diff options
| author | Paul Eggert | 2012-04-18 09:45:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-18 09:45:13 -0700 |
| commit | 6c94c34fe8fef20680c29731277ad8baf87bf47e (patch) | |
| tree | f7a054d06b2a030ce73f298c41baaa14310dfcb8 /lisp/ChangeLog | |
| parent | e36899b642d36b3e0280e8e3914f7bbc28e75f9d (diff) | |
| parent | bc6494efe328c6b6da13bafd95e035da4e36ca98 (diff) | |
| download | emacs-6c94c34fe8fef20680c29731277ad8baf87bf47e.tar.gz emacs-6c94c34fe8fef20680c29731277ad8baf87bf47e.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9aadbe0f22..054b3ca5f47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2012-04-18 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (line-move): Use forward-line if in batch mode | ||
| 4 | (Bug#11053). | ||
| 5 | |||
| 6 | 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com> | ||
| 7 | |||
| 8 | * files.el (after-find-file): Do not try to add a final newline if | ||
| 9 | the buffer is read-only (Bug#11156). | ||
| 10 | |||
| 11 | 2012-04-17 Richard Stallman <rms@gnu.org> | ||
| 12 | |||
| 13 | * mail/rmail.el (rmail-start-mail): | ||
| 14 | Pass (rmail-mail-return...) for the return-action. | ||
| 15 | Pass (rmail-yank-current-message...) for the yank-action. | ||
| 16 | (rmail-yank-current-message): New function. | ||
| 17 | (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer. | ||
| 18 | (rmail-reply): Likewise. | ||
| 19 | (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer. | ||
| 20 | |||
| 21 | * mail/sendmail.el (mail-bury): Choose the first rmail-mode | ||
| 22 | buffer, not the last. Reject temp buffers. Use the rmail-mode | ||
| 23 | buffer, not newbuf. | ||
| 24 | |||
| 1 | 2012-04-17 Juanma Barranquero <lekktu@gmail.com> | 25 | 2012-04-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 26 | ||
| 3 | * server.el (server-ensure-safe-dir): Simplify. | 27 | * server.el (server-ensure-safe-dir): Simplify. |