369
|
1 2001-01-27 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.1.14 is released
|
|
4
|
|
5 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
6
|
|
7 * ./etc/PACKAGES: Doc fix.
|
|
8
|
|
9 * README.packages: Doc fix.
|
|
10
|
|
11 2001-01-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
12
|
|
13 * xemacs-faq.texi (Q3.5.12): New FAQ. XEmacs bitches about xmodmap.
|
|
14
|
|
15 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
16
|
|
17 * etc/PACKAGES: Sync with 21.2 version, because everyone uses the
|
|
18 same packages.
|
|
19
|
|
20 * README.packages: Ditto.
|
|
21
|
|
22 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
23
|
|
24 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
|
|
25
|
|
26 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
27
|
|
28 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
|
|
29
|
|
30 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
31
|
|
32 * PROBLEMS: Document MIPSpro ICE problem workaround.
|
|
33
|
|
34 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
35
|
|
36 Pty fixes for HP-UX and AIX and BSD and SunOS4 backported from 21.2.
|
|
37 Makes ``M-x shell; sleep 1000; Signals->Send KILL'' work.
|
|
38 (See src/ChangeLog for more detail.)
|
|
39
|
|
40 * configure.in: Detect killpg.
|
|
41
|
367
|
42 2001-01-07 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
43
|
|
44 * XEmacs 21.1.13 is released
|
|
45
|
|
46 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
47
|
|
48 * PROBLEMS (Running/Linux): Mandrake, use Alt for M-, color-gcc.
|
|
49
|
|
50 1999-11-17 Isaac Hollander <ysh@mindspring.com>
|
|
51
|
|
52 * Makefile.in: add and use TAR macro. Sometimes tar only copies
|
|
53 symlinks instead of the actual files
|
|
54
|
|
55 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
56
|
|
57 * configure.in: Handle alloca with Compaq C on Alpha Linux.
|
|
58
|
|
59 2000-11-19 Vin Shelton <acs@xemacs.org>
|
|
60
|
|
61 * ChangeLog, etc/xemacs-ja.1, etc/xemacs.1,
|
|
62 info/xemacs-faq.info-1, info/xemacs-faq.info-3, lib-src/etags.c,
|
|
63 lib-src/ootags.c, lisp/ChangeLog.1, man/xemacs-faq.texi:
|
|
64 Changed mly@adoc.xerox.com to Mly@POBox.COM.
|
|
65
|
|
66 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
67
|
|
68 * README.packages: Add "uninstalled package" FAQ.
|
|
69
|
|
70 * etc/PACKAGES: Add details on os-utils contents.
|
|
71
|
|
72 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
73
|
|
74 * frame.c (next_frame_internal):
|
|
75 We've passed a frame if we've passed its device.
|
|
76 Fixes this crash:
|
|
77 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
78 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
79
|
|
80 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
81
|
|
82 * find-paths.el (paths-decode-directory-path): Trivial typo fix.
|
|
83 * simple.el (display-warning-suppressed-classes): Ditto.
|
|
84
|
|
85 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
86
|
|
87 * etc/Emacs.ad (Fonts.): Fix typo and clarify.
|
|
88
|
|
89 2000-08-22 SL Baur <steve@turbolinux.co.jp>
|
|
90
|
|
91 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
|
|
92 to link path if compiling on Alpha/Linux.
|
|
93
|
|
94 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
95
|
|
96 * configure.in: Make Balloon Help conditional on finding shape.h
|
|
97
|
365
|
98 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
99
|
|
100 * XEmacs 21.1.12 is released
|
|
101
|
|
102 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
103 * etc/Emacs.ad: Document usage of FontSet resource for menubar.
|
|
104
|
|
105 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
106
|
|
107 * configure.in: Check for NAS_BIG_ENDIAN in <audio/fileutil.h>.
|
|
108
|
|
109 2000-07-29 Vin Shelton <acs@xemacs.org>
|
|
110
|
|
111 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
|
|
112 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
|
|
113
|
363
|
114 2000-07-17 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
115
|
|
116 * XEmacs 21.1.11 is released
|
|
117
|
|
118 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
119
|
|
120 * configure.in: Recognize s390.
|
|
121
|
|
122 * config.guess: Recognize ia64 and s390.
|
|
123 * config.sub: Likewise.
|
|
124
|
|
125 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
126
|
|
127 * configure.in: Rewrite xmkmf symbol detection to avoid
|
|
128 redefinition of symbols we've already defined.
|
|
129 Also, handle xmkmf symbols with values other than 1.
|
|
130
|
|
131 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
|
|
132
|
|
133 * PROBLEMS: Document broken native audio for recent patches and
|
|
134 releases of HP-UX.
|
|
135
|
361
|
136 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
137
|
|
138 * XEmacs 21.1.10 is released
|
|
139
|
|
140 2000-03-03 Martin Buchholz <martin@xemacs.org>
|
|
141
|
|
142 * configure.in: Unconditionally define SHELL, to allow working
|
|
143 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
|
|
144
|
|
145 2000-03-03 Oscar Figueiredo <oscar@xemacs.org>
|
|
146
|
|
147 * configure.in: More precise LDAP detection and configuration
|
|
148
|
359
|
149 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
150
|
|
151 * XEmacs 21.1.9 is released
|
|
152
|
|
153 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
154
|
|
155 * configure.in: Sync Berkeley db autodetection with src/database.c
|
|
156
|
|
157 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
158
|
|
159 * README: Remove msdos part.
|
|
160
|
|
161 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
162
|
|
163 * configure.in: add new machine type for IRIX 6.[2-5] to
|
|
164 switch from using unexelf.o to unexelfsgi.o for just those
|
|
165 versions of IRIX.
|
|
166 In the ideal world it would be handled by the s/irix6-0.h but
|
|
167 since machine config is included AFTER OS config, I had to add a
|
|
168 new machine type.
|
|
169
|
|
170 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
171
|
|
172 * configure.in: Default Drag-N-Drop to "no"
|
|
173
|
|
174 1999-11-13 Jason R Mastaler <jason@mastaler.com>
|
|
175
|
|
176 * etc/FTP: Updated FTP mirrors list. Replaced GNU FTP document
|
|
177 with a URL.
|
|
178
|
|
179 1999-11-13 Jason R Mastaler <jason@mastaler.com>
|
|
180
|
|
181 * etc/MAILINGLISTS: Updated mailing list subscription information.
|
|
182 Replaced GNU MAILINGLISTS document with a URL.
|
|
183
|
357
|
184 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
185
|
|
186 * XEmacs 21.1.8 is released
|
|
187
|
|
188 1999-11-01 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
189
|
|
190 * INSTALL: Update configure option.
|
|
191
|
|
192 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
|
193
|
|
194 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
|
|
195 (LIBS): Check for libCsup.
|
|
196
|
|
197 1999-10-22 Vin Shelton <acs@xemacs.org>
|
|
198
|
|
199 * INSTALL: Added more information about README.packages, and
|
|
200 re-numbered some bullets.
|
|
201
|
|
202 1999-10-21 Giacomo Boffi <giacomo.boffi@polimi.it>
|
|
203
|
|
204 * etc/sample.Xdefaults: adds a reference to beNiceToColrmap,
|
|
205 so that the user can guess what to do if xemacs' dialogs are
|
|
206 butt ugly.
|
|
207
|
|
208 1999-10-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
209
|
|
210 * INSTALL: Make disk space requirements more realistic.
|
|
211 Add note about stack size requirements.
|
|
212 Update and add more weight to the package section.
|
|
213
|
|
214 * README: Add reference to README.packages
|
|
215
|
|
216 * INSTALL: Remove junk from install.sh
|
|
217
|
355
|
218 1999-09-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
219
|
|
220 * XEmacs 21.1.7 is released
|
|
221
|
|
222 1999-09-23 Andy Piper <andy@xemacs.org>
|
|
223
|
|
224 * Makefile.in (install-arch-dep): use exe_suffix for link
|
|
225 installation.
|
|
226
|
|
227 * configure.in: define exe_suffix if we're on ms-windows.
|
|
228
|
|
229 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
230
|
|
231 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
|
|
232 $canonical, so that installation paths and dynamic path setup will
|
|
233 stay in synch.
|
|
234
|
|
235 1999-09-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
236
|
|
237 * configure.in (machine): Recognize MIPS/Linux.
|
|
238
|
|
239 1999-08-26 rpluim@bigfoot.com
|
|
240
|
|
241 * README.packages: Added hint on how to figure out what packages
|
|
242 to get.
|
|
243
|
353
|
244 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
245
|
|
246 * XEmacs 21.1.6 is released
|
|
247
|
|
248 1999-08-12 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
249
|
|
250 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
|
|
251
|
|
252 1999-08-12 SL Baur <steve@beopen.com>
|
|
253
|
|
254 * configure.in: add sco7 support
|
|
255 From Bob Weiner <weiner@beopen.com>
|
|
256
|
|
257 1999-08-12 Karl M. Hegbloom <karlheg@debian.org>
|
|
258
|
|
259 * Makefile.in (install-arch-dep): Install "config.values" in
|
|
260 `docdir' rather than in `archlibdir'.
|
|
261
|
351
|
262 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
263
|
|
264 * XEmacs 21.1.5 is released
|
|
265
|
349
|
266 1999-07-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
267
|
|
268 * XEmacs 21.1.4 is released
|
|
269
|
|
270 1999-07-06 Vin Shelton <acs@xemacs.org>
|
|
271
|
|
272 * configure: Ran 'make config' to update configure to include
|
|
273 Jan's changes from 6/12.
|
|
274
|
|
275 1999-07-06 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
276
|
|
277 * configure.in: Made docdir configurable.
|
|
278
|
|
279 * Makefile.in (docdir): Added variable for custom DOC directory.
|
|
280
|
347
|
281 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
282
|
|
283 * XEmacs 21.1.3 is released
|
|
284
|
|
285 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
286
|
|
287 * XEmacs 21.1.3 is released
|
|
288
|
|
289 1999-06-13 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
290
|
|
291 * xemacs.mak: Make Native build understand patch level's
|
|
292
|
|
293 1999-06-13 SL Baur <steve@xemacs.org>
|
|
294
|
|
295 * s/decosf4-0.h: Explicitly #undef SYSTEM_MALLOC.
|
|
296
|
|
297 1999-06-13 SL Baur <steve@steve1.m17n.org>
|
|
298
|
|
299 * m/alpha.h (SYSTEM_MALLOC): Fix indented preprocessor directive
|
|
300 garbage.
|
|
301
|
|
302 * s/decosf4-0.h: Defining ORDINARY_LINK here is redundant (and it
|
|
303 doesn't really work as is implied by the commentary).
|
|
304 Don't define SYSTEM_MALLOC so the old GNU malloc can be used.
|
|
305
|
|
306 1999-06-13 SL Baur <steve@steve1.m17n.org>
|
|
307
|
|
308 * Makefile.in.in: Move .PHONY up to force execution of `all'.
|
|
309
|
|
310 1999-06-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
311
|
|
312 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
|
|
313 From: Eric Veldhuyzen <eric@terra.nu>
|
|
314
|
|
315 1999-06-12 Jan Vroonhof <jan@xemacs.org>
|
|
316
|
|
317 * configure.in: For non-beta's use x.y.z format for version strings.
|
|
318
|
|
319 * lisp/version.el (emacs-version): Make the patch level/beta come
|
|
320 before the XEmacs qualifier so that it gets into (funcall
|
|
321 emacs-version) and thus in the bug reports.
|
|
322 (emacs-version>=): Support patch levels.
|
|
323
|
345
|
324 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
325
|
|
326 * XEmacs 21.1.2 is released
|
|
327
|
|
328 1999-05-14 SL Baur <steve@gneiss.etl.go.jp>
|
|
329
|
|
330 * CHANGES-beta: Update with changes to 21.1.1.
|
|
331
|
343
|
332 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
333
|
|
334 * XEmacs 21.1.1 is released
|
|
335
|
|
336 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
337
|
|
338 * PROBLEMS: Update version numbers.
|
|
339 * README: Ditto.
|
|
340
|
|
341 * etc/README: Strip version numbers.
|
|
342 * info/dir (File): Ditto.
|
|
343
|
|
344 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
345
|
|
346 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
|
|
347 calling XmStringGetLtoR
|
|
348 (string_draw_u): ditto and check return value of XmStringGetLtoR()
|
|
349
|
|
350 1999-05-11 SL Baur <steve@altair.xemacs.org>
|
|
351
|
|
352 * version.sh (infodock_build_version): Synch InfoDock version.
|
|
353
|
339
|
354 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
355
|
|
356 * XEmacs 21.0.67 is released
|
|
357
|
|
358 1999-03-17 SL Baur <steve@xemacs.org>
|
|
359
|
|
360 * README.packages: Update documentation regarding mule-base and
|
|
361 dumping XEmacs/Mule.
|
|
362
|
337
|
363 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
364
|
|
365 * XEmacs 21.0.66 is released
|
|
366
|
335
|
367 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
368
|
|
369 * XEmacs 21.0.65 is released
|
|
370
|
|
371 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
372
|
|
373 * configure.in:
|
|
374 `uname -v` -> "`uname -v`":
|
|
375 backquoted expressions need additional double
|
|
376 quotes to be a single token.
|
|
377 Use separate if's to avoid extra process invocations.
|
|
378
|
|
379 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
380
|
|
381 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
|
|
382
|
333
|
383 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
384
|
|
385 * XEmacs 21.0.64 is released
|
|
386
|
|
387 1999-02-16 Andy Piper <andy@xemacs.org>
|
|
388
|
|
389 * PROBLEMS: add entries for building under Cygwin.
|
|
390
|
|
391 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
392
|
|
393 * README.packages: Clear up that mule-sumo packages is used _in
|
|
394 addition_ to the normal sumo.
|
|
395
|
|
396 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
397
|
|
398 * configure.in:
|
|
399 - Fixup xfs comments and redundant option checking
|
|
400
|
|
401 * configure.in:
|
|
402 * INSTALL:
|
|
403 * lisp/paths.el:
|
|
404 - improved automounter tmp directory support.
|
|
405 - support 4 (!) empirically discovered automounter conventions
|
|
406
|
|
407 * tests/database.el: Backport 21.2 database-tests.el to prevent
|
|
408 databasep: nil errors.
|
|
409
|
|
410 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
411
|
|
412 * lwlib/lwlib.h:
|
|
413 - redo CONST hacking to deal with X11 R4, which was
|
|
414 broken in a previous patch.
|
|
415
|
|
416 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
417
|
|
418 * configure.in:
|
|
419 - irix uses -rpath
|
|
420
|
|
421 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
422
|
|
423 * configure.in:
|
|
424 - Check for XOpenIM before using xim=xlib
|
|
425 - only use XmIm if $have_motif = yes
|
|
426
|
|
427 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
428
|
|
429 * configure.in. Port to BSDI BSD/OS 4.0.
|
|
430
|
|
431 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
432
|
|
433 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
|
|
434
|
331
|
435 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
436
|
|
437 * XEmacs 21.0.63 is released
|
|
438
|
329
|
439 1999-01-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
440
|
|
441 * XEmacs 21.0.62 is released
|
|
442
|
327
|
443 1999-01-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
444
|
|
445 * XEmacs 21.0.61 is released
|
|
446
|
|
447 1998-12-20 Martin Buchholz <martin@xemacs.org>
|
|
448
|
|
449 * configure.in: Redo DBM support
|
|
450 - die if dbm support requested, but not provided.
|
|
451 - properly check for libgdbm, then libc, then libdbm
|
|
452 - properly check for ndbm.h
|
|
453
|
325
|
454 1998-12-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
455
|
|
456 * XEmacs 21.0.60 is released
|
|
457
|
323
|
458 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
459
|
|
460 * XEmacs 21.0.59 is released
|
|
461
|
321
|
462 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
463
|
|
464 * XEmacs 21.0.58 is released
|
|
465
|
|
466 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
467
|
|
468 * configure.in: Linux/Arm Support.
|
|
469 From James LewisMoss <dres@ioa.com>
|
|
470
|
|
471 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
472
|
|
473 * configure.in:
|
|
474 Fix the realpath() problem of UnixWare2.1.3.
|
|
475 Patches for NEC's sysv4.2 machine.
|
|
476
|
|
477 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
478
|
|
479 * configure.in: Check if there's wnn4.2 or wnn6 specific library
|
|
480 installed. The Wnn library will be checked if the --with-wnn
|
|
481 and/or --with-wnn6 was specified compulsory.
|
|
482
|
|
483 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
484
|
|
485 * configure.in: enable drag and drop support by default if mswindows is
|
|
486 detected.
|
|
487
|
|
488 1998-10-09 Kevin Oberman <oberman@es.net>
|
|
489
|
|
490 * config.sub: Fix for Alpha architecture
|
|
491
|
|
492 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
493
|
|
494 * configure.in: don't enable shared lib support for cygwin unless
|
|
495 explititly told to.
|
|
496
|
|
497 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
498
|
|
499 * etc/xemacs.1: Remove misplace "\".
|
|
500
|
318
|
501 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
502
|
|
503 * XEmacs 21.0-pre14 is released.
|
|
504
|
|
505 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
506
|
|
507 * lwlib/xlwmenu.c:
|
|
508 * lwlib/xlwscrollbar: fix for Motif >=2.0
|
|
509 Patch provided by Glenn Barry <gtb@eng.sun.com>
|
|
510
|
|
511 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
|
|
512
|
|
513 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
514
|
|
515 * configure.in: check for cygwin32/version.h.
|
|
516
|
|
517 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
518
|
|
519 * lwlib/xlwmenu.c (string_draw_u):
|
|
520 * lwlib/xlwmenu.c (string_width_u):
|
|
521 Fix killer memory leak.
|
|
522 Free memory allocated by XmStringGetLtoR.
|
|
523
|
316
|
524 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
525
|
|
526 * PROBLEMS: Added AIX 4.3 note.
|
|
527
|
|
528 * configure.in: Better detection of AIX 4.3.
|
|
529 AIX xlc can do -g and -Ox at the same time.
|
|
530
|
314
|
531 1998-09-05 SL Baur <steve@altair.xemacs.org>
|
|
532
|
|
533 * XEmacs 21.0-pre12 is released.
|
|
534
|
|
535 1998-09-05 SL Baur <steve@altair.xemacs.org>
|
|
536
|
|
537 * etc/check_cygwin_setup.sh: grammar fix.
|
|
538
|
|
539 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
540
|
|
541 * etc/check_cygwin_setup.sh: fix a couple of buglets.
|
|
542
|
|
543 1998-08-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
544
|
|
545 * etc/sample.emacs: Enable sound support on mswindows devices.
|
|
546
|
312
|
547 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
548
|
|
549 * XEmacs 21.0-pre11 is released.
|
|
550
|
|
551 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
552
|
|
553 * XEmacs 21.0-pre10 is released.
|
|
554
|
310
|
555 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
556
|
|
557 * configure.in: Alter configure so that it checks for mismatched PNG
|
|
558 header/libs, screams a little louder on old/mismatched library
|
|
559 conditions for both PNG and XPM, stop screaming if png is not found and
|
|
560 no window-system is selected, and fixed a bug in the XPM checking.
|
|
561
|
308
|
562 1998-08-11 SL Baur <steve@altair.xemacs.org>
|
|
563
|
|
564 * XEmacs 21.0-pre9 is released.
|
|
565
|
|
566 1998-08-06 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
567
|
|
568 * etc/TUTORIAL.de: Fixing typos and grammatical errors. Fixing
|
|
569 inconsistent usage of RET, <Return>, and <return> (only using
|
|
570 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout
|
|
571 itself. Adding english equivalent to german translation of all
|
|
572 concepts used in TUTORIAL.de.
|
|
573
|
|
574 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
575
|
|
576 * configure.usage (--without-gif): Modify text to reflect status
|
|
577 of GIF support
|
|
578
|
|
579 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
580
|
|
581 * configure.in: add back in the support for the in-core GIF
|
|
582 code, change the required PNG library version to 1.0.2, and add
|
|
583 a warning if PNG not found, since PNG images are now distributed
|
|
584 as part of the core. Also minor wording changes in things reported
|
|
585 to the user.
|
|
586
|
|
587 1998-08-04 SL Baur <steve@altair.xemacs.org>
|
|
588
|
|
589 * XEmacs 21.0-pre8 is released.
|
|
590
|
306
|
591 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
|
|
592
|
|
593 * BETA: Update mailing-list address for build-reports
|
|
594
|
|
595 1998-08-01 SL Baur <steve@altair.xemacs.org>
|
|
596
|
|
597 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
|
|
598 can built that includes package lisp.
|
|
599
|
|
600 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
601
|
|
602 * configure.in (CPP): Too many spaces im run-patch flag detection.
|
|
603
|
|
604 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
605
|
|
606 * configure.in:
|
|
607 - support multiple flavors of alpha, (XEmacs treats them identically)
|
|
608 - Fix AC_TRY_RUN so that actions have access to $?
|
|
609 - Identify DEC C compilers. Add default optimization CFLAGS and
|
|
610 always use -std.
|
|
611 - Use an extensible method for adding support for future compilers.
|
|
612 - Have SunPro C use that same extensible method.
|
|
613 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
|
|
614 * src/s/decosf4-0.h: Use a perfectly ordinary link. Nuke BSD crap.
|
|
615 * src/unexalpha.c: ANSI C-ize. Clean compiler warnings.
|
|
616 * src/lread.c (Fload_internal): Be very careful with printfs of
|
|
617 size_t's
|
|
618 * src/gui-x.c (menu_name_to_accelerator): tolower wants an `int'
|
|
619 argument.
|
|
620
|
|
621 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
622
|
|
623 * configure.in (with_infodock): build directories moved 1 level
|
|
624 lower.
|
|
625
|
304
|
626 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
627
|
|
628 * XEmacs 21.0-pre7 is released.
|
|
629
|
|
630 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
631
|
|
632 * XEmacs 21.0-pre6 is released.
|
|
633
|
|
634 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
635
|
|
636 * config.guess: Synched with latest FSF version.
|
|
637
|
369
|
638 1998-07-12 Björn Torkelsson <torkel@hpc2n.umu.se>
|
304
|
639
|
|
640 * Makefile.in: added LDFLAGS.
|
|
641
|
300
|
642 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
643
|
|
644 * XEmacs 21.0-pre5 is released.
|
|
645
|
|
646 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
647
|
|
648 * configure.in (with_offix): Default --with-offix to off.
|
|
649
|
298
|
650 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
651
|
300
|
652 * configure.in: Handle multiple database libraries.
|
|
653 From Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
654
|
298
|
655 * XEmacs 21.0-pre4 is released.
|
|
656
|
|
657 * configure.in: Fix test for InfoDock sources.
|
|
658
|
|
659 * etc/BETA (writing): Update patch creation instructions.
|
|
660
|
|
661 * etc/FTP: Update FTP mirror list.
|
|
662
|
|
663 * etc/DISTRIB: Remove duplicated FTP mirror list.
|
|
664 * etc/xemacs.1 (ftp): Ditto.
|
|
665
|
|
666 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
667
|
|
668 * configure.usage: added warning to --with-offix
|
|
669
|
|
670 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
671
|
|
672 * etc/gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org.
|
|
673 * etc/gnuserv.README (README): Ditto.
|
|
674 * etc/xemacs-ja.1: Ditto.
|
|
675
|
|
676 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
677
|
|
678 * configure.in: Berkeley DB autodetection fixes
|
|
679 From Martin Buchholz <martin@xemacs.org>
|
|
680
|
|
681 * etc/BABYL: Moved to rmail package
|
|
682
|
|
683 * etc/enriched.doc: Moved to xemacs-base package
|
|
684
|
|
685 * etc/MSDOS:
|
|
686 * etc/GNUS-NEWS: deleted
|
|
687
|
|
688 1998-06-21 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
689
|
|
690 * etc/NEWS: Added references to documentation about packages and
|
|
691 path setup.
|
|
692
|
|
693 * etc/README: Synched.
|
|
694
|
296
|
695 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
696
|
|
697 * XEmacs 21.0-pre3 is released.
|
|
698
|
|
699 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
700
|
|
701 * etc/PACKAGES:
|
|
702 * etc/BETA: Moved some package stuff into Texinfo docs. Other nitpicks
|
|
703
|
|
704 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
705
|
|
706 * configure.in: Added check if the berkdb has db_open or not.
|
|
707 (With fixes from Martin Buchholz)
|
|
708
|
294
|
709 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
710
|
|
711 * XEmacs 21.0-pre2 is released.
|
|
712
|
|
713 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
714
|
|
715 * configure.in: Added -lC for static linking under AIX 4.2.
|
|
716
|
292
|
717 1998-06-14 SL Baur <steve@altair.xemacs.org>
|
|
718
|
|
719 * XEmacs 21.0-pre1 is released.
|
|
720
|
|
721 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
722
|
|
723 * etc/NEWS: Updated information about customization of the
|
|
724 automatic info dir file generation using
|
|
725 `Info-auto-generate-directory' and `Info-save-auto-generated-dir'
|
|
726
|
290
|
727 1998-06-11 SL Baur <steve@altair.xemacs.org>
|
|
728
|
292
|
729 * XEmacs 21.0-beta43 is released.
|
290
|
730
|
|
731 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
732
|
|
733 * tests/Dnd/README: a step-by-step test run
|
|
734 * tests/Dnd/droptest.el: some clarifications
|
|
735 * tests/Dnd/droptest.sh: created, creates test files
|
|
736
|
|
737 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
738
|
|
739 * configure.in (summary): added experimental to dragndrop option
|
|
740 * configure.usage: added experimental note to --with-dragndrop
|
|
741 * tests/Dnd/droptest.el: extra start-drag-region function
|
|
742 changed the experimental- stuff
|
|
743
|
|
744 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
745
|
|
746 * etc/check_cygwin_setup.sh: set more intelligent defaults for
|
|
747 windows 95.
|
|
748
|
|
749 1998-06-07 SL Baur <steve@altair.xemacs.org>
|
|
750
|
|
751 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
|
|
752
|
|
753 1998-06-05 Colin Rafferty <colin@xemacs.org>
|
|
754
|
|
755 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
|
|
756
|
288
|
757 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
758
|
|
759 * XEmacs 21.0-beta42 is released.
|
|
760
|
|
761 * etc/sounds: Removed, now in the sounds-au package.
|
|
762
|
|
763 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
764
|
|
765 * configure.in: don't use -O3 for cygwin.
|
|
766
|
|
767 * etc/check_cygwin_setup.sh: new file to check that cygwin is setup
|
|
768 correctly for XEmacs operation.
|
|
769
|
|
770 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
771
|
|
772 * configure.in: Switch from giflib to gifreader for
|
|
773 our GIF image support (no other mods needed)
|
|
774
|
290
|
775 1998-05-28 Oliver Graf <ograf@fga.de>
|
288
|
776
|
|
777 * configure.in: only one DnD protocol, CDE has priority over OffiX
|
|
778
|
|
779 * tests/Dnd/README: some changes reflecting recent modifications
|
|
780 * tests/Dnd/dragtest.el: removed
|
|
781 * tests/Dnd/droptest.el: cosmetics and comments
|
|
782
|
290
|
783 1998-05-26 Oliver Graf <ograf@fga.de>
|
288
|
784
|
|
785 * tests/Dnd/droptest.el: adapted to CDE extensions
|
|
786
|
290
|
787 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
788
|
|
789 * configure.in:
|
|
790 * config.sub: add initial OpenBSD support
|
|
791
|
288
|
792 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
793
|
|
794 * configure.in: check for msw dialogs.
|
|
795
|
286
|
796 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
797
|
|
798 * XEmacs 21.0-beta41 is released.
|
|
799
|
|
800 1998-05-17 SL Baur <steve@altair.xemacs.org>
|
|
801
|
|
802 * configure.in (CPP): Change -O2 to -O3.
|
|
803 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
804
|
284
|
805 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
806
|
|
807 * XEmacs 21.0-beta40 is released.
|
|
808
|
|
809 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
810
|
|
811 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
|
|
812 on the `unset CDPATH' if running as sh.
|
|
813
|
|
814 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
815
|
|
816 * tests/Dnd/droptest.el: some CDE adaptions (untested)
|
|
817
|
|
818 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
819
|
|
820 * configure.in:
|
|
821 Add some more comments.
|
|
822 If using bash, use Posix mode and unset CDPATH.
|
|
823 Be more careful checking feature dependencies.
|
|
824 Introduce XE_CHECK_FEATURE_DEPENDENCY.
|
|
825 Undo the gross hack of multiple `echo >> $tempcname'
|
|
826 by using here documents instead. (Might break mswindows, tho...)
|
|
827 Be more careful autodetecting tooltalk.
|
|
828
|
|
829 * PROBLEMS:
|
|
830 Document problems with Solaris 2.6 + XSUNTRANSPORT
|
|
831
|
|
832 * Makefile.in:
|
|
833 * lwlib/Makefile.in.in:
|
|
834 * modules/Makefile.in:
|
|
835 - Adjust for luser's CDPATH being set to something weird.
|
|
836 - Take into account bash 2.02's tendency to print the cwd when
|
|
837 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
838 - fix the run-temacs target to use $(DUMPENV)
|
|
839 - fix the run-puremacs target to use $(DUMPENV)
|
|
840 - fix the `depend' target to properly $(RM) the right files
|
|
841 - Generate a better TAGS file for XEmacs' lisp code using
|
|
842 hand-crafted regexps.
|
|
843 - Use standard coding conventions for modules/Makefile.in
|
|
844
|
|
845 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
846
|
|
847 * configure.in: some people claimed that they can't stop
|
|
848 linking wnn6 library if they set --with-wnn6=no.
|
|
849
|
|
850 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
851
|
|
852 * tests/Dnd/droptest.el: adapted to new calling conventions
|
|
853 also showing the new possibilities
|
|
854 * tests/Dnd/README: changed to new protocol
|
|
855
|
|
856 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
857
|
|
858 * Fix for HAVE_MULTICAST check.
|
|
859
|
282
|
860 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
861
|
|
862 * XEmacs 21.0-beta39 is released.
|
|
863
|
|
864 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
865
|
|
866 * configure.in: added autodetection for the Drag'n'Drop API
|
|
867 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
|
|
868 and dragdrop.o is added to extra_objs
|
|
869 * configure.usage: added with-dragndrop, added (*) to with-offix
|
|
870 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
|
|
871
|
|
872 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
873
|
|
874 * tests/Dnd/droptest.el: changed to test new protocol
|
|
875 * tests/Dnd/README.OffiX: removed
|
|
876 * tests/Dnd/README: created, info about new protocol
|
|
877 * tests/Dnd/dragtest.el: comment change
|
|
878
|
|
879 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
880
|
|
881 * etc/altrasoft-logo.xpm: Removed.
|
|
882
|
280
|
883 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
884
|
|
885 * XEmacs 21.0-beta38 is released.
|
|
886
|
|
887 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
888
|
|
889 * configure.in: Use `PROGNAME' for all generated paths.
|
|
890
|
|
891 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
|
|
892
|
|
893 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
894
|
|
895 * configure.in (progname): Parameterize program name on `progname'
|
|
896 and add --with-infodock.
|
|
897
|
|
898 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
899
|
|
900 * Makefile.in: Religiously use ${progname} instead of hardcoded
|
|
901 `xemacs'.
|
|
902 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
|
|
903 overridden by the empty one set in the toplevel Makefile.
|
|
904
|
|
905 1998-04-26 Jason R Mastaler <jason@4b.org>
|
|
906
|
|
907 * etc/BETA: Replaced SmartList references in favor of
|
|
908 Majordomo.
|
|
909
|
278
|
910 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
911
|
|
912 * XEmacs-21.0-beta37 is released.
|
|
913
|
|
914 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
915
|
|
916 * configure.in: Sychronized ..._USER_DEFINED variables with
|
|
917 datadir setting.
|
|
918
|
|
919 * Makefile.in (mkdir): No longer create sitelispdir.
|
|
920
|
|
921 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
922
|
367
|
923 * configure.in: make graphic libraries tests be dependent on a
|
278
|
924 window system not X11 only.
|
|
925
|
|
926 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
927
|
|
928 * configure.in: check for our special select in msw.
|
|
929
|
|
930 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
931
|
|
932 * PROBLEMS: add answers to some FAQ concerning hpux.
|
|
933
|
|
934 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
935
|
|
936 * configure.in: enable checking for special mswindows select()
|
|
937
|
|
938 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
939
|
|
940 * configure.in: Isolate incomprehensible cma_open/pthreads checking
|
|
941 to decosf*
|
|
942
|
|
943 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
944
|
|
945 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
|
|
946 libs and includes.
|
|
947
|
|
948 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
949
|
|
950 * configure.in: check for xpm does not depend anymore on having X.
|
|
951 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
|
|
952
|
|
953 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
954
|
|
955 * etc/NEWS: Documented info dir rebuilding and LDAP support.
|
|
956
|
|
957 * info/dir: Fixed the explanatory notes for
|
|
958 `Info-default-directory-list' removal and the new automatic dir
|
|
959 rebuilding facility. Reindented the menu. Added an entry for
|
|
960 term.info
|
|
961
|
|
962 1998-04-20 SL Baur <steve@altair.xemacs.org>
|
|
963
|
|
964 * configure.in (LISPDIR): Removed configuration option for
|
|
965 site-lisp.
|
|
966
|
|
967 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
968
|
|
969 * configure.in (version): snarf InfoDock version number.
|
|
970
|
276
|
971 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
972
|
|
973 * XEmacs-21.0-beta36 is released.
|
|
974
|
|
975 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
976
|
|
977 * configure.in: enable install pre-processing for mswindows
|
|
978
|
|
979 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
980
|
|
981 * Makefile.in.in: add install_pp to install incantation.
|
|
982
|
|
983 * installexe.sh: new file. Add .exe to install targets if the
|
|
984 result is executable.
|
|
985
|
|
986 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
987
|
|
988 * Makefile.in: add install_pp to install incantation.
|
|
989
|
|
990 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
991
|
|
992 * configure.in: Large echo split into a few smaller ones,
|
|
993 so the cygnus sh.exe does not crash.
|
|
994
|
|
995 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
996
|
|
997 * configure.in: enable toolbar checking for mswindows build
|
|
998
|
|
999 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
1000
|
|
1001 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
|
|
1002 Used (at least) by RedHat 4.2.
|
|
1003
|
|
1004 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1005
|
|
1006 * etc/xemacs.1: -no-packages -> -no-early-packages.
|
|
1007
|
|
1008 * etc/NEWS: Clarified site-lisp status.
|
|
1009
|
|
1010 * configure.in: Re-instated src/paths.h generation from
|
|
1011 src/paths.h.in.
|
|
1012
|
|
1013 * Makefile.in (top_distclean): Remove site-lisp on `make
|
|
1014 distclean'.
|
|
1015
|
274
|
1016 1998-04-10 SL Baur <steve@altair.xemacs.org>
|
|
1017
|
|
1018 * XEmacs 21.0-beta35 is released.
|
|
1019
|
|
1020 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1021
|
|
1022 * etc/NEWS: Documented that Info-default-directory-list and
|
|
1023 site-directory are gone.
|
|
1024
|
|
1025 * configure.usage: Clarified --package-path documentation.
|
|
1026
|
|
1027 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1028
|
|
1029 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
|
|
1030 Removed defaults for infopath and package-path.
|
|
1031
|
|
1032 * Makefile.in (src/paths.h): ... is now generated from
|
|
1033 src/paths.h.in.in. Moved generation of paths.h to configure.
|
|
1034
|
|
1035 * paths.h.in: Removed.
|
|
1036
|
|
1037 * paths.h.in.in: Created.
|
|
1038
|
|
1039 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
1040
|
|
1041 * configure.in: png was still being used if png_version < 0.96
|
|
1042
|
|
1043 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
|
|
1044
|
|
1045 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
1046
|
|
1047 * INSTALL (Rationale): Offix support comment is wrong. To disable,
|
|
1048 one must use --with-offix=no and not --without-offix
|
|
1049
|
|
1050 1998-04-05 SL Baur <steve@altair.xemacs.org>
|
|
1051
|
|
1052 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
|
|
1053
|
272
|
1054 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
1055
|
|
1056 * XEmacs 21.0-beta34 is released.
|
|
1057
|
|
1058 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
1059
|
|
1060 * configure.in:
|
|
1061 checking whether gettimeofday accepts one or two arguments... two
|
|
1062
|
|
1063 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1064
|
|
1065 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
1066
|
|
1067 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
1068
|
|
1069 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
1070
|
|
1071 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
1072
|
|
1073 * tests/database.el (test-database): Temporary files (the databases
|
|
1074 that were created) should be deleted.
|
|
1075
|
|
1076 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
1077 (src/Makefile): src/Makefile depends on src/depend.
|
|
1078
|
|
1079 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
1080
|
|
1081 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
1082 system linkers don't properly die when there are cascaded link
|
|
1083 dependencies, so we can't rely on the linker for that. The only
|
|
1084 downside is that we might link with an extra unneeded library. If
|
|
1085 you really really care about this, you can go fix it.
|
|
1086
|
|
1087 * configure.in: Enhance PANIC msg to make it clear that
|
|
1088 --with-FEATURE is going to die if FEATURE is not installed.
|
|
1089
|
|
1090 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
1091
|
|
1092 * configure.in: $debug was not properly dependent on $beta
|
|
1093
|
|
1094 * configure.in: Move offix configuration out of src/Makefile.in.in
|
|
1095 into configure.in.
|
|
1096
|
|
1097 * configure.in: Reorganize xpm detection code.
|
|
1098
|
|
1099 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
|
1100 found.
|
|
1101
|
|
1102 * configure.in: Keep auto-generated makefile dependencies out of
|
|
1103 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
1104
|
|
1105 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
1106
|
|
1107 * configure.in: Fix up cflags handling. Specifically, configure
|
|
1108 --cflags='' would fail to be recognized.
|
|
1109
|
|
1110 * configure.in: Fix up png detection. Link with png_read_image to
|
|
1111 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
1112
|
|
1113 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1114
|
|
1115 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
1116 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
1117
|
|
1118 * configure.in: Make sure BSD always links in libz.a
|
|
1119 BSD's stupid linker can't detect cascaded lib dependencies
|
|
1120
|
|
1121 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
1122 Don't use motif-xim with lesstif, at least by default.
|
|
1123
|
|
1124 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
1125
|
|
1126 * version.sh: Add InfoDock version number variables.
|
|
1127
|
|
1128 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
1129
|
|
1130 * info/dir: Replaced string '20.5' with '21.0'
|
|
1131
|
269
|
1132 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
1133
|
|
1134 * XEmacs 21.0-beta33 is released.
|
|
1135
|
|
1136 1998-03-26 Didier Verna <verna@inf.enst.fr>
|
|
1137
|
|
1138 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
1139 always want to propagate it.
|
|
1140
|
|
1141 * configure.usage: Synched with configure.in.
|
|
1142
|
|
1143 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1144
|
|
1145 * configure.usage, INSTALL: Synched with the new path layout.
|
|
1146
|
|
1147 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
1148 package_path to make configure happy.
|
|
1149
|
|
1150 * configure.in: Made default setting for packagepath conform to
|
|
1151 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
1152 before site-specific ones.
|
|
1153 Added default setting for pkgdir.
|
|
1154 Changed --packagepath back to --package-path.
|
|
1155
|
267
|
1156 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
1157
|
|
1158 * XEmacs 21.0-beta32 is released.
|
|
1159
|
|
1160 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1161
|
|
1162 * configure.in: Extended package path by version-specific
|
|
1163 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
1164
|
|
1165 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
1166
|
|
1167 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
1168 have been linked into place.
|
|
1169
|
|
1170 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1171
|
|
1172 * <Today>: The Big Path Searching Overhaul.
|
|
1173
|
|
1174 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
1175 into the binary in a uniform way.
|
|
1176
|
|
1177 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
1178
|
|
1179 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
1180 checker.
|
|
1181 - Fix HP/UX dynamic linking flag.
|
|
1182
|
|
1183 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
1184
|
|
1185 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
1186 error-checking test.
|
|
1187 - fix bogus substitution.
|
|
1188
|
|
1189 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
1190
|
|
1191 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
1192 Suggested by William M. Perry <wmperry@aventail.com>
|
|
1193
|
265
|
1194 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
1195
|
|
1196 * XEmacs 21.0 beta31 is released.
|
|
1197
|
|
1198 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1199
|
|
1200 * configure.usage (Usage): Correct information about gif, tiff
|
|
1201 and WNN entries
|
|
1202
|
|
1203 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
1204
|
|
1205 * configure.in: typo fix in sed command.
|
|
1206 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1207
|
|
1208 * configure.in (all_widgets): Check for snprintf().
|
|
1209
|
|
1210 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1211
|
|
1212 * configure.in: New gif support
|
|
1213
|
|
1214 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
1215
|
|
1216 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
1217
|
|
1218 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1219
|
|
1220 * configure.in: don't add libc to link list for dlopen ordinary
|
|
1221 link takes care of this. check for dlfcn.h
|
|
1222
|
|
1223 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
1224
|
|
1225 * configure.in: Examine each directory of X11 include path for
|
|
1226 inclusion into BITMAPDIR.
|
|
1227
|
|
1228 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
1229
|
|
1230 * aclocal.m4: Add legalese.
|
|
1231
|
|
1232 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1233
|
|
1234 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
1235 database support.
|
|
1236
|
|
1237 * configure.in: move msw checking after x checking so that
|
|
1238 auto-detection works.
|
|
1239
|
|
1240 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
1241
|
|
1242 * configure.in: New DLL support.
|
|
1243 * aclocal.m4: New file.
|
|
1244 From William M. Perry <wmperry@aventail.com>
|
|
1245
|
|
1246 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
1247
|
|
1248 * configure.in (xemacs_betaname): Align messages for minimal
|
|
1249 tagbits and indexed lrecords.
|
|
1250 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1251
|
|
1252 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1253
|
|
1254 * etc/Emacs.ad: Example using leading dot resources to
|
|
1255 initalize faces changes to use Emacs.foo since the
|
|
1256 leading dot syntax doesn't work. Initialization of
|
|
1257 text-cursor face moved to faces.el.
|
|
1258
|
263
|
1259 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
1260
|
|
1261 * XEmacs 20.5-beta30 is released.
|
|
1262
|
|
1263 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
1264
|
|
1265 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
1266
|
|
1267 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1268
|
|
1269 * configure.in: add a --with-msw option. Make X and msw work
|
|
1270 together if the user asks.
|
|
1271
|
|
1272 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
1273
|
|
1274 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
1275
|
|
1276 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
1277
|
|
1278 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
1279 for special required linker flags for building DLL capable
|
|
1280 binaries.
|
|
1281
|
|
1282 * etc/Emacs.ad: Remove explicit `Emacs' application resource
|
|
1283 name.
|
|
1284
|
261
|
1285 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
1286
|
|
1287 * Makefile.in (top_distclean): Remove Installation.el.
|
|
1288 (xemacs): New target. Formerly it was `all:'.
|
|
1289 (all): New default, dist: is now superfluous.
|
|
1290
|
|
1291 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
1292
|
|
1293 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
1294 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
1295 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
1296
|
|
1297 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
1298
|
|
1299 * configure.in (with_ldap: Fix -lldap autodection.
|
|
1300 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1301 (Installation): Only keep the last configuration.
|
|
1302
|
259
|
1303 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
1304
|
|
1305 * XEmacs 20.5-beta28 is released.
|
|
1306
|
|
1307 * configure.in (with_session): Fix reporting of the setting.
|
|
1308 (with_database_gnudbm): Correctly report setting.
|
|
1309
|
|
1310 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1311
|
|
1312 * configure.usage: Restore documentation of graphics library
|
|
1313 flags.
|
|
1314 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1315
|
|
1316 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1317
|
|
1318 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
1319 console.
|
|
1320
|
|
1321 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
1322
|
|
1323 * XEmacs 20.4 is released to the beta testers.
|
|
1324
|
|
1325 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
1326
|
|
1327 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
|
1328 to also test for Linux libc5.
|
|
1329
|
255
|
1330 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
1331
|
257
|
1332 * XEmacs 20.5-beta27 is released.
|
|
1333 * XEmacs-20.4-pre4 is released.
|
|
1334
|
|
1335 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
1336 (--with-gung): Implement it.
|
|
1337
|
|
1338 * configure.usage (--with-gung): Document. Turns on
|
|
1339 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
1340 (--with-term): Remove.
|
|
1341
|
255
|
1342 * XEmacs-20.5-beta26 is released.
|
|
1343
|
|
1344 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
1345
|
|
1346 * XEmacs-20.4-pre3 is released.
|
|
1347
|
|
1348 * Makefile.in: use better feedback while rebuilding finder database.
|
|
1349 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1350
|
|
1351 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
1352
|
|
1353 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
1354 Malloc.
|
|
1355
|
253
|
1356 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
1357
|
255
|
1358 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
1359 Suggested by Pekka Marjola <pema@iki.fi>
|
|
1360
|
|
1361 * XEmacs-20.4-pre2 is released.
|
253
|
1362 * XEmacs-20.5-beta25 is released.
|
|
1363
|
|
1364 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
1365
|
|
1366 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
1367
|
|
1368 * README: Update for Microsoft Windows.
|
|
1369
|
251
|
1370 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
1371
|
253
|
1372 * XEmacs 20.4-pre1 is released.
|
251
|
1373 * XEmacs 20.5-beta24 is released.
|
|
1374
|
|
1375 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1376
|
|
1377 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
1378 nothing uses it as yet. add gif objects to msw support. define
|
|
1379 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
1380 add -lshell32 for dnd support. check for a.out.h rather than
|
|
1381 coff.h
|
|
1382
|
|
1383 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
1384 remaining open calls. IMHO this should really include sysfile.h.
|
|
1385
|
249
|
1386 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
1387
|
|
1388 * XEmacs 20.5-beta23 is released.
|
|
1389
|
|
1390 1998-02-01 SL Baur <steve@altair.xemacs.org>
|
|
1391
|
|
1392 * etc/aliases.ksh: igrep from the shell command line.
|
|
1393 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1394
|
|
1395 1998-01-31 SL Baur <steve@altair.xemacs.org>
|
|
1396
|
|
1397 * etc/aliases.ksh: Add `mak' function to create beta.err for
|
|
1398 build-report.
|
|
1399 From Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1400 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1401
|
247
|
1402 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
1403
|
|
1404 * XEmacs 20.5-beta22 is released.
|
|
1405
|
|
1406 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
1407
|
|
1408 * etc/aliases.ksh: New file. Start tracking useful Maintainer
|
|
1409 XEmacs commands.
|
|
1410
|
245
|
1411 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
1412
|
|
1413 * XEmacs 20.5-beta21 is released.
|
|
1414
|
|
1415 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1416
|
|
1417 * configure.in: check for coff.h
|
|
1418
|
|
1419 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1420
|
|
1421 * configure.in: Added support for `--with-shlib'.
|
|
1422
|
243
|
1423 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
1424
|
|
1425 * XEmacs 20.5-beta20 is released.
|
|
1426
|
|
1427 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
1428
|
|
1429 * configure.usage:
|
|
1430 * etc/NEWS:
|
|
1431 Remove doc for configure-time INFOPATH, no longer used.
|
|
1432
|
|
1433 * etc/BETA: Update ftp addresses.
|
|
1434 * etc/INSTALL: Update ftp addresses.
|
|
1435 * etc/MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses.
|
|
1436
|
|
1437 * configure.in:
|
|
1438 * src/config.h.in:
|
|
1439 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
1440
|
|
1441 * lwlib/lwlib.h:
|
|
1442 * lwlib/lwlib.c:
|
|
1443 * lwlib/lwlib-config.c:
|
|
1444 * lwlib/lwlib-Xm.c:
|
|
1445 * lwlib/lwlib-Xaw.c:
|
|
1446 * lwlib/lwlib-Xlw.c:
|
|
1447 * lwlib/config.h.in:
|
|
1448 * src/menubar-x.c:
|
|
1449 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
1450 Maintain only one set of variables.
|
|
1451
|
|
1452 * etc/xemacs.1: Update author list.
|
|
1453
|
|
1454 * Makefile.in (install-arch-dep): Simplify.
|
|
1455 Replace construct `test -d $dir && foo' with
|
|
1456 `if test -d $dir; then foo; fi'
|
|
1457
|
|
1458 * lwlib/xlwmenu.c:
|
|
1459 * lwlib/xlwscrollbar.c:
|
|
1460 * lwlib/lwlib-Xlw.c:
|
|
1461 * lwlib/lwlib-Xm.c:
|
|
1462 Always assume presence of limits.h (ANSI).
|
|
1463
|
241
|
1464 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
1465
|
243
|
1466 * INSTALL: Updated for recent Mule/package changes.
|
|
1467
|
241
|
1468 * XEmacs 20.5-beta19 is released.
|
|
1469
|
|
1470 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
1471
|
|
1472 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
1473 --exec-prefix.
|
|
1474
|
239
|
1475 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
1476
|
|
1477 * XEmacs 20.5-beta18 is released.
|
|
1478
|
|
1479 * etc/FTP: Update address of what was formerly ftp.ibp.fr.
|
|
1480
|
|
1481 1998-01-08 Didier Verna <verna@inf.enst.fr>
|
|
1482
|
|
1483 * configure.in: Get rid of INFOPATH for configure time.
|
|
1484 * configure.usage (Usage): Ditto.
|
|
1485
|
|
1486 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
1487
|
|
1488 * Makefine.in: Correct reported amount of disk savings from
|
|
1489 compression.
|
|
1490 From Markus Linnala <maage@cs.tut.fi>
|
|
1491
|
|
1492 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
1493
|
|
1494 * configure.in: detect and set scrollbars and menubars with
|
|
1495 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
1496 gnuserv.
|
|
1497
|
|
1498 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
1499
|
|
1500 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
1501 naming.
|
|
1502
|
|
1503 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
1504
|
|
1505 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
1506 inactive_button_gc for menu entries.
|
|
1507 (remap_menubar): ignore the enabled status
|
|
1508
|
237
|
1509 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
1510
|
|
1511 * XEmacs 20.5-beta17 is released.
|
|
1512
|
|
1513 * Makefile.in (finder): Use -vanilla.
|
|
1514 (lisp/finder-inf.el): Ditto.
|
|
1515 (check-features): New target. Do a sanity check prior to
|
|
1516 installation.
|
|
1517
|
235
|
1518 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
1519
|
|
1520 * XEmacs 20.5-beta16 is released.
|
|
1521
|
233
|
1522 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
1523
|
|
1524 * XEmacs 20.5-beta15 is released.
|
|
1525
|
|
1526 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
1527
|
|
1528 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
1529
|
231
|
1530 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
1531
|
|
1532 * XEmacs 20.5-beta14 is released.
|
|
1533
|
|
1534 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
1535
|
|
1536 * configure.in: support for *-pc-cygwin32 config
|
|
1537
|
229
|
1538 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
1539
|
|
1540 * XEmacs 20.5-beta13 is released.
|
|
1541
|
|
1542 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
1543
|
|
1544 * etc/BETA (Prerequisite): Add cookbook procedures for maintaining
|
|
1545 package lisp directories.
|
|
1546
|
227
|
1547 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
1548
|
|
1549 * XEmacs 20.5-beta 12 is released.
|
|
1550
|
|
1551 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
1552
|
|
1553 * configure.in (bitmapdir): Reenable --with-session by default for
|
|
1554 testing.
|
|
1555
|
|
1556 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1557
|
|
1558 * etc/Emacs.ad: Don't specify a default toolbar specific
|
|
1559 background color.
|
|
1560
|
|
1561 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1562
|
|
1563 * etc/toolbar: Added support for foregroundToolBarColor
|
|
1564 symbol to most icons.
|
|
1565
|
|
1566 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
1567
|
|
1568 * info/dir (File): Skk and Gnats are packaged.
|
|
1569
|
|
1570 * PROBLEMS (Note): Update version numbers.
|
|
1571
|
|
1572 * etc/BETA: Update version numbers.
|
|
1573
|
|
1574 * etc/NEWS: Update version number.
|
|
1575
|
|
1576 * info/dir (File): Update version number.
|
|
1577
|
225
|
1578 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
1579
|
227
|
1580 * XEmacs 20.5-beta11 is released.
|
225
|
1581
|
|
1582 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
1583
|
|
1584 * configure.in: Don't bypass graphics library detection
|
|
1585 if the `--with-imagick' option is given to configure.
|
|
1586 : Print autodetected graphics libraries to be linked with Imagick.
|
|
1587
|
|
1588 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
1589
|
|
1590 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1591
|
|
1592 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
1593
|
223
|
1594 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
1595
|
225
|
1596 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
1597
|
227
|
1598 * XEmacs 20.5-beta10 is released.
|
223
|
1599
|
|
1600 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
1601
|
|
1602 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
1603
|
|
1604 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1605
|
|
1606 * configure.in (autodetect ImageMagick): also look for
|
|
1607 "X11/magick/magick.h", and if present, define
|
|
1608 MAGICK_HEADERS_ARE_UNDER_X11
|
|
1609
|
|
1610 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
1611
|
|
1612 * configure.in (imagick_libs): Add autodetection for freetype
|
|
1613 -lttf library.
|
|
1614
|
221
|
1615 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
1616
|
227
|
1617 * XEmacs 20.5-beta9 is released.
|
221
|
1618
|
219
|
1619 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
1620
|
227
|
1621 * XEmacs 20.5-beta8 is released.
|
219
|
1622
|
|
1623 * info/dir: update for further packaging.
|
|
1624 * configure.in: remove `tree-x' from XEmacs build.
|
|
1625
|
|
1626 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
1627
|
|
1628 * configure.in: motif menubars need xlwmenu.o
|
|
1629
|
|
1630 * updated files in src/ to allow an XEmacs configured for
|
|
1631 motif menubars to at least compile. Motif menubars are still
|
|
1632 very broken.
|
|
1633
|
|
1634 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1635
|
|
1636 * etc/refcard.tex: Updated for 20.3
|
|
1637
|
|
1638 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
1639
|
|
1640 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
1641 properly with the information in the core.
|
|
1642
|
|
1643 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
1644 the information in the core, and fixed a potental problem with
|
|
1645 parentage.
|
|
1646
|
|
1647 1997-12-02 SL Baur <steve@altair.xemacs.org>
|
|
1648
|
|
1649 * etc/skk/SKK.tut.E (Hint): Fix typos.
|
|
1650
|
|
1651 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
1652
|
|
1653 * configure.in (with_session): Properly display flag in configure
|
|
1654 status report.
|
|
1655
|
|
1656 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
1657
|
|
1658 * configure.usage: Remove documentation of obsolete option
|
|
1659 --with-gif.
|
|
1660
|
217
|
1661 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
1662
|
227
|
1663 * XEmacs 20.5-beta7 is released.
|
217
|
1664
|
|
1665 * configure.in: When testing for -ltiff, fall back on the extra
|
|
1666 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
1667
|
|
1668 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
1669
|
|
1670 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
1671 From Glynn Clements <glynn@sensei.co.uk>
|
|
1672
|
|
1673 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1674
|
|
1675 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
1676 on.
|
|
1677
|
|
1678 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
1679
|
|
1680 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
1681 and src. Configure.in modified. --with-energize is no longer a
|
|
1682 valid configure option.
|
|
1683
|
|
1684 * lwlib/Makefile.in.in removed energize support
|
|
1685 * lwlib/lwlib-Xm.c removed energize support
|
|
1686 * lwlib/lwlib-config.c removed energize support
|
|
1687
|
|
1688 * lwlib/energize/* removed
|
|
1689
|
|
1690 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
1691
|
|
1692 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
1693 lisp/finder-inf.el.
|
|
1694
|
215
|
1695 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
1696
|
227
|
1697 * XEmacs 20.5-beta6 is released.
|
215
|
1698
|
|
1699 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1700
|
|
1701 * configure.usage: Use `--' convention in "usage:" line.
|
|
1702
|
|
1703 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1704
|
|
1705 * configure.in: added `with_xfs' to list of boolean features.
|
|
1706
|
|
1707 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
1708
|
217
|
1709 * XEmacs 20.3 is released for binary kit building.
|
215
|
1710
|
|
1711 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
|
1712
|
|
1713 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
1714 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
1715
|
|
1716 1997-11-19 SL Baur <steve@altair.xemacs.org>
|
|
1717
|
|
1718 * etc/xemacs.1: Document -no-packages, -vanilla.
|
|
1719 Document -h.
|
|
1720
|
|
1721 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
1722
|
|
1723 * configure.usage: New file.
|
|
1724
|
|
1725 * configure.in: Use it instead of monster 10k shell variable.
|
|
1726
|
|
1727 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
1728
|
|
1729 * XEmacs 20.3-pre4 is released.
|
|
1730
|
|
1731 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1732
|
|
1733 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
1734 dirs.
|
|
1735
|
|
1736 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
1737
|
|
1738 * configure.in: Initialize infodir off of datadir.
|
|
1739
|
|
1740 * Makefile.in: Force LANG = C for building.
|
|
1741
|
|
1742 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
1743
|
|
1744 * XEmacs 20.3-pre3 is released.
|
227
|
1745 * XEmacs 20.5-beta5 is released.
|
215
|
1746
|
213
|
1747 1997-11-13 Marc Paquette <marcpa@cam.org>
|
|
1748
|
|
1749 * nt/Todo: added a task for support of lisp packages through
|
|
1750 the registry.
|
|
1751
|
|
1752 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1753
|
|
1754 * Renamed files *w32* to *msw*
|
|
1755
|
|
1756 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
1757 HAVE_MS_WINDOWS. Changed files:
|
|
1758 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
1759 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
1760 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
1761 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
1762 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
1763 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
|
1764 redisplay.c, symsinit.h,
|
|
1765
|
|
1766 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
1767
|
|
1768 * Deleted w32 build directory since nt build directory now handles
|
|
1769 X and native mswindows builds.
|
|
1770
|
215
|
1771 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
1772
|
227
|
1773 * XEmacs 20.5-beta4 is released.
|
215
|
1774
|
211
|
1775 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
1776
|
|
1777 * info/dir: remove packaged entries.
|
|
1778 From Glynn Clements <glynn@sensei.co.uk>
|
|
1779
|
|
1780 * configure.in: Puke and die if NAS sound is selected without X.
|
|
1781
|
209
|
1782 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
1783
|
227
|
1784 * XEmacs 20.5-beta3 is released.
|
209
|
1785 * XEmacs 20.3-pre2 is released.
|
|
1786
|
|
1787 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1788
|
|
1789 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
1790
|
|
1791 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1792
|
|
1793 * Files split from nt to new w32 directory:
|
|
1794 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
1795 xemacs.mak.
|
|
1796
|
|
1797 1997-11-05 Didier Verna <verna@inf.enst.fr>
|
|
1798
|
|
1799 * configure.in: Added the --site-prefixes options for the configure
|
|
1800 script. You give a colon or space separated list of prefixes, and
|
|
1801 subdirectories include/ and lib/ will be added with -I and -L.
|
|
1802
|
|
1803 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
1804
|
|
1805 * configure.in: AIX + gcc fixes.
|
|
1806 - Don't wrap -B. aixflags changed to start_flags.
|
|
1807
|
|
1808 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
1809
|
|
1810 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
1811 From Skip Montanaro <skip@calendar.com>
|
|
1812
|
|
1813 1997-11-04 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1814
|
|
1815 * etc/TUTORIAL.de:
|
|
1816 Updated copyright information. Translated most of the COPYING
|
|
1817 section. Translated the <<.*>> didactic line.
|
|
1818
|
|
1819 1997-10-22 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1820
|
|
1821 * etc/TUTORIAL.de: Fixed two issues reported by
|
|
1822 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
|
|
1823
|
|
1824 * etc/TUTORIAL.de:
|
|
1825 Manually applied rejected patch hunks from Marc Aurel's patch.
|
|
1826 Some more fixes.
|
|
1827
|
|
1828 * etc/TUTORIAL.de:
|
|
1829 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>.
|
|
1830 They fix yet more typos and quite a few awkward sentences.
|
|
1831
|
|
1832 1997-10-21 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1833
|
|
1834 * etc/TUTORIAL.de: Manually merged a few more corrections by
|
|
1835 Carsten Leonhardt <leo@arioch.oche.de>
|
|
1836
|
|
1837 1997-10-20 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1838
|
|
1839 * etc/TUTORIAL.de:
|
|
1840 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
|
|
1841 then merged them with 1.3 via ediff-buffers.
|
|
1842 Andreas found some quite nasty typos still and added many missing commas.
|
|
1843
|
|
1844 * etc/TUTORIAL.de: Re-fill-ed paragraphs after patching.
|
|
1845
|
|
1846 * etc/TUTORIAL.de: Applied the excellent patches courtesy of
|
|
1847 Carsten Leonhardt <leo@arioch.oche.de>.
|
|
1848
|
|
1849 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1850
|
|
1851 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
1852
|
|
1853 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1854
|
|
1855 * etc/TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO
|
|
1856 639 (two letter language code).
|
|
1857
|
|
1858 * etc/TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO
|
|
1859 639 (two letter language code).
|
|
1860
|
|
1861 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
1862
|
|
1863 * etc/CHARSETS: New file imported from Emacs 20.1.
|
|
1864
|
|
1865 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1866
|
|
1867 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
1868 window's coordinates and dimensions to center the
|
|
1869 dialog box unless its mapped_when_managed property is
|
|
1870 true. This should avoid the top level widget that the
|
|
1871 HAVE_SESSION code creates, which is unmapped and
|
|
1872 useless for this purpose.
|
|
1873
|
|
1874 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
1875
|
|
1876 * XEmacs 20.3-pre1 is released.
|
|
1877
|
207
|
1878 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
1879
|
209
|
1880 * XEmacs 19.16 is released.
|
|
1881
|
|
1882 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
1883
|
227
|
1884 * XEmacs 20.5-beta2 is released.
|
207
|
1885
|
|
1886 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1887
|
|
1888 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
1889 TIFF(broken) and replace with test for ImageMagick.
|
|
1890
|
|
1891 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1892
|
|
1893 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
|
|
1894 Added *XlwMenu*titleForeground entry.
|
|
1895
|
|
1896 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
1897 titleForeground and highlightForeground properties.
|
|
1898
|
|
1899 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
1900 highlight colors.
|
|
1901
|
|
1902 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
1903 for the new titleForeground and highlightForeground
|
|
1904 properties.
|
|
1905
|
|
1906 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1907
|
|
1908 * etc/HELLO: Add Czech.
|
|
1909
|
|
1910 * etc/HELLO: Delete Amharic, Thai and Tigrigna.
|
|
1911
|
|
1912 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
1913
|
|
1914 * XEmacs 20.3-beta94 is released.
|
|
1915
|
|
1916 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1917
|
|
1918 * configure.in: Correct last patch for berkdb.
|
|
1919
|
|
1920 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
1921
|
|
1922 * XEmacs 20.3-beta93 is released.
|
|
1923
|
|
1924 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
1925
|
|
1926 * lib-src/make-path.c:
|
|
1927 * lib-src/digest-doc.c:
|
|
1928 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
1929 * configure.in: Improve AIX configure support
|
|
1930 - NON_GNU_CC defaults to `xlc'
|
|
1931 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
|
1932 -qmaxmem=20000"
|
|
1933 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
1934 - Detect -li18n for use with Motif
|
|
1935 - Move weird AIX static linking flags from s&m files to configure.in
|
|
1936 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
1937
|
|
1938 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1939
|
|
1940 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
1941 XmRHorizontalDimension in shadowThickness resource
|
|
1942 declaration.
|
|
1943
|
|
1944 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
1945 color as the foreground for selected entries.
|
|
1946
|
|
1947 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
1948 color as the foreground for selected entries.
|
|
1949
|
|
1950 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
1951 height to be minimum of 2x the shadow thickness.
|
|
1952
|
|
1953 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1954
|
|
1955 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
1956
|
|
1957 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
1958
|
|
1959 * XEmacs 20.3-beta92 is released.
|
|
1960
|
|
1961 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
1962
|
|
1963 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
1964 it already exists (use `make finder' to force rebuild).
|
|
1965
|
|
1966 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
1967
|
|
1968 * XEmacs 20.3-beta91 is released.
|
|
1969
|
|
1970 1997-10-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1971
|
|
1972 * etc/NEWS: document changed package load semantics.
|
|
1973
|
|
1974 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1975
|
|
1976 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
1977
|
|
1978 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1979
|
|
1980 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
1981 and removed backquoted echo statement from the infopath report line.
|
|
1982
|
|
1983 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1984
|
|
1985 * configure.in: Added detection of the declaration of the timezone
|
|
1986 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
1987
|
|
1988
|
|
1989 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1990
|
|
1991 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
1992 of the timezone variable in system headers.
|
|
1993
|
|
1994 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
1995
|
|
1996 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
1997
|
|
1998 * configure.in (all_widgets): Don't allow configuration of
|
|
1999 --with-mule if Mule lisp hasn't been installed.
|
|
2000
|
|
2001 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
2002
|
|
2003 * configure.in: Remove `site-lisp' from list of directories to
|
|
2004 make symbolic links for.
|
|
2005
|
|
2006 * XEmacs 20.3-beta90 is released.
|
|
2007
|
|
2008 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
2009
|
|
2010 * info/dir: Cosmetic changes to info/dir
|
|
2011
|
|
2012 1997-10-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2013
|
|
2014 * etc/NEWS: Updates
|
|
2015
|
205
|
2016 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
2017
|
227
|
2018 * XEmacs 20.5-beta1 is released.
|
205
|
2019
|
|
2020 * XEmacs 19.16-pre9 is released.
|
|
2021
|
|
2022 * XEmacs 19.16-pre8 is released.
|
|
2023
|
203
|
2024 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
2025
|
205
|
2026 * XEmacs 20.3-beta28 is released.
|
|
2027
|
203
|
2028 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
2029 (infopath): New shell variable.
|
|
2030 (infopath_user_defined): Ditto.
|
|
2031
|
|
2032 * configure.in (infodir_user_defined): Spelling fixes.
|
|
2033
|
|
2034 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2035
|
|
2036 * configure.in: added options and option help docs for infopath
|
|
2037 and lockdir
|
|
2038 * '' added a line to the report for infopath and lockdir
|
|
2039
|
207
|
2040 * etc/NEWS: Draft entry for the info changes.
|
203
|
2041
|
|
2042 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2043
|
|
2044 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
2045 DUMPENV.
|
|
2046
|
|
2047 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
2048
|
|
2049 * packages/info/localdir: New directory and file.
|
|
2050
|
|
2051 * packages/README: New directory & file.
|
|
2052
|
|
2053 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
2054
|
|
2055 * Makefile.in: Add `make configure' target
|
|
2056
|
|
2057 * etc/BETA:
|
|
2058 - remove Chuck as contact name
|
|
2059 - random small improvements
|
|
2060 - remove I/me references - the message should be that XEmacs
|
|
2061 maintenance is an inclusive community effort.
|
|
2062
|
|
2063 1997-10-10 SL Baur <steve@altair.xemacs.org>
|
|
2064
|
|
2065 * etc/BETA (Prerequisite): Add further documentation for
|
|
2066 package installation.
|
|
2067
|
|
2068 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
2069
|
|
2070 * XEmacs 19.16-pre7 is released.
|
|
2071
|
|
2072 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
2073
|
|
2074 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
2075 commands for symlink'ing the system-independent bits into the
|
|
2076 system-dependent directory structure from "install-arch-indep" to
|
|
2077 "install-arch-dep".
|
|
2078
|
|
2079 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2080
|
|
2081 * Makefile.in (blddir): variable from "configure".
|
|
2082 (finder): use it.
|
|
2083
|
|
2084 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
2085
|
|
2086 * Makefile.in (GENERATED_LISP): New variable.
|
|
2087 (all): Force dependency on finder-inf.el.
|
|
2088 (lisp/utils/finder-inf.el): new rule.
|
|
2089
|
|
2090 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
2091
|
|
2092 * XEmacs 19.16-pre6 is released.
|
|
2093
|
201
|
2094 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
2095
|
|
2096 * XEmacs 20.3-beta27 is released.
|
|
2097
|
|
2098 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
2099
|
|
2100 * Makefile.in (install-arch-indep): When --prefix !=
|
|
2101 --exec-prefix, symlink the system-independent bits into the
|
|
2102 system-dependent directory structure (rather than the other way
|
|
2103 around).
|
|
2104
|
|
2105 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
2106
|
|
2107 * lib-src/etags.c: etags 12.28 + prototypization
|
|
2108 * INSTALL: Better document --site-runtime-libraries
|
|
2109 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
|
2110 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
2111 left; scrollbar disappears; keyboard inoperative.
|
|
2112 * configure.in: Remove left-over references to *_switch_x_*
|
|
2113 - NAS libaudio is part of $libs_x, not $LIBS
|
|
2114
|
199
|
2115 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
2116
|
|
2117 * XEmacs 20.3-beta26 is released.
|
|
2118
|
197
|
2119 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
2120
|
|
2121 * XEmacs 20.3-beta25 is released.
|
|
2122
|
|
2123 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
2124 future reference.
|
|
2125
|
|
2126 * etc/BETA: Document existence of `Installation' file.
|
|
2127 - Document requirement of rebuilding finder-inf.el when building
|
|
2128 from the full tarball.
|
|
2129
|
|
2130 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
2131
|
|
2132 * configure.in (use_union_type): Default to "yes".
|
|
2133
|
|
2134 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
2135
|
|
2136 * configure.in: Add tiff autodetection
|
|
2137
|
|
2138 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
2139
|
|
2140 * lwlib/xlwmenu.c: Add bounds checking.
|
|
2141 Check error return on XmStringGetLtoR.
|
|
2142
|
195
|
2143 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
2144
|
|
2145 * XEmacs 20.3-beta24 is released.
|
|
2146
|
|
2147 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
2148
|
|
2149 * Makefile.in (custom-loads): New target.
|
|
2150
|
|
2151 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
2152
|
|
2153 * etc/BETA (XEmacs 20.3 packages): Added explanation of package
|
|
2154 hierarchy.
|
|
2155
|
|
2156 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
2157
|
|
2158 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
2159 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2160
|
|
2161 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
2162
|
|
2163 * XEmacs 19.16-pre4 is released.
|
|
2164
|
193
|
2165 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
2166
|
|
2167 * XEmacs 20.3-beta23 is released.
|
|
2168
|
|
2169 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
2170
|
|
2171 * XEmacs 19.16-pre3 is released.
|
|
2172
|
|
2173 1997-09-18 Colin Rafferty <craffert@ml.com>
|
|
2174
|
|
2175 * etc/NEWS: Various spelling corrections and some grammar
|
|
2176 corrections (which/that).
|
|
2177
|
|
2178 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2179
|
|
2180 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
2181 sequences (needs more testing).
|
|
2182 * */Makefile*:
|
|
2183 - Cleanup man/*/Makefile for consistency.
|
|
2184 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
2185 - Make combination --with-srcdir + Sun make work properly.
|
|
2186 - Change construct: test -d $${dir} || mkdir $${dir}
|
|
2187 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
2188 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
2189 re-mappings of Sun function keys.
|
|
2190 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
2191 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
2192
|
191
|
2193 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
2194
|
|
2195 * XEmacs 20.3-beta22 is released.
|
|
2196
|
189
|
2197 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
2198
|
|
2199 * XEmacs 20.3-beta21 is released.
|
|
2200
|
|
2201 * XEmacs 19.16-pre2 is released.
|
|
2202
|
187
|
2203 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
2204
|
|
2205 * XEmacs 20.3-beta20 is released.
|
|
2206
|
|
2207 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
2208
|
|
2209 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
2210 - Fix test for $PWD == `pwd`
|
|
2211 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
2212 systems can work. (untested)
|
|
2213
|
|
2214 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
2215 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
2216 being autoloaded - let's make them part of the core.
|
|
2217
|
|
2218 * lisp/x11/x-compose.el:
|
|
2219 * lisp/x11/x-init.el:
|
|
2220 * lisp/x11/x-win-sun.el:
|
|
2221 * lisp/x11/x-winxfree86.el:
|
|
2222 * src/device-x.c:
|
|
2223 * src/event-Xt.c:
|
|
2224 - Yet another rewrite of key handling (not the last, though)
|
|
2225 - x-keysym-on-keyboard-p is much faster.
|
|
2226 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
2227 - x-keysym-hashtable introduced.
|
|
2228 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
|
2229 - A better workaround for the bug that some Xlibs generate
|
|
2230 Multi_key a adiaeresis when pressing Multi_key a "
|
|
2231
|
|
2232 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
2233
|
|
2234 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
2235
|
|
2236 XEmacs 19.16-pre1 "Queens" is released.
|
|
2237
|
|
2238 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
2239
|
|
2240 * configure.in: Reverse package-path.
|
|
2241 From Colin Rafferty <craffert@ml.com>
|
|
2242
|
185
|
2243 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
2244
|
|
2245 * XEmacs 20.3-beta19 is released.
|
|
2246
|
|
2247 * Makefile.in (finder): New target.
|
|
2248
|
|
2249 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
2250
|
|
2251 * XEmacs 19.16-beta91 is released.
|
|
2252
|
|
2253 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2254
|
|
2255 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
2256 iso-2022-jp-2 is defined as coding-system.
|
|
2257
|
|
2258 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
2259 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
2260
|
|
2261 (iso-2022-jp-2): New coding system.
|
|
2262
|
|
2263 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2264
|
|
2265 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
2266 jka-compr.el.
|
|
2267
|
|
2268 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
2269
|
|
2270 * XEmacs 19.16-beta90 is released.
|
|
2271
|
183
|
2272 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
2273
|
|
2274 * XEmacs 20.3-beta18 is released.
|
|
2275
|
|
2276 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2277
|
|
2278 * etc/NEWS: add a section telling about the Info changes.
|
|
2279
|
181
|
2280 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
2281
|
|
2282 * XEmacs 20.3-beta17 is released.
|
|
2283
|
|
2284 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2285
|
|
2286 * etc/gnuserv.1: Described Hrvoje's mods in manpage
|
|
2287
|
|
2288 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
2289
|
|
2290 * configure.in:
|
|
2291 - use-system-malloc renamed to with-system-malloc.
|
|
2292 - config.el reimplemented for improved accuracy.
|
|
2293 - new variable `blddir' introduced for informational purposes.
|
|
2294 * lib-src/config.values.in: new config.el implementation
|
|
2295 * lib-src/config.values.sh: new config.el implementation
|
|
2296 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
|
2297 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
2298 * src/chartab.c: maintainability improvements.
|
|
2299 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
2300 coding systems results in extra CR's inserted into file on saving.
|
|
2301
|
|
2302 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
2303
|
|
2304 * configure.in: Crash & burn if db-2 is detected.
|
|
2305 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
2306
|
179
|
2307 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
2308
|
|
2309 * XEmacs 20.3-beta16 is released.
|
|
2310
|
|
2311 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
2312
|
|
2313 * configure.in: --with-x11=no --> --with-xface=no
|
|
2314 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
2315 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
2316 * event-Xt.c: Fix crashes when no input context available.
|
|
2317 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
2318 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
2319 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
2320 NOT_C_CODE
|
|
2321
|
|
2322 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
2323
|
|
2324 * etc/BETA: Update patching instructions.
|
|
2325
|
177
|
2326 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
2327
|
|
2328 * XEmacs 20.3-beta15 is released.
|
|
2329
|
|
2330 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
2331
|
|
2332 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
2333 * lwlib/xlwmenu.c: Ditto.
|
|
2334 * lwlib/lwlib-utils.h: Ditto.
|
|
2335
|
|
2336 * configure.in (null_string): Add --use-debug-malloc option.
|
|
2337
|
|
2338 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
2339
|
|
2340 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
2341
|
|
2342 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
2343
|
|
2344 * Makefile.in (install-arch-indep): Create required links when
|
|
2345 prefixdir != execdir.
|
|
2346
|
|
2347 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
2348
|
|
2349 * XEmacs 20.3-beta14 is released.
|
|
2350
|
|
2351 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2352
|
177
|
2353 * src/fns.c (require): Print messages when loading a file as a
|
175
|
2354 result of require.
|
|
2355
|
|
2356 * configure.in:
|
|
2357 * lisp/utils/config.el:
|
|
2358 * lib-src/config.values:
|
|
2359 - new file created and installed by building.
|
|
2360 - Allow configuration time values to be queried by the lisp code.
|
|
2361
|
|
2362 * configure.in:
|
|
2363 - check for alloca in libPW on hpux.
|
|
2364 - Redo --with-clash-detection
|
|
2365 - need to check for termios and friends even if with-tty=no.
|
|
2366 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
2367 - better quoting for AIX_SMT_EXP (untested)
|
|
2368 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
2369
|
|
2370 * *.[ch]: more warning elimination
|
|
2371
|
|
2372 * src/input-method*.c:
|
|
2373 * src/s/freebsd.h:
|
|
2374 - remove freebsd ifdefs from C code.
|
|
2375
|
|
2376 * src/specifier.c:
|
|
2377 - fix Fdisplay-table-specifier-p
|
|
2378
|
173
|
2379 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2380
|
|
2381 * XEmacs 20.3-beta13 is released.
|
|
2382
|
|
2383 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
2384
|
|
2385 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2386
|
|
2387 * extents.c (print_extent): Print correctly.
|
|
2388
|
|
2389 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2390
|
|
2391 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
2392
|
|
2393 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
2394
|
|
2395 * *Makefile*: More cleanup.
|
|
2396 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
2397 - Nuke ld_call_shared from s&m files
|
|
2398 - Nuke src/s/*-static.h
|
|
2399 - Nuke Solaris and DEC OSF static build support.
|
|
2400 - Nuke SHORTNAMES
|
|
2401 - Nuke libmld
|
|
2402 - CLASH_DETECTION configurable, off by default.
|
|
2403
|
|
2404 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
2405 safeguarding.
|
|
2406
|
|
2407 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
2408
|
|
2409 * lib-src/etags.c: etags version 12.19.
|
|
2410
|
|
2411 * lisp/x11/x-select.el:
|
|
2412 * src/xselect.c: Try STRING if selection owner couldn't convert
|
|
2413 COMPOUND_TEXT.
|
|
2414
|
|
2415 * src/*.c: Change defalt to default_, and in general allow
|
|
2416 doc-snarfing functions to recognize and ignore trailing `_'
|
|
2417
|
|
2418 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
|
2419 convert source code to use them consistently.
|
|
2420
|
171
|
2421 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2422
|
|
2423 * XEmacs 20.3-beta12 is released.
|
|
2424
|
|
2425 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
2426
|
|
2427 * configure.in: Set options differently, depending on beta-ness of
|
|
2428 build tree.
|
|
2429 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
2430 distclean.
|
|
2431
|
|
2432 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2433
|
|
2434 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
2435 linker.
|
|
2436 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2437
|
|
2438 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
2439
|
|
2440 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
2441
|
|
2442 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
2443
|
|
2444 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
2445 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
2446
|
|
2447 * XEmacs 20.3-beta11 is released.
|
|
2448
|
|
2449 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2450
|
|
2451 * lisp/language/english.el: Add quail-british for British.
|
|
2452
|
|
2453 * lisp/language/european.el: Register input-method for various non
|
|
2454 quail-latin-1 methods.
|
|
2455
|
169
|
2456 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
2457
|
|
2458 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
2459
|
|
2460 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
2461 - Autodetect ulimit.h
|
|
2462 - Remove broken SunOS4 kludge for libXmu
|
|
2463 - Autodetect usleep
|
|
2464
|
|
2465 * src/s/sol2.h: Support gcc on various Solaris releases.
|
|
2466
|
|
2467 * lib-src/*.c: Ansify prototypes.
|
|
2468
|
|
2469 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
2470
|
|
2471 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
2472 - `make install' now works.
|
|
2473 - dependencies updated.
|
|
2474
|
|
2475 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
2476 - Replace uses of XtVa* with non-varargs variants.
|
|
2477
|
|
2478 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2479
|
|
2480 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
2481 `change-major-mode-hook'.
|
|
2482
|
|
2483 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
2484
|
|
2485 * src/glyphs.c (make_string_from_file): must protect from
|
|
2486 `format-alist'.
|
|
2487
|
|
2488 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2489
|
|
2490 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
2491 variable.
|
|
2492
|
167
|
2493 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2494
|
169
|
2495 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
2496 should be `print-libgcc-file-name'
|
|
2497 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
2498
|
167
|
2499 * XEmacs 20.3-beta10 is released.
|
|
2500
|
|
2501 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2502
|
|
2503 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
2504 GB).
|
|
2505
|
|
2506 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
2507 11643 to be more detailed.
|
|
2508
|
|
2509 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
2510 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
2511 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
2512
|
|
2513 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
2514 detailed.
|
|
2515
|
|
2516 Use BOX DRAWINGS characters of JIS X0208.
|
|
2517
|
|
2518 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2519
|
|
2520 * lisp/apel/richtext.el: Add autoload comments for
|
|
2521 `richtext-encode' and `richtext-decode'.
|
|
2522
|
|
2523 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
2524
|
|
2525 * lisp/tl/chartblxmas.el: New file.
|
|
2526
|
|
2527 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
2528 table" for MULE menu.
|
|
2529
|
|
2530 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
2531
|
|
2532 * lisp/tl/char-table.el (view-charset): New command.
|
|
2533
|
|
2534 * lisp/tl/char-table.el: Rename some functions.
|
|
2535
|
|
2536 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
2537 `hexl-mode-exit-hook'.
|
|
2538
|
|
2539 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
2540 support" and "Set language environment" of mule menu.
|
|
2541
|
|
2542 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
2543 `add-path', `add-latest-path', `get-latest-path',
|
|
2544 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
2545 variable `exec-suffix-list'.
|
|
2546
|
|
2547 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
2548 image/png and image/x-xpm.
|
|
2549
|
|
2550 * lisp/modes/image-mode.el: New file.
|
|
2551
|
|
2552 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2553
|
|
2554 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
2555 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
2556
|
|
2557 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
2558
|
165
|
2559 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
2560
|
|
2561 * XEmacs 20.3-beta9 is released.
|
|
2562
|
|
2563 * Makefile.in (dist): Make `make dist' work for me.
|
|
2564
|
|
2565 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
2566
|
|
2567 * configure.in:
|
|
2568 - Change "t" to tabs in sed commands
|
|
2569 - Add /g to sed substitition commands when appropriate
|
|
2570 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
2571 - Make version variables into Lisp_Objects.
|
|
2572
|
|
2573 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2574
|
|
2575 * src/config.h.in:
|
|
2576 * configure.in:
|
|
2577 - Autodetect X defines using xmkmf.
|
|
2578 - Compute rpath on *bsd* systems as well.
|
|
2579 - rewrite PRINT_VAR m4 macro.
|
|
2580 - detect sizes of void* and long long for future use by unex*.c
|
|
2581 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
2582
|
|
2583 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2584
|
|
2585 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
2586
|
|
2587 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
2588 `mh-folder-coding-system'.
|
|
2589
|
|
2590 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2591
|
|
2592 * lisp/language/ethio-util.el: imported from
|
|
2593 Emacs/mule-19.34.94-zeta.
|
|
2594
|
|
2595 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
2596 repair Arabic characters.
|
|
2597
|
|
2598 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2599
|
|
2600 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
2601
|
|
2602 * etc/HELLO: final byte for ethiopic was changed to sync with
|
|
2603 Emacs/mule-19.34.94-zeta.
|
|
2604
|
|
2605 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
2606 language environment" of Mule menu.
|
|
2607
|
|
2608 * lisp/language/visual-mode.el: moved from mule/.
|
|
2609
|
|
2610 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
2611
|
|
2612 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
2613 problem of setting for `language-info-alist' about koi8-r.
|
|
2614
|
|
2615 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
2616
|
|
2617 * lisp/mule/mule-util.el: New file (imported from
|
|
2618 Emacs/mule-19.34.94-zeta).
|
|
2619
|
|
2620 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
2621 moved to mule-util.el.
|
|
2622
|
|
2623 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
2624 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
2625 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
2626 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
2627 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
2628
|
|
2629 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
2630 emulate Emacs/mule-19.34.94-zeta function.
|
|
2631
|
|
2632 * lisp/mule/mule-cmds.el: modified to sync with
|
|
2633 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
2634
|
|
2635 (set-language-info): Add to "Describe Language Support" and "Set
|
|
2636 Language Environment" menu.
|
|
2637
|
|
2638 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
2639 `decompose-region' were moved to mule-util.el.
|
|
2640
|
|
2641 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
2642 Emacs/mule in ETL.
|
|
2643
|
|
2644 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
2645
|
|
2646 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
2647
|
|
2648 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2649
|
|
2650 * etc/NEWS (Commands): Various updates by Hrvoje Niksic.
|
|
2651
|
163
|
2652 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2653
|
165
|
2654 * Makefile.in: Missing FRC.info.
|
|
2655 (install-arch-dep): Add missing backslash.
|
|
2656 From Glynn Clements <glynn@sensei.co.uk>
|
|
2657
|
163
|
2658 * XEmacs 20.3-beta8 is released.
|
|
2659
|
|
2660 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2661
|
|
2662 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
2663 lwlib/lwlib.c: Make 64 bit clean.
|
|
2664
|
|
2665 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
2666
|
|
2667 * etc/gnuserv.1: Updates and cleanup.
|
|
2668 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2669
|
|
2670 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2671
|
|
2672 * configure.in:
|
|
2673 - Autodetect X defines using xmkmf.
|
|
2674 - Compute rpath on *bsd* systems as well.
|
|
2675 - rewrite PRINT_VAR m4 macro.
|
|
2676 - detect sizes of void* and long long for future use by unex*.c
|
|
2677
|
|
2678 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
2679
|
|
2680 * */Makefile.in.in: Another rewrite
|
|
2681 Make makefiles immune from being mangled by various cpp
|
|
2682 implementations by quoting non-preprocessor directive lines.
|
|
2683 - random cleanup
|
|
2684 - Use $(RM) and $(pwd) macros consistently
|
|
2685 - Add dependencies for balloon-help source files
|
|
2686 - Use getcwd by default instead of getwd.
|
|
2687 * lwlib/config.h: Now includes src/config.h
|
|
2688 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
2689 * lib-src/*.c: Fix compiler warnings
|
|
2690 * lisp/version.el:
|
|
2691 - Put version information in version.sh instead of version.el
|
|
2692
|
|
2693 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2694
|
|
2695 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
2696 -I/usr/local/include.
|
|
2697
|
161
|
2698 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
2699
|
|
2700 * XEmacs 20.3-beta7 is released.
|
|
2701
|
|
2702 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2703
|
|
2704 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
|
|
2705 XEmacs version.
|
|
2706
|
|
2707 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2708
|
|
2709 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
2710 regexp for horizontal smiley faces.
|
|
2711 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
2712
|
|
2713 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
2714 `string-to-vector' for XEmacs.
|
|
2715
|
|
2716 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
2717
|
|
2718 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
2719 previously commented out and normalized everything vis a vis
|
|
2720 'backspace and 'delete keysyms.
|
|
2721 * lisp/packages/*.el: Normalized all the "\177" bindings
|
|
2722 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
|
2723 which is a "smart" version of the cperl-electric-backspace
|
|
2724 function (it honors the desired delete direction). Bound it to
|
|
2725 'delete and the electric-backspace to 'backspace.
|
|
2726 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
|
2727 cperl-electric-delete to the 'supersede list.
|
|
2728
|
159
|
2729 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2730
|
|
2731 * XEmacs 20.3-b6 is released.
|
|
2732
|
|
2733 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
2734 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
2735
|
|
2736 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
2737
|
|
2738 * src/Makefile.in:
|
|
2739 * lwlib/Makefile.in:
|
|
2740 * lib-src/Makefile.in:
|
|
2741 * Makefile.in: More Makefile cleanup
|
|
2742 - add .PHONY targets where necessary
|
|
2743 - remove most builtin rules using .SUFFIXES
|
|
2744 - -lXau only gets used for linking gnuserv binaries
|
|
2745 - No VPATH for root Makefile
|
|
2746 - remove gcc v1 support
|
|
2747 * configure.in:
|
|
2748 - A new test to autodetect need to define NARROWPROTO,
|
|
2749 needed by XFree86
|
|
2750 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
2751 - Immediately exit if SIZEOF_* tests fail.
|
|
2752 - Check for libPW
|
|
2753 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
2754 are in sync.
|
|
2755 * src/s/linux.h:
|
|
2756 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
2757
|
|
2758 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2759
|
|
2760 * lib-src/pop.c: Correct incantation for pop.h.
|
|
2761 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2762
|
|
2763 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2764
|
|
2765 * configure.in (beta): Correct test looking for Beta number.
|
|
2766
|
|
2767 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2768
|
|
2769 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
2770 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
2771 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
2772 mule/ipa-hooks.el was deleted.
|
|
2773
|
|
2774 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2775
|
|
2776 * Use lisp/mule/language/thai-util.el instead of
|
|
2777 lisp/mule/thai.el.
|
|
2778
|
|
2779 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
2780
|
|
2781 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
2782 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
2783
|
|
2784 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
2785
|
|
2786 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2787
|
|
2788 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
2789 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
2790 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
2791 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
2792 instead of lisp/mule/chinese-hooks.el,
|
|
2793 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
2794 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
2795 lisp/mule/korean-hooks.el.
|
|
2796
|
|
2797 * lisp/mule/language/*.el was imported from
|
|
2798 Emacs/mule-19.34.94-zeta.
|
|
2799
|
|
2800 * Use lisp/mule/language/china-util.el instead of
|
|
2801 lisp/mule/chinese.el.
|
|
2802
|
|
2803 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2804
|
|
2805 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
2806 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
2807 were defined as coding-system.
|
|
2808
|
|
2809 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2810
|
|
2811 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
|
|
2812 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
|
|
2813 etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
|
|
2814
|
|
2815 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2816
|
|
2817 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
2818 smiley faces.
|
|
2819
|
163
|
2820 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2821
|
|
2822 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
2823 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
2824
|
|
2825 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2826
|
|
2827 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
2828 the `backward-or-forward-foo' functions.
|
|
2829 * lisp/prim/simple.el:
|
|
2830 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
2831 - Removed `backspace-or-delete-hook'
|
|
2832 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
2833 - Added functions: `backward-or-forward-kill-word'
|
|
2834 `backward-or-forward-kill-sentence'
|
|
2835 `backward-or-forward-kill-sexp'
|
|
2836 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
2837 began playing nicely with pending-del.
|
|
2838 * lisp/modes/cc-mode.el:
|
|
2839 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
2840 to use the new names.
|
|
2841
|
157
|
2842 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2843
|
|
2844 * XEmacs 20.3-b5 is released.
|
|
2845
|
|
2846 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2847
|
|
2848 * etc/NEWS: Updates for early beta20.3 stuffs.
|
|
2849 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2850
|
155
|
2851 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
2852
|
|
2853 * XEmacs 20.3-b4 is released.
|
|
2854
|
|
2855 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
2856
|
|
2857 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
2858 with new Autoconf 2 mechanisms.
|
|
2859 * src/syswait.h:
|
|
2860 * src/sysdep.c:
|
|
2861 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
2862
|
|
2863 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
2864 old cruft that can be obtained from system header files.
|
|
2865 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
|
2866
|
|
2867 * lib-src/b2m.c:
|
|
2868 * src/gifalloc.c:
|
|
2869 * lib-src/gnuslib.c:
|
|
2870 * lib-src/profile.c:
|
|
2871 * lib-src/movemail.c: Fix compiler warnings
|
|
2872
|
|
2873 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
2874 - Fix up compile flags for new etags version
|
|
2875
|
|
2876 * etc/NEWS:
|
|
2877 * etc/etags.1:
|
|
2878 * man/xemacs/programs.texi:
|
|
2879 * lib-src/etags.c: Upgraded to etags 12.11
|
|
2880
|
|
2881 * src/config.h.in: Fix inline keyword support
|
|
2882
|
|
2883 * configure.in: Use a different mechanism for removing extra white
|
|
2884 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
2885 - new M4 macro XE_SPACE(var, words...)
|
|
2886 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
2887 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
2888 linking with losing Xpm implementations
|
|
2889 - Check for correct wnn4 lib symbols
|
|
2890 - Only link with inline.o when using gcc
|
|
2891 - Support inline keywords inline, __inline, __inline__
|
|
2892 - Ultrix now implies have_mmap=no
|
|
2893 - Sun sound in non-standard dirs now works
|
|
2894 - --native-sound-lib no longer ignored on HP & SGI
|
|
2895 - gpm configure tests moved after curses configure tests
|
163
|
2896
|
|
2897 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2898
|
|
2899 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
2900 desired delete direction in both normal and "hungry" modes.
|
|
2901 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
2902 honor the desired delete direction.
|
155
|
2903
|
|
2904 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
2905
|
|
2906 * configure.in: Automagically compute -R path for gcc
|
|
2907
|
163
|
2908 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2909
|
|
2910 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
2911 `vm-scroll-down'
|
|
2912
|
155
|
2913 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2914
|
|
2915 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
2916
|
|
2917 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
2918
|
|
2919 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
2920 Becker's replacement, hacked somewhat.
|
|
2921
|
163
|
2922 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2923
|
|
2924 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
2925 `backspace-or-delete-hook'
|
|
2926 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
2927 delete function.
|
|
2928 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
2929 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
2930 delete bindings.
|
|
2931 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
2932 use new delete bindings.
|
|
2933
|
155
|
2934 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2935
|
|
2936 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
2937
|
|
2938 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
2939 x11/x-menubar.el.
|
|
2940
|
|
2941 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2942
|
|
2943 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
2944 overlay.el.
|
|
2945
|
|
2946 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2947
|
|
2948 * lisp/leim/quail.el: to sync with quail.el of
|
|
2949 Emacs-19.34.94-zeta.
|
|
2950
|
|
2951 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
2952 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
2953 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
2954 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
2955 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
2956 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
2957 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
2958 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
2959 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
2960 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
2961 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
2962 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
2963 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
2964 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
2965 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
2966 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
2967 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
2968 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
2969 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
2970
|
|
2971 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2972
|
|
2973 * mule/korean.el was abolished because it seems not to be used.
|
|
2974
|
|
2975 * mule/japanese.el was abolished because it seems not to be used.
|
|
2976
|
|
2977 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2978
|
|
2979 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
2980 Gnus 5.4.
|
|
2981
|
|
2982 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
2983
|
|
2984 * lisp/tm/tm-view.el: updated to 7.83.
|
|
2985
|
|
2986 * lisp/leim/quail.el: modified for XEmacs.
|
|
2987
|
|
2988 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
2989 mule-process.el because it is not used.
|
|
2990
|
|
2991 * lisp/mule/european.el was abolished because it seems not to be
|
|
2992 used.
|
|
2993
|
|
2994 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
2995 language-environment.
|
|
2996
|
|
2997 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
2998
|
|
2999 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
3000 `toggle-input-method'.
|
|
3001
|
|
3002 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
3003 to mule-cmds.el).
|
|
3004
|
|
3005 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
3006 from mule-init.el).
|
|
3007
|
|
3008 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
3009
|
|
3010 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
3011
|
|
3012 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
3013
|
|
3014 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3015
|
|
3016 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
3017 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
3018
|
|
3019 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
3020
|
|
3021 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
3022
|
|
3023 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
3024 19.34.94-epsilon).
|
|
3025
|
|
3026 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
3027 XEmacs can not compile it.
|
|
3028
|
|
3029 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
3030 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
3031 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
3032 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
3033 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
3034 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
3035 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
3036 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
3037 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
3038 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
3039 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
3040 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
3041 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
3042 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
3043 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
3044 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
3045 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
3046 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
3047 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
3048 elisp files; old lisp/quail was abolished.
|
|
3049
|
|
3050 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
3051
|
|
3052 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
3053 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
3054 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
3055
|
|
3056 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
3057 from Emacs-19.34.94-epsilon.
|
|
3058
|
153
|
3059 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
3060
|
|
3061 * XEmacs 20.3-beta3 is released.
|
|
3062
|
|
3063 * INSTALL: Delete documentation of mocklisp support.
|
|
3064
|
|
3065 * configure.in: Delete mocklisp support.
|
|
3066
|
|
3067 * etc/FTP: Update mirror info.
|
|
3068
|
|
3069 * etc/DISTRIB: Update mirror info.
|
|
3070
|
|
3071 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
3072
|
|
3073 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
3074 Becker's replacement, hacked somewhat.
|
|
3075
|
|
3076 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
3077
|
|
3078 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
3079
|
|
3080 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
3081
|
|
3082 * configure.in: Juggle link order of X libraries.
|
|
3083 Add support for using zsh to run configure.
|
|
3084 Document --with-tty=no.
|
|
3085 Fix -no-recursion option.
|
|
3086 Recognize and ignore --cache-file option.
|
|
3087 Recognize null values for preprocessor symbols converted to shell
|
|
3088 variables. This maybe fixes the "-ltermcap" problem.
|
|
3089 Remove spurious blanks from various SUBST-ituted variables.
|
|
3090 Fix conditional creation of gdbinit.
|
|
3091 Conditionally create .sbinit for Sunpro C.
|
|
3092
|
|
3093 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
3094
|
|
3095 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
|
|
3096
|
|
3097 * etc/DISTRIB: Ditto.
|
|
3098
|
151
|
3099 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
3100
|
|
3101 * XEmacs 20.3-beta2 is released.
|
|
3102
|
|
3103 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3104
|
|
3105 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
3106 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
3107 extra-verbose now default on beta builds.
|
|
3108 extra-verbose now much more verbose.
|
|
3109 Don't set libs_termcap to " ".
|
|
3110 Detect -lXm AFTER detecting -lXpm.
|
|
3111 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
3112 depend on it.
|
|
3113 with-xim=motif only default on Solaris.
|
|
3114 realpath moved from s&m to configure.in.
|
|
3115 xemacs-version.h removed. main_1 now contains $canonical as well,
|
|
3116 for even more useful backtraces.
|
|
3117 termcap handling rewritten.
|
|
3118 Create .sbinit for Sun's source browser.
|
|
3119 Warn user if no XPM support present.
|
|
3120 Warn user if compiling in error checking.
|
|
3121
|
|
3122 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
|
3123 dynodump. Remove core when cleaning. Remove config.log.
|
|
3124 make distclean now functional.
|
|
3125
|
|
3126 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
3127
|
|
3128 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
3129
|
|
3130 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3131
|
|
3132 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
3133
|
|
3134 * Makefile.in (distclean): Remve config.log.
|
|
3135 remove broken dynodump stuffs.
|
|
3136
|
149
|
3137 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3138
|
|
3139 * XEmacs 20.3-b1 is released.
|
|
3140
|
|
3141 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3142
|
|
3143 * info/dir (Packages): Update minor version number.
|
|
3144
|
|
3145 * etc/README: Update minor version number.
|
|
3146
|
|
3147 * README: Update minor version number.
|
|
3148
|
146
|
3149 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3150
|
|
3151 * XEmacs-20.2 is released.
|
|
3152
|
144
|
3153 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3154
|
|
3155 * XEmacs 20.2-b6 is released.
|
|
3156
|
142
|
3157 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3158
|
|
3159 * XEmacs 20.2-b5 is released.
|
|
3160
|
140
|
3161 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3162
|
|
3163 * XEmacs 20.2-b4 is released.
|
|
3164
|
|
3165 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3166
|
|
3167 * configure.in (--with-xim): Don't default it to Motif since it
|
|
3168 causes crashes at startup on some systems.
|
|
3169
|
138
|
3170 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3171
|
|
3172 * XEmacs 20.2-b3 is released.
|
|
3173
|
136
|
3174 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3175
|
|
3176 * XEmacs 20.2-b2 is released.
|
|
3177
|
|
3178 * configure.in (beta): OPENWINHOME misspelled.
|
|
3179
|
|
3180 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3181
|
|
3182 * etc/BETA (writing): Update with information about how to create
|
|
3183 patches.
|
|
3184
|
134
|
3185 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3186
|
|
3187 * XEmacs 20.2-b1 is released.
|
|
3188
|
|
3189 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3190
|
|
3191 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
3192 uname.
|
|
3193
|
131
|
3194 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3195
|
|
3196 * XEmacs 20.1 is re-released.
|
|
3197
|
126
|
3198 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3199
|
|
3200 * XEmacs 20.1 is released.
|
|
3201
|
124
|
3202 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3203
|
|
3204 * XEmacs 20.1-b15 is released.
|
|
3205
|
|
3206 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3207 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
3208 1) changing it into sections -- there is now a section for building,
|
|
3209 running and compatibility problems
|
|
3210
|
|
3211 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
3212 to Emacs 18, etc. --> size is off by 20K
|
|
3213
|
|
3214 3) Rearranging the entries by relevance. I have tried to put the most
|
|
3215 relevant entries in front.
|
|
3216
|
122
|
3217 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3218
|
|
3219 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
3220
|
120
|
3221 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3222
|
|
3223 * XEmacs 20.1-b12 is released.
|
|
3224
|
|
3225 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
3226
|
|
3227 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
3228 Hesiod options.
|
|
3229
|
118
|
3230 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3231
|
|
3232 * XEmacs 20.1-b11 is released.
|
|
3233
|
|
3234 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3235
|
|
3236 * Makefile.in (install-only): New target. Functionality suggested
|
|
3237 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
3238 Thompson.
|
|
3239
|
|
3240 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
3241 Zawinski for SGI cc and Irix 6.
|
|
3242
|
|
3243 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3244
|
|
3245 * configure.in: Add configuration parameters for Emacs 19.34
|
|
3246 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
3247
|
|
3248 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3249
|
|
3250 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
3251 mispatch.
|
|
3252
|
116
|
3253 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3254
|
|
3255 * XEmacs 20.1-b10 is released.
|
|
3256
|
|
3257 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3258
|
|
3259 * Remove vms top-level directory.
|
|
3260
|
|
3261 * XEmacs 19.15 final released to beta testers.
|
|
3262
|
|
3263 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3264
|
|
3265 * XEmacs 19.15 prefinal released to beta testers.
|
|
3266
|
|
3267 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3268
|
|
3269 * configure.in (--debug): Correct documentation.
|
|
3270
|
|
3271 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3272
|
|
3273 * XEmacs 19.15-b104 is released.
|
|
3274
|
|
3275 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3276
|
|
3277 * etc/sgml/CATALOG: Default to html-3.2final.
|
|
3278
|
|
3279 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
3280
|
|
3281 * configure.in (beta): Add configure support for the -rpath flag
|
|
3282 for IRIX analogous to the Solaris "-R".
|
|
3283
|
|
3284 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3285
|
|
3286 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
3287
|
|
3288 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3289
|
|
3290 * configure.in: Echo only current configuration using 'tee -a'.
|
|
3291
|
114
|
3292 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3293
|
|
3294 * XEmacs-19.15-b103 is released.
|
|
3295 * XEmacs-20.0-b9 is released.
|
|
3296
|
|
3297 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
3298 rule.
|
|
3299
|
|
3300 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
3301
|
|
3302 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
3303 update-autoloads.sh.
|
|
3304
|
|
3305 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3306
|
|
3307 * XEmacs-19.15-b102 is released.
|
|
3308
|
|
3309 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3310
|
|
3311 * XEmacs-19.15-b101 is released.
|
|
3312
|
112
|
3313 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3314
|
|
3315 * XEmacs-20.1-b8 is released.
|
|
3316 * XEmacs-19.15-b100 is released.
|
|
3317
|
110
|
3318 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3319
|
112
|
3320 * XEmacs-20.1-b7 is released.
|
|
3321 * XEmacs-19.15-b99 is released.
|
|
3322
|
110
|
3323 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
|
|
3324
|
|
3325 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3326
|
|
3327 * configure.in: Add sunos4-1-4 header files.
|
|
3328
|
|
3329 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3330
|
|
3331 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
3332
|
108
|
3333 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3334
|
|
3335 * XEmacs-20.1-b6 is released.
|
|
3336 * XEmacs-19.15-b98 is released.
|
|
3337
|
|
3338 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3339
|
|
3340 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
3341 (gzip-el): New targe for compressed installed lisp sources.
|
|
3342
|
|
3343 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3344
|
|
3345 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
3346 but before anything else. More flexible about finding an xemacs
|
|
3347 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
3348
|
106
|
3349 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3350
|
|
3351 * XEmacs 20.1-b5 is released.
|
|
3352
|
104
|
3353 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3354
|
|
3355 * XEmacs 20.1-b4 is released.
|
|
3356
|
|
3357 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3358
|
|
3359 * Makefile.in (distclean): Correct typos.
|
|
3360
|
|
3361 * XEmacs 19.15-b96 is released.
|
|
3362
|
|
3363 * configure.in: Symlink site-lisp when using --srcdir.
|
|
3364 Add special handling of lisp directory to allow for multiple
|
|
3365 site-packages files.
|
|
3366
|
|
3367 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3368
|
|
3369 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
3370 when they don't exist (after being pruned by CVS).
|
|
3371
|
|
3372 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3373
|
|
3374 * etc/sample.Xdefaults: Added customization of foreground and
|
|
3375 background colors for the `default' face.
|
|
3376
|
102
|
3377 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3378
|
|
3379 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
3380 distribution.
|
|
3381
|
|
3382 * XEmacs 20.1-b3 is released.
|
|
3383
|
100
|
3384 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3385
|
|
3386 * XEmacs 20.1-b2 is released.
|
|
3387
|
|
3388 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3389
|
|
3390 * XEmacs 19-15-b'95 is released.
|
|
3391
|
102
|
3392 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3393
|
|
3394 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel.
|
|
3395
|
|
3396 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
3397 - "knob" renamed to "slider"
|
|
3398 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
3399 pixel was.
|
|
3400 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
3401 - goobers on top of up-arrow removed.
|
|
3402 - up-arrow would not always be redrawn when necessary
|
|
3403 - slider drag would be `off' by size of up-arrow
|
|
3404 - horizontal and vertical scrollbars didn't use exactly the same
|
|
3405 dimensions.
|
|
3406 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
3407 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
3408
|
100
|
3409 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3410
|
|
3411 * configure.in (with_xauth): Attempted correction of test for
|
|
3412 libXmu on SunOS.
|
|
3413
|
98
|
3414 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3415
|
|
3416 * XEmacs 20.1-b1 is released.
|
|
3417 * XEmacs 19.15-b94 is released.
|
|
3418
|
|
3419 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3420
|
|
3421 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
3422
|
|
3423 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3424
|
|
3425 * XEmacs 19.15-b93 is released.
|
|
3426 XEmacs 20.0 is released to the 'net.
|
|
3427
|
96
|
3428 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3429
|
|
3430 * XEmacs 20.0try3 is released.
|
|
3431
|
94
|
3432 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3433
|
96
|
3434 * XEmacs 20.0try2 is released.
|
94
|
3435
|
96
|
3436 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
3437
|
|
3438 * XEmacs 19.15-b92 is released.
|
|
3439
|
88
|
3440 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3441
|
96
|
3442 * XEmacs 20.0try1 is released.
|
94
|
3443 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
3444
|
|
3445 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3446
|
|
3447 * PROBLEMS: Updated from beta test bug reports.
|
|
3448 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
3449
|
|
3450 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3451
|
|
3452 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
3453
|
84
|
3454 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3455
|
|
3456 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
3457
|
|
3458 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3459
|
|
3460 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
3461 char and pointer.
|
|
3462
|
|
3463 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3464
|
|
3465 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
3466
|
82
|
3467 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3468 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
3469
|
|
3470 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
3471 type.
|
|
3472
|
|
3473 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
3474 borderwidth.
|
|
3475 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
3476 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
3477 bottom of the buffer. :-(
|
|
3478
|
|
3479 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
3480
|
|
3481 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
3482 configurations that use both Motif and Athena.
|
|
3483
|
|
3484 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
|
|
3485
|
|
3486 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3487
|
|
3488 * info/dir (Gnus): Updated spelling and info.
|
|
3489
|
|
3490 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3491
|
|
3492 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
3493
|
|
3494 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3495
|
|
3496 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
3497 warnings for ccl-read-*
|
|
3498
|
80
|
3499 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
3500
|
|
3501 * etc/sample.emacs: Remove code snippet that wipes out the cycle
|
|
3502 buffer modeline feature.
|
|
3503
|
80
|
3504 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
3505 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
|
3506
|
|
3507 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3508
|
|
3509 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
3510
|
78
|
3511 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3512 * XEmacs 20.0 beta 34 is released.
|
|
3513 * XEmacs 19.15 beta 7 is released.
|
|
3514
|
177
|
3515 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
3516
|
|
3517 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
3518
|
80
|
3519 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3520
|
|
3521 * src/emacs.c: Make sure
|
|
3522 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
|
3523 works properly
|
|
3524
|
|
3525 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
3526 competitor to Purify.
|
|
3527
|
|
3528 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
3529 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
3530
|
|
3531 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
3532
|
|
3533 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
3534
|
|
3535 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3536
|
|
3537 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
3538 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
3539 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
3540 Errors during autoload generation are just that - errors.
|
|
3541
|
|
3542 Generated autoloads are now in a separate file of their own.
|
|
3543
|
|
3544 Reliability of autoload generation greatly increased.
|
|
3545
|
|
3546 Distribution smaller by about 100k.
|
|
3547
|
|
3548 `make autoloads' is still the preferred mechanism for update.
|
|
3549
|
|
3550 Autoloads are always regenerated completely from scratch. This
|
|
3551 avoids errors with obsolete or corrupted autoload entries.
|
|
3552
|
|
3553 Caching of autoload entries using timestamps has been eliminated.
|
|
3554
|
|
3555 Files that have no autoloads no longer have a comment placed into
|
|
3556 the generated autoloads file.
|
|
3557
|
|
3558 There was a bug where autoload entries would sometimes end up
|
|
3559 being inserted into the *middle* of other autoload entries,
|
|
3560 thereby corrupting them.
|
|
3561
|
|
3562 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
3563
|
|
3564 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3565
|
|
3566 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
3567 doesn't use the autoload facility to load `autoload';
|
|
3568 load it explicity instead.
|
|
3569
|
|
3570 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
3571
|
|
3572 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
3573
|
|
3574 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
3575
|
|
3576 * src/mule-charset.c: Use lower case for charset registry, to
|
|
3577 match XLFD.
|
|
3578
|
|
3579 * Makefile.in: replace list of info files with *.info* - one less
|
|
3580 maintenance headache
|
|
3581
|
|
3582 * etc/sample.emacs: Add sample code to highlight continuation glyph
|
|
3583
|
|
3584 * man/oo-browser.texi: Fix TeXability
|
|
3585
|
|
3586 * man/hyperbole.texi: Fix TeXability
|
|
3587
|
|
3588 * man/vhdl-mode.texi: Fix TeXability
|
|
3589
|
|
3590 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
3591 `make autoloads' should finally work.
|
|
3592
|
|
3593 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
3594
|
|
3595 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
3596
|
|
3597 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
3598 `special' directories without using the Makefiles
|
|
3599 designed for that purpose.
|
|
3600 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
3601
|
|
3602 * info/dir (Packages): Add Japanese TM info files
|
|
3603
|
|
3604 * src/inline.c: Allow compilation with `gcc -g'
|
|
3605
|
|
3606 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
3607
|
|
3608 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
3609 that various tools can recognize the filename as such.
|
|
3610
|
|
3611 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
|
3612 --with-xim=xlib and key event on window frame.
|
|
3613 Change return foo to return (foo) when return is a macro.
|
|
3614
|
|
3615 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
3616
|
|
3617 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
3618 This Makefile is no longer officially broken.
|
|
3619
|
|
3620 * info/dir: Add Japanese tm documents.
|
|
3621
|
|
3622 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
3623
|
|
3624 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
3625 xargs -i flag.
|
|
3626
|
|
3627 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
3628 the `binary' coding system is used for .gz and .Z extensions.
|
|
3629
|
|
3630 * man/viper.texi: Viper version 2.90
|
|
3631
|
|
3632 * man/ediff.texi: Ediff Version 2.62
|
|
3633
|
|
3634 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
3635 define-key, for compatibility with loaddefs.el
|
|
3636
|
|
3637 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
3638
|
|
3639 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
3640
|
|
3641 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
3642 files in dirs that have their own Makefiles.
|
|
3643
|
|
3644
|
|
3645
|
78
|
3646 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3647
|
|
3648 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
3649
|
|
3650 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
3651
|
|
3652 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
3653 installation.
|
|
3654
|
|
3655 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3656
|
|
3657 * XEmacs 20.0 beta 33 is released.
|
|
3658 * XEmacs 19.15 beta 6 is released.
|
|
3659
|
367
|
3660 Fri Dec 27 20:34:58 1996 Richard Mlynarik <Mly@POBox.COM>
|
76
|
3661
|
|
3662 * etc/yow.lines: 20k of new zippy quotes.
|
|
3663
|
|
3664 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3665
|
|
3666 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
3667 pages.
|
|
3668
|
|
3669 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3670 * XEmacs 20.0-b32 released.
|
|
3671
|
|
3672 * XEmacs 19.15-b5 released.
|
|
3673
|
74
|
3674 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3675
|
|
3676 * configure.in: Reformat. Fix shared include file rename
|
|
3677 problem.
|
|
3678
|
|
3679 * configure: Reformat. Fix shared include file rename problem.
|
|
3680
|
|
3681 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
3682
|
|
3683 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
3684
|
|
3685 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
3686 default.
|
|
3687
|
|
3688 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3689
|
|
3690 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
3691
|
72
|
3692 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
3693
|
|
3694 * info/vhdl-mode.info: New file.
|
|
3695
|
|
3696 * info/dir (Packages): Add vhdl-mode documentation.
|
|
3697
|
|
3698 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3699
|
|
3700 * configure: Make shared/dynamic flags work much more logically.
|
|
3701
|
|
3702 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
3703
|
|
3704 * configure.in (machine): Patch to make newly renamed shared
|
|
3705 link include files work.
|
|
3706
|
|
3707 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3708
|
|
3709 * configure.in: Configure for POSIX getcwd if available.
|
|
3710
|
|
3711 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3712
|
|
3713 * etc/edt-user.doc (File): New file from Emacs 19.34.
|
|
3714
|
|
3715 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
3716
|
|
3717 * configure.in (LIBS): Fix typo in dialog box test.
|
|
3718
|
|
3719
|