aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2007-08-18 08:33:06 +0000
committerMartin Rudalics2007-08-18 08:33:06 +0000
commitbef83666556ed398df332e7ded92529b783e43f2 (patch)
tree63eda4865404f973282f4eeb084ef1dc368df057 /lisp/ChangeLog
parentc2659333c28521b1ca9263d5a9dae88d853e7292 (diff)
downloademacs-bef83666556ed398df332e7ded92529b783e43f2.tar.gz
emacs-bef83666556ed398df332e7ded92529b783e43f2.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69d753121ea..027f4193254 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12007-08-18 Martin Rudalics <rudalics@gmx.at>
2
3 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4 set-syntax-table from here to ...
5 (ada-mode): ... here. Do not change global value of
6 comment-multi-line. Call new function
7 ada-initialize-syntax-table-properties and add new function
8 ada-handle-syntax-table-properties to font-lock-mode-hook.
9 (ada-deactivate-properties, ada-initialize-properties): Replace
10 by new functions ...
11 (ada-handle-syntax-table-properties)
12 (ada-initialize-syntax-table-properties)
13 (ada-set-syntax-table-properties): ... to set up syntax-table
14 properties uniformly, independently from whether font-lock-mode
15 is enabled or not. Handle read-only buffers and do not change
16 undo-list when setting syntax-table properties.
17 (ada-after-change-function): Use
18 ada-set-syntax-table-properties.
19
12007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) 202007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2 21
3 * progmode/cperl-mode.el (cperl-look-at-leading-count) 22 * progmode/cperl-mode.el (cperl-look-at-leading-count)