aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (elp-results-symname-map): New keymap.Masatake YAMATO2004-08-192-1/+34
| | | | | | (elp-results-jump-to-definition-by-mouse) (elp-results-jump-to-definition, elp-output-insert-symname): New Functions. (elp-output-result): Use elp-output-insert-symname.
* ("Cyrillic-KOI8"): Fix typo.Kenichi Handa2004-08-181-1/+1
|
* Register koi8-r inKenichi Handa2004-08-181-0/+8
| | | | | ctext-non-standard-encodings-alist. ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
* *** empty log message ***Luc Teirlinck2004-08-181-0/+5
|
* (copyright-update-year): Delete code that replaces 20xy with xy.Luc Teirlinck2004-08-181-21/+1
|
* (reb-mode-map): Define within defvar.John Paul Wallington2004-08-172-16/+19
| | | | (reb-force-update): Doc fix.
* *** empty log message ***Richard M. Stallman2004-08-161-0/+21
|
* (which-func-update-1): Doc fix.Richard M. Stallman2004-08-161-1/+1
|
* (sh-set-shell): Use sh-mode-abbrev-table.Richard M. Stallman2004-08-161-1/+6
| | | | (sh-mode-abbrev-table): New variable.
* (compilation-mode): Doc fix.Richard M. Stallman2004-08-161-1/+3
|
* (eval-last-sexp): Don't cons a new symbol each time.Richard M. Stallman2004-08-161-1/+3
| | | | (eval-last-sexp-fake-value): New variable.
* (copyright-years-regexp): New variable.Richard M. Stallman2004-08-161-0/+24
| | | | (copyright-update-year): Detect continuation of list of years.
* (term-default-fg-color, term-default-bg-color)Richard M. Stallman2004-08-161-5/+4
| | | | (ansi-term-color-vector): Use `unspecified', not nil, as default.
* Several doc fixes: don't say variables are buffer-local.Richard M. Stallman2004-08-161-7/+2
|
* *** empty log message ***Luc Teirlinck2004-08-161-5/+12
|
* (isearch-string, isearch-message-string, isearch-point)Luc Teirlinck2004-08-161-12/+12
| | | | | | | | | (isearch-success, isearch-forward-flag, isearch-other-end) (isearch-word, isearch-invalid-regexp, isearch-wrapped) (isearch-barrier, isearch-within-brackets) (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'. From Davis Herring <[email protected]>.
* (ps-mule-font-info-database): Fix docstring.Kenichi Handa2004-08-162-1/+5
|
* Add arch taglinesMiles Bader2004-08-163-0/+3
|
* Upgraded to MH-E version 7.4.80.Bill Wohler2004-08-163-0/+727
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* term/x-win.el (x-selection-value): If utf8 was successful butKenichi Handa2004-08-162-1/+7
| | | | ctext was not, use utf8 string.
* Upgraded to MH-E version 7.4.80.Bill Wohler2004-08-1517-3065/+5730
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* *** empty log message ***John Paul Wallington2004-08-141-0/+3
|
* (read-file-name-completion-ignore-case): Add.John Paul Wallington2004-08-141-1/+2
| | | | (blink-cursor-alist): Change version to "21.4".
* *** empty log message ***Eli Zaretskii2004-08-141-0/+23
|
* Remove accidental changes of March 4. Fix backingEli Zaretskii2004-08-141-79/+155
| | | | | | | | | | | | | | | | | | | | | | up when a regexp isearch is made more general. Use symbolic accessor functions for isearch stack frames to make usage clearer. (search-whitespace-regexp): Made groups in documentation shy (as is the group in the default value). (isearch-fallback): New function, addresses problems with regexps liberalized by `\|', adds support for liberalization by `\}' (the general repetition construct), and incorporates behavior for `*'/`?'. (isearch-}-char): New command, calls `isearch-fallback' with arguments appropriate to a typed `}'. (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' appropriately. (isearch-mode-map): Bind `}' to `isearch-}-char'. (isearch-string, isearch-message,string, isearch-point, isearch-success, isearch-forward-flag, isearch-other-end, isearch-word, isearch-invalid-regexp, isearch-wrapped, isearch-barrier, isearch-within-brackets, isearch-case-fold-search): New inline functions to read fields of a stack frame.
* *** empty log message ***Eli Zaretskii2004-08-141-0/+6
|
* (battery-linux-proc-acpi): Look into batteryEli Zaretskii2004-08-141-1/+1
| | | | | directories matching the literal string "CMB", too (required for Linux kernel version 2.6.7).
* (forward-word): Allow 0 args.John Paul Wallington2004-08-142-1/+5
|
* *** empty log message ***Daniel Pfeiffer2004-08-121-1/+1
|
* (speedbar-scan-subdirs): New option.Daniel Pfeiffer2004-08-112-36/+60
| | | | | | | (speedbar-file-lists): Don't ignore file-name case on Unix and use dolist. (speedbar-insert-files-at-point): Take an extra argument and use it to optionally find out if a subdir is empty. Also unreadable files don't get expand buttons. (speedbar-directory-plus): New image (bitmap already existed unused). (speedbar-expand-image-button-alist): Use it.
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-119-325/+592
|
* Sync with Tramp 2.0.44.Michael Albinus2004-08-103-31/+63
|
* *** empty log message ***Kenichi Handa2004-08-101-0/+5
|
* *** empty log message ***Luc Teirlinck2004-08-091-0/+6
|
* (describe-bindings): Doc fix.Luc Teirlinck2004-08-091-1/+2
|
* (kbd): Doc fix.Luc Teirlinck2004-08-091-1/+1
|
* (define-ibuffer-column size): Use string-to-number instead of string-to-int.John Paul Wallington2004-08-082-7/+14
| | | | (define-ibuffer-column mode): Fix indentation.
* (widget-sexp-validate): Allow whitespace after expression.Lars Hansen2004-08-082-0/+7
|
* *** empty log message ***Luc Teirlinck2004-08-081-0/+11
|
* (global-unset-key, local-unset-key): Doc fixes.Luc Teirlinck2004-08-081-2/+2
|
* (disabled-command-function): New variable renamed fromLuc Teirlinck2004-08-081-4/+10
| | | | | | | | `disabled-command-hook'. (disabled-command-hook): Keep the _variable_ as alias for `disabled-command-function' and make obsolete. (disabled-command-function): Function renamed from `disabled-command-hook'. Adapt code to namechange of the variable.
* (completion-root-regexp): New defvar.Eli Zaretskii2004-08-072-1/+12
| | | | (completion-setup-function): Use it instead of a literal string.
* (reb-re-syntax): Add `rx' syntax.John Paul Wallington2004-08-072-5/+17
| | | | | | (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
* (mail-extr-disable-voodoo): New variable.Kenichi Handa2004-08-051-355/+369
| | | | (mail-extr-voodoo): Check mail-extr-disable-voodoo.
* (encoded-kbd-setup-keymap): Fix previous change.Kenichi Handa2004-08-042-2/+26
|
* The following changes are toKenichi Handa2004-08-031-192/+141
| | | | | | | | | | | | | | | | | | utilize key-translation-map instead of minor mode map. (encoded-kbd-iso2022-non-ascii-map): Delete it. (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them. (encoded-kbd-last-key): New function. (encoded-kbd-iso2022-single-shift): New function. (encoded-kbd-iso2022-designation) (encoded-kbd-self-insert-iso2022-7bit) (encoded-kbd-self-insert-iso2022-8bit) (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5) (encoded-kbd-self-insert-ccl): Make them suitable for bindings in key-translation-map. (encoded-kbd-setup-keymap): Setup key-translation-map. (saved-key-translation-map): New variable. (encoded-kbd-mode): Save/restore key-translation-map. Adjusted for the change of encoded-kbd-setup-keymap.
* *** empty log message ***Kim F. Storm2004-08-021-0/+11
|
* (window-buffer-height): Call compute-motion with nil width.Kim F. Storm2004-08-021-1/+1
|
* (windmove-coordinates-of-position): Let compute-motionKim F. Storm2004-08-021-4/+2
| | | | calculate usable window width and height.
* (mouse-avoidance-point-position): Use window-inside-edgesKim F. Storm2004-08-021-3/+3
| | | | | and call compute-motion with nil for topos and width to get proper usable width and height for both window and non-window systems.