aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-11-14 11:41:51 +0000
committerStefan Monnier2000-11-14 11:41:51 +0000
commitbdbd9606002777988d481d558dd0932c6f40a8ee (patch)
tree4ea55f615c4dc1f96e9fa31e14241d89dc8a796b /lisp/ChangeLog
parent1265b5398a8c19e7b98a93010a8e50216a3163d0 (diff)
downloademacs-bdbd9606002777988d481d558dd0932c6f40a8ee.tar.gz
emacs-bdbd9606002777988d481d558dd0932c6f40a8ee.zip
(tex-font-lock-keywords-1): Use `keep'
rather than `prepend' and add an interesting comment. (tex-math-face, tex-font-lock-syntactic-face-function): New face and function to use it. (tex-define-common-keys, tex-mode-map): Use menu-item rather than `menu-enable' symbol property. (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe. (tex-mode): Add some latex-mode commands for auto-selection. Use tex-font-lock-syntactic-face-function. (tex-insert-quote): Simplify. (tex-shell): New mode. (tex-start-shell): Use it. (tex-shell-proc, tex-shell-buf): New functions. (tex-send-command): Use it. (tex-main-file): Fix the meaning of the new arg REALFILE. (tex-send-tex-command): New function split from `tex-start-tex'. Set compilation-last-buffer and compilation-parsing-end.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 296133f9afb..34cd74fa5e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,23 @@
12000-11-14 Stefan Monnier <monnier@cs.yale.edu> 12000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4 rather than `prepend' and add an interesting comment.
5 (tex-math-face, tex-font-lock-syntactic-face-function):
6 New face and function to use it.
7 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8 than `menu-enable' symbol property.
9 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10 (tex-mode): Add some latex-mode commands for auto-selection.
11 Use tex-font-lock-syntactic-face-function.
12 (tex-insert-quote): Simplify.
13 (tex-shell): New mode.
14 (tex-start-shell): Use it.
15 (tex-shell-proc, tex-shell-buf): New functions.
16 (tex-send-command): Use it.
17 (tex-main-file): Fix the meaning of the new arg REALFILE.
18 (tex-send-tex-command): New function split from `tex-start-tex'.
19 Set compilation-last-buffer and compilation-parsing-end.
20
3 * newcomment.el (comment-indent-default): Stick \s<\s< to the left 21 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4 when it follows non-comment text on the line. 22 when it follows non-comment text on the line.
5 23