* config.in: Regenerate.
[bpt/emacs.git] / ChangeLog
index 60d9ac7..a6ae461 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,309 @@
+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  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to
+       fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under
+       GNUstep.
+       * configure: Regenerate.
+
+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.
+       * configure: Regenerate.
+
+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-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-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.
+
+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.  Remove some more unused systems.
+
+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*): 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
 
        * configure.in: D-Bus is not enabled by default.
 
-2007-12-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Give package name and verision to AC_INIT.
 
 
        * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
 
-       * configure: Regenerate.
-
 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * configure.in: No need for DBUS_INFO anymore.
 
-       * configure: Regenerate.
-
        * 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.
 
-       * configure: Regenerate.
-
        * Makefile.in (INFO_FILES): Add dbus.
 
 2007-12-02  Romain Francoise  <romain@orebokech.com>
 
        * configure.in: Deprecate Mac Carbon port.
 
-2007-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Remove HAVE_X11R5 check.
 
        * configure.in: Use AS_HELP_STRING throughout.
        * configure: Regenerate.
 
-2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Require Gtk/Glib 2.6.
 
 
        * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
 
-2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <karoly@lorentey.hu>
+2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
 
        * README.multi-tty: New file.
 
 
        * README: Increase version to 23.0.50.
 
-2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: New option: --without-xaw3d.
 
 
        * COPYING, info/COPYING: Switch to GPLv3.
 
-2007-06-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+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.
 
        * configure.in: Prefer libgif over libungif.
 
-2007-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Exit with error if image libraries aren't found.
 
 
        * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
 
-2007-06-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Change wording about yes/gtk and lucid/athena
        being synonyms.
 
        * 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
+       * configure.in: Undo last (RMS') change, as it is useless, per
        Dave Love.
 
 2003-04-08  Richard M. Stallman  <rms@gnu.org>
 
        * 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.
 
 
 2002-10-30  Dave Love  <fx@gnu.org>
 
-       * configure.in:  Require autoconf 2.53.  Test for pty.h,
+       * configure.in: Require autoconf 2.53.  Test for pty.h,
        sys/mman.h, sys/param.h, mremap, memmove.
        (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
        (AC_PROG_YACC): Delete.
        (*-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
 
 1997-04-09  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
 
-       * configure.in (doug_lea_malloc):  First check for SYSTEM_MALLOC,
+       * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
        in case it is desirable to disable the GNU malloc features with glibc.
 
 1997-04-08  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.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