emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 31 Aug 2007 04:39:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/08/31 04:39:25

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5813
retrieving revision 1.5814
diff -u -b -r1.5813 -r1.5814
--- ChangeLog   29 Aug 2007 22:19:43 -0000      1.5813
+++ ChangeLog   31 Aug 2007 04:39:24 -0000      1.5814
@@ -1,3 +1,12 @@
+2007-08-31  Stefan Monnier  <address@hidden>
+
+       * callproc.c (Vinitial_environment): New variable.
+       (set_initial_environment): Initialize it.
+       (syms_of_callproc): Declare it.
+       (child_setup): Don't mess with TERM via Qterm_environment_variable; the
+       TERM under which a process runs is never related to the TERM in which
+       Emacs is running.
+
 2007-08-29  Dan Nicolaescu  <address@hidden>
 
        * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
@@ -825,8 +834,7 @@
        For consistency, run after_insert_file_functions iff something
        got inserted.  Move signal_after_change and update_compositions
        after code running after_insert_file_functions.  Make sure that
-       undo_list doesn't record intermediate steps of the decoding
-       process.
+       undo_list doesn't record intermediate steps of the decoding process.
 
 2007-08-07  YAMAMOTO Mitsuharu  <address@hidden>
 
@@ -1015,8 +1023,8 @@
 2007-07-17  Glenn Morris  <address@hidden>
 
        * abbrev.c (abbrev_check_chars): New function.
-       (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call
-       abbrev_check_chars to check abbrev characters are word
+       (Fdefine_global_abbrev, Fdefine_mode_abbrev):
+       Call abbrev_check_chars to check abbrev characters are word
        constituents.  Doc fix.
 
 2007-07-17  Stefan Monnier  <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]