]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 May 2003 01:37:54 +0000 (01:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 15 May 2003 01:37:54 +0000 (01:37 +0000)
lisp/ChangeLog
src/ChangeLog

index d4cfdcf44d8f34e698289123f694ced4b51d94df..c8a9acfba5be54debf84d4e12bb4ddf5309d58d4 100644 (file)
@@ -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
index a392195fde63f7be78fd7dcc24762f36eb89e855..702ed09afeee0fb31d1b7d1a8aa727fda557c03d 100644 (file)
@@ -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)