diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 492b966a256..cb2aab2166c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2012-10-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32term.h (WM_EMACS_FILENOTIFY): New custom message. | ||
| 4 | (WM_EMACS_END): Bump value by 1. | ||
| 5 | |||
| 6 | * w32term.c (lispy_file_action, queue_notifications): New functions. | ||
| 7 | (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from> | ||
| 8 | <Qrenamed_to>: New symbols. | ||
| 9 | |||
| 10 | * w32notify.c: New file, implement file event notifications for | ||
| 11 | MS-Windows. | ||
| 12 | |||
| 13 | * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message | ||
| 14 | by posting it to the w32_read_socket queue. | ||
| 15 | |||
| 16 | * termhooks.h (enum event_kind) [WINDOWSNT]: New event kind | ||
| 17 | FILE_NOTIFY_EVENT. | ||
| 18 | |||
| 19 | * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O). | ||
| 20 | (GLOBAL_SOURCES): Add w32notify.c | ||
| 21 | ($(BLD)/w32notify.$(O)): New set of dependencies. | ||
| 22 | |||
| 23 | * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype. | ||
| 24 | |||
| 25 | * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Handle | ||
| 26 | FILE_NOTIFY_EVENT. | ||
| 27 | (syms_of_keyboard) [WINDOWSNT] <Qfile_notify>: New symbol. | ||
| 28 | (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to | ||
| 29 | w32notify-handle-event by default. | ||
| 30 | |||
| 31 | * emacs.c (main) [WINDOWSNT]: Call syms_of_w32notify. | ||
| 32 | |||
| 33 | * alloc.c (NSTATICS): Enlarge to 0x660. | ||
| 34 | |||
| 1 | 2012-10-07 Jan Djärv <jan.h.d@swipnet.se> | 35 | 2012-10-07 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 36 | ||
| 3 | * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506). | 37 | * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506). |