Mercurial > emacs
changeset 93616:71f10341b865
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 03 Apr 2008 21:18:49 +0000 |
parents | 34417c118a39 |
children | af178a811324 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 03 21:04:18 2008 +0000 +++ b/lisp/ChangeLog Thu Apr 03 21:18:49 2008 +0000 @@ -1,16 +1,16 @@ 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu> - - * viper-macs.el (viper-read-fast-keysequence): use viper-read-event - instead of viper-read-key. - - * viper.el (viper-mode): move the check for fundamental mode. - - * viper-utils.el (viper-get-saved-cursor-color-in-replace-mode) - viper-get-saved-cursor-color-in-insert-mode): get rid of redundant + + * emulation/viper-macs.el (viper-read-fast-keysequence): + Use viper-read-event instead of viper-read-key. + + * emulation/viper.el (viper-mode): Move the check for fundamental mode. + + * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode) + (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant let-statements. - - * viper*.el: replaced load with require in eval-when-compile. - + + * emulation/viper*.el: Replace load with require in eval-when-compile. + 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> * files.el (auto-mode-alist): Use archive-mode for Debian packages. @@ -75,8 +75,8 @@ (holiday-bahai-new-year, holiday-bahai-ridvan): New functions. * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc) - (holiday-passover-etc, holiday-hanukkah): Doc fix. Add optional - argument. Simplify. + (holiday-passover-etc, holiday-hanukkah): Doc fix. + Add optional argument. Simplify. (holiday-tisha-b-av-etc): Use memq rather than unless. (holiday-julian): Autoload it. (holiday-hebrew-misc): New function. @@ -8909,7 +8909,7 @@ * ediff*.el: Uncomment declare-function. - * viper*.el: Uncomment declare-function. + * emulation/viper*.el: Uncomment declare-function. 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>