Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 179:9ad43877534d r20-3b16
Import from CVS: tag r20-3b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:19 +0200 |
parents | 6075d714658b |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
178:e703507b8a00 | 179:9ad43877534d |
---|---|
1 1997-07-31 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead | |
4 of fprintf. | |
5 | |
6 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled | |
7 condition. | |
8 | |
9 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable. | |
10 (Fwnn_hindo_update): Ditto. | |
11 (Fwnn_inspect): Ditto. | |
12 (Fwnn_bunsetu_henkou): Ditto. | |
13 | |
14 * eval.c (call_with_suspended_errors): Fix Gcc warning: | |
15 argument `retval' might be clobbered by `longjmp' or `vfork' | |
16 | |
17 1997-07-30 SL Baur <steve@altair.xemacs.org> | |
18 | |
19 * redisplay.c: `window-system' isn't going away any time soon. | |
20 | |
21 1997-07-29 SL Baur <steve@altair.xemacs.org> | |
22 | |
23 * callint.c (Fcall_interactively): Allow floating point numbers | |
24 for `n' and `N' interactive specs. | |
25 | |
26 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
27 | |
28 * event-stream.c (command_builder_find_leaf): Fix typo in | |
29 HAVE_MENUBARS. | |
30 | |
31 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS. | |
32 | |
33 * event-stream.c (syms_of_event_stream): accelerate_menu needed | |
34 guards. | |
35 | |
36 * emacs.c (vars_of_emacs): Main default package directory is now | |
37 ${prefix}/lib/xemacs/packages. | |
38 | |
1 1997-07-25 David Moore <dmoore@ucsd.edu> | 39 1997-07-25 David Moore <dmoore@ucsd.edu> |
2 | 40 |
3 * alloc.c (Fmake_byte_code): GC protect newly allocated function | 41 * alloc.c (Fmake_byte_code): GC protect newly allocated function |
4 when looking up filename. | 42 when looking up filename. |
5 | 43 |