pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
cups printers works on NetBSD. Code assumes that a connect()
on a non blocking socket will eventually succeed but what it actually gets
is failure with EISCONN. Bump PKGREVISION.
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either
===============
Version 2.26.0
===============
- Remove power notice signal
- Rely on GNOME session idle detection
- Proxy g-s inhibitors over to the session
- Read status message from session
- Accept a full path for theme (Matthias Clasen)
===============
Version 2.25.2
===============
- Fix pixmap leak (Matthias Clasen)
- Fix dialog border width
===============
Version 2.25.1
===============
- Add bevel around dialog
- Fixed#444927, get idle time from xorg
- Fixed#492949, screensavers-personal-slideshow should not show hidden directories (Jörg)
- Fixed#530561, "Random" preview is always the last saver (Maxim Ermilov)
- Fixed#561855, Calls wrong slideshow binary if there is one installed in $PATH (Frederic Crozat)
Translations:
None
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Overview of Changes in 0.90.2 (since 0.90.2)
============================================
Requires Gtk+ 2.12.0
Changes in this release:
- Fixed a crash when using focus_color.
- Now focus_color and scrollbar_color accept symbolic colors.
Overview of Changes in 0.90.1 (since 0.90.0)
============================================
Changes in this release:
- High roundness values are now correctly limited.
- Use focus_color in draw_entry if the theme uses it.
- Removed shadows from GtkCombo and GtkComboBoxEntry.
- Code polishing and bugfixing.
2.16.0 (stable):
Gtk:
* Builder:
- get_widget_derived(): Reference-counting correction.
- create_from_file(), add_from_file(), create_from_string(),
add_from_string(): Add method overloads that take a char* for the object
ID, to avoid ambiguity with the two other overloads that take ustring or
StringArrayHandle.
* Entry:
- *_icon_* methods(): Rearrange parameters to make these consistent and
so we can have more default parameter values.
- Added icon_press and icon_release signals.
* FileChooserButton: Added the file_set signal, noticed by Damon Register.
* Stock: Added CAPS_LOCK_WARNING.
* Style: Added get_style_property_value() and templated get_style_property().
* Added Orientable and Activatable interfaces, though they cannot be used yet
because that would break ABI of existing classes.
(Murray Cumming)
Gdk:
* PixbufAnimation: create_from_file(): Throw an exception when the GError is
not null. (Murray Cumming)
Maemo-specific API:
* TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(),
get/set_can_paste_rich_text(): Remove these Maemo-specific methods which have
been superseded by the generic TextBuffer serialization functions.
(Daniel Elstner, Openismus)
* Enums
- Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType,
which was inexplicably added to GTK+ in Maemo 5.
- Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode.
(Daniel Elstner, Openismus)
2.15.5 (unstable):
(2.15.4 was skipped)
* Activatable: reset_vfunc() renamed to sync_action_properties_vfunc().
(Murray Cumming)
* Builder:
- create_from_file(), add_from_file(), create_from_string(): Add method
overloads that take char* to avoid ambiguity.
- get_widget_derived(): Correct reference-counting.
(Murray Cumming)
* FileChooserButton: Add file_set signal.
(Murray Cumming)
* Stock: Added CAPS_LOCK_WARNING.
* Added interfaces, but we can't use them yet without breaking ABI:
Activatable, Orientation.
2.15.3 (unstable):
(2.15.2 was skipped)
Gtk:
* Action: Reimplemented set_tooltip() with the new C
gtk_action_set_tooltip() function. Added get/set_label(),
get/set_short_label(), get_tooltip(), get/set_stock_id(),
get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(),
get/set_visible_vertical(), get/set_is_important(), which are new
accessors for the properties. Added the gicon property.
Added block_activate() and unblock_activate().
* ImageMenuItem: Added get/set_always_show_image() and property.
* Scale: Added add_mark() and clear_marks().
* TreeView: Added a get_path_at_pos() overload that takes less parameters.
(Murray Cumming)
Build:
* Allow pangomm to build outside the source tree.
(Theppitak Karoonboonyanan) Bug #570325
* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
(Armin Burgmeier) Bug #568083 (Tao Wang).
* Documentation:
Reference documetnation: Unescape some < and > characters.
(Daniel Elstner, Murray Cumming) #568485 (Mihai Niculescu)
2.15.1 (unstable):
Gtk:
* CellView: Added get_model() and some new properties.
* Entry: Added unset_invisible_char(), get_invisible_char().
Added the new progress and icon methods and the properties,
including the new im-module property.
* ImageMenuItem: Added get/set_use_stock(), set_accel_group().
* MenuItem: Added get/set_label(), get/set_use_underline() and properties.
* PaperSize: Constructor: Remove the default value for the name parameter,
because there is already a default constructor,
This caused MSVC++ warning C4520 with Visual Studio 2008.
(Tao Wang) Bug #568074.
* PrintOperation: Added draw_page_finish(), set_defer_drawing().
* PrintSettings: Added get_resolution_x(), get_resolution_y(),
set_resolution_xy(), get/set_printer_lpi().
* SelectionData: Reimplement get_selection() using the new C getter method.
* StatusIcon: Added button_press_event, button_release_event and scroll_event
signals. Added get/set_has_tooltip(), get/set_tooltip_text(),
get/set_tooltip_markup().
* Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE,
ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT,
avoiding undefined reference errors when trying to use these.
(Murray Cumming) Bug #568416 (Tao Wang).
* TextBuffer: Added the paste_done signal.
* TextView: Added im-module property.
* TreeModel::Path::empty(): Also check for a null underlying
GtkTreePath. Added operator bool() to do the same, just calling !empty().
(Murray Cumming)
Gdk:
* Drawable::draw_pixbuf(): Add an override without a GC parameter, becauase it
can be NULL in C.
* Screen: Added get_monitor_width_mm(), get_monitor_height_mm(),
get_monitor_plug_name().
* Windows build:
- Disabled MSVC++ compiler warning 4250
(Armin Burgmeier) Bug #568083 (Tao Wang).
- Installer: Added Simplified Chinese translation. (Tao Wang)
2.15.0 (unstable):
* CellRendererPixbuf: Added the icon-name and follow-state
properties, noticed by Mathias Hasselmann.
(Murray Cumming)
* Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill.
(Armin Burgmeier)
* Gdk::Window: Added an invalidate() that takes no rect
parameter because it can be NULL in C.
(Murray Cumming)
* Cleaned up gtk includes to use only toplevel headers, as may be required by
a future GTK+ version.
(Przemysław Grzegorczyk) Bug #564006
* Container: Use GType instead of GtkType for the child_type_vfunc() return type
This should allow soure code to use gtkmm if it declares GTK_DISABLE_DEPRECATED.
(Murray Cumming) Bug #562893 (Dénes Faluvégi)
* Documentation:
TreeModel: set_value_impl() documentation: Mention row_changed(),
not set_row_changed(). Bug #562505 (Bohumir Zamecnik)
* HandleBox: Restore the child-attached property, which was lost at some point
during 2.14.
* LinkButton: Resore the visited property definition, which was lost at some
point during 2.14.
(Murray Cumming)
* CellView, ComboBox, EntryCompletion, IconView: Added unset_model().
(Alexander Shaduri) Bug #555268
2.26.0
======
Features/bugfixes:
* Fix progress bar color in Simple (Benjamin Berg)
* Improve the progress bar in entries a bit in Glider and Simple
(Benjamin Berg)
* Add support for the entry progress in Clearlooks based themes
(Benjamin Berg)
New/updated translations:
Amitakhya Phukan (as)
Runa Bhattacharjee (bn_IN)
Jordi Mallach (ca)
Ole Laursen (da)
Hendrik Richter (de)
Jennie Petoumenou (el)
Suso Baleato (gl)
Rajesh Ranjan (hi)
Luca Ferretti (it)
Sandeep Shedmake (mr)
Nickolay V. Shmyrev (ru)
I. Felix (ta)
Krishna Babu K (te)
2.25.92
=======
New/updated translations:
2009-02-26 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2009-02-23 Philip Withnall <philip@tecnocode.co.uk>
* en_GB.po: Updated British English translation.
2009-02-22 Praveen Arimbrathodiyil <pravi.a@gmail.com>
* ml.po: Updated Malayalam translation (Hari Vishnu).
2009-02-22 Baris Cicek <baris@teamforce.name.tr>
* tr.po: Updated Turkish translation.
2.25.91
=======
Features/bugfixes:
New icons for HC-SVG and HCLPI:
* New 'printer-printing' and 'printer-error' by Vinicius Depizzol
Closes bug #564910 and #564914.
* New 'battery-low' and 'battery-caution' from Vinicius Depizzol and
Luca Ferretti <elle.uca@libero.it>. (Close bugs #564629 and #564631)
* New icon for 'network-wireless' (Luca Ferretti, bug #565704)
* New icon for 'mail-send-receive' (Luca Ferretti, bug #565788)
* New icon for 'emblem-unreadable' (Luca Ferretti, bug #565854)
* New icon for 'media-playlist-shuffle' (Luca Ferretti, bug #565243)
* New icon for 'media-playlist-repeat' (Luca Ferrettii, bug #564663)
* New icon for 'x-office-presentation' (Luca Ferretti, bug #565705)
* New icon for 'x-office-document' (Luca Ferretti, bug #565800)
New/updated translations:
2009-02-16 Wouter Bolsterlee <wbolster@svn.gnome.org>
* nl.po: Updated Dutch translation by Wouter Bolsterlee.
2009-02-15 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
2009-02-14 Petr Kovar <pknbe@volny.cz>
* cs.po: Updated Czech translation by Pavel Sefranek.
2009-02-14 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
2009-02-14 Ihar Hrachyshka <booxter@lacinka.org>
* be@latin.po: Updated Belarusian Latin translation by Ihar
Hrachyshka.
2009-02-12 Jani Monoses <jani@ubuntu.com>
* ro.po: Updated Romanian translation
by Adi Roiban <adi@roiban.ro>
2009-02-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
2009-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
2009-02-10 Gil Forcada <gforcada@gnome.org>
* ast.po: Added Asturian translation on behalf of Mikel González.
* LINGUAS: Added ast.
2009-02-10 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
2009-02-09 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation.
2009-02-09 Claude Paroz <claude@2xlibre.net>
* LINGUAS:
* crh.po: Added Crimean Tatar translation on behalf of Reşat SABIQ.
2009-02-09 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
2009-02-09 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
2009-02-06 Clytie Siddall <clytie@riverland.net.au>
* vi.po: Updated Vietnamese translation.
2009-02-06 Manoj Kumar Giri <mgiri@redhat.com>
* or.po: Updated Oriya Translation.
2009-02-05 Sweta Kothari <swkothar@redhat.com>
* gu.po: Committed Gujarati Translation.
2009-02-03 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
2.25.90
=======
Features/bugfixes:
Luca Ferretti <elle.uca@libero.it>:
New icon for 'x-office-calendar' (Closes bug #565794)
HC-SVG: Don't ihnerit HighContrastLargePrint, and use "folder"
as Example.
New icon for 'x-office-address-book' (Closes bug #565870).
New icon 'text-x-generic-template' (Close bug #565878)
New HC-SVG icons from Vinicius Depizzol (bugs #566037, #566038), inverse
versions by Luca Ferretti.
New/updated translations:
2009-01-28 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
2009-01-27 Ilkka Tuohela <hile@iki.fi>
* fi.po: Updated Finnish translation.
2009-01-25 Raivis Dejus <orvils@gmail.com>
* lv.po: Updated Latvian translation.
2009-01-21 Yair Hershkoviz <yairhr@gmail.com>
* he.po: Updated Hebrew translation.
2.25.5
======
Features/bugfixes:
2008-12-27 Luca Ferretti <elle.uca@libero.it>
New high contrast icons for status/weather.
Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
#564234, #564323, #564326, #564420.
New/Updated translations:
2009-01-09 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation. Contributed by
Djavan Fagundes.
2009-01-08 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2009-01-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
2009-01-03 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
2.25.4
======
Not released.
2.25.3
======
Features/bugfixes:
2008-12-15 Luca Ferretti <elle.uca@libero.it>
* icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg:
Added icon proposed Kevin Kubasik with a minor touchup.
Close bug #561646
2.25.2
======
Features/bugfixes:
* Many new icons for HighContrast-SVG (Luca Feretti, Kevin Kubasik).
* Apply `inkscape --vacuum-defs` removing wrong/odd stuff (mostly invalid
URI to sodipodi-0.dtd, due to extraneus space) generating wrong SVG
files. Thanks WebKit to show this issue. (Luca Feretti)
* Move from apps to apps-extra some icons no longer in Icon
Naming Spec: internet-group-chat, internet-mail, internet-news-reader,
internet-web-browser, preferences-system-network-proxy,
preferences-system-session, preferences-system-windows.
(Luca Feretti)
2008-11-03 Benjamin Berg <benjamin@sipsolutions.net>
* gtk-themes/ClearlooksClassic/gtkrc:
* gtk-themes/ClearlooksTest/gtkrc:
* gtk-themes/Glossy/gtkrc:
* gtk-themes/Inverted/gtkrc:
Fix the bg color of GtkViewport and GtkScrolledWindow in notebooks.
New/updated translations:
2008-11-08 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation.
2.25.1
======
Features/bugfixes:
2008-11-03 Benjamin Berg <benjamin@sipsolutions.net>
Add a test theme as proposed on desktop-devel-list earlier. It is
not the default though.
The theme will only be build in unstable releases, or when specified
at configure time.
Various HighContrast-SVG fixes from Luca Ferretti <elle.uca@libero.it>:
Add support for HighContrast-SVG placeholder icons. Closes bug #451878.
Note that now by default gnome-themes during development
release (odd minor) will not create symlinks for legacy icons
and will install placeholder icons, automatically. On stable
releases this behavior is, of course, swithched.
Vendors can force this policy using provide --enable-* options
at configure time.
Following latest spec, moved to zoom-fit-best.svg
Added "user-bookmarks" copying existing bookmarsk-view from
action-extras.
Small changes in orderd to make those appear like "real" bold and
italic version of the same A charatec (for example, put the horizontal
line at same height, but thinner in italic). Maybe not really needed
in HC theme, but we love details :)
2008-10-14 Calum Benson <calum.benson@sun.com>
Clean up the CORE_FILES_ONLY installation-- don't bother
checking for a file called 'index.theme~' any more, we haven't
used that for years.
2008-10-09 Calum Benson <calum.benson@sun.com>
Set GtkTreeView::grid-line-width to 2px in the large print themes.
Closes bug #548761 (reported by Benjamin Berg), although might
still need further tweaking.
New/updated translations:
2008-10-22 Simos Xenitellis <simos@gnome.org>
* el.po: Updated Greek translation by Nick Agianniotis.
==============
Version 2.26.0
==============
Panel
* Ignore shadow mounts in the panel menus (Vincent)
* Mark desktop files as trusted when it makes sense (Vincent)
Clock Applet
* Fix bad memory usage for a string returned by libical (Vincent)
Misc
* Remove scrollkeeper check, since it belongs to gnome-doc-utils
(Vincent)
Docs Translators
* Jen Ockwell (en_GB)
* Jan Brož and Lucas Lommer (cs)
Translators
* Runa Bhattacharjee (bn_IN)
* Reşat SABIQ (crh)
* Hendrik Richter (de)
* Fotis Tsamis (el)
* Jorge González (es)
* Mattias Põldaru (et)
* Claude Paroz (fr)
* Suso Baleato (gl)
* Ankit Patel (gu)
* Yaron Shahrabani (he)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Žygimantas Beručka (lt)
* wadim dziedzic (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Yuriy Penkin (ru)
* I. Felix (ta)
* Theppitak Karoonboonyanan (th)
===============
Version 2.25.92
===============
Panel
* Fix some randr-interaction by connecting to the monitors-changed
signal. This shouldn't be needed with the latest GTK+, but we keep to
be 100% sure it will work in 2.26.0. (Matthias Clasen)
* Use close button instead of ok button in error dialogs (Vincent)
All Applets
* Use close button instead of ok button in error dialogs (Vincent)
Translators
* Reşat SABIQ (crh)
* Philip Withnall (en_GB)
* Jorge González (es)
* Ivar Smolin (et)
* Luca Ferretti (it)
* Raivis Dejus (lv)
* Thierry Randrianiriana (mg)
* Praveen Arimbrathodiyil (ml)
* Adi Roiban (ro)
* Pavol Šimo (sk)
* Dr.T.vasudevan (ta)
===============
Version 2.25.91
===============
Panel
* Remove the mixer applet from the default configuration since GNOME
upstream doesn't ship this applet by default. Some distributions
might want to put it back. The patch to be reverted is:
http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch
(Vincent)
Clock Applet
* Fix properties dialog to not have a missing image and a weird title
(Matthias Clasen)
* Use new GTK+ feature to change orientation of GtkBox instead of
custom code (Christian Persch)
Notification Area Applet
* Use new GTK+ feature to change orientation of GtkBox instead of
custom code (Christian Persch)
Misc
* Require GTK+ 2.15.1 (Christian Persch)
Docs Translators
* Iñaki Larrañaga Murgoitio (eu)
Translators
* Astur (ast)
* Ihar Hrachyshka (be@latin)
* Alexander Shopov (bg)
* Ask Hjorth Larsen (da)
* Dawa pemo (dz)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Ignacio Casal Quinteiro (gl)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Shankar Prasad (kn)
* Rafael Garcia (la)
* Jovan Naumovski (mk)
* Wouter Bolsterlee (nl)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Theppitak Karoonboonyanan (th)
* Clytie Siddall (vi)
* 甘露(Gan Lu) (zh_CN)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
===============
Version 2.25.90
===============
Panel
* Add a timeout of 5 seconds to do the panel initial animation, in case
an applet is blocked while it's loading (Vincent)
* Fix some format security warnings (Frédéric Crozat)
Clock Applet
* Fix some format security warnings (Frédéric Crozat)
* Fix the dbus configuration file to specify the destination that is
allowed instead of just some non-existing interfaces (Vincent)
* Properly initialize the eds part handling passwords, fixing some
hangs (Simon Brys, Vincent)
Fish Applet
* Fix some format security warnings (Frédéric Crozat)
* Build fixes (Vincent)
Notification Area Applet
* Fix some format security warnings (Frédéric Crozat)
Translators
* Jordi Mallach (ca)
* Ilkka Tuohela (fi)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Jovan Naumovski (mk)
* Sandeep Shedmake (mr)
* Kjartan Maraas (nb)
* André Gondim (pt_BR)
* Krishna Babu K (te)
================
Version 2.25.5.1
================
Panel
* Fix a crash when the user configuration contains a separator
(Vincent)
==============
Version 2.25.5
==============
Panel
* Only show shutdown/reboot menu items if made available by the session
manager (Ray Strode)
* Only allow dragging panels when pressing a modifier button (usually
Alt) for expanded panels (Vincent, William Lachance)
* Delay the initial panel animation until applets/objects are loaded
(Ray Strode, Vincent)
* Fix initial animation not happening for newly created panels
(Vincent)
* Fix unloaded panels with existing configuration appearing empty when
reloaded in gconf (Vincent)
* Correctly set the struts of the panel at the very early start so that
desktop icons don't jump around on login (Vincent, Ray Strode)
* Connect to the session manager when we're really ready, instead of
doing it too early. This helps with desktop icons too (Behdad
Esfahbod, Vincent)
* Respect TryExec key in desktop files that we directly put in the
menus (Matthias Clasen, Vincent)
Clock Applet
* Hide the option to use 12/24 hours if it's not supported in the
current locale (Vincent)
* Fix a crash on Solaris when the weather code is empty (Vincent)
* Minor HIG fix
Misc
* Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in
LDADD (Vincent)
Translators
* Petr Kovar (cs)
* Andre Klapper (de)
* Jorge González (es)
* saudat mohammed (ha)
* Gabor Kelemen (hu)
* Onye, Sylvester (ig)
* Kjartan Maraas (nb)
* Daniel Nylander (sv)
* Fajuyitan, Sunday Ayo (yo)
==============
Version 2.25.3
==============
Note to distributors: this release might break various other applications
(mostly applets, though). If this is the case, please contact the gnome-panel
developers to see if changes should be reverted.
+ we do not have a bonobo PanelShell interface. As far as I know, it wasn't
used by anything and was useless anyway.
+ libpanel-applet doesn't depend on libgnomeui anymore. This might have some
build-time and run-time side-effects:
- build-time: the pkg-config check for libpanelapplet-2.0 won't bring
libgnomeui anymore. The fix is to have the applet configure script check
for libgnomeui itself if it needs it.
- build-time: panel-applet.h doesn't contain some #include for some
libgnomeui part anymore. The fix is to have the relevant applet code
include the right headers it needs.
- run-time: the macro defined in panel-applet.h and used by nearly all
applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call
gnome_program_init(), and it's not the case anymore. If the applet uses
some libgnomeui widgets, there might be warnings because some of those
require some libgnomeui initialization. The fix is to either port the
applet to GTK+ widgets, or to have it called gnome_program_init() on its
own.
This last item could arguably be seen as an API change. If this causes too
many issues, another solution might be considered.
Panel
* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Fix compilation warnings (Vincent)
* Use dbus-based uniquification instead of bonobo-based (Colin Walters,
Vincent)
* Add a --replace argument to replace the current panel instead of just
leaving (Vincent)
* Remove unneeded call to gnome_authentication_manager_init() (we use
gio now) (Vincent)
* Set an application name (Vincent)
* Code cleanup (Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Start removing calls to libgnome/libgnomeui API (Vincent)
* Use gio to launch desktop files, instead of gnome-desktop (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
libgnomeui dependency (Vincent)
* Fix help for "connect to server" (Vincent)
libpanel-applet
* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Code cleanup (Vincent)
* Do not depend on libgnome/libgnomeui anymore [note that we still have
an indirect libgnome dependency, through bonobo] (Vincent)
All Applets
* Use single include for glib and gtk+ (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
libgnomeui dependency (Vincent)
Clock Applet
* Add some inline documentation to the edit location window (Dan
Winship)
* Remove fixed width for buttons in the pref dialog (Gabor Kelemen)
* Build fixes (Vincent)
* Stop using deprecated GTK+ API (Vincent)
* Show day of week header in "set time" calendar (Vincent)
Fish Applet
* Fix compilation warnings (Vincent)
Notification Area Applet
* Real tray icons transparency (Owen Taylor)
* Fix compilation warnings (Vincent)
* Stop using deprecated GTK+ API (Vincent)
Wnck Applets
* Use the right help file for some help buttons (Vincent)
* Make sure dialogs have the right window icon (Vincent)
Misc
* Require glib 2.18.0 (Vincent)
* Remove obsolete german translation of documentation (Vincent)
* Stop declaring a bonobo PanelShell interface (Vincent)
* libpanel-applet and all applets in gnome-panel lose their libgnomeui
dependency (Vincent)
Translators
* Yair Hershkovitz (he)
* Leonardo Ferreira Fontenelle (pt_BR)