diff options
| author | Juri Linkov | 2005-08-09 21:54:36 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-08-09 21:54:36 +0000 |
| commit | 5ebbfd9628ed6514ef202f581e6aba433aa9ad1a (patch) | |
| tree | dc59cba3735c3f1f7b7e2309c257ab0273c7002c | |
| parent | 45cfcb437f163a585a3caa6ee103e5920547ac87 (diff) | |
| download | emacs-5ebbfd9628ed6514ef202f581e6aba433aa9ad1a.tar.gz emacs-5ebbfd9628ed6514ef202f581e6aba433aa9ad1a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 33 | ||||
| -rw-r--r-- | man/ChangeLog | 11 |
2 files changed, 44 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 |
diff --git a/man/ChangeLog b/man/ChangeLog index 67cd0d6233e..5bacd6fd404 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-08-09 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * building.texi (Compilation): Use `itemx' instead of `item'. | ||
| 4 | (Grep Searching): Simplify phrase. | ||
| 5 | |||
| 6 | * display.texi (Standard Faces): Describe vertical-border on | ||
| 7 | window systems. | ||
| 8 | |||
| 9 | * windows.texi (Split Window): Simplify phrase and mention | ||
| 10 | vertical-border face. | ||
| 11 | |||
| 1 | 2005-08-09 Richard M. Stallman <rms@gnu.org> | 12 | 2005-08-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * files.texi (Comparing Files): Clarify compare-windows. | 14 | * files.texi (Comparing Files): Clarify compare-windows. |