207
|
1 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * XEmacs 20.4-beta2
|
|
4
|
|
5 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
6
|
|
7 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
8 TIFF(broken) and replace with test for ImageMagick.
|
|
9
|
|
10 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11
|
|
12 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
|
|
13 Added *XlwMenu*titleForeground entry.
|
|
14
|
|
15 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
16 titleForeground and highlightForeground properties.
|
|
17
|
|
18 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
19 highlight colors.
|
|
20
|
|
21 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
22 for the new titleForeground and highlightForeground
|
|
23 properties.
|
|
24
|
|
25 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
26
|
|
27 * etc/HELLO: Add Czech.
|
|
28
|
|
29 * etc/HELLO: Delete Amharic, Thai and Tigrigna.
|
|
30
|
|
31 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
32
|
|
33 * XEmacs 20.3-beta94 is released.
|
|
34
|
|
35 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
36
|
|
37 * configure.in: Correct last patch for berkdb.
|
|
38
|
|
39 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
40
|
|
41 * XEmacs 20.3-beta93 is released.
|
|
42
|
|
43 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
44
|
|
45 * lib-src/make-path.c:
|
|
46 * lib-src/digest-doc.c:
|
|
47 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
48 * configure.in: Improve AIX configure support
|
|
49 - NON_GNU_CC defaults to `xlc'
|
|
50 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
|
51 -qmaxmem=20000"
|
|
52 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
53 - Detect -li18n for use with Motif
|
|
54 - Move weird AIX static linking flags from s&m files to configure.in
|
|
55 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
56
|
|
57 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
58
|
|
59 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
60 XmRHorizontalDimension in shadowThickness resource
|
|
61 declaration.
|
|
62
|
|
63 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
64 color as the foreground for selected entries.
|
|
65
|
|
66 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
67 color as the foreground for selected entries.
|
|
68
|
|
69 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
70 height to be minimum of 2x the shadow thickness.
|
|
71
|
|
72 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
73
|
|
74 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
75
|
|
76 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
77
|
|
78 * XEmacs 20.3-beta92 is released.
|
|
79
|
|
80 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
81
|
|
82 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
83 it already exists (use `make finder' to force rebuild).
|
|
84
|
|
85 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
86
|
|
87 * XEmacs 20.3-beta91 is released.
|
|
88
|
|
89 1997-10-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
90
|
|
91 * etc/NEWS: document changed package load semantics.
|
|
92
|
|
93 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
94
|
|
95 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
96
|
|
97 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
98
|
|
99 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
100 and removed backquoted echo statement from the infopath report line.
|
|
101
|
|
102 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
103
|
|
104 * configure.in: Added detection of the declaration of the timezone
|
|
105 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
106
|
|
107
|
|
108 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
109
|
|
110 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
111 of the timezone variable in system headers.
|
|
112
|
|
113 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
114
|
|
115 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
116
|
|
117 * configure.in (all_widgets): Don't allow configuration of
|
|
118 --with-mule if Mule lisp hasn't been installed.
|
|
119
|
|
120 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
121
|
|
122 * configure.in: Remove `site-lisp' from list of directories to
|
|
123 make symbolic links for.
|
|
124
|
|
125 * XEmacs 20.3-beta90 is released.
|
|
126
|
|
127 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
128
|
|
129 * info/dir: Cosmetic changes to info/dir
|
|
130
|
|
131 1997-10-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
132
|
|
133 * etc/NEWS: Updates
|
|
134
|
205
|
135 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
136
|
|
137 * XEmacs 20.4-beta1 is released.
|
|
138
|
|
139 * XEmacs 19.16-pre9 is released.
|
|
140
|
|
141 * XEmacs 19.16-pre8 is released.
|
|
142
|
203
|
143 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
144
|
205
|
145 * XEmacs 20.3-beta28 is released.
|
|
146
|
203
|
147 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
148 (infopath): New shell variable.
|
|
149 (infopath_user_defined): Ditto.
|
|
150
|
|
151 * configure.in (infodir_user_defined): Spelling fixes.
|
|
152
|
|
153 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
154
|
|
155 * configure.in: added options and option help docs for infopath
|
|
156 and lockdir
|
|
157 * '' added a line to the report for infopath and lockdir
|
|
158
|
207
|
159 * etc/NEWS: Draft entry for the info changes.
|
203
|
160
|
|
161 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
162
|
|
163 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
164 DUMPENV.
|
|
165
|
|
166 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
167
|
|
168 * packages/info/localdir: New directory and file.
|
|
169
|
|
170 * packages/README: New directory & file.
|
|
171
|
|
172 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
173
|
|
174 * Makefile.in: Add `make configure' target
|
|
175
|
|
176 * etc/BETA:
|
|
177 - remove Chuck as contact name
|
|
178 - random small improvements
|
|
179 - remove I/me references - the message should be that XEmacs
|
|
180 maintenance is an inclusive community effort.
|
|
181
|
|
182 1997-10-10 SL Baur <steve@altair.xemacs.org>
|
|
183
|
|
184 * etc/BETA (Prerequisite): Add further documentation for
|
|
185 package installation.
|
|
186
|
|
187 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
188
|
|
189 * XEmacs 19.16-pre7 is released.
|
|
190
|
|
191 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
192
|
|
193 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
194 commands for symlink'ing the system-independent bits into the
|
|
195 system-dependent directory structure from "install-arch-indep" to
|
|
196 "install-arch-dep".
|
|
197
|
|
198 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
199
|
|
200 * Makefile.in (blddir): variable from "configure".
|
|
201 (finder): use it.
|
|
202
|
|
203 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
204
|
|
205 * Makefile.in (GENERATED_LISP): New variable.
|
|
206 (all): Force dependency on finder-inf.el.
|
|
207 (lisp/utils/finder-inf.el): new rule.
|
|
208
|
|
209 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
210
|
|
211 * XEmacs 19.16-pre6 is released.
|
|
212
|
201
|
213 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
214
|
|
215 * XEmacs 20.3-beta27 is released.
|
|
216
|
|
217 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
218
|
|
219 * Makefile.in (install-arch-indep): When --prefix !=
|
|
220 --exec-prefix, symlink the system-independent bits into the
|
|
221 system-dependent directory structure (rather than the other way
|
|
222 around).
|
|
223
|
|
224 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
225
|
|
226 * lib-src/etags.c: etags 12.28 + prototypization
|
|
227 * INSTALL: Better document --site-runtime-libraries
|
|
228 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
|
229 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
230 left; scrollbar disappears; keyboard inoperative.
|
|
231 * configure.in: Remove left-over references to *_switch_x_*
|
|
232 - NAS libaudio is part of $libs_x, not $LIBS
|
|
233
|
199
|
234 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
235
|
|
236 * XEmacs 20.3-beta26 is released.
|
|
237
|
197
|
238 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
239
|
|
240 * XEmacs 20.3-beta25 is released.
|
|
241
|
|
242 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
243 future reference.
|
|
244
|
|
245 * etc/BETA: Document existence of `Installation' file.
|
|
246 - Document requirement of rebuilding finder-inf.el when building
|
|
247 from the full tarball.
|
|
248
|
|
249 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
250
|
|
251 * configure.in (use_union_type): Default to "yes".
|
|
252
|
|
253 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
254
|
|
255 * configure.in: Add tiff autodetection
|
|
256
|
|
257 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
258
|
|
259 * lwlib/xlwmenu.c: Add bounds checking.
|
|
260 Check error return on XmStringGetLtoR.
|
|
261
|
195
|
262 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
263
|
|
264 * XEmacs 20.3-beta24 is released.
|
|
265
|
|
266 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
267
|
|
268 * Makefile.in (custom-loads): New target.
|
|
269
|
|
270 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
271
|
|
272 * etc/BETA (XEmacs 20.3 packages): Added explanation of package
|
|
273 hierarchy.
|
|
274
|
|
275 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
276
|
|
277 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
278 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
279
|
|
280 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
281
|
|
282 * XEmacs 19.16-pre4 is released.
|
|
283
|
193
|
284 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
285
|
|
286 * XEmacs 20.3-beta23 is released.
|
|
287
|
|
288 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
289
|
|
290 * XEmacs 19.16-pre3 is released.
|
|
291
|
|
292 1997-09-18 Colin Rafferty <craffert@ml.com>
|
|
293
|
|
294 * etc/NEWS: Various spelling corrections and some grammar
|
|
295 corrections (which/that).
|
|
296
|
|
297 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
298
|
|
299 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
300 sequences (needs more testing).
|
|
301 * */Makefile*:
|
|
302 - Cleanup man/*/Makefile for consistency.
|
|
303 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
304 - Make combination --with-srcdir + Sun make work properly.
|
|
305 - Change construct: test -d $${dir} || mkdir $${dir}
|
|
306 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
307 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
308 re-mappings of Sun function keys.
|
|
309 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
310 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
311
|
191
|
312 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
313
|
|
314 * XEmacs 20.3-beta22 is released.
|
|
315
|
189
|
316 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
317
|
|
318 * XEmacs 20.3-beta21 is released.
|
|
319
|
|
320 * XEmacs 19.16-pre2 is released.
|
|
321
|
187
|
322 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
323
|
|
324 * XEmacs 20.3-beta20 is released.
|
|
325
|
|
326 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
327
|
|
328 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
329 - Fix test for $PWD == `pwd`
|
|
330 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
331 systems can work. (untested)
|
|
332
|
|
333 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
334 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
335 being autoloaded - let's make them part of the core.
|
|
336
|
|
337 * lisp/x11/x-compose.el:
|
|
338 * lisp/x11/x-init.el:
|
|
339 * lisp/x11/x-win-sun.el:
|
|
340 * lisp/x11/x-winxfree86.el:
|
|
341 * src/device-x.c:
|
|
342 * src/event-Xt.c:
|
|
343 - Yet another rewrite of key handling (not the last, though)
|
|
344 - x-keysym-on-keyboard-p is much faster.
|
|
345 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
346 - x-keysym-hashtable introduced.
|
|
347 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
|
348 - A better workaround for the bug that some Xlibs generate
|
|
349 Multi_key a adiaeresis when pressing Multi_key a "
|
|
350
|
|
351 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
352
|
|
353 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
354
|
|
355 XEmacs 19.16-pre1 "Queens" is released.
|
|
356
|
|
357 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
358
|
|
359 * configure.in: Reverse package-path.
|
|
360 From Colin Rafferty <craffert@ml.com>
|
|
361
|
185
|
362 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
363
|
|
364 * XEmacs 20.3-beta19 is released.
|
|
365
|
|
366 * Makefile.in (finder): New target.
|
|
367
|
|
368 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
369
|
|
370 * XEmacs 19.16-beta91 is released.
|
|
371
|
|
372 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
373
|
|
374 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
375 iso-2022-jp-2 is defined as coding-system.
|
|
376
|
|
377 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
378 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
379
|
|
380 (iso-2022-jp-2): New coding system.
|
|
381
|
|
382 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
383
|
|
384 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
385 jka-compr.el.
|
|
386
|
|
387 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
388
|
|
389 * XEmacs 19.16-beta90 is released.
|
|
390
|
183
|
391 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
392
|
|
393 * XEmacs 20.3-beta18 is released.
|
|
394
|
|
395 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
396
|
|
397 * etc/NEWS: add a section telling about the Info changes.
|
|
398
|
181
|
399 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
400
|
|
401 * XEmacs 20.3-beta17 is released.
|
|
402
|
|
403 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
404
|
|
405 * etc/gnuserv.1: Described Hrvoje's mods in manpage
|
|
406
|
|
407 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
408
|
|
409 * configure.in:
|
|
410 - use-system-malloc renamed to with-system-malloc.
|
|
411 - config.el reimplemented for improved accuracy.
|
|
412 - new variable `blddir' introduced for informational purposes.
|
|
413 * lib-src/config.values.in: new config.el implementation
|
|
414 * lib-src/config.values.sh: new config.el implementation
|
|
415 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
|
416 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
417 * src/chartab.c: maintainability improvements.
|
|
418 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
419 coding systems results in extra CR's inserted into file on saving.
|
|
420
|
|
421 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
422
|
|
423 * configure.in: Crash & burn if db-2 is detected.
|
|
424 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
425
|
179
|
426 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
427
|
|
428 * XEmacs 20.3-beta16 is released.
|
|
429
|
|
430 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
431
|
|
432 * configure.in: --with-x11=no --> --with-xface=no
|
|
433 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
434 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
435 * event-Xt.c: Fix crashes when no input context available.
|
|
436 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
437 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
438 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
439 NOT_C_CODE
|
|
440
|
|
441 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
442
|
|
443 * etc/BETA: Update patching instructions.
|
|
444
|
177
|
445 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
446
|
|
447 * XEmacs 20.3-beta15 is released.
|
|
448
|
|
449 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
450
|
|
451 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
452 * lwlib/xlwmenu.c: Ditto.
|
|
453 * lwlib/lwlib-utils.h: Ditto.
|
|
454
|
|
455 * configure.in (null_string): Add --use-debug-malloc option.
|
|
456
|
|
457 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
458
|
|
459 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
460
|
|
461 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
462
|
|
463 * Makefile.in (install-arch-indep): Create required links when
|
|
464 prefixdir != execdir.
|
|
465
|
|
466 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
467
|
|
468 * XEmacs 20.3-beta14 is released.
|
|
469
|
|
470 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
471
|
177
|
472 * src/fns.c (require): Print messages when loading a file as a
|
175
|
473 result of require.
|
|
474
|
|
475 * configure.in:
|
|
476 * lisp/utils/config.el:
|
|
477 * lib-src/config.values:
|
|
478 - new file created and installed by building.
|
|
479 - Allow configuration time values to be queried by the lisp code.
|
|
480
|
|
481 * configure.in:
|
|
482 - check for alloca in libPW on hpux.
|
|
483 - Redo --with-clash-detection
|
|
484 - need to check for termios and friends even if with-tty=no.
|
|
485 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
486 - better quoting for AIX_SMT_EXP (untested)
|
|
487 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
488
|
|
489 * *.[ch]: more warning elimination
|
|
490
|
|
491 * src/input-method*.c:
|
|
492 * src/s/freebsd.h:
|
|
493 - remove freebsd ifdefs from C code.
|
|
494
|
|
495 * src/specifier.c:
|
|
496 - fix Fdisplay-table-specifier-p
|
|
497
|
173
|
498 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
499
|
|
500 * XEmacs 20.3-beta13 is released.
|
|
501
|
|
502 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
503
|
|
504 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
505
|
|
506 * extents.c (print_extent): Print correctly.
|
|
507
|
|
508 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
509
|
|
510 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
511
|
|
512 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
513
|
|
514 * *Makefile*: More cleanup.
|
|
515 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
516 - Nuke ld_call_shared from s&m files
|
|
517 - Nuke src/s/*-static.h
|
|
518 - Nuke Solaris and DEC OSF static build support.
|
|
519 - Nuke SHORTNAMES
|
|
520 - Nuke libmld
|
|
521 - CLASH_DETECTION configurable, off by default.
|
|
522
|
|
523 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
524 safeguarding.
|
|
525
|
|
526 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
527
|
|
528 * lib-src/etags.c: etags version 12.19.
|
|
529
|
|
530 * lisp/x11/x-select.el:
|
|
531 * src/xselect.c: Try STRING if selection owner couldn't convert
|
|
532 COMPOUND_TEXT.
|
|
533
|
|
534 * src/*.c: Change defalt to default_, and in general allow
|
|
535 doc-snarfing functions to recognize and ignore trailing `_'
|
|
536
|
|
537 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
|
538 convert source code to use them consistently.
|
|
539
|
171
|
540 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
541
|
|
542 * XEmacs 20.3-beta12 is released.
|
|
543
|
|
544 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
545
|
|
546 * configure.in: Set options differently, depending on beta-ness of
|
|
547 build tree.
|
|
548 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
549 distclean.
|
|
550
|
|
551 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
552
|
|
553 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
554 linker.
|
|
555 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
556
|
|
557 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
558
|
|
559 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
560
|
|
561 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
562
|
|
563 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
564 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
565
|
|
566 * XEmacs 20.3-beta11 is released.
|
|
567
|
|
568 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
569
|
|
570 * lisp/language/english.el: Add quail-british for British.
|
|
571
|
|
572 * lisp/language/european.el: Register input-method for various non
|
|
573 quail-latin-1 methods.
|
|
574
|
169
|
575 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
576
|
|
577 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
578
|
|
579 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
580 - Autodetect ulimit.h
|
|
581 - Remove broken SunOS4 kludge for libXmu
|
|
582 - Autodetect usleep
|
|
583
|
|
584 * src/s/sol2.h: Support gcc on various Solaris releases.
|
|
585
|
|
586 * lib-src/*.c: Ansify prototypes.
|
|
587
|
|
588 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
589
|
|
590 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
591 - `make install' now works.
|
|
592 - dependencies updated.
|
|
593
|
|
594 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
595 - Replace uses of XtVa* with non-varargs variants.
|
|
596
|
|
597 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
598
|
|
599 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
600 `change-major-mode-hook'.
|
|
601
|
|
602 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
603
|
|
604 * src/glyphs.c (make_string_from_file): must protect from
|
|
605 `format-alist'.
|
|
606
|
|
607 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
608
|
|
609 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
610 variable.
|
|
611
|
167
|
612 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
613
|
169
|
614 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
615 should be `print-libgcc-file-name'
|
|
616 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
617
|
167
|
618 * XEmacs 20.3-beta10 is released.
|
|
619
|
|
620 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
621
|
|
622 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
623 GB).
|
|
624
|
|
625 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
626 11643 to be more detailed.
|
|
627
|
|
628 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
629 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
630 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
631
|
|
632 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
633 detailed.
|
|
634
|
|
635 Use BOX DRAWINGS characters of JIS X0208.
|
|
636
|
|
637 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
638
|
|
639 * lisp/apel/richtext.el: Add autoload comments for
|
|
640 `richtext-encode' and `richtext-decode'.
|
|
641
|
|
642 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
643
|
|
644 * lisp/tl/chartblxmas.el: New file.
|
|
645
|
|
646 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
647 table" for MULE menu.
|
|
648
|
|
649 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
650
|
|
651 * lisp/tl/char-table.el (view-charset): New command.
|
|
652
|
|
653 * lisp/tl/char-table.el: Rename some functions.
|
|
654
|
|
655 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
656 `hexl-mode-exit-hook'.
|
|
657
|
|
658 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
659 support" and "Set language environment" of mule menu.
|
|
660
|
|
661 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
662 `add-path', `add-latest-path', `get-latest-path',
|
|
663 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
664 variable `exec-suffix-list'.
|
|
665
|
|
666 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
667 image/png and image/x-xpm.
|
|
668
|
|
669 * lisp/modes/image-mode.el: New file.
|
|
670
|
|
671 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
672
|
|
673 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
674 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
675
|
|
676 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
677
|
165
|
678 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
679
|
|
680 * XEmacs 20.3-beta9 is released.
|
|
681
|
|
682 * Makefile.in (dist): Make `make dist' work for me.
|
|
683
|
|
684 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
685
|
|
686 * configure.in:
|
|
687 - Change "t" to tabs in sed commands
|
|
688 - Add /g to sed substitition commands when appropriate
|
|
689 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
690 - Make version variables into Lisp_Objects.
|
|
691
|
|
692 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
693
|
|
694 * src/config.h.in:
|
|
695 * configure.in:
|
|
696 - Autodetect X defines using xmkmf.
|
|
697 - Compute rpath on *bsd* systems as well.
|
|
698 - rewrite PRINT_VAR m4 macro.
|
|
699 - detect sizes of void* and long long for future use by unex*.c
|
|
700 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
701
|
|
702 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
703
|
|
704 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
705
|
|
706 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
707 `mh-folder-coding-system'.
|
|
708
|
|
709 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
710
|
|
711 * lisp/language/ethio-util.el: imported from
|
|
712 Emacs/mule-19.34.94-zeta.
|
|
713
|
|
714 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
715 repair Arabic characters.
|
|
716
|
|
717 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
718
|
|
719 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
720
|
|
721 * etc/HELLO: final byte for ethiopic was changed to sync with
|
|
722 Emacs/mule-19.34.94-zeta.
|
|
723
|
|
724 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
725 language environment" of Mule menu.
|
|
726
|
|
727 * lisp/language/visual-mode.el: moved from mule/.
|
|
728
|
|
729 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
730
|
|
731 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
732 problem of setting for `language-info-alist' about koi8-r.
|
|
733
|
|
734 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
735
|
|
736 * lisp/mule/mule-util.el: New file (imported from
|
|
737 Emacs/mule-19.34.94-zeta).
|
|
738
|
|
739 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
740 moved to mule-util.el.
|
|
741
|
|
742 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
743 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
744 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
745 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
746 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
747
|
|
748 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
749 emulate Emacs/mule-19.34.94-zeta function.
|
|
750
|
|
751 * lisp/mule/mule-cmds.el: modified to sync with
|
|
752 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
753
|
|
754 (set-language-info): Add to "Describe Language Support" and "Set
|
|
755 Language Environment" menu.
|
|
756
|
|
757 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
758 `decompose-region' were moved to mule-util.el.
|
|
759
|
|
760 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
761 Emacs/mule in ETL.
|
|
762
|
|
763 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
764
|
|
765 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
766
|
|
767 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
768
|
|
769 * etc/NEWS (Commands): Various updates by Hrvoje Niksic.
|
|
770
|
163
|
771 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
772
|
165
|
773 * Makefile.in: Missing FRC.info.
|
|
774 (install-arch-dep): Add missing backslash.
|
|
775 From Glynn Clements <glynn@sensei.co.uk>
|
|
776
|
163
|
777 * XEmacs 20.3-beta8 is released.
|
|
778
|
|
779 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
780
|
|
781 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
782 lwlib/lwlib.c: Make 64 bit clean.
|
|
783
|
|
784 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
785
|
|
786 * etc/gnuserv.1: Updates and cleanup.
|
|
787 From Hrvoje Niksic <hniksic@srce.hr>
|
|
788
|
|
789 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
790
|
|
791 * configure.in:
|
|
792 - Autodetect X defines using xmkmf.
|
|
793 - Compute rpath on *bsd* systems as well.
|
|
794 - rewrite PRINT_VAR m4 macro.
|
|
795 - detect sizes of void* and long long for future use by unex*.c
|
|
796
|
|
797 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
798
|
|
799 * */Makefile.in.in: Another rewrite
|
|
800 Make makefiles immune from being mangled by various cpp
|
|
801 implementations by quoting non-preprocessor directive lines.
|
|
802 - random cleanup
|
|
803 - Use $(RM) and $(pwd) macros consistently
|
|
804 - Add dependencies for balloon-help source files
|
|
805 - Use getcwd by default instead of getwd.
|
|
806 * lwlib/config.h: Now includes src/config.h
|
|
807 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
808 * lib-src/*.c: Fix compiler warnings
|
|
809 * lisp/version.el:
|
|
810 - Put version information in version.sh instead of version.el
|
|
811
|
|
812 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
813
|
|
814 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
815 -I/usr/local/include.
|
|
816
|
161
|
817 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
818
|
|
819 * XEmacs 20.3-beta7 is released.
|
|
820
|
|
821 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
822
|
|
823 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
|
|
824 XEmacs version.
|
|
825
|
|
826 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
827
|
|
828 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
829 regexp for horizontal smiley faces.
|
|
830 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
831
|
|
832 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
833 `string-to-vector' for XEmacs.
|
|
834
|
|
835 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
836
|
|
837 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
838 previously commented out and normalized everything vis a vis
|
|
839 'backspace and 'delete keysyms.
|
|
840 * lisp/packages/*.el: Normalized all the "\177" bindings
|
|
841 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
|
842 which is a "smart" version of the cperl-electric-backspace
|
|
843 function (it honors the desired delete direction). Bound it to
|
|
844 'delete and the electric-backspace to 'backspace.
|
|
845 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
|
846 cperl-electric-delete to the 'supersede list.
|
|
847
|
159
|
848 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
849
|
|
850 * XEmacs 20.3-b6 is released.
|
|
851
|
|
852 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
853 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
854
|
|
855 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
856
|
|
857 * src/Makefile.in:
|
|
858 * lwlib/Makefile.in:
|
|
859 * lib-src/Makefile.in:
|
|
860 * Makefile.in: More Makefile cleanup
|
|
861 - add .PHONY targets where necessary
|
|
862 - remove most builtin rules using .SUFFIXES
|
|
863 - -lXau only gets used for linking gnuserv binaries
|
|
864 - No VPATH for root Makefile
|
|
865 - remove gcc v1 support
|
|
866 * configure.in:
|
|
867 - A new test to autodetect need to define NARROWPROTO,
|
|
868 needed by XFree86
|
|
869 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
870 - Immediately exit if SIZEOF_* tests fail.
|
|
871 - Check for libPW
|
|
872 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
873 are in sync.
|
|
874 * src/s/linux.h:
|
|
875 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
876
|
|
877 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
878
|
|
879 * lib-src/pop.c: Correct incantation for pop.h.
|
|
880 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
881
|
|
882 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
883
|
|
884 * configure.in (beta): Correct test looking for Beta number.
|
|
885
|
|
886 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
887
|
|
888 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
889 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
890 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
891 mule/ipa-hooks.el was deleted.
|
|
892
|
|
893 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
894
|
|
895 * Use lisp/mule/language/thai-util.el instead of
|
|
896 lisp/mule/thai.el.
|
|
897
|
|
898 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
899
|
|
900 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
901 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
902
|
|
903 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
904
|
|
905 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
906
|
|
907 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
908 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
909 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
910 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
911 instead of lisp/mule/chinese-hooks.el,
|
|
912 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
913 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
914 lisp/mule/korean-hooks.el.
|
|
915
|
|
916 * lisp/mule/language/*.el was imported from
|
|
917 Emacs/mule-19.34.94-zeta.
|
|
918
|
|
919 * Use lisp/mule/language/china-util.el instead of
|
|
920 lisp/mule/chinese.el.
|
|
921
|
|
922 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
923
|
|
924 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
925 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
926 were defined as coding-system.
|
|
927
|
|
928 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
929
|
|
930 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
|
|
931 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
|
|
932 etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
|
|
933
|
|
934 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
935
|
|
936 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
937 smiley faces.
|
|
938
|
163
|
939 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
940
|
|
941 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
942 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
943
|
|
944 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
945
|
|
946 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
947 the `backward-or-forward-foo' functions.
|
|
948 * lisp/prim/simple.el:
|
|
949 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
950 - Removed `backspace-or-delete-hook'
|
|
951 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
952 - Added functions: `backward-or-forward-kill-word'
|
|
953 `backward-or-forward-kill-sentence'
|
|
954 `backward-or-forward-kill-sexp'
|
|
955 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
956 began playing nicely with pending-del.
|
|
957 * lisp/modes/cc-mode.el:
|
|
958 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
959 to use the new names.
|
|
960
|
157
|
961 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
962
|
|
963 * XEmacs 20.3-b5 is released.
|
|
964
|
|
965 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
966
|
|
967 * etc/NEWS: Updates for early beta20.3 stuffs.
|
|
968 From Hrvoje Niksic <hniksic@srce.hr>
|
|
969
|
155
|
970 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
971
|
|
972 * XEmacs 20.3-b4 is released.
|
|
973
|
|
974 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
975
|
|
976 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
977 with new Autoconf 2 mechanisms.
|
|
978 * src/syswait.h:
|
|
979 * src/sysdep.c:
|
|
980 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
981
|
|
982 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
983 old cruft that can be obtained from system header files.
|
|
984 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
|
985
|
|
986 * lib-src/b2m.c:
|
|
987 * src/gifalloc.c:
|
|
988 * lib-src/gnuslib.c:
|
|
989 * lib-src/profile.c:
|
|
990 * lib-src/movemail.c: Fix compiler warnings
|
|
991
|
|
992 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
993 - Fix up compile flags for new etags version
|
|
994
|
|
995 * etc/NEWS:
|
|
996 * etc/etags.1:
|
|
997 * man/xemacs/programs.texi:
|
|
998 * lib-src/etags.c: Upgraded to etags 12.11
|
|
999
|
|
1000 * src/config.h.in: Fix inline keyword support
|
|
1001
|
|
1002 * configure.in: Use a different mechanism for removing extra white
|
|
1003 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
1004 - new M4 macro XE_SPACE(var, words...)
|
|
1005 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
1006 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
1007 linking with losing Xpm implementations
|
|
1008 - Check for correct wnn4 lib symbols
|
|
1009 - Only link with inline.o when using gcc
|
|
1010 - Support inline keywords inline, __inline, __inline__
|
|
1011 - Ultrix now implies have_mmap=no
|
|
1012 - Sun sound in non-standard dirs now works
|
|
1013 - --native-sound-lib no longer ignored on HP & SGI
|
|
1014 - gpm configure tests moved after curses configure tests
|
163
|
1015
|
|
1016 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1017
|
|
1018 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
1019 desired delete direction in both normal and "hungry" modes.
|
|
1020 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
1021 honor the desired delete direction.
|
155
|
1022
|
|
1023 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
1024
|
|
1025 * configure.in: Automagically compute -R path for gcc
|
|
1026
|
163
|
1027 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1028
|
|
1029 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
1030 `vm-scroll-down'
|
|
1031
|
155
|
1032 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1033
|
|
1034 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
1035
|
|
1036 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
1037
|
|
1038 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
1039 Becker's replacement, hacked somewhat.
|
|
1040
|
163
|
1041 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1042
|
|
1043 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
1044 `backspace-or-delete-hook'
|
|
1045 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
1046 delete function.
|
|
1047 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
1048 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
1049 delete bindings.
|
|
1050 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
1051 use new delete bindings.
|
|
1052
|
155
|
1053 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1054
|
|
1055 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
1056
|
|
1057 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
1058 x11/x-menubar.el.
|
|
1059
|
|
1060 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1061
|
|
1062 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
1063 overlay.el.
|
|
1064
|
|
1065 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1066
|
|
1067 * lisp/leim/quail.el: to sync with quail.el of
|
|
1068 Emacs-19.34.94-zeta.
|
|
1069
|
|
1070 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
1071 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
1072 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
1073 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
1074 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
1075 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
1076 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
1077 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
1078 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
1079 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
1080 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
1081 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
1082 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
1083 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
1084 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
1085 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
1086 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
1087 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
1088 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
1089
|
|
1090 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1091
|
|
1092 * mule/korean.el was abolished because it seems not to be used.
|
|
1093
|
|
1094 * mule/japanese.el was abolished because it seems not to be used.
|
|
1095
|
|
1096 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1097
|
|
1098 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
1099 Gnus 5.4.
|
|
1100
|
|
1101 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
1102
|
|
1103 * lisp/tm/tm-view.el: updated to 7.83.
|
|
1104
|
|
1105 * lisp/leim/quail.el: modified for XEmacs.
|
|
1106
|
|
1107 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
1108 mule-process.el because it is not used.
|
|
1109
|
|
1110 * lisp/mule/european.el was abolished because it seems not to be
|
|
1111 used.
|
|
1112
|
|
1113 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
1114 language-environment.
|
|
1115
|
|
1116 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
1117
|
|
1118 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
1119 `toggle-input-method'.
|
|
1120
|
|
1121 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
1122 to mule-cmds.el).
|
|
1123
|
|
1124 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
1125 from mule-init.el).
|
|
1126
|
|
1127 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
1128
|
|
1129 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
1130
|
|
1131 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
1132
|
|
1133 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1134
|
|
1135 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
1136 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
1137
|
|
1138 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
1139
|
|
1140 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
1141
|
|
1142 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
1143 19.34.94-epsilon).
|
|
1144
|
|
1145 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
1146 XEmacs can not compile it.
|
|
1147
|
|
1148 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
1149 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
1150 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
1151 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
1152 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
1153 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
1154 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
1155 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
1156 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
1157 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
1158 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
1159 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
1160 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
1161 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
1162 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
1163 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
1164 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
1165 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
1166 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
1167 elisp files; old lisp/quail was abolished.
|
|
1168
|
|
1169 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
1170
|
|
1171 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
1172 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
1173 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
1174
|
|
1175 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
1176 from Emacs-19.34.94-epsilon.
|
|
1177
|
153
|
1178 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
1179
|
|
1180 * XEmacs 20.3-beta3 is released.
|
|
1181
|
|
1182 * INSTALL: Delete documentation of mocklisp support.
|
|
1183
|
|
1184 * configure.in: Delete mocklisp support.
|
|
1185
|
|
1186 * etc/FTP: Update mirror info.
|
|
1187
|
|
1188 * etc/DISTRIB: Update mirror info.
|
|
1189
|
|
1190 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
1191
|
|
1192 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
1193 Becker's replacement, hacked somewhat.
|
|
1194
|
|
1195 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
1196
|
|
1197 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
1198
|
|
1199 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
1200
|
|
1201 * configure.in: Juggle link order of X libraries.
|
|
1202 Add support for using zsh to run configure.
|
|
1203 Document --with-tty=no.
|
|
1204 Fix -no-recursion option.
|
|
1205 Recognize and ignore --cache-file option.
|
|
1206 Recognize null values for preprocessor symbols converted to shell
|
|
1207 variables. This maybe fixes the "-ltermcap" problem.
|
|
1208 Remove spurious blanks from various SUBST-ituted variables.
|
|
1209 Fix conditional creation of gdbinit.
|
|
1210 Conditionally create .sbinit for Sunpro C.
|
|
1211
|
|
1212 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
1213
|
|
1214 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
|
|
1215
|
|
1216 * etc/DISTRIB: Ditto.
|
|
1217
|
151
|
1218 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
1219
|
|
1220 * XEmacs 20.3-beta2 is released.
|
|
1221
|
|
1222 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1223
|
|
1224 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
1225 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
1226 extra-verbose now default on beta builds.
|
|
1227 extra-verbose now much more verbose.
|
|
1228 Don't set libs_termcap to " ".
|
|
1229 Detect -lXm AFTER detecting -lXpm.
|
|
1230 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
1231 depend on it.
|
|
1232 with-xim=motif only default on Solaris.
|
|
1233 realpath moved from s&m to configure.in.
|
|
1234 xemacs-version.h removed. main_1 now contains $canonical as well,
|
|
1235 for even more useful backtraces.
|
|
1236 termcap handling rewritten.
|
|
1237 Create .sbinit for Sun's source browser.
|
|
1238 Warn user if no XPM support present.
|
|
1239 Warn user if compiling in error checking.
|
|
1240
|
|
1241 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
|
1242 dynodump. Remove core when cleaning. Remove config.log.
|
|
1243 make distclean now functional.
|
|
1244
|
|
1245 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
1246
|
|
1247 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
1248
|
|
1249 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1250
|
|
1251 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
1252
|
|
1253 * Makefile.in (distclean): Remve config.log.
|
|
1254 remove broken dynodump stuffs.
|
|
1255
|
149
|
1256 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1257
|
|
1258 * XEmacs 20.3-b1 is released.
|
|
1259
|
|
1260 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1261
|
|
1262 * info/dir (Packages): Update minor version number.
|
|
1263
|
|
1264 * etc/README: Update minor version number.
|
|
1265
|
|
1266 * README: Update minor version number.
|
|
1267
|
146
|
1268 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1269
|
|
1270 * XEmacs-20.2 is released.
|
|
1271
|
144
|
1272 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1273
|
|
1274 * XEmacs 20.2-b6 is released.
|
|
1275
|
142
|
1276 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1277
|
|
1278 * XEmacs 20.2-b5 is released.
|
|
1279
|
140
|
1280 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1281
|
|
1282 * XEmacs 20.2-b4 is released.
|
|
1283
|
|
1284 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1285
|
|
1286 * configure.in (--with-xim): Don't default it to Motif since it
|
|
1287 causes crashes at startup on some systems.
|
|
1288
|
138
|
1289 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1290
|
|
1291 * XEmacs 20.2-b3 is released.
|
|
1292
|
136
|
1293 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1294
|
|
1295 * XEmacs 20.2-b2 is released.
|
|
1296
|
|
1297 * configure.in (beta): OPENWINHOME misspelled.
|
|
1298
|
|
1299 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1300
|
|
1301 * etc/BETA (writing): Update with information about how to create
|
|
1302 patches.
|
|
1303
|
134
|
1304 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1305
|
|
1306 * XEmacs 20.2-b1 is released.
|
|
1307
|
|
1308 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1309
|
|
1310 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
1311 uname.
|
|
1312
|
131
|
1313 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1314
|
|
1315 * XEmacs 20.1 is re-released.
|
|
1316
|
126
|
1317 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1318
|
|
1319 * XEmacs 20.1 is released.
|
|
1320
|
124
|
1321 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1322
|
|
1323 * XEmacs 20.1-b15 is released.
|
|
1324
|
|
1325 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1326 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
1327 1) changing it into sections -- there is now a section for building,
|
|
1328 running and compatibility problems
|
|
1329
|
|
1330 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
1331 to Emacs 18, etc. --> size is off by 20K
|
|
1332
|
|
1333 3) Rearranging the entries by relevance. I have tried to put the most
|
|
1334 relevant entries in front.
|
|
1335
|
122
|
1336 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1337
|
|
1338 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
1339
|
120
|
1340 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1341
|
|
1342 * XEmacs 20.1-b12 is released.
|
|
1343
|
|
1344 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
1345
|
|
1346 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
1347 Hesiod options.
|
|
1348
|
118
|
1349 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1350
|
|
1351 * XEmacs 20.1-b11 is released.
|
|
1352
|
|
1353 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1354
|
|
1355 * Makefile.in (install-only): New target. Functionality suggested
|
|
1356 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
1357 Thompson.
|
|
1358
|
|
1359 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
1360 Zawinski for SGI cc and Irix 6.
|
|
1361
|
|
1362 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1363
|
|
1364 * configure.in: Add configuration parameters for Emacs 19.34
|
|
1365 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
1366
|
|
1367 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1368
|
|
1369 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
1370 mispatch.
|
|
1371
|
116
|
1372 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1373
|
|
1374 * XEmacs 20.1-b10 is released.
|
|
1375
|
|
1376 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1377
|
|
1378 * Remove vms top-level directory.
|
|
1379
|
|
1380 * XEmacs 19.15 final released to beta testers.
|
|
1381
|
|
1382 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1383
|
|
1384 * XEmacs 19.15 prefinal released to beta testers.
|
|
1385
|
|
1386 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1387
|
|
1388 * configure.in (--debug): Correct documentation.
|
|
1389
|
|
1390 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1391
|
|
1392 * XEmacs 19.15-b104 is released.
|
|
1393
|
|
1394 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1395
|
|
1396 * etc/sgml/CATALOG: Default to html-3.2final.
|
|
1397
|
|
1398 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
1399
|
|
1400 * configure.in (beta): Add configure support for the -rpath flag
|
|
1401 for IRIX analogous to the Solaris "-R".
|
|
1402
|
|
1403 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1404
|
|
1405 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
1406
|
|
1407 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1408
|
|
1409 * configure.in: Echo only current configuration using 'tee -a'.
|
|
1410
|
114
|
1411 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1412
|
|
1413 * XEmacs-19.15-b103 is released.
|
|
1414 * XEmacs-20.0-b9 is released.
|
|
1415
|
|
1416 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
1417 rule.
|
|
1418
|
|
1419 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
1420
|
|
1421 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
1422 update-autoloads.sh.
|
|
1423
|
|
1424 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1425
|
|
1426 * XEmacs-19.15-b102 is released.
|
|
1427
|
|
1428 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1429
|
|
1430 * XEmacs-19.15-b101 is released.
|
|
1431
|
112
|
1432 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1433
|
|
1434 * XEmacs-20.1-b8 is released.
|
|
1435 * XEmacs-19.15-b100 is released.
|
|
1436
|
110
|
1437 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1438
|
112
|
1439 * XEmacs-20.1-b7 is released.
|
|
1440 * XEmacs-19.15-b99 is released.
|
|
1441
|
110
|
1442 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
|
|
1443
|
|
1444 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1445
|
|
1446 * configure.in: Add sunos4-1-4 header files.
|
|
1447
|
|
1448 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1449
|
|
1450 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
1451
|
108
|
1452 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1453
|
|
1454 * XEmacs-20.1-b6 is released.
|
|
1455 * XEmacs-19.15-b98 is released.
|
|
1456
|
|
1457 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1458
|
|
1459 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
1460 (gzip-el): New targe for compressed installed lisp sources.
|
|
1461
|
|
1462 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1463
|
|
1464 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
1465 but before anything else. More flexible about finding an xemacs
|
|
1466 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
1467
|
106
|
1468 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1469
|
|
1470 * XEmacs 20.1-b5 is released.
|
|
1471
|
104
|
1472 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1473
|
|
1474 * XEmacs 20.1-b4 is released.
|
|
1475
|
|
1476 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1477
|
|
1478 * Makefile.in (distclean): Correct typos.
|
|
1479
|
|
1480 * XEmacs 19.15-b96 is released.
|
|
1481
|
|
1482 * configure.in: Symlink site-lisp when using --srcdir.
|
|
1483 Add special handling of lisp directory to allow for multiple
|
|
1484 site-packages files.
|
|
1485
|
|
1486 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1487
|
|
1488 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
1489 when they don't exist (after being pruned by CVS).
|
|
1490
|
|
1491 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1492
|
|
1493 * etc/sample.Xdefaults: Added customization of foreground and
|
|
1494 background colors for the `default' face.
|
|
1495
|
102
|
1496 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1497
|
|
1498 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
1499 distribution.
|
|
1500
|
|
1501 * XEmacs 20.1-b3 is released.
|
|
1502
|
100
|
1503 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1504
|
|
1505 * XEmacs 20.1-b2 is released.
|
|
1506
|
|
1507 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1508
|
|
1509 * XEmacs 19-15-b'95 is released.
|
|
1510
|
102
|
1511 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1512
|
|
1513 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel.
|
|
1514
|
|
1515 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
1516 - "knob" renamed to "slider"
|
|
1517 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
1518 pixel was.
|
|
1519 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
1520 - goobers on top of up-arrow removed.
|
|
1521 - up-arrow would not always be redrawn when necessary
|
|
1522 - slider drag would be `off' by size of up-arrow
|
|
1523 - horizontal and vertical scrollbars didn't use exactly the same
|
|
1524 dimensions.
|
|
1525 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
1526 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
1527
|
100
|
1528 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1529
|
|
1530 * configure.in (with_xauth): Attempted correction of test for
|
|
1531 libXmu on SunOS.
|
|
1532
|
98
|
1533 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1534
|
|
1535 * XEmacs 20.1-b1 is released.
|
|
1536 * XEmacs 19.15-b94 is released.
|
|
1537
|
|
1538 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1539
|
|
1540 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
1541
|
|
1542 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1543
|
|
1544 * XEmacs 19.15-b93 is released.
|
|
1545 XEmacs 20.0 is released to the 'net.
|
|
1546
|
96
|
1547 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1548
|
|
1549 * XEmacs 20.0try3 is released.
|
|
1550
|
94
|
1551 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1552
|
96
|
1553 * XEmacs 20.0try2 is released.
|
94
|
1554
|
96
|
1555 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
1556
|
|
1557 * XEmacs 19.15-b92 is released.
|
|
1558
|
88
|
1559 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1560
|
96
|
1561 * XEmacs 20.0try1 is released.
|
94
|
1562 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
1563
|
|
1564 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1565
|
|
1566 * PROBLEMS: Updated from beta test bug reports.
|
|
1567 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
1568
|
|
1569 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1570
|
|
1571 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
1572
|
84
|
1573 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1574
|
|
1575 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
1576
|
|
1577 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1578
|
|
1579 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
1580 char and pointer.
|
|
1581
|
|
1582 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1583
|
|
1584 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
1585
|
82
|
1586 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1587 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
1588
|
|
1589 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
1590 type.
|
|
1591
|
|
1592 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
1593 borderwidth.
|
|
1594 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
1595 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
1596 bottom of the buffer. :-(
|
|
1597
|
|
1598 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1599
|
|
1600 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
1601 configurations that use both Motif and Athena.
|
|
1602
|
|
1603 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
|
|
1604
|
|
1605 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1606
|
|
1607 * info/dir (Gnus): Updated spelling and info.
|
|
1608
|
|
1609 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1610
|
|
1611 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
1612
|
|
1613 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1614
|
|
1615 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
1616 warnings for ccl-read-*
|
|
1617
|
80
|
1618 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
1619
|
|
1620 * etc/sample.emacs: Remove code snippet that wipes out the cycle
|
|
1621 buffer modeline feature.
|
|
1622
|
80
|
1623 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
1624 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
|
1625
|
|
1626 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1627
|
|
1628 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
1629
|
78
|
1630 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1631 * XEmacs 20.0 beta 34 is released.
|
|
1632 * XEmacs 19.15 beta 7 is released.
|
|
1633
|
177
|
1634 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
1635
|
|
1636 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
1637
|
80
|
1638 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1639
|
|
1640 * src/emacs.c: Make sure
|
|
1641 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
|
1642 works properly
|
|
1643
|
|
1644 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
1645 competitor to Purify.
|
|
1646
|
|
1647 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
1648 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
1649
|
|
1650 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
1651
|
|
1652 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
1653
|
|
1654 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1655
|
|
1656 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
1657 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
1658 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
1659 Errors during autoload generation are just that - errors.
|
|
1660
|
|
1661 Generated autoloads are now in a separate file of their own.
|
|
1662
|
|
1663 Reliability of autoload generation greatly increased.
|
|
1664
|
|
1665 Distribution smaller by about 100k.
|
|
1666
|
|
1667 `make autoloads' is still the preferred mechanism for update.
|
|
1668
|
|
1669 Autoloads are always regenerated completely from scratch. This
|
|
1670 avoids errors with obsolete or corrupted autoload entries.
|
|
1671
|
|
1672 Caching of autoload entries using timestamps has been eliminated.
|
|
1673
|
|
1674 Files that have no autoloads no longer have a comment placed into
|
|
1675 the generated autoloads file.
|
|
1676
|
|
1677 There was a bug where autoload entries would sometimes end up
|
|
1678 being inserted into the *middle* of other autoload entries,
|
|
1679 thereby corrupting them.
|
|
1680
|
|
1681 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
1682
|
|
1683 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1684
|
|
1685 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
1686 doesn't use the autoload facility to load `autoload';
|
|
1687 load it explicity instead.
|
|
1688
|
|
1689 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
1690
|
|
1691 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
1692
|
|
1693 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
1694
|
|
1695 * src/mule-charset.c: Use lower case for charset registry, to
|
|
1696 match XLFD.
|
|
1697
|
|
1698 * Makefile.in: replace list of info files with *.info* - one less
|
|
1699 maintenance headache
|
|
1700
|
|
1701 * etc/sample.emacs: Add sample code to highlight continuation glyph
|
|
1702
|
|
1703 * man/oo-browser.texi: Fix TeXability
|
|
1704
|
|
1705 * man/hyperbole.texi: Fix TeXability
|
|
1706
|
|
1707 * man/vhdl-mode.texi: Fix TeXability
|
|
1708
|
|
1709 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
1710 `make autoloads' should finally work.
|
|
1711
|
|
1712 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
1713
|
|
1714 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
1715
|
|
1716 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
1717 `special' directories without using the Makefiles
|
|
1718 designed for that purpose.
|
|
1719 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
1720
|
|
1721 * info/dir (Packages): Add Japanese TM info files
|
|
1722
|
|
1723 * src/inline.c: Allow compilation with `gcc -g'
|
|
1724
|
|
1725 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
1726
|
|
1727 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
1728 that various tools can recognize the filename as such.
|
|
1729
|
|
1730 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
|
1731 --with-xim=xlib and key event on window frame.
|
|
1732 Change return foo to return (foo) when return is a macro.
|
|
1733
|
|
1734 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
1735
|
|
1736 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
1737 This Makefile is no longer officially broken.
|
|
1738
|
|
1739 * info/dir: Add Japanese tm documents.
|
|
1740
|
|
1741 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
1742
|
|
1743 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
1744 xargs -i flag.
|
|
1745
|
|
1746 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
1747 the `binary' coding system is used for .gz and .Z extensions.
|
|
1748
|
|
1749 * man/viper.texi: Viper version 2.90
|
|
1750
|
|
1751 * man/ediff.texi: Ediff Version 2.62
|
|
1752
|
|
1753 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
1754 define-key, for compatibility with loaddefs.el
|
|
1755
|
|
1756 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
1757
|
|
1758 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
1759
|
|
1760 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
1761 files in dirs that have their own Makefiles.
|
|
1762
|
|
1763
|
|
1764
|
78
|
1765 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1766
|
|
1767 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
1768
|
|
1769 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
1770
|
|
1771 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
1772 installation.
|
|
1773
|
|
1774 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1775
|
|
1776 * XEmacs 20.0 beta 33 is released.
|
|
1777 * XEmacs 19.15 beta 6 is released.
|
|
1778
|
76
|
1779 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
1780
|
|
1781 * etc/yow.lines: 20k of new zippy quotes.
|
|
1782
|
|
1783 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1784
|
|
1785 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
1786 pages.
|
|
1787
|
|
1788 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1789 * XEmacs 20.0-b32 released.
|
|
1790
|
|
1791 * XEmacs 19.15-b5 released.
|
|
1792
|
74
|
1793 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1794
|
|
1795 * configure.in: Reformat. Fix shared include file rename
|
|
1796 problem.
|
|
1797
|
|
1798 * configure: Reformat. Fix shared include file rename problem.
|
|
1799
|
|
1800 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
1801
|
|
1802 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
1803
|
|
1804 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
1805 default.
|
|
1806
|
|
1807 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1808
|
|
1809 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
1810
|
72
|
1811 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
1812
|
|
1813 * info/vhdl-mode.info: New file.
|
|
1814
|
|
1815 * info/dir (Packages): Add vhdl-mode documentation.
|
|
1816
|
|
1817 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1818
|
|
1819 * configure: Make shared/dynamic flags work much more logically.
|
|
1820
|
|
1821 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
1822
|
|
1823 * configure.in (machine): Patch to make newly renamed shared
|
|
1824 link include files work.
|
|
1825
|
|
1826 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1827
|
|
1828 * configure.in: Configure for POSIX getcwd if available.
|
|
1829
|
|
1830 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1831
|
|
1832 * etc/edt-user.doc (File): New file from Emacs 19.34.
|
|
1833
|
|
1834 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
1835
|
|
1836 * configure.in (LIBS): Fix typo in dialog box test.
|
|
1837
|
|
1838
|