aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb572b26b16..05bc063624b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
12012-12-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * lib/makefile.w32-in (SIG2STR_H): New macro.
4 ($(BLD)/sig2str.$(O)): Update dependencies.
5
62012-12-10 Paul Eggert <eggert@cs.ucla.edu>
7
8 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
9 There's no need to test for any of three inotify functions,
10 since we use all three. Check for just the first one.
11
122012-12-10 Daniel Colascione <dancol@dancol.org>
13
14 * .bzrignore: add src/emacs.res.
15
16 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
17 build how to compile Windows resource files; use these variables
18 to tell src/Makefile.in how and whether to compile resources.
19
202012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
21
22 * configure.ac (inotify): New option.
23 (HAVE_INOTIFY): Test for inotify.
24
12012-12-09 Andreas Schwab <schwab@linux-m68k.org> 252012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2 26
3 * configure.ac: Fix source command in .gdbinit. 27 * configure.ac: Fix source command in .gdbinit.