Mercurial > emacs
comparison lisp/ChangeLog @ 64726:5036f2cf5dc0
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 04 Aug 2005 01:11:17 +0000 |
parents | 5d36a139ef92 |
children | 28b7c336cb20 |
comparison
equal
deleted
inserted
replaced
64725:0344b299e9e6 | 64726:5036f2cf5dc0 |
---|---|
1 2005-08-04 Juri Linkov <juri@jurta.org> | |
2 | |
3 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp | |
4 matching line numbers, column numbers and their ranges with regexp | |
5 matching only line numbers. | |
6 (grep-context-face): New face variable. | |
7 (grep-mode-font-lock-keywords): Use it. | |
8 | |
9 * faces.el (read-face-name): Delete duplicate faces. | |
10 | |
1 2005-08-02 Juanma Barranquero <lekktu@gmail.com> | 11 2005-08-02 Juanma Barranquero <lekktu@gmail.com> |
2 | 12 |
3 * thumbs.el (thumbs-find-image): Don't make variables | 13 * thumbs.el (thumbs-find-image): Don't make variables |
4 automatically buffer local. | 14 automatically buffer local. |
5 (thumbs-current-tmp-filename, thumbs-current-image-filename) | 15 (thumbs-current-tmp-filename, thumbs-current-image-filename) |
231 | 241 |
232 * progmodes/compile.el (compilation-mode-font-lock-keywords): | 242 * progmodes/compile.el (compilation-mode-font-lock-keywords): |
233 Don't use compilation-...-face for messages that are not file names. | 243 Don't use compilation-...-face for messages that are not file names. |
234 | 244 |
235 2005-07-22 Juri Linkov <juri@jurta.org> | 245 2005-07-22 Juri Linkov <juri@jurta.org> |
236 | |
237 * simple.el (line-move-1): Fix comments. | |
238 | 246 |
239 * startup.el (normal-splash-screen): Update menu name. | 247 * startup.el (normal-splash-screen): Update menu name. |
240 | 248 |
241 * tempo.el (tempo-insert-template): Fix 2005-07-16 change. | 249 * tempo.el (tempo-insert-template): Fix 2005-07-16 change. |
242 | 250 |