commit e10d995ceb0b4a6bcb08843f4d985e3779a8e1fe
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Oct 28 22:41:11 2014 +0200

    update NEWS

M	NEWS

commit f5b73804634da12554474f7cb6077978f35a4d06
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Oct 28 22:20:21 2014 +0200

    panel-menu-bar: fix warning

M	gnome-panel/panel-menu-bar.c

commit b969b3c9bbe8d6d67a04a418d3367ff42b072fce
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Oct 28 20:16:56 2014 +0100

    Added Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 140a7393cc74fd773db865223eff5e8ae7f003d2
Author: Balló György <ballogyor@gmail.com>
Date:   Fri Oct 17 19:06:53 2014 +0200

    Add support for user switch with LightDM

M	gnome-panel/panel-menu-items.c

commit 4ed46751373193c10c0dd001013c396d3ced3118
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Oct 28 17:41:04 2014 +0200

    add hibernate, suspend, hybrid sleep and restart to user menu

M	gnome-panel/panel-action-button.c
M	gnome-panel/panel-enums.h
M	gnome-panel/panel-menu-items.c

commit f8792337a7d5c081f17c27e31d756f6186b7e6aa
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Oct 27 17:53:28 2014 +0200

    update ShowOnlyIn to GNOME-Flashback

M	gnome-panel/gnome-panel.desktop.in.in

commit 22e71c096139b06581ca339a1e1778a6521c2cff
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Oct 23 02:28:36 2014 +0300

    libpanel-util: add PanelEndSessionDialog
    
    This will be used to request end session dialog to confirm or
    cancel hibernate, suspend ot hybrid sleep actions.

M	gnome-panel/libpanel-util/Makefile.am
A	gnome-panel/libpanel-util/org.freedesktop.login1.Manager.xml
A	gnome-panel/libpanel-util/panel-end-session-dialog.c
A	gnome-panel/libpanel-util/panel-end-session-dialog.h

commit 17e90cca970412ce641a0d051cc4ce220e475332
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Oct 23 00:04:10 2014 +0300

    session-manager: add function to request reboot

M	gnome-panel/libpanel-util/panel-session-manager.c
M	gnome-panel/libpanel-util/panel-session-manager.h

commit 6bccf9f47d9472e4ab24ec5c5fb628ed78bf4527
Author: Balló György <ballogyor@gmail.com>
Date:   Wed Oct 15 23:23:57 2014 +0200

    Show icon in menu bar by default
    
    Can be hide with "-PanelMenuBar-icon-visible: false;" set for PanelMenuBar.

M	gnome-panel/panel-menu-bar.c

commit 781b11907e7301a034c23df7d5f39822b7426038
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Fri Oct 17 09:57:57 2014 +0300

    rename Adwaita.css to gnome-panel.css

M	gnome-panel/Makefile.am
R100	gnome-panel/Adwaita.css	gnome-panel/gnome-panel.css
M	gnome-panel/main.c
M	gnome-panel/panel.gresource.xml

commit 9363a166e85971cef1084831a201def9384d5ac6
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Fri Oct 17 09:55:58 2014 +0300

    theme: remove border from buttons

M	gnome-panel/Adwaita.css

commit 7c1607feed985a5fd8d7bff46605ef10bb2a9a1d
Author: Balló György <ballogyor@gmail.com>
Date:   Wed Oct 15 21:31:31 2014 +0200

    Simplify Adwaita style
    
    This brings a more traditional look and feel for the panel with support for light and dark theme variants, and also for the HighContrast theme.

M	gnome-panel/Adwaita.css
M	gnome-panel/main.c

commit ac02b880213d744fc5087b2c5a0acd02f222805f
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Oct 16 20:24:59 2014 +0300

    menus: don't hardcode application menu file
    
    Use XDG_MENU_PREFIX to generate correct applications menu file and
    use it.

M	gnome-panel/menu.c
M	gnome-panel/menu.h
M	gnome-panel/panel-addto.c
M	gnome-panel/panel-menu-bar.c
M	gnome-panel/panel-menu-button.c
M	gnome-panel/panel-run-dialog.c

commit 14c5637428f27828eeb6769e49e4d22a86b1dc97
Author: Balló György <ballogyor@gmail.com>
Date:   Wed Oct 15 21:56:31 2014 +0200

    Add show desktop applet to bottom panel
    
    This commit reverts fbaf96b23e41eb533f70b253a00db72fd4751aff to make the layout more similar to GNOME 2.

M	data/panel-default-layout.layout

commit dbe0f09eb97f01fe0f6291b6c6af6331cc882d98
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Oct 13 07:19:55 2014 +0300

    remove bonobo info from docs

M	doc/reference/panel-applet/panel-applet-docs.sgml

