Stas Degteff
23684c34a2
Fix message for illegal ST_EDITSTATUS
2010-03-05 20:41:21 +00:00
Stas Degteff
9bb2536663
Set /BSD for DragonFly in version string
2010-03-05 20:40:38 +00:00
Stanislav Mekhanoshin
2944b6961b
patch to build on MAC OS/X with make PLATFORM=osx
2009-12-16 13:18:20 +00:00
Gremlin from Kremlin
b288206652
fixed message date - set it to when editing was finished
2009-12-12 13:02:30 +00:00
Gremlin from Kremlin
5d1ed88a16
fix building with gcc 4.x
2009-04-04 09:51:04 +00:00
Stanislav Mekhanoshin
78800714b0
Added Mac OSX macro for platform selection
2008-10-12 09:17:01 +00:00
Stas Degteff
e50d2f728e
Changed sequence of config search, thanks to Alexey Vissarionov 2:5020/545
2008-05-28 23:21:46 +00:00
Stas Degteff
9286e07651
Fix typo in previous patch
2008-01-20 18:02:59 +00:00
Stas Degteff
09f4b036f3
Prevents double transcoding
2008-01-20 17:41:56 +00:00
Stas Degteff
27aefddd82
Small code simplifying
2008-01-20 15:22:59 +00:00
Stas Degteff
6aa5bd173f
Move issoftcr(), spanspaces() and spanfeeds() into goldlib
2008-01-20 14:45:52 +00:00
Stas Degteff
595346f1ac
Small code's simplifying: use issoftcr() in span*() functions
2008-01-20 12:55:24 +00:00
Stas Degteff
1632703681
Small improve performance
2008-01-20 12:49:49 +00:00
Stas Degteff
43cef37d26
Remove unused variable 'level' in mime_header_encode() (addition to patch v.1.46
2008-01-19 17:41:42 +00:00
Stas Degteff
d50e82f8ec
Change allocation of array 'temp_src' from heap to stack in mime_header_encode()
2008-01-19 17:40:26 +00:00
Stas Degteff
abb435a4ad
Fix: translate charsets with any level, not only levels 1 & 2. A 256-bytes character map for UTF8 is violates FSC-54, but this document is obsoleted. Bugreport from Michiel van der Vlist 2:280/5555.
2008-01-19 17:28:14 +00:00
Stas Degteff
f436139f03
Try to fix charsetalias recognition
2007-10-29 22:24:53 +00:00
Stas Degteff
e1ffb097c6
Implement the display level of the charset (2nd parameter of 3rd line of .CHS. Test this please!
2007-10-29 21:33:07 +00:00
Stas Degteff
7adec7464a
Remove confirmation request for netmails with RRQ flag. (Generation CFM-message on RRQ is disabled at 2003
2007-10-27 21:17:56 +00:00
Stanislav Mekhanoshin
0d3a3b3ebc
+ Added new keyword to support background transparency
...
TRANSPARENTCOLORS Yes/No
default is "No". If set to "Yes" BLACK background color will become
transparent. Supported for ncurses compilation, otherwise do nothing.
2007-06-21 19:03:18 +00:00
Stas Degteff
d8f1559b72
Remove log message about empty file name in LoadLanguage() call
2007-04-03 19:17:42 +00:00
Stas Degteff
fd24231025
Prevent to call LoadLanguage("")
2007-03-27 09:10:16 +00:00
Stas Degteff
a1a2d28e36
Add trace of calls
2007-03-27 08:31:45 +00:00
Stas Degteff
45fe7eaf7e
Fix log message "Can't load language file ""\'
2007-03-21 08:07:21 +00:00
Stas Degteff
32589e5c3e
Fix Xlat of pseudographical characters
2007-02-21 13:48:42 +00:00
Ianos Gnatiuc
bec4045dd3
compilation fix
2007-02-09 22:56:26 +00:00
Stas Degteff
d806d8528f
Fix pseudographical chars selection
2007-02-06 19:35:31 +00:00
Stas Degteff
79a8d300e6
Use plain ASCII 7bit chars if local charset or external charset is not declared or dos-charset table can't loaded
2007-02-05 07:38:45 +00:00
Stas Degteff
7ac88a29f7
Set default value of EditSoftCRXlat to char(0x8d)
2007-02-05 06:47:06 +00:00
Stas Degteff
a17d4d06da
Write to log the diagnostic about unsuccessful reading language file
2007-02-04 18:41:45 +00:00
Stas Degteff
08e75a4a4d
'@uptime' macro for unixes is implemented using /proc filesystem. If uptime isn't supported then writes message to log
2007-02-04 18:06:33 +00:00
Stas Degteff
5247d83d9e
Fix token recognition in macro parser
2007-02-04 15:59:21 +00:00
Stas Degteff
8ddffc9987
Fix token recognition in macro parser
2007-02-04 15:42:17 +00:00
Stas Degteff
497bf8d0c9
Fix macro parser of random file reading
2007-02-04 15:22:43 +00:00
Ianos Gnatiuc
2c67afec51
Win32: Added @uptime template token and MS_UPTIME stringid to goldlang.cfg
2007-01-19 17:38:41 +00:00
Ianos Gnatiuc
7a7919d549
Fixed mingw build and some warnings.
2007-01-14 00:52:46 +00:00
Ianos Gnatiuc
ad0c7c4edf
Fixed charsets choosing menu. Added static linking solution configuration for MSVC8.
2007-01-12 19:58:17 +00:00
Ianos Gnatiuc
57563ba911
Speed optimisations.
2007-01-11 22:26:06 +00:00
Ianos Gnatiuc
c58810fefe
Fixed MSVC 6 build.
2007-01-11 19:12:35 +00:00
Ianos Gnatiuc
52e08f890e
Fixed sorting rules for file and url lists.
2007-01-10 20:22:24 +00:00
Ianos Gnatiuc
460db4b451
EditSaveMsg/ChangeOrigin was broken.
2007-01-09 00:01:38 +00:00
Ianos Gnatiuc
a2804d0dcb
MSGID kludge was broken.
2007-01-08 14:40:53 +00:00
Ianos Gnatiuc
8cdbb0f937
ExernUtil was broken.
2007-01-08 14:07:01 +00:00
Ianos Gnatiuc
18d26cabfc
Fixed few memory leeks.
2007-01-08 12:09:42 +00:00
Ianos Gnatiuc
3750658bf2
Refactoring. Added URLSCHEME config keyword (not active yet).
2007-01-08 09:48:18 +00:00
Ianos Gnatiuc
5e7ba98146
ReplyLink config keyword can be 'none' now - do not link
2006-12-26 02:05:24 +00:00
Ianos Gnatiuc
4f8ed32c91
Fixed ExternUtil function declaration
2006-12-26 00:46:11 +00:00
Ianos Gnatiuc
b21f75839b
Fixed thread lock if ESC is pressed in thread list
2006-12-21 17:14:49 +00:00
Stas Degteff
04a5b89a91
URLs don't truncated now
2006-11-25 12:08:48 +00:00
Stas Degteff
a4e17d4b01
useTzUTC default value changed to 'on'
2006-11-25 09:01:52 +00:00