Mercurial > emacs
comparison lisp/ChangeLog @ 46402:c68f80aab1e2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 16 Jul 2002 12:25:41 +0000 |
parents | 9a7373e73243 |
children | 07e8cd21b254 |
comparison
equal
deleted
inserted
replaced
46401:0616af8d6d42 | 46402:c68f80aab1e2 |
---|---|
9 | 9 |
10 2002-07-15 Mike Williams <mdub@bigfoot.com> | 10 2002-07-15 Mike Williams <mdub@bigfoot.com> |
11 | 11 |
12 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram | 12 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram |
13 cut/paste functions. | 13 cut/paste functions. |
14 | |
15 2002-07-14 Stefan Monnier <monnier@cs.yale.edu> | |
16 | |
17 * textmodes/tex-mode.el: Set encoding to utf-8. | |
18 (tex-start-options): Make it into always-a-string. | |
19 Remove silly custom options that are covered by the other var. | |
20 (tex-start-commands): Fix docstring. | |
21 (tex-open-quote, tex-close-quote): Add options. | |
22 (tex-command): Provide default. | |
23 (tex-font-lock-keywords-1): Highlight $$...$$. | |
24 (tex-font-lock-keywords-2): Fix latin-1 chars. | |
25 (tex-mode-map): Remove redundant \t binding. | |
26 (tex-mode): Add `subsection' and `newcommand' to known latex cmds. | |
27 (latex-mode): Use add-hook for fill-nobreak-predicate. | |
28 (tex-common-initialization): Set indent-tabs-mode to nil. | |
29 (tex-insert-quote): Undo magic if invoked twice in a row. | |
30 (latex-fill-nobreak-predicate): Don't use narrowing. | |
31 (tex-latex-block): Don't cons uselessly. | |
32 (tex-last-unended-begin): Signal user-friendlier error. | |
33 (tex-goto-last-unclosed-latex-block): Don't catch signal. | |
34 (tex-start-tex): Switch order of tex-start-options and | |
35 tex-start-commands to make it obey docstrings. | |
14 | 36 |
15 2002-07-14 Mike Williams <mdub@bigfoot.com> | 37 2002-07-14 Mike Williams <mdub@bigfoot.com> |
16 | 38 |
17 * mouse-sel.el (mouse-sel-bound-events): New constant. | 39 * mouse-sel.el (mouse-sel-bound-events): New constant. |
18 (mouse-sel-bindings): Save/restore original mouse-bindings. | 40 (mouse-sel-bindings): Save/restore original mouse-bindings. |