summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb6c98da..42c77689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-12-13 Lucas Rocha <lucasr@gnome.org>
+
+ * data/Makefile.am, data/zenity-scale.png,
+ src/Makefile.am, src/main.c, src/option.c,
+ src/option.h, src/scale.c, src/zenity.glade,
+ src/zenity.h: new scale dialog for selecting a
+ value from a range (Fixes #322399).
+
2005-12-12 Lucas Rocha <lucasr@gnome.org>
* configure.in: post release version bump.
bgstack15