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