X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c4607d7f3dd0bb9d2de3567beb29d2dbd16c5be7..3d5d0aa92fcc051e46badde9742870a0aa3f66b6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ab72805553..b3baff1d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,353 @@ +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. + +2009-07-03 Dan Nicolaescu + + * configure.in (--enable-profiling): New option. + (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips. + +2009-06-27 Glenn Morris + + * configure.in: Restore netbsd on mips, mipsel, mipseb. + +2009-06-26 Dan Nicolaescu + + * configure.in (--enable-checking): New option. + +2009-06-24 Glenn Morris + + * make-dist: Warn if subdir does not exist in source. + (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib) + (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm): + No longer make links. + +2009-06-24 Yavor Doganov + + * make-dist (tempdir): Don't create directories preferences.gorm + and preferences.nib, they are no longer required. + +2009-06-21 Chong Yidong + + * Branch for 23.1. + +2009-06-12 Chong Yidong + + * configure.in: Delete mac-fix-env target, which has been + removed (Bug#3531). + +2009-05-06 Stefan Monnier + + * configure.in: Don't define CANNOT_DUMP for GNUStep any more. + +2009-05-05 Per Starbäck (tiny change) + + * BUGS: Use new binding of view-emacs-problems. + +2009-05-04 Simon Leinen (tiny change) + + * Makefile.in (install-arch-dep): Avoid using $$(..) construct, + for Solaris compatibility. + +2009-04-25 Chong Yidong + + * configure: Regenerate. + + * configure.in: Disable use of FreeType without libXft. + +2009-04-19 Jan Djärv + + * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): + Check if it is declared in gtk.h. + +2009-04-12 Andreas Schwab + + * Makefile.in (install-arch-indep): Remove .gitignore files. + +2009-04-03 Kenichi Handa + + * INSTALL: Make the section "Complex Text Layout support + libraries" the first of "ADDITIONAL DISTRIBUTION FILES". + +2009-03-06 Dan Nicolaescu + + * configure.in (rs6000-ibm-aix6*): Fix typo. + +2009-03-04 Glenn Morris + + * Makefile.in (INFO_FILES): Add auth. + +2009-03-03 Glenn Morris + + * info/dir: Add Auth-source. + +2009-02-28 Stefan Monnier + + * Makefile.in (src): Fix last change so the first `cd' doesn't affect + the second. + +2009-02-28 Eli Zaretskii + + * config.bat: Copy .dbxinit to _dbxinit. + + * make-dist (Making links to `info'): Remove .gitignore. + +2009-02-28 Stefan Monnier + + * Makefile.in (lib-src, lisp): Use simpler rule. + (src): Be more specific to avoid recompiling all the .elc files just + because the bootstrap-emacs is missing. + +2009-02-26 Chong Yidong + + * configure.in: Require librsvg >= 2.11. + +2009-02-23 Adrian Robert + + * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF) + (HAVE_M17N_FLT): Don't check for these unless HAVE_X11. + +2009-02-04 Adrian Robert + + * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop. + +2009-02-03 Glenn Morris + + * make-dist: Add some missing files, remove some that are no longer + present. + +2009-02-02 Glenn Morris + + * make-dist: Add some missing nextstep/ files. + +2009-01-22 Yavor Doganov (tiny change) + + * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) + +2009-01-22 Dan Nicolaescu + + * configure.in: Add support for m68k-*-netbsd. + +2009-01-14 Juri Linkov + + * .dir-locals.el (change-log-mode): Remove bug-reference-mode. + + * .dir-locals.el (change-log-mode): Add bug-reference-url-format + and bug-reference-mode. + +2009-01-11 Juri Linkov + + * INSTALL.CVS: Move configuration explicitly to the first step. + +2009-01-09 Glenn Morris + + * .dir-locals.el: Don't set indent-tabs-mode. + +2008-12-30 Kenichi Handa + + * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has + the function OTF_get_variation_glyphs. + +2008-12-30 Jan Djärv + + * Makefile.in (install-arch-dep): Remove old directories in + ns_app* before moving new directories there. + +2008-12-27 Dan Nicolaescu + + * .dir-locals.el: Remove non-working entry for pmail. + (fill-column): Fix typo. + (change-log-mode): Add fill column. + +2008-12-26 Eli Zaretskii + + * config.bat: Produce _dir-locals.el from .dir-locals.el. + +2008-12-23 Dan Nicolaescu + + * make-dist (tempdir): Distribute .dir-locals.el. + + * .dir-locals.el: New file. + +2008-12-19 Eli Zaretskii + + * config.bat (--with-system-malloc): New option; see msdos/INSTALL + for rationale. + 2008-12-13 Glenn Morris * Makefile.in (install-arch-indep): Add new man-pages. + (manext): Remove variable. + (MAN_PAGES): New variable. + (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add + and remove. + (uninstall): Remove desktop file and icons, game scores if empty. 2008-12-11 Dan Nicolaescu @@ -496,6 +843,7 @@ * configure.in: Print an error for systems that we think are obsolete and are proposed to be removed. Remove some more unused systems. + Add support for powerpc-ibm-aix6*. 2008-02-24 Dan Nicolaescu @@ -1310,7 +1658,7 @@ 2006-04-20 Ramprasad B - * Copyright (sources/emacs): Update copyright year(s). + Update copyright year(s) in many files. 2006-04-01 Emanuele Giaquinta (tiny change) @@ -4001,7 +4349,7 @@ * Version 19.33 released. -1996-08-10 Marcus Daniels +1996-08-10 Marcus G. Daniels * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change. @@ -5745,7 +6093,7 @@ before moving it. * Makefile.in (VPATH): Define to @srcdir@. -1993-09-28 Brian Fox (bfox@cubit) +1993-09-28 Brian J. Fox (bfox@cubit) * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just copy src/Makefile.in instead. Touch @@ -5754,7 +6102,7 @@ * INSTALL: Update documentation to match new configuration mechanism. -1993-09-27 Brian Fox (bfox@ai.mit.edu) +1993-09-27 Brian J. Fox (bfox@ai.mit.edu) * configure.in: Allow any of the path or directory Makefile variables to be set with flags to configure. Create all Makefiles @@ -5765,14 +6113,14 @@ If these files are out of date, simply have config.status rebuild them; don't rebuild them explicitly. -1993-09-25 Brian Fox (bfox@ai.mit.edu) +1993-09-25 Brian J. Fox (bfox@ai.mit.edu) * build-install.in: Change src/xemacs to src/emacs. We no longer create src/xemacs, so the file wouldn't be found. * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'. -1993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu) +1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu) * configure.in: Avoid forcing the search of /usr/include before fixed include files by resetting C_SWITCH_X_SITE if it is @@ -5789,19 +6137,19 @@ Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. Remove ${extra_output} from AC_OUTPUT call. -1993-09-17 Brian Fox (bfox@inferno) +1993-09-17 Brian J. Fox (bfox@inferno) * make-dist: Quote backquotes found in strings to be echoed. * configure.in: Use "sh -c pwd" when we want to avoid having the shell fix up the value of $PWD. -1993-09-13 Brian Fox (bfox@inferno) +1993-09-13 Brian J. Fox (bfox@inferno) * Makefile.in (do-install): Don't abort if ln or chmod at the end of the installation fail. Suggested by Karl Berry. -1993-08-30 Brian Fox (bfox@inferno) +1993-08-30 Brian J. Fox (bfox@inferno) * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" was used. Set MAKEFLAGS from MFLAGS. @@ -7479,11 +7827,10 @@ ;; Local Variables: ;; coding: utf-8 ;; add-log-time-zone-rule: t -;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.