]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 14 Feb 2007 11:59:36 +0000 (11:59 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 14 Feb 2007 11:59:36 +0000 (11:59 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog

index 76577697fcac391a210c11b596fe1b381a7f3cc4..26ad08af6bd23ad6d9cbd4b0a06f598bcaf78d44 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1590,8 +1590,8 @@ people knowing `find-grep-dired' would probably expect it.
 *** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
 more user-friendly versions of `grep' and `grep-find', which prompt
 separately for the regular expression to match, the files to search,
-and the base directory for the search (rgrep only).  Case sensitivitivy
-of the search is controlled by the current value of `case-fold-search'.
+and the base directory for the search.  Case sensitivitivy of the
+search is controlled by the current value of `case-fold-search'.
 
 These commands build the shell commands based on the new variables
 `grep-template' (lgrep) and `grep-find-template' (rgrep).
index 21af8dd7ae8930177770dd98bfab4abf1794a143..630f8512ef45ecf820ca376fa8e8faa45e59ade1 100644 (file)
@@ -1,5 +1,9 @@
 2007-02-14  Kim F. Storm  <storm@cua.dk>
 
+       * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
+       (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
+       (grep): Fix lgrep reference.
+
        * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
        (standard-display-underline): Use make-glyph-code.
 
index 85b376005c635c972b48713efa2c1dba3b96cd86..9616199b7cbd3e2af1048a667733cdb4b644945c 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-14  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
+       Rewrite glyph code description to refer to these functions.
+       Remove details of encoding face number and char into integer code.
+
 2007-02-03  Alan Mackenzie  <acm@muc.de>
 
        * loading.texi (Hooks for Loading): Make the description of
index cefa96992c7301a62bca2030a8170aa9bcbf8c70..cd2308e507d10aeed2d044b58fc191d724734923 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-14  Kim F. Storm  <storm@cua.dk>
+
+       * building.texi (Grep Searching): Fix lgrep doc.
+
 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
 
        * back.texi: Remove unused file.