(x_new_font): Update f->scroll_bar_actual_width.
[bpt/emacs.git] / ChangeLog
index 070c6f1..eb2d87e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,226 @@
+2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Don't check for GConf unless X is used.
+
+2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Use -Wdeclaration-after-statement if available.
+
+2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: New option: --with(out)-gconf.
+       Set HAVE_GCONF if we find gconf.
+
+2009-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_FILES): Add semantic.
+
+2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info/dir: Add Semantic.
+
+2009-11-16  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <jan.h.d@swipnet.se>
+
+       * 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  <rgm@gnu.org>
+
+       * make-dist: Make links to doc/lispintro/*.pdf.
+
+2009-10-23  Jim Meyering  <meyering@redhat.com>
+
+       * 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  <dann@ics.uci.edu>
+
+       * configure.in (vax-dec-vms): Remove, not supported anymore.
+
+2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
+       (*-apple-darwin*): Add x86_64 architecture.
+
+2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
+
+2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
+
+       * Makefile.in (INFO_FILES): Add EDE and EIEIO.
+
+2009-09-29  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist (check): Update for two new levels of subdirectory in lisp/.
+
+2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+       * configure.in (OTHER_FILES): Define using autoconf not cpp.
+
+2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
+
+2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * INSTALL: Update URL for GNU FreeFont.
+
+2009-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <rgm@gnu.org>
+
+       * 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  <raeburn@raeburn.org>
+
+       * 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  <michael.albinus@gmx.de>
+
+       * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
+
+       * configure: Regenerate.
+
+2009-08-19  Glenn Morris  <rgm@gnu.org>
+
+       * INSTALL: Remove reference to cvtmail.
+
+2009-08-15  CHENG Gao  <chenggao@gmail.com>
+
+       * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
+
+2009-08-02  Kevin Ryde  <user42@zip.com.au>
+
+       * INSTALL: Fix free fonts URL.
+
+2009-07-22  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.62.
+
+2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (--enable-checking, --enable-profiling):
+       Use AS_HELP_STRING.
+
+2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (--enable-profiling): New option.
+       (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
+
+2009-06-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Restore netbsd on mips, mipsel, mipseb.
+
+2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (--enable-checking): New option.
+
+2009-06-24  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <yavor@gnu.org>
+
+       * make-dist (tempdir): Don't create directories preferences.gorm
+       and preferences.nib, they are no longer required.
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Delete mac-fix-env target, which has been
+       removed (Bug#3531).
+
+2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
+
+2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
+
+       * BUGS: Use new binding of view-emacs-problems.
+
+2009-05-04   Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
+
+       * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
+       for Solaris compatibility.
+
+2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure: Regenerate.
+
+       * configure.in: Disable use of FreeType without libXft.
+
+2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
+       Check if it is declared in gtk.h.
+
+2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (install-arch-indep): Remove .gitignore files.
+
+2009-04-03  Kenichi Handa  <handa@m17n.org>
+
+       * INSTALL: Make the section "Complex Text Layout support
+       libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
+
+2009-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (rs6000-ibm-aix6*): Fix typo.
+
+2009-03-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_FILES): Add auth.
+
+2009-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add Auth-source.
+
+2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (src): Fix last change so the first `cd' doesn't affect
+       the second.
+
 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
 
+       * config.bat: Copy .dbxinit to _dbxinit.
+
        * make-dist (Making links to `info'): Remove .gitignore.
 
 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * 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  <dann@ics.uci.edu>