Commit Graph

16521 Commits

Author SHA1 Message Date
50ff525b79 clean up
* Makefile.am: clean up

        * e-msg-composer.c (autosave_manager_query_load_orphans): #include
        string.h
        (menu_file_send_cb): s/gtk_signal_emit/g_signal_emit/

        * e-msg-composer-attachment.c: #include string.h
        (e_msg_composer_attachment_edit): s/E_GLADEDIR/EVOLUTION_GLADEDIR
        * e-msg-composer-attachment-bar.c: #include string.h
        (pixbuf_for_mime_type): s/ICONSDIR/IMAGESDIR/

        * e-msg-composer-hdrs.c: #include string.h

        * e-msg-composer-select-file.c (run_selector): Remove unused var

        * evolution-composer.c: #include string.h
        (evolution_composer_init): Remove unused var
        * listener.c: #include string.h
        (listener_new): Remove unused var

svn path=/trunk/; revision=19804
2003-02-06 15:50:31 +00:00
9c8e524920 remove imagesdir, etc, which are now defined in configure.in
* Makefile.am: remove imagesdir, etc, which are now defined in
        configure.in

svn path=/trunk/; revision=19803
2003-02-06 15:36:57 +00:00
13dd7b2350 clean up, update, etc
* Makefile.am: clean up, update, etc

        * component-factory.c: #include string.h

        * e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/

        * e-summary-rdf.c: Fix some warnings

svn path=/trunk/; revision=19802
2003-02-06 15:35:20 +00:00
4b3ff4825b use POINTER_STRING_BOOL for activate_shortcut.
* e-shortcuts-view.c (class_init): use POINTER_STRING_BOOL for
        activate_shortcut.

        * e-shell-marshal.list: Added NONE,STRING,BOOL, and
        POINTER,STRING,BOOL, removed POINTER,STRING,INT

        * evolution-shell-view.c (evolution_shell_view_class_init): Use
        STRING_BOOL for the set_message signal to match rest of command.

svn path=/trunk/; revision=19801
2003-02-06 07:25:48 +00:00
73b9effe12 add an activate handler to the entry so that hitting return will return an
2003-02-06  Larry Ewing  <lewing@ximian.com>

	* mail-session.c (pass_activate): add an activate handler to the
	entry so that hitting return will return an OK response.

svn path=/trunk/; revision=19800
2003-02-06 06:53:17 +00:00
f415453303 Added NONE,STRING,STRING,STRING
2003-02-06  Not Zed  <NotZed@Ximian.com>

        * e-shell-marshal.list: Added NONE,STRING,STRING,STRING

        * evolution-shell-component.c
        (evolution_shell_component_class_init): Change the
        user_create_new_item marshaller to STRING_STRING_STRING to match
        the rest of the call.  The 'new' button should work now.

svn path=/trunk/; revision=19799
2003-02-06 04:10:43 +00:00
327fbe8316 We want to copy whats in the default user dir, not the default user dir.
2003-02-06  Not Zed  <NotZed@Ximian.com>

        * e-setup.c (copy_default_stuff): We want to copy whats in the
        default user dir, not the default user dir.

svn path=/trunk/; revision=19798
2003-02-06 02:56:10 +00:00
749c7626eb use the parent path to find the parent node rather than the row, which is
2003-02-06  Not Zed  <NotZed@Ximian.com>

        * e-tree-table-adapter.c (delete_node): use the parent path to
        find the parent node rather than the row, which is not valid for
        the root node, which still needs its visible child count updated.

svn path=/trunk/; revision=19797
2003-02-06 02:17:14 +00:00
5580721e82 makefile and warnings fixes
svn path=/trunk/; revision=19796
2003-02-06 02:01:53 +00:00
69a7da3e51 Update this some although it's not currently being built
* importers/Makefile.am: Update this some although it's not
	currently being built

