comparison src/ChangeLog @ 1040:5323022ae863

[xemacs-hg @ 2002-10-08 04:50:00 by youngs] 2002-08-20 Ben Sigelman <bhsigelm@cs.brown.edu> * event-Xt.c (drain_X_queue): loop over while(XEventsQueued()) instead of while(XtAppPending()&XtIMXEvent). Upon a gdm logout, the xemacs process did not exit, but looped infinitely here. This fixes that problem.
author youngs
date Tue, 08 Oct 2002 04:50:08 +0000
parents b03923afd851
children ffabf70273fe
comparison
equal deleted inserted replaced
1039:a97af4f94589 1040:5323022ae863
1 2002-08-20 Ben Sigelman <bhsigelm@cs.brown.edu>
2
3 * event-Xt.c (drain_X_queue): loop over while(XEventsQueued())
4 instead of while(XtAppPending()&XtIMXEvent). Upon a gdm logout,
5 the xemacs process did not exit, but looped infinitely here. This
6 fixes that problem.
7
1 2002-10-04 Stephen J. Turnbull <stephen@xemacs.org> 8 2002-10-04 Stephen J. Turnbull <stephen@xemacs.org>
2 9
3 * regex.c (re_match_2_internal): Declare num_nonshy_regs in 10 * regex.c (re_match_2_internal): Declare num_nonshy_regs in
4 enclosing scope. 11 enclosing scope.
5 12