comparison lisp/ChangeLog @ 87587:546180f9602b

Fix log typo, merge entries.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Jan 2008 04:14:40 +0000
parents 9554989ee375
children 3df0bed5b17a
comparison
equal deleted inserted replaced
87586:9554989ee375 87587:546180f9602b
7 (dbus-event-serial-number): New defun. 7 (dbus-event-serial-number): New defun.
8 (dbus-event-service-name, dbus-event-path-name) 8 (dbus-event-service-name, dbus-event-path-name)
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
12 2008-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
18 2008-01-04 Juanma Barranquero <lekktu@gmail.com> 12 2008-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.
21 15
22 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu> 16 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
38 32
39 * vc-hg.el (vc-hg-state): Support the new status code for 33 * vc-hg.el (vc-hg-state): Support the new status code for
40 up-to-date. 34 up-to-date.
41 35
42 2008-01-04 Tassilo Horn <tassilo@member.fsf.org> 36 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
37
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.
43 41
44 * doc-view.el (doc-view-scroll-up-or-next-page) 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
296 294
297 * vc.el (header coment): Better description of dir-state. 295 * vc.el (header coment): Better description of dir-state.
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.
305 303
306 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed. 304 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.