*** empty log message ***
This commit is contained in:
parent
c341ae9662
commit
428807eae4
4 changed files with 16 additions and 2 deletions
4
etc/NEWS
4
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).
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue