Commit Graph

12608 Commits

Author SHA1 Message Date
accdc958be Argh, missing commit from yesterday to fix building of the tarball.
svn path=/trunk/; revision=14563
2001-11-01 20:26:38 +00:00
6418b74f88 Updated Polish translation by GNOME PL Team <translators@gnome.pl>
svn path=/trunk/; revision=14562
2001-11-01 07:50:33 +00:00
f00d0b9514 Fixed the signature of this function.
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-selection-model.c (etsm_node_deleted): Fixed the
	signature of this function.

svn path=/trunk/; revision=14560
2001-11-01 00:35:40 +00:00
1
7a1dfcef58 Same as below.
2001-10-31    <NotZed@Ximian.com>

        * providers/local/camel-spool-folder.c (spool_get_message): Same
        as below.

        * providers/local/camel-maildir-folder.c (maildir_get_message):
        Same as below.

        * providers/local/camel-mbox-folder.c (mbox_get_message): Set
        USER_CANCEL if failed due to EINTR.

        * camel-filter-driver.c (camel_filter_driver_filter_mbox): If
        construct from parser fails due to user cancel, set USER_CANCEL on
        exception.

        * camel-mime-part.c (construct_from_parser): Return error if the
        parser had an io error.

        * camel-mime-message.c (construct_from_parser): Check error on
        parser/return error.

        * camel-mime-parser.c (folder_scan_init): Init error number.
        (camel_mime_parser_errno): New function, return errno of any io
        failures.
        (folder_read): Set errno if a failure occured.
        (folder_seek): Same.
        (folder_scan_init_with_fd): Setup errno depeding on ok/failure.
        (folder_scan_init_with_stream): Same.

svn path=/trunk/; revision=14559
2001-10-31 23:55:45 +00:00
49bad8cf37 Don't do operations on a NULL path. (updated_folder_cb,
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* e-storage-set-view.c (cursor_activated): Don't do operations on
	a NULL path.
	(updated_folder_cb, folder_changed_cb): Send pre_change signal
	here.

svn path=/trunk/; revision=14558
2001-10-31 23:46:10 +00:00
71a63f1498 Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped the version number to 0.16.99.0 and
	GAL_CURRENT to 17.

From gal/e-table/ChangeLog:

2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_unfreeze): Check for unfreezing past 0 here
	and give a warning.
	(eti_add_table_model): Call eti_freeze here since
	eti_table_model_changed will call unfreeze.

	* e-tree-memory.c (e_tree_memory_node_remove): Send deleted signal
	after freeing the child.

	* e-tree-model.c, e-tree-model.h: Added node_deleted signal.
	removed/deleted signals will always come in pairs in that order
	with a single pre_change for both of them.

	* e-tree-selection-model.c (etsm_node_deleted): Clear the tree on
	deleted here instead of on removed.

	* e-tree-sorted.c (ets_proxy_node_deleted): Chain deleted here.
	Chains to NULL node which is fine for now.

svn path=/trunk/; revision=14557
2001-10-31 23:42:08 +00:00
f553e16d8f Don't use a case-sensitive comparison.
2001-10-31  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (list_add_addresses): Don't use a
	case-sensitive comparison.

svn path=/trunk/; revision=14556
2001-10-31 23:37:49 +00:00
5baa90103c Updates from Anna evolution/po/da.po
Updates from Anna
evolution/po/da.po

svn path=/trunk/; revision=14555
2001-10-31 23:21:57 +00:00
28237e0fae evolution.png instead of evolution-icon.png.
* data/evolution.desktop.in (Icon): evolution.png instead of
evolution-icon.png.

svn path=/trunk/; revision=14554
2001-10-31 23:16:33 +00:00
1
d4d172e933 Snotty code so we only disconnect to rules we no longer have, etc.
2001-10-31    <NotZed@Ximian.com>

        * e-filter-bar.c (build_items): Snotty code so we only disconnect
        to rules we no longer have, etc.

svn path=/trunk/; revision=14553
2001-10-31 23:08:29 +00:00
1d7f11a189 Syncing up for the 0.16.100 internal release.
svn path=/trunk/; revision=14551
2001-10-31 23:07:32 +00:00
9450e20fe2 Ref and connect to rule changed here, also clear out previous ref's.
2001-11-01  Not Zed  <NotZed@Ximian.com>

        * e-filter-bar.c (build_items): Ref and connect to rule changed
        here, also clear out previous ref's.
        (generate_menu): No longer connect to rules, or reset rule array.
        (set_option): Dont reset option rules array.
        (context_rule_removed): Disconnect changed event on rule.
        (clear_rules): Fujnction to clear rules from an array.
        (destroy): Disconnect from context signals, and clear rules arrays.

        * e-filter-bar.h: Remove hash table for change id's.

