2008-08-04 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index 3699eac..41e9ed7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: Set back the tarname in AC_INIT to hildon.
+
+2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
+
+       Release 2.1.3
+
+       * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
+       instead of libesd (NB#86876). Volume handling is still an open issue.
+
+       * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
+       cleanups.
+
+2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c: (hildon_touch_selector_init),
+       (hildon_touch_selector_append_column): Make the widget a GtkVBox
+       derived class to ease placement of an entry widget in
+       HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
+       end, where the selector columns are packed now.
+
 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-picker-button.c: Removed the simple _text() API.