svn path=/trunk/; revision=19795
2003-02-06 02:01:37 +00:00
89087493e8 Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,
* gui/Makefile.am (INCLUDES): Remove cruft. Rename ICONSDIR to
	IMAGESDIR.
	(gladedir, etspecdir, serverdir): Remove definitions
	(libevolution_calendar_la_LDFLAGS): Remove -export-dynamic, add
	-module.

	* gui/calendar-config.c: #include <string.h>

	* gui/calendar-component.c (add_creatable_item):
	s/ICONSDIR/IMAGESDIR/

	* gui/comp-util.c: #include <string.h>

	* gui/e-alarm-list.c: #include e-time-utils.h
	(row_deleted): Remove unused variable.
	(e_alarm_list_append): Likewise.

	* gui/e-date-time-list.c: #include e-time-utils.h, timeutil.h,
	calendar-config.h
	(row_deleted): Remove unused variable
	(e_date_time_list_append): Likewise.

	* gui/e-day-view.c (e_day_view_unrealize): Remove unused var
	(e_day_view_style_set): Likewise.
	(e_day_view_set_event_font_cb): Likewise.

	* gui/e-day-view-time-item.c: #include <string.h>
	(e_day_view_time_item_get_column_width): Remove unused variable.

	* gui/e-itip-control.c: #include <unistd.h>
	(url_requested_cb): s/ICONSDIR/IMAGESDIR/

	* gui/e-week-view.c (e_week_view_unrealize): Remove unused variable
	(e_week_view_style_set): Likewise

	* gui/e-week-view-titles-item.c: #include string.h
	* gui/itip-bonobo-control.c: Likewise
	* gui/print.c: Likewise

svn path=/trunk/; revision=19794
2003-02-06 01:58:30 +00:00
0494cd3773 Use privlibexecdir. (INCLUDES): Remove cruft. (gladedir, serversdir):
* gui/alarm-notify/Makefile.am: Use privlibexecdir.
	(INCLUDES): Remove cruft.
	(gladedir, serversdir): Remove definitions
	(evolution_alarm_notify_LDFLAGS): Remove no-longer-needed
	-export-dynamic.

	* gui/alarm-notify/alarm-notify-dialog.c (write_html_heading):
	s/ICONSDIR/IMAGESDIR

	* gui/alarm-notify/notify-main.c (main): Fix up gettext
	initialization

svn path=/trunk/; revision=19793
2003-02-06 01:58:11 +00:00
84d3e4130f Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): Remove
* gui/dialogs/Makefile.am (INCLUDES): Remove cruft. Rename
	ICONSDIR to IMAGESDIR.
	(gladedir, etspecdir): Remove definitions

	* gui/dialogs/alarm-page.c: #include gtktreeselection.h and
	gtkcellrenderertext.h
	(append_reminder): Remove unused variable.
	(alarm_page_fill_component): Likewise.
	(alarm_page_set_summary): Likewise.
	(delete_clicked_cb): Likewise.

	* gui/dialogs/comp-editor.c (make_icon_from_comp):
	s/ICONSDIR/IMAGESDIR/

	* gui/dialogs/event-page.c: #include <string.h>

	* gui/dialogs/meeting-page.c (meeting_page_construct): Remove
	unused variable.
	(meeting_page_fill_widgets): Likewise

	* gui/dialogs/recurrence-page.c: #include gtktreeselection.h and
	gtkcellrenderertext.h
	(append_exception): Remove unused variable
	(fill_component): Likewise
	(recurrence_page_set_summary): Likewise.
	(exception_delete_cb): Likewise

svn path=/trunk/; revision=19792
2003-02-06 01:58:04 +00:00
5bc569e287 Define in terms of privincludedir
* cal-client/Makefile.am (libcal_clientincludedir): Define in
	terms of privincludedir

	* cal-client/client-test.c (main): Fix up gettext initialization

	* cal-client/cal-client.c (cal_client_construct): Likewise

