Mercurial > emacs
comparison lisp/ChangeLog @ 93178:6c44d22f4d83
(finder-mode-syntax-table, finder-font-lock-keywords): New variables.
(finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
(finder-exit): Ignore errors rather than avoiding them.
Kill *Finder-package* buffer also.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Mar 2008 18:43:04 +0000 |
parents | 470ea273abbf |
children | 9add13a0e597 |
comparison
equal
deleted
inserted
replaced
93177:470ea273abbf | 93178:6c44d22f4d83 |
---|---|
1 2008-03-22 Drew Adams <drew.adams@oracle.com> | |
2 | |
3 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords): | |
4 New variables. | |
5 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults. | |
6 (finder-exit): Ignore errors rather than avoiding them. | |
7 Kill *Finder-package* buffer also. | |
8 | |
1 2008-03-24 Andreas Schwab <schwab@suse.de> | 9 2008-03-24 Andreas Schwab <schwab@suse.de> |
2 | 10 |
3 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5. | 11 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5. |
4 | 12 |
5 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu> | 13 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu> |
6 | 14 |
7 * vc-hg.el (vc-hg-after-dir-status): | 15 * vc-hg.el (vc-hg-after-dir-status): |
8 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files. | 16 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files. |
9 | 17 |
10 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status): Detect | 18 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status): |
11 removed files. | 19 Detect removed files. |
12 | 20 |
13 * vc.el (vc-status-printer): Use a different face for missing files. | 21 * vc.el (vc-status-printer): Use a different face for missing files. |
14 (vc-status-hide-up-to-date): Rename from | 22 (vc-status-hide-up-to-date): Rename from |
15 vc-status-remove-up-to-date. Update all callers. | 23 vc-status-remove-up-to-date. Update all callers. |
16 (vc-status-mode-map): Bind C-m. | 24 (vc-status-mode-map): Bind C-m. |