comparison src/ChangeLog @ 343:8bec6624d99b r21-1-1

Import from CVS: tag r21-1-1
author cvs
date Mon, 13 Aug 2007 10:52:53 +0200
parents 336b97f03633
children b2046b8c83c9
comparison
equal deleted inserted replaced
342:b036ce23deaa 343:8bec6624d99b
1 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
2
3 * XEmacs 21.1.1 is released
4
5 1999-05-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
6
7 * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
8 run_temacs_argv array -- fixes random memory corruption crash
9
10 1999-05-12 Jan Vroonhof <vroonhof@math.ethz.ch>
11
12 * window.c (Fcurrent_window_configuration):
13 Save minibuffer height;
14
15 * window.c (set_window_configuration): use it.
16
17 1999-05-10 Robert Pluim <rpluim@bigfoot.com>
18
19 * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
20
21 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
22
23 * objects.c (print_font_instance): Check for NILP(f->device),
24 i.e. Vthe_null_font_instance.
25 (font_instance_truename_internal): ditto.
26 (Ffont_instance_properties): ditto.
27
28 1999-04-21 Jan Vroonhof <vroonhof@math.ethz.ch>
29
30 * redisplay.c (redisplay_window): Do not put data
31 in the line start cache if it is not guaranteed to be correct
32
33 1999-04-02 Jan Vroonhof <vroonhof@math.ethz.ch>
34
35 * window.c (struct window_config): Removed frame
36 size members.
37 (window_config_equal): No longer compare frame sizes.
38 (Fset_window_configuration): Resize old top window to fit in the
39 current frame directly, no longer use a fake frame resize.
40 (Fcurrent_window_configuration): No longer save frame size
41
42 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
43
44 * symbols.c (Fintern): Obey new ->obarray_flags semantics.
45 (reject_constant_symbols): Ditto.
46 (init_symbols_once_early): Ditto.
47
48 * print.c (print_symbol): Obey new ->obarray_flags semantics.
49
50 * alloc.c (Fmake_symbol): Initialize ->obarray_flags to 0.
51 (Fpurecopy): Obey new ->obarray_flags semantics.
52
53 * lisp.h (struct Lisp_Symbol): Renamed .obarray to .obarray_flags,
54 and documented their new meaning.
55
56 * alloc.c (Fpurecopy): When purecopy-ing an *interned* symbol,
57 still mark it as purecopied, so that Funintern() can deal with it
58 later.
59
60 * symbols.c (Funintern): When uninterning symbols that are
61 referenced by pure structures, provide a pointer to them in
62 Vpure_uninterned_symbol_table.
63
1 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org> 64 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org>
2 65
3 * XEmacs 21.0.67 is released 66 * XEmacs 21.0.67 is released
4 67
5 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> 68 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>