comparison lisp/ChangeLog @ 37897:219d13ec3cba

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 25 May 2001 22:08:58 +0000
parents 08ff6c17452d
children 3a5c80f7f0bd
comparison
equal deleted inserted replaced
37896:5cc52d5c2f2b 37897:219d13ec3cba
1 2001-05-25 Stefan Monnier <monnier@cs.yale.edu> 1 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5 Allow spaces around macro arguments.
6 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7 indent-for-tab-command.
8 (latex-mode-map, plain-tex-mode-map): New keymaps.
9 Inherit from tex-mode-map.
10 (tex-common-initialization): Don't setup the keymap any more
11 since it's now done right by define-derived-mode.
12 (latex-mode): Set skeleton-end-hook to nil.
13 (latex-skeleton-end-hook): Remove.
14 (tex-latex-block, latex-insert-item): Simplify.
15 (latex-syntax-after): Use following-char rather than char-after.
16 (tex-discount-args-cmds, tex-count-words): New functions.
17
18 * textmodes/tildify.el (tildify-ignored-environments-alist):
19 Recognize \verb* as well.
20
21 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
22 (perl-comment-indent): Simplify to let newcomment.el do its job.
23 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
24 (perl-mark-function): Cleanup the namespace.
25 (perl-calculate-indent): Don't be fooled by nested functions.
26
27 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2 28
3 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): 29 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4 Fix the arg of `load'. From Dave Love <fx@gnu.org>. 30 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5 31
6 2001-05-25 Andrew Choi <akochoi@i-cable.com> 32 2001-05-25 Andrew Choi <akochoi@i-cable.com>