X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f5b30dc9b6c1470626299bcc0610867a538859c0..3d5d0aa92fcc051e46badde9742870a0aa3f66b6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cbe7a64539..b3baff1d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +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. @@ -71,7 +155,7 @@ * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). -2009-08-02 Kevin Ryde +2009-08-02 Kevin Ryde * INSTALL: Fix free fonts URL. @@ -81,8 +165,8 @@ 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