commit 20732053fbbb5b7a4b59c8f74a3a79dfca5a45cc Author: Aryeh Gregor Date: 2011-08-12 clock: Do not miss seconds when displaying seconds The timeout we were using is expecting a 1ms resolution; usually, timers have a 10ms, though, so we could sometimes simply skip a second, which is bad. Add 15ms to the timeout to avoid that. https://bugzilla.gnome.org/show_bug.cgi?id=585668 M applets/clock/clock.c commit 354d239f970f0bd6dfdf98c1ef8f2f53b8e5b32f Author: Piotr Drąg Date: 2011-08-11 Updated Polish translation M po/pl.po commit 8fc0e3e3d95528fd96128f9ddd2e1e22fa77400b Author: Alexander Shopov Date: 2011-08-10 Updated Bulgarian translation M po/bg.po commit bbb76dcad1e717a2b9dd706c2849fe7ea055d520 Author: Kjartan Maraas Date: 2011-08-10 Updated Norwegian bokmål translation M po/nb.po commit 03dd6fd2ca1a677f3416809ae2885f2dbcccc338 Author: Yaron Shahrabani Date: 2011-08-06 Updated Hebrew translation. M po/he.po commit a0a91850a5f646d8795e8c177bc63adbea533423 Author: Daniel Mustieles Date: 2011-08-03 Updated Spanish translation M po/es.po commit d9d4f5eb3aedd7500f33c293411088df647c0d13 Author: Daniel Nylander Date: 2011-08-02 Updated Swedish translation M po/sv.po commit 247628370cadb3a4998a697b87780f8a990cd3c7 Author: Vincent Untz Date: 2011-07-22 panel: Correctly reload menu on changes With the new API, we have to explicitly reload the menu. M gnome-panel/menu.c commit f83c844e307ecae1d0ee83ff147e84a37c38316a Author: Vincent Untz Date: 2011-07-22 panel: Always keep the same window icon for run dialog We used to change the icon, depending on the app that was selected, but this actually doesn't make sense; it's just confusing when people look at the window list. M gnome-panel/panel-run-dialog.c commit 10ce6bac116a089cc8982c084f094a3634f076cf Author: Vincent Untz Date: 2011-07-22 panel: Finish port to new gnome-menus API This completes Colin's previous commit, fixing various issues and cleaning some changes. We move quite some code to GIcon, which is easier in many cases. M configure.ac M gnome-panel/menu.c M gnome-panel/panel-addto.c M gnome-panel/panel-menu-button.c M gnome-panel/panel-run-dialog.c M gnome-panel/panel-util.c M gnome-panel/panel-util.h commit 7fb52d0c7dd322c40e840a6808727031638ae69b Author: Colin Walters Date: 2011-05-03 panel: Port to new gnome-menus API This port is a bit suboptimal in that we call gmenu_tree_new() in multiple places. But other than that, tested and appears to work in a jhbuild on Fedora 14. https://bugzilla.gnome.org/show_bug.cgi?id=649327 M configure.ac M gnome-panel/menu.c M gnome-panel/panel-addto.c M gnome-panel/panel-run-dialog.c commit e16135199fda66ecfe06c70fe7ff42a5ae8cb9dc Author: Tommi Vainikainen Date: 2011-07-22 Updated Finnish translation M po/fi.po commit 54697b3e2255d46e89ef0f93fb2149155723070b Author: Brian Cameron Date: 2011-07-18 libpanel-applet: Do not return a value in function with no return value https://bugzilla.gnome.org/show_bug.cgi?id=654716 M libpanel-applet/panel-applet.c commit 201da2505e5ae37cd1a11e77fdf9153f25702ebd Author: Ihar Hrachyshka Date: 2011-07-13 Updated Belarusian translation. M po/be.po commit 0f086faf79e52e0daeea0310968514ad1bf11475 Author: Rudolfs Mazurs Date: 2011-07-12 Updated Latvian translation. M po/lv.po commit 8f58ed39ac07fadc5a6154b82f726e6c9425e5e5 Author: Vincent Untz Date: 2011-06-27 panel: Fix -Wunused-but-set-variable warnings M gnome-panel/applet.c M gnome-panel/button-widget.c M gnome-panel/libpanel-util/panel-launch.c M gnome-panel/panel-applet-frame.c M gnome-panel/panel-frame.c M gnome-panel/panel-layout.c M gnome-panel/panel-menu-button.c M gnome-panel/panel-separator.c M gnome-panel/panel-toplevel.c M gnome-panel/panel.c commit 844c6bf5cf444abfda93fd0fcdbfb48b9fe3c4cb Author: Vincent Untz Date: 2011-06-27 panel: Stop using G_CONST_RETURN M gnome-panel/applet.c M gnome-panel/panel-action-button.c M gnome-panel/panel-action-button.h M gnome-panel/panel-ditem-editor.c M gnome-panel/panel-ditem-editor.h M gnome-panel/panel-menu-button.c M gnome-panel/panel-toplevel.c M gnome-panel/panel-toplevel.h commit 7ed11caf03c5d049f434ab23f8dde4448fac96c3 Author: Ihar Hrachyshka Date: 2011-06-26 Updated Belarusian translation. M po/be.po commit 79c4027f1f1a462437069c326a14e07933bc4d0d Author: Мирослав Николић Date: 2011-06-25 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 04e752f52ce124fa1009cd01a76049aca66613fb Author: Vincent Untz Date: 2011-06-14 build: Modernize build system a bit Stop using GNOME_COMMON_INIT as it is deprecated. Do not use AM_MAINTAINER_MODE as it is not recommended by automake developers. Use LT_PREREQ & LT_INIT for libtool checks. Require intltool 0.40.6 to avoid various bugs. Do not use AC_ISC_POSIX, AC_HEADER_STDC, AM_PROG_CC_C_O as they shouldn't be needed on modern systems. Remove checks for perl and awk, and the useless --disable-rebuilds configure flag. M applets/clock/Makefile.am M configure.ac M gnome-panel/Makefile.am M gnome-panel/libpanel-util/Makefile.am M libpanel-applet/Makefile.am commit f625da4e5f345ea9a7921c5edd60e48127a14596 Author: Carles Ferrando Date: 2011-05-29 [l10n]Updated Catalan (Valencian) translation M po/ca@valencia.po commit c65f1ae3472cfd4cd96fd376b7bbd95fba5eef0a Author: Vincent Untz Date: 2011-05-27 build: Fix build with --as-needed M applets/notification_area/Makefile.am commit 83c6f94ccd6bda9572f6e7a1159a0191bafaf8b9 Author: Vincent Untz Date: 2011-05-24 release: post-release bump to 3.0.3 M configure.ac commit 3742908f0a3016873b1d1e13201430228dd0aca8 Author: Vincent Untz Date: 2011-05-24 release: 3.0.2 M NEWS M configure.ac