commit 9c0ce17439f1ed896cb5aad7e7fac0b9900b07b9
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Oct 13 05:05:57 2014 +0300

    panel-image-menu-item: remove use of GtkSettings:gtk-menu-images
    
    This is deprecated so remove use of this property and use default
    value - FALSE.
    
    PanelImageMenuItem was added only for main-menu and menu-bar
    applets. In future these applets might get preferences dialogs. If
    it will happen then most likely this will be configurable option.

M	gnome-panel/panel-image-menu-item.c

commit 42843d581a6c679f2a3b28c20bc7b4dc5f9a1161
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Oct 13 03:56:37 2014 +0300

    update all *.ui files

M	applets/clock/clock.ui
M	applets/fish/fish.ui
M	applets/wncklet/window-list.ui
M	applets/wncklet/workspace-switcher.ui
M	gnome-panel/panel-properties-dialog.ui
M	gnome-panel/panel-run-dialog.ui
M	gnome-panel/panel-test-applets.ui

commit c54d694bb9fb8b7191fac2936060d54ec497f6bb
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 02:39:27 2014 +0300

    clock: fix warning
    
    Fix new warning introduced in commit removing NetworkManager
    dependency.

M	applets/clock/clock-location.c

commit a1b1d244bd69f8eacb3eee3824fe6af8a8f93906
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 02:30:34 2014 +0300

    configure: bump version to 3.14

M	configure.ac

commit d907a6ea1be469f9acfbf5661e665d38c6c61cd3
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 02:29:13 2014 +0300

    menu: don't use deprecated gtk_menu_get_tearoff_state

M	gnome-panel/menu.c

commit 86649dff3855b5c4078f0fab080655f16ca0bb97
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 00:17:19 2014 +0300

    configure: remove unused *_REQUIRED

M	configure.ac

commit 9d3924e8a26bca3ab0f434efff7282a68ed5d92a
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 00:12:25 2014 +0300

    panel-toplevel: don't set resize grip, it is deprecated

M	gnome-panel/panel-toplevel.c

commit f9d94265eea95e2b319a90c1896f94b1bf48ba4d
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Oct 12 00:11:36 2014 +0300

    panel-widget: don't use deprecated gtk_widget_reparent

M	gnome-panel/panel-widget.c

commit 01dbc4c1cc8c8fb680024aa68434ef4bfb9c399b
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Oct 11 23:29:16 2014 +0300

    clock: don't use uninitialized variable
    
    Make sure we don't try to use uninitialized variable in
    clock_needs_label_refresh function.

M	applets/clock/clock-location-tile.c

commit 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Oct 11 23:19:37 2014 +0300

    clock: use GNetworkMonitor

M	applets/clock/clock-location.c
M	configure.ac

commit f141e5e3114685079b0e9455989a3233c7040599
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Oct 11 19:49:58 2014 +0300

    theme: add style for show desktop applet

M	gnome-panel/Adwaita.css

commit ead391f0a70f7d770e692d866cb805b1f368d529
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Oct 11 19:20:08 2014 +0300

    improve Adwaita theme

M	gnome-panel/Adwaita.css

commit 7662298e9346aa8de037b0f4aaa7bc2700fb6c20
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Oct 8 01:24:08 2014 +0300

    bump version to 3.10.0

M	configure.ac

commit 7051c5c13c7f76ae1f6e087967f8e4f58bca589a
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 24 18:59:57 2014 +0300

    fish: use G_DEFINE_TYPE

M	applets/fish/fish.c

commit cb7cc7839798623c21345eb4152008e832aba8fd
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 24 18:21:28 2014 +0300

    fish: update fish widget after it is setup

M	applets/fish/fish.c

commit 00f70849e8322b41edd251afaa002815baf2b629
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 24 18:13:35 2014 +0300

    fish: restore option to change animation

M	applets/fish/fish.c
M	applets/fish/fish.ui

commit 1a902473eb8465e8527b4e0d2eea14cc0f10b027
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 23:11:26 2014 +0300

    menu.c: force pixel size for menu item images
    
    Get pixel size from GtkIconSize and use it to force size for
    images in menu items.

M	gnome-panel/menu.c

commit 3b1825b8af79443fb7f89e1936c078ba683c2af9
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 20:30:06 2014 +0300

    clock: fix weather preferences

M	applets/clock/clock.c

commit c9b097f01a93156547db61547e74031299919ed3
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 20:09:42 2014 +0300

    theme: add css style for Adwaita theme
    
    This is same style that used to live in gnome-themes-standard.

A	gnome-panel/Adwaita.css
M	gnome-panel/Makefile.am
M	gnome-panel/main.c
M	gnome-panel/panel.gresource.xml

commit ef770468e3d05c531881e2f6b3bb92f94928eb91
Author: Dmitry Shachnev <mitya57@gmail.com>
Date:   Sun Sep 21 15:04:21 2014 +0400

    fish: Fix a memory leak

