aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-09-19 16:00:00 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-09-19 16:00:00 -0400
commitd6a177babf6da87c8ffafc8ed5aa05684a27676e (patch)
tree2580bed318e48e7e7f3cc0e4fd8fa6250c06af11 /ChangeLog
parent96a16f87b226d755be0a5627ee75670bdaadca32 (diff)
parent0d351a02b4920370b543a506dfd38f0af7db5631 (diff)
downloadayatana-indicator-session-d6a177babf6da87c8ffafc8ed5aa05684a27676e.tar.gz
ayatana-indicator-session-d6a177babf6da87c8ffafc8ed5aa05684a27676e.tar.bz2
ayatana-indicator-session-d6a177babf6da87c8ffafc8ed5aa05684a27676e.zip
releasing version 12.10.3-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 864babb..59cdff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,64 @@
# Generated by Makefile. Do not edit.
+2012-09-19 Charles Kerr <charles.kerr@canonical.com>
+
+ 12.10.3
+
+2012-09-19 Charles Kerr <charles.kerr@canonical.com>
+
+ Don't unconditionally show the user menuitems -- let dbusmenu's code process the menuitem's VISIBLE property. Fixes: https://bugs.launchpad.net/bugs/1049902. Approved by Lars Uebernickel, jenkins.
+
+2012-09-18 Charles Kerr <charles.kerr@canonical.com>
+
+ don't unconditionally show the user menuitems ... let dbusmenu's code process the menuitem's VISIBLE property
+
+2012-09-18 Charles Kerr <charles.kerr@canonical.com>
+
+ Use `shut down' instead of `switch off' as the default shutdown text (fixes bug #1029036). Fixes: https://bugs.launchpad.net/bugs/1029036. Approved by Ted Gould, jenkins.
+
+2012-09-18 Charles Kerr <charles.kerr@canonical.com>
+
+ add AM_V_GEN to the gdbus-codegen invocation for prettier silent-rules invocation
+
+2012-09-18 Charles Kerr <charles.kerr@canonical.com>
+
+ Still using 'switch off' instead of 'shut down' in the default text in session-menu-mgr.c
+
+2012-09-13 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ If the system menu's icon is missing in the current theme, fall back to gtk-missing-icon instead of showing no icon at all.. Fixes: https://bugs.launchpad.net/bugs/1048348. Approved by Charles Kerr, jenkins.
+
+2012-09-13 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Change fallback icon to "gtk-missing-image"
+
+2012-09-13 Xiao-Long Chen <chillermillerlong@hotmail.com>
+
+ Add fallback to "system-shutdown" icon
+
+ Thanks Xiao-Long!
+
+2012-09-13 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Make suspend translatable
+
+2012-09-13 Didier Roche <didier.roche@canonical.com>
+
+ make Suspend translatable
+
+2012-09-12 Steve Langasek <steve.langasek@canonical.com>
+
+ Fix strings to ensure en_US are used in proper locations. Fixes: https://bugs.launchpad.net/bugs/1029036. Approved by Ted Gould.
+
+2012-09-12 Steve Langasek <steve.langasek@canonical.com>
+
+ Fix up the commonwealth translations for 'Shut Down' to reflect the consensus.
+
+2012-09-12 Steve Langasek <steve.langasek@canonical.com>
+
+ Revert en_GB localization to 'Switch Off'; this needs to be done in the
+ translation, with the UI kept in en_US.
+
2012-08-31 Charles Kerr <charles.kerr@canonical.com>
add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the tarball