aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b713d5d2df9..a9d8a3923d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,34 @@
12005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
4 also the second char of a comment-start sequence.
5 (scheme-sexp-comment-syntax-table): New var.
6 (lambda, define): Set their scheme-doc-string-elt property.
7 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8 Use lisp-font-lock-syntactic-face-function now that it properly
9 handles |...| symbols.
10 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12
13 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14 bit from # to |.
15 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16
17 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18 (lisp-doc-string-elt-property): New var.
19 (lisp-font-lock-syntactic-face-function): Use it.
20 Rewrite to recognize docstrings even for forms not at toplevel.
21
22 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23 annotation on the | part of #| rather than on the # part.
24 (scheme-font-lock-syntactic-face-function): New function, to
25 distinguish strings from |...| symbols.
26 (scheme-mode-variables): Use it. Also fix up the font-lock-time
27 syntax-table so that #|...|# is properly highlighted.
28
29 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
30 Don't mark as docstring the 3rd elem of an unknown toplevel form.
31
12005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> 322005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 33
3 * bindings.el (global-map): Resync [home] and [end] bindings with C-a 34 * bindings.el (global-map): Resync [home] and [end] bindings with C-a