Mercurial > emacs
comparison src/ChangeLog @ 31827:7c50babd3f4f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Sep 2000 19:27:29 +0000 |
parents | db5ea3d2a1b4 |
children | 453d7c06eaa6 |
comparison
equal
deleted
inserted
replaced
31826:2c8c52a67b91 | 31827:7c50babd3f4f |
---|---|
1 2000-09-21 Gerd Moellmann <gerd@gnu.org> | 1 2000-09-21 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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. |
6 Declare more parameters volatile. | 16 Declare more parameters volatile. |