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