Mercurial > emacs
changeset 75879:0713e22d4411
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 14 Feb 2007 11:59:36 +0000 |
parents | 8af78a923e9f |
children | 7717e4bf7aef |
files | etc/NEWS lisp/ChangeLog lispref/ChangeLog man/ChangeLog |
diffstat | 4 files changed, 16 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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).
--- 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 <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.
--- 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 <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