Mercurial > emacs
comparison lisp/ChangeLog @ 49096:63bc313a5a53
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 07 Jan 2003 14:33:59 +0000 |
parents | b0d5bb7c5110 |
children | f9a683a36a83 |
comparison
equal
deleted
inserted
replaced
49095:8f4703550258 | 49096:63bc313a5a53 |
---|---|
1 2003-01-07 Francesco Potort,Al(B <pot@gnu.org> | |
2 | |
3 * mail/undigest.el (unforward-rmail-message): Skip all newlines | |
4 after the initial separator. | |
5 (unforward-rmail-message): Forwarded-From: and Forwarded-Date: | |
6 instead of Forwarded-from: and Forwarded-date:. | |
7 | |
1 2003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 8 2003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
2 | 9 |
3 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are | 10 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are |
4 produced by TeX. | 11 produced by TeX. |
5 | 12 |
23 * isearch.el (isearch-repeat): Error if try to repeat search and | 30 * isearch.el (isearch-repeat): Error if try to repeat search and |
24 there was no previous search. | 31 there was no previous search. |
25 | 32 |
26 * dired.el (dired-recursive-deletes): Fix custom type. | 33 * dired.el (dired-recursive-deletes): Fix custom type. |
27 | 34 |
28 * dabbrev.el (dabbrev--substitute-expansion): | 35 * dabbrev.el (dabbrev--substitute-expansion): |
29 Convert all whitespace to single spaces, | 36 Convert all whitespace to single spaces, |
30 except when it's carried over from the existing text. | 37 except when it's carried over from the existing text. |
31 | 38 |
32 * simple.el (split-line): Clean up implementation. | 39 * simple.el (split-line): Clean up implementation. |
33 | 40 |