Changes by 2000/10/22

This commit is contained in:
Alexander S. Aganichev
2000-10-24 05:02:25 +00:00
parent 8be1e735f6
commit 0ba6da729d
13 changed files with 112 additions and 118 deletions

View File

@@ -9,12 +9,12 @@ To compile GoldED+ and utilities you'll need:
- GNU C++ newer than 2.8.x, gcc 2.95.2 recommended
- GNU make and GNU sed
- vi, emacs, or any other editor you like
- boldness ;-)
- 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 *)()'.
atexit (to be `void (func *)(void)' instead of `void (func *)()').
------ COMMON ------
First, edit GNUmakef.def for the preferrable compilation options.
@@ -22,14 +22,10 @@ First, edit GNUmakef.def for the preferrable compilation options.
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.
Pray.
Exec 'make' (or `gmake' on BSD). Wait. (If your version of gcc does not
support strftime format checking you will need to manually comment
__attribute__ definition on strftimei function in goldlib/gall/gtimall.h.)
Exec 'make' (or `gmake' on BSD) and drink beer or play with bear until
compilation in progress.
ls bin/
You have to get ged{short-patform-name}, gn{short-patform-name}, and
rddt{short-patform-name}. If so, you did it!

View File

@@ -12,6 +12,10 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.4.7, September 24 2000
______________________________________________________________________
- Fixed some bugs in undo feature.
- Fixed empty message creation (used in attach, filerequest, etc.)
! Message header now translated with default rules in most cases. If
there's something wrong with it (f.e. double decoding or no decoding
at all) please report. Also, original message header should be

View File

@@ -4,9 +4,9 @@ This file is not up to date, some wishes still in my netmail/email
folders.
______________________________________________________________________
GoldED+ plans. As always I don't guarantee order of implementing
features and that to do list will be implemented at all. Any help will
be appreciated.
GoldED+ plans. As always there's no any guarantee of feature
implementation order and that to do list will be implemented at all.
Any help will be appreciated.
______________________________________________________________________
To do:
@@ -20,7 +20,6 @@ To do:
* Refresh message header after calling externutil.
* Try to save position in message after printing, changing xlat table,
etc.
* Wrapping /lnx screen output to ncurses (almost done).
* Major xlat/recode engine update (in progress).
* CUI in /lnx and input prompts.
* Activating built-in MIME-QP convertor by key (on whole message).
@@ -43,12 +42,9 @@ ______________________________________________________________________
To fix:
* Test SOS sound in DOS version.
* UUdecoder not 100% reliable: any volunteers for uulib maintaining?
* Adding e-mail's to addressbook from UUCP gated messages.
* QUOTEHARDTERM is always NO.
* Under sertain circumstances quotes incorrectly reflowed (seems like
it depends on QUOTEMARGIN keyword).
* Need some workarounds on -install feature under Linux (UNIX).
* Win32 (only when runned under Win9x) version does not support case
insensitive search of regexp's for high part of ASCII table. That's