svn path=/trunk/; revision=19791
2003-02-06 01:57:53 +00:00
d203ba5167 Remove cruft. (libcal_utilincludedir): Define in terms of privincludedir
* cal-util/Makefile.am (INCLUDES): Remove cruft.
	(libcal_utilincludedir): Define in terms of privincludedir

svn path=/trunk/; revision=19790
2003-02-06 01:57:44 +00:00
9c3afb6102 Remove cruft. (pcsincludedir): Define in terms of privincludedir
* pcs/Makefile.am (INCLUDES): Remove cruft.
	(pcsincludedir): Define in terms of privincludedir

	* pcs/cal-backend-file.c (cal_backend_file_finalize): Remove
	unused variable

svn path=/trunk/; revision=19789
2003-02-06 01:57:36 +00:00
a8635a2fd6 update Makefile.ams and fix a lot of warnings
svn path=/trunk/; revision=19788
2003-02-05 23:49:20 +00:00
e3cc8849e5 Remove cruft
* conduit/Makefile.am (INCLUDES): Remove cruft

svn path=/trunk/; revision=19787
2003-02-05 23:49:02 +00:00
13fb419aa0 Remove cruft, rename ICONSDIR to IMAGESDIR. (serverdir, gladedir): Remove
* gui/component/Makefile.am (INCLUDES): Remove cruft, rename
	ICONSDIR to IMAGESDIR.
	(serverdir, gladedir): Remove defintions.

	* gui/component/addressbook-component.c (IS_CONTACT_TYPE): use
	g_ascii_strcasecmp
	(add_creatable_item): s/ICONSDIR/IMAGESDIR/

	* gui/component/component-factory.c: #include <string.h>

	* gui/component/e-address-widget.c: Likewise.
	(e_address_widget_destroy): s/gtk_idle_remove/g_source_remove/
	(e_address_widget_schedule_query): s/gtk_idle_add/g_idle_add/

svn path=/trunk/; revision=19786
2003-02-05 23:48:52 +00:00
0873dd0b65 Remove cruft. (serverdir, gladedir, etspecdir): Remove definitions
* gui/component/select-names/Makefile.am (INCLUDES): Remove cruft.
	(serverdir, gladedir, etspecdir): Remove definitions

	* gui/component/select-names/e-select-names.c: #include <string.h>

	* gui/component/select-names/e-select-names-popup.c
	(init_html_mail): Remove deprecated
	gtk_check_menu_item_set_show_toggle call.

	* gui/component/select-names/e-select-names-manager.c
	(e_select_names_manager_entry_free):
	s/gtk_timeout_remove/g_source_remove/

svn path=/trunk/; revision=19785
2003-02-05 23:48:38 +00:00
675a9d147a Remove cruft. (gladedir, etspecdir): Remove definitions. (glade_DATA):
* gui/widgets/Makefile.am (INCLUDES): Remove cruft.
	(gladedir, etspecdir): Remove definitions.
	(glade_DATA): Empty, so remove it.

	* gui/widgets/e-addressbook-reflow-adapter.c: #include <string.h>
	(addressbook_get_property): Remove unused variable

	* gui/widgets/e-addressbook-view.c: #include <string.h>
	(get_selection_model): Add a g_return_val_if_reached.

	* gui/widgets/e-minicard.c: #include string.h, gtkmain.h,
	gnome-canvas-pixbuf.h
	(field_changed): s/gtk_object_unref/g_object_unref/
	(get_left_width): Remove unused variable

	* gui/widgets/e-minicard-control.c: #include <string.h>
	(pstream_load, pstream_save): Use g_ascii_strcasecmp

	* gui/widgets/e-minicard-view.c: #include <string.h>

	* gui/widgets/e-minicard-view-widget.c
	(e_minicard_view_widget_new): s/gtk_type_new/g_object_new/

svn path=/trunk/; revision=19784
2003-02-05 23:48:14 +00:00
9a08dd45d3 Remove cruft. Define in terms of privdatadir
* gui/merging/Makefile.am (INCLUDES): Remove cruft.
	* gui/search/Makefile.am (ruledir): Define in terms of privdatadir

