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