Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | 182f72e8cd0d |
children | 8e84bee8ddd0 |
comparison
equal
deleted
inserted
replaced
356:e85f639a32f3 | 357:4711e16a8e49 |
---|---|
1 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.1.8 is released | |
4 | |
5 1999-11-01 Andy Piper <andy@xemacs.org> | |
6 | |
7 * console-msw.h: fix defines for cygwin 1.0 compilation. | |
8 * glyphs-msw.c: ditto. | |
9 * ntplay.c: ditto. | |
10 * objects-msw.c: ditto. | |
11 * unexcw.c: ditto. | |
12 * s/cygwin32.h: ditto. | |
13 | |
14 1999-11-01 Andreas Jaeger <aj@suse.de> | |
15 | |
16 * emacs.c (main_1): Don't set the malloc hooks if using | |
17 DOUG_LEA_MALLOC. | |
18 | |
19 1999-11-01 Adrian Aichner <aichner@ecf.teradyne.com> | |
20 | |
21 * sysdep.h: Declare wait_for_termination() to return process | |
22 HANDLE on NT, according to implementation change. | |
23 | |
24 * sysdep.c (wait_for_termination): Take pHandle argument on NT, | |
25 since OpenProcess inside this function may be too late. | |
26 (wait_for_termination): Implement processing of child exit status | |
27 for NT. | |
28 (sys_subshell): _spawnlp (_P_NOWAIT, ...) on NT and | |
29 wait_for_termination(). | |
30 | |
31 * ntproc.c (create_child): Take out Windows 95 cp->pid hack and | |
32 remove incorrect bit-masking. | |
33 | |
34 * callproc.c (call_process_cleanup): Pass on pHandle to | |
35 wait_for_termination() on WINDOWSNT. | |
36 (Fcall_process_internal): On NT only open process handle if BUFFER | |
37 is not 0 (INTP). Close fd_error in parent on NT too. | |
38 (Fcall_process_internal): Don't report error for negative pid on | |
39 NT (Windows9[58] has them). | |
40 (Fcall_process_internal): Call wait_for_termination with pHandle | |
41 argument on NT (see sysdep.c). | |
42 | |
43 1999-11-01 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
44 | |
45 * menubar-x.c (pre_activate_callback): set accelerator field in | |
46 "No menu" entries to nil. Avoid crash in | |
47 command_builder_operate_menu_accelerator | |
48 | |
49 1999-10-22 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
50 | |
51 * glyphs-eimage.c (gif_instantiate): Correct handling of | |
52 interlaced gifs to avoid writing past the end of the eimage | |
53 buffer. | |
54 | |
55 1999-10-21 Rasmus Borup Hansen <rbh@math.ku.dk> | |
56 | |
57 * glyphs-x.c (convert_EImage_to_XImage): Avoid infinite loop on | |
58 GrayScale, StaticGray or StaticColor visuals. | |
59 | |
60 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch> | |
61 | |
62 * fileio.c (Ffile_truename): Do proper mule decoding on | |
63 the argument to xrealpath() | |
64 | |
65 1999-10-20 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
66 | |
67 * event-msw.c (mswindows_key_to_emacs_keysym): | |
68 Recognise keypad keys as different from normal keys. | |
69 | |
70 1999-10-20 SL Baur <steve@miho.m17n.org> | |
71 | |
72 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative | |
73 integer. | |
74 Based on a patch from MORIOKA Tomohiko <tomo@etl.go.jp> | |
75 | |
76 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch> | |
77 | |
78 * unexelf.c (unexec): Only copy the global offset | |
79 table from memory on sgi machines. | |
80 | |
81 1999-09-26 Andy Piper <andy@xemacs.org> | |
82 | |
83 * cygwin32.h: include mousewheel definitions. | |
84 [This was actually in 21.1.7]. | |
85 | |
86 1999-09-24 Martin Buchholz <martin@xemacs.org> | |
87 | |
88 * doprnt.c (get_doprnt_args): Use int, not short, with va_arg. | |
89 [This was actually in 21.1.7]. | |
90 | |
1 1999-09-26 XEmacs Build Bot <builds@cvs.xemacs.org> | 91 1999-09-26 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 92 |
3 * XEmacs 21.1.7 is released | 93 * XEmacs 21.1.7 is released |
4 | 94 |
5 1999-09-24 Jan Vroonhof <vroonhof@math.ethz.ch> | 95 1999-09-24 Jan Vroonhof <vroonhof@math.ethz.ch> |