# HG changeset patch # User Kim F. Storm # Date 1171454376 0 # Node ID 0713e22d44114b8a4bbc7804394b11f4a1feedb3 # Parent 8af78a923e9f5c957e5921ea26ed88336d67a892 *** empty log message *** diff -r 8af78a923e9f -r 0713e22d4411 etc/NEWS --- a/etc/NEWS Wed Feb 14 11:56:58 2007 +0000 +++ b/etc/NEWS Wed Feb 14 11:59:36 2007 +0000 @@ -1590,8 +1590,8 @@ *** 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). diff -r 8af78a923e9f -r 0713e22d4411 lisp/ChangeLog --- a/lisp/ChangeLog Wed Feb 14 11:56:58 2007 +0000 +++ b/lisp/ChangeLog Wed Feb 14 11:59:36 2007 +0000 @@ -1,5 +1,9 @@ 2007-02-14 Kim F. Storm + * 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. diff -r 8af78a923e9f -r 0713e22d4411 lispref/ChangeLog --- a/lispref/ChangeLog Wed Feb 14 11:56:58 2007 +0000 +++ b/lispref/ChangeLog Wed Feb 14 11:59:36 2007 +0000 @@ -1,3 +1,9 @@ +2007-02-14 Kim F. Storm + + * 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 * loading.texi (Hooks for Loading): Make the description of diff -r 8af78a923e9f -r 0713e22d4411 man/ChangeLog --- a/man/ChangeLog Wed Feb 14 11:56:58 2007 +0000 +++ b/man/ChangeLog Wed Feb 14 11:59:36 2007 +0000 @@ -1,3 +1,7 @@ +2007-02-14 Kim F. Storm + + * building.texi (Grep Searching): Fix lgrep doc. + 2007-02-12 Chong Yidong * back.texi: Remove unused file.