Mercurial > emacs
comparison lisp/ChangeLog @ 88035:edcfc11338ad
* add-log.el (change-log-search-file-name, change-log-find-file):
New function.
(change-log-font-lock-keywords): Move file name matching ...
(change-log-file-names-re): ... here. New defconst.
(change-log-mode-map): New binding C-c C-f to change-log-find-file.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 27 Jan 2008 19:48:44 +0000 |
parents | 9a5741ed6974 |
children | f58e88e8d9cb |
comparison
equal
deleted
inserted
replaced
88034:24e60a5c631c | 88035:edcfc11338ad |
---|---|
1 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org> | |
2 | |
3 * add-log.el (change-log-search-file-name, change-log-find-file): | |
4 New function. | |
5 (change-log-font-lock-keywords): Move file name matching ... | |
6 (change-log-file-names-re): ... here. New defconst. | |
7 (change-log-mode-map): New binding C-c C-f to change-log-find-file. | |
8 | |
1 2008-01-27 Alan Mackenzie <acm@muc.de> | 9 2008-01-27 Alan Mackenzie <acm@muc.de> |
2 | 10 |
3 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, | 11 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, |
4 enhance comments. | 12 enhance comments. |
5 | 13 |