Mercurial > emacs
comparison lisp/ChangeLog @ 82273:b5ce1d24cf31
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 04 Aug 2007 15:19:51 +0000 |
parents | 7401a1247f6d |
children | b7b1c3d757cf |
comparison
equal
deleted
inserted
replaced
82272:e4f2f44b432e | 82273:b5ce1d24cf31 |
---|---|
52 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend | 52 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend |
53 name, not `GIT'. | 53 name, not `GIT'. |
54 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info) | 54 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info) |
55 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'. | 55 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'. |
56 | 56 |
57 2007-08-02 Richard Stallman <rms@gnu.org> | 57 2007-08-03 Richard Stallman <rms@gnu.org> |
58 | 58 |
59 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number | 59 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number |
60 to update deleted flag. | 60 to update deleted flag. |
61 | 61 |
62 * cus-edit.el (customize-apropos, customize-apropos-options) | 62 * cus-edit.el (customize-apropos, customize-apropos-options) |
72 | 72 |
73 * progmodes/compile.el (compilation-find-buffer): Return current | 73 * progmodes/compile.el (compilation-find-buffer): Return current |
74 buffer immediately if suitable. | 74 buffer immediately if suitable. |
75 (compile, compilation-buffer-name, compilation-start): Doc fixes. | 75 (compile, compilation-buffer-name, compilation-start): Doc fixes. |
76 | 76 |
77 2007-07-31 Daiki Ueno <ueno@unixuser.org> | 77 2007-08-03 Daiki Ueno <ueno@unixuser.org> |
78 | 78 |
79 * faces.el (face-normalize-spec): New function. | 79 * faces.el (face-normalize-spec): New function. |
80 (frame-set-background-mode): Normalize face-spec before calling | 80 (frame-set-background-mode): Normalize face-spec before calling |
81 face-spec-match-p. | 81 face-spec-match-p. |
82 | 82 |
83 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca> | 83 2007-07-03 Stefan Monnier <monnier@iro.umontreal.ca> |
84 | 84 |
85 * server.el (server-window): Add switch-to-buffer-other-frame option. | 85 * server.el (server-window): Add switch-to-buffer-other-frame option. |
86 | 86 |
87 2007-08-03 Glenn Morris <rgm@gnu.org> | 87 2007-08-03 Glenn Morris <rgm@gnu.org> |
88 | 88 |