aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* amanpreetalam@yahoo.com commit for Red HatAmanpreet Singh Alam2005-08-191-879/+365
| | | | svn path=/trunk/; revision=30162
* put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-195-147/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-19 Not Zed <NotZed@Ximian.com> * em-format.c (emf_multipart_encrypted): put the s/mime message back, awaiting string approval for a change otherwise. 2005-08-18 Not Zed <NotZed@Ximian.com> * em-format-html-display.c (efhd_message_add_bar): dont add attachment bar if it is disabled. (efhd_attachment_button): dont add attachments if there is no bar. * em-format.c (emf_inlinepgp_signed, emf_inlinepgp_encrypted): fix the error messages for consistency. We dont need to check content-type, since we only get called with the right one. (emf_multipart_encrypted): fix up wrong s/mime error. * em-format-html.c (efh_inlinepgp_signed) (efh_inlinepgp_encrypted): moved to em-format.c; otherwise this will break replying, etc. ** See #271894. * em-format.c (emf_multipart_encrypted): use the content object's content-type to check types. svn path=/trunk/; revision=30161
* Use camel_url to construct url (eab_icon_clicked_cb)Srinivasa Ragavan2005-08-194-13/+86
| | | | | | | | | | | | | | | | | 2005-08-17 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.c eab_drag_data_get: Use camel_url to construct url (eab_icon_clicked_cb) (e_attachment_bar_new): Fixed part of bug #312224. It handles double click on a attachment icon and calls gnome_url_show. * e-attachment.[ch] (finalise) (init): Add a new member to preserve the stored location (e_attachment_new)(e_attachment_build_remote_file): Camel_url to construct urls svn path=/trunk/; revision=30160
* Updated Indonesian translationMohammad DAMT2005-08-192-1849/+3155
| | | | | | | | 2005-08-18 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation svn path=/trunk/; revision=30159
* NULL-terminate calls to e_error_run; fixed typos in if-statement; someCarsten Guenther2005-08-192-26/+38
| | | | | | | | | | | | 2005-08-18 Carsten Guenther <carsten.guenther@scalix.com> * itip-formatter.c: (update_attendee_status): NULL-terminate calls to e_error_run; fixed typos in if-statement; some code cleanup. (cal_opened_cb, final_cal_opened_cb): Removed unnecessary message about not being able to open the calendar. svn path=/trunk/; revision=30158
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-189-47/+81
| | | | svn path=/trunk/; revision=30157
* Updated Lithuanian translation.Žygimantas Beručka2005-08-182-540/+338
| | | | | | | | 2005-08-18 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30156
* ** See #312668.Not Zed2005-08-185-345/+79
| | | | | | | | | | | | | 2005-08-16 Not Zed <NotZed@Ximian.com> ** See #312668. * mail-component.c (impl_setLineStatus): new offline interface. (setline_check, setline_done): and implementation. * mail-offline-handler.[ch]: destroyed, burnt, dissolved in acid. svn path=/trunk/; revision=30155
* fix warning. (impl_Shell_findComponent): fix signature for warning.Not Zed2005-08-1811-965/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-17 Not Zed <NotZed@Ximian.com> * e-shell.c (impl_Shell_handleURI): fix warning. (impl_Shell_findComponent): fix signature for warning. 2005-08-16 Not Zed <NotZed@Ximian.com> ** See bug #312668. * e-shell.c (set_line_status, set_line_status_complete) (set_line_status_finished): new code to set componetns on/offline. (e_shell_go_online, e_shell_go_offline): use new interface. (offline_procedure_started_cb, offline_procedure_finished_cb): removed. (impl_dispose): cleanup line status listener. (e_shell_init): setup line status listener. * evolution-listener.[ch]: skeleton listener object for new setlinestatus call. * Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed. We just add a single interface on EvolutionComponent now, much simpler. svn path=/trunk/; revision=30154
* ** See bug #312668.Not Zed2005-08-184-419/+7
| | | | | | | | | | | 2005-08-16 Not Zed <NotZed@Ximian.com> ** See bug #312668. * gui/calendar-offline-handler.[ch]: removed. Not even used anyway, god knows how it works. svn path=/trunk/; revision=30153
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-182-207/+217
| | | | | | | | 2005-08-18 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30152
* Use g_get_charset() on Win32 to get locale charset. Free return value fromTor Lillqvist2005-08-182-0/+14
| | | | | | | | | 2005-08-18 Tor Lillqvist <tml@novell.com> * e-iconv.c (e_iconv_init): Use g_get_charset() on Win32 to get locale charset. Free return value from g_win32_getlocale(). svn path=/trunk/; revision=30151
* Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 Only saveCarsten Guenther2005-08-182-13/+23
| | | | | | | | | | | 2005-08-17 Carsten Guenther <carsten.guenther@scalix.com> Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555 * gui/dialogs/comp-editor.c: (get_attachment_list): Only save attachment to file if file does not exist yet. svn path=/trunk/; revision=30149
* Remove the MailPost command Move the MailPost command to here Add a menuRodney Dawes2005-08-174-4/+17
| | | | | | | | | | | | | | | 2005-08-17 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Remove the MailPost command * evolution-mail-message.xml: Move the MailPost command to here Add a menu item for the MailPost command (#312225) * evolution-mail-list.xml: Add a menu item for the EditSelectThread command (#306878) Fixes #306878 and #312225 svn path=/trunk/; revision=30148
* Fix a warning. (efhd_bar_resize): Fix the bar size to match other widgets.Srinivasa Ragavan2005-08-172-6/+29
| | | | | | | | | | | | 2005-08-17 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c (efhd_bar_save_selected): Fix a warning. (efhd_bar_resize): Fix the bar size to match other widgets. (efhd_bar_scroll_event): Fix scroll issue over bar. bug #312224. (efhd_add_bar): Add a frame around the attachment bar. bug #312033 svn path=/trunk/; revision=30147
* Not checking for the duplicate contacts matching emial ids of a list.Sushma Rai2005-08-172-34/+49
| | | | | | skip email comparison in case of contact lists. Fixes #312554. svn path=/trunk/; revision=30146
* While adding new contact, during the duplicate contact check, not comparingSushma Rai2005-08-172-1/+10
| | | | | | the email id of new contact with the email ids of contact lists. svn path=/trunk/; revision=30145
* Handling GTK_RESPONSE_DELETE_EVENT response.Sushma Rai2005-08-172-1/+11
| | | | svn path=/trunk/; revision=30144
* Added scroll bar to duplicate detected dialog.Sushma Rai2005-08-172-138/+158
| | | | svn path=/trunk/; revision=30143
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-172-83/+68
| | | | svn path=/trunk/; revision=30142
* Add the close call for fd.Kaushal Kumar2005-08-172-0/+8
| | | | | | | | | | 2005-08-17 Kaushal Kumar <kakumar@novell.com> * em-composer-prefs.c (url_requested): Add the close call for fd. See bug #307375. svn path=/trunk/; revision=30141
* Fixes #313514. For the code change in gnopernicus, we should useLi Yuan2005-08-172-4/+9
| | | | | | | | | | | 2005-08-15 Li Yuan <li.yuan@sun.com> * e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object): Fixes #313514. For the code change in gnopernicus, we should use atk_focus_tracker_notify here. svn path=/trunk/; revision=30140
* Fixes #311904Chenthill Palanisamy2005-08-172-15/+22
| | | | svn path=/trunk/; revision=30139
* Add eab-popup.c back which apparently was accidentally removed.Tor Lillqvist2005-08-172-1/+7
| | | | | | | | | 2005-08-17 Tor Lillqvist <tml@novell.com> * gui/widgets/Makefile.am (libeabwidgets_la_SOURCES): Add eab-popup.c back which apparently was accidentally removed. svn path=/trunk/; revision=30138
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-172-14/+18
| | | | | | | | 2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30137
* Translation updated by Ivar Smolin.Priit Laes2005-08-172-412/+232
| | | | | | | | 2005-08-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=30136
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-172-328/+435
| | | | | | | | 2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30135
* Install missing e-plugin header es-event.h and es-menu.h. Fixes bugChristian Kellner2005-08-172-3/+10
| | | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * Makefile.am: Install missing e-plugin header es-event.h and es-menu.h. Fixes bug #313585. svn path=/trunk/; revision=30134
* Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h.Christian Kellner2005-08-172-3/+12
| | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * gui/widgets/Makefile.am: Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h. Fixes bug: #313585. svn path=/trunk/; revision=30133
* Added new (add_account_esources): Don't add the calendars and tasks in thePraveen Kumar2005-08-163-58/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-09-12 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (remove_selected_non_offline_esources): Added new (add_account_esources): Don't add the calendars and tasks in the selected list (account_added): If starting in offline mode remove the non-offline calendars and tasks from the selected list so that it doesn't throws an error Fixes the bug 273272. 2005-08-11 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (exchange_camel_urls_is_equal): Added new (exchange_config_listener_modify_esource_group_name): Added new (account_changed): Handle most of the account parameter changes without restart. This fixes bug 272784 and partially bug 220168 (account_removed): Removed the message dialog that says that the changes will be reflected after restart. This partially fixes the bug 220168 svn path=/trunk/; revision=30132
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-162-140/+139
| | | | | | | | 2005-08-16 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30131
* Updated Albanian translation.Laurent Dhima2005-08-162-2167/+2997
| | | | | | | | 2005-08-16 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=30130
* Updated Canadian English translation.Adam Weinberger2005-08-162-26/+26
| | | | | | | | 2005-08-16 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30129
* Fixed few warningsSrinivasa Ragavan2005-08-162-2/+7
| | | | | | | | | 2005-08-16 Srinivasa Ragavan <sragavan@novell.com> * e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed few warnings svn path=/trunk/; revision=30128
* ** See #313440.Not Zed2005-08-162-0/+8
| | | | | | | | | | | 2005-08-15 Not Zed <NotZed@Ximian.com> ** See #313440. * Makefile.am (mailinclude_HEADERS): Include the idl generated headers. svn path=/trunk/; revision=30127
* Fix for bug #312545Srinivasa Ragavan2005-08-165-23/+33
| | | | | | | | | 2005-08-16 Srinivasa Ragavan <sragavan@novell.com> * mail/em-format-html-display.c: * widgets/misc/e-attachment*.c: Fix for bug #312545 svn path=/trunk/; revision=30126
* Honour the check_all flag for the scalix provider. Fixes bug #313582.Christian Kellner2005-08-162-1/+8
| | | | | | | | | | 2005-08-15 Christian Kellner <gicmo@gnome.org> * mail-send-recv.c: (get_folders): Honour the check_all flag for the scalix provider. Fixes bug #313582. svn path=/trunk/; revision=30125
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-162-195/+112
| | | | | | | | 2005-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30124
* Updated Thai translation.Theppitak Karoonboonyanan2005-08-162-1051/+963
| | | | | | | | 2005-08-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=30123
* Hungarian translation updated.Gabor Kelemen2005-08-162-2443/+2998
| | | | | | | | 2005-08-15 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated. svn path=/trunk/; revision=30122
* Updated Lithuanian translation.Žygimantas Beručka2005-08-152-1396/+1591
| | | | | | | | 2005-08-15 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30121
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-152-322/+408
| | | | | | | | 2005-08-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30120
* ** See #271985.Not Zed2005-08-1513-37/+64
| | | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See #271985. * evolution-mail-session.c (is_storage): check for uri "" and pass exception to provider get. Disable lots of debug output. svn path=/trunk/; revision=30119
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-153-34/+39
| | | | | | | | | 2005-08-15 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30118
* ** See bug #313063.Not Zed2005-08-152-1/+9
| | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See bug #313063. * e-tree.c (e_tree_class_init): fix the set_scroll_adjustments signal to take object, not pointer arguments. Since glib's anality doesn't accept an object pointer as a pointer. go figure. svn path=/trunk/; revision=30117
* revert dobey's last patch here, it completely broke customisation of theNot Zed2005-08-152-11/+16
| | | | | | | | | 2005-08-03 Not Zed <NotZed@Ximian.com> * e-filter-bar.c (build_items): revert dobey's last patch here, it completely broke customisation of the menu. svn path=/trunk/; revision=30116
* Fix two mnemonic conflicts in the context menus for the mailerRodney Dawes2005-08-152-2/+7
| | | | | | | | | 2005-08-14 Rodney Dawes <dobey@novell.com> * em-folder-view.c (emfv_popup_items): Fix two mnemonic conflicts in the context menus for the mailer svn path=/trunk/; revision=30115
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-152-295/+307
| | | | | | | | 2005-08-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30114
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-08-142-2520/+3299
| | | | svn path=/trunk/; revision=30113
* Updated pt_BR translationRaphael Higino2005-08-142-160/+179
| | | | svn path=/trunk/; revision=30112
* Updated German translation.Frank Arnold2005-08-142-4099/+1071
| | | | | | | | 2005-08-14 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=30111
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-143-6/+11
| | | | | | | | | 2005-08-14 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30110
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-143-136/+141
| | | | | | | | | 2005-08-14 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30109
* Updated Simplified Chinese translationFunda Wang2005-08-142-109/+113
| | | | svn path=/trunk/; revision=30108
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-142-341/+98
| | | | | | | | 2005-08-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30107
* Updated Canadian English translation.Adam Weinberger2005-08-142-263/+266
| | | | | | | | 2005-08-13 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30106
* Updated Spanish translation.Francisco Javier F. Serrador2005-08-132-307/+309
| | | | | | | | 2005-08-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30105
* Updated Greek TranslationKostas Papadimas2005-08-132-237/+330
| | | | svn path=/trunk/; revision=30104
* Updated Finnish translationIlkka Tuohela2005-08-132-425/+451
| | | | svn path=/trunk/; revision=30103
* Proper Checking for naming context value. Now pops up the errorSushma Rai2005-08-132-1/+6
| | | | | | | when user tries to find supported search bases in ldap address book configuration dialog, in case he has not set naming context. svn path=/trunk/; revision=30102
* Use slash instead of G_DIR_SEPARATOR_S since URIs always use slash as separatorCarsten Guenther2005-08-131-2/+2
| | | | svn path=/trunk/; revision=30101
* Fixes #312739Chenthill Palanisamy2005-08-122-14/+13
| | | | svn path=/trunk/; revision=30100
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-122-167/+171
| | | | svn path=/trunk/; revision=30099
* Fixes #305627.Chenthill Palanisamy2005-08-122-2/+49
| | | | svn path=/trunk/; revision=30098
* Fixes #310338Chenthill Palanisamy2005-08-124-20/+75
| | | | svn path=/trunk/; revision=30097
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-08-122-166/+169
| | | | | | | | 2005-08-12 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=30096
* Updated Norwegian bokmål translation. Same.Terance Sola2005-08-123-510/+541
| | | | | | | | | 2005-08-12 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=30095
* first prepare the page and then validate **Fixes #273842Vivek Jain2005-08-122-34/+40
| | | | | | | | | | 2005-08-12 Vivek Jain <jvivek@novell.com> * em-account-editor.c : (emae_check_complete) first prepare the page and then validate **Fixes #273842 svn path=/trunk/; revision=30094
* ** See #232499.Not Zed2005-08-122-3/+50
| | | | | | | | | | | 2005-08-11 Not Zed <NotZed@Ximian.com> ** See #232499. * mail-folder-cache.c (rename_folders): rename view meta-data along with the folder. svn path=/trunk/; revision=30093
* : Check "prd" for NULL, ALWAYS.Veerapuram Varadhan2005-08-122-2/+10
| | | | | | | * proxy.c: (proxy_commit) : Check "prd" for NULL, ALWAYS. svn path=/trunk/; revision=30092
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-08-122-64/+69
| | | | | | | | | 2005-08-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=30091