aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-06 12:48:03 +0000
committerGerd Moellmann2000-03-06 12:48:03 +0000
commit18bb0684ce8f2e2cb40c5ae51752974c56f7be67 (patch)
tree6284f51c436e6b071799f3aed61a2205519bb7e6 /src/ChangeLog
parent8d56596c3ca816085efdfe7584df69e2e60af6de (diff)
downloademacs-18bb0684ce8f2e2cb40c5ae51752974c56f7be67.tar.gz
emacs-18bb0684ce8f2e2cb40c5ae51752974c56f7be67.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
12000-03-06 Gerd Moellmann <gerd@gnu.org> 12000-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