From: Richard M. Stallman Date: Wed, 23 Oct 2002 17:45:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.92~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d232951974106ed594218957abd04a7eb974830f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3b608e2c70..092ea237b7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2002-10-23 Richard M. Stallman + + * progmodes/compile.el (compile-internal): Update process-environment + before calling start-process. + + * emacs-lisp/easy-mmode.el (define-minor-mode): + Don't call eval-after-load while building Emacs. + + * simple.el (display-message-or-buffer): Don't try to display + an empty output in the echo area. + + * gud.el (gud-gdb-massage-args): Pass default-directory to gdb. + + * Makefile.in (compile-files): Protect from shell bugs. + 2002-10-21 Juanma Barranquero * wid-edit.el (widget-choose): Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index 2bd666419ab..fcb07c40fea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2002-10-23 Richard M. Stallman + + * w32fns.c (syms_of_w32fns ): + Get rid of string token concatenation that doesn't work right. + + * process.c (wait_reading_process_input): Call stop_polling + along with turn_on_atimers. + + * coding.c (run_pre_post_conversion_on_str): + Save and restore Vdeactivate_mark. + 2002-10-16 Richard M. Stallman * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.