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