4118
|
1 2007-08-12 Mike Sperber <mike@xemacs.org>
|
|
2
|
|
3 * Makefile.in.in (datarootdir): Add.
|
|
4 * configure.ac (infodir): Now in terms of $(datarootdir).
|
|
5 (mandir): Ditto, making it usually point to $(prefix)/share/man,
|
|
6 conformant with the GNU Coding Standards.
|
|
7
|
4092
|
8 2007-07-31 Mike Sperber <mike@xemacs.org>
|
|
9
|
|
10 * configure.ac: Don't divert `share' to `lib' for datadir.
|
|
11 Also, define AC_DATAROOTDIR_CHECKED to shut up autoconf.
|
|
12
|
3975
|
13 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
14
|
|
15 * XEmacs 21.5.28 "fuki" is released.
|
|
16
|
3961
|
17 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
18
|
|
19 * configure.ac (error-checking): Move comma misplaced by sorting.
|
|
20 * configure: Regenerate.
|
|
21
|
3959
|
22 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
23
|
|
24 * configure.ac (error-checking): Reorder arguments and sync doctring.
|
|
25
|
3863
|
26 2007-03-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
27
|
|
28 * PROBLEMS: describe crash when inserting or displaying a TAB.
|
|
29 Thanks to Aidan Kehoe for the diagnosis.
|
|
30
|
3862
|
31 2006-12-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
32
|
|
33 * configure.ac (ar): Sun has it but hides it; check for it.
|
|
34 (ssize_t): Use the modern check and document todo.
|
|
35
|
3830
|
36 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
37
|
|
38 * configure.ac (canna):
|
|
39 Move #define of CANNA_NEW_WCHAR_AWARE to config.h.
|
|
40 Use -DCANNA_NEW_WCHAR_AWARE since check for RK.h fails otherwise.
|
|
41 Refactor into loops over orthogonal tweaks (prefix and define).
|
|
42 Use have_canna to track detection success, not with_canna.
|
|
43 Add AC_MSG_WARNs documenting autoconf's bogosity (ours, too).
|
|
44
|
3773
|
45 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org>
|
|
46
|
|
47 * aclocal.m4 (XE_SHLIB_STUFF): Use $EGREP instead of egrep.
|
|
48
|
3765
|
49 2006-12-28 Malcolm Purvis <malcolmp@xemacs.org>
|
|
50
|
|
51 * configure.ac: Ensure ac_configure_args contains a leading space
|
|
52 to work around problems with 'config.status --recheck' under
|
|
53 autoconf 2.60 and 2.61.
|
|
54
|
3764
|
55 2006-12-27 Malcolm Purvis <malcolmp@xemacs.org>
|
|
56
|
|
57 * configure.ac (XE_MERGED_ARG): Register --enable and --with forms
|
|
58 with the option checking list.
|
|
59
|
3752
|
60 2006-12-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
61
|
|
62 * Makefile.in.in (${srcdir}/configure): Generated from configure.ac.
|
|
63
|
3739
|
64 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com>
|
|
65
|
|
66 * configure.ac: Check for u_int*_t typedefs.
|
|
67
|
4010
|
68 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com>
|
|
69
|
|
70 * configure.ac: Avoid using Motif for cygwin.
|
3738
|
71
|
3729
|
72 2006-11-23 Mike Sperber <mike@xemacs.org>
|
|
73
|
|
74 * configure.ac (XE_EXPAND_VARIABLE): Fully expand the various
|
|
75 directories before comparing them for figuring out which of them
|
|
76 are user-defined. Use XE_EPXAND_VARIABLE macro created for this
|
|
77 purpose where applicable.
|
|
78
|
4010
|
79 2006-12-07 Rick Rankin <rick.rankin@yahoo.com>
|
3727
|
80
|
|
81 * configure.ac: Add new library name for cygwin's xpm.
|
|
82
|
4010
|
83 2006-12-07 Rick Rankin <rick.rankin@yahoo.com>
|
3727
|
84
|
|
85 * configure.ac: Add new library name for cygwin's xpm.
|
|
86
|
3683
|
87 2006-10-30 Malcolm Purvis <malcolmp@xemacs.org>
|
|
88 * configure.ac (XE_CDR): m4_cdr differs in autoconf 2.59 and 2.60.
|
|
89 (XE_EXPAND_COMPLEX_OPTIONS): Use XE_CDR, not m4_cdr.
|
|
90
|
3520
|
91 2006-07-18 Marcus Crestani <crestani@xemacs.org>
|
|
92
|
|
93 * configure.ac: Intel-based Macs can use POSIX-style write
|
|
94 barrier. Use $machine to determine this.
|
|
95
|
3518
|
96 2006-07-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
97
|
|
98 * configure.ac (system-packages,legacy-packages): Fix help strings.
|
|
99
|
|
100 * configure.in: cvs remove.
|
|
101 * configure.usage: cvs remove.
|
|
102
|
3494
|
103 2006-06-20 Jerry James <james@xemacs.org>
|
|
104
|
|
105 * configure.ac: When gcc is used, capture the values of __GNUC__
|
|
106 and __GNUC_MINOR__. Use them to conditionally add warning flags
|
|
107 that are not supported by all versions of gcc.
|
|
108
|
3481
|
109 2006-06-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
110
|
|
111 * configure.ac (Build Makefile.in's from Makefile.in.in's):
|
|
112 Create $srcdir/src/depend if it's missing.
|
|
113
|
3443
|
114 2006-06-05 Jerry James <james@xemacs.org>
|
|
115
|
|
116 * configure.ac: Change "if -z" to "if test -z".
|
|
117
|
3418
|
118 2006-05-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
119
|
|
120 * configure.ac: Look for debugger init file templates in etc/, not
|
|
121 src/. Debugger init files depend on config.h; recreate on every
|
|
122 configure. Support XCOMM convention. Update FSF copyright.
|
|
123
|
3406
|
124 2006-05-17 Malcolm Purvis <malcolmp@xemacs.org>
|
|
125
|
|
126 * PROBLEMS: Add entry concerning X errors when using ssh.
|
|
127
|
3404
|
128 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
129
|
|
130 * PROBLEMS: X11R7 loses x11/bitmaps/gray.
|
|
131
|
3402
|
132 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
133
|
|
134 * XEmacs 21.5.27 "fiddleheads" is released.
|
|
135
|
3395
|
136 2006-04-06 Jerry James <james@xemacs.org>
|
|
137
|
|
138 * COPYING: Update to latest upstream version.
|
|
139
|
3354
|
140 2006-04-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
141
|
|
142 * configure.ac: Add stubs for fontconfig configuration.
|
|
143
|
3323
|
144 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
145
|
|
146 * XEmacs 21.5.26 "endive" is released.
|
|
147
|
3322
|
148 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
149
|
|
150 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw,
|
|
151 TODO.ben-mule-21-5, README.ben-mule-21-5, and
|
|
152 README.ben-separate-stderr to Internals Manual.
|
|
153
|
|
154 * CHANGES-msw: Removed.
|
|
155 * TODO.ben-mule-21-5: Removed.
|
|
156 * README.ben-mule-21-5: Removed.
|
|
157 * README.ben-separate-stderr: Removed.
|
|
158
|
|
159 2006-03-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
160
|
|
161 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to
|
|
162 Internals Manual.
|
|
163
|
|
164 * CHANGES-ben-mule: Removed.
|
|
165
|
|
166 * ChangeLog:
|
|
167 * lib-src/ChangeLog:
|
|
168 * lisp/ChangeLog:
|
|
169 * lwlib/ChangeLog:
|
|
170 * man/ChangeLog:
|
|
171 * man/internals/internals.texi:
|
|
172 * modules/ChangeLog:
|
|
173 * netinstall/ChangeLog:
|
|
174 * nt/ChangeLog:
|
|
175 * nt/installer/Wise/ChangeLog:
|
|
176 * src/ChangeLog:
|
|
177 * tests/ChangeLog:
|
|
178 Update the Great Mule Merge placeholders to point to Internals
|
|
179 Manual node "The Great Mule Merge of March 2002".
|
|
180 N.B. Self-referencing log entries were *not* added to other logs.
|
4010
|
181
|
3317
|
182 2006-03-30 Jerry James <james@xemacs.org>
|
|
183
|
|
184 * configure.ac: Fix for -Kalloca detection, also broken by the
|
|
185 recent autoconf updates. Thanks to Ilya Golubev.
|
|
186
|
3316
|
187 2006-03-30 Jerry James <james@xemacs.org>
|
|
188
|
|
189 * configure.ac: Fix FOR_MSW XPM test, broken by previous update.
|
|
190
|
3312
|
191 2006-03-27 Jerry James <james@xemacs.org>
|
|
192
|
|
193 * aclocal.m4: Updates for autoconf 2.59.
|
|
194 * configure.ac: Ditto. Also, don't bother checking for inttypes.h
|
|
195 and unistd.h explicitly, since AC_HEADER_STDC does that.
|
|
196
|
3309
|
197 2006-03-27 Jerry James <james@xemacs.org>
|
|
198
|
|
199 * configure.ac: Repair ALSA detection.
|
|
200
|
3308
|
201 2006-03-24 Jerry James <james@xemacs.org>
|
|
202
|
|
203 * configure.ac: Autodetect ALSA support and report it if detected.
|
|
204
|
3263
|
205 2006-02-22 Marcus Crestani <crestani@xemacs.org>
|
|
206
|
|
207 * configure.ac: Remove mc-alloc, replace it with newgc, adjust
|
|
208 output and comments.
|
|
209
|
3259
|
210 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
211
|
|
212 * XEmacs 21.5.25 "eggplant" is released.
|
|
213
|
3248
|
214 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
215
|
|
216 * configure.ac (Mule): Mark broken test with ####.
|
|
217
|
|
218 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
219
|
|
220 * configure.ac (Mule): Remove obsolete comment on XIM.
|
|
221
|
3228
|
222 2006-01-30 Vin Shelton <acs@xemacs.org>
|
|
223
|
|
224 * configure.ac: Simplify cygwin include and no-X Xpm handling.
|
|
225 As of cygwin-1.5.19 (if you're using /bin/gcc),
|
|
226 'gcc -print-file-name=libc.a' (effectively) returns '/lib'
|
|
227 instead of '/usr/lib', so we'll use 'gcc -print-search-dirs'
|
|
228 instead.
|
|
229
|
3186
|
230 2005-12-29 Mike Sperber <mike@xemacs.org>
|
|
231
|
|
232 * Makefile.in.in (top-distclean-noconfig): Don't delete
|
|
233 site-packages xemacs-packages mule-packages site-lisp---those are
|
|
234 supposed to stick around.
|
|
235
|
3179
|
236 2005-11-25 Mike Sperber <mike@xemacs.org>
|
|
237
|
4010
|
238 * CHANGES-beta:
|
3179
|
239 * configure.ac: Zap --with-package-prefix; instead, add
|
|
240 --with-user-packages/--with-early-packages,
|
|
241 --with-system-packages/--with-late-packages, and
|
|
242 --with-legacy-packages/--with-last-packages.
|
|
243
|
|
244 2005-12-13 Mike Sperber <mike@xemacs.org>
|
|
245
|
|
246 * configure.ac: Move the checks for the Xft-associated library out
|
|
247 of a conditional.
|
|
248
|
3166
|
249 2005-12-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
250
|
|
251 * configure.ac (Xft): Fix typo preventing report of Xft buffers.
|
|
252 Remove now-irrelevant comments.
|
|
253
|
3161
|
254 2005-12-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
255
|
|
256 * configure.ac: Three typos fixed.
|
|
257
|
4010
|
258 2005-12-13 Mike Sperber <mike@xemacs.org>
|
3158
|
259
|
|
260 * configure.ac: Move the checks for the Xft-associated
|
|
261 library out of a conditional.
|
|
262
|
3150
|
263 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
264
|
|
265 * XEmacs 21.5.24 "dandelion" is released.
|
|
266
|
3149
|
267 2005-12-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
268
|
|
269 * configure.ac (XE_COMPLEX_ARG): Substitute '_' for '-' in default
|
|
270 variable names.
|
|
271
|
3147
|
272 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org>
|
|
273
|
|
274 * configure.ac (XE_EXPAND_COMPLEX_OPTION):
|
|
275 * configure.ac (XE_INIT_COMPLEX_OPTION):
|
|
276 * configure.ac (XE_PARSE_COMPLEX_OPTION):
|
|
277 * configure.ac (XE_COMPLEX_ARG):
|
|
278 With the help of Stephen Turnbull rewrote the option processing to
|
|
279 give more consistent under the various combinations of all, none,
|
|
280 no, yes, --without, --with, etc that can occur.
|
|
281
|
3102
|
282 2005-11-27 Marcus Crestani <crestani@xemacs.org>
|
|
283
|
|
284 * configure.ac: Remove vdb-fake warning, die if POSIX checks fail.
|
|
285
|
3098
|
286 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
287
|
|
288 * configure.ac (XE_COMPLEX_ARG[xft]): Default everything off;
|
|
289 change doc.
|
|
290
|
3097
|
291 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
292
|
|
293 * configure.ac (XE_COMPLEX_ARG[xft]): Remove merge detritus and
|
|
294 regenerate configure to fix syntax error.
|
|
295
|
3094
|
296 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
297
|
|
298 Merge Xft.
|
|
299
|
|
300 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
|
|
301
|
|
302 * configure.ac: Correct the filename of the old copy of configure.
|
|
303
|
|
304 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
|
|
305
|
|
306 * config.guess:
|
|
307 * config.sub: Sync with the latest upstream versions.
|
|
308 * configure.ac: Use --verbose for --extra-verbose. Better
|
|
309 quoting of arguments. Internal shell vars statr with '_' to avoid
|
|
310 name clashes. Pick up the latest changes to configure.in.
|
|
311 Improve the testing of Athena 3d widgets.
|
|
312
|
|
313 2005-02-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
314
|
|
315 * configure.ac (athena): Spells as 3d, not xaw3d, in declaration.
|
|
316 (sound): quickfix: AC_DEFINE, not AC_DEFINE_UNQUOTED, at top level.
|
|
317
|
|
318 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
319
|
|
320 * configure.ac (XE_EXPAND_COMPLEX_OPTION): Use same name in comment.
|
|
321 (XEmacs keyword option support):
|
|
322 (XEmacs complex option support):
|
|
323 Move long header comments to internals.texi(The configure Script).
|
|
324
|
|
325 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
326
|
|
327 * configure.ac: Trap --with-style flags, now --enable.
|
|
328
|
|
329 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
330
|
|
331 * configure.ac (Autodetect native sound):
|
|
332 Handle NetBSD per Aidan's patch.
|
|
333
|
|
334 2005-02-11 Malcolm Purvis <malcolmp@xemacs.org>
|
|
335
|
|
336 * configure.ac: Added keyword option support. Converted database,
|
|
337 sound, athena, xim, bignum, error-checking, menubars, scrollbars,
|
|
338 dialogs and widgets command line arguments to use keyword option
|
|
339 and complex option macros.
|
|
340
|
|
341 2005-02-09 Malcolm Purvis <malcolmp@xemacs.org>
|
|
342
|
|
343 * configure.ac (XE_COMPLEX_OPTION):
|
|
344 * configure.ac (XE_COMPLEX_OPTION_HELP_STRING):
|
|
345 * configure.ac (XE_COMPLEX_ARG_WITH):
|
|
346 * configure.ac (XE_COMPLEX_ARG_ENABLE):
|
|
347 Rewritten complex option support with a simpler API and support
|
|
348 for --enable as well a --with.
|
|
349
|
|
350 2005-02-02 Malcolm Purvis <malcolmp@xemacs.org>
|
|
351
|
|
352 * configure.ac Align with the current mainline version of
|
|
353 configure.in.
|
|
354
|
|
355 2005-02-01 Stephen J. Turnbull <stephen@xemacs.org>
|
|
356
|
|
357 * configure.ac (Xrender, fontconfig, and Xft):
|
|
358 Check /usr/include/freetype2.
|
|
359
|
|
360 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
361
|
|
362 * configure.ac (AC_COPYRIGHT): Update.
|
|
363 (progname): Restore and improve documentation.
|
|
364
|
|
365 (XE_INIT_COMPLEX_OPTION):
|
|
366 (XE_APPEND_COMPLEX_OPTION_DEFAULT):
|
|
367 (XE_PARSE_COMPLEX_OPTION):
|
|
368 (XE_CLEANUP_COMPLEX_OPTION):
|
|
369 (XE_COMPLEX_OPTION_HELP_STRING): Support complex options.
|
|
370 (--with-xft): Add Xft support using the complex option support.
|
|
371
|
|
372 (--with-xface):
|
|
373 (--with-zlib):
|
|
374 (--with-xmu):
|
|
375 (--with-purify):
|
|
376 (--with-quantify):
|
|
377 (--with-toolbars):
|
|
378 (--with-tty):
|
|
379 (--with-xfs):
|
|
380 (--with-canna):
|
|
381 (--with-wnn):
|
|
382 (--with-wnn6):
|
|
383 (--with-ldap):
|
|
384 (--with-postgresql):
|
|
385 (--with-infodock):
|
|
386 (--with-native-sound-lib):
|
|
387 (--with-netinstall):
|
|
388 (--with-site-includes):
|
|
389 (--with-site-libraries):
|
|
390 (--with-site-prefixes):
|
|
391 (--with-package-prefix):
|
|
392 (--with-package-path):
|
|
393 (--enable-external-widget):
|
|
394 (--enable-kkcc):
|
|
395 (--enable-union-type):
|
|
396 (--enable-pdump):
|
|
397 (--enable-debug):
|
|
398 (--enable-memory-usage-stats):
|
|
399 (--enable-error-checking):
|
|
400 (--with-rel-alloc):
|
|
401 (--with-dlmalloc):
|
|
402 (--with-debug-malloc):
|
|
403 (--with-system-malloc):
|
|
404 Improve (including add) help strings.
|
|
405
|
|
406 (--with-athena):
|
|
407 (--with-xim):
|
|
408 (--with-mail-locking):
|
|
409 (--enable-bignum):
|
|
410 (--enable-menubars):
|
|
411 (--enable-scrollbars):
|
|
412 (--enable-dialogs):
|
|
413 (--enable-widgets):
|
|
414 Fix `eval "$FEATURE=\"$val\"" bug.
|
4010
|
415
|
3094
|
416 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
417
|
|
418 * INSTALL (CONFIGURATION OPTIONS):
|
|
419 Insert Malcolm's notes on autoconf 2.59 support.
|
|
420
|
|
421 2005-01-04 Malcolm Purvis <malcolmp@xemacs.org>
|
|
422
|
|
423 * aclocal.m4: Changes to support autoconf 2.59
|
|
424 * config.guess:
|
|
425 * config.sub: Upgraded to the version in from automake 1.9
|
|
426 * configure.ac: Rewritten for autoconf 2.59 support.
|
|
427
|
|
428 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
429
|
|
430 * configure.usage: Various minor improvements.
|
|
431
|
|
432 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
433
|
|
434 * configure.in: Update FSF's copyright. Support --with-xft=LIST
|
|
435 syntax. Try to find a directory containing freetype/ftheader.h.
|
|
436
|
|
437 * configure.usage (--with-xft): Update.
|
|
438
|
|
439 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
440
|
|
441 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and
|
|
442 Mathias Neuebaur, and other contributors.
|
|
443
|
|
444 * configure.in:
|
|
445 * configure.usage:
|
|
446 Implement and document switches for configuring Xft.
|
|
447
|
3092
|
448 2005-11-21 Marcus Crestani <crestani@xemacs.org>
|
|
449
|
|
450 Incremental Garbage Collector
|
4010
|
451
|
3092
|
452 * configure.ac: Add newgc option; if newgc, turn on kkcc and
|
|
453 mc-alloc. Add checks for write barrier, determine which write
|
|
454 barrier to use. Add vdb option to override write barrier
|
|
455 auto-detection. Generate .gdbinit and .dbxrc.
|
|
456
|
3083
|
457 2005-11-22 Ben Wing <ben@xemacs.org>
|
|
458
|
|
459 * dynodump/Makefile.in.in (mostlyclean):
|
|
460 Ignore errors from rm during clean.
|
|
461
|
|
462 2005-11-22 Ben Wing <ben@xemacs.org>
|
|
463
|
|
464 * Makefile.in.in (top-mostlyclean):
|
|
465 * Makefile.in.in (top-clean):
|
|
466 * Makefile.in.in (top-distclean-noconfig):
|
|
467 * Makefile.in.in (top-distclean):
|
|
468 * Makefile.in.in (top-realclean-noconfig):
|
|
469 * Makefile.in.in (top-extraclean-noconfig):
|
|
470 * Makefile.in.in (TAGS tags):
|
|
471 Ignore errors from rm during clean, to prevent problems trying to
|
|
472 remove lock/CVS.
|
|
473
|
3074
|
474 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
|
|
475
|
|
476 * Makefile.in.in: Install PROBLEMS into .../etc
|
|
477 * PROBLEMS: Update description of MacOS X stack size limit.
|
|
478
|
3073
|
479 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
|
|
480
|
|
481 * configure.ac : Reorganised the option list so that the help
|
|
482 output looks like configure.usage from 21.4
|
|
483
|
3072
|
484 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
485
|
|
486 * configure.ac (checks for typedefs): TODO comment.
|
|
487
|
3062
|
488 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
489
|
|
490 * dynodump/Makefile.in.in:
|
|
491 * dynodump/Makefile.in.in (.PHONY):
|
|
492 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
|
|
493 Do some refactoring for cleanliness.
|
|
494
|
|
495 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
496
|
|
497 * Makefile.in.in:
|
|
498 * Makefile.in.in (beta):
|
|
499 * Makefile.in.in (FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.extraclean FRC.tags):
|
|
500 * Makefile.in.in (.PHONY):
|
|
501 * Makefile.in.in (top-mostlyclean):
|
|
502 * Makefile.in.in (mostlyclean):
|
|
503 * Makefile.in.in (top-clean):
|
|
504 * Makefile.in.in (clean):
|
|
505 * Makefile.in.in (distclean):
|
|
506 * Makefile.in.in (realclean):
|
|
507 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
|
|
508 *-noconfig targets are like the base targets they're based off of, but
|
|
509 don't delete Makefiles and certain other files needed to rebuild the
|
|
510 Makefiles as necessary. Refactor things to be more consistent.
|
|
511 Top-level `elcclean' is an alias for `realclean-noconfig' and is used
|
|
512 by target `beta'. `realclean-noconfig' (and, by extension, `realclean'
|
|
513 and `extraclean') remove the .elc files.
|
|
514
|
3060
|
515 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
516
|
|
517 * configure.ac (win32 native sound):
|
|
518 Dependent on operating system, not on window system.
|
|
519
|
3050
|
520 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
521
|
|
522 * configure.ac (AC_INIT): Use it correctly.
|
|
523
|
|
524 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
525
|
|
526 * configure.ac (PostgreSQL): Check for link against SSL+crypto.
|
|
527
|
|
528 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
529
|
|
530 * INSTALL: Add map from old options as appendix.
|
|
531
|
|
532 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
533
|
|
534 * INSTALL: Various minor improvements.
|
|
535
|
3031
|
536 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
537
|
|
538 * XEmacs 21.5.23 "daikon" is released.
|
|
539
|
3019
|
540 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org>
|
|
541
|
|
542 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From
|
|
543 21.4.
|
|
544 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging.
|
|
545 Fix broken --with-<complex>=no.
|
|
546
|
3018
|
547 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
|
|
548
|
|
549 * INSTALL: Reflect changes in the configure options. Update MacOS
|
|
550 X X11 installation instructions to reflect the changes in recent
|
|
551 OS releases.
|
|
552
|
3003
|
553 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
|
|
554
|
|
555 * configure.ac: Added XE_MERGED_ARG to alias all local --enable
|
|
556 and --with options. Configure can only be built with autoconf
|
|
557 2.59. Prevent many unwanted blank lines from appearing in
|
|
558 configure.
|
|
559
|
2992
|
560 2005-10-13 Ben Wing <ben@xemacs.org>
|
|
561
|
|
562 * configure.ac (XE_COMPLEX_ARG_ENABLE):
|
|
563 Break lines.
|
|
564 * configure.ac (TAB):
|
|
565 Rewrite optimization help to be accurate. Setting
|
|
566 `--with-cflags-optimization=""' will now unilaterally turn off
|
|
567 optimization; setting it to something non-null unilaterally turns it
|
|
568 on.
|
|
569
|
2973
|
570 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
571
|
|
572 * configure.ac (Canna): Configure as module if appropriate.
|
|
573
|
|
574 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc).
|
|
575
|
2940
|
576 2005-09-18 Mike Alexander <mta@arbortext.com>
|
|
577
|
|
578 * configure.ac: Fix the cygwin, non-X build by adding XPM header
|
|
579 and library files to XE_CFLAGS. Patch from Rick Rankin.
|
|
580
|
2938
|
581 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org>
|
|
582
|
|
583 * configure.in: Replace with warning to use autoconf 2.59.
|
|
584 * configure.ac: Removed warning about the use of autoconf 2.59.
|
|
585
|
2931
|
586 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
587
|
|
588 * XEmacs 21.5.22 "cucumber" is released.
|
|
589
|
2867
|
590 2005-07-20 Didier Verna <didier@xemacs.org>
|
|
591
|
|
592 * CHANGES-beta: Remove the face aliasing feature announcement.
|
|
593
|
2865
|
594 2005-07-19 Didier Verna <didier@xemacs.org>
|
|
595
|
|
596 * CHANGES-beta: Announce the face aliasing feature.
|
|
597
|
2791
|
598 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
599
|
|
600 * XEmacs 21.5.21 "corn" is released.
|
|
601
|
2790
|
602 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
603
|
|
604 * configure.ac: Explain how to turn off KKCC, too.
|
|
605
|
|
606 2005-05-19 Marcus Crestani <crestani@xemacs.org>
|
|
607
|
|
608 * configure:
|
|
609 * configure.ac: Enable new allocator and KKCC by default.
|
|
610
|
|
611 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
612
|
|
613 * CHANGES-beta: Update for release.
|
|
614
|
2741
|
615 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org>
|
|
616
|
|
617 * configure.ac: Make srcdir absolute before calling
|
|
618 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h,
|
|
619 terminate checking lines when testing for dynamic libraries.
|
|
620 * configure: Regenerated.
|
|
621
|
2720
|
622 2005-04-01 Marcus Crestani <crestani@xemacs.org>
|
|
623
|
|
624 The new allocator.
|
|
625
|
|
626 New configure flag: `MC_ALLOC':
|
|
627
|
|
628 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as
|
|
629 a new configure flag.
|
|
630 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new
|
|
631 configure flag.
|
|
632 * configure.usage: Add description for `mc-alloc'.
|
|
633
|
|
634 DUMP_IN_EXEC:
|
|
635
|
|
636 * Makefile.in.in: Condition the installation of a separate dump
|
|
637 file on !DUMP_ON_EXEC.
|
|
638 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add
|
|
639 `--enable-dump-in-exec' as a new configure flag.
|
|
640 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but
|
|
641 not default for MC_ALLOC.
|
|
642 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a
|
|
643 new configure flag.
|
|
644 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but
|
|
645 not default for MC_ALLOC.
|
|
646 * configure.usage: Add description for `dump-in-exec'.
|
|
647
|
2705
|
648 2005-03-31 Jerry James <james@xemacs.org>
|
|
649
|
|
650 * configure.ac: Aidan's 2005-03-30 patch, but against
|
|
651 configure.ac.
|
|
652
|
2701
|
653 2005-03-30 Aidan Kehoe <kehoea@parhasard.net>
|
|
654
|
|
655 * configure: #include <X11/Intrinsic.h.> -> #include
|
2865
|
656 <X11/Intrinsic.h>, thank you Robert Delius Royar.
|
|
657
|
2694
|
658 2005-03-15 Jerry James <james@xemacs.org>
|
|
659
|
|
660 * configure.ac: Include <X11/Intrinsic.h> when checking for
|
|
661 <Xaw/XawInit.h> usability.
|
|
662
|
2692
|
663 2005-03-23 Vin Shelton <acs@xemacs.org>
|
|
664
|
|
665 * configure.in: Remove -fno-gnu-linker option from Solaris
|
|
666 dynodump builds; it doesn't do anything.
|
|
667
|
|
668 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
|
|
669 platforms.
|
|
670
|
2680
|
671 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
|
|
672
|
2865
|
673 * configure: Regenerate.
|
2680
|
674 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
|
2865
|
675 in various docstrings and error messages.
|
2680
|
676
|
2667
|
677 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
678
|
|
679 * configure.ac (--with-cflags-optimization):
|
|
680 (--with-cflags-debugging):
|
|
681 If the user specifies them, use them, and don't make her beg.
|
|
682 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
|
|
683
|
|
684 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
|
|
685
|
2865
|
686 * configure.ac: Fix problems with OpenBSD /bin/sh.
|
2667
|
687
|
2663
|
688 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
|
|
689
|
|
690 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
|
|
691 working out whether to link against libossaudio.so on NetBSD.
|
|
692
|
2653
|
693 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
694
|
|
695 * XEmacs 21.5.20 "cilantro" is released.
|
|
696
|
2651
|
697 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
698
|
|
699 * .cvsignore: Added autom4te.cache.
|
|
700 * aclocal.m4: Changes to support autoconf 2.59
|
|
701 * config.guess:
|
|
702 * config.sub: Upgraded to the latest upstream version
|
|
703 * configure.ac: Rewritten for autoconf 2.59 support.
|
|
704
|
2648
|
705 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
|
|
706
|
|
707 * INSTALL:
|
|
708 * PROBLEMS: Change configure arguments to the new autoconf 2.5
|
|
709 style configure.
|
|
710
|
2625
|
711 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
|
|
712
|
2865
|
713 * configure: Regenerated.
|
2625
|
714 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
|
2628
|
715 XtRegisterDrawable.
|
2625
|
716
|
2609
|
717 2005-02-22 Adrian Aichner <adrian@xemacs.org>
|
|
718
|
|
719 * info/dir: Update to content generated by Info-rebuild-dir.
|
|
720
|
2602
|
721 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
722
|
|
723 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
|
|
724
|
3094
|
725 * configure.in (XEMACS_RELEASE_DATE):
|
|
726 * configure.ac (XEMACS_RELEASE_DATE):
|
|
727 Use it.
|
|
728
|
|
729 * configure.ac (sound):
|
|
730 AC_DEFINE_UNQUOTED seems OK, if it's not m4-quoted.
|
2602
|
731
|
2594
|
732 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
733
|
|
734 * XEmacs 21.5.19 "chives" is released.
|
|
735
|
2593
|
736 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
737
|
|
738 * CHANGES-beta: Update.
|
|
739
|
2564
|
740 2005-02-03 Ben Wing <ben@xemacs.org>
|
|
741
|
|
742 * BUGS, README.packages: Delete, incorporate into FAQ.
|
|
743 * README: Incorporate into FAQ. Delete everything but text
|
|
744 pointing to FAQ.
|
|
745
|
2553
|
746 2005-02-03 Jerry James <james@xemacs.org>
|
|
747
|
|
748 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
|
|
749 -Wstrict-prototypes.
|
|
750
|
2536
|
751 2005-01-31 Ben Wing <ben@xemacs.org>
|
|
752
|
|
753 * GETTING.GNU.SOFTWARE: Delete.
|
|
754 * Makefile.in.in (SOURCES):
|
|
755 Delete GETTING.GNU.SOFTWARE from SOURCES.
|
|
756 * PROBLEMS:
|
|
757 Delete reference to check_cygwin_setup.sh.
|
|
758
|
2512
|
759 2005-01-26 Ben Wing <ben@xemacs.org>
|
|
760
|
|
761 * configure.in (AC_INIT_PARSE_ARGS):
|
|
762 * configure.in (CANONICALIZE_PATH):
|
|
763 * configure.in (TAB):
|
|
764 * configure.usage:
|
|
765 Add --with-optimization, cflags-optimization,
|
|
766 cflags-debugging. Separate out optimization and debugging arguments.
|
|
767 Document.
|
|
768
|
2491
|
769 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
|
|
770
|
|
771 * configure:
|
2865
|
772 * configure.in (XE_COMPUTE_RUNPATH):
|
2491
|
773 NetBSD can use Linux's sound API, but it needs an extra library at
|
|
774 link time to do so.
|
|
775
|
2427
|
776 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
777
|
|
778 * INSTALL: A POSIX compatible Make is no longer required for builds.
|
|
779 * Makefile.in.in (RECURSIVE_MAKE): Removed.
|
|
780 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
|
|
781 * configure.in (RECURSIVE_MAKE): Removed.
|
|
782 * configure.in (RECURSIVE_MAKE_ARGS): New.
|
|
783 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
|
|
784 other parameters. This allows -j to work in GNU Make while
|
|
785 removing need for POSIX compatible make on all systems.
|
|
786
|
2420
|
787 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
788
|
|
789 * README.packages:
|
|
790 Fix error in specifying standard package location.
|
|
791 Document --package-prefix.
|
|
792
|
2416
|
793 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
794
|
|
795 * configure.usage:
|
|
796 * configure.in (AC_INIT_PARSE_ARGS):
|
|
797 * configure.in (TAB):
|
|
798 * configure.in (XE_COMPUTE_RUNPATH):
|
|
799 * configure:
|
|
800 Support --package-prefix and mmdf and pop arguments to --mail-locking.
|
|
801 Document in configure.usage.
|
|
802
|
2389
|
803 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
804
|
|
805 * configure:
|
|
806 * configure.in: Make pdump default for Cygwin.
|
|
807
|
2388
|
808 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
809
|
|
810 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
|
|
811
|
2367
|
812 2004-10-26 Ben Wing <ben@xemacs.org>
|
|
813
|
|
814 * configure.in (AC_INIT_NOTICE):
|
|
815 * configure.in (TAB):
|
|
816 * configure.in (XE_COMPUTE_RUNPATH):
|
|
817 Turn off -Winline and -Wchar-subscripts.
|
|
818 Use the right set of cflags when compiling modules.
|
|
819 Rewrite ldap configuration to separate the inclusion of lber
|
|
820 (needed in recent Cygwin) from the basic checks for the
|
|
821 needed libraries.
|
|
822 add a function for MAKE_JUNK_C; initially code was added to
|
|
823 generate xemacs.def using this, but it will need to be rewritten.
|
|
824 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
|
|
825 an existing file.
|
|
826 Sort list of auto-detected functions and eliminate unused checks for
|
|
827 stpcpy, setlocale and getwd.
|
|
828 Add autodetection of Cygwin scanf problems
|
|
829
|
2346
|
830 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
831
|
|
832 * XEmacs 21.5.18 "chestnut" is released.
|
|
833
|
2345
|
834 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
835
|
|
836 * CHANGES-beta: Update for release.
|
|
837
|
2315
|
838 2004-09-29 Jerry James <james@xemacs.org>
|
|
839
|
|
840 * configure.in: Don't use -Wunused-parameter with g++.
|
|
841
|
2300
|
842 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
|
|
843
|
|
844 * configure.in: Unused parameter and variables warnings are GCC 3
|
|
845 or greater.
|
|
846
|
2286
|
847 2004-09-14 Jerry James <james@xemacs.org>
|
|
848
|
|
849 * configure.in (TAB): Add unused parameter and variables warnings
|
|
850 to gcc CFLAGS.
|
|
851
|
2283
|
852 2004-09-20 Jerry James <james@xemacs.org>
|
|
853
|
|
854 * INSTALL: Update Canna description to reflect recent changes.
|
|
855
|
2263
|
856 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
|
|
857
|
|
858 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
|
|
859 and vlimit().
|
|
860
|
2259
|
861 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
|
|
862
|
|
863 * INSTALL: A POSIX compatible Make is required for builds.
|
|
864 * Makefile.in.in: Enable support for parallel builds.
|
|
865
|
2216
|
866 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
|
|
867
|
|
868 * config.guess: Identify PlayStation2.
|
|
869
|
2131
|
870 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
871
|
|
872 * configure.in: Character classes in globs don't work, die when
|
|
873 GTK is mixed with other toolkits, protect comma in quoted message.
|
|
874
|
2128
|
875 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
876
|
|
877 * configure.in (Autodetection of Gdk libraries and includes):
|
|
878 Don't allow mixing of GTK with other toolkits.
|
|
879
|
|
880 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
881
|
|
882 * configure.in: Improve style of WARNINGs.
|
|
883
|
|
884 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
885
|
|
886 * configure.in (HAVE_GPM): Die if GPM requested but not found.
|
|
887
|
2079
|
888 2004-05-10 Jerry James <james@xemacs.org>
|
|
889
|
|
890 * aclocal.m4: Typo fix.
|
|
891 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
|
|
892 LTDL; unify the OS-specific checks into a case statement.
|
|
893
|
2050
|
894 2004-04-30 Jerry James <james@xemacs.org>
|
|
895
|
|
896 * configure.in: Turn ICC warning 147 into an error to get a good
|
|
897 XRegisterIMInstantiateCallback prototype.
|
|
898
|
2048
|
899 2004-04-28 Jerry James <james@xemacs.org>
|
|
900
|
|
901 * configure.in: Get version information for both icc and icpc.
|
|
902
|
2029
|
903 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
904
|
|
905 * configure.in (GTK setup): Warn if other toolkits requested.
|
|
906
|
|
907 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
908
|
|
909 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
|
|
910 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
|
|
911
|
|
912 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
913
|
|
914 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
|
|
915
|
2016
|
916 2003-12-07 Olivier Galibert <galibert@pobox.com>
|
|
917
|
|
918 * Makefile.in.in: Don't install the dmp file when it's in the
|
|
919 executable.
|
|
920
|
2009
|
921 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
|
|
922
|
|
923 * configure.in: Check for libmp dependencies before checking for
|
|
924 the existence of the move function.
|
|
925
|
2006
|
926 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
927
|
|
928 * configure.in (src/Makefile): No longer include a special linker
|
|
929 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
|
|
930 this bug.
|
|
931
|
1998
|
932 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
933
|
|
934 * configure.in (Compiler-specific hacks): Restore warning flags
|
|
935 for XEMACS_CC if gcc. Report warning flags at compute time.
|
|
936
|
1997
|
937 2004-04-07 Jerry James <james@xemacs.org>
|
|
938
|
|
939 * configure.in: FreeBSD MP needs -lcrypto.
|
|
940
|
1989
|
941 2004-04-06 Jerry James <james@xemacs.org>
|
|
942
|
|
943 * configure.in: Change test -e to test -r for portability.
|
|
944
|
1985
|
945 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
946
|
|
947 * configure.in (use_number_lib): Accepts no to disable bignums.
|
|
948 * configure.usage: Document the "no" value.
|
|
949
|
1984
|
950 2004-04-05 Jerry James <james@xemacs.org>
|
|
951
|
|
952 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
|
|
953 * configure.in: Use it. Report it. Check for size of a double.
|
|
954 * configure.usage: Tell how to use use-number-lib.
|
|
955
|
1964
|
956 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
957
|
|
958 * XEmacs 21.5.17 "chayote" is released.
|
|
959
|
1955
|
960 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
961
|
|
962 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
|
|
963 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
|
|
964 500 since apparently we'll use it if available.
|
|
965
|
|
966 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
967
|
|
968 * configure.in (libc detection): Fix progress message.
|
|
969
|
1922
|
970 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
971
|
|
972 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
|
|
973 CFLAGS. Thanks to Jerry James for reporting the bug.
|
|
974
|
1916
|
975 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
976
|
|
977 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
|
1922
|
978 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
|
|
979 the more elegant fix.
|
1916
|
980
|
1889
|
981 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
982
|
|
983 * configure.in: Use XE_CFLAGS for XEMACS_CC.
|
|
984 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
|
|
985 Various comment fixups.
|
|
986 Delete dead code for finding srcdir.
|
|
987
|
|
988 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
|
|
989
|
|
990 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
991
|
|
992 * configure.in: Report cc and libc version info. Detection code
|
|
993 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
|
|
994
|
1871
|
995 2004-01-20 Jerry James <james@xemacs.org>
|
|
996
|
|
997 * configure.in: The icc compiler pretends to be gcc. It isn't.
|
|
998
|
1800
|
999 2003-11-18 Jerry James <james@xemacs.org>
|
|
1000
|
|
1001 * configure.in: Check for the typeof extension.
|
|
1002
|
1756
|
1003 2003-10-15 Jerry James <james@xemacs.org>
|
|
1004
|
|
1005 * aclocal.m4: Add icc (Intel compiler) support.
|
|
1006 * configure.in: Ditto.
|
|
1007
|
1740
|
1008 2003-10-11 Jerry James <james@xemacs.org>
|
|
1009
|
|
1010 * configure.in: installexe.sh is under srcdir, not blddir.
|
|
1011
|
1716
|
1012 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
1013
|
|
1014 * XEmacs 21.5.16 "celeriac" is released.
|
|
1015
|
1707
|
1016 2003-09-21 Jerry James <james@xemacs.org>
|
|
1017
|
|
1018 * configure.in: Remove detection of GNU DLD.
|
|
1019 * configure: Regenerate.
|
|
1020
|
4010
|
1021 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
|
1697
|
1022
|
|
1023 * PROBLEMS: Propose bash as an alternative to buggy Solaris
|
|
1024 /bin/sh.
|
|
1025
|
1696
|
1026 2003-09-20 Steve Youngs <youngs@xemacs.org>
|
|
1027
|
|
1028 * configure: Re-generate after Martin's configure.in patch.
|
|
1029
|
|
1030 2003-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1031
|
|
1032 * configure.in: XEmacs failed to build on Solaris9.
|
|
1033 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
|
|
1034 therein.
|
|
1035
|
1692
|
1036 2003-09-18 Steve Youngs <youngs@xemacs.org>
|
|
1037
|
|
1038 * configure: Re-generate after Martin's configure.in patch.
|
|
1039
|
|
1040 2003-09-13 Martin Buchholz <martin@xemacs.org>
|
|
1041
|
|
1042 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
|
|
1043 On current OSes produced by Sun, `uname -r' prints "5.9".
|
|
1044 It seems likely that on future OSes, `uname -r' will print "5.10".
|
|
1045 We need to accept multi-digit release numbers.
|
|
1046
|
1678
|
1047 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
1048
|
|
1049 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
|
|
1050 ability to build shared libraries, but use -bundle_loader in
|
|
1051 ellcc. Properly handle other flags for MacOS X.
|
2865
|
1052
|
1665
|
1053 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
1054
|
|
1055 * XEmacs 21.5.15 "celery" is released.
|
|
1056
|
1651
|
1057 2003-08-28 Jerry James <james@xemacs.org>
|
|
1058
|
|
1059 * configure.in: Link modules with -lstdc++ if g++ is used.
|
|
1060
|
1648
|
1061 2003-08-28 Steve Youngs <youngs@xemacs.org>
|
|
1062
|
|
1063 * README.packages: Update.
|
|
1064
|
1633
|
1065 2003-08-18 Jerry James <james@xemacs.org>
|
|
1066
|
|
1067 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
|
|
1068 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
|
|
1069 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
|
|
1070 * aclocal.m4 (cygwin_warn): Removed.
|
|
1071 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
|
|
1072
|
1617
|
1073 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1074
|
|
1075 * configure.usage (Window System): `lucid' option often means `Motif'.
|
|
1076
|
1546
|
1077 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1078
|
|
1079 * configure.usage (--cflags-warning): Change underscore to hyphen.
|
|
1080
|
1510
|
1081 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
1082
|
|
1083 * XEmacs 21.5.14 "cassava" is released.
|
|
1084
|
1491
|
1085 2003-05-20 Jerry James <james@xemacs.org>
|
|
1086
|
|
1087 * configure.in: Add src to MAKE_SUBDIR early for module builds for
|
|
1088 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
|
|
1089 variables appropriately if --with-modules=no is specified.
|
|
1090
|
|
1091 * configure: Regenerate.
|
|
1092
|
1473
|
1093 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
1094
|
|
1095 * XEmacs 21.5.13 "cauliflower" is released.
|
|
1096
|
1470
|
1097 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
1098
|
|
1099 * Revert this patch:
|
|
1100 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
1101
|
|
1102 * configure.in: Move module detection to after src/ is added to
|
|
1103 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
1104 already be built.
|
|
1105 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
1106 MacOS X.
|
|
1107 It was stopping certain libs from making their way into the
|
2865
|
1108 Makefiles.
|
1470
|
1109
|
|
1110 * configure: Regenerate.
|
|
1111
|
1464
|
1112 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1113
|
|
1114 * configure.in: Revert Steve Youngs's patch, and set default for
|
|
1115 ESD in the Defaults section. Improve comments.
|
|
1116
|
|
1117 * configure: Regenerate.
|
|
1118
|
1462
|
1119 2003-05-07 Steve Youngs <youngs@xemacs.org>
|
|
1120
|
|
1121 * configure.in: Default ESD sound to off.
|
|
1122
|
|
1123 * configure.usage (--with-sound): Document ESD defaulting to off.
|
|
1124
|
|
1125 * configure: Regenerate.
|
|
1126
|
1457
|
1127 2003-05-05 Steve Youngs <youngs@xemacs.org>
|
|
1128
|
|
1129 * CHANGES.beta: Update.
|
|
1130
|
1454
|
1131 2003-05-04 Steve Youngs <youngs@xemacs.org>
|
|
1132
|
|
1133 * configure: Regenerate.
|
|
1134
|
|
1135 2003-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1136
|
|
1137 * configure.in: Don't look for Motif if it's already present in
|
|
1138 $x_includes and $x_libraries.
|
|
1139
|
1452
|
1140 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
1141
|
|
1142 * configure.in: Move module detection to after src/ is added to
|
|
1143 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
1144 already be built.
|
|
1145 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
1146 MacOS X.
|
|
1147
|
1442
|
1148 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1149
|
|
1150 * configure.in (darwin): Collect random kludges in one place.
|
|
1151 (cygwin): Check for intptr_t in <sys/types.h>.
|
|
1152 (Berkeley db): Handle 4.1 functions decorated with version info.
|
|
1153
|
1441
|
1154 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1155
|
|
1156 * PROBLEMS (Windows): New: auxiliary programs for Windows.
|
|
1157
|
|
1158 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1159
|
|
1160 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
|
|
1161 Patch by Martin Buchholz <martin@xemacs.org>.
|
|
1162 <15410.44105.753590.169241@gargle.gargle.HOWL>
|
|
1163
|
1431
|
1164 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
1165
|
|
1166 * XEmacs 21.5.12 "carrot" is released.
|
|
1167
|
1427
|
1168 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
1169
|
|
1170 * configure.in: Fix for building on openbsd.
|
|
1171 From Gregory Steuck <greg@nest.cx>
|
|
1172
|
|
1173 * configure: Regenerate
|
|
1174
|
1389
|
1175 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1176
|
|
1177 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
|
|
1178
|
1384
|
1179 2003-03-25 Jerry James <james@eecs.ku.edu>
|
|
1180
|
|
1181 * configure.in: Add Andrew Begel's shared library support for
|
|
1182 MacOS X.
|
|
1183
|
1375
|
1184 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1185
|
|
1186 * INSTALL: Give location of Darwin X11 downloads.
|
|
1187
|
1349
|
1188 2003-02-09 Ville Skyttä <scop@xemacs.org>
|
|
1189
|
|
1190 * configure: Remove pkgdir and all references to it (unused).
|
|
1191 * configure.in: Ditto.
|
|
1192 * Makefile.in.in: Ditto.
|
|
1193
|
1338
|
1194 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1195
|
|
1196 * INSTALL: Reorganize, synch to configure.usage.
|
|
1197
|
1332
|
1198 2003-03-01 Ben Wing <ben@xemacs.org>
|
|
1199
|
|
1200 * PROBLEMS:
|
|
1201 * PROBLEMS (Note):
|
|
1202 * PROBLEMS (http):
|
|
1203 * PROBLEMS (IMPORTANT):
|
|
1204 Include nt/PROBLEMS and update. Add note about incremental
|
|
1205 linking badness.
|
|
1206
|
1330
|
1207 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
1208
|
|
1209 * Makefile.in.in (mostlyclean):
|
|
1210 * Makefile.in.in (clean):
|
|
1211 * Makefile.in.in (top_distclean):
|
|
1212 * Makefile.in.in (distclean):
|
|
1213 Move src deletions to src/Makefile.in.in.
|
|
1214
|
1318
|
1215 2003-02-20 Ben Wing <ben@xemacs.org>
|
|
1216
|
|
1217 * PROBLEMS:
|
|
1218 * PROBLEMS (event-stream.c): Removed.
|
|
1219 * PROBLEMS (ABSTRACT):
|
|
1220 * PROBLEMS (patch.):
|
|
1221 * PROBLEMS (Note):
|
|
1222 Add comment about Cygwin, unexec and sysmalloc.
|
|
1223 Move some non-general stuff out of general.
|
|
1224 Make a section for x86.
|
2865
|
1225
|
1318
|
1226 * configure.in (AC_INIT_NOTICE):
|
|
1227 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1228 Add check for broken alloca in funcalls.
|
|
1229
|
1314
|
1230 2003-02-19 Ben Wing <ben@xemacs.org>
|
|
1231
|
|
1232 * Makefile.in.in:
|
|
1233 * Makefile.in.in (GENERATED_HEADERS):
|
|
1234 * Makefile.in.in (GENERATED_LISP): Removed.
|
|
1235 * Makefile.in.in (.NO_PARALLEL):
|
|
1236 * Makefile.in.in (beta):
|
|
1237 * Makefile.in.in (dist):
|
|
1238 * Makefile.in.in (batch): Removed.
|
|
1239 * Makefile.in.in (batch_packages): Removed.
|
|
1240 * Makefile.in.in (check): New.
|
|
1241 * Makefile.in.in (finder): Removed.
|
|
1242 * Makefile.in.in (check-features): New.
|
|
1243 * Makefile.in.in (.PHONY):
|
|
1244 * Makefile.in.in (install-only):
|
|
1245 * Makefile.in.in (tagslisp):
|
|
1246 * Makefile.in.in (info):
|
|
1247 Major surgery. Move all stuff related to building anything in the
|
|
1248 src/ directory into src/. Simplify the dependencies -- everything
|
|
1249 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
|
|
1250 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
|
|
1251
|
1307
|
1252 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
1253
|
|
1254 * XEmacs 21.5.11 "cabbage" is released.
|
|
1255
|
1303
|
1256 2003-02-15 Ben Wing <ben@xemacs.org>
|
|
1257
|
|
1258 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
|
|
1259 to avoid multiple autoload-loading problem.
|
|
1260 * configure.usage (--error-checking): Document quick-build better.
|
|
1261
|
1294
|
1262 2003-01-28 Martin Buchholz <martin@xemacs.org>
|
|
1263
|
|
1264 * configure.in (opsys): (AIX specific)
|
|
1265 Use opsys=aix4-2 for AIX 5 and all future versions.
|
|
1266
|
1283
|
1267 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1268
|
|
1269 * INSTALL: Recommend Mule, deprecate stripped binaries.
|
|
1270
|
1259
|
1271 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1272
|
|
1273 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
|
|
1274
|
|
1275 * configure.in: Fix --srcdir processing.
|
|
1276
|
1245
|
1277 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1278
|
|
1279 * PROBLEMS: Collect Motif information in one place.
|
|
1280
|
1232
|
1281 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
1282
|
|
1283 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
1284 in lisp, lisp/mule, and modules.
|
|
1285
|
1222
|
1286 2003-01-14 Jerry James <james@xemacs.org>
|
|
1287
|
|
1288 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
|
|
1289 module and --error-checking=all.
|
|
1290
|
1214
|
1291 2003-01-13 Ilya Golubev <golubev@xemacs.org>
|
|
1292
|
|
1293 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
|
|
1294
|
4010
|
1295 2003-01-12 Mike Sperber <mike@xemacs.org>
|
1202
|
1296
|
|
1297 * configure.in: Check for strupr and strlwr.
|
|
1298
|
|
1299 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
1300
|
|
1301 * INSTALL (Rationale):
|
|
1302 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1303 * configure.usage (Usage):
|
|
1304 * configure.usage (--xemacs-compiler):
|
|
1305 * configure.usage (--srcdir):
|
|
1306 * configure.usage (--with-prefix):
|
|
1307 * configure.usage (--bindir): New.
|
|
1308 * configure.usage (--datadir): New.
|
|
1309 * configure.usage (--statedir): New.
|
|
1310 * configure.usage (--libdir): New.
|
|
1311 * configure.usage (--infodir): New.
|
|
1312 * configure.usage (--mandir): New.
|
|
1313 * configure.usage (--lispdir): New.
|
|
1314 * configure.usage (--sitelispdir): New.
|
|
1315 * configure.usage (--etcdir): New.
|
|
1316 * configure.usage (--lockdir): New.
|
|
1317 * configure.usage (--archlibdir): New.
|
|
1318 * configure.usage (--docdir): New.
|
|
1319 * configure.usage (--moduledir): New.
|
|
1320 * configure.usage (--with-site-lisp): New.
|
|
1321 * configure.usage (--with-site-modules): New.
|
|
1322 * configure.usage (--package-path): New.
|
|
1323 * configure.usage (--infopath): New.
|
|
1324 * configure.usage (--with-xmu):
|
|
1325 * configure.usage (--with-tty):
|
|
1326 * configure.usage (--with-gif):
|
|
1327 * configure.usage (--native-sound-lib):
|
|
1328 * configure.usage (--with-xim): New.
|
|
1329 * configure.usage (--with-clash-detection): New.
|
|
1330 * configure.usage (--with-database):
|
|
1331 * configure.usage (--mail-locking):
|
|
1332 * configure.usage (--with-ipv6-cname): Removed.
|
|
1333 * configure.usage (--error-checking):
|
|
1334 Redo usage message more logically, fix some problems. In configure,
|
|
1335 when outputting the compilation options, put in a big ugly warning
|
|
1336 about using union-type, since it's been known to trigger so many
|
|
1337 compiler bugs, invariably leading to weird crashes.
|
|
1338
|
1187
|
1339 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
1340
|
|
1341 * XEmacs 21.5.10 "burdock" is released.
|
|
1342
|
1157
|
1343 2002-07-08 Andy Piper <andy@xemacs.org>
|
|
1344
|
|
1345 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
|
|
1346 this anything other than zero was misguided.
|
|
1347
|
1155
|
1348 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1349
|
|
1350 * configure.in: Make --pdump default per opsys; move Darwin's
|
|
1351 setting and change Linux's default to yes.
|
|
1352
|
1123
|
1353 2002-11-27 Ben Wing <ben@xemacs.org>
|
|
1354
|
|
1355 * configure.in (CANONICALIZE_PATH):
|
|
1356 * configure.in (TAB):
|
|
1357 Check for GCC version and only use -Wpacked in v3.
|
|
1358
|
1117
|
1359 2002-10-14 Jerry James <james@xemacs.org>
|
|
1360
|
|
1361 * configure.in: Remove LISP_FLOAT_TYPE definition.
|
|
1362
|
1111
|
1363 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
1364
|
|
1365 * aclocal.m4 (cygwin_warn): New.
|
|
1366 Disable shared library modules under Cygwin for the moment,
|
|
1367 since we need some more tricky coding done and I don't have the
|
|
1368 time right now.
|
|
1369
|
|
1370 * configure.in:
|
|
1371 * configure.in (need_modules_common): New.
|
|
1372 * configure.in (quoted_arguments):
|
|
1373 * configure.in (stack_trace_eye_catcher):
|
|
1374 * configure.in (CPP):
|
|
1375 * configure.in (CFLAGS): New.
|
|
1376 * configure.in (bitmapdir):
|
|
1377 * configure.in (ldap_libs):
|
|
1378 * configure.in (postgresql_libs):
|
|
1379 * configure.in (all_widgets):
|
|
1380 * configure.in (SUBDIR_MAKEFILES):
|
|
1381 * configure.in (RECURSIVE_MAKE):
|
|
1382 * configure.in (null_string):
|
|
1383 * configure.in (Mail):
|
|
1384 * configure.usage (--cflags):
|
|
1385 * configure.usage (--cflags_warning): New.
|
|
1386
|
|
1387 Make sure we use the compiler in --xemacs-compiler to compile
|
|
1388 the modules, too, or we will get link errors when trying to do
|
|
1389 a C++ build.
|
|
1390
|
|
1391 Create a directory modules/common, in which is code common to all
|
|
1392 the module Makefiles and configure.ac's. We create a separate
|
|
1393 directory because we may be building in a separate source tree,
|
|
1394 and need a way of accessing the common code (at least in the case
|
|
1395 of the Makefile). Either we create symlinks for all necessary
|
|
1396 files or one just for the directory -- the latter is more robust.
|
|
1397
|
|
1398 Add code to create the symlink for modules/common as necessary.
|
|
1399 When creating the modules Makefiles, append the common code.
|
|
1400
|
|
1401 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
|
|
1402 G++ v3.
|
|
1403
|
|
1404 Output correct compiler name in messages.
|
|
1405
|
|
1406 Separate warning flags from other C flags so that user-specified
|
|
1407 --cflags doesn't disable warnings.
|
|
1408
|
1100
|
1409 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1410
|
|
1411 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
|
|
1412
|
|
1413 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
1098
|
1414
|
|
1415 * PROBLEMS: Typo fix.
|
|
1416
|
1092
|
1417 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
|
|
1418
|
2865
|
1419 * info/dir (File): button1 on a highlighted word doesn't
|
1092
|
1420 follow that cross-reference.
|
|
1421
|
|
1422 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1423
|
|
1424 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
|
|
1425
|
|
1426 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
1427
|
|
1428 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
1429 in lisp, lisp/mule, and modules.
|
|
1430 ChangeLog: Fix my bogus email addresses.
|
|
1431
|
1070
|
1432 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1433
|
|
1434 * configure.in (Check for POSIX functions): New section head.
|
|
1435 getaddrinfo is detected on HP-UX 11.XX, but appears to be
|
|
1436 non-functional. Disable it. Based on work by Darryl Okahata.
|
2865
|
1437
|
1092
|
1438 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
|
1058
|
1439
|
|
1440 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
|
|
1441
|
1092
|
1442 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
|
1056
|
1443
|
|
1444 * PROBLEMS (Missing charsets): Remove ambiguity.
|
|
1445
|
1045
|
1446 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1447
|
|
1448 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
|
|
1449
|
1042
|
1450 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1451
|
|
1452 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
|
|
1453
|
1036
|
1454 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1455
|
|
1456 * PROBLEMS (MacOS/X): Describe stack limitation.
|
|
1457 (Digital Unix): Generalize to all regexp-using applications.
|
|
1458 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
|
|
1459 (PROBLEMS): Point to PROBLEMS file for build notes.
|
|
1460 Thanks to Skip Montanaro for the report.
|
|
1461
|
1011
|
1462 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
1463
|
|
1464 * Makefile.in.in (TAGS tags): Descend into the modules directory
|
|
1465 as well.
|
|
1466
|
1009
|
1467 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1468
|
|
1469 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
|
|
1470
|
997
|
1471 2002-08-08 Jerry James <james@xemacs.org>
|
|
1472
|
|
1473 * Makefile.in.in (install-arch-dep): Install internal modules and
|
|
1474 the corresponding autoload file.
|
|
1475 * configure: Regenerate.
|
|
1476 * configure.in: Detect module support early.
|
|
1477 Define variables to be substituted in internal Makefiles.
|
|
1478 Use ldap_libs instead of LIBS for LDAP libraries.
|
|
1479 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
|
|
1480 Introduce ld_libs_module for seamless module/no-module support.
|
|
1481
|
981
|
1482 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
1483
|
|
1484 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
1485
|
975
|
1486 2002-08-16 Steve Youngs <youngs@xemacs.org>
|
|
1487
|
|
1488 * version.sh (xemacs_extra_name): New var to identify XEmacs
|
|
1489 version > release < next release. ie, release+cvs.
|
|
1490
|
2865
|
1491 * configure.in: Test for xemacs_extra_name.
|
975
|
1492
|
|
1493 * configure: Re-generate.
|
|
1494
|
974
|
1495 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
1496
|
|
1497 * configure.usage: Reorder usage message to clarify what widgets
|
|
1498 are supported and what aren't.
|
|
1499
|
957
|
1500 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1501
|
|
1502 * PROBLEMS (General advice): Define runtime and build problems.
|
|
1503
|
|
1504 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1505
|
|
1506 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
|
|
1507
|
933
|
1508 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
1509
|
|
1510 * XEmacs 21.5.8 "broccoli" is released.
|
|
1511
|
4010
|
1512 2002-07-09 Mike Sperber <mike@xemacs.org>
|
925
|
1513
|
2865
|
1514 * configure.usage:
|
925
|
1515 * configure.in: Add --use-kkcc option for new GC algorithms.
|
|
1516
|
917
|
1517 2002-06-04 Jerry James <james@xemacs.org>
|
|
1518
|
|
1519 * configure.usage: Identify --with-modules as autodetecting.
|
|
1520
|
915
|
1521 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1522
|
|
1523 * PROBLEMS: Add two basic configuration questions.
|
|
1524
|
4010
|
1525 2002-07-08 Mike Sperber <mike@xemacs.org>
|
911
|
1526
|
|
1527 * configure.in: Test for wchar.h.
|
|
1528
|
894
|
1529 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1530
|
|
1531 * XEmacs 21.5.7 "broccoflower" is released.
|
|
1532
|
892
|
1533 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1534
|
|
1535 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
|
|
1536
|
864
|
1537 2002-05-22 Andy Piper <andy@xemacs.org>
|
|
1538
|
|
1539 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
|
|
1540 xemacs can be running while we build a dist.
|
|
1541
|
|
1542 2002-05-07 Andy Piper <andy@xemacs.org>
|
|
1543
|
|
1544 * configure.in: undo autoconf 2.5x change.
|
|
1545
|
|
1546 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
1547
|
|
1548 * configure.in: make sure that a combined X and windows build gets
|
|
1549 widgets.
|
|
1550
|
|
1551 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
1552
|
|
1553 * configure.in: update to support autoconf 2.5x from Andreas
|
|
1554 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
|
|
1555
|
|
1556 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1557
|
|
1558 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
|
|
1559
|
|
1560 * etc/sample.init.el: Add description of initialization process,
|
|
1561 the custom.el file, and code to load custom.el early instead of
|
|
1562 late.
|
|
1563
|
|
1564 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
|
|
1565
|
|
1566 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
|
|
1567
|
|
1568 2002-04-25 Mike Fabian <mfabian@suse.de>
|
|
1569
|
|
1570 * configure.in: add option moduledir as mentioned in ./configure
|
|
1571 --help
|
|
1572
|
|
1573 2001-04-21 Martin Buchholz <martin@xemacs.org>
|
|
1574
|
|
1575 * configure.in: Detect MacOS/X "Darwin".
|
|
1576 Thanks to Greg Parker <gparker@cs.stanford.edu>.
|
2865
|
1577
|
864
|
1578 2002-03-30 Steve Youngs <youngs@xemacs.org>
|
|
1579
|
|
1580 * etc/package-index.LATEST.pgp: Update to current reality.
|
|
1581
|
|
1582 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1583
|
|
1584 * etc/TUTORIAL.se: New from Mats Lidell.
|
|
1585
|
|
1586 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
1587
|
|
1588 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
1589 If "--with-widgets=yes" autodetect athena.
|
|
1590
|
|
1591 2001-12-29 Steve Youngs <youngs@xemacs.org>
|
|
1592
|
|
1593 * etc/package-index.LATEST.pgp: Update.
|
|
1594
|
|
1595 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
1596
|
|
1597 * configure.in (GTK): add -Wno-shadow.
|
2865
|
1598
|
864
|
1599 2002-01-23 Jarl Friis <jarl@diku.dk>
|
|
1600
|
|
1601 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
|
|
1602 note on patch etiquette.
|
|
1603
|
853
|
1604 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1605
|
|
1606 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
1607
|
846
|
1608 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
1609
|
|
1610 * configure.in: Protect nocomboreloc linker arguments to avoid
|
|
1611 problem on the ppc.
|
|
1612
|
845
|
1613 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1614
|
|
1615 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
|
|
1616 Linux runtime issues section.
|
|
1617 * INSTALL: Improve description of mail locking.
|
|
1618
|
835
|
1619 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1620
|
|
1621 * PROBLEMS (General): Decribe failed AUTH with EFS.
|
|
1622
|
828
|
1623 2002-04-23 Olivier Galibert <galibert@pobox.com>
|
|
1624
|
|
1625 * configure.in: Fix the "error checking" warning.
|
|
1626
|
826
|
1627 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
1628
|
|
1629 * README.packages: Update info about --package-path.
|
|
1630
|
814
|
1631 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
1632
|
|
1633 * TODO.ben-mule-21-5:
|
|
1634 * TODO.ben-mule-21-5 (Priority): New.
|
|
1635 Update.
|
|
1636
|
808
|
1637 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1638
|
|
1639 * XEmacs 21.5.6 "bok choi" is released.
|
|
1640
|
803
|
1641 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1642
|
|
1643 * CHANGES-beta: Update for release.
|
|
1644
|
801
|
1645 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
1646
|
|
1647 * Makefile.in.in (all):
|
|
1648 * Makefile.in.in (finder):
|
|
1649 * Makefile.in.in (Makefile):
|
|
1650 * Makefile.in.in (SOURCES):
|
|
1651 Try to make the Makefile notice if its source Makefile.in.in is
|
|
1652 changed, and regenerate and run itself.
|
|
1653
|
|
1654 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
|
|
1655 can't compile under Mule if a Lisp file has changed. (can't run
|
|
1656 temacs)
|
|
1657
|
|
1658 * TODO.ben-mule-21-5 (bugs): update.
|
|
1659
|
800
|
1660 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
1661
|
|
1662 * TODO.ben-mule-21-5 (bugs): Update.
|
2865
|
1663
|
800
|
1664 * configure.in (USAGE_ERROR):
|
|
1665 * configure.in (CANONICALIZE_PATH):
|
|
1666 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1667 Fix for new error-checking types.
|
|
1668
|
793
|
1669 2002-03-28 Ben Wing <ben@xemacs.org>
|
|
1670
|
|
1671 * etc/ChangeLog: New file.
|
|
1672
|
|
1673 Separated out all entries for etc/ into their own ChangeLog.
|
|
1674 Includes entries for the following files:
|
|
1675
|
|
1676 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
|
|
1677 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
|
|
1678 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
|
|
1679 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
|
|
1680 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
|
|
1681 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
|
|
1682 etc/custom/example-themes/europe-theme.el,
|
|
1683 etc/custom/example-themes/ex-custom-file,
|
|
1684 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
|
|
1685 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
|
|
1686 etc/gnuserv.README, etc/package-index.LATEST.gpg,
|
|
1687 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
|
|
1688 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
|
|
1689 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
|
|
1690 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
|
|
1691 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
|
|
1692 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
|
|
1693 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
|
|
1694 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
|
|
1695 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
|
|
1696 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
|
|
1697
|
|
1698 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
1699
|
|
1700 * TODO.ben-mule-21-5 (bugs):
|
|
1701 * TODO.ben-mule-21-5 (Signaling): New.
|
|
1702 Add stuff from Frank Schmitt.
|
|
1703
|
788
|
1704 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
1705
|
|
1706 * TODO.ben-mule-21-5:
|
|
1707 * TODO.ben-mule-21-5 (bugs):
|
|
1708 Create bug list for latest problems.
|
|
1709
|
781
|
1710 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1711
|
|
1712 * README (http):
|
|
1713 Include a long, long description of the suggested directory layout
|
|
1714 for developing XEmacs. This should probably go as part of a
|
|
1715 larger document, a "Getting Started with Developing XEmacs". ####
|
|
1716 Does such a document exist?
|
|
1717
|
|
1718 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1719
|
|
1720 * Some ChangeLog entries from stuff that got applied long ago
|
|
1721 never got checked in, due to the nasty SCCS "oops, i forgot again
|
|
1722 ..." bug.
|
|
1723
|
|
1724 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
1725
|
|
1726 * PROBLEMS:
|
|
1727 * PROBLEMS (Note):
|
|
1728 Correct general info about init file.
|
|
1729 Fix up Cygwin, Windows sections.
|
|
1730
|
777
|
1731 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1732
|
|
1733 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1734 check for sys/times.h.
|
|
1735
|
776
|
1736 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1737
|
|
1738 * Makefile.in.in (batch):
|
|
1739 * Makefile.in.in (batch_packages):
|
|
1740 * Makefile.in.in (finder):
|
|
1741 * Makefile.in.in (check-features):
|
|
1742 * Makefile.in.in (install):
|
|
1743 Use -no-packages to avoid problems with package files shadowing
|
|
1744 core files (e.g. unicode.el in mule-ucs).
|
|
1745
|
774
|
1746 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
1747
|
3322
|
1748 * The Great Mule Merge of March 2002:
|
|
1749 see node by that name in the Internals Manual.
|
774
|
1750
|
768
|
1751 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1752
|
|
1753 * XEmacs 21.5.5 "beets" is released.
|
|
1754
|
762
|
1755 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1756
|
|
1757 * CHANGES-beta: Prune pre-21.5 information.
|
|
1758
|
726
|
1759 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
1760
|
|
1761 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
1762 If "--with-widgets=yes" autodetect athena.
|
|
1763
|
725
|
1764 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1765
|
|
1766 * XEmacs 21.5.4 "bamboo" is released.
|
|
1767
|
724
|
1768 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
1769
|
|
1770 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
|
|
1771
|
|
1772 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
|
|
1773
|
|
1774 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
|
|
1775
|
|
1776 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
|
|
1777
|
|
1778 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
|
|
1779
|
|
1780 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
1781
|
|
1782 * configure.in (option processing): with_widgets=m is ambiguous;
|
|
1783 don't allow it.
|
|
1784 (AC_CHECKING for the Athena widgets): Don't check for Athena when
|
|
1785 with_widgets=no.
|
|
1786
|
|
1787 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1788
|
|
1789 * configure.usage: Various documentation improvements.
|
|
1790
|
|
1791 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
|
|
1792 * configure.usage:
|
|
1793 * PROBLEMS (IPv6 CNAME lookup):
|
|
1794 Document it.
|
|
1795
|
721
|
1796 2002-01-02 Adrian Aichner <adrian@xemacs.org>
|
|
1797
|
|
1798 * info/dir (File): Reword entry for Emodules according to
|
|
1799 ../man/emodules.texi.
|
|
1800
|
705
|
1801 2001-12-18 Adrian Aichner <adrian@xemacs.org>
|
|
1802
|
|
1803 * info\.cvsignore: Correct pattern to match all info files.
|
|
1804
|
701
|
1805 2001-12-16 Adrian Aichner <adrian@xemacs.org>
|
|
1806
|
|
1807 * info\.cvsignore: Info files are generated, so let's ignore them
|
|
1808 all.
|
|
1809
|
699
|
1810 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
1811
|
|
1812 * info\dir (File): Update version to 21.5.
|
|
1813
|
668
|
1814 2001-08-29 Jered Floyd <jered@MIT.EDU>
|
|
1815
|
|
1816 * configure.in (moduledir,sitemoduledir,archlibdir):
|
|
1817 Place arch-specific files under ${libdir}, not under ${datadir}.
|
|
1818
|
667
|
1819 2001-09-25 Didier Verna <didier@xemacs.org>
|
|
1820
|
|
1821 * configure.ac: new. Autoconf 2.5x guard.
|
|
1822
|
708
|
1823 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
|
|
1824
|
|
1825 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
|
|
1826
|
|
1827 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1828
|
|
1829 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
|
|
1830 instead of -z combreloc, to avoid confusing Solaris.
|
|
1831
|
|
1832 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1833
|
|
1834 * configure.usage: Makefile.in -> Makefile.in.in.
|
|
1835
|
|
1836 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1837
|
|
1838 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
|
|
1839 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
|
|
1840
|
|
1841 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1842
|
|
1843 * configure.in: Fix typos in comments.
|
|
1844 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
|
|
1845 * (Installation): Suggest pdump instead of -z nocomboreloc.
|
|
1846 * configure.usage: Document --quick-build.
|
|
1847
|
|
1848 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1849
|
|
1850 * configure.in: Typo in reference to with_ipv6_cname.
|
|
1851
|
|
1852 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1853
|
|
1854 * configure.in: Initialize with_ipv6_cname=no.
|
|
1855 * configure.usage: Document it.
|
|
1856
|
|
1857 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1858
|
|
1859 * configure.in: Document that autoconf 2.5x is unsupported.
|
|
1860
|
664
|
1861 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
1862
|
|
1863 * configure.in (TAB):
|
|
1864 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1865 Don't use -Wshadow when compiling with g++ or you get buried in
|
|
1866 silly warnings. This patch was already applied but somehow got
|
|
1867 unapplied. Stephen?
|
|
1868
|
|
1869 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
1870
|
|
1871 * configure.in (TAB): Don't use -Wshadow when compiling with
|
|
1872 g++ or you get buried in silly warnings.
|
|
1873 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
|
|
1874 compiling --with-msw, --with-x=no, --with-tty=no.
|
|
1875
|
654
|
1876 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1877
|
|
1878 * XEmacs 21.5.3 "asparagus" is released.
|
|
1879
|
642
|
1880 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
|
|
1881
|
|
1882 * configure.usage (--with-dialogs): added lucid to list of options
|
|
1883 * configure.usage (--with-widgets): added lucid to list of options
|
|
1884 * configure.usage (--with-dragndrop): added GTK to list of protocols
|
|
1885 * configure.usage (--mail-locking): added `locking' or `mmdf' to
|
|
1886 list of options syncing options documentation with those in
|
|
1887 configure.in
|
|
1888
|
641
|
1889 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1890
|
|
1891 * XEmacs 21.5.2 "artichoke" is released.
|
|
1892
|
623
|
1893 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1894
|
|
1895 * README:
|
|
1896 * README (http):
|
|
1897 * README (ftp):
|
|
1898 Rewrite.
|
|
1899
|
598
|
1900 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1901
|
|
1902 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
|
|
1903 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
|
|
1904 properly integrated into the build system.
|
|
1905 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
|
|
1906
|
594
|
1907 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1908
|
|
1909 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1910 * configure.in (USAGE_ERROR):
|
|
1911 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1912 Fix problems detecting both native and Linux sound on Cygwin
|
|
1913 when compiled with --with-msw=no.
|
|
1914
|
|
1915 Rearrange file-coding handling a bit to avoid warning when
|
|
1916 compiling with Mule.
|
|
1917
|
|
1918 2001-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1919
|
|
1920 * configure.in (--xemacs-compiler): New.
|
|
1921 * configure.usage:
|
|
1922 * INSTALL:
|
|
1923 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
|
|
1924 Explain how to build xemacs using a C++ compiler.
|
|
1925
|
585
|
1926 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1927
|
|
1928 * configure.in: Remove stray backslash.
|
|
1929
|
582
|
1930 2001-05-26 Ben Wing <ben@xemacs.org>
|
|
1931
|
|
1932 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1933 rewrite warning output so that it doesn't happen by default --
|
|
1934 you should only get warnings when something is actively wrong,
|
|
1935 not just because a feature is not present.
|
|
1936
|
567
|
1937 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
1938
|
|
1939 * configure.in: See if mkstemp is available for movemail.c
|
|
1940
|
559
|
1941 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
1942
|
|
1943 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1944 * configure.in (TAB):
|
|
1945 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1946 add some support for eventually turning on file coding by
|
|
1947 default. Fix numerous places where AC_MSG_WARN had quotes
|
|
1948 around its arg, which is bad. Replace with []. Same for
|
|
1949 AC_MSG_ERROR.
|
|
1950
|
|
1951 2001-05-15 Steve Youngs <youngs@xemacs.org>
|
667
|
1952 * configure.in:
|
557
|
1953 If no native dumper (UNEXEC) is defined, simply use pdump.
|
|
1954 If no SYSTEM_TYPE is defined, choose an appopriate default.
|
|
1955
|
554
|
1956 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1957
|
|
1958 * configure.in: Reverse the order of Windows and Linux sound tests
|
|
1959 so that Cygwin will find Windows first.
|
|
1960
|
559
|
1961 2001-05-14 Martin Buchholz <martin@xemacs.org>
|
|
1962
|
|
1963 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
|
541
|
1964
|
535
|
1965 2001-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1966
|
667
|
1967 * configure.in:
|
535
|
1968 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
|
|
1969
|
532
|
1970 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1971
|
|
1972 * Makefile.in.in (all):
|
|
1973 * Makefile.in.in (configure):
|
|
1974 * Makefile.in.in (finder):
|
|
1975 remove autoload targets.
|
|
1976
|
4010
|
1977 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
527
|
1978
|
|
1979 * configure.in: Check gtk version validity only when gtk-config
|
|
1980 exists.
|
|
1981
|
4010
|
1982 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
522
|
1983
|
|
1984 * XEmacs 21.5.1 "anise" is released.
|
|
1985
|
505
|
1986 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1987
|
667
|
1988 * configure.in (opsys):
|
505
|
1989 Use lower-case `uname -s` as the default value for opsys.
|
|
1990 The previous code effectively did the non-sensical
|
|
1991 opsys=$canonical because [] magically disappear in configure.in.
|
|
1992
|
472
|
1993 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1994
|
|
1995 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1996
|
464
|
1997 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1998
|
|
1999 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
2000
|
|
2001 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2002
|
|
2003 * configure.usage: Document --with-file-coding.
|
|
2004
|
|
2005 * configure.in:
|
|
2006 * configure:
|
|
2007 Fix typo, add -Wsign-compare if GCC, run autoconf.
|
|
2008
|
|
2009 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2010
|
|
2011 * PROBLEMS (Problems with running XEmacs):
|
|
2012 Document TMPDIR lossage in gnuserv/gnuclient.
|
|
2013
|
4010
|
2014 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
462
|
2015
|
|
2016 * XEmacs 21.2.46 "Urania" is released.
|
|
2017
|
|
2018 2001-03-19 Andy Piper <andy@xemacs.org>
|
|
2019
|
|
2020 * configure.in: default rel-alloc to off under cygwin
|
|
2021
|
|
2022 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2023
|
|
2024 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
|
|
2025
|
|
2026 * CHANGES-beta:
|
|
2027 * configure.in:
|
|
2028 Fix gratuitous whitespace changes from GTK merge.
|
|
2029
|
|
2030 * configure.usage: Untabify --with-{gtk,gnome}.
|
|
2031
|
|
2032 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
2033
|
|
2034 * configure.in: only pick up mingw directory.
|
|
2035
|
|
2036 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
2037
|
|
2038 * info\dir: Update to 21.4; clean up descriptions of manuals;
|
|
2039 replace misnomer "Local Packages" with more correct "Other
|
|
2040 Documentation".
|
|
2041
|
|
2042 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
2043
|
|
2044 * CHANGES-beta:
|
|
2045 * configure.in:
|
|
2046 * configure.usage:
|
|
2047 The Great GTK Merge.
|
|
2048
|
|
2049 2001-02-23 Andy Piper <andy@xemacs.org>
|
|
2050
|
|
2051 * configure.usage (--with-netinstall): add docs.
|
|
2052
|
|
2053 * configure.in: with_netinstall is a new option. Default to off.
|
|
2054
|
4010
|
2055 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
460
|
2056
|
|
2057 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
2058
|
|
2059 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
2060
|
|
2061 * aclocal.m4: Fix module support for AIX cc.
|
|
2062 Support possible future OSes irix7, aix5, osf[56].
|
|
2063
|
|
2064 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
2065
|
|
2066 * configure.in: No need for NON_GNU_CPP on SCO.
|
|
2067
|
|
2068 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
2069
|
|
2070 * configure.in: Prefer utime to utimes - it's more standard.
|
|
2071 Remove explicit checking for struct utimbuf.
|
|
2072 Remove explicit checking for <utime.h>.
|
|
2073 Combined into one simpler test for utime.
|
|
2074 Add explicit check for utimes, if utime not found.
|
|
2075
|
4010
|
2076 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
458
|
2077
|
|
2078 * XEmacs 21.2.44 "Thalia" is released.
|
|
2079
|
4010
|
2080 2001-01-16 Mike Sperber <mike@xemacs.org>
|
458
|
2081
|
|
2082 * configure.in: Remove bogus path variable definitions.
|
|
2083 Reflect the fact that specifying --datadir also affects docdir and
|
|
2084 archlibdir.
|
|
2085
|
|
2086 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
2087
|
|
2088 * configure.in: Only use -Wpointer-arith on non-glibc systems.
|
|
2089
|
|
2090 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
2091
|
|
2092 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
|
|
2093 for the sake of gcc 2.97 fixincludes, which breaks it.
|
|
2094
|
|
2095 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
2096
|
|
2097 * configure.in: Check for util.h for NetBSD's openpty.
|
|
2098
|
|
2099 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
2100
|
|
2101 * config.sub: Upgrade to offical version 2001-01-12.
|
|
2102 * config.guess: Upgrade to offical version 2001-01-17.
|
|
2103
|
4010
|
2104 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
456
|
2105
|
|
2106 * XEmacs 21.2.43 "Terspichore" is released.
|
|
2107
|
|
2108 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
2109
|
|
2110 * README.packages: Doc fix.
|
|
2111
|
|
2112 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
2113
|
|
2114 * README.packages: Update.
|
|
2115
|
4010
|
2116 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
454
|
2117
|
|
2118 * XEmacs 21.2.42 "Poseidon" is released.
|
|
2119
|
|
2120 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2121
|
|
2122 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
|
|
2123
|
|
2124 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
2125
|
|
2126 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
|
|
2127 --with-ld=/usr/ccs/bin/ld
|
|
2128
|
|
2129 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
|
|
2130
|
|
2131 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
|
|
2132 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
|
|
2133
|
|
2134 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
2135
|
|
2136 * NEWS: document the modeline horizontal scrolling feature.
|
|
2137
|
4010
|
2138 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
452
|
2139
|
|
2140 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
2141
|
|
2142 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
2143
|
|
2144 * PROBLEMS: Document MIPSpro ICE problem workaround.
|
|
2145
|
|
2146 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
2147
|
|
2148 * configure.in: check for dlopen by linking program with
|
|
2149 <dlfcn.h>.
|
|
2150
|
|
2151 2001-01-08 Andy Piper <andy@xemacs.org>
|
|
2152
|
|
2153 * configure.in: add extra_includes and populate appropriately for
|
|
2154 cygwin and mingw.
|
|
2155
|
|
2156 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
2157
|
|
2158 * configure.in: allow --with-widgets=msw
|
|
2159
|
4010
|
2160 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
450
|
2161
|
|
2162 * XEmacs 21.2.40 is released.
|
|
2163
|
|
2164 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2165
|
|
2166 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
|
|
2167
|
|
2168 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2169
|
|
2170 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
|
|
2171 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
|
|
2172
|
4010
|
2173 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
450
|
2174
|
|
2175 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
|
|
2176 of input-method-xfs.o.
|
|
2177
|
|
2178 * configure: ditto
|
|
2179
|
4010
|
2180 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
448
|
2181
|
|
2182 * XEmacs 21.2.39 is released.
|
|
2183
|
4011
|
2184 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
448
|
2185
|
|
2186 * configure.in: Added check if the berkdb has db_create or not.
|
|
2187
|
|
2188 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2189
|
|
2190 * configure.in: Fix broken gcc detection for 2.7.2.
|
|
2191
|
|
2192 2000-12-11 Andy Piper <andy@xemacs.org>
|
|
2193
|
|
2194 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
|
|
2195
|
|
2196 * netinstall: new net installer for MS-Windows.
|
|
2197
|
4010
|
2198 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
446
|
2199
|
|
2200 * XEmacs 21.2.38 is released.
|
|
2201
|
454
|
2202 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
446
|
2203
|
|
2204 * configure.in: Only show message about DnD API if compiling with DnD
|
|
2205
|
|
2206 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
2207
|
|
2208 * configure.in: Autodetect elf.h.
|
|
2209
|
4010
|
2210 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
444
|
2211
|
|
2212 * XEmacs 21.2.37 is released.
|
|
2213
|
|
2214 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2215
|
|
2216 * README.packages: Add "uninstalled package" FAQ.
|
|
2217
|
|
2218 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
2219
|
|
2220 * configure.in: Handle alloca with Compaq C on Alpha Linux.
|
|
2221
|
|
2222 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
2223
|
|
2224 * configure.in: Oops, _getpt ==> _getpty
|
|
2225
|
|
2226 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2227
|
|
2228 * Makefile.in.in: Remove lockdir related things.
|
|
2229
|
|
2230 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
2231
|
|
2232 * configure.in:
|
|
2233 Remove checking for XFree86. Use feature tests instead!
|
|
2234 Add check for XRegisterIMInstantiateCallback.
|
|
2235 Add check for XRegisterIMInstantiateCallback's prototype.
|
|
2236
|
|
2237 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
|
|
2238
|
|
2239 * configure.in: Typo - missing paren.
|
|
2240
|
|
2241 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
2242
|
454
|
2243 * configure.in:
|
444
|
2244 Use stropts.h, not sys/stropts.h.
|
|
2245 Use strtio.h, not sys/strtio.h.
|
|
2246
|
|
2247 2000-10-06 Martin Buchholz <martin@xemacs.org>
|
|
2248
|
|
2249 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
|
|
2250
|
4010
|
2251 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
442
|
2252
|
|
2253 * XEmacs 21.2.36 is released.
|
|
2254
|
|
2255 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
2256
|
|
2257 * configure.in: Big signal/process handling overhaul.
|
|
2258 Autoconfiscate lots of functions and headers:
|
|
2259 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
|
|
2260 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
|
|
2261
|
|
2262 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2263
|
|
2264 * *: Spelling mega-patch
|
|
2265
|
|
2266 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2267
|
|
2268 * configure.in: Remove strcasecmp.
|
|
2269
|
|
2270 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2271
|
|
2272 * configure.in: Add -Kalloca to $c_switch_system when using
|
|
2273 Unixware native compiler (if necessary).
|
|
2274
|
|
2275 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
2276
|
|
2277 * configure.in: Prevent spurious "No" in configure output when not
|
|
2278 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
|
|
2279
|
|
2280 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
2281
|
|
2282 * configure.in: Save 2 sed process invocations per Makefile.
|
|
2283
|
|
2284 2000-08-22 SL Baur <steve@turbolinux.co.jp>
|
|
2285
|
|
2286 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
|
|
2287 to link path if compiling on Alpha/Linux.
|
|
2288
|
|
2289 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2290
|
|
2291 * Makefile.in.in (depend): cd to the correct directory.
|
|
2292
|
|
2293 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
2294
|
|
2295 * configure.in: with_widgets is incompatible with X11 R4.
|
|
2296
|
|
2297 * configure.in: Make Balloon Help conditional on finding shape.h
|
|
2298
|
|
2299 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
2300
|
|
2301 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
|
|
2302 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
|
|
2303
|
|
2304 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2305
|
|
2306 * configure.usage: Remove lockdir document.
|
|
2307
|
|
2308 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
2309
|
|
2310 * configure.in:
|
|
2311 Make knowledge of machine and opsys optional.
|
|
2312 Make existence of s&m files optional.
|
|
2313 Rely on configure alone if s&m files not found.
|
|
2314
|
|
2315 * configure.in:
|
|
2316 Use only configure-time tests to detect getloadavg().
|
|
2317 Don't check for kstat.h if we have getloadavg().
|
|
2318 Check for sys/loadavg.h if we have getloadavg().
|
|
2319
|
|
2320 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
2321
|
|
2322 * Makefile.in.in (configure):
|
|
2323 all-elcs target now uses update-elc-2.el not update-elc.sh
|
|
2324
|
4010
|
2325 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
442
|
2326
|
|
2327 * XEmacs 21.2.35 is released.
|
|
2328
|
|
2329 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
2330
|
|
2331 * configure.in: --with-menubars=yes should not be an error.
|
|
2332
|
|
2333 * configure.in: "compiling in support for Athena" message was
|
|
2334 sometimes lying.
|
|
2335
|
|
2336 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
2337
|
|
2338 * configure.in: Rewrite xmkmf symbol detection to avoid
|
|
2339 redefinition of symbols we've already defined.
|
|
2340 Also, handle xmkmf symbols with values other than 1.
|
|
2341
|
|
2342 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
2343
|
454
|
2344 * configure.in:
|
442
|
2345 Make sure Unix98 socklen_t is defined.
|
|
2346 Use ANSI C mode `-std1' with DEC C instead of `-std'.
|
|
2347
|
|
2348 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2349
|
454
|
2350 * configure.in:
|
442
|
2351 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
2352 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
2353
|
454
|
2354 * modules/zlib/Makefile:
|
|
2355 * modules/sample/Makefile:
|
|
2356 * modules/ldap/Makefile:
|
|
2357 * modules/base64/Makefile:
|
|
2358 * Makefile.in.in:
|
442
|
2359 rm -f ==> $(RM)
|
|
2360 define SHELL=/bin/sh
|
|
2361
|
|
2362 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2363
|
|
2364 * configure.in: PostgreSQL rewrite.
|
|
2365 - Don't look for postgreSQL in /usr/local.
|
|
2366 - Simplify detection code.
|
|
2367 - Don't use SMART_INCLUDE.
|
|
2368 - Don't autodetect if --with-postgresql=no.
|
|
2369
|
|
2370 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
2371
|
|
2372 * configure.usage: addl doc for graphics libs, with-msw.
|
|
2373
|
|
2374 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2375
|
|
2376 * configure.in: sh builtin `test' uses `=', not `=='.
|
|
2377
|
|
2378 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
2379
|
|
2380 * configure.in: add -lcomdlg32 for cygwin.
|
454
|
2381
|
442
|
2382 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
2383
|
|
2384 * aclocal.m4 (can_build_shared):
|
|
2385 First pass at module support for cygwin and mingw.
|
454
|
2386
|
442
|
2387 * configure:
|
|
2388 * configure (xe_check_libs):
|
|
2389 * configure (acfindx):
|
|
2390 * configure (ac_x_includes):
|
|
2391 * configure (ac_x_libraries):
|
|
2392 * configure (ac_cv_lib_dnet_dnet_ntoa):
|
|
2393 * configure (xe_msg_checking):
|
|
2394 * configure (xe_runpath_dir):
|
|
2395 * configure (xetest):
|
|
2396 * configure (ac_err):
|
|
2397 * configure (ac_safe):
|
|
2398 * configure (with_xmu):
|
|
2399 * configure (bitmapdir):
|
|
2400 * configure (with_xauth):
|
|
2401 * configure (libs_xauth):
|
|
2402 * configure (with_cde):
|
|
2403 * configure (with_ldap):
|
|
2404 * configure (with_ldap_krbdes):
|
|
2405 * configure (save_c_switch_site):
|
|
2406 * configure (with_postgresql):
|
|
2407 * configure (with_xface):
|
|
2408 * configure (with_jpeg):
|
|
2409 * configure (with_png):
|
|
2410 * configure (with_tiff):
|
|
2411 * configure (athena_lib):
|
|
2412 * configure (have_motif):
|
|
2413 * configure (all_widgets):
|
|
2414 * configure (with_xim):
|
|
2415 * configure (with_xfs):
|
|
2416 * configure (with_wnn):
|
|
2417 * configure (with_canna):
|
|
2418 * configure (extra_objs):
|
|
2419 * configure (ac_cv_c_inline):
|
|
2420 * configure (have_esd_config):
|
|
2421 * configure (c_switch_site):
|
|
2422 * configure (with_ncurses):
|
|
2423 * configure (with_gpm):
|
|
2424 * configure (xealias):
|
|
2425 * configure (xehost_os):
|
|
2426 * configure (can_build_shared):
|
|
2427 * configure (xcldf):
|
|
2428 * configure (LTLD):
|
|
2429 * configure (ld_dynamic_link_flags):
|
|
2430 * configure (Mail):
|
|
2431 * configure.in:
|
|
2432 * configure.in (after_morecore_hook_exists):
|
|
2433 * configure.in (xetest):
|
|
2434 * configure.in (emacs_cv_localtime_cache):
|
|
2435 * configure.in (Mail):
|
|
2436 * configure.in:
|
|
2437 Clean up configure support for cygwin and mingw.
|
|
2438
|
4010
|
2439 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
|
442
|
2440
|
|
2441 * PROBLEMS: Document broken native audio for recent patches and
|
|
2442 releases of HP-UX.
|
|
2443
|
|
2444 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2445
|
|
2446 * Makefile.in.in (install-arch-dep):
|
|
2447 WINDOWSNT -> WIN32_NATIVE.
|
|
2448 __CYGWIN32__ -> CYGWIN.
|
|
2449
|
|
2450 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
2451
|
|
2452 * configure.in: Recognize s390.
|
|
2453
|
|
2454 * config.guess: New version from GNU config archive.
|
|
2455 * config.sub: Likewise.
|
|
2456
|
4010
|
2457 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
442
|
2458
|
|
2459 * XEmacs 21.2.34 is released.
|
|
2460
|
|
2461 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2462
|
|
2463 * configure.in:
|
|
2464 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
|
|
2465 Remove unused variable use_minimal_tagbits.
|
|
2466
|
|
2467 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2468
|
|
2469 * configure.in: Remove lockdir.
|
|
2470
|
4010
|
2471 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
442
|
2472
|
|
2473 * XEmacs 21.2.33 is released.
|
|
2474
|
|
2475 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2476
|
|
2477 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
|
|
2478 the value of LD.
|
|
2479
|
|
2480 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2481
|
|
2482 * configure.in: add support for --quick-build. Remove --no-doc-file,
|
|
2483 subsumed.
|
|
2484
|
|
2485 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
2486
|
454
|
2487 * configure.in:
|
442
|
2488 * src/config.h.in:
|
|
2489 Rewrite SMART_INCLUDE implementation to actually work.
|
|
2490 Be paranoid - Avoid use of spaces in these macro definitions.
|
454
|
2491 Leave alloca() definition at start of compilation unit,
|
442
|
2492 as AIX requests.
|
|
2493 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
|
|
2494
|
|
2495 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2496
|
|
2497 * configure.in: Enable clash-detection by default.
|
|
2498 * configure.usage: Update documentation.
|
|
2499
|
|
2500 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
2501
|
|
2502 * configure.in: fix typo.
|
|
2503
|
|
2504 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2505
|
|
2506 * configure.in : Fix printing error check warning even if
|
|
2507 it is not compiled in.
|
|
2508
|
|
2509 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2510
|
|
2511 * xemacs/configure.in: Do a normal link when compiling with
|
|
2512 --pdump. Don't try compiling an unexec object file.
|
454
|
2513
|
442
|
2514 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
2515
|
|
2516 * configure.in: reorganize the output by topic.
|
|
2517 New configure test to define the proper SMART_INCLUDE macro.
|
|
2518
|
|
2519 * configure.usage: slightly rearanged some options.
|
|
2520
|
|
2521 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
2522
|
|
2523 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
|
|
2524 representing real headers and not directories. This applies to
|
|
2525 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
|
|
2526 `soundcard_h_path'.
|
|
2527
|
|
2528 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
2529
|
|
2530 * configure.in: try to find postgresql headers at different places
|
|
2531 and define POSTGRES_H_PATH as appropriate.
|
|
2532
|
|
2533 2000-03-22 Andy Piper <andy@xemacs.org>
|
|
2534
|
|
2535 * config.h.in: add ERROR_CHECK_GLYPHS.
|
|
2536
|
|
2537 * configure.in: add error_check_glyphs.
|
|
2538
|
4010
|
2539 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
442
|
2540
|
|
2541 * XEmacs 21.2.32 is released.
|
|
2542
|
|
2543 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
2544
|
|
2545 * configure.in: Add dumper.o object when pdumping.
|
|
2546
|
|
2547 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
2548
|
|
2549 * Makefile.in.in: Add pdump install support
|
|
2550
|
|
2551 * configure.in: Add EMACS_PROGNAME config.h variable.
|
|
2552
|
|
2553 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
2554
|
|
2555 * configure.usage: document --with-postgresql flag.
|
|
2556
|
|
2557 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
2558
|
|
2559 * configure.in: add autodetection of PostgreSQL runtime libraries
|
|
2560
|
|
2561 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2562
|
|
2563 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
|
|
2564 when C compiler can produce shared libraries.
|
|
2565
|
|
2566 2000-02-26 Martin Buchholz <martin@xemacs.org>
|
|
2567
|
|
2568 * configure.in: Unconditionally define SHELL, to allow working
|
|
2569 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
|
|
2570
|
4010
|
2571 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
442
|
2572
|
|
2573 * XEmacs 21.2.31 is released.
|
|
2574
|
4010
|
2575 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
442
|
2576
|
|
2577 * XEmacs 21.2.30 is released.
|
|
2578
|
|
2579 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
2580
|
|
2581 * configure.in: Enforce use of autoconf version >= 2.13.
|
|
2582
|
|
2583 * configure.in: Fix OS release test on Solaris.
|
|
2584
|
|
2585 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
|
|
2586
|
|
2587 * PROBLEMS: Update email address. Describe more HP Motif errors.
|
|
2588
|
|
2589 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2590
|
|
2591 * configure.in: Split Solaris version test in two parts. In the
|
|
2592 Bourne shell the "-a" operator does NOT short-circuit.
|
|
2593
|
|
2594 1999-12-15 Jan Vroonhof <jan@xemacs.org>
|
|
2595
|
|
2596 * (configure.in): Autodetect broken gcc versions. Patch from WM
|
|
2597 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
|
|
2598
|
|
2599 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
2600
|
|
2601 * configure.in: Autodetect sys/param.h. Reorganize
|
|
2602 AC_CHECK_HEADERS call.
|
|
2603 * src/config.h.in: Add HAVE_SYS_PARAM_H.
|
|
2604
|
|
2605 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2606
|
|
2607 * configure.in: Test for arm simply using arm* instead of arm-*
|
|
2608
|
4010
|
2609 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
442
|
2610
|
|
2611 * XEmacs 21.2.29 is released.
|
|
2612
|
|
2613 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2614
|
|
2615 * configure.in: Don't use rel_alloc if malloc() calls mmap().
|
|
2616 Discover this by looking for M_MMAP_THRESHOLD.
|
|
2617
|
|
2618 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
|
|
2619 bugs in (at least) Solaris 2.5 headers.
|
|
2620
|
|
2621 2000-01-29 Craig Lanning <CraigL@DyCon.com>
|
|
2622
|
|
2623 * configure.in: Fix detection of XPM on systems without X11.
|
|
2624
|
|
2625 2000-02-11 Martin Buchholz <martin@xemacs.org>
|
|
2626
|
|
2627 * configure.in:
|
|
2628 * src/config.h.in:
|
|
2629 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
|
|
2630 but only on tested Operating systems - Linux && SunOS >= 5.5.
|
|
2631
|
|
2632 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
2633
|
|
2634 * aclocal.m4: Support dlls on aix[34].
|
|
2635
|
|
2636 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
2637
|
|
2638 * .cvsignore: Ignore gmon.out
|
|
2639
|
|
2640 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
2641
|
|
2642 * configure.in: Sync Berkeley db autodetection with src/database.c
|
|
2643
|
|
2644 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
2645
|
|
2646 * configure.in: check for XConvertCase.
|
|
2647
|
4010
|
2648 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
440
|
2649
|
|
2650 * XEmacs 21.2.28 is released.
|
|
2651
|
4010
|
2652 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
442
|
2653
|
440
|
2654 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
|
|
2655
|
|
2656 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
2657
|
|
2658 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
|
|
2659
|
|
2660 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
2661
|
|
2662 * configure.in: Always use our own realpath(), not the system one.
|
|
2663
|
|
2664 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
2665
|
|
2666 * configure.in: Default Drag-N-Drop to "no"
|
|
2667
|
|
2668 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
2669
|
|
2670 * configure.in: add new machine type for IRIX 6.[2-5] to
|
|
2671 switch from using unexelf.o to unexelfsgi.o for just those
|
|
2672 versions of IRIX.
|
|
2673 In the ideal world it would be handled by the s/irix6-0.h but
|
|
2674 since machine config is included AFTER OS config, I had to add a
|
|
2675 new machine type.
|
|
2676
|
|
2677 2000-01-22 Andy Piper <andy@xemacs.org>
|
|
2678
|
|
2679 * configure.in: add winspool to windows libraries.
|
|
2680
|
|
2681 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
2682
|
|
2683 * configure.in: Add more warnings to default gcc flags.
|
|
2684
|
|
2685 2000-01-20 Daniel Pittman <daniel@danann.net>
|
|
2686
|
|
2687 * configure.in: Find Athena headers hidden in even more obscure
|
|
2688 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
|
|
2689
|
|
2690 2000-01-19 Martin Buchholz <martin@xemacs.org>
|
|
2691
|
|
2692 * configure.in: Add support for NetWinders.
|
|
2693 Patch by Sean MacLennan <seanm@netwinder.org>
|
|
2694
|
|
2695 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2696
|
|
2697 * configure.in: Use /etc/ld.so.conf at link-time, if available.
|
|
2698
|
4010
|
2699 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
438
|
2700
|
|
2701 * XEmacs 21.2.27 is released.
|
|
2702
|
|
2703 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
2704
|
|
2705 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
|
|
2706
|
|
2707 * configure.in: Add `tests' symlink to make it easier to find
|
|
2708 automated tests directory.
|
|
2709
|
|
2710 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
2711
|
|
2712 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
|
|
2713 before the cygwin headers.
|
|
2714
|
|
2715 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2716
|
442
|
2717 * configure.in:
|
438
|
2718 - Allow find-tag to work in the build directory.
|
|
2719 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
|
|
2720 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
|
|
2721
|
4010
|
2722 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
|
438
|
2723
|
|
2724 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
|
|
2725 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
|
|
2726
|
|
2727 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2728
|
|
2729 * configure.usage (--mail-locking):
|
|
2730 * configure.in: Handle --mail-locking option correctly in
|
|
2731 preparation for the movemail locking overhaul.
|
|
2732
|
|
2733 2000-01-05 Daniel Pittman <daniel@danann.net>
|
|
2734
|
|
2735 * configure.in (Installation): Report which Athena header/library
|
|
2736 combo is being used.
|
|
2737
|
4010
|
2738 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
436
|
2739
|
|
2740 * XEmacs 21.2.26 is released.
|
|
2741
|
4010
|
2742 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
434
|
2743
|
|
2744 * XEmacs 21.2.25 is released.
|
|
2745
|
|
2746 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2747
|
|
2748 * README: Remove msdos part.
|
|
2749
|
|
2750 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
2751
|
|
2752 * configure.in: Oops. xpm doesn't actually depend on X11.
|
|
2753 I got confused by the name (like others get confused by `xemacs'?)
|
|
2754
|
4010
|
2755 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
432
|
2756
|
|
2757 * XEmacs 21.2.24 is released.
|
|
2758
|
|
2759 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
2760
|
442
|
2761 * configure.in:
|
432
|
2762 * configure.usage:
|
|
2763 - Autodetect NAS. Change Docs accordingly.
|
|
2764
|
|
2765 * configure.in: Warn if configure --with-xpm --without-x11.
|
|
2766
|
|
2767 1999-12-09 Martin Buchholz <martin@xemacs.org>
|
|
2768
|
|
2769 * configure.in: Clean up sound support.
|
|
2770 - variable `old_nas' was used but never set.
|
|
2771 - change `with_esd' to `with_esd_sound' for consistency.
|
|
2772 - Don't trust the output of `esd-config --libs`; test it.
|
|
2773 - Add `esd-config --cflags` to c_switch_site.
|
|
2774 - Die if ESD sound requested, but not available.
|
|
2775 - ESD is not dependent on X, therefore use LIBS, not libs_x.
|
|
2776
|
|
2777 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2778
|
|
2779 * configure.in (--with-sound): Variable with_esd was mispelled.
|
|
2780
|
4010
|
2781 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
430
|
2782
|
|
2783 * XEmacs 21.2.23 is released.
|
|
2784
|
|
2785 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2786
|
|
2787 * configure.in: Fix module support.
|
|
2788 --with-modules=yes was completely broken.
|
|
2789 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
|
|
2790 Remove linking test for _dlopen - seems totally bogus.
|
|
2791 Die if --with-modules=yes but no module support found.
|
|
2792 Do nothing, not even msg, if --with-modules=no.
|
|
2793
|
|
2794 1999-11-17 Isaac Hollander <ysh@mindspring.com>
|
|
2795
|
|
2796 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
|
|
2797 symlinks instead of the actual files
|
|
2798
|
|
2799 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2800
|
|
2801 * aclocal.m4: Shared library support for hpux >= version 11
|
|
2802
|
|
2803 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
2804
|
|
2805 * Makefile.in.in (beta): `make beta' should rebuild info.
|
|
2806
|
4010
|
2807 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
428
|
2808
|
|
2809 * XEmacs 21.2.22 is released
|
|
2810
|
4010
|
2811 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
426
|
2812
|
|
2813 * XEmacs 21.2.21 is released.
|
|
2814
|
|
2815 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
2816
|
442
|
2817 * configure.in:
|
426
|
2818 Add configure support for Unix 98 type ssize_t.
|
|
2819
|
|
2820 1999-11-27 Martin Buchholz <martin@xemacs.org>
|
|
2821
|
|
2822 * Makefile.in.in:
|
|
2823 Make sure config.values.sh is up to date.
|
|
2824 Use $(SHELL) instead of sh or /bin/sh consistently.
|
|
2825 Delegate `depend' target to src/Makefile.in.in.
|
|
2826
|
|
2827 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2828
|
|
2829 * INSTALL: Update configure option.
|
|
2830
|
|
2831 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
442
|
2832
|
426
|
2833 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
|
|
2834 (LIBS): Check for libCsup.
|
|
2835
|
|
2836 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2837
|
|
2838 * config.h.in: define HAVE_ESD_SOUND
|
|
2839
|
|
2840 * configure.in: Add support for esd sound. --with-sound
|
|
2841 now accepts a list of options.
|
|
2842 * configure.usage (--native-sound-lib): ditto.
|
|
2843
|
|
2844 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
2845
|
442
|
2846 * Makefile.in.in (install-arch-dep):
|
426
|
2847 Fix `make install' if prefix != exec_prefix.
|
|
2848
|
|
2849 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
2850
|
|
2851 * configure.in:
|
|
2852 - Accept --with-database=gdbm as an alias for
|
|
2853 --with-database=gnudbm.
|
|
2854 - rename with_database_gnudbm to with_database_gdbm.
|
|
2855
|
|
2856 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
|
|
2857 ld_dynamic_link_flags on Solaris. Else CC gives us:
|
|
2858 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
|
|
2859 /usr/ccs/bin/ld: illegal option -- W
|
|
2860
|
|
2861
|
4010
|
2862 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
424
|
2863
|
|
2864 * XEmacs 21.2.20 is released
|
|
2865
|
4011
|
2866 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
424
|
2867 * configure.in: Autodetect Unix98 PTY
|
|
2868
|
|
2869 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
2870
|
|
2871 * README.packages: Add description of package-get-provider
|
|
2872
|
|
2873 1999-10-22 Vin Shelton <acs@xemacs.org>
|
|
2874
|
|
2875 * INSTALL: Added more information about README.packages, and
|
|
2876 re-numbered some bullets.
|
|
2877
|
|
2878 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2879
|
|
2880 * INSTALL: Update disk requirements. Refer to README.packages
|
|
2881
|
|
2882 1999-10-21 Andy Piper <andy@xemacs.org>
|
|
2883
|
|
2884 * configure.in (all_widgets): Only use xaw3d if we really have it.
|
|
2885
|
|
2886 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
2887
|
|
2888 * Makefile.in.in: use WINDOWSNT for mingw install.
|
|
2889
|
|
2890 1999-09-25 Andy Piper <andy@xemacs.org>
|
|
2891
|
|
2892 * configure.in: check for Xaw3d and use in preference to Xaw
|
|
2893
|
|
2894 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2895
|
|
2896 * Makefile.in.in: All Makefiles should #include config.h
|
|
2897
|
|
2898 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2899
|
|
2900 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
|
442
|
2901 $canonical, so that installation paths and dynamic path setup will
|
424
|
2902 stay in synch.
|
|
2903
|
|
2904 1999-09-20 Andy Piper <andy@xemacs.org>
|
|
2905
|
|
2906 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
|
|
2907 installation linkage.
|
|
2908
|
|
2909 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2910
|
|
2911 * configure.in (machine): Recognize MIPS/Linux.
|
|
2912
|
|
2913 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2914
|
442
|
2915 * modules/zlib/Makefile (distclean):
|
|
2916 * modules/ldap/Makefile (distclean):
|
|
2917 * modules/sample/Makefile (distclean):
|
424
|
2918 * modules/base64/Makefile (distclean): new target
|
|
2919
|
|
2920 * Makefile.in.in (top_distclean): Add package directories
|
|
2921 (SUBDIR_DISTCLEAN): New variable, add module directories
|
|
2922
|
|
2923 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2924
|
|
2925 * configure.in: Warn, but otherwise ignore, obsolete arguments.
|
|
2926
|
|
2927 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
442
|
2928
|
424
|
2929 * configure.in: Add --pdump option.
|
|
2930 * configure.usage: Ditto.
|
442
|
2931
|
424
|
2932 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2933
|
|
2934 * configure.in: report widget usage correctly. beef up setting.
|
|
2935
|
|
2936 * Makefile.in.in: fix install-arch-dep for mingw32.
|
|
2937
|
|
2938 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2939
|
|
2940 * config.h.in: add new LWLIB defines.
|
|
2941
|
|
2942 * configure.in: fix definitions of widget defines with various
|
|
2943 toolkit options.
|
|
2944
|
4010
|
2945 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
422
|
2946
|
|
2947 * XEmacs 21.2.19 is released
|
|
2948
|
|
2949 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2950
|
|
2951 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
|
|
2952
|
|
2953 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2954
|
|
2955 * configure.in: Check for Kerberos and the need for the DES
|
|
2956 library before checking for LDAP in case LDAP requires these
|
|
2957 libraries.
|
|
2958
|
3828
|
2959 1999-07-26 SL Baur <steve@xemacs.org>
|
422
|
2960
|
|
2961 * configure.in: Rename --with-shlib to --with-modules for
|
|
2962 consistency with the other two options that use that name.
|
|
2963
|
|
2964 * configure.usage (--with-modules): Document it.
|
|
2965
|
3828
|
2966 1999-07-22 SL Baur <steve@xemacs.org>
|
422
|
2967
|
|
2968 * configure.in: add sco7 support
|
|
2969 From Bob Weiner <weiner@beopen.com>
|
|
2970
|
3828
|
2971 1999-07-22 SL Baur <steve@xemacs.org>
|
422
|
2972
|
|
2973 * Makefile.in.in (install-arch-dep): Install config.values into
|
|
2974 docdir.
|
|
2975 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
2976
|
3828
|
2977 1999-07-21 SL Baur <steve@xemacs.org>
|
422
|
2978
|
|
2979 * Makefile.in.in (inststaticdir): New variable.
|
|
2980 (instvardir): Ditto.
|
|
2981 (install-arch-dep): Use them.
|
|
2982
|
|
2983 * configure.in (sitelispdir): Need to use ${PROGNAME}.
|
|
2984 (sitemoduledir): Ditto.
|
|
2985 (inststaticdir): New variable.
|
|
2986 (instvardir): Ditto.
|
|
2987 (infodir): Use them.
|
|
2988 (lispdir): Ditto.
|
|
2989 (moduledir): Ditto.
|
|
2990 (pkgdir): Ditto.
|
|
2991 (etcdir): Ditto.
|
|
2992 (lockdir): Ditto.
|
|
2993 (archlibdir): Ditto.
|
|
2994
|
3828
|
2995 1999-07-14 SL Baur <steve@xemacs.org>
|
422
|
2996
|
|
2997 * InfoDock 4.0.8 is released
|
|
2998
|
4010
|
2999 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
420
|
3000
|
|
3001 * XEmacs 21.2.18 is released
|
|
3002
|
3828
|
3003 1999-07-06 SL Baur <steve@xemacs.org>
|
420
|
3004
|
|
3005 * config.guess (main): Synch with newer config.guess for HP
|
|
3006 support.
|
|
3007 From Marcus Thiessel <marcus@xemacs.org>
|
|
3008
|
|
3009 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3010
|
|
3011 * configure.in (with_prefix): Added --with-prefix, defaults to
|
442
|
3012 yes, to control whether the value of --prefix is compiled into the
|
420
|
3013 binary.
|
|
3014
|
|
3015 1999-07-03 Andy Piper <andy@xemacs.org>
|
|
3016
|
|
3017 * configure.usage (--with-widgets): add.
|
|
3018
|
|
3019 1999-07-02 Andy Piper <andy@xemacs.org>
|
|
3020
|
|
3021 * configure.in: Make sure we get motif in lwlib if we have widgets
|
|
3022 and motif.
|
|
3023
|
3828
|
3024 1999-06-25 SL Baur <steve@xemacs.org>
|
420
|
3025
|
|
3026 * configure.in (version): Fix --with-infodock test.
|
|
3027
|
|
3028 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3029
|
|
3030 * configure.in: --prefix and --exec-prefix are now only compiled
|
|
3031 into the binary if user-defined.
|
|
3032
|
|
3033 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3034
|
|
3035 * configure.in: Made docdir configurable.
|
|
3036
|
|
3037 * Makefile.in (docdir): Added variable for custom DOC directory.
|
|
3038
|
4010
|
3039 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
418
|
3040
|
|
3041 * XEmacs 21.2.17 is released
|
|
3042
|
|
3043 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
|
|
3044
|
|
3045 * configure.in (with_ldap): Check libldap independently of liblber
|
|
3046 Do not test alternate library names such as libldap10
|
|
3047 Test the presence of a variety of LDAP API functions which were
|
|
3048 formerly assumed to be present according to dubious heuristics
|
|
3049
|
4010
|
3050 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
416
|
3051
|
|
3052 * XEmacs 21.2.16 is released
|
|
3053
|
|
3054 1999-06-04 SL Baur <steve@steve1.m17n.org>
|
|
3055
|
|
3056 * configure.in (CPP): Correct test for locating $site_prefix
|
|
3057 include directories.
|
|
3058
|
4010
|
3059 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
414
|
3060
|
|
3061 * XEmacs 21.2.15 is released
|
|
3062
|
|
3063 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3064
|
|
3065 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
|
|
3066 From: Eric Veldhuyzen <eric@terra.nu>
|
|
3067
|
|
3068 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
3069
|
|
3070 * configure.in: For non-beta's use x.y.z format for version strings.
|
|
3071
|
|
3072 1999-06-03 SL Baur <steve@xemacs.org>
|
|
3073
|
|
3074 * version.sh: add emacs_is_beta initialization
|
|
3075
|
|
3076 * configure.in: Implement patch levels in version number
|
|
3077 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3078
|
|
3079 * configure.in:
|
|
3080 * configure.usage:
|
|
3081 * config.h.in: Rename session option to wmcommand.
|
|
3082 From Oliver Graf <ograf@rhein-zeitung.de>
|
|
3083
|
|
3084 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3085
|
|
3086 * info/dir: Add `emodules.info' entry to the top info dir.
|
|
3087
|
|
3088 1999-05-31 SL Baur <steve@steve1.m17n.org>
|
|
3089
|
|
3090 * configure.in (CPP): Don't check for include subdirectories in
|
442
|
3091 site-prefix directories. This check loses in valid configurations
|
414
|
3092 like /usr/jp in TurboLinux. Conditionally add include directory to
|
|
3093 site switches.
|
|
3094
|
|
3095 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3096
|
|
3097 * configure.in (quoted_arguments): Support
|
|
3098 --error-checking=byte-code.
|
|
3099
|
4010
|
3100 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
398
|
3101
|
|
3102 * XEmacs 21.2.14 is released
|
|
3103
|
|
3104 1999-05-11 SL Baur <steve@altair.xemacs.org>
|
|
3105
|
|
3106 * version.sh (infodock_build_version): Synch InfoDock version.
|
|
3107
|
|
3108 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
3109
|
442
|
3110 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
|
398
|
3111 for Solaris.
|
|
3112
|
|
3113 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
3114
|
|
3115 * configure.in (xemacs_betaname): Don't generate Installation.el.
|
|
3116
|
|
3117 * Makefile.in.in (top_distclean): Don't remove Installation.el.
|
|
3118
|
|
3119 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
3120
|
|
3121 * configure.in: add mingw32 as a target platform. add nt process
|
|
3122 support options.
|
|
3123
|
|
3124 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3125
|
|
3126 * configure.in: Delete mule-coding.o.
|
|
3127
|
|
3128 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3129
|
|
3130 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
|
|
3131 calling XmStringGetLtoR
|
|
3132 (string_draw_u): ditto and check return value of XmStringGetLtoR()
|
|
3133
|
|
3134 1999-04-05 Olivier Galibert <galibert@pobox.com>
|
|
3135
|
|
3136 * Makefile.in.in (GENERATED_HEADERS): Don't generate
|
|
3137 puresize-adjust.h anymore
|
|
3138
|
|
3139 * configure.usage: Remove everything gung-ho or purespace related
|
|
3140
|
|
3141 * configure.in: Ditto
|
|
3142
|
|
3143 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3144
|
|
3145 * configure.in: Check for getloadavg().
|
|
3146
|
4010
|
3147 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
396
|
3148
|
|
3149 * XEmacs 21.2.13 is released
|
|
3150
|
|
3151 1999-03-09 SL Baur <steve@xemacs.org>
|
|
3152
|
|
3153 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
|
|
3154
|
4010
|
3155 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
394
|
3156
|
|
3157 * XEmacs 21.2.12 is released
|
|
3158
|
|
3159 1999-03-04 Martin Buchholz <martin@xemacs.org>
|
|
3160
|
|
3161 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
|
|
3162
|
|
3163 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
3164
|
|
3165 * configure.in:
|
|
3166 `uname -v` -> "`uname -v`":
|
|
3167 backquoted expressions need additional double
|
|
3168 quotes to be a single token.
|
|
3169 Use separate if's to avoid extra process invocations.
|
|
3170
|
|
3171 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3172
|
442
|
3173 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
|
394
|
3174
|
4010
|
3175 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
392
|
3176
|
|
3177 * XEmacs 21.2.11 is released
|
|
3178
|
|
3179 1999-02-16 Andy Piper <andy@xemacs.org>
|
|
3180
|
|
3181 * PROBLEMS: add entries for building under Cygwin.
|
|
3182
|
|
3183 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3184
|
|
3185 * README.packages: Clear up that mule-sumo packages is used _in
|
|
3186 addition_ to the normal sumo.
|
|
3187
|
|
3188 1999-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3189
|
|
3190 * configure.usage: Move quantify/purify into debug flags section
|
|
3191
|
|
3192 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3193
|
442
|
3194 * configure.in:
|
392
|
3195 - Fixup xfs comments and redundant option checking
|
|
3196
|
442
|
3197 * configure.in:
|
|
3198 * INSTALL:
|
392
|
3199 * lisp/paths.el:
|
|
3200 - improved automounter tmp directory support.
|
|
3201 - support 4 (!) empirically discovered automounter conventions
|
|
3202
|
|
3203 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3204
|
442
|
3205 * lwlib/lwlib.h:
|
|
3206 - redo CONST hacking to deal with X11 R4, which was
|
392
|
3207 broken in a previous patch.
|
|
3208
|
|
3209 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3210
|
442
|
3211 * configure.in:
|
392
|
3212 - irix uses -rpath
|
|
3213
|
|
3214 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3215
|
442
|
3216 * configure.in:
|
392
|
3217 - Check for XOpenIM before using xim=xlib
|
|
3218 - only use XmIm if $have_motif = yes
|
|
3219
|
|
3220 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
3221
|
|
3222 * configure.in. Port to BSDI BSD/OS 4.0.
|
|
3223
|
|
3224 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3225
|
|
3226 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
|
|
3227
|
4010
|
3228 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
390
|
3229
|
|
3230 * XEmacs 21.2.10 is released
|
|
3231
|
4010
|
3232 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
388
|
3233
|
|
3234 * XEmacs 21.2.9 is released
|
|
3235
|
|
3236 1999-01-21 Andy Piper <andy@xemacs.org>
|
|
3237
|
|
3238 * configure.in: make xface detection specifc to a window system in
|
|
3239 general rather than just X.
|
|
3240
|
4010
|
3241 1999-18-10 Andy Piper <andy@xemacs.org>
|
388
|
3242
|
|
3243 * configure.in: remove -O3 prevention on cygwin - current versions
|
|
3244 cope ok now. remove dll prevention on cygwin - the new module
|
|
3245 code checks correctly.
|
442
|
3246
|
388
|
3247 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
3248
|
442
|
3249 * configure.in: Added moduledir as the path where loadable modules
|
388
|
3250 are stored. Added --with-site-modules and --moduledir options.
|
|
3251 - Ensure the SCO OpenServer compiles with --dynamic by default
|
|
3252 - Check for dlfcn.h for dynamic loader
|
|
3253 - Renamed dll.o to emodules.o and changed dynamic loader tests
|
|
3254 - Renabled code that deals with site-lisp so that it is handled
|
|
3255 correctly when a user specifies --with-site-lisp.
|
|
3256
|
|
3257 * aclocal.m4: Replaced entire file with more complete DLL tests
|
|
3258 by way of libtool.
|
|
3259
|
|
3260 * config.usage: Removed TAB characters which caused it to be
|
|
3261 displayed incorrectly on terminals where TAB != 8.
|
|
3262 - Added help text to describe --with-site-modules and --moduledir.
|
|
3263
|
|
3264 * INSTALL: Updated documentation to describe module directories
|
|
3265
|
|
3266 * Makefile.in.in: Added moduledir, sitemoduledir macros.
|
|
3267 - Make those directories at install time.
|
|
3268
|
4010
|
3269 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
386
|
3270
|
|
3271 * XEmacs 21.2.8 is released.
|
|
3272
|
|
3273 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
3274
|
|
3275 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
|
|
3276
|
4010
|
3277 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
384
|
3278
|
|
3279 * XEmacs 21.2.7 is released.
|
|
3280
|
|
3281 1998-12-20 Martin Buchholz <martin@xemacs.org>
|
|
3282
|
|
3283 * configure.in: Redo DBM support
|
|
3284 - die if dbm support requested, but not provided.
|
|
3285 - properly check for libgdbm, then libc, then libdbm
|
|
3286 - properly check for ndbm.h
|
|
3287 - comments improved
|
|
3288 - XE_DIE should always prefix messages with Error: for clarity
|
|
3289
|
|
3290 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3291
|
|
3292 * xemacs.mak (TEMACS_OBJS):
|
|
3293 (DOC_SRC4):
|
|
3294 - Remove pure.c, pure.obj
|
|
3295
|
|
3296 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
3297
|
|
3298 * Makefile.in.in (distclean):
|
|
3299 * dynodump/Makefile.in.in (distclean):
|
|
3300 * src/Makefile.in.in (distclean):
|
|
3301 * lib-src/Makefile.in.in (distclean):
|
|
3302 * lwlib/Makefile.in.in (distclean):
|
|
3303 - Make sure GNUmakefile is deleted.
|
|
3304
|
|
3305 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
3306
|
|
3307 * configure.in (all_widgets): remove gui.o addition - its always
|
|
3308 in the makefile now.
|
|
3309
|
|
3310 * configure.in: add gui-msw.o to msw objects.
|
|
3311
|
382
|
3312 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
3313
|
|
3314 * XEmacs 21.2.6 is released
|
|
3315
|
4010
|
3316 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
380
|
3317
|
|
3318 * XEmacs 21.2.5 is released
|
|
3319
|
377
|
3320 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
3321
|
|
3322 * XEmacs 21.2-beta4 is released.
|
|
3323
|
|
3324 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
3325
|
|
3326 * configure.in: Linux/Arm Support.
|
|
3327 From James LewisMoss <dres@ioa.com>
|
|
3328
|
|
3329 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
3330
|
|
3331 * configure.in:
|
|
3332 Fix the realpath() problem of UnixWare2.1.3.
|
|
3333 Patches for NEC's sysv4.2 machine.
|
|
3334
|
|
3335 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3336
|
|
3337 * configure.in: Check if there's wnn4.2 or wnn6 specific library
|
|
3338 installed. The Wnn library will be checked if the --with-wnn
|
|
3339 and/or --with-wnn6 was specified compulsory.
|
|
3340
|
|
3341 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3342
|
|
3343 * configure.in (CPP): Too many spaces im run-patch flag detection.
|
|
3344
|
375
|
3345 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
3346
|
|
3347 * XEmacs 21.2-beta3 is released.
|
|
3348
|
|
3349 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
3350
|
|
3351 * configure.in: enable drag and drop support by default if mswindows is
|
|
3352 detected.
|
|
3353
|
|
3354 1998-10-09 Kevin Oberman <oberman@es.net>
|
|
3355
|
|
3356 * config.sub: Fix for Alpha architecture
|
|
3357
|
|
3358 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
3359
|
|
3360 * configure.in: don't enable shared lib support for cygwin unless
|
|
3361 explititly told to.
|
|
3362
|
373
|
3363 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
3364
|
|
3365 * XEmacs 21.2-beta2 is released.
|
|
3366
|
|
3367 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
3368
|
|
3369 * lwlib/xlwmenu.c:
|
|
3370 * lwlib/xlwscrollbar: fix for Motif >=2.0
|
|
3371 Patch provided by Glenn Barry <gtb@eng.sun.com>
|
|
3372
|
|
3373 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
|
|
3374
|
|
3375 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
3376
|
|
3377 * configure.in: check for cygwin32/version.h.
|
|
3378
|
|
3379 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3380
|
|
3381 * PROBLEMS: Added AIX 4.3 note.
|
|
3382
|
|
3383 * configure.in: Better detection of AIX 4.3.
|
|
3384 AIX xlc can do -g and -Ox at the same time.
|
|
3385
|
|
3386 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3387
|
|
3388 * configure.in: Alter configure so that it checks for mismatched PNG
|
|
3389 header/libs, screams a little louder on old/mismatched library
|
|
3390 conditions for both PNG and XPM, stop screaming if png is not found and
|
|
3391 no window-system is selected, and fixed a bug in the XPM checking.
|
|
3392
|
|
3393 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3394
|
|
3395 * configure.usage (--without-gif): Modify text to reflect status
|
|
3396 of GIF support
|
|
3397
|
|
3398 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
3399
|
|
3400 * configure.in: add back in the support for the in-core GIF
|
|
3401 code, change the required PNG library version to 1.0.2, and add
|
|
3402 a warning if PNG not found, since PNG images are now distributed
|
|
3403 as part of the core. Also minor wording changes in things reported
|
|
3404 to the user.
|
|
3405
|
|
3406 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
|
|
3407
|
|
3408 * BETA: Update mailing-list address for build-reports
|
|
3409
|
|
3410 1998-08-01 SL Baur <steve@altair.xemacs.org>
|
|
3411
|
|
3412 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
|
|
3413 can built that includes package lisp.
|
|
3414
|
|
3415 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
3416
|
|
3417 * configure.in:
|
|
3418 - support multiple flavors of alpha, (XEmacs treats them identically)
|
|
3419 - Fix AC_TRY_RUN so that actions have access to $?
|
|
3420 - Identify DEC C compilers. Add default optimization CFLAGS and
|
|
3421 always use -std.
|
|
3422 - Use an extensible method for adding support for future compilers.
|
|
3423 - Have SunPro C use that same extensible method.
|
|
3424 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
|
|
3425
|
304
|
3426 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
3427
|
371
|
3428 * XEmacs 21.2-beta1 is released.
|
304
|
3429
|
|
3430 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
3431
|
|
3432 * config.guess: Synched with latest FSF version.
|
|
3433
|
454
|
3434 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
304
|
3435
|
384
|
3436 * Makefile.in: added LDFLAGS.
|
304
|
3437
|
300
|
3438 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
3439
|
371
|
3440 * README: Bump version numbers.
|
|
3441 * info/dir: Ditto.
|
|
3442 * version.sh: Ditto.
|
|
3443
|
793
|
3444 * XEmacs 21.0-pre5 is released.
|
300
|
3445
|
|
3446 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
3447
|
|
3448 * configure.in (with_offix): Default --with-offix to off.
|
|
3449
|
298
|
3450 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
3451
|
300
|
3452 * configure.in: Handle multiple database libraries.
|
|
3453 From Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
3454
|
298
|
3455 * XEmacs 21.0-pre4 is released.
|
|
3456
|
|
3457 * configure.in: Fix test for InfoDock sources.
|
|
3458
|
4010
|
3459 1998-07-09 Oliver Graf <ograf@fga.de>
|
298
|
3460
|
|
3461 * configure.usage: added warning to --with-offix
|
|
3462
|
|
3463 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
3464
|
|
3465 * configure.in: Berkeley DB autodetection fixes
|
|
3466 From Martin Buchholz <martin@xemacs.org>
|
|
3467
|
296
|
3468 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
3469
|
|
3470 * XEmacs 21.0-pre3 is released.
|
|
3471
|
4010
|
3472 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
296
|
3473
|
|
3474 * configure.in: Added check if the berkdb has db_open or not.
|
|
3475 (With fixes from Martin Buchholz)
|
|
3476
|
294
|
3477 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
3478
|
|
3479 * XEmacs 21.0-pre2 is released.
|
|
3480
|
|
3481 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3482
|
|
3483 * configure.in: Added -lC for static linking under AIX 4.2.
|
|
3484
|
292
|
3485 1998-06-14 SL Baur <steve@altair.xemacs.org>
|
|
3486
|
|
3487 * XEmacs 21.0-pre1 is released.
|
|
3488
|
290
|
3489 1998-06-11 SL Baur <steve@altair.xemacs.org>
|
|
3490
|
292
|
3491 * XEmacs 21.0-beta43 is released.
|
290
|
3492
|
4010
|
3493 1998-06-04 Oliver Graf <ograf@fga.de>
|
290
|
3494
|
|
3495 * tests/Dnd/README: a step-by-step test run
|
|
3496 * tests/Dnd/droptest.el: some clarifications
|
|
3497 * tests/Dnd/droptest.sh: created, creates test files
|
|
3498
|
4010
|
3499 1998-06-01 Oliver Graf <ograf@fga.de>
|
290
|
3500
|
|
3501 * configure.in (summary): added experimental to dragndrop option
|
|
3502 * configure.usage: added experimental note to --with-dragndrop
|
|
3503 * tests/Dnd/droptest.el: extra start-drag-region function
|
|
3504 changed the experimental- stuff
|
|
3505
|
|
3506 1998-06-07 SL Baur <steve@altair.xemacs.org>
|
|
3507
|
|
3508 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
|
|
3509
|
|
3510 1998-06-05 Colin Rafferty <colin@xemacs.org>
|
|
3511
|
|
3512 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
|
|
3513
|
288
|
3514 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
3515
|
|
3516 * XEmacs 21.0-beta42 is released.
|
|
3517
|
|
3518 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
3519
|
|
3520 * configure.in: don't use -O3 for cygwin.
|
|
3521
|
|
3522 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3523
|
|
3524 * configure.in: Switch from giflib to gifreader for
|
|
3525 our GIF image support (no other mods needed)
|
|
3526
|
290
|
3527 1998-05-28 Oliver Graf <ograf@fga.de>
|
288
|
3528
|
|
3529 * configure.in: only one DnD protocol, CDE has priority over OffiX
|
|
3530
|
|
3531 * tests/Dnd/README: some changes reflecting recent modifications
|
|
3532 * tests/Dnd/dragtest.el: removed
|
|
3533 * tests/Dnd/droptest.el: cosmetics and comments
|
|
3534
|
290
|
3535 1998-05-26 Oliver Graf <ograf@fga.de>
|
288
|
3536
|
|
3537 * tests/Dnd/droptest.el: adapted to CDE extensions
|
|
3538
|
290
|
3539 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
3540
|
|
3541 * configure.in:
|
|
3542 * config.sub: add initial OpenBSD support
|
|
3543
|
288
|
3544 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
3545
|
|
3546 * configure.in: check for msw dialogs.
|
|
3547
|
286
|
3548 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
3549
|
|
3550 * XEmacs 21.0-beta41 is released.
|
|
3551
|
|
3552 1998-05-17 SL Baur <steve@altair.xemacs.org>
|
|
3553
|
|
3554 * configure.in (CPP): Change -O2 to -O3.
|
|
3555 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
3556
|
284
|
3557 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
3558
|
|
3559 * XEmacs 21.0-beta40 is released.
|
|
3560
|
|
3561 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
3562
|
|
3563 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
|
|
3564 on the `unset CDPATH' if running as sh.
|
|
3565
|
4010
|
3566 1998-05-12 Oliver Graf <ograf@fga.de>
|
284
|
3567
|
|
3568 * tests/Dnd/droptest.el: some CDE adaptions (untested)
|
|
3569
|
|
3570 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
3571
|
|
3572 * configure.in:
|
|
3573 Add some more comments.
|
|
3574 If using bash, use Posix mode and unset CDPATH.
|
|
3575 Be more careful checking feature dependencies.
|
|
3576 Introduce XE_CHECK_FEATURE_DEPENDENCY.
|
|
3577 Undo the gross hack of multiple `echo >> $tempcname'
|
|
3578 by using here documents instead. (Might break mswindows, tho...)
|
|
3579 Be more careful autodetecting tooltalk.
|
|
3580
|
|
3581 * PROBLEMS:
|
|
3582 Document problems with Solaris 2.6 + XSUNTRANSPORT
|
|
3583
|
384
|
3584 * Makefile.in:
|
284
|
3585 * lwlib/Makefile.in.in:
|
|
3586 * modules/Makefile.in:
|
|
3587 - Adjust for luser's CDPATH being set to something weird.
|
|
3588 - Take into account bash 2.02's tendency to print the cwd when
|
|
3589 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
3590 - fix the run-temacs target to use $(DUMPENV)
|
|
3591 - fix the run-puremacs target to use $(DUMPENV)
|
|
3592 - fix the `depend' target to properly $(RM) the right files
|
|
3593 - Generate a better TAGS file for XEmacs' lisp code using
|
|
3594 hand-crafted regexps.
|
|
3595 - Use standard coding conventions for modules/Makefile.in
|
|
3596
|
4010
|
3597 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
284
|
3598
|
|
3599 * configure.in: some people claimed that they can't stop
|
|
3600 linking wnn6 library if they set --with-wnn6=no.
|
|
3601
|
4010
|
3602 1998-05-11 Oliver Graf <ograf@fga.de>
|
284
|
3603
|
|
3604 * tests/Dnd/droptest.el: adapted to new calling conventions
|
|
3605 also showing the new possibilities
|
|
3606 * tests/Dnd/README: changed to new protocol
|
|
3607
|
4010
|
3608 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
284
|
3609
|
|
3610 * Fix for HAVE_MULTICAST check.
|
|
3611
|
282
|
3612 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
3613
|
|
3614 * XEmacs 21.0-beta39 is released.
|
|
3615
|
4010
|
3616 1998-05-06 Oliver Graf <ograf@fga.de>
|
282
|
3617
|
|
3618 * configure.in: added autodetection for the Drag'n'Drop API
|
|
3619 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
|
|
3620 and dragdrop.o is added to extra_objs
|
|
3621 * configure.usage: added with-dragndrop, added (*) to with-offix
|
|
3622 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
|
|
3623
|
4010
|
3624 1998-05-04 Oliver Graf <ograf@fga.de>
|
282
|
3625
|
|
3626 * tests/Dnd/droptest.el: changed to test new protocol
|
|
3627 * tests/Dnd/README.OffiX: removed
|
|
3628 * tests/Dnd/README: created, info about new protocol
|
|
3629 * tests/Dnd/dragtest.el: comment change
|
|
3630
|
280
|
3631 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
3632
|
|
3633 * XEmacs 21.0-beta38 is released.
|
|
3634
|
|
3635 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
3636
|
|
3637 * configure.in: Use `PROGNAME' for all generated paths.
|
|
3638
|
|
3639 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
|
|
3640
|
|
3641 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
3642
|
384
|
3643 * configure.in (progname): Parameterize program name on `progname'
|
280
|
3644 and add --with-infodock.
|
|
3645
|
|
3646 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
3647
|
|
3648 * Makefile.in: Religiously use ${progname} instead of hardcoded
|
|
3649 `xemacs'.
|
|
3650 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
|
|
3651 overridden by the empty one set in the toplevel Makefile.
|
|
3652
|
278
|
3653 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
3654
|
|
3655 * XEmacs-21.0-beta37 is released.
|
|
3656
|
|
3657 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3658
|
|
3659 * configure.in: Sychronized ..._USER_DEFINED variables with
|
|
3660 datadir setting.
|
|
3661
|
|
3662 * Makefile.in (mkdir): No longer create sitelispdir.
|
|
3663
|
|
3664 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3665
|
371
|
3666 * configure.in: make graphic libraries tests be dependant on a
|
278
|
3667 window system not X11 only.
|
|
3668
|
|
3669 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3670
|
|
3671 * configure.in: check for our special select in msw.
|
|
3672
|
|
3673 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
3674
|
|
3675 * PROBLEMS: add answers to some FAQ concerning hpux.
|
|
3676
|
|
3677 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3678
|
|
3679 * configure.in: enable checking for special mswindows select()
|
|
3680
|
|
3681 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
3682
|
|
3683 * configure.in: Isolate incomprehensible cma_open/pthreads checking
|
|
3684 to decosf*
|
|
3685
|
|
3686 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
3687
|
|
3688 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
|
|
3689 libs and includes.
|
|
3690
|
|
3691 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
3692
|
|
3693 * configure.in: check for xpm does not depend anymore on having X.
|
|
3694 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
|
|
3695
|
|
3696 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3697
|
|
3698 * info/dir: Fixed the explanatory notes for
|
|
3699 `Info-default-directory-list' removal and the new automatic dir
|
|
3700 rebuilding facility. Reindented the menu. Added an entry for
|
384
|
3701 term.info
|
278
|
3702
|
|
3703 1998-04-20 SL Baur <steve@altair.xemacs.org>
|
|
3704
|
|
3705 * configure.in (LISPDIR): Removed configuration option for
|
|
3706 site-lisp.
|
|
3707
|
|
3708 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
3709
|
|
3710 * configure.in (version): snarf InfoDock version number.
|
|
3711
|
276
|
3712 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
3713
|
|
3714 * XEmacs-21.0-beta36 is released.
|
|
3715
|
|
3716 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3717
|
|
3718 * configure.in: enable install pre-processing for mswindows
|
|
3719
|
|
3720 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3721
|
276
|
3722 * Makefile.in.in: add install_pp to install incantation.
|
|
3723
|
|
3724 * installexe.sh: new file. Add .exe to install targets if the
|
|
3725 result is executable.
|
|
3726
|
|
3727 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3728
|
276
|
3729 * Makefile.in: add install_pp to install incantation.
|
|
3730
|
4010
|
3731 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
276
|
3732
|
|
3733 * configure.in: Large echo split into a few smaller ones,
|
|
3734 so the cygnus sh.exe does not crash.
|
|
3735
|
|
3736 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3737
|
|
3738 * configure.in: enable toolbar checking for mswindows build
|
|
3739
|
|
3740 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3741
|
384
|
3742 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
|
276
|
3743 Used (at least) by RedHat 4.2.
|
|
3744
|
|
3745 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3746
|
|
3747 * configure.in: Re-instated src/paths.h generation from
|
|
3748 src/paths.h.in.
|
|
3749
|
|
3750 * Makefile.in (top_distclean): Remove site-lisp on `make
|
|
3751 distclean'.
|
|
3752
|
274
|
3753 1998-04-10 SL Baur <steve@altair.xemacs.org>
|
|
3754
|
|
3755 * XEmacs 21.0-beta35 is released.
|
|
3756
|
|
3757 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3758
|
|
3759 * configure.usage: Clarified --package-path documentation.
|
|
3760
|
|
3761 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3762
|
|
3763 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
|
|
3764 Removed defaults for infopath and package-path.
|
|
3765
|
|
3766 * Makefile.in (src/paths.h): ... is now generated from
|
|
3767 src/paths.h.in.in. Moved generation of paths.h to configure.
|
|
3768
|
|
3769 * paths.h.in: Removed.
|
|
3770
|
|
3771 * paths.h.in.in: Created.
|
|
3772
|
|
3773 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3774
|
|
3775 * configure.in: png was still being used if png_version < 0.96
|
|
3776
|
|
3777 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
|
|
3778
|
|
3779 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
3780
|
|
3781 * INSTALL (Rationale): Offix support comment is wrong. To disable,
|
|
3782 one must use --with-offix=no and not --without-offix
|
|
3783
|
|
3784 1998-04-05 SL Baur <steve@altair.xemacs.org>
|
|
3785
|
|
3786 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
|
|
3787
|
272
|
3788 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
3789
|
|
3790 * XEmacs 21.0-beta34 is released.
|
|
3791
|
|
3792 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
3793
|
|
3794 * configure.in:
|
|
3795 checking whether gettimeofday accepts one or two arguments... two
|
|
3796
|
|
3797 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3798
|
|
3799 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
3800
|
|
3801 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
3802
|
|
3803 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
3804
|
|
3805 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
3806
|
|
3807 * tests/database.el (test-database): Temporary files (the databases
|
|
3808 that were created) should be deleted.
|
|
3809
|
|
3810 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
3811 (src/Makefile): src/Makefile depends on src/depend.
|
|
3812
|
|
3813 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
3814
|
|
3815 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
3816 system linkers don't properly die when there are cascaded link
|
|
3817 dependencies, so we can't rely on the linker for that. The only
|
384
|
3818 downside is that we might link with an extra unneeded library. If
|
272
|
3819 you really really care about this, you can go fix it.
|
|
3820
|
|
3821 * configure.in: Enhance PANIC msg to make it clear that
|
|
3822 --with-FEATURE is going to die if FEATURE is not installed.
|
|
3823
|
|
3824 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
3825
|
|
3826 * configure.in: $debug was not properly dependent on $beta
|
384
|
3827
|
|
3828 * configure.in: Move offix configuration out of src/Makefile.in.in
|
272
|
3829 into configure.in.
|
|
3830
|
|
3831 * configure.in: Reorganize xpm detection code.
|
|
3832
|
384
|
3833 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
272
|
3834 found.
|
|
3835
|
|
3836 * configure.in: Keep auto-generated makefile dependencies out of
|
|
3837 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
3838
|
|
3839 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
3840
|
|
3841 * configure.in: Fix up cflags handling. Specifically, configure
|
|
3842 --cflags='' would fail to be recognized.
|
|
3843
|
|
3844 * configure.in: Fix up png detection. Link with png_read_image to
|
|
3845 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
3846
|
|
3847 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
3848
|
|
3849 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
3850 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
3851
|
|
3852 * configure.in: Make sure BSD always links in libz.a
|
|
3853 BSD's stupid linker can't detect cascaded lib dependencies
|
|
3854
|
|
3855 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
3856 Don't use motif-xim with lesstif, at least by default.
|
|
3857
|
|
3858 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
3859
|
|
3860 * version.sh: Add InfoDock version number variables.
|
|
3861
|
|
3862 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
3863
|
|
3864 * info/dir: Replaced string '20.5' with '21.0'
|
|
3865
|
269
|
3866 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3867
|
|
3868 * XEmacs 21.0-beta33 is released.
|
|
3869
|
4010
|
3870 1998-03-26 Didier Verna <didier@xemacs.org>
|
269
|
3871
|
|
3872 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
3873 always want to propagate it.
|
|
3874
|
|
3875 * configure.usage: Synched with configure.in.
|
|
3876
|
|
3877 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3878
|
|
3879 * configure.usage, INSTALL: Synched with the new path layout.
|
|
3880
|
|
3881 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
3882 package_path to make configure happy.
|
|
3883
|
|
3884 * configure.in: Made default setting for packagepath conform to
|
|
3885 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
3886 before site-specific ones.
|
|
3887 Added default setting for pkgdir.
|
|
3888 Changed --packagepath back to --package-path.
|
|
3889
|
267
|
3890 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3891
|
|
3892 * XEmacs 21.0-beta32 is released.
|
|
3893
|
|
3894 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3895
|
|
3896 * configure.in: Extended package path by version-specific
|
|
3897 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
3898
|
|
3899 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3900
|
|
3901 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
3902 have been linked into place.
|
|
3903
|
|
3904 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3905
|
|
3906 * <Today>: The Big Path Searching Overhaul.
|
|
3907
|
|
3908 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
3909 into the binary in a uniform way.
|
|
3910
|
|
3911 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
3912
|
|
3913 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
3914 checker.
|
|
3915 - Fix HP/UX dynamic linking flag.
|
|
3916
|
|
3917 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
3918
|
|
3919 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
3920 error-checking test.
|
|
3921 - fix bogus substitution.
|
384
|
3922
|
267
|
3923 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
3924
|
|
3925 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
3926 Suggested by William M. Perry <wmperry@aventail.com>
|
|
3927
|
265
|
3928 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
3929
|
|
3930 * XEmacs 21.0 beta31 is released.
|
|
3931
|
|
3932 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3933
|
|
3934 * configure.usage (Usage): Correct information about gif, tiff
|
|
3935 and WNN entries
|
|
3936
|
|
3937 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
3938
|
|
3939 * configure.in: typo fix in sed command.
|
|
3940 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3941
|
|
3942 * configure.in (all_widgets): Check for snprintf().
|
|
3943
|
|
3944 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3945
|
|
3946 * configure.in: New gif support
|
|
3947
|
|
3948 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3949
|
|
3950 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
3951
|
|
3952 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3953
|
|
3954 * configure.in: don't add libc to link list for dlopen ordinary
|
|
3955 link takes care of this. check for dlfcn.h
|
|
3956
|
|
3957 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3958
|
|
3959 * configure.in: Examine each directory of X11 include path for
|
|
3960 inclusion into BITMAPDIR.
|
|
3961
|
|
3962 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3963
|
|
3964 * aclocal.m4: Add legalese.
|
|
3965
|
|
3966 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3967
|
|
3968 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
3969 database support.
|
|
3970
|
|
3971 * configure.in: move msw checking after x checking so that
|
|
3972 auto-detection works.
|
|
3973
|
|
3974 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3975
|
|
3976 * configure.in: New DLL support.
|
|
3977 * aclocal.m4: New file.
|
|
3978 From William M. Perry <wmperry@aventail.com>
|
|
3979
|
|
3980 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
3981
|
|
3982 * configure.in (xemacs_betaname): Align messages for minimal
|
|
3983 tagbits and indexed lrecords.
|
|
3984 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3985
|
263
|
3986 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
3987
|
|
3988 * XEmacs 20.5-beta30 is released.
|
|
3989
|
|
3990 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
3991
|
|
3992 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
3993
|
|
3994 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3995
|
|
3996 * configure.in: add a --with-msw option. Make X and msw work
|
|
3997 together if the user asks.
|
|
3998
|
|
3999 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
4000
|
|
4001 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
4002
|
|
4003 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
4004
|
|
4005 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
4006 for special required linker flags for building DLL capable
|
|
4007 binaries.
|
|
4008
|
261
|
4009 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
4010
|
|
4011 * Makefile.in (top_distclean): Remove Installation.el.
|
|
4012 (xemacs): New target. Formerly it was `all:'.
|
|
4013 (all): New default, dist: is now superfluous.
|
|
4014
|
|
4015 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
4016
|
|
4017 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
4018 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
4019 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
4020
|
|
4021 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
4022
|
|
4023 * configure.in (with_ldap: Fix -lldap autodection.
|
|
4024 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4025 (Installation): Only keep the last configuration.
|
|
4026
|
259
|
4027 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
4028
|
|
4029 * XEmacs 20.5-beta28 is released.
|
|
4030
|
|
4031 * configure.in (with_session): Fix reporting of the setting.
|
|
4032 (with_database_gnudbm): Correctly report setting.
|
|
4033
|
|
4034 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
4035
|
|
4036 * configure.usage: Restore documentation of graphics library
|
|
4037 flags.
|
|
4038 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4039
|
|
4040 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4041
|
|
4042 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
4043 console.
|
|
4044
|
|
4045 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
4046
|
|
4047 * XEmacs 20.4 is released to the beta testers.
|
|
4048
|
|
4049 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
4050
|
384
|
4051 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
259
|
4052 to also test for Linux libc5.
|
|
4053
|
255
|
4054 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
4055
|
257
|
4056 * XEmacs 20.5-beta27 is released.
|
|
4057 * XEmacs-20.4-pre4 is released.
|
|
4058
|
|
4059 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
4060 (--with-gung): Implement it.
|
|
4061
|
|
4062 * configure.usage (--with-gung): Document. Turns on
|
|
4063 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
4064 (--with-term): Remove.
|
384
|
4065
|
255
|
4066 * XEmacs-20.5-beta26 is released.
|
|
4067
|
|
4068 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
4069
|
|
4070 * XEmacs-20.4-pre3 is released.
|
|
4071
|
|
4072 * Makefile.in: use better feedback while rebuilding finder database.
|
|
4073 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
4074
|
|
4075 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
4076
|
|
4077 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
4078 Malloc.
|
|
4079
|
253
|
4080 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
4081
|
255
|
4082 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
4083 Suggested by Pekka Marjola <pema@iki.fi>
|
|
4084
|
|
4085 * XEmacs-20.4-pre2 is released.
|
253
|
4086 * XEmacs-20.5-beta25 is released.
|
|
4087
|
|
4088 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
4089
|
|
4090 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
4091
|
|
4092 * README: Update for Microsoft Windows.
|
|
4093
|
251
|
4094 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
4095
|
253
|
4096 * XEmacs 20.4-pre1 is released.
|
251
|
4097 * XEmacs 20.5-beta24 is released.
|
|
4098
|
|
4099 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
4100
|
|
4101 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
4102 nothing uses it as yet. add gif objects to msw support. define
|
|
4103 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
4104 add -lshell32 for dnd support. check for a.out.h rather than
|
|
4105 coff.h
|
|
4106
|
|
4107 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
4108 remaining open calls. IMHO this should really include sysfile.h.
|
|
4109
|
249
|
4110 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
4111
|
|
4112 * XEmacs 20.5-beta23 is released.
|
|
4113
|
247
|
4114 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
4115
|
|
4116 * XEmacs 20.5-beta22 is released.
|
|
4117
|
245
|
4118 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
4119
|
|
4120 * XEmacs 20.5-beta21 is released.
|
|
4121
|
|
4122 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
4123
|
|
4124 * configure.in: check for coff.h
|
|
4125
|
|
4126 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
4127
|
|
4128 * configure.in: Added support for `--with-shlib'.
|
|
4129
|
243
|
4130 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
4131
|
|
4132 * XEmacs 20.5-beta20 is released.
|
|
4133
|
|
4134 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
4135
|
384
|
4136 * configure.usage:
|
243
|
4137 Remove doc for configure-time INFOPATH, no longer used.
|
|
4138
|
|
4139 * configure.in:
|
|
4140 * src/config.h.in:
|
|
4141 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
4142
|
384
|
4143 * lwlib/lwlib.h:
|
|
4144 * lwlib/lwlib.c:
|
|
4145 * lwlib/lwlib-config.c:
|
|
4146 * lwlib/lwlib-Xm.c:
|
|
4147 * lwlib/lwlib-Xaw.c:
|
|
4148 * lwlib/lwlib-Xlw.c:
|
|
4149 * lwlib/config.h.in:
|
243
|
4150 * src/menubar-x.c:
|
|
4151 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
4152 Maintain only one set of variables.
|
|
4153
|
|
4154 * Makefile.in (install-arch-dep): Simplify.
|
384
|
4155 Replace construct `test -d $dir && foo' with
|
243
|
4156 `if test -d $dir; then foo; fi'
|
|
4157
|
384
|
4158 * lwlib/xlwmenu.c:
|
|
4159 * lwlib/xlwscrollbar.c:
|
|
4160 * lwlib/lwlib-Xlw.c:
|
|
4161 * lwlib/lwlib-Xm.c:
|
243
|
4162 Always assume presence of limits.h (ANSI).
|
|
4163
|
241
|
4164 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
4165
|
243
|
4166 * INSTALL: Updated for recent Mule/package changes.
|
|
4167
|
241
|
4168 * XEmacs 20.5-beta19 is released.
|
|
4169
|
|
4170 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
4171
|
|
4172 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
4173 --exec-prefix.
|
|
4174
|
239
|
4175 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
4176
|
|
4177 * XEmacs 20.5-beta18 is released.
|
|
4178
|
442
|
4179 1998-01-08 Didier Verna <didier@xemacs.org>
|
239
|
4180
|
|
4181 * configure.in: Get rid of INFOPATH for configure time.
|
|
4182 * configure.usage (Usage): Ditto.
|
|
4183
|
|
4184 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
4185
|
|
4186 * Makefine.in: Correct reported amount of disk savings from
|
|
4187 compression.
|
|
4188 From Markus Linnala <maage@cs.tut.fi>
|
|
4189
|
|
4190 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
4191
|
|
4192 * configure.in: detect and set scrollbars and menubars with
|
|
4193 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
4194 gnuserv.
|
|
4195
|
|
4196 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
4197
|
|
4198 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
4199 naming.
|
|
4200
|
|
4201 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
4202
|
|
4203 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
4204 inactive_button_gc for menu entries.
|
|
4205 (remap_menubar): ignore the enabled status
|
|
4206
|
237
|
4207 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
4208
|
|
4209 * XEmacs 20.5-beta17 is released.
|
|
4210
|
|
4211 * Makefile.in (finder): Use -vanilla.
|
|
4212 (lisp/finder-inf.el): Ditto.
|
|
4213 (check-features): New target. Do a sanity check prior to
|
|
4214 installation.
|
|
4215
|
235
|
4216 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
4217
|
|
4218 * XEmacs 20.5-beta16 is released.
|
|
4219
|
233
|
4220 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
4221
|
|
4222 * XEmacs 20.5-beta15 is released.
|
|
4223
|
|
4224 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
4225
|
|
4226 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
4227
|
231
|
4228 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
4229
|
|
4230 * XEmacs 20.5-beta14 is released.
|
|
4231
|
4010
|
4232 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
231
|
4233
|
|
4234 * configure.in: support for *-pc-cygwin32 config
|
|
4235
|
229
|
4236 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
4237
|
|
4238 * XEmacs 20.5-beta13 is released.
|
|
4239
|
227
|
4240 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
4241
|
|
4242 * XEmacs 20.5-beta 12 is released.
|
|
4243
|
|
4244 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
4245
|
384
|
4246 * configure.in (bitmapdir): Reenable --with-session by default for
|
227
|
4247 testing.
|
|
4248
|
|
4249 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
4250
|
|
4251 * info/dir (File): Skk and Gnats are packaged.
|
|
4252
|
|
4253 * PROBLEMS (Note): Update version numbers.
|
|
4254
|
|
4255 * info/dir (File): Update version number.
|
|
4256
|
225
|
4257 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
4258
|
227
|
4259 * XEmacs 20.5-beta11 is released.
|
225
|
4260
|
|
4261 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
4262
|
|
4263 * configure.in: Don't bypass graphics library detection
|
|
4264 if the `--with-imagick' option is given to configure.
|
|
4265 : Print autodetected graphics libraries to be linked with Imagick.
|
|
4266
|
|
4267 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
4268
|
|
4269 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4270
|
|
4271 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
4272
|
223
|
4273 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
4274
|
225
|
4275 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
4276
|
227
|
4277 * XEmacs 20.5-beta10 is released.
|
223
|
4278
|
|
4279 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
4280
|
|
4281 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
4282
|
|
4283 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4284
|
|
4285 * configure.in (autodetect ImageMagick): also look for
|
|
4286 "X11/magick/magick.h", and if present, define
|
|
4287 MAGICK_HEADERS_ARE_UNDER_X11
|
|
4288
|
|
4289 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
4290
|
|
4291 * configure.in (imagick_libs): Add autodetection for freetype
|
|
4292 -lttf library.
|
|
4293
|
4010
|
4294 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
221
|
4295
|
227
|
4296 * XEmacs 20.5-beta9 is released.
|
221
|
4297
|
4010
|
4298 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
219
|
4299
|
227
|
4300 * XEmacs 20.5-beta8 is released.
|
219
|
4301
|
|
4302 * info/dir: update for further packaging.
|
|
4303 * configure.in: remove `tree-x' from XEmacs build.
|
|
4304
|
4010
|
4305 1997-11-29 Jeff Miller <jmiller@smart.net>
|
219
|
4306
|
|
4307 * configure.in: motif menubars need xlwmenu.o
|
|
4308
|
|
4309 * updated files in src/ to allow an XEmacs configured for
|
|
4310 motif menubars to at least compile. Motif menubars are still
|
|
4311 very broken.
|
|
4312
|
|
4313 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
4314
|
|
4315 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
4316 properly with the information in the core.
|
|
4317
|
|
4318 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
4319 the information in the core, and fixed a potental problem with
|
|
4320 parentage.
|
|
4321
|
|
4322 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
4323
|
|
4324 * configure.in (with_session): Properly display flag in configure
|
|
4325 status report.
|
|
4326
|
|
4327 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
4328
|
|
4329 * configure.usage: Remove documentation of obsolete option
|
|
4330 --with-gif.
|
|
4331
|
217
|
4332 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
4333
|
227
|
4334 * XEmacs 20.5-beta7 is released.
|
217
|
4335
|
|
4336 * configure.in: When testing for -ltiff, fall back on the extra
|
|
4337 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
4338
|
|
4339 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
4340
|
|
4341 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
4342 From Glynn Clements <glynn@sensei.co.uk>
|
|
4343
|
4010
|
4344 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
217
|
4345
|
|
4346 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
4347 on.
|
|
4348
|
4010
|
4349 1997-11-23 Jeff Miller <jmiller@smart.net>
|
217
|
4350
|
|
4351 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
4352 and src. Configure.in modified. --with-energize is no longer a
|
|
4353 valid configure option.
|
|
4354
|
|
4355 * lwlib/Makefile.in.in removed energize support
|
|
4356 * lwlib/lwlib-Xm.c removed energize support
|
|
4357 * lwlib/lwlib-config.c removed energize support
|
|
4358
|
|
4359 * lwlib/energize/* removed
|
|
4360
|
|
4361 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
4362
|
|
4363 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
4364 lisp/finder-inf.el.
|
|
4365
|
215
|
4366 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
4367
|
227
|
4368 * XEmacs 20.5-beta6 is released.
|
215
|
4369
|
|
4370 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
4371
|
|
4372 * configure.usage: Use `--' convention in "usage:" line.
|
|
4373
|
4010
|
4374 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
215
|
4375
|
|
4376 * configure.in: added `with_xfs' to list of boolean features.
|
|
4377
|
|
4378 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
4379
|
217
|
4380 * XEmacs 20.3 is released for binary kit building.
|
215
|
4381
|
4010
|
4382 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
215
|
4383
|
|
4384 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
4385 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
4386
|
|
4387 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
4388
|
|
4389 * configure.usage: New file.
|
|
4390
|
|
4391 * configure.in: Use it instead of monster 10k shell variable.
|
|
4392
|
|
4393 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
4394
|
|
4395 * XEmacs 20.3-pre4 is released.
|
|
4396
|
|
4397 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4398
|
|
4399 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
4400 dirs.
|
|
4401
|
|
4402 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
4403
|
|
4404 * configure.in: Initialize infodir off of datadir.
|
|
4405
|
|
4406 * Makefile.in: Force LANG = C for building.
|
|
4407
|
|
4408 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
4409
|
|
4410 * XEmacs 20.3-pre3 is released.
|
227
|
4411 * XEmacs 20.5-beta5 is released.
|
215
|
4412
|
4010
|
4413 1997-11-13 Marc Paquette <marcpa@cam.org>
|
213
|
4414
|
|
4415 * nt/Todo: added a task for support of lisp packages through
|
|
4416 the registry.
|
|
4417
|
4010
|
4418 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
213
|
4419
|
|
4420 * Renamed files *w32* to *msw*
|
|
4421
|
|
4422 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
4423 HAVE_MS_WINDOWS. Changed files:
|
|
4424 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
4425 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
4426 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
4427 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
4428 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
4429 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
384
|
4430 redisplay.c, symsinit.h,
|
213
|
4431
|
|
4432 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
4433
|
|
4434 * Deleted w32 build directory since nt build directory now handles
|
|
4435 X and native mswindows builds.
|
|
4436
|
215
|
4437 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
4438
|
227
|
4439 * XEmacs 20.5-beta4 is released.
|
215
|
4440
|
211
|
4441 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
4442
|
|
4443 * info/dir: remove packaged entries.
|
|
4444 From Glynn Clements <glynn@sensei.co.uk>
|
|
4445
|
|
4446 * configure.in: Puke and die if NAS sound is selected without X.
|
|
4447
|
209
|
4448 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
4449
|
227
|
4450 * XEmacs 20.5-beta3 is released.
|
209
|
4451 * XEmacs 20.3-pre2 is released.
|
|
4452
|
|
4453 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
4454
|
|
4455 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
4456
|
|
4457 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
4458
|
|
4459 * Files split from nt to new w32 directory:
|
|
4460 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
4461 xemacs.mak.
|
|
4462
|
442
|
4463 1997-11-05 Didier Verna <didier@xemacs.org>
|
209
|
4464
|
|
4465 * configure.in: Added the --site-prefixes options for the configure
|
384
|
4466 script. You give a colon or space separated list of prefixes, and
|
209
|
4467 subdirectories include/ and lib/ will be added with -I and -L.
|
|
4468
|
4010
|
4469 1997-11-05 Martin Buchholz <martin@xemacs.org>
|
209
|
4470
|
|
4471 * configure.in: AIX + gcc fixes.
|
|
4472 - Don't wrap -B. aixflags changed to start_flags.
|
|
4473
|
|
4474 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
4475
|
|
4476 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
4477 From Skip Montanaro <skip@calendar.com>
|
|
4478
|
|
4479 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4480
|
|
4481 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
4482
|
|
4483 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4484
|
|
4485 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
4486 window's coordinates and dimensions to center the
|
|
4487 dialog box unless its mapped_when_managed property is
|
|
4488 true. This should avoid the top level widget that the
|
|
4489 HAVE_SESSION code creates, which is unmapped and
|
|
4490 useless for this purpose.
|
|
4491
|
|
4492 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
4493
|
|
4494 * XEmacs 20.3-pre1 is released.
|
|
4495
|
207
|
4496 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
4497
|
209
|
4498 * XEmacs 19.16 is released.
|
|
4499
|
|
4500 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
4501
|
227
|
4502 * XEmacs 20.5-beta2 is released.
|
207
|
4503
|
|
4504 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
4505
|
|
4506 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
4507 TIFF(broken) and replace with test for ImageMagick.
|
|
4508
|
|
4509 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
384
|
4510
|
207
|
4511 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
4512 titleForeground and highlightForeground properties.
|
|
4513
|
|
4514 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
4515 highlight colors.
|
|
4516
|
|
4517 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
4518 for the new titleForeground and highlightForeground
|
|
4519 properties.
|
|
4520
|
|
4521 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
4522
|
|
4523 * XEmacs 20.3-beta94 is released.
|
|
4524
|
|
4525 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
4526
|
|
4527 * configure.in: Correct last patch for berkdb.
|
|
4528
|
|
4529 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
4530
|
|
4531 * XEmacs 20.3-beta93 is released.
|
|
4532
|
|
4533 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
4534
|
|
4535 * lib-src/make-path.c:
|
|
4536 * lib-src/digest-doc.c:
|
|
4537 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
4538 * configure.in: Improve AIX configure support
|
|
4539 - NON_GNU_CC defaults to `xlc'
|
384
|
4540 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
207
|
4541 -qmaxmem=20000"
|
|
4542 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
4543 - Detect -li18n for use with Motif
|
|
4544 - Move weird AIX static linking flags from s&m files to configure.in
|
|
4545 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
4546
|
|
4547 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4548
|
|
4549 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
4550 XmRHorizontalDimension in shadowThickness resource
|
|
4551 declaration.
|
|
4552
|
|
4553 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
4554 color as the foreground for selected entries.
|
|
4555
|
|
4556 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
4557 color as the foreground for selected entries.
|
|
4558
|
|
4559 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
4560 height to be minimum of 2x the shadow thickness.
|
|
4561
|
|
4562 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
4563
|
|
4564 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
4565
|
|
4566 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
4567
|
|
4568 * XEmacs 20.3-beta92 is released.
|
|
4569
|
|
4570 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
4571
|
|
4572 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
4573 it already exists (use `make finder' to force rebuild).
|
|
4574
|
|
4575 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
4576
|
424
|
4577 * XEmacs 20.3-beta91 is released.
|
207
|
4578
|
|
4579 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4580
|
|
4581 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
4582
|
|
4583 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4584
|
|
4585 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
4586 and removed backquoted echo statement from the infopath report line.
|
|
4587
|
|
4588 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4589
|
|
4590 * configure.in: Added detection of the declaration of the timezone
|
|
4591 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
4592
|
|
4593
|
|
4594 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4595
|
|
4596 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
4597 of the timezone variable in system headers.
|
|
4598
|
|
4599 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
4600
|
|
4601 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
4602
|
|
4603 * configure.in (all_widgets): Don't allow configuration of
|
|
4604 --with-mule if Mule lisp hasn't been installed.
|
|
4605
|
|
4606 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
4607
|
|
4608 * configure.in: Remove `site-lisp' from list of directories to
|
|
4609 make symbolic links for.
|
|
4610
|
|
4611 * XEmacs 20.3-beta90 is released.
|
|
4612
|
|
4613 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
4614
|
|
4615 * info/dir: Cosmetic changes to info/dir
|
|
4616
|
205
|
4617 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
4618
|
227
|
4619 * XEmacs 20.5-beta1 is released.
|
205
|
4620
|
|
4621 * XEmacs 19.16-pre9 is released.
|
|
4622
|
|
4623 * XEmacs 19.16-pre8 is released.
|
|
4624
|
203
|
4625 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
4626
|
205
|
4627 * XEmacs 20.3-beta28 is released.
|
|
4628
|
203
|
4629 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
4630 (infopath): New shell variable.
|
|
4631 (infopath_user_defined): Ditto.
|
|
4632
|
|
4633 * configure.in (infodir_user_defined): Spelling fixes.
|
|
4634
|
|
4635 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4636
|
|
4637 * configure.in: added options and option help docs for infopath
|
|
4638 and lockdir
|
|
4639 * '' added a line to the report for infopath and lockdir
|
|
4640
|
|
4641 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
4642
|
|
4643 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
4644 DUMPENV.
|
|
4645
|
|
4646 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
4647
|
|
4648 * packages/info/localdir: New directory and file.
|
|
4649
|
|
4650 * packages/README: New directory & file.
|
|
4651
|
|
4652 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
4653
|
|
4654 * Makefile.in: Add `make configure' target
|
|
4655
|
|
4656 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
4657
|
|
4658 * XEmacs 19.16-pre7 is released.
|
|
4659
|
|
4660 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
4661
|
|
4662 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
4663 commands for symlink'ing the system-independent bits into the
|
|
4664 system-dependent directory structure from "install-arch-indep" to
|
|
4665 "install-arch-dep".
|
|
4666
|
|
4667 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4668
|
|
4669 * Makefile.in (blddir): variable from "configure".
|
|
4670 (finder): use it.
|
|
4671
|
|
4672 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
4673
|
|
4674 * Makefile.in (GENERATED_LISP): New variable.
|
|
4675 (all): Force dependency on finder-inf.el.
|
|
4676 (lisp/utils/finder-inf.el): new rule.
|
|
4677
|
|
4678 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4679
|
|
4680 * XEmacs 19.16-pre6 is released.
|
|
4681
|
201
|
4682 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4683
|
|
4684 * XEmacs 20.3-beta27 is released.
|
|
4685
|
|
4686 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
4687
|
|
4688 * Makefile.in (install-arch-indep): When --prefix !=
|
|
4689 --exec-prefix, symlink the system-independent bits into the
|
|
4690 system-dependent directory structure (rather than the other way
|
|
4691 around).
|
|
4692
|
|
4693 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
4694
|
|
4695 * lib-src/etags.c: etags 12.28 + prototypization
|
384
|
4696 * INSTALL: Better document --site-runtime-libraries
|
|
4697 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
201
|
4698 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
4699 left; scrollbar disappears; keyboard inoperative.
|
|
4700 * configure.in: Remove left-over references to *_switch_x_*
|
|
4701 - NAS libaudio is part of $libs_x, not $LIBS
|
|
4702
|
199
|
4703 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
4704
|
|
4705 * XEmacs 20.3-beta26 is released.
|
|
4706
|
197
|
4707 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
4708
|
|
4709 * XEmacs 20.3-beta25 is released.
|
|
4710
|
|
4711 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
4712 future reference.
|
|
4713
|
|
4714 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
4715
|
|
4716 * configure.in (use_union_type): Default to "yes".
|
|
4717
|
|
4718 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4719
|
|
4720 * configure.in: Add tiff autodetection
|
|
4721
|
|
4722 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
4723
|
|
4724 * lwlib/xlwmenu.c: Add bounds checking.
|
|
4725 Check error return on XmStringGetLtoR.
|
|
4726
|
195
|
4727 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
4728
|
|
4729 * XEmacs 20.3-beta24 is released.
|
|
4730
|
|
4731 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4732
|
|
4733 * Makefile.in (custom-loads): New target.
|
|
4734
|
|
4735 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
4736
|
|
4737 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
4738 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4739
|
|
4740 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
4741
|
|
4742 * XEmacs 19.16-pre4 is released.
|
|
4743
|
193
|
4744 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
4745
|
|
4746 * XEmacs 20.3-beta23 is released.
|
|
4747
|
4010
|
4748 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
193
|
4749
|
|
4750 * XEmacs 19.16-pre3 is released.
|
|
4751
|
|
4752 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4753
|
|
4754 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
4755 sequences (needs more testing).
|
384
|
4756 * */Makefile*:
|
193
|
4757 - Cleanup man/*/Makefile for consistency.
|
|
4758 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
4759 - Make combination --with-srcdir + Sun make work properly.
|
384
|
4760 - Change construct: test -d $${dir} || mkdir $${dir}
|
193
|
4761 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
4762 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
4763 re-mappings of Sun function keys.
|
|
4764 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
4765 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
4766
|
191
|
4767 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
4768
|
|
4769 * XEmacs 20.3-beta22 is released.
|
|
4770
|
189
|
4771 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
4772
|
|
4773 * XEmacs 20.3-beta21 is released.
|
|
4774
|
|
4775 * XEmacs 19.16-pre2 is released.
|
|
4776
|
187
|
4777 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
4778
|
|
4779 * XEmacs 20.3-beta20 is released.
|
|
4780
|
|
4781 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4782
|
|
4783 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
4784 - Fix test for $PWD == `pwd`
|
|
4785 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
4786 systems can work. (untested)
|
|
4787
|
|
4788 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
4789 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
4790 being autoloaded - let's make them part of the core.
|
|
4791
|
|
4792 * lisp/x11/x-compose.el:
|
|
4793 * lisp/x11/x-init.el:
|
|
4794 * lisp/x11/x-win-sun.el:
|
|
4795 * lisp/x11/x-winxfree86.el:
|
|
4796 * src/device-x.c:
|
|
4797 * src/event-Xt.c:
|
|
4798 - Yet another rewrite of key handling (not the last, though)
|
|
4799 - x-keysym-on-keyboard-p is much faster.
|
|
4800 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
4801 - x-keysym-hashtable introduced.
|
|
4802 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
384
|
4803 - A better workaround for the bug that some Xlibs generate
|
187
|
4804 Multi_key a adiaeresis when pressing Multi_key a "
|
384
|
4805
|
187
|
4806 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
4807
|
|
4808 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
4809
|
|
4810 XEmacs 19.16-pre1 "Queens" is released.
|
|
4811
|
|
4812 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
4813
|
|
4814 * configure.in: Reverse package-path.
|
|
4815 From Colin Rafferty <craffert@ml.com>
|
|
4816
|
185
|
4817 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
4818
|
|
4819 * XEmacs 20.3-beta19 is released.
|
|
4820
|
|
4821 * Makefile.in (finder): New target.
|
|
4822
|
|
4823 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
4824
|
|
4825 * XEmacs 19.16-beta91 is released.
|
|
4826
|
|
4827 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4828
|
|
4829 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
4830 iso-2022-jp-2 is defined as coding-system.
|
|
4831
|
|
4832 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
4833 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
4834
|
|
4835 (iso-2022-jp-2): New coding system.
|
|
4836
|
|
4837 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4838
|
|
4839 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
4840 jka-compr.el.
|
|
4841
|
|
4842 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
4843
|
|
4844 * XEmacs 19.16-beta90 is released.
|
|
4845
|
183
|
4846 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
4847
|
|
4848 * XEmacs 20.3-beta18 is released.
|
|
4849
|
181
|
4850 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
4851
|
|
4852 * XEmacs 20.3-beta17 is released.
|
|
4853
|
|
4854 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
4855
|
|
4856 * configure.in:
|
|
4857 - use-system-malloc renamed to with-system-malloc.
|
|
4858 - config.el reimplemented for improved accuracy.
|
|
4859 - new variable `blddir' introduced for informational purposes.
|
|
4860 * lib-src/config.values.in: new config.el implementation
|
|
4861 * lib-src/config.values.sh: new config.el implementation
|
384
|
4862 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
181
|
4863 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
4864 * src/chartab.c: maintainability improvements.
|
|
4865 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
4866 coding systems results in extra CR's inserted into file on saving.
|
|
4867
|
|
4868 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
4869
|
|
4870 * configure.in: Crash & burn if db-2 is detected.
|
|
4871 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
4872
|
179
|
4873 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
4874
|
|
4875 * XEmacs 20.3-beta16 is released.
|
|
4876
|
|
4877 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
4878
|
|
4879 * configure.in: --with-x11=no --> --with-xface=no
|
|
4880 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
4881 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
4882 * event-Xt.c: Fix crashes when no input context available.
|
|
4883 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
4884 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
4885 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
4886 NOT_C_CODE
|
|
4887
|
177
|
4888 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
4889
|
|
4890 * XEmacs 20.3-beta15 is released.
|
|
4891
|
|
4892 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
4893
|
|
4894 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
4895 * lwlib/xlwmenu.c: Ditto.
|
|
4896 * lwlib/lwlib-utils.h: Ditto.
|
|
4897
|
|
4898 * configure.in (null_string): Add --use-debug-malloc option.
|
|
4899
|
|
4900 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
4901
|
|
4902 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
4903
|
|
4904 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
4905
|
|
4906 * Makefile.in (install-arch-indep): Create required links when
|
|
4907 prefixdir != execdir.
|
|
4908
|
|
4909 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
4910
|
|
4911 * XEmacs 20.3-beta14 is released.
|
|
4912
|
|
4913 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4914
|
177
|
4915 * src/fns.c (require): Print messages when loading a file as a
|
175
|
4916 result of require.
|
384
|
4917
|
175
|
4918 * configure.in:
|
|
4919 * lisp/utils/config.el:
|
384
|
4920 * lib-src/config.values:
|
175
|
4921 - new file created and installed by building.
|
|
4922 - Allow configuration time values to be queried by the lisp code.
|
|
4923
|
|
4924 * configure.in:
|
|
4925 - check for alloca in libPW on hpux.
|
|
4926 - Redo --with-clash-detection
|
|
4927 - need to check for termios and friends even if with-tty=no.
|
|
4928 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
4929 - better quoting for AIX_SMT_EXP (untested)
|
|
4930 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
4931
|
|
4932 * *.[ch]: more warning elimination
|
|
4933
|
|
4934 * src/input-method*.c:
|
|
4935 * src/s/freebsd.h:
|
|
4936 - remove freebsd ifdefs from C code.
|
|
4937
|
|
4938 * src/specifier.c:
|
|
4939 - fix Fdisplay-table-specifier-p
|
|
4940
|
173
|
4941 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4942
|
|
4943 * XEmacs 20.3-beta13 is released.
|
|
4944
|
|
4945 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
4946
|
|
4947 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4948
|
|
4949 * extents.c (print_extent): Print correctly.
|
384
|
4950
|
173
|
4951 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4952
|
|
4953 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
4954
|
|
4955 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4956
|
|
4957 * *Makefile*: More cleanup.
|
|
4958 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
4959 - Nuke ld_call_shared from s&m files
|
|
4960 - Nuke src/s/*-static.h
|
|
4961 - Nuke Solaris and DEC OSF static build support.
|
|
4962 - Nuke SHORTNAMES
|
|
4963 - Nuke libmld
|
|
4964 - CLASH_DETECTION configurable, off by default.
|
|
4965
|
|
4966 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
4967 safeguarding.
|
|
4968
|
|
4969 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
4970
|
|
4971 * lib-src/etags.c: etags version 12.19.
|
|
4972
|
|
4973 * lisp/x11/x-select.el:
|
|
4974 * src/xselect.c: Try STRING if selection owner couldn't convert
|
384
|
4975 COMPOUND_TEXT.
|
173
|
4976
|
|
4977 * src/*.c: Change defalt to default_, and in general allow
|
|
4978 doc-snarfing functions to recognize and ignore trailing `_'
|
|
4979
|
384
|
4980 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
173
|
4981 convert source code to use them consistently.
|
|
4982
|
171
|
4983 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4984
|
|
4985 * XEmacs 20.3-beta12 is released.
|
|
4986
|
|
4987 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
4988
|
384
|
4989 * configure.in: Set options differently, depending on beta-ness of
|
171
|
4990 build tree.
|
|
4991 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
4992 distclean.
|
|
4993
|
|
4994 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4995
|
|
4996 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
4997 linker.
|
|
4998 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4999
|
|
5000 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
5001
|
|
5002 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
5003
|
|
5004 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
5005
|
|
5006 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
5007 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
5008
|
|
5009 * XEmacs 20.3-beta11 is released.
|
|
5010
|
|
5011 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5012
|
|
5013 * lisp/language/english.el: Add quail-british for British.
|
|
5014
|
|
5015 * lisp/language/european.el: Register input-method for various non
|
|
5016 quail-latin-1 methods.
|
|
5017
|
169
|
5018 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
5019
|
|
5020 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
5021
|
|
5022 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
5023 - Autodetect ulimit.h
|
|
5024 - Remove broken SunOS4 kludge for libXmu
|
|
5025 - Autodetect usleep
|
|
5026
|
|
5027 * src/s/sol2.h: Support gcc on various Solaris releases.
|
384
|
5028
|
169
|
5029 * lib-src/*.c: Ansify prototypes.
|
|
5030
|
|
5031 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
5032
|
|
5033 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
5034 - `make install' now works.
|
|
5035 - dependencies updated.
|
|
5036
|
|
5037 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
5038 - Replace uses of XtVa* with non-varargs variants.
|
|
5039
|
|
5040 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5041
|
|
5042 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
5043 `change-major-mode-hook'.
|
|
5044
|
|
5045 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
5046
|
|
5047 * src/glyphs.c (make_string_from_file): must protect from
|
|
5048 `format-alist'.
|
|
5049
|
|
5050 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
5051
|
|
5052 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
5053 variable.
|
|
5054
|
167
|
5055 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
5056
|
169
|
5057 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
5058 should be `print-libgcc-file-name'
|
|
5059 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
384
|
5060
|
167
|
5061 * XEmacs 20.3-beta10 is released.
|
|
5062
|
|
5063 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5064
|
|
5065 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
5066 GB).
|
|
5067
|
|
5068 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
5069 11643 to be more detailed.
|
|
5070
|
|
5071 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
5072 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
5073 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
5074
|
|
5075 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
5076 detailed.
|
|
5077
|
|
5078 Use BOX DRAWINGS characters of JIS X0208.
|
|
5079
|
|
5080 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5081
|
|
5082 * lisp/apel/richtext.el: Add autoload comments for
|
|
5083 `richtext-encode' and `richtext-decode'.
|
|
5084
|
|
5085 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
5086
|
|
5087 * lisp/tl/chartblxmas.el: New file.
|
|
5088
|
|
5089 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
5090 table" for MULE menu.
|
|
5091
|
|
5092 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
5093
|
|
5094 * lisp/tl/char-table.el (view-charset): New command.
|
|
5095
|
|
5096 * lisp/tl/char-table.el: Rename some functions.
|
|
5097
|
|
5098 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
5099 `hexl-mode-exit-hook'.
|
|
5100
|
|
5101 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
5102 support" and "Set language environment" of mule menu.
|
|
5103
|
|
5104 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
5105 `add-path', `add-latest-path', `get-latest-path',
|
|
5106 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
5107 variable `exec-suffix-list'.
|
|
5108
|
|
5109 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
5110 image/png and image/x-xpm.
|
|
5111
|
|
5112 * lisp/modes/image-mode.el: New file.
|
|
5113
|
|
5114 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5115
|
|
5116 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
5117 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
5118
|
|
5119 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
5120
|
165
|
5121 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
5122
|
|
5123 * XEmacs 20.3-beta9 is released.
|
|
5124
|
|
5125 * Makefile.in (dist): Make `make dist' work for me.
|
|
5126
|
|
5127 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
5128
|
|
5129 * configure.in:
|
|
5130 - Change "t" to tabs in sed commands
|
|
5131 - Add /g to sed substitition commands when appropriate
|
|
5132 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
5133 - Make version variables into Lisp_Objects.
|
|
5134
|
|
5135 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
5136
|
|
5137 * src/config.h.in:
|
|
5138 * configure.in:
|
|
5139 - Autodetect X defines using xmkmf.
|
|
5140 - Compute rpath on *bsd* systems as well.
|
|
5141 - rewrite PRINT_VAR m4 macro.
|
|
5142 - detect sizes of void* and long long for future use by unex*.c
|
|
5143 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
5144
|
|
5145 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5146
|
|
5147 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
5148
|
|
5149 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
5150 `mh-folder-coding-system'.
|
|
5151
|
|
5152 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5153
|
|
5154 * lisp/language/ethio-util.el: imported from
|
|
5155 Emacs/mule-19.34.94-zeta.
|
|
5156
|
|
5157 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
5158 repair Arabic characters.
|
|
5159
|
|
5160 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5161
|
|
5162 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
5163
|
|
5164 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
5165 language environment" of Mule menu.
|
|
5166
|
|
5167 * lisp/language/visual-mode.el: moved from mule/.
|
|
5168
|
|
5169 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
5170
|
|
5171 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
5172 problem of setting for `language-info-alist' about koi8-r.
|
|
5173
|
|
5174 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
5175
|
|
5176 * lisp/mule/mule-util.el: New file (imported from
|
|
5177 Emacs/mule-19.34.94-zeta).
|
|
5178
|
|
5179 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
5180 moved to mule-util.el.
|
|
5181
|
|
5182 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
5183 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
5184 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
5185 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
5186 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
5187
|
|
5188 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
5189 emulate Emacs/mule-19.34.94-zeta function.
|
|
5190
|
|
5191 * lisp/mule/mule-cmds.el: modified to sync with
|
|
5192 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
5193
|
|
5194 (set-language-info): Add to "Describe Language Support" and "Set
|
|
5195 Language Environment" menu.
|
|
5196
|
|
5197 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
5198 `decompose-region' were moved to mule-util.el.
|
|
5199
|
|
5200 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
5201 Emacs/mule in ETL.
|
|
5202
|
|
5203 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
5204
|
|
5205 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
5206
|
163
|
5207 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
5208
|
165
|
5209 * Makefile.in: Missing FRC.info.
|
|
5210 (install-arch-dep): Add missing backslash.
|
|
5211 From Glynn Clements <glynn@sensei.co.uk>
|
|
5212
|
163
|
5213 * XEmacs 20.3-beta8 is released.
|
|
5214
|
4010
|
5215 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
163
|
5216
|
|
5217 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
5218 lwlib/lwlib.c: Make 64 bit clean.
|
384
|
5219
|
163
|
5220 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
5221
|
|
5222 * configure.in:
|
|
5223 - Autodetect X defines using xmkmf.
|
|
5224 - Compute rpath on *bsd* systems as well.
|
|
5225 - rewrite PRINT_VAR m4 macro.
|
|
5226 - detect sizes of void* and long long for future use by unex*.c
|
|
5227
|
|
5228 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
5229
|
|
5230 * */Makefile.in.in: Another rewrite
|
|
5231 Make makefiles immune from being mangled by various cpp
|
384
|
5232 implementations by quoting non-preprocessor directive lines.
|
163
|
5233 - random cleanup
|
|
5234 - Use $(RM) and $(pwd) macros consistently
|
|
5235 - Add dependencies for balloon-help source files
|
|
5236 - Use getcwd by default instead of getwd.
|
|
5237 * lwlib/config.h: Now includes src/config.h
|
|
5238 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
5239 * lib-src/*.c: Fix compiler warnings
|
|
5240 * lisp/version.el:
|
|
5241 - Put version information in version.sh instead of version.el
|
|
5242
|
|
5243 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5244
|
|
5245 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
5246 -I/usr/local/include.
|
|
5247
|
161
|
5248 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
5249
|
|
5250 * XEmacs 20.3-beta7 is released.
|
|
5251
|
|
5252 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5253
|
|
5254 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
5255 regexp for horizontal smiley faces.
|
|
5256 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
5257
|
|
5258 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
5259 `string-to-vector' for XEmacs.
|
|
5260
|
|
5261 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
5262
|
|
5263 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
5264 previously commented out and normalized everything vis a vis
|
|
5265 'backspace and 'delete keysyms.
|
|
5266 * lisp/packages/*.el: Normalized all the "\177" bindings
|
384
|
5267 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
161
|
5268 which is a "smart" version of the cperl-electric-backspace
|
|
5269 function (it honors the desired delete direction). Bound it to
|
|
5270 'delete and the electric-backspace to 'backspace.
|
384
|
5271 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
161
|
5272 cperl-electric-delete to the 'supersede list.
|
|
5273
|
159
|
5274 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
5275
|
|
5276 * XEmacs 20.3-b6 is released.
|
|
5277
|
|
5278 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
5279 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
5280
|
|
5281 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
5282
|
384
|
5283 * src/Makefile.in:
|
|
5284 * lwlib/Makefile.in:
|
|
5285 * lib-src/Makefile.in:
|
159
|
5286 * Makefile.in: More Makefile cleanup
|
|
5287 - add .PHONY targets where necessary
|
|
5288 - remove most builtin rules using .SUFFIXES
|
|
5289 - -lXau only gets used for linking gnuserv binaries
|
|
5290 - No VPATH for root Makefile
|
|
5291 - remove gcc v1 support
|
384
|
5292 * configure.in:
|
159
|
5293 - A new test to autodetect need to define NARROWPROTO,
|
|
5294 needed by XFree86
|
|
5295 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
5296 - Immediately exit if SIZEOF_* tests fail.
|
|
5297 - Check for libPW
|
|
5298 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
5299 are in sync.
|
384
|
5300 * src/s/linux.h:
|
159
|
5301 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
5302
|
|
5303 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
5304
|
|
5305 * lib-src/pop.c: Correct incantation for pop.h.
|
|
5306 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5307
|
|
5308 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5309
|
|
5310 * configure.in (beta): Correct test looking for Beta number.
|
|
5311
|
|
5312 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5313
|
|
5314 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
5315 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
5316 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
5317 mule/ipa-hooks.el was deleted.
|
|
5318
|
|
5319 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5320
|
|
5321 * Use lisp/mule/language/thai-util.el instead of
|
|
5322 lisp/mule/thai.el.
|
|
5323
|
|
5324 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
5325
|
|
5326 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
5327 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
5328
|
|
5329 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
5330
|
|
5331 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5332
|
|
5333 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
5334 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
5335 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
5336 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
5337 instead of lisp/mule/chinese-hooks.el,
|
|
5338 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
5339 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
5340 lisp/mule/korean-hooks.el.
|
|
5341
|
|
5342 * lisp/mule/language/*.el was imported from
|
|
5343 Emacs/mule-19.34.94-zeta.
|
|
5344
|
|
5345 * Use lisp/mule/language/china-util.el instead of
|
|
5346 lisp/mule/chinese.el.
|
|
5347
|
|
5348 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5349
|
|
5350 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
5351 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
5352 were defined as coding-system.
|
|
5353
|
|
5354 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5355
|
|
5356 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
5357 smiley faces.
|
|
5358
|
163
|
5359 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
384
|
5360
|
163
|
5361 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
5362 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
5363
|
|
5364 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5365
|
|
5366 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
5367 the `backward-or-forward-foo' functions.
|
|
5368 * lisp/prim/simple.el:
|
|
5369 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
5370 - Removed `backspace-or-delete-hook'
|
|
5371 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
5372 - Added functions: `backward-or-forward-kill-word'
|
|
5373 `backward-or-forward-kill-sentence'
|
|
5374 `backward-or-forward-kill-sexp'
|
|
5375 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
5376 began playing nicely with pending-del.
|
|
5377 * lisp/modes/cc-mode.el:
|
|
5378 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
5379 to use the new names.
|
384
|
5380
|
157
|
5381 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
5382
|
|
5383 * XEmacs 20.3-b5 is released.
|
|
5384
|
155
|
5385 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
5386
|
|
5387 * XEmacs 20.3-b4 is released.
|
|
5388
|
|
5389 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
5390
|
|
5391 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
5392 with new Autoconf 2 mechanisms.
|
|
5393 * src/syswait.h:
|
|
5394 * src/sysdep.c:
|
|
5395 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
5396
|
|
5397 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
5398 old cruft that can be obtained from system header files.
|
|
5399 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
384
|
5400
|
|
5401 * lib-src/b2m.c:
|
|
5402 * src/gifalloc.c:
|
|
5403 * lib-src/gnuslib.c:
|
|
5404 * lib-src/profile.c:
|
155
|
5405 * lib-src/movemail.c: Fix compiler warnings
|
384
|
5406
|
155
|
5407 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
5408 - Fix up compile flags for new etags version
|
|
5409
|
384
|
5410 * man/xemacs/programs.texi:
|
155
|
5411 * lib-src/etags.c: Upgraded to etags 12.11
|
|
5412
|
|
5413 * src/config.h.in: Fix inline keyword support
|
384
|
5414
|
|
5415 * configure.in: Use a different mechanism for removing extra white
|
155
|
5416 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
5417 - new M4 macro XE_SPACE(var, words...)
|
|
5418 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
5419 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
5420 linking with losing Xpm implementations
|
|
5421 - Check for correct wnn4 lib symbols
|
|
5422 - Only link with inline.o when using gcc
|
|
5423 - Support inline keywords inline, __inline, __inline__
|
|
5424 - Ultrix now implies have_mmap=no
|
|
5425 - Sun sound in non-standard dirs now works
|
|
5426 - --native-sound-lib no longer ignored on HP & SGI
|
|
5427 - gpm configure tests moved after curses configure tests
|
163
|
5428
|
|
5429 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5430
|
384
|
5431 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
163
|
5432 desired delete direction in both normal and "hungry" modes.
|
384
|
5433 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
5434 honor the desired delete direction.
|
384
|
5435
|
155
|
5436 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
5437
|
|
5438 * configure.in: Automagically compute -R path for gcc
|
|
5439
|
163
|
5440 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5441
|
|
5442 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
5443 `vm-scroll-down'
|
384
|
5444
|
155
|
5445 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5446
|
|
5447 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
5448
|
|
5449 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
5450
|
|
5451 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
5452 Becker's replacement, hacked somewhat.
|
|
5453
|
163
|
5454 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
5455
|
|
5456 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
5457 `backspace-or-delete-hook'
|
|
5458 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
5459 delete function.
|
|
5460 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
5461 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
5462 delete bindings.
|
384
|
5463 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
5464 use new delete bindings.
|
384
|
5465
|
155
|
5466 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5467
|
|
5468 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
5469
|
|
5470 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
5471 x11/x-menubar.el.
|
|
5472
|
|
5473 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5474
|
|
5475 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
5476 overlay.el.
|
|
5477
|
|
5478 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5479
|
|
5480 * lisp/leim/quail.el: to sync with quail.el of
|
|
5481 Emacs-19.34.94-zeta.
|
|
5482
|
|
5483 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
5484 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
5485 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
5486 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
5487 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
5488 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
5489 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
5490 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
5491 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
5492 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
5493 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
5494 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
5495 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
5496 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
5497 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
5498 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
5499 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
5500 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
5501 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
5502
|
|
5503 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5504
|
|
5505 * mule/korean.el was abolished because it seems not to be used.
|
|
5506
|
|
5507 * mule/japanese.el was abolished because it seems not to be used.
|
|
5508
|
|
5509 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5510
|
|
5511 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
5512 Gnus 5.4.
|
|
5513
|
|
5514 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
5515
|
|
5516 * lisp/tm/tm-view.el: updated to 7.83.
|
|
5517
|
|
5518 * lisp/leim/quail.el: modified for XEmacs.
|
|
5519
|
|
5520 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
5521 mule-process.el because it is not used.
|
|
5522
|
|
5523 * lisp/mule/european.el was abolished because it seems not to be
|
|
5524 used.
|
|
5525
|
|
5526 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
5527 language-environment.
|
|
5528
|
|
5529 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
5530
|
|
5531 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
5532 `toggle-input-method'.
|
|
5533
|
|
5534 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
5535 to mule-cmds.el).
|
|
5536
|
|
5537 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
5538 from mule-init.el).
|
|
5539
|
|
5540 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
5541
|
|
5542 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
5543
|
|
5544 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
5545
|
|
5546 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5547
|
|
5548 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
5549 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
5550
|
|
5551 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
5552
|
|
5553 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
5554
|
|
5555 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
5556 19.34.94-epsilon).
|
|
5557
|
|
5558 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
5559 XEmacs can not compile it.
|
|
5560
|
|
5561 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
5562 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
5563 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
5564 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
5565 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
5566 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
5567 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
5568 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
5569 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
5570 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
5571 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
5572 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
5573 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
5574 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
5575 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
5576 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
5577 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
5578 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
5579 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
5580 elisp files; old lisp/quail was abolished.
|
|
5581
|
|
5582 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
5583
|
|
5584 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
5585 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
5586 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
5587
|
|
5588 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
5589 from Emacs-19.34.94-epsilon.
|
|
5590
|
153
|
5591 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
5592
|
|
5593 * XEmacs 20.3-beta3 is released.
|
|
5594
|
|
5595 * INSTALL: Delete documentation of mocklisp support.
|
|
5596
|
|
5597 * configure.in: Delete mocklisp support.
|
|
5598
|
|
5599 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
5600
|
|
5601 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
5602 Becker's replacement, hacked somewhat.
|
|
5603
|
|
5604 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
5605
|
|
5606 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
5607
|
|
5608 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
5609
|
|
5610 * configure.in: Juggle link order of X libraries.
|
|
5611 Add support for using zsh to run configure.
|
|
5612 Document --with-tty=no.
|
|
5613 Fix -no-recursion option.
|
|
5614 Recognize and ignore --cache-file option.
|
|
5615 Recognize null values for preprocessor symbols converted to shell
|
|
5616 variables. This maybe fixes the "-ltermcap" problem.
|
|
5617 Remove spurious blanks from various SUBST-ituted variables.
|
|
5618 Fix conditional creation of gdbinit.
|
|
5619 Conditionally create .sbinit for Sunpro C.
|
|
5620
|
151
|
5621 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
5622
|
|
5623 * XEmacs 20.3-beta2 is released.
|
|
5624
|
|
5625 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5626
|
|
5627 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
5628 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
5629 extra-verbose now default on beta builds.
|
|
5630 extra-verbose now much more verbose.
|
|
5631 Don't set libs_termcap to " ".
|
|
5632 Detect -lXm AFTER detecting -lXpm.
|
|
5633 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
5634 depend on it.
|
|
5635 with-xim=motif only default on Solaris.
|
|
5636 realpath moved from s&m to configure.in.
|
384
|
5637 xemacs-version.h removed. main_1 now contains $canonical as well,
|
151
|
5638 for even more useful backtraces.
|
|
5639 termcap handling rewritten.
|
|
5640 Create .sbinit for Sun's source browser.
|
|
5641 Warn user if no XPM support present.
|
|
5642 Warn user if compiling in error checking.
|
|
5643
|
384
|
5644 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
151
|
5645 dynodump. Remove core when cleaning. Remove config.log.
|
|
5646 make distclean now functional.
|
|
5647
|
|
5648 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5649
|
|
5650 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
5651
|
|
5652 * Makefile.in (distclean): Remve config.log.
|
|
5653 remove broken dynodump stuffs.
|
|
5654
|
149
|
5655 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5656
|
|
5657 * XEmacs 20.3-b1 is released.
|
|
5658
|
|
5659 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5660
|
|
5661 * info/dir (Packages): Update minor version number.
|
|
5662
|
|
5663 * README: Update minor version number.
|
|
5664
|
146
|
5665 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5666
|
|
5667 * XEmacs-20.2 is released.
|
|
5668
|
144
|
5669 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5670
|
|
5671 * XEmacs 20.2-b6 is released.
|
|
5672
|
142
|
5673 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5674
|
|
5675 * XEmacs 20.2-b5 is released.
|
|
5676
|
140
|
5677 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5678
|
|
5679 * XEmacs 20.2-b4 is released.
|
|
5680
|
|
5681 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5682
|
|
5683 * configure.in (--with-xim): Don't default it to Motif since it
|
|
5684 causes crashes at startup on some systems.
|
|
5685
|
138
|
5686 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5687
|
|
5688 * XEmacs 20.2-b3 is released.
|
|
5689
|
136
|
5690 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5691
|
|
5692 * XEmacs 20.2-b2 is released.
|
|
5693
|
|
5694 * configure.in (beta): OPENWINHOME misspelled.
|
|
5695
|
134
|
5696 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5697
|
|
5698 * XEmacs 20.2-b1 is released.
|
|
5699
|
|
5700 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5701
|
|
5702 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
5703 uname.
|
|
5704
|
131
|
5705 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5706
|
|
5707 * XEmacs 20.1 is re-released.
|
|
5708
|
126
|
5709 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5710
|
|
5711 * XEmacs 20.1 is released.
|
|
5712
|
124
|
5713 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5714
|
|
5715 * XEmacs 20.1-b15 is released.
|
|
5716
|
|
5717 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
5718 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
5719 1) changing it into sections -- there is now a section for building,
|
|
5720 running and compatibility problems
|
|
5721
|
|
5722 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
5723 to Emacs 18, etc. --> size is off by 20K
|
|
5724
|
|
5725 3) Rearranging the entries by relevance. I have tried to put the most
|
|
5726 relevant entries in front.
|
384
|
5727
|
122
|
5728 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5729
|
|
5730 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
5731
|
120
|
5732 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5733
|
|
5734 * XEmacs 20.1-b12 is released.
|
|
5735
|
|
5736 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
5737
|
|
5738 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
5739 Hesiod options.
|
|
5740
|
118
|
5741 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5742
|
|
5743 * XEmacs 20.1-b11 is released.
|
|
5744
|
|
5745 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5746
|
384
|
5747 * Makefile.in (install-only): New target. Functionality suggested
|
118
|
5748 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
5749 Thompson.
|
|
5750
|
|
5751 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
5752 Zawinski for SGI cc and Irix 6.
|
|
5753
|
|
5754 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5755
|
|
5756 * configure.in: Add configuration parameters for Emacs 19.34
|
|
5757 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
5758
|
|
5759 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5760
|
|
5761 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
5762 mispatch.
|
|
5763
|
116
|
5764 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5765
|
|
5766 * XEmacs 20.1-b10 is released.
|
|
5767
|
|
5768 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5769
|
|
5770 * Remove vms top-level directory.
|
384
|
5771
|
116
|
5772 * XEmacs 19.15 final released to beta testers.
|
|
5773
|
|
5774 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5775
|
|
5776 * XEmacs 19.15 prefinal released to beta testers.
|
|
5777
|
|
5778 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5779
|
|
5780 * configure.in (--debug): Correct documentation.
|
|
5781
|
|
5782 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5783
|
|
5784 * XEmacs 19.15-b104 is released.
|
|
5785
|
|
5786 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5787
|
|
5788 * configure.in (beta): Add configure support for the -rpath flag
|
|
5789 for IRIX analogous to the Solaris "-R".
|
|
5790
|
|
5791 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5792
|
|
5793 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
5794
|
|
5795 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
5796
|
424
|
5797 * configure.in: Echo only current configuration using 'tee -a'.
|
116
|
5798
|
114
|
5799 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5800
|
|
5801 * XEmacs-19.15-b103 is released.
|
|
5802 * XEmacs-20.0-b9 is released.
|
|
5803
|
|
5804 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
5805 rule.
|
|
5806
|
|
5807 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5808
|
|
5809 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
5810 update-autoloads.sh.
|
|
5811
|
|
5812 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5813
|
|
5814 * XEmacs-19.15-b102 is released.
|
|
5815
|
|
5816 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5817
|
|
5818 * XEmacs-19.15-b101 is released.
|
|
5819
|
112
|
5820 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5821
|
|
5822 * XEmacs-20.1-b8 is released.
|
|
5823 * XEmacs-19.15-b100 is released.
|
|
5824
|
110
|
5825 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5826
|
112
|
5827 * XEmacs-20.1-b7 is released.
|
|
5828 * XEmacs-19.15-b99 is released.
|
|
5829
|
110
|
5830 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5831
|
|
5832 * configure.in: Add sunos4-1-4 header files.
|
|
5833
|
|
5834 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5835
|
|
5836 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
5837
|
108
|
5838 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5839
|
|
5840 * XEmacs-20.1-b6 is released.
|
|
5841 * XEmacs-19.15-b98 is released.
|
|
5842
|
|
5843 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5844
|
|
5845 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
5846 (gzip-el): New targe for compressed installed lisp sources.
|
|
5847
|
|
5848 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5849
|
|
5850 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
5851 but before anything else. More flexible about finding an xemacs
|
|
5852 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
5853
|
106
|
5854 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5855
|
|
5856 * XEmacs 20.1-b5 is released.
|
|
5857
|
104
|
5858 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5859
|
|
5860 * XEmacs 20.1-b4 is released.
|
|
5861
|
|
5862 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5863
|
|
5864 * Makefile.in (distclean): Correct typos.
|
|
5865
|
|
5866 * XEmacs 19.15-b96 is released.
|
|
5867
|
|
5868 * configure.in: Symlink site-lisp when using --srcdir.
|
|
5869 Add special handling of lisp directory to allow for multiple
|
|
5870 site-packages files.
|
|
5871
|
|
5872 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5873
|
|
5874 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
5875 when they don't exist (after being pruned by CVS).
|
|
5876
|
102
|
5877 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5878
|
|
5879 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
5880 distribution.
|
|
5881
|
|
5882 * XEmacs 20.1-b3 is released.
|
|
5883
|
100
|
5884 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5885
|
|
5886 * XEmacs 20.1-b2 is released.
|
|
5887
|
|
5888 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5889
|
|
5890 * XEmacs 19-15-b'95 is released.
|
|
5891
|
102
|
5892 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5893
|
|
5894 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
5895 - "knob" renamed to "slider"
|
|
5896 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
5897 pixel was.
|
|
5898 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
5899 - goobers on top of up-arrow removed.
|
|
5900 - up-arrow would not always be redrawn when necessary
|
|
5901 - slider drag would be `off' by size of up-arrow
|
|
5902 - horizontal and vertical scrollbars didn't use exactly the same
|
|
5903 dimensions.
|
|
5904 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
5905 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
5906
|
100
|
5907 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5908
|
|
5909 * configure.in (with_xauth): Attempted correction of test for
|
|
5910 libXmu on SunOS.
|
|
5911
|
98
|
5912 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5913
|
|
5914 * XEmacs 20.1-b1 is released.
|
|
5915 * XEmacs 19.15-b94 is released.
|
|
5916
|
|
5917 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5918
|
|
5919 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
5920
|
|
5921 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5922
|
|
5923 * XEmacs 19.15-b93 is released.
|
|
5924 XEmacs 20.0 is released to the 'net.
|
|
5925
|
96
|
5926 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5927
|
|
5928 * XEmacs 20.0try3 is released.
|
|
5929
|
94
|
5930 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5931
|
96
|
5932 * XEmacs 20.0try2 is released.
|
94
|
5933
|
96
|
5934 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
5935
|
|
5936 * XEmacs 19.15-b92 is released.
|
|
5937
|
88
|
5938 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5939
|
96
|
5940 * XEmacs 20.0try1 is released.
|
94
|
5941 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
5942
|
|
5943 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5944
|
|
5945 * PROBLEMS: Updated from beta test bug reports.
|
|
5946 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
5947
|
|
5948 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5949
|
|
5950 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
5951
|
84
|
5952 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5953
|
|
5954 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
5955
|
|
5956 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5957
|
|
5958 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
5959 char and pointer.
|
|
5960
|
|
5961 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5962
|
|
5963 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
5964
|
82
|
5965 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5966 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
5967
|
|
5968 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
5969 type.
|
|
5970
|
|
5971 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
5972 borderwidth.
|
|
5973 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
5974 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
5975 bottom of the buffer. :-(
|
|
5976
|
|
5977 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
5978
|
|
5979 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
5980 configurations that use both Motif and Athena.
|
|
5981
|
|
5982 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5983
|
|
5984 * info/dir (Gnus): Updated spelling and info.
|
|
5985
|
|
5986 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5987
|
|
5988 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
5989
|
|
5990 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5991
|
|
5992 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
5993 warnings for ccl-read-*
|
|
5994
|
80
|
5995 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
5996
|
80
|
5997 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
5998 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
384
|
5999
|
80
|
6000 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6001
|
|
6002 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
6003
|
78
|
6004 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6005 * XEmacs 20.0 beta 34 is released.
|
|
6006 * XEmacs 19.15 beta 7 is released.
|
|
6007
|
177
|
6008 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
6009
|
|
6010 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
6011
|
80
|
6012 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
6013
|
384
|
6014 * src/emacs.c: Make sure
|
|
6015 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
80
|
6016 works properly
|
|
6017
|
|
6018 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
6019 competitor to Purify.
|
|
6020
|
|
6021 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
6022 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
6023
|
|
6024 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
6025
|
|
6026 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
6027
|
|
6028 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
6029
|
|
6030 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
6031 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
6032 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
6033 Errors during autoload generation are just that - errors.
|
384
|
6034
|
80
|
6035 Generated autoloads are now in a separate file of their own.
|
384
|
6036
|
80
|
6037 Reliability of autoload generation greatly increased.
|
384
|
6038
|
80
|
6039 Distribution smaller by about 100k.
|
384
|
6040
|
80
|
6041 `make autoloads' is still the preferred mechanism for update.
|
384
|
6042
|
80
|
6043 Autoloads are always regenerated completely from scratch. This
|
|
6044 avoids errors with obsolete or corrupted autoload entries.
|
|
6045
|
|
6046 Caching of autoload entries using timestamps has been eliminated.
|
384
|
6047
|
80
|
6048 Files that have no autoloads no longer have a comment placed into
|
|
6049 the generated autoloads file.
|
|
6050
|
|
6051 There was a bug where autoload entries would sometimes end up
|
|
6052 being inserted into the *middle* of other autoload entries,
|
|
6053 thereby corrupting them.
|
|
6054
|
|
6055 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
6056
|
|
6057 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
6058
|
|
6059 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
6060 doesn't use the autoload facility to load `autoload';
|
|
6061 load it explicity instead.
|
|
6062
|
|
6063 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
6064
|
|
6065 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
6066
|
|
6067 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
6068
|
|
6069 * src/mule-charset.c: Use lower case for charset registry, to
|
|
6070 match XLFD.
|
|
6071
|
|
6072 * Makefile.in: replace list of info files with *.info* - one less
|
|
6073 maintenance headache
|
|
6074
|
|
6075 * man/oo-browser.texi: Fix TeXability
|
|
6076
|
|
6077 * man/hyperbole.texi: Fix TeXability
|
|
6078
|
|
6079 * man/vhdl-mode.texi: Fix TeXability
|
|
6080
|
|
6081 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
6082 `make autoloads' should finally work.
|
|
6083
|
|
6084 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
6085
|
|
6086 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
6087
|
|
6088 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
6089 `special' directories without using the Makefiles
|
|
6090 designed for that purpose.
|
|
6091 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
6092
|
|
6093 * info/dir (Packages): Add Japanese TM info files
|
|
6094
|
|
6095 * src/inline.c: Allow compilation with `gcc -g'
|
|
6096
|
|
6097 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
6098
|
|
6099 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
6100 that various tools can recognize the filename as such.
|
|
6101
|
|
6102 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
384
|
6103 --with-xim=xlib and key event on window frame.
|
80
|
6104 Change return foo to return (foo) when return is a macro.
|
|
6105
|
|
6106 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
6107
|
|
6108 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
6109 This Makefile is no longer officially broken.
|
|
6110
|
|
6111 * info/dir: Add Japanese tm documents.
|
|
6112
|
|
6113 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
6114
|
|
6115 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
6116 xargs -i flag.
|
|
6117
|
|
6118 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
6119 the `binary' coding system is used for .gz and .Z extensions.
|
|
6120
|
|
6121 * man/viper.texi: Viper version 2.90
|
|
6122
|
|
6123 * man/ediff.texi: Ediff Version 2.62
|
|
6124
|
|
6125 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
6126 define-key, for compatibility with loaddefs.el
|
|
6127
|
|
6128 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
6129
|
|
6130 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
6131
|
|
6132 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
6133 files in dirs that have their own Makefiles.
|
|
6134
|
78
|
6135 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
6136
|
|
6137 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
6138
|
|
6139 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
6140
|
|
6141 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
6142 installation.
|
|
6143
|
|
6144 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
6145
|
|
6146 * XEmacs 20.0 beta 33 is released.
|
|
6147 * XEmacs 19.15 beta 6 is released.
|
|
6148
|
76
|
6149 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
6150
|
|
6151 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
6152 pages.
|
|
6153
|
|
6154 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
6155 * XEmacs 20.0-b32 released.
|
|
6156
|
|
6157 * XEmacs 19.15-b5 released.
|
|
6158
|
74
|
6159 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
6160
|
|
6161 * configure.in: Reformat. Fix shared include file rename
|
|
6162 problem.
|
|
6163
|
|
6164 * configure: Reformat. Fix shared include file rename problem.
|
|
6165
|
|
6166 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
6167
|
|
6168 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
6169
|
|
6170 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
6171 default.
|
|
6172
|
|
6173 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
6174
|
|
6175 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
6176
|
72
|
6177 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
6178
|
|
6179 * info/vhdl-mode.info: New file.
|
|
6180
|
|
6181 * info/dir (Packages): Add vhdl-mode documentation.
|
|
6182
|
|
6183 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
6184
|
|
6185 * configure: Make shared/dynamic flags work much more logically.
|
|
6186
|
|
6187 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
6188
|
|
6189 * configure.in (machine): Patch to make newly renamed shared
|
|
6190 link include files work.
|
|
6191
|
|
6192 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
6193
|
|
6194 * configure.in: Configure for POSIX getcwd if available.
|
|
6195
|
|
6196 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
6197
|
|
6198 * configure.in (LIBS): Fix typo in dialog box test.
|