diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 278a66be229..2ab5adfb670 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 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 |