svn path=/trunk/; revision=14550
2001-10-31 22:27:16 +00:00
9fb8bbd298 Added rules to generate `Evolution-Addressbook-SelectNames.h'.
* gui/dialogs/Makefile.am: Added rules to generate
`Evolution-Addressbook-SelectNames.h'.

svn path=/trunk/; revision=14549
2001-10-31 22:13:12 +00:00
13345f4f8d Removed Frobisher
svn path=/trunk/; revision=14548
2001-10-31 19:59:37 +00:00
1
b40eb5b8a4 Added a trylock, used by ibex_use.
2001-10-31    <NotZed@Ximian.com>

        * ibex_internal.h (IBEX_TRYLOCK): Added a trylock, used by ibex_use.

        * ibex_block.c (ibex_use): Do to a trylock on the ibex we're
        checking to close, as it might be locked elsewhere in an obivously
        simple deadlock.

svn path=/trunk/; revision=14547
2001-10-31 19:58:02 +00:00
72ab189eac Spelling mistake
svn path=/trunk/; revision=14546
2001-10-31 19:27:54 +00:00
877a770200 Make this work again.
* mail-format.c (try_inline_pgp_sig): Make this work again.

svn path=/trunk/; revision=14545
2001-10-31 19:27:00 +00:00
16ee145049 add more NEWS
svn path=/trunk/; revision=14544
2001-10-31 17:48:19 +00:00
895bbf9611 If the source folder is stock and the operation is GDK_ACTION_MOVE, always
* e-storage-set-view.c (handle_evolution_path_drag_motion): If the
source folder is stock and the operation is GDK_ACTION_MOVE,
always return %FALSE as we don't want that to be allowed ever.

svn path=/trunk/; revision=14543
2001-10-31 16:59:43 +00:00
989fe42c68 update
2001-10-31  JP Rosevear  <jpr@ximian.com>

	* NEWS (Conduits): update

svn path=/trunk/; revision=14542
2001-10-31 16:58:47 +00:00
55860b92a7 Remove.
svn path=/trunk/; revision=14541
2001-10-31 15:53:53 +00:00
05a56a4acf #include <string.h>
2001-10-31  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/alarm-options.c: #include <string.h>

svn path=/trunk/; revision=14540
2001-10-31 15:52:09 +00:00
0cf7b194cd Add calendar/cal-util/cal-component.c' and shell/e-shell-utils.c'.
* POTFILES.in: Add `calendar/cal-util/cal-component.c' and
`shell/e-shell-utils.c'.

svn path=/trunk/; revision=14539
2001-10-31 15:51:46 +00:00
b632b84b27 Install evolution.png', not evolution-icon.png'.
* Makefile.am: Install `evolution.png', not `evolution-icon.png'.

* evolution.png: Renamed from `evolution-icon.png', removing the
old, now unused `evolution.png'.

svn path=/trunk/; revision=14538
2001-10-31 15:50:11 +00:00
8b9b965239 Add oaf to MAILER_CFLAGS and MAILER_LIBS too.
* configure.in: Add oaf to MAILER_CFLAGS and MAILER_LIBS too.

svn path=/trunk/; revision=14537
2001-10-31 15:20:21 +00:00
c9ce571c20 use MAX_LINE_LEN rather than magic numbers all over the place.
2001-10-31  Damon Chaplin  <damon@ximian.com>

	* src/libical/icalproperty.c (get_next_line_start): use MAX_LINE_LEN
	rather than magic numbers all over the place.

svn path=/trunk/; revision=14536
2001-10-31 14:13:29 +00:00
d5ae9d8cd3 NEWS
svn path=/trunk/; revision=14535
2001-10-31 12:56:03 +00:00
9f6d470e75 Fix bug if you remove all folders, or all rdfs or all weather stations where settings were reset
svn path=/trunk/; revision=14534
2001-10-31 12:53:18 +00:00
3f2c88fd0f If a query is not in progress, just retag the whole thing. An event may
2001-10-31  Federico Mena Quintero  <federico@ximian.com>

	* gui/gnome-cal.c (dn_query_obj_updated_cb): If a query is not in
	progress, just retag the whole thing.  An event may change dates
	and tag_calendar_by_comp() would not know how to untag the old
	dates.  Fixes bug #10220.

	* pcs/query.c (start_query_cb): Connect to the backend's
	"obj_updated" and "obj_removed" signals here instead of in
	query_construct().  If a query is started while another one is
	notifying of an update, these signal connections would get appened
	to the running signal (the one that triggered the notification
	about an update) and the new signal handlers would also get
	called.  We are really not interested in updates before we
	populate the query, because we'll catch the changes anyways.

