diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c647ba0783b..3e8e7a6f3a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mail/reporter.el (reporter-dump-variable): In case of void-variable, | ||
| 4 | do not mess with mail-buffer position (fixes 2009-11-03 change). | ||
| 5 | * progmodes/cc-mode.el (c-submit-bug-report): | ||
| 6 | Check auto-fill-mode is bound. (Bug#16592) | ||
| 7 | |||
| 1 | 2014-01-31 Darren Hoo <darren.hoo@gmail.com> | 8 | 2014-01-31 Darren Hoo <darren.hoo@gmail.com> |
| 2 | 9 | ||
| 3 | * startup.el (fancy-splash-image-file): New function, | 10 | * startup.el (fancy-splash-image-file): New function, |