libsexy is a collection of GTK+ widgets that extend the functionality of
standard widgets shc as GtkEntry and GtkLabel by subclassing them and
working around their limitations.
Changes in version 1.11.3:
=========================
* Fix for localization bug #317458 from Kazuzi IWAMOTO.
* Included docs in tarball as appropriate.
Changes in version 1.11.0:
=========================
Added new APIs - minor enhancements to AtkImage,
AtkDocument, AtkObject, AtkComponent, AtkState.
Significant API additions: Added locale attribute to
AtkImage instances, and Document instances.
Added the ability to assign weakly-typed attributes to
AtkObject as name-value pairs; also added similar
name-value pairs to AtkDocument for attributes which are
intended to be valid over the entire document.
Minor documentation fixes (thanks to Bill Abt).
Added 'tt' (Tatar) locale, Simos Xenitellis
location for both emacs and xemacs.
* List the info files directly in the PLIST.
* Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
* KBabel
o Improve loading of Gettext PO files, especially in case of
recoverable or unrecoverable errors
o Settings of the SVN/CVS dialogs are now project-releated (and
not global anymore).
o Improve sending PO file(s) as email.
* Umbrello
o Use horizontal and vertical lines when drawing association
o Import Rose model files (no diagrams yet,
o Automatically fill useful info into the Perl writer heading
template
o Documentation for association roles not saved
o Default data types not added for old Java generator
o Problem reordering methods in classes/interfaces
o Problem with font size computation/word wrap in note widgets
o Custom operations in sequence diagrams become class operations
o Fork/join symbol appears as a black box
o Multiplicity labels positioned incorrectly when moving entities
o Types of entity's attributes are displayed instead of their
names
o Unable to delete entity from entity list in "UML Model" frame
o Interface names not italicized in diagram view
o Cannot Resize Sequence Diagram Synchronous Messages
o Sequence diagram: constructor message only works at 100
percent zoom
o Documentation for associations is not retained
o Crash when importing Python files
o "void" is imported as a class
o Crash when creating a datatype with the same name as a class
o Crash when a non existing data type is used for an argument of
a new method
o Drag'n'drop doesn't put class under mouse cursor when zoom is
not 1:1
o Crash when refusing to rename a class on importing typedef
o Java import fails at abstract methods or interfaces
to pick up portability mods.
Notable changes in this version:
+ now runs on FreeBSD 6.0 (thanks to F. Senault)
+ now runs on Solaris 9
+ Vital Product Data part of INQUIRY SCSI command handling added (to
appease the Solaris initiator, untested as yet, due to Solaris 10
update 1/06 not running on my Ultrasparc hardware).
- Modified cli-generate to add man page and HTML output options, and
more formatting commands.
- Tweaked the hmac_finish prototype to properly indicate that the
midstate is const and unmodified by the function.
* Avoid hardcoding paths with sed when using the preprocessor is much nicer.
* We don't need to explicitly add ${LIBOSSAUDIO} to LIBS since the
configure script already knows to search for -lossaudio.
* Directly list the info files in the PLIST.
Bump PKGREVISION to 2.
that "gmp" is registered as a direct dependency for any package that
includes ghc/buildlink3.mk to get ghc as a build dependency. This is
needed since software built by ghc requires routines from the "gmp"
shared library. This fixes PR pkg/33100.
Remove the workaround in devel/darcs and x11/wxhaskell.
where the base system doesn't provide stubs for non-threaded programs
(which is just NetBSD<=2 for now).
This is absolutely primitive and just sufficient to make MesaLib usable
with nonthreaded programs.
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
--infodir, --mandir, etc. As a side-effect, this corrects the location
of the installed info files and man pages to be under "gdbada".
* Pass LDFLAGS through to the build via MAKE_FLAGS so that pkgsrc's rpath
flags are passed to the linker.
* Remove deprecated USE_NEW_TEXINFO.
* List info files in the PLIST instead of the package Makefile.
Bump the PKGREVISION to 2.
info files for both emacs and xemacs. Install the info files correctly
by handling the case where there may be split info files. List the info
files in the PLIST. Use EMACS_MODULES where appropriate to replace the
conditional dependency on xemacs-packages. Bump the PKGREVISION.