diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 27 insertions, 3 deletions
| @@ -1,3 +1,27 @@ | |||
| 1 | 2011-03-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * autogen/: New directory, to be excluded from releases. | ||
| 4 | * autogen/copy_autogen, autogen/update_autogen: New scripts. | ||
| 5 | * autogen/README: New file. | ||
| 6 | * autogen/aclocal.m4, autogen/config.in, autogen/configure: | ||
| 7 | * autogen/Makefile.in: Add auto-updated generated files. | ||
| 8 | * autogen.sh: No longer a no-op, now it tests for autotools | ||
| 9 | and runs them as necessary. | ||
| 10 | * configure.in: Defaule maintainer-mode to on. | ||
| 11 | * aclocal.m4, configure, lib/Makefile.in: Remove files. | ||
| 12 | |||
| 13 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 14 | |||
| 15 | Update for gnulib. | ||
| 16 | * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now | ||
| 17 | includes <intprops.h> directly. | ||
| 18 | * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug | ||
| 19 | when building Emacs on Solaris 9 and running it on Solaris 10. | ||
| 20 | |||
| 21 | 2011-03-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 22 | |||
| 23 | * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3. | ||
| 24 | |||
| 1 | 2011-03-06 Glenn Morris <rgm@gnu.org> | 25 | 2011-03-06 Glenn Morris <rgm@gnu.org> |
| 2 | 26 | ||
| 3 | * configure.in (FREETYPE_LIBS): Actually set it to something. | 27 | * configure.in (FREETYPE_LIBS): Actually set it to something. |
| @@ -47,7 +71,7 @@ | |||
| 47 | 71 | ||
| 48 | 2011-02-21 Christoph Scholtes <cschol2112@gmail.com> | 72 | 2011-02-21 Christoph Scholtes <cschol2112@gmail.com> |
| 49 | 73 | ||
| 50 | * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on | 74 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on |
| 51 | $(EMACS_ROOT)/nt/inc/stdint.h. | 75 | $(EMACS_ROOT)/nt/inc/stdint.h. |
| 52 | 76 | ||
| 53 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> | 77 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> |
| @@ -86,7 +110,7 @@ | |||
| 86 | way to test this so I left it alone. | 110 | way to test this so I left it alone. |
| 87 | * configure: Regenerate. | 111 | * configure: Regenerate. |
| 88 | 112 | ||
| 89 | 2011-02-20 Christoph Scholtes <cschol2112@gmail.com> | 113 | 2011-02-20 Christoph Scholtes <cschol2112@gmail.com> |
| 90 | 114 | ||
| 91 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from | 115 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from |
| 92 | src/makefile.w32-in. | 116 | src/makefile.w32-in. |
| @@ -949,7 +973,7 @@ | |||
| 949 | 973 | ||
| 950 | 2010-06-28 Jan Djärv <jan.h.d@swipnet.se> | 974 | 2010-06-28 Jan Djärv <jan.h.d@swipnet.se> |
| 951 | 975 | ||
| 952 | * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY, | 976 | * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY, |
| 953 | check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied | 977 | check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied |
| 954 | by minimum required Gtk+ 2.6). Add checks for functions introduced | 978 | by minimum required Gtk+ 2.6). Add checks for functions introduced |
| 955 | in Gtk+ 2.14 or newer (bug#6505). | 979 | in Gtk+ 2.14 or newer (bug#6505). |