Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 557eaa0339bf |
children | 85a06df23a9a |
comparison
equal
deleted
inserted
replaced
232:aa6545ea0638 | 233:52952cbfc5b5 |
---|---|
1 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru> | |
2 | |
3 * msw-proc.c (mswindows_enqueue_magic_event): Made extern. User by | |
4 menubar-msw.c | |
5 | |
6 * event-msw.h: Prototype for mswindows_enqueue_magic_event | |
7 | |
8 * event-msw.c (mswindows_wm_timer_callback): Fixed counter of | |
9 outstanding timer events (decremented only when KillTimer | |
10 succeeds) | |
11 (emacs_mswindows_remove_timeout): Ditto | |
12 | |
13 * console-msw.h: Added frame structure field for menu checksum | |
14 | |
15 * menubar-msw.c: Miscellaneous patches and bug fixes. | |
16 | |
17 1997-12-30 SL Baur <steve@altair.xemacs.org> | |
18 | |
19 * emacs.c (main): Clarify calls to main_1. | |
20 | |
21 * data.c (Fcompiled_function_annotation): Hide DEFUN from | |
22 make-docfile. | |
23 | |
24 * emacs.c (main_1): The invocation name requires recomputing when | |
25 running after dumping. | |
26 | |
27 1997-12-29 SL Baur <steve@altair.xemacs.org> | |
28 | |
29 * free-hook.c (check_free): Added explicit braces to avoid | |
30 dangling else clause. | |
31 * sound.c (Fplay_sound_file): Ditto. | |
32 * process.c (set_process_filter): Ditto. | |
33 * linuxplay.c (linux_play_data_or_file): Ditto. | |
34 * regex.c (regex_compile): Ditto. | |
35 | |
36 1997-12-28 SL Baur <steve@altair.xemacs.org> | |
37 | |
38 * emacs.c (main_1): Fix logic to run in place when XEmacs is a | |
39 login shell. | |
40 (main_1): New parameter restart. | |
41 (main): Use it. | |
42 | |
43 * bytecode.h: Disable COMPILED_FUNCTION_ANNOTATION_HACK. | |
44 | |
45 * print.c (debug_short_backtrace): Guard call to | |
46 Fcompiled_function_annotation. | |
47 | |
48 * alloc.c (disksave_object_finalization): Don't zero out | |
49 load-history if history of pure symbols is desired. | |
50 | |
51 * lread.c (build_load_history): If LOADHIST_DUMPED is defined, add | |
52 pure symbols to load-history. | |
53 | |
54 * emacsfns.h: New symbols added -- LOADHIST_DUMPED, define to get | |
55 a history of dumped lisp. LOADHIST_BUILTIN, define to get a | |
56 history of symbols defined in C source. | |
57 | |
1 1997-12-23 Andy Piper <andyp@parallax.co.uk> | 58 1997-12-23 Andy Piper <andyp@parallax.co.uk> |
2 | 59 |
3 * Conditionals to enable XEmacs to compile (not run!) under | 60 * Conditionals to enable XEmacs to compile (not run!) under |
4 CygWin32. Files touched: | 61 CygWin32. Files touched: |
5 events.c | 62 events.c |