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