]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* configure.in: Require GTK 2.4 or newer.
[gnu-emacs] / ChangeLog
index 458c633e9d08945184103fe9eefe614c498b1fc0..cb2d6730c2eaf9fad83b746d1f7e8faf6501f2da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,265 @@
+2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Require GTK 2.4 or newer.
+       * configure: Regenerate
+
+2006-01-29  Michael Olson  <mwolson@gnu.org>
+
+       * Makefile.in (install-arch-indep, uninstall): Add ERC.
+       * info/dir (ERC): New entry.
+
+2006-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * info/dir: Fix last change.
+
+2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in (install-arch-indep, uninstall): Add rcirc.
+
+2006-01-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * info/dir: Untabify the whole file.
+       (Rcirc): New entry.
+
+2006-01-12  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
+       check.
+       * configure: Regenerate.
+
+2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Use -Wno-pointer-sign if available.
+       * configure: Regenerate.
+
+2005-12-29  Andreas Schwab  <schwab@suse.de>
+
+       * config.guess, config.sub: Updated from master source.
+
+2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * configure.in: use amdx86-64 for freebsd on x86_64.
+
+2005-11-22  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Add etc/images/icons.
+
+2005-11-03  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Use GZIP_PROG instead of GZIP.
+
+       * Makefile.in (GZIP_PROG): Renamed from GZIP.
+       (install-arch-indep): Adjust.
+
+2005-11-01  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (bootstrap): Fix dependencies for parallel build.
+       (bootfast): Likewise.
+
+2005-11-01  Romain Francoise  <romain@orebokech.com>
+
+       * configure.in: Check for gzip.
+       * configure: Regenerate.
+
+       * Makefile.in (install): Compress source files.
+
+2005-10-24  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Fix darwin386 configuration issue.
+       * configure: Regenerate.
+
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
+
+2005-10-17  Bill Wohler  <wohler@newt.com>
+
+       * make-dist: Create and populate etc/images/low-color.
+
+2005-10-15  Bill Wohler  <wohler@newt.com>
+
+       * make-dist: Create and populate etc/images/gud.
+
+2005-10-08  Richard M. Stallman  <rms@gnu.org>
+
+       * make-dist (tempparent): Don't check for 14-char file name limit.
+
+2005-10-07  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Add etc/images/ezimage and etc/images/mail
+       directories.  Install images in etc/images.
+
+2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in: Prefer Carbon if --enable-carbon-app or
+       --with-carbon is explicitly specified even when X11 is detected.
+       * configure: Regenerate.
+
+2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
+
+       * Makefile.in (install-arch-indep, uninstall):
+       Handle newsticker manual.
+       (info): Add - to commands.
+
+2005-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * AUTHORS: Regenerate.
+
+2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
+
+       Remove the MAXPATHLEN limitations:
+
+       * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
+       * configure: Regenerated.
+
+2005-09-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in <lynxsos*>: Support for LynxOS on PPC.
+       * configure: Regenerated.
+
+2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `lock'.
+
+2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
+
+2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge gnulib getopt implementation into Emacs.
+
+       * Makefile.in (AUTOCONF_INPUTS): New macro.
+       ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
+       so that these files also depend on m4/getopt.m4.
+       * configure.in: Configure getopt by including m4/getopt.m4,
+       and configuring a getopt replacement if necessary.
+       * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
+       * m4/getopt.m4: New file.
+
+2005-07-06  Lute Kamstra  <lute@gnu.org>
+
+       * configure.in: Fix capitalization.
+       * configure: Regenerate.
+
+2005-07-04  Lute Kamstra  <lute@gnu.org>
+
+       Update FSF's address in GPL notices.
+
+2005-06-19  J\e,bi\e(Br\e,bt\e(Bme Marant  <jerome@marant.org>
+
+       * Makefile.in (epaths-force): Protect both lisppath and
+       buildlisppath from whitespace.
+
+2005-06-08  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Support Darwin/MacOSX on Intel
+       * configure: Regenerate.
+
+2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_CANCELMENUTRACKING): New test.
+       * configure: Regenerate.
+
+2005-05-11  J\e,Ai\e(Br\e,At\e(Bme Marant  <jmarant@marant.org>
+
+       * configure.in: Add --enable-locallisppath.
+       * configure: Regenerate.
+
+2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
+       Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
+       USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
+       * configure: Regenerate.
+
+2005-05-07  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>
+
+       * make-dist: Remove references to makefile.nt and makefile.def.
+       Include widgets and images subdirectories of etc.  Do not exclude
+       ldefs-boot.el.
+
+2005-04-23  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Remove duplicate match for powerpc configuration.
+       * configure: Regenerate.
+
+2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * configure.in: Check for <pwd.h>.
+       * configure: Regenerate.
+
+2005-04-14  Lute Kamstra  <lute@gnu.org>
+
+       * make-dist: Distribute all ChangeLog files in lisp/.
+       Don't distribute ldefs-boot.el.
+       lisp/makefile.nt no longer exists.
+
+2005-04-13  Lute Kamstra  <lute@gnu.org>
+
+       * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
+       for "no-byte-compile: t" in the file instead.
+
+2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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>
+
+       * configure.in: Only add XASSERTS to cppflags.
+       * configure: Regenerate.
+
+2005-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Added --enable-asserts.
+       * configure: Regenerate.
+
+2005-02-09  Kim F. Storm  <storm@cua.dk>
+
+       Change release version from 21.4 to 22.1 throughout.
+       Change development version from 21.3.50 to 22.0.50.
+
+2005-01-19  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Check for <sys/utsname.h>.
+       * configure: Regenerate.
+
+2004-12-11  Kim F. Storm  <storm@cua.dk>
+
+       * Makefile.in (info): Undo 2004-12-05 change.
+
+2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * info/dir (File): Add URL and Org Mode manuals.
+       * Makefile.in (install-arch-indep, uninstall): Add url and org
+       manuals.
+
+2004-12-07  Stefan  <monnier@iro.umontreal.ca>
+
+       * 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>
+
+       * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
+       pthreads and define HAVE_GTK_AND_PTHREAD.
+       * configure: Regenerate.
+
+2004-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (info): Ignore errors building info files.
+
 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
 
        * config.bat: If 8-byte alignment is not supported, define
        NO_DECL_ALIGN in src/config.h, instead of trivially defining
-       DECL_ALIGN.
+       DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
+       filter through Sed to remove the quotes.
 
 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>