diff options
| author | Michael Kifer <kifer@cs.stonybrook.edu> | 2005-08-06 20:29:11 +0000 |
|---|---|---|
| committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2005-08-06 20:29:11 +0000 |
| commit | 44766d63addeeaba31d53a8e772c42e606227dbe (patch) | |
| tree | 7773f385ec34cd779941a25afe0b24db36c265e5 /lisp | |
| parent | 99f3554f006f8487b4fdeeb74465e82c02d6299d (diff) | |
| download | emacs-44766d63addeeaba31d53a8e772c42e606227dbe.tar.gz | |
2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode.
Change the date of last update.
Diffstat (limited to 'lisp')
| -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 @@ 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> + * viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode. + Change the date of last update. + +2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> + * viper-cmd.el (viper-harness-minor-mode,viper-exec-delete, viper-exec-yank,viper-put-back): don't display modification msg if in 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 @@ ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations -(defconst viper-version "3.11.5 of July 8, 2005" +(defconst viper-version "3.11.5 of August 6, 2005" "The current version of Viper") ;; This file is part of GNU Emacs. @@ -425,6 +425,7 @@ widget." browse-kill-ring-mode recentf-mode + recentf-dialog-mode occur-mode mh-folder-mode |
