(dabbrev-ignored-buffer-regexps): Renamed from
[bpt/emacs.git] / ChangeLog
index dccc432..503a8bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,281 @@
+2001-02-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * mkinstalldirs (errstatus): Chmod a+rx directories we create.
+
+       * Makefile.in (uninstall): Ignore exit code of `rm'.
+       
+       * Makefile.in (uninstall): Remove more info files.  Remove
+       ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
+
+2001-01-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * noleim-Makefile.in (extraclean): Add.
+
+2001-01-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
+       it quiet.
+
+2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
+
+       * Makefile.in (tags): Fix typo.
+
+2001-01-13  Kenichi Handa  <handa@etl.go.jp>
+
+       * configure.in: Fix typo in the code setting x_search_path.
+
+2001-01-10  Dave Love  <fx@gnu.org>
+
+       * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
+       -lXext.
+       (HAVE_XKBGETKEYBOARD): Fix reporting of result.
+       (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
+       (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
+       Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
+       (now in $LIBS).
+
+2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Run the preprocessor with -traditional.
+
+2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Move copying conditions to end of file.
+
+2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Add basic installation procedure which assumes
+       `configure' does its job.  Elaborate on image support libraries.
+       Add a pointer to Xaw3d library.  Add advice about solving
+       configure-time problems by looking in config.log and setting
+       variables in the environment.
+
+2000-12-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (install-arch-indep): If tar fails, exit with
+       exit code 1.
+
+2000-12-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
+       source file includes XKBlib.h.  On some broken Solaris systems,
+       there is an XKBlib.h, reportedly, but header files included by
+       XKBlib.h are missing.
+
+2000-12-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
+
+2000-12-11  Dave Love  <fx@gnu.org>
+
+       * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
+
+2000-12-11  Paul Eggert  <eggert@twinsun.com>
+
+       * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
+       Merge fixes from latest GNU tar version.  These macros no longer
+       futz with _XOPEN_SOURCE, as that was not portable in practice.
+       (AC_FUNC_FSEEKO): New macro.
+       
+       * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
+       ftello.
+       
+2000-12-05  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
+
+2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir: Change the category to "Emacs".
+
+2000-12-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist (tempdir): Remove epaths.h from the distribution
+       instead of paths.h.
+
+2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config.bat: Check for existence of djecho.exe, and print an
+       error message if it is not available.
+
+       * INSTALL: Describe possible problem with djecho.exe in old
+       versions of DJGPP v2.x.
+
+2000-11-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Initialize HAVE_LIBXP to no.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Use m/macppc.h instead of the non-existent 
+       m/powerpc.h.
+
+2000-11-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (install-arch-indep): Also install info/eshell*
+       and info/speedbar*.
+
+       * configure.in (HAVE_PNG): Check for the presence of
+       png_get_channels to rule out older PNG libs.
+
+       * configure.in (AC_OUTPUT): Arrange to emit definitions of
+       GCC and NON_GNU_CPP into config.status.
+
+2000-11-20  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix last change.
+
+       * GETTING.GNU.SOFTWARE: Deleted.
+       * FTP: New file to replace it.
+       * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
+
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Use -traditional with GNU cpp.
+
+2000-11-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Handle the Mac port.  Distribute all makefile.w32-in.
+       Distribute more files from the nt/ subdir.  Distribute PBM
+       image files from subdirs of lisp/.  Distribute old change logs
+       from subdirs of lisp/.  Distribute play/5x5.el.
+
+2000-11-11  Dave Love  <fx@gnu.org>
+
+       * config.sub, config.guess: Updated from master source.
+
+2000-11-07  Dave Love  <fx@gnu.org>
+
+       * configure.in: Test for mkstemp.
+
+2000-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir (Top): Rearrange menu items more logically, and put
+       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>
+
+       * Makefile.in (install-arch-indep): Use --info-dir instead of
+       --dir-file, and a simple argument instead of --info-file, so that
+       the Debian version of install-info also works.
+
+2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
+
+       * info/dir (Speedbar): Add entry.
+
+2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Describe the new image-support options to the configure
+       script.  List URLs where image support libraries can be found.
+
+2000-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir (Top): Add an entry for Eshell.
+
+2000-10-02  Dave Love  <fx@gnu.org>
+
+       * configure.in: Check for gai_strerror.
+
+2000-10-01  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-arch-indep): Update list of installed info
+       files.
+
+2000-09-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Support `sparc*-*-netbsd*'.
+
+2000-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info/dir (MIME): Add entry for emacs-mime.
+
+2000-09-29  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
+
+2000-09-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Adapt to the change of leim/Makefile which was
+       necessary to ensure a reasonably working `make dist'.
+
+       * leim-Makefile.in: Moved to leim/Makefile.in..
+
+       * noleim-Makefile.in: New file, formerly leim/Makefile.in.
+
+2000-09-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) 
+       (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) 
+       (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
+       files to .elc.
+       (${TIT}): Adjusted for the above change.
+       (clean mostlyclean): Likewise.
+       (.el.elc): New target.
+
+2000-09-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist: Include XPM and XBM files in lisp/ and subdirs
+       in the distribution.
+
+2000-09-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * make-dist (skk): Rename to `ja-dic' because the leim directory
+       was renamed.
+
+2000-09-14  Dave Love  <fx@gnu.org>
+
+       * configure.in: Fix spurion in last change.
+
+2000-09-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
+       configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
+       to `no' if defined.  Change result report.
+
+2000-09-08  Dave Love  <fx@gnu.org>
+
+       * configure.in: Remove spurious `@'s.
+
+       * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
+       autoconf.
+
+2000-09-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
+       file and print informational message.
+       
+       * configure.in (AC_FUNC_MMAP): Add.
+
+2000-09-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add ``checking'' messages for
+       XpmReturnAllocPixels.
+
+2000-08-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Check <strings.h>; check `index' and `rindex'
+       functions.
+
+2000-08-26  Kenichi Handa  <handa@etl.go.jp>
+
+       * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
+       "case "${canonical}" in".
+
+2000-08-25  Dave Love  <fx@gnu.org>
+
+       * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
+
+2000-08-25  Kenichi Handa  <handa@etl.go.jp>
+
+       * leim-Makefile.in: Rename skk to ja-dic throughout the file.
+
+2000-08-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
+       contains a relative path.  Protect against unusable values of
+       $PWD.
+
 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info/dir (WoMan): Add entry.
 
        * configure.in: Grok sparc64-*-linux-gnu*.
 
+After the release of 20.4, development was split into two separate
+code lines.  One line contained the code for Emacs 21, and the other
+one the code for the 20.x releases after 20.4.  The following change
+log entries up to the entry ``20.4 released'' are for the 20.x code
+line.  Change logs above this notice are those for the 21.x code line.
+
+2000-06-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * Version 20.7 released.
+       
+2000-06-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add powerpc*-*-linux-gnu*.
+
+2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
+
+       * configure.in: Check for grandpt and getpt.
+
+2000-02-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * Version 20.6 released.
+       
+2000-02-18  Dave Love  <fx@gnu.org>
+
+       * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
+
+2000-02-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Add support for arm*-g*-linux-gnu* systems.
+
+1999-12-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * Version 20.5 released.
+       
+1999-11-28  Dave Love  <fx@gnu.org>
+
+       * configure.in: Recognize sparc64-*-linux-gnu*.
+
+1999-11-11  Erik Naggum  <erik@naggum.no>
+
+       * configure.in (bitmapdir): Allow for both "bitmaps" directories.
+
+1999-08-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Make --no-debug work again by removing -gcoff.
+
 1999-07-12  Richard Stallman  <rms@gnu.org>
 
        * Version 20.4 released.
 
        * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
        to match build-install and paths.h.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End: