aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2005-01-19 17:06:52 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-19 17:06:52 +0800
commit03834b258039f35962327530bc1e892b2d3ee8ec (patch)
tree9e641c0675ed0b79f635535e46e5e5d3fa7f217a /widgets/misc/ChangeLog
parenta3af35f7b66f27331c9f20d80d12a1173760313c (diff)
downloadgsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar.gz
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar.bz2
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar.lz
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar.xz
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.tar.zst
gsoc2013-evolution-03834b258039f35962327530bc1e892b2d3ee8ec.zip
Fix for 46359, enable "Alt+Down Arrow" to show the popup for
2005-01-19 Harry Lu <harry.lu@sun.com> Fix for 46359, enable "Alt+Down Arrow" to show the popup for e-combo-cell-editable.c. * e-combo-cell-editable.c: (show_popup): rewrite it to a more generic function. (button_clicked_cb): call the new show_popup function. (entry_key_press_event_cb): show popup if "Alt+Down Arrow". (ecce_grab_focus): new function. (ecce_class_init): add grab_focus handler so that the entry can get focus. svn path=/trunk/; revision=28446
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index e26b944509..8c30d8ec92 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,16 @@
+2005-01-19 Harry Lu <harry.lu@sun.com>
+
+ Fix for 46359, enable "Alt+Down Arrow" to show the popup for
+ e-combo-cell-editable.c.
+
+ * e-combo-cell-editable.c: (show_popup): rewrite it to a more
+ generic function.
+ (button_clicked_cb): call the new show_popup function.
+ (entry_key_press_event_cb): show popup if "Alt+Down Arrow".
+ (ecce_grab_focus): new function.
+ (ecce_class_init): add grab_focus handler so that the entry
+ can get focus.
+
2005-01-17 Harry Lu <harry.lu@sun.com>
Fix for 62831.