comparison src/ChangeLog @ 35092:2441bc31cd7c

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Fri, 05 Jan 2001 21:28:52 +0000
parents cace7f565e03
children 3e97804526ed
comparison
equal deleted inserted replaced
35091:bc80b0ab1630 35092:2441bc31cd7c
1 2001-01-05 Andrew Innes <andrewi@gnu.org>
2
3 * term.c (update_end): Don't check updating_frame; for some reason
4 this can be 0 sometimes, such as after dismissing a popup menu,
5 and isn't necessary given the explicit frame argument.
6
1 2001-01-05 Gerd Moellmann <gerd@gnu.org> 7 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2 8
3 * sysdep.c: Don't prototype srandom; it takes an unsigned argument 9 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
4 on some systems, and an unsigned long on others, like FreeBSD 4.1. 10 on some systems, and an unsigned long on others, like FreeBSD 4.1.
5 11