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,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 18 Aug 2007 08:38:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/08/18 08:38:05

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11570
retrieving revision 1.11571
diff -u -b -r1.11570 -r1.11571
--- ChangeLog   17 Aug 2007 22:54:34 -0000      1.11570
+++ ChangeLog   18 Aug 2007 08:38:05 -0000      1.11571
@@ -1,3 +1,22 @@
+2007-08-18  Martin Rudalics  <address@hidden>
+
+       * progmodes/ada-mode.el (ada-create-syntax-table): Move
+       set-syntax-table from here to ...
+       (ada-mode): ... here.  Do not change global value of
+       comment-multi-line.  Call new function
+       ada-initialize-syntax-table-properties and add new function
+       ada-handle-syntax-table-properties to font-lock-mode-hook.
+       (ada-deactivate-properties, ada-initialize-properties): Replace
+       by new functions ...
+       (ada-handle-syntax-table-properties)
+       (ada-initialize-syntax-table-properties)
+       (ada-set-syntax-table-properties): ... to set up syntax-table
+       properties uniformly, independently from whether font-lock-mode
+       is enabled or not.  Handle read-only buffers and do not change
+       undo-list when setting syntax-table properties.
+       (ada-after-change-function): Use
+       ada-set-syntax-table-properties.
+
 2007-08-18  Micha,Ak(Bl Cadilhac  <address@hidden>
 
        * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.




reply via email to

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