Mercurial > emacs
comparison src/ChangeLog @ 33219:df5d4de29749
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 05 Nov 2000 21:45:50 +0000 |
parents | fe8368d8fe41 |
children | 6adb10eaeaa8 |
comparison
equal
deleted
inserted
replaced
33218:1d2f8848f63e | 33219:df5d4de29749 |
---|---|
1 2000-11-05 Andrew Innes <andrewi@gnu.org> | |
2 | |
3 * w32term.c (x_produce_glyphs): Fix typo in enum name. | |
4 | |
5 * sysdep.c (read_input_waiting): Remove extraneous argument to | |
6 read_socket_hook. | |
7 | |
8 * w32fns.c (Fx_server_version): Include w32_build_number in the | |
9 return list. | |
10 | |
11 * w32heap.c (w32_build_number): New variable. | |
12 (cache_system_info): Set it. | |
13 | |
14 * w32heap.h (w32_build_number): Add extern. | |
15 | |
16 * emacs.c (syms_of_emacs): Update docstring for | |
17 system-configuration, to reflect the actual usage on MS-Windows. | |
18 | |
1 2000-10-31 Gerd Moellmann <gerd@gnu.org> | 19 2000-10-31 Gerd Moellmann <gerd@gnu.org> |
2 | 20 |
3 * keyboard.c (read_char) <wrong_kboard>: Make sure that we | 21 * keyboard.c (read_char) <wrong_kboard>: Make sure that we |
4 process idle timers while waiting for another event. | 22 process idle timers while waiting for another event. |
5 | 23 |