# HG changeset patch # User Martin Rudalics # Date 1187426285 0 # Node ID c0e43340f1fe3a53dd12ba617aa9361672b1deec # Parent d04e217671f9b62c2d2de9af596929e26a011e8e *** empty log message *** diff -r d04e217671f9 -r c0e43340f1fe lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 18 08:37:41 2007 +0000 +++ b/lisp/ChangeLog Sat Aug 18 08:38:05 2007 +0000 @@ -1,3 +1,22 @@ +2007-08-18 Martin Rudalics + + * 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 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.