From da1492a4cf822e50f489992115f1e0c0e23b895c Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Wed, 24 Dec 2003 16:09:13 +0000 Subject: [PATCH] tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137 (automatically generated log message) git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--base-0 --- .gitignore | 1 + ChangeLog | 4 + etc/ONEWS | 2 +- etc/cs-survival.tex | 4 +- etc/fr-survival.tex | 4 +- etc/pl-refcard.tex | 4 +- etc/sk-survival.tex | 4 +- etc/survival.dvi | Bin 0 -> 11216 bytes etc/survival.log | 10 ++ etc/termcap.src | 2 +- info/.gitignore | 49 ------ info/COPYING | 340 ----------------------------------------- info/dir | 68 --------- leim/CXTERM-DIC/4Corner.tit | 2 +- leim/CXTERM-DIC/CCDOSPY.tit | 2 +- leim/CXTERM-DIC/Punct.tit | 2 +- leim/CXTERM-DIC/QJ.tit | 2 +- leim/CXTERM-DIC/SW.tit | 2 +- leim/CXTERM-DIC/TONEPY.tit | 2 +- lib-src/b2m.pl | 2 +- lib-src/rcs2log | 2 +- lib-src/vcdiff | 2 +- lisp/ChangeLog | 5 + lisp/allout.el | 4 +- lisp/calendar/todo-mode.el | 4 +- lisp/dired.el | 10 +- lisp/emacs-lisp/bytecomp.el | 2 +- lisp/emacs-lisp/cl-specs.el | 2 +- lisp/emacs-lisp/eldoc.el | 2 +- lisp/forms.el | 4 +- lisp/ldefs-boot.el | 2 +- lisp/mail/metamail.el | 2 +- lisp/net/rlogin.el | 2 +- lisp/obsolete/rsz-mini.el | 2 +- lisp/progmodes/ada-mode.el | 2 +- lisp/progmodes/ada-prj.el | 2 +- lisp/progmodes/ada-stmt.el | 2 +- lisp/progmodes/autoconf.el | 2 +- lisp/progmodes/delphi.el | 2 +- lisp/progmodes/idlw-shell.el | 2 +- lisp/progmodes/idlw-toolbar.el | 2 +- lisp/progmodes/idlwave.el | 2 +- lisp/progmodes/tcl.el | 2 +- lisp/progmodes/vhdl-mode.el | 2 +- lisp/recentf.el | 2 +- lisp/smerge-mode.el | 2 +- lisp/type-break.el | 2 +- lisp/vc-cvs.el | 2 +- lisp/vc-hooks.el | 2 +- lisp/vc-rcs.el | 2 +- lisp/vc-sccs.el | 2 +- lisp/vc.el | 2 +- lisp/whitespace.el | 2 +- lispintro/mkinstalldirs | 2 +- lispref/mkinstalldirs | 2 +- man/eshell.texi | 2 +- man/info.texi | 2 +- man/mh-e.texi | 2 +- man/pcl-cvs.texi | 2 +- man/speedbar.texi | 2 +- man/woman.texi | 2 +- mkinstalldirs | 2 +- nt/.arch-inventory | 3 + oldXMenu/Activate.c | 2 +- oldXMenu/AddPane.c | 2 +- oldXMenu/AddSel.c | 2 +- oldXMenu/ChgPane.c | 2 +- oldXMenu/ChgSel.c | 2 +- oldXMenu/Create.c | 2 +- oldXMenu/DelPane.c | 2 +- oldXMenu/DelSel.c | 2 +- oldXMenu/Destroy.c | 2 +- oldXMenu/Error.c | 2 +- oldXMenu/EvHand.c | 2 +- oldXMenu/FindPane.c | 2 +- oldXMenu/FindSel.c | 2 +- oldXMenu/InsPane.c | 2 +- oldXMenu/InsSel.c | 2 +- oldXMenu/Internal.c | 2 +- oldXMenu/Locate.c | 2 +- oldXMenu/Post.c | 2 +- oldXMenu/Recomp.c | 2 +- oldXMenu/SetAEQ.c | 2 +- oldXMenu/SetFrz.c | 2 +- oldXMenu/SetPane.c | 2 +- oldXMenu/SetSel.c | 2 +- oldXMenu/X10.h | 2 +- oldXMenu/XMenu.h | 2 +- oldXMenu/XMenuInt.h | 2 +- oldXMenu/copyright.h | 2 +- 90 files changed, 114 insertions(+), 550 deletions(-) create mode 100644 etc/survival.dvi create mode 100644 etc/survival.log delete mode 100644 info/.gitignore delete mode 100644 info/COPYING delete mode 100644 info/dir create mode 100644 nt/.arch-inventory diff --git a/.gitignore b/.gitignore index 6f0a84ff21c..f51b0ce31c3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ emacs*.tar.gz leim*.tar.gz *.xdelta autom4te.cache +.arch-inventory diff --git a/ChangeLog b/ChangeLog index 7f5fe003a1f..cd90ee8db0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-08 Miles Bader + + * .cvsignore: Add .arch-inventory. + 2003-12-01 Andreas Schwab * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of diff --git a/etc/ONEWS b/etc/ONEWS index e92965c89d9..9c58bdad072 100644 --- a/etc/ONEWS +++ b/etc/ONEWS @@ -1029,7 +1029,7 @@ your working file with the latest version from the master. *** RCS customization. There is a new variable vc-consult-headers. If it is t (the default), -VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.8 2003/02/04 14:30:40 lektu Exp $') and +VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.9 2003/09/01 15:44:58 miles Exp $') and determines the state of the file from them, not from the master file. This is fast and more reliable when you use branches. (The variable was already present in Emacs 19.29, but didn't get mentioned in the diff --git a/etc/cs-survival.tex b/etc/cs-survival.tex index 6cc551e8f00..a4384de247b 100644 --- a/etc/cs-survival.tex +++ b/etc/cs-survival.tex @@ -2,8 +2,8 @@ % Title: GNU Emacs Survival Card % Author: Wlodek Bzyl % -% $Revision: 1.2 $ -% $Date: 2003/02/04 14:30:41 $ +% $Revision: 1.3 $ +% $Date: 2003/09/01 15:44:59 $ % %**start of header diff --git a/etc/fr-survival.tex b/etc/fr-survival.tex index 9a0a83541c7..0ab7e91b9d7 100644 --- a/etc/fr-survival.tex +++ b/etc/fr-survival.tex @@ -3,8 +3,8 @@ % Title: GNU Emacs Survival Card % Author: Wlodek Bzyl % -% $Revision: 1.2 $ -% $Date: 2003/02/04 14:30:41 $ +% $Revision: 1.3 $ +% $Date: 2003/09/01 15:44:59 $ % %**start of header diff --git a/etc/pl-refcard.tex b/etc/pl-refcard.tex index 2763db21230..78406eca927 100644 --- a/etc/pl-refcard.tex +++ b/etc/pl-refcard.tex @@ -1,7 +1,7 @@ %&mex %===================================================================== -% $Revision: 1.3 $ -% $Date: 2003/02/04 14:30:42 $ +% $Revision: 1.4 $ +% $Date: 2003/09/01 15:44:59 $ %===================================================================== % Reference Card for GNU Emacs version 20 on Unix systems was % translated into Polish language by W{\l}odek Bzyl (matwb@univ.gda.pl) diff --git a/etc/sk-survival.tex b/etc/sk-survival.tex index 5ea7f5a500e..acbef76750a 100644 --- a/etc/sk-survival.tex +++ b/etc/sk-survival.tex @@ -2,8 +2,8 @@ % Title: GNU Emacs Survival Card % Author: Wlodek Bzyl % -% $Revision: 1.2 $ -% $Date: 2003/02/04 14:30:42 $ +% $Revision: 1.3 $ +% $Date: 2003/09/01 15:44:59 $ % %**start of header diff --git a/etc/survival.dvi b/etc/survival.dvi new file mode 100644 index 0000000000000000000000000000000000000000..dc50ce7e28a3edfb2e54a04b77cb005f6f0351c6 GIT binary patch literal 11216 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 - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/info/dir b/info/dir deleted file mode 100644 index 90faa0d7eb7..00000000000 --- a/info/dir +++ /dev/null @@ -1,68 +0,0 @@ --*- Text -*- -This is the file .../info/dir, which contains the topmost node of the -Info hierarchy. The first time you invoke Info you start off -looking at that node, which is (dir)Top. - -File: dir Node: Top This is the top of the INFO tree - -The Info Directory -****************** - - The Info Directory is the top-level menu of major Info topics. - Type "d" in Info to return to the Info Directory. Type "q" to exit Info. - Type "?" for a list of Info commands, or "h" to visit an Info tutorial. - Type "m" to choose a menu item--for instance, - "mEmacs" visits the Emacs manual. - In Emacs Info, you can click mouse button 2 on a menu item - or cross reference to follow it to its target. - -* Menu: Each line that starts with a * is a topic you can select with "m". - Every third topic has a red *. - -* Info: (info). How to use the documentation browsing system. - -Emacs -* Emacs: (emacs). The extensible self-documenting text editor. -* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs. -* Emacs Lisp Introduction: (eintr). - A simple introduction to Emacs Lisp programming. -* Elisp: (elisp). The Emacs Lisp Reference Manual. - -* CL: (cl). Partial Common Lisp support for Emacs Lisp. -* Dired-X: (dired-x). Dired Extra Features. -* Ediff: (ediff). A visual interface for comparing and merging programs. -* PCL-CVS: (pcl-cvs). Emacs front-end to CVS. -* Speedbar: (speedbar). File/Tag summarizing utility. - -* Ada mode: (ada-mode). Emacs mode for editing Ada code. -* CC mode: (ccmode). Emacs mode for editing C, C++, Objective-C, - Java, Pike, and IDL code. -* Ebrowse: (ebrowse). A C++ class browser for Emacs. -* IDLWAVE: (idlwave). Major mode and shell for IDL and WAVE/CL files. - -* Gnus: (gnus). The news reader Gnus. -* Message: (message). Mail and news composition mode that goes with Gnus. -* MH-E: (mh-e). Emacs interface to the MH mail system. -* MIME: (emacs-mime). Emacs MIME de/composition library. -* SC: (sc). Supercite lets you cite parts of messages you're - replying to, in flexible ways. - -* Autotype: (autotype). Convenient features for text that you enter frequently - in Emacs. -* Calc: (calc). Advanced desk calculator and mathematical tool. -* Eshell: (eshell). A command shell implemented in Emacs Lisp. -* EUDC: (eudc). An Emacs client for directory servers (LDAP, PH). -* Forms: (forms). Emacs package for editing data bases - by filling in forms. -* RefTeX: (reftex). Emacs support for LaTeX cross-references and citations. -* Tramp: (tramp). Transparent Remote (file) Access, Multiple Protocol. - Edit remote files via a remote shell (rsh, - ssh, telnet). -* Widget: (widget). The "widget" package used by the Emacs Customization - facility. -* WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man". - -* VIPER: (viper). The newest Emacs VI-emulation mode. - (also, A VI Plan for Emacs Rescue - or the VI PERil.) -* VIP: (vip). An older VI-emulation for Emacs. diff --git a/leim/CXTERM-DIC/4Corner.tit b/leim/CXTERM-DIC/4Corner.tit index 4c4a7a40531..127948bf7d2 100644 --- a/leim/CXTERM-DIC/4Corner.tit +++ b/leim/CXTERM-DIC/4Corner.tit @@ -1,4 +1,4 @@ -# $Id: 4Corner.tit,v 1.2 2001/03/06 13:29:34 handa Exp $ +# $Id: 4Corner.tit,v 1.3 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 2 diff --git a/leim/CXTERM-DIC/CCDOSPY.tit b/leim/CXTERM-DIC/CCDOSPY.tit index 7de50bc6972..d9367bd7b68 100644 --- a/leim/CXTERM-DIC/CCDOSPY.tit +++ b/leim/CXTERM-DIC/CCDOSPY.tit @@ -1,4 +1,4 @@ -# $Id: CCDOSPY.tit,v 1.1 1999/10/08 20:06:27 fx Exp $ +# $Id: CCDOSPY.tit,v 1.2 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 1 diff --git a/leim/CXTERM-DIC/Punct.tit b/leim/CXTERM-DIC/Punct.tit index 5ed6ca8a895..d38b458db01 100644 --- a/leim/CXTERM-DIC/Punct.tit +++ b/leim/CXTERM-DIC/Punct.tit @@ -1,4 +1,4 @@ -# $Id: Punct.tit,v 1.1 1999/10/08 20:06:50 fx Exp $ +# $Id: Punct.tit,v 1.2 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 1 diff --git a/leim/CXTERM-DIC/QJ.tit b/leim/CXTERM-DIC/QJ.tit index 70f94e8e7e1..58f6c6594da 100644 --- a/leim/CXTERM-DIC/QJ.tit +++ b/leim/CXTERM-DIC/QJ.tit @@ -1,4 +1,4 @@ -# $Id: QJ.tit,v 1.1 1999/10/08 20:06:51 fx Exp $ +# $Id: QJ.tit,v 1.2 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 1 diff --git a/leim/CXTERM-DIC/SW.tit b/leim/CXTERM-DIC/SW.tit index 25e03c69f14..f3526daf1bc 100644 --- a/leim/CXTERM-DIC/SW.tit +++ b/leim/CXTERM-DIC/SW.tit @@ -1,4 +1,4 @@ -# $Id: SW.tit,v 1.1 1999/10/08 20:06:53 fx Exp $ +# $Id: SW.tit,v 1.2 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 1 diff --git a/leim/CXTERM-DIC/TONEPY.tit b/leim/CXTERM-DIC/TONEPY.tit index a6de2c0d999..b854e82ebd6 100644 --- a/leim/CXTERM-DIC/TONEPY.tit +++ b/leim/CXTERM-DIC/TONEPY.tit @@ -1,4 +1,4 @@ -# $Id: TONEPY.tit,v 1.1 1999/10/08 20:06:56 fx Exp $ +# $Id: TONEPY.tit,v 1.2 2003/09/01 15:44:59 miles Exp $ # HANZI input table for cxterm # To be used by cxterm, convert me to .cit format first # .cit version 1 diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl index 38eb96e076f..ce547e0dd81 100644 --- a/lib-src/b2m.pl +++ b/lib-src/b2m.pl @@ -30,7 +30,7 @@ use Mail::Address; use Date::Parse; my($whoami) = basename $0; -my($version) = '$Revision: 1.5 $'; +my($version) = '$Revision: 1.6 $'; my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] \tBy default, full headers are printed.\n"; diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 86a3f6722cd..f3773e48766 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -29,7 +29,7 @@ Options: Report bugs to .' -Id='$Id: rcs2log,v 1.50 2002/02/03 17:31:31 eggert Exp $' +Id='$Id: rcs2log,v 1.51 2003/09/01 15:45:03 miles Exp $' # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 # Free Software Foundation, Inc. diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 32c4e5ba89e..9e52a7f4c30 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff @@ -23,7 +23,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# $Id: vcdiff,v 1.7 2001/02/20 12:36:28 gerd Exp $ +# $Id: vcdiff,v 1.8 2003/09/01 15:45:03 miles Exp $ # DIFF="diff" diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84746d2a325..20b42e74cdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-12-08 Miles Bader + + * dired.el (dired-between-files): Always use dired-move-to-filename, + which is more robust in non-english locales. + 2003-11-30 Per Abrahamsen * cus-edit.el (custom-add-parent-links): Add documentation links diff --git a/lisp/allout.el b/lisp/allout.el index 7b2707c45e0..32ecb35e07e 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -5,7 +5,7 @@ ;; Author: Ken Manheimer ;; Maintainer: Ken Manheimer ;; Created: Dec 1991 - first release to usenet -;; Version: $Id: allout.el,v 1.44 2003/09/01 15:45:04 miles Exp $|| +;; Version: $Id: allout.el,v 1.45 2003/10/16 16:28:30 eliz Exp $|| ;; Keywords: outlines mode wp languages ;; This file is part of GNU Emacs. @@ -508,7 +508,7 @@ behavior." ;;;_ : Version ;;;_ = allout-version (defvar allout-version - (let ((rcs-rev "$Revision: 1.44 $")) + (let ((rcs-rev "$Revision: 1.45 $")) (condition-case err (save-match-data (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev) diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 7962a446eab..f08be062a4d 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -5,7 +5,7 @@ ;; Author: Oliver Seidel ;; [Not clear the above works, July 2000] ;; Created: 2 Aug 1997 -;; Version: $Id: todo-mode.el,v 1.50 2001/12/11 07:36:30 pj Exp $ +;; Version: $Id: todo-mode.el,v 1.51 2003/09/01 15:45:19 miles Exp $ ;; Keywords: calendar, todo ;; This file is part of GNU Emacs. @@ -97,7 +97,7 @@ ;; ;; Which version of todo-mode.el does this documentation refer to? ;; -;; $Id: todo-mode.el,v 1.50 2001/12/11 07:36:30 pj Exp $ +;; $Id: todo-mode.el,v 1.51 2003/09/01 15:45:19 miles Exp $ ;; ;; Pre-Requisites ;; diff --git a/lisp/dired.el b/lisp/dired.el index b7fe389827b..c15134e3bc9 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2380,12 +2380,10 @@ FILES is the list of marked files." (dired-move-to-filename))) (defun dired-between-files () - ;; Point must be at beginning of line - ;; Should be equivalent to (save-excursion (not (dired-move-to-filename))) - ;; but is about 1.5..2.0 times as fast. (Actually that's not worth it) - (or (looking-at "^$\\|^. *$\\|^. total\\|^. wildcard\\|^. used\\|^. find") - (and (looking-at dired-subdir-regexp) - (save-excursion (not (dired-move-to-filename)))))) + ;; This used to be a regexp match of the `total ...' line output by + ;; ls, which is slightly faster, but that is not very robust; notably, + ;; it fails for non-english locales. + (save-excursion (not (dired-move-to-filename)))) (defun dired-next-marked-file (arg &optional wrap opoint) "Move to the next marked file, wrapping around the end of the buffer." diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 5b3a846cd2f..533e9bee364 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.138 $") +(defconst byte-compile-version "$Revision: 2.139 $") ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index 10aade7dc75..fe8e57dec8f 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el @@ -7,7 +7,7 @@ ;; LCD Archive Entry: ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org ;; |Edebug specs for cl.el -;; |$Date: 2003/06/16 16:27:27 $|1.1| +;; |$Date: 2003/09/01 15:45:20 $|1.1| ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 650b385ff45..face9216417 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -7,7 +7,7 @@ ;; Keywords: extensions ;; Created: 1995-10-06 -;; $Id: eldoc.el,v 1.26 2003/09/01 15:45:22 miles Exp $ +;; $Id: eldoc.el,v 1.27 2003/09/06 17:32:31 fx Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/forms.el b/lisp/forms.el index 76d4bc48c4d..a7f4209fae8 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -301,10 +301,10 @@ (provide 'forms) ;;; official (provide 'forms-mode) ;;; for compatibility -(defconst forms-version (substring "$Revision: 2.48 $" 11 -2) +(defconst forms-version (substring "$Revision: 2.49 $" 11 -2) "The version number of forms-mode (as string). The complete RCS id is: - $Id: forms.el,v 2.48 2003/05/29 23:53:21 monnier Exp $") + $Id: forms.el,v 2.49 2003/09/01 15:45:12 miles Exp $") (defcustom forms-mode-hook nil "Hook run upon entering Forms mode." diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index cbdb4fcb911..595fdb7d499 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -78,7 +78,7 @@ name (autoload (quote ada-mode) "ada-mode" "\ Ada mode is the major mode for editing Ada code. -This version was built on $Date: 2003/09/30 12:54:32 $. +This version was built on $Date: 2003/11/17 19:02:52 $. Bindings are as follows: (Note: 'LFD' is control-j.) \\{ada-mode-map} diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index d64616dba8e..df1a4314cac 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA -;; Version: $Id: metamail.el,v 1.15 2003/02/04 13:14:00 lektu Exp $ +;; Version: $Id: metamail.el,v 1.16 2003/09/01 15:45:30 miles Exp $ ;; Keywords: mail, news, mime, multimedia ;; This file is part of GNU Emacs. diff --git a/lisp/net/rlogin.el b/lisp/net/rlogin.el index 772756033eb..a69a51db82a 100644 --- a/lisp/net/rlogin.el +++ b/lisp/net/rlogin.el @@ -6,7 +6,7 @@ ;; Maintainer: Noah Friedman ;; Keywords: unix, comm -;; $Id: rlogin.el,v 1.4 2003/05/06 17:46:28 lektu Exp $ +;; $Id: rlogin.el,v 1.5 2003/09/01 15:45:33 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/obsolete/rsz-mini.el b/lisp/obsolete/rsz-mini.el index f2f32964f5d..7c5ad9dd3a2 100644 --- a/lisp/obsolete/rsz-mini.el +++ b/lisp/obsolete/rsz-mini.el @@ -7,7 +7,7 @@ ;; Maintainer: Noah Friedman ;; Keywords: minibuffer, window, frame, display -;; $Id: rsz-mini.el,v 1.1 2001/08/30 07:29:18 gerd Exp $ +;; $Id: rsz-mini.el,v 1.2 2003/09/01 15:45:33 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 310e2bc8889..0fd7253eb73 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -1071,7 +1071,7 @@ name" ;;;###autoload (defun ada-mode () "Ada mode is the major mode for editing Ada code. -This version was built on $Date: 2003/09/01 15:45:34 $. +This version was built on $Date: 2003/09/30 12:54:32 $. Bindings are as follows: (Note: 'LFD' is control-j.) \\{ada-mode-map} diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index 30bdfc4ae41..badab8da919 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1998, 99, 2000-2003 Free Software Foundation, Inc. ;; Author: Emmanuel Briot -;; Ada Core Technologies's version: $Revision: 1.12 $ +;; Ada Core Technologies's version: $Revision: 1.13 $ ;; Keywords: languages, ada, project file ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 7b9f7649280..31b21bb9e34 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el @@ -3,7 +3,7 @@ ;; Copyright(C) 1987, 93, 94, 96, 97, 98, 99, 2000 ;; Free Software Foundation, Inc. -;; Ada Core Technologies's version: $Revision: 1.16 $ +;; Ada Core Technologies's version: $Revision: 1.17 $ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 09342e463c9..e8aa20540fa 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -4,7 +4,7 @@ ;; Author: Dave Love ;; Keywords: languages -;; $Revision: 1.5 $ +;; $Revision: 1.6 $ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index ee4ca4b5786..28d77df84f6 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el @@ -65,7 +65,7 @@ (provide 'delphi) (defconst delphi-version - (let ((revision "$Revision: 3.10 $")) + (let ((revision "$Revision: 3.11 $")) (string-match ": \\([^ ]+\\)" revision) (match-string 1 revision)) "Version of this delphi mode.") diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index af62d1e3e74..e0d2d1892c0 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -5,7 +5,7 @@ ;; Chris Chase ;; Maintainer: J.D. Smith ;; Version: 4.15 -;; Date: $Date: 2002/10/17 15:41:01 $ +;; Date: $Date: 2003/09/01 15:45:35 $ ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 79ca7b8d75b..4ec9a1ebfc5 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Maintainer: J.D. Smith ;; Version: 4.15 -;; Date: $Date: 2003/02/04 13:24:35 $ +;; Date: $Date: 2003/09/01 15:45:35 $ ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 906eed14ca6..4277364bb34 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -5,7 +5,7 @@ ;; Chris Chase ;; Maintainer: J.D. Smith ;; Version: 4.15 -;; Date: $Date: 2003/07/21 21:36:29 $ +;; Date: $Date: 2003/09/01 15:45:35 $ ;; Keywords: languages ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index db04986d54b..8999a5b1682 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el @@ -6,7 +6,7 @@ ;; Author: Tom Tromey ;; Chris Lindblad ;; Keywords: languages tcl modes -;; Version: $Revision: 1.75 $ +;; Version: $Revision: 1.76 $ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 87ca4f11bd4..ae5396edfbb 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -5,7 +5,7 @@ ;; Authors: Reto Zimmermann ;; Rodney J. Whitby ;; Maintainer: Reto Zimmermann -;; RCS: $Id: vhdl-mode.el,v 1.20 2003/03/05 07:50:38 lektu Exp $ +;; RCS: $Id: vhdl-mode.el,v 1.21 2003/09/01 15:45:35 miles Exp $ ;; Keywords: languages vhdl ;; WWW: http://opensource.ethz.ch/emacs/vhdl-mode.html diff --git a/lisp/recentf.el b/lisp/recentf.el index f2700fcf210..0f80132c0b9 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -8,7 +8,7 @@ ;; Maintainer: FSF ;; Keywords: files -(defconst recentf-version "$Revision: 1.27 $") +(defconst recentf-version "$Revision: 1.28 $") ;; This file is part of GNU Emacs. diff --git a/lisp/smerge-mode.el b/lisp/smerge-mode.el index 320c9eb1734..b9d6db81d23 100644 --- a/lisp/smerge-mode.el +++ b/lisp/smerge-mode.el @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier ;; Keywords: merge diff3 cvs conflict -;; Revision: $Id$ +;; Revision: $Id: smerge-mode.el,v 1.24 2003/10/06 16:34:59 fx Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/type-break.el b/lisp/type-break.el index 86e5199e730..83e6a4cebff 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el @@ -8,7 +8,7 @@ ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs ;; Created: 1994-07-13 -;; $Id: type-break.el,v 1.28 2003/05/28 11:25:44 rms Exp $ +;; $Id: type-break.el,v 1.29 2003/09/01 15:45:17 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 048cb6ccfb4..9b37d4976ed 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id$ +;; $Id: vc-cvs.el,v 1.66 2003/10/01 13:22:53 fx Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index c9603d68e25..01c9e2f4289 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.159 2003/08/30 10:56:38 eliz Exp $ +;; $Id: vc-hooks.el,v 1.160 2003/09/01 15:45:17 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index ba4905897ae..1e86d0a06df 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-rcs.el,v 1.37 2003/05/08 19:24:56 monnier Exp $ +;; $Id: vc-rcs.el,v 1.38 2003/09/01 15:45:17 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index c81d3e87aaa..ac867fc2f31 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-sccs.el,v 1.23 2003/08/12 18:01:21 spiegel Exp $ +;; $Id: vc-sccs.el,v 1.24 2003/09/01 15:45:17 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/vc.el b/lisp/vc.el index 4ee27391003..77ec540bae4 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -7,7 +7,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.359 2003/07/06 19:08:13 jpw Exp $ +;; $Id: vc.el,v 1.360 2003/09/01 15:45:17 miles Exp $ ;; This file is part of GNU Emacs. diff --git a/lisp/whitespace.el b/lisp/whitespace.el index edff77211e0..9858a5ad137 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -5,7 +5,7 @@ ;; Author: Rajesh Vaidheeswarran ;; Keywords: convenience -;; $Id: whitespace.el,v 1.26 2003/09/01 15:45:18 miles Exp $ +;; $Id: whitespace.el,v 1.27 2003/09/29 18:05:31 rv Exp $ ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lispintro/mkinstalldirs b/lispintro/mkinstalldirs index a01481be436..62aef7a556f 100644 --- a/lispintro/mkinstalldirs +++ b/lispintro/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.10 1996/05/03 07:37:52 friedman Exp $ +# $Id: mkinstalldirs,v 1.1 2001/11/24 08:45:51 eliz Exp $ errstatus=0 diff --git a/lispref/mkinstalldirs b/lispref/mkinstalldirs index a01481be436..5df7a14a9f4 100755 --- a/lispref/mkinstalldirs +++ b/lispref/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.10 1996/05/03 07:37:52 friedman Exp $ +# $Id: mkinstalldirs,v 1.1 2000/07/28 12:48:04 gerd Exp $ errstatus=0 diff --git a/man/eshell.texi b/man/eshell.texi index f5b179b6b7e..ca30f70c0b0 100644 --- a/man/eshell.texi +++ b/man/eshell.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: eshell.texi,v 1.19 2003/09/01 15:45:45 miles Exp $" +@c "@(#)$Name: $:$Id: eshell.texi,v 1.20 2003/11/26 17:12:11 ttn Exp $" @c %**start of header @setfilename ../info/eshell @settitle Eshell: The Emacs Shell diff --git a/man/info.texi b/man/info.texi index dfdadb205d6..b52b34d46b3 100644 --- a/man/info.texi +++ b/man/info.texi @@ -6,7 +6,7 @@ @syncodeindex vr cp @syncodeindex ky cp @comment %**end of header -@comment $Id: info.texi,v 1.36 2003/09/21 20:13:23 karl Exp $ +@comment $Id: info.texi,v 1.37 2003/10/27 00:01:25 karl Exp $ @copying This file describes how to use Info, the on-line, menu-driven GNU diff --git a/man/mh-e.texi b/man/mh-e.texi index efecc1d927d..07a80782959 100644 --- a/man/mh-e.texi +++ b/man/mh-e.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: mh-e.texi,v 1.14 2003/02/04 14:53:28 lektu Exp $ +@c $Id: mh-e.texi,v 1.15 2003/09/01 15:45:46 miles Exp $ @c %**start of header @setfilename ../info/mh-e @settitle mh-e diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index d557f2a1095..44b05b9b16d 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.22 2003/09/29 13:44:26 ttn Exp $" +@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.23 2003/09/30 20:40:50 rms Exp $" @c %**start of header @setfilename ../info/pcl-cvs @settitle PCL-CVS --- Emacs Front-End to CVS diff --git a/man/speedbar.texi b/man/speedbar.texi index 54084b2a430..4fa51cff389 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: speedbar.texi,v 1.12 2003/09/01 15:45:46 miles Exp $ +@c $Id: speedbar.texi,v 1.13 2003/10/08 22:02:52 nickrob Exp $ @setfilename ../info/speedbar @settitle Speedbar: File/Tag summarizing utility diff --git a/man/woman.texi b/man/woman.texi index 1262d3d5fec..63515780d15 100644 --- a/man/woman.texi +++ b/man/woman.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: woman.texi,v 1.15 2003/09/30 20:42:15 rms Exp $ +@c $Id: woman.texi,v 1.16 2003/11/02 07:01:19 eliz Exp $ @c %**start of header @setfilename ../info/woman @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' diff --git a/mkinstalldirs b/mkinstalldirs index ef5a91716a6..c1f98d2c7f2 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1 2001/02/02 13:04:53 gerd Exp $ +# $Id: mkinstalldirs,v 1.2 2001/02/02 13:09:26 gerd Exp $ errstatus=0 diff --git a/nt/.arch-inventory b/nt/.arch-inventory new file mode 100644 index 00000000000..a2db727951f --- /dev/null +++ b/nt/.arch-inventory @@ -0,0 +1,3 @@ +source ^subdirs\.el$ + +# arch-tag: 01b87183-9d94-4b6b-93cb-fece25c4eec9 diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index de4109cb444..c4816142bbc 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Activate.c,v 1.5 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Activate.c,v 1.6 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ #include "copyright.h" diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index 5e1dcee0f88..a98cf8d0202 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 8a8e9dff50e..d6111fd1e2c 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.4 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index e92be93a2da..4413b7692f0 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgPane.c,v 1.1 1999/10/03 19:34:53 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgPane.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index 60b2b2c909c..eb457dafe1b 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index 9dcfeada285..48cdaca8f1f 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Create.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Create.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ #include "copyright.h" diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index aaa91db1e65..3807bd0b6d9 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index 2b5cc7f7457..200417db4e5 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 150d3e13544..62b865d2c1a 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Destroy.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Destroy.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 400070827d9..ebd4d7a3c8c 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.1 1999/10/03 19:35:00 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 6e335a1b660..631ffd9134f 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.1 1999/10/03 19:35:01 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 7950bc431aa..9cac5b05885 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index af3ce1324a6..3de48cc105e 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.1 1999/10/03 19:35:03 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 63116e63010..77df4cd4af4 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index f2b6b2627b4..40e95735c6f 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsSel.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 70a917a8eff..dc9e733baf3 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Internal.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Internal.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 1fbae84c881..0088b6dcd77 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Locate.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Locate.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 8d850ca0815..8b37583c277 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.4 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index 952bf9f4b54..e9d8fcb163e 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 3a3900400aa..72ab1df0992 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetAEQ.c,v 1.1 1999/10/03 19:35:12 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetAEQ.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index 556eb0bf06b..06f302bf223 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetFrz.c,v 1.1 1999/10/03 19:35:13 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetFrz.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index 2c51e618937..10bb2c63a54 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.1 1999/10/03 19:35:14 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index cd67d79aeb2..da0b261e7ba 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetSel.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index 4ffe45adac8..cc052e88448 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/emacs/emacs/oldXMenu/X10.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/X10.h,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology * diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index c679a91e362..f4f3bbd62ac 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.3 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.4 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 8e48645a2ce..15d57ab98f8 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h @@ -1,5 +1,5 @@ -/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenuInt.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenuInt.h,v 1.3 2003/09/01 15:45:47 miles Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h index 7b426cdb398..86f074cf128 100644 --- a/oldXMenu/copyright.h +++ b/oldXMenu/copyright.h @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/emacs/emacs/oldXMenu/copyright.h,v 1.1 1999/10/03 19:35:25 fx Exp $ */ +/* $Header: /cvsroot/emacs/emacs/oldXMenu/copyright.h,v 1.2 2003/09/01 15:45:47 miles Exp $ */ /* Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology -- 2.11.4.GIT