* net/eww.el (eww-restore-history): Update the window title after
moving in the history.
+2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/eww.el (eww-restore-history): Update the window title after
+ moving in the history.
+
2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
* vc/log-edit.el (log-edit-mode-map): Add binding for
(insert (plist-get elem :text))
(goto-char (plist-get elem :point))
(setq eww-current-url (plist-get elem :url)
- eww-current-title (plist-get elem :title))))
+ eww-current-title (plist-get elem :title))
+ (eww-update-header-line-format)))
(defun eww-next-url ()
"Go to the page marked `next'.