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