M	applets/fish/fish.c

commit 1a5c9bdb6e061e69a66e9d157bddad552747c721
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 18:25:14 2014 +0300

    doap: update mailing-list

M	gnome-panel.doap

commit d2f87d83035ae52e15d40ac81b266be7df8a61d1
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 18:20:57 2014 +0300

    doap: update name

M	gnome-panel.doap

commit 21fd7c49f5d74a7bb9af3dec78af353b1a97f431
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 23 18:20:35 2014 +0300

    doap: add programming-language

M	gnome-panel.doap

commit 4a327dcff334bf96071e699d26ec83e71858032e
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Sep 4 00:09:26 2014 +0300

    libpanel-applet: update girdir and typelibdir

M	libpanel-applet/Makefile.am

commit 19d1bdee841b11fc340c97aae20e10f179643ff3
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 23:42:59 2014 +0300

    clock: fix libpanel-util/panel-color.h include

M	applets/clock/Makefile.am
M	applets/clock/clock-map.c

commit 84f35748d2155567fab3da5c5e45f6f6e0fc3e5c
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 23:41:49 2014 +0300

    libpanel-applet: update documentation

M	doc/reference/panel-applet/panel-applet-sections.txt
M	doc/reference/panel-applet/tmpl/applet.sgml
M	libpanel-applet/panel-applet.c

commit 203e30a9e5428d4511bb89cf47f8cda34747de91
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 23:24:55 2014 +0300

    misc: update POTFILES.in

M	po/POTFILES.in

commit 453da496407cb8e73cee88832f309fad626beba0
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 23:22:25 2014 +0300

    remove MAINTAINERS file

D	MAINTAINERS
M	Makefile.am

commit 6f03a287948e66ebd0ccd8f807e9a2fbbb6cfbff
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 23:20:50 2014 +0300

    libpanel-applet: update version
    
    - Update API version to 5.0.
    - Don't use version number in library name.
    - Rename from libpanelapplet-4.0.pc to libpanel-applet.pc.
    - Reset library version info to 0:0:0.

M	applets/clock/Makefile.am
M	applets/fish/Makefile.am
M	applets/notification_area/Makefile.am
M	applets/wncklet/Makefile.am
M	configure.ac
M	doc/reference/panel-applet/Makefile.am
M	doc/reference/panel-applet/panel-applet-docs.sgml
M	libpanel-applet/Makefile.am
R066	libpanel-applet/libpanelapplet-4.0-uninstalled.pc.in	libpanel-applet/libpanel-applet-uninstalled.pc.in
R065	libpanel-applet/libpanelapplet-4.0.pc.in	libpanel-applet/libpanel-applet.pc.in

commit 07a3e7bda9afbccafa910e6bfe8e13465b26819c
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 22:57:24 2014 +0300

    misc: remove Jonathan from maintainers

M	gnome-panel.doap

commit 0c3844c0e5f1bee5885d2c7aeaa49763e6708f6d
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Sep 2 22:17:01 2014 +0300

    libpanel-applet: unown bus name and unregister dbus object
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692610

M	libpanel-applet/panel-applet-factory.c

commit fed6a445e340dc995a52b3b1b8cb730965f5c748
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Aug 21 21:38:12 2014 +0300

    panel-test-applets.ui: make label translatable

M	gnome-panel/panel-test-applets.ui

commit 334992d773034d8f2133e77e462fee47fd1dfb5c
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Aug 21 14:43:16 2014 +0300

    update panel-test-applets
    
    1) Update for new libpanel-applet version.
    2) Set default size for applet window.
    3) Open applet window on top of 'Test applet utility' window.

M	gnome-panel/panel-test-applets.c
M	gnome-panel/panel-test-applets.ui

commit 13719beb1d7a072d7732abf926c4ffbede91eb30
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Aug 14 02:23:41 2014 +0300

    remove one more old ChangeLog file

D	gnome-panel/ChangeLog-20010806

commit cd8c582efbde3f4e683258e0dd41c50d88648d8f
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Aug 14 02:20:08 2014 +0300

    remove gnome-panel-add script
    
    This script is outdated! I have not seen any bug report that it
    does not work so most likely no one is using it.

M	gnome-panel/Makefile.am
D	gnome-panel/gnome-panel-add.in

commit 13fccad8e5555dd134bed9a96e06c9362d15b065
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Aug 14 02:03:42 2014 +0300

    panel-session-manager: don't make sync calls for Logout and Shutdown

M	gnome-panel/libpanel-util/panel-session-manager.c

commit 59951a69813159566644ef68b12e0a51ed01363a
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Jul 12 20:34:37 2014 +0300

    don't use deprecated gtk_icon_size_register
    
    Also 'gtk-icon-sizes' in themes are deprecated and ignored. That
    means that panel-menu and panel-menu-bar always is registered with
    default sizes - 24x24px and 16x16px. We can safely replace these by
    built-in stock icon sizes.
    
    This commit also restores limited option to change icon size. You
    can change icon size to one of built-in sizes - 16px, 24px, 32px
    and 48px.

