comparison lisp/ChangeLog @ 64871:c5c5369f004d

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 09 Aug 2005 21:54:36 +0000
parents 15e2ef5c7c16
children 6b36aec4b023
comparison
equal deleted inserted replaced
64870:6bdeb6321248 64871:c5c5369f004d
1 2005-08-09 Juri Linkov <juri@jurta.org>
2
3 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4 Remove `-text' from face variable names.
5 (compilation-error-file-name, compilation-warning-file-name)
6 (compilation-info-file-name): Delete faces.
7 (compilation-line-number, compilation-column-number):
8 Remove face underlining.
9 (compilation-message-face): Set to `underline' value by default.
10 (compilation-error-face, compilation-warning-face)
11 (compilation-info-face): Remove `-file-name' from face names.
12 (compilation-error-text-face, compilation-warning-text-face)
13 (compilation-info-text-face): Delete face variables.
14 (compilation-text-face): Delete function.
15
16 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
17 `[^:\n]+'.
18 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19 (grep-error-face): Set to `compilation-error' instead of
20 `compilation-error-face' (which is redefined to `grep-hit-face' in
21 grep buffers).
22 (grep-mode-font-lock-keywords): Remove `-text' from face
23 variable names. Use `grep-error-face' instead of
24 `compilation-error-text-face'.
25
26 * dired-aux.el (dired-do-query-replace-regexp):
27 Use `query-replace-read-args'.
28
29 * replace.el (query-replace-read-from, query-replace-read-to)
30 (query-replace-read-args): Rename arg `string' to `prompt'.
31
32 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
33
1 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) 34 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2 35
3 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with 36 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4 uploading files. 37 uploading files.
5 (ange-ftp-canonize-filename): Handle file names beginning with ~ 38 (ange-ftp-canonize-filename): Handle file names beginning with ~