diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-17 04:27:04 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-17 04:27:04 +0800 |
commit | ced6dc05f895375377fe0f063e6c572a884ed3a0 (patch) | |
tree | 9dbc9d3549131192640ead44375b7dfda34cd504 /calendar/ChangeLog | |
parent | 23c322c8934fb690cf1cbf9e155310e406892b75 (diff) | |
download | gsoc2013-evolution-ced6dc05f895375377fe0f063e6c572a884ed3a0.tar.gz gsoc2013-evolution-ced6dc05f895375377fe0f063e6c572a884ed3a0.tar.zst gsoc2013-evolution-ced6dc05f895375377fe0f063e6c572a884ed3a0.zip |
New function to strip surrounding whitespace from a string of categories
2001-08-16 Federico Mena Quintero <federico@ximian.com>
* gui/dialogs/comp-editor-util.c (comp_editor_strip_categories):
New function to strip surrounding whitespace from a string of
categories entered by the user.
* gui/dialogs/task-page.c (task_page_fill_component): Use
comp_editor_strip_categories().
* gui/dialogs/event-page.c (event_page_fill_component): Likewise.
svn path=/trunk/; revision=12122
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9402083d04..0cf0fc48f7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2001-08-16 Federico Mena Quintero <federico@ximian.com> + * gui/dialogs/comp-editor-util.c (comp_editor_strip_categories): + New function to strip surrounding whitespace from a string of + categories entered by the user. + + * gui/dialogs/task-page.c (task_page_fill_component): Use + comp_editor_strip_categories(). + + * gui/dialogs/event-page.c (event_page_fill_component): Likewise. + +2001-08-16 Federico Mena Quintero <federico@ximian.com> + * gui/calendar-config.c (calendar_config_configure_e_date_edit): Do not set the time popup range. We also want to be able to create appointments that are not within nine-to-five! Think of |