]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 21:54:36 +0000 (21:54 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 21:54:36 +0000 (21:54 +0000)
lisp/ChangeLog
man/ChangeLog

index 278a66be229c367ddc561b2ed92af4b7abdeb1cf..2ab5adfb670fbbc0cbedffc79aa4d5972ad03374 100644 (file)
@@ -1,3 +1,36 @@
+2005-08-09  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
+       Remove `-text' from face variable names.
+       (compilation-error-file-name, compilation-warning-file-name)
+       (compilation-info-file-name): Delete faces.
+       (compilation-line-number, compilation-column-number):
+       Remove face underlining.
+       (compilation-message-face): Set to `underline' value by default.
+       (compilation-error-face, compilation-warning-face)
+       (compilation-info-face): Remove `-file-name' from face names.
+       (compilation-error-text-face, compilation-warning-text-face)
+       (compilation-info-text-face): Delete face variables.
+       (compilation-text-face): Delete function.
+
+       * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
+       `[^:\n]+'.
+       (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
+       (grep-error-face): Set to `compilation-error' instead of
+       `compilation-error-face' (which is redefined to `grep-hit-face' in
+       grep buffers).
+       (grep-mode-font-lock-keywords): Remove `-text' from face
+       variable names.  Use `grep-error-face' instead of
+       `compilation-error-text-face'.
+
+       * dired-aux.el (dired-do-query-replace-regexp):
+       Use `query-replace-read-args'.
+
+       * replace.el (query-replace-read-from, query-replace-read-to)
+       (query-replace-read-args): Rename arg `string' to `prompt'.
+
+       * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
+
 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
 
        * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
index 67cd0d6233e3349ab018c9d7dd409fb1344dbb8b..5bacd6fd404a45cca72349b64b458dbf3c35adfc 100644 (file)
@@ -1,3 +1,14 @@
+2005-08-09  Juri Linkov  <juri@jurta.org>
+
+       * building.texi (Compilation): Use `itemx' instead of `item'.
+       (Grep Searching): Simplify phrase.
+
+       * display.texi (Standard Faces): Describe vertical-border on
+       window systems.
+
+       * windows.texi (Split Window): Simplify phrase and mention
+       vertical-border face.
+
 2005-08-09  Richard M. Stallman  <rms@gnu.org>
 
        * files.texi (Comparing Files): Clarify compare-windows.