diff options
| author | Stefan Monnier | 1999-12-07 06:30:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-07 06:30:44 +0000 |
| commit | a1eb02bddb07ce904f803c8b6fa2c1282e98938e (patch) | |
| tree | 570bfecb58c03034e24cf82f145c69275bcc1339 /lisp/ChangeLog | |
| parent | 1da04da19b299687d4100ba044c5cbcede5a0299 (diff) | |
| download | emacs-a1eb02bddb07ce904f803c8b6fa2c1282e98938e.tar.gz emacs-a1eb02bddb07ce904f803c8b6fa2c1282e98938e.zip | |
(kill-region): Use the new `delete-and-extract-region'
rather than the undo log (which is incorrect with *-change-functions).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1885aa18b5f..bb6d4b438d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * files.el (save-some-buffers): Turn EXITING into the more general | ||
| 4 | PRED argument to allow specifying a subset of buffers. | ||
| 5 | |||
| 6 | * simple.el (kill-region): Use the new `delete-and-extract-region' | ||
| 7 | rather than the undo log (which is incorrect with *-change-functions). | ||
| 8 | |||
| 9 | * font-lock.el (font-lock-default-fontify-region): Fix subtle | ||
| 10 | off-by-one problem that could force re-fontifying the whole buffer. | ||
| 11 | |||
| 1 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | 12 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
| 2 | 13 | ||
| 3 | * viper-cmd.el (viper-minibuffer-standard-hook, | 14 | * viper-cmd.el (viper-minibuffer-standard-hook, |
| @@ -167,7 +178,7 @@ | |||
| 167 | (lm-summary, lm-authors, lm-maintainer, lm-creation-date) | 178 | (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
| 168 | (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) | 179 | (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
| 169 | (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. | 180 | (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
| 170 | (lm-commentary): fix to handle the case when the change log is | 181 | (lm-commentary): Fix to handle the case when the change log is |
| 171 | at the end of the file. | 182 | at the end of the file. |
| 172 | 183 | ||
| 173 | 1999-12-02 Kenichi Handa <handa@etl.go.jp> | 184 | 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
| @@ -867,7 +878,6 @@ | |||
| 867 | * progmodes/compile.el (compilation-error-regexp-alist): | 878 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 868 | Undo previous change. | 879 | Undo previous change. |
| 869 | 880 | ||
| 870 | >>>>>>> 1.97 | ||
| 871 | 1999-10-28 Dave Love <fx@gnu.org> | 881 | 1999-10-28 Dave Love <fx@gnu.org> |
| 872 | 882 | ||
| 873 | * help.el (help-follow): Make arg optional again and really | 883 | * help.el (help-follow): Make arg optional again and really |
| @@ -1255,7 +1265,6 @@ | |||
| 1255 | * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | 1265 | * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' |
| 1256 | instead of `eql'. | 1266 | instead of `eql'. |
| 1257 | 1267 | ||
| 1258 | >>>>>>> 1.86 | ||
| 1259 | 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> | 1268 | 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
| 1260 | 1269 | ||
| 1261 | * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): | 1270 | * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |