aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-2040-2363/+1417
| | | | svn path=/trunk/; revision=33440
* Experiment spinner for status bar.Srinivasa Ragavan2007-04-202-6/+15
| | | | svn path=/trunk/; revision=33439
* Fix for bug #259606Srinivasa Ragavan2007-04-205-14/+101
| | | | svn path=/trunk/; revision=33438
* Fix for bug #396645Srinivasa Ragavan2007-04-202-0/+43
| | | | svn path=/trunk/; revision=33437
* Fix for bug #430559Srinivasa Ragavan2007-04-202-1/+8
| | | | svn path=/trunk/; revision=33436
* Fix for bug #353662Srinivasa Ragavan2007-04-202-4/+13
| | | | svn path=/trunk/; revision=33434
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-20155-1830/+1697
| | | | svn path=/trunk/; revision=33432
* ** Fixes bug #423766Matthew Barnes2007-04-183-86/+105
| | | | | | | | | | | | | | | | | | | 2007-04-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #423766 * mail/em-format-html-display.c (attachments_save_all_clicked): Call em_utils_save_part() if there's only one attachment to save. * mail/em-utils.c (em_utils_save_part): Refactor to use gtk_dialog_run() instead of a "response" callback. * mail/em-utils.c (em_utils_save_parts): Refactor to use gtk_dialog_run() instead of a "response" callback. Use gtk_file_chooser_get_uri() to fetch the selected folder. svn path=/trunk/; revision=33429
* Committing Contact Merging patch from Ebby WiselynSrinivasa Ragavan2007-04-183-6/+309
| | | | svn path=/trunk/; revision=33428
* sv.po: Updated Swedish translationDaniel Nylander2007-04-162-2157/+4539
| | | | svn path=/trunk/; revision=33427
* POTFILES.in: Added missing filesDaniel Nylander2007-04-161-3/+5
| | | | svn path=/trunk/; revision=33426
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-04-152-2077/+2429
| | | | svn path=/trunk/; revision=33425
* Reworked Backup/restore plugin.Srinivasa Ragavan2007-04-137-54/+417
| | | | svn path=/trunk/; revision=33422
* Make the libiconv test program return a value. (#388789)Matthew Barnes2007-04-122-0/+7
| | | | | | | | | | 2007-04-11 Matthew Barnes <mbarnes@redhat.com> * configure.in: Make the libiconv test program return a value. (#388789) svn path=/trunk/; revision=33420
* Small fix to Catalan translationJordi Mas2007-04-121-2/+2
| | | | svn path=/trunk/; revision=33419
* Add progress indication in the preview.Srinivasa Ragavan2007-04-122-0/+47
| | | | svn path=/trunk/; revision=33418
* ** Added spinner widgetsSrinivasa Ragavan2007-04-114-0/+1062
| | | | svn path=/trunk/; revision=33417
* ** Fix for bug #426743. Corrected typo "asychronous".Elizabeth Greene2007-04-102-1/+7
| | | | | | | | | | | 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fix for bug #426743. * addressbook/tools/evolution-addressbook-export.c: Corrected typo "asychronous". svn path=/trunk/; revision=33415
* ** Fixes #426481 Fix Typo AssitantElizabeth Greene2007-04-102-1/+6
| | | | | | | | | | 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fixes #426481 * exchange-account-setup.c: Fix Typo Assitant svn path=/trunk/; revision=33414
* add missing mnemonic widgets. Fixes bug #329168.Andre Klapper2007-04-102-0/+9
| | | | | | | | | | 2007-04-10 Andre Klapper <a9016009@gmx.de> * gui/dialogs/cal-prefs-dialog.glade: add missing mnemonic widgets. Fixes bug #329168. svn path=/trunk/; revision=33413
* fix typos and reword a string. Fixes bug #404764.Andre Klapper2007-04-102-4/+9
| | | | | | | | | | 2007-04-10 Andre Klapper <a9016009@gmx.de> * plugins/ipod-sync/evolution-ipod-sync.c: fix typos and reword a string. Fixes bug #404764. svn path=/trunk/; revision=33412
* change "E-Mail" to "Email". Fixes bug #404233.Andre Klapper2007-04-102-2/+7
| | | | | | | | | | 2006-04-10 Andre Klapper <a9016009@gmx.de> * gui/widgets/eab-contact-display.c: change "E-Mail" to "Email". Fixes bug #404233. svn path=/trunk/; revision=33411
* Fix for bug #343195Srinivasa Ragavan2007-04-092-0/+14
| | | | svn path=/trunk/; revision=33408
* Fix for bug #356523 from Martin OlssonSrinivasa Ragavan2007-04-092-6/+18
| | | | svn path=/trunk/; revision=33405
* Use e_time_format_time to ensure evolution and evolution- data-server useJeff Cai2007-04-092-7/+11
| | | | | | | | | | | | 2007-04-09 Jeff Cai<jeff.cai@sun.com> * e-dateedit.c: (rebuild_time_popup): Use e_time_format_time to ensure evolution and evolution- data-server use same translations. Fix #380843. svn path=/trunk/; revision=33403
* ** Fix for bug #426487simon.zheng2007-04-092-7/+15
| | | | | | | | | | | | | | 2007-04-09 simon.zheng <simon.zheng@sun.com> ** Fix for bug #426487 * gui/widgets/eab-contact-display.c: (accum_time_attribute): strftime() supplied by OS is subject to locale encoding, i.e. ja_JP.PCK. Using g_date_strftime() instead, which works on a UTF-8 format string and store a UTF-8 result. svn path=/trunk/; revision=33400
* ** Fix for bug #426829.simon.zheng2007-04-093-3/+13
| | | | | | | | | | | | | | 2007-04-09 simon.zheng <simon.zheng@sun.com> ** Fix for bug #426829. * gui/contact-editor/eab-editor.c: (eab_editor_confirm_delete): * gui/widgets/eab-contact-display.c: (render_contact): To avoid printing a NULL char point, add statements to check the return result of et_email_location() and e_contact_get(). svn path=/trunk/; revision=33398
* Use a GString to construct the body contents and also fix several memoryMatthew Barnes2007-04-072-39/+40
| | | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * gui/itip-utils.c (reply_to_calendar_comp): Use a GString to construct the body contents and also fix several memory leaks. (#408423) Based on a patch from Daniel Gryniewicz. svn path=/trunk/; revision=33397
* ** Fixes bug #383953Matthew Barnes2007-04-073-9/+20
| | | | | | | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #383953 * em-folder-properties.c (emfp_get_folder_item): Show unread messages before total messages. * mail-component.c (view_changed): Show unread or selected messages before total messages. svn path=/trunk/; revision=33396
* More intelligent message selection. (#332765) Patch from Christof KrügerMatthew Barnes2007-04-062-18/+79
| | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * mail/message-list.c: More intelligent message selection. (#332765) Patch from Christof Krüger svn path=/trunk/; revision=33394
* Unref 'session'. (#424795) Patch from Karl ReltonMatthew Barnes2007-04-062-0/+6
| | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * mail-session.c (main_system_beep): Unref 'session'. (#424795) Patch from Karl Relton svn path=/trunk/; revision=33392
* Fix a duplicate keyboard shortcut. (#353922) Patch from Diego EscalanteMatthew Barnes2007-04-062-1/+7
| | | | | | | | | | | 2007-04-06 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/memos-component.c (impl__get_userCreatableItems): Fix a duplicate keyboard shortcut. (#353922) Patch from Diego Escalante Urrelo svn path=/trunk/; revision=33391
* Provide a CamelException to camel_folder_refresh_info().Matthew Barnes2007-04-062-1/+8
| | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * mail/mail-send-recv.c (refresh_folders_get): Provide a CamelException to camel_folder_refresh_info(). svn path=/trunk/; revision=33390
* Fix a crasher. (#401539)Matthew Barnes2007-04-062-1/+5
| | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/print.c (print_calendar): Fix a crasher. (#401539) svn path=/trunk/; revision=33388
* Use GLib marshallers wherever possible.Matthew Barnes2007-04-053-3/+9
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-config-listener.c (class_init): * plugins/exchange-operations/exchange-delegates-user.c (class_init): Use GLib marshallers wherever possible. svn path=/trunk/; revision=33387
* Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai.Matthew Barnes2007-04-052-1/+10
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * gui/component/addressbook-config.c (addressbook_config_edit_source): Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai. svn path=/trunk/; revision=33386
* Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>Sankar P2007-04-052-3/+11
| | | | | | | | | | | | | | 2007-04-05 Sankar P <psankar@novell.com> * Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to> * e-msg-composer-hdrs.c: (create_from_optionmenu): Show only enabled accounts on composer. Look at bug #243241 svn path=/trunk/; revision=33384
* Update parent rows when a child row changes. (#352713) Patch by RenéMatthew Barnes2007-04-052-0/+32
| | | | | | | | | | | 2007-04-04 Matthew Barnes <mbarnes@redhat.com> * em-folder-tree.c (emft_model_row_changed): Update parent rows when a child row changes. (#352713) Patch by René Stadler. svn path=/trunk/; revision=33381
* Require libxml-2.0.Matthew Barnes2007-04-042-1/+5
| | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * evolution-plugin.pc.in: Require libxml-2.0. svn path=/trunk/; revision=33378
* Fix for evolution crash on startup on assistant.Srinivasa Ragavan2007-04-042-1/+7
| | | | svn path=/trunk/; revision=33377
* Don't #include <composer/e-msg-composer.h> since we don't install thatMatthew Barnes2007-04-033-3/+10
| | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-event.h: Don't #include <composer/e-msg-composer.h> since we don't install that file. Doing so prevents third-party applications like mail-notification from building. (#400241) svn path=/trunk/; revision=33375
* Add bogofilter part of translation.Srinivasa Ragavan2007-04-032-0/+6
| | | | svn path=/trunk/; revision=33369
* Add bogofilter part of Evolution plugins.Srinivasa Ragavan2007-04-032-3/+12
| | | | svn path=/trunk/; revision=33368
* Add pluggable junk filter code and move SA options to the plugins.Srinivasa Ragavan2007-04-0312-190/+446
| | | | svn path=/trunk/; revision=33367
* Committing reworked SA with options in the plugin.Srinivasa Ragavan2007-04-033-3/+65
| | | | svn path=/trunk/; revision=33366
* Committing the right Makefile.amSrinivasa Ragavan2007-04-032-2/+41
| | | | svn path=/trunk/; revision=33365
* Added bogofilter to Evolution.Srinivasa Ragavan2007-04-036-0/+404
| | | | svn path=/trunk/; revision=33364
* Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes.Matthew Barnes2007-04-035-6/+19
| | | | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/evolution-mail.schemas.in.in: * plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name): * plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml: Correctly capitalize SpamAssassin. (#375577) Patch from Priit Laes. svn path=/trunk/; revision=33363
* Load "emblem-important" instead of deprecated "stock_mail-priority-high"Matthew Barnes2007-04-034-4/+13
| | | | | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: * mail/em-folder-view.c: * mail/message-list.c: Load "emblem-important" instead of deprecated "stock_mail-priority-high" icon. (#387619) Patch from Rodney Dawes. svn path=/trunk/; revision=33362
* Fixed a Czech typo.Jakub Friedl2007-04-022-164/+90
| | | | | | | | | 2007-04-02 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed a Czech typo. svn path=/trunk/; revision=33357
* Czech update.Jakub Friedl2007-04-022-82/+68
| | | | | | | | | 2007-04-02 Jakub Friedl <jfriedl@suse.cz> * cs.po: Czech update. svn path=/trunk/; revision=33356
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-0234-20/+156
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-2/+10
| | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mailing-list-actions.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33353
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-11/+23
| | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mail-account-disable.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33352
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankarasivasubramanian Pasupathilingam2007-04-022-13/+26
| | | | | | | | | | | | | * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mail-folder-unsubscribe.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33351
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-13/+24
| | | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * org-gnome-mark-all-read.eplug.xml: Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33350
* ** Fixes bug #373116Matthew Barnes2007-04-0225-308/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #373116 * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/e-cal-model.c (ecm_get_color_for_component): * calendar/gui/memos-component.c (ensure_sources): * calendar/gui/migration.c (create_calendar_contact_source), (create_calendar_sources), (create_task_sources), (create_memo_sources), (add_gw_esource): * calendar/gui/tasks-component.c (ensure_sources): * plugins/groupwise-account-setup/camel-gw-listener.c (add_esource): Use the new ESource color API. * calendar/gui/dialogs/cal-prefs-dialog.c: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/dialogs/calendar-setup.c: * calendar/gui/dialogs/calendar-setup.glade: * filter-colour.c (get_widget): * mail/em-composer-prefs.c: * mail/em-composer-prefs.h: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-config.glade: Migrate from GnomeColorPicker to GtkColorButton. * filter/filter-colour.h: Store color as a GdkColor instead of separate RGBA components. * filter/filter-colour.c (color_eq): Use gdk_color_equal() to compare colors. * filter/filter-colour.c (xml_encode): Encode color as a single property ("spec"). * filter/filter-colour.c (xml_decode): Read the color from a single property ("spec"). Provide a migration path for old XML files. * calendar/gui/calendar-component.c (calendar_config_get_tasks_due_today_color), (calendar_config_get_tasks_overdue_color): Return a GdkColor instead of an X color specification. * calendar/gui/calendar-component.c (calendar_config_set_tasks_due_today_color), (calendar_config_set_tasks_overdue_color): Accept a GdkColor instead of an X color specification. * calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component): Adapt to modified color API in calendar-component.c by converting the GdkColor to an X color specification. This is an ugly hack to be fixed later. svn path=/trunk/; revision=33349
* Fix a typo.Matthew Barnes2007-03-312-1/+5
| | | | | | | | | 2007-03-30 Matthew Barnes <mbarnes@redhat.com> * em-format-html-display.c (icon_entry_changed_cb): Fix a typo. svn path=/trunk/; revision=33347
* Czech update.Jakub Friedl2007-03-302-298/+398
| | | | | | | | | | 2007-03-30 Jakub Friedl <jfriedl@suse.cz> * cs.po: Czech update. svn path=/trunk/; revision=33346
* Fixes #415985 and #416028.Wang Xin2007-03-302-6/+16
| | | | | | | | | 2007-03-30 Wang Xin <jedy.wang@sun.com> * widgets/ea-calendar-item.c: Fixes #415985 and #416028. svn path=/trunk/; revision=33345
* Rewritten GroupWise Status TrackingSankar P2007-03-302-84/+88
| | | | | | | | | | | 2007-03-30 Sankar P <psankar@novell.com> * status-track.c: (format_date), (track_status): Rewritten GroupWise Status Tracking svn path=/trunk/; revision=33344
* Use a format string ("%s") when passing uncontrolled data to aMatthew Barnes2007-03-302-1/+7
| | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * gui/e-cal-component-memo-preview.c (write_html): Use a format string ("%s") when passing uncontrolled data to a printf-style function (CVE-2007-1002). svn path=/trunk/; revision=33342
* Evolution requires GLib 2.10 now; remove dead backward-compatibility codeMatthew Barnes2007-03-305-12/+13
| | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * mail/em-utils.c: * mail/mail-config.c: * plugins/save-attachments/save-attachments.c: Evolution requires GLib 2.10 now; remove dead backward-compatibility code for GLib < 2.8 (#418971). svn path=/trunk/; revision=33341
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-3032-69/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * mail/em-account-editor.c: * mail/em-folder-view.c: * mail/em-format-html-display.c: * mail/em-format-html.c: * mail/em-format.h: * mail/em-mailer-prefs.c: * mail/em-vfolder-rule.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-formatter.c: * plugins/save-calendar/save-calendar.c: * shell/e-shell-window.c: * widgets/misc/e-icon-entry.c: * widgets/table/e-table-header-utils.c: * widgets/table/e-table-item.c: * widgets/table/e-tree-header-item.c: * widgets/table/e-tree-table-adapter.c: Fix "incompatible pointer type" warnings (#360619). svn path=/trunk/; revision=33339
* Migrate from GnomeFontPicker to GtkFontButton (#373837).Matthew Barnes2007-03-294-28/+37
| | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * em-mailer-prefs.c: * em-mailer-prefs.h: * mail-config.glade: Migrate from GnomeFontPicker to GtkFontButton (#373837). svn path=/trunk/; revision=33337
* Update email address.Harish Krishnaswamy2007-03-291-2/+2
| | | | svn path=/trunk/; revision=33336
* Fixed an error in Portuguese translation.Duarte Loreto2007-03-292-318/+322
| | | | | | | | 2007-03-28 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Fixed an error in Portuguese translation. svn path=/trunk/; revision=33333
* Remove a couple old source files that were retired in 2003.Matthew Barnes2007-03-292-402/+0
| | | | svn path=/trunk/; revision=33332
* Fixed bug #421241.Jakub Friedl2007-03-272-3/+6
| | | | | | | | | 2007-03-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed bug #421241. svn path=/trunk/; revision=33328
* Fix build breakage due to poorly placed preprocessor condition.Matthew Barnes2007-03-272-1/+6
| | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * widgets/misc/e-filter-bar.c (menubar_activated): Fix build breakage due to poorly placed preprocessor condition. svn path=/trunk/; revision=33326
* Fixed some Czech strings.Jakub Friedl2007-03-272-354/+278
| | | | | | | | | 2007-03-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed some Czech strings. svn path=/trunk/; revision=33325
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-2740-114/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * a11y/e-table/gal-a11y-e-cell-text.c: * a11y/e-table/gal-a11y-e-cell-vbox.c: * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * addressbook/gui/widgets/gal-view-minicard.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-tasks.c: * calendar/gui/gnome-cal.c: * composer/e-msg-composer.c: * mail/em-folder-browser.c: * mail/em-format.c: * mail/em-popup.c: * 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/import-ics-attachments/icsimporter.c: * widgets/misc/e-filter-bar.c: * widgets/misc/e-multi-config-dialog.c: * widgets/table/e-cell-checkbox.c: * widgets/table/e-table-header-item.c: Don't mix declarations and code (#405495). svn path=/trunk/; revision=33324
* Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconvMatthew Barnes2007-03-272-3/+7
| | | | | | | | | | | | | 2007-03-26 Matthew Barnes <mbarnes@redhat.com> * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv (#388789). Patch from Elijah Newren. * iconv-detect.c: Fix an implicit function declaration. svn path=/trunk/; revision=33323
* Updates on the new guards.Harish Krishnaswamy2007-03-262-7/+11
| | | | | | | | 2007-03-26 Harish Krishnaswamy <harish.krishnaswamy@gmail.com> * MAINTAINERS : Updates on the new guards. svn path=/trunk/; revision=33322
* ** Fixes bug #419524Matthew Barnes2007-03-21290-410/+494
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* ** Fixes bug #419469 - Miscellaneous main.c cleanupsMatthew Barnes2007-03-202-78/+71
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419469 - Miscellaneous main.c cleanups * shell/main.c (kill_dataserver): Kill evolution-data-server-1.8. * shell/main.c (show_development_warning): Call gtk_dialog_run() instead of listening for a "response" signal. Pass the checkbox state back to main() and let main() set the "show_dialog_warning" GConf key. * shell/main.c (open_uris), (idle_cb), (main): Use the remaining_args string vector directly instead of needlessly building a GSList out of it. * shell/main.c (main): Manage a reference to the default GConf client and pass it to the functions that need it. svn path=/trunk/; revision=33318
* Minor fixes to Macedonian Translation.Arangel Angov2007-03-181-166/+171
| | | | svn path=/trunk/; revision=33317
* Updated Albanian translation.Laurent Dhima2007-03-172-3089/+4074
| | | | svn path=/trunk/; revision=33316
* ** Fixes bug #360240Matthew Barnes2007-03-1723-38/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
* Updated Greek translationKostas Papadimas2007-03-142-1682/+1975
| | | | svn path=/trunk/; revision=33311
* Updated German translation.Hendrik Richter2007-03-132-14/+18
| | | | | | | | 2007-03-13 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=33310
* Evolution 2.10 release updatesHarish Krishnaswamy2007-03-133-7/+50
| | | | | | | | 2007-03-12 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.10 release updates svn path=/trunk/; revision=33308
* Update contributors' list for credits.Harish Krishnaswamy2007-03-132-0/+15
| | | | | | | | | 2007-03-12 Harish Krishnaswamy <kharish@novell.com> * e-shell-window-commands.c : Update contributors' list for credits. svn path=/trunk/; revision=33307
* *default/C : Update Welcome mail.Harish Krishnaswamy2007-03-132-24/+16
| | | | | | | | 2007-03-12 Harish Krishnaswamy <kharish@novell.com> *default/C : Update Welcome mail. svn path=/trunk/; revision=33306
* Updated Serbian translationGoran Rakic2007-03-123-2435/+1793
| | | | svn path=/trunk/; revision=33305
* Updated Czech translationJakub Friedl2007-03-122-45/+43
| | | | | | | | | | 2007-03-12 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation svn path=/trunk/; revision=33304
* Updated German translation, by Christian KintnerHendrik Richter2007-03-122-452/+446
| | | | | | | | | 2007-03-12 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation, by Christian Kintner <mail@christian-kintner.de> svn path=/trunk/; revision=33303
* Updated Thai translation.Theppitak Karoonboonyanan2007-03-122-118/+131
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=33302
* updatingfor Punjabi by alamAmanpreet Singh Alam2007-03-121-267/+270
| | | | svn path=/trunk/; revision=33301
* updatingfor Punjabi by alamAmanpreet Singh Alam2007-03-121-1628/+2016
| | | | svn path=/trunk/; revision=33300
* Updated Swedish translation.Daniel Nylander2007-03-122-2961/+4018
| | | | | | | * sv/sv.po: Updated Swedish translation. svn path=/trunk/; revision=33299
* Updated Japanese translation.Takeshi AIHANA2007-03-112-1700/+1860
| | | | | | | | 2007-03-11 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=33298
* Updated Romanian translation. againMugurel Tudor2007-03-112-1240/+1529
| | | | | | | | 2007-03-10 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation. again svn path=/trunk/; revision=33297
* Updated Romanian translationMugurel Tudor2007-03-112-2916/+3468
| | | | | | | | 2007-03-10 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation svn path=/trunk/; revision=33296
* Updated Lithuanian translation (fixed plurals)Gintautas Miliauskas2007-03-102-95/+180
| | | | | | | | | 2007-03-10 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation (fixed plurals) svn path=/trunk/; revision=33295
* fix bug#413709.Funda Wang2007-03-101-92/+106
| | | | svn path=/trunk/; revision=33294
* Updated Czech translation.Jakub Friedl2007-03-102-55/+34
| | | | | | | | | 2007-03-09 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=33293
* Updated Lithuanian translation.Gintautas Miliauskas2007-03-102-371/+287
| | | | | | | | | | 2007-03-09 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=33292
* Translation updated.Gabor Kelemen2007-03-102-99/+113
| | | | | | | | 2007-03-09 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=33291
* sv.po: Updated Swedish translationDaniel Nylander2007-03-092-22/+26
| | | | svn path=/trunk/; revision=33290
* Translation updated by Tino Meinen.Vincent van Adrighem2007-03-092-1288/+1638
| | | | | | | | 2007-03-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=33289
* Updated Czech translation.Jakub Friedl2007-03-082-743/+1029
| | | | | | | | | 2007-03-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=33288
* Updated new images for documenation in makefile.Srinivasa Ragavan2007-03-072-49/+100
| | | | svn path=/trunk/; revision=33286
* Updated Catalan translation.Josep Puigdemont i Casamajó2007-03-072-679/+559
| | | | svn path=/trunk/; revision=33285
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-03-072-125/+151
| | | | | | | | | 2007-03-07 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=33284
* Query for freebusy information only when the window is clicked.Chenthill Palanisamy2007-03-067-27/+78
| | | | svn path=/trunk/; revision=33283
* Updated Finnish translationIlkka Tuohela2007-03-052-108/+122
| | | | svn path=/trunk/; revision=33282
* Update Ukrainian translation.Maxim Dziumanenko2007-03-052-1463/+1854
| | | | | | | | | 2007-03-05 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=33281
* Updated Portuguese translation.Duarte Loreto2007-03-052-103/+117
| | | | | | | | 2007-03-04 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=33280
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2007-03-043-938/+983
| | | | | | | | | | 2007-03-04 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=33279
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-03-042-101/+115
| | | | | | | | | 2007-03-03 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=33278
* Updated Korean translation.Changwoo Ryu2007-03-032-100/+110
| | | | | | | | 2007-03-03 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=33277
* 2007-03-03 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated ↵Jovan Naumovski2007-03-032-1300/+1613
| | | | | | Macedonian translation. svn path=/trunk/; revision=33276
* Updated en_GB translationsDavid Lodge2007-03-025-105/+9105
| | | | svn path=/trunk/; revision=33275
* Updated TranslationAnkitkumar Rameshchandra Patel2007-03-022-1275/+1582
| | | | svn path=/trunk/; revision=33272
* Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-012-1/+13
| | | | | | | | | | | | | 2007-03-01 Tor Lillqvist <tml@novell.com> * e-print.c (print_dialog_response) (e_print_get_dialog_with_config): Bypass the body of these functions on non-G_OS_UNIX for now as they use gtk_print_unix_dialog_get_settings(). Gtk printing on Win32 needs work. svn path=/trunk/; revision=33271
* Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-013-0/+16
| | | | | | | | | | | | | 2007-03-01 Tor Lillqvist <tml@novell.com> * gui/widgets/e-addressbook-view.c (e_contact_print_button): * printing/e-contact-print.c (e_contact_print_response): Bypass the body of these functions on non-G_OS_UNIX for now as they use gtk_print_unix_dialog_get_settings(). Gtk printing on Win32 needs work. svn path=/trunk/; revision=33270
* ** Fixes bug #357216Matthew Barnes2007-03-0111-2/+90
| | | | | | | | | | | | | | | | | | 2006-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #357216 * text/e-entry.c: Remove "font", "fontset", and "gdk_font" properties, since they forward gets and sets to non-existant properties in entry->item. 2006-09-27 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * text/e-text.c (e_text_unrealize): Don't call deprecated GLib / GDK svn path=/trunk/; revision=33269
* Workaround for crash in bug #330728. Patch from Caolan McNamara.Kjartan Maraas2007-03-012-0/+36
| | | | | | | | | | | 2007-03-01 Kjartan Maraas <kmaraas@gnome.org> * e-table/gal-a11y-e-cell-tree.c: (kill_view_cb), (ectr_subcell_weak_ref), (gal_a11y_e_cell_tree_new): Workaround for crash in bug #330728. Patch from Caolan McNamara. svn path=/trunk/; revision=33268
* Updated French translation by Jonathan Ernst.Stéphane Raimbault2007-03-012-83/+97
| | | | | | | | 2007-02-28 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst. svn path=/trunk/; revision=33267
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-03-012-84/+95
| | | | svn path=/trunk/; revision=33266
* Updated Norwegian bokmål translation.Kjartan Maraas2007-02-282-247/+576
| | | | | | | | 2007-02-28 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=33265
* Updated Brazilian Portuguese translation by Washington LinsLeonardo Ferreira Fontenelle2007-02-282-82/+97
| | | | | | | | | 2007-02-28 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Washington Lins <washington-lins@uol.com.br>. svn path=/trunk/; revision=33264
* Use g_build_filename to get the tempoary directory name. Fix #399307Jeff Cai2007-02-282-3/+12
| | | | | | | | | | | 2007-02-27 Jeff Cai <jeff.cai@sun.com> * e-mktemp.c: (get_dir): Use g_build_filename to get the tempoary directory name. Fix #399307 svn path=/trunk/; revision=33263
* sv.po: Swedish translation updatedDaniel Nylander2007-02-282-84/+95
| | | | svn path=/trunk/; revision=33262
* Updated Lithuanian translation.Gintautas Miliauskas2007-02-272-1/+5
| | | | | | | | | 2007-02-27 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=33261
* Updated Russian translationLeonid Kanter2007-02-272-82/+94
| | | | svn path=/trunk/; revision=33260
* Updated Italian translation.Luca Ferretti2007-02-272-77/+91
| | | | | | | | | 2007-02-27 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=33259
* Fixes #402727Simon Zheng2007-02-272-1/+9
| | | | | | | | | | | | | | 2007-02-27 Simon Zheng <simon.zheng@sun.com> * Fixes #402727 * em-folder-view.c: (em_folder_view_print), Remove setting default response id because of print-preview button in print_unix_dialog aren't set GTK_CAN_DEFAULT flag. svn path=/trunk/; revision=33258
* Evolution 2.9.92 release updatesSrinivasa Ragavan2007-02-263-1/+38
| | | | | | | | | 2007-02-26 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.9.92 release updates svn path=/trunk/; revision=33257
* ** Fixes #401546 - Commit the missing error string and remove the buttonVeerapuram Varadhan2007-02-264-2/+19
| | | | | | | from the toolbar and also dis-associate the accelarator key. svn path=/trunk/; revision=33256
* Updated Italian translation.Luca Ferretti2007-02-262-23/+27
| | | | | | | | | 2007-02-26 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=33253
* Use ~/.evolution as the auto-save location.Sankar P2007-02-262-4/+21
| | | | | | | | | | | | | | | | | 2007-02-26 Sankar P <psankar@novell.com> * e-msg-composer.c: (autosave_manager_query_load_orphans), (autosave_init_file): Use ~/.evolution as the auto-save location. * Patch pushed upstream from Red Hat by Matthew Barnes <mbarnes@redhat.com> * Fixes #336612 svn path=/trunk/; revision=33252
* Update intltool version.Harish Krishnaswamy2007-02-262-1/+5
| | | | | | | | 2007-02-26 Harish Krishnaswamy <kharish@novell.com> * configure.in : Update intltool version. svn path=/trunk/; revision=33251
* Committed on behalf of Raghavendran R <raghavguru7@gmail.com>Sankar P2007-02-262-0/+14
| | | | | | | | | | | | | | | | | | 2007-02-26 Sankar P <psankar@novell.com> * Committed on behalf of Raghavendran R <raghavguru7@gmail.com> * Fixes #256382 * em-folder-view.c: (emfv_mail_next_unread), (emfv_mail_previous_unread): Mail grabs the focus when keyboard-shortcut to move to next (un)read mail is used. svn path=/trunk/; revision=33250
* Fix for bug #343943Srinivasa Ragavan2007-02-262-0/+9
| | | | svn path=/trunk/; revision=33249
* ** Fix for bug #232065Srinivasa Ragavan2007-02-262-1/+50
| | | | svn path=/trunk/; revision=33248
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-02-252-29/+8
| | | | | | | | 2007-02-25 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33247
* Updated Korean translation.Changwoo Ryu2007-02-252-456/+393
| | | | | | | | 2007-02-25 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=33246
* Translation updated.Gabor Kelemen2007-02-252-414/+417
| | | | | | | | 2007-02-24 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=33245
* Updated Italian translationLuca Ferretti2007-02-252-1271/+1676
| | | | | | | | | 2007-02-24 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation svn path=/trunk/; revision=33244
* Updated Norwegian bokmål translation.Kjartan Maraas2007-02-242-515/+189
| | | | | | | | 2007-02-24 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=33243
* ** Fixes bug #356177Matthew Barnes2007-02-232-7/+6
| | | | | | | | | | | 2007-02-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #356177 * mail/mail-session.c: Remove an unused EMutex. svn path=/trunk/; revision=33242
* Updated Lithuanian translation (some more updates).Gintautas Miliauskas2007-02-232-229/+302
| | | | | | | | | 2007-02-23 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation (some more updates). svn path=/trunk/; revision=33241
* Updated Lithuanian translation.Gintautas Miliauskas2007-02-232-827/+966
| | | | | | | | | 2007-02-23 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=33240
* Committed doc changes by RadhikaSrinivasa Ragavan2007-02-2368-347/+1048
| | | | svn path=/trunk/; revision=33239
* Updated Catalan translation by Xavier Conde Rueda. Fixes by Jordi Mas andJordi Mas2007-02-232-1268/+1585
| | | | | | | | | | 2007-02-22 Jordi Mas <jmas@softcatala.org> * ca.po: Updated Catalan translation by Xavier Conde Rueda. Fixes by Jordi Mas and David Planella. svn path=/trunk/; revision=33238
* sv.po: Swedish translation updatedDaniel Nylander2007-02-232-3616/+1476
| | | | svn path=/trunk/; revision=33237
* Updated Russian translationLeonid Kanter2007-02-222-50/+69
| | | | svn path=/trunk/; revision=33236
* Help Funda Wang commit zh_CN translationKwok-Koon Cheung2007-02-222-1561/+1934
| | | | svn path=/trunk/; revision=33235
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-02-222-208/+189
| | | | | | | | | 2007-02-22 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=33234
* Updated Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2007-02-212-4/+8
| | | | | | | | 2007-02-20 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=33233
* Updated French translation.Stéphane Raimbault2007-02-212-238/+229
| | | | | | | | 2007-02-20 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation. svn path=/trunk/; revision=33232
* Add the timezone information while publishing the calendars.Chenthill Palanisamy2007-02-212-0/+52
| | | | svn path=/trunk/; revision=33231
* Add the timezone information while exporting the calendars.Chenthill Palanisamy2007-02-212-1/+53
| | | | svn path=/trunk/; revision=33230
* sv.po: Swedish translation updatedDaniel Nylander2007-02-192-1467/+3615
| | | | svn path=/trunk/; revision=33229
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-02-192-6201/+8300
| | | | | | | | | 2007-02-19 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=33228
* updated vi.poNguyen Thai Ngoc Duy2007-02-192-2143/+2153
| | | | svn path=/trunk/; revision=33227
* Fixes some string to int conversion.Sankar P2007-02-192-2/+11
| | | | | | | | | 2007-02-19 Sankar P <psankar@novell.com> * url-editor-dialog.c: (set_from_uri): Fixes some string to int conversion. svn path=/trunk/; revision=33226
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-02-182-405/+412
| | | | | | | | 2007-02-18 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33225
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-02-182-1126/+1409
| | | | | | | | | 2007-02-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=33224
* Updated Brazilian Portuguese translation by Washington LinsLeonardo Ferreira Fontenelle2007-02-182-4064/+5261
| | | | | | | | | 2007-02-17 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Washington Lins <washington-lins@uol.com.br>. svn path=/trunk/; revision=33222
* Updated Norwegian bokmål translation.Kjartan Maraas2007-02-172-401/+418
| | | | | | | | 2007-02-17 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=33221
* Updated (British) English translationDavid Lodge2007-02-172-224/+231
| | | | svn path=/trunk/; revision=33220
* Updated Arabic Translation. Djihed Afifi2007-02-162-225/+233
| | | | svn path=/trunk/; revision=33218
* Updated Russian translationLeonid Kanter2007-02-152-1526/+1805
| | | | svn path=/trunk/; revision=33217
* Updated Portuguese translation.Duarte Loreto2007-02-152-225/+235
| | | | | | | | 2007-02-15 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=33216
* sv.po: Swedish translation updatedDaniel Nylander2007-02-152-409/+417
| | | | svn path=/trunk/; revision=33215
* Updated Finnish translationIlkka Tuohela2007-02-142-44/+52
| | | | svn path=/trunk/; revision=33214
* Updated Thai translation.Theppitak Karoonboonyanan2007-02-132-237/+242
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=33213
* ** Fixes bug #360946Matthew Barnes2007-02-133-63/+42
| | | | | | | | | | | | | | 2007-02-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360946 shell/e-shell-window-commands.c (command_about): Migrate to GtkAboutDialog, use "evolution" for the icon name, add a website link. shell/main.c (main): Set default window icon name to "evolution". svn path=/trunk/; revision=33212
* ** Fixes bug #350253Matthew Barnes2007-02-1317-32/+693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-02-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #350253 * Add new evolution icons: art/16x16/evolution.png art/22x22/evolution.png art/24x24/evolution.png art/32x32/evolution.png art/scalable/evolution.svg * Remove obsolete icons: art/about-box.png art/bcg.png art/evolution.png art/monkey-16.png * art/Makefile.am: Ship our own named icons. * mail/em-format-html-print.h: Rename show_rupert field to show_icon. * mail/em-format-html-print.c (efh_format_headers): Lookup the evolution icon by name. svn path=/trunk/; revision=33211
* Updated Finnish translationIlkka Tuohela2007-02-132-366/+372
| | | | svn path=/trunk/; revision=33210
* Evolution 2.9.91 ReleaseSrinivasa Ragavan2007-02-123-1/+33
| | | | svn path=/trunk/; revision=33209
* Fix critical warnings from typos in the glade file. Closes bug #397893.Kjartan Maraas2007-02-122-3/+9
| | | | | | | | | | 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-editor/contact-editor.glade: Fix critical warnings from typos in the glade file. Closes bug #397893. Patch from Wang Xin. svn path=/trunk/; revision=33207
* Fix window title. Patch from Matthias Clasen. Closes bug #381498.Kjartan Maraas2007-02-122-1/+7
| | | | | | | | | | 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * gui/e-meeting-list-view.c: (e_meeting_list_view_init): Fix window title. Patch from Matthias Clasen. Closes bug #381498. svn path=/trunk/; revision=33206
* Add NULL check before calling strcmp(). Fixes a crash reported in bugKjartan Maraas2007-02-122-1/+7
| | | | | | | | | | 2007-02-12 Kjartan Maraas <kmaraas@gnome.org> * em-folder-browser.c: (emfb_search_search_activated): Add NULL check before calling strcmp(). Fixes a crash reported in bug #382155. svn path=/trunk/; revision=33204
* Fixes bug #368983Srinivasa Ragavan2007-02-122-1/+17
| | | | svn path=/trunk/; revision=33203
* ** Fix for bug #373497Srinivasa Ragavan2007-02-122-1/+7
| | | | svn path=/trunk/; revision=33202
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-1223-556/+303
| | | | svn path=/trunk/; revision=33201
* Updated Arabic Translation. Djihed Afifi2007-02-112-133/+126
| | | | svn path=/trunk/; revision=33200
* Updated Thai translation.Theppitak Karoonboonyanan2007-02-112-198/+210
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=33199
* Updated welcome message to 2.8 versionDuarte Loreto2007-02-112-112/+128
| | | | | | | | 2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com> * default/pt/Inbox: Updated welcome message to 2.8 version svn path=/trunk/; revision=33198
* Updated French translation by Stéphane Raimbault, Robert-André MauchinStéphane Raimbault2007-02-112-1108/+1392
| | | | | | | | | 2007-02-10 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Stéphane Raimbault, Robert-André Mauchin and Stéphane Raimbault. svn path=/trunk/; revision=33197
* Updated Portuguese translation.Duarte Loreto2007-02-102-1432/+1838
| | | | | | | | 2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=33196
* Updated German translation.Hendrik Richter2007-02-102-511/+740
| | | | | | | | 2007-02-10 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=33195
* Fix the build. Fixes #403744William Jon McCann2007-02-102-1/+5
| | | | | | | | | 2007-02-09 William Jon McCann <mccann@jhu.edu> * e-shell-nm-glib.c: Fix the build. Fixes #403744 svn path=/trunk/; revision=33194
* Updated Arabic Translation. Djihed Afifi2007-02-102-190/+195
| | | | svn path=/trunk/; revision=33193
* Updated (British) English translationDavid Lodge2007-02-092-190/+195
| | | | svn path=/trunk/; revision=33192
* Deletes all instances of a recurrence appointment as soon as theSankar P2007-02-092-12/+55
| | | | | | | | | | | | | 2007-02-09 Sankar P <psankar@novell.com> * itip-formatter.c: (update_item), (view_response_cb): Deletes all instances of a recurrence appointment as soon as the invitation is accepted/declined adn applied-to-all. Fixes #312301 svn path=/trunk/; revision=33190
* Picks a random color for proxy calendars, Checks the Memo/Notes componentSankar P2007-02-092-5/+25
| | | | | | | | | | | | 2007-02-09 Sankar P <psankar@novell.com> * camel-gw-listener.c: (add_esource), (remove_esource), (add_proxy_sources): Picks a random color for proxy calendars, Checks the Memo/Notes component for proxies svn path=/trunk/; revision=33189
* ** Fix for bug #332908Srinivasa Ragavan2007-02-092-19/+30
| | | | svn path=/trunk/; revision=33188
* Updated Arabic Translation. Djihed Afifi2007-02-092-446/+652
| | | | svn path=/trunk/; revision=33187
* ** Fixes bug #400726Matthew Barnes2007-02-094-0/+14
| | | | | | | | | | | | | | 2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
* ** Fixes bug #357216Matthew Barnes2007-02-099-105/+76
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #357216 * widgets/text/e-entry.c: Remove "font", "fontset", and "gdk_font" properties, since they forward gets and sets to non-existant properties in entry->item. * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-field-chooser-item.h: * widgets/table/e-table-group-container.c: * widgets/table/e-table-group-container.h: Replace deprecated GdkFont with PangoFontDescription. * widgets/table/e-table-header-item.c: * widgets/table/e-table-header-item.h: Replace deprecated GdkFont with PangoFontDescription. Rename "fontset" property to "font-desc", and change the property type to a boxed PangoFontDescription. svn path=/trunk/; revision=33185
* Removed the obsolete function e_contact_print_preview.Chenthill Palanisamy2007-02-082-2/+0
| | | | svn path=/trunk/; revision=33184
* Updated Dzongkha TranslationPema Geyleg2007-02-082-1024/+1186
| | | | svn path=/trunk/; revision=33183
* Updated Korean translation.Changwoo Ryu2007-02-082-1256/+1643
| | | | | | | | 2007-02-08 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=33182
* ** Fixes bug #359979, #384183Matthew Barnes2007-02-084-6/+17
| | | | | | | | | | | | | | | 2007-02-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #359979, #384183 * mail/em-camel-stream.c (sync_op): * mail/em-sync-stream.c (sync_op): * mail/mail-session.c (alert_user): e_msgport_wait()'s behavior is now block-and-pop instead of block-and-peek. svn path=/trunk/; revision=33181
* Fixes bug #353921Srinivasa Ragavan2007-02-082-2/+11
| | | | svn path=/trunk/; revision=33180
* sv.po: Swedish translation updatedDaniel Nylander2007-02-072-3621/+1488
| | | | svn path=/trunk/; revision=33179
* Fixed bug 402715 and update en_GB translatioNDavid Lodge2007-02-062-26/+130
| | | | svn path=/trunk/; revision=33177
* Include missing header fileSankar P2007-02-052-1/+6
| | | | | | | | | 2007-02-05 Sankar P <psankar@novell.com> * junk-settings.c: Include missing header file svn path=/trunk/; revision=33176
* Fixed Evolution translation bug #404226.Andre Klapper2007-02-042-1/+5
| | | | | | | | | 2007-02-04 Andre Klapper <a9016009@gmx.de> * de.po: Fixed Evolution translation bug #404226. svn path=/trunk/; revision=33175
* Add mnemonic to "Find items". Fixes bug #404242.Andre Klapper2007-02-042-1/+7
| | | | | | | | | | 2007-02-04 Andre Klapper <a9016009@gmx.de> * filter-rule.c: (get_widget): Add mnemonic to "Find items". Fixes bug #404242. svn path=/trunk/; revision=33174
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2007-02-013-173/+174
| | | | | | | | | | | 2007-02-01 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=33173
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-02-012-5/+11
| | | | | | | | 2007-01-31 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33172
* sv.po: Swedish translation updatedDaniel Nylander2007-01-312-17/+21
| | | | svn path=/trunk/; revision=33171
* Translation updated.Gabor Kelemen2007-01-312-1240/+1425
| | | | | | | | 2007-01-30 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=33169
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-01-312-6/+11
| | | | | | | | 2007-01-30 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33168
* Fixes a memory leak and a scenario where, some IMAP servers doesnt returnSankar P2007-01-302-2/+14
| | | | | | | | | | | | | | 2007-01-30 Sankar P <psankar@novell.com> * imap-headers.c: (imap_headers_commit): Fixes a memory leak and a scenario where, some IMAP servers doesnt return headers if the string contains more than one consecutive embedded spaces in the HEADER. svn path=/trunk/; revision=33167
* Updated Thai translation.Theppitak Karoonboonyanan2007-01-302-1325/+1713
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=33166
* Updated Finnish translationIlkka Tuohela2007-01-302-388/+602
| | | | svn path=/trunk/; revision=33165
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2007-01-293-3163/+4111
| | | | | | | | | 2007-01-29 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=33161
* Updated Norwegian bokmål translation.Kjartan Maraas2007-01-292-14/+124
| | | | | | | | 2007-01-29 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=33160
* sv.po: Swedish translation updatedDaniel Nylander2007-01-283-1480/+3718
| | | | svn path=/trunk/; revision=33157
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-01-282-337/+531
| | | | | | | | 2007-01-27 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33156
* identify "sip:" URL's. Fixes bug #396543.Andre Klapper2007-01-272-0/+6
| | | | | | | | | | 2007-01-27 Andre Klapper <a9016009@gmx.de> * e-html-utils.c: (e_text_to_html_full): identify "sip:" URL's. Fixes bug #396543. svn path=/trunk/; revision=33155
* don't split sentences. Fixes bug #401288.Nickolay V. Shmyrev2007-01-272-2/+10
| | | | | | | | | | 2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * install-shared.c: (org_gnome_popup_wizard): don't split sentences. Fixes bug #401288. svn path=/trunk/; revision=33154
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-2718-33/+75
| | | | svn path=/trunk/; revision=33152
* **Fixes bug #343943 Added code for tab sequence to go from BCC into Body.Raghavendran2007-01-262-1/+14
| | | | | | | | | | 2007-01-25 Raghavendran <raghavguru7@gmail.com> **Fixes bug #343943 * e-msg-composer.c:Added code for tab sequence to go from BCC into Body. svn path=/trunk/; revision=33149
* Fix a crash when setting up a GroupWise account. Closes bug #330969. PatchKjartan Maraas2007-01-262-1/+7
| | | | | | | | | | 2007-01-25 Kjartan Maraas <kmaraas@gnome.org> * send-options.c: (get_cnc): Fix a crash when setting up a GroupWise account. Closes bug #330969. Patch from Parthasarathi Susarla. svn path=/trunk/; revision=33148
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-01-252-837/+934
| | | | | | | 2007-01-24 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=33147
* Updated Norwegian bokmål translation.Kjartan Maraas2007-01-242-619/+735
| | | | | | | | 2007-01-24 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=33146
* Fixes #400121.Wang Xin2007-01-242-2/+7
| | | | | | | | | 2007-01-24 Wang Xin <jedy.wang@sun.com> * e-text/gal-a11y-e-text.c: Fixes #400121. svn path=/trunk/; revision=33145
* Fixes 397195.Wang Xin2007-01-242-1/+5
| | | | | | | | | 2007-01-24 Wang Xin <jedy.wang@sun.com> * em-folder-browser.c: Fixes 397195. svn path=/trunk/; revision=33144
* Updated (British) English translationDavid Lodge2007-01-242-348/+458
| | | | svn path=/trunk/; revision=33143
* Updated Swedish translation. Added missing files.Daniel Nylander2007-01-233-358/+467
| | | | | | | | * sv.po: Updated Swedish translation. * POTFILES.in: Added missing files. svn path=/trunk/; revision=33142
* NEWS, configure.in: Evolution 2.9.6 release updatesVeerapuram Varadhan2007-01-233-1/+15
| | | | | | ` svn path=/trunk/; revision=33141
* Added Send options button under Insert menu item in composer . AddedRaghavendran R2007-01-232-1/+13
| | | | | | | | | | | 2007-01-18 Raghavendran R <raghavguru7@gmail.com> * evolution-message-composer.xml: Added Send options button under Insert menu item in composer . Added toolitem for Send Options . svn path=/trunk/; revision=33140
* Added code for implementing Send options via a data hook .Raghavendran2007-01-233-18/+21
| | | | | | | | | | | | 2007-01-18 Raghavendran <raghavguru7@gmail.com> * org-gnome-groupwise-features.xml: * mail-send-options.c : Added code for implementing Send options via a data hook . svn path=/trunk/; revision=33139
* Adding files corresponding to the implementation.Veerapuram Varadhan2007-01-234-0/+893
| | | | svn path=/trunk/; revision=33138
* Glade file for exchange send options . Added a hook for implementing sendVeerapuram Varadhan2007-01-233-3/+27
| | | | | | | | | | | | | | | * exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137
* , (e_msg_composer_remove_header): Added code for modifying and removingRaghavendran R2007-01-233-4/+100
| | | | | | | | | | | | | | 2007-01-18 Raghavendran R<raghavguru7@gmail.com> * e-msg-composer.[c,h]: (e_msg_composer_modify_header): , (e_msg_composer_remove_header): Added code for modifying and removing camel mime message header . (menu_send_options_cb):Creates and emits the event when send options is clicked . svn path=/trunk/; revision=33136
* Creates and returns an event target (composer).Raghavendran R2007-01-233-1/+45
| | | | | | | | | | 2007-01-22 Raghavendran R <raghavguru7@gmail.com> * em-event.[c,h]: (em_event_target_new_composer): Creates and returns an event target (composer). svn path=/trunk/; revision=33135
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-2327-1401/+1874
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. svn path=/trunk/; revision=33134
* Added support for configuring the imap-headers plugin.Sankar P2007-01-227-1/+621
| | | | | | | | | | 2007-01-22 Sankar P <psankar@novell.com> * configure.in: Added support for configuring the imap-headers plugin. svn path=/trunk/; revision=33133
* quickref/sv/quickref.pdf: Updated Swedish translationDaniel Nylander2007-01-213-4/+9
| | | | svn path=/trunk/; revision=33132
* ** Downstream fix from OpenSUSESrinivasa Ragavan2007-01-172-0/+8
| | | | | | | | | | | 2007-01-17 Srinivasa Ragavan <sragavan@novell.com> ** Downstream fix from OpenSUSE * message-list.c: Fix for compiler warning. svn path=/trunk/; revision=33131
* Updated Finnish translationIlkka Tuohela2007-01-102-2/+6
| | | | svn path=/trunk/; revision=33130
* sv.po: Updated Swedish translationDaniel Nylander2007-01-102-834/+929
| | | | svn path=/trunk/; revision=33129
* Evolution 2.9.5 release updates.Harish Krishnaswamy2007-01-092-1/+6
| | | | | | | | | 2006-01-08 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.9.5 release updates. svn path=/trunk/; revision=33128
* NEWS - 2.9.5 updatesVeerapuram Varadhan2007-01-091-0/+19
| | | | svn path=/trunk/; revision=33127
* ** Fixes 346728, 268412 - Scan/load folders on demandVeerapuram Varadhan2007-01-092-44/+81
| | | | svn path=/trunk/; revision=33126
* Fix for 389664 - Adding pilot-link 0.12 compatibility.Veerapuram Varadhan2007-01-089-26/+543
| | | | | | * Fix for 389664 - Adding pilot-link 0.12 compatibility. svn path=/trunk/; revision=33125
* Correct the date-stampHarish Krishnaswamy2007-01-081-1/+1
| | | | svn path=/trunk/; revision=33124
* Initialize ESearchBarItem type to ESB_ITEMTYPE_RADIO. Fixes #382860.Harish Krishnaswamy2007-01-082-2/+7
| | | | | | | | | 2006-12-04 Harish Krishnaswamy <kharish@novell.com> * e-filter-bar.c: (build_items): Initialize ESearchBarItem type to ESB_ITEMTYPE_RADIO. Fixes #382860. svn path=/trunk/; revision=33123
* Fixes #383027Chenthill Palanisamy2007-01-082-1/+7
| | | | svn path=/trunk/; revision=33121
* Fixes #377511 Return the default value 1. (role_edited_cb): Move theMatthew Barnes2007-01-082-2/+23
| | | | | | | | | | | | | 2007-01-08 Matthew Barnes <mbarnes@redhat.com> Fixes #377511 * gui/e-meeting-list-view.c: (get_index_from_role): Return the default value 1. (role_edited_cb): Move the attendee to the right section in the name selector. svn path=/trunk/; revision=33119
* Fixes #389966 Do not create the status property if its pointing to None.Wang Xin2007-01-082-2/+8
| | | | | | | | | | | | 2007-01-08 Wang Xin <jedy.wang@sun.com> Fixes #389966 * gui/e-cal-model-tasks.c: (set_status): Do not create the status property if its pointing to None. svn path=/trunk/; revision=33117