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