aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 24 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8928b2aceeb..8a76e997905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,29 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu> 12011-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
72011-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
152011-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
72011-03-13 Paul Eggert <eggert@cs.ucla.edu> 272011-03-13 Paul Eggert <eggert@cs.ucla.edu>
8 28
9 Update for gnulib. 29 Update for gnulib.
@@ -65,7 +85,7 @@
65 85
662011-02-21 Christoph Scholtes <cschol2112@gmail.com> 862011-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
712011-02-21 Eli Zaretskii <eliz@gnu.org> 912011-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
1072011-02-20 Christoph Scholtes <cschol2112@gmail.com> 1272011-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
9682010-06-28 Jan Djärv <jan.h.d@swipnet.se> 9882010-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).