M	data/org.gnome.gnome-panel.gschema.xml.in.in
M	gnome-panel/main.c
M	gnome-panel/panel-menu-bar-object.c
M	gnome-panel/panel-stock-icons.c
M	gnome-panel/panel-stock-icons.h

commit 7807bf814c1170d4cd84df8698d0e8a6719d7251
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Fri Jul 11 18:44:49 2014 +0300

    use PanelImageMenuItem not GtkImageMenuItem

M	gnome-panel/menu.c
M	gnome-panel/panel-menu-bar.c
M	gnome-panel/panel-menu-items.c
M	gnome-panel/panel-menu-items.h
M	gnome-panel/panel-recent.c

commit e16c2484c3cba8ae5cdd22d693d4150afc80fdc0
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Fri Jul 11 17:55:28 2014 +0300

    add panel-image-menu-item.[c/h]
    
    GtkImageMenuItem has been deprecated, but we will want to continue
    to use image menu items at least in Main Menu and Menu Bar applets.
    
    Added files are copied from GTK+ 3.8.9 version and then modified:
    - GtkImageMenuItem renamed to PanelImageMenuItem.
    - Removed deprecated parts - GtkStock, GtkActivatable.
    - Changed license from LGPL to GPL. This should be allowed. At
      least that is how I understand it. See third paragraph in LGPL
      license.
    
    We already had panel_image_menu_new function. This commit renames
    function name to panel_image_new_new2 to not conflict with newly
    added files.

M	gnome-panel/Makefile.am
M	gnome-panel/menu.c
M	gnome-panel/menu.h
A	gnome-panel/panel-image-menu-item.c
A	gnome-panel/panel-image-menu-item.h
M	gnome-panel/panel-menu-bar.c
M	gnome-panel/panel-menu-items.c

commit 272f6801148ea851a613f92ae1c41e534fce4992
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Jul 10 17:51:21 2014 +0300

    panel-background-monitor: fix deprecated warning

M	gnome-panel/panel-background-monitor.c

commit 4c31993f338e5212b72817c727fcd99b5a376aca
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Jul 10 17:34:44 2014 +0300

    panel-conext-menu: don't use deprecated GtkImageMenu

M	gnome-panel/panel-context-menu.c

commit cd7a97d5deab25a59e26a20f6b43f19f5a057281
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Thu Jul 10 17:29:50 2014 +0300

    don't use deprecated GtkStock

M	gnome-panel/menu.c
M	gnome-panel/menu.h
M	gnome-panel/panel-applet-frame.c
M	gnome-panel/panel-context-menu.c
M	gnome-panel/panel-menu-items.c
M	gnome-panel/panel-recent.c
M	gnome-panel/panel-run-dialog.c
M	gnome-panel/panel-stock-icons.c
M	gnome-panel/panel-stock-icons.h

commit b5032f580b5fbf575f54efc60c3856e627671e80
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Jun 29 23:14:18 2014 +0300

    clock: port 'size-request' signal
    
    Use "size-allocate" signal instead of "size-request" to set size
    request for scrolled_window.

M	applets/clock/calendar-window.c

commit 2284c93dc8c127930a05954e26c6bebdb48f14fe
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Jun 29 22:55:13 2014 +0300

    Revert "calendar-window: Port 'size-request' signal"
    
    This reverts commit 7f9470c42ba1264667e8b4f916b3f157c6cd1e54.

M	applets/clock/calendar-window.c

commit e14b9ac0b2768bed8670a80bf94c2bad21e9b4cd
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 17:36:36 2014 +0300

    panel-toplevel: fix deprecated warning

M	gnome-panel/panel-toplevel.c

commit 9e347a8577a53d9e7a65760540e6099024aeaaa3
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 17:28:40 2014 +0300

    panel-multiscreen: fix deprecated warnings

M	gnome-panel/panel-multiscreen.c

commit 5dd302391c9f31611c8e172f971ae347dc99ffe4
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 17:18:56 2014 +0300

    clock: remove unused variable

M	applets/clock/calendar-window.c

commit 97d08dadb41c180e5334a6bd06ae730b0251cf98
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 17:14:31 2014 +0300

    panel-force-quit: don't use deprecated GtkStock

M	gnome-panel/panel-force-quit.c
M	gnome-panel/panel-stock-icons.c
M	gnome-panel/panel-stock-icons.h

commit f38b0cda2dd859eec5cde3f644f96d6759a4afd6
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Jun 29 19:54:21 2014 +0300

    clock: fix EDS integration

M	applets/clock/calendar-window.c
M	applets/clock/clock.c

