From c55b5fadffbde743eec765c0df4f162089b2627a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 15 May 2003 01:37:54 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 20 ++++++++++++++++++++ src/ChangeLog | 2 ++ 2 files changed, 22 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4cfdcf44d8..c8a9acfba5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,26 @@ * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. +2003-05-14 Stefan Monnier + + * 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 * format.el (format-annotate-function): Copy coding system into the diff --git a/src/ChangeLog b/src/ChangeLog index a392195fde6..702ed09afee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-05-14 Stefan Monnier + * .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) -- 2.39.2