comparison src/ChangeLog @ 308:33bdb3d4b97f r21-0b52

Import from CVS: tag r21-0b52
author cvs
date Mon, 13 Aug 2007 10:42:44 +0200
parents 9ea74add5d37
children 851ff35f137f
comparison
equal deleted inserted replaced
307:42d630fd9bd8 308:33bdb3d4b97f
1 1998-08-11 SL Baur <steve@altair.xemacs.org>
2
3 * XEmacs 21.0-pre9 is released.
4
5 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
6
7 * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
8 Manually track the state of the left and right Ctrl and Alt
9 modifiers.
10
11 1998-08-07 Matt Stupple <matts@tibco.com>
12
13 * ntproc.c: don't wait on char_consumed at thread entry.
14 Additionally, to get the 'process' marked as finished, ensure
15 that the CHILD_ACTIVE macro returns false, so before exiting
16 close char_avail and set it to NULL, and close other handles
17 to reduce handle leak problems.
18
19 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
20
21 * menubar-msw.c (displayable_menu_item): take account of menu
22 depth when deciding whether to try to display accelerators.
23
24 1998-08-04 Andy Piper <andyp@parallax.co.uk>
25
26 * event-msw.c: use MsgWaitForMultipleObjects if there are no
27 subprocesses.
28
29 * glyphs-msw.c: fix a couple of potential handle leaks.
30
31 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
32
33 * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
34 *decoding ONLY* back into the core.
35 * glyphs-eimage.c: Change referenced header file for GIF
36 reading to point to the incore version.
37
38 1998-08-04 SL Baur <steve@altair.xemacs.org>
39
40 * XEmacs 21.0-pre8 is released.
41
1 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp> 42 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp>
2 43
3 * glyphs-eimage.c (png_instantiate): Add proper handling for background 44 * glyphs-eimage.c (png_instantiate): Add proper handling for background
4 colors taken from the default face. Also correct a thinko in 45 colors taken from the default face. Also correct a thinko in
5 transparency (not alpha) handling. 46 transparency (not alpha) handling.