Newer
Older
4.7.0
=====
- Build ChangeLog during make dist.
- Silent the build.
- Fix some compiler warnings.
- Use new xdt macros, xfce-dev-tools 4.7.2 is required.
- Various build changes for GIT.
- Misc other small changes.
- Translation updates (ca, zh_CN, es, da, gl, pa, ru, sq, lv, sk,
kk, hu, ast, ur_PK, ur, tl_PH,
- Updated translations: Abel Martín (es), Masato Hashimoto (ja),
Leandro Regueiro (gl), Alan Pepelko (sl), Piotr Sokół (po), Mișu Moldovan (ro)
======
- Add missing C++ wrappers in header files (patch by Jens Luedicke).
- Updated translations: Carles Muñoz Gorriz (ca), Enrico Tröger (de),
Jeff Bailes (en_GB), Abel Martín (es), Jari Rahkonen (fi),
Maximilian Schleiss (fr), Leandro Regueiro (gl), Andhika Padmawan (id),
Masato Hashimoto (ja), Terje Uriansrud (nb_NO), Szymon Kałasz (pl),
Og Maciel (pt_BR), Nuno Miguel (pt_PT), Daniel Nylander (sv),
Gokmen Gorgen and Samed Beyribey (tr), Dimitri Nikitin (uk),
- Updated translations: Per Kongstad (da), Michal Várady (cs),
- Updated translations: Og Maciel (pt_BR), Abel Martin (es),
Maxamilian Schleiss (fr), Daniel Nylander (sv), Masato Hashimoto (jp)
4.5.92
======
- Updated translations: Jari Rahkonen (fi), Abel Martin (es)
- Increment library version to avoid having a 4.6 library version older then
the one in 4.4.
- Place G_GNUC_INTERNAL before function declaration for Sun Studio
compatibility (bug #4580)
4.5.91
======
- Fix typo in i18n code (check for '/' in lang doesnt make sense)
- Updated translations: Og Maciel (pt_BR), Abel Martín (es)
4.5.90
======
- Do not use GMemChunk for XfceRc due to memory leaks (Bug #2427).
- Fix buglet when deleting XfceRc groups.
- Fix invalid use of g_slice_free1() in XfceRc (Bug #2854).
- Add support for function names in debug messages on Solaris (Bug #3090).
- New util functions for setting up POSIX signal handling using pipe(),
GIOChannel and the glib main loop.
- Strip trailing slashes to avoid directories appearing multiple times in
resource lookup functions.
- Updated translations: Maximilian Schleiss (fr), Besnik Bleta (sq),
Mohamed Magdy (ar), Jeff Bailes (en_GB), Nuno Miguel (pt_PT), Daichi
Kawahata (ja), Terje Uriansrud (nb_NO), Tegegne Tefera (am), Rihards
Priedītis (lv), Muhammad Ali Makki (ur), Rashan Anushka (si), Leandro
Regueiro (gl), Khaled Hosny (ar), Peter Vois (et),
4.4.0
=====
- Updated translations: Szymon Kałasz (pl)
- New translations: Geraint Rowlands (cy), Jovan Naumovski (mk)
4.3.99.2
========
- Updated translations: Pau Rul-lan Ferragut (ca), Maximilian Schleiss (fr)
- New translations: Michal Várady (cs), Tenzin Dendup (dz),
ByungHyun Choi (ko), Stephan Arts (nl)
4.3.99.1
========
- Enable compilation with compilers other than gcc (Bug #1851).
- Updated translations: Fabian Nowak (de)
- New translations: Leandro Regueiro (gl), Dimitri Gogelia (ka)
Benedikt Meurer
committed
4.1.6
=====
- Added LIBXFCE4UTIL_*_VERSION macros.
Benedikt Meurer
committed
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.
Benedikt Meurer
committed
4.1.4
=====
- Several bugfixes
- Added --with-broken-putenv=[auto/no/yes] to configure to make
libxfce4util cross-compilable again.
Benedikt Meurer
committed
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.
Benedikt Meurer
committed
4.1.1
=====
- added xfce_setenv(), xfce_putenv()
- Started doxygen documentation of the code
4.1.0
=====
- Added xfce_textdomain(package, localedir, encoding) to avoid
problems with gettext binding in the future.