commit acf9480b083cec5fc61ebb5fecf1b44291f6652e
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 22:49:21 2014 +0300

    misc: update POTFILES.skip

M	po/POTFILES.skip

commit 8ee09fcc7bac084c4ef17270b0e1c673e003f9c8
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 16:55:19 2014 +0300

    misc: remove session related files
    
    GNOME Flashback session will be available in gnome-flashback
    package.

M	data/Makefile.am
D	data/gnome-fallback.desktop.in.in
D	data/gnome-flashback-compiz.desktop.in.in
D	data/gnome-flashback-compiz.session.desktop.in
D	data/gnome-flashback.session.desktop.in
M	gnome-panel/Makefile.am
D	gnome-panel/gnome-session-flashback.in
M	po/POTFILES.in
M	po/POTFILES.skip

commit b4f36d323fec890a15f622d3df2698a4f601b49a
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 16:52:09 2014 +0300

    misc: remove one more old ChangeLog file

D	ChangeLog-20020212

commit 32e0e50a2b513dc3bf1889430ac993995238c890
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 16:47:30 2014 +0300

    remove screen from settings

M	data/org.gnome.gnome-panel.toplevel.gschema.xml.in.in
M	gnome-panel/panel-layout.c
M	gnome-panel/panel-schemas.h
M	gnome-panel/panel-toplevel.c

commit ecc844146e7637b20643359252e9adf82cd8c0fe
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 16:02:28 2014 +0300

    misc: remove old ChangeLog.pre-git files

D	ChangeLog.pre-git
D	applets/ChangeLog.pre-git
D	applets/clock/ChangeLog.pre-git
D	applets/fish/ChangeLog.pre-git
D	applets/notification_area/ChangeLog.pre-git
D	applets/wncklet/ChangeLog.pre-git
D	doc/reference/panel-applet/ChangeLog.pre-git
D	gnome-panel/ChangeLog.pre-git
D	help/ChangeLog.pre-git
D	libpanel-applet/ChangeLog.pre-git
D	po/ChangeLog.pre-git

commit be976a06563b10e73f4ed5abae7303b9d2642acc
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 15:59:20 2014 +0300

    notification_area: fix deprecated warnings

M	applets/notification_area/na-tray.c
M	applets/notification_area/testtray.c

commit 770c16149d3f381cd9b6e27b057d1ff77193eb32
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 15:48:18 2014 +0300

    help: fix translation merge warning

M	help/fish/fr/fr.po

commit 167015b82edaee6145c8bf0c0e58207ce0c7ee37
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 15:39:58 2014 +0300

    fish: don't use deprecated GTK_STOCK_CLOSE

M	applets/fish/fish.c

commit 7aaf498dbaecec5a3583bd2019d2d16bdf49c830
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 15:34:30 2014 +0300

    libpanel-applet: add missing (transfer) annotation

M	libpanel-applet/panel-applet.c

commit ce5b1fb115053a5430c26c4da0bad3f22b9f972e
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 00:55:41 2014 +0300

    wncklet: fix deprecated warnings
    
    gtk_window_reshow_with_initial_size replaced with suggestion from
    this commit:
    https://git.gnome.org/browse/gtk+/commit/?id=01f7ed1d073096364180d00c5684fb782779d454

M	applets/wncklet/workspace-switcher.c

commit bd58054c9f6ccefcf2db28288d98040d7fbd9882
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jul 9 00:49:19 2014 +0300

    clock: fix deprecated warnings
    
    Bump libgweather required version to 3.9.2

M	applets/clock/clock-location.c
M	applets/clock/clock.c
M	configure.ac

commit 5653c4c4d3721a683f12ed7a4da0da88a1039c18
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Jul 8 22:18:43 2014 +0300

    remove deprecated functions from libpanel-applet

M	applets/wncklet/showdesktop.c
M	applets/wncklet/window-list.c
M	applets/wncklet/window-menu.c
M	gnome-panel/applet.c
M	gnome-panel/libpanel-applet-private/panel-applet-container.c
M	gnome-panel/libpanel-applet-private/panel-applet-frame-dbus.c
M	gnome-panel/panel-applet-frame.c
M	gnome-panel/panel-applet-frame.h
M	gnome-panel/panel.c
M	gnome-panel/panel.h
M	libpanel-applet/panel-applet.c
M	libpanel-applet/panel-applet.h
M	libpanel-applet/test-dbus-applet.c

commit 82cf06901c3fa7ea6f164a5b97fc8f1b8b4abd49
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Tue Jul 8 18:44:45 2014 +0300

    remove gconf

