diff options
| author | Francesco Potortì | 2002-12-23 22:51:11 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-12-23 22:51:11 +0000 |
| commit | 75b6ccddfa5faf1590d8a072504f5860844b0f3f (patch) | |
| tree | edaf80ef54ab283b6c5f359521ea4980b59607cb | |
| parent | 11eb20e0498701f6f860b5d0f6337e33de2848b5 (diff) | |
| download | emacs-75b6ccddfa5faf1590d8a072504f5860844b0f3f.tar.gz emacs-75b6ccddfa5faf1590d8a072504f5860844b0f3f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18149735fd4..bdbbc877ee5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-12-23 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * mail/undigest.el (unforward-rmail-message): Do not assume that | ||
| 4 | the forwarded message's Date: header comes after From:. Use a | ||
| 5 | Forwarded-from: rather than a Forwarded-by: header. Add a | ||
| 6 | Forwarded-date: header. | ||
| 7 | |||
| 1 | 2002-12-23 Nick Roberts <nick@nick.uklinux.net> | 8 | 2002-12-23 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 9 | ||
| 3 | * gdb-ui.el (gdb-display-number-end): Make auto-display of | 10 | * gdb-ui.el (gdb-display-number-end): Make auto-display of |
| @@ -25,7 +32,7 @@ | |||
| 25 | Merging Dave Love <fx@gnu.org>'s custom_themes branch containing | 32 | Merging Dave Love <fx@gnu.org>'s custom_themes branch containing |
| 26 | Alex Schroeder's adaptation of Jan Vroonhof | 33 | Alex Schroeder's adaptation of Jan Vroonhof |
| 27 | <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS. | 34 | <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS. |
| 28 | 35 | ||
| 29 | * cus-edit.el (customize-save-variable): Take themes into account. | 36 | * cus-edit.el (customize-save-variable): Take themes into account. |
| 30 | (custom-variable-save): Take themes into account. | 37 | (custom-variable-save): Take themes into account. |
| 31 | (custom-variable-reset-saved): Add comment-widget. | 38 | (custom-variable-reset-saved): Add comment-widget. |
| @@ -90,13 +97,13 @@ | |||
| 90 | 97 | ||
| 91 | * subr.el (add-to-invisibility-spec): If it was t, start it out at (t). | 98 | * subr.el (add-to-invisibility-spec): If it was t, start it out at (t). |
| 92 | 99 | ||
| 93 | * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header): | 100 | * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header): |
| 94 | Add defvars. | 101 | Add defvars. |
| 95 | 102 | ||
| 96 | * textmodes/tex-mode.el (tex-print): Call shell-quote-argument | 103 | * textmodes/tex-mode.el (tex-print): Call shell-quote-argument |
| 97 | on the file name. | 104 | on the file name. |
| 98 | 105 | ||
| 99 | * textmodes/outline.el (outline-next-visible-heading): | 106 | * textmodes/outline.el (outline-next-visible-heading): |
| 100 | When going forward, test outline-invisible-p at start of header. | 107 | When going forward, test outline-invisible-p at start of header. |
| 101 | 108 | ||
| 102 | 2002-12-22 Kevin Ryde <user42@zip.com.au> | 109 | 2002-12-22 Kevin Ryde <user42@zip.com.au> |