aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-06-26 00:29:01 +0200
committerLars Magne Ingebrigtsen2013-06-26 00:29:01 +0200
commit26bf2b82d8a028a42cf8ad8f0aa284561c4cde7f (patch)
tree8ffa9ec106ee0e60f1d7fc2898d5ec854cbccd67 /lisp/ChangeLog
parent8308f184984d5c10fee62990d8a01abcec7f2160 (diff)
downloademacs-26bf2b82d8a028a42cf8ad8f0aa284561c4cde7f.tar.gz
emacs-26bf2b82d8a028a42cf8ad8f0aa284561c4cde7f.zip
(eww-render): Move the history reset to the correct buffer.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10b5daaac04..493052d4dcb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,7 @@
3 * net/eww.el: Rework history traversal. When going forward/back, 3 * net/eww.el: Rework history traversal. When going forward/back,
4 put these actions into the history, too, so that they can be 4 put these actions into the history, too, so that they can be
5 replayed. 5 replayed.
6 (eww-render): Move the history reset to the correct buffer.
6 7
72013-06-25 Juri Linkov <juri@jurta.org> 82013-06-25 Juri Linkov <juri@jurta.org>
8 9