Mercurial > emacs
changeset 33219:df5d4de29749
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 05 Nov 2000 21:45:50 +0000 |
parents | 1d2f8848f63e |
children | 5be1bf6bfafa |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 05 21:44:19 2000 +0000 +++ b/lisp/ChangeLog Sun Nov 05 21:45:50 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-05 Andrew Innes <andrewi@gnu.org> + + * w32-fns.el (w32-version): New function. + 2000-11-05 Stefan Monnier <monnier@cs.yale.edu> * progmodes/awk-mode.el: Update copyright.
--- a/src/ChangeLog Sun Nov 05 21:44:19 2000 +0000 +++ b/src/ChangeLog Sun Nov 05 21:45:50 2000 +0000 @@ -1,3 +1,21 @@ +2000-11-05 Andrew Innes <andrewi@gnu.org> + + * w32term.c (x_produce_glyphs): Fix typo in enum name. + + * sysdep.c (read_input_waiting): Remove extraneous argument to + read_socket_hook. + + * w32fns.c (Fx_server_version): Include w32_build_number in the + return list. + + * w32heap.c (w32_build_number): New variable. + (cache_system_info): Set it. + + * w32heap.h (w32_build_number): Add extern. + + * emacs.c (syms_of_emacs): Update docstring for + system-configuration, to reflect the actual usage on MS-Windows. + 2000-10-31 Gerd Moellmann <gerd@gnu.org> * keyboard.c (read_char) <wrong_kboard>: Make sure that we