aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8508ca7b357..93436bf3cb3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12014-01-13 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-find-file): Go to DIR before displaying the error
4 about a nonexistent file if no previous Info file is visited.
5 Use `user-error' instead of `error' for "Info file %s does not exist".
6 (Info-find-node-2): In case of a nonexistent node in unwind forms
7 go to the Top node if there is no previous node to revert to.
8 (Bug#16405)
9
12014-01-13 Martin Rudalics <rudalics@gmx.at> 102014-01-13 Martin Rudalics <rudalics@gmx.at>
2 11
3 fit-frame/window-to-buffer code fixes including one for Bug#14096. 12 fit-frame/window-to-buffer code fixes including one for Bug#14096.