From d1145f85c3c55f8ff386ff10793adbbd5119615a Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 5 Nov 2000 21:45:50 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f218cfa53b..3be2952ff06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-05 Andrew Innes + + * w32-fns.el (w32-version): New function. + 2000-11-05 Stefan Monnier * progmodes/awk-mode.el: Update copyright. diff --git a/src/ChangeLog b/src/ChangeLog index 56b0bd3c5e1..168d290ea2c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2000-11-05 Andrew Innes + + * 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 * keyboard.c (read_char) : Make sure that we -- 2.39.5