Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Dave Love | 2000-06-02 | 1 | -0/+6 |
| | |||||
* | Rewritten to use define-minor-mode. | Dave Love | 2000-06-02 | 1 | -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 Handa | 2000-06-02 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-06-02 | 1 | -0/+4 |
| | |||||
* | (log-edit-mode): Make vc-comment-ring-index local. | Stefan Monnier | 2000-06-02 | 1 | -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 Monnier | 2000-06-02 | 2 | -3/+6 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-06-01 | 1 | -0/+7 |
| | |||||
* | (describe-function-1): Distinguish special form from | Dave Love | 2000-06-01 | 1 | -14/+21 |
| | | | | builtin function. Sanity-check presence of arglist for builtins. | ||||
* | Rewritten using define-minor-mode. | Dave Love | 2000-06-01 | 1 | -30/+13 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-06-01 | 1 | -0/+19 |
| | |||||
* | (tibetan-composable-pattern): More | Kenichi Handa | 2000-06-01 | 1 | -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 new | Kenichi Handa | 2000-06-01 | 1 | -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 Handa | 2000-06-01 | 1 | -4/+4 |
| | |||||
* | (lao-composition-function): Fix args to compose-string. | Kenichi Handa | 2000-06-01 | 1 | -1/+1 |
| | |||||
* | (thai-composition-function): Fix args to compose-string. | Kenichi Handa | 2000-06-01 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-06-01 | 1 | -0/+6 |
| | |||||
* | (isearch-update): Set disable-point-adjustment to t | Kenichi Handa | 2000-06-01 | 1 | -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 Handa | 2000-06-01 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-06-01 | 1 | -0/+9 |
| | |||||
* | Update calls to make-obsolete with a WHEN argument. | Stefan Monnier | 2000-06-01 | 7 | -22/+40 |
| | |||||
* | Add a version to the obsoletions. | Stefan Monnier | 2000-06-01 | 1 | -3/+3 |
| | | | | (mouse-show-mark): Don't quote lambda. | ||||
* | * byte-run.el (make-obsolete, make-obsolete-variable): | Stefan Monnier | 2000-06-01 | 2 | -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 Love | 2000-05-31 | 2 | -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 Love | 2000-05-31 | 1 | -2/+0 |
| | |||||
* | (mouse-save-then-kill-delete-region): Don't bind | Dave Love | 2000-05-31 | 1 | -4/+2 |
| | | | | before-change-function, after-change-function. | ||||
* | Update whitespace.el with a more tolerable timer scan time. | Rajesh Vaidheeswarran | 2000-05-31 | 2 | -18/+27 |
| | | | | Update e-mail address. | ||||
* | (change-log-font-lock-keywords) <function>: Add | Dave Love | 2000-05-31 | 2 | -5/+13 |
| | | | | | | pattern for function of change. (change-log-font-lock-keywords) <acknowledgements>: Amalgamate acknowledgements patterns. | ||||
* | Mostly re-written. | Kenichi Handa | 2000-05-31 | 2 | -41/+76 |
| | |||||
* | (quail-start-conversion): Don't include | Kenichi Handa | 2000-05-31 | 1 | -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 is | Kenichi Handa | 2000-05-31 | 1 | -1/+3 |
| | | | | being used, call isearch-process-search-multibyte-characters. | ||||
* | *** empty log message *** | Jason Rumney | 2000-05-30 | 1 | -0/+8 |
| | |||||
* | (w32-charset-info-alist): Add each charset separately. | Jason Rumney | 2000-05-30 | 1 | -20/+33 |
| | |||||
* | Doc changes to reduce diffs with x-win.el. | Jason Rumney | 2000-05-30 | 1 | -116/+77 |
| | | | | | Reenable code to create initial fontsets. Use set-fontset-font in place of put-charset-property. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-05-30 | 1 | -0/+5 |
| | |||||
* | (Info-default-directory-list): Doc fix. | Gerd Moellmann | 2000-05-30 | 1 | -1/+2 |
| | |||||
* | (perl-indent-line): When looking for a | Gerd Moellmann | 2000-05-30 | 1 | -1/+1 |
| | | | | label, ensure that the first colon isn't followed by another. | ||||
* | (finger-X.500-host-regexps): New user-option. | Gerd Moellmann | 2000-05-30 | 2 | -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 Moellmann | 2000-05-30 | 1 | -0/+6 |
| | |||||
* | (rmail-widen-to-current-msgbeg): Use rmail-msgbeg | Gerd Moellmann | 2000-05-30 | 1 | -10/+8 |
| | | | | | and rmail-msgend to compute the restriction at the end, instead of computing it. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-05-29 | 1 | -0/+3 |
| | |||||
* | (dabbrev-expand): Don't display messages in the | Gerd Moellmann | 2000-05-29 | 1 | -1/+2 |
| | | | | echo area if the minibuffer window is active. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-05-29 | 1 | -0/+32 |
| | |||||
* | (tmm-prompt): Recognize menu item definitions of the for | Gerd Moellmann | 2000-05-29 | 1 | -1/+2 |
| | | | | `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | ||||
* | New commands: hide/unhide actions, | Gerd Moellmann | 2000-05-29 | 1 | -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 Moellmann | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | (encoded-kbd-iso2022-designation-map): Fix previous change. | Kenichi Handa | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | (encoded-kbd-iso2022-designation-map): Pay attention to that | Kenichi Handa | 2000-05-29 | 1 | -4/+6 |
| | | | | | charset-iso-final-char return -1 for eight-bit-control and eight-bit-graphic. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-05-29 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2000-05-28 | 1 | -0/+6 |
| | |||||
* | (speedbar-use-images, speedbar-update-flag) | Eli Zaretskii | 2000-05-28 | 1 | -3/+9 |
| | | | | | (speedbar-easymenu-definition-base): Use display-graphic-p where available, instead of window-system. |