* During installation, install a default file, then copy over a real
config file during post-installation if it doesn't already exist.
* During de-installation, remove the real config file if it doesn't
differ from the default config file.
The INSTALL/DEINSTALL scripts could probably serve as a model for how other
packages should deal with config files.
Since version 0.5.4, net/ORBit does not install it's own version of libpopt
any more. This makes devel/oaf fail during build.
The problem was noted by Love <lha@stacken.kth.se> in PR 11339, who
submitted this package for popt.
Translate elvi didn't correctly parse -from or -to
New elvi: britannica, stockquote (nasdaq, quote.com, yahoo), jake
Updated elvi: freshmeat
Don't open new screen(1)s by default
Zorch usage of local variables (not POSIX)
TCP connections on the chosen network interface and attempts to
interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS
traffic, it decodes the records and displays them in a textual form
to stdout. If provided with the appropriate keying material, it
will also decrypt the connections and display the application data
traffic.
Requested by Dan Winship.
more a configure than a patch.
Also make this really compile -- it's imake voodoo, doing different
things depending on obscure definitions in one or the other of three
dozen files.
Changes from 2.1.5:
* src/io.c (fcntl): support nonblocking I/O.
* src/sleep.c (sleep): change return type and the argument of
sleep() from int to unsigned.
* src/cond.c: add unrenamed pthread_cond_timedwait().
* include/pthread.h: fix the prototype of pthread_cond_timedwait().
1.5_BETA for other architectures. While it may build on some others too,
it will not work due to toolchain issues.
There is no realistic hope to have those toolchain changes pulled up to the
(now nearly dead) 1.4 branch.
Closes PR 11342.
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.