emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Thu, 10 Sep 2009 00:58:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/09/10 00:58:19

Modified files:
        lisp           : ChangeLog 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16116&r2=1.16117

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16116
retrieving revision 1.16117
diff -u -b -r1.16116 -r1.16117
--- ChangeLog   9 Sep 2009 14:47:54 -0000       1.16116
+++ ChangeLog   10 Sep 2009 00:58:15 -0000      1.16117
@@ -1,3 +1,26 @@
+2009-09-10  Juri Linkov  <address@hidden>
+
+       * isearch.el (isearch-text-char-description): Propertize escape
+       character sequences with the `escape-glyph' face.  (Bug#4344)
+
+       * simple.el (shell-command): Set asynchronous process filter to
+       `comint-output-filter'.  (Bug#4343)
+
+       * progmodes/grep.el (grep-template): Add "<X>" to docstring.
+       (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
+       the list.  Move "asm" to the bottom.
+       (grep-find-ignored-directories): Add `choice' with nil value
+       to empty the list easily.
+       (grep-find-ignored-files): New option.
+       (grep-files-history): Set to nil by default instead of '("ch" "el").
+       (grep-compute-defaults): Add "<X>" to `grep-template'.
+       (grep-read-files): Bind new local variables `default-alias' and
+       `default-extension'.  Use a list of default values for the file prompt.
+       (lgrep): Add `--exclude=' command line options composed from
+       `grep-find-ignored-files'.
+       (rgrep): Add `-name' command line options composed from
+       `grep-find-ignored-files'.  (Bug#4301)
+
 2009-09-09  Stefan Monnier  <address@hidden>
 
        * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
@@ -384,7 +407,7 @@
 2009-08-30  Kevin Rodgers  <address@hidden>
 
        * progmodes/grep.el (grep-read-files): Strip trailing <N> from
-       buffer names not visiting a file (e.g. cloned buffers).
+       buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
 
 2009-08-30  Nick Roberts  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]