summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-05-11 01:31:35 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-05-11 01:31:35 +0000
commit07618f9daa007f7cabfee3b25845e9088330abcd (patch)
treedbcf223cd5844d76c4894aeb3059e87afc01c4f2 /ChangeLog
parent59b5bad79402b81b130e3b4242a74611d1c3be63 (diff)
add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from
2006-05-10 Lucas Rocha <lucasr@gnome.org> * src/entry.c (zenity_entry_fill_entries, zenity_entry), src/main.c, src/option.c, src/zenity.glade, src/zenity.h: add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from Diego Escalante Urrelo <dieguito@gmail.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 436df37..58c8a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-05-10 Lucas Rocha <lucasr@gnome.org>
+ * src/entry.c (zenity_entry_fill_entries, zenity_entry),
+ src/main.c, src/option.c, src/zenity.glade, src/zenity.h:
+ add optional dropdown menu to entry dialog (Fixed bug #311038).
+ Patch from Diego Escalante Urrelo <dieguito@gmail.com>.
+
+2006-05-10 Lucas Rocha <lucasr@gnome.org>
+
* .cvsignore, Makefile.am, autogen.sh, configure.in,
data/Makefile.am, po/.cvsignore, src/Makefile.am: move to
automake 1.9 and several cleanups (Fixes bug #341056).