From 80f09e4507d10a14a009c882bb0df5ec6e795de7 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Thu, 9 Aug 2001 22:30:30 +0000 Subject: added accelerators to all useful widgets in this file such that this 2001-08-09 Anna Marie Dirks * my-evolution.glade : added accelerators to all useful widgets in this file such that this dialog can now be fully navigated from the keyboard. * e-summary-preferences.c : changed the construct_pixmap_button function to take glade xml, an hbox and pixmap, making it possible to use glade to define and change the keyboard accelerators, instead of trying to do this in the c code. svn path=/trunk/; revision=11844 --- my-evolution/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'my-evolution/ChangeLog') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index bdb00558e1..6b627fe456 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,14 @@ +2001-08-09 Anna Marie Dirks + * my-evolution.glade : added accelerators to all useful widgets + in this file such that this dialog can now be fully navigated from + the keyboard. + + * e-summary-preferences.c : changed the construct_pixmap_button + function to take glade xml, an hbox and pixmap, making it possible + to use glade to define and change the keyboard accelerators, instead + of trying to do this in the c code. + + 2001-08-06 Damon Chaplin * e-summary-tasks.c (sort_uids): -- cgit