summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-10-23 17:45:30 +0000
committerRichard M. Stallman <rms@gnu.org>2002-10-23 17:45:30 +0000
commitd232951974106ed594218957abd04a7eb974830f (patch)
tree3cc0ddbfcf3c91cdaa385b3fb68ac7d6e5f102c7
parent9a5682477a2f4f18fa1c0c05820a1d5ccc5bd861 (diff)
downloademacs-d232951974106ed594218957abd04a7eb974830f.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
-rw-r--r--src/ChangeLog11
2 files changed, 26 insertions, 0 deletions
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 <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.
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 <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.