]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs--rel--22
authorMiles Bader <miles@gnu.org>
Mon, 18 Aug 2008 05:33:28 +0000 (05:33 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 18 Aug 2008 05:33:28 +0000 (05:33 +0000)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1382

1  2 
ChangeLog
admin/ChangeLog
admin/admin.el
etc/AUTHORS
etc/PROBLEMS
make-dist

diff --combined ChangeLog
index 925ac49dedc440bb43b367c0ba0c1575255ce25e,c08e17905457fecaab47acfb2cc6479278158a95..6d662c67683b55ab06ec443487686340d870e5dd
+++ b/ChangeLog
 -2008-08-10  Glenn Morris  <rgm@gnu.org>
+ 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
+       * make-dist: Omit info/.arch-inventory.
+ 2008-08-16  Jason Rumney  <jasonr@gnu.org>
+       * make-dist (tempdir/nt): Link emacsclient.rc.
 +2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
 +      AC_SUBST it.
 +      (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
 +      AC_SUBST it.
 +      (OTHER_FILES): Always define for HAVE_NS.
 +      (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
 +      * configure: Regenerate.
  
 -      * configure.in (cpp_undefs): Rename from `undefs', update uses.
 -      Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
 -      and explicitly export there.  (Bug#507.)  (Sync of trunk 2008-07-01).
 +2008-08-07  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Correctly handle
 +      --enable-cocoa-experimental-ctrl-g=no and
 +      --enable-ns-self-contained=yes.
 +
 +2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
 +      (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
 +      bother undef'ing since won't have desired effect.
 +
 +2008-08-06  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Fix quoting.
 +
 +2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
  
  2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
  
        * configure.in: Add checks for krb5_error.text and
        krb5_error.e_text struct members.
  
 +2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * configure.in: Test for existence of NSInteger.
 +      Suggested by Yavor Doganov.
 +
 +2008-08-02  Romain Francoise  <romain@orebokech.com>
 +
 +      * Makefile.in (INFO_FILES): Add mairix-el.
 +
 +2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * make-dist:
 +      * README: Remove VMS support.
 +      * vms: Remove directory.
 +
 +2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (MULTI_KBOARD): Remove.
 +
 +2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (DO_BLOCK_INPUT): Remove, unused.
 +
 +2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * info/dir (File): Add mairix-el.
 +
 +2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      Remove support for Mac Carbon.
 +      * mac: Remove directory.
 +      * make-dist:
 +      * configure.in:
 +      * README:
 +      * Makefile.in:
 +      * INSTALL: Remove code for Carbon.
        * configure: Regenerate.
  
 +2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
 +
  2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
  
        * configure.in: Check for getrlimit.
  
        * configure: Regenerate.
  
 -2008-05-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 +2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (LD_SWITCH_SITE): Remove, set the values directly
 +      in src/Makefile.in.
 +      (static): Remove, autoconf would always comment it out anyway.
 +      (subprocesses): Define unconditionally.
 +
 +2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
 +
 +      * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
 +      compilation under GNUstep.
 +
 +2008-07-18  Kenichi Handa  <handa@m17n.org>
 +
 +      * INSTALL (Complex Text Layout support libraries): Delete the
 +      paragraph about --enable-font-backend.
 +
 +2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      * configure.in: Print out some info to user for NeXTstep builds.
 +      (ns-app): Remove enable option.
 +      (ns-self-contained): Add enable option.
 +      (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
 +      GNUstep, use to set install prefixes, and substitute in Makefiles.
 +      * configure: Regenerate.
 +      * Makefile.in (install-arch-dep): Perform post-install cleanup inside
 +      NS app bundle.
 +
 +2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
 +
 +2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
 +      NS_IMPL_COCOA.
 +
 +2008-07-16  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (with_kerberos, with_kerberos5, with_hesiod):
 +      Fix tests for OPTION_DEFAULT_OFF (variables never unset).
 +      (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
 +      never unset.
 +
 +      * make-dist: Add nextstep/ directories.
 +      (src, lib-src): Add .m files.
 +
 +2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (freebsd, kfreebsd): Undo part of previous change.
 +      (USER_FULL_NAME): Remove, not used anymore.
 +      * configure: Regenerate.
 +
 +2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      Changes and additions for NeXTstep windowing system (Cocoa and
 +      GNUstep) support.
 +
 +      * configure.in: Add support for NS window system: --with-ns (default
 +      off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
 +      sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
 +      disable font backend if window system is "none", not if !HAVE_X11.
 +      * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
 +      (install-arch-dep): Add commands to assemble NS .app package.
 +
 +2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Use macppc for Darwin.  Remove references to
 +      desupported systems.
 +      * configure: Regenerate.
 +
 +2008-07-05  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist (EMACS): Doc fix.
 +      (lisp): There are no *.dat or image files here any more.
 +      (src): There are no *.s files here any more.
 +      (etc/images, etc/images/*): Link to most regular files.
 +
 +2008-07-04  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
 +
 +      * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
 +
 +2008-07-01  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (cpp_undefs): Rename from `undefs', update uses.
 +      Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
 +      and explicitly export there.  (Bug#507.)
 +
 +2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in:
 +      * configure: Remove references to obsolete systems.
 +
 +2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * Makefile.in (Makefile): Use it for its timestamp value as well, and
 +      make it depend on all other */.in files.
 +      (src/Makefile, src/config.stamp, lib-src/Makefile)
 +      (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
 +      (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
 +      (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
 +      (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
 +
 +      * configure.in: Don't create src/config.stamp any more.
 +
 +2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
 +
 +2008-06-22  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (top_bootclean): Remove obsolete references to lock/.
 +
 +2008-06-21  Romain Francoise  <romain@orebokech.com>
 +
 +      * Makefile.in (INFO_FILES): Add sasl.
 +
 +2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
 +      (bootstrap-build): Remove.
 +      (top_bootclean): New var.
 +      (top_distclean, bootstrap-clean): Use it.
 +      (bootstrap): Don't recheck config.  Make normally.
 +
 +2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * Makefile.in (SUBDIR): Include `lisp'.
 +      (lisp): Depend on `src'.
 +      (top_distclean): Don't remove config.status.
 +      (bootstrap-clean): New target.
 +      (maintainer-clean): Use it.
 +      (bootstrap): Use bootstrap-clean.  Re-run config.status.
 +      (src/bootstrap-emacs${EXEEXT}): New target.
 +      (bootstrap-build): Use it.  Don't use bootstrap-prepare because
 +      src/Makefile now takes care of it.
 +      (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
 +
 +2008-06-15  Glenn Morris  <rgm@gnu.org>
 +
 +      * info/dir: Add sasl.
 +
 +2008-06-09  Alan Mackenzie  <acm@muc.de>
 +
 +      * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
 +
 +2008-06-08  Eric S. Raymond  <esr@snark.thyrsus.com>
 +
 +      * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
 +
 +2008-06-07  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
 +      serve no purpose.
 +
 +2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
 +      * configure: Regenerate.
 +
 +2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * update-subdirs: Don't touch subdirs.el if it is unchanged.
 +
 +2008-05-14  Kenichi Handa  <handa@m17n.org>
 +
 +      * configure: Regenerate.
 +
 +      * configure.in: Don't handle --disable-font-backend.  Don't print
 +      a message about a font backend.
 +
 +2008-05-09  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Make absence of makeinfo a fatal error only if the info
 +      files don't exist.
 +      * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
 +
 +2008-05-07  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * config.bat: Fix last change: don't use < and > in "rem" lines,
 +      they are interpreted as redirection by DOS shells.
 +
 +2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
  
        * configure.in: Check availability of AvailabilityMacros.h
        if HAVE_CARBON.
  
        * configure: Regenerate.
  
 -2008-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
 +2008-05-03  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (x_libraries): Remove standard 64-bit directories -
 +      experimental workaround for minor autoconf bug.
 +
 +      * configure.in (--without-makeinfo): New option.  If set,
 +      absence of suitable makeinfo is not a fatal error.
 +      * Makefile.in (MAKEINFO): New, set by configure.
 +      (install-arch-indep): Without makeinfo, ignore any missing manuals.
 +      (info-real): New target.
 +      (info): Without makeinfo, do nothing, else call `info-real'.
 +
 +2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
  
        * configure.in: Remove hpux10.20 from the desupported list.
  
 -2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
 +2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
 +
 +2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
 +      rather than change CPPFLAGS.
 +      (HAVE_GTK): Rename to USE_GTK.
 +
 +2008-04-16  Yavor Doganov  <yavor@gnu.org>  (tiny change)
 +
 +      * configure.in: Replace the obsolete macros AC_AIX and
 +      AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
  
 -      * Version 22.2 released.
 +2008-04-05  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: No longer create admin/unidata/Makefile.
 +
 +2008-03-28  Andreas Schwab  <schwab@suse.de>
 +
 +      * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
 +      (lisp/Makefile): New rule.
 +
 +2008-03-13  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (AC_INIT): Fix version number.
 +      (sync-input): Reword the option, since it's on by default.
 +
 +2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Add --enable-sync-input, default yes.
 +
 +2008-03-11  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (install-etc, mkdir): Handle directory
 +      etc/images/icons/hicolor/*/mimetypes/.
 +
 +      * make-dist: Handle icons/hicolor/scalable directory.
 +
 +2008-03-05  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Enable font-backend by default.
 +      (USE_FONT_BACKEND): Set to "no" in absence of X.
 +      (PKG_CONFIG): Don't set multiple times, once is enough.
 +      (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
 +
 +2008-03-03  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (iconsrcdir): New variable.
 +      (install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon
 +      directory.
 +
 +2008-02-29  Glenn Morris  <rgm@gnu.org>
 +
 +      * test/: New directory.
 +
 +2008-02-27  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
  
  2008-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
  
 -      * configure.in: Print an error for systems that we think are
 -      obsolete and are proposed to be removed.
 +      * configure.in: Print an error for systems that we think are obsolete
 +      and are proposed to be removed.  Remove some more unused systems.
  
 -      * configure: Regenerate.
 +2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Remove references to obsolete variables and systems.
 +
 +2008-02-21  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (set_installuser): New.
 +      (install-arch-indep): Use set_installuser to avoid duplicate code.
 +
 +      * README.unicode: Split into admin/notes/unicode,font-backend and
 +      remove.
  
  2008-02-10  Matthew Luckie  <mjl@luckie.org.nz>  (tiny change)
  
 -      * configure.in (arm*-*-freebsd*): Added.
 +      * configure.in (arm*-*-freebsd*): Add.
 +
 +2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
 +      dealing with obsolete variables.
 +
 +2008-02-08  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (check-info-dir): New target.
 +
 +2008-02-08  Michael Olson  <mwolson@gnu.org>
 +
 +      * Makefile.in (INFO_FILES): Add epa.
 +
 +      * info/dir: Add EasyPG Assistant manual to the "Emacs misc
 +      features" section.
 +
 +2008-02-06  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (--with-gcc): Give an error saying this option has
 +      been removed.
 +      (--with-gtk): Remove this option.
 +
 +2008-02-06  Tom Tromey  <tromey@redhat.com>
 +
 +      * configure.in (--with-gcc): Remove.
 +      * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
 +
 +2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
 +
 +      * INSTALL: Recommend giflib, not libungif.
 +
 +2008-02-05  Tom Tromey  <tromey@redhat.com>
 +
 +      * configure.in (--with-dbus): Default to enabled.
 +
 +2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
 +
 +      * INSTALL (Complex Text Layout support libraries): New section.
 +
 +2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * make-dist: Remove references to files in mac/ that have been
 +      deleted.
 +
 +2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
 +
 +      * configure.in: For libotf and m17n-flt checks, set shell vars
 +      HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
 +      pkg_check_m17n_flt, respectively, for the sake of the summary output.
 +      Reported by Ulrich Mueller.
 +
 +2008-02-02  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * configure.in: If admin/unidata/UnicodeData.txt is present, copy
 +      admin/unidata/Makefile.in to Makefile.
 +
 +2008-02-02  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
 +      (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
 +      (HAVE_XFT): Add "Does Emacs use..." messages at end.
 +
 +2008-02-01  Miles Bader  <miles@gnu.org>
 +
 +      * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
 +      [libotf], and [m17n-flt] options.
 +
 +2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
 +
 +      * configure.in: Add EMACS_ARG_N([libotf]...), and
 +      EMACS_ARG_N([m17n-flt].  Set back OLD_CPPFLAGS to CPPFLAGS (not
 +      CFLAGS) in XFT checking part.  Don't alter C_SWITCH_X_SITE,
 +      CFLAGS, and LIBS in checking of m17n-flt.
 +
 +2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
 +
 +      * configure.in: Check the availability of m17n-flt library.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
 +      not available.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * configure.in: New args --enable-font-backend, --with-xft,
 +      --with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
 +      HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
 +      FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
 +      FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * make-dist: Include etc/charsets in tarball.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * configure.in: While running cpp on junk.c, include
 +      -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
 +      exists.
  
 -2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
 +2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
  
        * configure.in (xtensa): Match more configurations.
  
 -      * configure: Regenerate.
 +2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Update comment.
 +
 +2008-01-26  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (--without-gcc): By default, neither off nor on.
 +      (--with-carbon): Tone down rhetoric in help text.
 +
 +2008-01-25  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Correct usage of OPTION_DEFAULT_ON,
 +      OPTION_DEFAULT_OFF so that the defaults are as they used to be.
 +      Default `Carbon' to off (it's unsupported).
 +
 +2008-01-24  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Standardize dbus-related messages.
 +
 +2008-01-23  Michael Olson  <mwolson@gnu.org>
 +
 +      * configure.in (pkg-config-prog): Remove initial whitespace.
 +
 +2008-01-23  Tom Tromey  <tromey@redhat.com>
 +
 +      * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
 +      (EMACS_ARG_Y, EMACS_ARG_N): Remove.
 +      Update all users.
  
  2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
  
        * config.guess, config.sub: Updated from master source.
  
 +2008-01-17  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
 +
  2008-01-17  Glenn Morris  <rgm@gnu.org>
  
        * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
  
 +2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Remove more references to unsupported systems.
 +
 +2008-01-16  Sven Joachim  <svenjoac@gmx.de>
 +
 +      * make-dist: Add --lzma.
 +
 +2008-01-16  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (maybe_bootstrap): Remove texinfo message, since
 +      configure checks for this.
 +
 +2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Remove more references to unsupported systems.
 +
 +2008-01-06  Romain Francoise  <romain@orebokech.com>
 +
 +      * configure.in: Delete extra semicolons.
 +
 +2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Remove references to unsupported systems.
 +
 +2008-01-05  Romain Francoise  <romain@orebokech.com>
 +
 +      * make-dist: Add --bzip2.  Update copyright.
 +
 +2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * configure.in: Remove support for Masscomp.
 +
 +2008-01-05  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (desktopdir, icondir): New variables.
 +      (install-arch-indep): Also depend on `install-etc'.
 +      (install-etc): New target.
 +      (mkdir): Also create the `applications' and `icons' directories.
 +
 +2008-01-04  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist: Update for new etc/images/icons/hicolor directory.
 +
 +2007-12-09  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: D-Bus is not enabled by default.
 +
 +2007-12-06  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
 +      change.
 +
 +2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Give package name and verision to AC_INIT.
 +
 +2007-12-03  Magnus Henoch  <mange@freemail.hu>
 +
 +      * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
 +
 +2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * configure.in: No need for DBUS_INFO anymore.
 +
 +      * Makefile.in (INFO_FILES): Use dbus unconditionally.
 +
 +2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * configure.in: Add D-Bus checks.  D-Bus is disabled by default.
 +
 +      * Makefile.in (INFO_FILES): Add dbus.
 +
 +2007-12-02  Romain Francoise  <romain@orebokech.com>
 +
 +      * make-dist: Fix last change.
 +
  2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
  
        * configure.in: Add support for gnu-kfreebsd.
  
 +2007-11-28  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist: Add etc/nxml.
 +
 +2007-11-24  Romain Francoise  <romain@orebokech.com>
 +
 +      * Makefile.in (INFO_FILES): Add nxml-mode.
 +
 +2007-11-23  Romain Francoise  <romain@orebokech.com>
 +
 +      * make-dist: Include nXML.  Don't try to copy FTP, it was removed on
 +      2007/10/17.  Don't special-case alloca.c which is no longer in CVS.
 +
 +2007-11-20  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Always include <resolv.h> when checking for res_init.
 +
 +2007-11-17  Andreas Schwab  <schwab@suse.de>
 +
 +      * update-subdirs: Atomically update subdirs.el.
 +
 +2007-11-17  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (check-declare): New target.
 +
 +2007-11-07  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Deprecate Mac Carbon port.
 +
 +2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Remove HAVE_X11R5 check.
 +
 +2007-10-31  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
 +      when changing ownership of installed files.
 +
 +2007-10-30  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist: Add new directory etc/gnus.
 +
 +2007-10-30  Michael Olson  <mwolson@gnu.org>
 +
 +      * Makefile.in (INFO_FILES): Alphabetize.  Add remember.
 +
 +2007-10-29  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist: Add new directories etc/images/smilies/grayscale,medium.
 +
 +2007-10-23  Glenn Morris  <rgm@gnu.org>
 +
 +      * MAINTAINERS: Move to admin/.
 +
 +2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * configure.in (HAVE_RES_INIT): Define if res_init() exists.
 +      (HAVE_LIBRESOLV): Also define if we are using res_init().
 +
 +2007-10-17  Glenn Morris  <rgm@gnu.org>
 +
 +      * FTP: Remove file, since it's just a duplicate of one in etc/.
 +
 +2007-10-05  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * config.bat: Fix configuring `doc' due to changes in the
 +      directory structure.
 +
  2007-09-16  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
  
        * configure.in: Don't use -lpthread on HP-UX.
  
 -2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2007-09-16  Glenn Morris  <rgm@gnu.org>
 +
 +      * make-dist: File gfdl.1 has been removed.
 +
 +2007-09-15  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Fix makeinfo version regexp.
 +
 +2007-09-12  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
 +      implementation of alloca is not found.
 +
 +      * Makefile.in (SOURCES, unlock, relock): Delete.
 +      (install-arch-indep): Do not exclude the etc/ Makefiles.
 +
 +2007-09-09  Juri Linkov  <juri@jurta.org>
 +
 +      * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
 +
 +      * README: Add doc/ to documentation directories.
 +
 +2007-09-08  Michael Olson  <mwolson@gnu.org>
 +
 +      * MAINTAINERS: Add myself for ERC and tq.el.
 +      Update for new doc/ directory layout.
 +
 +2007-09-06  Romain Francoise  <romain@orebokech.com>
 +
 +      * make-dist: Update for new doc/ directory layout.
 +
 +2007-09-06  Glenn Morris  <rgm@gnu.org>
 +
 +      * Makefile.in (mansrcdir): New variable.
 +      (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
 +      (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
 +      update these targets for new doc/ directory layout.
 +      (doc/misc/Makefile): New target.
 +      (install-arch-indep): Use mansrcdir for new location of manpages.
 +      (mostlyclean, clean, distclean, maintainer-clean, unlock)
 +      (relock, info, dvi): Update targets for new doc/ directory layout.
 +
 +      * configure.in (AC_OUTPUT): Update names of generated Makefiles
 +      for new doc/ directory layout.
 +
 +2007-09-02  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Use AS_HELP_STRING throughout.
 +      * configure: Regenerate.
 +
 +2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Require Gtk/Glib 2.6.
  
 +2007-09-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
 +
 +      * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
 +      Use them throughout in place of AC_ARG_WITH calls.
 +      * configure: Regenerate.
 +
 +2007-09-01  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Put quotes around nested macro calls.
 +
 +2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
 +
 +      * configure.in: Fix typo.
 +      * configure: Regenerate.
 +
 +2007-08-30  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (AH_BOTTOM): Copy some manual changes made to
 +      src/config.in here so they are not lost when it regenerates.
 +
 +      * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
 +
 +2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
 +
 +      * README.multi-tty: New file.
 +
 +2007-08-29  Glenn Morris  <rgm@gnu.org>
 +
 +      * README: Increase version to 23.0.50.
 +
 +2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: New option: --without-xaw3d.
 +
 +2007-08-24  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Check for a suitably recent makeinfo.
 +
 +2007-08-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
 +
 +      * configure.in (Check for required libraries): Typo.
 +
 +2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 +
 +      * configure.in: Check librsvg2 also for Mac Carbon.
 +
 +2007-08-22  Romain Francoise  <romain@orebokech.com>
 +
 +      * make-dist: Follow reorganization of files in etc/.
 +
 +2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
 +
 +      * configure.in: Add support for SVG images through librsvg2.
 +
  2007-07-28  Eli Zaretskii  <eliz@gnu.org>
  
        * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
  
        * COPYING, info/COPYING: Switch to GPLv3.
  
 +2007-06-20  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Complain if X seems to be installed but no
 +      development files were found.
 +
 +2007-06-20  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Prefer libgif over libungif.
 +
 +2007-06-14  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Check for all image libraries before exiting.
 +
 +2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Exit with error if image libraries aren't found.
 +
 +2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
 +      when compiling without scrollbars.
 +
 +2007-06-12  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
 +
 +2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * configure.in: Change wording about yes/gtk and lucid/athena
 +      being synonyms.
 +
 +2007-06-08  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in: Make gtk the default toolkit.
 +
 +2007-06-07  Glenn Morris  <rgm@gnu.org>
 +
 +      * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
 +      for a Sun C compiler.
 +
 +      * Makefile.in (install-arch-indep): Install only the DOC- file
 +      specific to the build, if possible, rather than DOC-*.
 +
  2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
  
        * Version 22.1 released.
  
 +2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * mkinstalldirs: Sync to version in automake CVS.
 +
 +2007-05-22  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Prefer build_alias over host when host_alias is not set.
 +      * configure: Regenerate.
 +
 +2007-05-20  Andreas Schwab  <schwab@suse.de>
 +
 +      * configure.in: Remove empty AC_SUBST.
 +      * configure: Regenerate.
 +
 +2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
 +
 +      * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
 +      it like others.
 +      * configure: Regenerate.
 +
 +2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
 +
 +      * configure.in (AC_CHECK_HEADERS): Add gpm.h.
 +      (AC_CHECK_LIB): Add -lgpm.
 +      * configure: Regenerate.
 +
  2007-05-03  Glenn Morris  <rgm@gnu.org>
  
        * configure: Tweak message about the absence of shell functions.
  
 +2007-04-27  Andreas Schwab  <schwab@suse.de>
 +
 +      * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
 +
 +2007-04-26  Glenn Morris  <rgm@gnu.org>
 +
 +      * README: Increase version to 22.1.50.
 +
  2007-04-24  Juanma Barranquero  <lekktu@gmail.com>
  
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
  
        * configure: Regenerate.
  
 -2007-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2007-03-18  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Warning for Gtk+ and Cygwin added.
        (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
  
        * configure: Regenerate.
  
 -2007-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2007-01-26  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Add check for libXft.
  
  
        * configure: Regenerate with autoconf 2.61.
  
 -2006-12-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2006-12-20  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Detect alsa/asoundlib.h also.
        * configure: Regenerate.
  
 -2006-12-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2006-12-19  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Check if GTK+ compiles at all.
  
  
        * configure.in: Add support for Solaris 10 on x86-64.
  
 -2006-12-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2006-12-08  Jan Djärv  <jan.h.d@swipnet.se>
  
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
        of PKG_CONFIG_PATH.
  2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
  
        * configure.in: Prefer X11 to Carbon only when some X-specific
 -      option is specified (Thanks to Jan Dj\e,Ad\e(Brv and Andreas Schwab).
 +      option is specified (Thanks to Jan Djärv and Andreas Schwab).
  
  2006-11-04  Romain Francoise  <romain@orebokech.com>
  
  
        * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
  
 -2006-05-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2006-05-18  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Add check for ALSA.
  
  
        * configure.in (s390x-*-linux-gnu*): New configuration.
  
 -2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2006-01-31  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Require GTK 2.4 or newer.
  
  
        Update FSF's address in GPL notices.
  
 -2005-06-19  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>
 +2005-06-19  Jérôme Marant  <jerome@marant.org>
  
        * Makefile.in (epaths-force): Protect both lisppath and
        buildlisppath from whitespace.
  
        * configure.in: Support Darwin/MacOSX on Intel
  
 -2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_CANCELMENUTRACKING): New test.
  
 -2005-05-11  J\e,Ai\e(Br\e,At\e(Bme Marant  <jmarant@marant.org>
 +2005-05-11  Jérôme Marant  <jmarant@marant.org>
  
        * configure.in: Add --enable-locallisppath.
  
        Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
        USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
  
 -2005-05-07  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>
 +2005-05-07  Jérôme Marant  <jerome@marant.org>
  
        * make-dist: Remove references to makefile.nt and makefile.def.
        Include widgets and images subdirectories of etc.  Do not exclude
        * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
        shadow the main Lesstif/Motif-2.1 libs and includes.
  
 -2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2005-03-10  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Only add XASSERTS to cppflags.
  
 -2005-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2005-03-04  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Added --enable-asserts.
  
        * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
        committed to src/config.in.
  
 -2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
        pthreads and define HAVE_GTK_AND_PTHREAD.
  
        * configure.in: Add check for getrusage.
  
 -2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
        New tests for new and old GTK file dialogs.
        (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
        to no.
  
 -2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-10-20  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
        can be set.  Remove SETARCH test.
  
        * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
  
 -2004-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-10-06  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
        AC_MSG_WARN.  Move output of warning message to end of configure run.
  
 -2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-10-05  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
        Run test to see if heap start address is random.
        * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
        if setarch is present.
  
 -2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_EXECSHIELD): Only define on x86.
  
 -2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-09-24  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Check for exec-shield.
  
  
        * configure.in <darwin>: Use fink packages if available.
  
 -2004-01-25  J\e,Ai\e(Br\e,At\e(Bme Marant  <jmarant@free.fr>  (tiny change)
 +2004-01-25  Jérôme Marant  <jmarant@free.fr>  (tiny change)
  
        * make-dist (lispref): Do include lispref/index.texi.
  
        * configure.in: Check for <sys/socket.h>.  Include it before
        including <net/if.h>.  Move check for <net/if.h> before its use.
  
 -2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2003-12-24  Jan Djärv  <jan.h.d@swipnet.se>
  
        * Makefile.in (install-arch-dep): Don't let cd output go into
        pipe for carbon_appdir.
        * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
        hardcoding gcc.
  
 -2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2003-11-16  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
        multiple displays.
  
        * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
  
 -2003-04-28  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-04-28  Francesco Potortì  <pot@gnu.org>
  
        * configure.in: Undo last (RMS') change, as it is useless, per
        Dave Love.
  
        * configure.in: Put #include of jpeglib.h at start of line.
  
 -2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 +2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
  
        * INSTALL (* GNU/Linux development packages): Mention Debian and
        RedHat package names.
  
        * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
  
 -2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 +2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
  
        * INSTALL (* GNU/Linux development packages): Tell people to
        install additional packages for compiling Emacs.
  
 -2003-04-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-04-06  Francesco Potortì  <pot@gnu.org>
  
        * configure.in: Use the same configuration for all aix5, not just
        aix5.1.
  
        * Makefile.in (bootstrap): Make bootstrap-after.
  
 -2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2003-01-20  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Fix --with-gtk.
  
 -2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Add --with-gtk, --with-x-toolkit=gtk
  
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
  
 -2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-01-14  Francesco Potortì  <pot@gnu.org>
  
        * configure.in (m68k-motorola-sysv): Remove (obsolete).
  
  
        * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
  
 -2002-11-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2002-11-14  Francesco Potortì  <pot@gnu.org>
  
        * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
  
        (*-sunos5.6*, *-solaris2.6*): New alternative.
        (*-sunos5*): Use version 2.6 as default.
  
 -2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 +2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
  
        * configure.in: Fix typo.
  
        * configure.in (gamedir): Handle it like lispdir.
        (--with-game-dir option): Delete.
  
 -2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2002-06-21  Pavel Janík  <Pavel@Janik.cz>
  
        * configure.in: Add support for mipseb-*-netbsd* machines.
  
 -2002-06-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 +2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
  
        * Makefile.in (install-arch-indep, uninstall): Add Tramp.
  
 -2002-06-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 +2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
  
        * info/dir (File): Add an entry for Tramp.
  
  
        * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
  
 -2002-05-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2002-05-04  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: Do not distribute lock/ directory.
  
  
        * configure.in: Delete configure check for access to the game user.
  
 -2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2002-04-29  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: lwlib/Imakefile is removed.
  
  
        * make-dist: Create directories in mac/Emacs.app.
  
 -2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2002-04-25  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: lwlib-Xol* are removed.
  
        * configure.in: Add --game-dir, --game-user.  Test to see if we
        can use them.
  
 -2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2002-04-08  Pavel Janík  <Pavel@Janik.cz>
  
        * configure.in: Add --with-sound.
  
  
        * configure.in: Support AIX 5.1.
  
 -2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
  
        * configure.in: Added test for X Session Management (HAVE_X_SM).
  
  
        * configure.in (hppa*-*-linux-gnu*): New alternative.
  
 -2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-12-08  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
        creating distribution.
        (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
        this is required by recent Autoconf versions.
  
 -2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-12-02  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
        TODO, vms-pp.trans and others).
  
 -2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-29  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: Use COPYING from the top-level directory.
  
  
        * configure.in: Add support for FreeBSD/Alpha.
  
 -2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-29  Pavel Janík  <Pavel@Janik.cz>
  
        * make-dist: Add COPYING to the top-level directory of the
        distribution.  Simplify the logic behind copying.
  2001-11-22  Colin Walters  <walters@debian.org>
  
        * Makefile.in (install-arch-indep): Install the calc .info files.
 -      (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Am\e(Bk).
 +      (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
  
  2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
  
  
        * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
  
 -2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-15  Pavel Janík  <Pavel@Janik.cz>
  
        * Makefile.in (uninstall): Fix previous change.
  
        * configure.in, Makefile.in: Add support for --program-prefix,
        --program-suffix and --program-transform-name options.
  
 -2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-13  Pavel Janík  <Pavel@Janik.cz>
  
        * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
        (install-arch-indep): Install emacsclient manual page.
  2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
  
        * make-dist: Add lispref/index.*perm files to the distribution.
 -      From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
 +      From Pavel Janík <Pavel@Janik.cz>.
  
 -2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-12  Pavel Janík  <Pavel@Janik.cz>
  
        * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
  
  
        * configure.in: Added a check for <nlist.h>.
  
 -2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 +2001-11-01  Pavel Janík  <Pavel@Janik.cz>
  
        * configure.in: Reindent --help output.
 -      From Per Starback (starback@ling.uu.se).
 +      From Per Starbäck (starback@ling.uu.se).
  
  2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
  
        them into a single category.  Add menu items for RefTeX and
        Widget.
  
 -2000-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 +2000-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
  
        * Makefile.in (install-arch-indep): Use --info-dir instead of
        --dir-file, and a simple argument instead of --info-file, so that
  
  2000-10-01  Andreas Schwab  <schwab@suse.de>
  
 -      * Makefile.in (install-arch-indep): Update list of installed info
 -      files.
 +      * Makefile.in (install-arch-indep): Update list of installed info files.
  
  2000-09-30  Gerd Moellmann  <gerd@gnu.org>
  
  
  1999-02-26  Richard Stallman  <rms@gnu.org>
  
 -      * configure.in: Use epaths.h and epaths-force instead of paths....
 +      * configure.in: Use epaths.h and epaths-force instead of paths...
  
        * Makefile.in (epaths-force): Renamed from paths-force;
        operate on epaths.in and produce epaths.h.
  1998-04-16  Eli Zaretskii  <eliz@delysid.gnu.org>
  
        * config.bat: Make sure the environment is large enough to support
 -      all the "set foo=bar" commands.  Update pointers to DJGPP FTP
 -      sites.
 +      all the "set foo=bar" commands.  Update pointers to DJGPP FTP sites.
  
  1998-04-10  Karl Heuer  <kwzh@gnu.org>
  
  
  1998-03-23  Kenichi Handa  <handa@etl.go.jp>
  
 -      * Makefile.in (top_distclean): Check the existence of `lock'
 -      subdir.
 +      * Makefile.in (top_distclean): Check the existence of `lock' subdir.
  
  1998-03-22  Richard Stallman  <rms@gnu.org>
  
  
  1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
  
 -      * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1,
 +      * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
  
  1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
  
        Use bsd4-3.  Don't set NON_GNU_CPP.
  
        * make-dist: Don't copy in src/s/*.inp.  Don't copy nt/src.
 -      In nt. copy various different things, but not *.cmd.
 +      In nt, copy various different things, but not *.cmd.
        Fix the ln commands for the subdirs of nt.
  
  1995-04-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
        * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
        since that's what the header file expects.
  
 -1995-04-24  Francesco Potort\e,Al\e(B  (pot@cnuce.cnr.it)
 +1995-04-24  Francesco Potortì  (pot@cnuce.cnr.it)
  
        * configure.in (m68k-motorola-sysv*): Distinguish between 68030
        and 68040 based machines when choosing options for gnucc.
  
        * make-dist: Check the flag called "make_tar", not "make_dir"; the
        latter, being a typo, is always false, resulting in a program
 -      whose default behaviour is to painstakingly build a copy of the
 +      whose default behavior is to painstakingly build a copy of the
        source tree, and then delete it.  Rah.
  
        * Makefile.in: Add dist target, and comment for it.
        * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
        since the former is recognizable even if you don't know what
        'dumping' is.
 -      * configure: Accomodate that change.
 +      * configure: Accommodate that change.
  
        * configure: Accept options for all of the directories you can
        change in the Makefile.
        to match build-install and paths.h.
  
  ;; Local Variables:
 -;; coding: iso-2022-7bit
 +;; coding: utf-8
  ;; add-log-time-zone-rule: t
 +;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
  ;; End:
  
      Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
  
    This file is part of GNU Emacs.
  
 -  GNU Emacs is free software; you can redistribute it and/or modify
 +  GNU Emacs 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 3, or (at your option)
 -  any later version.
 +  the Free Software Foundation, either version 3 of the License, or
 +  (at your option) any later version.
  
    GNU Emacs is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    GNU General Public License for more details.
  
    You should have received a copy of the GNU General Public License
 -  along with GNU Emacs; see the file COPYING.  If not, write to the
 -  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 -  Boston, MA 02110-1301, USA.
 +  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
  
  ;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73
diff --combined admin/ChangeLog
index 3998111475d39b50a0452c6c74b25a3194dafd55,4320cba42942a74f9260dc5b7be52438a7a1e510..7e5edd426c33c6bf6b39c45586cc03230f93bd5b
 -2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
+ 2008-08-16  Jason Rumney  <jasonr@gnu.org>
+       * admin.el (set-version): Set version in nt/emacsclient.rc
 +2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
  
 -      * Version 22.2 released.
 +      * nt/dump.bat: Fix mixed EOLs.
  
 -2008-03-09  Reiner Steib  <Reiner.Steib@gmx.de>
 +2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
  
 -      * FOR-RELEASE (WINDOWS SUPPORT BUGS): Add two issues.
 +      * CPP_DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
 +
 +2008-08-02  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * CPP-DEFINES: Add defines for accessing system processes.
 +
 +2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * make-tarball.txt:
 +      * admin.el:
 +      * FOR-RELEASE:
 +      * CPP-DEFINES: Remove mentions of Mac Carbon.
 +
 +2008-07-16  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-version, set-copyright): Add nextstep/ files.
 +
 +2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
 +
 +      * CPP_DEFINES: Add NS port related defines.
 +
 +2008-06-16  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
 +      doc/lispref/book-spine.texinfo.
 +
 +2008-06-15  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-version): Add doc/misc/faq.texi.
 +
 +2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * FOR-RELEASE: Remove Windows problem about the XPM image library
 +      being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
 +
 +2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * unidata/UnicodeData.txt: Update to Unicode 5.1.
 +
 +2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * unidata/unidata-gen.el (unidata-prop-alist):
 +      Fix typo in description of `numeric-value'.
 +      (unidata-put-character): Fix typo in error message.
 +
 +2008-02-21  Glenn Morris  <rgm@gnu.org>
 +
 +      * notes/unicode, notes/font-backend: New files, split off from
 +      README.unicode.
 +
 +2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
 +
 +      * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
 +      being used in latin1-disp.el.  Remove the problem of
 +      cp-supported-codepages.  Remove the problem of lost changelog for
 +      ps-prin1.ps.
 +
 +2008-02-16  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
 +      non-portable in this context.
 +
 +      * unidata/Makefile.in (unidata.txt): Don't use $<, it's
 +      non-portable in this context.
 +
 +2008-02-09  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * unidata/makefile.w32-in (lisp): New variable.
 +      (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
 +      lisp/emacs-lisp.
 +
 +2008-02-04  Jason Rumney  <jasonr@gnu.org>
 +
 +      * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
 +
 +2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
 +
 +2008-02-02  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * unidata/makefile.w32-in (charprop-CMD): Fix last change.
 +
 +      * unidata/Makefile.in: Rename from Makefile.
 +
 +      * unidata/makefile.w32-in: New file.
 +
 +2008-02-02  Jason Rumney  <jasonr@gnu.org>
 +
 +      * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * unidata/copyright.html: New file.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
 +      decomposition, if T is the same as TBase, don't include it in the
 +      returned list.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * unidata/unidata-gen.el (unidata-text-file): Delete it.
 +      (unidata-list): Initialize to nil.
 +      (unidata-setup-list): New function.
 +      (unidata-gen-files): New optional arg unidata-text-file.
 +      If it's nil, set unidata-text-file to the left command line arg.
 +      Call unidate-setup-list at first.
 +
 +      * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
 +      (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * unidata/unidata-gen.el: Fix comment typo.
 +      Change string-to-int to string-to-number.
 +      (unidata-text-file): Define to .../unidata.txt.
 +      (unidata-list): Just insert unidata-text-file.
 +      (unidata-get-decomposition): Handle Hangul decomposition.
 +      (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
 +
 +      * unidata/Makefile (unidata.txt): New target.
 +      (charprop.el): Depends on unidata.txt.
 +      (clean): Remove unidata.txt.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
 +      (unidata-get-name): Handle U+110B.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      Sub-directory `unidata' is for codes to generate charprop.el and
 +      many other uni-*.el files from `UnicodeData.txt'.
 +
 +      * Unidata/README: New file.
 +
 +      * unidata/Makefile: New file.
 +
 +      * unidata/unidata-gen.el: New file.
 +
 +      * unidata/UnicodeData.txt: New file.  Copied from
 +      http://www.unicode.org on 2006-05-23.
 +
 +      * unidata/.cvsignore: New file.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/.cvsignore: New file.
 +
 +      * charsets/mapconv: Add code for handling KANJI-DATABASE format.
 +
 +      * charsets/Makefile (all): Rename target from charsets.
 +      Depend on ${TRANS_TABLE}.
 +      (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
 +      Generate from cns2ucsdkw.txt.
 +      (install): Copy updated files only.
 +
 +2008-02-02  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/cp932.awk: Append user-defined area of CP932.
 +
 +2008-02-02  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
 +      0x2299 to 0x29BF.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/Makefile (TRANS_TABLE): New macro.
 +      (JISX0208.map): Convert 0x2015 to 0x2014.
 +      (cp51932.el): New target.
 +      (eucjp-ms.el): New target.
 +      (install): Include ${TRANS_TABLE}.
 +      (CJK): Include JISX213A.map.
 +      (JISX213A.map): New target.
 +
 +      * charsets/eucjp-ms.awk: New file.
 +
 +      * charsets/cp51932.awk: New file.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/cp932.awk: New file.
 +
 +      * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
 +
 +      * charsets/mapconv: In UNICODE2 case, sort by 4th field after
 +      running an awk program.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets/mapconv: Handle UNICODE2.
 +
 +      * charsets/Makefile (CJK): Include CP932-2BYTE.map
 +      (CP932-2BYTE.map): New target.
 +
 +2008-02-01  Kenichi Handa  <handa@m17n.org>
 +
 +      * charsets: New directory for scripts to generate charset map
 +      files in ../etc/charsets/.
 +
 +      * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
 +      * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
 +      * charsets/kuten.awk: New files.
 +
 +2008-01-08  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-version): Add doc/man/emacs.1.
 +
 +2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 +
 +      * notes/copyright:
 +      * MAINTAINERS: Remove references to files that have been removed.
 +
 +2008-01-04  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-copyright): Add lib-src/ebrowse.c.
 +
 +2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * CPP-DEFINES: New file.
 +
 +2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
 +
 +      * FOR-RELEASE: Remove "window-system in face definition" [of
 +      gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
 +      on gnus-dired.el.
 +
 +2007-12-05  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-version): Handle configure.in.  Adapt for doc/
 +      directory layout for manuals.
 +
 +2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
 +
 +      * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
 +      been fixed in Gnus CVS but have not yet been synched to Emacs.
 +
 +2007-11-17  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (process-lines): Move to ../lisp/subr.el.
 +
 +2007-10-23  Glenn Morris  <rgm@gnu.org>
 +
 +      * MAINTAINERS: Move here from ../.
 +
 +2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * make-emacs: Doc fix.
 +
 +2007-08-28  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el: Provide self.
 +
 +2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
 +
 +      * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
  
  2007-07-25  Glenn Morris  <rgm@gnu.org>
  
        * Relicense all FSF files to GPLv3 or later.
  
 +2007-06-07  Glenn Morris  <rgm@gnu.org>
 +
 +      * admin.el (set-copyright): New function.
 +
 +2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
 +
 +      * make-tarball.txt: Add note about cutting the branch.
 +
  2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
  
        * Version 22.1 released.
        * nt/makedist.bat: Change EOL format to DOS.  Don't use
        redirection characters in REM lines.
  
 -2007-01-27  Jan Dj\e,Ad\e(Brv  <jhd@winter.localdomain>
 +2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
  
        * FOR-RELEASE: Removed Gtk/Xft issue.
  
  2005-10-17  Bill Wohler  <wohler@newt.com>
  
        * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
 -      since it's gone. Also marked mh-e as done.
 +      since it's gone.  Also marked mh-e as done.
  
  2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
  
  
  2005-08-31  Romain Francoise  <romain@orebokech.com>
  
 -      * FOR-RELEASE: (New features): Remove vhdl-mode.el update
 +      * FOR-RELEASE (New features): Remove vhdl-mode.el update
        item (Done).
  
  2005-08-27  Romain Francoise  <romain@orebokech.com>
  
  2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
  
 -      * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The
 -        first line of every tutorial must begin with a sentence saying
 -        "Emacs Tutorial" in the respective language.  This should be
 -        followed by "See end for copying conditions", likewise in the
 -        respective language.
 +      * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
 +      The first line of every tutorial must begin with a sentence saying
 +      "Emacs Tutorial" in the respective language.  This should be
 +      followed by "See end for copying conditions", likewise in the
 +      respective language.
  
  2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
  
  
  2005-02-15  Jason Rumney  <jasonr@gnu.org>
  
 -      * nt/makedist.bat: Do not rely on non-standard behaviour of
 +      * nt/makedist.bat: Do not rely on non-standard behavior of
        tar --exclude.
  
 -2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
  
        * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
  
  
        * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
  
 -2004-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
  
        * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
        (now behaves as well as other ports).
  
 -2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
  
        * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
  
        * nt/README-UNDUMP.W32: Remove personal email address and update
        wording.
  
 -2003-02-10  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-02-10  Francesco Potortì  <pot@gnu.org>
  
        * make-changelog-diff: New script, code stolen from make-announcement.
  
        * make-announcement: Use make-changelog-diff.
  
 -2003-01-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-01-20  Francesco Potortì  <pot@gnu.org>
  
        * make-tarball.txt: Step-by-step instructions for making a tarball.
  
        * make-announcement: A script for creating pretest annuncements.
  
 -2003-01-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 +2003-01-17  Francesco Potortì  <pot@gnu.org>
  
        * admin.el (add-release-logs): Expand the directory name before
        calling find(1).
        (add-release-logs): Use the same methods as add-log.el for writing
 -      the date and the user's name and address
 +      the date and the user's name and address.
  
  2003-01-07  Miles Bader  <miles@gnu.org>
  
        * quick-install-emacs (VERSION): Calculate using the same method
        that configure.in uses.
  
 -2002-04-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 +2002-04-26  Pavel Janík  <Pavel@Janik.cz>
  
        * emacs-pretesters: New file with information for Emacs
        pretesters.
        version of tar used.
  
  ;; Local Variables:
 -;; coding: iso-2022-7bit
 +;; coding: utf-8
  ;; add-log-time-zone-rule: t
  ;; End:
  
 -    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
 -      2007, 2008  Free Software Foundation, Inc.
 +    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
 +      2008  Free Software Foundation, Inc.
  
    This file is part of GNU Emacs.
  
 -  GNU Emacs is free software; you can redistribute it and/or modify
 +  GNU Emacs 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 3, or (at your option)
 -  any later version.
 +  the Free Software Foundation, either version 3 of the License, or
 +  (at your option) any later version.
  
    GNU Emacs is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    GNU General Public License for more details.
  
    You should have received a copy of the GNU General Public License
 -  along with GNU Emacs; see the file COPYING.  If not, write to the
 -  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 -  Boston, MA 02110-1301, USA.
 +  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
  
  ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a
diff --combined admin/admin.el
index 26072ead86f3f34b40fa19217f42dc7b7e59f6cc,b5481039b44e84bec0399d528584dc6508762f6f..d30583cd07c2243bedf75b9df2b9c966d4a654f2
@@@ -5,10 -5,10 +5,10 @@@
  
  ;; This file is part of GNU Emacs.
  
 -;; GNU Emacs is free software; you can redistribute it and/or modify
 +;; GNU Emacs 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 3, or (at your option)
 -;; any later version.
 +;; the Free Software Foundation, either version 3 of the License, or
 +;; (at your option) any later version.
  
  ;; GNU Emacs is distributed in the hope that it will be useful,
  ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  ;; GNU General Public License for more details.
  
  ;; You should have received a copy of the GNU General Public License
 -;; along with GNU Emacs; see the file COPYING.  If not, write to the
 -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 -;; Boston, MA 02110-1301, USA.
 +;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
  
  ;;; Commentary:
  
  ;; add-release-logs   Add ``Version X released'' change log entries.
  ;; set-version                Change Emacs version number in source tree.
 +;; set-copyright        Change emacs short copyright string (eg as
 +;;                      printed by --version) in source tree.
  
  ;;; Code:
  
 -(defun process-lines (program &rest args)
 -  "Execute PROGRAM with ARGS, returning its output as a list of lines.
 -Signal an error if the program returns with a non-zero exit status."
 -  (with-temp-buffer
 -    (let ((status (apply 'call-process program nil (current-buffer) nil args)))
 -      (unless (eq status 0)
 -      (error "%s exited with status %s" program status))
 -      (goto-char (point-min))
 -      (let (lines)
 -      (while (not (eobp))
 -        (setq lines (cons (buffer-substring-no-properties
 -                           (line-beginning-position)
 -                           (line-end-position))
 -                          lines))
 -        (forward-line 1))
 -      (nreverse lines)))))
 -
  (defun add-release-logs (root version)
    "Add \"Version VERSION released.\" change log entries in ROOT.
  Root must be the root of an Emacs source tree."
@@@ -66,32 -83,12 +66,32 @@@ Root must be the root of an Emacs sourc
    (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
 -  (set-version-in-file root "man/emacs.texi" version
 +  (set-version-in-file root "configure.in" version
 +                     (rx (and "AC_INIT" (1+ (not (in ?,)))
 +                                ?, (0+ space)
 +                                (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/emacs/emacs.texi" version
 +                     (rx (and "EMACSVER" (1+ space)
 +                              (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/lispref/elisp.texi" version
 +                     (rx (and "EMACSVER" (1+ space)
 +                              (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/lispref/vol1.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9."))))))
 -  (set-version-in-file root "lispref/elisp.texi" version
 +  (set-version-in-file root "doc/lispref/vol2.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/lispref/book-spine.texinfo" version
 +                     (rx (and "Emacs Version" (1+ space)
 +                              (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/man/emacs.1" version
 +                     (rx (and ".TH EMACS" (1+ not-newline)
 +                                "GNU Emacs" (1+ space)
 +                              (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file root "doc/misc/faq.texi" version
 +                     (rx (and "VER" (1+ space)
 +                              (submatch (1+ (in "0-9."))))))
    (set-version-in-file root "lib-src/makefile.w32-in" version
                       (rx (and "VERSION" (0+ space) "=" (0+ space)
                                (submatch (1+ (in "0-9."))))))
                         (rx (and "\"FileVersion\"" (0+ space) ?, (0+ space)
                                  ?\" (submatch (1+ (in "0-9, "))) "\\0\"")))
      (set-version-in-file root "nt/emacs.rc" comma-space-version
+                        (rx (and "\"ProductVersion\"" (0+ space) ?,
+                                 (0+ space) ?\" (submatch (1+ (in "0-9, ")))
+                                 "\\0\"")))
+     ;; Likewise for emacsclient.rc
+     (set-version-in-file root "nt/emacsclient.rc" comma-version
+                        (rx (and "FILEVERSION" (1+ space)
+                                 (submatch (1+ (in "0-9,"))))))
+     (set-version-in-file root "nt/emacsclient.rc" comma-version
+                        (rx (and "PRODUCTVERSION" (1+ space)
+                                 (submatch (1+ (in "0-9,"))))))
+     (set-version-in-file root "nt/emacsclient.rc" comma-space-version
+                        (rx (and "\"FileVersion\"" (0+ space) ?, (0+ space)
+                                 ?\" (submatch (1+ (in "0-9, "))) "\\0\"")))
+     (set-version-in-file root "nt/emacsclient.rc" comma-space-version
                         (rx (and "\"ProductVersion\"" (0+ space) ?,
                                  (0+ space) ?\" (submatch (1+ (in "0-9, ")))
 -                                "\\0\"")))
 -    ;; Some files in the "mac" subdirectory also contain the version
 -    ;; number.
 -    (set-version-in-file
 -     root "mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings"
 -     version (rx (and "CFBundleShortVersionString" (0+ space) ?= (0+ space) ?\"
 -                    (submatch (1+ (in "0-9."))))))
 -    (set-version-in-file
 -     root "mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings"
 -     version (rx (and "CFBundleGetInfoString" (0+ space) ?= (0+ space) ?\"
 -                    (submatch (1+ (in "0-9."))))))
 -    (set-version-in-file root "mac/src/Emacs.r" (car version-components)
 -                       (rx (and "GNU Emacs " (submatch (1+ (in "0-9")))
 -                                " for Mac OS")))
 -    (set-version-in-file root "mac/src/Emacs.r" (car version-components)
 -                       (rx (and (submatch (1+ (in "0-9"))) (0+ space) ?\,
 -                                (0+ space) "/* Major revision in BCD */")))
 -    (set-version-in-file root "mac/src/Emacs.r" (cadr version-components)
 -                       (rx (and (submatch (1+ (in "0-9"))) (0+ space) ?\,
 -                                (0+ space) "/* Minor revision in BCD */")))
 -    (set-version-in-file root "mac/src/Emacs.r" (cadr (cdr version-components))
 -                       (rx (and (submatch (1+ (in "0-9"))) (0+ space) ?\,
 -                                (0+ space) "/* Non-final release # */")))
 -    (set-version-in-file root "mac/src/Emacs.r" version
 -                       (rx (and (submatch (1+ (in "0-9."))) (0+ space) ?\" ?\,
 -                                (0+ space) "/* Short version number */")))
 -    (set-version-in-file root "mac/src/Emacs.r" version
 -                       (rx (and "/* Short version number */" (0+ space) ?\"
 -                                (submatch (1+ (in "0-9."))))))
 -    (let* ((third-component (string-to-number (cadr (cdr version-components))))
 -         (release (cond ((>= third-component 90) "alpha")
 -                        ((>= third-component 50) "development")
 -                        (t "final"))))
 -      (set-version-in-file
 -       root "mac/src/Emacs.r" release
 -       (rx (and (submatch (1+ (in "a-z"))) (0+ space) ?\, (0+ space)
 -              "/* development, alpha, beta, or final (release) */"))))))
 +                                "\\0\""))))
 +  ;; nextstep.
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Info.plist"
 +   version (rx (and "CFBundleGetInfoString" (1+ anything) "Emacs" (1+ space)
 +                    (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Info.plist"
 +   version (rx (and "CFBundleShortVersionString" (1+ anything)
 +                    "Version" (1+ space)
 +                    (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings"
 +   version (rx (and "CFBundleShortVersionString" (0+ space) ?= (0+ space)
 +                    ?\" (0+ space) "Version" (1+ space)
 +                    (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings"
 +   version (rx (and "CFBundleGetInfoString" (0+ space) ?= (0+ space)
 +                    ?\" (0+ space) "Emacs version" (1+ space)
 +                    (submatch (1+ (in "0-9."))))))
 +  (set-version-in-file
 +   root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist"
 +   version (rx (and "FullVersionID" (0+ space) ?= (0+ space)
 +                    ?\" (0+ space) "Emacs" (1+ space)
 +                    (submatch (1+ (in "0-9.")))))))
 +
 +;; Note this makes some assumptions about form of short copyright.
 +;; FIXME add the \year in the refcards/*.tex files.
 +(defun set-copyright (root copyright)
 +  "Set Emacs short copyright to COPYRIGHT in relevant files under ROOT.
 +Root must be the root of an Emacs source tree."
 +  (interactive (list
 +                (read-directory-name "Emacs root directory: " nil nil t)
 +                (read-string
 +                 "Short copyright string: "
 +                 (format "Copyright (C) %s Free Software Foundation, Inc."
 +                         (format-time-string "%Y")))))
 +  (unless (file-exists-p (expand-file-name "src/emacs.c" root))
 +    (error "%s doesn't seem to be the root of an Emacs source tree" root))
 +  (set-version-in-file root "lisp/version.el" copyright
 +                     (rx (and "emacs-copyright" (0+ space)
 +                              ?\" (submatch (1+ (not (in ?\")))) ?\")))
 +  (set-version-in-file root "lib-src/ebrowse.c" copyright
 +                       (rx (and "emacs_copyright" (0+ (not (in ?\")))
 +                              ?\" (submatch (1+ (not (in ?\")))) ?\")))
 +  (set-version-in-file root "lib-src/etags.c" copyright
 +                       (rx (and "emacs_copyright" (0+ (not (in ?\")))
 +                              ?\" (submatch (1+ (not (in ?\")))) ?\")))
 +  (set-version-in-file root "lib-src/rcs2log" copyright
 +                     (rx (and "Copyright" (0+ space) ?= (0+ space)
 +                              ?\' (submatch (1+ nonl)))))
 +  ;; This one is a nuisance, as it needs to be split over two lines.
 +  (string-match "\\(.*[0-9]\\{4\\} *\\)\\(.*\\)" copyright)
 +  ;; nextstep.
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Info.plist"
 +   copyright (rx (and "CFBundleGetInfoString" (1+ anything) "Emacs" (1+ space)
 +                    (1+ (in "0-9.")) (1+ space)
 +                    (submatch (1+ (not (in ?\<)))))))
 +  (set-version-in-file
 +   root "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings"
 +   copyright (rx (and "NSHumanReadableCopyright" (0+ space) ?\= (0+ space)
 +                    ?\" (submatch (1+ (not (in ?\")))))))
 +  (set-version-in-file
 +   root "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist"
 +   copyright (rx (and "Copyright" (0+ space) ?\= (0+ space)
 +                      ?\" (submatch (1+ (not (in ?\"))))))))
 +
 +(provide 'admin)
  
 -;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5
 -;; admin.el ends here.
 +;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5
 +;;; admin.el ends here
diff --combined etc/AUTHORS
index 33e68941aeb15e9f318148a8f4ae7385f9b280f1,da77a6d05140b6e950c9a9b14dde0980d1aaf147..42c4246e3919ae2cb6dbdbde53eec459d68c89da
@@@ -10,15 -10,17 +10,17 @@@ Aaron Larson: changed bibtex.e
  Aaron S. Hawley: changed files.texi building.texi custom.texi files.el
    glossary.texi isearch.el misc.texi
  
- Abraham Nahum: changed configure.in dgux4.h sysdep.c
+ Abraham Nahum: changed dgux4.h sysdep.c
  
  Abramo Bagnara: changed term.c
  
+ Adam Go\e,B3j\e(Bbiowski: changed Makefile.in
  Adam Hupp: changed gdb-ui.el
  
  Adrian Aichner: changed erc-log.el erc.el erc-autojoin.el erc-backend.el
    erc-dcc.el erc-members.el erc-nets.el erc-sound.el etags.c
-   gnus-score.el
+   gnus-score.el gnus-sum.el gnus.texi
  
  Adrian Colley: changed aix3-2.h
  
@@@ -28,7 -30,8 +30,8 @@@ Adrian Lanz: changed mail-source.el spa
  
  Agust\e,Am\e(Bn Mart\e,Am\e(Bn: changed flyspell.el ispell.el
  
- Aidan Kehoe: changed lread.c mm-util.el erc.el latin-ltx.el objects.texi
+ Aidan Kehoe: changed lread.c mm-util.el erc.el gnus-sum.el gnus-util.el
+   latin-ltx.el objects.texi
  
  Ake Stenhoff: wrote imenu.el
  and changed cc-mode.el perl-mode.el
@@@ -41,8 -44,8 +44,8 @@@ Alakazam Petrofsky: changed hanoi.e
  Alan Mackenzie: wrote cc-awk.el
  and changed cc-cmds.el cc-mode.el cc-engine.el cc-defs.el cc-langs.el
    cc-vars.el cc-mode.texi cc-styles.el cc-fonts.el cc-align.el lread.c
-   programs.texi cc-subword.el isearch.el lisp.el search.texi startup.el
-   subr.el text.texi buffers.texi bytecomp.el and 20 other files
+   programs.texi cc-subword.el font-lock.el isearch.el lisp.el search.texi
+   startup.el subr.el text.texi add-log.el and 21 other files
  
  Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el
    easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el
@@@ -82,7 -85,7 +85,7 @@@ Alexander Zhuckov: changed ebrowse.
  Alexandre Julliard: wrote vc-git.el
  
  Alexandre Oliva: wrote gnus-mlspl.el
- and changed unexelf.c format.el iris4d.h iris5d.h unexsgi.c
+ and changed unexelf.c format.el iris4d.h iris5d.h regex.c unexsgi.c
  
  Alexandre Veyrenc: changed fr-refcard.tex
  
@@@ -95,7 -98,7 +98,7 @@@ Alfredo Finelli: changed TUTORIAL.i
  
  Alin C. Soare: changed lisp-mode.el hexl.el
  
- Ami Fischman: changed calendar.el diary-lib.el
+ Ami Fischman: changed calendar.el diary-lib.el print.c
  
  Anders Holst: wrote hippie-exp.el
  
@@@ -130,9 -133,9 +133,9 @@@ Andreas Leue: changed artist.e
  Andreas Luik: changed xfns.c xterm.c
  
  Andreas Schwab: changed Makefile.in files.el lisp.h alloc.c xdisp.c
-   configure.in editfns.c fns.c print.c coding.c dired.el fileio.c info.el
-   eval.c process.c simple.el buffer.c minibuf.c window.c xterm.c emacs.c
-   and 452 other files
+   editfns.c fns.c print.c coding.c dired.el fileio.c info.el eval.c
+   process.c simple.el buffer.c minibuf.c window.c xterm.c emacs.c
+   keyboard.c and 452 other files
  
  Andreas Seltenreich: changed nnweb.el gnus.texi nnslashdot.el
    gnus-util.el mm-uu.el url-http.el battery.el comint.el easy-mmode.el
@@@ -144,7 -147,7 +147,7 @@@ Andrew Choi: wrote mac-win.e
  and changed macterm.c mac.c macfns.c INSTALL macmenu.c darwin.h macterm.h
    sysdep.c emacs.c fontset.c frame.c keyboard.c macgui.h xfaces.c Emacs.r
    README cw5-mcp.xml cw6-mcp.xml dispextern.h make-package makefile.MPW
-   and 61 other files
+   and 60 other files
  
  Andrew Cohen: changed dns.el
  
@@@ -199,9 -202,9 +202,9 @@@ and changed cc-mode.el cc-cmds.el cc-en
  
  Barry Fishman: changed gnu-linux.h
  
- Ben A. Mesander: wrote erc-dcc.el
+ Bastien Guerry: wrote org-export-latex.el
  
- Ben Harris: changed configure.in
+ Ben A. Mesander: wrote erc-dcc.el
  
  Ben Key: changed w32.c w32fns.c w32menu.c makefile.w32-in w32.h w32term.c
    emacs.c gmake.defs ms-w32.h nmake.defs sound.c
@@@ -223,7 -226,7 +226,7 @@@ Bill Burton: changed ptx.h sequent-ptx.
  
  Bill Carpenter: wrote feedmail.el (public domain)
  
- Bill Mann: changed configure.in unexaix.c ibmrs6000.h usg5-4-3.h
+ Bill Mann: changed unexaix.c ibmrs6000.h usg5-4-3.h
  
  Bill Meier: changed sh-script.el
  
@@@ -280,8 -283,6 +283,6 @@@ and changed fill.el simple.el indent.e
  
  Boris Samorodov: changed imap.el
  
- Boyd Lynn Gerber: changed configure.in
  Brad Howes: changed gnus-demon.el
  
  Brad Miller: wrote gnus-gl.el
@@@ -290,10 -291,10 +291,10 @@@ Brendan Kehoe: changed hpux9.
  
  Brian D. Carlstrom: changed gud.el smtpmail.el
  
- Brian Fox: changed Makefile.in configure.in minibuf.c dired.el files.el
-   rmail.el search.c simple.el sysdep.c Makefile compile.el forms.texi
-   frame.c info.texi keyboard.c make-dist subr.el systty.h xterm.c INSTALL
-   alloc.c and 44 other files
+ Brian Fox: changed Makefile.in minibuf.c dired.el files.el rmail.el
+   search.c simple.el sysdep.c Makefile compile.el forms.texi frame.c
+   info.texi keyboard.c make-dist subr.el systty.h xterm.c INSTALL alloc.c
+   alloca.c and 43 other files
  
  Brian Marick: wrote hideif.el
  
@@@ -329,25 -330,26 +330,26 @@@ Carsten Dominik: wrote idlw-complete-st
  and changed org.texi orgcard.tex idlw-shell.el idlwave.el idlw-rinfo.el
    reftex.texi reftex-vcr.el diary-lib.el bibtex.el bookmark.el files.el
    idlwave-rinfo.el idlwave-shell.el idlwave-toolbar.el
+   org-export-latex.el org-irc.el org-mac-message.el org-publish.el
  
- Caveh Jalali: changed configure.in intel386.h sol2-4.h
+ Caveh Jalali: changed intel386.h sol2-4.h
  
  Changwoo Ryu: changed files.el
  
  Chao-Hong Liu: changed TUTORIAL.cn TUTORIAL.zh
  
- Charles Hannum: changed aix3-1.h aix3-2.h configure ibmrs6000.h
-   keyboard.c netbsd.h pop.c sysdep.c systime.h systty.h xrdb.c
+ Charles Hannum: changed aix3-1.h aix3-2.h ibmrs6000.h keyboard.c netbsd.h
+   pop.c sysdep.c systime.h systty.h xrdb.c
  
  Charlie Martin: wrote autoinsert.el
  
  Cheng Gao: changed MORE.STUFF flymake.el tips.texi url-dired.el
    url-file.el url-handlers.el url-http.el url-nfs.el
  
- Chong Yidong: changed files.el simple.el cus-edit.el xdisp.c longlines.el
+ Chong Yidong: changed xdisp.c files.el simple.el cus-edit.el longlines.el
    display.texi custom.el files.texi image-mode.el keyboard.c info.el
-   compile.el custom.texi text.texi xterm.c frames.texi image.c mouse.el
-   misc.texi startup.el wid-edit.el and 322 other files
+   compile.el custom.texi image.c text.texi xterm.c frames.texi mouse.el
+   misc.texi startup.el wid-edit.el and 330 other files
  
  Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c
    hp9000s300.h keyboard.c process.c texinfmt.el emacsclient.c sort.el
@@@ -363,8 -365,6 +365,6 @@@ Chris Prince: changed w32term.
  Chris Smith: wrote icon.el
  and changed icon-mode.el
  
- Christian Limpach: changed configure.in
  Christian Lynbech: changed appt.el emacsserver.c
  
  Christian Neukirchen: changed mm-util.el
@@@ -373,8 -373,6 +373,6 @@@ Christian Plaunt: wrote soundex.e
  
  Christian Von Roques: changed gnus-start.el
  
- Christoph Bauer: changed configure.in
  Christoph Conrad: changed gnus-agent.el gnus-score.el makefile.w32-in
    qp.el
  
@@@ -400,7 -398,7 +398,7 @@@ and changed calc.el replace.el update-g
    calc-misc.el Makefile.in calc-macs.el calc-mode.el calc-graph.el
    gamegrid.el calc-aent.el calc-bin.el calc-embed.el calc-keypd.el
    calc-math.el calc-prog.el calc-units.el calcalg2.el font-core.el
-   info.el calc-alg.el and 78 other files
+   info.el calc-alg.el and 77 other files
  
  Craig Mcdaniel: changed sheap.c
  
@@@ -431,7 -429,7 +429,7 @@@ Dan Nicolaescu: wrote iris-ansi.el roma
  and changed xterm.el term.el hideshow.el vc-hg.el verilog-mode.el
    files.el isearch.el sh-script.el font-lock.el icon.el lisp.h vc.el
    cus-edit.el faces.el grep.el diff-mode.el eterm-color.ti ibuffer.el
-   replace.el rxvt.el term.c and 192 other files
+   replace.el rxvt.el term.c and 190 other files
  
  Daniel Brockman: changed cus-start.el format-spec.el ibuffer.el rcirc.el
  
@@@ -473,10 -471,10 +471,10 @@@ Dave Love: wrote autoarg.el autoconf.e
    smiley.el subst-big5.el subst-gb2312.el subst-jis.el subst-ksc.el
    tool-bar.el ucs-tables.el uni-input.el utf-16.el utf-7.el utf-8-lang.el
    vc-bzr.el welsh.el
- and changed configure.in Makefile.in help.el fortran.el browse-url.el
-   mule-cmds.el simple.el xterm.c cus-edit.el files.el info.el mule.el
-   wid-edit.el fns.c vc.el rfc2047.el bindings.el cus-start.el buffer.c
-   byte-opt.el bytecomp.el and 727 other files
+ and changed Makefile.in help.el fortran.el browse-url.el mule-cmds.el
+   simple.el xterm.c cus-edit.el files.el info.el mule.el wid-edit.el
+   fns.c vc.el rfc2047.el bindings.el cus-start.el buffer.c byte-opt.el
+   bytecomp.el config.in and 726 other files
  
  Dave Pearson: wrote 5x5.el quickurl.el
  
@@@ -514,17 -512,19 +512,19 @@@ David Hedbor: changed gnus-art.el mm-de
    message.el mm-encode.el mm-util.el nndoc.el nnmail.el score-mode.el
    webmail.el
  
+ David Hull: changed vc-hg.el
  David Hunter: changed config.nt flymake.el ms-w32.h process.c
  
- David J. Mackenzie: changed configure.in etags.c fakemail.c movemail.c
-   wakeup.c Makefile cvtmail.c qsort.c termcap.c yow.c Makefile.in
-   avoid.el b2m.c digest-doc.c emacsclient.c emacsserver.c emacstool.c
-   etags-vmslib.c fortran.el hexl.c isearch.el and 12 other files
+ David J. Mackenzie: changed etags.c fakemail.c movemail.c wakeup.c
+   Makefile cvtmail.c qsort.c termcap.c yow.c Makefile.in avoid.el b2m.c
+   digest-doc.c emacsclient.c emacsserver.c emacstool.c etags-vmslib.c
+   fortran.el hexl.c isearch.el make-docfile.c and 11 other files
  
  David Kastrup: changed greek.el replace.el faq.texi search.c ange-ftp.el
    help.el mouse.el Makefile.in calc.el desktop.el keymaps.texi
    meta-mode.el process.c search.texi subr.el woman.el DEBUG DEVEL.HUMOR
-   MAILINGLISTS advice.el autoload.el and 40 other files
+   MAILINGLISTS advice.el autoload.el and 39 other files
  
  David K\e,Ae\e(Bgedal: wrote tempo.el
  and changed sendmail.el xmenu.c
@@@ -551,10 -551,12 +551,12 @@@ and changed mode-clone.e
  David Moore: wrote nnvirtual.el
  and changed gnus-xmas.el
  
- David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in
-   configure.in cvtmail.c data.c dispnew.c emacsserver.c etags.c
-   fakemail.c keyboard.c mem-limits.h process.c profile.c sorted-doc.c
-   sysdep.c terminfo.c unexelf1.c yow.c
+ David Mosberger-Tang: changed alpha.h unexelf.c cm.h config.in cvtmail.c
+   data.c dispnew.c emacsserver.c etags.c fakemail.c keyboard.c
+   mem-limits.h process.c profile.c sorted-doc.c sysdep.c terminfo.c
+   unexelf1.c yow.c
+ David O'Toole: wrote org-publish.el
  
  David Ponce: wrote recentf.el ruler-mode.el tree-widget.el
  and changed w32menu.c w32term.c close.png close.xpm empty.png empty.xpm
@@@ -567,6 -569,8 +569,8 @@@ and changed commands.h cus-edit.el easy
    emacsclient.c keymap.c macterm.c menu-bar.el minibuf.c python.el
    sendmail.el url-http.el
  
+ David Robinow: changed w32inevt.c
  David Robinson: changed menu-bar.el x-win.el
  
  David S. Goldberg: changed gnus-art.el message.el
@@@ -577,8 -581,6 +581,6 @@@ David Z. Maze: changed nnml.el nnrss.e
  
  Davis Herring: changed desktop.el timeclock.el
  
- Deanna Phillips: changed configure.in
  Decklin Foster: changed nngateway.el
  
  Deepak Goel: changed README ada-mode.el ada-xref.el appt.el apropos.el
@@@ -593,6 -595,8 +595,8 @@@ Denis Howe: wrote browse-url.e
  
  Denis St\e,A|\e(Bnkel: changed ibuf-ext.el
  
+ Dennis Gilmore: changed sparc.h
  Derek Atkins: changed imap.el pgg-pgp.el
  
  Derek L. Davies: changed gud.el
@@@ -661,7 -665,7 +665,7 @@@ Edward O'connor: changed erc.el erc-vip
  Edwin Steiner: changed gnus-nocem.el
  
  Ehud Karni: changed rmail.el aviion-intel.h compile.el complete.el
-   configure.in frame.el rmailsum.el sort.el xdisp.c
+   frame.el rmailsum.el sort.el xdisp.c
  
  Eirik Fuller: changed ralloc.c xterm.c
  
@@@ -673,10 -677,10 +677,10 @@@ Eli Zaretskii: wrote codepage.el rxvt.e
  and changed msdos.c Makefile.in makefile.w32-in files.el info.el fileio.c
    startup.el mainmake.v2 rmail.el config.bat menu-bar.el simple.el
    pc-win.el msdos.h internal.el xfaces.c emacs.c frame.c INSTALL dosfns.c
-   mule-cmds.el and 537 other files
+   mule-cmds.el and 535 other files
  
- Emanuele Giaquinta: changed rxvt.el configure.in etags.c frame.el
-   gnus-faq.texi sh-script.el text.texi
+ Emanuele Giaquinta: changed rxvt.el etags.c frame.el gnus-faq.texi
+   sh-script.el text.texi
  
  Emilio C. Lopes: changed woman.el cmuscheme.el help.el vc.el advice.el
    animate.el apropos.el artist.el bookmark.el cal-menu.el calc-prog.el
@@@ -688,9 -692,8 +692,8 @@@ Emmanuel Briot: wrote ada-prj.el xml.e
  and changed ada-mode.el ada-stmt.el ada-xref.el
  
  Enami Tsugutomo: changed frame.c keyboard.c dispnew.c fileio.c process.c
-   xdisp.c add-log.el bytecomp.el configure.in editfns.c emacs.c frame.h
-   gnus-group.el perl-mode.el rmailsum.el simple.el sysdep.c vc.el
-   window.c window.el
+   xdisp.c add-log.el bytecomp.el editfns.c emacs.c frame.h gnus-group.el
+   perl-mode.el rmailsum.el simple.el sysdep.c vc.el window.c window.el
  
  Era Eriksson: changed dired.el shell.el
  
@@@ -730,9 -733,9 +733,9 @@@ Eric Youngdale: changed etags-vmslib.
  Erik Naggum: wrote disp-table.el latin-4.el latin-5.el mailheader.el
    parse-time.el
  and changed simple.el emacs.c files.el lread.c rmail.el alloc.c editfns.c
-   keyboard.c apropos.el configure.in dispnew.c filelock.c fns.c keymap.c
-   lisp.h print.c process.c add-log.el buffer.c casetab.c cl-macs.el
-   and 112 other files
+   keyboard.c apropos.el dispnew.c filelock.c fns.c keymap.c lisp.h
+   print.c process.c add-log.el buffer.c casetab.c cl-macs.el comint.el
+   and 111 other files
  
  Erik Toubro Nielsen: changed gnus-sum.el gnus-topic.el
  
@@@ -768,9 -771,9 +771,9 @@@ Francesc Rocher: changed cus-start.el m
  
  Francesco Potort\e,Al\e(B: wrote cmacexp.el
  and changed etags.c man.el delta.h etags.1 undigest.el comint.el
-   configure.in maintaining.texi uniquify.el latin-post.el rmail.el
-   Makefile.in etags.el latin-alt.el sgml-mode.el data.c european.el
-   filelock.c files.el generic-x.el gud.el and 44 other files
+   maintaining.texi uniquify.el latin-post.el rmail.el Makefile.in
+   etags.el latin-alt.el sgml-mode.el data.c european.el filelock.c
+   files.el generic-x.el gud.el hanoi.el and 43 other files
  
  Francis J. Wright: wrote woman.el
  and changed dired.el comint.el files.el
@@@ -787,7 -790,7 +790,7 @@@ Frank Bennett: changed nnmail.e
  
  Frank Bresz: wrote diff.el
  
- Frank Schmitt: changed gnus-sum.el gnus-util.el
+ Frank Schmitt: changed gnus-sum.el gnus-faq.texi gnus-util.el
  
  Frank Weinberg: changed gnus-art.el
  
@@@ -807,9 -810,9 +810,9 @@@ and changed gnus.e
  
  Frederic Pierresteguy: wrote widget.c
  and changed xmenu.c xterm.c xfns.c dpx2.h lwlib.c rmailsum.el rmail.el
-   xlwmenu.c xterm.h lwlib-Xaw.c lwlib-Xlw.c Makefile.in configure.in
-   lwlib-Xaw.h lwlib-int.h xdisp.c compile.el editfns.c fns.c frame.h
-   hilit19.el and 9 other files
+   xlwmenu.c xterm.h lwlib-Xaw.c lwlib-Xlw.c Makefile.in lwlib-Xaw.h
+   lwlib-int.h xdisp.c compile.el editfns.c fns.c frame.h hilit19.el
+   keyboard.c and 8 other files
  
  Frederik Fouvry: changed sendmail.el TUTORIAL.nl emacs.bash faces.el
    filecache.el mailalias.el rmail.el thumbs.el
@@@ -858,8 -861,8 +861,8 @@@ Georges Brun-Cottan: wrote easy-mmode.e
  Gerd M\e,Av\e(Bllmann: wrote authors.el ebrowse.el jit-lock.el rx.el tooltip.el
  and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c
    window.c keyboard.c lisp.h Makefile.in faces.el alloc.c buffer.c
-   startup.el xterm.h fns.c simple.el term.c configure.in frame.c xmenu.c
-   and 620 other files
+   startup.el xterm.h fns.c simple.el term.c frame.c xmenu.c emacs.c
+   and 618 other files
  
  Gergely Nagy: changed erc.el
  
@@@ -867,16 -870,16 +870,16 @@@ Germano Caronni: changed ralloc.
  
  Gernot Heiser: changed refer.el
  
- Giorgos Keramidas: changed configure.in MACHINES amdx86-64.h apropos.el
-   display.texi fringe.c fringe.el lisp.h windows.texi xmenu.c
+ Giorgos Keramidas: changed MACHINES amdx86-64.h apropos.el display.texi
+   fringe.c fringe.el lisp.h windows.texi xmenu.c
  
- Giuseppe Scrivano: changed buffer.c configure.in sysdep.c xsmfns.c
+ Giuseppe Scrivano: changed buffer.c sysdep.c xsmfns.c
  
  Glenn Morris: changed f90.el diary-lib.el calendar.el fortran.el
    calendar.texi COPYING appt.el Makefile.in files.el sh-script.el
-   timeclock.el cal-menu.el configure.in simple.el tex-mode.el calc.texi
-   complete.el fr-refcard.tex orgcard.tex programs.texi startup.el
-   and 250 other files
+   simple.el timeclock.el cal-menu.el tex-mode.el cal-islam.el cal-tex.el
+   calc.texi complete.el fr-refcard.tex holidays.el orgcard.tex
+   and 256 other files
  
  Glynn Clements: wrote gamegrid.el snake.el tetris.el
  
@@@ -884,7 -887,7 +887,7 @@@ Gordon Matzigkeit: changed gnus-uu.e
  
  Greg Hill: changed bytecomp.el
  
- Greg Hudson: changed configure.in indent.c
+ Greg Hudson: changed indent.c
  
  Greg Klanderman: changed messagexmas.el
  
@@@ -1059,10 -1062,10 +1062,10 @@@ Jamie Zawinski: wrote byte-opt.el byte-
  and changed bytecode.c mail-extr.el subr.el
  
  Jan Dj\e,Ad\e(Brv: wrote dnd.el x-dnd.el
- and changed gtkutil.c xterm.c xfns.c xmenu.c xterm.h configure.in
-   x-win.el gtkutil.h keyboard.c Makefile.in frames.texi config.in
-   xselect.c emacs.c alloc.c xlwmenu.c xresources.texi startup.el frame.c
-   xdisp.c xfaces.c and 177 other files
+ and changed gtkutil.c xterm.c xfns.c xmenu.c xterm.h x-win.el gtkutil.h
+   keyboard.c Makefile.in frames.texi config.in xselect.c emacs.c alloc.c
+   xlwmenu.c xresources.texi startup.el frame.c xdisp.c xfaces.c
+   cus-start.el and 175 other files
  
  Jan Nieuwenhuizen: changed info.el TUTORIAL.nl emacs.c emacsclient.c
    gnus-start.el gud.el nnmh.el server.el startup.el
@@@ -1077,16 -1080,16 +1080,16 @@@ Jan-Hein Buhrman: changed ange-ftp.el e
  
  Jari Aalto: changed add-log.el filecache.el gnus-art.el lisp-mnt.el
    man.el nnmail.el apropos.el autorevert.el comint.el compile.el
-   cperl-mode.el debug.el executable.el files.el finder.el font-lock.el
-   gnus.el gnus.texi grep.el ls-lisp.el sendmail.el terminal.el
+   cperl-mode.el debug.el executable.el files.el find-dired.el finder.el
+   font-lock.el gnus.el gnus.texi grep.el ls-lisp.el and 3 other files
  
  Jason Merrill: changed gnus-sum.el gnus-salt.el imap.el nnfolder.el
  
  Jason Rumney: wrote w32-vars.el
- and changed w32fns.c w32term.c w32menu.c w32-win.el makefile.w32-in
+ and changed w32fns.c w32term.c w32menu.c makefile.w32-in w32-win.el
    w32term.h w32.c w32bdf.c w32-fns.el w32proc.c w32select.c w32console.c
-   mule-cmds.el w32gui.h keyboard.c emacs.c fileio.c files.el nmake.defs
-   w32bdf.h w32inevt.c and 94 other files
+   mule-cmds.el w32gui.h keyboard.c emacs.c fileio.c files.el image.c
+   nmake.defs w32bdf.h and 96 other files
  
  Jay Belanger: changed calc.texi calc.el calc-ext.el calc-embed.el
    calc-aent.el calc-prog.el calc-arith.el calc-help.el calc-lang.el
@@@ -1127,7 -1130,7 +1130,7 @@@ Jens Toivo Berger Thielemann: changed w
  
  Jens-Ulrik Holger Petersen: changed cus-edit.el find-func.el gnus.el
  
- Jeramey Crawford: changed amdx86-64.h configure.in
+ Jeramey Crawford: changed amdx86-64.h
  
  Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el
    erc-button.el mml.el
@@@ -1146,9 -1149,9 +1149,9 @@@ Jhair Tocancipa Triana: changed gnus-au
  
  Jim Blandy: wrote tvi970.el
  and changed keyboard.c xterm.c xfns.c Makefile.in window.c process.c
-   dispnew.c xdisp.c sysdep.c configure.in lisp.h keymap.c configure
-   make-dist buffer.c frame.c screen.c x-win.el simple.el alloc.c emacs.c
-   and 389 other files
+   dispnew.c xdisp.c sysdep.c lisp.h keymap.c make-dist buffer.c frame.c
+   screen.c x-win.el simple.el alloc.c emacs.c fileio.c xfaces.c
+   and 388 other files
  
  Jim Kingdon: changed MACHINES SERVICE emacsclient.c emacs.tex hp300bsd.h
    rmail.el
@@@ -1168,6 -1171,8 +1171,8 @@@ Jindrich Makovicka: changed eval.c fns.
  
  Jirka Kosek: changed mule.el
  
+ Joachim Nilsson: changed cc-styles.el
  Joakim Hove: wrote html2text.el
  
  Joakim Verona: changed nnrss.el
@@@ -1178,11 -1183,10 +1183,10 @@@ Jochen Hein: changed gnus-art.e
  
  Jochen K\e,A|\e(Bpper: changed calc-units.el gnus.texi
  
- Joe Buehler: changed Makefile.in configure.in cygwin.h MACHINES
-   browse-url.el comint.el configure dired-aux.el dired.el dirtrack.el
-   dos-w32.el fast-lock.el filecache.el fileio.c files.el gmalloc.c
-   gnus-util.el hippie-exp.el keyboard.c lastfile.c loadup.el
-   and 12 other files
+ Joe Buehler: changed Makefile.in cygwin.h MACHINES browse-url.el
+   comint.el dired-aux.el dired.el dirtrack.el dos-w32.el fast-lock.el
+   filecache.el fileio.c files.el gmalloc.c gnus-util.el hippie-exp.el
+   keyboard.c lastfile.c loadup.el mem-limits.h mule.el and 10 other files
  
  Joe Casadonte: changed gnus-srvr.el
  
@@@ -1205,13 -1209,11 +1209,11 @@@ Joel Ray Holveck: changed gnus-sum.el i
  
  Joev Dubach: changed nntp.el
  
- Johan Bockg\e$: changed info.el
  Johan Bockg\e,Ae\e(Brd: changed erc.el erc-backend.el cl-macs.el erc-match.el
    custom.el erc-nickserv.el erc-ring.el erc-speak.el erc-track.el
    simple.el subr.el xterm.el align.el browse-url.el bytecomp.el
    calendar.el cl.texi dired-aux.el dired-x.el display.texi erc-bbdb.el
-   and 23 other files
+   and 24 other files
  
  Johan Vromans: wrote forms-d2.el forms.el iso-acc.el
  and changed complete.el
@@@ -1257,11 -1259,11 +1259,11 @@@ John Wiegley: wrote align.el cal-bahai.
    em-term.el em-unix.el em-xtra.el erc-identd.el esh-arg.el esh-cmd.el
    esh-ext.el esh-io.el esh-maint.el esh-mode.el esh-module.el esh-opt.el
    esh-proc.el esh-test.el esh-util.el esh-var.el eshell.el eudcb-mab.el
 -  isearchb.el org-mac-message.el pcmpl-cvs.el pcomplete.el timeclock.el
 -and changed erc-chess.el erc.el iswitchb.el url-auth.el Makefile.in
 -  allout.el cal-menu.el calendar.el compile.el desktop.el diary-lib.el
 -  erc-bbdb.el erc-button.el erc-complete.el erc-fill.el erc-ibuffer.el
 -  erc-list.el erc-match.el erc-menu.el erc-nets.el erc-replace.el
 +  isearchb.el pcmpl-cvs.el pcomplete.el remember.el timeclock.el
 +and changed erc-chess.el erc.el iswitchb.el Makefile.in allout.el
 +  cal-menu.el calendar.el compile.el desktop.el diary-lib.el erc-bbdb.el
 +  erc-button.el erc-complete.el erc-fill.el erc-ibuffer.el erc-list.el
 +  erc-match.el erc-menu.el erc-nets.el erc-replace.el erc-speak.el
    and 12 other files
  
  John Williams: changed etags.el
@@@ -1270,10 -1272,9 +1272,9 @@@ Jon Ericson: changed gnus.el spam-repor
  
  Jon K Hellan: wrote utf7.el
  
- Jonathan I. Kamens: changed pop.c movemail.c rmail.el configure.in
-   Makefile.in b2m.pl config.in files.el pop.h terminal.el vc.el
-   gnus-sum.el jka-compr.el rmailout.el rnewspost.el sendmail.el simple.el
-   timezone.el vc-hooks.el
+ Jonathan I. Kamens: changed pop.c movemail.c rmail.el Makefile.in b2m.pl
+   config.in files.el pop.h terminal.el vc.el gnus-sum.el jka-compr.el
+   rmailout.el rnewspost.el sendmail.el simple.el timezone.el vc-hooks.el
  
  Jonathan Stigelman: wrote hilit19.el
  
@@@ -1315,9 -1316,9 +1316,9 @@@ Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba: wro
  and changed files.el perl-mode.el
  
  Juanma Barranquero: changed makefile.w32-in subr.el faces.el files.el
-   help-fns.el bs.el w32fns.c buffer.c simple.el desktop.el emacsclient.c
+   help-fns.el bs.el w32fns.c buffer.c desktop.el simple.el emacsclient.c
    replace.el eval.c org.el idlwave.el ido.el process.c vhdl-mode.el
-   window.c xdisp.c allout.el and 661 other files
+   window.c xdisp.c allout.el and 662 other files
  
  Juergen Hoetzel: changed url-handlers.el
  
@@@ -1338,8 -1339,8 +1339,8 @@@ Juri Linkov: changed info.el simple.el 
  
  Justin Sheehy: changed gnus-sum.el nntp.el
  
- J\e,Ai\e(Br\e,At\e(Bme Marant: changed Makefile.in make-dist bindings.el configure.in
-   emacsclient.c misc.texi
+ J\e,Ai\e(Br\e,At\e(Bme Marant: changed Makefile.in make-dist bindings.el emacsclient.c
+   misc.texi
  
  K. Shane Hartman: wrote chistory.el echistory.el electric.el emacsbug.el
    helper.el picture.el view.el
@@@ -1355,7 -1356,7 +1356,7 @@@ Kai Gro\e,A_\e(Bjohann: wrote gnus-delay.
  and changed gnus-agent.el message.el gnus-sum.el files.el nnmail.el
    tramp.texi gnus.el simple.el ange-ftp.el Makefile.in dired.el
    paragraphs.el bindings.el files.texi gnus-art.el gnus-group.el man.el
-   nntp.el INSTALL crisp.el fileio.c and 44 other files
+   nntp.el INSTALL crisp.el fileio.c and 43 other files
  
  Kailash C. Chowksey: changed HELLO Makefile.in ind-util.el kannada.el
    knd-util.el loadup.el makefile.w32-in
@@@ -1380,9 -1381,9 +1381,9 @@@ and changed isearch.el menu-bar.el simp
    nnmail.el vc-svn.el window.c
  
  Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
-   alloc.c files.el frame.c configure.in window.c data.c minibuf.c
-   editfns.c fns.c process.c fileio.c simple.el keymap.c indent.c sysdep.c
-   and 444 other files
+   alloc.c files.el frame.c window.c data.c minibuf.c editfns.c fns.c
+   process.c fileio.c simple.el keymap.c indent.c sysdep.c lread.c
+   and 443 other files
  
  Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el
    gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el
@@@ -1398,7 -1399,7 +1399,7 @@@ Katsumi Yamaoka: wrote canlock.e
  and changed gnus-art.el message.el gnus-sum.el gnus.texi mm-decode.el
    mm-view.el gnus-util.el gnus.el mm-util.el gnus-msg.el nntp.el
    gnus-agent.el gnus-start.el lpath.el rfc2047.el gnus-group.el
-   dgnushack.el mm-uu.el mml.el nnrss.el message.texi and 76 other files
+   dgnushack.el mm-uu.el mml.el nnrss.el message.texi and 77 other files
  
  Kaveh R. Ghazi: changed delta88k.h xterm.c
  
@@@ -1428,7 -1429,7 +1429,7 @@@ and changed pgg-gpg.el pgg.el pgg-pgp.e
  Ken Raeburn: changed lisp.h buffer.c alloc.c keyboard.c lread.c minibuf.c
    coding.c Makefile.in editfns.c fileio.c fns.c keymap.c undo.c xdisp.c
    xfns.c xterm.c charset.h fontset.c search.c window.c charset.c
-   and 84 other files
+   and 82 other files
  
  Ken Stevens: wrote ispell.el
  
@@@ -1437,10 -1438,10 +1438,10 @@@ Kenichi Handa: wrote cyrillic.el isearc
  and changed coding.c mule-cmds.el mule.el charset.c fileio.c xterm.c
    fns.c ccl.c Makefile.in mule-conf.el fontset.c charset.h coding.h
    fontset.el mule-diag.el xdisp.c editfns.c process.c insdel.c
-   japanese.el characters.el and 286 other files
+   japanese.el characters.el and 285 other files
  
- Kenneth Stailey: changed alpha.h configure.in ns32000.h openbsd.h pmax.h
-   sparc.h unexalpha.c unexelf.c
+ Kenneth Stailey: changed alpha.h ns32000.h openbsd.h pmax.h sparc.h
+   unexalpha.c unexelf.c
  
  Kevin Blake: changed font-lock.el ring.el
  
@@@ -1475,16 -1476,16 +1476,16 @@@ Kevin Rodgers: changed compile.el maila
  
  Kevin Ryde: wrote info-xref.el
  and changed info-look.el info.el mule.el arc-mode.el cl.texi gnus-art.el
-   gnus-sum.el mailcap.el os.texi text.texi MORE.STUFF cal-dst.el
-   calendar.texi cc-align.el cmdargs.texi compilation.txt compile.el
-   compile.texi custom.texi display.texi em-alias.el and 22 other files
+   gnus-sum.el mailcap.el os.texi text.texi MORE.STUFF autoload.el
+   cal-dst.el calendar.texi cc-align.el cmdargs.texi compilation.txt
+   compile.el compile.texi custom.texi display.texi and 24 other files
  
  Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el
    keypad.el kmacro.el
  and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c
    xterm.c subr.el w32term.c dispnew.c lisp.h fringe.c macterm.c
    display.texi fns.c alloc.c xfaces.c keymap.c xfns.c xterm.h .gdbinit
-   and 255 other files
+   and 254 other files
  
  Kim-Minh Kaplan: changed gnus-picon.el gnus-sum.el gnus-start.el
    gnus-win.el gnus-xmas.el gnus.texi message.el nndraft.el nnml.el
@@@ -1496,7 -1497,7 +1497,7 @@@ Kishore Kumar: changed terminal.e
  Klaus Straubinger: changed url-http.el url-history.el url-cookie.el
    url.el
  
- Klaus Zeitler: changed configure.in files.el sh-script.el vcursor.el
+ Klaus Zeitler: changed files.el sh-script.el vcursor.el
  
  Koaunghi Un: wrote hanja3.el
  and changed hanja.el hangul.el hangul3.el hanja-jis.el symbol-ksc.el
@@@ -1532,8 -1533,7 +1533,7 @@@ Larry Kolodney: wrote cvtmail.
  
  Lars Balker Rasmussen: changed gnus-art.el gnus-agent.el message.el
  
- Lars Brinkhoff: changed building.texi config.in configure.in editfns.c
-   fns.c os.texi
+ Lars Brinkhoff: changed building.texi config.in editfns.c fns.c os.texi
  
  Lars Hansen: changed desktop.el tramp.el info.el mh-e.el dired-x.el
    dired-x.texi dired.el ls-lisp.el rmail.el dired.c files.texi grp.h
@@@ -1601,6 -1601,8 +1601,8 @@@ and changed files.el autorevert.el cus-
    comint.el custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi
    modes.texi variables.texi buffers.texi and 215 other files
  
+ Luca Capello: changed mm-encode.el
  Lucid, Inc.: changed byte-opt.el byte-run.el bytecode.c bytecomp.el
    delsel.el disass.el faces.el font-lock.el lmenu.el lselect.el
    mailabbrev.el select.el xfaces.c xselect.c
@@@ -1611,7 -1613,7 +1613,7 @@@ Lute Kamstra: changed modes.texi generi
    font-lock.el subr.el Makefile.in debugging.texi easy-mmode.el
    elisp.texi hl-line.el simple.el battery.el bindings.el calc.el
    cmdargs.texi edebug.texi emacs.texi info.el make-tarball.txt
-   octave-inf.el and 216 other files
+   octave-inf.el and 215 other files
  
  Lynn Slater: wrote help-macro.el
  
@@@ -1646,10 -1648,9 +1648,9 @@@ Marco Melgazzi: changed term.e
  
  Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c
  
- Marcus G. Daniels: changed xterm.c configure.in lwlib-Xm.c lwlib.c
-   Makefile.in xdisp.c xfns.c xmenu.c alloc.c config.in dispnew.c
-   editfns.c emacs.c irix5-0.h linux.h lwlib-Xm.h lwlib.h ptx4.h
-   sequent-ptx.h unexelf.c
+ Marcus G. Daniels: changed xterm.c lwlib-Xm.c lwlib.c Makefile.in xdisp.c
+   xfns.c xmenu.c alloc.c config.in dispnew.c editfns.c emacs.c irix5-0.h
+   linux.h lwlib-Xm.h lwlib.h ptx4.h sequent-ptx.h unexelf.c
  
  Marek Martin: changed nnfolder.el
  
@@@ -1672,8 -1673,8 +1673,8 @@@ Mark D. Baushke: changed mh-e.el mh-uti
    mh-seq.el mh-speed.el mh-funcs.el mh-alias.el MH-E-NEWS etags.c
    mh-junk.el mh-pick.el mh-tool-bar.el mh-xemacs-compat.el
  
- Mark Davies: changed Makefile.in amdx86-64.h configure configure.in
-   hp800.h netbsd.h ralloc.c sh3el.h sort.el
+ Mark Davies: changed Makefile.in amdx86-64.h hp800.h netbsd.h ralloc.c
+   sh3el.h sort.el
  
  Mark Diekhans: changed compile.el
  
@@@ -1710,12 -1711,12 +1711,12 @@@ Markus Holmberg: changed thingatpt.e
  Markus Rost: wrote cus-test.el
  and changed cus-edit.el Makefile.in files.el compile.el rmail.el
    tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el
-   mule-cmds.el rmailout.el checkdoc.el configure.in custom.el emacsbug.el
-   gnus.el help-fns.el ls-lisp.el mwheel.el and 122 other files
+   mule-cmds.el rmailout.el checkdoc.el custom.el emacsbug.el gnus.el
+   help-fns.el ls-lisp.el mwheel.el sendmail.el and 121 other files
  
  Markus Triska: changed byte-opt.el bytecomp.el doctor.el expand.el
-   flymake.el flymake.texi handwrite.el internals.texi speedbar.el subr.el
-   tumme.el widget.texi
+   flymake.el flymake.texi handwrite.el image-mode.el internals.texi
+   speedbar.el subr.el tumme.el widget.texi
  
  Marshall T. Vandegrift: changed gnus-fun.el
  
@@@ -1735,9 -1736,9 +1736,9 @@@ Martin Lorentzon: changed vc.el vc-cvs.
  Martin Neitzel: changed sc.el
  
  Martin Rudalics: changed cus-start.el cus-edit.el files.el wid-edit.el
-   window.el flyspell.el font-lock.el mouse.el syntax.c xdisp.c compile.el
-   complete.el dired.el frame.c frame.el insdel.c ispell.el keyboard.c
-   macmenu.c macterm.c msdos.c and 65 other files
+   window.el find-func.el flyspell.el font-lock.el mouse.el syntax.c
+   xdisp.c compile.el complete.el dired.el frame.c frame.el insdel.c
+   ispell.el keyboard.c macmenu.c macterm.c and 65 other files
  
  Martin Stjernholm: wrote cc-bytecomp.el
  and changed cc-engine.el cc-cmds.el cc-langs.el cc-defs.el cc-mode.el
@@@ -1786,8 -1787,6 +1787,6 @@@ Matt Simmons: changed message.e
  Matt Swift: changed compile.el dired.el editfns.c lisp-mode.el
    mm-decode.el outline.el rx.el simple.el startup.el
  
- Matthew Luckie: changed configure.in
  Matthew Mundell: changed calendar.texi diary-lib.el files.texi
    type-break.el debugging.texi display.texi edebug.texi editfns.c eval.c
    fileio.c frames.texi help.texi internals.texi modes.texi nonascii.texi
@@@ -1806,12 -1805,11 +1805,11 @@@ Max Froumentin: changed gnus-art.el mml
  
  Michael Albinus: wrote tramp-ftp.el tramp-smb.el
  and changed tramp.el tramp.texi tramp-vc.el ange-ftp.el files.el
-   tramp-util.el trampver.el files.texi nnml.el tramp-uu.el trampver.texi
-   vc.el dired-x.el dired.el faq.texi ffap.el find-dired.el locate.el
-   mini.texi rcompile.el socks.el and 4 other files
+   tramp-util.el trampver.el trampver.texi files.texi nnml.el tramp-uu.el
+   vc.el dired-x.el dired.el faq.texi ffap.el fileio.c find-dired.el
+   locate.el mini.texi rcompile.el and 6 other files
  
- Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h
-   unexec.c
+ Michael Ben-Gershon: changed acorn.h riscix1-1.h riscix1-2.h unexec.c
  
  Michael Cook: changed gnus-sum.el
  
@@@ -1920,7 -1918,9 +1918,9 @@@ Miles Bader: wrote button.el image-file
  and changed comint.el faces.el simple.el editfns.c xfaces.c info.el
    xdisp.c minibuf.c wid-edit.el xterm.c subr.el window.el cus-edit.el
    diff-mode.el dispextern.h quick-install-emacs xfns.c help.el lisp.h
-   textprop.c bytecomp.el and 245 other files
+   textprop.c bytecomp.el and 244 other files
+ Mirko Vukovic: changed emacs.texi maintaining.texi
  
  Miyashita Hisashi: changed ccl.c coding.c coding.h mule-cmds.el
    mule-conf.el mule.el pop3.el
@@@ -1935,7 -1935,7 +1935,7 @@@ Morten Welinder: wrote [many MSDOS file
  and changed msdos.c config.bat keyboard.c sed1.inp sed2.inp fileio.c
    sed3.inp dos-fns.el callproc.c add-log.el alpha.h data.c editfns.c
    emacs.c etags.c files.el info.el lread.c mainmake osf1.h tar-mode.el
-   and 73 other files
+   and 72 other files
  
  Mosur Mohan: changed etags.c
  
@@@ -1952,7 -1952,9 +1952,9 @@@ Nachum Dershowitz: wrote cal-hebrew.e
  Nagy Andras: wrote gnus-sieve.el
  and changed imap.el gnus.el
  
- Nakaji Hiroyuki: changed amdx86-64.h configure.in mm-util.el
+ Nakagawa Makoto: changed ldap.el
+ Nakaji Hiroyuki: changed amdx86-64.h mm-util.el
  
  Nakamura Toshikazu: changed w32fns.c
  
@@@ -1964,8 -1966,6 +1966,6 @@@ Neil Mager: wrote appt.e
  
  Neil W. Van Dyke: wrote webjump.el
  
- Nelson H. F. Beebe: changed configure.in
  Nelson Jose Dos Santos Ferreira: changed nnsoup.el
  
  Nevin Kapur: changed nnmail.el gnus-sum.el nnimap.el gnus-group.el
@@@ -1986,15 -1986,15 +1986,15 @@@ Niimi Satoshi: changed pp.el search.
  
  Niklas Morberg: changed nnweb.el gnus-art.el nnimap.el spam.el
  
- Nikolaj Schumacher: changed compile.el rx.el
+ Nikolaj Schumacher: changed compile.el flymake.el rx.el
  
  Nils Ackermann: changed message.el nnmh.el
  
  Noah Friedman: wrote eldoc.el rlogin.el rsz-mini.el type-break.el
  and changed comint.el emacs-buffer.gdb files.el mailabbrev.el sendmail.el
-   subr.el timer.el yow.el battery.el complete.el config.in configure.in
-   copyright.h fns.c gnu-linux.h hpux7.h irix3-3.h lisp-mnt.el loaddefs.el
-   mailalias.el menu-bar.el and 14 other files
+   subr.el timer.el yow.el battery.el complete.el config.in copyright.h
+   fns.c gnu-linux.h hpux7.h irix3-3.h lisp-mnt.el loaddefs.el
+   mailalias.el menu-bar.el pp.el and 13 other files
  
  Nobuyuki Hikichi: changed news-risc.h
  
@@@ -2058,10 -2058,10 +2058,10 @@@ Paul D. Smith: wrote snmp-mode.e
  and changed imenu.el make-mode.el
  
  Paul Eggert: wrote cal-dst.el rcs2log vcdiff
- and changed editfns.c vc.el Makefile.in configure.in vc-hooks.el data.c
-   emacs.c gnus.el calendar.el config.in floatfns.c process.c sysdep.c
-   dired.el xterm.c callproc.c fileio.c filelock.c lread.c print.c
-   rmail.el and 290 other files
+ and changed editfns.c vc.el Makefile.in vc-hooks.el data.c emacs.c
+   gnus.el calendar.el config.in floatfns.c process.c sysdep.c dired.el
+   xterm.c callproc.c fileio.c filelock.c lread.c print.c rmail.el b2m.c
+   and 289 other files
  
  Paul Fisher: changed fns.c
  
@@@ -2077,10 -2077,10 +2077,10 @@@ Paul Pogonyshev: changed subr.el align.
    etags.el info.el ses.el tar-mode.el url-http.el which-func.el window.el
  
  Paul Reilly: wrote dgux5-4r3.h gux5-4r2.h
- and changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.in process.c
-   xfns.c Makefile.in dgux5-4R2.h dgux5-4R3.h files.el keyboard.c
-   lwlib-Xaw.c lwlib-Xm.h lwlib-int.h lwlib.h widget.c widget.h xlwmenu.h
-   xmenu.c xterm.c
+ and changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c process.c xfns.c
+   Makefile.in dgux5-4R2.h dgux5-4R3.h files.el keyboard.c lwlib-Xaw.c
+   lwlib-Xm.h lwlib-int.h lwlib.h widget.c widget.h xlwmenu.h xmenu.c
+   xterm.c
  
  Paul Rubin: changed config.h sun2.h texinfmt.el window.c
  
@@@ -2091,7 -2091,7 +2091,7 @@@ Paul Stodghill: changed gnus-agent.e
  Pavel Jan\e,Bm\e(Bk: changed COPYING keyboard.c xterm.c xdisp.c Makefile.in
    process.c emacs.c lisp.h menu-bar.el ldap.el make-dist xfns.c buffer.c
    coding.c eval.c fileio.c flyspell.el fns.c indent.c callint.c
-   cus-start.el and 703 other files
+   cus-start.el and 702 other files
  
  Pavel Kobiakov: changed flymake.el flymake.texi
  
@@@ -2137,7 -2137,7 +2137,7 @@@ Peter Kleiweg: wrote ps-mode.e
  
  Peter Liljenberg: wrote elint.el
  
- Peter O'gorman: changed configure.in frame.h gtkutil.c termhooks.h
+ Peter O'gorman: changed frame.h gtkutil.c termhooks.h
  
  Peter Povinec: changed term.el
  
@@@ -2161,13 -2161,14 +2161,14 @@@ Peter Von Der Ahe: changed gnus-ems.e
  
  Peter Whaite: changed data.c
  
- Petr Salinger: changed configure.in gnu-kfreebsd.h
+ Petr Salinger: changed gnu-kfreebsd.h
  
- Petri Kaurinkoski: changed configure.in iris4d.h irix6-0.h irix6-5.h
-   usg5-4.h
+ Petri Kaurinkoski: changed iris4d.h irix6-0.h irix6-5.h usg5-4.h
  
  Phil Sung: changed wdired.el
  
+ Philip Jackson: wrote org-irc.el
  Philippe Schnoebelen: wrote gomoku.el mpuz.el
  
  Philippe Waroquiers: changed etags.el term.c
@@@ -2179,6 -2180,8 +2180,8 @@@ Pieter E.J. Pareit: wrote mixal-mode.e
  
  Pinku Surana: changed sql.el
  
+ Piotr Zielinski: wrote org-mouse.el
  Pmr-Sav: changed mail-utils.el rmail.el
  
  Primoz Peterlin: changed TUTORIAL.sl
@@@ -2228,11 -2231,11 +2231,11 @@@ and changed gnus-art.el gnus-msg.el gnu
    pgg-gpg.el
  
  Reiner Steib: wrote gmm-utils.el
- and changed gnus.texi gnus-art.el message.el gnus-sum.el gnus.el
-   gnus-group.el gnus-faq.texi mm-util.el gnus-start.el gnus-util.el
-   message.texi mml.el gnus-score.el gnus-agent.el gnus-msg.el spam.el
+ and changed gnus.texi gnus-art.el message.el gnus-sum.el gnus-faq.texi
+   gnus.el gnus-group.el message.texi mm-util.el gnus-start.el
+   gnus-util.el mml.el gnus-score.el gnus-agent.el gnus-msg.el spam.el
    files.el nnmail.el spam-report.el mail-source.el mm-decode.el
-   and 170 other files
+   and 171 other files
  
  Remek Trzaska: changed gnus-ems.el
  
@@@ -2265,8 -2268,8 +2268,8 @@@ Richard M. Stallman: wrote [The origina
    easymenu.el font-lock.el image-mode.el menu-bar.el paren.el
  and changed keyboard.c files.el simple.el xterm.c xdisp.c fileio.c
    rmail.el process.c sysdep.c xfns.c buffer.c Makefile.in window.c
-   configure.in subr.el startup.el emacs.c editfns.c info.el sendmail.el
-   dispnew.c and 1337 other files
+   subr.el startup.el emacs.c editfns.c info.el sendmail.el dispnew.c
+   dired.el and 1335 other files
  
  Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el env.c
    rfc822.el terminal.el yow.el
@@@ -2283,8 -2286,6 +2286,6 @@@ Rick Farnbach: wrote morse.e
  Rick Sladkey: wrote backquote.el
  and changed gud.el intervals.c intervals.h simple.el
  
- Rob Browning: changed configure.in
  Rob Kaut: changed vhdl-mode.el
  
  Rob Riepel: wrote tpu-edt.el tpu-extras.el tpu-mapper.el vt-control.el
@@@ -2317,10 -2318,10 +2318,10 @@@ and changed buffer.h build.com callproc
  
  Roland Mcgrath: wrote autoload.el etags.el find-dired.el grep.el
    map-ynp.el
- and changed compile.el add-log.el configure.in files.el vc.el Makefile.in
-   simple.el mailabbrev.el buffer.c comint.el upd-copyr.el etags.c
-   menu-bar.el loaddefs.el mem-limits.h ralloc.c fileio.c data.c process.c
-   rlogin.el rmail.el and 137 other files
+ and changed compile.el add-log.el files.el vc.el Makefile.in simple.el
+   mailabbrev.el buffer.c comint.el upd-copyr.el etags.c menu-bar.el
+   loaddefs.el mem-limits.h ralloc.c fileio.c data.c process.c rlogin.el
+   rmail.el shell.el and 136 other files
  
  Roland Winkler: changed bibtex.el appt.el artist.el conf-mode.el
    flyspell.el ispell.el make-mode.el sgml-mode.el sh-script.el
@@@ -2333,7 -2334,7 +2334,7 @@@ Romain Francoise: changed faq.texi dire
    comint.el compile.el message.el puresize.h replace.el subr.el
    files.texi gnus-fun.el gnus.texi help-fns.el make-dist rcirc.el
    antlr-mode.el bookmark.el buffer.c diary-lib.el dired.el
-   and 130 other files
+   and 129 other files
  
  Roman Belenov: changed which-func.el
  
@@@ -2355,8 -2356,8 +2356,8 @@@ Ryo Yoshitake: changed mac.
  
  Ryszard Kubiak: changed ogonek.el
  
 -Sacha Chua: wrote erc-pcomplete.el
 -and changed erc.el erc-button.el
 +Sacha Chua: wrote erc-pcomplete.el remember-diary.el
 +and changed erc.el erc-button.el remember.el
  
  Saito Takuya: changed compile.el mule.el
  
@@@ -2370,7 -2371,7 +2371,7 @@@ Sam Steingold: wrote gulp.el midnight.e
  and changed cl-indent.el font-lock.el ange-ftp.el mouse.el tex-mode.el
    vc-cvs.el add-log.el bindings.el bookmark.el debug.el diary-lib.el
    dired.el pcvs.el sgml-mode.el simple.el browse-url.el buff-menu.el
-   bytecomp.el cc-mode.el compile.el etags.el and 97 other files
+   bytecomp.el cc-mode.el compile.el etags.el and 96 other files
  
  Samuel Tardieu: changed smime.el
  
@@@ -2379,7 -2380,7 +2380,7 @@@ Sanghyuk Suh: changed mac-win.el macter
  Sascha L\e,A|\e(Bdecke: wrote mml1991.el
  and changed gnus-win.el
  
- Sascha Wilde: changed pgg-gpg.el pgg.el pgg.texi configure.in
+ Sascha Wilde: changed pgg-gpg.el pgg.el pgg.texi
  
  Satyaki Das: wrote mh-acros.el mh-gnus.el mh-junk.el mh-search.el
    mh-speed.el mh-thread.el mh-tool-bar.el
@@@ -2448,7 -2449,7 +2449,7 @@@ and changed message.el gnus-sum.el gnus
    pgg-gpg.el mml2015.el gnus-agent.el mml.el mm-decode.el mml1991.el
    gnus-group.el gnus-msg.el pgg-pgp5.el gnus-sieve.el browse-url.el
    gnus-int.el gnus.el pgg-parse.el gnus-cache.el mail-source.el
-   and 88 other files
+   and 87 other files
  
  Simon Leinen: changed smtpmail.el Makefile Makefile.in cm.c cm.h hpux9.h
    indent.c process.c sc.texinfo sgml-mode.el term.c xfns.c xmenu.c
@@@ -2478,7 -2479,7 +2479,7 @@@ Stefan Monnier: wrote bibtex-style.el b
  and changed vc.el font-lock.el pcvs.el newcomment.el subr.el lisp.h
    keyboard.c fill.el tex-mode.el keymap.c vc-hooks.el compile.el
    simple.el files.el alloc.c easy-mmode.el regex.c syntax.c info.el
-   xdisp.c sh-script.el and 529 other files
+   xdisp.c sh-script.el and 528 other files
  
  Steinar Bang: changed imap.el
  
@@@ -2487,9 -2488,7 +2488,7 @@@ Stephan Stahl: changed which-func.el bu
  
  Stephen A. Wood: changed fortran.el
  
- Stephen Berman: changed allout.el find-dired.el recentf.el
- Stephen C. Gilardi: changed configure.in
+ Stephen Berman: changed allout.el find-dired.el newcomment.el recentf.el
  
  Stephen Compall: changed saveplace.el texinfo.el
  
@@@ -2511,6 -2510,8 +2510,8 @@@ Stephen Leake: changed ada-mode.el ada-
  
  Steve Fisk: wrote cal-tex.el
  
+ Steve Grubb: changed vcdiff
  Steve Nygard: changed unexnext.c
  
  Steve Strassman: wrote spook.el
@@@ -2532,10 -2533,10 +2533,10 @@@ and changed gnus-xmas.el gnus-msg.el ad
  
  Steven Suhr: changed dispnew.c scroll.c term.c termchar.h
  
- Steven Tamm: changed macterm.c make-package mac.c macfns.c configure.in
-   unexmacosx.c INSTALL mac-win.el Makefile.in README darwin.h editfns.c
-   lread.c macmenu.c scroll-bar.el MACHINES config.h config.in dispnew.c
-   eval.c fileio.c and 7 other files
+ Steven Tamm: changed macterm.c make-package mac.c macfns.c unexmacosx.c
+   INSTALL mac-win.el Makefile.in README darwin.h editfns.c lread.c
+   macmenu.c scroll-bar.el MACHINES config.h config.in dispnew.c eval.c
+   fileio.c fns.c and 6 other files
  
  Stewart M. Clamen: wrote cal-mayan.el
  
@@@ -2554,9 -2555,9 +2555,9 @@@ Sun Yijiang: changed TUTORIAL.c
  
  Sundar Narasimhan: changed rnews.el rnewspost.el
  
- Sven Joachim: changed arc-mode.el de-refcard.tex dired-aux.el files.el
-   files.texi gnus.texi help.el mule.texi sed3v2.inp sh-script.el
-   simple.el vc-bzr.el view.el
+ Sven Joachim: changed dired-aux.el files.el arc-mode.el de-refcard.tex
+   files.texi gnus-sum.el gnus.texi help.el mule.texi sed3v2.inp
+   sh-script.el simple.el vc-bzr.el view.el
  
  Svend Tollak Munkejord: changed deuglify.el
  
@@@ -2602,7 -2603,7 +2603,7 @@@ Thien-Thi Nguyen: wrote hideshow.el mak
  and changed ewoc.el info.el processes.texi vc.el zone.el Makefile.in
    lisp-mode.el fileio.c scheme.el text.texi TUTORIAL.it bindat.el
    dcl-mode.el display.texi files.el gnus.texi pcvs.el startup.el sysdep.c
-   vc-rcs.el MORE.STUFF and 134 other files
+   vc-rcs.el MORE.STUFF and 133 other files
  
  Thierry Emery: changed kinsoku.el timezone.el url-http.el wid-edit.el
  
@@@ -2632,7 -2633,7 +2633,7 @@@ Tijs Van Bakel: changed erc.e
  
  Tim Fleehart: wrote makefile.nt
  
- Tim Van Holder: changed emacsclient.c Makefile.in compile.el configure.in
+ Tim Van Holder: changed emacsclient.c Makefile.in compile.el
    which-func.el
  
  Tobias C. Rittweiler: changed font-lock.el
@@@ -2701,7 -2702,7 +2702,7 @@@ Ulrich Leodolter: changed w32proc.
  
  Ulrich Mueller: changed gud.el ChgPane.c ChgSel.c Makefile.in
    XMakeAssoc.c bibtex.el case-table.el files.el fortran.el iso-acc.el
-   msdog-xtra.texi simple.el sysdep.c
+   msdog-xtra.texi pop.c simple.el sysdep.c
  
  Ulrich Neumerkel: changed xterm.c
  
@@@ -2763,9 -2764,9 +2764,9 @@@ William M. Perry: wrote mailcap.el sock
    url-http.el url-util.el url.el vc-dav.el
  and changed url-handlers.el url-file.el url-methods.el url-vars.el
    url-https.el aclocal.m4 mule-sysdp.el url-imap.el url-news.el
-   url-nfs.el configure.in image.el mwheel.el url-about.el url-auth.el
-   url-cid.el url-dired.el url-expand.el url-ftp.el url-history.el
-   url-irc.el and 6 other files
+   url-nfs.el image.el mwheel.el url-about.el url-auth.el url-cid.el
+   url-dired.el url-expand.el url-ftp.el url-history.el url-irc.el
+   url-misc.el and 5 other files
  
  William Smith: changed strftime.c
  
@@@ -2786,9 -2787,9 +2787,9 @@@ Wolfgang Glas: changed unexsgi.
  Wolfgang Jenkner: changed conf-mode.el gnus-sum.el pcvs.el
  
  Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el
- and changed process.c alloc.c callint.c config.h.in config.in
-   configure.in crt0.c data.c fns.c lisp-mode.el lisp.h loadup.el lread.c
-   net-utils.el nntp.el print.c sort.el sun3.h ymakefile
+ and changed process.c alloc.c callint.c config.h.in config.in crt0.c
+   data.c fns.c lisp-mode.el lisp.h loadup.el lread.c net-utils.el nntp.el
+   print.c sort.el sun3.h ymakefile
  
  Wolfgang Scherer: changed vc-cvs.el
  
@@@ -2802,8 -2803,8 +2803,8 @@@ Yagi Tatsuya: changed gnus-art.el gnus-
  
  Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h
    macmenu.c macgui.h image.c macselect.c xdisp.c keyboard.c emacs.c
-   makefile.MPW config.h INSTALL Makefile.in macos.texi darwin.h
-   unexmacosx.c xfaces.c dispnew.c and 80 other files
+   makefile.MPW Makefile.in config.h INSTALL darwin.h macos.texi process.c
+   unexmacosx.c xfaces.c and 82 other files
  
  Yann Dirson: changed imenu.el
  
@@@ -2819,9 -2820,9 +2820,9 @@@ Yoshinori Koseki: changed fontset.e
  
  Yuri Shtil: changed etags.c
  
- Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c
-   sysdep.c config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h
-   indent.h process.c simple.el term.c window.c
+ Yutaka Niibe: changed indent.c xdisp.c Makefile.in dispnew.c sysdep.c
+   config.in dired.el emacs.c fill.el fns.c gmalloc.c gnu-linux.h indent.h
+   process.c simple.el term.c window.c
  
  Zhang Wei: changed xfns.c erc.el x-win.el
  
diff --combined etc/PROBLEMS
index 1e2f4828386f84ed928a2e22656ef8ce497049d0,852e5d6a098b16b1284a3e1ab5aa82e340e888a7..e9421a2ed3b0a781d0fe2964b8b247753cda71e5
@@@ -1,5 -1,3 +1,5 @@@
 +Known Problems with GNU Emacs
 +
  Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
@@@ -10,10 -8,6 +10,10 @@@ This file describes various problems th
  in compiling, installing and running GNU Emacs.  Try doing Ctl-C Ctl-t
  and browsing through the outline headers.
  
 +* Mule-UCS doesn't work in Emacs 23.
 +
 +It's completely redundant now, as far as we know.
 +
  * Emacs startup failures
  
  ** Emacs fails to start, complaining about missing fonts.
@@@ -385,6 -379,8 +385,6 @@@ the nameserver, but Emacs does not
  The fix is to install an unshared library that corresponds to what you
  installed in the shared library, and then relink Emacs.
  
 -On SunOS 4.1, simply define HAVE_RES_INIT.
 -
  If you have already installed the name resolver in the file libresolv.a,
  then you need to compile Emacs to use that library.  The easiest way to
  do this is to add to config.h a definition of LIBS_SYSTEM, LIBS_MACHINE
@@@ -817,7 -813,7 +817,7 @@@ XFree86 3.1.1.  XFree86 3.1.2 works
  
  This can occur when two different versions of FontConfig are used.
  For example, XFree86 4.3.0 has one version and Gnome usually comes
 -with a newer version.  Emacs compiled with --with-gtk will then use
 +with a newer version.  Emacs compiled with Gtk+ will then use
  the newer version.  In most cases the problem can be temporarily
  fixed by stopping the application that has the error (it can be
  Emacs or any other application), removing ~/.fonts.cache-1,
@@@ -849,9 -845,9 +849,9 @@@ frame's parameter list, like this
  
  This is caused by fonts having a wrong UNDERLINE_POSITION property.
  Examples are the font 7x13 on XFree prior to version 4.1, or the jmk
 -neep font from the Debian xfonts-jmk package.  To circumvent this
 -problem, set x-use-underline-position-properties to nil in your
 -`.emacs'.
 +neep font from the Debian xfonts-jmk package prior to version 3.0.17.
 +To circumvent this problem, set x-use-underline-position-properties
 +to nil in your `.emacs'.
  
  To see what is the value of UNDERLINE_POSITION defined by the font,
  type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION
@@@ -870,15 -866,13 +870,15 @@@ feature (in the font part of the config
  
  ** Subscript/superscript text in TeX is hard to read.
  
 -tex-mode displays subscript/superscript text in the faces
 -subscript/superscript, which are smaller than the normal font and
 -lowered/raised.  With some fonts, nested superscripts (say) can be
 -hard to read.  Switching to a different font, or changing your
 -antialiasing setting (on an LCD screen), can both make the problem
 -disappear.  Alternatively, customize the subscript and superscript
 -faces to increase their height.
 +If `tex-fontify-script' is non-nil, tex-mode displays
 +subscript/superscript text in the faces subscript/superscript, which
 +are smaller than the normal font and lowered/raised.  With some fonts,
 +nested superscripts (say) can be hard to read.  Switching to a
 +different font, or changing your antialiasing setting (on an LCD
 +screen), can both make the problem disappear.  Alternatively, customize
 +the following variables: tex-font-script-display (how much to
 +lower/raise); tex-suscript-height-ratio (how much smaller than
 +normal); tex-suscript-height-minimum (minimum height).
  
  * Internationalization problems
  
@@@ -1859,6 -1853,36 +1859,6 @@@ is actually Xlib which won't work with 
  
  Using the old library version is a workaround.
  
 -** Mac OS X
 -
 -*** Mac OS X (Carbon): Environment Variables from dotfiles are ignored.
 -
 -When starting Emacs from the Dock or the Finder on Mac OS X, the
 -environment variables that are set up in dotfiles, such as .cshrc or
 -.profile, are ignored.  This is because the Finder and Dock are not
 -started from a shell, but instead from the Window Manager itself.
 -
 -The workaround for this is to create a .MacOSX/environment.plist file to
 -setup these environment variables.  These environment variables will
 -apply to all processes regardless of where they are started.
 -For me information, see http://developer.apple.com/qa/qa2001/qa1067.html.
 -
 -*** Mac OS X (Carbon): Process output truncated when using ptys.
 -
 -There appears to be a problem with the implementation of pty's on the
 -Mac OS X that causes process output to be truncated.  To avoid this,
 -leave process-connection-type set to its default value of nil.
 -
 -*** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build.
 -
 -Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break
 -build at the link stage with the message like "Undefined symbols:
 -_HICopyAccessibilityActionDescription referenced from QuickTime
 -expected to be defined in Carbon".  A workaround is to use a QuickTime
 -reinstaller.  Alternatively, you can link with the frameworks in the
 -corresponding SDK by specifying LDFLAGS as
 -"-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks".
 -
  ** FreeBSD
  
  *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other
@@@ -2107,7 -2131,14 +2107,14 @@@ A certain X server for Windows had a bu
  Supposedly the newer 32-bit version of this server doesn't have the
  problem.
  
- ** Known problems with the MS-Windows port of Emacs 22.1
+ ** Emacs crashes when opening a file with a UNC path and rails-mode is loaded.
+ Loading rails-mode seems to interfere with UNC path handling. This has been
+ reported as a bug against both Emacs and rails-mode, so look for an updated
+ rails-mode that avoids this crash, or avoid using UNC paths if using
+ rails-mode.
+ ** Known problems with the MS-Windows port of Emacs 22.3
  
  M-x term does not work on MS-Windows.  TTY emulation on Windows is
  undocumented, and programs such as stty which are used on posix platforms
  *** Fatal signal in the command  temacs -l loadup inc dump.
  
  This command is the final stage of building Emacs.  It is run by the
 -Makefile in the src subdirectory, or by build.com on VMS.
 +Makefile in the src subdirectory.
  
  It has been known to get fatal errors due to insufficient swapping
  space available on the machine.
@@@ -2945,6 -2976,82 +2952,6 @@@ the same problem.  Display-time seems t
  
  The only known fix: Don't run display-time.
  
 -*** SunOS
 -
 -SunOS 4.1.4 stopped shipping on Sep 30 1998.
 -
 -**** SunOS: You get linker errors
 -   ld: Undefined symbol
 -      _get_wmShellWidgetClass
 -      _get_applicationShellWidgetClass
 -
 -**** Sun 4.0.x: M-x shell persistently reports "Process shell exited abnormally with code 1".
 -
 -This happened on Suns as a result of what is said to be a bug in Sunos
 -version 4.0.x.  The only fix was to reboot the machine.
 -
 -**** SunOS4.1.1 and SunOS4.1.3: Mail is lost when sent to local aliases.
 -
 -Many emacs mail user agents (VM and rmail, for instance) use the
 -sendmail.el library.  This library can arrange for mail to be
 -delivered by passing messages to the /usr/lib/sendmail (usually)
 -program .  In doing so, it passes the '-t' flag to sendmail, which
 -means that the name of the recipient of the message is not on the
 -command line and, therefore, that sendmail must parse the message to
 -obtain the destination address.
 -
 -There is a bug in the SunOS4.1.1 and SunOS4.1.3 versions of sendmail.
 -In short, when given the -t flag, the SunOS sendmail won't recognize
 -non-local (i.e. NIS) aliases.  It has been reported that the Solaris
 -2.x versions of sendmail do not have this bug.  For those using SunOS
 -4.1, the best fix is to install sendmail V8 or IDA sendmail (which
 -have other advantages over the regular sendmail as well).  At the time
 -of this writing, these official versions are available:
 -
 - Sendmail V8 on ftp.cs.berkeley.edu in /ucb/sendmail:
 -   sendmail.8.6.9.base.tar.Z (the base system source & documentation)
 -   sendmail.8.6.9.cf.tar.Z   (configuration files)
 -   sendmail.8.6.9.misc.tar.Z (miscellaneous support programs)
 -   sendmail.8.6.9.xdoc.tar.Z (extended documentation, with postscript)
 -
 - IDA sendmail on vixen.cso.uiuc.edu in /pub:
 -   sendmail-5.67b+IDA-1.5.tar.gz
 -
 -**** Sunos 4: You get the error ld: Undefined symbol __lib_version.
 -
 -This is the result of using cc or gcc with the shared library meant
 -for acc (the Sunpro compiler).  Check your LD_LIBRARY_PATH and delete
 -/usr/lang/SC2.0.1 or some similar directory.
 -
 -**** SunOS 4.1.3: Emacs unpredictably crashes in _yp_dobind_soft.
 -
 -This happens if you configure Emacs specifying just `sparc-sun-sunos4'
 -on a system that is version 4.1.3.  You must specify the precise
 -version number (or let configure figure out the configuration, which
 -it can do perfectly well for SunOS).
 -
 -**** Sunos 4.1.3: Emacs gets hung shortly after startup.
 -
 -We think this is due to a bug in Sunos.  The word is that
 -one of these Sunos patches fixes the bug:
 -
 -100075-11  100224-06  100347-03  100482-05  100557-02  100623-03  100804-03  101080-01
 -100103-12  100249-09             100496-02  100564-07  100630-02  100891-10  101134-01
 -100170-09  100296-04  100377-09  100507-04  100567-04  100650-02  101070-01  101145-01
 -100173-10  100305-15  100383-06  100513-04  100570-05  100689-01  101071-03  101200-02
 -100178-09  100338-05  100421-03  100536-02  100584-05  100784-01  101072-01  101207-01
 -
 -We don't know which of these patches really matter.  If you find out
 -which ones, please inform bug-gnu-emacs@gnu.org.
 -
 -**** SunOS 4: Emacs processes keep going after you kill the X server
 -(or log out, if you logged in using X).
 -
 -Someone reported that recompiling with GCC 2.7.0 fixed this problem.
 -
 -The fix to this is to install patch 100573 for OpenWindows 3.0
 -or link libXmu statically.
 -
  **** Sunos 5.3: Subprocesses remain, hanging but not zombies.
  
  A bug in Sunos 5.3 causes Emacs subprocesses to remain after Emacs
@@@ -2952,6 -3059,23 +2959,6 @@@ exits.  Sun patch # 101415-02 is part o
  applies to ptys, and doesn't fix the problem with subprocesses
  communicating through pipes.
  
 -*** Apollo Domain
 -
 -**** Shell mode ignores interrupts on Apollo Domain.
 -
 -You may find that M-x shell prints the following message:
 -
 -   Warning: no access to tty; thus no job control in this shell...
 -
 -This can happen if there are not enough ptys on your system.
 -Here is how to make more of them.
 -
 -    % cd /dev
 -    % ls pty*
 -    # shows how many pty's you have. I had 8, named pty0 to pty7)
 -    % /etc/crpty 8
 -    # creates eight new pty's
 -
  *** Irix
  
  *** Irix 6.2: No visible display on mips-sgi-irix6.2 when compiling with GCC 2.8.1.
@@@ -3639,10 -3763,50 +3646,10 @@@ crt0.c together with linking with Fcrt1
  However, the easiest approach is to build Xlib with the default
  floating point option: -fsoft.
  
 -** SunOS: Undefined symbols _dlopen, _dlsym and/or _dlclose.
 -
 -If you see undefined symbols _dlopen, _dlsym, or _dlclose when linking
 -with -lX11, compile and link against the file mit/util/misc/dlsym.c in
 -the MIT X11R5 distribution.  Alternatively, link temacs using shared
 -libraries with s/sunos4shr.h.  (This doesn't work if you use the X
 -toolkit.)
 -
 -If you get the additional error that the linker could not find
 -lib_version.o, try extracting it from X11/usr/lib/X11/libvim.a in
 -X11R4, then use it in the link.
 -
 -** SunOS4, DGUX 5.4.2: --with-x-toolkit version crashes when used with shared libraries.
 -
 -On some systems, including Sunos 4 and DGUX 5.4.2 and perhaps others,
 -unexec doesn't work properly with the shared library for the X
 -toolkit.  You might be able to work around this by using a nonshared
 -libXt.a library.  The real fix is to upgrade the various versions of
 -unexec and/or ralloc.  We think this has been fixed on Sunos 4
 -and Solaris in version 19.29.
 -
  ** HPUX 10.20: Emacs crashes during dumping on the HPPA machine.
  
  This seems to be due to a GCC bug; it is fixed in GCC 2.8.1.
  
 -** VMS: Compilation errors on VMS.
 -
 -You will get warnings when compiling on VMS because there are
 -variable names longer than 32 (or whatever it is) characters.
 -This is not an error.  Ignore it.
 -
 -VAX C does not support #if defined(foo).  Uses of this construct
 -were removed, but some may have crept back in.  They must be rewritten.
 -
 -There is a bug in the C compiler which fails to sign extend characters
 -in conditional expressions.  The bug is:
 -      char c = -1, d = 1;
 -      int i;
 -
 -      i = d ? c : d;
 -The result is i == 255;  the fix is to typecast the char in the
 -conditional expression as an (int).  Known occurrences of such
 -constructs in Emacs have been fixed.
 -
  ** Vax C compiler bugs affecting Emacs.
  
  You may get one of these problems compiling Emacs:
@@@ -3708,8 -3872,8 +3715,8 @@@ If the code is incorrect, your compile
  In the XCONS, etc., macros in lisp.h you must replace (a).u.val with
  ((a).u.val + coercedummy) where coercedummy is declared as int.
  
 -This problem will not happen if the m-...h file for your type
 -of machine defines NO_UNION_TYPE.  That is the recommended setting now.
 +This problem will only happen if USE_LISP_UNION_TYPE is manually
 +defined in lisp.h.
  
  *** C compilers lose on returning unions.
  
@@@ -3717,16 -3881,16 +3724,16 @@@ I hear that some C compilers cannot han
  Most of the functions in GNU Emacs return type Lisp_Object, which is
  defined as a union on some rare architectures.
  
 -This problem will not happen if the m-...h file for your type
 -of machine defines NO_UNION_TYPE.
 +This problem will only happen if USE_LISP_UNION_TYPE is manually
 +defined in lisp.h.
  
  \f
  This file is part of GNU Emacs.
  
 -GNU Emacs is free software; you can redistribute it and/or modify
 +GNU Emacs 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 3, or (at your option)
 -any later version.
 +the Free Software Foundation, either version 3 of the License, or
 +(at your option) any later version.
  
  GNU Emacs is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@@ -3734,7 -3898,9 +3741,7 @@@ MERCHANTABILITY or FITNESS FOR A PARTIC
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
 -along with GNU Emacs; see the file COPYING.  If not, write to the
 -Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 -Boston, MA 02110-1301, USA.
 +along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
  
  \f
  Local variables:
diff --combined make-dist
index 2b3c583b69f79404cbcbac254b19a92efac5dddb,3871dc6005912f09229c29e9f1a10d9ede32a7ed..817daa8ac9a6f446dc19a992c8b0c9092531e081
+++ b/make-dist
@@@ -8,22 -8,23 +8,22 @@@
  
  # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
  #   2006, 2007, 2008  Free Software Foundation, Inc.
 -#
 +
  # This file is part of GNU Emacs.
  #
 -# GNU Emacs is free software; you can redistribute it and/or modify
 +# GNU Emacs 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 3, or (at your option)
 -# any later version.
 -#
 +# the Free Software Foundation, either version 3 of the License, or
 +# (at your option) any later version.
 +
  # GNU Emacs 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 GNU Emacs; see the file COPYING.  If not, write to the
 -# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 -# Boston, MA 02110-1301, USA.
 +# along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 +
  
  progname="$0"
  
@@@ -80,14 -81,6 +80,14 @@@ while [ $# -gt 0 ]; d
      "--compress")
        default_gzip="compress"
      ;;
 +    ## Same with bzip2.
 +    "--bzip2")
 +      default_gzip="bzip2"
 +    ;;
 +    ## Same with lzma.
 +    "--lzma")
 +      default_gzip="lzma"
 +    ;;
  
      "--snapshot")
        clean_up=yes
      "--help")
        echo "Usage: ${progname} [options]"
        echo ""
 +      echo "  --bzip2 use bzip2 instead of gzip"
        echo "  --clean-up      delete staging directories when done"
        echo "  --compress      use compress instead of gzip"
 +      echo "  --lzma  use lzma instead of gzip"
        echo "  --newer=TIME    don't include files older than TIME"
        echo "  --no-check      don't check for bad file names etc."
        echo "  --no-update     don't recompile or do analogous things"
@@@ -141,7 -132,7 +141,7 @@@ the
        /*) ;;
        *)
        if [ ! -f "$EMACS" ]; then
 -        echo "$0: You must specify the EMACS environment variable " \
 +        echo "$0: You must set the EMACS environment variable " \
               "to an absolute file name." 2>&1
          exit 1
        fi;;
@@@ -163,10 -154,10 +163,10 @@@ echo Version numbers are $version and $
  
  if [ $update = yes ];
  then
 -  if grep -s "@set EMACSVER  *${shortversion}" ./man/emacs.texi > /dev/null; then
 +  if grep -s "@set EMACSVER  *${shortversion}" ./doc/emacs/emacs.texi > /dev/null; then
      true
    else
 -    echo "You must update the version number in \`./man/emacs.texi'"
 +    echo "You must update the version number in \`./doc/emacs/emacs.texi'"
      sleep 5
    fi
  fi
  if [ $update = yes ];
  then
    echo "Updating Info files"
 -  (cd man; make -f Makefile.in srcdir=. info)
 -  (cd lispref; make -f Makefile.in srcdir=. info)
 -  (cd lispintro; make -f Makefile.in SHELL=/bin/sh srcdir=. info VPATH=.)
 +  (cd doc/emacs; make -f Makefile.in srcdir=. info)
 +  (cd doc/misc; make -f Makefile.in srcdir=. info)
 +  (cd doc/lispref; make -f Makefile.in srcdir=. info)
 +  (cd doc/lispintro; make -f Makefile.in SHELL=/bin/sh srcdir=. info VPATH=.)
  
    echo "Updating finder, custom and autoload data"
    (cd lisp; make updates EMACS="$EMACS")
@@@ -303,7 -293,7 +303,7 @@@ mkdir ${tempdir
  ### tar file; this means that people can start reading the INSTALL and
  ### README while the rest of the tar file is still unpacking.  Whoopee.
  echo "Making links to top-level files"
 -ln AUTHORS FTP INSTALL README BUGS CONTRIBUTE move-if-change ${tempdir}
 +ln INSTALL README BUGS move-if-change ${tempdir}
  ln ChangeLog Makefile.in configure configure.in ${tempdir}
  ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
  ### Copy these files; they're cross-filesystem symlinks.
@@@ -322,32 -312,19 +322,32 @@@ echo "Updating version number in README
  
  
  echo "Creating subdirectories"
 -for subdir in lisp site-lisp lispref lispintro \
 +for subdir in lisp site-lisp \
              leim leim/CXTERM-DIC leim/MISC-DIC \
              leim/SKK-DIC leim/ja-dic leim/quail \
              src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
              nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
 -            etc etc/e \
 +            etc etc/charsets etc/e etc/gnus etc/nxml \
              etc/images etc/images/ezimage etc/images/gnus etc/images/gud \
 -            etc/images/icons etc/images/low-color etc/images/mail \
 -            etc/images/smilies etc/tree-widget etc/tree-widget/default \
 -            etc/tree-widget/folder info man m4 msdos vms mac mac/inc \
 -            mac/inc/sys mac/src mac/Emacs.app mac/Emacs.app/Contents \
 -            mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \
 -            mac/Emacs.app/Contents/Resources/English.lproj
 +            etc/images/icons etc/images/icons/hicolor \
 +            etc/images/icons/hicolor/*x* etc/images/icons/hicolor/scalable \
 +            etc/images/icons/hicolor/*/apps etc/images/icons/hicolor/*/mimetypes \
 +            etc/images/low-color etc/images/mail \
 +            etc/images/smilies etc/images/smilies/grayscale \
 +            etc/images/smilies/medium etc/images/tree-widget \
 +            etc/images/tree-widget/default etc/images/tree-widget/folder \
 +            etc/refcards etc/schema etc/tutorials info doc doc/emacs \
 +            doc/misc doc/man doc/lispref doc/lispintro m4 msdos \
 +            nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
 +            nextstep/Cocoa/Emacs.base/Contents \
 +            nextstep/Cocoa/Emacs.base/Contents/Resources \
 +            nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \
 +            nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib \
 +            nextstep/Cocoa/Emacs.xcodeproj \
 +            nextstep/GNUstep \
 +            nextstep/GNUstep/Emacs.base \
 +            nextstep/GNUstep/Emacs.base/Resources \
 +            nextstep/GNUstep/Emacs.base/Resources/preferences.gorm
  do
    echo "  ${tempdir}/${subdir}"
    mkdir ${tempdir}/${subdir}
@@@ -358,6 -335,13 +358,6 @@@ echo "Making links to \`lisp' and its s
  (cd lisp
   ln [a-zA-Z]*.el ../${tempdir}/lisp
   ln [a-zA-Z]*.elc ../${tempdir}/lisp
 - ln [a-zA-Z]*.dat ../${tempdir}/lisp
 - for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do
 -   # If there are no images, the shell won't expand the pattern.
 -   if [ -f $img ]; then
 -     ln $img ../${tempdir}/lisp
 -   fi
 - done
   ## simula.el doesn't keep abbreviations in simula.defns any more.
   ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
   ln ChangeLog ChangeLog.*[0-9] ../${tempdir}/lisp
  
   for file in $subdirs; do
     echo "  lisp/$file"
 -   mkdir ../${tempdir}/lisp/$file
 +   mkdir -p ../${tempdir}/lisp/$file
     ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file
     ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file
     for img in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.xbm $file/[a-zA-Z]*.pbm; do
@@@ -438,7 -422,7 +438,7 @@@ echo "Making links to \`src'
   echo "  (It is ok if ln fails in some cases.)"
   ln [a-zA-Z]*.c ../${tempdir}/src
   ln [a-zA-Z]*.h ../${tempdir}/src
 - ln [a-zA-Z]*.s ../${tempdir}/src
 + ln [a-zA-Z]*.m ../${tempdir}/src
   ln [a-zA-Z]*.in ../${tempdir}/src
   ln [a-zA-Z]*.opt ../${tempdir}/src
   ## If we ended up with a symlink, or if we did not get anything
@@@ -479,7 -463,7 +479,7 @@@ echo "Making links to \`src/s'
  
  echo "Making links to \`lib-src'"
  (cd lib-src
 - ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src
 + ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src
   ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src
   ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src
   ln makefile.w32-in ../${tempdir}/lib-src
@@@ -510,7 -494,7 +510,7 @@@ echo "Making links to \`m4'
  
  echo "Making links to \`nt'"
  (cd nt
-  ln emacs.manifest emacs.rc config.nt [a-z]*.c ../${tempdir}/nt
+  ln emacs.manifest emacs.rc emacsclient.rc config.nt [a-z]*.c ../${tempdir}/nt
   ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
   ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt
   ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
@@@ -536,49 -520,46 +536,49 @@@ echo "Making links to \`nt/icons'
   ln [a-z]*.ico ../../${tempdir}/nt/icons
   ln [a-z]*.cur ../../${tempdir}/nt/icons)
  
 -echo "Making links to \`mac'"
 -(cd mac
 - ln ChangeLog INSTALL README make-package *.xml *.MPW ../${tempdir}/mac)
 +echo "Making links to \`msdos'"
 +(cd msdos
 + ln  ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
 + ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos
 + cd ../${tempdir}/msdos
 + rm -f =*)
  
 -echo "Making links to \`mac/inc'"
 -(cd mac/inc
 - ln [a-z]*.h ../../${tempdir}/mac/inc)
 +echo "Making links to \`nextstep'"
 +(cd nextstep
 + ln AUTHORS ChangeLog FOR-RELEASE README.txt compile ../${tempdir}/nextstep)
  
 -echo "Making links to \`mac/inc/sys'"
 -(cd mac/inc/sys
 - ln [a-z]*.h ../../../${tempdir}/mac/inc/sys)
 +echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'"
 +(cd nextstep/Cocoa/Emacs.base/Contents
 + ln Info.plist PkgInfo ../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents)
  
 -echo "Making links to \`mac/src'"
 -(cd mac/src
 - ln [a-z]*.c *.r ../../${tempdir}/mac/src)
 +echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources'"
 +(cd nextstep/Cocoa/Emacs.base/Contents/Resources
 + ln Credits.html Emacs.icns ../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources)
  
 -echo "Making links to \`mac/Emacs.app/Contents'"
 -(cd mac/Emacs.app/Contents
 - ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents)
 +echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj'"
 +(cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
 + ln InfoPlist.strings ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj)
  
 -echo "Making links to \`mac/Emacs.app/Contents/Resources'"
 -(cd mac/Emacs.app/Contents/Resources
 - ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources)
 +echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib'"
 +(cd nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib
 + ln *.nib ../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
  
 -echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"
 -(cd mac/Emacs.app/Contents/Resources/English.lproj
 - ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
 +echo "Making links to \`nextstep/Cocoa/Emacs.xcodeproj'"
 +(cd nextstep/Cocoa/Emacs.xcodeproj
 + ln project.pbxproj ../../../${tempdir}/nextstep/Cocoa/Emacs.xcodeproj)
  
 -echo "Making links to \`msdos'"
 -(cd msdos
 - ln  ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
 - ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos
 - cd ../${tempdir}/msdos
 - rm -f =*)
 +echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources'"
 +(cd nextstep/GNUstep/Emacs.base/Resources
 + ln Emacs.desktop Info-gnustep.plist emacs.tiff ../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources )
 +
 +echo "Making links to \`nextstep/GNUstep/Emacs.base/Resources/preferences.gorm'"
 +(cd nextstep/GNUstep/Emacs.base/Resources/preferences.gorm
 + ln data.classes data.info objects.gorm ../../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources/preferences.gorm )
  
  echo "Making links to \`oldXMenu'"
  (cd oldXMenu
   ln *.c *.h *.in ../${tempdir}/oldXMenu
 - ln README ChangeLog ../${tempdir}/oldXMenu
 - ln compile.com descrip.mms ../${tempdir}/oldXMenu)
 + ln README ChangeLog ../${tempdir}/oldXMenu)
  
  echo "Making links to \`lwlib'"
  (cd lwlib
  echo "Making links to \`etc'"
  ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or
  ### tex litter.
 -### Don't distribute gfdl.1, since no man page references it.
  (cd etc
   files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \
 -        | grep -v '^images$' | grep -v '^tree-widget$'`
 +        | grep -v '^charsets$' | grep -v '^gnus$' | grep -v '^images$' | grep -v '^nxml$' \
 +        | grep -v '^refcards$' | grep -v '^tutorials$'| grep -v '^schema$'`
   ln $files ../${tempdir}/etc
   ## If we ended up with a symlink, or if we did not get anything
   ## due to a cross-device symlink, copy the file.
     fi
   done
   cd ../${tempdir}/etc
 - rm -f fns*.el gfdl.1
 + rm -f fns*.el
   rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core
   rm -f TAGS)
  
 -echo "Making links to \`etc/e'"
 -(cd etc/e
 - ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/etc/e
 - cd ../../${tempdir}/etc/e
 - rm -f *~ \#*\# *,v =* core)
 +for dir in etc/charsets etc/e etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do
 +    echo "Making links to \`${dir}'"
 +    (cd ${dir}
 +      ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/${dir}
 +      cd ../../${tempdir}/${dir}
 +      rm -f *~ \#*\# *,v =* core)
 +done
  
  echo "Making links to \`etc/images'"
  (cd etc/images
 - for img in README [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do
 -   if [ -f $img ]; then
 -     ln $img ../../${tempdir}/etc/images
 -   fi
 + for f in *; do
 +     [ -f "$f" ] || continue
 +     case $f in
 +         (*~|\#*\#|*,v|=*|core) continue ;;
 +     esac
 +     ln $f ../../${tempdir}/etc/images
   done)
  
  for dir in etc/images/ezimage etc/images/gnus etc/images/gud etc/images/icons \
 -           etc/images/low-color etc/images/mail etc/images/smilies \
 -           etc/tree-widget/default etc/tree-widget/folder ; do
 +           etc/images/low-color etc/images/mail etc/images/smilies ; do
      echo "Making links to \`${dir}'"
      (cd ${dir}
 -     ln `ls -d * | grep -v CVS | grep -v RCS` ../../../${tempdir}/${dir}
 -     cd ../../../${tempdir}/${dir}
 +     for f in *; do
 +         [ -f "$f" ] || continue
 +         case $f in
 +             (*~|\#*\#|*,v|=*|core) continue ;;
 +         esac
 +         ln $f ../../../${tempdir}/${dir}
 +     done
 +     )
 +done
 +
 +for dir in etc/images/tree-widget/default etc/images/tree-widget/folder \
 +    etc/images/smilies/grayscale  etc/images/smilies/medium; do
 +    echo "Making links to \`${dir}'"
 +    (cd ${dir}
 +     ln `ls -d * | grep -v CVS | grep -v RCS` ../../../../${tempdir}/${dir}
 +     cd ../../../../${tempdir}/${dir}
 +     rm -f *~ \#*\# *,v =* core)
 +done
 +
 +for dir in etc/images/icons/hicolor/*/apps \
 +    etc/images/icons/hicolor/*/mimetypes; do
 +    echo "Making links to \`${dir}'"
 +    (cd ${dir}
 +     ln `ls -d * | grep -v CVS | grep -v RCS` ../../../../../../${tempdir}/${dir}
 +     cd ../../../../../../${tempdir}/${dir}
       rm -f *~ \#*\# *,v =* core)
  done
  
@@@ -672,69 -627,75 +672,69 @@@ echo "Making links to \`info'
   cd ../${tempdir}/info
   # Avoid an error when expanding the wildcards later.
   ln emacs dummy~ ; ln emacs \#dummy\#
-  rm -f *~ \#*\# core)
+  rm -f *~ \#*\# core .arch-inventory)
  
 -echo "Making links to \`man'"
 -(cd man
 - ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
 - ln makefile.w32-in ../${tempdir}/man
 - test -f README && ln README ../${tempdir}/man
 - test -f Makefile.in && ln Makefile.in ../${tempdir}/man
 - ln ChangeLog ../${tempdir}/man
 - test -f split-man && ln split-man ../${tempdir}/man
 - cp texinfo.tex ../${tempdir}/man
 - cd ../${tempdir}/man
 +echo "Making links to \`doc/emacs'"
 +(cd doc/emacs
 + ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/emacs
 + ln makefile.w32-in ../../${tempdir}/doc/emacs
 + test -f README && ln README ../../${tempdir}/doc/emacs
 + test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs
 + ln ChangeLog ../../${tempdir}/doc/emacs
 + cp texinfo.tex ../../${tempdir}/doc/emacs
 + cd ../../${tempdir}/doc/emacs
   rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
   rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
  
 -echo "Making links to \`lispref'"
 -(cd lispref
 - ln `ls -1 *.texi` ../${tempdir}/lispref
 - ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
 - ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref
 - ln makefile.w32-in ../${tempdir}/lispref
 - test -f README && ln README ../${tempdir}/lispref
 - test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
 - ln ChangeLog ../${tempdir}/lispref
 - cd ../${tempdir}/lispref
 +echo "Making links to \`doc/misc'"
 +(cd doc/misc
 + ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/misc
 + ln makefile.w32-in ../../${tempdir}/doc/misc
 + test -f README && ln README ../../${tempdir}/doc/misc
 + test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/misc
 + ln ChangeLog ../../${tempdir}/doc/misc
 + cp texinfo.tex ../../${tempdir}/doc/misc
 + cd ../../${tempdir}/doc/misc
 + rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
 + rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
 +
 +echo "Making links to \`doc/lispref'"
 +(cd doc/lispref
 + ln `ls -1 *.texi` ../../${tempdir}/doc/lispref
 + ln *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/lispref
 + ln *.txt *.el spellfile tindex.pl ../../${tempdir}/doc/lispref
 + ln makefile.w32-in ../../${tempdir}/doc/lispref
 + test -f README && ln README ../../${tempdir}/doc/lispref
 + test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispref
 + ln ChangeLog ../../${tempdir}/doc/lispref
 + cd ../../${tempdir}/doc/lispref
   rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail
   rm -f elisp.?? *.log *.toc *.dvi *.oaux)
  
 -echo "Making links to \`lispintro'"
 -(cd lispintro
 - ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro
 - ln makefile.w32-in ../${tempdir}/lispintro
 - test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro
 - test -f README && ln README ../${tempdir}/lispintro
 - test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro
 - ln ChangeLog ../${tempdir}/lispintro
 - cd ../${tempdir}/lispintro
 +echo "Making links to \`doc/lispintro'"
 +(cd doc/lispintro
 + ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../../${tempdir}/doc/lispintro
 + ln makefile.w32-in ../../${tempdir}/doc/lispintro
 + test -f texinfo.tex && ln texinfo.tex ../../${tempdir}/doc/lispintro
 + test -f README && ln README ../../${tempdir}/doc/lispintro
 + test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispintro
 + ln ChangeLog ../../${tempdir}/doc/lispintro
 + cd ../../${tempdir}/doc/lispintro
   rm -f \#*\# =* *~ core *.Z *.z xmail
   rm -f emacs-lisp-intro.?? *.log *.toc *.dvi *.oaux)
  
 -echo "Making links to \`vms'"
 -(cd vms
 - test -f README && ln README ../${tempdir}/vms
 - cd ../${tempdir}/vms
 - rm -f *~)
 +echo "Making links to \`doc/man'"
 +(cd doc/man
 + ln *.1 ../../${tempdir}/doc/man)
  
  ### It would be nice if they could all be symlinks to top-level copy, but
  ### you're not supposed to have any symlinks in distribution tar files.
  echo "Making sure copying notices are all copies of \`COPYING'"
 -for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do
 +for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do
    rm -f ${tempdir}/${subdir}/COPYING
    cp COPYING ${tempdir}/${subdir}
  done
  
 -#### Make sure that there aren't any hard links between files in the
 -#### distribution; people with afs can't deal with that.  Okay,
 -#### actually we just re-copy anything with a link count greater
 -#### than two.  (Yes, strictly greater than 2 is correct; since we
 -#### created these files by linking them in from the original tree,
 -#### they'll have exactly two links normally.)
 -####
 -#### Commented out since it's not strictly necessary; it should suffice
 -#### to just break the link on alloca.c.
 -#echo "Breaking intra-tree links."
 -#find ${tempdir} ! -type d -links +2 \
 -#  -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \;
 -rm -f $tempdir/lib-src/alloca.c
 -cp $tempdir/src/alloca.c $tempdir/lib-src/alloca.c
 -
  if [ "${newer}" ]; then
    echo "Removing files older than $newer"
    ## We remove .elc files unconditionally, on the theory that anyone picking
@@@ -758,9 -719,7 +758,9 @@@ if [ "${make_tar}" = yes ]; the
      )`
    fi
    case "${default_gzip}" in
 +    bzip2)      gzip_extension=.bz2 ;;
      compress* ) gzip_extension=.Z ;;
 +    lzma)       gzip_extension=.lzma ;;
      * )         gzip_extension=.gz ;;
    esac
    echo "Creating tar file"