diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-20 18:06:05 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-20 18:06:05 +0000 |
commit | 602ad1ad2d9ed69178f9f6fda3e1c6b7ec264a59 (patch) | |
tree | f9402c1e687cf7cba8f2627da0b12ec0e9b5d17f | |
parent | 6398b88f531f0498ff30ad9b658890298c6ebf6b (diff) | |
download | emacs-602ad1ad2d9ed69178f9f6fda3e1c6b7ec264a59.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfb8872a937..06406e15f00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,6 +14,11 @@ * international/mule-cmds.el (encoded-string-description): Use Lisp-readable syntax for hex. +2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca> + + * newcomment.el (comment-enter-backward): Handle the case where the + comment is closed by EOB. + 2005-11-19 Chong Yidong <cyd@stupidchicken.com> * longlines.el (longlines-before-revert-hook) @@ -59,8 +64,8 @@ 2005-11-19 Eli Zaretskii <eliz@gnu.org> - * complete.el (partial-completion-mode): Mention - completion-auto-help in the doc string. + * complete.el (partial-completion-mode): + Mention completion-auto-help in the doc string. * man.el (Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way. @@ -72,8 +77,8 @@ 2005-11-19 Eli Zaretskii <eliz@gnu.org> - * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention - "keyboard shortcuts" in the help text. + * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: + Mention "keyboard shortcuts" in the help text. 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |