X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/adf87c293fcc7ca9363b7494c30bc3d0f142c9a2..2e0bea68fab0abb20615f84be2faaeaf141f42fe:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 07fbab1185..6063a54bc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,188 @@ +2005-11-03 Andreas Schwab + + * configure.in: Use GZIP_PROG instead of GZIP. + + * Makefile.in (GZIP_PROG): Renamed from GZIP. + (install-arch-indep): Adjust. + +2005-11-01 Andreas Schwab + + * Makefile.in (bootstrap): Fix dependencies for parallel build. + (bootfast): Likewise. + +2005-11-01 Romain Francoise + + * configure.in: Check for gzip. + * configure: Regenerate. + + * Makefile.in (install): Compress source files. + +2005-10-24 Steven Tamm + + * configure.in: Fix darwin386 configuration issue. + * configure: Regenerate. + +2005-10-22 Eli Zaretskii + + * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure. + +2005-10-17 Bill Wohler + + * make-dist: Create and populate etc/images/low-color. + +2005-10-15 Bill Wohler + + * make-dist: Create and populate etc/images/gud. + +2005-10-08 Richard M. Stallman + + * make-dist (tempparent): Don't check for 14-char file name limit. + +2005-10-07 Romain Francoise + + * make-dist: Add etc/images/ezimage and etc/images/mail + directories. Install images in etc/images. + +2005-10-04 YAMAMOTO Mitsuharu + + * 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 + + * Makefile.in (install-arch-indep, uninstall): + Handle newsticker manual. + (info): Add - to commands. + +2005-09-11 Kim F. Storm + + * AUTHORS: Regenerate. + +2005-09-10 Giuseppe Scrivano + + Remove the MAXPATHLEN limitations: + + * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name. + * configure: Regenerated. + +2005-09-09 Eli Zaretskii + + * configure.in : Support for LynxOS on PPC. + * configure: Regenerated. + +2005-09-05 Paul Eggert + + * config.guess, config.sub: Updated from master source. + +2005-08-03 Juanma Barranquero + + * .cvsignore: Add `lock'. + +2005-07-28 Juanma Barranquero + + * .cvsignore: Add `data' and `site-lisp' (for in-place installs). + +2005-07-26 Paul Eggert + + 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 + + * configure.in: Fix capitalization. + * configure: Regenerate. + +2005-07-04 Lute Kamstra + + Update FSF's address in GPL notices. + +2005-06-19 J,bi(Br,bt(Bme Marant + + * Makefile.in (epaths-force): Protect both lisppath and + buildlisppath from whitespace. + +2005-06-08 Steven Tamm + + * configure.in: Support Darwin/MacOSX on Intel + * configure: Regenerate. + +2005-06-06 Jan Dj,Ad(Brv + + * configure.in (HAVE_CANCELMENUTRACKING): New test. + * configure: Regenerate. + +2005-05-11 J,Ai(Br,At(Bme Marant + + * configure.in: Add --enable-locallisppath. + * configure: Regenerate. + +2005-05-13 YAMAMOTO Mitsuharu + + * 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,Ai(Br,At(Bme Marant + + * 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 + + * configure.in: Remove duplicate match for powerpc configuration. + * configure: Regenerate. + +2005-04-20 Thien-Thi Nguyen + + * configure.in: Check for . + * configure: Regenerate. + +2005-04-14 Lute Kamstra + + * 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 + + * 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 + + * configure.in : Don't let a special LessTif/Motif1.2 install + shadow the main Lesstif/Motif-2.1 libs and includes. + +2005-03-10 Jan Dj,Ad(Brv + + * configure.in: Only add XASSERTS to cppflags. + * configure: Regenerate. + +2005-03-04 Jan Dj,Ad(Brv + + * configure.in: Added --enable-asserts. + * configure: Regenerate. + +2005-02-09 Kim F. Storm + + 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 + + * configure.in: Check for . + * configure: Regenerate. + 2004-12-11 Kim F. Storm * Makefile.in (info): Undo 2004-12-05 change.