comparison lisp/ChangeLog @ 70583:2f453a9b3b4a

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 11 May 2006 08:02:11 +0000
parents 80f0136fc4af
children 12df553144df
comparison
equal deleted inserted replaced
70582:f2d7dbf603c5 70583:2f453a9b3b4a
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
4 prefix arg case, to avoid view-diary-entries-initially error. 9 prefix arg case, to avoid view-diary-entries-initially error.
5 Reported by Stephen Berman <Stephen.Berman at gmx.net>. 10 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
18 Remove spurious move to point-max (new comint behavior fixes). 23 Remove spurious move to point-max (new comint behavior fixes).
19 24
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
27 fontification issues. 32 fontification issues.
28 33