comparison src/ChangeLog @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents a145efe76779
children 8ff55ebd4be9
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
1 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * doc.c (weird_doc): Don't print `duplicate' messages as they are
4 almost always due to symbols that are both autoloaded and dumped.
5
6 * data.c (syms_of_data): char-int and int-char -> char-to-int and
7 int-to-char.
8
9 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
10
11 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
12
13 * lstream.c (signal_simple_internal_error): Remove the abort().
14
15 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
16 (Fgarbage_collect): Disable garbage collection if we're dumping
17 XEmacs and we've overflowed purespace.
18
19 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
20
21 * event-Xt.c (change_frame_visibility): New function.
22 (handle_map_event): Use it.
23 (emacs_Xt_handle_magic_event): Correction of handling of
24 VisibilityNotify.
25
26 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
27
28 * frame-x.c (x_frame_visible_p): Reverse previous change.
29
30 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
31
32 * regex.c (re_search_2): Properly handle crossing the buffer gap
33 when doing a backwards search under MULE.
34
1 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org> 35 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
2 36
3 * Makefile.in.in: make-docfile takes a "-i" parameter to pass 37 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
4 site-loaded lisp files. 38 site-loaded lisp files.
5 39