summaryrefslogtreecommitdiff
path: root/news/knews/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-01-15Fix build with png-1.5.tron1-28/+42
2002-03-15Remove a stray semi-colon. The bug might have led to the program coringfredb1-2/+2
when viewing PNG's in low-memory situations.
2002-03-13Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P isfredb1-0/+37
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2001-08-15Bump version to 1.0nb7 for a couple of gratuitious changes:fredb3-0/+216
Implement percent ('%') filename expansion in the "pipe" widget of the save/pipe dialog. Especially useful for setting Knews*shellfield.buffer in ${XENVIRONMENT}. Count articles for save/pipe command as "1 of N", "2 of N", and so on.
2001-07-25Solarias has "sendmail" in "/usr/lib" and not in "/usr/sbin".tron1-7/+12
2001-07-24Make this package work under Solaris.tron1-4/+9
2001-03-26Update do_png() to no longer use the deprecated "libpng" functions.fredb1-0/+139
"knews" was dumping core when trying to display a PNG image inline, and now it doesn't. Note: "Ctl-P" for UU encoded PNG's is a no-op (unrelated problem). You'll need to have a message with a properly mime-encoded PNG image in order to see do_png() go to work.
2001-03-12Don't try to connect to alternate IP addresses of the news server if thetron1-4/+6
user cancelled the operation. Bump version number to "1.0nb6".
2001-03-10Further improvement of IPv6 patches:tron2-15/+48
- Make IPv6 addresses (not names) work. You still need to specify the port number explicitly in this case. - Fix bug in connection loop which caused PR pkg/12329. The version number is bumped to "1.0nb5".
2001-02-25Fix another bug in IPv6 support. Bump version number to 1.0nb4.tron1-20/+22
2001-02-24Bump the version number to 1.0nb3 after major rework of IPv6 patch:tron4-67/+100
- No busy loops when connecting to the NNTP server. - Handle multiple records return by getaddrinfo(3) at the proper location. - Avoid unnecessary socket creations and deletions by always passing the correct address family to open_socket().
2001-02-23Add IPv6 support and bump version number to 1.0nb2.tron24-0/+498
2000-08-01Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because ittron1-0/+17
causes build failures under NetBSD 1.5A or newer.
1999-11-25Work around for imake generated Makefile taking -lWidgets to be the sharedfredb1-0/+22
library installed by the afterstep-current package, instead of knews' own libWidgets.a. Why does $(LDPRELIBS) come in before $(OBJS) anyway?
1999-07-24Allow user to specify a FQDN in resource "Knews.mailName".tron1-0/+30
1999-04-23Fix run time library search path.tron1-6/+4
1999-03-14Update for "knews" package to version 1.0b1 supplied by Frederick Bruckmantron7-130/+47
in PR pkg/7151: - XFace support. - Misc. bugfixes based on patches from Matthias Scheler, Christian Bauernfeind and Greg Ubben.
1999-01-25Two fixes by Christian Bauernfeind:tron2-0/+48
- fix broken tabulator rendering - fix a typo
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-04-22Update package to "knews-1.0b0".tron5-13/+59
1997-12-17A X11 newsreader with support for threading and MIMEhubertf4-0/+54
closes PR 4611 by Matthias Scheler <tron@lyssa.owl.de>.