Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:20:41 +0200 |
| parents | de805c49cfc1 |
| children | da8ed4261e83 |
comparison
equal
deleted
inserted
replaced
| 411:12e008d41344 | 412:697ef44129c6 |
|---|---|
| 1 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.2.35 is released. | |
| 4 | |
| 5 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
| 6 | |
| 7 * gnuserv.c: | |
| 8 (handle_internet_request): | |
| 9 (handle_unix_request): | |
| 10 (internet_init): | |
| 11 Use socklen_t instead of int or size_t. | |
| 12 | |
| 13 2000-07-11 Martin Buchholz <martin@xemacs.org> | |
| 14 | |
| 15 * hexl.c (usage): Use full ANSI C prototypes. | |
| 16 | |
| 17 2000-07-05 Craig Lanning <lanning@scra.org> | |
| 18 | |
| 19 * Makefile.in.in (INSTALL_DATA): | |
| 20 * Makefile.in.in (UTILITIES): | |
| 21 * Makefile.in.in (GETOPTDEPS): | |
| 22 * Makefile.in.in (i): | |
| 23 mingw support: don't try to build gnuclient, add | |
| 24 support for building and installing minitar | |
| 25 | |
| 26 2000-06-10 Ben Wing <ben@xemacs.org> | |
| 27 | |
| 28 * Makefile.in.in (INSTALLABLES_BASE): | |
| 29 * Makefile.in.in (ootags_args): | |
| 30 * Makefile.in.in (yow): | |
| 31 Build i.exe. | |
| 32 Don't build run*.exe. | |
| 33 | |
| 34 * b2m.c: | |
| 35 * b2m.c (main): | |
| 36 * ellcc.c (main): | |
| 37 * etags.c: | |
| 38 * etags.c (main): | |
| 39 * etags.c (get_compressor_from_suffix): | |
| 40 * etags.c (process_file): | |
| 41 * etags.c (readline_internal): | |
| 42 * etags.c (etags_getcwd): | |
| 43 * etags.c (relative_filename): | |
| 44 * etags.c (absolute_filename): | |
| 45 * etags.c (filename_is_absolute): | |
| 46 * etags.c (canonicalize_filename): | |
| 47 * fakemail.c: | |
| 48 * fakemail.c (make_file_preface): | |
| 49 * getopt.c: | |
| 50 * getopt.h: | |
| 51 * gnuclient.c: | |
| 52 * gnuclient.c (filename_expand): | |
| 53 * gnuserv.h: | |
| 54 * gnuserv.h (PATCHLEVEL): | |
| 55 * hexl.c: | |
| 56 * hexl.c (main): | |
| 57 * make-docfile.c: | |
| 58 * make-docfile.c (APPEND_BINARY): | |
| 59 * make-docfile.c (main): | |
| 60 * make-dump-id.c: | |
| 61 * mmencode.c: | |
| 62 * mmencode.c (fromqp): | |
| 63 * mmencode.c (main): | |
| 64 * movemail.c: | |
| 65 * movemail.c (main): | |
| 66 * movemail.c (popmail): | |
| 67 * ootags.c: | |
| 68 * ootags.c (main): | |
| 69 * ootags.c (readline_internal): | |
| 70 * ootags.c (etags_getcwd): | |
| 71 * ootags.c (absolute_filename): | |
| 72 * ootags.c (filename_is_absolute): | |
| 73 * ootags.c (canonicalize_filename): | |
| 74 * pop.c: | |
| 75 * pop.c (DONT_ENCAPSULATE): | |
| 76 * pop.c (pop_open): | |
| 77 * pop.c (socket_connection): | |
| 78 * pop.c (pop_trash): | |
| 79 * profile.c (gettimeofday): | |
| 80 * wakeup.c: | |
| 81 * yow.c (rootrelativepath): | |
| 82 Remove MSDOS support, converting to WIN32_NATIVE where necessary. | |
| 83 WINDOWSNT -> WIN32_NATIVE. | |
| 84 __CYGWIN32__ -> CYGWIN. | |
| 85 DOS_NT -> WIN32_NATIVE. | |
| 86 Remove unused NO_SHORTNAMES. | |
| 87 Changes for removed nt\inc. | |
| 88 | |
| 89 2000-06-07 Ben Wing <ben@xemacs.org> | |
| 90 | |
| 91 * run.c, run.h, run.rc: Removed. We no longer need these for | |
| 92 building runxemacs.exe, and it's questionable at best whether | |
| 93 rungnuclient.exe was ever used or is even needed. The correct | |
| 94 solution is just to make gnuclient.exe a windows program and | |
| 95 use the gnuattach script to run 'i gnuclient.exe'. Not that | |
| 96 gnuclient currently works under Windows native in any case. | |
| 97 | |
| 98 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
| 99 | |
| 100 * XEmacs 21.2.34 is released. | |
| 101 | |
| 102 2000-05-11 Ben Wing <ben@xemacs.org> | |
| 103 | |
| 104 * i.c (get_command): fix unused var warning. | |
| 105 | |
| 106 * make-docfile.c (MDGET): | |
| 107 * make-docfile.c (read_c_string): | |
| 108 rewrite and reindent -- handle closing doc string comment that's | |
| 109 not at beg of line. | |
| 110 | |
| 111 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
| 112 | |
| 113 * XEmacs 21.2.33 is released. | |
| 114 | |
| 115 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
| 116 | |
| 117 * gnuclient.c (initialize_signals): Always use full ANSI prototypes. | |
| 118 | |
| 119 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
| 120 | |
| 121 * i.c: New file, source for the i utility. | |
| 122 | |
| 123 2000-03-22 Mike Alexander <mta@arbortext.com> | |
| 124 | |
| 125 * make-dump-id.c (gettimeofday): new (Windows only) | |
| 126 | |
| 127 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
| 128 | |
| 129 * XEmacs 21.2.32 is released. | |
| 130 | |
| 131 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
| 132 | |
| 133 * make-dump-id.c: Use config.h and systime.h for portability. | |
| 134 | |
| 135 2000-02-20 Olivier Galibert <galibert@pobox.com> | |
| 136 | |
| 137 * make-dump-id.c: Added. | |
| 138 | |
| 139 * Makefile.in.in: Add support for make-dump-id. | |
| 140 | |
| 141 2000-03-12 Ben Wing <ben@xemacs.org> | |
| 142 | |
| 143 * etags.c (canonicalize_filename): fixed a problem with gratuitous | |
| 144 capitalization of file names under MS Windows. | |
| 145 | |
| 146 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
| 147 | |
| 148 * XEmacs 21.2.31 is released. | |
| 149 | |
| 150 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
| 151 | |
| 152 * XEmacs 21.2.30 is released. | |
| 153 | |
| 154 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
| 155 | |
| 156 * XEmacs 21.2.29 is released. | |
| 157 | |
| 158 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
| 159 | |
| 160 * etags.c: Upgrade to version 13.44. | |
| 161 Only added (unsigned char) casts to calls like isspace (*cp). | |
| 162 | |
| 163 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
| 164 | |
| 165 * XEmacs 21.2.28 is released. | |
| 166 | |
| 167 2000-02-06 Martin Buchholz <martin@xemacs.org> | |
| 168 | |
| 169 * getopt.h: | |
| 170 * fakemail.c: | |
| 171 * gnuslib.c: | |
| 172 * sorted-doc.c: | |
| 173 * yow.c: | |
| 174 * cvtmail.c: | |
| 175 * movemail.c: | |
| 176 * gnuclient.c: | |
| 177 ANSIfy. Use coding standards for function definitions. | |
| 178 Make C++-compilable. Modified from patch by Zack Weinberg. | |
| 179 | |
| 180 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
| 181 | |
| 182 * hexl.c: Removed MSDOS code; set binary I/O flags for NT. | |
| 183 | |
| 184 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
| 185 | |
| 186 * XEmacs 21.2.27 is released. | |
| 187 | |
| 188 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
| 189 | |
| 190 * ootags.c: Ansify. | |
| 191 * etags.c: | |
| 192 * getopt.c: | |
| 193 * cvtmail.c: | |
| 194 Remove declarations of ANSI errno, getenv(), malloc(). | |
| 195 | |
| 196 2000-01-13 Martin Buchholz <martin@xemacs.org> | |
| 197 | |
| 198 * movemail.c (main): | |
| 199 * make-docfile.c (write_c_args): | |
| 200 Simple compiler warning fixes. | |
| 201 | |
| 202 2000-01-09 Martin Buchholz <martin@xemacs.org> | |
| 203 | |
| 204 * *.[ch]: Change <../src/config.h> to <config.h> | |
| 205 * ellcc.c: Always use <...> to #include files not in `.' | |
| 206 * Makefile.in.in: Use safer -I paths. | |
| 207 Use $(top_srcdir) instead of $(srcdir)/../src | |
| 208 Add warning comment. | |
| 209 | |
| 210 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
| 211 | |
| 212 * movemail.c: Warning removal. | |
| 213 | |
| 214 2000-01-06 Norbert Koch <norbert@s.netic.de> | |
| 215 | |
| 216 * movemail.c: Typo fix. | |
| 217 | |
| 218 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 219 | |
| 220 * movemail.c: Overhaul of the locking code. | |
| 221 | |
| 222 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
| 223 | |
| 224 * etags.c (etags_strrchr): Ansify. | |
| 225 (etags_strchr): Ansify. | |
| 226 (get_compressor_from_suffix): Remove warning, make code cleaner. | |
| 227 | |
| 228 1999-12-31 Martin Buchholz <martin@xemacs.org> | |
| 229 | |
| 230 * XEmacs 21.2.26 is released. | |
| 231 | |
| 232 1999-12-24 Martin Buchholz <martin@xemacs.org> | |
| 233 | |
| 234 * XEmacs 21.2.25 is released. | |
| 235 | |
| 236 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
| 237 | |
| 238 * fakemail.c (cuserid): ((expr)) ==> (expr) | |
| 239 | |
| 240 * fakemail.c (xmalloc): ANSIfy. | |
| 241 | |
| 242 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
| 243 | |
| 244 * config.values.sh: Only update config.values.in if changed. | |
| 245 No external dependencies except perl. | |
| 246 No temporary files. | |
| 247 | |
| 248 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
| 249 | |
| 250 * XEmacs 21.2.24 is released. | |
| 251 | |
| 252 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
| 253 | |
| 254 * etags.c: Fix warning: `_GNU_SOURCE' redefined. | |
| 255 | |
| 256 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
| 257 | |
| 258 * XEmacs 21.2.23 is released. | |
| 259 | |
| 260 1999-11-29 Andreas Jaeger <aj@suse.de> | |
| 261 | |
| 262 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif. | |
| 263 pstogif: Moved to package tm. | |
| 264 | |
| 265 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 266 | |
| 267 * XEmacs 21.2.22 is released | |
| 268 | |
| 269 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
| 270 | |
| 271 * XEmacs 21.2.21 is released. | |
| 272 | |
| 273 1999-11-20 Martin Buchholz <martin@xemacs.org> | |
| 274 | |
| 275 * process-gnu-depends.sh: Deleted. Obsolete. | |
| 276 * process-depends.sh: Deleted. Obsolete. | |
| 277 | |
| 278 1999-11-20 Jan Vroonhof <jan@xemacs.org> | |
| 279 | |
| 280 * Makefile.in.in (instvardir): Added. From | |
| 281 Jeff Miller <jmiller@smart.net> | |
| 282 | |
| 283 1999-11-19 Martin Buchholz <martin@xemacs.org> | |
| 284 | |
| 285 * etags.c: Upgrade to pot etags version 13.33. | |
| 286 Make `etags --version' print out `XEmacs', not `GNU Emacs' | |
| 287 | |
| 288 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
| 289 | |
| 290 * etags.c (canonicalize_filename): Typo fix | |
| 291 | |
| 292 1999-11-05 Martin Buchholz <martin@xemacs.org> | |
| 293 | |
| 294 * etags.c: | |
| 295 * ../etc/etags.1: | |
| 296 * ../etc/NEWS: | |
| 297 Upgrade to etags version 13.32. | |
| 298 etags.c has warnings removed, in addition. | |
| 299 | |
| 300 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
| 301 | |
| 302 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int. | |
| 303 | |
| 304 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 305 | |
| 306 * XEmacs 21.2.20 is released | |
| 307 | |
| 308 1999-11-04 Martin Buchholz <martin@xemacs.org> | |
| 309 | |
| 310 * gnuserv.c (handle_response): Warning suppression | |
| 311 | |
| 312 1999-09-27 Martin Buchholz <martin@xemacs.org> | |
| 313 | |
| 314 * ellcc.c: | |
| 315 ANSIfy. | |
| 316 Remove MSDOS cruft. | |
| 317 Remove WINDOWS cruft. | |
| 318 Remove VMS cruft. | |
| 319 (main): The wrong number of bytes were being read during argument | |
| 320 processing. | |
| 321 Delete ANSI imitations like ellcc_strchr(). | |
| 322 Call functions with the right number of arguments. | |
| 323 Fix a typo. | |
| 324 Make functions static. | |
| 325 Remove compiler warnings. | |
| 326 | |
| 327 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
| 328 | |
| 329 * cvtmail.c (main): ANSIfy | |
| 330 * digest-doc.c (main): ANSIfy | |
| 331 * hexl.c (main): ANSIfy | |
| 332 | |
| 333 * make-path.c: Remove declaration for errno. | |
| 334 * mmencode.c (nextcharin): ANSIfy | |
| 335 * movemail.c (pop_retr): ANSIfy | |
| 336 | |
| 337 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu> | |
| 338 | |
| 339 * pop.c (pop_quit): use CLOSESOCKET() instead of close() | |
| 340 | |
| 341 * run.c (build_cmdline): Fix NT native build unreferenced variable | |
| 342 warning | |
| 343 (WinMain): Fix release mode build unreferenced variable warning | |
| 344 | |
| 345 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 346 | |
| 347 * XEmacs 21.2.19 is released | |
| 348 | |
| 349 1999-07-22 SL Baur <steve@miho> | |
| 350 | |
| 351 * Makefile.in.in (datadir): Add. | |
| 352 From Jeff Miller <jmiller@smart.net> | |
| 353 | |
| 354 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 355 | |
| 356 * XEmacs 21.2.18 is released | |
| 357 | |
| 358 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 359 | |
| 360 * XEmacs 21.2.17 is released | |
| 361 | |
| 362 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 363 | |
| 364 * XEmacs 21.2.16 is released | |
| 365 | |
| 366 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 367 | |
| 368 * XEmacs 21.2.15 is released | |
| 369 | |
| 370 1999-06-03 SL Baur <steve@steve1.m17n.org> | |
| 371 | |
| 372 * Makefile.in.in: Move .PHONY up to force execution of `all'. | |
| 373 | |
| 374 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | 1 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 375 | 2 |
| 376 * XEmacs 21.2.14 is released | 3 * XEmacs 21.2.14 is released |
| 377 | 4 |
| 378 1999-05-14 SL Baur <steve@gneiss.etl.go.jp> | 5 1999-05-14 SL Baur <steve@gneiss.etl.go.jp> |
| 389 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>. | 16 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>. |
| 390 | 17 |
| 391 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src. | 18 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src. |
| 392 | 19 |
| 393 1999-04-29 Andy Piper <andy@xemacs.org> | 20 1999-04-29 Andy Piper <andy@xemacs.org> |
| 394 | 21 |
| 395 * make-docfile.c: build fixes for mingw32. | 22 * make-docfile.c: build fixes for mingw32. |
| 396 * movemail.c: ditto. | 23 * movemail.c: ditto. |
| 397 * run.c: ditto. | 24 * run.c: ditto. |
| 398 * yow.c: ditto. | 25 * yow.c: ditto. |
| 399 * profile.c: ditto. | 26 * profile.c: ditto. |
| 400 (gettimeofday): new function copied from nt.c. | 27 (gettimeofday): new function copied from nt.c. |
| 401 | 28 |
| 402 * fakemail.c (make_file_preface): make buildable under windows. | 29 * fakemail.c (make_file_preface): make buildable under windows. |
| 403 | 30 |
| 404 * Makefile.in.in: fix some build targets for when we are building | 31 * Makefile.in.in: fix some build targets for when we are building |
| 405 on a windows platform. | 32 on a windows platform. |
| 406 | 33 |
| 495 | 122 |
| 496 * movemail.c: mess with includes so that it builds under native NT. | 123 * movemail.c: mess with includes so that it builds under native NT. |
| 497 | 124 |
| 498 * pop.c: mess with includes so that it builds under native NT. | 125 * pop.c: mess with includes so that it builds under native NT. |
| 499 From Fabrice Popineau <popineau@ese-metz.fr> | 126 From Fabrice Popineau <popineau@ese-metz.fr> |
| 500 | 127 |
| 501 1998-12-16 Andy Piper <andy@xemacs.org> | 128 1998-12-16 Andy Piper <andy@xemacs.org> |
| 502 | 129 |
| 503 * XEmacs 21.2.6 is released | 130 * XEmacs 21.2.6 is released |
| 504 | 131 |
| 505 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | 132 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 681 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com> | 308 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com> |
| 682 | 309 |
| 683 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch> | 310 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch> |
| 684 | 311 |
| 685 * gnuclient.c (main): Read eval from from stdin if just "-batch" | 312 * gnuclient.c (main): Read eval from from stdin if just "-batch" |
| 686 is given. | 313 is given. |
| 687 * gnudoit: Support this. | 314 * gnudoit: Support this. |
| 688 * gnuserv.1: Document this behavior. | 315 * gnuserv.1: Document this behavior. |
| 689 | 316 |
| 690 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> | 317 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> |
| 691 | 318 |
| 753 | 380 |
| 754 * getopt.c (_getopt_internal): Add braces for clarity. | 381 * getopt.c (_getopt_internal): Add braces for clarity. |
| 755 | 382 |
| 756 1998-01-13 Martin Buchholz <martin@xemacs.org> | 383 1998-01-13 Martin Buchholz <martin@xemacs.org> |
| 757 | 384 |
| 758 * lib-src/add-little-package.sh: | 385 * lib-src/add-little-package.sh: |
| 759 * lib-src/add-big-package.sh: | 386 * lib-src/add-big-package.sh: |
| 760 Use proper paranoid quoting for sh variables. | 387 Use proper paranoid quoting for sh variables. |
| 761 -batch implies -q. | 388 -batch implies -q. |
| 762 | 389 |
| 763 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> | 390 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> |
| 764 | 391 |
| 765 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is | 392 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is |
| 766 set. | 393 set. |
| 767 | 394 |
| 768 * gnuserv.c: tidy up so that it builds when we don't have | 395 * gnuserv.c: tidy up so that it builds when we don't have |
| 769 UNIX_DOMAIN_SOCKETS. | 396 UNIX_DOMAIN_SOCKETS. |
| 903 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and | 530 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and |
| 904 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also | 531 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also |
| 905 missing a variable called "configuration. This messed up archilibdir. | 532 missing a variable called "configuration. This messed up archilibdir. |
| 906 | 533 |
| 907 * Added highlighting to text suggesting to do "make gzip-el" in top | 534 * Added highlighting to text suggesting to do "make gzip-el" in top |
| 908 level Makefile.in. Added code to do make maybe-blessmail after a | 535 level Makefile.in. Added code to do make maybe-blessmail after a |
| 909 make install is done. | 536 make install is done. |
| 910 | 537 |
| 911 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | 538 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> |
| 912 | 539 |
| 913 * gnuclient.c (main): Made help string correspond to options. | 540 * gnuclient.c (main): Made help string correspond to options. |
| 971 | 598 |
| 972 * gnuattach: Readd as warning script. | 599 * gnuattach: Readd as warning script. |
| 973 | 600 |
| 974 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach. | 601 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach. |
| 975 From Hrvoje Niksic <hniksic@srce.hr> | 602 From Hrvoje Niksic <hniksic@srce.hr> |
| 976 | 603 |
| 977 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | 604 1997-06-13 Steven L Baur <steve@altair.xemacs.org> |
| 978 | 605 |
| 979 * update-elc.sh (mule_p): Ignore lisp/language when building | 606 * update-elc.sh (mule_p): Ignore lisp/language when building |
| 980 non-Mule. | 607 non-Mule. |
| 981 (ignore_pattern): Ignore Languages we don't support yet. | 608 (ignore_pattern): Ignore Languages we don't support yet. |
