diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e6a6d9108a..d82391d691a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2011-09-06 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * isearch.el (isearch-other-meta-char): Wherever a key list is | ||
| 4 | unread, "unread" the prefix arg, too. This fixes bug #8901. | ||
| 5 | |||
| 6 | 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change) | ||
| 7 | |||
| 8 | * progmodes/grep.el (rgrep): Add "-type d" (bug#9414). | ||
| 9 | |||
| 10 | 2011-09-05 Juri Linkov <juri@jurta.org> | ||
| 11 | |||
| 12 | * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084). | ||
| 13 | |||
| 14 | 2011-09-05 Juri Linkov <juri@jurta.org> | ||
| 15 | |||
| 16 | * progmodes/grep.el (grep-filter): Avoid incomplete processing by | ||
| 17 | keeping point where processing of grep matches begins, and | ||
| 18 | continue to delete remaining escape sequences from the same point. | ||
| 19 | (grep-filter): Make leading zero optional in "0?1;31m" because | ||
| 20 | git-grep emits "\033[1;31m" escape sequences unlike expected | ||
| 21 | "\033[01;31m" as GNU Grep does (bug#9408). | ||
| 22 | (grep-process-setup): Replace obsolete "ml=" with newer "sl=". | ||
| 23 | |||
| 24 | 2011-09-05 Juri Linkov <juri@jurta.org> | ||
| 25 | |||
| 26 | * subr.el (y-or-n-p): Capitalize "yes". | ||
| 27 | |||
| 1 | 2011-09-04 Michael Albinus <michael.albinus@gmx.de> | 28 | 2011-09-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 29 | ||
| 3 | * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but | 30 | * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but |