The Joy of Hacking

After quite some time without any GNOME code contribution, I invested a few dozen hours again and worked on the following issues:

* Fix stupid GnomeVFS crash due to lack of retval initialization (#381119)
* Cook up (not yet published) patch for having date-based axes (for charting your stocks) in Gnumeric/GOffice graphs, which made me
* Enable GOffice/libgsf XML (de)serialization of object properties whose types are derived from G_TYPE_ENUM, G_TYPE_FLAGS (#380396)
* Enable correct translation of Gnumeric functions (not yet reviewed) (#381564)

Conclusion: Hacking is fun, especially when you have to deal with many layers of a software stack! 🙂