aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 01ea2265b49..1aceeaa5242 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,12 +9,6 @@
9 (dbus-event-interface-name, dbus-event-member-name): Adapt 9 (dbus-event-interface-name, dbus-event-member-name): Adapt
10 implementation to serial number. 10 implementation to serial number.
11 11
122008-01-04 Tassilo Horn <tassilo@member.fsf.org>
13
14 * doc-view.el (doc-view-scroll-up-or-next-page)
15 (doc-view-scroll-down-or-previous-page): Don't scroll to the
16 top/bottom again when on the first/last page.
17
182008-01-04 Juanma Barranquero <lekktu@gmail.com> 122008-01-04 Juanma Barranquero <lekktu@gmail.com>
19 13
20 * bs.el (bs--get-mode-name): Fix typo in previous change. 14 * bs.el (bs--get-mode-name): Fix typo in previous change.
@@ -42,6 +36,10 @@
422008-01-04 Tassilo Horn <tassilo@member.fsf.org> 362008-01-04 Tassilo Horn <tassilo@member.fsf.org>
43 37
44 * doc-view.el (doc-view-scroll-up-or-next-page) 38 * doc-view.el (doc-view-scroll-up-or-next-page)
39 (doc-view-scroll-down-or-previous-page): Don't scroll to the
40 top/bottom again when on the first/last page.
41
42 * doc-view.el (doc-view-scroll-up-or-next-page)
45 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and 43 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
46 image-scroll-down instead of the non-image equivalents. Don't 44 image-scroll-down instead of the non-image equivalents. Don't
47 rely on a signalled condition but switch pages when scrolling 45 rely on a signalled condition but switch pages when scrolling
@@ -298,7 +296,7 @@
298 (vc-compatible-state): New function. Checks whether two states 296 (vc-compatible-state): New function. Checks whether two states
299 can be in the same changeset; used with 'edited it can test whether 297 can be in the same changeset; used with 'edited it can test whether
300 the next action for a state should be commit. 298 the next action for a state should be commit.
301 (vc-default-dired-format0info): Display 'added state. 299 (vc-default-dired-state-info): Display 'removed state.
302 (vc-dired-hook): Turn off undo, this is a speed tweak. 300 (vc-dired-hook): Turn off undo, this is a speed tweak.
303 301
304 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added. 302 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.