diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83586c49717..c031c2beae5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion. | ||
| 4 | Update all callers to do it there, instead. | ||
| 5 | |||
| 1 | 2006-05-10 Glenn Morris <rgm@gnu.org> | 6 | 2006-05-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * calendar/calendar.el (calendar-basic-setup): Set day to 1 in | 8 | * calendar/calendar.el (calendar-basic-setup): Set day to 1 in |
| @@ -20,7 +25,7 @@ | |||
| 20 | * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete | 25 | * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete |
| 21 | compatibility function (Emacs 18/19). | 26 | compatibility function (Emacs 18/19). |
| 22 | (idlwave-is-continuation-line): Always return point at start of | 27 | (idlwave-is-continuation-line): Always return point at start of |
| 23 | previous non-blank continuation line. | 28 | previous non-blank continuation line. |
| 24 | `keyword-parameters': Fix continued comment font-lock matcher. | 29 | `keyword-parameters': Fix continued comment font-lock matcher. |
| 25 | (idlwave-font-lock-fontify-region): Written, use as | 30 | (idlwave-font-lock-fontify-region): Written, use as |
| 26 | font-lock-fontify-region-function, to fix continued keyword | 31 | font-lock-fontify-region-function, to fix continued keyword |