--
Chora is a tool for viewing code repositories that are managed using
the CVS source control system. It aims to provide a high degree of
integration with CVS and the other Horde web-based tools.
+ Update to work with FLTK 1.1 and latest 2.x CVS.
+ Added workaround for strange focus behaviour when scrolling with
the scrollbar. The text widget gets an unfocus when the scrollbar
is clicked, but then when you click back on the text, instead
of it getting a focus event, it gets another unfocus. This makes
the cursor remain invisible when it shouldn't.
* Fixes to scrollbar handling.
* Fixed status panel on Fl_FancyEditor (positioning problem).
Notable changes to the port:
- creates opennap user/group to run as
- tons of bugfixes, improved performance
- no longer hardcodes SYSCONFDIR to /etc/opennap
Submitted by Jolan Luff <jolan@pellaeon.com>.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses. This provides a
good sized speed bump, particually for applications that are not
persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons. As a result,
for all RRs text following a ';' is considered a comment. This
was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines. This should provide
a modest speed bump.
+ The test suite has been greatly improved, though there is still
more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
- When old Perl was used, the problem which cannot encode a password
correctly was corrected.
- UNIX Socket connection support.
- The version of Perl to demand was lowered to 5.004.
- Fixed the problem which cannot acquire the field with a length
of 16 bits or more.
- Fixed some uncanny typoes.
- readline-4.2 support
new variables
rl_completion_suppress_append
rl_completion_mark_symlink_dirs
new functions
rl_replace_line()
rl_completion_mode()
- tgetstr() calls tput() to apply padding information. No more
"$<2>" on prompt.
- shadow_redisplay() with ornament works on xterm.
* Fix buffer overflow. (Obtained from Debian)
* Strip leading "../" when creating new files. (Obtained from Debian)
Clean-up by yours truly:
* Parameter parsing fix. (Obtained from Debian)
* Prefer native getopt() and MD5 functions over the included ones.
* Make munpack synopsis agree with actual parameters.
* Respect CC.