diff options
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index cdaa539904..2a2463717b 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,17 @@ +2001-07-23 Peter Williams <peterw@ximian.com> + + * filter-datespec.c (make_span_editor): Change the butt-ugly + UI to a saner (and just as flexible) one. Instead of all those + spinbuttons, just have one and let the user select the time unit. + (omenu_item_activated): New function. When the user changes the + time unit, convert it from the old number. Pretty. + (adj_value_changed): This function is now simpler. + (set_adjustments): Also modified for new UI model. + (button_clicked): Set the selected_type before calling the callback. + (FilterDatespecPrivate): Members change a bit. + (filter_datespec_init): No longer need to allocation spinbuttons + (filter_datespec_finalise): No longer need to free spinbuttons. + 2001-07-20 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Removed the "Forward To" filter action. |