# HG changeset patch # User Stefan Monnier # Date 1129138197 0 # Node ID 86c9c818e0e3b27651030ab52d74671023703c17 # Parent 99e68b20efb2370ea62fe281abf9f2e568a438a0 *** empty log message *** diff -r 99e68b20efb2 -r 86c9c818e0e3 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 12 17:28:52 2005 +0000 +++ b/lisp/ChangeLog Wed Oct 12 17:29:57 2005 +0000 @@ -1,3 +1,16 @@ +2005-10-12 Stefan Monnier + + * progmodes/mixal-mode.el (mixal-operation-codes): Remove. + (mixal-mode-syntax-table): Add \n as end-comment. + (mixal-operation-codes-alist): Immediately initialize to full value. + (mixal-add-operation-code): Remove. + (mixal-describe-operation-code): Make the arg non-optional. + Use the interactive spec instead. + Use mixal-operation-codes-alist rather than mixal-operation-codes. + (mixal-font-lock-keywords): Don't highlight comments here any more. + (mixal-font-lock-syntactic-keywords): New var. + (mixal-mode): Use it. Fix comment-start-skip. + 2005-10-12 Jan Dj,Ad(Brv * startup.el (command-line-x-option-alist): -nb => -nbi @@ -12,6 +25,16 @@ * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil. +2005-10-11 Stefan Monnier + + * progmodes/mixal-mode.el: Sync with version in the GNU MDK project. + Try to fix up minor layout issues like indentation, line break, etc... + (mixal-mode-syntax-table): Don't try to specify comment syntax, + because it doesn't work. + (mixal-operation-codes): Add some more codes. + (mixal-font-lock-keywords): Process comments here. + (mixal-mode): mixasm no longer needs -g option. + 2005-10-11 Sven Joachim * progmodes/sh-script.el (sh-tmp-file):