aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-21 19:27:29 +0000
committerGerd Moellmann2000-09-21 19:27:29 +0000
commit623a0aae17d2860be73f7c126a28690406535370 (patch)
treeb042d508ee9020524a95828bec08468014f9a231 /src
parent4da61803184cb96c97e0feac8adb99d3ebc2e54d (diff)
downloademacs-623a0aae17d2860be73f7c126a28690406535370.tar.gz
emacs-623a0aae17d2860be73f7c126a28690406535370.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26b9bf3d754..a97d314f674 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12000-09-21 Gerd Moellmann <gerd@gnu.org> 12000-09-21 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (Fx_create_frame): Set default frame parameter value
4 for tool-bar-lines to 1.
5
6 * dispnew.c (scrolling_window): Compare y-positions of rows
7 equal at the start. Some simplification.
8
9 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
10 reused rows' y-position in the case window has a header-line, and
11 new window start is greater than old window start.
12
3 * process.c (process_sent_to): New variable. 13 * process.c (process_sent_to): New variable.
4 (send_process): Workaround for a crash on sparc-sun-solaris-2.6 14 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
5 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. 15 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.