# HG changeset patch # User J.D. Smith # Date 1147285376 0 # Node ID 8d0fb9ce2523d6183cd494400a8b69e10f09fa54 # Parent edd2bdf83f35522f0623eb70f65ec8f50a6efbb2 *** empty log message *** diff -r edd2bdf83f35 -r 8d0fb9ce2523 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 10 13:33:04 2006 +0000 +++ b/lisp/ChangeLog Wed May 10 18:22:56 2006 +0000 @@ -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.