diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
| @@ -1,3 +1,27 @@ | |||
| 1 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * lib/makefile.w32-in (SIG2STR_H): New macro. | ||
| 4 | ($(BLD)/sig2str.$(O)): Update dependencies. | ||
| 5 | |||
| 6 | 2012-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 | |||
| 12 | 2012-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 | |||
| 20 | 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 21 | |||
| 22 | * configure.ac (inotify): New option. | ||
| 23 | (HAVE_INOTIFY): Test for inotify. | ||
| 24 | |||
| 1 | 2012-12-09 Andreas Schwab <schwab@linux-m68k.org> | 25 | 2012-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. |