diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-05 17:07:47 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-05 17:07:47 +0000 |
commit | 032cbf902ccd6f933daed5bd0d406c14f3163685 (patch) | |
tree | 5ffabba49d76a985cbf5c4cbae3c7912a3d8c164 | |
parent | 528f876a84a425180351449bf65362efda5d2205 (diff) | |
download | emacs-032cbf902ccd6f933daed5bd0d406c14f3163685.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57a01d9f081..d6cbf5b78e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> + + * 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 <harder@ifa.au.dk> * 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 <rms@gnu.org> @@ -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 <monnier@iro.umontreal.ca> * textmodes/fill.el (fill-comment-paragraph): Be more careful when |