diff options
| author | Kim F. Storm | 2007-02-14 11:59:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-02-14 11:59:36 +0000 |
| commit | 428807eae4589172780d48d88a8b41a234db1311 (patch) | |
| tree | 639281da6c51f4910f7f782b6f69df7cbb9f1d94 | |
| parent | c341ae9662d9c9d21514642e1f8dd510c7d6aee1 (diff) | |
| download | emacs-428807eae4589172780d48d88a8b41a234db1311.tar.gz emacs-428807eae4589172780d48d88a8b41a234db1311.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
4 files changed, 16 insertions, 2 deletions
| @@ -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 |
| 1591 | more user-friendly versions of `grep' and `grep-find', which prompt | 1591 | more user-friendly versions of `grep' and `grep-find', which prompt |
| 1592 | separately for the regular expression to match, the files to search, | 1592 | separately for the regular expression to match, the files to search, |
| 1593 | and the base directory for the search (rgrep only). Case sensitivitivy | 1593 | and the base directory for the search. Case sensitivitivy of the |
| 1594 | of the search is controlled by the current value of `case-fold-search'. | 1594 | search is controlled by the current value of `case-fold-search'. |
| 1595 | 1595 | ||
| 1596 | These commands build the shell commands based on the new variables | 1596 | These 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 @@ | |||
| 1 | 2007-02-14 Kim F. Storm <storm@cua.dk> | 1 | 2007-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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-02-03 Alan Mackenzie <acm@muc.de> | 7 | 2007-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 @@ | |||
| 1 | 2007-02-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * building.texi (Grep Searching): Fix lgrep doc. | ||
| 4 | |||
| 1 | 2007-02-12 Chong Yidong <cyd@stupidchicken.com> | 5 | 2007-02-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * back.texi: Remove unused file. | 7 | * back.texi: Remove unused file. |