Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 245:51092a27c943 r20-5b21
Import from CVS: tag r20-5b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:54 +0200 |
parents | f220cc83d72e |
children | e70b3a057e12 |
comparison
equal
deleted
inserted
replaced
244:78d4f1140794 | 245:51092a27c943 |
---|---|
1 1998-01-23 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * sound.c (Fplay_sound_file): Use NILP for comparison of | |
4 Lisp_Object. | |
5 | |
6 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk> | |
7 | |
8 * unexcw.cc: new file for cygwin32 unexec() requires cygwin32 | |
9 b19. Predicated on HAVE_COFF_H. | |
10 | |
11 * console.c: | |
12 * device-msw.c: | |
13 * event-msw.c: | |
14 * frame-msw.c: | |
15 * msw-proc.c: | |
16 * objects-msw.c: | |
17 Eliminate warnings. | |
18 | |
19 * redisplay-msw.c (mswindows_update_gc): eliminate warnings and | |
20 extend hack for bogus bg values. | |
21 | |
22 * symsinit.h: add msw headers to eliminate warnings. | |
23 | |
24 * s/cygwin32.h: various updates for unexec() support. | |
25 | |
26 * lastfile.c: add my_ebss for cygwin32 unexec() support. | |
27 | |
28 * gmalloc.c: made __malloc_initialized non-static so that | |
29 it goes into the bss where we expect it. | |
30 | |
31 * emacs.c: put run_time_remap() in a place where initialized is | |
32 not always true. | |
33 | |
34 * Makefile.in.in: add support for compiling .cc files. | |
35 | |
36 * config.h.in: added HAVE_COFF_H support. | |
37 | |
38 1998-01-23 Hrvoje Niksic <hniksic@srce.hr> | |
39 | |
40 * print.c (print_cons): Use XCAR/XCDR. | |
41 (print_string): Fix up so it Vprint_string_length works under Mule | |
42 correctly. | |
43 | |
44 * eval.c (Feval): Increase profile call count. | |
45 | |
46 * keymap.c: Fixed typo. | |
47 | |
48 1998-01-22 Hrvoje Niksic <hniksic@srce.hr> | |
49 | |
50 * symbols.c (Funintern): Reset symbol's obarray property. | |
51 | |
52 1998-01-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
53 | |
54 * alloc.c (size_vector): Declare *p as CONST to eliminate warning. | |
55 | |
56 1998-01-22 Hrvoje Niksic <hniksic@srce.hr> | |
57 | |
58 * print.c (print_symbol): Recognize Vprint_gensym being a cons; | |
59 use Vprint_gensym_alist. | |
60 | |
61 * symbols.c (init_symbols_once_early): Ditto. | |
62 | |
63 * alloc.c (Fmake_symbol): Reset it. | |
64 | |
65 * symbols.c (Fintern): Set it. | |
66 | |
67 * lisp.h (struct Lisp_Symbol): New element `obarray'. | |
68 | |
69 * print.c (print_prepare): Reset Vprint_gensym_alist. | |
70 (print_finish): Ditto. | |
71 | |
72 * lread.c: Recognize #n= and #n#. | |
73 (readevalloop): Reset read_objects to nil. | |
74 (Fread): Ditto. | |
75 | |
76 1998-01-23 SL Baur <steve@altair.xemacs.org> | |
77 | |
78 * toolbar.c (update_toolbar_button): Eliminate redundant NILP | |
79 checks. | |
80 From Martin Buchholz <martin@xemacs.org> | |
81 | |
82 1998-01-21 Hrvoje Niksic <hniksic@srce.hr> | |
83 | |
84 * dlopen.c: New file. | |
85 | |
86 1998-01-19 Steven L Baur <steve@altair.xemacs.org> | |
87 | |
88 * eval.c (prog1): Don't GCPRO unitialized variable. | |
89 (prog2): Ditto. | |
90 From Martin Buchholz <martin@xemacs.org> | |
91 | |
92 1998-01-19 Hrvoje Niksic <hniksic@srce.hr> | |
93 | |
94 * sound.c (Fplay_sound_file): Use | |
95 signal_simple_continuable_error() instead of error(). | |
96 | |
97 1998-01-18 Hrvoje Niksic <hniksic@srce.hr> | |
98 | |
99 * README: Updated. | |
100 | |
1 1998-01-18 SL Baur <steve@altair.xemacs.org> | 101 1998-01-18 SL Baur <steve@altair.xemacs.org> |
2 | 102 |
3 * glyphs-x.c (imagick_instantiate): Dynamically allocate pixar | 103 * glyphs-x.c (imagick_instantiate): Dynamically allocate pixar |
4 with alloca. | 104 with alloca. |
5 From Damon Lipparelli <lipp@primus.com> | 105 From Damon Lipparelli <lipp@primus.com> |