Commit Graph

12702 Commits

Author SHA1 Message Date
2c0cff9f33 Updated russian translation.
svn path=/trunk/; revision=14667
2001-11-11 20:29:38 +00:00
be1a82b28f Updated Hungarian translation.
2001-11-11  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=14666
2001-11-11 19:42:32 +00:00
cfb209ce38 Update from anna
svn path=/trunk/; revision=14665
2001-11-11 17:01:43 +00:00
f573f7b388 Don't let the importers run if people don't want them to
svn path=/trunk/; revision=14664
2001-11-11 15:18:23 +00:00
feac853b11 If we already have the message loaded in the mail-display, don't bother
2001-11-09  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (forward_message): If we already have the
	message loaded in the mail-display, don't bother re-loading. This
	happens to fix bug #14848.

svn path=/trunk/; revision=14663
2001-11-11 02:24:45 +00:00
388862bcc0 Don't select all if the source model doesn't have a root node (it used to
2001-11-07  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-selection-model.c (etsm_select_all): Don't select all if
	the source model doesn't have a root node (it used to crash.)
	Fixes Ximian bug #14542.

svn path=/trunk/; revision=14661
2001-11-10 20:39:41 +00:00
207ba3e3c5 Make a printout here be conditionally compiled (and compiled out by
2001-11-08  Christopher James Lahey  <clahey@ximian.com>

	* e-table-sorter.c (ets_sort_info_changed): Make a printout here
	be conditionally compiled (and compiled out by default.)

svn path=/trunk/; revision=14660
2001-11-10 20:37:38 +00:00
a6e564469f Update
svn path=/trunk/; revision=14659
2001-11-10 18:49:16 +00:00
dd3b71e878 Updated Norwegian (bokmål) translation.
2001-11-10  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.

svn path=/trunk/; revision=14658
2001-11-10 18:07:16 +00:00
780a31eb15 *** empty log message ***
svn path=/trunk/; revision=14657
2001-11-10 15:57:58 +00:00
448970724d Updated Greek translation
svn path=/trunk/; revision=14656
2001-11-10 04:40:23 +00:00
6f6fe0e2eb [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c
2001-11-09  Chris Toshok  <toshok@ximian.com>

        [ Fixes Ximian bug #14687 ]
        * backend/pas/pas-backend-file.c

        * backend/pas/pas-book-factory.c
        (pas_book_factory_process_request): do load_uri before add_client,
        so we know if the load actually worked (add_client uses this
        information to respond to the new client.)  before this change,
        the client would still think the book was in a useful state even
        if the load_uri failed.

        * backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): if
        the we're not connected, say so.

        * backend/pas/pas-backend-file.c (pas_backend_file_add_client):
        same.
        (pas_backend_file_load_uri): don't report_writable here,
        add_client does it.  was only needed before because of the
        improper ordering in pas-book-factory.c above.

svn path=/trunk/; revision=14655
2001-11-10 00:58:57 +00:00
845369568d [ Fixes Ximian bug #14646 ] new function. if the default_book failed to
2001-11-09  Chris Toshok  <toshok@ximian.com>

        [ Fixes Ximian bug #14646 ]
        * gui/component/addressbook.c (addressbook_default_book_open): new
        function.  if the default_book failed to load, load the local
        addressbook in its place.
        addressbook_load_default_book): if we're loading the default_book
        uri, use addressbook_default_book_open as the open_response.

        * backend/ebook/e-book.c (e_book_load_uri_step): reset the
        load_state to NotLoaded so we can attempt another load_uri on
        the book if it fails.

svn path=/trunk/; revision=14654
2001-11-10 00:48:43 +00:00
dc452a0d23 Updates from anna evolution/po/da.po
Updates from anna
evolution/po/da.po

svn path=/trunk/; revision=14653
2001-11-09 23:21:13 +00:00
24098ef674 Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting
* tools/killev: Chop the output from `uname -s'.  Thanks to
Michael Gerdts for suggesting the fix.

svn path=/trunk/; revision=14652
2001-11-09 22:43:10 +00:00
6a022cd38c don't subtract a day from DTEND. For DATE values we don't include the
2001-11-09  Damon Chaplin  <damon@ximian.com>

	* gui/e-week-view.c (e_week_view_key_press): don't subtract a day
	from DTEND. For DATE values we don't include the entire day now.
	Fixes bug #14842.

svn path=/trunk/; revision=14651
2001-11-09 22:41:43 +00:00
4eff83bee9 fix buffer overflow. Fixes bug #10285 (the printing of lines & dates in
2001-11-09  Damon Chaplin  <damon@ximian.com>

	* gui/e-week-view-layout.c (e_week_view_layout_events): fix buffer
	overflow. Fixes bug #10285 (the printing of lines & dates in the
	printout of the month view).

svn path=/trunk/; revision=14650
2001-11-09 22:30:59 +00:00
7d2baffd50 If any of the pipe()'s fail, clean up any pipes that may have succeeded.
2001-11-08  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-pgp-context.c (crypto_exec_with_passwd): If any of the
	pipe()'s fail, clean up any pipes that may have succeeded. Also
	close the password fds.

svn path=/trunk/; revision=14649
2001-11-09 22:00:54 +00:00
9
7f1c4d58ea If we get a user cancel and that causes us to fail to authenticate, abort
2001-11-09    <NotZed@Ximian.com>

        * providers/imap/camel-imap-store.c (imap_auth_loop): If we get a
        user cancel and that causes us to fail to authenticate, abort
        rather than loop forever.  Fix for #14951.

svn path=/trunk/; revision=14648
2001-11-09 21:48:42 +00:00
d437e7873d Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocated
* gui/dialogs/meeting-page.c
(meeting_page_fill_widgets): Convert strings to GTK+ encoding.
(meeting_page_destroy): Free allocated strings before freeing the list
itself.

svn path=/trunk/; revision=14647
2001-11-09 21:21:12 +00:00
37b841061a Removed `morons.org'.
* e-summary-preferences.c: Removed `morons.org'.

svn path=/trunk/; revision=14646
2001-11-09 19:37:57 +00:00
056f54ee28 Was x_evolution_message_parse from folder-browser.c. A space char is no
2001-11-08  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-tools.c (mail_tools_x_evolution_message_parse): Was
	x_evolution_message_parse from folder-browser.c. A space char is
	no longer used to separate the folder URI and the first uid,
	instead this is now done with a nul-char so update to parse the
	newer/better format.

	* component-factory.c (destination_folder_handle_drop): Update to
	parse the new/better format.

	* folder-browser.c (x_evolution_message_parse): Moved to
	mail-tools.c
	(message_list_drag_data_get): Instead of placing a space char
	after the folder URI, instead use a nul-char.

svn path=/trunk/; revision=14645
2001-11-09 19:36:03 +00:00
f47013c7c1 Updated Slovak translation.
2001-11-09  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation.

svn path=/trunk/; revision=14644
2001-11-09 15:49:47 +00:00
04cea7d334 Re-enable traditional Chinese translation and convert to UTF8
svn path=/trunk/; revision=14643
2001-11-09 11:51:08 +00:00
4cbb7481c3 Some QA changes.
2001-11-09  Carlos Perelló Marín <carlos@gnome-db.org>

	* es.po: Some QA changes.

svn path=/trunk/; revision=14642
2001-11-09 10:54:47 +00:00
436d26986a Fix error in french translation
svn path=/trunk/; revision=14641
2001-11-09 09:43:50 +00:00
8869eb3d7c don't let an empty event occur for all days when auto scrolling
2001-11-08  JP Rosevear  <jpr@ximian.com>

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_timeout_handler): don't let an empty
	event occur for all days when auto scrolling

svn path=/trunk/; revision=14640
2001-11-09 03:05:49 +00:00
64c19759bf Now takes a command-length argument so we can 1) avoid duping the command
2001-11-06  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-command.c
	(camel_imap_command_continuation): Now takes a command-length
	argument so we can 1) avoid duping the command string yet again,
	yay. 2) we now don't have to worry about embedded nul-chars
	screwing us over (we still need to avoid allowing them into the
	string but at least now it won't mess us up).

	* providers/imap/camel-imap-folder.c (do_append): Instead of
	appending a nul char to the end of the byte array and then passing
	that off as if it were a string to
	camel_imap_command_continuation, instead pass the byte-array
	length since that function now takes a length argument. Yay.  Also
	encode any 8bit parts to avoid the possibility of sending embedded
	nul chars to the imap server.

	* providers/imap/camel-imap-store.c (try_auth): Updated to pass a
	command-length argument to camel_imap_command_continuation().

svn path=/trunk/; revision=14637
2001-11-09 00:41:09 +00:00
4e96a9415b Oops, pass a mode argument to the open() call.
2001-11-07  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-tcp-stream-ssl.c (save_ssl_cert): Oops, pass a mode
	argument to the open() call.

	* camel-tcp-stream-openssl.c (save_ssl_cert): Oops, pass a mode
	argument to the open() call.

svn path=/trunk/; revision=14636
2001-11-09 00:38:51 +00:00
bb3c3db704 Updated Brazilian Portuguese translation.
2001-11-08  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

* pt_BR.po: Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=14635
2001-11-09 00:12:20 +00:00
e883caea14 Call mail_config_pgp_type_detect_from_path() instead of doing our own lame
2001-11-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-accounts.c (pgp_path_changed): Call
	mail_config_pgp_type_detect_from_path() instead of doing our own
	lame auto-detection that didn't even work ;-)

	* mail-config.c (auto_detect_pgp_variables): Execute the pgp
	binary and look at it's version string if we have a version string
	to compare to.
	(mail_config_pgp_type_detect_from_path): New function that takes a
	pgp path and attempts to figure out what pgp version it is.

svn path=/trunk/; revision=14634
2001-11-08 22:31:53 +00:00
e50647bb50 Fixed stupid bug (U_ macro should always take one argument).
* gal/util/e-unicode-i18n.h:
Fixed stupid bug (U_ macro should always take one argument).

* gal/e-table/e-table-group-container.c (compute_text): s/_/U_

svn path=/trunk/; revision=14632
2001-11-08 22:11:45 +00:00
6a46f7cb26 don't leak the string returned by cal_component_get_as_string nor the
2001-11-08  Rodrigo Moya <rodrigo@ximian.com>

	* pcs/cal-backend-file.c
	(cal_backend_file_compute_changes_foreach_key): don't leak the
	string returned by cal_component_get_as_string nor the temporary
	CalComponent we create

svn path=/trunk/; revision=14629
2001-11-08 18:29:07 +00:00
12323a556d Explicitly destroy entries. Part of the fix for the lingering completion
2001-11-08  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-bonobo.c
        (impl_destroy): Explicitly destroy entries.  Part of the fix for
        the lingering completion window bug.

svn path=/trunk/; revision=14628
2001-11-08 17:31:40 +00:00
335e0c6bf6 Only popup entries that have focus. Fixes the lingering completion popup
2001-11-08  Jon Trowbridge  <trow@ximian.com>

        * gal/e-text/e-entry.c (full_cb): Only popup entries that have
        focus.  Fixes the lingering completion popup bug.

svn path=/trunk/; revision=14626
2001-11-08 17:28:52 +00:00
9f3f6fc9f5 don't add the item, remove it if declining (in case it was added before)
2001-11-08  JP Rosevear  <jpr@ximian.com>

 	* gui/e-itip-control.c (ok_clicked_cb): don't add the item, remove
 	it if declining (in case it was added before)
 	(remove_item): Since we can't discern between an item not found
 	and another error, always say the removal is complete

svn path=/trunk/; revision=14625
2001-11-08 14:42:38 +00:00
d1e3f760a9 Convert generated string to UTF-8.
* gui/e-cell-date-edit-text.c (ecd_get_text):
Convert generated string to UTF-8.

svn path=/trunk/; revision=14624
2001-11-08 14:41:13 +00:00
2621e9ad10 *** empty log message ***
svn path=/trunk/; revision=14623
2001-11-08 13:37:22 +00:00
4dcb33f92e Updated Finnish translation.
svn path=/trunk/; revision=14622
2001-11-08 11:24:07 +00:00
66f135993e Updated Swedish translation.
2001-11-08  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14621
2001-11-08 01:46:49 +00:00
4a3c80cd3c Add code to kludge around any x-inline-pgp-hacks by prepending some
2001-11-07  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-pgp-mime.c (camel_pgp_mime_part_decrypt): Add code to
	kludge around any x-inline-pgp-hacks by prepending some content
	headers to the decrypted data.

svn path=/trunk/; revision=14620
2001-11-08 00:08:35 +00:00
a9f89ff0fc Add a "x-inline-pgp-hack=true" paramter to the multipart's content-type.
2001-11-07  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (try_inline_pgp): Add a "x-inline-pgp-hack=true"
	paramter to the multipart's content-type.

svn path=/trunk/; revision=14619
2001-11-08 00:06:54 +00:00
d319b55c9a Updated Spanish translation.
svn path=/trunk/; revision=14618
2001-11-07 22:56:25 +00:00
466fda9087 emit changed signal (e_meeting_time_selector_on_end_time_changed): emit
2001-11-07  JP Rosevear  <jpr@ximian.com>

 	* gui/e-meeting-time-sel.c
 	(e_meeting_time_selector_on_start_time_changed): emit changed
 	signal
 	(e_meeting_time_selector_on_end_time_changed): emit changed
 	signal, if end time is now before start time and all day event,
 	make sure a whole day is still selected
 	(e_meeting_time_selector_drag_meeting_time): calculate the first
 	and last_time's in whole days for all day events
 	(e_meeting_time_selector_timeout_handler): calculate the drag time
 	to be whole days for all day events and scroll the canvas even if
 	we don't update the time so the user can see where they're headed

svn path=/trunk/; revision=14617
2001-11-07 18:53:47 +00:00
083b5229b9 A useless update.
svn path=/trunk/; revision=14616
2001-11-07 17:32:40 +00:00
f7c509da22 make sure to remove all attendees from the model when we edit a new comp,
2001-11-06  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/event-editor.c (event_editor_edit_comp): make sure
	to remove all attendees from the model when we edit a new comp,
	append the pages if they are needed and we weren't showing them
	before

	* gui/dialogs/task-editor.c (task_editor_edit_comp): same as above

 	* gui/dialogs/comp-editor.c (comp_editor_remove_page): check for a
 	return value indicating the page was not found and return if so

svn path=/trunk/; revision=14615
2001-11-07 15:43:32 +00:00
68459c289c Small update of Norwegian nynorsk translation.
svn path=/trunk/; revision=14614
2001-11-07 13:27:48 +00:00
53d4e603f3 Silly random city bug
svn path=/trunk/; revision=14613
2001-11-07 11:37:28 +00:00
14f59bab59 New, updated icon from Tuomas.
* evolution.png: New, updated icon from Tuomas.

svn path=/trunk/; revision=14612
2001-11-07 00:06:50 +00:00
430fb7e2c4 *** empty log message ***
svn path=/trunk/; revision=14611
2001-11-06 20:25:01 +00:00