diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7550d1cd739..8eda720103c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | 1 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 2 | ||
| 3 | * viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode. | ||
| 4 | Change the date of last update. | ||
| 5 | |||
| 6 | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 7 | |||
| 3 | * viper-cmd.el (viper-harness-minor-mode,viper-exec-delete, | 8 | * viper-cmd.el (viper-harness-minor-mode,viper-exec-delete, |
| 4 | viper-exec-yank,viper-put-back): don't display modification msg if in | 9 | viper-exec-yank,viper-put-back): don't display modification msg if in |
| 5 | the minibuffer. | 10 | the minibuffer. |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 52d0fefcd20..bfa730cc434 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 9 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 10 | ;; Keywords: emulations | 10 | ;; Keywords: emulations |
| 11 | 11 | ||
| 12 | (defconst viper-version "3.11.5 of July 8, 2005" | 12 | (defconst viper-version "3.11.5 of August 6, 2005" |
| 13 | "The current version of Viper") | 13 | "The current version of Viper") |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
| @@ -425,6 +425,7 @@ widget." | |||
| 425 | 425 | ||
| 426 | browse-kill-ring-mode | 426 | browse-kill-ring-mode |
| 427 | recentf-mode | 427 | recentf-mode |
| 428 | recentf-dialog-mode | ||
| 428 | occur-mode | 429 | occur-mode |
| 429 | 430 | ||
| 430 | mh-folder-mode | 431 | mh-folder-mode |