Mercurial > hg > xemacs-beta
changeset 957:c017b187b1ec
[xemacs-hg @ 2002-08-10 06:37:37 by stephent]
Define runtime and build time. <873ctngr1y.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 10 Aug 2002 06:37:37 +0000 |
parents | e6409999af4b |
children | 4cbfb36b35e0 |
files | ChangeLog PROBLEMS |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 08 15:30:04 2002 +0000 +++ b/ChangeLog Sat Aug 10 06:37:37 2002 +0000 @@ -1,3 +1,11 @@ +2002-08-10 Stephen J. Turnbull <stephen@xemacs.org> + + * PROBLEMS (General advice): Define runtime and build problems. + +2002-07-24 Stephen J. Turnbull <stephen@xemacs.org> + + * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- a/PROBLEMS Thu Aug 08 15:30:04 2002 +0000 +++ b/PROBLEMS Sat Aug 10 06:37:37 2002 +0000 @@ -21,10 +21,20 @@ XEmacs provides (e.g. `C-s'). General advice: + WATCH OUT for your init file! (~/.xemacs/init.el or ~/.emacs) If you observe strange problems, invoke XEmacs with the `-vanilla' option and see if you can repeat the problem. + Note that most of the problems described here manifest at RUN + time, even those described as BUILD problems. It is quite unusual + for a released XEmacs to fail to build. So a "build problem" + requires you to tweak the build environment, then rebuild XEmacs. + A "runtime problem" is one that can be fixed by proper + configuration of the existing build. Compatibility problems and + Mule issues are generally runtime problems, but are treated + separately for convenience. + * Problems with building XEmacs ===============================