diff options
| author | Glenn Morris | 2008-03-01 20:23:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-01 20:23:36 +0000 |
| commit | ce8fc80bbd0790fc7134bc620f8e6690e0080570 (patch) | |
| tree | 66601ae53fa9b24f6232524b73ba0f8f13b218e3 /lisp/ChangeLog | |
| parent | f3b9e4791f7da7911bd8838c4247b668356c4312 (diff) | |
| download | emacs-ce8fc80bbd0790fc7134bc620f8e6690e0080570.tar.gz emacs-ce8fc80bbd0790fc7134bc620f8e6690e0080570.zip | |
(viper-cond-compile-for-xemacs-or-emacs): Delete macro.
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
Replace obselete frame-local variables with frame-parameters.
(viper-replace-overlay-cursor-color, viper-insert-state-cursor-color)
(viper-emacs-state-cursor-color, viper-vi-state-cursor-color): Only
call make-variable-frame-local on XEmacs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 045be916d24..e774809a71d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2008-03-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore | ||
| 4 | code commented out 2007-11-10. | ||
| 5 | |||
| 6 | * emulation/edt.el (zmacs-region-stays): Define for compiler once only. | ||
| 7 | |||
| 8 | * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs): | ||
| 9 | Delete macro. | ||
| 10 | * emulation/viper-cmd.el, emulation/viper-ex.el: | ||
| 11 | * emulation/viper-init.el, emulation/viper-keym.el: | ||
| 12 | * emulation/viper-mous.el, emulation/viper-util.el: | ||
| 13 | * emulation/viper.el: | ||
| 14 | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a | ||
| 15 | featurep test. | ||
| 16 | |||
| 17 | Replace obselete frame-local variables with frame-parameters. | ||
| 18 | * emulation/viper-init.el (viper-replace-overlay-cursor-color) | ||
| 19 | (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) | ||
| 20 | (viper-vi-state-cursor-color): Only call make-variable-frame-local | ||
| 21 | on XEmacs. | ||
| 22 | * emulation/viper-util.el (viper-frame-value): New macro. | ||
| 23 | * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel) | ||
| 24 | (viper-R-state-post-command-sentinel) | ||
| 25 | (viper-replace-state-post-command-sentinel) | ||
| 26 | (viper-change-state-to-insert, viper-change-state-to-emacs): | ||
| 27 | * emulation/viper-util.el (viper-set-cursor-color-according-to-state) | ||
| 28 | (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode) | ||
| 29 | (viper-get-saved-cursor-color-in-insert-mode) | ||
| 30 | (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay): | ||
| 31 | Use viper-frame-value for viper-replace-overlay-cursor-color, | ||
| 32 | viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and | ||
| 33 | viper-vi-state-cursor-color values. | ||
| 34 | |||
| 35 | * emulation/viper-cmd.el (zmacs-region-stays): | ||
| 36 | * emulation/viper-util.el (zmacs-region-stays): No need to define | ||
| 37 | for compiler. | ||
| 38 | |||
| 39 | * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than | ||
| 40 | mapcar on Emacs. | ||
| 41 | |||
| 42 | * emulation/viper-mous.el (viper-counting-clicks-p): Only define | ||
| 43 | on XEmacs. | ||
| 44 | |||
| 45 | * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when | ||
| 46 | rather than if. | ||
| 47 | |||
| 1 | 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 48 | 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 49 | ||
| 3 | * whitespace.el: New version 9.3. As the glyph code generation was | 50 | * whitespace.el: New version 9.3. As the glyph code generation was |
| @@ -42,8 +89,6 @@ | |||
| 42 | * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if | 89 | * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if |
| 43 | we still expect more lines. | 90 | we still expect more lines. |
| 44 | 91 | ||
| 45 | 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 46 | |||
| 47 | * textmodes/fill.el (fill-comment-paragraph): Don't try to do | 92 | * textmodes/fill.el (fill-comment-paragraph): Don't try to do |
| 48 | comment-paragraph filling if the commark doesn't match | 93 | comment-paragraph filling if the commark doesn't match |
| 49 | comment-start-skip. | 94 | comment-start-skip. |