M	configure.ac
M	doc/reference/panel-applet/panel-applet-docs.sgml
M	doc/reference/panel-applet/panel-applet-sections.txt
D	doc/reference/panel-applet/tmpl/gconf.sgml
M	gnome-panel/Makefile.am
M	gnome-panel/libpanel-applet-private/panel-applet-container.c
M	gnome-panel/libpanel-applet-private/panel-applet-frame-dbus.c
M	gnome-panel/panel-applet-frame.c
M	gnome-panel/panel-applet-frame.h
D	gnome-panel/panel-gconf.c
D	gnome-panel/panel-gconf.h
M	gnome-panel/panel-layout.c
M	gnome-panel/panel-test-applets.c
M	libpanel-applet/Makefile.am
M	libpanel-applet/libpanelapplet-4.0-uninstalled.pc.in
M	libpanel-applet/libpanelapplet-4.0.pc.in
D	libpanel-applet/panel-applet-gconf.c
D	libpanel-applet/panel-applet-gconf.h
M	libpanel-applet/panel-applet.c
M	libpanel-applet/panel-applet.h

commit 138a674c2788bfe153f461f85df28ef1dce09ee1
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Jul 5 15:01:54 2014 +0300

    don't use deprecated GtkAction and GtkActionGroup

M	applets/clock/clock-menu.xml
M	applets/clock/clock.c
M	applets/fish/fish-menu.xml
M	applets/fish/fish.c
M	applets/wncklet/window-list-menu.xml
M	applets/wncklet/window-list.c
M	applets/wncklet/workspace-switcher-menu.xml
M	applets/wncklet/workspace-switcher.c
M	libpanel-applet/panel-applet.c
M	libpanel-applet/panel-applet.h
M	libpanel-applet/test-dbus-applet.c

commit 8497e0deee614034e8df968aa76de82b5b138436
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jun 4 23:07:40 2014 +0300

    panel-addto.c: don't use deprecated GTK_STOCK_*

M	gnome-panel/panel-addto.c

commit d05c21d9fc136b97ce141f9f7de0b1e140090a1e
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Jun 4 22:51:03 2014 +0300

    panel-ditem-editor.c: don't use deprecated GTK_STOCK_*

M	gnome-panel/panel-ditem-editor.c

commit 3ce091e6973d64551fb3f8282009fc4c4aad407f
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Wed Sep 3 22:38:53 2014 +0300

    applet.[c/h]: fix deprecated warnings
    
    * Don't use deprecated GtkImageMenuItem.
    * Don't use deprecated GtkStock.

M	gnome-panel/applet.c
M	gnome-panel/applet.h
M	gnome-panel/launcher.c
M	gnome-panel/panel-action-button.c
M	gnome-panel/panel-menu-bar.c
M	gnome-panel/panel-menu-button.c

commit 8da8d00ef63b7d379e2aa92ccd2e5a8a597f64b0
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Jun 2 23:32:32 2014 +0300

    configure.ac: Update clock applet required modules
    Add dconf as required module for clock applet to fix build error.
    https://mail.gnome.org/archives/gnome-flashback-list/2014-May/msg00056.html

M	configure.ac

commit a94bd966e9fa32b17b7c3bcfe1afeda3dbe3e53e
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun May 25 15:52:58 2014 +0300

    panel.c: don't use deprecated GtkStock

M	gnome-panel/panel.c

commit 4663328fb8e62e8f03537a227691525c15e7f9be
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun May 25 15:37:54 2014 +0300

    panel-icon-chooser: don't use deprecated GtkStock

M	gnome-panel/libpanel-util/panel-icon-chooser.c

commit 22f3fdb4483c8c14a49489223731c31dc1e53bef
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun May 25 14:55:30 2014 +0300

    xstuff.c: remove old unused code

M	gnome-panel/xstuff.c
M	gnome-panel/xstuff.h

commit f30bb5bd9ad86fc68b64ea7f7ef110f360307271
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Fri May 23 11:38:40 2014 +0300

    Fix window-list applet bug on vertical panel
    03_tasklist_orientation.patch from debian. This requires libwnck
    3.4.6 or newer.

M	applets/wncklet/window-list.c
M	configure.ac

commit 5b19b4b79edf7410089f44ceefc56a44408f1c73
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Dec 28 14:56:07 2013 +0200

    don't use deprecated GtkSymbolicColor
    
    Code for color shading copied from mutter:
    https://git.gnome.org/browse/mutter/tree/src/ui/theme.c

M	applets/clock/Makefile.am
M	applets/clock/clock-map.c
M	gnome-panel/libpanel-util/Makefile.am
A	gnome-panel/libpanel-util/panel-color.c
A	gnome-panel/libpanel-util/panel-color.h
M	gnome-panel/panel-frame.c

commit 7d4a63d1077c2cea972fd1f4e9f9b27e80a6b9eb
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Dec 7 13:36:05 2013 +0200

    port bindings to gsettings

