using INSTALLATION_DIRS.
patch-aa: removed copying of manpage from build directory.
patch-ab,ac: strncpy calls now use sizeof()-1 instead of hardcoded sizes.
Change the buildlink3.mk includes to use the Xorg versions
instead of out-of-date xlibs versions.
One change was:
* xdamage.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
Changes include:
2005-12-02 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
* src/Makefile.am:
Add check and cflags for malloc(0) returning NULL.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xrender.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
* configure.ac:
Update dependencies to work with separate build roots.
SSL connections possible
Chat buffers rewritten
MUC improved
Global key bindings under C-x C-j
Vcard viewer and editor
Roster export
Message events (JEP-0022)
Easy way to define external notifiers
Activity mode improved
Roster display optimized
Optionally use per-contact history files
Jabber menu in menubar not enabled by default
Flyspell in chat buffers
Different time formats for instant and delayed messages
Chat buffers in inactive windows are scrolled
Roster is sorted by name also
Countless bugfixes
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name,
line number, file name, and code context surrounding the line number.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
use DBIC as your model in Catalyst, it does not make your tables classes
Catalyst-specific, so you can still use them in a non-Catalyst context.
WWW: http://search.cpan.org/dist/Catalyst-Model-DBIC/
meant to support compability with it, while restructuring the internals
and making it possible to support some new features like self-joins,
distinct, group bys and more.
This project is still at an early stage, so the maintainers don't make
any absolute promise that full backwards-compatibility will be
supported; however, if we can without compromising the improvements
we're trying to make, we will, and any non-compatible changes will merit
a full justification on the mailing list and a CPAN developer release
for people to test against.
WWW: http://search.cpan.org/dist/DBIx-Class/
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.
WWW: http://search.cpan.org/dist/Module-Find/
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
WWW: http://search.cpan.org/dist/Class-Data-Accessor/
empty for TSM to work properly.
The symlink to ${EMULDIR}/proc/mounts that the suse91_base package
installs will not do since the link target is an empty file.
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.
Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.
WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.
WWW: http://www.blackperl.com/RPC::XML/
to be a compromise between more basic solutions like Carp which can only
print information and cannot handle exception objects, and more complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.
WWW: http://search.cpan.org/dist/Class-Throwable/
Author: Stevan Little <stevan@iinteractive.com>
Apache-style .htpasswd files. It supports passwords encrypted via MD5,
SHA1, and crypt, as well as plain (cleartext) passwords. Additional
fields after username and password, if present, are accessible via the
extra_info array.
WWW: http://search.cpan.org/dist/Authen-Htpasswd/