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