# HG changeset patch # User Stefan Monnier # Date 1078506467 0 # Node ID 835062cf7863cb17b3e9b1bd8987ea4aa614dedc # Parent 5284e720208bf360494e5eb8c8137c5c013e161a *** empty log message *** diff -r 5284e720208b -r 835062cf7863 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 05 12:56:55 2004 +0000 +++ b/lisp/ChangeLog Fri Mar 05 17:07:47 2004 +0000 @@ -1,3 +1,10 @@ +2004-03-04 Stefan Monnier + + * mail/sendmail.el (mail-mode): Set comment-start-skip. + + * newcomment.el (uncomment-region): Allow non-terminated comment. + (comment-normalize-vars): Check the user-specified comstart marker. + 2004-03-04 Jesper Harder * sort.el (sort-columns): Don't use external 'sort' on ms-windows. @@ -9,7 +16,7 @@ * hexl.el (hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc. (hexl-print-current-point-info): New function. - (hexl-current-address): print the address in both decimal + (hexl-current-address): Print the address in both decimal and hexadecimal format. 2004-03-04 Richard M. Stallman @@ -41,11 +48,11 @@ * font-lock.el (lisp-font-lock-keywords-2): Turn off the CL with-... and do-... general patterns. Instead, recognize several specific with... and do... constructs. - - * files.el (switch-to-buffer-other-window): Bind - same-window-buffer-names and same-window-regexps to nil. + + * files.el (switch-to-buffer-other-window): + Bind same-window-buffer-names and same-window-regexps to nil. (switch-to-buffer-other-frame): Likewise. - + 2004-03-03 Stefan Monnier * textmodes/fill.el (fill-comment-paragraph): Be more careful when