2006-03-29 Li Yuan <li.yuan@sun.com>
Fix for bug #336454
* gui/component/addressbook-view.c:
(source_selector_key_press_event_callback):
we should return false if it is not a del event to make gtktreeview
deal the rest of keys.
svn path=/trunk/; revision=31781
2006-04-05 Jeff Cai <jeff.cai@sun.com>
Fixes bug #333987
* message-list.c: (mail_folder_hide_by_flag):
If CamelMessageInfo is null, don't free it.
svn path=/trunk/; revision=31768
2006-04-05 Simon Zheng <simon.zheng@sun.com>
Fixes bug #333704
* gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories):
Because the passing text is in UTF-8 encoding, it should be traversed
by utf-8 char order rather than one by one byte.
svn path=/trunk/; revision=31767
2006-04-05 Simon Zheng <simon.zheng@sun.com>
** Fixes bug #333213
* e-msg-composer.c: (best_encoding): According to POSIX.1
specfication, if iconv() encounts non-identical characters, it'll
return the number of non-identical conversation performed. i.e.
returning positive value means exception as well as -1.
svn path=/trunk/; revision=31766
2006-03-29 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-folder-view.c:(smfv_setup_view_instance): use the
flags CAMEL_STORE_FOLDER_INFO_SUBSCRIBED instead of
CAMEL_STORE_FOLDER_INFO_FAST when getting folder info
svn path=/trunk/; revision=31754
2006-03-28 Jeff Cai <jeff.cai@sun.com>
Fixes#333877
* gui/e-meeting-list-view.c: (row_activated_cb):
Use gtk_tree_selection_get_selected_rows instead of
gtk_tree_selection_get_selected to get selected rows from
a multi-row selection.
svn path=/trunk/; revision=31751
2006-03-28 Jeff Cai <jeff.cai@sun.com>
** Fixes#333881
* caldav-source.c: (oge_caldav):
Set an empty string instead of null for a TEXT entry.
svn path=/trunk/; revision=31749
2006-03-28 Harry Lu <harry.lu@sun.com>
Fix for 333693.
* gui/calendar-component.c: (update_task_selection): need to see if
source is NULL to avoid a CRITICAL warning.
svn path=/trunk/; revision=31748
2006-03-27 Parthasarathi Susarla <sparthasarathi@novell.com>
* MAINTAINERS: Changing the maintainers file to reflect
the current mail maintainers.
svn path=/trunk/; revision=31747
2006-03-23 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Updating the doc for 2.6 and fixing bugs which went
in by updating the doc for 2.6.
svn path=/trunk/; revision=31741
2006-03-22 Harry Lu <harry.lu@sun.com>
Fix for 333697
* gui/dialogs/task-page.c: (task_page_init), (sensitize_widgets):
remove two useless widgets: sendoptions_frame and sendoptions_button.
svn path=/trunk/; revision=31735
2006-03-07 Harry Lu <harry.lu@sun.com>
Fix for 333706
* gui/dialogs/alarm-dialog.c: (alarm_to_dalarm_widgets): call
set_text only when description.value is not NULL.
svn path=/trunk/; revision=31733
2006-03-21 Simon Zheng <simon.zheng@sun.com>
Fixed bug #326571
* em-utils.c (em_filename_make_safe), (emu_get_save_filesel),
(emu_save_parts_response):
Add em_filename_make_safe(), and use it to allow filenames
contain more valid characters when saving attachments.
svn path=/trunk/; revision=31726
2006-03-20 Boby Wang <boby.wang@sun.com>
Fix for #319308
* addressbook/ea-minicard-view.c: (ea_minicard_view_get_name):
add the folder name to the name of current minicard view
svn path=/trunk/; revision=31723
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* gui/dialogs/cal-attachment-select-file.c: (run_selector):
* gui/dialogs/cal-attachment.glade:
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31722
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* e-msg-composer-attachment.glade:
* e-msg-composer-select-file.c: (get_selector):
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31721