Fixed Internet gated message replying, changed layout for kludges in JAM

This commit is contained in:
Alexander S. Aganichev
2000-11-11 08:59:31 +00:00
parent cc6d38a548
commit 8a3bb64045
4 changed files with 28 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
GoldED+ compilation how to
GoldED+ compilation howto
by Alexander Aganichev, 2:5020/201.58 <aaganichev@netscape.net>
-------------------------------------------------------------------------------
@@ -11,10 +11,9 @@ To compile GoldED+ and utilities you'll need:
- vi, emacs, or any other editor you like
- beer or bear on your choice ;-)
--- MINGW32 ONLY ---
Remove alloc.h from the $(include)/mingw32 to avoid unpredictable problems.
Change arguments to sopen (to be `const char *' instead of `char *') and
atexit (to be `void (func *)(void)' instead of `void (func *)()').
--- MINGW ONLY ---
Please consult this howto on installing MinGW over Cygwin:
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/mno-cygwin-howto.txt
------ COMMON ------
First, edit GNUmakef.def for the preferrable compilation options.
@@ -23,7 +22,8 @@ Now go to golded3 and copy mygolded.__h to mygolded.h and adjust it for
yourself (put your name, FTN address and e-mail). Goto root again.
Exec 'make' (or `gmake' on BSD) and drink beer or play with bear until
compilation in progress.
compilation in progress. But better - help your wife (if you have one) or
wives (if you have more :)) with home work ;-)
ls bin/

View File

@@ -12,6 +12,12 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.4.7, November xx 2000
______________________________________________________________________
- It was impossible to change To: field when replying to the Internet
gated message when lookup turned off. Fixed.
+ Via, Recd and Forwarded kludges now displayed in the bottom of
message in JAM areas.
- Cut-n-paste Unicode clipboard under Windows NT now properly filled
with Unicode version of control characters with the exception of CR,
LF, tabulation. It's fun to copy kludges from GoldED+ to WordPad ;-)