comparison lisp/ChangeLog @ 104899:3514d8f689c3

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 10 Sep 2009 00:58:15 +0000
parents 511c7f2425a4
children a5fc0cde652e
comparison
equal deleted inserted replaced
104898:5c11b1241dc1 104899:3514d8f689c3
1 2009-09-10 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-text-char-description): Propertize escape
4 character sequences with the `escape-glyph' face. (Bug#4344)
5
6 * simple.el (shell-command): Set asynchronous process filter to
7 `comint-output-filter'. (Bug#4343)
8
9 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11 the list. Move "asm" to the bottom.
12 (grep-find-ignored-directories): Add `choice' with nil value
13 to empty the list easily.
14 (grep-find-ignored-files): New option.
15 (grep-files-history): Set to nil by default instead of '("ch" "el").
16 (grep-compute-defaults): Add "<X>" to `grep-template'.
17 (grep-read-files): Bind new local variables `default-alias' and
18 `default-extension'. Use a list of default values for the file prompt.
19 (lgrep): Add `--exclude=' command line options composed from
20 `grep-find-ignored-files'.
21 (rgrep): Add `-name' command line options composed from
22 `grep-find-ignored-files'. (Bug#4301)
23
1 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca> 24 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk 26 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4 (bug#4368). 27 (bug#4368).
5 28
382 Remove unused gdbmi buffer type. 405 Remove unused gdbmi buffer type.
383 406
384 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> 407 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
385 408
386 * progmodes/grep.el (grep-read-files): Strip trailing <N> from 409 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
387 buffer names not visiting a file (e.g. cloned buffers). 410 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
388 411
389 2009-08-30 Nick Roberts <nickrob@snap.net.nz> 412 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
390 413
391 * comint.el (comint-exec-1): Check command is non-null first. 414 * comint.el (comint-exec-1): Check command is non-null first.
392 Part of gdb-mi.el change (2009-08-28). 415 Part of gdb-mi.el change (2009-08-28).