aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* only define skip_content: if it is used. (menu_file_add_attachment_cb):Not Zed2005-08-243-41/+51
| | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (build_message): only define skip_content: if it is used. (menu_file_add_attachment_cb): fixed the warning. Boy, what on earth is this thing doing! (add_to_bar): fix signature to match code. (emcab_add): more warning fixes for bizarre functions. (emcab_popup_position): more casting crap * e-msg-composer-hdrs.c (addressbook_dialog_response): Remove unused. (account_can_send): make this static, and define before first use. : include missing e-name-selector-entry header. (create_headers): fix casts/style (e_msg_composer_hdrs_set_to, e_msg_composer_hdrs_set_cc) (e_msg_composer_hdrs_set_bcc, e_msg_composer_hdrs_get_to) (e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): remove unused str. lazy addressbook hackers! svn path=/trunk/; revision=30218
* source-type is an enum not a pointer!Not Zed2005-08-2421-46/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * gui/e-cal-config.h: source-type is an enum not a pointer! * gui/tasks-component.c (selector_tree_drag_data_received): constify uid. * gui/itip-utils.c (comp_sentby): use the right list type for attendees. * gui/gnome-cal.c (config_categories_changed_cb): fix cast. (setup_widgets): fix casts. * gui/e-tasks.c: add missing e-categories.h include. (config_categories_changed_cb): fix cast. * gui/e-week-view.c (e_week_view_realize): remove unused. * gui/e-select-names-editable.c (e_select_names_editable_get_emails): remve unused. * gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set): remove/comment unused. * gui/e-meeting-store.c (freebusy_async): g* strikes again, use the right lock/unlock function for the g-spastic-mutex. (process_callbacks_main_thread): fix signature to match usage. (refresh_queue_add): cast off warning * gui/e-itip-control.c (cleanup_ecal): fix signature to match use * gui/e-day-view.c (process_component): remove unused vars. (e_day_view_realize): more. (e_day_view_on_event_double_click): cast (e_day_view_update_calendar_selection_time): define out unused * gui/e-calendar-table.c (e_calendar_table_init): more a11y related casts. * gui/e-calendar-view.c (on_edit_appointment): proper boolean conversion of a pointer. (transfer_selected_items): cast (on_unrecur_appointment): remove unused prop (e_calendar_view_open_event): proper boolean conversion of pointer. * gui/e-cal-popup.c (needs_to_accept): remove unused. * gui/e-cal-model.c (set_instance_times): remove unused. :include missing calendar-config. * gui/dialogs/meeting-page.c (clear_widgets): yawn, another gtklabel wawrning. (meeting_page_fill_component): constify attendees. * gui/dialogs/e-send-options-utils.c: remove unused global sod, add missing string.h * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct): remove unused. * gui/dialogs/comp-editor.c (response_cb): wtf, this can't use em_utils!!! #if 0 it out and add a build warning. (cab_popup_position): pointer cast. (set_attachment_list): remove unused. * gui/dialogs/calendar-setup.c (eccp_general_offline): change very incorrect N_ macro to _. (CalendarSourceDialog): Umm, source_type is an enum, not a pointer. (eccp_get_source_color): remove unused. svn path=/trunk/; revision=30217
* de-constify uri, and fix its creation logic. (load_source_cb): cast forNot Zed2005-08-2410-25/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * gui/component/addressbook.c (addressbook_authenticate): de-constify uri, and fix its creation logic. (load_source_cb): cast for warning. * gui/widgets/e-addressbook-view.c: more missing a11y include. * gui/widgets/e-minicard-view.c: another missing a11y include. * gui/widgets/e-minicard.c: include missing a11y include. (e_minicard_activate_editor): fix cast. * gui/widgets/eab-popup-control.c (eab_popup_control_display_contact): remove unused. * gui/widgets/eab-gui-util.c (eab_contact_save): fix conditional build. (eab_send_to_contact_and_email_num_list): fix boolean conversion. * gui/widgets/eab-contact-display.c (eab_contact_display_init): cast. * gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): constify file_as. * gui/contact-editor/e-contact-editor.c (init_im_record_location): fix warnings for conditional building. (fill_in_simple_field): do proper boolean conversion. (extract_simple_field): do proper boolean conversion. (response): constify categories, and dont bother initialising it. (image_clicked): remove warnings for conditional build. (e_contact_editor_is_valid): constify text. (e_contact_editor_create_web): cast. svn path=/trunk/; revision=30216
* cast warning, good ol win32 patches. (e_strftime): fix some clahey-code toNot Zed2005-08-247-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * e-util.c (e_mkdir_hier): cast warning, good ol win32 patches. (e_strftime): fix some clahey-code to use the right variable and not try to modify const strings by stealth. * eggtrayicon.h: add missing prototype. * e-gui-utils.c (e_create_image_widget): remove unused pixbuf. * e-dialog-utils.c (dialog_realized): fix cast. (e_dialog_set_transient_for_xid): same. (e_file_dialog_save): fix cases for build. * e-categories-config.c (e_categories_config_open_dialog_for_entry): cast & use right type for text. (icons_table[]): remove unused. * e-account-list.c (e_account_list_remove_account_proxies): cast to fix warning. svn path=/trunk/; revision=30215
* cast warning away.Not Zed2005-08-247-24/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * mail-tools.c (mail_tool_uri_to_folder): cast warning away. * mail-folder-cache.c: include missing header for e_filename_make_safe. * em-junk-hook.h: Fix some header includes, fix the include guard to use the right name. (EMJunk): Ugh, this is an object, properly derive from it! How did this work? * em-junk-hook.c (em_junk_check_junk): fix bool conversion. * em-format-html-display.c (efhd_bar_popup_position): another wraning, why this crap isn't in the attachment bar like i said it should be, i'll never know. (efhd_xpkcs7mime_viewcert_foad): only define if used. * em-account-editor.c (emae_defaults_page): attempt to fix parentheses (emae_security_page): fix conditional compilation warnings. svn path=/trunk/; revision=30214
* include missing e-error.hNot Zed2005-08-243-1/+9
| | | | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: include missing e-error.h * e-component-registry.c (query_components): cast away a seemingly spurious warning. svn path=/trunk/; revision=30213
* cast.Not Zed2005-08-242-1/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * filter-rule.c (get_widget): cast. svn path=/trunk/; revision=30212
* Hungarian translation updated.Gabor Kelemen2005-08-242-341/+349
| | | | | | | | 2005-08-23 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated. svn path=/trunk/; revision=30211
* Updtaed TranslationsAnkitkumar Rameshchandra Patel2005-08-232-513/+523
| | | | svn path=/trunk/; revision=30210
* Updated Ukrainian translation.Maxim Dziumanenko2005-08-232-2305/+2914
| | | | | | | | 2005-08-23 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation. svn path=/trunk/; revision=30209
* Updated Russian translationNickolay V. Shmyrev2005-08-232-2539/+1125
| | | | svn path=/trunk/; revision=30208
* Updated Indonesian translationMohammad DAMT2005-08-232-742/+491
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation svn path=/trunk/; revision=30207
* correct inadvertent delete in the previous commitHarish Krishnaswamy2005-08-231-22/+42
| | | | svn path=/trunk/; revision=30205
* e-plugin.c (ep_set_enabled): Fix compiler warning on early bailoutDavid Malcolm2005-08-232-1/+6
| | | | svn path=/trunk/; revision=30204
* Release 2.3.8Harish Krishnaswamy2005-08-233-39/+121
| | | | | | | | 2005-08-23 Harish Krishnaswamy <kharish@novell.com> * configure.in: Release 2.3.8 svn path=/trunk/; revision=30203
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-232-45/+53
| | | | | | | | 2005-08-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30202
* Translation updated by Tino Meinen.Vincent van Adrighem2005-08-232-32/+45
| | | | | | | | 2005-08-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=30201
* Updated Finnish translationIlkka Tuohela2005-08-222-366/+375
| | | | svn path=/trunk/; revision=30200
* Use exchange_operations_get_exchange_account. Fetch the password andSarfraaz Ahmed2005-08-225-16/+61
| | | | | | | | | | | | | | 2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (btn_fsize_clicked) (set_oof_info) : Use exchange_operations_get_exchange_account. * exchange-config-listener.c (exchange_config_listener_authenticate) : Fetch the password and connect. Added new * exchange-config-listener.h : Similar. * exchange-operations.c (exchange_operations_get_exchange_account) : Try authenticating if account is not found. svn path=/trunk/; revision=30199
* ** see previous commit changed variable name to groupwise_shared_foldervivek jain2005-08-223-3/+9
| | | | | | | | | | 2005-08-22 vivek jain <jvivek@novell.com> ** see previous commit changed variable name to groupwise_shared_folder svn path=/trunk/; revision=30198
* Using e_contact_get() for E_CONTACT_IS_LIST. See #314152.Sushma Rai2005-08-222-4/+15
| | | | | | Patch submitted by "ross@burtonini.com (Ross Burton)". svn path=/trunk/; revision=30197
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-222-371/+379
| | | | | | | | 2005-08-22 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30196
* Commiting Devashish patch for #241219. 2005-08-19 Devashish SharmaSrinivasa Ragavan2005-08-222-10/+25
| | | | | | | | | 2005-08-22 Srinivasa Ragavan <sragavan@novell.com> * Commiting Devashish patch for #241219. 2005-08-19 Devashish Sharma <sdevashish@novell.com> svn path=/trunk/; revision=30195
* Fixes the crash while exporting contacts in csv format. Fixes #269870Sushma Rai2005-08-222-7/+20
| | | | svn path=/trunk/; revision=30194
* Fixed strings encodingNickolay V. Shmyrev2005-08-221-1/+1
| | | | svn path=/trunk/; revision=30193
* : (org_gnome_shared_folder_factory) disable shared-folder functionaliltyVivek Jain2005-08-223-1/+22
| | | | | | | | | | | | | 2005-08-22 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) disable shared-folder functionalilty temporarily, (server doesn't show mails in it) export SHARED_FOLDER if you want to have it svn path=/trunk/; revision=30192
* Updated Serbian translation by Igor Nestorovic.Danilo Šegan2005-08-223-4209/+4717
| | | | svn path=/trunk/; revision=30191
* Dont try to connect when the account is offline.CVSShreyas Srinivasan2005-08-222-4/+26
| | | | | | | | | 2005-08-22 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is offline.CVS svn path=/trunk/; revision=30190
* Removed non-existent files from POTFILES.in.Danilo Šegan2005-08-222-2/+5
| | | | svn path=/trunk/; revision=30189
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-222-218/+222
| | | | | | | | 2005-08-22 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30188
* Allow selecting and removing multiple entries from contact list editor.Sushma Rai2005-08-222-3/+28
| | | | | | | | Fixes #235038. Patch submitted by "sean.gao@sun.com (Sean Gao)" and patch corrected by "Devashish Sharma <sdevashish@novell.com>". svn path=/trunk/; revision=30187
* Fixed the problem of comparison and never returning true, inSushma Rai2005-08-222-3/+10
| | | | | | match_email_hostname(). svn path=/trunk/; revision=30186
* ** See #308117.Not Zed2005-08-222-0/+8
| | | | | | | | | | 2005-08-19 Not Zed <NotZed@Ximian.com> ** See #308117. * Makefile.am: link to proper libraries. svn path=/trunk/; revision=30185
* ** See #312668.Not Zed2005-08-222-1/+14
| | | | | | | | | | | | 2005-08-19 Not Zed <NotZed@Ximian.com> ** See #312668. * mail-component.c (setline_done, impl_setLineStatus): change the camel-session online status before (if we're going online) or after (if we're going offline) actually doing offline processing. svn path=/trunk/; revision=30184
* Cleared of fuzzy, Macedonian translationIvan Stojmirov2005-08-221-6019/+4123
| | | | svn path=/trunk/; revision=30183
* reverted (accidentally updated by my previous check in)Mohammad DAMT2005-08-222-0/+7
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * POTFILES.in: reverted (accidentally updated by my previous check in) svn path=/trunk/; revision=30182
* Updated Indonesian translation.Mohammad DAMT2005-08-223-631/+426
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation. svn path=/trunk/; revision=30181
* fixed a typo: s/occured/occurred/gJens Seidel2005-08-228-8/+15
| | | | svn path=/trunk/; revision=30180
* Resolve #309074Francisco Javier F. Serrador2005-08-223-2/+7
| | | | | | | | 2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * Resolve #309074 svn path=/trunk/; revision=30179
* fixes a memory leak.Chenthill Palanisamy2005-08-222-13/+24
| | | | svn path=/trunk/; revision=30177
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-222-36/+40
| | | | | | | | 2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30176
* Updated Russian translationNickolay V. Shmyrev2005-08-212-3118/+5166
| | | | svn path=/trunk/; revision=30175
* Updated Greek TranslationKostas Papadimas2005-08-212-307/+313
| | | | svn path=/trunk/; revision=30174
* Updated Canadian English translation.Adam Weinberger2005-08-212-289/+293
| | | | | | | | 2005-08-21 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30173
* Put back in warning messages about calendar not being opened.Carsten Guenther2005-08-212-0/+13
| | | | | | | | | 2005-08-20 Carsten Guenther <carsten.guenther@scalix.com> * itip-formatter.c: (cal_opened_cb, final_cal_opened_cb): Put back in warning messages about calendar not being opened. svn path=/trunk/; revision=30172
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-212-455/+445
| | | | | | | | 2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30171
* Updated Norwegian Nynorsk translation.Sigurd Gartmann2005-08-212-2854/+3374
| | | | | | | | 2005-08-21 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=30170
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-08-202-408/+361
| | | | svn path=/trunk/; revision=30169
* corrected the date in changelog.Sushma Rai2005-08-201-4/+4
| | | | svn path=/trunk/; revision=30167
* Removed missing files. See bug #312668. Updated German translation.Frank Arnold2005-08-203-314/+321
| | | | | | | | | 2005-08-20 Frank Arnold <farnold@cvs.gnome.org> * POTFILES.in: Removed missing files. See bug #312668. * de.po: Updated German translation. svn path=/trunk/; revision=30166
* Updated Spanish trasnlation.Francisco Javier F. Serrador2005-08-202-6/+10
| | | | | | | | 2005-08-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish trasnlation. svn path=/trunk/; revision=30165
* Translation updated by Tino Meinen.Vincent van Adrighem2005-08-202-456/+472
| | | | | | | | 2005-08-19 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=30164
* Remove unwanted include of header that also borks the build.Harish Krishnaswamy2005-08-192-1/+5
| | | | | | | | | 2005-08-19 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/comp-editor.h: Remove unwanted include of header that also borks the build. svn path=/trunk/; revision=30163