svn path=/trunk/; revision=19783
2003-02-05 23:47:59 +00:00
8b4423c10c Remove cruft, s/ICONSDIR/IMAGESDIR/ (gladedir, etspecdir): Remove
* gui/contact-list-editor/Makefile.am (INCLUDES): Remove cruft,
	s/ICONSDIR/IMAGESDIR/
	(gladedir, etspecdir): Remove definitions.

	* gui/contact-list-editor/e-contact-list-editor.c: #include
	<string.h>
	(e_contact_list_editor_init): s/ICONSDIR/IMAGESDIR/
	(e_contact_list_editor_new): s/gtk_object_ref/g_object_ref/

	* gui/contact-list-editor/e-contact-list-model.c: #include <string.h>

svn path=/trunk/; revision=19782
2003-02-05 23:47:44 +00:00
9ef9993740 Remove some cruft. rename ICONSDIR to IMAGESDIR. (images_DATA): Install
* gui/contact-editor/Makefile.am (INCLUDES): Remove some cruft.
	rename ICONSDIR to IMAGESDIR.
	(images_DATA): Install arrow.png in imagesdir instead of
	privdatadir.

	* gui/contact-editor/e-contact-quick-add.c: #include <string.h>

	* gui/contact-editor/e-contact-editor.c: #include <string.h>
	(e_contact_editor_init): s/EVOLUTION_ICONSDIR/EVOLUTION_IMAGESDIR/
	(e_contact_editor_new): s/gtk_object_ref/g_object_ref/
	(_replace_button): Look in imagesdir, not privdatadir
	(_phone_arrow_pressed): Remove call to deprecated
	gtk_check_menu_item_set_show_toggle.
	(_email_arrow_pressed): Likewise
	(_address_arrow_pressed): Likewise
	(set_address_field): Remove unused variable
	(enable_widget):
	s/gtk_entry_set_editable/gtk_editable_set_editable/

	* gui/contact-editor/e-contact-editor-address.c
	(e_contact_editor_address_init):
	s/EVOLUTION_ICONSDIR/EVOLUTION_IMAGESDIR
	(e_contact_editor_address_set_property):
	s/gtk_entry_set_editable/gtk_editable_set_editable/

	* gui/contact-editor/e-contact-editor-fullname.c
	(e_contact_editor_fullname_init):
	s/EVOLUTION_ICONSDIR/EVOLUTION_IMAGESDIR
	(e_contact_editor_fullname_set_property): Likewise.

svn path=/trunk/; revision=19781
2003-02-05 23:47:32 +00:00
3dd0e5884e Define in terms of privdatadir. (gladedir): Defined in configure.in now.
* printing/Makefile.am (ecpsdir): Define in terms of privdatadir.
	(gladedir): Defined in configure.in now.

	* printing/e-contact-print.c: #include <string.h>

	* printing/test-print.c: #include <bonobo/bonobo-main.h>
	* printing/test-contact-print-style-editor.c: Likewise

svn path=/trunk/; revision=19780
2003-02-05 23:47:12 +00:00
d8eca23e10 Remove cruft (ldapschemadir): Use privdatadir (pasincludedir): Use
* backend/pas/Makefile.am (INCLUDES): Remove cruft
	(ldapschemadir): Use privdatadir
	(pasincludedir): Use privincludedir.

	* backend/pas/pas-book-factory.c (pas_book_factory_activate):
	Remove unused variable.
	* backend/pas/pas-book-view.c (pas_book_view_new): Likewise

