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