diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1438a230550..2181a6dde7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * startup.el (initial-buffer-choice): Allow function as value | ||
| 4 | (Bug#13251). | ||
| 5 | (command-line-1): Handle case where initial-buffer-choice | ||
| 6 | specifies a function. | ||
| 7 | * server.el (server-execute): Handle case where | ||
| 8 | initial-buffer-choice specifies a function. | ||
| 9 | |||
| 1 | 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org> | 10 | 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 11 | ||
| 3 | * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into | 12 | * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into |