comparison src/ChangeLog @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children d2f30a177268
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
1 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
2
3 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
4 and don't assign to static, as some compilers crash.
5 (initHexTable): Use it.
6 (XmuReadBitmapData): Use it.
7
8 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
9
10 * fileio.c (Fexpand_file_name): Clean up GC protection.
11
12 * dired.c (Fdirectory_files): Clean up GC protection.
13
14 * insdel.c (signal_after_change): Don't run after_change_functions
15 on special Vprin1_to_string_buffer.
16 (signal_before_change): Ditto for before_change_functions.
17
18 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
19
20 * buffer.c (Fkill_buffer): Don't kill special
21 Vprin1_to_string_buffer.
22
23 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
24
25 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
26 something reflecting the XEmacs version in use (for lusers
27 reporting crashes who forget to include the version number).
28
29 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
30
31 * sound.c: Strip HAVE_NEXTSTEP.
32
33 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
34
35 * faces.c: Strip HAVE_NEXTSTEP.
36 (update_EmacsFrame): Ditto.
37
38 * events.c (event_equal): Strip HAVE_NEXTSTEP.
39 (event_hash): Ditto.
40 (format_event_object): Ditto.
41
42 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
43
44 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
45 Attempt hack to change name of main_1 to something reflecting the
46 current version for lusers who don't include version numbers with
47 stack backtraces.
48
49 * device.c: Strip HAVE_NEXTSTEP.
50
51 * console.c (Fconsole_type): Remove reference to unimplemented ns
52 windows type.
53
54 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
55
56 * frame.h: Strip NeXTStep stuff.
57
58 * device.h: Strip NeXTStep stuff.
59
60 * console.h: More NeXTStep trimming.
61
62 * console-x.h: Strip Epoch stuff.
63
64 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
65
66 * events.h (union magic_data): Strip NeXTStep stuff.
67
68 * console.h: Strip NeXTStep stuff.
69
70 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
71
72 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
73 cvs attic if someone wishes to revive it.
74 (epoch.o): Remove last vestiges of non-existent epoch support.
75
76 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
77
78 * fns.c: Correct DOC string to not equate integers and
79 characters.
80
1 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com> 81 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
2 82
3 * s/decosf4.0-static.h: New file. 83 * s/decosf4.0-static.h: New file.
4 84
5 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org> 85 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>