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