Mercurial > emacs
changeset 51006:ea8655d397d6
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 15 May 2003 01:37:54 +0000 |
parents | aeb075459c1d |
children | c3f9aa88ed68 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 15 01:29:53 2003 +0000 +++ b/lisp/ChangeLog Thu May 15 01:37:54 2003 +0000 @@ -2,6 +2,26 @@ * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. +2003-05-14 Stefan Monnier <monnier@cs.yale.edu> + + * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re) + (tex-use-reftex, tex-compile-commands): New vars. + (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p) + (tex-command-executable, tex-command-active-p, tex-compile-default) + New functions. + (tex-compile): New command. + (tex-mode-map): Bind it to C-c C-c. + + * vc-svn.el (completion-ignored-extensions): Add .svn. + (vc-svn-delete-file): New function. + + * pcvs.el (cvs-append-to-ignore): New arg `old-dir'. + (cvs-mode-ignore): Use it. + + * pcvs-parse.el (cvs-parse-table): Remove unused var `type'. + Look up `.cvsignore' to see what to do with `new-dir' messages. + (cvs-parse-merge): Remove unused var `handled'. + 2003-05-14 Christoph Wedler <christoph.wedler@sap.com> * format.el (format-annotate-function): Copy coding system into the
--- a/src/ChangeLog Thu May 15 01:29:53 2003 +0000 +++ b/src/ChangeLog Thu May 15 01:37:54 2003 +0000 @@ -1,5 +1,7 @@ 2003-05-14 Stefan Monnier <monnier@cs.yale.edu> + * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users. + * window.h (Qwindowp, Qwindow_live_p, Vwindow_list) (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer) (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)