summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJ.D. Smith <jdsmith@as.arizona.edu>2006-05-10 18:22:56 +0000
committerJ.D. Smith <jdsmith@as.arizona.edu>2006-05-10 18:22:56 +0000
commit169f09711414775863316acc2754025f90ebd830 (patch)
tree8b4d8cb102b7a7ab8c0ef6b31523f0651a3c691a /lisp
parentabbf811f8de9b43202334e28e48b671c301281af (diff)
downloademacs-169f09711414775863316acc2754025f90ebd830.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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 <jdsmith@as.arizona.edu>
+
+ * 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 <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-font-panel-mode): Doc fix.