diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0a62d93681..948c7e2a868 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2009-05-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * progmodes/grep.el (grep-compute-defaults): Simplify how settings | ||
| 4 | are looked up. | ||
| 5 | (grep-apply-setting): New function. | ||
| 6 | (grep-highlight-matches, grep-command, grep-template) | ||
| 7 | (grep-use-null-device, grep-find-command, grep-find-template): | ||
| 8 | Clarify role of grep-compute-defaults in docstrings. Use | ||
| 9 | grep-apply-setting to apply changes (Bug#3343). | ||
| 10 | |||
| 1 | 2009-05-21 Glenn Morris <rgm@gnu.org> | 11 | 2009-05-21 Glenn Morris <rgm@gnu.org> |
| 2 | 12 | ||
| 3 | * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change - | 13 | * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change - |