(x_new_font): Update f->scroll_bar_actual_width.
[bpt/emacs.git] / ChangeLog
index d87dbb1..eb2d87e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+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.
 
        * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
 
-2009-08-02  Kevin Ryde <user42@zip.com.au>
+2009-08-02  Kevin Ryde  <user42@zip.com.au>
 
        * INSTALL: Fix free fonts URL.
 
 
 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * 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  <dann@ics.uci.edu>