diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 956f191df02..fa80f58e10b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * frame.h: | ||
| 4 | * frame.c (Qterm_environment_variable): Remove. | ||
| 5 | (syms_of_frame): Don't init and staticpro it. | ||
| 6 | |||
| 7 | |||
| 8 | * callproc.c (getenv_internal): Remove special case for $TERM. | ||
| 9 | |||
| 3 | * callproc.c (Vinitial_environment): New variable. | 10 | * callproc.c (Vinitial_environment): New variable. |
| 4 | (set_initial_environment): Initialize it. | 11 | (set_initial_environment): Initialize it. |
| 5 | (syms_of_callproc): Declare it. | 12 | (syms_of_callproc): Declare it. |