Mercurial > emacs
comparison lisp/ChangeLog @ 87574:21fcd219fd6e
* mouse.el (mouse-popup-menubar): Fix typo.
* emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
form inside with-current-buffer.
* progmodes/antlr-mode.el (provide): Move to the end of file.
(require): Don't require font-lock and compile.
(outline-level, imenu-use-markers, imenu-create-index-function):
Move declarations to top level.
(cond-emacs-xemacs-macfn): Declare for compiler.
* vc-bzr.el (vc-bzr-root):
* vc-arch.el (vc-arch-root): Only set a property if the file is
managed by this backend.
* vc-hg.el (vc-hg-state): Support the new status code for
up-to-date.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 04 Jan 2008 08:34:15 +0000 |
parents | 7e5487d828ff |
children | 79db70e7148f |
comparison
equal
deleted
inserted
replaced
87573:7e5487d828ff | 87574:21fcd219fd6e |
---|---|
1 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * mouse.el (mouse-popup-menubar): Fix typo. | |
4 | |
5 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more | |
6 form inside with-current-buffer. | |
7 | |
8 * progmodes/antlr-mode.el (provide): Move to the end of file. | |
9 (require): Don't require font-lock and compile. | |
10 (outline-level, imenu-use-markers, imenu-create-index-function): | |
11 Move declarations to top level. | |
12 (cond-emacs-xemacs-macfn): Declare for compiler. | |
13 | |
14 * vc-bzr.el (vc-bzr-root): | |
15 * vc-arch.el (vc-arch-root): Only set a property if the file is | |
16 managed by this backend. | |
17 | |
18 * vc-hg.el (vc-hg-state): Support the new status code for | |
19 up-to-date. | |
20 | |
1 2008-01-04 Tassilo Horn <tassilo@member.fsf.org> | 21 2008-01-04 Tassilo Horn <tassilo@member.fsf.org> |
2 | 22 |
3 * doc-view.el (doc-view-scroll-up-or-next-page) | 23 * doc-view.el (doc-view-scroll-up-or-next-page) |
4 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and | 24 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and |
5 image-scroll-down instead of the non-image equivalents. Don't | 25 image-scroll-down instead of the non-image equivalents. Don't |