diff options
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. |