diff options
| author | Eli Zaretskii | 2013-06-03 21:06:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-06-03 21:06:09 +0200 |
| commit | 7f203aa1fde2bc9ec43aa05a939525cdab149832 (patch) | |
| tree | 43e175dbe784faa04b4f3b284b1c62a89c26822a /src/ChangeLog | |
| parent | 55a87246bae97514b6e927b9401b2b79592b8b91 (diff) | |
| download | emacs-7f203aa1fde2bc9ec43aa05a939525cdab149832.tar.gz emacs-7f203aa1fde2bc9ec43aa05a939525cdab149832.zip | |
* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
(GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
* nt/config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
* src/Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables.
(ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS).
(LIBES): Add $(GFILENOTIFY_LIBS).
* src/w32inevt.c (handle_file_notifications): Add dummy implementation
for !HAVE_W32NOTIFY.
* src/w32term.c: Wrap code with HAVE_W32NOTIFY.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aeca77b2ba3..491e5c38617 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables. | ||
| 4 | (ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS). | ||
| 5 | (LIBES): Add $(GFILENOTIFY_LIBS). | ||
| 6 | |||
| 7 | * w32inevt.c (handle_file_notifications): Add dummy implementation | ||
| 8 | for !HAVE_W32NOTIFY. | ||
| 9 | |||
| 10 | * w32term.c: Wrap code with HAVE_W32NOTIFY. | ||
| 11 | |||
| 1 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> | 12 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB. | 14 | * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB. |