Mercurial > emacs
diff lisp/ChangeLog @ 72974:54ea774c3eed
* viper.el: Bumped up version/date of update to reflect the substantial
changes done in August 2006.
* viper-cmd (viper-next-line-at-bol): make sure button-at, push-button
are defined.
* ediff-util.el (ediff-add-to-history): new function.
* ediff.el: use ediff-add-to-history instead of add-to-history.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Mon, 18 Sep 2006 19:22:31 +0000 |
parents | e366ee2b86d2 |
children | 0782f0fe772b |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 18 18:05:18 2006 +0000 +++ b/lisp/ChangeLog Mon Sep 18 19:22:31 2006 +0000 @@ -1,3 +1,15 @@ +2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> + + * viper.el: Bumped up version/date of update to reflect the substantial + changes done in August 2006. + + * viper-cmd (viper-next-line-at-bol): make sure button-at, push-button + are defined. + + * ediff-util.el (ediff-add-to-history): new function. + + * ediff.el: use ediff-add-to-history instead of add-to-history. + 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) * textmodes/conf-mode.el (conf-space-mode): Doc fix.