Mercurial > hg > xemacs-beta
comparison ChangeLog @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 6719134a07c2 |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
1 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.29 is released. | |
4 | |
5 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * configure.in: Don't use rel_alloc if malloc() calls mmap(). | |
8 Discover this by looking for M_MMAP_THRESHOLD. | |
9 | |
10 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to | |
11 bugs in (at least) Solaris 2.5 headers. | |
12 | |
13 2000-01-29 Craig Lanning <CraigL@DyCon.com> | |
14 | |
15 * configure.in: Fix detection of XPM on systems without X11. | |
16 | |
17 2000-02-11 Martin Buchholz <martin@xemacs.org> | |
18 | |
19 * configure.in: | |
20 * src/config.h.in: | |
21 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, | |
22 but only on tested Operating systems - Linux && SunOS >= 5.5. | |
23 | |
24 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
25 | |
26 * aclocal.m4: Support dlls on aix[34]. | |
27 | |
28 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
29 | |
30 * .cvsignore: Ignore gmon.out | |
31 | |
32 2000-02-08 Martin Buchholz <martin@xemacs.org> | |
33 | |
34 * configure.in: Sync Berkeley db autodetection with src/database.c | |
35 | |
36 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
37 | |
38 * configure.in: check for XConvertCase. | |
39 | |
40 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
41 | |
42 * XEmacs 21.2.28 is released. | |
43 | |
44 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp> | |
45 | |
46 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC. | |
47 | |
48 2000-01-26 Martin Buchholz <martin@xemacs.org> | |
49 | |
50 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18. | |
51 | |
52 2000-01-24 Martin Buchholz <martin@xemacs.org> | |
53 | |
54 * configure.in: Always use our own realpath(), not the system one. | |
55 | |
56 2000-01-25 Martin Buchholz <martin@xemacs.org> | |
57 | |
58 * configure.in: Default Drag-N-Drop to "no" | |
59 | |
60 1999-12-28 Max Matveev <max@melbourne.sgi.com> | |
61 | |
62 * configure.in: add new machine type for IRIX 6.[2-5] to | |
63 switch from using unexelf.o to unexelfsgi.o for just those | |
64 versions of IRIX. | |
65 In the ideal world it would be handled by the s/irix6-0.h but | |
66 since machine config is included AFTER OS config, I had to add a | |
67 new machine type. | |
68 | |
69 2000-01-22 Andy Piper <andy@xemacs.org> | |
70 | |
71 * configure.in: add winspool to windows libraries. | |
72 | |
73 2000-01-22 Martin Buchholz <martin@xemacs.org> | |
74 | |
75 * configure.in: Add more warnings to default gcc flags. | |
76 | |
77 2000-01-20 Daniel Pittman <daniel@danann.net> | |
78 | |
79 * configure.in: Find Athena headers hidden in even more obscure | |
80 places. That is, search Xaw3D/ as well as X11/Xaw3D/. | |
81 | |
82 2000-01-19 Martin Buchholz <martin@xemacs.org> | |
83 | |
84 * configure.in: Add support for NetWinders. | |
85 Patch by Sean MacLennan <seanm@netwinder.org> | |
86 | |
87 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
88 | |
89 * configure.in: Use /etc/ld.so.conf at link-time, if available. | |
90 | |
91 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
92 | |
93 * XEmacs 21.2.27 is released. | |
94 | |
95 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com> | |
96 | |
97 * etc/TUTORIAL.de: Update copyright and fix typo. | |
98 | |
99 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
100 | |
101 * configure.in: Create a .dbxrc in the src directory, like .gdbinit. | |
102 | |
103 * configure.in: Add `tests' symlink to make it easier to find | |
104 automated tests directory. | |
105 | |
106 2000-01-14 Andy Piper <andy@xemacs.org> | |
107 | |
108 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers | |
109 before the cygwin headers. | |
110 | |
111 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
112 | |
113 * configure.in: | |
114 - Allow find-tag to work in the build directory. | |
115 - rename src/gdbinit to src/.gdbinit, so that gdb can find it. | |
116 - Less verbose messages when creating .sbinit, .gdbinit, TAGS. | |
117 | |
118 2000-01-07 Marcus Thiessel <marcus@xemacs.org> | |
119 | |
120 * config.sub: Upgrade to 1.169, imported from autoconf's CVS | |
121 * config.guess: Upgrade to 1.158, imported from autoconf's CVS | |
122 | |
123 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
124 | |
125 * etc/NEWS: Document mail spool locking overhaul. | |
126 | |
127 * configure.usage (--mail-locking): | |
128 * configure.in: Handle --mail-locking option correctly in | |
129 preparation for the movemail locking overhaul. | |
130 | |
131 2000-01-05 Daniel Pittman <daniel@danann.net> | |
132 | |
133 * configure.in (Installation): Report which Athena header/library | |
134 combo is being used. | |
135 | |
136 1999-12-31 Martin Buchholz <martin@xemacs.org> | |
137 | |
138 * XEmacs 21.2.26 is released. | |
139 | |
140 1999-12-24 Martin Buchholz <martin@xemacs.org> | |
141 | |
142 * XEmacs 21.2.25 is released. | |
143 | |
144 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
145 | |
146 * README: Remove msdos part. | |
147 | |
148 1999-12-17 Martin Buchholz <martin@xemacs.org> | |
149 | |
150 * configure.in: Oops. xpm doesn't actually depend on X11. | |
151 I got confused by the name (like others get confused by `xemacs'?) | |
152 | |
153 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
154 | |
155 * XEmacs 21.2.24 is released. | |
156 | |
157 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
158 | |
159 * configure.in: | |
160 * configure.usage: | |
161 - Autodetect NAS. Change Docs accordingly. | |
162 | |
163 * configure.in: Warn if configure --with-xpm --without-x11. | |
164 | |
165 1999-12-09 Martin Buchholz <martin@xemacs.org> | |
166 | |
167 * configure.in: Clean up sound support. | |
168 - variable `old_nas' was used but never set. | |
169 - change `with_esd' to `with_esd_sound' for consistency. | |
170 - Don't trust the output of `esd-config --libs`; test it. | |
171 - Add `esd-config --cflags` to c_switch_site. | |
172 - Die if ESD sound requested, but not available. | |
173 - ESD is not dependent on X, therefore use LIBS, not libs_x. | |
174 | |
175 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
176 | |
177 * configure.in (--with-sound): Variable with_esd was mispelled. | |
178 | |
179 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
180 | |
181 * XEmacs 21.2.23 is released. | |
182 | |
183 1999-11-30 Martin Buchholz <martin@xemacs.org> | |
184 | |
185 * configure.in: Fix module support. | |
186 --with-modules=yes was completely broken. | |
187 AC_DEFINE(HAVE_DLFCN_H) was invoked twice. | |
188 Remove linking test for _dlopen - seems totally bogus. | |
189 Die if --with-modules=yes but no module support found. | |
190 Do nothing, not even msg, if --with-modules=no. | |
191 | |
192 1999-11-17 Isaac Hollander <ysh@mindspring.com> | |
193 | |
194 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies | |
195 symlinks instead of the actual files | |
196 | |
197 1999-11-30 Martin Buchholz <martin@xemacs.org> | |
198 | |
199 * aclocal.m4: Shared library support for hpux >= version 11 | |
200 | |
201 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
202 | |
203 * Makefile.in.in (beta): `make beta' should rebuild info. | |
204 | |
205 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> | |
206 | |
207 * XEmacs 21.2.22 is released | |
208 | |
209 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
210 | |
211 * XEmacs 21.2.21 is released. | |
212 | |
213 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
214 | |
215 * configure.in: | |
216 Add configure support for Unix 98 type ssize_t. | |
217 | |
218 1999-11-27 Martin Buchholz <martin@xemacs.org> | |
219 | |
220 * Makefile.in.in: | |
221 Make sure config.values.sh is up to date. | |
222 Use $(SHELL) instead of sh or /bin/sh consistently. | |
223 Delegate `depend' target to src/Makefile.in.in. | |
224 | |
225 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
226 | |
227 * INSTALL: Update configure option. | |
228 | |
229 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
230 | |
231 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h. | |
232 (LIBS): Check for libCsup. | |
233 | |
234 * etc/sample.Xdefaults: adds a reference to beNiceToColormap, | |
235 so that the user can guess what to do if xemacs' dialogs are | |
236 butt ugly. | |
237 | |
238 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | |
239 | |
240 * config.h.in: define HAVE_ESD_SOUND | |
241 | |
242 * configure.in: Add support for esd sound. --with-sound | |
243 now accepts a list of options. | |
244 * configure.usage (--native-sound-lib): ditto. | |
245 | |
246 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
247 | |
248 * Makefile.in.in (install-arch-dep): | |
249 Fix `make install' if prefix != exec_prefix. | |
250 | |
251 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
252 | |
253 * configure.in: | |
254 - Accept --with-database=gdbm as an alias for | |
255 --with-database=gnudbm. | |
256 - rename with_database_gnudbm to with_database_gdbm. | |
257 | |
258 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for | |
259 ld_dynamic_link_flags on Solaris. Else CC gives us: | |
260 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise | |
261 /usr/ccs/bin/ld: illegal option -- W | |
262 | |
263 | |
264 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
265 | |
266 * etc/FTP: Updated FTP mirrors list. Replaced GNU FTP document | |
267 with a URL. | |
268 | |
269 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
270 | |
271 * etc/MAILINGLISTS: Updated mailing list subscription information. | |
272 Replaced GNU MAILINGLISTS document with a URL. | |
273 | |
274 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
275 | |
276 * XEmacs 21.2.20 is released | |
277 | |
278 1999-09-21 Martin Buchholz <martin@xemacs.org> | |
279 * configure.in: Autodetect Unix98 PTY | |
280 | |
281 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
282 | |
283 * README.packages: Add description of package-get-provider | |
284 | |
285 1999-10-22 Vin Shelton <acs@xemacs.org> | |
286 | |
287 * INSTALL: Added more information about README.packages, and | |
288 re-numbered some bullets. | |
289 | |
290 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | |
291 | |
292 * INSTALL: Update disk requirements. Refer to README.packages | |
293 | |
294 1999-10-21 Andy Piper <andy@xemacs.org> | |
295 | |
296 * configure.in (all_widgets): Only use xaw3d if we really have it. | |
297 | |
298 1999-10-06 Andy Piper <andy@xemacs.org> | |
299 | |
300 * Makefile.in.in: use WINDOWSNT for mingw install. | |
301 | |
302 1999-08-01 Adrian Aichner <adrian@xemacs.org> | |
303 | |
304 * etc/DISTRIB: Update IP address of ftp.xemacs.org. | |
305 * etc/NEWS: Fix typo | |
306 | |
307 1999-09-25 Andy Piper <andy@xemacs.org> | |
308 | |
309 * configure.in: check for Xaw3d and use in preference to Xaw | |
310 | |
311 1999-09-21 Martin Buchholz <martin@xemacs.org> | |
312 | |
313 * Makefile.in.in: All Makefiles should #include config.h | |
314 | |
315 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
316 | |
317 * configure.in (EMACS_CONFIGURATION): Use $configuration, not | |
318 $canonical, so that installation paths and dynamic path setup will | |
319 stay in synch. | |
320 | |
321 1999-09-20 Andy Piper <andy@xemacs.org> | |
322 | |
323 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate | |
324 installation linkage. | |
325 | |
326 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
327 | |
328 * configure.in (machine): Recognize MIPS/Linux. | |
329 | |
330 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch> | |
331 | |
332 * modules/zlib/Makefile (distclean): | |
333 * modules/ldap/Makefile (distclean): | |
334 * modules/sample/Makefile (distclean): | |
335 * modules/base64/Makefile (distclean): new target | |
336 | |
337 * Makefile.in.in (top_distclean): Add package directories | |
338 (SUBDIR_DISTCLEAN): New variable, add module directories | |
339 | |
340 1999-09-01 Martin Buchholz <martin@xemacs.org> | |
341 | |
342 * configure.in: Warn, but otherwise ignore, obsolete arguments. | |
343 | |
344 1999-08-20 Olivier Galibert <galibert@pobox.com> | |
345 | |
346 * configure.in: Add --pdump option. | |
347 * configure.usage: Ditto. | |
348 | |
349 1999-08-04 Andy Piper <andy@xemacs.org> | |
350 | |
351 * configure.in: report widget usage correctly. beef up setting. | |
352 | |
353 * Makefile.in.in: fix install-arch-dep for mingw32. | |
354 | |
355 1999-07-28 Andy Piper <andy@xemacs.org> | |
356 | |
357 * config.h.in: add new LWLIB defines. | |
358 | |
359 * configure.in: fix definitions of widget defines with various | |
360 toolkit options. | |
361 | |
362 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
363 | |
364 * XEmacs 21.2.19 is released | |
365 | |
366 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
367 | |
368 * configure.in: Removed superfluous call to AC_FUNC_MMAP. | |
369 | |
370 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org> | |
371 | |
372 * configure.in: Check for Kerberos and the need for the DES | |
373 library before checking for LDAP in case LDAP requires these | |
374 libraries. | |
375 | |
376 1999-07-26 SL Baur <steve@miho> | |
377 | |
378 * configure.in: Rename --with-shlib to --with-modules for | |
379 consistency with the other two options that use that name. | |
380 | |
381 * configure.usage (--with-modules): Document it. | |
382 | |
383 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch> | |
384 | |
385 * etc/custom/example-themes/example-theme.el: | |
386 * etc/custom/example-themes/europe-theme.el: | |
387 * etc/custom/example-themes/ex-custom-file: Some simple examples | |
388 illustrating the custom theme support. | |
389 | |
390 1999-07-17 MORIOKA Tomohiko <tomo@etl.go.jp> | |
391 | |
392 * etc/HELLO (Thai): Modify for new font. | |
393 | |
394 1999-07-22 SL Baur <steve@beopen.com> | |
395 | |
396 * configure.in: add sco7 support | |
397 From Bob Weiner <weiner@beopen.com> | |
398 | |
399 1999-07-22 SL Baur <steve@miho> | |
400 | |
401 * Makefile.in.in (install-arch-dep): Install config.values into | |
402 docdir. | |
403 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu> | |
404 | |
405 1999-07-21 SL Baur <steve@miho> | |
406 | |
407 * Makefile.in.in (inststaticdir): New variable. | |
408 (instvardir): Ditto. | |
409 (install-arch-dep): Use them. | |
410 | |
411 * configure.in (sitelispdir): Need to use ${PROGNAME}. | |
412 (sitemoduledir): Ditto. | |
413 (inststaticdir): New variable. | |
414 (instvardir): Ditto. | |
415 (infodir): Use them. | |
416 (lispdir): Ditto. | |
417 (moduledir): Ditto. | |
418 (pkgdir): Ditto. | |
419 (etcdir): Ditto. | |
420 (lockdir): Ditto. | |
421 (archlibdir): Ditto. | |
422 | |
423 1999-07-14 SL Baur <steve@beopen.com> | |
424 | |
425 * InfoDock 4.0.8 is released | |
426 | |
427 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
428 | |
429 * XEmacs 21.2.18 is released | |
430 | |
431 1999-07-06 SL Baur <steve@miho.m17n.org> | |
432 | |
433 * config.guess (main): Synch with newer config.guess for HP | |
434 support. | |
435 From Marcus Thiessel <marcus@xemacs.org> | |
436 | |
437 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
438 | |
439 * configure.in (with_prefix): Added --with-prefix, defaults to | |
440 yes, to control whether the value of --prefix is compiled into the | |
441 binary. | |
442 | |
443 1999-07-03 Andy Piper <andy@xemacs.org> | |
444 | |
445 * configure.usage (--with-widgets): add. | |
446 | |
447 1999-07-02 Andy Piper <andy@xemacs.org> | |
448 | |
449 * configure.in: Make sure we get motif in lwlib if we have widgets | |
450 and motif. | |
451 | |
452 1999-06-25 SL Baur <steve@miho.m17n.org> | |
453 | |
454 * configure.in (version): Fix --with-infodock test. | |
455 | |
456 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
457 | |
458 * configure.in: --prefix and --exec-prefix are now only compiled | |
459 into the binary if user-defined. | |
460 | |
461 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
462 | |
463 * configure.in: Made docdir configurable. | |
464 | |
465 * Makefile.in (docdir): Added variable for custom DOC directory. | |
466 | |
467 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
468 | |
469 * XEmacs 21.2.17 is released | |
470 | |
471 1999-06-13 Oscar Figueiredo <oscar@xemacs.org> | |
472 | |
473 * configure.in (with_ldap): Check libldap independently of liblber | |
474 Do not test alternate library names such as libldap10 | |
475 Test the presence of a variety of LDAP API functions which were | |
476 formerly assumed to be present according to dubious heuristics | |
477 | |
478 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
479 | |
480 * XEmacs 21.2.16 is released | |
481 | |
482 1999-06-04 SL Baur <steve@steve1.m17n.org> | |
483 | |
484 * configure.in (CPP): Correct test for locating $site_prefix | |
485 include directories. | |
486 | |
487 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
488 | |
489 * XEmacs 21.2.15 is released | |
490 | |
491 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
492 | |
493 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs | |
494 From: Eric Veldhuyzen <eric@terra.nu> | |
495 | |
496 1999-05-25 Jan Vroonhof <jan@xemacs.org> | |
497 | |
498 * configure.in: For non-beta's use x.y.z format for version strings. | |
499 | |
500 1999-06-03 SL Baur <steve@xemacs.org> | |
501 | |
502 * version.sh: add emacs_is_beta initialization | |
503 | |
504 * configure.in: Implement patch levels in version number | |
505 From Jan Vroonhof <vroonhof@math.ethz.ch> | |
506 | |
507 * configure.in: | |
508 * configure.usage: | |
509 * config.h.in: Rename session option to wmcommand. | |
510 From Oliver Graf <ograf@rhein-zeitung.de> | |
511 | |
512 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
513 | |
514 * info/dir: Add `emodules.info' entry to the top info dir. | |
515 | |
516 1999-05-31 SL Baur <steve@steve1.m17n.org> | |
517 | |
518 * configure.in (CPP): Don't check for include subdirectories in | |
519 site-prefix directories. This check loses in valid configurations | |
520 like /usr/jp in TurboLinux. Conditionally add include directory to | |
521 site switches. | |
522 | |
523 1999-05-14 Hrvoje Niksic <hniksic@srce.hr> | |
524 | |
525 * configure.in (quoted_arguments): Support | |
526 --error-checking=byte-code. | |
527 | |
528 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
529 | |
530 * XEmacs 21.2.14 is released | |
531 | |
532 1999-05-11 SL Baur <steve@altair.xemacs.org> | |
533 | |
534 * version.sh (infodock_build_version): Synch InfoDock version. | |
535 | |
536 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
537 | |
538 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic | |
539 for Solaris. | |
540 | |
541 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
542 | |
543 * configure.in (xemacs_betaname): Don't generate Installation.el. | |
544 | |
545 * Makefile.in.in (top_distclean): Don't remove Installation.el. | |
546 | |
547 1999-04-29 Andy Piper <andy@xemacs.org> | |
548 | |
549 * configure.in: add mingw32 as a target platform. add nt process | |
550 support options. | |
551 | |
552 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp> | |
553 | |
554 * etc/HELLO (Amharic): New language. | |
555 (Slovak): Likewise. | |
556 (Thai): Likewise (by Virach Sornlertlamvanich). | |
557 (Greek): Fixed (by Yannis Haralambous). | |
558 | |
559 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
560 | |
561 * configure.in: Delete mule-coding.o. | |
562 | |
563 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
564 | |
565 * lwlib/xlwmenu.c (string_width_u): Initialise chars before | |
566 calling XmStringGetLtoR | |
567 (string_draw_u): ditto and check return value of XmStringGetLtoR() | |
568 | |
569 1999-04-05 Olivier Galibert <galibert@pobox.com> | |
570 | |
571 * Makefile.in.in (GENERATED_HEADERS): Don't generate | |
572 puresize-adjust.h anymore | |
573 | |
574 * configure.usage: Remove everything gung-ho or purespace related | |
575 | |
576 * configure.in: Ditto | |
577 | |
578 1999-04-17 Hrvoje Niksic <hniksic@srce.hr> | |
579 | |
580 * configure.in: Check for getloadavg(). | |
581 | |
1 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | 582 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 583 |
3 * XEmacs 21.2.13 is released | 584 * XEmacs 21.2.13 is released |
4 | 585 |
5 1999-03-09 SL Baur <steve@xemacs.org> | 586 1999-03-09 SL Baur <steve@xemacs.org> |
252 | 833 |
253 1998-09-02 Andy Piper <andyp@parallax.co.uk> | 834 1998-09-02 Andy Piper <andyp@parallax.co.uk> |
254 | 835 |
255 * etc/check_cygwin_setup.sh: fix a couple of buglets. | 836 * etc/check_cygwin_setup.sh: fix a couple of buglets. |
256 | 837 |
257 1998-08-23 Adrian Aichner <aichner@ecf.teradyne.com> | 838 1998-08-23 Adrian Aichner <adrian@xemacs.org> |
258 | 839 |
259 * etc/sample.emacs: Enable sound support on mswindows devices. | 840 * etc/sample.emacs: Enable sound support on mswindows devices. |
260 | 841 |
261 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp> | 842 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp> |
262 | 843 |
263 * configure.in: Alter configure so that it checks for mismatched PNG | 844 * configure.in: Alter configure so that it checks for mismatched PNG |
264 header/libs, screams a little louder on old/mismatched library | 845 header/libs, screams a little louder on old/mismatched library |
265 conditions for both PNG and XPM, stop screaming if png is not found and | 846 conditions for both PNG and XPM, stop screaming if png is not found and |
266 no window-system is selected, and fixed a bug in the XPM checking. | 847 no window-system is selected, and fixed a bug in the XPM checking. |
267 | 848 |
268 1998-08-06 Adrian Aichner <aichner@ecf.teradyne.com> | 849 1998-08-06 Adrian Aichner <adrian@xemacs.org> |
269 | 850 |
270 * etc/TUTORIAL.de: Fixing typos and grammatical errors. Fixing | 851 * etc/TUTORIAL.de: Fixing typos and grammatical errors. Fixing |
271 inconsistent usage of RET, <Return>, and <return> (only using | 852 inconsistent usage of RET, <Return>, and <return> (only using |
272 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout | 853 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout |
273 itself. Adding english equivalent to german translation of all | 854 itself. Adding english equivalent to german translation of all |
1081 | 1662 |
1082 1998-01-31 SL Baur <steve@altair.xemacs.org> | 1663 1998-01-31 SL Baur <steve@altair.xemacs.org> |
1083 | 1664 |
1084 * etc/aliases.ksh: Add `mak' function to create beta.err for | 1665 * etc/aliases.ksh: Add `mak' function to create beta.err for |
1085 build-report. | 1666 build-report. |
1086 From Adrian Aichner <aichner@ecf.teradyne.com> | 1667 From Adrian Aichner <adrian@xemacs.org> |
1087 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | 1668 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> |
1088 | 1669 |
1089 1998-01-27 SL Baur <steve@altair.xemacs.org> | 1670 1998-01-27 SL Baur <steve@altair.xemacs.org> |
1090 | 1671 |
1091 * XEmacs 20.5-beta22 is released. | 1672 * XEmacs 20.5-beta22 is released. |
1495 1997-11-04 SL Baur <steve@altair.xemacs.org> | 2076 1997-11-04 SL Baur <steve@altair.xemacs.org> |
1496 | 2077 |
1497 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable. | 2078 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable. |
1498 From Skip Montanaro <skip@calendar.com> | 2079 From Skip Montanaro <skip@calendar.com> |
1499 | 2080 |
1500 1997-11-04 Adrian Aichner <aichner@ecf.teradyne.com> | 2081 1997-11-04 Adrian Aichner <adrian@xemacs.org> |
1501 | 2082 |
1502 * etc/TUTORIAL.de: | 2083 * etc/TUTORIAL.de: |
1503 Updated copyright information. Translated most of the COPYING | 2084 Updated copyright information. Translated most of the COPYING |
1504 section. Translated the <<.*>> didactic line. | 2085 section. Translated the <<.*>> didactic line. |
1505 | 2086 |
1506 1997-10-22 Adrian Aichner <aichner@ecf.teradyne.com> | 2087 1997-10-22 Adrian Aichner <adrian@xemacs.org> |
1507 | 2088 |
1508 * etc/TUTORIAL.de: Fixed two issues reported by | 2089 * etc/TUTORIAL.de: Fixed two issues reported by |
1509 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> | 2090 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> |
1510 | 2091 |
1511 * etc/TUTORIAL.de: | 2092 * etc/TUTORIAL.de: |
1514 | 2095 |
1515 * etc/TUTORIAL.de: | 2096 * etc/TUTORIAL.de: |
1516 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>. | 2097 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>. |
1517 They fix yet more typos and quite a few awkward sentences. | 2098 They fix yet more typos and quite a few awkward sentences. |
1518 | 2099 |
1519 1997-10-21 Adrian Aichner <aichner@ecf.teradyne.com> | 2100 1997-10-21 Adrian Aichner <adrian@xemacs.org> |
1520 | 2101 |
1521 * etc/TUTORIAL.de: Manually merged a few more corrections by | 2102 * etc/TUTORIAL.de: Manually merged a few more corrections by |
1522 Carsten Leonhardt <leo@arioch.oche.de> | 2103 Carsten Leonhardt <leo@arioch.oche.de> |
1523 | 2104 |
1524 1997-10-20 Adrian Aichner <aichner@ecf.teradyne.com> | 2105 1997-10-20 Adrian Aichner <adrian@xemacs.org> |
1525 | 2106 |
1526 * etc/TUTORIAL.de: | 2107 * etc/TUTORIAL.de: |
1527 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2, | 2108 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2, |
1528 then merged them with 1.3 via ediff-buffers. | 2109 then merged them with 1.3 via ediff-buffers. |
1529 Andreas found some quite nasty typos still and added many missing commas. | 2110 Andreas found some quite nasty typos still and added many missing commas. |
1650 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if | 2231 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if |
1651 it already exists (use `make finder' to force rebuild). | 2232 it already exists (use `make finder' to force rebuild). |
1652 | 2233 |
1653 1997-10-18 SL Baur <steve@altair.xemacs.org> | 2234 1997-10-18 SL Baur <steve@altair.xemacs.org> |
1654 | 2235 |
1655 * XEmacs 20.3-beta91 is released. | 2236 * XEmacs 20.3-beta91 is released. |
1656 | 2237 |
1657 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> | 2238 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> |
1658 | 2239 |
1659 * etc/NEWS: document changed package load semantics. | 2240 * etc/NEWS: document changed package load semantics. |
1660 | 2241 |
2972 | 3553 |
2973 * info/dir (Packages): Add HM-HTML-Mode to menu. | 3554 * info/dir (Packages): Add HM-HTML-Mode to menu. |
2974 | 3555 |
2975 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org> | 3556 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org> |
2976 | 3557 |
2977 * configure.in: Echo only current configuration using 'tee -a'. | 3558 * configure.in: Echo only current configuration using 'tee -a'. |
2978 | 3559 |
2979 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org> | 3560 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org> |
2980 | 3561 |
2981 * XEmacs-19.15-b103 is released. | 3562 * XEmacs-19.15-b103 is released. |
2982 * XEmacs-20.0-b9 is released. | 3563 * XEmacs-20.0-b9 is released. |