svn path=/trunk/; revision=19779
2003-02-05 23:47:01 +00:00
4958846621 Remove cruft. (libebookincludedir): Use privincludedir.
* backend/ebook/Makefile.am (INCLUDES): Remove cruft.
	(libebookincludedir): Use privincludedir.

	* backend/ebook/e-book-util.c: #include <string.h>
	* backend/ebook/e-card-compare.c: Likewise
	* backend/ebook/load-pine-addressbook.c: Likewise
	* backend/ebook/test-client.c: Likewise

	* backend/ebook/evolution-vcard-importer.c: #include
	<e-book-util.h>
	(factory_fn): Fix this to actually return the importer.

	* backend/ebook/evolution-ldif-importer.c (parseLine): #include
	<e-book-util.h> and <bonobo/bonobo-main.h>. Use g_ascii_strcmp.

	* backend/ebook/e-card.c (e_card_email_match_single_string):
	(e_card_email_find_number): s/g_str/g_ascii_str/
	* backend/ebook/e-destination.c (e_destination_equal): Likewise.
	Also, add an "else return FALSE;"

svn path=/trunk/; revision=19778
2003-02-05 23:46:49 +00:00
e40fc54935 Define in terms of privincludedir
* Makefile.am (wombatincludedir): Define in terms of
	privincludedir

svn path=/trunk/; revision=19777
2003-02-05 22:37:43 +00:00
66802f088f Defined in configure.in now (filterdir): Define using privdatadir
* Makefile.am (gladedir): Defined in configure.in now
	(filterdir): Define using privdatadir

svn path=/trunk/; revision=19776
2003-02-05 22:37:03 +00:00
3e0211a7d2 Define in terms of privincludedir. (camellibexecdir): Define in terms of
* Makefile.am (libcamelincludedir): Define in terms of
	privincludedir.
	(camellibexecdir): Define in terms of privlibexecdir
	(libcamel_la_LDFLAGS): Remove -rpath. (automake will add that)

	* providers/imap/Makefile.am (libcamelimapincludedir): Define in
	terms of privincludedir.
	(INCLUDES): Remove -I$(includedir)
	* providers/local/Makefile.am: Likewise
	* providers/nntp/Makefile.am: Likewise
	* providers/pop3/Makefile.am: Likewise
	* providers/sendmail/Makefile.am: Likewise
	* providers/smtp/Makefile.am: Likewise

svn path=/trunk/; revision=19775
2003-02-05 22:34:18 +00:00
fefb7820db Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIR
* Makefile.am (INCLUDES): Define EVOLUTION_IMAGES using
	$(imagesdir). Define EVOLUTION_GLADEDIR using $(gladedir)
	(eshellincludedir): Define in terms of $(privincludedir)
	(evolution_LDFLAGS): Remove this. gmodule-2's LDFLAGS include the
	equivalent of -export-dynamic for us.
	(serverdir, etspecdir): Remove. Defined in configure.in now.

	* e-folder.c: #include <string.h>
	* e-corba-config-page.c: Likewise
	* e-shell-config.c: Likewise
	* e-shell-folder-creation-dialog.c: Likewise
	* e-shell-folder-title-bar.c: Likewise
	* e-shell-startup-wizard.c: Likewise
	* evolution-activity-client.c: Likewise.
	* evolution-shell-component-client.c: Likewise
	* evolution-shell-component-utils.c: Likewise
	* evolution-storage.c: Likewise
	* evolution-test-component.c: Likewise

	* e-shortcuts-view.c (destroy_group_cb): Remove unused variable

	* importer/Makefile.am (INCLUDES): Remove -I$(includedir). Define
	EVOLUTION_GLADEDIR using $(gladedir).
	(libevolution_importerincludedir): Define in terms of
	$(privincludedir)
	(gladedir): Removed. Defined in configure.in now.

	* glade/Makefile.am (gladedir): Likewise

svn path=/trunk/; revision=19774
2003-02-05 22:25:18 +00:00
fe4da718f0 Remove unneeded MAP_DIR define. (gladedir): Remove. Defined in
* e-timezone-dialog/Makefile.am (INCLUDES): Remove unneeded
	MAP_DIR define.
	(gladedir): Remove. Defined in configure.in now.

	* menus/gal-view-menus.c: #include <string.h>

