diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-30 14:17:19 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-30 14:17:19 +0000 |
commit | da4182ce050a60d0c35cf9ca864ee3f3b6f96585 (patch) | |
tree | e186ec469d97e918f4b960234b8fcb88d4136aa0 /news | |
parent | f6d5e7138443799791c199bd5d0625f8bc42b981 (diff) | |
download | pkgsrc-da4182ce050a60d0c35cf9ca864ee3f3b6f96585.tar.gz |
Update to 0.9.6.3
0. Bug fixes:
artmisc.c: If a line is marked as a PGP line, then it cannot also
be a quote line.
art.c: Only wrap/unwrap an article when the display requires it.
art.c: Allow rot13 to apply to signature.
uudecode.c: If a line contains a space, then skip it.
art.c: get_parent_headers: avoid self-referencing articles
group.c: remove arbitrary group name length limit.
group.c: code added to support for arbitrarily long newsrc lines.
art.c: Fix sorting methods 4 and 6.
art.c: Add From header to forwarded emails.
art.c: MIME process article after saving it.
art.c: have ESC-p sync line with parent.
art.c: avoid infinite loop on search_article ("");
post.c: if signature is "", then do not add it.
mime.c: allow whitepspace to follow `=' continuations
art.c: update thread scores after art_xpunge
1. #v+/#v- verbatim marks may be hidden via `hide_verbatim_marks'
variable. The article mode function "toggle_verbatim_marks" may be
used to toggle the state of the marks.
2. Special characters in URLs are passed to browser in hex format.
3. BeOS system name added to version.c
4. line length check skipped in verbatim sections.
5. doc/README.macros: Mention post_file_hook
6. src/xover.c: algorithm for extracting msg-id from In-Reply-To
changed.
7. The thread tree depth maximum size (for the graphic) was increased from
32 to 256 after reworking how the graphic is stored.
8. doc/slrn.1,slrn.rc: typos fixed
9. src/startup.c: "blue" foreground colors changed to "lightgray" to
make the object standout on xterm.
10. The `Date' header may be given a color
11. macros/color.sl updated
12. New slrnrc variable: 'set check_new_groups 1'. If 0, then do not
check for new groups
13. src/post.c: Allow verbatim sections to exceed 80 character line
limit with no warning.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 4 | ||||
-rw-r--r-- | news/slrn/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 52bbc5d1027..79d6de2b220 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2000/01/01 18:24:30 mjl Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/30 14:17:19 mjl Exp $ # -DISTNAME= slrn-0.9.6.2 +DISTNAME= slrn-0.9.6.3 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ diff --git a/news/slrn/files/md5 b/news/slrn/files/md5 index 3876561d424..317907844ea 100644 --- a/news/slrn/files/md5 +++ b/news/slrn/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/01/01 18:24:32 mjl Exp $ +$NetBSD: md5,v 1.6 2000/10/30 14:17:20 mjl Exp $ -MD5 (slrn-0.9.6.2.tar.gz) = 7ce442af03aeafb88a636183955c270e +MD5 (slrn-0.9.6.3.tar.gz) = d36f00f2dd2c077fe1640e877a6d9ce1 |