M	gnome-panel/panel-bindings.c
M	gnome-panel/panel-schemas.h
M	libpanel-applet/panel-applet-bindings.c
M	libpanel-applet/panel-applet-bindings.h
M	libpanel-applet/panel-applet.c

commit d306ad3495fe45e1a4ef684bac432a0c40d15fe5
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Dec 7 13:05:59 2013 +0200

    remove deprecated librsvg/rsvg-cairo.h include
    
    Direct include of librsvg/rsvg-cairo.h has been deprecated from
    2.36.2 version. Removed it and added required version for librsvg.

M	applets/clock/clock-utils.c
M	configure.ac

commit 5ca920935fe01d5eb8599ee16be229fc4df3eb15
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sat Dec 7 12:49:54 2013 +0200

    Remove g_type_init(), bump GLib required version

M	applets/clock/test-system-timezone.c
M	configure.ac

commit 02ce0726b4429f7b87954a59032d514f971b7039
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 23:38:27 2013 +0200

    panel: don't set panel's initial size to G_MAXINT
    
    Replacing GtkTable with GtkGrid introduced new bug. Warning is -
    'Native children wider or taller than 65535 pixels are not supported'.
    This is caused by setting panels initial size to G_MAXINT. Changing
    initial size to 0 fixes this new bug.

M	gnome-panel/panel-widget.c

commit 281f4d550bc83dd6126c4b56db05b9d362bf1838
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 23:31:18 2013 +0200

    panel: replace gtktable with gtkgrid in panel-toplevel.c

M	gnome-panel/panel-toplevel.c

commit c3006b307dc60d46ee5da81b62a44c728bf20731
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 19:42:50 2013 +0200

    clock: remove unused #define line

M	applets/clock/clock.h

commit 52d301d34073412bc0044ebd2a9b2ab837f2bf4d
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 16:24:15 2013 +0200

    panel: port panel-menu-items.c to gsettings
    
    Only home-icon-name is ported. desktop-is-home-dir and
    computer-icon-name is removed from Nautilus.

M	gnome-panel/panel-menu-items.c

commit 46c24f07e5f86d1321edb2b7ea0222b94721a86c
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 14:56:32 2013 +0200

    panel: remove gconf from panel-action-button.c

M	gnome-panel/panel-action-button.c

commit b459e934fd22e37103ea596df5a624cc975bc76a
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 14:37:31 2013 +0200

    panel: remove unneeded include in gnome-desktop-item-edit.c

M	gnome-panel/gnome-desktop-item-edit.c

commit 4308e45abb9196708f98ca4c5a8b388bd49c0fb8
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 14:29:51 2013 +0200

    notification_area: remove unneeded include

M	applets/notification_area/main.c
M	applets/notification_area/na-tray.c

commit 008929fb0b41097990e59d9589c2a10929e13448
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Nov 18 14:21:05 2013 +0200

    panel: port panel-util.c to gsettings

M	gnome-panel/panel-schemas.h
M	gnome-panel/panel-util.c

commit 9f4598b4c6d268b1a355ca55e3686de5bfbe5582
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Nov 17 17:58:26 2013 +0200

    panel: remove unused variables from panel-layout.c

M	gnome-panel/panel-layout.c
M	gnome-panel/panel-schemas.h

commit d254806ed3de4cb9e02ff93e3c7ecc790dc82bc3
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Nov 17 15:36:37 2013 +0200

    panel: replace gtktable with gtkgrid in panel-ditem-editor.c

M	gnome-panel/panel-ditem-editor.c

commit 6d3ad0b8fc59a707572f22578d5f9f70083d8c13
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Sun Nov 17 00:38:19 2013 +0200

    wncklet: remove unneeded code and rename function
    
    Function panel_applet_add_preferences was used only with gconf,
    but applet now uses gsettings to store/read settings so this
    function is not needed anymore.
    
    Renamed function setup_gconf to setup_gsettings as it is more
    correct name for this function.

M	applets/wncklet/window-list.c
M	applets/wncklet/workspace-switcher.c

commit 5019aa1a198ded79c544d1a3be7134c4dd712aef
Author: Alberts Muktupāvels <alberts.muktupavels@gmail.com>
Date:   Mon Oct 27 17:48:34 2014 +0200

    misc: add myself as maintainer
    
    1) GNOME Flashback needs new release for gnome-panel, but current
    maintainers does not show any interest in bug fixes and/or
    improvements to this module.
    
    2) Current maintainers are inactive. Jonathan does not object that
    I am taking over maintainership.
    
    3) I am already maintaining other modules used by GNOME Flashback
    session - gnome-applets, gnome-flashback, metacity and
    notification-daemon.
    
    4) No response to this email:
    https://mail.gnome.org/archives/gnome-flashback-list/2014-September/msg00033.html

M	gnome-panel.doap

