aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-1922-2109/+1406
| | | | svn path=/trunk/; revision=30876
* Committing the intial patch for calendar publishing.Chenthill Palanisamy2005-12-1914-0/+3022
| | | | svn path=/trunk/; revision=30875
* Added bug ID.Sushma Rai2005-12-191-1/+1
| | | | svn path=/trunk/; revision=30874
* ** Fixes bug #323867.Sam Yang2005-12-192-0/+39
| | | | | | | | | | | 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
* Fixes #324195Chenthill Palanisamy2005-12-192-0/+15
| | | | svn path=/trunk/; revision=30872
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-192-1172/+1129
| | | | | | | | 2005-12-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30871
* Removed obsolete files.Funda Wang2005-12-182-2/+4
| | | | svn path=/trunk/; revision=30870
* Updated Japanese translation for v2.5.3.Takeshi AIHANA2005-12-182-1676/+1700
| | | | | | | | 2005-12-18 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Updated Japanese translation for v2.5.3. svn path=/trunk/; revision=30869
* Use g_ascii_strcasecmp(). (strcase_hash): Use g_ascii_tolower().Tor Lillqvist2005-12-182-11/+7
| | | | | | | | | 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
* Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handlesTor Lillqvist2005-12-184-17/+18
| | | | | | | | | | | | | | 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
* Use gstdio wrappers. Construct glade file name at run-time.Tor Lillqvist2005-12-182-2/+12
| | | | | | | | | 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
* Construct map file name at run-time.Tor Lillqvist2005-12-182-1/+7
| | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * e-map.c: Construct map file name at run-time. svn path=/trunk/; revision=30865
* Use gstdio wrappers. Construct glade file name at run-time.Tor Lillqvist2005-12-182-3/+29
| | | | | | | | | 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
* Link with bootstrap libs on Win32. Use EVOLUTION_IMAGES instead of MAP_DIRTor Lillqvist2005-12-182-22/+41
| | | | | | | | | | | | 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
* Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-182-2/+4
| | | | | | | | | 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
* Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-182-1/+4
| | | | | | | | | 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
* Construct glade file pathname at run-time.Tor Lillqvist2005-12-182-1/+13
| | | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct): Construct glade file pathname at run-time. svn path=/trunk/; revision=30860
* Link with libeutil.Tor Lillqvist2005-12-182-2/+7
| | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * e-timezone-dialog/Makefile.am: Link with libeutil. svn path=/trunk/; revision=30859
* lib/e-cert-db.c Use gstdio wrappers. Open file in binary mode.Tor Lillqvist2005-12-183-3/+11
| | | | | | | | | 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
* gui/ca-trust-dialog.c (ca_trust_dialog_show) gui/cert-trust-dialog.cTor Lillqvist2005-12-187-5/+56
| | | | | | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * gui/ca-trust-dialog.c (ca_trust_dialog_show) * gui/cert-trust-dialog.c (cert_trust_dialog_show) * gui/certificate-manager.c (certificate_manager_config_control_new) * gui/certificate-viewer.c (certificate_viewer_show) * gui/e-cert-selector.c (e_cert_selector_new): Construct glade file pathname at run-time. svn path=/trunk/; revision=30857
* Use g_ascii_strcasecmp() instead of strcasecmp(), especially as we areTor Lillqvist2005-12-182-8/+14
| | | | | | | | | | 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
* Silence unused variable warning.Tor Lillqvist2005-12-182-1/+9
| | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * e-dialog-utils.c (e_file_dialog_save_folder): Silence unused variable warning. svn path=/trunk/; revision=30855
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-1819-115/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * em-folder-browser.c * em-folder-view.c * em-format-html.c * em-format-html-display.c * em-mailer-prefs.c * em-message-browser.c * em-migrate.c * em-subscribe-editor.c * em-sync-stream.c * em-utils.c * em-vfolder-editor.c * em-vfolder-rule.c * mail-autofilter.c * mail-component.c * mail-config.c * mail-folder-cache.c: Use gstdio wrappers. Construct pathnames of glade, xml, etspec and png files at run-time. Use g_filename_{to,from}_uri(). * em-folder-browser.c (emfb_init) * em-folder-view.c (emfv_finalise) * em-message-browser.c (emmb_init): As EMFolderView::ui_files now always is a list of filenames constructed with g_build_filename(), use g_free() on each list entry before calling g_slist_free() on the list. * em-folder-tree-model.c (em_folder_tree_model_load_state): Use e_xml_parse_file(). * em-migrate.c: Bypass all the code for upgrading from 1.x on Win32. (emm_setup_initial): Use GDir instead of dirent. * em-sync-stream.c * mail-folder-cache.c: Use pthread_equal() to compare pthread_t values. * em-vfs-stream.c: No EINPROGRESS or ELOOP on Win32. svn path=/trunk/; revision=30854
* Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-2/+11
| | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * em-filter-editor.c: Use gstdio wrappers. Construct pathnames of glade files at run-time. svn path=/trunk/; revision=30853
* Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-2/+10
| | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * em-account-prefs.c: Use gstdio wrappers. Construct pathnames of glade files at run-time. svn path=/trunk/; revision=30852
* Use gstdio wrappers. Construct pathnames of glade files at run-time.Tor Lillqvist2005-12-182-16/+94
| | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * em-account-editor.c: Use gstdio wrappers. Construct pathnames of glade files at run-time. svn path=/trunk/; revision=30851
* Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS.Tor Lillqvist2005-12-182-2/+7
| | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS. svn path=/trunk/; revision=30850
* Use libedataserver's e_xml_parse_file() instead of xmlParseFile()Tor Lillqvist2005-12-187-96/+128
| | | | | | | | | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-config-upgrade.c: Use libedataserver's e_xml_parse_file() instead of xmlParseFile() directly. * e-shell.c * e-shell-importer.c: Use GLib API when applicable. * e-shell-importer.c * e-shell-window.c: Construct pathname of glade file at run-time. * e-shell-window-commands.c: Include e-util-private.h for Win32 redefinition of EVOLUTION_DATADIR. * main.c: No SIGSEGV handling on Win32. (main): Drop unused evolution_directory variable. svn path=/trunk/; revision=30849
* Use GLib API to manipulate pathname.Tor Lillqvist2005-12-182-6/+18
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * save-attachments.c (entry_changed): Use GLib API to manipulate pathname. svn path=/trunk/; revision=30848
* Include e-util-private.h for O_BINARY.Tor Lillqvist2005-12-181-0/+2
| | | | svn path=/trunk/; revision=30847
* Drop unused inclusion of <dirent.h>.Tor Lillqvist2005-12-182-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * mono-plugin.c: Drop unused inclusion of <dirent.h>. svn path=/trunk/; revision=30846
* Use g_ascii_strcasecmp() instead of g_strcasecmp().Tor Lillqvist2005-12-182-3/+8
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * itip-formatter.c: Use g_ascii_strcasecmp() instead of g_strcasecmp(). svn path=/trunk/; revision=30845
* junk-settings.c proxy-login.c proxy.c Construct glade file name atTor Lillqvist2005-12-186-8/+67
| | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * junk-settings.c * proxy-login.c * proxy.c * share-folder.c: Construct glade file name at run-time. * process-meeting.c (find_attendee): Use g_ascii_strcasecmp() instead of g_strcasecmp(). svn path=/trunk/; revision=30844
* importers/elm-importer.c importers/evolution-mbox-importer.cTor Lillqvist2005-12-187-23/+45
| | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/elm-importer.c * importers/evolution-mbox-importer.c * importers/evolution-outlook-importer.c * importers/mail-importer.c * importers/netscape-importer.c * importers/pine-importer.c: Use GLib API when applicable. svn path=/trunk/; revision=30843
* Beautify #include order and syntax. Use gstdio wrappers. ConstructTor Lillqvist2005-12-182-8/+15
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * message-tag-followup.c: Beautify #include order and syntax. Use gstdio wrappers. Construct pathnames of files to be read at run-time instead of using compile-time paths. svn path=/trunk/; revision=30842
* Beautify #include order and syntax. Use gstdio wrappers. ConstructTor Lillqvist2005-12-182-40/+45
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * message-list.c: Beautify #include order and syntax. Use gstdio wrappers. Construct pathnames of files to be read at run-time instead of using compile-time paths. svn path=/trunk/; revision=30841
* Harmonize #include order and syntax. Use pthread_equal() to compareTor Lillqvist2005-12-182-24/+30
| | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * mail-vfolder.c: Harmonize #include order and syntax. Use pthread_equal() to compare pthread_t values. * mail-vfolder.c: Use gstdio wrappers. Construct XML file pathname at run-time. svn path=/trunk/; revision=30840
* Use gstdio wrappers. Beautify #include order and syntax.Tor Lillqvist2005-12-182-16/+27
| | | | | | | | | | 2005-12-13 Tor Lillqvist <tml@novell.com> * mail-tools.c: Use gstdio wrappers. Beautify #include order and syntax. (mail_tool_get_local_movemail_path): Not used, put in #if 0. svn path=/trunk/; revision=30839
* Use gstdio wrappers. Construct UI XML file pathname at run-time.Tor Lillqvist2005-12-182-7/+18
| | | | | | | | | 2005-12-13 Tor Lillqvist <tml@novell.com> * mail-signature-editor.c: Use gstdio wrappers. Construct UI XML file pathname at run-time. svn path=/trunk/; revision=30838
* Include just <gtk/gtk.h> and not a handful of individual gtk headers.Tor Lillqvist2005-12-182-24/+25
| | | | | | | | | | 2005-12-13 Tor Lillqvist <tml@novell.com> * mail-session.c: Include just <gtk/gtk.h> and not a handful of individual gtk headers. Harmonize #include order and syntax. Use pthread_equal() to compare pthread_t values. svn path=/trunk/; revision=30837
* Use gstdio wrappers. Open file in binary mode.Tor Lillqvist2005-12-182-15/+18
| | | | | | | | 2005-12-13 Tor Lillqvist <tml@novell.com> * mail-ops.c: Use gstdio wrappers. Open file in binary mode. svn path=/trunk/; revision=30836
* Add copyright blurb. Include just <gtk/gtk.h> and not a handful ofTor Lillqvist2005-12-182-27/+61
| | | | | | | | | | | | | | | | | | 2005-12-13 Tor Lillqvist <tml@novell.com> * mail-mt.c: Add copyright blurb. Include just <gtk/gtk.h> and not a handful of individual gtk headers. Harmonize #include order and syntax. Use pthread_equal() to compare pthread_t values. Use separate flag field to indicate whether a pthread_t field is valid or not. Use e_util_pthread_id() in debugging output. (em_channel_setup): Call g_io_channel_win32_new_socket() on Win32 instead of g_io_channel_unix_new(). This avoids the occasional "giowin32.c:1661: 12 is both a file descriptor and a socket, file descriptor interpretation assumed." style warnings, which indicate a real problem in this case. svn path=/trunk/; revision=30835
* filter-file.c Use libedataserver's e_xml_parse_file(). Use gstdioTor Lillqvist2005-12-183-23/+25
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * filter-file.c * rule-context.c: Use libedataserver's e_xml_parse_file(). Use gstdio wrappers. Use g_file_test(). svn path=/trunk/; revision=30834
* Use gstdio wrappers.Tor Lillqvist2005-12-182-5/+13
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * filter-file.c: Use gstdio wrappers. svn path=/trunk/; revision=30833
* Include <gtk/gtk.h> instead of attempting to hand-pick individual GTKTor Lillqvist2005-12-182-14/+16
| | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-msg-composer-attachment.c: Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK headers. Use gstdio wrappers. Use GDir instead of dirent. Use g_mkstemp() instead of mkstemp(). Construct xml file names at run-time. svn path=/trunk/; revision=30832
* Use GLib to construct filenames from URIs and vice versa.Tor Lillqvist2005-12-182-3/+6
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-preview.c: Use GLib to construct filenames from URIs and vice versa. svn path=/trunk/; revision=30831
* Include libedataserver/e-xml-utils.h, too.Tor Lillqvist2005-12-181-10/+9
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-migrate.c: Include libedataserver/e-xml-utils.h, too. svn path=/trunk/; revision=30830
* Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit theTor Lillqvist2005-12-182-4/+0
| | | | | | | users of the functions that moved there include it instead of, or in addition to, "e-util/e-xml-utils.h". svn path=/trunk/; revision=30829
* Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead ofTor Lillqvist2005-12-182-5/+24
| | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * Makefile.am: Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead of GNOME_BONOBO_CFLAGS, GNOME_INCLUDEDIR, ICONV_CFLAGS and GNOME_FULL_CFLAGS. Link with all required libraries. Use -no-undefined on Win32. svn path=/trunk/; revision=30828
* For building on Win32 against GTK+ 2.8, include a copy of theTor Lillqvist2005-12-183-0/+1978
| | | | | | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be GTK+ 2.10) and some helper functions from gdk/win32. Eventually when GTK+ 2.10 is released and Evo no longer needs to support older GTK+ versions, eggtrayicon.[ch] can be removed completely from here, as the use of eggtrayicon in ../calendar/gui/ alarm-notify/alarm-queue.c will automatically switch to using GtkStatusIcon instead. * eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8, include a copy of gtkstatusicon.h from GTK+ HEAD. svn path=/trunk/; revision=30827
* Remove these functions that are now in libedataserver/e-xml-utils.cTor Lillqvist2005-12-183-94/+8
| | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-xml-utils.c (e_xml_get_child_by_name, e_xml_save_file): Remove these functions that are now in libedataserver/e-xml-utils.c * e-xml-utils.h: Include libedataserver/e-xml-utils.h. svn path=/trunk/; revision=30826
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-182-20/+55
| | | | | | | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-plugin.c: Use GLib API where applicable for portability. * e-plugin.c: Use e_xml_parse_file() and e_xml_save_file() instead of using libxml directly. * e-plugin.c: Add copyright header. (epl_construct): [Win32 only:] Remap the plugin location from the compile-time path to to a run-time path, to handle the common case where the location in the .eplug file is in Evo's compile-time prefix. Use libedataserver's e_util_get_prefix() and e_util_replace_prefix(). We could alternatively use relative paths in the .eplug files on Win32, like we do for .server files. svn path=/trunk/; revision=30825
* Use e_xml_parse_file() and e_xml_save_file() instead of using libxmlTor Lillqvist2005-12-172-6/+10
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-pilot-map.c: Use e_xml_parse_file() and e_xml_save_file() instead of using libxml directly. svn path=/trunk/; revision=30824
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-21/+17
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-mktemp.c: Use GLib API where applicable for portability. svn path=/trunk/; revision=30823
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-29/+31
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-icon-factory.c: Use GLib API where applicable for portability. svn path=/trunk/; revision=30822
* e-error.c Use gstdio wrappers. Use GDir instead of dirent.Tor Lillqvist2005-12-174-33/+42
| | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-error.c * e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent. * e-error.c * e-folder-map.c: Use e_xml_parse_file() instead of using libxml directly. svn path=/trunk/; revision=30821
* Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS.Tor Lillqvist2005-12-172-2/+3
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES): Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS. svn path=/trunk/; revision=30820
* Include <gtk/gtk.h> instead of attempting to hand-pick individual GTKTor Lillqvist2005-12-172-36/+47
| | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-msg-composer.c: Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK headers. Use gstdio wrappers. Use GDir instead of dirent. Use g_mkstemp() instead of mkstemp(). Construct xml file names at run-time. (autosave_manager_unregister): Close file before unlinking so we don't leave stray autosave files laying around on Win32. svn path=/trunk/; revision=30819
* Use g_build_filename(), g_filename_from_uri(), g_usleep().Tor Lillqvist2005-12-172-10/+47
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/icalendar-importer.c: Use g_build_filename(), g_filename_from_uri(), g_usleep(). svn path=/trunk/; revision=30818
* : Use gstdio wrappers. Use g_filename_from_uri()Tor Lillqvist2005-12-172-5/+16
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use g_filename_from_uri() svn path=/trunk/; revision=30817
* gui/dialogs/cal-attachment.h Remove unused files from CVS.Tor Lillqvist2005-12-173-740/+2
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment.h * gui/dialogs/cal-attachment.c: Remove unused files from CVS. svn path=/trunk/; revision=30816
* gui/dialogs/cal-attachment-bar.h Remove unused files from CVS.Tor Lillqvist2005-12-173-1201/+3
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/dialogs/cal-attachment-bar.h * gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS. svn path=/trunk/; revision=30815
* When building against GTK+ 2.9.0 or later, and always on Win32, use theTor Lillqvist2005-12-172-3/+102
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/alarm-notify/alarm-queue.c: When building against GTK+ 2.9.0 or later, and always on Win32, use the GtkStatusIcon API instead of EggTrayIcon. svn path=/trunk/; revision=30814
* Use gstdio wrappers. Use GDir API instead of dirent. UseTor Lillqvist2005-12-172-31/+39
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/migration.c: Use gstdio wrappers. Use GDir API instead of dirent. Use g_filename_{to,from}_uri(). Open files in binary mode. Use e_xml_parse_file() instead of xmlParseFile(). svn path=/trunk/; revision=30813
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-memo-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30812
* Use e_util_utf8_strcasecmp() to do proper casefolded comparison ofTor Lillqvist2005-12-172-19/+21
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-meeting-store.c: Use e_util_utf8_strcasecmp() to do proper casefolded comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30811
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c: Use gstdio wrappers. svn path=/trunk/; revision=30810
* Use gstdio wrappers.Tor Lillqvist2005-12-172-2/+5
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30809
* Use gstdio wrappers.Tor Lillqvist2005-12-172-3/+6
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-calendar-table.c: Use gstdio wrappers. svn path=/trunk/; revision=30808
* Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8)Tor Lillqvist2005-12-172-5/+9
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-tasks.c: Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8) strings. svn path=/trunk/; revision=30807
* Use gstdio wrappers.Tor Lillqvist2005-12-172-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-list-view.c: Use gstdio wrappers. svn path=/trunk/; revision=30806
* Combine my last two entries.Tor Lillqvist2005-12-171-5/+3
| | | | svn path=/trunk/; revision=30805
* Use g_filename_to_uri() to construct a file: URI.Tor Lillqvist2005-12-172-2/+7
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/e-cal-component-memo-preview.c (write_html): Use g_filename_to_uri() to construct a file: URI. svn path=/trunk/; revision=30804
* Use GLib to construct filenames from URIs and back.Tor Lillqvist2005-12-172-3/+15
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * conduits/calendar/calendar-conduit.c: Use GLib to construct filenames from URIs and back. svn path=/trunk/; revision=30803
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convertTor Lillqvist2005-12-172-2/+4
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-folders.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30802
* Use gstdio wrappers. No fork() on Windows, but the fork-to-backgroundTor Lillqvist2005-12-172-2/+17
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-cards.c: Use gstdio wrappers. No fork() on Windows, but the fork-to-background functionality doesn't seem essential? svn path=/trunk/; revision=30801
* gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file()Tor Lillqvist2005-12-173-8/+26
| | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/widgets/gal-view-minicard.c * printing/e-contact-print.c: Use libedataserver's e_xml_parse_file() and e_xml_save_file() instead of calling libxml functions directly, as they don't understand the GLib file name encoding (UTF-8) on Win32. svn path=/trunk/; revision=30800
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convertTor Lillqvist2005-12-172-9/+28
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * importers/evolution-vcard-importer.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30799
* ** Fixes bug #324094Srinivasa Ragavan2005-12-172-2/+11
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #324094 * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added comments to few strings for translation. svn path=/trunk/; revision=30798
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API toTor Lillqvist2005-12-172-24/+40
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-migrate.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30797
* e-util-private.h (fsync) Don't bother with a Win32 implementation ofTor Lillqvist2005-12-173-32/+8
| | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-util-private.h (fsync) * e-util.c: Don't bother with a Win32 implementation of fsync() as the uses of fsync() in evo are pretty irrelevant. Just #define fsync() away on Win32. svn path=/trunk/; revision=30796
* Use g_ascii_strcasecmp() instead of g_strcasecmp() for well-definedness.Tor Lillqvist2005-12-172-1/+7
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-table/gal-a11y-e-cell.c (gal_a11y_e_cell_remove_action_by_name): Use g_ascii_strcasecmp() instead of g_strcasecmp() for well-definedness. svn path=/trunk/; revision=30795
* evolution-plugin.pc.in Use @privsolibdir@ to set privlibdir.Tor Lillqvist2005-12-173-3/+6
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * evolution-plugin.pc.in * evolution-shell.pc.in: Use @privsolibdir@ to set privlibdir. svn path=/trunk/; revision=30794
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-179-26/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
* Updated TranslationAnkitkumar Rameshchandra Patel2005-12-162-2206/+2794
| | | | svn path=/trunk/; revision=30792
* Fix #315901, Add shortcut to mark spam. Committed on behalf on AndreShreyas Srinivasan2005-12-162-2/+7
| | | | | | | | | 2005-12-16 Shreyas Srinivasan <sshreyas@novell.com> * evolution-mail-message.xml: Fix #315901, Add shortcut to mark spam. Committed on behalf on Andre Klapper svn path=/trunk/; revision=30791
* ** Fixes bugs #322499 and #227853Srinivasa Ragavan2005-12-165-4/+13
| | | | | | | | | | | | | 2005-12-16 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bugs #322499 and #227853 * evolution-addressbook.xml: Modified shortcut for preview * evolution-mail-global.xml: Modified shortcut for preview * evolution-tasks.xml: Modified shortcut for preview * evolution.xml: Removed Shortcut to hide status bar. svn path=/trunk/; revision=30790
* *** empty log message ***Ignacio Casal Quinteiro2005-12-162-180/+189
| | | | svn path=/trunk/; revision=30789
* Updated Finnish translationIlkka Tuohela2005-12-162-1206/+1305
| | | | svn path=/trunk/; revision=30788
* Committing the missed e-week-view.c in my prev commit, where i did justSrinivasa Ragavan2005-12-161-3/+3
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Committing the missed e-week-view.c in my prev commit, where i did just the ChangeLog svn path=/trunk/; revision=30787
* Fixed a possible crash with the tooltip impl in calendarSrinivasa Ragavan2005-12-161-0/+7
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Fixed a possible crash with the tooltip impl in calendar svn path=/trunk/; revision=30786
* Committed Rajeev's fix.Srinivasa Ragavan2005-12-162-10/+7
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Committed Rajeev's fix. svn path=/trunk/; revision=30785
* Commited my right email address in ChangeLogSrinivasa Ragavan2005-12-151-1/+1
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Commited my right email address in ChangeLog svn path=/trunk/; revision=30784
* Commited fix to remove markup from translation and added few notes toSrinivasa Ragavan2005-12-152-1/+16
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Commited fix to remove markup from translation and added few notes to translaters, on what will be displayed. svn path=/trunk/; revision=30783
* fixes #324058Chenthill Palanisamy2005-12-152-18/+13
| | | | svn path=/trunk/; revision=30782
* Added a visual cue to search bar to indicate search filter active.Srinivasa Ragavan2005-12-155-1/+71
| | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Added a visual cue to search bar to indicate search filter active. svn path=/trunk/; revision=30781
* Corrected the commit dateChenthill Palanisamy2005-12-151-1/+1
| | | | svn path=/trunk/; revision=30780
* fixes #321739Chenthill Palanisamy2005-12-154-7/+159
| | | | svn path=/trunk/; revision=30779
* Added code to make the tooltips strings translatable. Also picked up theSrinivasa Ragavan2005-12-152-24/+15
| | | | | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added code to make the tooltips strings translatable. Also picked up the color from the theme for the tooltip instead of hardcoded colors. svn path=/trunk/; revision=30778
* *** empty log message ***Ignacio Casal Quinteiro2005-12-152-50/+58
| | | | svn path=/trunk/; revision=30777
* Committed Johnny's patch for adding the FOR time implementationSrinivasa Ragavan2005-12-143-16/+180
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committed Johnny's patch for adding the FOR time implementation svn path=/trunk/; revision=30776
* Committed Johnny's patch.Srinivasa Ragavan2005-12-142-1/+7
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committed Johnny's patch. svn path=/trunk/; revision=30775
* Committed Johnny Patch to fix bug #324060Srinivas Ragavan2005-12-142-2/+22
| | | | | | | | 2005-12-14 Srinivas Ragavan <sragavan@novell.com> * Committed Johnny Patch to fix bug #324060 svn path=/trunk/; revision=30773
* Proceeding with the import activity only if the book is writable.Sushma Rai2005-12-143-0/+22
| | | | | | Fixes #266003. svn path=/trunk/; revision=30772
* ** Refixes the bug #320210Srinivasa Ragavan2005-12-142-1/+9
| | | | | | | | | | | | 2005-11-28 Srinivasa Ragavan <sragavan@novell.com> ** Refixes the bug #320210 * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES in "prompt-delete-appointment". It was missed out in the earlier patch. svn path=/trunk/; revision=30771
* Committing Johnny Jacob's patch for bug #320210Srinivasa Ragavan2005-12-142-1/+8
| | | | | | | | 2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committing Johnny Jacob's patch for bug #320210 svn path=/trunk/; revision=30770
* Updated Lithuanian translation.Žygimantas Beručka2005-12-142-310/+278
| | | | | | | | 2005-12-14 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30769
* update for HEAD with Punjabi LanguageAmanpreet Singh Alam2005-12-141-2197/+2778
| | | | svn path=/trunk/; revision=30768
* *** empty log message ***Ignacio Casal Quinteiro2005-12-142-245/+160
| | | | svn path=/trunk/; revision=30767
* Add ellipsis characters to various menu items that are commands/actionsDavid Malcolm2005-12-142-10/+16
| | | | | | | | | | 2005-12-13 David Malcolm <dmalcolm@redhat.com> * evolution-mail-message.xml: Add ellipsis characters to various menu items that are commands/actions requiring further user interaction, fixing bug #323951 svn path=/trunk/; revision=30766
* Fix to build in Suse 93Chenthill Palanisamy2005-12-133-7/+21
| | | | svn path=/trunk/; revision=30765
* Removed the pruned files from POTFILES.inChenthill Palanisamy2005-12-132-2/+5
| | | | svn path=/trunk/; revision=30764
* Comitting guenther's patchSrinivasa Ragavan2005-12-132-1/+6
| | | | | | | | 2005-12-13 Srinivasa Ragavan <sragavan@novell.com> * Comitting guenther's patch svn path=/trunk/; revision=30763
* Release updates, version bump. ***** Release 2.5.3 *****Harish Krishnaswamy2005-12-133-1/+66
| | | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.3 ***** svn path=/trunk/; revision=30761
* escape the string when generating XML UI description of component switcherDavid Malcolm2005-12-132-2/+14
| | | | | | | | | | | 2005-12-12 David Malcolm <dmalcolm@redhat.com> * e-shell-window.c (setup_widgets): escape the string when generating XML UI description of component switcher menu item, to avoid it being non-well-formed when a translation contains a quote character. Fixes #322001 svn path=/trunk/; revision=30760
* Remove dead files. ReferHarish Krishnaswamy2005-12-1316-2747/+0
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> Remove dead files. Refer http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution&who=vvaradan&date=explicit&mindate=2005-12-12%2011:23&maxdate=2005-12-12%2011:25 for more information. svn path=/trunk/; revision=30759
* Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-1310-25/+51
| | | | | | | | * Remove files that have an identical counterpart in libedataserver. * Replace the use of such files with appropriate counterpart path. svn path=/trunk/; revision=30758
* Mail Context Menu re-ordered correctly, fixes bug #323140.Karsten Bräckelmann2005-12-122-2/+7
| | | | | | | | | 2005-12-12 Karsten Bräckelmann <guenther@rudersport.de> * em-folder-view.c: Mail Context Menu re-ordered correctly, fixes bug #323140. svn path=/trunk/; revision=30757
* Fix #47857Shreyas Srinivasan2005-12-122-1/+5
| | | | | | | | 2005-12-12 Shreyas Srinivasan <sshreyas@novell.com> * mail.error.xml: Fix #47857 svn path=/trunk/; revision=30756
* Using the proper error code, and also removed hard coded URL fromSushma Rai2005-12-123-4/+15
| | | | | | translatable string. svn path=/trunk/; revision=30755
* Fix mnemonic keyKwok-Koon Cheung2005-12-122-9/+13
| | | | | | * zh_TW.po: Fix mnemonic key svn path=/trunk/; revision=30753
* Added bug in to ChangeLogSushma Rai2005-12-121-0/+1
| | | | svn path=/trunk/; revision=30751
* Fix make-clean issues.Harish Krishnaswamy2005-12-1222-1/+71
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Fix make-clean issues.Harish Krishnaswamy2005-12-122-0/+7
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30749
* Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues.Harish Krishnaswamy2005-12-122-1/+8
| | | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues. svn path=/trunk/; revision=30748
* Updated Czech translation.Miloslav Trmac2005-12-122-1961/+2884
| | | | | | | | 2005-12-11 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=30747
* Not inserting new line at the end and also placing the cursor at theSushma Rai2005-12-102-4/+16
| | | | | | beginning of the widget. Fixes #300300. svn path=/trunk/; revision=30745
* Fixed substitutions that I missed in the last commit.Harish Krishnaswamy2005-12-104-4/+4
| | | | | | | 2005-12-10 Harish Krishnaswamy <kharish@novell.com> Fixed substitutions that I missed in the last commit. svn path=/trunk/; revision=30744
* Updated evo translation.Funda Wang2005-12-101-714/+761
| | | | svn path=/trunk/; revision=30743
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-12-102-224/+245
| | | | | | | | 2005-12-10 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30741
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-092-122/+137
| | | | | | | | 2005-12-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30740
* prefix the wrapper functions with e - do not use g lest it is assumed toHarish Krishnaswamy2005-12-0910-17/+34
| | | | | | | | | | | | | | | | 2005-12-09 Harish Krishnaswamy <kharish@novell.com> * e-util.[ch] (e_str_compare), (e_str_case_compare), (e_collate_compare), (e_int_compare): prefix the wrapper functions with e - do not use g lest it is assumed to be a glib function. * e-table-example-2.c (create_table), e-table-extras.c (ete_init): * e-table-size-test.c (create_table), test-check.c (check_test): * test-cols.c (multi_cols_test), test-table.c (table_browser_test): s/g_*_compare/e_*_compare. svn path=/trunk/; revision=30739
* fixes the tool tip crash.Chenthill Palanisamy2005-12-099-69/+267
| | | | svn path=/trunk/; revision=30738
* *** empty log message ***Ignacio Casal Quinteiro2005-12-082-761/+779
| | | | svn path=/trunk/; revision=30737
* Fixes #322740. change the condition expression for GDK_RIGHT and GDK_LEFT.Boby Wang2005-12-072-2/+8
| | | | | | | | | | 2005-12-07 Boby Wang <boby.wang@sun.com> Fixes #322740. * e-tree.c: (item_key_press): change the condition expression for GDK_RIGHT and GDK_LEFT. svn path=/trunk/; revision=30736
* Add menu item for prioritising messageParthasarathi Susarla2005-12-072-2/+12
| | | | | | | | | 2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com> * evolution-message-composer.xml: Add menu item for prioritising message svn path=/trunk/; revision=30735
* Add support for setting priority of a message.Parthasarathi Susarla2005-12-073-0/+79
| | | | | | | | | | | | | | 2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com> * e-msg-composer.[ch]: (build_message): (menu_insert_priority_cb): (setup_ui): (e_msg_composer_get_priority): (e_msg_composer_set_priority): Add support for setting priority of a message. svn path=/trunk/; revision=30734
* Mark various plugins translatable.Funda Wang2005-12-0710-12/+32
| | | | svn path=/trunk/; revision=30733
* Updated Lithuanian translation.Žygimantas Beručka2005-12-072-97/+103
| | | | | | | | 2005-12-02 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30732
* Load the widget pointer before using it. Fixes a compiler warning as wellVeerapuram Varadhan2005-12-062-1/+7
| | | | | | | | * menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property): Load the widget pointer before using it. Fixes a compiler warning as well as #313219 svn path=/trunk/; revision=30731
* Authenticate by reading the store-password for calendars that has "auth"Veerapuram Varadhan2005-12-062-2/+68
| | | | | | | | | | * conduits/addressbook-conduit.c: (pre_sync): Authenticate by reading the store-password for calendars that has "auth" property set. * conduits/addressbook-conduit.c: (addressbook_authenticate): Implement authentication using e-passwords. svn path=/trunk/; revision=30730
* Authenticate by reading the stored-password for tasks that has "auth"Veerapuram Varadhan2005-12-062-7/+57
| | | | | | | | | | | * conduits/todo/todo-conduit.c (start_calendar_server): Authenticate by reading the stored-password for tasks that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30729
* Authenticate by reading the stored-password for calendar that has "auth"Veerapuram Varadhan2005-12-062-15/+60
| | | | | | | | | | | * conduits/calendar/calendar-conduit.c (start_calendar_server): Authenticate by reading the stored-password for calendar that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30728
* See bug ** 323253Shi Pu2005-12-062-1/+9
| | | | | | | | | | | | 2005-12-05 Shi Pu <shi.pu@sun.com> See bug ** 323253 * mail-send-recv.c: (format_url): If url->host is NULL or it is emtpy, don't print it out in send & receive dialog. svn path=/trunk/; revision=30727
* Updated Belarusian translation.Ales Nyakhaychyk2005-12-062-22/+28
| | | | svn path=/trunk/; revision=30726
* gui/e-cal-config.c (ecph_class_init) Remove stray leftover debuggingTor Lillqvist2005-12-063-4/+10
| | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * gui/e-cal-config.c (ecph_class_init) * gui/memos-component.c (memos_component_init): Remove stray leftover debugging output. * gui/memos-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://". svn path=/trunk/; revision=30725
* Fixes bug #322776. When focus come into e-tree, it is possible that theLi Yuan2005-12-062-1/+9
| | | | | | | | | | | | 2005-12-06 Li Yuan <li.yuan@sun.com> * e-tree.c: (table_canvas_focus_event_cb): Fixes bug #322776. When focus come into e-tree, it is possible that the focused_item is not NULL and there is no focused item in e-tree. So test e_selection_model_cursor_row also. svn path=/trunk/; revision=30724
* Re-established sane Reply* menu order, fixes bug #321639.Karsten Bräckelmann2005-12-052-2/+9
| | | | | | | | | | | 2005-11-22 Karsten Bräckelmann <guenther@rudersport.de> * evolution-mail-message.xml: Re-established sane Reply* menu order, fixes bug #321639. Committing patch on behalf of guenther. - partha svn path=/trunk/; revision=30721
* ** See bug #322863 Check if the account indeed exists beforeParthasarathi Susarla2005-12-052-2/+13
| | | | | | | | | | | | | 2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug #322863 * e-msg-composer.c: (e_msg_composer_new_with_message): Check if the account indeed exists before freeing/duping it. The account would typically not exist, when redirecting mails originated from other accounts which are not configured in ones machine. svn path=/trunk/; revision=30718
* initialize CamelException.Parthasarathi Susarla2005-12-052-0/+8
| | | | | | | | | | 2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com> * proxy.c: initialize CamelException. Fixes bug #314576 svn path=/trunk/; revision=30717
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-052-927/+1028
| | | | | | | | 2005-12-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30715
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-12-043-980/+1079
| | | | | | | | | 2005-12-03 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30714
* Updated Lithuanian translation.Žygimantas Beručka2005-12-022-1306/+1647
| | | | | | | | 2005-12-02 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30713
* New file, a script used to build a Win32 zipfile distribution ofTor Lillqvist2005-12-024-0/+126
| | | | | | | | | | | | 2005-12-02 Tor Lillqvist <tml@novell.com> * evolution-zip.in: New file, a script used to build a Win32 zipfile distribution of Evolution. * Makefile.am * configure.in: Distribute and expand it. svn path=/trunk/; revision=30712
* Updated Belarusian translation.Ales Nyakhaychyk2005-12-012-20459/+20794
| | | | svn path=/trunk/; revision=30711
* Fix for 322733.Simon Zheng2005-11-302-14/+6
| | | | | | | | | | | | | 2005-11-30 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Removed printf() statement in order to avoid printing NULL point. (org_gnome_copy_tool_copy_address): Removed printf() statement. (ct_selection_clear_event): Removed printf() statement. svn path=/trunk/; revision=30709
* Fix for 322733.Simon Zheng2005-11-292-2/+9
| | | | | | | | | | | 2005-11-29 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Move printf() statement after NULL checking. svn path=/trunk/; revision=30706
* fixes #322616Chenthill Palanisamy2005-11-292-3/+12
| | | | svn path=/trunk/; revision=30704
* 2005-11-29 Simon Zheng <simon.zheng@sun.comaHarry Lu2005-11-292-3/+12
| | | | | | | | | * menus/gal-view-collection.c: (gal_view_generate_string): Fix #322311. Using g_utf8_next_char() to traverses UTF-8 string and replace characters that are neither a alpha nor a numeral. svn path=/trunk/; revision=30700
* fixes #317322Chenthill Palanisamy2005-11-292-47/+65
| | | | svn path=/trunk/; revision=30699
* literal strings do not need to be \0 terminated, they are alreadyJeffrey Stedfast2005-11-292-6/+13
| | | | | | | | | | 2005-11-28 Jeffrey Stedfast <fejj@novell.com> * em-folder-view.c (emfv_setting_notify): literal strings do not need to be \0 terminated, they are already nul-terminated by definition. svn path=/trunk/; revision=30697
* Updated Thai translation.Theppitak Karoonboonyanan2005-11-282-91/+116
| | | | | | | | 2005-11-28 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30696
* fixes #314639Chenthill Palanisamy2005-11-282-0/+15
| | | | svn path=/trunk/; revision=30695
* fixes #318777Chenthill Palanisamy2005-11-282-5/+36
| | | | svn path=/trunk/; revision=30693
* Changed configure.in to include libnotify for new alarm UI changeChenthill Palanisamy2005-11-282-1/+19
| | | | svn path=/trunk/; revision=30692
* ** See bug #322414 Respond to the change ofSam Yang2005-11-282-0/+31
| | | | | | | | | | | 2005-11-28 Sam Yang <sam.yang@sun.com> ** See bug #322414 * em-folder-view.c: (emfv_setting_notify): Respond to the change of /apps/evolution/mail/display/show_preview in gconf. svn path=/trunk/; revision=30691
* Updated Thai translation.Theppitak Karoonboonyanan2005-11-272-2117/+2816
| | | | | | | | 2005-11-27 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30690
* Updated Spanish translation (QA)Francisco Javier F. Serrador2005-11-272-199/+112
| | | | | | | | 2005-11-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation (QA) svn path=/trunk/; revision=30689
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-11-272-2623/+1742
| | | | | | | | 2005-11-27 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30688
* Fix for not showing wrong OOF error message in case of authentication failure.Sushma Rai2005-11-262-2/+2
| | | | svn path=/trunk/; revision=30687
* Drop the IPv6 and getaddrinfo checks, unused here in Evolution. (It's usedTor Lillqvist2005-11-262-63/+6
| | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * configure.in: Drop the IPv6 and getaddrinfo checks, unused here in Evolution. (It's used in e-d-s, though.) svn path=/trunk/; revision=30685
* Use g_get_tmp_dir() instead of hardcoding /tmp.Tor Lillqvist2005-11-264-9/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * e-menu.c (emph_construct_menu): Use g_get_tmp_dir() instead of hardcoding /tmp. * e-util.c (e_strstrcase): Use g_ascii_strncasecmp() instead of the deprecated g_strncasecmp(). What kinds of strings this function is supposed to be used on (UTF-8 or some random single- or multi-byte encoding) is anybody's guess. This function isn't used in Evolution and should probably go away, though. And this is one of the files that have a partially duplicated copy in e-d-s/libedataserver, too, so doubly so. (e_filename_make_safe): Mark more bytes as unsafe on Win32. Add comments. This function is really under-specified and weird, one wonders whether it really does what the author thought it should do. (fsync): Add Win32 implementation of fsync(). * e-xml-utils.c (e_xml_get_bool_prop_by_name_with_default): Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp(), especially as we are comparing to literal ASCII strings. svn path=/trunk/; revision=30684
* e-dialog-utils.c Conditionalize X11 specific code on GDK_WINDOWING_X11.Tor Lillqvist2005-11-263-2/+10
| | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * e-dialog-utils.c * e-gtk-utils.c: Conditionalize X11 specific code on GDK_WINDOWING_X11. svn path=/trunk/; revision=30683
* Conditionalize X11 stuff on GDK_WINDOWING_X11.Tor Lillqvist2005-11-262-2/+17
| | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * e-dialog-utils.c: Conditionalize X11 stuff on GDK_WINDOWING_X11. svn path=/trunk/; revision=30682
* Include e-util-private.h to get redefinition of compile-time pathnames asTor Lillqvist2005-11-262-2/+16
| | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * e-msg-composer-attachment.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30681
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-262-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/event-page.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30680
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-2627-57/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c * gui/e-cal-list-view.c * gui/e-calendar-table.c * gui/e-memo-table.c * gui/e-memos.c * gui/e-tasks.c * gui/gnome-cal.c * gui/goto.c * gui/memos-control.c * gui/tasks-control.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/notify-main.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/cal-attachment.c * gui/dialogs/cal-prefs-dialog.c * gui/dialogs/comp-editor.c * gui/dialogs/e-delegate-dialog.c * gui/dialogs/event-editor.c * gui/dialogs/meeting-page.c * gui/dialogs/memo-page.c * gui/dialogs/recurrence-page.c * gui/dialogs/schedule-page.c * gui/dialogs/task-details-page.c * gui/dialogs/task-page.c * gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30679
* gui/contact-editor/e-contact-editor.cTor Lillqvist2005-11-2610-16/+110
| | | | | | | | | | | | | | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/contact-editor/e-contact-editor.c * gui/contact-editor/e-contact-editor-address.c * gui/contact-editor/e-contact-editor-fullname.c * gui/contact-editor/e-contact-editor-im.c * gui/contact-list-editor/e-contact-list-editor.c * gui/merging/eab-contact-merging.c * gui/widgets/e-addressbook-view.c * printing/e-contact-print.c * printing/e-contact-print-style-editor.c: Include e-util-private.h to get redefinition of compile-time pathnames as calls to functions on Windows. Construct the pathnames of files and directories under the installation prefix at run-time to enable install-anywhere on Windows. No effect on functionality on Unix. svn path=/trunk/; revision=30678
* Include e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a callTor Lillqvist2005-11-262-1/+12
| | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-view.c (control_activate): Include e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a call to a function) on Windows. Construct the path of the xml file at run-time to enable install-anywhere on Windows. svn path=/trunk/; revision=30677
* Include openldap-extract.h on Windows. Include e-util-private.h to getTor Lillqvist2005-11-262-10/+71
| | | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-config.c: Include openldap-extract.h on Windows. Include e-util-private.h to get redefinition of EVOLUTION_GLADEDIR (as a call to a function) on Windows. (query_for_supported_bases, eabc_general_name, eabc_general_host, eabc_general_auth, eabc_details_search, eabc_details_limit, addressbook_config_edit_source): Construct the path of the glade file at run-time to enable install-anywhere on Windows. svn path=/trunk/; revision=30675
* New file. Contains various things lifted from OpenLDAP for use on WindowsTor Lillqvist2005-11-263-1/+1436
| | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/openldap-extract.h: New file. Contains various things lifted from OpenLDAP for use on Windows where we use Microsoft's LDAP implementation. The same file is also in e-d-s/backends/ldap. * gui/component/Makefile.am: Distribute openldap-extract.h. svn path=/trunk/; revision=30674
* Use g_filename_from_uri() instead of just stripping off the "file://"Tor Lillqvist2005-11-252-2/+12
| | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * importers/evolution-ldif-importer.c (ldif_import): Use g_filename_from_uri() instead of just stripping off the "file://" prefix for Win32 portability. Use gstdio wrappers for better non-ASCII filename support on Windows. svn path=/trunk/; revision=30673
* Use gstdio wrappers. (url_requested): Use g_filename_from_uri() instead ofTor Lillqvist2005-11-252-8/+28
| | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * em-composer-prefs.c (sig_add_script_response): Use gstdio wrappers. (url_requested): Use g_filename_from_uri() instead of just stripping off the "file:" prefix. (em_composer_prefs_construct): Construct glade file pathname at run-time for Win32 install-anywhere. svn path=/trunk/; revision=30672
* Use g_filename_from_uri() instead of just stripping off the "file://"Tor Lillqvist2005-11-252-1/+6
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Use g_filename_from_uri() instead of just stripping off the "file://" prefix for Win32 portability. svn path=/trunk/; revision=30671
* Sort the stuff in the Win32 part for clarity. Add some new run-timeTor Lillqvist2005-11-254-71/+132
| | | | | | | | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * e-util-private.h: Sort the stuff in the Win32 part for clarity. Add some new run-time overrides for compile-time paths. Include fcntl.h and define O_BINARY as zero if not defined (on Unix). * e-win32-reloc.c: Sort here, too, and add the implementation for the new run-time overrides. * Makefile.am: Ditto here. Link with INTLLIBS. svn path=/trunk/; revision=30670
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-5/+5
| | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/tasks-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30669
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-3/+7
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/calendar-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30668
* Use g_filename_to_uri() instead of just prefixing "file://" for Win32Tor Lillqvist2005-11-252-1/+7
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/addressbook-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://" for Win32 portability. svn path=/trunk/; revision=30667
* Updated Simplified Chinese translation of evoFunda Wang2005-11-252-328/+423
| | | | svn path=/trunk/; revision=30666
* gui/e-itip-control.c Use g_ascii_strcasecmp() instead of strcasecmp() forTor Lillqvist2005-11-253-8/+14
| | | | | | | | | | 2005-11-25 Tor Lillqvist <tml@novell.com> * gui/e-itip-control.c * gui/itip-utils.c: Use g_ascii_strcasecmp() instead of strcasecmp() for portability. svn path=/trunk/; revision=30665
* *** empty log message ***Ignacio Casal Quinteiro2005-11-252-113/+170
| | | | svn path=/trunk/; revision=30664
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-252-3/+7
| | | | | | | | 2005-11-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30663
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-252-149/+234
| | | | | | | | 2005-11-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30662
* Changes for alarm notification bubbleChenthill Palanisamy2005-11-249-122/+631
| | | | svn path=/trunk/; revision=30661
* Include e-time-utils.h from libedataserver instead of using evolution'sTor Lillqvist2005-11-242-1/+2
| | | | | | | | * gui/e-calendar-view.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30660
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-2418-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * gui/e-alarm-list.c * gui/e-cal-component-memo-preview.c * gui/e-cal-component-preview.c * gui/e-cal-model.c * gui/e-cell-date-edit-text.c * gui/e-date-time-list.c * gui/e-itip-control.c * gui/e-memos.c * gui/e-tasks.c * gui/itip-utils.c * gui/print.c * gui/alarm-notify/alarm-notify-dialog.c * gui/alarm-notify/util.c * gui/dialogs/alarm-dialog.c * gui/dialogs/alarm-list-dialog.c * gui/dialogs/comp-editor-util.c * gui/dialogs/recurrence-page.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30659
* Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway.Tor Lillqvist2005-11-242-1/+5
| | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * itip-view.c: Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway. svn path=/trunk/; revision=30658
* e-dateedit.c Include e-time-utils.h from libedataserver instead of usingTor Lillqvist2005-11-243-2/+9
| | | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * e-dateedit.c * e-cell-date-edit.c: Include e-time-utils.h from libedataserver instead of using evolution's copy which is going away. svn path=/trunk/; revision=30657
* *** empty log message ***Ignacio Casal Quinteiro2005-11-242-734/+895
| | | | svn path=/trunk/; revision=30656
* Not showing the OOF error message also on authentication failure.Sushma Rai2005-11-242-2/+9
| | | | svn path=/trunk/; revision=30654
* Groupwise address book, new warning message if the user's frequent contactsSushma Rai2005-11-244-1/+25
| | | | | | folder is not createdi. svn path=/trunk/; revision=30653
* Commiting Johnny Jacob's patch on EDateEditSrinivasa Ragavan2005-11-242-1/+64
| | | | | | | | 2005-11-24 Srinivasa Ragavan <sragavan@novell.com> * Commiting Johnny Jacob's patch on EDateEdit svn path=/trunk/; revision=30652
* Translation updated by Ivar Smolin.Priit Laes2005-11-242-3/+8
| | | | | | | | 2005-11-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30651
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-242-280/+417
| | | | | | | | 2005-11-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30650
* Made hal dependency optional.Srinivasa Ragavan2005-11-232-2/+17
| | | | | | | | 2005-11-23 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Made hal dependency optional. svn path=/trunk/; revision=30649
* Added a function to get tooltip tooltip widgetSrinivasa Ragavan2005-11-238-9/+379
| | | | | | | | | | | | | | | | | | | | | | 2005-11-23 Srinivasa Ragavan <sragavan@novell.com> * gui/e-calendar-view.c (tooltip_grab), (get_label), (e_calendar_view_get_tooltips): Added a function to get tooltip tooltip widget * gui/e-calendar-view.h: * gui/e-day-view.c (e_day_view_add_event), (e_day_view_reshape_long_event), (e_day_view_reshape_day_event), (e_day_view_on_text_item_event): Added tooltip for day/work week view. * gui/e-week-view.c (e_week_view_add_event), (tooltip_event_cb), (e_week_view_reshape_event_span), (e_week_view_on_text_item_event): Added tooltip for week/month view. * gui/e-week-view.h: * gui/misc.c (get_position_in_array), (calculate_time): Added a function for converting time to string. * gui/misc.h: svn path=/trunk/; revision=30648
* *** empty log message ***Parthasarathi Susarla2005-11-231-2/+2
| | | | svn path=/trunk/; revision=30647
* ** See bug #315987 Send only if account is enabledParthasarathi Susarla2005-11-234-8/+33
| | | | | | | | | | | | | | | | | 2005-11-23 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug #315987 * em-composer-utils.c: (em_utils_composer_send_cb): Send only if account is enabled (em_utils_composer_save_draft_cb): Save message to server folder only if the account is enabled, else save it locally (generate_account_hash): Add default account into the account hash only if the account none of the account is enabled. (guess_account): use only enabled account * mail.error.xml: Add error message for send-no-account-enabled svn path=/trunk/; revision=30646
* Re-added the ForwardAs submenu, fixes regression bug #321640.Karsten Bräckelmann2005-11-232-0/+14
| | | | | | | | | | | | 2005-11-22 Karsten Bräckelmann <guenther@rudersport.de> * evolution-mail-message.xml: Re-added the ForwardAs submenu, fixes regression bug #321640. Committed on behalf of Karsten, since he does not have commit rights. svn path=/trunk/; revision=30645
* Translation updated by Ivar Smolin.Priit Laes2005-11-232-978/+1637
| | | | | | | | 2005-11-23 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30644
* Fixes #321237 Add the categories' name The name of categories in newBoby Wang2005-11-222-0/+10
| | | | | | | | | 2005-11-22 Boby Wang <boby.wang@sun.com> Fixes #321237 * gui/dialogs/event-page.glade: Add the categories' name The name of categories in new appointment dialog was missed. svn path=/trunk/; revision=30643
* Updated Simplified Chinese translation of evoFunda Wang2005-11-212-81/+238
| | | | svn path=/trunk/; revision=30642
* Updated Finnish translationIlkka Tuohela2005-11-212-380/+612
| | | | svn path=/trunk/; revision=30641
* Updated Japanese translation for v2.5.2.Takeshi AIHANA2005-11-202-1354/+1967
| | | | | | | | 2005-11-20 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.5.2. svn path=/trunk/; revision=30640
* Updated Macedonian translation <ArangelA@cvs.gnome.org>Arangel Angov2005-11-201-100/+100
| | | | svn path=/trunk/; revision=30639
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-192-289/+313
| | | | | | | | 2005-11-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30638
* ** See bug 321214. Focus on the Tools-> Settings-> Composer Preferences ->Boby Wang2005-11-182-3/+589
| | | | | | | | | | | | 2005-11-11 Boby Wang <boby.wang@sun.com> ** See bug 321214. * mail-config.glade: Focus on the Tools-> Settings-> Composer Preferences -> Forward Style and Reply Style comboboxes.Comboboxes are named after their current settings. Now the names were corrected. svn path=/trunk/; revision=30637
* Removed the timezone entry from the toolbar.Chenthill Palanisamy2005-11-182-1/+5
| | | | svn path=/trunk/; revision=30636
* Add a half-dozen missing files. Updated Canadian English translation.Adam Weinberger2005-11-183-383/+576
| | | | | | | | | 2005-11-17 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Add a half-dozen missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30635
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-182-336/+418
| | | | | | | | 2005-11-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30634
* Updated zh_CN translation of evo.Funda Wang2005-11-172-503/+575
| | | | svn path=/trunk/; revision=30633
* changes are made in alarm-notify.glade and alarm-notify-dialog.c to make sureChenthill Palanisamy2005-11-173-28/+45
| | | | | | | that the description part of the alarm dialog comes in a scroll window and thus fixing #314550 svn path=/trunk/; revision=30632
* Fix a division-by-zero error crasher. (Update: when in doubt, protect withHarish Krishnaswamy2005-11-171-2/+2
| | | | | | | | | | 2005-11-17 Harish Krishnaswamy <kharish@novell.com> * e-attachment-bar.c: (update), (e_attachment_bar_set_width): Fix a division-by-zero error crasher. (Update: when in doubt, protect with parenthesis :-)) svn path=/trunk/; revision=30631
* Fix a division-by-zero error crasherHarish Krishnaswamy2005-11-172-0/+7
| | | | svn path=/trunk/; revision=30630
* added the evolution-task-editor.xml file.Chenthill Palanisamy2005-11-161-0/+1
| | | | svn path=/trunk/; revision=30629
* show the details page in task editor.Chenthill Palanisamy2005-11-163-34/+14
| | | | svn path=/trunk/; revision=30628
* README, removed gal requirement.Parthasarathi Susarla2005-11-162-4/+4
| | | | | | | | 2005-11-16 Parthasarathi Susarla <sparthasarathi@novell.com> * README, removed gal requirement. svn path=/trunk/; revision=30627
* UI changes for task editor.Chenthill Palanisamy2005-11-1610-609/+1720
| | | | svn path=/trunk/; revision=30626
* added evolution tasks xml file and small changes to evolution event editor.Chenthill Palanisamy2005-11-163-8/+84
| | | | svn path=/trunk/; revision=30625
* struct _ECalModelMemosPrivate should not be zero sized.Irene Huang2005-11-162-0/+6
| | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/e-cal-model-memos.c: struct _ECalModelMemosPrivate should not be zero sized. svn path=/trunk/; revision=30623
* Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When newIrene Huang2005-11-162-2/+11
| | | | | | | | | | | | | 2005-11-16 Irene Huang <Irene.Huang@sun.com> * gui/dialogs/cal-prefs-dialog.c: (cal_prefs_dialog_url_add_clicked): Use strcmp instead of !=. (cal_prefs_dialog_url_remove_clicked): When new a dialog of confirm, set parent to PREFS_WINDOW (dialog_data->page) instead of using PREFS_WINDOW (dialog_data). svn path=/trunk/; revision=30622
* Added a function to get all attachments of the attachment bar for pluginSrinivasa Ragavan2005-11-163-0/+31
| | | | | | | | | | 2005-11-15 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.[ch] (e_attachment_bar_get_all_attachments): Added a function to get all attachments of the attachment bar for plugin purposes. svn path=/trunk/; revision=30620
* Added keyboard accelerators for contacts.Srinivasa Ragavan2005-11-163-18/+24
| | | | | | | | | | 2005-10-04 Srinivasa Ragavan <sragavan@novell.com> * gui/component/addressbook-view.c (abv_source_popups): * gui/widgets/e-addressbook-view.c (eabv_popup_items): Added keyboard accelerators for contacts. svn path=/trunk/; revision=30619
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2005-11-153-2474/+3397
| | | | | | | | | 2005-11-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30618
* added the two new UI files.Chenthill Palanisamy2005-11-151-0/+2
| | | | svn path=/trunk/; revision=30617
* Release updates, version bump. ***** Release 2.5.2 *****Harish Krishnaswamy2005-11-153-1/+59
| | | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.2 ***** svn path=/trunk/; revision=30616
* Fixed a stupid typo.Harish Krishnaswamy2005-11-151-1/+1
| | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> Fixed a stupid typo. svn path=/trunk/; revision=30615
* Revert the previous patch as it distorts the size of the dialog on someHarish Krishnaswamy2005-11-152-3/+10
| | | | | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * e-shell-settings-dialog.c: (set_dialog_size), (e_shell_settings_dialog_init): Revert the previous patch as it distorts the size of the dialog on some displays. svn path=/trunk/; revision=30614
* UI changes for the event editor.Chenthill Palanisamy2005-11-1515-952/+2778
| | | | svn path=/trunk/; revision=30613
* added the xml files for event editors.Chenthill Palanisamy2005-11-153-0/+166
| | | | svn path=/trunk/; revision=30612
* Release updatesHarish Krishnaswamy2005-11-151-0/+5
| | | | svn path=/trunk/; revision=30611
* Add hula-account-setup plugin to the mix.Harish Krishnaswamy2005-11-151-1/+2
| | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> Add hula-account-setup plugin to the mix. svn path=/trunk/; revision=30610
* Hula Account setup - initial commits.Harish Krishnaswamy2005-11-156-0/+777
| | | | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * Makefile.am, camel-hula-listener.[ch], hula-account-setup.c, org-gnome-evolution-hula-account-setup.eplug.xml: Hula Account setup - initial commits. svn path=/trunk/; revision=30609
* *** empty log message ***Ignacio Casal Quinteiro2005-11-152-2531/+1890
| | | | svn path=/trunk/; revision=30608
* Updated Finnish translationIlkka Tuohela2005-11-142-20/+22
| | | | svn path=/trunk/; revision=30607
* Adjusted the size of date edit widgets.Chenthill Palanisamy2005-11-142-2/+7
| | | | svn path=/trunk/; revision=30606
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-11-142-1354/+1846
| | | | | | | | | 2005-11-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org> svn path=/trunk/; revision=30605
* Set a size for the date edit widgets, so that it doesnt expand too much.Srinivasa Ragavan2005-11-142-0/+7
| | | | | | | | | 2005-11-14 Srinivasa Ragavan <sragavan@novell.com> * e-dateedit.c (create_children): Set a size for the date edit widgets, so that it doesnt expand too much. svn path=/trunk/; revision=30604
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-132-44/+51
| | | | | | | | 2005-11-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30602
* Re-implemented this funciton. (add_attendee_cb): Removed this callbackMubeen Jukaku2005-11-112-16/+31
| | | | | | | | | | | 2005-10-11 Mubeen Jukaku <jmubeen@novell.com> * mail-to-task.c (set_attendees): Re-implemented this funciton. (add_attendee_cb): Removed this callback because of above change. Fixes bug #301081 svn path=/trunk/; revision=30600