-
Benedikt Meurer authored
usual :). Added version checks to both libxfce4util and libxfcegui4, namely LIBXFCE4UTIL_CHECK_VERSION and LIBXFCEGUI4_CHECK_VERSION similar to the ones in glib/gtk. Updated spec files to include the gtk-doc files. Bumped versions of both libs to 4.1.6. Started renaming some of the libxfcegui4 functions include the xfce_ prefix (ok'd with jasper). Maybe things will still work after this commit ;-). (Old svn revision: 787)
Benedikt Meurer authoredusual :). Added version checks to both libxfce4util and libxfcegui4, namely LIBXFCE4UTIL_CHECK_VERSION and LIBXFCEGUI4_CHECK_VERSION similar to the ones in glib/gtk. Updated spec files to include the gtk-doc files. Bumped versions of both libs to 4.1.6. Started renaming some of the libxfcegui4 functions include the xfce_ prefix (ok'd with jasper). Maybe things will still work after this commit ;-). (Old svn revision: 787)
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 913 B
20040301:
---------
- Version 4.1.6
- Added LIBXFCE4UTIL_*_VERSION macros.
20040224:
---------
- Version 4.1.5
- Added XDG Base Directory Implementation (version 0.6) and updated
documentation.
- Small fixes to make gcc happy and first steps with Intel C compiler
on FreeBSD.
20040220:
---------
- Version 4.1.4
- Several bugfixes
- Added --with-broken-putenv=[auto/no/yes] to configure to make
libxfce4util cross-compilable again.
20040212:
---------
- Version 4.1.3
- Code cleanups (Yes, consistency is important)
- Switched to gtk-doc, cause of doxygen being unable to handle
GObject's
- Mark some functions as DEPRECATED.
20040129:
---------
- Version 4.1.1
- added xfce_setenv(), xfce_putenv()
- Started doxygen documentation of the code
20030614:
---------
- Added xfce_textdomain(package, localedir, encoding) to avoid
problems with gettext binding in the future.