Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 479:52626a2f02ef
[xemacs-hg @ 2001-04-20 11:31:53 by ben]
about/news changes, already in 21.4
author | ben |
---|---|
date | Fri, 20 Apr 2001 11:32:27 +0000 |
parents | f42052c80e1c |
children | 54fa1a5c2d12 |
comparison
equal
deleted
inserted
replaced
478:09855058eefc | 479:52626a2f02ef |
---|---|
1 2001-04-20 Ben Wing <ben@xemacs.org> | |
2 | |
3 * .cvsignore: Added stuff for Windows. | |
4 | |
5 2001-04-15 Ben Wing <ben@xemacs.org> | |
6 | |
7 * cmdloop.c (call_command_loop): | |
8 Fix braino in bit-rotting code. | |
9 | |
10 * event-stream.c: | |
11 * event-stream.c (Fnext_event): | |
12 * event-stream.c (is_scrollbar_event): | |
13 * event-stream.c (execute_command_event): | |
14 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a | |
15 crash' problem. His fix introduces other problems. We filter | |
16 out scrollbar events specifically, making them somewhat invisible | |
17 to command-building, and not appearing in `this-command-keys'. | |
18 More work is still needed (see comments in event-stream.c), but | |
19 this fixes all the major problems. | |
20 | |
1 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk> | 21 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk> |
2 | 22 |
3 * process-unix.c (unix_open_network_stream): If connect() fails | 23 * process-unix.c (unix_open_network_stream): If connect() fails |
4 invalidate file descriptor after closing it. | 24 invalidate file descriptor after closing it. |
5 | 25 |