]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
XEmacs fixes.
[lilypond.git] / ChangeLog
index 2683fb55271e3b1e77457cec22dfbcf112d1b38c..8a53823d10dd29e32a004331e39057d021c2bc10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,30 @@
-2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
+2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: XEmacs fixes: include two definitions for the
+       key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
+       use only two arguments in sit-for, use no arguments in
+       read-char-exclusive, backspace is not a character (127) in XEmacs.
+
+       * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
+
+2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
 
-       * lilypond-mode.el: Move comments of parenthesis matching below.
+       * lilypond-mode.el: un-commenting works after syntax-table fix.
+
+       * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
+       group, verbose commenting for syntax table.
+
+       * lilypond-indent.el: add TODO for ligature slurs.
+
+2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
+(numberp (read-event))
+       * lilypond-mode.el: Move comments of parenthesis matching away,
+       (blink-matching-paren-on-screen) fix blinking in Emacs.
 
        * lilypond-font-lock.el: Fix parent-matching for Emacs:
-       Emacs knows only "13"-style, XEmacs knows also "1b3b", etc.
+       Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
 
-       * lilypond-indent.el: Add TODO.
+       * lilypond-indent.el: Add TODO for parenthesis matching.
 
 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>