svn path=/trunk/; revision=19773
2003-02-05 22:04:48 +00:00
a8d95c424f Define MAP_DIR in terms of $(imagesdir). (widgetsincludedir): Define in
* Makefile.am (INCLUDES): Define MAP_DIR in terms of $(imagesdir).
	(widgetsincludedir): Define in terms of $(privincludedir)

svn path=/trunk/; revision=19772
2003-02-05 22:04:32 +00:00
022bfface0 define in terms of privincludedir.
* Makefile.am (eutilincludedir, etc): define in terms of
	privincludedir.

	* ename/Makefile.am (libenameincludedir): Likewise

	* e-account.c: Fix warnings
	* e-account-list.c: Likewise
	* e-config-listener.c: Likewise
	* e-gui-utils.c: Likewise.
	* e-lang-utils.c: Likewise
	* e-msgport.c: Likewise
	* e-passwords.c: Likewise

	* e-categories-config.c
	(e_categories_config_open_dialog_for_entry): Use g_object_get/_set
	rather than gtk_

	* e-url.c (e_uri_new): Use g_ascii_strdown instead of deprecated
	g_strdown.

svn path=/trunk/; revision=19771
2003-02-05 21:58:39 +00:00
4fe7f116d9 use privdatadir
* data/Makefile.am (dtappintegrate, dtappunintegrate): use
	privdatadir

svn path=/trunk/; revision=19770
2003-02-05 21:48:14 +00:00
2b798e6820 Define and AC_SUBST privlibexecdir, privdatadir, privincludedir,
* configure.in: Define and AC_SUBST privlibexecdir, privdatadir,
	privincludedir, serverdir, evolutionuidir, imagesdir, buttonsdir,
	soundsdir, gladedir, etspecdir, and viewsdir.

svn path=/trunk/; revision=19769
2003-02-05 21:46:03 +00:00
999cf94d61 Split out the mailto handling code from here so we can use it in the
2003-02-05  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (e_msg_composer_new_from_url): Split out the
	mailto handling code from here so we can use it in the drag-n-drop
	code too.
	(drag_data_received): If we find a mailto: url in the
	text/uri-list drop, pass that off to handle_mailto() so it can
	fill in the fields for us.

svn path=/trunk/; revision=19768
2003-02-05 20:16:44 +00:00
7cb7f846d4 add cal-recur.c
* POTFILES.in: add cal-recur.c

svn path=/trunk/; revision=19767
2003-02-05 18:52:31 +00:00
f0574ae557 s/BonoboXObject/BonoboObject/
* importer/evolution-intelligent-importer.c:
	s/BonoboXObject/BonoboObject/

svn path=/trunk/; revision=19766
2003-02-05 18:47:08 +00:00
a4f9deac83 s/BonoboXObject/BonoboObject/
* e-summary-offline-handler.c: s/BonoboXObject/BonoboObject/

svn path=/trunk/; revision=19765
2003-02-05 18:45:22 +00:00
859e08c112 s/BonoboXObject/BonoboObject/
* gui/calendar-offline-handler.c: s/BonoboXObject/BonoboObject/

	* gui/comp-editor-factory.c: Likewise

