2005-12-20 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #240762
* menus/gal-define-views-dialog.c:
(etable_selection_change_forall_cb): Made only the user created
views to be editable.
svn path=/trunk/; revision=30906
* gui/cal-search-bar.c: Re-order the search-bar menu items and
make "Summary contains", which is what most people use to search
for an item (be it a calendar/task/memo), as default.
(cal_search_bar_construct): Do not set "Category is" as default
option in search-bar menu.
* gui/cal-search-bar.h: Re-order the bit-values in accordance to
re-ordered search-bar menu items.
svn path=/trunk/; revision=30896
2005-12-20 Boby Wang <Boby.Wang@sun.com>
** See bug 324319
* em-format-html-display.c: (efhd_add_bar):
Add the accessible name of arrow button, and the attachment
bar can be opened by gok.
svn path=/trunk/; revision=30895
2005-12-20 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug 234008
* em-folder-tree-model.c:
* mail-folder-cache.c:
Make sure that the Draft folder highlights the number of messages in
it
svn path=/trunk/; revision=30891
2005-12-20 Srinivasa Ragavan <sragavan@novell.com>
* evolution-mail-message.xml: Reverting David's patch
for ellipsis, for discussing it again and to close for all
menu items.
svn path=/trunk/; revision=30888
accordingly prompting for the password whenever Evolution is restarted.
Also, not asking for password twice during account creation. Fixes#324485.
svn path=/trunk/; revision=30879
2005-12-16 Sam Yang <sam.yang@sun.com>
** Fixes bug #323867.
* em-folder-view.c: (emfv_setting_notify):
Respond to the change of /apps/evolution/mail/display/show_deleted and thread_list in gconf.
svn path=/trunk/; revision=30873
2005-12-18 Tor Lillqvist <tml@novell.com>
* gal-combo-text.c (strcase_equal): Use g_ascii_strcasecmp().
(strcase_hash): Use g_ascii_tolower().
svn path=/trunk/; revision=30868
2005-12-18 Tor Lillqvist <tml@novell.com>
* e-table-config.c (find_model_column_by_name): Use
g_ascii_strcasecmp() instead of g_strcasecmp(). This function
handles the English column names.
* e-table-specification.c (e_table_specification_load_from_file)
* e-table-state.c (e_table_state_load_from_file):
Use e_xml_parse_file().
svn path=/trunk/; revision=30867
2005-12-18 Tor Lillqvist <tml@novell.com>
* e-send-options.c: Use gstdio wrappers. Construct glade file name
at run-time.
svn path=/trunk/; revision=30866
2005-12-18 Tor Lillqvist <tml@novell.com>
* e-attachment.c: Use gstdio wrappers. Construct glade file name
at run-time.
svn path=/trunk/; revision=30864
2005-12-18 Tor Lillqvist <tml@novell.com>
* Makefile.am: Link with bootstrap libs on Win32. Use
EVOLUTION_IMAGES instead of MAP_DIR for uniformity. Use
EVOLUTION_MAIL_CFLAGS instead of E_WIDGETS_CFLAGS. Use privsolib
instead of privlib (no difference on Unix). Use -no-undefined on
Win32. Link with all required libraries.
svn path=/trunk/; revision=30863
2005-12-18 Tor Lillqvist <tml@novell.com>
* menus/gal-view-instance.c: Include libedataserver/e-xml-utils.h
for e_xml_save_file() prototype.
svn path=/trunk/; revision=30862
2005-12-18 Tor Lillqvist <tml@novell.com>
* menus/gal-view-collection.c (gal_view_collection_save): Include
libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
svn path=/trunk/; revision=30861
2005-12-18 Tor Lillqvist <tml@novell.com>
* lib/e-cert-db.c
* lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode.
svn path=/trunk/; revision=30858
2005-12-18 Tor Lillqvist <tml@novell.com>
* audio-inline.c: Use g_ascii_strcasecmp() instead of
strcasecmp(), especially as we are comparing to plain ASCII
strings.
svn path=/trunk/; revision=30856