aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-10 11:03:04 -0600
committerTed Gould <ted@gould.cx>2011-03-10 11:03:04 -0600
commitcec350b1d24eeeb308fd02846bf637d4ec92fbb5 (patch)
tree1feb2b5bf966ab936d3bfa0c8598ce50e3651612 /ChangeLog
parenta66d4b41bfd368a4ac3c25be748cf64203147007 (diff)
parent5df1c8111987669e7f450141b50f056dc30cb4f9 (diff)
downloadlibdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.gz
libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.bz2
libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.zip
Import upstream version 0.3.101
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog148
1 files changed, 148 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 360159a..da7410f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,153 @@
# Generated by Makefile. Do not edit.
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ 0.3.101
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Ignoring a bunch of files that are annoying
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Commenting out the Python tests as they don't test what we want
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Helper to get the cached menuitem from a widget
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Add to documentation as well
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Add a function to get the cached menu item
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Having the GTK Client handle theme directories
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Check the theme directories on build so we can insure we're up-to-date
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Also check the status when we get the proxy, not part of this bug, but it'll come along soon enough.
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ On initially getting the proxy we need to check the theme directories to boot strap.
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Updating to trunk
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Stealing the code from indicator-application to ref and unref theme directories.
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Build the theme directory database when we build objects
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Fleshing out the change functions, but it infact creates more functions. Whoa!
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Making a private variable and making a lifecycle for it.
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Signal handler for theme directories changing.
+
+2011-03-10 Ted Gould <ted@gould.cx>
+
+ Memory leak fixes
+
+2011-03-10 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Fix various memory leaks
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Respect use_underscores and add extra _ if not set
+
+2011-03-09 Michael Terry <mike@mterry.name>
+
+ respect use-underline and use-markup of labels in menu items
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Protecting from NULL layout_props
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash.
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Make sure to remove the value from the hash before signaling it's changed
+
+2011-03-07 Ted Gould <ted@gould.cx>
+
+ Attach bug
+
+2011-03-07 Ted Gould <ted@gould.cx>
+
+ Putting in a protection and fixing the truth
+
+2011-03-07 Ted Gould <ted@gould.cx>
+
+ Steal earlier instead of later so that signal handlers don't find the value in the hashtable
+
+2011-03-07 Ted Gould <ted@gould.cx>
+
+ Switching to using the extended lookup and getting the key and value
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Get the label and remove markup so that we get the mnemonics
+
+2011-03-09 Michael Terry <mike@mterry.name>
+
+ sanitize label text to strip pango markup
+
+2011-03-08 Michael Terry <mike@mterry.name>
+
+ pass on mnemonics and markup from label
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Setting the cache and allowing reparenting of items
+
+2011-03-08 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ Ensure we set the CACHED_MENUITEM data on GtkWidget's
+
+2011-03-08 Ted Gould <ted@gould.cx>
+
+ Wrap properties
+
+2011-03-08 Michael Terry <mike@mterry.name>
+
+ wrap PropertiesChanged arguments in a variant
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Fix the enum templates
+
+2011-03-04 Ted Gould <ted@gould.cx>
+
+ Use the 'basename' parameter
+
2011-03-03 Ted Gould <ted@gould.cx>
0.3.100