aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-065-2/+14
| | | | | | | | **Fixes #321832 * gui/dialogs/event-editor.c: Pickup the right-icon for f/b. * gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon. svn path=/trunk/; revision=31667
* Fix for Bug 332915.Devashish Sharma2006-03-062-1/+6
| | | | svn path=/trunk/; revision=31666
* Added new images for the 2.6 documentation.Srinivasa Ragavan2006-03-063-0/+6
| | | | svn path=/trunk/; revision=31665
* Fixes bug #332140 Changed to transfer filenames from utf-8 to glibSimon Zheng2006-03-062-4/+13
| | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * e-attachment-bar.c: (temp_save_part): Changed to transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31664
* Fixes bug #332140Simon Zheng2006-03-063-9/+23
| | | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * gui/dialogs/comp-editor.c: (get_attachment_list): * gui/e-cal-popup.c: (temp_save_part): Transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31663
* Fixes bug #332140 Transfer filenames from utf-8 to glib encoding beforeSimon Zheng2006-03-062-4/+13
| | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * em-utils.c: (em_utils_temp_save_part): Transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31662
* Updating the doc for 2.6.Srinivasa Ragavan2006-03-062-330/+774
| | | | | | | | 2006-03-06 Srinivasa Ragavan <sragavan@novell.com> * C/evolution.xml: Updating the doc for 2.6. svn path=/trunk/; revision=31661
* Updated Ukrainian translation.Maxim Dziumanenko2006-03-062-4008/+5137
| | | | | | | | 2006-03-06 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation. svn path=/trunk/; revision=31660
* Fixed Russian translationLeonid Kanter2006-03-062-5/+7
| | | | svn path=/trunk/; revision=31659
* ** Fixes for 333235 If width of a widget is 0, don't draw it.Jeff Cai2006-03-062-4/+12
| | | | | | | | | | 2006-03-06 Jeff Cai <jeff.cai@sun.com> ** Fixes for 333235 * e-combo-button.c: (paint): If width of a widget is 0, don't draw it. svn path=/trunk/; revision=31658
* Fixes #311482 As uri is encaped ASCII-encoded, it can't be recognized whenSimon Zheng2006-03-062-2/+9
| | | | | | | | | | | 2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes #311482 * gui/dialogs/comp-editor.c: (set_attachment_list): As uri is encaped ASCII-encoded, it can't be recognized when setting mime part. Use filename instead of uri. svn path=/trunk/; revision=31657
* Fix for Bug 332136.Devashish Sharma2006-03-064-17/+12
| | | | svn path=/trunk/; revision=31656
* Fix for 331550.Harry Lu2006-03-063-0/+14
| | | | | | | | | | | | 2006-03-06 Harry Lu <harry.lu@sun.com> Fix for 331550. * calendar/ea-day-view.c: (ea_day_view_get_name): check the visibility of gcal before trying to get label. * calendar/ea-week-view.c: (ea_week_view_get_name): ditto. svn path=/trunk/; revision=31655
* committed fix for bug #328988Srinivasa Ragavan2006-03-063-76/+60
| | | | svn path=/trunk/; revision=31654
* Updated German translation.Frank Arnold2006-03-062-3997/+5551
| | | | | | | | 2006-03-06 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=31653
* fixes #330448Chenthill Palanisamy2006-03-062-0/+13
| | | | svn path=/trunk/; revision=31652
* Fixes #329353Chenthill Palanisamy2006-03-062-1/+8
| | | | svn path=/trunk/; revision=31651
* Freeing GConfValue. See #329251.Sushma Rai2006-03-062-1/+8
| | | | svn path=/trunk/; revision=31650
* Not unrefing the account passed to the signal handler. Fixes #332129.Sushma Rai2006-03-062-3/+5
| | | | svn path=/trunk/; revision=31649
* Fixed some strings and partial update of Danish translation.Ole Laursen2006-03-062-4483/+6076
| | | | | | | | | 2006-03-05 Ole Laursen <olau@hardworking.dk> * da.po: Fixed some strings and partial update of Danish translation. svn path=/trunk/; revision=31648
* Updated evolution zh_CN translation.Funda Wang2006-03-052-264/+275
| | | | svn path=/trunk/; revision=31647
* Static image preview in contact-editor image selector.Devashish Sharma2006-03-051-6/+7
| | | | svn path=/trunk/; revision=31646
* Fix for bug 268458.Devashish Sharma2006-03-052-1/+5
| | | | svn path=/trunk/; revision=31645
* Updated French translation.Benoît Dejean2006-03-052-4350/+5544
| | | | | | * fr.po: Updated French translation. svn path=/trunk/; revision=31644
* Updated Thai translation.Theppitak Karoonboonyanan2006-03-052-38/+42
| | | | | | | | 2006-03-05 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31643
* Updated Finnish translationIlkka Tuohela2006-03-041-10/+10
| | | | svn path=/trunk/; revision=31642
* Fixes #333234 Initialize calendar to ensure gconf_client is valid.Jeff Cai2006-03-042-0/+11
| | | | | | | | | | | 2006-03-04 Jeff Cai <jeff.cai@sun.com> Fixes #333234 * gui/calendar-config.c: (calendar_config_get_primary_tasks), (calendar_config_get_primary_memos): Initialize calendar to ensure gconf_client is valid. svn path=/trunk/; revision=31641
* Updated Finnish inboxIlkka Tuohela2006-03-041-1/+1
| | | | svn path=/trunk/; revision=31640
* Fixes #331089Chenthill Palanisamy2006-03-042-2/+14
| | | | svn path=/trunk/; revision=31639
* included the header file, authentication.hChenthill Palanisamy2006-03-041-0/+1
| | | | svn path=/trunk/; revision=31638
* fixes #330974.Chenthill Palanisamy2006-03-042-2/+11
| | | | svn path=/trunk/; revision=31637
* Updated Czech translation.Lukas Novotny2006-03-042-411/+343
| | | | | | | | 2006-03-03 Lukas Novotny <lukasnov@cvs.gnome.org> * cs.po: Updated Czech translation. svn path=/trunk/; revision=31636
* configure.in, added support for macedonian (mk) welcome messageAndre Klapper2006-03-044-1/+14
| | | | | | | | | 2006-03-03 Andre Klapper <a9016009@gmx.de> * configure.in, * mail/default/Makefile.am: added support for macedonian (mk) welcome message svn path=/trunk/; revision=31635
* added mail/default/lt/Makefile Fixes bug 333282. (committed by aklapper)Elijah Newren2006-03-042-0/+6
| | | | | | | | 2006-03-03 Elijah Newren <newren@gmail.com> * configure.in: added mail/default/lt/Makefile Fixes bug 333282. (committed by aklapper) svn path=/trunk/; revision=31634
* Tino Meinen updated the Dutch welcome message.Vincent van Adrighem2006-03-042-69/+99
| | | | | | | | | 2006-03-03 Vincent van Adrighem <adrighem@gnome.org> * default/nl/Inbox: Tino Meinen updated the Dutch welcome message. svn path=/trunk/; revision=31633
* Fixes #328389Chenthill Palanisamy2006-03-032-2/+26
| | | | svn path=/trunk/; revision=31632
* Fixes #324560 Request notification of changes to show_task_preview.Sam Yang2006-03-034-0/+38
| | | | | | | | | | | | | 2006-03-03 Sam Yang <sam.yang@sun.com> Fixes #324560 * gui/calendar-config.[ch]: (calendar_config_add_notification_preview_state): Request notification of changes to show_task_preview. * gui/e-tasks.c: (config_preview_state_changed_cb): Callback function. (setup_config): Send notification request and store connection ID. svn path=/trunk/; revision=31631
* Fixes #312423, #329749Chenthill Palanisamy2006-03-033-11/+29
| | | | svn path=/trunk/; revision=31630
* Updated Lithuanian translation.Žygimantas Beručka2006-03-032-128/+133
| | | | | | | | 2006-03-03 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=31629
* Added Lithuanian to SUBDIRS. Added Lithuanian translation for defaultŽygimantas Beručka2006-03-034-10/+390
| | | | | | | | | 2006-03-03 Žygimantas Beručka <zygis@gnome.org> * default/Makefile.am: Added Lithuanian to SUBDIRS. * default/lt/*: Added Lithuanian translation for default mailbox. svn path=/trunk/; revision=31628
* Updated Thai translation.Theppitak Karoonboonyanan2006-03-032-149/+155
| | | | | | | | 2006-03-03 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31627
* Updated Spanish translation.Francisco Javier F. Serrador2006-03-032-302/+130
| | | | | | | | 2006-03-03 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31626
* Updated Finnish default Inbox:Ilkka Tuohela2006-03-032-59/+78
| | | | | | | yesterday I used old default template for Finnish Inbox, now it matches text in 2.6 version svn path=/trunk/; revision=31625
* added mail/default/fi/Makefile Fixes bug 333079. (committed by aklapper)Elijah Newren2006-03-022-0/+6
| | | | | | | | 2006-03-02 Elijah Newren <newren@gmail.com> * configure.in: added mail/default/fi/Makefile Fixes bug 333079. (committed by aklapper) svn path=/trunk/; revision=31624
* Committing fix for bug #328283Srinivasa Ragavan2006-03-022-2/+10
| | | | svn path=/trunk/; revision=31623
* Added localized default mailbox for FinnishIlkka Tuohela2006-03-025-1/+377
| | | | svn path=/trunk/; revision=31622
* Added Macedonian TranslationArangel Angov2006-03-021-0/+2
| | | | svn path=/trunk/; revision=31621
* Added Macedonian translationArangel Angov2006-03-021-0/+7
| | | | svn path=/trunk/; revision=31620
* Added Macedonian Translation <ArangelA@cvs.gnome.org>Arangel Angov2006-03-021-0/+369
| | | | svn path=/trunk/; revision=31619
* Updated Russian translationLeonid Kanter2006-03-012-98/+124
| | | | svn path=/trunk/; revision=31618
* ** Fixes bug #331400Simon Zheng2006-03-012-1/+15
| | | | | | | | | | | | | 2006-03-01 Simon Zheng <simon.zheng@sun.com> ** Fixes bug #331400 * e-cell-text.c: (ect_print_height): Table item height is decided by the max cell height in item. And cell-text is just one of cells. As done by ect_print(), to leave some margin for text, 2 for footer, 2 for header, actual print height should be 16 + 4. svn path=/trunk/; revision=31617
* committed fix for moving composer window up the stack.Srinivasa Ragavan2006-03-012-0/+9
| | | | svn path=/trunk/; revision=31616
* Takes care of non SSL accounts too. Fixes #332948Sankar P2006-03-012-4/+11
| | | | | | | | | | | 2006-03-01 Sankar P <psankar@novell.com> * proxy-login.c: (proxy_get_password) (proxy_login_get_cnc): Takes care of non SSL accounts too. Fixes #332948 svn path=/trunk/; revision=31615
* Update the Welcome mail.Andre Klapper2006-03-012-45/+60
| | | | | | | 2006-03-01 Andre Klapper <a9016009@gmx.de> * default/C/Inbox: Update the Welcome mail. svn path=/trunk/; revision=31614
* *** empty log message ***Ignacio Casal Quinteiro2006-03-012-107/+115
| | | | svn path=/trunk/; revision=31613
* Updated Macedonian Translation <arangela@cvs.gnome.org>Arangel Angov2006-03-011-4786/+5625
| | | | svn path=/trunk/; revision=31612
* Fixed wrong translations.Takeshi AIHANA2006-02-282-51/+55
| | | | | | | | 2006-02-28 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translations. svn path=/trunk/; revision=31611
* fixes #332726Chenthill Palanisamy2006-02-282-9/+6
| | | | svn path=/trunk/; revision=31610
* fixing a leak.Christian Kellner2006-02-284-8/+15
| | | | | | | | | | 2006-02-28 Christian Kellner <gicmo@gnome.org> * evolution/plugins/addressbook-file/addressbook-file.c: * evolution/plugins/calendar-file/calendar-file.c: fixing a leak. svn path=/trunk/; revision=31609
* Fix for Bug #331998.Devashish Sharma2006-02-282-0/+9
| | | | svn path=/trunk/; revision=31608
* Updated Italian translation.Luca Ferretti2006-02-282-4237/+5574
| | | | | | | | 2006-02-28 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=31607
* added "ta" to ALL_LINGUASAndre Klapper2006-02-282-1/+5
| | | | | | | 2006-02-28 Andre Klapper <a9016009@gmx.de> * configure.in: added "ta" to ALL_LINGUAS svn path=/trunk/; revision=31606
* Fix for Bug 332811Devashish Sharma2006-02-282-1/+6
| | | | svn path=/trunk/; revision=31605
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-282-91/+108
| | | | svn path=/trunk/; revision=31604
* added hi to configure inRajesh Ranjan2006-02-282-1/+5
| | | | svn path=/trunk/; revision=31603
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-282-122/+131
| | | | svn path=/trunk/; revision=31602
* Updated Traditional Chinese translation(Taiwan). Updated TraditionalChao-Hsiung Liao2006-02-283-178/+195
| | | | | | | | | 2006-02-28 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation(Taiwan). * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). svn path=/trunk/; revision=31601
* Fix for Bug #332498: Orphaned category editor crashes evo.Devashish Sharma2006-02-282-3/+22
| | | | svn path=/trunk/; revision=31600
* Fixing a typo and pdf.Andre Klapper2006-02-283-1/+4
| | | | | | | 2006-02-27 Andre Klapper <a9016009@gmx.de> * quickref/C/quickref.tex: Fixing a typo and pdf. svn path=/trunk/; revision=31599
* Updating quickref and pdf. Fixes bug 316797.Andre Klapper2006-02-283-41/+50
| | | | | | | | 2006-02-27 Andre Klapper <a9016009@gmx.de> * quickref/C/quickref.tex: Updating quickref and pdf. Fixes bug 316797. svn path=/trunk/; revision=31598
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-282-103/+118
| | | | | | | | 2006-02-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31597
* Make the verify/decrypt gpg diagnostic text selectable in the securityJeffrey Stedfast2006-02-282-0/+9
| | | | | | | | | | | 2006-02-27 Jeffrey Stedfast <fejj@novell.com> * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): Make the verify/decrypt gpg diagnostic text selectable in the security dialog that comes up when you click the button in a message. Fixes bug #268414. svn path=/trunk/; revision=31596
* Release updates, version bump. ***** Release 2.5.92 *****Srinivasa Ragavan2006-02-273-1/+37
| | | | | | | | | 2006-02-13 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.92 ***** svn path=/trunk/; revision=31594
* Fixed some typos.Inaki Larranaga2006-02-272-1/+5
| | | | | | | | 2006-02-27 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Fixed some typos. svn path=/trunk/; revision=31593
* Fixed the typo "retrun" to "return"Sushma Rai2006-02-272-1/+5
| | | | svn path=/trunk/; revision=31592
* Commited fix for crash during startup.Srinivasa Ragavan2006-02-272-1/+6
| | | | svn path=/trunk/; revision=31591
* NULL check for accounts. Fixes #332185.Sushma Rai2006-02-273-1/+16
| | | | svn path=/trunk/; revision=31590
* Updated Welsh translation.Rhys Jones2006-02-272-391/+501
| | | | | | | | 2006-02-27 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/trunk/; revision=31589
* Fix for bug #322689Devashish Sharma2006-02-272-1/+7
| | | | svn path=/trunk/; revision=31588
* Updated Basque translation.Inaki Larranaga2006-02-272-7107/+7330
| | | | | | | | 2006-02-27 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=31587
* Trying to get the exchange account, only when invoked for exchange accountSushma Rai2006-02-272-33/+68
| | | | | | | and also not showing the folder permissions dialog when invoked in offline mode. See #332514. svn path=/trunk/; revision=31585
* Added bug id to the changelog.Sushma Rai2006-02-271-1/+1
| | | | svn path=/trunk/; revision=31584
* Fixed the problem with the sent and drafts folder URIs and alsoSushma Rai2006-02-272-15/+56
| | | | | | setting them. Fixes #324693. svn path=/trunk/; revision=31583
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-263-150/+183
| | | | | | | | | 2006-02-26 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=31582
* Updated Japanese translation for v2.13.91.Takeshi AIHANA2006-02-252-2335/+2618
| | | | | | | | 2006-02-25 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation for v2.13.91. svn path=/trunk/; revision=31581
* Updated Greek translationKostas Papadimas2006-02-252-116/+222
| | | | svn path=/trunk/; revision=31580
* update for change stringAmanpreet Singh Alam2006-02-251-3023/+3435
| | | | svn path=/trunk/; revision=31579
* Memory leak fixes. See #329251.Sushma Rai2006-02-253-0/+12
| | | | svn path=/trunk/; revision=31578
* Updated Greek translationKostas Papadimas2006-02-252-281/+188
| | | | svn path=/trunk/; revision=31577
* Committing Rohini's patch for bug #324742.Srinivasa Ragavan2006-02-242-7/+37
| | | | svn path=/trunk/; revision=31576
* Fixed bug #332408Srinivasa Ragavan2006-02-242-0/+56
| | | | svn path=/trunk/; revision=31575
* Fixes bug #322789Srinivasa Ragavan2006-02-242-2/+10
| | | | svn path=/trunk/; revision=31574
* Added code to handle the case if the account is marked as default. FixesSankar P2006-02-242-2/+18
| | | | | | | | | | | 2006-02-24 Sankar P <psankar@novell.com> * em-account-editor.c: (emae_check_complete) (emae_identity_page): Added code to handle the case if the account is marked as default. Fixes #332034 svn path=/trunk/; revision=31573
* Fixes #330677Chenthill Palanisamy2006-02-242-8/+15
| | | | svn path=/trunk/; revision=31572
* Small Catalan translation updateJordi Mas2006-02-242-10/+14
| | | | svn path=/trunk/; revision=31571
* Updated Finnish translationIlkka Tuohela2006-02-231-1/+1
| | | | svn path=/trunk/; revision=31570
* Updated Finnish translationIlkka Tuohela2006-02-232-59/+66
| | | | svn path=/trunk/; revision=31569
* ** Fixes bug #329733Veerapuram Varadhan2006-02-232-3/+38
| | | | | | | | * em-folder-properties.c (emfp_dialog_got_folder): Fetch both VISIBLE and DELETED count from the folder and adjust it according before showing it in the properties dialog w.r.t user preferences. svn path=/trunk/; revision=31568
* Fix for Bug #332123.Devashish Sharma2006-02-232-0/+7
| | | | svn path=/trunk/; revision=31567
* New->Contact should create contact on selected addressbook.Devashish Sharma2006-02-232-1/+31
| | | | svn path=/trunk/; revision=31566
* ka.po: Added Georgian translation.Clytie Siddall2006-02-232-0/+22285
| | | | svn path=/trunk/; revision=31565
* Translation updated by Ivar Smolin.Priit Laes2006-02-222-11/+26
| | | | | | | | 2006-02-22 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31564
* Fix for 331993.Simon Zheng2006-02-222-3/+9
| | | | | | | | | | 2006-02-22 Simon Zheng <simon.zheng@sun.com> Fix for 331993. * printing/medbook.ecps: Add "Regular" to the font name. svn path=/trunk/; revision=31563
* Fixes bug #328252Irene.Huang2006-02-222-0/+8
| | | | | | | | | | | 2006-02-22 Irene.Huang <Irene.Huang@sun.com> Fixes bug #328252 * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS) to liborg_gnome_evolution_caldav_la_LIBADD. svn path=/trunk/; revision=31562
* Translation updated by Ivar Smolin.Priit Laes2006-02-222-15/+42
| | | | | | | | 2006-02-22 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31561
* Use the same Win32 macro for gmtime_r() that guards against gmtime()Tor Lillqvist2006-02-222-4/+30
| | | | | | | | | | | | | 2006-02-21 Tor Lillqvist <tml@novell.com> * em-composer-utils.c: Use the same Win32 macro for gmtime_r() that guards against gmtime() returning NULL as elsewhere. gmtime() is thread-safe on Win32. (attribution_format): Check if camel returns CAMEL_MESSAGE_DATE_CURRENT for Date:, try the date from Received: then. If that doesn't work either, use current date. svn path=/trunk/; revision=31560
* eab_view_discard_menus : Dont assert if view->view_instance is NULL.Devashish Sharma2006-02-221-1/+0
| | | | svn path=/trunk/; revision=31559
* Updated Serbian translationSlobodan D. Sredojevic2006-02-223-2270/+2664
| | | | | | | | 2006-02-21 Slobodan D. Sredojevic <slobo@akrep.be> * sr.po, sr@Latn.po: Updated Serbian translation svn path=/trunk/; revision=31558
* Catalan translation updateJordi Mas2006-02-212-1481/+1764
| | | | svn path=/trunk/; revision=31557
* fixes a crash.Chenthill Palanisamy2006-02-212-2/+12
| | | | svn path=/trunk/; revision=31556
* Translation updated by Ivar Smolin.Priit Laes2006-02-212-352/+481
| | | | | | | | 2006-02-21 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31555
* Clarify my last entry.Tor Lillqvist2006-02-211-3/+4
| | | | svn path=/trunk/; revision=31554
* On Win32, set the gtk-fallback-icon-theme to "gnome".Tor Lillqvist2006-02-212-0/+7
| | | | | | | | | 2006-02-21 Tor Lillqvist <tml@novell.com> * main.c (main): On Win32, set the gtk-fallback-icon-theme to "gnome". svn path=/trunk/; revision=31553
* Added mk to ALL_LINGUAS <arangela@cvs.gnome.org>Arangel Angov2006-02-211-0/+4
| | | | svn path=/trunk/; revision=31552
* Added mk to ALL_LINGUAS *configure.inArangel Angov2006-02-211-1/+1
| | | | svn path=/trunk/; revision=31551
* On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise weTor Lillqvist2006-02-212-1/+13
| | | | | | | | | | | 2006-02-21 Tor Lillqvist <tml@novell.com> * main.c (main): On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise we hang with the link_io_thread still running (blocked in g_poll()). Sigh, the linc2 code is a mystery. Why this is necessary I have no idea. svn path=/trunk/; revision=31550
* Fix more brokenness. doh check if its the proxy page. Need whack on theShreyas Srinivasan2006-02-212-3/+12
| | | | | | | | | 2006-02-21 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. Need whack on the head for sucky reckless commit. svn path=/trunk/; revision=31549
* Fix for bug 322160.Srinivasa Ragavan2006-02-214-12/+27
| | | | svn path=/trunk/; revision=31548
* Fix more brokenness. doh check if its the proxy page.Shreyas Srinivasan2006-02-202-4/+9
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. svn path=/trunk/; revision=31547
* Fixes bug #331635Irene Huang2006-02-202-1/+9
| | | | | | | | | | | | 2006-02-18 Irene Huang <Irene.Huang@sun.com> Fixes bug #331635 * exchange-account-setup.c: (org_gnome_exchange_settings): Add NULL as the last parameter in g_object_new to mark the the end of parameter list. svn path=/trunk/; revision=31546
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-202-441/+489
| | | | svn path=/trunk/; revision=31545
* ** Fixes bug 33139Parthasarathi Susarla2006-02-202-3/+14
| | | | | | | | | | | | | 2006-02-20 Parthasarathi Susarla <sparthasarathi@novell.com> ** Fixes bug 33139 * mail-vfolder.c: (mail_vfolder_shutdown): assign 'vfolder_hash' to NULL after destroying. Committed Patch on behalf of Joe Marcus Clarke (marcus@freebsd.org) svn path=/trunk/; revision=31544
* Updated Czech translation by Lukas Novotny.Miloslav Trmac2006-02-202-1134/+1390
| | | | | | | | 2006-02-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Lukas Novotny. svn path=/trunk/; revision=31543
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-202-53/+75
| | | | | | | | 2006-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31542
* Updated Traditional Chinese translation(Taiwan). Updated TraditionalChao-Hsiung Liao2006-02-193-2202/+2451
| | | | | | | | | 2006-02-19 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation(Taiwan). * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). svn path=/trunk/; revision=31541
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-183-530/+535
| | | | | | | | | 2006-02-18 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=31540
* Translation updated by Tino Meinen.Vincent van Adrighem2006-02-172-480/+598
| | | | | | | | 2006-02-17 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=31539
* Updated Greek translationKostas Papadimas2006-02-172-2046/+2346
| | | | svn path=/trunk/; revision=31538
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-172-387/+504
| | | | | | | | 2006-02-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31537
* Updated Russian translationLeonid Kanter2006-02-171-1136/+1159
| | | | svn path=/trunk/; revision=31536
* Initialize connection only when the proxy tab is clicked.Shreyas Srinivasan2006-02-162-2/+9
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Initialize connection only when the proxy tab is clicked. svn path=/trunk/; revision=31535
* Fix for bug #331215Srinivasa Ragavan2006-02-162-2/+8
| | | | svn path=/trunk/; revision=31534
* Return a value... Why are blatant errors like this just warnings in gcc?Tor Lillqvist2006-02-162-3/+9
| | | | | | | | | | 2006-02-16 Tor Lillqvist <tml@novell.com> * e-msg-composer-hdrs.c (e_msg_composer_hdrs_get_to) (e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): Return a value... Why are blatant errors like this just warnings in gcc? svn path=/trunk/; revision=31533
* Updated Russian translationLeonid Kanter2006-02-162-3960/+4989
| | | | svn path=/trunk/; revision=31532
* Updated Lithuanian translation.Žygimantas Beručka2006-02-152-1154/+1260
| | | | | | | | 2006-02-15 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=31531
* need to show the stauts messageParthasarathi Susarla2006-02-152-2/+7
| | | | | | | | | 2006-02-15 Parthasarathi Susarla <sparthasarathi@novell.com> * mail-mt.c: (do_op_status): need to show the stauts message svn path=/trunk/; revision=31530
* See bug ** 325967Shi Pu2006-02-152-0/+31
| | | | | | | | | | | | | 2006-02-15 Shi Pu <shi.pu@sun.com> See bug ** 325967 * em-account-editor.c: (emae_service_url_changed): When username entry value of "Sending Email" page/tab is not empty, check combo box of authmech, to pick up the authmech information. svn path=/trunk/; revision=31529
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-151-80/+97
| | | | svn path=/trunk/; revision=31528
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-151-0/+5
| | | | svn path=/trunk/; revision=31527
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+10
| | | | svn path=/trunk/; revision=31526
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+9
| | | | svn path=/trunk/; revision=31525
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-152-0/+8
| | | | svn path=/trunk/; revision=31524
* Updated Finnish translationIlkka Tuohela2006-02-152-268/+326
| | | | svn path=/trunk/; revision=31523
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-152-322/+425
| | | | | | | | 2006-02-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31522
* Another typo fix from gfree to g_free.Andre Klapper2006-02-142-1/+5
| | | | | | | 2006-02-14 Andre Klapper <a9016009@gmx.de> * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free. svn path=/trunk/; revision=31521
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+5
| | | | | | * bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31520
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+6
| | | | | | | * itip-formatter.c (itip_formatter_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31519
* *** empty log message ***Ignacio Casal Quinteiro2006-02-142-134/+140
| | | | svn path=/trunk/; revision=31518
* Use pango for all text handling when printing addressbooksDevashish Sharma2006-02-143-262/+160
| | | | svn path=/trunk/; revision=31517
* Translation updated by Ivar Smolin.Priit Laes2006-02-142-109/+71
| | | | | | | | 2006-02-14 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31516
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-142-431/+501
| | | | svn path=/trunk/; revision=31515
* Commiting the missed changelog.Srinivasa Ragavan2006-02-141-1/+2
| | | | svn path=/trunk/; revision=31514
* Fix for bug #330931 #331029Srinivasa Ragavan2006-02-142-1/+7
| | | | svn path=/trunk/; revision=31513
* Fixes bug #328283Srinivasa Ragavan2006-02-142-2/+12
| | | | svn path=/trunk/; revision=31512
* damn, changed the wrong changelog. so removing and adding. :-)Andre Klapper2006-02-142-5/+5
| | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> damn, changed the wrong changelog. so removing and adding. :-) svn path=/trunk/; revision=31511
* adding thai support. fixes the UI part of bug 251062.Andre Klapper2006-02-142-0/+8
| | | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> * e-charset-picker.c: adding thai support. fixes the UI part of bug 251062. svn path=/trunk/; revision=31510
* Release updates, version bump. ***** Release 2.5.91 *****Harish Krishnaswamy2006-02-143-1/+35
| | | | | | | | | 2006-02-13 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.91 ***** svn path=/trunk/; revision=31508
* 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>,Andre Klapper2006-02-134-9/+29
| | | | | | | | | | Andre Klapper <a9016009@gmx.de> * addressbook/ldap-config.glade: * mail/em-account-editor.c: Fix the Security options to finally be descriptive, rather than obscuring. Fixes the UI part of bug #321797. svn path=/trunk/; revision=31507
* ** Fixes bug #221270. Removed white space before : when displaying accountRohini S2006-02-132-6/+14
| | | | | | | | | | | 2006-02-13 Rohini S <srohini@novell.com> ** Fixes bug #221270. * mail-send-recv.c: (build_dialog): Removed white space before : when displaying account information in Send/Receive dialog. (committed by andre, heading a string freeze ;-) svn path=/trunk/; revision=31506
* uncommenting a string. Fixes bug 271734.Andre Klapper2006-02-132-1/+6
| | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> * mail-mt.c: uncommenting a string. Fixes bug 271734. svn path=/trunk/; revision=31505
* changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-)Andre Klapper2006-02-132-1/+5
| | | | | | | | 2006-02-13 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-) svn path=/trunk/; revision=31504
* Updated evolution zh_CN translation.Funda Wang2006-02-132-954/+1043
| | | | svn path=/trunk/; revision=31503
* Creating the widget with "use_underline" property. Fixes #330504.Sushma Rai2006-02-132-2/+9
| | | | svn path=/trunk/; revision=31502
* *** empty log message ***Ignacio Casal Quinteiro2006-02-132-128/+153
| | | | svn path=/trunk/; revision=31501
* sensitize should be initialized to TRUE since it is being ANDed to computeHarish Krishnaswamy2006-02-132-1/+8
| | | | | | | | | | | 2006-02-13 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/task-page.c: (sensitize_widgets): sensitize should be initialized to TRUE since it is being ANDed to compute sens. Fixes #330957 and #330958. svn path=/trunk/; revision=31500
* Translation updated by Ivar Smolin.Priit Laes2006-02-132-62/+44
| | | | | | | | 2006-02-13 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31499
* Fix mnemonics and tooltips.Karsten Bräckelmann2006-02-132-4/+9
| | | | svn path=/trunk/; revision=31498
* Fix mnemonics to be consistent.Karsten Bräckelmann2006-02-134-4/+14
| | | | svn path=/trunk/; revision=31497
* added mnemonicsKarsten Bräckelmann2006-02-132-14/+18
| | | | svn path=/trunk/; revision=31496
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-133-1002/+1199
| | | | | | | | | 2006-02-13 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=31495
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-136-5/+36
| | | | svn path=/trunk/; revision=31494
* fix mnemonicKarsten Bräckelmann2006-02-132-1/+6
| | | | svn path=/trunk/; revision=31493
* mark strings for translationKarsten Bräckelmann2006-02-132-3/+8
| | | | svn path=/trunk/; revision=31492
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-122-783/+839
| | | | svn path=/trunk/; revision=31491
* *** empty log message ***Ignacio Casal Quinteiro2006-02-122-57/+107
| | | | svn path=/trunk/; revision=31490
* Updated Finnish translation.Ilkka Tuohela2006-02-122-165/+235
| | | | svn path=/trunk/; revision=31489
* added translator comments for some occurrences of heavy sentenceAndre Klapper2006-02-123-11/+67
| | | | | | | | | | 2006-02-12 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recurrence-page.glade: * gui/dialogs/recurrence-page.c: added translator comments for some occurrences of heavy sentence splitting. Hopefully fixes bug 329695. svn path=/trunk/; revision=31488
* changed string and added translator comments. Fixes bug 256907.Andre Klapper2006-02-122-1/+6
| | | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changed string and added translator comments. Fixes bug 256907. svn path=/trunk/; revision=31487
* adding mnemonic. Fixes bug 328151.Andre Klapper2006-02-122-2/+6
| | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * default-source.c: adding mnemonic. Fixes bug 328151. svn path=/trunk/; revision=31486
* Translation updated by Ivar Smolin.Priit Laes2006-02-122-871/+962
| | | | | | | | 2006-02-11 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31485
* adding translator comments to "second" strings to distinguish ordinalAndre Klapper2006-02-124-1/+11
| | | | | | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * gui/dialogs/recurrence-page.c: * gui/alarm-notify/util.c: * gui/misc.c: adding translator comments to "second" strings to distinguish ordinal numbers and time divisions. Fixes bug 328988. svn path=/trunk/; revision=31484
* Updated Brazilian Portuguese translationRaphael Higino2006-02-122-988/+735
| | | | svn path=/trunk/; revision=31483
* *** empty log message ***Ignacio Casal Quinteiro2006-02-112-77/+59
| | | | svn path=/trunk/; revision=31482
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-112-1027/+1121
| | | | | | | | 2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31481
* Updated Welsh translation.Rhys Jones2006-02-112-3945/+5402
| | | | | | | | 2006-02-11 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/trunk/; revision=31480
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-112-124/+149
| | | | | | | | 2006-02-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31479
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-112-123/+105
| | | | svn path=/trunk/; revision=31478
* a11y changes for bug #330723Karsten Bräckelmann2006-02-1114-15/+43
| | | | svn path=/trunk/; revision=31477
* change Filters dialog window title to be HIG compliantKarsten Bräckelmann2006-02-112-1/+6
| | | | svn path=/trunk/; revision=31476
* fix a11y string, bug #330712Karsten Bräckelmann2006-02-112-1/+7
| | | | svn path=/trunk/; revision=31475
* *** empty log message ***Ignacio Casal Quinteiro2006-02-112-46/+50
| | | | svn path=/trunk/; revision=31474
* Translation updated by Tino Meinen.Vincent van Adrighem2006-02-102-620/+640
| | | | | | | | 2006-02-10 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=31473
* updated the bug ids.Sushma Rai2006-02-101-1/+1
| | | | svn path=/trunk/; revision=31472
* fixes #329570Chenthill Palanisamy2006-02-102-16/+15
| | | | svn path=/trunk/; revision=31471
* Fixes the problems of marking GAL for offline usage and as default folderSushma Rai2006-02-102-15/+32
| | | | | | | and also overwriting the GAL uri with relative uri of some other folder. Fixes #329623 and #329624 svn path=/trunk/; revision=31470
* Updated Finnish translation.Ilkka Tuohela2006-02-102-630/+643
| | | | svn path=/trunk/; revision=31469
* Freeing uri_text. See #329251.Sushma Rai2006-02-102-1/+7
| | | | svn path=/trunk/; revision=31468
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-102-613/+618
| | | | svn path=/trunk/; revision=31467
* some trivial string changes for bug 327932Karsten Bräckelmann2006-02-102-10/+18
| | | | svn path=/trunk/; revision=31466
* Factorize some code.Frédéric Crozat2006-02-102-29/+18
| | | | | | | | * e-msg-composer-hdrs.c: (e_msg_composer_hdrs_get_internal), (e_msg_composer_hdrs_get_to), (e_msg_composer_hdrs_get_cc), (e_msg_composer_hdrs_get_bcc): Factorize some code. svn path=/trunk/; revision=31465
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-092-28/+32
| | | | | | | | 2006-02-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31464
* fixes #330521Chenthill Palanisamy2006-02-092-2/+8
| | | | svn path=/trunk/; revision=31463
* Pass the client along with the id for search to handle cases where theHarish Krishnaswamy2006-02-092-2/+9
| | | | | | | | | | | 2006-02-09 Harish Krishnaswamy <kharish@novell.com> * gui/e-cal-model.c: (e_cal_view_objects_added_cb): Pass the client along with the id for search to handle cases where the same backend source has multiple clients in the view. Remove the FIXME. svn path=/trunk/; revision=31462
* *** empty log message ***Ignacio Casal Quinteiro2006-02-092-608/+614
| | | | svn path=/trunk/; revision=31461
* Freeing font value string. See #309316.Sushma Rai2006-02-092-0/+6
| | | | svn path=/trunk/; revision=31460
* Upstreaming Olaf Hering's patch to use signed chars.Harish Krishnaswamy2006-02-092-1/+6
| | | | | | | | | 2006-02-09 Harish Krishnaswamy <kharish@novell.com> * e-bconf-map.c: Upstreaming Olaf Hering's patch to use signed chars. svn path=/trunk/; revision=31459
* fixes #329768Chenthill Palanisamy2006-02-092-4/+8
| | | | svn path=/trunk/; revision=31458
* fixes #330465Chenthill Palanisamy2006-02-092-2/+8
| | | | svn path=/trunk/; revision=31457
* Construct the pathname to the xml file at run-time to avoid usingTor Lillqvist2006-02-092-1/+13
| | | | | | | | | | 2006-02-08 Tor Lillqvist <tml@novell.com> * gui/dialogs/task-editor.c (task_editor_init): Construct the pathname to the xml file at run-time to avoid using compile-time paths on Windows. svn path=/trunk/; revision=31456
* Translation updated by Tino Meinen.Vincent van Adrighem2006-02-092-207/+259
| | | | | | | | 2006-02-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=31455
* fix typo, correct phrasingKarsten Bräckelmann2006-02-092-2/+6
| | | | svn path=/trunk/; revision=31454
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-092-602/+612
| | | | | | | | 2006-02-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31453
* broken pipes are soo funKjartan Maraas2006-02-0822-210/+41
| | | | svn path=/trunk/; revision=31452
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-0855-680/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-09 Kjartan Maraas <kmaraas@gnome.org> * gui/alarm-notify/alarm-notify-dialog.c: (add_alarm_to_notified_alarms_dialog): * gui/alarm-notify/alarm-queue.c: (remove_queued_alarm), (open_alarm_dialog), (menu_item_toggle_callback), (populate): * gui/alarm-notify/alarm.c: (pop_alarm), (alarm_remove): * gui/alarm-notify/config-data.c: (config_data_replace_string_list): * gui/cal-search-bar.c: (regen_query): * gui/calendar-view-factory.c: * gui/calendar-view.c: * gui/comp-editor-factory.c: (edit_existing), (resolve_pending_requests), (impl_editExisting), (impl_editNew): * gui/control-factory.c: * gui/dialogs/cal-attachment-select-file.c: (comp_editor_select_file_attachments): * gui/dialogs/calendar-setup.c: (eccp_get_source_type): * gui/dialogs/comp-editor.c: (comp_editor_class_init), (commit_all_fields), (delete_event_cb), (editor_key_press_event), (menu_file_save_cb), (menu_file_close_cb), (make_icon_from_comp), (comp_editor_focus), (needs_send_cb): * gui/dialogs/delete-comp.c: (delete_component_dialog): * gui/dialogs/e-delegate-dialog.c: * gui/dialogs/event-editor.c: * gui/dialogs/event-page.c: (event_page_fill_widgets), (popup_delete_cb), (list_key_press): * gui/dialogs/meeting-page.c: (remove_clicked_cb), (popup_delete_cb), (button_press_event), (list_key_press), (meeting_page_construct): * gui/dialogs/memo-editor.c: (init_widgets), (memo_editor_set_e_cal), (memo_editor_edit_comp), (memo_editor_send_comp): * gui/dialogs/memo-page.c: * gui/dialogs/recurrence-page.c: (fill_exception_widgets), (exception_add_cb): * gui/dialogs/schedule-page.c: (clear_widgets), (schedule_page_fill_component): * gui/dialogs/task-details-page.c: (task_details_page_fill_timezones), (complete_date_changed): * gui/dialogs/task-editor.c: * gui/dialogs/task-page.c: (task_page_fill_widgets), (popup_delete_cb), (list_key_press): * gui/e-alarm-list.c: (get_alarm_string): * gui/e-cal-component-memo-preview.c: (write_html): * gui/e-cal-component-preview.c: (write_html): * gui/e-cal-list-view-config.c: (e_cal_list_view_config_set_property), (e_cal_list_view_config_get_property), (e_cal_list_view_config_dispose): * gui/e-cal-list-view.c: * gui/e-cal-model-calendar.c: (ecmc_value_at): * gui/e-cal-model-memos.c: (ecmm_value_at): * gui/e-cal-model-tasks.c: (get_due_status), (ecmt_value_at), (ecmt_set_value_at), (ecmt_is_cell_editable), (ecmt_value_is_empty), (e_cal_model_tasks_mark_task_complete), (e_cal_model_tasks_update_due_tasks): * gui/e-cal-model.c: (get_classification), (ecm_get_color_for_component), (e_cal_model_set_default_client), (e_cal_view_objects_modified_cb), (e_cal_model_add_client), (e_cal_model_remove_client), (e_cal_model_set_instance_times): * gui/e-cal-popup.c: (ecalp_part_popup_saveas): * gui/e-calendar-table-config.c: (e_calendar_table_config_set_property), (e_calendar_table_config_get_property), (e_calendar_table_config_dispose): * gui/e-calendar-table.c: (e_calendar_table_class_init): * gui/e-calendar-table.h: * gui/e-calendar-view.c: (e_calendar_view_set_property), (e_calendar_view_get_property), (open_event_with_flags), (e_calendar_view_get_tooltips): * gui/e-cell-date-edit-config.c: (e_cell_date_edit_config_set_property), (e_cell_date_edit_config_get_property), (e_cell_date_edit_config_dispose): * gui/e-cell-date-edit-text.c: * gui/e-comp-editor-registry.c: * gui/e-date-edit-config.c: (e_date_edit_config_set_property), (e_date_edit_config_get_property), (e_date_edit_config_dispose): * gui/e-day-view-config.c: (e_day_view_config_set_property), (e_day_view_config_get_property), (e_day_view_config_dispose): * gui/e-day-view-main-item.c: (e_day_view_main_item_set_arg), (e_day_view_main_item_draw_day_event), (e_day_view_main_item_event): * gui/e-day-view-time-item.c: (e_day_view_time_item_set_arg), (e_day_view_time_item_get_column_width): * gui/e-day-view-top-item.c: (e_day_view_top_item_set_arg), (e_day_view_top_item_draw_long_event), (e_day_view_top_item_draw_triangle), (e_day_view_top_item_event): * gui/e-day-view.c: (process_component), (e_day_view_style_set), (e_day_view_recalc_cell_sizes), (e_day_view_foreach_event), (e_day_view_reshape_resize_long_event_rect_item), (e_day_view_update_long_event_resize), (e_day_view_update_resize), (e_day_view_reshape_long_event), (e_day_view_reshape_day_event), (e_day_view_change_duration_to_start_of_work_day), (tooltip_destroy), (e_day_view_on_text_item_event), (e_day_view_on_editing_stopped): * gui/e-itip-control.c: (e_itip_control_class_init), (find_cal_opened_cb), (find_server), (set_date_label), (ok_clicked_cb): * gui/e-meeting-attendee.c: * gui/e-meeting-list-view.c: (e_meeting_list_view_remove_attendee_from_name_selector): * gui/e-meeting-store.c: (role_to_text), (partstat_to_text), (e_meeting_store_set_value): * gui/e-meeting-time-sel-item.c: (e_meeting_time_selector_item_set_arg), (e_meeting_time_selector_item_paint_all_attendees_busy_periods): * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct), (e_meeting_time_selector_recalc_date_format): * gui/e-memo-table-config.c: (e_memo_table_config_set_property), (e_memo_table_config_get_property), (e_memo_table_config_dispose): * gui/e-memo-table.c: (e_memo_table_class_init), (task_compare_cb): * gui/e-memos.c: (update_view), (backend_error_cb), (open_ecal): * gui/e-mini-calendar-config.c: (e_mini_calendar_config_set_property), (e_mini_calendar_config_get_property), (e_mini_calendar_config_dispose): * gui/e-pub-utils.c: (is_publish_time), (e_pub_publish): * gui/e-tasks.c: (process_completed_tasks), (backend_error_cb): * gui/e-timezone-entry.c: (e_timezone_entry_destroy): * gui/e-week-view-config.c: (e_week_view_config_set_property), (e_week_view_config_get_property), (e_week_view_config_dispose): * gui/e-week-view-event-item.c: (e_week_view_event_item_draw), (e_week_view_event_item_draw_icons): * gui/e-week-view-main-item.c: (e_week_view_main_item_set_arg): * gui/e-week-view-titles-item.c: (e_week_view_titles_item_set_arg), (e_week_view_titles_item_draw): * gui/e-week-view.c: (process_component), (tooltip_destroy), (tooltip_event_cb), (e_week_view_reshape_event_span), (e_week_view_on_text_item_event), (e_week_view_event_move), (e_week_view_on_editing_stopped), (e_week_view_do_key_press): * gui/gnome-cal.c: (dn_e_cal_view_objects_modified_cb), (dn_e_cal_view_done_cb), (table_selection_change_cb), (gnome_calendar_goto), (focus_current_view), (backend_error_cb), (gnome_calendar_set_selected_time_range), (gnome_calendar_get_current_time_range), (gnome_calendar_get_visible_time_range), (gnome_calendar_delete_selected_occurrence): * gui/goto.c: (goto_dialog): * gui/itip-utils.c: (comp_fb_normalize): * gui/memos-component.c: (create_new_memo), (impl_requestCreateItem): * gui/migration.c: (migrate_memos): * gui/print.c: (print_month_small), (print_day_details), (print_todo_details), (print_comp_item): * gui/tasks-component.c: (create_new_todo), (impl_requestCreateItem): * gui/weekday-picker.c: Cleanups: - remove unused vars - remove extraneous semi-colons - add some comments where assignments were done without using the results later - remove break; statements after return foo; - add casts in some places to be more type correct - rename variables with name clashes - s/if/ifdef in some cases - mark some code static - remove some unused functions - use guint for 1-bit bitfields svn path=/trunk/; revision=31451
* Quiet cvs some moreKjartan Maraas2006-02-081-3/+5
| | | | svn path=/trunk/; revision=31450
* Quiet cvs a bitKjartan Maraas2006-02-081-0/+3
| | | | svn path=/trunk/; revision=31449
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-0825-107/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-09 Kjartan Maraas <kmaraas@gnome.org> * em-account-editor.h: s/int/guint/g for 1-bit bitfield. * em-composer-utils.c: (em_utils_redirect_message): Remove cruft * em-folder-tree.c: (emft_drop_target): use guint for 1-bit bitfield and rename a variable with a name clash. * em-folder-utils.c: (em_folder_utils_rename_folder): Rename var to avoid name clashes. * em-folder-view.c: guint for 1-bit bitfields. * em-folder-view.h: Same as above. * em-format-html-print.h: Again. * em-format-html.c: (efh_text_html), (efh_multipart_related): Add comments * em-format.c: (emf_multipart_alternative): Add comment about using var that is passed in rather than a local variable. * em-inline-filter.c: (emif_scan): Remove unused var. Mark code static. * em-mailer-prefs.h: guint for 1-bit bitfields. * em-migrate.c: (em_migrate_folder): mark a struct static. remove unused var * em-subscribe-editor.c: guint for 1-bit bitfield * em-utils.c: remove unused function * em-vfolder-rule.c: mark array static * importers/mail-importer.c: (decode_status): Remove unused code. Use guint for 1-bit bitfield. * mail-autofilter.c: (rule_from_message): rename a variable * mail-component.c: guint for 1-bit bitfield * mail-folder-cache.c: (update_1folder): remove unused code * mail-mt.c: mark some structs static * message-list.c: (message_list_select_uid), (ml_value_to_string), (ml_tree_value_at), (find_next_undeleted), (build_tree), (build_flat): Remove unused code and fix some format specifiers. svn path=/trunk/; revision=31448
* Remove unused code Move around some code to avoid unneccesary prototypes.Kjartan Maraas2006-02-083-94/+96
| | | | | | | | | | | 2006-01-27 Kjartan Maraas <kmaraas@gnome.org> * filter-element.c: (filter_element_get_type): Remove unused code * rule-editor.c: (rule_editor_add_undo), (rule_editor_play_undo), (editor_response), (set_source): Move around some code to avoid unneccesary prototypes. svn path=/trunk/; revision=31447
* Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-089-16/+28
| | | | | | | | | | | | | | | | | 2006-02-08 Kjartan Maraas <kmaraas@gnome.org> * e-config.c: Use guint for 1-bit bitfield. * e-icon-factory.c: (load_icon): Remove unused var * e-import.c: (ep_init), (ep_finalise): Remove unused vars * e-plugin.c: (e_plugin_register_type): Rename a var * e-plugin.h: guint for 1-bit bitfield * e-popup.c: (ep_finalise): Add comment. * e-profile-event.c: Remove unused prototype * e-text-event-processor-emacs-like.c: (e_text_event_processor_emacs_like_event): Add comment about a compiler warning from the Intel compiler. svn path=/trunk/; revision=31446
* ** See bug 326348 check if its a valid accoune before creating folderParthasarathi Susarla2006-02-082-0/+10
| | | | | | | | | | 2006-02-08 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 326348 * share-folder-common.c:(refresh_folder_tree) check if its a valid accoune before creating folder svn path=/trunk/; revision=31445
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-082-193/+245
| | | | svn path=/trunk/; revision=31444
* **Fixes #329586Rajeev ramanathan2006-02-083-5/+25
| | | | | | | | | | | | | | | 2006-02-08 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> **Fixes #329586 * em-account-prefs.c: * em-account-prefs.h: Changed the ODD behavior of Default button by checking whether an account is default or not and disabling the button when default account is in focus. Committing to head on behalf of rajeev svn path=/trunk/; revision=31443
* Reordering construction of dialog to prevent critical warnings (#328325).Claudio Saavedra2006-02-082-4/+10
| | | | | | | | | 2006-02-08 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * em-account-prefs.c: (em_account_prefs_construct): Reordering construction of dialog to prevent critical warnings (#328325). svn path=/trunk/; revision=31442
* Committing Johnny's patch.Srinivasa Ragavan2006-02-082-1/+7
| | | | svn path=/trunk/; revision=31441
* Committed Ranjan's patch.Srinivasa Ragavan2006-02-082-1/+6
| | | | svn path=/trunk/; revision=31440
* Committing Johnny's patch.Srinivasa Ragavan2006-02-082-0/+9
| | | | svn path=/trunk/; revision=31439
* Translation updated by Ivar Smolin.Priit Laes2006-02-082-97/+19
| | | | | | | | 2006-02-07 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31438
* *** empty log message ***Ignacio Casal Quinteiro2006-02-082-122/+165
| | | | svn path=/trunk/; revision=31437
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-082-106/+200
| | | | | | | | 2006-02-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31436
* added GTK category. Fixes bug 328035.Andre Klapper2006-02-072-1/+5
| | | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: added GTK category. Fixes bug 328035. svn path=/trunk/; revision=31435
* changing year from 2005 to 2006.Andre Klapper2006-02-072-1/+5
| | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * e-shell-window-commands.c: changing year from 2005 to 2006. svn path=/trunk/; revision=31434
* accept SVGs for stock icons. Fixes bug 304417.Benjamin Berg2006-02-073-0/+7
| | | | | | | | | 2006-02-07 Benjamin Berg <benjamin@sipsolutions.net> * e-gui-utils.c: * e-icon-factory.c: accept SVGs for stock icons. Fixes bug 304417. svn path=/trunk/; revision=31433
* added a _GenericName value. Fixes bug 329744.Andre Klapper2006-02-072-0/+5
| | | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: added a _GenericName value. Fixes bug 329744. svn path=/trunk/; revision=31432
* fixing a patch to again fix bug 325276.Andre Klapper2006-02-072-1/+4
| | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * mail-composer.error.xml: fixing a patch to again fix bug 325276. svn path=/trunk/; revision=31431
* fixing one typo.Andre Klapper2006-02-072-1/+4
| | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * mail.error.xml: fixing one typo. svn path=/trunk/; revision=31430
* Translation updated by Ivar Smolin.Priit Laes2006-02-072-1282/+1424
| | | | | | | | 2006-02-07 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=31429
* Updated Finnish translationIlkka Tuohela2006-02-072-210/+269
| | | | svn path=/trunk/; revision=31428
* Committing Rajeev's patch.Srinivasa Ragavan2006-02-072-0/+8
| | | | svn path=/trunk/; revision=31427
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-072-149/+191
| | | | | | | | 2006-02-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=31426
* Committed Rajeev's patch and my patch for mnemonics.Srinivasa Ragavan2006-02-067-17/+45
| | | | svn path=/trunk/; revision=31425
* Committing Ozwald's and Johnny's patch.Srinivasa Ragavan2006-02-063-0/+18
| | | | svn path=/trunk/; revision=31424
* *** empty log message ***Ignacio Casal Quinteiro2006-02-062-98/+111
| | | | svn path=/trunk/; revision=31423
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-062-243/+291
| | | | | | | | 2006-02-06 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=31422
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-02-062-1209/+1283
| | | | | | | | | 2006-02-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=31421
* ** Fixes #326147 Modify e_source to reflect to the reverted changes.Veerapuram Varadhan2006-02-062-1/+9
| | | | | | | | ** Fixes #326147 * em-account-editor.c: (em_account-editor.c): Modify e_source to reflect to the reverted changes. svn path=/trunk/; revision=31420
* Updated evolution zh_CN translation.Funda Wang2006-02-062-587/+591
| | | | svn path=/trunk/; revision=31419
* Fixed memory leaks. Fixes #329251.Sushma Rai2006-02-064-4/+32
| | | | svn path=/trunk/; revision=31418
* Remove hard-coded EDS version number. Read it fromHarish Krishnaswamy2006-02-064-2/+12
| | | | | | | | | | 2006-02-06 Harish Krishnaswamy <kharish@novell.com> * configure.in, data/Makefile.am, data/evolution.desktop.in.in: Remove hard-coded EDS version number. Read it from evolution-data-server.pc instead. svn path=/trunk/; revision=31417
* Updated Vietnamese translation.Clytie Siddall2006-02-062-18/+22
| | | | | | | | 2006-02-06 Clytie Siddall <clytie@riverland.net.au> * vi.po: Updated Vietnamese translation. svn path=/trunk/; revision=31416
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-062-21/+23
| | | | svn path=/trunk/; revision=31415