svn path=/trunk/; revision=19764
2003-02-05 18:43:59 +00:00
05020b82c3 array of localized month day names ("1st" - "31st")
* cal-util/cal-recur.c (cal_recur_nth): array of localized month
	day names ("1st" - "31st")

	* gui/dialogs/recurrence-page.c (make_recur_month_num_submenu,
	make_recur_month_num_menu, month_num_menu_selection_done_cb): Use
	the new cal_recur_nth[] array. The way this was done before didn't
	localize properly.

	* gui/alarm-notify/notify-main.c (main):
	s/glade_gnome_init/glade_init/

	From evolution-1-2-branch:

	* gui/e-itip-control.c (write_recurrence_piece): Describe
	recurrences, if we can. #30993
	(set_date_label): If the meeting has recurrences, call
	write_recurrence_piece after writing the start and end dates.
	(write_label_piece): Wrap the timezone in <font size=-1> to
	de-emphasize it a bit and try to keep the timestamp on a single
	line even with big Outlook timezone names. Add an option to show
	just the date, for describing the end of recurrences (since the
	time in the UNTIL is the *beginning* of the last instance, which
	would confuse people).
	(update_item): Set the VCALENDAR's METHOD.
	(ok_clicked_cb): Use update_item, not remove_item, to process a
	cancelation. Part of #33875.

	* pcs/cal-backend-file.c (cal_backend_file_cancel_object): New,
	handle an ICAL_METHOD_CANCEL update.
	(cal_backend_file_update_objects): Call
	cal_backend_file_update_object or cal_backend_file_cancel_object
	as appropriate.

svn path=/trunk/; revision=19763
2003-02-05 18:12:34 +00:00
a066cf216e s/glade_gnome_init/glade_init/
* main.c (main): s/glade_gnome_init/glade_init/

svn path=/trunk/; revision=19762
2003-02-05 18:10:51 +00:00
4be1d4a1c7 s/glade_gnome_init/glade_init/
* e-folder-list.c (e_folder_list_class_init):
	s/glade_gnome_init/glade_init/

	* main.c (main): Likewise

svn path=/trunk/; revision=19761
2003-02-05 18:10:09 +00:00
5b7f0b4f0e Replace deprecated glade_gnome_init() with glade_init().
* gui/component/addressbook-config.c (main): Replace deprecated
	glade_gnome_init() with glade_init().

	* gui/contact-editor/test-editor.c (main): Likewise.

	* printing/test-contact-print-style-editor.c (main): Likewise.

	* printing/test-print.c (main): Likewise.

svn path=/trunk/; revision=19760
2003-02-05 18:08:49 +00:00
b0f27fa8d7 Replace deprecated glade_gnome_init() call with glade_init().
* e-table-config.c (config_class_init): Replace deprecated
	glade_gnome_init() call with glade_init().

	* e-table-field-chooser.c (e_table_field_chooser_class_init):
	Likewise.

svn path=/trunk/; revision=19759
2003-02-05 18:02:17 +00:00
e703f44dbb define and AC_SUBST privlibexecdir.
* configure.in: define and AC_SUBST privlibexecdir.

	* evolution-shell.pc.in: Add privlibexecdir, componentdir,
	evolutionuidir, and iconsdir.

svn path=/trunk/; revision=19758
2003-02-05 17:23:09 +00:00
f6ac018d23 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
svn path=/trunk/; revision=19756
2003-02-05 06:48:09 +00:00
3fd6662401 make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update to
2003-02-03  Mike Kestner  <mkestner@ximian.com>

	* configure.in : make GAL_LIBS use -lgal-2.0
	* gal/Makefile.am : remove extraneous GTK_LIBS reference
	* tests/test-tree-3.c : update to new etta API

gal/e-table/ChangeLog
2003-02-03  Mike Kestner  <mkestner@ximian.com>

	* e-tree-selection-model.c : remove e-tree-sorted usage
	* e-tree-table-adapter.* : rewrite to perform sorting
	* e-tree.c : remove e-tree-sorted usage

svn path=/trunk/; revision=19755
2003-02-05 06:03:05 +00:00
0d7462802f Init bag->owner to 0.
2003-02-04  Not Zed  <NotZed@Ximian.com>

        * camel-object.c (camel_object_bag_new): Init bag->owner to 0.

2003-01-31  Not Zed  <NotZed@Ximian.com>

        * camel-object.c (camel_object_bag_*): Changed to use a posix
        semaphore instead of a condition variable + flag to reserve the
        object bag because e_mutex_cond is broken.

svn path=/trunk/; revision=19754
2003-02-05 04:53:53 +00:00