diff options
| author | Stefan Monnier | 2006-11-24 18:43:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-11-24 18:43:58 +0000 |
| commit | 053f45dd627fbbf0735029272cb77e2e1f44ed0b (patch) | |
| tree | 5f6eb6608a927e634bd80dac0ca31363d6977852 /lisp/ChangeLog | |
| parent | 7edbb0da2b9f420ebcc5cd53ff4603cb601c6608 (diff) | |
| download | emacs-053f45dd627fbbf0735029272cb77e2e1f44ed0b.tar.gz emacs-053f45dd627fbbf0735029272cb77e2e1f44ed0b.zip | |
(load-with-code-conversion, with-category-table): Use with-current-buffer.
(after-insert-file-set-coding): Use restore-buffer-modified-p.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3e84443940..1ed2f1bea43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * international/mule.el (load-with-code-conversion) | ||
| 4 | (with-category-table): Use with-current-buffer. | ||
| 5 | (after-insert-file-set-coding): Use restore-buffer-modified-p. | ||
| 6 | |||
| 1 | 2006-11-24 Eli Zaretskii <eliz@gnu.org> | 7 | 2006-11-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * mail/smtpmail.el (smtpmail-send-it): Copy | 9 | * mail/smtpmail.el (smtpmail-send-it): |
| 4 | buffer-file-coding-system from the mail buffer. Possibly add a | 10 | Copy buffer-file-coding-system from the mail buffer. Possibly add a |
| 5 | MIME header for the message encoding. Bind | 11 | MIME header for the message encoding. |
| 6 | coding-system-for-write around the call to mail-do-fcc. Use | 12 | Bind coding-system-for-write around the call to mail-do-fcc. |
| 7 | smtpmail-code-conv-from to encode queued mail messages. | 13 | Use smtpmail-code-conv-from to encode queued mail messages. |
| 8 | 14 | ||
| 9 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | 15 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> |
| 10 | 16 | ||