Mercurial > hg > xemacs-beta
comparison ChangeLog @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 92f8ad5d0d3f |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
1 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 20.4-beta2 | |
4 | |
5 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
6 | |
7 * configure.in (xetest): Eliminate tests for PNG, JPEG, | |
8 TIFF(broken) and replace with test for ImageMagick. | |
9 | |
10 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> | |
11 | |
12 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry. | |
13 Added *XlwMenu*titleForeground entry. | |
14 | |
15 * lwlib/xlwmenu.h: Added string macro declarations for | |
16 titleForeground and highlightForeground properties. | |
17 | |
18 * lwlib/xlwmenuP.h: Added struct fields for title and | |
19 highlight colors. | |
20 | |
21 * lwlib/xlwmenu.c: Added initialization and usage code | |
22 for the new titleForeground and highlightForeground | |
23 properties. | |
24 | |
25 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
26 | |
27 * etc/HELLO: Add Czech. | |
28 | |
29 * etc/HELLO: Delete Amharic, Thai and Tigrigna. | |
30 | |
31 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
32 | |
33 * XEmacs 20.3-beta94 is released. | |
34 | |
35 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
36 | |
37 * configure.in: Correct last patch for berkdb. | |
38 | |
39 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
40 | |
41 * XEmacs 20.3-beta93 is released. | |
42 | |
43 1997-10-27 Martin Buchholz <mrb@eng.sun.com> | |
44 | |
45 * lib-src/make-path.c: | |
46 * lib-src/digest-doc.c: | |
47 * lib-src/gnuslib.c: Always include config.h before system headers | |
48 * configure.in: Improve AIX configure support | |
49 - NON_GNU_CC defaults to `xlc' | |
50 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro | |
51 -qmaxmem=20000" | |
52 - check for sin instead of sqrt in -lm to avoid xlc internal error | |
53 - Detect -li18n for use with Motif | |
54 - Move weird AIX static linking flags from s&m files to configure.in | |
55 - use #pragma instead of -ma flag to avoid compiler warnings | |
56 | |
57 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com> | |
58 | |
59 * lwlib/xlwmenu.c: Use XtRDimension in place of | |
60 XmRHorizontalDimension in shadowThickness resource | |
61 declaration. | |
62 | |
63 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc | |
64 color as the foreground for selected entries. | |
65 | |
66 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc | |
67 color as the foreground for selected entries. | |
68 | |
69 * lwlib/xlwmenu.c (toggle_decoration_height): Force | |
70 height to be minimum of 2x the shadow thickness. | |
71 | |
72 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
73 | |
74 * configure.in: Don't choke on Berkeley DB 2.x. | |
75 | |
76 1997-10-24 SL Baur <steve@altair.xemacs.org> | |
77 | |
78 * XEmacs 20.3-beta92 is released. | |
79 | |
80 1997-10-21 SL Baur <steve@altair.xemacs.org> | |
81 | |
82 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if | |
83 it already exists (use `make finder' to force rebuild). | |
84 | |
85 1997-10-18 SL Baur <steve@altair.xemacs.org> | |
86 | |
87 * XEmacs 20.3-beta91 is released. | |
88 | |
89 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> | |
90 | |
91 * etc/NEWS: document changed package load semantics. | |
92 | |
93 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
94 | |
95 * configure.in: Removed -Olimit=2000 from cc for IRIX. | |
96 | |
97 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com> | |
98 | |
99 * configure.in (null_string): Added AC_SUBST(infodir_user_defined) | |
100 and removed backquoted echo statement from the infopath report line. | |
101 | |
102 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
103 | |
104 * configure.in: Added detection of the declaration of the timezone | |
105 variable in system files. Defines HAVE_TIMEZONE_DECL if yes. | |
106 | |
107 | |
108 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
109 | |
110 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration | |
111 of the timezone variable in system headers. | |
112 | |
113 * systime.h: Use HAVE_TIMEZONE_DECL. | |
114 | |
115 1997-10-14 SL Baur <steve@altair.xemacs.org> | |
116 | |
117 * configure.in (all_widgets): Don't allow configuration of | |
118 --with-mule if Mule lisp hasn't been installed. | |
119 | |
120 1997-10-13 SL Baur <steve@altair.xemacs.org> | |
121 | |
122 * configure.in: Remove `site-lisp' from list of directories to | |
123 make symbolic links for. | |
124 | |
125 * XEmacs 20.3-beta90 is released. | |
126 | |
127 1997-10-12 Glynn Clements <glynn@sensei.co.uk> | |
128 | |
129 * info/dir: Cosmetic changes to info/dir | |
130 | |
131 1997-10-13 Hrvoje Niksic <hniksic@srce.hr> | |
132 | |
133 * etc/NEWS: Updates | |
134 | |
1 1997-10-12 SL Baur <steve@altair.xemacs.org> | 135 1997-10-12 SL Baur <steve@altair.xemacs.org> |
2 | 136 |
3 * XEmacs 20.4-beta1 is released. | 137 * XEmacs 20.4-beta1 is released. |
4 | 138 |
5 * XEmacs 19.16-pre9 is released. | 139 * XEmacs 19.16-pre9 is released. |
20 | 154 |
21 * configure.in: added options and option help docs for infopath | 155 * configure.in: added options and option help docs for infopath |
22 and lockdir | 156 and lockdir |
23 * '' added a line to the report for infopath and lockdir | 157 * '' added a line to the report for infopath and lockdir |
24 | 158 |
25 * NEWS: Draft entry for the info changes. | 159 * etc/NEWS: Draft entry for the info changes. |
26 | 160 |
27 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | 161 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> |
28 | 162 |
29 * Makefile.in.in (INFOPATH): Added variable and put it into | 163 * Makefile.in.in (INFOPATH): Added variable and put it into |
30 DUMPENV. | 164 DUMPENV. |