Mercurial > hg > xemacs-beta
comparison ChangeLog @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:06:37 +0200 |
| parents | c7528f8e288d |
| children | 6a378aca36af |
comparison
equal
deleted
inserted
replaced
| 79:5b0a5bbffab6 | 80:1ce6082ce73f |
|---|---|
| 1 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 2 * XEmacs 20.0 beta90 (prerelease 1) is released. | |
| 3 * XEmacs 19.15 beta90 (prerelease 1) is released. | |
| 4 | |
| 5 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6 | |
| 7 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config). | |
| 8 | |
| 1 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org> | 9 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org> |
| 2 * XEmacs 20.0 beta 34 is released. | 10 * XEmacs 20.0 beta 34 is released. |
| 3 * XEmacs 19.15 beta 7 is released. | 11 * XEmacs 19.15 beta 7 is released. |
| 4 | 12 |
| 5 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@bay1.bayserve.net> | 13 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@bay1.bayserve.net> |
| 6 | 14 |
| 7 * lwlib/Makefile.in.in: lwlib is required if X11 is used. | 15 * lwlib/Makefile.in.in: lwlib is required if X11 is used. |
| 8 | 16 |
| 17 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com> | |
| 18 | |
| 19 * src/emacs.c: Make sure | |
| 20 `./temacs -batch -l loadup.el run-temacs <emacs-args>' | |
| 21 works properly | |
| 22 | |
| 23 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's | |
| 24 competitor to Purify. | |
| 25 | |
| 26 * man/lispref/symbols.texi: Fix up bit vector documentation | |
| 27 * man/lispref/sequences.texi: Fix up bit vector documentation | |
| 28 | |
| 29 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun. | |
| 30 | |
| 31 * lisp/prim/update-elc.el: Don't rely on autoloads. | |
| 32 | |
| 33 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com> | |
| 34 | |
| 35 * lisp/prim/auto-autoloads.el: New, completely program-generated, file | |
| 36 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el. | |
| 37 * lisp/utils/autoload.el: Reorganization of autoload mechanism: | |
| 38 Errors during autoload generation are just that - errors. | |
| 39 | |
| 40 Generated autoloads are now in a separate file of their own. | |
| 41 | |
| 42 Reliability of autoload generation greatly increased. | |
| 43 | |
| 44 Distribution smaller by about 100k. | |
| 45 | |
| 46 `make autoloads' is still the preferred mechanism for update. | |
| 47 | |
| 48 Autoloads are always regenerated completely from scratch. This | |
| 49 avoids errors with obsolete or corrupted autoload entries. | |
| 50 | |
| 51 Caching of autoload entries using timestamps has been eliminated. | |
| 52 | |
| 53 Files that have no autoloads no longer have a comment placed into | |
| 54 the generated autoloads file. | |
| 55 | |
| 56 There was a bug where autoload entries would sometimes end up | |
| 57 being inserted into the *middle* of other autoload entries, | |
| 58 thereby corrupting them. | |
| 59 | |
| 60 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge. | |
| 61 | |
| 62 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com> | |
| 63 | |
| 64 * lib-src/update-autoloads.sh: Make sure that `make autoloads' | |
| 65 doesn't use the autoload facility to load `autoload'; | |
| 66 load it explicity instead. | |
| 67 | |
| 68 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs | |
| 69 | |
| 70 * man/Makefile: Reinstate hyperbole & oo-browser manuals | |
| 71 | |
| 72 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman | |
| 73 | |
| 74 * src/mule-charset.c: Use lower case for charset registry, to | |
| 75 match XLFD. | |
| 76 | |
| 77 * Makefile.in: replace list of info files with *.info* - one less | |
| 78 maintenance headache | |
| 79 | |
| 80 * etc/sample.emacs: Add sample code to highlight continuation glyph | |
| 81 | |
| 82 * man/oo-browser.texi: Fix TeXability | |
| 83 | |
| 84 * man/hyperbole.texi: Fix TeXability | |
| 85 | |
| 86 * man/vhdl-mode.texi: Fix TeXability | |
| 87 | |
| 88 * lisp/prim/loaddefs.el: Wholesale housecleaning | |
| 89 `make autoloads' should finally work. | |
| 90 | |
| 91 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal | |
| 92 | |
| 93 * lisp/mule/mule-files.el: Add support for multi-lingual info files. | |
| 94 | |
| 95 * lib-src/update-elc.sh: `make all-elc' was updating files in | |
| 96 `special' directories without using the Makefiles | |
| 97 designed for that purpose. | |
| 98 - make sure ilisp isn't remade every time through `make all-elc'. | |
| 99 | |
| 100 * info/dir (Packages): Add Japanese TM info files | |
| 101 | |
| 102 * src/inline.c: Allow compilation with `gcc -g' | |
| 103 | |
| 104 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g' | |
| 105 | |
| 106 * src/lread.c: Don't put `...' immediately after a filename, so | |
| 107 that various tools can recognize the filename as such. | |
| 108 | |
| 109 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when | |
| 110 --with-xim=xlib and key event on window frame. | |
| 111 Change return foo to return (foo) when return is a macro. | |
| 112 | |
| 113 * src/editfns.c (Ffollowing_char): docstring fixes. | |
| 114 | |
| 115 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files. | |
| 116 This Makefile is no longer officially broken. | |
| 117 | |
| 118 * info/dir: Add Japanese tm documents. | |
| 119 | |
| 120 * man/tm/tm-vm-en.texi: Make document TeX-friendly. | |
| 121 | |
| 122 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable | |
| 123 xargs -i flag. | |
| 124 | |
| 125 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure | |
| 126 the `binary' coding system is used for .gz and .Z extensions. | |
| 127 | |
| 128 * man/viper.texi: Viper version 2.90 | |
| 129 | |
| 130 * man/ediff.texi: Ediff Version 2.62 | |
| 131 | |
| 132 * lisp/packages/ispell.el (ispell-word): Avoid using strings with | |
| 133 define-key, for compatibility with loaddefs.el | |
| 134 | |
| 135 * lisp/modes/eiffel3.el: Make compatible with update-autoloads. | |
| 136 | |
| 137 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation. | |
| 138 | |
| 139 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp | |
| 140 files in dirs that have their own Makefiles. | |
| 141 | |
| 142 | |
| 143 | |
| 9 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org> | 144 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org> |
| 10 | 145 |
| 11 * Makefile.in (install-arch-indep): Force compression with `gzip -f'. | 146 * Makefile.in (install-arch-indep): Force compression with `gzip -f'. |
| 12 | 147 |
| 13 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories. | 148 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories. |
