Commit Graph

1271 Commits

Author SHA1 Message Date
Stas Degteff
68e876f006 Optimize is_dir() (use root directory detection in *nix) 2009-11-30 18:37:07 +00:00
Stas Degteff
1247b0cf02 Add comments to functions 2009-11-29 12:20:28 +00:00
Stas Degteff
36b2036f67 Script openbsd-vt220.sh to create terminfo file for OpenBSD console from Dmitri Zubko 2:465/312 2009-11-26 20:34:41 +00:00
Gremlin from Kremlin
d928f5a8c0 actual configuration examples 2009-08-19 15:33:05 +00:00
Stas Degteff
7c153e6642 Fix build for OpenBSD and NetBSD 2009-08-13 13:28:16 +00:00
Stas Degteff
5dedb119d8 More accuracy check end of line in nodelist. Thanks to Konstantin Kuzov 2:5019/40 2009-07-17 16:52:31 +00:00
Stas Degteff
8f76a359a5 Fix nodelist path in nodelist index. Patch from Konstantin Kuzov 2:5019/40 2009-06-17 08:48:38 +00:00
Stas Degteff
b29984710a Adopt UU-decoder for UUE from Fleetstreet. Patch from Konstantin Kuzov 2:5019/40 2009-06-17 08:45:28 +00:00
Gremlin from Kremlin
7d3a997e14 Added .spec file to mainstream.
Now it's possible to build RPM packages with `rpmbuild -ta golded+.tar.gz`
2009-06-11 09:26:54 +00:00
Stas Degteff
1e5a713f9d Debian package rules 2009-06-10 07:44:04 +00:00
Stas Degteff
53063818f8 Fix g++ 4.3.x build 2009-04-19 20:49:49 +00:00
Stas Degteff
32c4dfc7ee Build unix versions with libncursesw (fix) 2009-04-19 20:48:23 +00:00
Gremlin from Kremlin
1731069855 added bin/golded - script for launching GoldEd in UTF-8 environment 2009-04-04 10:37:52 +00:00
Gremlin from Kremlin
5d1ed88a16 fix building with gcc 4.x 2009-04-04 09:51:04 +00:00
Gremlin from Kremlin
7f469be929 removed -DGCFG_NOFIDOCONF from minimum build configuration 2009-04-04 09:49:06 +00:00
Stas Degteff
d8d1f8f781 fix (decrease) clock jitter. Patch from Nick Voronin 2:5030/1554 2009-03-20 21:41:50 +00:00
Stas Degteff
8efca32b6f fix faq q29 (utf-8 question) 2009-03-20 20:59:50 +00:00
Stas Degteff
d53d9dbf5d Fix mingw build (GCC 3.4.4) 2008-11-16 23:36:12 +00:00
Stanislav Mekhanoshin
78800714b0 Added Mac OSX macro for platform selection 2008-10-12 09:17:01 +00:00
Stas Degteff
5537f3210c "make BUILD=minimal" for buid golded+ without seldom-used features and databases 2008-09-23 08:47:11 +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
a9e6100dd9 Insert macro into example of IMPORTBEGIN & IMPORTEND directives 2008-03-01 04:27:10 +00:00
Stas Degteff
ebb417f2f7 Update linux console solution (Q26) 2008-03-01 04:26:08 +00:00
Stas Degteff
70fceefab0 Fix compilation for 64 platform 2008-03-01 04:24:49 +00:00
Stas Degteff
d7683433da update documentation. Thanks to Michael Dukelsky 2:5020/1042 2008-02-01 22:07:14 +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
996d97f7b7 Small code's simplifying: use issoftcr() in CopyToBuf() 2008-01-20 14:46:15 +00:00
Stas Degteff
6aa5bd173f Move issoftcr(), spanspaces() and spanfeeds() into goldlib 2008-01-20 14:45:52 +00:00
Stas Degteff
0180aaf0dd Add comment for WideDispsoftcr global variable 2008-01-20 13:02:48 +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
b56923a3ec 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:49:36 +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
57276e577d Describes packed messagebase declaration 2007-11-23 00:08:25 +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
a1eb96afda Update/synchronize noteworks 2007-10-29 18:09:23 +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
0bf406cc77 Add solution for softCR with KOI8-R locale 2007-05-09 17:11:26 +00:00
Stas Degteff
31a31c0bec Update Q29 2007-05-09 17:10:09 +00:00
Stas Degteff
0443d55a3a Fix DJGPP building file 2007-05-03 09:52:20 +00:00
Stas Degteff
d60771c21b Golded+ snapshot at May 3 2007. 2007-05-03 09:32:30 +00:00
Stas Degteff
f96ff0886e Golded+ may be compiled in MacOS now (using xcode package). 2007-05-03 08:49:11 +00:00
Stas Degteff
7bec8a7881 Fix Q8 title 2007-05-03 08:17:37 +00:00
Stas Degteff
3284338219 MacOS compatible fix 2007-05-03 08:07:37 +00:00