From: J.D. Smith Date: Wed, 10 May 2006 18:22:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=169f09711414775863316acc2754025f90ebd830;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36c641eb568..75d8c9f4def 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2006-05-10 J.D. Smith + + * progmodes/idlw-shell.el (idlwave-shell-move-or-history): + Remove spurious move to point-max (new comint behavior fixes). + + * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete + compatibility function (Emacs 18/19). + (idlwave-is-continuation-line): Always return point at start of + previous non-blank continuation line. + `keyword-parameters': Fix continued comment font-lock matcher. + (idlwave-font-lock-fontify-region): Written, use as + font-lock-fontify-region-function, to fix continued keyword + fontification issues. + 2006-05-10 YAMAMOTO Mitsuharu * term/mac-win.el (mac-font-panel-mode): Doc fix.