Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-15 | Fix build with png-1.5. | tron | 1 | -28/+42 | |
2002-03-15 | Remove a stray semi-colon. The bug might have led to the program coring | fredb | 1 | -2/+2 | |
when viewing PNG's in low-memory situations. | |||||
2002-03-13 | Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P is | fredb | 1 | -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-15 | Bump version to 1.0nb7 for a couple of gratuitious changes: | fredb | 3 | -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-25 | Solarias has "sendmail" in "/usr/lib" and not in "/usr/sbin". | tron | 1 | -7/+12 | |
2001-07-24 | Make this package work under Solaris. | tron | 1 | -4/+9 | |
2001-03-26 | Update do_png() to no longer use the deprecated "libpng" functions. | fredb | 1 | -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-12 | Don't try to connect to alternate IP addresses of the news server if the | tron | 1 | -4/+6 | |
user cancelled the operation. Bump version number to "1.0nb6". | |||||
2001-03-10 | Further improvement of IPv6 patches: | tron | 2 | -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-25 | Fix another bug in IPv6 support. Bump version number to 1.0nb4. | tron | 1 | -20/+22 | |
2001-02-24 | Bump the version number to 1.0nb3 after major rework of IPv6 patch: | tron | 4 | -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-23 | Add IPv6 support and bump version number to 1.0nb2. | tron | 24 | -0/+498 | |
2000-08-01 | Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because it | tron | 1 | -0/+17 | |
causes build failures under NetBSD 1.5A or newer. | |||||
1999-11-25 | Work around for imake generated Makefile taking -lWidgets to be the shared | fredb | 1 | -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-24 | Allow user to specify a FQDN in resource "Knews.mailName". | tron | 1 | -0/+30 | |
1999-04-23 | Fix run time library search path. | tron | 1 | -6/+4 | |
1999-03-14 | Update for "knews" package to version 1.0b1 supplied by Frederick Bruckman | tron | 7 | -130/+47 | |
in PR pkg/7151: - XFace support. - Misc. bugfixes based on patches from Matthias Scheler, Christian Bauernfeind and Greg Ubben. | |||||
1999-01-25 | Two fixes by Christian Bauernfeind: | tron | 2 | -0/+48 | |
- fix broken tabulator rendering - fix a typo | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-04-22 | Update package to "knews-1.0b0". | tron | 5 | -13/+59 | |
1997-12-17 | A X11 newsreader with support for threading and MIME | hubertf | 4 | -0/+54 | |
closes PR 4611 by Matthias Scheler <tron@lyssa.owl.de>. |