Mercurial > emacs
comparison lisp/ChangeLog @ 60694:9e7ee067df09
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 18 Mar 2005 00:15:23 +0000 |
parents | 2a46e603ac58 |
children | d98864aa0f9c |
comparison
equal
deleted
inserted
replaced
60693:0dab980fb0b7 | 60694:9e7ee067df09 |
---|---|
1 2005-03-17 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/perl-mode.el (perl-mode-hook): Defvar it. | |
4 (perl-mode): Use run-mode-hooks. | |
5 | |
6 * mail/rmail.el (rmail-movemail-program, rmail-pop-password) | |
7 (rmail-pop-password-required, rmail-remote-password): Doc fixes. | |
8 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix. | |
9 | |
10 * mail/sendmail.el (sendmail-send-it): Reenaable the code | |
11 to compute resend-to-address and use it. | |
12 | |
13 * tar-mode.el (tar-mode): Turn off undo unconditionally. | |
14 | |
15 * image-mode.el: New file. | |
16 | |
17 * image.el (insert-sliced-image): Add autoload cookie. | |
18 | |
19 * font-lock.el (font-lock-lines-before): New user option. | |
20 (font-lock-after-change-function): Obey it. | |
21 | |
22 * bindings.el (esc-map): Make M-g a prefix. | |
23 Bind M-g g and M-g M-g to goto-line. | |
24 | |
25 * progmodes/perl-mode.el (perl-mode): Use run-mode-hooks. | |
26 | |
27 * faces.el (face-id): Doc fix. | |
28 | |
29 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
30 | |
31 * mail/rmail.el (rmail-unknown-mail-followup-to): New function. | |
32 (rmail-show-message): Use rmail-unknown-mail-followup-to. | |
33 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers. | |
34 | |
35 * mail/sendmail.el (mail-yank-ignored-headers) | |
36 (mail-font-lock-keywords, mail-mode-fill-paragraph): | |
37 Add Mail-Followup-To and Mail-Reply-To headers. | |
38 (mail-citation-hook): Add autoload cookie. | |
39 (mail-mode): Doc fix. | |
40 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to. | |
41 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers. | |
42 (mail-mode-fill-paragraph): Handle those headers. | |
43 (mail-mailing-lists): New variable. | |
44 (mail-mail-reply-to, mail-mail-followup-to): New functions. | |
45 | |
1 2005-03-17 Juri Linkov <juri@jurta.org> | 46 2005-03-17 Juri Linkov <juri@jurta.org> |
2 | 47 |
3 * isearch.el (isearch-fallback): Check for `(car previous)' | 48 * isearch.el (isearch-fallback): Check for `(car previous)' |
4 before calling `isearch-other-end-state'. | 49 before calling `isearch-other-end-state'. |
5 | 50 |
174 calendar if that is why we were called. | 219 calendar if that is why we were called. |
175 | 220 |
176 2005-03-11 Kenichi Handa <handa@m17n.org> | 221 2005-03-11 Kenichi Handa <handa@m17n.org> |
177 | 222 |
178 * international/mule.el (make-coding-system): Set property | 223 * international/mule.el (make-coding-system): Set property |
179 'coding-system-define-form to nil. | 224 coding-system-define-form to nil. |
180 (define-coding-system-alias): Likewise. | 225 (define-coding-system-alias): Likewise. |
181 | 226 |
182 2005-03-11 Kenichi Handa <handa@m17n.org> | 227 2005-03-11 Kenichi Handa <handa@m17n.org> |
183 | 228 |
184 These changes are suggested by Dave Love <fx@gnu.org>. | 229 These changes are suggested by Dave Love <fx@gnu.org>. |