From 428807eae4589172780d48d88a8b41a234db1311 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 14 Feb 2007 11:59:36 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++-- lisp/ChangeLog | 4 ++++ lispref/ChangeLog | 6 ++++++ man/ChangeLog | 4 ++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 76577697fca..26ad08af6bd 100644 --- 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). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21af8dd7ae8..630f8512ef4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 85b376005c6..9616199b7cb 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index cefa96992c7..cd2308e507d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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. -- 2.39.2