comparison lisp/ChangeLog @ 54288:835062cf7863

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 05 Mar 2004 17:07:47 +0000
parents 73cd5983fdb9
children 5acba3a0b094
comparison
equal deleted inserted replaced
54287:5284e720208b 54288:835062cf7863
1 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4
5 * newcomment.el (uncomment-region): Allow non-terminated comment.
6 (comment-normalize-vars): Check the user-specified comstart marker.
7
1 2004-03-04 Jesper Harder <harder@ifa.au.dk> 8 2004-03-04 Jesper Harder <harder@ifa.au.dk>
2 9
3 * sort.el (sort-columns): Don't use external 'sort' on ms-windows. 10 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4 Otherwise, do use it if the region only contains font-lock text 11 Otherwise, do use it if the region only contains font-lock text
5 properties. 12 properties.
7 2004-03-04 Masatake YAMATO <jet@gyve.org> 14 2004-03-04 Masatake YAMATO <jet@gyve.org>
8 15
9 * hexl.el (hexl-mode): Set `hexl-print-current-point-info' 16 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10 as the callback function for eldoc. 17 as the callback function for eldoc.
11 (hexl-print-current-point-info): New function. 18 (hexl-print-current-point-info): New function.
12 (hexl-current-address): print the address in both decimal 19 (hexl-current-address): Print the address in both decimal
13 and hexadecimal format. 20 and hexadecimal format.
14 21
15 2004-03-04 Richard M. Stallman <rms@gnu.org> 22 2004-03-04 Richard M. Stallman <rms@gnu.org>
16 23
17 * mail/rmail.el (rmail-convert-to-babyl-format): 24 * mail/rmail.el (rmail-convert-to-babyl-format):
39 (isearch-mode-map): Bind { to isearch-{-char. 46 (isearch-mode-map): Bind { to isearch-{-char.
40 47
41 * font-lock.el (lisp-font-lock-keywords-2): 48 * font-lock.el (lisp-font-lock-keywords-2):
42 Turn off the CL with-... and do-... general patterns. 49 Turn off the CL with-... and do-... general patterns.
43 Instead, recognize several specific with... and do... constructs. 50 Instead, recognize several specific with... and do... constructs.
44 51
45 * files.el (switch-to-buffer-other-window): Bind 52 * files.el (switch-to-buffer-other-window):
46 same-window-buffer-names and same-window-regexps to nil. 53 Bind same-window-buffer-names and same-window-regexps to nil.
47 (switch-to-buffer-other-frame): Likewise. 54 (switch-to-buffer-other-frame): Likewise.
48 55
49 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> 56 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
50 57
51 * textmodes/fill.el (fill-comment-paragraph): Be more careful when 58 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
52 recognizing leading comment on code line. 59 recognizing leading comment on code line.
53 60