X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/49a9e76da89e2552cc942fc7d687cc9cbbf28e26..169759a0d412e5f1eb9aea1663bbffb59002452c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0234d25139..f410bf234f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,246 @@ +2010-11-04 Michael Albinus + + * configure.in: Don't write a warning for D-Bus anymore. + +2010-11-03 Glenn Morris + + * configure.in (CRT_DIR): New output variable. + (--with-crt-dir): New option. (Bug#5655) + (HAVE_LIB64_DIR): Remove. + +2010-10-12 Glenn Morris + + * BUGS, INSTALL.BZR, README: Updates. + +2010-10-08 Eli Zaretskii + + * make-dist: Don't distribute src/buildobj.h. (Bug#7167) + +2010-06-23 Glenn Morris + + * info/dir: Start descriptions in column 32, per Texinfo convention. + +2010-06-12 Chong Yidong + + * INSTALL: Update font information (Bug#6389). + +2010-06-10 Glenn Morris + + * INSTALL: General update. + +2010-05-30 Stefan Monnier + + * .bzrignore: Ignore new files from trunk, which appear if you use + colocated branches (i.e. "bzr switch"). + +2010-05-10 Miles Bader + + * configure.in: Get rid of "unix" pre-defined macro when + preprocessing Makefile. (Bug#5857) [Backport from trunk] + +2010-05-07 Chong Yidong + + * Version 23.2 released. + +2010-05-03 Štěpán Němec (tiny change) + + * INSTALL: Fix typos. + +2010-05-03 Chong Yidong + + * configure.in: Add check for buggy version of GCC (Bug#6031). + +2010-01-31 Juri Linkov + + * .bzrignore: Add TAGS-LISP. + +2010-01-23 Giorgos Keramidas (tiny change) + + * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks + this header file). + +2010-01-12 Juanma Barranquero + + * .bzrignore: Ignore all .exe, instead of individual files. + +2010-01-12 Chong Yidong + + * configure.in: Explicitly check for and link to -lXrender. + +2010-01-12 Glenn Morris + + * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug + for bug reports for development versions. + +2010-01-02 Eli Zaretskii + + * .bzrignore: Add more ignored patterns, including for the MS-DOS + build. + +2009-12-27 Karl Fogel + + * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar. + * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly. + +2009-12-17 Glenn Morris + + * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org. + +2009-12-15 Glenn Morris + + * info/dir: Add EDT entry. + * Makefile.in (INFO_FILES): Add edt. + +2009-12-10 Jan Djärv + + * configure.in: Check for RSVG if GNUStep is used. + +2009-12-09 Jan Djärv + + * configure.in: Don't check for RSVG or GConf unless X11 is used. + +2009-12-09 Ken Brown (tiny change) + + * configure.in: Allow compiling Emacs with GTK on Cygwin. + +2009-12-01 Glenn Morris + + * make-dist: Add etc/images/mpc directory. + +2009-11-21 Jan Djärv + + * configure.in: Don't check for GConf unless X is used. + +2009-11-20 Dan Nicolaescu + + * configure.in: Use -Wdeclaration-after-statement if available. + +2009-11-17 Jan Djärv + + * configure.in: New option: --with(out)-gconf. + Set HAVE_GCONF if we find gconf. + +2009-11-17 Glenn Morris + + * Makefile.in (INFO_FILES): Add semantic. + +2009-11-16 Chong Yidong + + * info/dir: Add Semantic. + +2009-11-16 Glenn Morris + + * Makefile.in (install-arch-indep): Use a more restrictive Makefile + pattern, so as not to exclude makefile*.el. (Bug#4912) + +2009-11-14 Jan Djärv + + * configure.in: --enable-autodepend is new. Check for GNU Make + and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use + gcc and GNU make to generate dependencies. + +2009-10-27 Glenn Morris + + * make-dist: Make links to doc/lispintro/*.pdf. + +2009-10-23 Jim Meyering + + * configure.in: Invoke $CPP with -P when creating Makefile and + src/Makefile. Without this, gcc 4.4.2 converts each + backslash-newline pair in the input to a bare newline, yielding + invalid Makefiles. + + * configure: Regenerate. + +2009-10-19 Dan Nicolaescu + + * configure.in (vax-dec-vms): Remove, not supported anymore. + +2009-10-15 Adrian Robert + + * configure.in (NS_HAVE_NSINTEGER): Back out previous change. + (*-apple-darwin*): Add x86_64 architecture. + +2009-10-14 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + +2009-10-11 Adrian Robert + + * configure.in (NS_HAVE_NSINTEGER): Remove this test and define. + +2009-10-07 Edward Trumbo (tiny change) + + * Makefile.in (INFO_FILES): Add EDE and EIEIO. + +2009-09-29 Glenn Morris + + * make-dist (check): Update for two new levels of subdirectory in lisp/. + +2009-09-17 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + + * configure.in (OTHER_FILES): Define using autoconf not cpp. + +2009-09-14 Dan Nicolaescu + + * .dir-locals.el (change-log-mode): Restore bug-reference-mode. + +2009-09-13 Chong Yidong + + * INSTALL: Update URL for GNU FreeFont. + +2009-09-09 Glenn Morris + + * Makefile.in (install-arch-indep): Don't recursively change perms of + site-lisp and infodir. There may be non-Emacs files in here, and the + files supplied by Emacs are all handled explicitly already. (Bug#3800) + (mkdir): Set umask to world-readable before creating directories. + mkinstalldirs already checks if dirs exist, don't duplicate this test. + +2009-08-29 Glenn Morris + + * Makefile.in (info-real): Don't ignore errors from doc Makefiles. + (info): Don't give an error in the absence of makeinfo - let the doc + Makefiles do that, if the info files need rebuilding. (Bug#3982) + +2009-08-23 Ken Raeburn + + * Makefile.in (install-arch-indep): If the versioned DOC-#### + generated during loadup+dump isn't found, install the plain DOC + file that always gets generated, in case CANNOT_DUMP is set. + + * configure.in: Warn if package version specified here doesn't + match the version in version.el. + * configure: Regenerate. + +2009-08-22 Michael Albinus + + * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd. + + * configure: Regenerate. + +2009-08-19 Glenn Morris + + * INSTALL: Remove reference to cvtmail. + +2009-08-15 CHENG Gao + + * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). + +2009-08-02 Kevin Ryde + + * INSTALL: Fix free fonts URL. + 2009-07-22 Glenn Morris * configure.in (AC_PREREQ): Require autoconf 2.62. 2009-07-04 Andreas Schwab - * configure.in (--enable-checking, --enable-profiling): Use - AS_HELP_STRING. + * configure.in (--enable-checking, --enable-profiling): + Use AS_HELP_STRING. 2009-07-03 Dan Nicolaescu @@ -3379,8 +3614,8 @@ 1999-10-09 Stefan Monnier - * make-dist (dontcompile): look for the DONTCOMPILE variable rather - than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. + * make-dist (dontcompile): Look for the DONTCOMPILE variable rather + than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. 1999-10-09 Richard M. Stallman @@ -3389,7 +3624,7 @@ 1999-10-08 Stefan Monnier - * update-subdirs: also ignore CVS subdirs. + * update-subdirs: Also ignore CVS subdirs. 1999-10-07 Gerd Moellmann @@ -5949,8 +6184,8 @@ src/Makefile.in is built from src/Makefile. * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): - If these files are out of date, simply have config.status - rebuild them; don't rebuild them explicitly. + If these files are out of date, simply have config.status + rebuild them; don't rebuild them explicitly. 1993-09-25 Brian J. Fox (bfox@ai.mit.edu) @@ -6145,7 +6380,7 @@ 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) - * configure.in (m68k-bull-sysv3): new config. + * configure.in (m68k-bull-sysv3): New config. 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) @@ -6368,7 +6603,7 @@ * make-dist: Rebuild configure if configure.in is newer. - * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src + * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src targets to be executed even if make remembers that it has already satisfied FRC. @@ -6868,7 +7103,7 @@ * make-dist: Don't distribute etc/Old files. * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their - backups. + backups. 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) @@ -6898,7 +7133,7 @@ 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * Makefile.in: Add commented-out variable settings for developer's - configuration. + configuration. 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) @@ -7513,7 +7748,7 @@ the script. * INSTALL: Doc fix. - * Makefile: brought the Makefile up to the GNU coding + * Makefile: Brought the Makefile up to the GNU coding standards, as described in standards.text: (TAGS): New name for the target which rebuilds the tags table. (check): New target; doesn't do anything yet. @@ -7669,7 +7904,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.