aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-02-14 11:59:36 +0000
committerKim F. Storm2007-02-14 11:59:36 +0000
commit428807eae4589172780d48d88a8b41a234db1311 (patch)
tree639281da6c51f4910f7f782b6f69df7cbb9f1d94
parentc341ae9662d9c9d21514642e1f8dd510c7d6aee1 (diff)
downloademacs-428807eae4589172780d48d88a8b41a234db1311.tar.gz
emacs-428807eae4589172780d48d88a8b41a234db1311.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/ChangeLog6
-rw-r--r--man/ChangeLog4
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.
1590*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 1590*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
1591more user-friendly versions of `grep' and `grep-find', which prompt 1591more user-friendly versions of `grep' and `grep-find', which prompt
1592separately for the regular expression to match, the files to search, 1592separately for the regular expression to match, the files to search,
1593and the base directory for the search (rgrep only). Case sensitivitivy 1593and the base directory for the search. Case sensitivitivy of the
1594of the search is controlled by the current value of `case-fold-search'. 1594search is controlled by the current value of `case-fold-search'.
1595 1595
1596These commands build the shell commands based on the new variables 1596These commands build the shell commands based on the new variables
1597`grep-template' (lgrep) and `grep-find-template' (rgrep). 1597`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 @@
12007-02-14 Kim F. Storm <storm@cua.dk> 12007-02-14 Kim F. Storm <storm@cua.dk>
2 2
3 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5 (grep): Fix lgrep reference.
6
3 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns. 7 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4 (standard-display-underline): Use make-glyph-code. 8 (standard-display-underline): Use make-glyph-code.
5 9
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 85b376005c6..9616199b7cb 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12007-02-14 Kim F. Storm <storm@cua.dk>
2
3 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4 Rewrite glyph code description to refer to these functions.
5 Remove details of encoding face number and char into integer code.
6
12007-02-03 Alan Mackenzie <acm@muc.de> 72007-02-03 Alan Mackenzie <acm@muc.de>
2 8
3 * loading.texi (Hooks for Loading): Make the description of 9 * 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 @@
12007-02-14 Kim F. Storm <storm@cua.dk>
2
3 * building.texi (Grep Searching): Fix lgrep doc.
4
12007-02-12 Chong Yidong <cyd@stupidchicken.com> 52007-02-12 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * back.texi: Remove unused file. 7 * back.texi: Remove unused file.