diff options
| author | Martin Rudalics | 2007-08-18 08:33:06 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-18 08:33:06 +0000 |
| commit | bef83666556ed398df332e7ded92529b783e43f2 (patch) | |
| tree | 63eda4865404f973282f4eeb084ef1dc368df057 /lisp/ChangeLog | |
| parent | c2659333c28521b1ca9263d5a9dae88d853e7292 (diff) | |
| download | emacs-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/ChangeLog | 19 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | 20 | 2007-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) |