aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #46287JP Rosevear2005-01-254-139/+63
| | | | | | | | | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> Fixes #46287 * mail-config.glade: remove enable/disable button * em-composer-prefs.h: remove unused button * em-composer-prefs.c (spell_language_toggled): handle the cell being toggled (spell_setup): enable/disable button is gone (em_composer_prefs_construct): setup a listener for the toggle cell svn path=/trunk/; revision=28535
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-252-1062/+1176
| | | | | | | | 2005-01-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28534
* Updated German translation.Hendrik Richter2005-01-252-152/+163
| | | | | | | | 2005-01-24 Hendrik Richter <hendrik@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=28533
* Fixes #70622JP Rosevear2005-01-252-2/+9
| | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> Fixes #70622 * gui/widgets/eab-contact-display.c (eab_contact_display_init): construct the html widget svn path=/trunk/; revision=28532
* scriptyFunda Wang2005-01-251-120/+135
| | | | svn path=/trunk/; revision=28531
* Changed the item_type to section instead of item. Made the necessaryChenthill Palanisamy2005-01-243-39/+59
| | | | | | | | | | | | | | | | | 2005-01-24 Chenthill Palanisamy <pchenthill@novell.com> * org-gnome-send-options.eplug.in: Changed the item_type to section instead of item. * send-options.c (get_cnc): Made the necessary changes to get cnc since some part of dependant code was changed in groupwise account set up plugin. (org_gnome_send_options): Changed the prototype of the function to return the widget. (send_options_commit): Added a warning message if the Modification was not sent to the server. svn path=/trunk/; revision=28530
* *properties.glade : changed the layout of the widgets *share-folder.[ch]:Vivek Jain2005-01-246-584/+599
| | | | | | | | | | | | | | | | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> *properties.glade : changed the layout of the widgets *share-folder.[ch]: removed the checkbuttons for display of rights : removed new_list, update_list and remove_list added users_list *share-folder.c : removed function (update_list_update) (share_folder_construct) : added gtk_cell_renderer_toggle for displaying rights added one structure SharedUsers to have a single list instead of three different lists. Made corresponding changes in all functions. *share-folder-common.c : (new_folder_response): use gtk_widget_reparent to pack the widget added two files *org-gnome-shared-folder-errors.xml *org-gnome-shared-folder-errors.xml.h : to display error message *Makefile.am : included error data svn path=/trunk/; revision=28529
* to display error messagesVivek Jain2005-01-242-0/+30
| | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> to display error messages svn path=/trunk/; revision=28528
* removed EM_POPUP_SELECT_MARK_[NO]JUNK masksRadek Doulik2005-01-244-38/+29
| | | | | | | | | | | | | | 2005-01-24 Radek Doulik <rodo@ximian.com> * em-popup.[ch]: removed EM_POPUP_SELECT_MARK_[NO]JUNK masks 2005-01-20 Radek Doulik <rodo@ximian.com> * em-folder-view.c: patch from Chris Lahey, makes Mark as Junk/not Junk items active on all messages, removes calls to message_list_get_selected where not needed svn path=/trunk/; revision=28527
* Disabling auth sections in druid, and having it only in editor.Sushma Rai2005-01-243-2/+80
| | | | svn path=/trunk/; revision=28526
* if there are detached instances, disable recurrence date widgets.Rodrigo Moya2005-01-242-0/+18
| | | | | | | | | 2005-01-24 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/recurrence-page.c (sensitize_buttons): if there are detached instances, disable recurrence date widgets. svn path=/trunk/; revision=28525
* Updated italian translationMarco Ciampa2005-01-242-1243/+970
| | | | svn path=/trunk/; revision=28524
* add a11y name for the option menu.Mengjie Yu2005-01-242-0/+11
| | | | | | | | | 2005-01-24 Mengjie Yu <meng-jie.yu@sun.com> * e-search-bar.c: (set_option): add a11y name for the option menu. svn path=/trunk/; revision=28523
* Updated Simplified Chinese translationFunda Wang2005-01-241-33/+45
| | | | svn path=/trunk/; revision=28522
* changed for 69122.Not Zed2005-01-242-48/+19
| | | | | | | | 2005-01-24 Not Zed <NotZed@Ximian.com> * searchtypes.xml: changed for 69122. svn path=/trunk/; revision=28517
* Updated German translation.Frank Arnold2005-01-242-933/+1010
| | | | | | | | 2005-01-23 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28516
* Translation updated by Jo Vermeulen.Vincent van Adrighem2005-01-232-1/+5
| | | | | | | | 2005-01-23 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Jo Vermeulen. svn path=/trunk/; revision=28515
* *** empty log message ***Sivaiah Nallagatla2005-01-231-0/+8
| | | | svn path=/trunk/; revision=28514
* Added owa url entry to the config section in both druid and editor, andSushma Rai2005-01-233-75/+129
| | | | | | fixed some compile time warnings. svn path=/trunk/; revision=28513
* Don't set offline_sync value taken from camel url instead set "1" or "0"Sivaiah Nallagatla2005-01-231-3/+3
| | | | | | | | | | | | 2005-01-23 Sivaiah Nallagatla <snalagatla@novell.com> * camel-gw-listener.c (add_esource) (modify_esource) (add_addressbook_sources) : Don't set offline_sync value taken from camel url instead set "1" or "0" depending upon offline is enabled or not svn path=/trunk/; revision=28512
* Check the buddy account name, not alias. Duh. (free_contact_list):Nat Friedman2005-01-232-17/+10
| | | | | | | | | | 2005-01-22 Nat Friedman <nat@novell.com> * gaimbuddies.c (im_list_contains_buddy): Check the buddy account name, not alias. Duh. (free_contact_list): Removed. svn path=/trunk/; revision=28511
* Adding camel_url_free() at proper positionSushma Rai2005-01-221-1/+1
| | | | svn path=/trunk/; revision=28510
* missed plugin definition in org-gnome-exchange-account-setup.eplug.inSushma Rai2005-01-221-0/+7
| | | | svn path=/trunk/; revision=28509
* Setting owa url value in account editor and handlig ssl connection.Sushma Rai2005-01-223-16/+86
| | | | svn path=/trunk/; revision=28508
* Updated Simplified Chinese translationFunda Wang2005-01-221-495/+55
| | | | svn path=/trunk/; revision=28507
* make intltool happy. Added missing filesFunda Wang2005-01-221-0/+16
| | | | svn path=/trunk/; revision=28506
* Updated Simplified Chinese translationFunda Wang2005-01-221-538/+625
| | | | svn path=/trunk/; revision=28505
* forgot in last commitSivaiah Nallagatla2005-01-221-2/+2
| | | | svn path=/trunk/; revision=28504
* renamed the signal CONTACT_REMOVED to CONTACTS_REMOVED and chaned theSivaiah Nallagatla2005-01-226-33/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/e-addressbook-model.[ch] (eab_model_class_init) : renamed the signal CONTACT_REMOVED to CONTACTS_REMOVED and chaned the param type POINTER from INT (remove_contact) : delete all the contacts from the model and emit CONATCTS_REMOVED signal instead of emitting it many times * gui/widgets/e-addressbook-reflow-adpater.c (e_addressbook_reflow_adapter_construct) (remove_contacts) : renamed remove_contact to remove_contacts and when number of conacts is more than 1 use _model_changed instead of _remove_item * gui/widgets/e-addressbook-table-adapter.c (eab_table_adapter_construct) (remove_contacts) : ditto * gui/widgets/e-addressbook-view.c (eab_view_new) : (contacts_removed) : renamed contact_removed to contacts_removed and traverese over indices to find displayed contact indiex fixes #71448 svn path=/trunk/; revision=28503
* Don't pass in the "fill_color" property for creating the canvas item forRodney Dawes2005-01-222-2/+0
| | | | | | | | | | | | | 2005-01-21 Rodney Dawes <dobey@novell.com> * gal/e-text/e-text.c (_do_tooltip): Don't pass in the "fill_color" property for creating the canvas item for the tooltip * gal/widgets/e-reflow.c (set_empty): Don't pass in the "fill_color" property for creating the EText canvas item Fixes #9413 svn path=/trunk/; revision=28501
* Change the xpad and ypad to 0 here, we don't need the extra padding AddRodney Dawes2005-01-223-53/+50
| | | | | | | | | | | | | | | | | | | | | | | | 2005-01-21 Rodney Dawes <dobey@novell.com> * gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog): Change the xpad and ypad to 0 here, we don't need the extra padding Add the GTK_DIALOG_NO_SEPARATOR flag for creating the dialog Set proper border widths on some dialog containers for the HIG Set the row/column spacings for the table widget Create the labels outside of the table packing calls and set the proper alignment for them to be HIG compliant Set the border width of the table widget to 12 for HIG compliance * gui/widgets/eab-popup-control.c (edit_contact_info_cb): Removed (eab_popup_control_display_contact): Just go ahead and open the editor, no need to have an intermittent window with a button for it (add_contacts_cb): Remove this as we don't need it any more (eab_popup_control_no_matches): Just go straight to the quick-add dialog, and don't pop up an intermittent window with a button Fixes #41210 #60852 svn path=/trunk/; revision=28499
* Call gtk_widget_ensure_style to ensure that we set the border widths ofRodney Dawes2005-01-222-0/+7
| | | | | | | | | | 2005-01-21 Rodney Dawes <dobey@novell.com> * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): Call gtk_widget_ensure_style to ensure that we set the border widths of some dialog containers properly for HIG compliance svn path=/trunk/; revision=28498
* Fix some spacing and remove the separator for HIG compliance Set properRodney Dawes2005-01-223-5/+30
| | | | | | | | | | | | | 2005-01-21 Rodney Dawes <dobey@novell.com> * gui/merging/eab-contact-duplicate-detected.glade: Fix some spacing and remove the separator for HIG compliance * gui/merging/eab-contact-merging.c (match_query_callback): Set proper border widths on some dialog containers for the HIG Fixes #41228 svn path=/trunk/; revision=28497
* Fixes #46404JP Rosevear2005-01-224-13/+32
| | | | | | | | | | | | | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> Fixes #46404 * gui/widgets/e-addressbook-view.c (eab_view_print): just show the dialog, not show all (margin settings aren't supposed to be used); use e_print to get the dialog (eab_view_print_preview): use e_print config for previewing * printing/e-contact-print.c (e_contact_print_preview): get the e_print config for previewing (e_contact_print_contact_dialog_new): use e_print to get the print dialog * printing/e-contact-print-envelope.c (e_contact_print_envelope_dialog_new): use e_print to get the print dialog svn path=/trunk/; revision=28496
* Fix dateJP Rosevear2005-01-221-1/+1
| | | | svn path=/trunk/; revision=28495
* Fixes #46404JP Rosevear2005-01-222-8/+17
| | | | | | | | | | | | | 2005-01-18 JP Rosevear <jpr@novell.com> Fixes #46404 * em-folder-view.c (emfv_print_response): use the config in the print data and free it (em_folder_view_print): load the config from e_print and use the dialog from e_print svn path=/trunk/; revision=28494
* changed the item type from "item" to "item_table". avoids some debug spewSivaiah Nallagatla2005-01-221-0/+6
| | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagtla@novell.com> * org-gnome-gw-account-setup.eplug.in : changed the item type from "item" to "item_table". avoids some debug spew on the console svn path=/trunk/; revision=28493
* close long tagJP Rosevear2005-01-222-1/+5
| | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> * apps_evolution_shell.schemas.in.in: close long tag svn path=/trunk/; revision=28492
* e-util needs libgnomeprintui nowJP Rosevear2005-01-222-2/+6
| | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> * configure.in: e-util needs libgnomeprintui now svn path=/trunk/; revision=28491
* Fixes #46404JP Rosevear2005-01-225-112/+96
| | | | | | | | | | | | | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> Fixes #46404 * gui/tasks-control.c (tasks_control_print_cmd): just call print tasks, we don't do the dialog here * gui/print.h: update protos * gui/print.c (print_calendar): use e_print routines for config and dialog and make copies and range settings properly available (print_comp): ditto (print_table): bring up dialog here so that printing for calendar list view works correctly * gui/calendar-commands.c (print): pass extra params to print table svn path=/trunk/; revision=28490
* add print_config schema itemJP Rosevear2005-01-222-0/+17
| | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> * apps_evolution_shell.schemas.in.in: add print_config schema item svn path=/trunk/; revision=28489
* Fixes #46404JP Rosevear2005-01-224-0/+146
| | | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> Fixes #46404 * Makefile.am: build new files * e-print.[hc]: print related config and dialog routines svn path=/trunk/; revision=28488
* mark priv->finished as true first so we don't access freed memory if weJP Rosevear2005-01-222-4/+14
| | | | | | | | | | | | | | 2005-01-21 JP Rosevear <jpr@novell.com> * e-shell-offline-handler.c (impl_OfflineProgressListener_updateProgress): mark priv->finished as true first so we don't access freed memory if we get finalized during the signal emmission (cancel_offline): ditto (finalize_offline): ditto (e_shell_offline_handler_put_components_offline): ditto svn path=/trunk/; revision=28487
* added addressbook-file pluginSivaiah Nallagatla2005-01-212-3/+8
| | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : added addressbook-file plugin svn path=/trunk/; revision=28486
* initial check for address book file pluginSivaiah Nallagatla2005-01-214-0/+94
| | | | svn path=/trunk/; revision=28485
* reverting my last change, we will acheive the same thing withSivaiah Nallagatla2005-01-211-1/+0
| | | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/address-config.c (eabc_commit) : reverting my last change, we will acheive the same thing with addressbook-file plguin in a better way svn path=/trunk/; revision=28484
* Updated Lithuanian translation.Žygimantas Beručka2005-01-212-2670/+652
| | | | | | | | 2005-01-21 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28483
* Update UpdateKjartan Maraas2005-01-213-13334/+13665
| | | | | | | | | 2005-01-18 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update svn path=/trunk/; revision=28480
* Don't set properties on the contact immediately. (clicked_cb): Set theHans Petter Jansson2005-01-212-7/+11
| | | | | | | | | | | | 2005-01-21 Hans Petter Jansson <hpj@novell.com> * gui/contact-editor/e-contact-quick-add.c (quick_add_set_name) (quick_add_set_email): Don't set properties on the contact immediately. (clicked_cb): Set the properties on the contact immediately before passing it on. This way, the FULL_NAME will only be set once, and so the FILE_AS field will be updated here. svn path=/trunk/; revision=28479
* ** See bug #60664.Not Zed2005-01-212-1/+15
| | | | | | | | | | | 2005-01-21 Not Zed <NotZed@Ximian.com> ** See bug #60664. * em-format-html-display.c (efhd_init, efhd_gtkhtml_style_set): if the style changes, re-calculate the page colours, and redraw. svn path=/trunk/; revision=28478
* Close import wizard on 'ESC'Mengjie Yu2005-01-212-0/+21
| | | | | | | | | | 2005-01-20 Mengjie Yu <meng-jie.yu@sun.com> * e-shell-importer.c: (import_druid_esc), (e_shell_importer_start_import): Close import wizard on 'ESC' svn path=/trunk/; revision=28477
* in case of new book set the uid of the source as the relative uri.Sivaiah Nallagatla2005-01-212-1/+8
| | | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook-config.c (eabc_commit) : in case of new book set the uid of the source as the relative uri. svn path=/trunk/; revision=28470
* added deafult source plguinSivaiah Nallagatla2005-01-212-2/+7
| | | | svn path=/trunk/; revision=28469
* intial commitSivaiah Nallagatla2005-01-214-0/+177
| | | | svn path=/trunk/; revision=28468
* Added a description function for copying folders (so we don't get aJeffrey Stedfast2005-01-213-3/+19
| | | | | | | | | | | | | 2005-01-20 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree.c (emft_copy_folders__desc): Added a description function for copying folders (so we don't get a "Working 0x..." status message). * mail-mt.c (do_op_status): Always g_free(what) since we always strdup it. svn path=/trunk/; revision=28467
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-212-7017/+7196
| | | | | | | | 2005-01-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28466
* added a plugin for displaying the groupwise status tracking optionsParthasarathi Susarla2005-01-202-2/+8
| | | | | | | | | 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added a plugin for displaying the groupwise status tracking options svn path=/trunk/; revision=28465
* 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> Chenthill ↵Parthasarathi Susarla2005-01-204-0/+280
| | | | | | | | Palanisamy <pchenthill@novell.com> * first commit of the status tracking plugin svn path=/trunk/; revision=28464
* Updated German translation.Frank Arnold2005-01-202-330/+365
| | | | | | | | 2005-01-20 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28463
* Assiged value to URL.Sivaiah Nallagatla2005-01-202-1/+6
| | | | | | | | | 2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listener.c: (add_calendar_tasks_sources): Assiged value to URL. svn path=/trunk/; revision=28462
* fix a typoHarry Lu2005-01-201-1/+1
| | | | svn path=/trunk/; revision=28461
* ** See bug #64964.Not Zed2005-01-202-1/+14
| | | | | | | | | | | | | 2005-01-20 Not Zed <NotZed@Ximian.com> ** See bug #64964. * e-error.c (e_error_newv): just use add_button, not add_action_widget, for stock+label widgets, since they both show the same, and for some reason set_default_response doesn't work otherwise. svn path=/trunk/; revision=28460
* add a translater note.Harry Lu2005-01-202-0/+6
| | | | | | | | 2005-01-20 Harry Lu <harry.lu@sun.com> * e-search-bar.c: (activate_by_subitems): add a translater note. svn path=/trunk/; revision=28457
* don't remove the tree node if deleting the cert failed. (delete_your):Not Zed2005-01-202-6/+13
| | | | | | | | | | | 2004-11-23 Not Zed <NotZed@Ximian.com> * gui/certificate-manager.c (delete_ca): don't remove the tree node if deleting the cert failed. (delete_your): same. (delete_contact): same. Hoorah for code-reuse. svn path=/trunk/; revision=28456
* add accessable key to the contact editor UI. add accessable key to theHao Sheng2005-01-203-71/+123
| | | | | | | | | | | 2005-01-19 Hao Sheng <hao.sheng@sun.com> * gui/contact-editor/contact-editor.glade: add accessable key to the contact editor UI. * gui/contact-list-editor/contact-list-editor.glade: add accessable key to the contact list editor UI. svn path=/trunk/; revision=28455
* ** See bug #55831.Not Zed2005-01-205-5/+54
| | | | | | | | | | | | | | | 2005-01-20 Not Zed <NotZed@Ximian.com> ** See bug #55831. * evolution-mail.schemas.in.in: added open_many prompt key. * mail-errors.xml: added ask-open-many * em-folder-view.c (em_folder_view_open_selected): put back the 'you're opening too many are you sure' thing. svn path=/trunk/; revision=28454
* Updated German translation.Frank Arnold2005-01-202-6004/+6127
| | | | | | | | 2005-01-19 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28453
* Increment i each time thru the loop or we lose widgets.Jeffrey Stedfast2005-01-203-1/+8
| | | | | | | | | 2005-01-19 Jeffrey Stedfast <fejj@novell.com> * em-folder-properties.c (emfp_get_folder_item): Increment i each time thru the loop or we lose widgets. svn path=/trunk/; revision=28452
* Translation updated by Ivar Smolin.Priit Laes2005-01-202-1/+5
| | | | | | | | 2005-01-19 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28451
* use receive_objects method instead of individually updating objects. SetRodrigo Moya2005-01-202-2/+9
| | | | | | | | | | 2005-01-19 Rodrigo Moya <rodrigo@novell.com> * importers/icalendar-importer.c (update_objects): use receive_objects method instead of individually updating objects. Set the method on the VCALENDAR object we create. svn path=/trunk/; revision=28450
* use receive_objects method instead of individually updating objects.Rodrigo Moya2005-01-192-27/+18
| | | | | | | | | 2005-01-19 Rodrigo Moya <rodrigo@novell.com> * importers/icalendar-imporer.c (update_objects): use receive_objects method instead of individually updating objects. svn path=/trunk/; revision=28449
* *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused byVivek Jain2005-01-192-1/+7
| | | | | | | | | 2005-01-19 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused by g_free (install_folder_response): free the memory svn path=/trunk/; revision=28448
* Setting save password flag if user has selected remember password option.Sushma Rai2005-01-192-7/+10
| | | | svn path=/trunk/; revision=28447
* Fix for 46359, enable "Alt+Down Arrow" to show the popup forHarry Lu2005-01-192-12/+42
| | | | | | | | | | | | | | | | | 2005-01-19 Harry Lu <harry.lu@sun.com> Fix for 46359, enable "Alt+Down Arrow" to show the popup for e-combo-cell-editable.c. * e-combo-cell-editable.c: (show_popup): rewrite it to a more generic function. (button_clicked_cb): call the new show_popup function. (entry_key_press_event_cb): show popup if "Alt+Down Arrow". (ecce_grab_focus): new function. (ecce_class_init): add grab_focus handler so that the entry can get focus. svn path=/trunk/; revision=28446
* ** See bug #66943.Not Zed2005-01-192-17/+40
| | | | | | | | | | | | | | 2005-01-19 Not Zed <NotZed@Ximian.com> ** See bug #66943. * em-composer-utils.c (save_draft_done): check if the editor_engine is still there before trying to invoke a method on it. (em_utils_composer_save_draft_cb): grab resources before getting the folder, so the composer doesn't go away. svn path=/trunk/; revision=28445
* Partially updated German translation.Frank Arnold2005-01-192-214/+135
| | | | | | | | 2005-01-19 Frank Arnold <farnold@cvs.gnome.org> * de.po: Partially updated German translation. svn path=/trunk/; revision=28443
* Added bug numberRodrigo Moya2005-01-191-0/+2
| | | | svn path=/trunk/; revision=28442
* Translation updated by Ivar Smolin.Priit Laes2005-01-192-588/+179
| | | | | | | | 2005-01-18 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28441
* killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-193-2/+17
| | | | | | | | | | | | 2005-01-18 Rodrigo Moya <rodrigo@novell.com> * gui/e-week-view.c (process_component): killed warnings. (e_week_view_start_editing_event): do nothing if the calendar is read only. * gui/e-day-view.c (e_day_view_start_editing_event): ditto. svn path=/trunk/; revision=28440
* Reading the user validate function return value, so that reference count isSushma Rai2005-01-182-4/+9
| | | | | | | handled properly and password dialog comes up on pressing ok button, in failure cases. svn path=/trunk/; revision=28439
* removed e-url.h include.Rodrigo Moya2005-01-183-2/+5
| | | | | | | | | 2005-01-18 Rodrigo Moya <rodrigo@novell.com> * em-filter-source-element.c: * mail-config.c: removed e-url.h include. svn path=/trunk/; revision=28438
* removed e-url.[ch], which are now in libedataserver.Rodrigo Moya2005-01-184-400/+5
| | | | | | | | | 2005-01-17 Rodrigo Moya <rodrigo@novell.com> * e-url.[ch]: * Makefile.am: removed e-url.[ch], which are now in libedataserver. svn path=/trunk/; revision=28437
* *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff forVivek Jain2005-01-182-64/+44
| | | | | | | | | 2005-01-18 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff for the display of wizard svn path=/trunk/; revision=28436
* Fix for #71384, Making page check work for exchange account, whenSushma Rai2005-01-182-16/+27
| | | | | | hostname is not read. svn path=/trunk/; revision=28435
* add a11y name for the contact's treeview.Hao Sheng2005-01-182-0/+9
| | | | | | | | | | 2005-01-18 Hao Sheng <hao.sheng@sun.com> * gui/component/addressbook-view.c: (addressbook_view_init): add a11y name for the contact's treeview. svn path=/trunk/; revision=28434
* use url->host instead of reading "poa" parameter everywhere. use "use_ssl"Sivaiah Nallagatla2005-01-182-64/+46
| | | | | | | | | | | 2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c : use url->host instead of reading "poa" parameter everywhere. use "use_ssl" param instead of soap_ssl We not longer have separate settings for soap as we use soap for mail now svn path=/trunk/; revision=28433
* handle error conditions more gracefully.Harish Krishnaswamy2005-01-182-4/+14
| | | | | | | | | 2005-01-18 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/cal-attachment-bar.c (cal_attachment_bar_get_attachment_list): handle error conditions more gracefully. svn path=/trunk/; revision=28432
* Initializing host name with a dummy nameSushma Rai2005-01-182-3/+21
| | | | svn path=/trunk/; revision=28431
* *install-shared.c (org_gnome_popup_wizard): displays the message withoutParthasarathi Susarla2005-01-182-11/+29
| | | | | | | | | | 2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com> *install-shared.c (org_gnome_popup_wizard): displays the message without the mime headers svn path=/trunk/; revision=28430
* add a11y names for widgets named "Image","Anniversary" and "Birthday". addHao Sheng2005-01-183-0/+20
| | | | | | | | | | | 2005-01-18 Hao Sheng <hao.sheng@sun.com> * gui/contact-editor/contact-editor.glade: add a11y names for widgets named "Image","Anniversary" and "Birthday". * gui/contact-editor/e-contact-editor.c: (e_contact_editor_create_date): add string1 as entry's a11y name. svn path=/trunk/; revision=28429
* return the entry of the date edit.Hao Sheng2005-01-183-0/+16
| | | | | | | | | 2005-01-18 Hao Sheng <hao.sheng@sun.com> * misc/e-dateedit.[ch]: (e_date_edit_get_entry): return the entry of the date edit. svn path=/trunk/; revision=28428
* show "other" when email does not carry "TYPE" (fill_in_email) : passSivaiah Nallagatla2005-01-182-2/+12
| | | | | | | | | | | | | | 2005-01-17 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.c (fill_in_email_record) : show "other" when email does not carry "TYPE" (fill_in_email) : pass deafult email types instead of -1 when clearing fields Fixes #70922 svn path=/trunk/; revision=28427
* Code movement, using accessor functions, and reading url values fromSushma Rai2005-01-184-129/+281
| | | | | | gconf and setting it in EAccount. svn path=/trunk/; revision=28426
* ** See bug #70768.Not Zed2005-01-185-52/+37
| | | | | | | | | | | | | | | 2005-01-18 Not Zed <NotZed@Ximian.com> ** See bug #70768. * em-folder-browser.c (emfb_mark_all_read): get the uid list from the message-list (view) rather than folder (model). * message-list.c (message_list_foreach): removed, no longer used. (message_list_get_uids): new function replacing ml_foreach, get visible uids's of messages. svn path=/trunk/; revision=28425
* kill old 'load http 0 now=0' debug.Not Zed2005-01-183-34/+60
| | | | | | | | | | | | | | 2005-01-18 Not Zed <NotZed@Ximian.com> * em-format-html.c (emfh_gethttp): kill old 'load http 0 now=0' debug. ** See bug #70563. * em-utils.c (emu_set_proxy, emu_proxy_setup) (em_utils_get_proxy_uri): make sure the init code is called from main thread (gconf usage), and add locking for data consistency. svn path=/trunk/; revision=28424
* *install-shared.c : (org_gnome_popup_wizard): included a condition (nullVivek Jain2005-01-173-31/+56
| | | | | | | | | | | | 2005-01-17 Vivek Jain <jvivek@novell.com> *install-shared.c : (org_gnome_popup_wizard): included a condition (null check) to fix a crash * shared-folder-common.c :(org_gnome_shared_folder_factory): some condition checks to avoid the possible crashes (get_container_id): included code to return top level container id if folder name is passed as null svn path=/trunk/; revision=28423
* use libedataserver's e-url.Rodrigo Moya2005-01-178-7/+17
| | | | | | | | | | | | | | 2005-01-17 Rodrigo Moya <rodrigo@novell.com> * gui/calendar-component.c: * gui/calendar-offline-handler.c: * gui/comp-editor-factory.c: * gui/e-tasks.c: * gui/gnome-cal.c: * gui/misc.c: * gui/alarm-notify/alarm-notify.c: use libedataserver's e-url. svn path=/trunk/; revision=28422
* Changed the title for the free/busy publishing settings dialog toNat Friedman2005-01-172-1/+7
| | | | | | | | | | 2005-01-17 Nat Friedman <nat@novell.com> * gui/dialogs/url-editor-dialog.glade: Changed the title for the free/busy publishing settings dialog to "Free/Busy Publishing Settings" (away from "Free/Busy Editor" which made no sense). svn path=/trunk/; revision=28421
* removed the e_day_view_... prefix in warning messages.Rodrigo Moya2005-01-172-2/+7
| | | | | | | | | 2005-01-17 Rodrigo Moya <rodrigo@novell.com> * gui/e-calendar-view.c (on_unrecur_appointment): removed the e_day_view_... prefix in warning messages. svn path=/trunk/; revision=28420
* Makefile change to link to camel libsSushma Rai2005-01-172-1/+8
| | | | svn path=/trunk/; revision=28419
* fixed a kludge.Harish Krishnaswamy2005-01-172-8/+10
| | | | | | | * gui/dialogs/cal-attachment-bar.c (destroy): fixed a kludge. svn path=/trunk/; revision=28418
* ** Related to changes for #65178.Not Zed2005-01-172-32/+56
| | | | | | | | | | | | | | | | | 2005-01-14 Not Zed <NotZed@Ximian.com> ** Related to changes for #65178. * mail-vfolder.c (mv_find_folder): changed from my_list_find, take store arg and use camel_Store_Folder_uri_equal() instead of wrong uri_cmp function. (mail_vfolder_delete_uri): same. (mail_vfolder_rename_uri): same. (uri_is_ignore): take store arg, and same as above. use the right uri for checking sent folder. (mail_vfolder_*): convert to storing uri's in camel form. svn path=/trunk/; revision=28417
* Fix for 62831.Harry Lu2005-01-172-0/+12
| | | | | | | | | | | 2005-01-17 Harry Lu <harry.lu@sun.com> Fix for 62831. * e-search-bar.c: (activate_by_subitems): add an a11y name for the search entry. svn path=/trunk/; revision=28416
* Translation updated by Ivar Smolin.Priit Laes2005-01-172-62/+38
| | | | | | | | 2005-01-17 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28415
* add the a11y name for arrow-button named "Telephone".Hao Sheng2005-01-172-0/+8
| | | | | | | | | 2005-01-17 Hao Sheng <hao.sheng@sun.com> * gui/contact-editor/contact-editor.glade: add the a11y name for arrow-button named "Telephone". svn path=/trunk/; revision=28414
* Updated Greek translationNikos Charonitakis2005-01-172-6299/+4070
| | | | svn path=/trunk/; revision=28413
* Missed entry.JP Rosevear2005-01-161-0/+4
| | | | svn path=/trunk/; revision=28412
* Translation updated by Ivar Smolin.Priit Laes2005-01-161-0/+4
| | | | | | | | 2005-01-15 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28410
* use E_CALENDAR_VIEW, not E_CAL_VIEWJP Rosevear2005-01-163-33/+14
| | | | | | | | | | | | | | | 2005-01-15 JP Rosevear <jpr@novell.com> * calendar/ea-calendar-helpers.c (ea_calendar_helpers_get_cal_view_from): use E_CALENDAR_VIEW, not E_CAL_VIEW Fixes #71306 * calendar/Makefile.am: no need for any idl in this directory, it was not used anywhere svn path=/trunk/; revision=28409
* svn path=/trunk/; revision=28408Updated ja.po. T.Aihana2005-01-152-3386/+192
| | | | | | 2005-01-15 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=28408
* Translation updated by Ivar Smolin.Priit Laes2005-01-152-865/+766
| | | | | | | | 2005-01-14 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28407
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-152-18/+46
| | | | | | | | | | 2005-01-14 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. svn path=/trunk/; revision=28406
* Updated Simplified Chinese translationFunda Wang2005-01-141-78/+47
| | | | svn path=/trunk/; revision=28405
* use camel_data_wrapper_decode_to_stream instead ofJP Rosevear2005-01-142-1/+7
| | | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (extract_itip_data): use camel_data_wrapper_decode_to_stream instead of camel_data_wrapper_write_to_stream svn path=/trunk/; revision=28404
* Updated Simplified Chinese translationFunda Wang2005-01-141-257/+257
| | | | svn path=/trunk/; revision=28403
* Updated Simplified Chinese translationFunda Wang2005-01-141-618/+713
| | | | svn path=/trunk/; revision=28402
* handle UTC dtstart/dtend properlyJP Rosevear2005-01-142-2/+11
| | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (format_itip_object): handle UTC dtstart/dtend properly svn path=/trunk/; revision=28401
* Updated italian translationMarco Ciampa2005-01-142-244/+207
| | | | svn path=/trunk/; revision=28400
* missing commitMichael Zucci2005-01-141-0/+7
| | | | svn path=/trunk/; revision=28398
* ** See bug #71029.Not Zed2005-01-141-2/+5
| | | | | | | | | | 2005-01-13 Not Zed <NotZed@Ximian.com> ** See bug #71029. * em-account-editor.c (e svn path=/trunk/; revision=28397
* Add new-mail-notify to the plugins_all listing so that it gets distedRodney Dawes2005-01-142-1/+6
| | | | | | | | | 2005-01-13 Rodney Dawes <dobey@novell.com> * configure.in: Add new-mail-notify to the plugins_all listing so that it gets disted properly svn path=/trunk/; revision=28396
* bump version to 2.1.3.2JP Rosevear2005-01-141-1/+1
| | | | | | | | 2005-01-13 JP Rosevear <jpr@novell.com> * configure.in: bump version to 2.1.3.2 svn path=/trunk/; revision=28393
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-133-50/+54
| | | | | | | | | | | | | | | | | Changes to take advantage of Siva's performance improvements to the addressbook search API. 2005-01-13 Nat Friedman <nat@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug printfs. (bbdb_sync_buddy_list): Do not query for the IM name, which is slow. Instead, query by alias and only commit the contact if we have changes for it. (bbdb_merge_buddy_to_contact): Return a boolean indicating whether we dirtied the contact or not. svn path=/trunk/; revision=28392
* Updated italian translationMarco Ciampa2005-01-132-5901/+3750
| | | | svn path=/trunk/; revision=28391
* changed the function find_node to return user node corresponding to theVivek Jain2005-01-135-86/+108
| | | | | | | | | | | 2005-01-13 Vivek Jain <jvivek@novell.com> * share-folder.c :changed the function find_node to return user node corresponding to the mail address given. (add_clicked): added a condition so that user can't share folder to himself. (user_selected): modified to display proper rights when owner is selected. * share-folder-common.c : calling share_folder with a cnc in it. svn path=/trunk/; revision=28390
* Combined all the exchange account setup plugins into one plugin.Sushma Rai2005-01-132-18/+5
| | | | svn path=/trunk/; revision=28388
* scriptyFunda Wang2005-01-131-7/+14
| | | | svn path=/trunk/; revision=28387
* Fixes #61973JP Rosevear2005-01-132-0/+13
| | | | | | | | | | | 2005-01-12 JP Rosevear <jpr@novell.com> Fixes #61973 * gui/widgets/e-addressbook-view.etspec: add translator comment for TTYTDD svn path=/trunk/; revision=28386
* Fixes #65820JP Rosevear2005-01-132-0/+7
| | | | | | | | | | 2005-01-12 JP Rosevear <jpr@novell.com> Fixes #65820 * gui/weekday-picker.c (get_day_text): add translator comment svn path=/trunk/; revision=28385
* forgot to cvs removeMichael Zucci2005-01-131-41/+0
| | | | svn path=/trunk/; revision=28384
* added prototypes for exported functions, re-arranged slightly to staticiseNot Zed2005-01-135-18/+82
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: added prototypes for exported functions, re-arranged slightly to staticise internal functions. * new-mail-notify.h: removed. 2005-01-12 Miguel Angel Lopez Hernandez <miguel@gulev.org.mx> * new-mail-notify.[ch]: Fix author's name, changes in code to maintain coding style (org_gnome_new_mail_notify): Now sends the dbus message using the send_dbus_message function (org_gnome_message_reading_notify): Added function, called when a message.reading event is fired (send_dbus_message): Added function, generic function to send dbus messages * org-gnome-new-mail-notify.eplug.in: define the message reading event svn path=/trunk/; revision=28383
* Updated Canadian English translation.Adam Weinberger2005-01-132-6224/+4213
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28382
* fix spellingDavid Trowbridge2005-01-132-2/+6
| | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * calendar-weather.c (e_calendar_weather_units): fix spelling svn path=/trunk/; revision=28381
* scriptyFunda Wang2005-01-131-8/+8
| | | | svn path=/trunk/; revision=28380
* Get the value for the autodelete toggle button (page_changed_cb): Do notChenthill Palanisamy2005-01-122-2/+15
| | | | | | | | | | | | 2005-01-12 Chenthill Palanisamy <pchenthill@novell.com> * e-send-options.c: (e_send_options_get_widgets_data), (e_send_options_fill_widgets_with_data): Get the value for the autodelete toggle button (page_changed_cb): Do not hide the classification label and its combo box here. svn path=/trunk/; revision=28379
* Added some functons to change the global send options.Chenthill Palanisamy2005-01-123-54/+352
| | | | | | | | | | | | | | | | | 2005-01-12 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: * send-options.c: (get_cnc), (e_send_options_load_general_opts), (e_sendoptions_clicked_cb), (org_gnome_send_options), (e_send_options_copy_general_opts), (e_send_options_copy_status_options), (check_status_options_changed), (check_general_changed), (send_options_copy_check_changed), (get_source), (add_return_value), (put_options_in_source), (add_send_options_to_source), (send_options_commit): Added some functons to change the global send options. svn path=/trunk/; revision=28378
* ** See bug #70990.Not Zed2005-01-122-1/+7
| | | | | | | | | | | 2005-01-12 Not Zed <NotZed@Ximian.com> ** See bug #70990. * em-account-editor.c (emae_service_url_changed): if the value is "" then don't set it svn path=/trunk/; revision=28377
* fix plugin listing, bump upgrade revision so weather calendar groupJP Rosevear2005-01-122-4/+13
| | | | | | | | | 2005-01-12 JP Rosevear <jpr@novell.com> * configure.in: fix plugin listing, bump upgrade revision so weather calendar group appears svn path=/trunk/; revision=28376
* error check for old exchange librarySushma Rai2005-01-122-1/+10
| | | | svn path=/trunk/; revision=28375
* Adding a entry widgett o editor page and using Excahnge connectorSushma Rai2005-01-123-3/+97
| | | | | | defined function to validate user svn path=/trunk/; revision=28374
* dont' use '%.*s' for truncating string output.Not Zed2005-01-122-1/+8
| | | | | | | | | 2005-01-08 Not Zed <NotZed@Ximian.com> * e-url.c (e_url_shroud): dont' use '%.*s' for truncating string output. svn path=/trunk/; revision=28373
* cast lenght specifiers to int.Not Zed2005-01-122-2/+7
| | | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * filter-part.c (filter_part_expand_code): cast lenght specifiers to int. svn path=/trunk/; revision=28372
* set last_Edited_comp_string to NULL, not test it for null.Not Zed2005-01-122-1/+6
| | | | | | | | | 2005-01-08 Not Zed <NotZed@Ximian.com> * gui/e-day-view.c (e_day_view_finish_resize): set last_Edited_comp_string to NULL, not test it for null. svn path=/trunk/; revision=28371
* cast length specifier to int.Not Zed2005-01-122-1/+6
| | | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * util/eab-book-util.c (eab_name_and_email_query): cast length specifier to int. svn path=/trunk/; revision=28370
* use a single setting for metric/imperial rather than separate temperatureDavid Trowbridge2005-01-123-102/+38
| | | | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * plugins/calendar-weather/(calendar-weather.c, org-gnome-calendar-weather.eplug.in): use a single setting for metric/imperial rather than separate temperature and snowfall settings svn path=/trunk/; revision=28369
* Reverted the previous fix to offset the hyphen whileHarish Krishnaswamy2005-01-122-1/+7
| | | | | | forming the filename. svn path=/trunk/; revision=28368
* scriptyFunda Wang2005-01-121-23/+23
| | | | svn path=/trunk/; revision=28367
* Bump to 2.1.3.1JP Rosevear2005-01-121-1/+1
| | | | svn path=/trunk/; revision=28364
* ** See bug #70018.Not Zed2005-01-122-3/+11
| | | | | | | | | | | 2005-01-12 Not Zed <NotZed@Ximian.com> ** See bug #70018. * mail-signature-editor.c (mail_signature_editor): use the right version for the gtkhtml editor control. svn path=/trunk/; revision=28363
* initialise composer before using it. sigh.Not Zed2005-01-122-3/+6
| | | | | | | | | 2005-01-12 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (destroy): initialise composer before using it. sigh. svn path=/trunk/; revision=28362
* Fixes #29985JP Rosevear2005-01-122-1/+11
| | | | | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> Fixes #29985 * itip-formatter.c (view_response_cb): set the message flags to answered if we send successfully svn path=/trunk/; revision=28361
* add new-mail-notify.h so it gets distedJP Rosevear2005-01-122-1/+5
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * Makefile.am: add new-mail-notify.h so it gets disted svn path=/trunk/; revision=28360
* scriptyFunda Wang2005-01-121-8/+7
| | | | svn path=/trunk/; revision=28359
* bump versionJP Rosevear2005-01-114-9/+86
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=28357
* killed compile time warnings by including suitable definitions and typeVivek Jain2005-01-114-43/+56
| | | | | | | | 2005-01-11 Vivek Jain <jvivek@novell.com> killed compile time warnings by including suitable definitions and type casting widgets svn path=/trunk/; revision=28356
* Translation updated.Priit Laes2005-01-112-54/+60
| | | | | | | | 2005-01-11 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28355
* Updated Lithuanian translation.Žygimantas Beručka2005-01-112-3518/+2456
| | | | | | | | 2005-01-11 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28353
* Added an extra button and prompting for password on button click,Sushma Rai2005-01-113-55/+38
| | | | | | instead of page next signal of druid svn path=/trunk/; revision=28352
* Updated zh_CN translationFunda Wang2005-01-111-2416/+39
| | | | svn path=/trunk/; revision=28351
* Make intltool happy. Updated zh_CN.poFunda Wang2005-01-113-3347/+2165
| | | | svn path=/trunk/; revision=28350
* Added conditions to check for shared folders to display different icon ifVivek Jain2005-01-112-3/+16
| | | | | | | | | 2005-01-11 Vivek Jain <jvivek@novell.com> * em-folder-tree.c (render_pixbuf): Added conditions to check for shared folders to display different icon if it is a shard folder. svn path=/trunk/; revision=28349
* Fixed a compiler warning.Harish Krishnaswamy2005-01-112-1/+5
| | | | | | * itip-formatter.c (update_item): Fixed a compiler warning. svn path=/trunk/; revision=28347
* added new mail plugin & checks.Not Zed2005-01-112-2/+21
| | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * configure.in: added new mail plugin & checks. svn path=/trunk/; revision=28346
* (org_gnome_new_mail_notify): fixed some warnings & formattingMichael Zucci2005-01-113-11/+5
| | | | svn path=/trunk/; revision=28345
* fix LDFLAGS variable name.Not Zed2005-01-112-1/+5
| | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * Makefile.am: fix LDFLAGS variable name. svn path=/trunk/; revision=28344
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-115-0/+215
| | | | svn path=/trunk/; revision=28343
* Kill dead filesJP Rosevear2005-01-11480-162889/+0
| | | | svn path=/trunk/; revision=28342
* remove the temporary object from the view when stopping editing.Rodrigo Moya2005-01-113-1/+14
| | | | | | | | | | | 2005-01-10 Rodrigo Moya <rodrigo@novell.com> * gui/e-day-view.c (e_day_view_on_editing_stopped): remove the temporary object from the view when stopping editing. * gui/e-week-view.c (e_week_view_on_editing_stopped): ditto. svn path=/trunk/; revision=28341
* use HIG-compliant button order.Rodrigo Moya2005-01-112-5/+10
| | | | | | | | | 2005-01-10 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (create_source_selected): use HIG-compliant button order. svn path=/trunk/; revision=28340
* Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify theRodney Dawes2005-01-112-4/+13
| | | | | | | | | | | 2005-01-10 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify the path to the la file directly, use the _LIBS variables that correspond with those in INCLUDES to link to the correct libraries svn path=/trunk/; revision=28339
* set to the new items, duhJP Rosevear2005-01-112-2/+6
| | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): set to the new items, duh svn path=/trunk/; revision=28338
* offset the file name to account for the 'hyphen'.Harish Krishnaswamy2005-01-112-1/+7
| | | | | | | | * gui/dialogs/cal-attachment-bar.c: (cal_attachment_bar_set_attachment_list): offset the file name to account for the 'hyphen'. svn path=/trunk/; revision=28337
* *** empty log message ***JP Rosevear2005-01-111-1/+4
| | | | svn path=/trunk/; revision=28336
* compare pointers instead of content idJP Rosevear2005-01-112-2/+6
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): compare pointers instead of content id svn path=/trunk/; revision=28335
* More attachment updatesJP Rosevear2005-01-111-26/+45
| | | | svn path=/trunk/; revision=28334
* dont handle attachments in case of declineHarish Krishnaswamy2005-01-111-44/+29
| | | | svn path=/trunk/; revision=28333
* configure.in change for exchange account setupSushma Rai2005-01-111-0/+4
| | | | svn path=/trunk/; revision=28332
* Exchange account settings plugin entry to configure.inSushma Rai2005-01-111-1/+2
| | | | svn path=/trunk/; revision=28331
* corrected api argumentsSushma Rai2005-01-112-1/+6
| | | | svn path=/trunk/; revision=28330
* scriptyFunda Wang2005-01-111-109/+146
| | | | svn path=/trunk/; revision=28329
* first crack at saving attachments for the backend (extract_itip_data):JP Rosevear2005-01-102-3/+12
| | | | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend (extract_itip_data): tell the user what to do for more than one attachment svn path=/trunk/; revision=28328
* added send options plugin to base plugin listParthasarathi Susarla2005-01-101-0/+3
| | | | | | | 2005-1-10 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added send options plugin to base plugin list svn path=/trunk/; revision=28327
* added support for groupwise send options pluginParthasarathi Susarla2005-01-101-2/+3
| | | | | | | 2005-1-10 Parthasarathi Susarla <sparthasarathi@novell.com> * configure.in : added support for groupwise send options plugin svn path=/trunk/; revision=28326
* initial check in for groupwise send optionsParthasarathi@novell.com2005-01-106-0/+219
| | | | | | | | 2005-01-10 Parthasarathi@novell.com <sparthasarathi@novell.com> * initial check in for groupwise send options svn path=/trunk/; revision=28325
* svn path=/trunk/; revision=28324Updated ja.po. T.Aihana2005-01-102-4464/+5620
| | | | | | 2005-01-10 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=28324
* first crack at saving attachments for the backendJP Rosevear2005-01-102-0/+81
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend svn path=/trunk/; revision=28323
* Add shared-folder to plugin and base plugin list. Add correspondingVivek Jain2005-01-102-2/+8
| | | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> * configure.in : Add shared-folder to plugin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. svn path=/trunk/; revision=28322
* add send-options pluginChenthill Palanisamy2005-01-102-2/+7
| | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: add send-options plugin svn path=/trunk/; revision=28321
* 2005-01-10 Vivek Jain <jvivek@novell.com> IncludedJain Vivek2005-01-106-246/+349
| | | | | | | | | | | | | | | | * install-shared.c : opens up a wizard on reading a shared folder notification and installs shared folder at the recepient end. * share-folder-common.c : added (refresh_folder_tree) : to refresh the folder tree when a folder is shared or a shared folder is created so that different icons are displayed (get_cnc): to get a connection (get_container_id):to get the container id of the folder user selects * share-folder.c : minor changes to fix the crash * Makefile.am : including install-shared.c in sources * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for the message-read event svn path=/trunk/; revision=28320
* Included * ChangeLog and * install-shared.c to accept aVivek Jain2005-01-102-0/+264
| | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> Included * ChangeLog and * install-shared.c to accept a shared-folder-notification and install a shared folder svn path=/trunk/; revision=28319
* Plugin file to add the send options button in the account editor. Adds theChenthill Palanisamy2005-01-104-0/+295
| | | | | | | | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the send options button in the account editor. * send-options.c: Adds the send options button inside a frame in the defaults page of the account editor for groupwise accounts. Clicking on the button gets the settings from the server and shows it in the send options dialog box. svn path=/trunk/; revision=28318
* Missed to commit this file before.Chenthill Palanisamy2005-01-103-13/+21
| | | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * backends/groupwise/e-cal-backends-groupwise-utils.h: Missed to commit this file before. svn path=/trunk/; revision=28317
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-01-102-575/+452
| | | | | | | | | 2005-01-10 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=28316
* Added code to support global options. Filled the finalize and disposeChenthill Palanisamy2005-01-104-13/+167
| | | | | | | | | | | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * e-send-options.c: (e_send_options_get_widgets_data), (e_send_options_fill_widgets_with_data), (page_changed_cb), (init_widgets), (get_widgets), (setup_widgets), (e_sendoptions_set_global), (e_sendoptions_dialog_run), (e_sendoptions_dialog_finalize), (e_sendoptions_dialog_dispose), (e_sendoptions_dialog_init), (e_sendoptions_dialog_class_init), (e_sendoptions_dialog_get_type): Added code to support global options. Filled the finalize and dispose functions. * e-send-options.glade: Changed a label id. * e-send-options.h: Added the set_global function. svn path=/trunk/; revision=28315
* Translation updated.Priit Laes2005-01-102-21/+19
| | | | | | | | 2005-01-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28313
* Translation updated by Ivar Smolin.Priit Laes2005-01-102-280/+207
| | | | | | | | 2005-01-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28312
* Modified cal-attachment-bar to allow the path to the local attachmentHarish Krishnaswamy2005-01-104-20/+32
| | | | | | | | | | | | | | | | * gui/dialogs/cal-attachment-bar.[ch]: (destroy), (init), (cal_attachment_bar_set_local_attachment_store), (cal_attachment_bar_get_attachment_list), (cal_attachment_bar_get_nth_attachment_filename), (cal_attachment_bar_set_attachment_list): Modified cal-attachment-bar to allow the path to the local attachment store be set externally, thereby hiding the storage policy of different backends from it. * gui/dialogs/comp-editor.c: * (real_edit_comp): set the local attachment store after obtaining it from the calendar. svn path=/trunk/; revision=28311
* Plugin to read the exchange OWA URL instead of host nameSushma Rai2005-01-103-9/+101
| | | | svn path=/trunk/; revision=28310
* Translation updated by Ivar Smolin.Priit Laes2005-01-102-283/+181
| | | | | | | | 2005-01-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28309
* When spawning an editor, set the initial editability from the target book,Hans Petter Jansson2005-01-102-2/+8
| | | | | | | | | | 2005-01-10 Hans Petter Jansson <hpj@novell.com> * gui/widgets/e-minicard.c (e_minicard_activate_editor): When spawning an editor, set the initial editability from the target book, not from the minicard's own (usually stale, useless) editable state. svn path=/trunk/; revision=28308
* Updated Lithuanian translation.Žygimantas Beručka2005-01-102-115/+152
| | | | | | | | 2005-01-10 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28307
* remove error modeJP Rosevear2005-01-103-24/+64
| | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-view.h: remove error mode * itip-formatter.c (set_itip_error): show error information to the user (extract_itip_data): use above (format_itip_object): no more "error" mode svn path=/trunk/; revision=28306
* accessor (itip_view_get_delegator): dittoJP Rosevear2005-01-104-3/+124
| | | | | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-view.c (itip_view_set_delegator): accessor (itip_view_get_delegator): ditto * itip-view.h: new protos * itip-formatter.c (extract_itip_data): put delegate sections back in and handle default reminder (format_itip_object): set the delegator for requests, find the delegator calendar if necessary svn path=/trunk/; revision=28305
* fix parsing of query stringJP Rosevear2005-01-102-2/+5
| | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * e-url.c (e_uri_new): fix parsing of query string svn path=/trunk/; revision=28304
* handle calendar:// urisJP Rosevear2005-01-102-1/+70
| | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * gui/calendar-component.c (impl_handleURI): handle calendar:// uris svn path=/trunk/; revision=28303
* open a new window if we get a component id type urlJP Rosevear2005-01-103-5/+19
| | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * e-shell.c (impl_Shell_handleURI): open a new window if we get a component id type url * Evolution-Shell.idl: add ComponentNotFound exception svn path=/trunk/; revision=28302
* launch an evolution window pointing at the calendar date of theJP Rosevear2005-01-102-2/+25
| | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-formatter.c (idle_open_cb): launch an evolution window pointing at the calendar date of the appointment (view_response_cb): use it svn path=/trunk/; revision=28301
* only check for conflicts if the source has the conflict propertyJP Rosevear2005-01-102-15/+100
| | | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): only check for conflicts if the source has the conflict property (initialize_selection): select the "conflict" sources in the selector (source_selection_changed): update the source properties (itip_formatter_page_factory): include the source selector for selecting conflict checking calendars svn path=/trunk/; revision=28300
* add calendar-file pluginJP Rosevear2005-01-102-2/+7
| | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * configure.in: add calendar-file plugin svn path=/trunk/; revision=28299
* Initial import of file properties plugin.JP Rosevear2005-01-105-0/+100
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * Initial import of file properties plugin. svn path=/trunk/; revision=28298
* Updated zh_CN translationFunda Wang2005-01-091-1/+1
| | | | svn path=/trunk/; revision=28297
* Authentication for exchange accountSushma Rai2005-01-094-1/+143
| | | | svn path=/trunk/; revision=28296
* Exchange account level settings pluginSushma Rai2005-01-094-0/+259
| | | | svn path=/trunk/; revision=28295
* Reformatted the description.Nat Friedman2005-01-092-4/+5
| | | | | | | | 2005-01-08 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Reformatted the description. svn path=/trunk/; revision=28294
* Yet again updated Lithuanian translation.Žygimantas Beručka2005-01-092-63/+78
| | | | | | | | 2005-01-08 Žygimantas Beručka <uid0@akl.lt> * lt.po: Yet again updated Lithuanian translation. svn path=/trunk/; revision=28293
* scriptyFunda Wang2005-01-091-58/+60
| | | | svn path=/trunk/; revision=28292
* Updated Lithuanian translation.Žygimantas Beručka2005-01-082-161/+138
| | | | | | | | 2004-01-08 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28291
* Remove duplicate entry for itip-formatter in plugins list.Harish Krishnaswamy2005-01-082-1/+7
| | | | | | | * configure.in : Remove duplicate entry for itip-formatter in plugins list. svn path=/trunk/; revision=28290
* update itip_send_comp calls with the new prototype.Harish Krishnaswamy2005-01-082-2/+7
| | | | svn path=/trunk/; revision=28289
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-01-082-753/+1470
| | | | | | | | | 2005-01-08 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=28288
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-0818-30/+383
| | | | | | | 2005-01-08 Harish Krishnaswamy <kharish@novell.com> Added support for attachments support to calendar items. svn path=/trunk/; revision=28287
* New files that provide attachments support for calendar items.Harish Krishnaswamy2005-01-087-0/+2064
| | | | svn path=/trunk/; revision=28286
* Add gnome-vfs-module-2.0 to Evo compile flags forHarish Krishnaswamy2005-01-082-1/+5
| | | | | | the calendar. svn path=/trunk/; revision=28285
* shushJP Rosevear2005-01-081-0/+5
| | | | svn path=/trunk/; revision=28284
* Updated Lithuanian translation.Žygimantas Beručka2005-01-082-3208/+3871
| | | | | | | | 2005-01-08 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28283
* Add libedataserverui to the e-util libs and cflags.Hans Petter Jansson2005-01-082-1/+5
| | | | | | | | 2005-01-08 Hans Petter Jansson <hpj@novell.com> * configure.in: Add libedataserverui to the e-util libs and cflags. svn path=/trunk/; revision=28282
* scriptyFunda Wang2005-01-081-906/+1303
| | | | svn path=/trunk/; revision=28281
* new protosJP Rosevear2005-01-084-9/+202
| | | | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: new protos * itip-view.c (set_tasklist_sender_text): task sender messages (set_calendar_sender_text): calendar sender messages (set_sender_text): select above as appropriate (itip_view_set_item_type): accessor (itip_view_get_item_type): ditto * itip-formatter.c (find_cal_opened_cb): messages for meetings/tasks/journals (send_item): ditto (format_itip_object): ditto (itip_formatter_page_factory): change page title svn path=/trunk/; revision=28280
* ensure there is only one attendee in the RSVP even if the user isJP Rosevear2005-01-082-2/+14
| | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-formatter.c (view_response_cb): ensure there is only one attendee in the RSVP even if the user is duplicated svn path=/trunk/; revision=28279
* clear the attendees, somehow I remove this in an earlier commitJP Rosevear2005-01-083-1/+8
| | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * gui/dialogs/event-editor.c (event_editor_edit_comp): clear the attendees, somehow I remove this in an earlier commit svn path=/trunk/; revision=28278
* put a name to the 'Send options' frame.Rodrigo Moya2005-01-085-30/+43
| | | | | | | | | | | | | | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/event-page.glade: * gui/dialogs/task-page.glade: put a name to the 'Send options' frame. * gui/dialogs/event-page.c (event_page_init): initialize reference to the 'Send options' frame. (get_widgets): get the 'Send options' frame from the .glade file. (event_page_hide_options): just hide the frame. (event_page_show_options): just show the frame. * gui/dialogs/task-page.c (task_page_init): initialize reference to the 'Send options' frame. (get_widgets): get the 'Send options' frame from the .glade file. (task_page_hide_options): just hide the frame. (task_page_show_options): just show the frame. svn path=/trunk/; revision=28277
* set the dialog's parent.Rodrigo Moya2005-01-082-0/+7
| | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * e-categories-config.c (e_categories_config_open_dialog_for_entry): set the dialog's parent. svn path=/trunk/; revision=28276
* protosJP Rosevear2005-01-084-22/+124
| | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: protos * itip-view.c (rsvp_toggled_cb): set comment sensitivity (itip_view_init): add comment entry (itip_view_set_rsvp): make comment entry sensitive when rsvp is (itip_view_set_rsvp_comment): accessor (itip_view_get_rsvp_comment): ditto * itip-formatter.c (find_cal_opened_cb): set error message if we can't find the item (view_response_cb): add comment if the user sets one svn path=/trunk/; revision=28275
* use the new ECategoriesDialog in libedataserverui.Rodrigo Moya2005-01-082-10/+9
| | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * e-categories-config.c (e_categories_config_open_dialog_for_entry): use the new ECategoriesDialog in libedataserverui. svn path=/trunk/; revision=28274
* define EDS's datadir, needed to get to the Locations.xml file.Rodrigo Moya2005-01-083-9/+20
| | | | | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * Makefile.am: define EDS's datadir, needed to get to the Locations.xml file. * calendar-weather.c (load_locations): use EDS's datadir for the Locations.xml file full path. svn path=/trunk/; revision=28273
* define weatherdatadir here, no need to use e-d-s's one, use evolution'sRodrigo Moya2005-01-082-6/+12
| | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * Makefile.am: define weatherdatadir here, no need to use e-d-s's one, use evolution's instead. svn path=/trunk/; revision=28272
* removed weatherdatadir definition here.Rodrigo Moya2005-01-082-5/+4
| | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * configure.in: removed weatherdatadir definition here. svn path=/trunk/; revision=28271
* add protosJP Rosevear2005-01-074-21/+205
| | | | | | | | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: add protos * itip-view.c (set_sender_text): update descriptions better (set_status_text): show/hide status (set_comment_text): show/hide comment (set_buttons): update buttons for add an refresh (itip_view_destroy): free comment/status (itip_view_init): add status/comment widgets (itip_view_set_status): accessor (itip_view_get_status): ditto (itip_view_set_comment): ditto (itip_view_get_comment): ditto * itip-formatter.c (find_cal_opened_cb): make sure rsvp is off for publish (format_itip_object): decline counter is sent by an organizer; set status and comment when appropriate svn path=/trunk/; revision=28270
* Translation updated.Priit Laes2005-01-072-5461/+6360
| | | | | | | | 2005-01-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28269
* MissingRodrigo Moya2005-01-072-0/+4
| | | | svn path=/trunk/; revision=28268
* added calendar-weather plugin to build.David Trowbridge2005-01-072-1/+11
| | | | | | | | | | 2005-01-07 David Trowbridge <David.Trowbridge@Colorado.edu> * configure.in: added calendar-weather plugin to build. 2005-01-06 JP Rosevear <jpr@novell.com> svn path=/trunk/; revision=28267
* initial import of ECalEvent targetsDavid Trowbridge2005-01-074-0/+270
| | | | | | | | | | 2005-01-06 David Trowbridge <trowbrds@cs.colorado.edu> * gui/e-cal-event[hc]: initial import of ECalEvent targets * gui/migration.c (migrate_calendars): add component.migration event svn path=/trunk/; revision=28266
* Initial import of weather properties pluginDavid Trowbridge2005-01-0711-0/+833
| | | | | | | | 2004-01-06 David Trowbridge <trowbrds@cs.colorado.edu> * Initial import of weather properties plugin svn path=/trunk/; revision=28265
* Translation updated by Ivar Smolin.Priit Laes2005-01-072-499/+380
| | | | | | | | 2005-01-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28264
* remove old code, setup transient parent and weak ref for refresh. someNot Zed2005-01-074-18/+14
| | | | | | | | | | 2005-01-07 Not Zed <NotZed@Ximian.com> * em-account-prefs.c (account_add_clicked): remove old code, setup transient parent and weak ref for refresh. * *.c: some warning fixes/comment fixes svn path=/trunk/; revision=28263
* Add the GTK_DIALOG_NOSEPARATOR flag, and set appropriate border widthsRodney Dawes2005-01-072-1/+14
| | | | | | | | | | 2005-01-06 Rodney Dawes <dobey@novell.com> * e-config.c (e_config_create_window): Add the GTK_DIALOG_NOSEPARATOR flag, and set appropriate border widths around the main dialog vbox, and action area, to be more HIG compliant svn path=/trunk/; revision=28262
* add some uninstall rules for local dataJP Rosevear2005-01-072-0/+14
| | | | | | | | 005-01-06 JP Rosevear <jpr@novell.com> * data/Makefile.am: add some uninstall rules for local data svn path=/trunk/; revision=28261
* install schemas properlyJP Rosevear2005-01-072-1/+5
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * gui/Makefile.am: install schemas properly svn path=/trunk/; revision=28260
* install schemas properlyJP Rosevear2005-01-072-1/+5
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * gui/component/Makefile.am: install schemas properly svn path=/trunk/; revision=28259
* install schemas properlyJP Rosevear2005-01-072-1/+5
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * Makefile.am: install schemas properly svn path=/trunk/; revision=28258