diff options
| author | Kim F. Storm | 2005-07-10 22:32:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-10 22:32:00 +0000 |
| commit | 4ff7373ade59abac1900dbc1f017ef083d6f8761 (patch) | |
| tree | 0e19e1395f7e0c01ae8732ea24bf9f90bb0ecc94 | |
| parent | 52325bee833c406af43dab645c66c70001b8e136 (diff) | |
| download | emacs-4ff7373ade59abac1900dbc1f017ef083d6f8761.tar.gz emacs-4ff7373ade59abac1900dbc1f017ef083d6f8761.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57441880d78..da4b0ee4a08 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,35 +1,35 @@ | |||
| 1 | 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu> | 1 | 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 2 | ||
| 3 | * viper-cmd.el (viper--key-maps): new variable. | 3 | * viper-cmd.el (viper--key-maps): New variable. |
| 4 | (viper-normalize-minor-mode-map-alist): use viper--key-maps and | 4 | (viper-normalize-minor-mode-map-alist): Use viper--key-maps and |
| 5 | emulation-mode-map-alists. | 5 | emulation-mode-map-alists. |
| 6 | (viper-envelop-ESC-key): use viper-subseq. | 6 | (viper-envelop-ESC-key): Use viper-subseq. |
| 7 | (viper-search-forward/backward/next): disable debug-on-error. | 7 | (viper-search-forward/backward/next): Disable debug-on-error. |
| 8 | 8 | ||
| 9 | * viper-keym.el (viper-toggle-key,viper-quoted-insert-key, | 9 | * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) |
| 10 | viper-ESC-key): new defcustoms. | 10 | (viper-ESC-key): New defcustoms. |
| 11 | 11 | ||
| 12 | * viper-macs.el (ex-map-read-args): use viper-subseq. | 12 | * viper-macs.el (ex-map-read-args): Use viper-subseq. |
| 13 | 13 | ||
| 14 | * viper-util.el (viper-key-to-emacs-key): use viper-subseq. | 14 | * viper-util.el (viper-key-to-emacs-key): Use viper-subseq. |
| 15 | (viper-subseq): copy of subseq from cl.el. | 15 | (viper-subseq): Copy of subseq from cl.el. |
| 16 | 16 | ||
| 17 | * viper.el (viper-go-away,viper-set-hooks): use | 17 | * viper.el (viper-go-away, viper-set-hooks): Use |
| 18 | emulation-mode-map-alists, advise self-insert-command, add-minor-mode. | 18 | emulation-mode-map-alists, advise self-insert-command, add-minor-mode. |
| 19 | 19 | ||
| 20 | * viper-mous.el (viper-current-frame-saved): use defvar. | 20 | * viper-mous.el (viper-current-frame-saved): Use defvar. |
| 21 | 21 | ||
| 22 | * viper-init.el: got rid of -face in face names. | 22 | * viper-init.el: Get rid of -face in face names. |
| 23 | 23 | ||
| 24 | * ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3): | 24 | * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): |
| 25 | Make it work with longlines mode | 25 | Make it work with longlines mode |
| 26 | 26 | ||
| 27 | * ediff-mult.el (ediff-meta-mode-hook): new variable. | 27 | * ediff-mult.el (ediff-meta-mode-hook): New variable. |
| 28 | 28 | ||
| 29 | * ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp. | 29 | * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. |
| 30 | 30 | ||
| 31 | * ediff-init: got rid of -face in face names. | 31 | * ediff-init: Get rid of -face in face names. |
| 32 | 32 | ||
| 33 | 2005-07-10 Richard M. Stallman <rms@gnu.org> | 33 | 2005-07-10 Richard M. Stallman <rms@gnu.org> |
| 34 | 34 | ||
| 35 | * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend | 35 | * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend |