emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 12 Oct 2005 13:30:00 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8335 emacs/lisp/ChangeLog:1.8336
*** emacs/lisp/ChangeLog:1.8335 Wed Oct 12 14:22:36 2005
--- emacs/lisp/ChangeLog        Wed Oct 12 17:29:57 2005
***************
*** 1,3 ****
--- 1,16 ----
+ 2005-10-12  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * startup.el (command-line-x-option-alist): -nb => -nbi
***************
*** 11,16 ****
--- 24,39 ----
  2005-10-12  Reiner Steib  <address@hidden>
  
        * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
+ 
+ 2005-10-11  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]