summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2000-06-021-0/+6
|
* Rewritten to use define-minor-mode.Dave Love2000-06-021-36/+67
| | | | | (autoarg-kp-digits, autoarg-kp-mode-map): New variable. (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
* (isearch-other-meta-char): Fix previous change.Kenichi Handa2000-06-021-1/+1
|
* *** empty log message ***Kenichi Handa2000-06-021-0/+4
|
* (log-edit-mode): Make vc-comment-ring-index local.Stefan Monnier2000-06-021-5/+7
| | | | | (log-edit-done): Only add the comment to the ring if it's different from the last comment entered.
* (isearch-highlight): Turn internal-find-face into facep.Stefan Monnier2000-06-022-3/+6
|
* *** empty log message ***Dave Love2000-06-011-0/+7
|
* (describe-function-1): Distinguish special form fromDave Love2000-06-011-14/+21
| | | | builtin function. Sanity-check presence of arglist for builtins.
* Rewritten using define-minor-mode.Dave Love2000-06-011-30/+13
|
* *** empty log message ***Kenichi Handa2000-06-011-0/+19
|
* (tibetan-composable-pattern): MoreKenichi Handa2000-06-011-21/+25
| | | | | | | | characters included. (tibetan-consonant-transcription-alist): Rule for "R" added. (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and "+R" added. (tibetan-base-to-subjoined-alist): Rule for "RA" added.
* (tibetan-add-components): Fixes for newKenichi Handa2000-06-011-10/+48
| | | | | | | | | | encoding of Tibetan characters. (tibetan-decompose-precomposition-alist): New variable. (tibetan-decompose-region): Convert precomposed characters to non-precomposed characters. (tibetan-decompose-string): Likewise. (tibetan-composition-function): Fix args to thibetan-compose-string.
* Fix syntax/category setting of Tibetan characters.Kenichi Handa2000-06-011-4/+4
|
* (lao-composition-function): Fix args to compose-string.Kenichi Handa2000-06-011-1/+1
|
* (thai-composition-function): Fix args to compose-string.Kenichi Handa2000-06-011-1/+1
|
* *** empty log message ***Kenichi Handa2000-06-011-0/+6
|
* (isearch-update): Set disable-point-adjustment to tKenichi Handa2000-06-011-3/+20
| | | | | | | | to prevent the point moving to the end of a composition when a part of a composition is searched. (isearch-other-meta-char): If the key invoking this command can be mapped by function-key-map to a printing char, call isearch-process-search-char directly.
* *** empty log message ***Kenichi Handa2000-06-011-2/+2
|
* *** empty log message ***Kenichi Handa2000-06-011-0/+9
|
* Update calls to make-obsolete with a WHEN argument.Stefan Monnier2000-06-017-22/+40
|
* Add a version to the obsoletions.Stefan Monnier2000-06-011-3/+3
| | | | (mouse-show-mark): Don't quote lambda.
* * byte-run.el (make-obsolete, make-obsolete-variable):Stefan Monnier2000-06-012-43/+57
| | | | | | | | | Add an optional WHEN argument and change the format of the symbol-property information. * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. (byte-compile-obsolete, byte-compile-variable-ref): Understand the new obsolete-symbol-property format and print WHEN if it is provided. (make-obsolete): Update the calls to use the third argument.
* (loadhist-hook-functions): Remove before-change-function,Dave Love2000-05-312-7/+22
| | | | | after-change-function. (unload-feature): Deal with symbols which are both bound and fbound.
* (newline): Don't bind before-change-function, after-change-function.Dave Love2000-05-311-2/+0
|
* (mouse-save-then-kill-delete-region): Don't bindDave Love2000-05-311-4/+2
| | | | before-change-function, after-change-function.
* Update whitespace.el with a more tolerable timer scan time.Rajesh Vaidheeswarran2000-05-312-18/+27
| | | | Update e-mail address.
* (change-log-font-lock-keywords) <function>: AddDave Love2000-05-312-5/+13
| | | | | | pattern for function of change. (change-log-font-lock-keywords) <acknowledgements>: Amalgamate acknowledgements patterns.
* Mostly re-written.Kenichi Handa2000-05-312-41/+76
|
* (quail-start-conversion): Don't includeKenichi Handa2000-05-311-7/+7
| | | | | unhandled events in the returned events, but set them in unread-command-events. Exit if all inputs are deleted.
* (isearch-printing-char): If keyboard coding system isKenichi Handa2000-05-311-1/+3
| | | | being used, call isearch-process-search-multibyte-characters.
* *** empty log message ***Jason Rumney2000-05-301-0/+8
|
* (w32-charset-info-alist): Add each charset separately.Jason Rumney2000-05-301-20/+33
|
* Doc changes to reduce diffs with x-win.el.Jason Rumney2000-05-301-116/+77
| | | | | Reenable code to create initial fontsets. Use set-fontset-font in place of put-charset-property.
* *** empty log message ***Gerd Moellmann2000-05-301-0/+5
|
* (Info-default-directory-list): Doc fix.Gerd Moellmann2000-05-301-1/+2
|
* (perl-indent-line): When looking for aGerd Moellmann2000-05-301-1/+1
| | | | label, ensure that the first colon isn't followed by another.
* (finger-X.500-host-regexps): New user-option.Gerd Moellmann2000-05-302-13/+27
| | | | | (finger): If HOST matches a regexp from finger-X.500-host-regexps, send a query containing USER only, not USER@HOST.
* *** empty log message ***Gerd Moellmann2000-05-301-0/+6
|
* (rmail-widen-to-current-msgbeg): Use rmail-msgbegGerd Moellmann2000-05-301-10/+8
| | | | | and rmail-msgend to compute the restriction at the end, instead of computing it.
* *** empty log message ***Gerd Moellmann2000-05-291-0/+3
|
* (dabbrev-expand): Don't display messages in theGerd Moellmann2000-05-291-1/+2
| | | | echo area if the minibuffer window is active.
* *** empty log message ***Gerd Moellmann2000-05-291-0/+32
|
* (tmm-prompt): Recognize menu item definitions of the forGerd Moellmann2000-05-291-1/+2
| | | | `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
* New commands: hide/unhide actions,Gerd Moellmann2000-05-291-13/+108
| | | | | | | | | | | | | | | | | | | | | upcase/downcase literals. (antlr-tiny-action-length): New user option. (antlr-hide-actions): New command. Suggested by Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>. (antlr-mode-map): New binding [C-c C-v]. (antlr-mode-menu): New entries. (antlr-downcase-literals): New command. (antlr-upcase-literals): Ditto. Minor changes: indendation, mode-name. (antlr-indent-line): Indent cpp directive at column 0. (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". XEmacs bug workaround, XEmacs hint. (antlr-font-lock-additional-keywords): Workaround for intentional bug in XEmacs version of font-lock. (antlr-mode): Set symbol property `mode-name' to "Antlr". Could be used by a smarter version of `buffers-menu-grouping-function'.
* (jit-lock-mode): Add after change function to local hook.Gerd Moellmann2000-05-291-1/+1
|
* (encoded-kbd-iso2022-designation-map): Fix previous change.Kenichi Handa2000-05-291-1/+1
|
* (encoded-kbd-iso2022-designation-map): Pay attention to thatKenichi Handa2000-05-291-4/+6
| | | | | charset-iso-final-char return -1 for eight-bit-control and eight-bit-graphic.
* *** empty log message ***Kenichi Handa2000-05-291-0/+7
|
* *** empty log message ***Eli Zaretskii2000-05-281-0/+6
|
* (speedbar-use-images, speedbar-update-flag)Eli Zaretskii2000-05-281-3/+9
| | | | | (speedbar-easymenu-definition-base): Use display-graphic-p where available, instead of window-system.