aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a config argument to get the actual page size and set it to style.Evan Yan2005-11-112-4/+26
| | | | | | | | | | | | | | 2005-11-11 Evan Yan <evan.yan@sun.com> * pinting/e-contact-print.c (e_contact_build_style): Add a config argument to get the actual page size and set it to style. (e_contact_print_response): modify the call to e_contact_build_style accordingly. e_contact_print_preview): modify the call to e_contact_build_style accordingly. Fixes # 316280 svn path=/trunk/; revision=30597
* Fixes #306673Chenthill Palanisamy2005-11-112-37/+18
| | | | svn path=/trunk/; revision=30596
* added keyboard accelerators for NextMessage and PreviousMessage. FixesSankar P2005-11-112-2/+10
| | | | | | | | | | 2005-11-10 Sankar P <psankar@novell.com> * evolution-mail-message.xml: added keyboard accelerators for NextMessage and PreviousMessage. Fixes #302974 svn path=/trunk/; revision=30595
* Set the size of the preference window so that it doesnt flicker. Hide itSrinivasa Ragavan2005-11-102-3/+10
| | | | | | | | | | | 2005-11-10 Srinivasa Ragavan <sragavan@novell.com> * e-shell-settings-dialog.c (set_dialog_size) (e_shell_settings_dialog_init): Set the size of the preference window so that it doesnt flicker. Hide it till all the pages are loaded. svn path=/trunk/; revision=30594
* fixes #313538.Chenthill Palanisamy2005-11-102-10/+9
| | | | svn path=/trunk/; revision=30593
* fixes #321088.Chenthill Palanisamy2005-11-102-18/+26
| | | | svn path=/trunk/; revision=30592
* Function signature specifies a void return. So, do not return NULL.Harish Krishnaswamy2005-11-102-1/+7
| | | | | | | | | | 2005-11-10 Harish Krishnaswamy <kharish@novell.com> * mail-send-options.c: (org_gnome_compose_send_options): Function signature specifies a void return. So, do not return NULL. svn path=/trunk/; revision=30591
* Updated Finnish translationIlkka Tuohela2005-11-102-42/+54
| | | | svn path=/trunk/; revision=30590
* Updated Canadian English translation.Adam Weinberger2005-11-102-29/+35
| | | | | | | | 2005-11-09 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30589
* check if string (eg. use_ssl) are NULL before strcmp(). prevents aParthasarathi Susarla2005-11-092-0/+8
| | | | | | | | | | 2005-11-09 Parthasarathi Susarla <sparthasarathi@novell.com> * camel-gw-listener.c (get_addressbook_names_from_server): check if string (eg. use_ssl) are NULL before strcmp(). prevents a violation. svn path=/trunk/; revision=30588
* Committing for Nathan Owens <pianocomp81@yahoo.com>Veerapuram Varadhan2005-11-092-9/+151
| | | | | | | | | | Committing for Nathan Owens <pianocomp81@yahoo.com> * calendar/conduit/todo/todo-conduit.c (local_record_from_comp) (comp_from_remote_record) (post_sync) (add_category_if_possible): Category syncing in todo-conduits. svn path=/trunk/; revision=30587
* modified e_categories_config_get_icon_for to have a g_object_unref for theChenthill Palanisamy2005-11-092-0/+8
| | | | | | GdkPixBuff object created here. svn path=/trunk/; revision=30584
* Fixes 273322Chenthill Palanisamy2005-11-092-2/+20
| | | | svn path=/trunk/; revision=30582
* Modified the previous entry to reflect the bug that is being fixed.Chenthill Palanisamy2005-11-081-0/+1
| | | | svn path=/trunk/; revision=30580
* Modified the code in alarm_notify_add_calendars() to generate the correct ↵Chenthill Palanisamy2005-11-082-2/+16
| | | | | | | | key for obtaining the password for an authenticated calendar. svn path=/trunk/; revision=30579
* Changed the code to load alarms from current day beginning if the last ↵Chenthill Palanisamy2005-11-083-11/+21
| | | | | | | | | notification time is beyond current day's beginning time in the function load_alarms_for_today() and removed a check in the function setup_timeout() svn path=/trunk/; revision=30578
* *** empty log message ***Parthasarathi Susarla2005-11-081-0/+1
| | | | svn path=/trunk/; revision=30577
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-072-116/+204
| | | | | | | | 2005-11-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30576
* Translation updated by Ivar Smolin.Priit Laes2005-11-072-22/+30
| | | | | | | | 2005-11-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30575
* Fixes #308752.Chenthill Palanisamy2005-11-072-1/+7
| | | | svn path=/trunk/; revision=30574
* Updated Finnish translationIlkka Tuohela2005-11-032-1103/+1546
| | | | svn path=/trunk/; revision=30573
* Updated Canadian English translation.Adam Weinberger2005-11-022-9/+13
| | | | | | | | 2005-11-01 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30572
* Updated Lithuanian translation.Žygimantas Beručka2005-11-012-1157/+1634
| | | | | | | | 2005-11-01 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30571
* *** empty log message ***Ignacio Casal Quinteiro2005-11-012-3796/+3590
| | | | svn path=/trunk/; revision=30570
* Added Kurdish translationErdal Ronahi2005-10-284-1/+19850
| | | | svn path=/trunk/; revision=30569
* Don't require hal on Win32.Tor Lillqvist2005-10-262-1/+7
| | | | | | | | 2005-10-26 Tor Lillqvist <tml@novell.com> * configure.in: Don't require hal on Win32. svn path=/trunk/; revision=30568
* **See #313096Vivek Jain2005-10-262-2/+9
| | | | | | | | | | | 2005-10-26 Vivek Jain <jvivek@novell.com> **See #313096 * em-junk-hook.c: (emjh_construct) load the plugin only if it is enabled. svn path=/trunk/; revision=30567
* Setting the focus to the corresponding entry field after changing dropdownSushma Rai2005-10-262-11/+36
| | | | | | menus for phone, email and im in contact editor. Fixes #229972. svn path=/trunk/; revision=30566
* This is a generated file. Should never have been checked in to theHarish Krishnaswamy2005-10-251-5/+0
| | | | | | repository in the first place. svn path=/trunk/; revision=30565
* update base version to 2.6 for the 2.5.1 releaseHarish Krishnaswamy2005-10-251-2/+1
| | | | svn path=/trunk/; revision=30563
* Distclean should remove the header, not iconv-detect.cHarish Krishnaswamy2005-10-252-1/+6
| | | | | | | | | 2005-10-25 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Distclean should remove the header, not iconv-detect.c svn path=/trunk/; revision=30562
* Turn development warning on. Bump version to 2.5.1.Harish Krishnaswamy2005-10-252-2/+7
| | | | | | | | | 2005-10-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Turn development warning on. Bump version to 2.5.1. svn path=/trunk/; revision=30561
* Update version and bugzilla information.Harish Krishnaswamy2005-10-252-2/+7
| | | | | | | | | 2005-10-25 Harish Krishnaswamy <kharish@novell.com> * main.c: (show_development_warning): Update version and bugzilla information. svn path=/trunk/; revision=30560
* Updated Canadian English translation.Adam Weinberger2005-10-232-125/+160
| | | | | | | | 2005-10-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30558
* Updated Spanish translation.Francisco Javier F. Serrador2005-10-232-123/+164
| | | | | | | | 2005-10-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30557
* Marked subject line for translation. Fixes #317753.Sushma Rai2005-10-222-4/+9
| | | | svn path=/trunk/; revision=30556
* Return valid transport, only if the account is enabled.Parthasarathi Susarla2005-10-226-9/+26
| | | | | | | | | | | | | | | | 2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com> * mail-config.c: (mail_config_get_default_account): Return valid transport, only if the account is enabled. 2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com> * em-composer-utils.c: (create_new_composer): If the account corresponding to the fromuri is not enabled. Then load the preferred account from the composer. ---------------------------------------------------------------------- svn path=/trunk/; revision=30555
* use composer->priv->charset instead of p->charset. This fixes a crashParthasarathi Susarla2005-10-223-3/+9
| | | | | | | | | | 2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com> * e-msg-composer.c: (get_file_content): use composer->priv->charset instead of p->charset. This fixes a crash svn path=/trunk/; revision=30554
* Making the LDAP search filter configurable. Fixes #311884.Sushma Rai2005-10-223-17/+393
| | | | svn path=/trunk/; revision=30553
* Updated Spanish translation.Francisco Javier F. Serrador2005-10-222-1375/+1677
| | | | | | | | 2005-10-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30552
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-10-212-549/+926
| | | | | | | | 2005-10-21 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30551
* Sankar Committting for MubeenMubeen Jukaku2005-10-212-2/+10
| | | | | | | | | | | | 2005-10-21 Mubeen Jukaku <jmubeen@novell.com> Sankar Committting for Mubeen Fixes #310495 * gui/e-calendar-table.etspec: Do string case comparison for Summary and Categories field svn path=/trunk/; revision=30550
* Sankar committing for VirenViren.L2005-10-212-0/+40
| | | | | | | | | | | | | | 2005-10-21 Viren.L <lviren@novell.com> Sankar committing for Viren Fixes #272920 * gui/gnome-cal.c (setup_widgets): Connect signal to catch the scroll-event on the widget of date navigator and handle the GDK_SCROLL_UP,GDK_SCROLL_DOWN in the callback. svn path=/trunk/; revision=30548
* Reverse previous patch because of bug 319376.Jeff Cai2005-10-212-1/+6
| | | | | | | | | 2005-10-21 Jeff Cai <jeff.cai@sun.com> Reverse previous patch because of bug 319376. * em-folder-view.h: svn path=/trunk/; revision=30547
* Change the declaration of flag 'preview_active' from one bit of int to oneJeff Cai2005-10-212-1/+7
| | | | | | | | | | 2005-10-21 Jeff Cai <jeff.cai@sun.com> * mail/em-folder-view.h : Change the declaration of flag 'preview_active' from one bit of int to one bit of guint because it will be -1 on linux if being declared one bit of int. svn path=/trunk/; revision=30546
* Comitted NotZed's patch given on #314701Vivek Jain2005-10-212-7/+18
| | | | | | | | | | | | 2005-10-21 Vivek Jain <jvivek@novell.com> Comitted NotZed's patch given on #314701 ** See bug #314701. * e-msg-composer-hdrs.c (get_account_store_url): don't dereference a null url or create an empty one. svn path=/trunk/; revision=30545
* When the user forgets-password explicitly, the subsequent proxy-loginSankar P2005-10-202-6/+29
| | | | | | | | | | | | | | 2005-10-20 Sankar P <psankar@novell.com> * proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc): When the user forgets-password explicitly, the subsequent proxy-login requests are made with a NULL password leading to unexpected behavior. Fixes #312467 * proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc): Added the missing unrefs for the connection object. svn path=/trunk/; revision=30543
* Updated Simplified Chinese translationFunda Wang2005-10-201-203/+483
| | | | svn path=/trunk/; revision=30541
* Added a number of missing files. Updated Canadian English translation.Adam Weinberger2005-10-203-525/+850
| | | | | | | | | 2005-10-19 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added a number of missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30540
* Updated Simplified Chinese translationFunda Wang2005-10-192-976/+1087
| | | | svn path=/trunk/; revision=30538
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-1951-7/+8572
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-0/+8
| | | | | | | | | | | | 2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30536
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-0/+8
| | | | | | | | | | | | 2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30535
* Little oepsPhilip Van Hoof2005-10-191-10/+0
| | | | svn path=/trunk/; revision=30534
* Little oepsPhilip Van Hoof2005-10-191-17/+1
| | | | svn path=/trunk/; revision=30533
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-198-819/+1090
| | | | | | | | | | | | 2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30532
* Dont try to connect when the account is offline. Also connect to theShreyas Srinivasan2005-10-192-6/+54
| | | | | | | | | | 2005-10-19 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is offline. Also connect to the server only when the proxy tab is clicked. * Fixes #314297, #314345 svn path=/trunk/; revision=30531