diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdc8e9207f3..5f3b9f46256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-03-06 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-06 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * process.c (send_process): Remove local variable `procname' that | ||
| 4 | might become invalid when a GC happens. Instead, access the | ||
| 5 | process name slot directly. | ||
| 6 | |||
| 3 | * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and | 7 | * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and |
| 4 | orig_height if set. | 8 | orig_height if set. |
| 5 | 9 | ||