diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c303f806ce..fce33201988 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * .gdbinit (xbacktrace): Print the arg's address rather than the value | ||
| 4 | of the first arg, since that value may be a union. | ||
| 5 | |||
| 3 | * callproc.c (child_setup, getenv_internal): Use the frame's `display' | 6 | * callproc.c (child_setup, getenv_internal): Use the frame's `display' |
| 4 | parameter rather than Qdisplay_environment_variable. If all else | 7 | parameter rather than Qdisplay_environment_variable. If all else |
| 5 | fails, look for DISPLAY in initial-environment. | 8 | fails, look for DISPLAY in initial-environment. |