aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Include e-attachment-bar.h relative to the top dir, so it stops borkingHarish Krishnaswamy2005-10-192-1/+7
| | | | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> * em-format-html-display.h : Include e-attachment-bar.h relative to the top dir, so it stops borking the print-message plugin. svn path=/trunk/; revision=30530
* Corrected the date of commit.Chenthill Palanisamy2005-10-181-1/+17
| | | | svn path=/trunk/; revision=30529
* fixes #308802.Chenthill Palanisamy2005-10-188-31/+40
| | | | svn path=/trunk/; revision=30526
* Committing the patch to add menu items in attachment bar.Chenthill Palanisamy2005-10-186-17/+416
| | | | svn path=/trunk/; revision=30525
* Commiting the patch for showing menu items in calendar attachment bar.Chenthill Palanisamy2005-10-183-8/+119
| | | | svn path=/trunk/; revision=30524
* Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-syncSrinivasa Ragavan2005-10-1812-2/+1218
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync svn path=/trunk/; revision=30523
* Changed visible to enabled. Fixes the bug #314899Srinivasa Ragavan2005-10-182-12/+17
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * org-gnome-mailing-list-actions.eplug.xml: Changed visible to enabled. Fixes the bug #314899 svn path=/trunk/; revision=30522
* Added a keybinding to focus search bar entrySrinivasa Ragavan2005-10-182-0/+9
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Added a keybinding to focus search bar entry svn path=/trunk/; revision=30521
* Fixed mark junk, keybinding to focus search widget.Srinivasa Ragavan2005-10-188-8/+102
| | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * Fixed mark junk, keybinding to focus search widget. svn path=/trunk/; revision=30520
* - Enhances Signature-Preferences. - Added shortcuts for common operations.Sankar P2005-10-184-41/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-18 Sankar P <psankar@novell.com> - Enhances Signature-Preferences. - Added shortcuts for common operations. -- Delete on Del key -- Edit on Dbl.Click - Prevents adding duplicate and NULL signatures * mail-signature-editor.c (menu_file_save_cb) (mail_signature_editor) (sig_name_changed) (menu_file_save_close_cb) (delete_event_cb) (do_exit): Modified the functions for handling the above scenarios. * mail.error.xml: Added error strings for duplicate and NULL signatures. * em-composer-prefs.c (em_composer_prefs_construct) (sig_delete_cb) (sig_add_cb): Modified the functions so as to handle the keyboard accelarators and to grab focus to the list on deletion/insertion of signatures. * em-composer-prefs.c (signature_key_press)(sig_tree_event_cb): Added new functions to handle the keypress events on the signatures list tree. Fixes #269749 svn path=/trunk/; revision=30519
* Updated Danish translation.Martin Willemoes Hansen2005-10-172-788/+845
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=30518
* Translation updated by Ivar Smolin.Priit Laes2005-10-172-1925/+2151
| | | | | | | | 2005-10-17 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30516
* Updated Bengali (bn) Translation:10/17Runa Bhattacharjee2005-10-171-1213/+1217
| | | | svn path=/trunk/; revision=30515
* Added Entry for addition of Bengali (bn) in ALL_LINGUAS in configure.inRuna Bhattacharjee2005-10-171-0/+4
| | | | svn path=/trunk/; revision=30514
* Added Bengali (bn) to ALL_LINGUAS:10/17Runa Bhattacharjee2005-10-171-1/+1
| | | | svn path=/trunk/; revision=30513
* Added entry for Bengali (bn) Translation addition:10/17Runa Bhattacharjee2005-10-171-0/+4
| | | | svn path=/trunk/; revision=30512
* Added Bengali (bn) Translation:10/17Runa Bhattacharjee2005-10-171-0/+20132
| | | | svn path=/trunk/; revision=30511
* Should not return a value, so, change all the g_return_val_if_fail toIrene Huang2005-10-172-2/+7
| | | | | | | | | 2005-10-17 Irene Huang <Irene.Huang@sun.com> * gui/e-tasks.c: (e_tasks_show_preview): Should not return a value, so, change all the g_return_val_if_fail to g_return_if_fail. svn path=/trunk/; revision=30510
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-10-162-874/+982
| | | | | | | | 2005-10-16 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30509
* Translation updated.Vincent van Adrighem2005-10-152-273/+3033
| | | | | | | | 2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=30508
* Updated Canadian English translation.Adam Weinberger2005-10-152-420/+478
| | | | | | | | 2005-10-14 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30507
* Use gnome_font_find_closest instead of gnome_font_find since Helvetica isKaushal Kumar2005-10-142-1/+10
| | | | | | | | | | | | | 2005-10-14 Kaushal Kumar <kakumar@novell.com> * table/e-table-group-container.c (e_table_group_container_print_page): Use gnome_font_find_closest instead of gnome_font_find since Helvetica is not always present. Fixes bug #246803. Patch by: Mubeen Jukaku. svn path=/trunk/; revision=30506
* "use_ssl" should be Null checked before comparing it with any value. itsVivek Jain2005-10-142-1/+7
| | | | | | | | | | 2005-10-14 Vivek Jain <jvivek@novell.com> * proxy.c :(proxy_get_cnc) "use_ssl" should be Null checked before comparing it with any value. its NULL when evo is not compiled with ssl support and caused crash. svn path=/trunk/; revision=30505
* Translation updated by Ivar Smolin.Priit Laes2005-10-142-1528/+1418
| | | | | | | | 2005-10-13 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30504
* fixes #266144, #317575.Chenthill Palanisamy2005-10-117-85/+140
| | | | svn path=/trunk/; revision=30503
* when we reach to the last item in the list, de-sensitize the removeVivek Jain2005-10-072-1/+8
| | | | | | | | | | 2005-10-07 Vivek Jain <jvivek@novell.com> * share-folder.c : (remove_clicked) when we reach to the last item in the list, de-sensitize the remove button. svn path=/trunk/; revision=30499
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-0723-91/+388
| | | | | | | | | 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
* ** See Bug #268852 allow max one chid to be spawned for spamd.Vivek Jain2005-10-062-2/+11
| | | | | | | | | | | 2005-10-06 Vivek Jain <jvivek@novell.com> ** See Bug #268852 * em-junk-filter.c : (em_junk_sa_run_spamd) allow max one chid to be spawned for spamd. svn path=/trunk/; revision=30496
* moved code for comparing id's to the getcontainer list part, we break ifVivek Jain2005-10-052-72/+91
| | | | | | | | | | | 2005-10-05 Vivek Jain <jvivek@novell.com> * share-folder.c : (display_container) moved code for comparing id's to the getcontainer list part, we break if we find the matched. also check for null before comparing, free the values **Fixes #317906 svn path=/trunk/; revision=30494
* Reverting the last commitParthasarathi Susarla2005-10-052-2/+6
| | | | | | | | 2005-10-05 Parthasarathi Susarla <sparthasarathi@novell.com> Reverting the last commit svn path=/trunk/; revision=30493
* Fix for #316297Harish Krishnaswamy2005-10-052-1/+5
| | | | svn path=/trunk/; revision=30491
* ** See bug #315987Parthasarathi Susarla2005-10-052-2/+10
| | | | | | | | | | | | 2005-10-05 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug #315987 * e-msg-composer-hdrs.c: (create_from_optionmenu): Load the account info in the From header only if the account is enabled svn path=/trunk/; revision=30490
* dded case insensitive compare support etable, and using it for OrganizationSushma Rai2005-10-047-1/+36
| | | | | | | filed. Fixes #207110. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30489
* Using "collate" compare type for "File As". Fixes #271594, and #273870.Sushma Rai2005-10-042-1/+7
| | | | | | Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30488
* gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free theVeerapuram Varadhan2005-10-042-1/+12
| | | | | | | * e-attachment-bar.c (update): gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free the original one. svn path=/trunk/; revision=30487
* Set the sorting column so that the contacts are alphabetically sorted inSushma Rai2005-10-041-0/+6
| | | | | | | contact list editor. Fixes #265353. Patch submitted by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30486
* ** fixes bug #316937Srinivasa Ragavan2005-10-042-0/+9
| | | | | | | | | | | 2005-10-04 Srinivasa Ragavan <sragavan@novell.com> ** fixes bug #316937 * e-msg-composer.c (handle_mailto): Shows the attachments when added via a mailto: url.a svn path=/trunk/; revision=30485
* Constructing the path properly to get the efolder. Creating proper path.Shakti Sen2005-10-033-9/+30
| | | | | | | | | | | | | | | | | 2005-10-03 Shakti Sen <shprasad@novell.com> * exchange-folder-permission.c (org_gnome_exchange_folder_permissions), (org_gnome_exchange_menu_folder_permission): Constructing the path properly to get the efolder. * exchange-folder.c (org_gnome_exchange_folder_inbox_unsubscribe), (exchange_get_folder), (org_gnome_exchange_check_inbox_subscribed), (unsubscribe_dialog_ab_response), (unsubscribe_dialog_response): Creating proper path. The above modifications will now allow the user to do the operations like unsubscribed to Inbox and giving permission to a folder. svn path=/trunk/; revision=30479
* Provides across calendars keyboard accelerators for popup menusSrinivasa Ragavan2005-10-035-15/+25
| | | | | | | | | | | | | | 2005-10-02 Srinivasa Ragavan <sragavan@novell.com> Provides across calendars keyboard accelerators for popup menus * gui/calendar-component.c (ecc_source_popups): * gui/e-calendar-view.c (ecv_main_items) (ecv_main_items): * gui/gnome-cal.c (gc_popups): * gui/tasks-component.c (etc_source_popups): Added Keybinding for popup menu. svn path=/trunk/; revision=30478
* fixes #315095.Chenthill Palanisamy2005-10-032-64/+86
| | | | svn path=/trunk/; revision=30477
* fixes 315752.Chenthill Palanisamy2005-10-032-13/+84
| | | | svn path=/trunk/; revision=30475
* fixes 271480.Chenthill Palanisamy2005-10-032-0/+14
| | | | svn path=/trunk/; revision=30473
* Test program change, missed in previous commit.Sushma Rai2005-10-031-1/+1
| | | | svn path=/trunk/; revision=30472
* Fix for issues related to printing contacts. Fixes #248624, #274285,Sushma Rai2005-10-034-18/+87
| | | | | | #209354, #202201. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30469
* added (e_plugin_lib_enable) calls init here to initialize all settingsVivek Jain2005-10-032-0/+17
| | | | | | | | | | | 2005-10-03 Vivek Jain <jvivek@novell.com> * em-junk-filter.c: added (e_plugin_lib_enable) calls init here to initialize all settings **Fixes #317792 unref GConfClient in finalize svn path=/trunk/; revision=30468
* fixes #264449.Chenthill Palanisamy2005-10-0313-41/+274
| | | | svn path=/trunk/; revision=30467
* do not add the srcdir prefix as $< already returns the full path. FixesHarish Krishnaswamy2005-10-032-1/+7
| | | | | | | | | | 2005-10-3 Harish Krishnaswamy <kharish@novell.com> * marshal.mk : do not add the srcdir prefix as $< already returns the full path. Fixes #271308. svn path=/trunk/; revision=30465
* fixes 257649.Chenthill Palanisamy2005-10-013-2/+30
| | | | svn path=/trunk/; revision=30464
* fixes #244981.Chenthill Palanisamy2005-10-012-0/+15
| | | | svn path=/trunk/; revision=30461
* fixes 316954.Chenthill Palanisamy2005-10-012-1/+7
| | | | svn path=/trunk/; revision=30460
* fixes #301391Chenthill Palanisamy2005-10-012-2/+16
| | | | svn path=/trunk/; revision=30458
* fixes #269685.Chenthill Palanisamy2005-10-012-5/+95
| | | | svn path=/trunk/; revision=30455
* Updated Canadian English translation.Adam Weinberger2005-10-013-5210/+5117
| | | | | | | | 2005-09-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30454
* Fixes #303702 Call e_cal_component_commit_sequence() after modifying theVeerapuram Varadhan2005-10-012-2/+24
| | | | | | | | | | | | Fixes #303702 * calendar/conduits/calendar/calendar-conduit.c: (process_multi_day): Call e_cal_component_commit_sequence() after modifying the properties of an ECalComponent and before fetching its icalcomponent. Reworked the patch from Dave Malcolm <dmalcolm@redhat.com> svn path=/trunk/; revision=30453
* fixes #258786.Chenthill Palanisamy2005-10-017-6/+26
| | | | svn path=/trunk/; revision=30451
* Fixes #314599.Chenthill Palanisamy2005-09-302-3/+10
| | | | svn path=/trunk/; revision=30450
* fixes #273781.Chenthill Palanisamy2005-09-302-1/+10
| | | | svn path=/trunk/; revision=30449
* Fixes #274188.Chenthill Palanisamy2005-09-302-1/+9
| | | | svn path=/trunk/; revision=30446
* Not allowing partial comparisons while finding duplicate entries.Sushma Rai2005-09-302-1/+8
| | | | | | Fixes #315034. Patch submitted by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30443
* : (org_gnome_shared_folder_factory) enable shared-folder functionalilty,Vivek Jain2005-09-303-11/+7
| | | | | | | | | | | 2005-09-30 Vivek Jain <jvivek@novell.com> * shared-folder-common.c: (org_gnome_create_option) : (org_gnome_shared_folder_factory) * install-shared.c : (org_gnome_popup_wizard) enable shared-folder functionalilty, remove env check svn path=/trunk/; revision=30441
* Fixes #273847.Chenthill Palanisamy2005-09-304-2/+16
| | | | svn path=/trunk/; revision=30439
* This now takes care to escape any auth mechanism in the uri.Sarfraaz Ahmed2005-09-302-8/+13
| | | | | | | | | 2005-09-30 Sarfraaz Ahmed <asarfraaz@novell.com> * gui/component/addressbook.c (remove_parameters_from_uri) : This now takes care to escape any auth mechanism in the uri. svn path=/trunk/; revision=30438
* Fixes #246480Chenthill Palanisamy2005-09-302-4/+20
| | | | svn path=/trunk/; revision=30436
* Fixes #270036Chenthill Palanisamy2005-09-302-1/+12
| | | | svn path=/trunk/; revision=30434
* Handling the attributed specified in the schema, and also mozilla schemaSushma Rai2005-09-302-27/+133
| | | | | | specific attributes. Fixes #316373 svn path=/trunk/; revision=30431
* ** See bug 317284Parthasarathi Susarla2005-09-301-0/+2
| | | | | | | | | | | 2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 317284 * em-mailer-prefs.c: (emmp_header_add_header): Check if its a valid header and only then add it svn path=/trunk/; revision=30429
* Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):Shakti Sen2005-09-305-12/+59
| | | | | | | | | | | | | | | | | | | | | 2005-09-30 Shakti Sen <shprasad@novell.com> * exchange-folder-subscription.c (setup_folder_name_combo): Sets the corresponding 'Folder name'. (create_folder_subscription_dialog): Sets the cursor to User's entry text field. * exchange-folder-subscription.h: Added one more argument to function create_folder_subscription_dialog() to set the window title. * exchange-folder.c (org_gnome_exchange_inbox_subscription), (org_gnome_exchange_addressbook_subscription), (org_gnome_exchange_calendar_subscription), (org_gnome_exchange_tasks_subscription): Added newly. * org-gnome-exchange-operations.eplug.in: Changed the activate callback function names so that it can show appropriate window title. Fixes bug #317019, #317023. svn path=/trunk/; revision=30426
* Updated Russian translation.Nickolay V. Shmyrev2005-09-302-421/+433
| | | | | | * ru.po: Updated Russian translation. svn path=/trunk/; revision=30424
* Reverted unauthorized changes made by user 'kloczek'. Also updated theChristian Rose2005-09-302-1001/+20150
| | | | | | | | | 2005-09-29 Christian Rose <menthos@menthos.com> * sv.po: Reverted unauthorized changes made by user 'kloczek'. Also updated the translation. svn path=/trunk/; revision=30422
* e-table.c (e_table_load_specification) e-table-specification.cTor Lillqvist2005-09-304-3/+12
| | | | | | | | | | | | | 2005-09-29 Tor Lillqvist <tml@novell.com> * e-table.c (e_table_load_specification) * e-table-specification.c (e_table_specification_load_from_file) * e-tree-table-adapter.c (open_file): Use g_win32_locale_filename_from_utf8() from GLib 2.8 instead of gnome_win32_locale_filename_from_utf8() which was temporarily in libgnome. svn path=/trunk/; revision=30421
* menus/gal-view-collection.c (load_single_dir) UseTor Lillqvist2005-09-303-2/+10
| | | | | | | | | | | | 2005-09-29 Tor Lillqvist <tml@novell.com> * menus/gal-view-collection.c (load_single_dir) * menus/gal-view-instance.c (load_current_view): Use g_win32_locale_filename_from_utf8() from GLib 2.8 instead of gnome_win32_locale_filename_from_utf8() which was temporarily in libgnome. svn path=/trunk/; revision=30420
* ** See bug 317337Parthasarathi Susarla2005-09-292-0/+10
| | | | | | | | | | | | 2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 317337 * e-msg-composer.c: (e_msg_composer_new_with_message): Set the proper account name in account_name, so that the from header is set properly. svn path=/trunk/; revision=30419
* Fixes #317014Chenthill Palanisamy2005-09-2910-18/+61
| | | | svn path=/trunk/; revision=30418
* ** See bug 317284Parthasarathi Susarla2005-09-292-13/+23
| | | | | | | | | | | 2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 317284 * em-mailer-prefs.c: (emmp_header_add_header): Check if its a valid header and only then add it svn path=/trunk/; revision=30415
* Fix #240762. If the galview implement the edit function, enable the editLi Yuan2005-09-292-2/+9
| | | | | | | | | | | 2005-09-29 Li Yuan <li.yuan@sun.com> * menus/gal-define-views-dialog.c: (etable_selection_change_forall_cb): Fix #240762. If the galview implement the edit function, enable the edit button. If not, disable it. svn path=/trunk/; revision=30414
* Propogate the authentication mechanism to the backend. exchange-calendar.cSarfraaz Ahmed2005-09-285-19/+31
| | | | | | | | | | | | 2005-09-28 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (owa_authenticate_user) : Propogate the authentication mechanism to the backend. * exchange-calendar.c * exchange-contacts.c * exchange-folder.c : Parse the new account uri. svn path=/trunk/; revision=30413
* Fix for the crash when adding duplicate contacts without e-mail ids bySushma Rai2005-09-283-10/+30
| | | | | | | dragging them into contact list editor. Patch submitted by "Devashish <sdevashish@novell.com>" svn path=/trunk/; revision=30411
* Just slight rewording.Tor Lillqvist2005-09-281-3/+2
| | | | svn path=/trunk/; revision=30410
* On Win32, use bootstrap import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-282-10/+27
| | | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * text/Makefile.am: On Win32, use bootstrap import library for libemiscwidgets, which hasn't been built yet when we come here. Drop several overlapping CFLAGS. EXTRA_GNOME_CFLAGS should be enough. Install in privsolib instead of privlib (no difference on Unix). Use NO_UNDEFINED. Link with all needed libraries to satisfy the -no-undefined used on Windows. svn path=/trunk/; revision=30409
* libdir is prefix/lib, not bin.Tor Lillqvist2005-09-282-1/+3
| | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * win32/dummy.la: libdir is prefix/lib, not bin. svn path=/trunk/; revision=30408
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-5/+12
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-table-specification.c (e_table_specification_load_from_node): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30407
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-4/+12
| | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-charset-picker.c (e_charset_picker_new, e_charset_picker_bonobo_ui_populate): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to strings known to be plain ASCII, so just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30406
* Install in privsolib instead of privlib (no difference on Unix). UseTor Lillqvist2005-09-282-9/+19
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * menus/Makefile.am: Install in privsolib instead of privlib (no difference on Unix). Use NO_UNDEFINED. Drop several overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with necessary libraries. svn path=/trunk/; revision=30405
* On Win32, use bootstrp import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-282-1/+18
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-timezone-dialog/Makefile.am: On Win32, use bootstrp import library for libemiscwidgets, which hasn't been built yet when we come here. Install in privsolib instead of privlib (no difference on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS. svn path=/trunk/; revision=30404
* Use SOEXT.Tor Lillqvist2005-09-282-1/+3
| | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * org-gnome-exchange-operations.eplug.in: Use SOEXT. svn path=/trunk/; revision=30403
* Allowing to delete address book folder using Del/Delete key.Sushma Rai2005-09-282-0/+57
| | | | | | Fixes #233424. Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30402
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-6/+7
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * importers/netscape-importer.c (netscape_get_boolean): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings in these cases, so just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30401
* Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-282-2/+13
| | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * message-list.c: Define localtime_r() for Win32 using localtime() (which is thread-safe in Microsoft's C library). svn path=/trunk/; revision=30400
* Not implemented on Win32.Tor Lillqvist2005-09-282-1/+10
| | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * mail-tools.c (mail_tool_do_movemail): Not implemented on Win32. svn path=/trunk/; revision=30399
* Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-282-0/+13
| | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * em-format-html-display.c: Define localtime_r() for Win32 using localtime() (which is thread-safe in Microsoft's C library). svn path=/trunk/; revision=30398
* em-composer-utils.c (reply_get_composer, get_reply_list,Tor Lillqvist2005-09-283-6/+15
| | | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * em-composer-utils.c (reply_get_composer, get_reply_list, post_reply_to_message) * em-folder-view.c (emfv_format_link_clicked): Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing to literal ASCII strings, so just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30397
* Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-09-282-1/+7
| | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-profile-event.c (e_profile_event_target_new): Use g_get_current_time() instead of gettimeofday() for portability. svn path=/trunk/; revision=30396
* Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing toTor Lillqvist2005-09-282-11/+18
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30395
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-8/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/itip-bonobo-control.c (pstream_load, pstream_save): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30394
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-7/+8
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model.c (set_classification): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30393
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-282-2/+9
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-calendar.c (set_transparency): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30392
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to theTor Lillqvist2005-09-282-1/+8
| | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/component/addressbook.c (get_remember_password): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to the literal "true", just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30391
* Using the correct columns for phone list and by company views.Sushma Rai2005-09-283-6/+14
| | | | | | Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30389
* Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. SetTor Lillqvist2005-09-284-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set corresponding variables unconditionally on Win32, as LDAP support is always present (in <winldap.h> and -lwldap32). (CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and _LIBS. These are used only in plugins/exchange-operations/Makefile.am, and now it's enough to use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there. In plugins/exchange-operations: 2005-09-28 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS and _LIBS, they now includes all necessary (see top-level ChangeLog). (LDFLAGS): Use NO_UNDEFINED. svn path=/trunk/; revision=30388
* Not skipping the entries which have only e-mail id and not name.Sushma Rai2005-09-282-7/+19
| | | | | | Fixes #303286. svn path=/trunk/; revision=30387
* Using writable property to find the GroupWise system address book, whileSushma Rai2005-09-282-1/+12
| | | | | | marking it for offline usage, instead of it's name. svn path=/trunk/; revision=30385
* Added code to handle the extra blank email that will be returned from theSankar P2005-09-282-1/+15
| | | | | | | | | | | 2005-09-28 Sankar P <psankar@novell.com> * proxy.c (proxy_dialog_store_widgets_data): Added code to handle the extra blank email that will be returned from the ENameSelector, while auto-completion. Fixes #317400 svn path=/trunk/; revision=30384
* See bug ** 317329 Do not add a NULL uri.Parthasarathi Susarla2005-09-282-0/+7
| | | | | | | | | | 2005-09-28 Parthasarathi Susarla <sparthasarathi@novell.com> See bug ** 317329 * em-vfolder-rule.c: (em_vfolder_rule_add_source): Do not add a NULL uri. svn path=/trunk/; revision=30382
* Fix for #316351Harry Lu2005-09-282-0/+10
| | | | | | | | | | | | 2005-09-27 Harry Lu <harry.lu@sun.com> Fix for #316351 * e-table/gal-a11y-e-cell.c: (idle_do_action), (gal_a11y_e_cell_action_do_action): add a ref/unref pair to make sure the pointer is valid. svn path=/trunk/; revision=30381
* we have to connect "response" to (install_folder_response) to make it workVivek Jain2005-09-272-2/+11
| | | | | | | | | | | | 2005-09-27 Vivek Jain <jvivek@novell.com> * install-shared.c: (accept_clicked): we have to connect "response" to (install_folder_response) to make it work don't destroy druid right now, wait till folder selector dialog dies, make folder selector dialog modal svn path=/trunk/; revision=30379
* changing the order of the main menu items due to HIG (#308614)Andre Klapper2005-09-262-7/+11
| | | | | | | | 2005-09-24 Andre Klapper <a9016009@gmx.de> * evolution-message-composer.xml: changing the order of the main menu items due to HIG (#308614) svn path=/trunk/; revision=30376
* Clearing the contacts preview pane after every search. Fixes #269655.Sushma Rai2005-09-261-0/+3
| | | | svn path=/trunk/; revision=30374
* Fixes #208647S.Antony Vincent Pandian2005-09-262-1/+20
| | | | | | | | | | | | 2005-09-26 S.Antony Vincent Pandian <santony@gmail.com> Fixes #208647 * em-folder-tree.c : Have added a menu item Empty Trash in the folder tree's context menu and also added its callback. svn path=/trunk/; revision=30373
* ** Fixes bug 312849Praveen Kumar2005-09-233-6/+88
| | | | | | | | | | | | | | | | | | | | | | | | 2005-09-22 Praveen Kumar <kpraveen@novell.com> ** Fixes bug 312849 * exchange-calendar.c (e_exchange_calendar_pcalendar): Populate the folder hierarchy only if Evolution is online. (e_exchange_calendar_check): Disable the "OK" button if Evolution is offline. (e_exchange_calendar_commit): Don't do anything if Evolution is offline. * exchange-contacts.c (e_exchange_contacts_pcontacts): Populate the folder hierarchy only if Evolution is online. (e_exchange_contacts_check): Disable the "OK" button if Evolution is offline. (e_exchange_contacts_commit): Don't do anything if Evolution is offline. svn path=/trunk/; revision=30372
* Have added the "View Status Bar" under the "View" menu This is a toggleS.Antony Vincent Pandian2005-09-236-1/+68
| | | | | | | | | 2005-09-23 S.Antony Vincent Pandian <santony@gmail.com> * Have added the "View Status Bar" under the "View" menu This is a toggle button to hide/show the status bar svn path=/trunk/; revision=30371
* Fixes #316983Carsten Guenther2005-09-232-2/+11
| | | | | | | | | | | | | 2005-09-22 Carsten Guenther <carsten.guenther@scalix.com> Fixes #316983 * em-composer-utils.c (em_utils_send_receipt): Exchanged the FROM and TO fields so that a read receipt actually goes to the sender of the original message. svn path=/trunk/; revision=30370
* Fixing mnemonic conflict (#314351)Andre Klapper2005-09-232-1/+4
| | | | | | | 2005-08-26 Andre Klapper <a9016009@gmx.de> * evolution-mail-list.xml: Fixing mnemonic conflict (#314351) svn path=/trunk/; revision=30369
* Added code to enable the sent folder button for accounts with "None" setSankar P2005-09-212-2/+12
| | | | | | | | | | | 2005-09-21 Sankar P <psankar@novell.com> * em-account-editor.c (emae_defaults_page): Added code to enable the sent folder button for accounts with "None" set as the Receiving Server type. Fixes #315506 svn path=/trunk/; revision=30367
* Added enum and the code to change the icon for sent items folder. FixesSankar P2005-09-203-0/+12
| | | | | | | | | | 2005-09-15 Sankar P <psankar@novell.com> * em-folder-tree-model.c (em_folder_tree_model_set_folder_info): * em-folder-tree.c (render_pixbuf): Added enum and the code to change the icon for sent items folder. Fixes #257321 svn path=/trunk/; revision=30365
* Corrected the grouping column for the "By Company" view.Sushma Rai2005-09-202-1/+7
| | | | svn path=/trunk/; revision=30362
* Start search on category, when the category is selected.Sushma Rai2005-09-202-1/+9
| | | | | | Fixes #263269. svn path=/trunk/; revision=30361
* Fixes #261625Chenthill Palanisamy2005-09-192-7/+18
| | | | svn path=/trunk/; revision=30358
* Fixes #315345Chenthill Palanisamy2005-09-192-3/+9
| | | | svn path=/trunk/; revision=30357
* Merged from gnome-2-12Nguyen Thai Ngoc Duy2005-09-171-27/+27
| | | | svn path=/trunk/; revision=30354
* *** empty log message ***Parthasarathi Susarla2005-09-162-5/+20
| | | | svn path=/trunk/; revision=30352
* Now checks for the camel provider type, and does nothing for non exchangeArunprakash2005-09-152-0/+20
| | | | | | | | | | | 2005-09-15 Arunprakash <arunp@novell.com> * exchange-account-setup.c (org_gnome_exchange_show_folder_size_factory) : Now checks for the camel provider type, and does nothing for non exchange providers. ** Fixes #312886. svn path=/trunk/; revision=30350
* Updating and fixing several typos, wrong keyboard shortcuts andAndre Klapper2005-09-152-18/+26
| | | | | | | | | | | | 2005-06-15 Andre Klapper <a9016009@gmx.de> * quickref/C/quickref.tex: Updating and fixing several typos, wrong keyboard shortcuts and inconsistencies (fixes bug #268024) committed on behalf of Andre since he does not have commit rights -partha svn path=/trunk/; revision=30349
* Fix for #316274Irene Huang2005-09-152-0/+14
| | | | | | | | | | | | 2005-09-14 Irene Huang <Irene.Huang@sun.com> Fix for #316274 * exchange-account-setup.c: (btn_chpass_clicked), (org_gnome_exchange_settings): Enable change password function only when built with kerberos5. svn path=/trunk/; revision=30348
* Spec file change to selecte multiple entries in the contact list editor.Sushma Rai2005-09-142-1/+6
| | | | | | Fix for #235038. svn path=/trunk/; revision=30346
* Updated Persian translation by Elnaz Sarbar <elnaz@farsiweb.info> andRoozbeh Pournader2005-09-132-2527/+3216
| | | | | | | | | 2005-09-13 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Elnaz Sarbar <elnaz@farsiweb.info> and Meelad Zakaria <meelad@farsiweb.info>. svn path=/trunk/; revision=30345
* Updated Romanian translationMugurel Tudor2005-09-132-2/+6
| | | | | | | | 2005-09-12 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30343
* fixed translation, <arangela@cvs.gnome.org>Arangel Angov2005-09-121-173/+173
| | | | svn path=/trunk/; revision=30342
* removed outdated strings and run "mak update-po".Tomasz Kłoczko2005-09-1165-234143/+122929
| | | | svn path=/trunk/; revision=30341
* grep on Solaris doesn't support -q, use > /dev/null instead.Mengjie Yu2005-09-082-3/+7
| | | | | | | | 2005-09-05 Mengjie Yu <meng-jie.yu@sun.com> * configure.in:grep on Solaris doesn't support -q, use > /dev/null instead. svn path=/trunk/; revision=30339
* Updated Finnish translationIlkka Tuohela2005-09-081-1/+1
| | | | svn path=/trunk/; revision=30337
* Updated Finnish translationIlkka Tuohela2005-09-082-1/+5
| | | | svn path=/trunk/; revision=30336
* Updated French translation.Christophe Merlet2005-09-082-5168/+5297
| | | | svn path=/trunk/; revision=30335
* Update NEWS file for releaseHarish Krishnaswamy2005-09-051-0/+14
| | | | svn path=/trunk/; revision=30322
* Minor fixes & updates in Thai translation.Theppitak Karoonboonyanan2005-09-052-9/+11
| | | | | | | | 2005-09-04 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Minor fixes & updates in Thai translation. svn path=/trunk/; revision=30319
* Updated Romanian translationMugurel Tudor2005-09-042-156/+151
| | | | | | | | 2005-09-04 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30318
* Updated Romanian translationMugurel Tudor2005-09-042-107/+111
| | | | | | | | 2005-09-04 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30316
* Updated French translation.Christophe Merlet2005-09-032-275/+205
| | | | svn path=/trunk/; revision=30315
* Updated Turkish TranslationBaris Cicek2005-09-032-2460/+3088
| | | | svn path=/trunk/; revision=30312
* Updated French translation.Christophe Merlet2005-09-032-5896/+6497
| | | | svn path=/trunk/; revision=30311
* Updated Romanian translationMugurel Tudor2005-09-032-571/+722
| | | | | | | | 2005-09-02 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30310
* Update the Welcome mail.Harish Krishnaswamy2005-09-032-33/+55
| | | | | | | | 2005-09-02 Harish Krishnaswamy <kharish@novell.com> * default/C/Inbox: Update the Welcome mail. svn path=/trunk/; revision=30308
* Fixes 314922.Chenthill Palanisamy2005-09-022-1/+8
| | | | svn path=/trunk/; revision=30306
* Updated Welsh translation.Rhys Jones2005-09-022-2040/+2589
| | | | | | | | 2005-09-01 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/trunk/; revision=30303
* Updated Romanian translationMugurel Tudor2005-09-012-685/+403
| | | | | | | | 2005-08-31 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30302
* Updated Portuguese translation.Duarte Loreto2005-08-312-2440/+3622
| | | | | | | | 2005-08-31 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=30300
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2005-08-313-1708/+1721
| | | | | | | | | 2005-08-31 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30299
* updated by rranjan@redhat.comRajesh Ranjan2005-08-311-1170/+1244
| | | | svn path=/trunk/; revision=30298
* fix e-import.c not to be included twice & added invocation of xsltproc toNot Zed2005-08-313-3/+10
| | | | | | | | | | | 2005-08-31 Not Zed <NotZed@Ximian.com> * build-eplugin-manual.pl: fix e-import.c not to be included twice & added invocation of xsltproc to build the html. * evolution-plugin-manual.xml: fixed some syntax errors. svn path=/trunk/; revision=30297
* added missing localedir thing.Not Zed2005-08-312-0/+18
| | | | | | | | 2005-08-31 Not Zed <NotZed@Ximian.com> * evolution-plugin-manual.xml: added missing localedir thing. svn path=/trunk/; revision=30296
* Updated Japanese translation for v2.3.8.Takeshi AIHANA2005-08-312-843/+841
| | | | | | | | 2005-08-31 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.3.8. svn path=/trunk/; revision=30295
* Updated Romanian translationMugurel Tudor2005-08-312-413/+352
| | | | | | | | 2005-08-31 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30294
* Translation updated.Priit Laes2005-08-312-2293/+1610
| | | | | | | | 2005-08-30 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=30293
* Updated translation <arangela@cvs.gnome.org>Ivan Stojmirov2005-08-301-2200/+2769
| | | | svn path=/trunk/; revision=30292
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-08-302-734/+757
| | | | | | | | | 2005-08-30 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=30291
* yet another credit I almost overlooked and should not haveHarish Krishnaswamy2005-08-301-0/+1
| | | | svn path=/trunk/; revision=30290
* Update credits in About dialogHarish Krishnaswamy2005-08-301-0/+1
| | | | svn path=/trunk/; revision=30289
* Typo correctionsJens Seidel2005-08-301-5/+5
| | | | svn path=/trunk/; revision=30288
* Updated Czech translation.Miloslav Trmac2005-08-302-1067/+1099
| | | | | | | | 2005-08-29 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=30287
* Updated Italian translation.Alessio Frusciante2005-08-302-2598/+3247
| | | | svn path=/trunk/; revision=30286
* Doc commit - Quickref.pdf submitted by Andre KlapperHarish Krishnaswamy2005-08-301-0/+0
| | | | | | and reviewed by Mark Moulder svn path=/trunk/; revision=30285
* ** Fixes bug 314762Praveen Kumar2005-08-292-6/+13
| | | | | | | | | | | 2005-08-29 Praveen Kumar <kpraveen@novell.com> ** Fixes bug 314762 * exchange-config-listener.c (remove_selected_non_offline_esources) : Fixing a nasty infinite loop by swapping an if and while block. svn path=/trunk/; revision=30284
* Committed on behalf of Jessica. Changes are made to the ProxySankar P2005-08-292-30/+20
| | | | | | | | | 2005-08-29 Sankar P <psankar@novell.com> * C/evolution.xml: Committed on behalf of Jessica. Changes are made to the Proxy documentation. svn path=/trunk/; revision=30283
* Update credits in About dialogHarish Krishnaswamy2005-08-291-0/+1
| | | | svn path=/trunk/; revision=30282
* Replaced g_object_unref with g_free since priv was created using g_new.Sankar P2005-08-292-1/+7
| | | | | | | | | | 2005-08-25 Sankar P <psankar@novell.com> * proxy.c: (proxy_dialog_finalize): Replaced g_object_unref with g_free since priv was created using g_new. Fixes #312309 svn path=/trunk/; revision=30281
* Fixes #313534 Moved the code to display recur check box to cal_opened_cb.Chenthill Palanisamy2005-08-292-8/+14
| | | | | | | | | | 2005-08-29 Chenthill Palanisamy <pchenthill@novell.com> Fixes #313534 * itip-formatter.c: (cal_opened_cb), (find_cal_opened_cb): Moved the code to display recur check box to cal_opened_cb. svn path=/trunk/; revision=30280
* Updated Romanian translation.Mugurel Tudor2005-08-292-715/+545
| | | | | | | | 2005-08-29 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation. svn path=/trunk/; revision=30279
* Updated Norwegian Nynorsk translation.Sigurd Gartmann2005-08-292-121/+194
| | | | | | | | 2005-08-28 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=30278
* Turn stable release bit on. Set version to 2.4.0. Update.Harish Krishnaswamy2005-08-293-2/+9
| | | | | | | | | | 2005-08-28 Harish Krishnaswamy <kharish@novell.com> * configure.in : Turn stable release bit on. Set version to 2.4.0. * MAINTAINERS : Update. svn path=/trunk/; revision=30277
* Update credits.Harish Krishnaswamy2005-08-292-29/+54
| | | | | | | | 2005-08-28 Harish Krishnaswamy <kharish@novell.com> * e-shell-window-commands.c: Update credits. svn path=/trunk/; revision=30276
* kill some fuzzy.Tomasz Kłoczko2005-08-281-5496/+3038
| | | | svn path=/trunk/; revision=30275
* Update mk translationIvan Stojmirov2005-08-281-2/+2
| | | | svn path=/trunk/; revision=30274
* Update mk translationIvan Stojmirov2005-08-281-1/+1
| | | | svn path=/trunk/; revision=30273
* Updated Macedonian TranslationIvan Stojmirov2005-08-281-7/+7
| | | | svn path=/trunk/; revision=30272
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-282-1014/+1063
| | | | | | | | 2005-08-28 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30271
* Updated Macedonian TranslationIvan Stojmirov2005-08-281-1533/+1753
| | | | svn path=/trunk/; revision=30270
* Updated Romanian translationMugurel Tudor2005-08-282-1189/+731
| | | | | | | | 2005-08-28 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=30269
* Translation updated by Tino Meinen.Vincent van Adrighem2005-08-272-833/+900
| | | | | | | | 2005-08-27 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=30268
* Updated Greek TranslationKostas Papadimas2005-08-272-15/+13
| | | | svn path=/trunk/; revision=30267
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-272-7/+11
| | | | svn path=/trunk/; revision=30266
* Updated Indonesian translation.Mohammad DAMT2005-08-272-127/+121
| | | | | | | | 2005-08-26 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation. svn path=/trunk/; revision=30265
* Updated Romanian translation.Mugurel Tudor2005-08-272-5162/+3373
| | | | | | | | 2005-08-26 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation. svn path=/trunk/; revision=30264
* Updated pt_BR translationRaphael Higino2005-08-272-719/+621
| | | | svn path=/trunk/; revision=30263
* Updated Albanian translation.Laurent Dhima2005-08-272-590/+361
| | | | | | | | 2005-08-26 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=30262
* Updated Traditional chinese translation.Chao-Hsiung Liao2005-08-262-86/+88
| | | | | | | | 2005-08-26 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional chinese translation. svn path=/trunk/; revision=30261
* Fixes the 'Label disappears' problem in Tasks, Calendar and Contacts.Shakti Sen2005-08-262-3/+9
| | | | | | | | | | | 2005-08-26 Shakti Sen <shprasad@novell.com> * exchange-folder.c (org_gnome_exchange_folder_unsubscribe): Fixes the 'Label disappears' problem in Tasks, Calendar and Contacts. Fixes bug #311959. svn path=/trunk/; revision=30258
* Update references to bugzilla and related hyperlinks.Harish Krishnaswamy2005-08-262-6/+11
| | | | | | | | | 2006-08-26 Harish Krishnaswamy <kharish@novell.com> * C/evolution.xml: Update references to bugzilla and related hyperlinks. svn path=/trunk/; revision=30257
* Update documentation on behalf of Mark MoulderHarish Krishnaswamy2005-08-262-479/+961
| | | | | | | | | 2006-08-26 Harish Krishnaswamy <kharish@novell.com> * C/evolution.xml: Update documentation on behalf of Mark Moulder svn path=/trunk/; revision=30255
* Proper ordering of column and field names in ETableSpecification.Sushma Rai2005-08-262-38/+45
| | | | | | Fixes #313124. svn path=/trunk/; revision=30254
* ** See bug #314440.Not Zed2005-08-263-8/+34
| | | | | | | | | | | | | | | | 2005-08-25 Not Zed <NotZed@Ximian.com> ** See bug #314440. * em-format-html.c (efh_url_requested): check the content object's mime type, not the container, when seeing if the data should be written. (efh_write_text_html): add some debug. * em-format-html-display.c (efhd_html_button_press_event): fix debug. svn path=/trunk/; revision=30253
* Updated Russian translationLeonid Kanter2005-08-252-596/+529
| | | | svn path=/trunk/; revision=30252
* Need to set the account's linestatus to online as there is no way to getArunprakash2005-08-253-6/+25
| | | | | | | | | | | | | 2005-08-25 Arunprakash <arunp@novell.com> * exchange-config-listener.c (account_added) : Need to set the account's linestatus to online as there is no way to get the linestatus in plugin. Also moved the authentication code to exchange_operations_get_exchange_account as it is not needed here. * exchange-operations.c (exchange_operations_get_exchange_account) : Updated to return the account in offline mode. svn path=/trunk/; revision=30251
* Added support for Unsubscribe to other user's Inbox.Shakti Sen2005-08-252-2/+135
| | | | | | | | | | | | 2005-08-25 Shakti Sen <shprasad@novell.com> * exchange-folder.c (exchange_refresh_folder_tree, exchange_get_folder, org_gnome_exchange_folder_inbox_unsubscribe): Added support for Unsubscribe to other user's Inbox. Fixes bug #313310. svn path=/trunk/; revision=30250
* Enable building of exchange plugins by default.Sarfraaz Ahmed2005-08-252-9/+21
| | | | | | | | 2005-08-24 Sarfraaz Ahmed <asarfraaz@novell.com> * configure.in : Enable building of exchange plugins by default. svn path=/trunk/; revision=30249
* Updated Catalan translation.Jordi Mallach2005-08-252-4/+8
| | | | svn path=/trunk/; revision=30248
* Fixes 313705Chenthill Palanisamy2005-08-253-0/+14
| | | | svn path=/trunk/; revision=30247
* add Punjabi (pa) by amanpreet Singh Brar AlamwaliaAmanpreet Singh Alam2005-08-251-1735/+2798
| | | | svn path=/trunk/; revision=30246
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-252-689/+691
| | | | svn path=/trunk/; revision=30245
* Fixes #314352. if accessibility is enabled, we enable horizontal cusorLi Yuan2005-08-252-2/+13
| | | | | | | | | | | 2005-08-24 Li Yuan <li.yuan@sun.com> Fixes #314352. * e-table-item.c: (eti_event): if accessibility is enabled, we enable horizontal cusor movement for line selection. svn path=/trunk/; revision=30244
* Updated Indonesian translation.Mohammad DAMT2005-08-252-443/+443
| | | | | | | | 2005-08-24 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation. svn path=/trunk/; revision=30243
* Revert patchShreyas Srinivasan2005-08-242-26/+4
| | | | | | | | 2005-08-24 Shreyas Srinivasan <sshreyas@novell.com> * Revert patch svn path=/trunk/; revision=30242
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-242-467/+474
| | | | | | | | 2005-08-24 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30241
* Updated Albanian translation.Laurent Dhima2005-08-242-925/+865
| | | | | | | | 2005-08-24 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=30240
* Getting list of mail-ids instead of a single mail-id. Added support forShakti Sen2005-08-244-47/+96
| | | | | | | | | | | | | 2005-08-24 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids instead of a single mail-id. * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added support for adding multiple IDs. Fixes bug #313919. svn path=/trunk/; revision=30239
* Updated Simplified Chinese translationFunda Wang2005-08-241-694/+693
| | | | svn path=/trunk/; revision=30238
* Removed the warning that are generated when compiled with GCC 4.Praveen Kumar2005-08-249-30/+53
| | | | | | | | | | | | | | | | | | | | 2005-08-24 Praveen Kumar <kpraveen@novell.com> * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/exchange-operations/exchange-delegates-user.c: * plugins/exchange-operations/exchange-folder-size-display.c: * plugins/exchange-operations/exchange-folder.c: * plugins/exchange-operations/exchange-operations.c: Removed the warning that are generated when compiled with GCC 4. * plugins/exchange-operations/exchange-calendar.c: Fixed a build break due to the modification of the 'source_type' field in the ECalConfigTargetSource class. svn path=/trunk/; revision=30237
* Translation updated by Ivar Smolin.Priit Laes2005-08-242-344/+356
| | | | | | | | 2005-08-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30236
* Dont call update. Just set the width on the bar.Srinivasa Ragavan2005-08-242-4/+7
| | | | | | | | | 2005-08-24 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c (efhd_bar_resize): Dont call update. Just set the width on the bar. svn path=/trunk/; revision=30235
* Fix for bug #314136. Shows filename in the remote download in composer.Srinivasa Ragavan2005-08-244-7/+27
| | | | | | | | | | | | | | | | | | 2005-08-24 Srinivasa Ragavan <sragavan@novell.com> * e-attachment.c (e_attachment_build_remote_file): Fix for bug #314136. Shows filename in the remote download in composer. * e-attachment-bar.c (update): Better space management. Kills one extra row that happens some times. (e_attachment_bar_set_width): Just adjusts the size instead of rebuild of the bar, which is the cause for the freeze. Fixes the bug #313799. Remove the function e_attachment_bar_refresh * e-attachment-bar.h: Remove the function e_attachment_bar_refresh svn path=/trunk/; revision=30234
* Show the bar depending on the number of attachments.Srinivasa Ragavan2005-08-243-5/+19
| | | | | | | | | | | | | | 2005-08-22 Srinivasa Ragavan <sragavan@novell.com> * e-msg-composer.c (drop_action): Show the bar depending on the number of attachments. * e-msg-composer-select-file.c (select_attach_response): Show the bar depending on the number of attachments. ** Fixes the bug #313083 svn path=/trunk/; revision=30233
* return the right type. (proxy_soap_login): fix pointer cast.Not Zed2005-08-248-68/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * proxy-login.c (proxy_get_password): return the right type. (proxy_soap_login): fix pointer cast. (proxy_login_add_new_store): fix pointer cast. (proxy_login_setup_tree_view): fix callback cast. (org_gnome_proxy_account_login): fix prototype to match use. * junk-settings.c (user_selected): fix calling. (junk_settings_construct): more stupid casts. * junk-mail-settings.c (junk_mail_settings): casts. * install-shared.c (install_folder_response): constify item_id. (install_folder_response): remove unused. (org_gnome_popup_wizard): fixed numerous problems with this, over-copying data around, not referencing information properly, freeing potentially unset variables, etc etc. (accept_free): add a free function. * share-folder.c (notification_clicked): fix a multitude of busted casts. (user_selected): fix broken calling conventions, busted style. (share_folder_construct): fix more busted/missing casts. * share-folder-common.c: add missing header. svn path=/trunk/; revision=30232
* def9ine before defining.Not Zed2005-08-243-3/+10
| | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_groupwise_account_setup): def9ine before defining. * camel-gw-listener.c (account_added): fix warning. svn path=/trunk/; revision=30231
* Remove the special case for win32, its a bug on all platforms, silly.Not Zed2005-08-243-11/+15
| | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * Makefile.am: Remove the special case for win32, its a bug on all platforms, silly. * mail-account-disable.c (mail_account_disable): make signature match usage. svn path=/trunk/; revision=30230
* use the right type for attendees.Not Zed2005-08-242-1/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * mail-to-task.c (add_attendee_cb): use the right type for attendees. svn path=/trunk/; revision=30229
* Add missing headers (org_gnome_print_message): define before defining,Not Zed2005-08-242-2/+14
| | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * print-message.c: Add missing headers (org_gnome_print_message): define before defining, remove c99isms. (org_gnome_print_preview): define before defining. svn path=/trunk/; revision=30228
* include missing header.Not Zed2005-08-242-0/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * ical-format.c: include missing header. svn path=/trunk/; revision=30227
* pre-define.Not Zed2005-08-242-1/+6
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * em-junk-filter.c (em_junk_sa_report_non_junk): pre-define. svn path=/trunk/; revision=30226
* add missing headers.Not Zed2005-08-242-0/+6
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * itip-view.c: add missing headers. svn path=/trunk/; revision=30225
* forward declare exported func.Not Zed2005-08-242-0/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * default-source.c: forward declare exported func. svn path=/trunk/; revision=30224
* forward-define e_plugin_lib_enable, remove some unecessary headers.Not Zed2005-08-242-8/+9
| | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: forward-define e_plugin_lib_enable, remove some unecessary headers. (send_dbus_message): remove spurious check for bus==NULL. svn path=/trunk/; revision=30223
* fix relative_uri type.Not Zed2005-08-242-1/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * calendar-file.c (e_calendar_file_dummy): fix relative_uri type. svn path=/trunk/; revision=30222
* fix relative_uri type, don't include every header in the world we dont'Not Zed2005-08-242-12/+9
| | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * addressbook-file.c (e_book_file_dummy): fix relative_uri type, don't include every header in the world we dont' need. And it sure has hell seems to do something for a 'dummy' function. svn path=/trunk/; revision=30221
* fix some missing casts.Not Zed2005-08-242-4/+8
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * e-table-config.c (setup_fields): fix some missing casts. svn path=/trunk/; revision=30220
* cast warning away.Not Zed2005-08-243-3/+8
| | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * e-send-options.c (get_widgets): cast warning away. * e-calendar-item.c (e_calendar_item_realize): remove some unused vars. svn path=/trunk/; revision=30219