* Translation updates
* Function to find out filename encoding
* Fix to eelcanvas that allows connecting to expose
* Handle null mimetypes in property page
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Major changes since 2.7.92 were:
* Refresh mime application chooser when mime db changes
* Create ~/.local/share/applications as needed
* Remove some mime-related debug output
Major changes since 2.7.4 were:
* Don't pop up cancel dialog if password dialog is visible.
Major changes since 2.7.3 were:
* Import new foocanvas
* Use right i18n header
* Fix memleaks
* Translation updates
Major changes since 2.7.2 were:
* MIME helpers functions and dialogs
Major changes since 2.7.1 were:
* Translation updates.
Major changes since 2.5.91.1 were:
* Translation updates.
Major changes since 2.5.91 were:
* fix utf8 bug in EelEditableLabel
Major changes since 2.5.90 were:
* translations
Major changes since 2.5.8 were:
* Replaced egg-screen-exec usage with g_spawn
* Use new file chooser
* portability patches
Major changes since 2.5.7 were:
* Translations
Major changes since 2.5.6 were:
* Support for SUS modifiers in eel_strdup_strftime
* Set right a11y role on alerts
Major changes since 2.5.5 were:
* Fix a11y coloring of editable label
* Canvas update
Major changes since 2.5.4 were:
* Removed unused source files
* Added a GList API for string lists in eel-preferences.
Major changes since 2.5.3 were:
* HIG message dialogs
Major changes since 2.5.2 were:
* Mem leak fix in accessibility support.
Major changes since 2.5.1 were:
* Added accessibility support to editable label widget
Major changes since 2.5.0 were:
* Some ICCCM fixes
* disable deprecation warnings
* fix leaks
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
Changes:
* Fix accessibiliyt crashes in foocanvas
* Translation updates
* Don't use RevertToNone in eel_gdk_window_focus
* New and updated translations
* new calls for handling non-writable gconf keys
* Build fixes
* Crash fix in new FooCanvas
* Build fixes for gcc 3.3
* Removed unused widgets.
* Added eel_uri_is_desktop and EEL_DESKTOP_URI.
Major changes since 2.2.2 were:
* New function eel_filename_get_rename_region
* Accessibility updates
* New eel-canvas that fixes zoom tearing
* New functions for slave glade prefs widgets
* Draw EelEditableLable frame even when text is empty
Major changes since 2.2.1 were:
* New widget EelInputEventBox
* Added canvas a11y support
* CanvasGroup move redraw fixes