comparison lisp/ChangeLog @ 51006:ea8655d397d6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 May 2003 01:37:54 +0000
parents fd6c7e5b080c
children c3f9aa88ed68
comparison
equal deleted inserted replaced
51005:aeb075459c1d 51006:ea8655d397d6
1 2003-05-15 John Paul Wallington <jpw@gnu.org> 1 2003-05-15 John Paul Wallington <jpw@gnu.org>
2 2
3 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. 3 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
4
5 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
6
7 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
8 (tex-use-reftex, tex-compile-commands): New vars.
9 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
10 (tex-command-executable, tex-command-active-p, tex-compile-default)
11 New functions.
12 (tex-compile): New command.
13 (tex-mode-map): Bind it to C-c C-c.
14
15 * vc-svn.el (completion-ignored-extensions): Add .svn.
16 (vc-svn-delete-file): New function.
17
18 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
19 (cvs-mode-ignore): Use it.
20
21 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
22 Look up `.cvsignore' to see what to do with `new-dir' messages.
23 (cvs-parse-merge): Remove unused var `handled'.
4 24
5 2003-05-14 Christoph Wedler <christoph.wedler@sap.com> 25 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
6 26
7 * format.el (format-annotate-function): Copy coding system into the 27 * format.el (format-annotate-function): Copy coding system into the
8 new temp buffer. 28 new temp buffer.