svn path=/trunk/; revision=14533
2001-10-31 12:49:54 +00:00
6adebda32b Updated Brazilian Portuguese translation.
2001-10-31  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

* pt_BR.po: Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=14532
2001-10-31 12:29:24 +00:00
f0baef6162 Updated Swedish translation.
2001-10-31  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14531
2001-10-31 11:36:43 +00:00
4b29811f13 Renamed the cut/copy/paste/delete command/item/verb names to be
2001-10-30  Federico Mena Quintero  <federico@ximian.com>

	* evolution-calendar.xml: Renamed the cut/copy/paste/delete
	command/item/verb names to be consistent.

svn path=/trunk/; revision=14530
2001-10-31 11:20:02 +00:00
3f5027009a had to redo the folding code since Outlook 2000 doesn't like parameter
2001-10-31  Damon Chaplin  <damon@ximian.com>

	* src/libical/icalproperty.c (icalproperty_as_ical_string): had to
	redo the folding code since Outlook 2000 doesn't like parameter values
	like 'TENTATIVE' cut in half. Now it tries to split after a ';', ':'
	or space.

svn path=/trunk/; revision=14529
2001-10-31 11:17:42 +00:00
1a54303e49 Fix bug #13723.
2001-10-31  Federico Mena Quintero  <federico@ximian.com>

	Fix bug #13723.

	* gui/gnome-cal.h (GnomeCalendarClass): New signals
	"calendar_focus_change", "taskpad_focus_change", and
	"taskpad_selection_changed".  Renamed "selection_changed" to
	"calendar_selection_changed".

	* gui/gnome-cal.c (gnome_calendar_get_num_tasks_selected): New
	function.
	(setup_widgets): Connect to the focus event signals of the task
	pad and the calendar view widgets.
	(gnome_calendar_delete_selection): Renamed from
	gnome_calendar_delete_event().
	(gnome_calendar_cut_clipboard): Handle the current focus location.
	(gnome_calendar_copy_clipboard): Likewise.
	(gnome_calendar_paste_clipboard): Likewise.
	(gnome_calendar_delete_selection): Likewise.
	(table_selection_change_cb): New callback.

	* gui/calendar-commands.c (sensitize_calendar_commands): Take in
	whether we should unconditionally disable everything.
	(sensitize_taskpad_commands): Analogous function to the above.
	(gcal_calendar_focus_change_cb): New callback, used for calendar
	views.
	(gcal_taskpad_focus_change_cb): New callback, used for the
	taskpad.

	* gui/e-day-view.c (e_day_view_key_press): Use a better test for
	keys that should start editing.  Fixes bug #6447.

	* gui/e-week-view.c (e_week_view_key_press): Likewise.

svn path=/trunk/; revision=14528
2001-10-31 11:17:04 +00:00
dccfbb1fbf Make the pre_changes and changes match here.
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* gui/calendar-model.c: Make the pre_changes and changes match
	here.

svn path=/trunk/; revision=14527
2001-10-31 10:43:57 +00:00
2cfc5ae7ae Make the pre_changes and changes match here.
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/e-cardlist-model.c,
	gui/component/select-names/e-select-names-table-model.c,
	gui/widgets/e-addressbook-table-adapter.c: Make the pre_changes
	and changes match here.

svn path=/trunk/; revision=14526
2001-10-31 10:42:34 +00:00
a3dfed7a8e Bumped the version number here to 0.16.
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped the version number here to 0.16.

From gal/menus/ChangeLog:

2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* gal-define-views-model.c: Made this match pre_changes with
	changes.

svn path=/trunk/; revision=14524
2001-10-31 10:34:54 +00:00
23587bebe8 Added frozen_count variable to know not to show the cursor while a change
2001-10-31  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c, e-table-item.h: Added frozen_count variable to
	know not to show the cursor while a change is going on.

	* e-table-model.c, e-table-model.h, e-tree-model.c,
	e-tree-model.h: Added a model_no_change signal to pair with a
	pre_change if there's no change.

	* e-table-selection-model.h: Removed an unused frozen field here.

	* e-table-sorted.c, e-table-subset.c, e-table-subset.h,
	e-table-without.c, e-tree-memory.c, e-tree-sorted.c,
	e-tree-table-adapter.c: Made sure pre_changes were all matched by
	some change.  Proxy no_change signal where appropriate.

	* e-tree-selection-model.c: Keep track of the frozen_count
	variable to know whether a change is going on.

