diff options
| author | Gerd Moellmann | 2001-07-23 09:46:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-23 09:46:39 +0000 |
| commit | 73496807fbd6774d70b3ed6b8a264a7381d2dd6c (patch) | |
| tree | 64246df884b4fc396b8cb23c6d5679b19d2b12bd /lisp/ChangeLog | |
| parent | ea229bec478445d9198579f450704afe0a9658c5 (diff) | |
| download | emacs-73496807fbd6774d70b3ed6b8a264a7381d2dd6c.tar.gz emacs-73496807fbd6774d70b3ed6b8a264a7381d2dd6c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 74 |
1 files changed, 39 insertions, 35 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8ab516e36f..b2930047ffe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * play/animate.el: New file. | ||
| 4 | |||
| 1 | 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * startup.el (normal-top-level-add-subdirs-to-load-path): On | 7 | * startup.el (normal-top-level-add-subdirs-to-load-path): On |
| @@ -9,29 +13,29 @@ | |||
| 9 | * ediff-util.el: Copyright years. | 13 | * ediff-util.el: Copyright years. |
| 10 | (ediff-choose-syntax-table): New function. | 14 | (ediff-choose-syntax-table): New function. |
| 11 | (ediff-setup): Use ediff-choose-syntax-table. | 15 | (ediff-setup): Use ediff-choose-syntax-table. |
| 12 | (ediff-file-checked-out-p,ediff-file-checked-in-p): check if | 16 | (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if |
| 13 | vc-state is available. | 17 | vc-state is available. |
| 14 | (ediff-make-temp-file): use ediff-coding-system-for-write. | 18 | (ediff-make-temp-file): Use ediff-coding-system-for-write. |
| 15 | 19 | ||
| 16 | * ediff-init.el (ediff-with-syntax-table): New macro, uses | 20 | * ediff-init.el (ediff-with-syntax-table): New macro, uses |
| 17 | with-syntax-table. | 21 | with-syntax-table. |
| 18 | (ediff-coding-system-for-read): from ediff-diff.el | 22 | (ediff-coding-system-for-read): From ediff-diff.el |
| 19 | (ediff-coding-system-for-write): new variable. | 23 | (ediff-coding-system-for-write): New variable. |
| 20 | (ediff-highest-priority): fixed the bug having to do with disappearing | 24 | (ediff-highest-priority): Fixed the bug having to do with disappearing |
| 21 | overlays. | 25 | overlays. |
| 22 | (ediff-file-remote-p): use file-remote-p, if available. | 26 | (ediff-file-remote-p): Use file-remote-p, if available. |
| 23 | (ediff-listable-file): new function. | 27 | (ediff-listable-file): New function. |
| 24 | (ediff-file-attributes): use ediff-listable-file. | 28 | (ediff-file-attributes): Use ediff-listable-file. |
| 25 | 29 | ||
| 26 | * ediff-mult.el (ediff-meta-insert-file-info1): use | 30 | * ediff-mult.el (ediff-meta-insert-file-info1): Use |
| 27 | ediff-listable-file. | 31 | ediff-listable-file. |
| 28 | 32 | ||
| 29 | * ediff-ptch.el (ediff-prompt-for-patch-file): use | 33 | * ediff-ptch.el (ediff-prompt-for-patch-file): Use |
| 30 | ediff-coding-system-for-read. | 34 | ediff-coding-system-for-read. |
| 31 | (ediff-patch-file-internal): use ediff-coding-system-for-write. | 35 | (ediff-patch-file-internal): Use ediff-coding-system-for-write. |
| 32 | 36 | ||
| 33 | * ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el. | 37 | * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el. |
| 34 | (ediff-match-diff3-line,ediff-get-diff3-group): improved pattern. | 38 | (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern. |
| 35 | 39 | ||
| 36 | * ediff.el: Date of last update, copyright years. | 40 | * ediff.el: Date of last update, copyright years. |
| 37 | 41 | ||
| @@ -44,40 +48,40 @@ | |||
| 44 | Deleted functions. | 48 | Deleted functions. |
| 45 | (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new | 49 | (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new |
| 46 | ex-token-list. | 50 | ex-token-list. |
| 47 | (viper-get-ex-address-subr): convert registers to char data type. | 51 | (viper-get-ex-address-subr): Convert registers to char data type. |
| 48 | 52 | ||
| 49 | * viper-util.el (viper-int-to-char,viper-char-equal): new | 53 | * viper-util.el (viper-int-to-char,viper-char-equal): New |
| 50 | functions. | 54 | functions. |
| 51 | (viper-memq-char): use viper-int-to-char. | 55 | (viper-memq-char): Use viper-int-to-char. |
| 52 | (viper-file-checked-in-p): use vc-locking-user, if vc doesn't have | 56 | (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have |
| 53 | vc-locking-state. | 57 | vc-locking-state. |
| 54 | (viper-read-key): use viper-read-key-sequence. | 58 | (viper-read-key): Use viper-read-key-sequence. |
| 55 | 59 | ||
| 56 | * viper.el (viper-major-mode-modifier-list): added | 60 | * viper.el (viper-major-mode-modifier-list): Added |
| 57 | inferior-emacs-lisp-mode. | 61 | inferior-emacs-lisp-mode. |
| 58 | (this-major-mode-requires-vi-state): new function that uses simple | 62 | (this-major-mode-requires-vi-state): New function that uses simple |
| 59 | heuristics to decide if vi state is appropriate. | 63 | heuristics to decide if vi state is appropriate. |
| 60 | (set-viper-state-in-major-mode): use this-major-mode-requires-vi-state. | 64 | (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state. |
| 61 | (viper-non-hook-settings): don't advise read-key-sequence. | 65 | (viper-non-hook-settings): Don't advise read-key-sequence. |
| 62 | (viper-read-key-sequence): new function that replaces the | 66 | (viper-read-key-sequence): New function that replaces the |
| 63 | previously used advice to read-key-sequence. | 67 | previously used advice to read-key-sequence. |
| 64 | 68 | ||
| 65 | * viper-cmd.el (viper-test-com-defun,viper-exec-change, | 69 | * viper-cmd.el (viper-test-com-defun,viper-exec-change) |
| 66 | viper-exec-Change,viper-execute-com,viper-insert,viper-append, | 70 | (viper-exec-Change,viper-execute-com,viper-insert,viper-append) |
| 67 | viper-Append,viper-Insert,viper-open-line,viper-Open-line, | 71 | (viper-Append,viper-Insert,viper-open-line,viper-Open-line) |
| 68 | viper-open-line-at-point,viper-substitute,viper-overwrite, | 72 | (viper-open-line-at-point,viper-substitute,viper-overwrite) |
| 69 | viper-replace-char-subr,viper-forward-word,viper-forward-Word): | 73 | (viper-replace-char-subr,viper-forward-word,viper-forward-Word): |
| 70 | got rid of the negative character hack. | 74 | Got rid of the negative character hack. |
| 71 | (viper-escape-to-state,viper-replace-state-exit-cmd): | 75 | (viper-escape-to-state,viper-replace-state-exit-cmd): |
| 72 | use viper-read-key-sequence. | 76 | Use viper-read-key-sequence. |
| 73 | (viper-envelop-ESC-key): no need for ad-get-orig-definition. | 77 | (viper-envelop-ESC-key): No need for ad-get-orig-definition. |
| 74 | (viper-minibuffer-standard-hook,viper-read-string-with-history): | 78 | (viper-minibuffer-standard-hook,viper-read-string-with-history): |
| 75 | don't override existing minibuffer-setup-hook. | 79 | Don't override existing minibuffer-setup-hook. |
| 76 | (viper-mark-point,viper-goto-mark-subr,viper-brac-function): | 80 | (viper-mark-point,viper-goto-mark-subr,viper-brac-function): |
| 77 | convert registers to char data type. | 81 | Convert registers to char data type. |
| 78 | (viper-autoindent): use viper-indent-line. | 82 | (viper-autoindent): Use viper-indent-line. |
| 79 | 83 | ||
| 80 | * viper-keym.el: use viper-exec-key-in-emacs. | 84 | * viper-keym.el: Use viper-exec-key-in-emacs. |
| 81 | 85 | ||
| 82 | 2001-07-20 Stefan Monnier <monnier@cs.yale.edu> | 86 | 2001-07-20 Stefan Monnier <monnier@cs.yale.edu> |
| 83 | 87 | ||