2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>

	Version 2.0.42 released.

	* configure.ac: Release 2.0.42.

2004-05-30  Michael Albinus  <michael.albinus@gmx.de>

	* configure.ac: Bump version (to 2.0.42-pre) and set
	TRAMP_EMACS_MERGE_VERSION (to 2.0.41).

2004-05-29  Michael Albinus  <michael.albinus@gmx.de>

	Version 2.0.41 released.

	* configure.ac: Bump version.

	Sync with trunk

	* Makefile.in (.SILENT): Add lisp target.
	(info): Depends on $(CONFIG_FILES).

2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>

	Sync with trunk

	* Makefile.in (lisp): New target: byte-compile the lisp/*.el files.

2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>

	* configure.ac: Use "-pre" suffix on CVS versions.

2004-05-07  Kai Grossjohann  <kgrossjo@eu.uu.net>

	* configure.ac: Bump version (to 2.0.41) and set the
	last-merged-with-Emacs version (to 2.0.40).  Hm.  The version bump
	to 2.0.41 is probably bogus, we want to create a stable
	branch...  Argh.

	* Makefile.in (emacs): Don't patch man/trampver.texi in the Emacs
	repository, just copy texi/trampver.texi there.  We can't run
	"cvs diff" on texi/trampver.texi since it is a generated file, so
	our patching trick won't work for this file.

	* configure.ac (TRAMP_EMACS_MERGE_VERSION): New variable,
	indicating which was the last revision of Tramp that was merged
	into Emacs.  Don't forget to update this after running "make
	emacs" (or "gmake emacs")!

	* Makefile.in (EMACS_EL_FILES): Mention files explicitly to make
	sure that tramp-efs.el is not included.
	(EMACS_TEXI_FILES): New variable, lists manual files that need to
	be merged with the Emacs repository.
	(TRAMP_EMACS_MERGE_VERSION, TRAMP_EMACS_MERGE_TAG): New
	variables, indicating which was the last revision of Tramp that
	was merged into Emacs.  Automatically set by configure, original
	is in configure.ac.
	(emacs): Reword to use patches instead of copying the files.
	This helps to make sure that changes to Tramp files in the Emacs
	repository aren't overwritten.

2004-05-02  Kai Grossjohann  <kgrossjo@eu.uu.net>

	* Makefile.in (savannah): Use FreeBSD syntax for FTP upload.

	Version 2.0.40 released.

	* aclocal.m4 (AC_CONTRIB_FILES): Load the library in question
	before invoking fboundp on the function searched.

	* configure.ac: Bump version.

2004-04-09  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_INSTALL): Rewrite function.  Apply a
	variable substitution rather then a file substitution

	* configure.ac: Adapt comment for AC_EMACS_INSTALL call.

2004-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>

	* configure.ac: Beautify check for "install-info".

	* INSTALL (Installation Names): Describe what to do in case of
	errors and warnings.
	(Load Path): Add XEmacs example.
	
2004-03-28  Michael Albinus  <Michael.Albinus@alcatel.de>

	* configure.ac: Check existence of "install-info".  Taken from
	Emacs configure.in.

2004-03-14  Michael Albinus  <Michael.Albinus@alcatel.de>

	* INSTALL: Explain new option `--with-contrib'.  Remove
	description for explicit use of "contrib" directory.  Remove
	examples where EMACS environment variable is set explicitely; this
	can cause confusion.

	* Makefile.in: Don't check for $(USE_CONTRIB) any longer.
	(distclean) Recurse to subdirectories.
	(xemacs): Use ""$(MAKE)" instead of "make".
	(emacs): Use "--with-emacs" configure option.
	(savannah): Use "ftp-upload" instead of "scp".  Hope it works for
	Kai.

	* aclocal.m4 (AC_EMACS_LISP): Use "-vanilla" in case of XEmacs.
	(AC_CONTRIB_FILES): New function.  Checks for the need of
	provisioning of a contributed package.

	* configure.ac: Apply `AC_CONTRIB_FILES' for all Lisp files of
	contrib directory.
	
2004-03-05  Michael Albinus  <Michael.Albinus@alcatel.de>

	* configure.ac: Write "${MAKE}" if appropriate (but "make").

	* Makefile.in: (.PHONY): Remove unused targets.
	(distclean): Remove also *.tar.gz*
	(tar): Call gpg.

2004-03-02  Kai Grossjohann  <kgrossjo@eu.uu.net>

	* configure.ac: Look for "gmake", first.

2004-02-29  Kai Grossjohann  <kgrossjo@eu.uu.net>

	* Makefile.in (dist, install-html): Remove unused targets.

	Version 2.0.39 released.

	* configure.ac: Bump version.

2004-01-09  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_INFO): If an (X)Emacs binary is given,
	check also for absolute paths.  Reported by Eli Tziperman.

2004-01-02  Michael Albinus  <Michael.Albinus@alcatel.de>

	* configure.ac: *.elc files must be removed always.  Otherwise,
	there could be problems if they are created with the wrong Emacs
	flavor.

2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
	Version 2.0.38 released.

	* configure.ac: Bump version number.

2003-11-29  Kai Grossjohann  <kai.grossjohann@gmx.net>

	* Makefile.in (tar): Avoid --mode arg to tar, it seems to be too
	recent.  Instead, call "chmod -R" to frob the permissions on the
	directory before tarring it up.

	* configure.ac: Bump version to 2.0.37.

2003-10-01  Michael Albinus  <Michael.Albinus@alcatel.de>

	* INSTALL (Japanese Manual): New section.

	* Makefile.in (distclean): Remove directory "info".
	(savannah): Call "configure --with-japanese-manual".

	* aclocal.m4 (AC_JA_MANUAL): New function.

	* configure.ac: Move AC_EMACS_INSTALL.  Call AC_JA_MANUAL.
	
2003-10-01  Michael Albinus  <Michael.Albinus@alcatel.de>	

	* aclocal.m4 (AC_PATH_INFODIR): Fix path to xemacs site-packages.
	From Norbert Koch <viteno@xemacs.org>.

2003-08-23  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (tar): Make sure that files in tarball are readable
	by world.

2003-07-26  Michael Albinus  <Michael.Albinus@alcatel.de>

	* configure.ac: Add "-s" option for make version check.  Kai's
	kludge not needed anymore.

2003-07-26  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (xemacs): Use new `xemacs' target in lisp subdir,
	instead of copying *.el files manually.

2003-07-20  Kai Grojohann  <kai.grossjohann@gmx.net>
	Version 2.0.36 released.

	* configure.ac: Bump version.
	Kludge suitable version test to pass for Kai doing "make
	savannah".  For some reason, make prints "Entering directory
	foo" and "Leaving directory foo" messages in that case.

2003-07-15  Michael Albinus  <Michael.Albinus@alcatel.de>

	* INSTALL: List required GNU software for installation.

2003-07-14  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_INFO): Fix typo.

	* configure.ac: Add a check for suitable make version.
	Reported by Sven Utcke <utcke@informatik.uni-hamburg.de>.

	* test.makefile: New file.  Used for checking proper "make"
	version.

2003-06-24  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (xemacs): Make sure to configure for XEmacs.

2003-06-17  Kai Grojohann  <kai.grossjohann@gmx.net>

	* configure.ac: Bump version.

2003-05-24  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_LISP): Use `--no-site-file' option for
	Emacs call, in order to avoid loading of Tramp in site specific
	init files.  Reported by Harry Putnam <reader@newsguy.com>.

	* Makefile.in (configure): It depends on "aclocal.m4", too.

2003-05-24  Kai Grojohann  <kai.grossjohann@gmx.net>

	* configure.ac: Bump version.

	* Makefile.in (cvstag): "cvs tag", not "cvs cvstag".

2003-04-24  Michael Albinus  <Michael.Albinus@alcatel.de>

	* Makefile.in (.PHONY): Add `tags'.
	(distclean) Remove also "autom4te.cache".

2003-04-18  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (tags): New target.
	(cvstag): Renamed from `tag' to avoid confusion with `tags'.

2003-04-17  Michael Albinus  <Michael.Albinus@alcatel.de>

	* Makefile.in (.SILENT): New target.  Remove noise entering
	subdirectories.
	(.PHONY): Add missing targets.
	(all, install): Merge them into one rule.
	($(CONFIG_FILES)): Depend on $(CONFIG_FILES:=.in), too.
	(configure): Remove "--trace" option from autoconf call.  It
	prevented generation of configure.

2003-04-14  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_INFO): Make "emacs" as default if $EMACS
	isn't set.  Be more robust this case.

2003-04-08  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (savannah): Invoke configure after creating the
	distribution tarball, because that deletes texi/Makefile which is
	needed for the rest of the target.

2003-04-08  Kai Grojohann  <kai.grossjohann@gmx.net>

	Version 2.0.33 released.

	* configure.ac: Bump version.

2003-04-08  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	Version 2.0.32 released.

	* configure.ac: Bump version.

2003-04-06  Michael Albinus  <Michael.Albinus@alcatel.de>

	* aclocal.m4 (AC_EMACS_INSTALL): New macro.  Depending on
	configure option `--with-packaging', Tramp installation chapter
	will be part of the manual, or not.
	
	* configure.ac (top-level): Apply `AC_EMACS_INSTALL'.

	* Makefile.in (xemacs, emacs): Call `./configure --with-packaging'
	in order to generate `trampver.texi' without installation chapter.

2003-03-30  Kai Grojohann  <kai.grossjohann@gmx.net>

	* Makefile.in (xemacs, emacs): Copy trampver.texi, too.

2003-03-29  Kai Grojohann  <kai.grossjohann@gmx.net>

	Version 2.0.31 released.

	* configure.ac: Bump version.

2003-03-24  Michael Albinus  <Michael.Albinus@alcatel.de>

	* INSTALL: Add a first step calling `autoconf' in case Tramp is
	taken from CVS sources.

2003-03-22  Michael Albinus  <Michael.Albinus@alcatel.de>

	* .cvsignore (Makefile, config.*, configure): Added.

	* INSTALL: New file.

	* Makefile.in: New file.  Derived from Makefile, which will be
	generated now.
	(EMACS, EMACS_INFO, MAKEINFO, CONFIG_FILES, CLEAN_FILES)
	(VERSION, TARNAME): Generated by configure.
	(RM, XEMACS_TARGET, EMACS_TARGET): New variables.
	(DIRS): Add contrib if USE_CONTRIB is set.
	(EMACS_EL_FILES): Wildcard used.
	(all): Depends on $(CONFIG_FILES).
	(install, distclean, maintainer-clean, $(CONFIG_FILES), config.status)
	(configure): New targets.
	(prepversion, realclean): Removed.
	(clean): Cleanup top directory as well.
	(tag): $(VERSION) has the correct format already.
	(MANIFEST): Depends on configure and distclean.  Most of the
	discarded file types could be removed.
	(tar, dist, savannah): Use $(TARNAME).
	(xemacs): Use $(XEMACS_TARGET).
	(emacs): Use $(EMACS_TARGET).

	* Makefile: Removed from CVS.

	* README: Update file list and maintainer address.

	* README-CVS: Primary source of version number resides in
	`configure.ac' now.

	* aclocal.m4: New file.

	* configure.ac: New file.

2003-02-28  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	* Makefile (VERSION): Bump.

2003-02-05  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	Version 2.0.29 released.

	* Makefile (VERSION): Bump.

2003-01-02  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	* Makefile (EMACS_EL_FILES): List of files for Emacs repository.
	(emacs): New target.  Copy data into Emacs CVS repository.
	(xemacs): Copy more files to XEmacs repository.

2002-12-23  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	Version 2.0.28 released.

2002-12-05  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	* Makefile (VERSION): Bump.

2002-11-28  Kai Grojohann  <kai.grossjohann@uni-duisburg.de>

	* Makefile (VERSION): Bump.

2002-10-19  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (xemacs): Add reminder for Kai.

2002-10-06  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (VERSION): Bump.

2002-10-03  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (realclean): New target, delete info file and tarball
	here.

2002-09-29  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (VERSION): Bump.

2002-09-28  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (cvs-update): New convenience target.
	(clean): Remove info subdir, too.

2002-09-27  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.23 released.

2002-09-22  Kai Grojohann  <grossjoh@ls6.informatik.uni-dortmund.de>

	Version 2.0.22 released.

	* Makefile (VERSION): Bump.

	Version 2.0.20 released.

2002-09-16  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* contrib/README: Explain uudecode.el.

	* contrib/uudecode.el: New file.

2002-09-13  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.19 released.

	* Makefile (VERSION): Bump.

2002-09-13  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.18 released.

	* Makefile (VERSION): Bump
	(MANIFEST): Ignore .#* files.

2002-09-12  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.17 released.

	* Makefile (tar): Depend on prepversion, not tag.
	(dist): Depend on tag.
	(VERSION): Bump.

2002-09-11  Kai Grojohann  <grossjoh@ls6.informatik.uni-dortmund.de>

	* Makefile (VERSION): Bump.

2002-09-01  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.15 released.

	* Makefile (VERSION): Bump.
	(dist): Don't try to install on local ftp server unless at
	university account.

2002-08-22  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.14 released.

	* Makefile (VERSION): Bump.

2002-08-21  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.13 released.

	* Makefile (VERSION): Bump.

2002-08-07  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.12 released.

	* Makefile (VERSION): Bump.

2002-08-05  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	
	Version 2.0.11 released.

	* Makefile (xemacs): Adjust to new directory names after moving
	from SourceForge to Savannah.
	(VERSION): Bump.

2002-08-04  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.10 released.

	* Makefile (VERSION): Bump.

2002-08-04  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.9 released.

	* Makefile (VERSION): Bump.

2002-08-03  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.8 released.

2002-08-03  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.7 released.

2002-08-03  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.6 released.

2002-07-30  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.5 released.

2002-07-29  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.4 released.

2002-07-29  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (prepversion): New target, invokes itself in lisp and
	texi subdirs.
	(tag): New target, adds a CVS tag for the current version.
	(dist): Invoke it.

2002-07-26  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile: Bump version, preparing for next release.  (But that
	release is not soon.)

2002-07-24  Steve Youngs  <youngs@xemacs.org>

	* Makefile (all): Export $VERSION to the subdirectories.

2002-07-23  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (VERSION): New version 2.0.3.

2002-07-19  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.2 released.
	
	* Makefile (VERSION): New version 2.0.2.

2002-06-25  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.1 released.
	
	* Makefile (VERSION): New version 2.0.1.

2002-06-19  Kai Grojohann  <grossjoh@ls6.informatik.uni-dortmund.de>

	* tramp.texi: New todo item.

2002-06-17  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	Version 2.0.0 released.

	* Makefile: Include version number.
	(MANIFEST): Don't include directory name "tramp/" in the entries.
	(tar): Create a tramp-$(VERSION).tar.gz file.
	(dist, savannah): tramp.tar.gz renamed to tramp-$(VERSION).tar.gz.

2002-06-16  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (tar): Make sure tarball is world-readable.

2002-06-14  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (MANIFEST): Write it in the source dir, not in "..".
	(tar): Create only one tarball, don't distinguish between
	developer release and stable release.
	(sourceforge): Remove target.  The project has moved to Savannah.
	(savannah): New target for uploading tarball to Savannah.
	Also make home page.

2002-01-22  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (xemacs): New target: copy stuff to the XEmacs package
	source directory.

2002-01-02  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* contrib/Makefile (clean): Add target.
	(all): Ditto.

2001-12-06  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile.XEmacs (upstream-cvs-update): Remove target.
	Suggested by Stephen Turnbull.

	* Makefile: Make it work inside XEmacs, too.  From Stephen
	J. Turnbull <stephen@xemacs.org>.
	(MANIFEST): New directory layout.

2001-11-07  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (sourceforge): Submit tarballs via FTP automatically.

2001-10-08  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (tar): Add rules for more tarballs.

2001-09-07  Kai Grojohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* Makefile (Module): Rule for submitting to SourceForge.

