+2002-10-23 Richard M. Stallman <rms@gnu.org>
+
+ * 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 <lektu@terra.es>
* wid-edit.el (widget-choose): Fix typo.
+2002-10-23 Richard M. Stallman <rms@gnu.org>
+
+ * w32fns.c (syms_of_w32fns <w32-charset-info-alist>):
+ 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 <rms@gnu.org>
* fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.