diff options
| author | Juanma Barranquero | 2008-04-03 21:18:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-03 21:18:49 +0000 |
| commit | 1ade5d241f73c1a89d28e168f21c5f1f11a6b54e (patch) | |
| tree | 46993c52fb5a4a61e64bce185e789a89579f82a8 | |
| parent | 2ee00512e35d3bb872f6c7be39e0c3bb286ca2fe (diff) | |
| download | emacs-1ade5d241f73c1a89d28e168f21c5f1f11a6b54e.tar.gz emacs-1ade5d241f73c1a89d28e168f21c5f1f11a6b54e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8edd6cb63e..daa898d8b12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu> | 1 | 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 2 | ||
| 3 | * viper-macs.el (viper-read-fast-keysequence): use viper-read-event | 3 | * emulation/viper-macs.el (viper-read-fast-keysequence): |
| 4 | instead of viper-read-key. | 4 | Use viper-read-event instead of viper-read-key. |
| 5 | 5 | ||
| 6 | * viper.el (viper-mode): move the check for fundamental mode. | 6 | * emulation/viper.el (viper-mode): Move the check for fundamental mode. |
| 7 | 7 | ||
| 8 | * viper-utils.el (viper-get-saved-cursor-color-in-replace-mode) | 8 | * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode) |
| 9 | viper-get-saved-cursor-color-in-insert-mode): get rid of redundant | 9 | (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant |
| 10 | let-statements. | 10 | let-statements. |
| 11 | 11 | ||
| 12 | * viper*.el: replaced load with require in eval-when-compile. | 12 | * emulation/viper*.el: Replace load with require in eval-when-compile. |
| 13 | 13 | ||
| 14 | 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15 | 15 | ||
| 16 | * files.el (auto-mode-alist): Use archive-mode for Debian packages. | 16 | * files.el (auto-mode-alist): Use archive-mode for Debian packages. |
| @@ -75,8 +75,8 @@ | |||
| 75 | (holiday-bahai-new-year, holiday-bahai-ridvan): New functions. | 75 | (holiday-bahai-new-year, holiday-bahai-ridvan): New functions. |
| 76 | 76 | ||
| 77 | * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc) | 77 | * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc) |
| 78 | (holiday-passover-etc, holiday-hanukkah): Doc fix. Add optional | 78 | (holiday-passover-etc, holiday-hanukkah): Doc fix. |
| 79 | argument. Simplify. | 79 | Add optional argument. Simplify. |
| 80 | (holiday-tisha-b-av-etc): Use memq rather than unless. | 80 | (holiday-tisha-b-av-etc): Use memq rather than unless. |
| 81 | (holiday-julian): Autoload it. | 81 | (holiday-julian): Autoload it. |
| 82 | (holiday-hebrew-misc): New function. | 82 | (holiday-hebrew-misc): New function. |
| @@ -8909,7 +8909,7 @@ | |||
| 8909 | 8909 | ||
| 8910 | * ediff*.el: Uncomment declare-function. | 8910 | * ediff*.el: Uncomment declare-function. |
| 8911 | 8911 | ||
| 8912 | * viper*.el: Uncomment declare-function. | 8912 | * emulation/viper*.el: Uncomment declare-function. |
| 8913 | 8913 | ||
| 8914 | 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> | 8914 | 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> |
| 8915 | 8915 | ||