# HG changeset patch # User stephent # Date 1028961457 0 # Node ID c017b187b1ec75e2cb7ed1608730c3da1146fac9 # Parent e6409999af4b15fa41d9c1c612c1053962d631b0 [xemacs-hg @ 2002-08-10 06:37:37 by stephent] Define runtime and build time. <873ctngr1y.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r e6409999af4b -r c017b187b1ec ChangeLog --- 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 + + * PROBLEMS (General advice): Define runtime and build problems. + +2002-07-24 Stephen J. Turnbull + + * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff. + 2002-07-27 Steve Youngs * XEmacs 21.5.8 "broccoli" is released. diff -r e6409999af4b -r c017b187b1ec PROBLEMS --- 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 ===============================