commit 06ba54acce932211b5ee67dec4de8dda6ef780a7
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Oct 26 07:43:52 2014 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 1f9c0e0e8629ad0137eaba9650c5ce130de44bdd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Oct 3 17:44:19 2014 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit dcd5dcad4d34a328701f16dd36d129d9cca20eb1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 29 14:49:10 2014 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 4bea4c5b12445510c45a137998fed7b3623cd73b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Sep 26 17:19:57 2014 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 745951830f23f76e220882991495676d7e58eced
Author: Saibal Ray <sray@redhat.com>
Date:   Wed Sep 24 05:41:15 2014 +0000

    Updated Bengali (India) translation

M	po/bn_IN.po

commit 75516ac5fabcb52366a71ba9e12b07cdcdfc803d
Author: Krishnababu Krothapalli <k.meetme@gmail.com>
Date:   Tue Sep 23 14:20:48 2014 +0000

    Updated Telugu translation

M	po/te.po

commit efea518eadeef2edf03be8041b3eaa6d410113b5
Author: Shankar Prasad <prasad.mvs@gmail.com>
Date:   Mon Sep 22 06:49:38 2014 +0000

    Updated Kannada translation

M	po/kn.po

commit 90c05f9db144bb8b33de835ca573b117617677cc
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Wed Sep 17 11:30:50 2014 +0000

    Updated Oriya translation

M	po/or.po

commit ec1d22a78243465841a8cc5a6aea1e1d73dc918e
Author: Rajesh Ranjan <rajeshkajha@yahoo.com>
Date:   Wed Sep 17 05:57:05 2014 +0000

    Updated Hindi translation

M	po/hi.po

commit 613116c6c2f9b8e003bf8c6c08a34d708203e4fe
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 16 18:12:49 2014 +0200

    Added Slovenian translation

M	po/sl.po

commit b805441ab2f3e510fc6336326f9a2c065041d433
Author: Stas Solovey <whats_up@tut.by>
Date:   Mon Sep 15 22:27:46 2014 +0000

    Updated Russian translation

M	po/ru.po

commit 13c82297ddfec6897ce7bbf808526cd4565b0e0a
Author: Shantha kumar <shantha.thamizh@gmail.com>
Date:   Mon Sep 15 13:41:03 2014 +0000

    Updated Tamil translation

M	po/ta.po

commit 68b92f4aa5a21e64e588a50c5b9f080beca0cbbe
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Thu Sep 11 18:23:06 2014 +0000

    Updated Hungarian translation

M	po/hu.po

commit e7e545b6f6cdd9b751c894f3293209b50e4fbe6f
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Sep 11 18:18:48 2014 +0530

    Corrected a fuzzy entry for 'mr'

M	po/mr.po

commit 9fb12416e2771b9cb8d6f6e56ef831d624967ff1
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Sep 11 18:05:19 2014 +0530

    Updated Marathi Translations

M	po/mr.po

commit b0e7b8d066622e7a24253e5517656df71013d153
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Sep 11 11:14:50 2014 +0530

    Updated gujarati translations

M	po/gu.po

commit 313a11d1a72e60e1f02271ec1b07682f8968506b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 10 15:47:48 2014 +0200

    Fix a tag in Hungarian help translation

M	help/clock/hu/hu.po

commit 3504f7b832c61fe15805c198e774ba4a23aad973
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Tue Sep 9 09:11:58 2014 +0000

    Updated Assamese translation

M	po/as.po

commit 0a4c2ffbb25e289e4da405e3caa182483299efbb
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Sep 5 01:14:48 2014 +0000

    Updated Indonesian translation

M	po/id.po

commit edf12e298f14575267426173ab3c814efdfa9766
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Mon Sep 1 19:33:17 2014 +0200

    Updated Spanish translation

M	po/es.po

commit 603a096b572e364c4867fdfdbfb8fa139081c39f
Author: Olav Vitters <olav@vitters.nl>
Date:   Wed Jul 30 21:06:43 2014 +0200

    doap category other

M	gnome-panel.doap

commit f8f23188f159025675f630d204d31076a25fa9a4
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Wed Jul 23 10:14:19 2014 +0200

    [help/clock] Initial Hungarian translation

M	help/clock/Makefile.am
A	help/clock/hu/hu.po

commit 2d7abbcf6bf5108e00faaf23362ddfea2d2bf242
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Mon Jul 21 21:17:14 2014 +0200

    [help/fish] Initial Hungarian translation

M	help/fish/Makefile.am
A	help/fish/hu/hu.po

commit d74e8f6b34a64078df9cba35b7b0394e200ea258
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Aug 24 09:42:10 2014 +0200

    Updated Czech translation

M	po/cs.po

commit 5c9e4f8b15c7f4444c1fd127cbf92ed7d16e32a2
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Tue Aug 26 19:53:35 2014 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 2859561c4156efa4555132877185f93f22d5740f