diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53923ccfdff..a76792a77a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-03-27 Glenn Morris <rgm@gnu.org> | 1 | 2007-03-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * complete.el (PC-do-completion): Compute completion-base-size in | ||
| 4 | the non-filename case, rather than setting to nil. | ||
| 5 | (PC-lisp-complete-end): New variable. | ||
| 6 | (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the | ||
| 7 | original end in a series of consecutive invocations. | ||
| 8 | |||
| 3 | * calendar/calendar.el (calendar-mode-hook): Declare it. | 9 | * calendar/calendar.el (calendar-mode-hook): Declare it. |
| 4 | 10 | ||
| 5 | * calendar/diary-lib.el (diary-live-p): Do not check for | 11 | * calendar/diary-lib.el (diary-live-p): Do not check for |