diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 28 |
1 files changed, 24 insertions, 4 deletions
| @@ -1,9 +1,29 @@ | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in (GNULIB_MODULES): Add socklen. | 3 | * Makefile.in (GNULIB_MODULES): Add socklen. |
| 4 | * configure.in: Do not check for sys/socket.h, since socklen does that. | 4 | * configure.in: Do not check for sys/socket.h, since socklen does that. |
| 5 | * m4/socklen.m4: New automatically-generated file, from gnulib. | 5 | * m4/socklen.m4: New automatically-generated file, from gnulib. |
| 6 | 6 | ||
| 7 | 2011-03-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | fakemail: Remove dependency on ignore-value. | ||
| 10 | * Makefile.in (GNULIB_MODULES): Add stdio. | ||
| 11 | * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically | ||
| 12 | imported from gnulib. | ||
| 13 | * .bzrignore: Add lib/stdio.h. | ||
| 14 | |||
| 15 | 2011-03-20 Glenn Morris <rgm@gnu.org> | ||
| 16 | |||
| 17 | * autogen/: New directory, to be excluded from releases. | ||
| 18 | * autogen/copy_autogen, autogen/update_autogen: New scripts. | ||
| 19 | * autogen/README: New file. | ||
| 20 | * autogen/aclocal.m4, autogen/config.in, autogen/configure: | ||
| 21 | * autogen/Makefile.in: Add auto-updated generated files. | ||
| 22 | * autogen.sh: No longer a no-op, now it tests for autotools | ||
| 23 | and runs them as necessary. | ||
| 24 | * configure.in: Defaule maintainer-mode to on. | ||
| 25 | * aclocal.m4, configure, lib/Makefile.in: Remove files. | ||
| 26 | |||
| 7 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 8 | 28 | ||
| 9 | Update for gnulib. | 29 | Update for gnulib. |
| @@ -65,7 +85,7 @@ | |||
| 65 | 85 | ||
| 66 | 2011-02-21 Christoph Scholtes <cschol2112@gmail.com> | 86 | 2011-02-21 Christoph Scholtes <cschol2112@gmail.com> |
| 67 | 87 | ||
| 68 | * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on | 88 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on |
| 69 | $(EMACS_ROOT)/nt/inc/stdint.h. | 89 | $(EMACS_ROOT)/nt/inc/stdint.h. |
| 70 | 90 | ||
| 71 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> | 91 | 2011-02-21 Eli Zaretskii <eliz@gnu.org> |
| @@ -104,7 +124,7 @@ | |||
| 104 | way to test this so I left it alone. | 124 | way to test this so I left it alone. |
| 105 | * configure: Regenerate. | 125 | * configure: Regenerate. |
| 106 | 126 | ||
| 107 | 2011-02-20 Christoph Scholtes <cschol2112@gmail.com> | 127 | 2011-02-20 Christoph Scholtes <cschol2112@gmail.com> |
| 108 | 128 | ||
| 109 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from | 129 | * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from |
| 110 | src/makefile.w32-in. | 130 | src/makefile.w32-in. |
| @@ -967,7 +987,7 @@ | |||
| 967 | 987 | ||
| 968 | 2010-06-28 Jan Djärv <jan.h.d@swipnet.se> | 988 | 2010-06-28 Jan Djärv <jan.h.d@swipnet.se> |
| 969 | 989 | ||
| 970 | * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY, | 990 | * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY, |
| 971 | check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied | 991 | check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied |
| 972 | by minimum required Gtk+ 2.6). Add checks for functions introduced | 992 | by minimum required Gtk+ 2.6). Add checks for functions introduced |
| 973 | in Gtk+ 2.14 or newer (bug#6505). | 993 | in Gtk+ 2.14 or newer (bug#6505). |