Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 231:557eaa0339bf r20-5b14
Import from CVS: tag r20-5b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:13:48 +0200 |
parents | 434959a2fba3 |
children | 52952cbfc5b5 |
comparison
equal
deleted
inserted
replaced
230:39ed1d2bdd9d | 231:557eaa0339bf |
---|---|
1 1997-12-23 Andy Piper <andyp@parallax.co.uk> | |
2 | |
3 * Conditionals to enable XEmacs to compile (not run!) under | |
4 CygWin32. Files touched: | |
5 events.c | |
6 getloadavg.c | |
7 mem-limits.h | |
8 objects-msw.c | |
9 select-msw.c | |
10 sysdep.c | |
11 * s/cygwin.h: New file. | |
12 | |
13 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> | |
14 | |
15 * menubar-msw.c, menubar-msw.h: New files. Menus support. | |
16 | |
17 * console-msw.h: Added frame menu hashtable variable. | |
18 | |
19 * gui.c: popup_up_p variable and Fpopup_up_p and | |
20 separator_string_p functions are moved from gui-x.c | |
21 | |
22 * gui.h: New file declaring the above. It is #included into the | |
23 following files: | |
24 dialog-x.c | |
25 gui-x.c | |
26 menubar-x.c | |
27 | |
28 * emacs.c: Added calls to *_of_menubar_mswindows() | |
29 | |
30 * event-msw.c: Generalization of modal pump interface so it may be | |
31 used bu menubars also. Some functions and vars renamed, to | |
32 reflect more general approach (event_pump -> modal_loop) | |
33 | |
34 * frame-msw.c: Initialization and marking of menu hashtable. | |
35 | |
36 * msw-proc.c: Added handling for menu window messages. | |
37 | |
38 * opaque.c: opaque objects given hash and equal methods, so they | |
39 can be compared with 'equal. Menubar uses opaque pointers as | |
40 hash keys in an 'equal style hastable. | |
41 | |
42 * Most of the above touched files: Eliminated compiler warnings. | |
43 | |
44 1997-12-18 Hrvoje Niksic <hniksic@srce.hr> | |
45 | |
46 * elhash.c (print_hashtable): Use `%u' for fullness. | |
47 (hashtable_equal): New function. | |
48 (hashtable_equal_mapper): Ditto. | |
49 | |
50 * lread.c (vars_of_lread): Initialize Vread_buffer_stream here | |
51 instead of in init_lread. | |
52 | |
53 1997-12-26 P. E. Jareth Hein <jareth@camelot-soft.com> | |
54 | |
55 * glyphs-x.c (imagick_instantiate): Add in error and | |
56 warning handling for ImageMagick files | |
57 | |
58 1997-12-26 SL Baur <steve@altair.xemacs.org> | |
59 | |
60 * Makefile.in.in (distclean): Remove `xemacs.*'. | |
61 | |
1 1997-12-22 SL Baur <steve@altair.xemacs.org> | 62 1997-12-22 SL Baur <steve@altair.xemacs.org> |
2 | 63 |
3 * device.c (vars_of_device): Provide `devices' feature so W3's | 64 * device.c (vars_of_device): Provide `devices' feature so W3's |
4 devices.el emulation won't bloat XEmacs. | 65 devices.el emulation won't bloat XEmacs. |
5 | 66 |