svn path=/trunk/; revision=14523
2001-10-31 10:33:51 +00:00
a06c0a0d12 Updated Polish translation by GNOME PL Team <translators@gnome.pl>
svn path=/trunk/; revision=14522
2001-10-31 10:28:44 +00:00
f758c4d597 send as mixed rather than alternative
2001-10-31  JP Rosevear  <jpr@ximian.com>

	* gui/itip-utils.c (itip_send_comp): send as mixed rather than
	alternative

svn path=/trunk/; revision=14521
2001-10-31 08:38:01 +00:00
a377caf4d8 Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of
* gui/alarm-notify/save.c (KEY_CALENDARS_TO_LOAD):
Removed.
(KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of
calendars to load.
(BASE_KEY_CALENDAR_TO_LOAD): New base key name for the URIs of the
calendars to load.
(save_calendars_to_load): Rewrote to not use a sequence, to work
around an ORBit bug that causes bonobo-moniker-xmldb to crash.
(get_calendars_to_load): Likewise.

svn path=/trunk/; revision=14520
2001-10-31 08:30:35 +00:00
a419fc54e6 Check that local_listener and other_contacts_listener are non-NULL before
2001-10-31  Jon Trowbridge  <trow@ximian.com>

	* gui/component/select-names/e-select-names.c
	(e_select_names_destroy): Check that local_listener and
	other_contacts_listener are non-NULL before
	disconnecting/unrefing.

	* gui/component/select-names/e-select-names-manager.c
	(entry_destroyed): The entry shouldn't unref the manager.
	(e_select_names_manager_create_entry): The entry shouldn't hold a
	ref to the manager.  It becomes circular.
	(e_select_names_manager_create_entry): On the other hand, we
	should hold a ref to the entry we create.

	* gui/component/select-names/e-select-names-bonobo.c
	(impl_destroy): Remove the explicit dialog destroy hack.

svn path=/trunk/; revision=14519
2001-10-31 06:44:00 +00:00
0051272a4e disconnect signals added in append_page(). Fixes Gtk-Critical warning
2001-10-30  Damon Chaplin  <damon@ximian.com>

	* gui/dialogs/comp-editor.c (comp_editor_remove_page): disconnect
	signals added in append_page(). Fixes Gtk-Critical warning about
	GtkAccelGroup being added twice to a window.

svn path=/trunk/; revision=14518
2001-10-31 05:37:20 +00:00
3453ef724b forgot to account for the spaces added, so it could have been writing over
2001-10-30  Damon Chaplin  <damon@ximian.com>

	* src/libical/icalproperty.c (fold_property_line): forgot to account
	for the spaces added, so it could have been writing over the end of
	the allocated memory. Added check for buffer overflow as well.
	This could well have been the problem causing bug #14067.

svn path=/trunk/; revision=14517
2001-10-31 05:17:49 +00:00
be7fbc93cd Add back the "remove Content-Disposition when sending itip" hack.
* e-msg-composer.c (build_message): Add back the "remove
        Content-Disposition when sending itip" hack.

svn path=/trunk/; revision=14516
2001-10-31 04:40:29 +00:00
9651e23eb1 Updated Norwegian (nynorsk) translation
svn path=/trunk/; revision=14515
2001-10-31 01:19:50 +00:00
3600b50b46 set a body for the message
2001-10-30  JP Rosevear  <jpr@ximian.com>

	* gui/itip-utils.c (itip_send_comp): set a body for the message

svn path=/trunk/; revision=14514
2001-10-31 00:55:46 +00:00
940e7c277c oops. Federico already updated it.
svn path=/trunk/; revision=14513
2001-10-31 00:48:31 +00:00
bf839fb6f9 updated
svn path=/trunk/; revision=14512
2001-10-31 00:47:27 +00:00
5589db933d call GNOME_Evolution_Composer_setMultipartType to get a
* gui/itip-utils.c (itip_send_comp): call
	GNOME_Evolution_Composer_setMultipartType to get a
	multipart/alternative.

svn path=/trunk/; revision=14511
2001-10-31 00:27:51 +00:00