New features: ReplyLinkFloat & ReplyLinkShowAlways

This commit is contained in:
Stas Degteff
2005-09-20 18:57:30 +00:00
parent eb75fd337c
commit 5cab8ee60e
18 changed files with 99 additions and 20 deletions

View File

@@ -10,6 +10,11 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________
+ New reply-linking features: show floating reply link threads and show
messages without replies in replylinking threads view. New config file
tokens: REPLYLINKFLOAT (yes/no), REPLYLINKSHOWALWAYS (yes/no).
(Patch from Ianos Gnatiuc 2:5030/830.17)
+ New AKA matching feature: match for "From" field then (if not matched)
match for "To" field. New config token AKAMATCHFROMTO (yes/no).
(Patch from Ianos Gnatiuc 2:5030/830.17)

View File

@@ -43,11 +43,6 @@ To fix:
* UUdecoder not 100% reliable: any volunteers for uulib maintaining?
* Need some workarounds on -install feature under UNIX-like OS.
* Win32 (only when runned under Win9x) version does not support case
insensitive search of regexp's for high part of ASCII table. That's
a limitation of Microsoft C RTL, I can't do anything easy for that
but probably someday I provide a huge patch (I wonder if Microsoft
accept patches? =))...
______________________________________________________________________
Known wishes that not currently planned (any volunteers?):