diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7c72f3bd68..9e6bdf07cb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 2 | ||
| 3 | * vc-cvs.el (vc-cvs-annotate-command): | ||
| 4 | Delete extraneous lines from beginning of buffer. | ||
| 5 | * vc-mcvs.el (vc-mcvs-annotate-command): Likewise. | ||
| 6 | |||
| 3 | * progmodes/grep.el (grep-default-command): Take empty string | 7 | * progmodes/grep.el (grep-default-command): Take empty string |
| 4 | for tag if all other methods yield nil. Shell-quote the tag. | 8 | for tag if all other methods yield nil. Shell-quote the tag. |
| 5 | 9 | ||