# HG changeset patch # User Stefan Monnier # Date 1132509965 0 # Node ID ba04f6850d69a223245f10c996bd779ff8e0b559 # Parent c365e04ea26605467ce536fa69a978d17b2999f6 *** empty log message *** diff -r c365e04ea266 -r ba04f6850d69 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 20 15:25:35 2005 +0000 +++ b/lisp/ChangeLog Sun Nov 20 18:06:05 2005 +0000 @@ -14,6 +14,11 @@ * international/mule-cmds.el (encoded-string-description): Use Lisp-readable syntax for hex. +2005-11-19 Stefan Monnier + + * newcomment.el (comment-enter-backward): Handle the case where the + comment is closed by EOB. + 2005-11-19 Chong Yidong * longlines.el (longlines-before-revert-hook) @@ -59,8 +64,8 @@ 2005-11-19 Eli Zaretskii - * 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 - * menu-bar.el (menu-bar-describe-menu) : Mention - "keyboard shortcuts" in the help text. + * menu-bar.el (menu-bar-describe-menu) : + Mention "keyboard shortcuts" in the help text. 2005-11-19 YAMAMOTO Mitsuharu