]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:45:30 +0000 (17:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:45:30 +0000 (17:45 +0000)
lisp/ChangeLog
src/ChangeLog

index b3b608e2c70313894c7adda1bf86a88c8d5121a8..092ea237b7eadfceb2b9d4061ae4346a2c1cf0b1 100644 (file)
@@ -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.
index 2bd666419ab494743ed72e70a6884f89e44c4f6f..fcb07c40feaa31c6b6193d9b85a55a0214207aef 100644 (file)
@@ -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.