]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Mention `test' directory.
[gnu-emacs] / ChangeLog
index 5d993d114f465ed78a9292393a8d1c4d4cace7f8..4ed7eadd721cd178d31a72422bc137fdbb6d4de3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-02-29  Glenn Morris  <rgm@gnu.org>
+
+       * test/: New directory.
+
+2008-02-27  Jan Dj\e$(Q)Z\e(Brv  <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*): Added.
+
+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-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (xtensa): Match more configurations.
+
+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\e,Ad\e(Brv  <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>
+
+       * 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-09-16  Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
+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\e,Ad\e(Brv  <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-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\e,Ad\e(Brv  <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\e,Aa\e(Broly L\e$,1 q\e(Brentey  <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\e,Ad\e(Brv  <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\e,Ad\e(Brv  <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\e,Ad\e(Brv  <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>
+
+       * 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\e,Ad\e(Brv  <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.
 
 2007-04-19  Glenn Morris  <rgm@gnu.org>
 
-       * configure.in: Signal error if Xaw libs are missing in a Lucid
-       build.
+       * configure.in: Signal error if Xaw libs are missing in a Lucid build.
 
 2007-04-18  Glenn Morris  <rgm@gnu.org>
 
 
 2003-04-28  Francesco Potort\e,Al\e(B  <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>
 
 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.
 
 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>
 
 
 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>
        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>