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