Mercurial > emacs
comparison lisp/ChangeLog @ 48237:ee293d310f44
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 09 Nov 2002 22:25:39 +0000 |
parents | 13ff2508090c |
children | e0d8b1e38956 |
comparison
equal
deleted
inserted
replaced
48236:303d917c08c3 | 48237:ee293d310f44 |
---|---|
1 2002-11-09 Dave Love <fx@gnu.org> | 1 2002-11-09 Dave Love <fx@gnu.org> |
2 | 2 |
3 * international/mule-cmds.el (current-language-environment): Fix | 3 * international/mule-cmds.el (current-language-environment): Fix :type. |
4 :type. | |
5 | 4 |
6 * international/ucs-tables.el: Revert to using | 5 * international/ucs-tables.el: Revert to using |
7 translation-table-for-input instead of keyboard-translate-table. | 6 translation-table-for-input instead of keyboard-translate-table. |
8 | 7 |
9 * international/quail.el (quail-input-string-to-events): Revert | 8 * international/quail.el (quail-input-string-to-events): |
10 last change. | 9 Revert last change. |
11 | 10 |
12 * simple.el (quoted-insert): Bind translation-table-for-input, not | 11 * simple.el (quoted-insert): Bind translation-table-for-input, |
13 keyboard-translate-table. | 12 not keyboard-translate-table. |
13 | |
14 2002-11-08 Stefan Monnier <monnier@cs.yale.edu> | |
15 | |
16 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1. | |
17 | |
18 * complete.el (PC-do-completion): Make partial-completion work | |
19 with incomplete directory names. | |
20 | |
21 * textmodes/tex-mode.el (latex-standard-block-names): Rename from | |
22 standard-latex-block-names. | |
23 (tex-font-lock-keywords-1): Add providecommand, renewenvironment, | |
24 and renewtheorem. Highlight \it and \bf separately since they | |
25 may overlap. | |
26 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs. | |
27 (tex-font-lock-keywords-3, tex-verbatim-environments) | |
28 (tex-font-lock-syntactic-keywords): New vars. | |
29 (superscript, subscript, tex-verbatim-face): New faces. | |
30 (tex-font-lock-syntactic-face-function): Handle \verb construct. | |
31 (tex-common-initialization): Update font-lock-defaults setting. | |
32 (tex-insert-braces): Make it into a skeleton. | |
33 (latex-fill-nobreak-predicate): Don't break after \. | |
34 (latex-insert-block): Rename from tex-latex-block. | |
35 (latex-down-list): Use tex-mode-syntax-table when skipping parens | |
36 rather than the indentation syntax-table. | |
37 (latex-close-block): Rename from tex-close-latex-block. | |
38 (latex-split-block): New fun. | |
39 (latex-indent): Don't indent inside a verbatim block. | |
40 (latex-find-indent): Stick \begin{verbatim} to the margin. | |
14 | 41 |
15 2002-11-08 John Wiegley <johnw@gnu.org> | 42 2002-11-08 John Wiegley <johnw@gnu.org> |
16 | 43 |
17 * calendar/timeclock.el (timeclock-modeline-display): Use assq as | 44 * calendar/timeclock.el (timeclock-modeline-display): Use assq as |
18 well as memq to find `global-mode-string' within | 45 well as memq to find `global-mode-string' within |