Mercurial > emacs
comparison src/ChangeLog @ 38244:e78da9bd15dd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 29 Jun 2001 22:09:24 +0000 |
parents | 8d33f95a7961 |
children | 2e9de5c87fc2 |
comparison
equal
deleted
inserted
replaced
38243:9078c39595a8 | 38244:e78da9bd15dd |
---|---|
1 2001-06-30 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * emacs.c (main): Remove extern declaration for sys_nerr, which | |
4 isn't used and causes a compilation error with GCC 3.0 on | |
5 FreeBSD 4.3. | |
6 | |
1 2001-06-27 Gerd Moellmann <gerd@gnu.org> | 7 2001-06-27 Gerd Moellmann <gerd@gnu.org> |
2 | 8 |
3 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block | 9 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block |
4 SIGIO around the code where Xt might wait for a | 10 SIGIO around the code where Xt might wait for a |
5 ConfigureNotifyEvent. | 11 ConfigureNotifyEvent. |