Commit Graph

12777 Commits

Author SHA1 Message Date
fe4e7ab763 A
svn path=/trunk/; revision=14780
2001-11-24 03:56:03 +00:00
7312361acd Updated French translation.
svn path=/trunk/; revision=14779
2001-11-23 12:49:39 +00:00
c07ade51d5 Reverted my hide_save_state patch.
2001-11-21  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c: Reverted my hide_save_state patch.

svn path=/trunk/; revision=14775
2001-11-21 20:44:26 +00:00
9ce31bbfa8 'n' shouldn't wrap if 'p' doesn't.
2001-11-20  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (message_list_select): 'n' shouldn't wrap if 'p'
	doesn't.

svn path=/trunk/; revision=14766
2001-11-20 21:33:15 +00:00
b871d95781 Re-Re-enabled traditional Chinese translation
svn path=/trunk/; revision=14764
2001-11-20 18:07:40 +00:00
efe10afac5 *** empty log message ***
svn path=/trunk/; revision=14759
2001-11-20 10:57:20 +00:00
bc3ed70d25 Updated Spanish translation
svn path=/trunk/; revision=14757
2001-11-20 09:27:49 +00:00
7a1179f750 Updated German translation.
svn path=/trunk/; revision=14756
2001-11-20 09:13:53 +00:00
3bbe7554d7 Clear the password in bonobo-conf as well. Fixes ximian 14893.
* e-passwords.c (e_passwords_forget_password): Clear the password
        in bonobo-conf as well. Fixes ximian 14893.

svn path=/trunk/; revision=14754
2001-11-20 05:37:27 +00:00
b9a1423474 If we come back online, switch the Send accelerator back to the Send
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (setup_ui): If we come back online, switch the
	Send accelerator back to the Send button from the Send Later
	button.

svn path=/trunk/; revision=14752
2001-11-19 22:03:51 +00:00
9b0ffde9c0 Added a check to see if the operation has been cancelled. (stream_write):
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-tcp-stream-ssl.c (stream_read): Added a check to see if
	the operation has been cancelled.
	(stream_write): Same.

svn path=/trunk/; revision=14751
2001-11-19 21:00:25 +00:00
5d3580719a Updates for compliance with rfc2231
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	Updates for compliance with rfc2231

	* camel-mime-utils.c (header_encode_param):
	camel_mime_special_table[c] & IS_ESAFE should have been
	!(camel_mime_special_table[c] & IS_ESAFE). Also added a few
	comments for how to improve the code at some future date.
	(header_decode_param): Now takes an argument rfc2184_part so our
	caller can get this information as well.
	(header_decode_param_list): Pass an rfc2184_part argument to
	header_decode_param and also added a few comments on where to
	improve on rfc2184/rfc2231 compliance.
	(rfc2047_decode_word): Updated to respect the updated ABNF syntax
	of rfc2047 encoded words, yay.

svn path=/trunk/; revision=14750
2001-11-19 19:27:46 +00:00
d62e530123 *** empty log message ***
svn path=/trunk/; revision=14747
2001-11-19 11:32:37 +00:00
34df2cdb4b *** empty log message ***
svn path=/trunk/; revision=14745
2001-11-19 08:43:48 +00:00
6ae889722a Updated Greek translation
svn path=/trunk/; revision=14744
2001-11-18 20:35:29 +00:00
116797d826 Updated Greek translation
svn path=/trunk/; revision=14743
2001-11-18 18:57:38 +00:00
9134985e13 *** empty log message ***
svn path=/trunk/; revision=14740
2001-11-17 13:59:44 +00:00
cbcfb37538 s/gnome_font_get_width_string/gnome_font_get_width_utf8/
* printing/e-contact-print-envelope.c (ecpe_linelist_dimensions),
printing/e-contact-print.c (e_contact_divide_text, e_contact_output,
e_contact_rectangle, e_contact_print_letter_tab,
e_contact_print_letter_heading, e_contact_get_card_size,
e_contact_print_card, e_contact_print_phone_list):
s/gnome_font_get_width_string/gnome_font_get_width_utf8/
s/gnome_font_get_width_string_n/gnome_font_get_width_utf8_sized/

svn path=/trunk/; revision=14739
2001-11-17 08:56:06 +00:00
48820eabf4 Abort if body == NULL.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-utils.c (imap_parse_body): Abort if
	body == NULL.

svn path=/trunk/; revision=14738
2001-11-16 23:19:55 +00:00
fc71161f50 New mime filter to convert plain text to html.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-filter-tohtml.c (camel_mime_filter_tohtml_new): New
	mime filter to convert plain text to html.

svn path=/trunk/; revision=14737
2001-11-16 23:00:08 +00:00
b64fee1ba4 see the ChangeLog, I forget
svn path=/trunk/; revision=14736
2001-11-16 22:58:53 +00:00
5701b20541 If we get a BYE response, call camel_service_disconnect() and set an
2001-11-14  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-command.c
	(camel_imap_command_response): If we get a BYE response, call
	camel_service_disconnect() and set an exception. Also do the check
	for "* BYE" first instead of passing it off imap_read_untagged()
	since we'll just waste time in there mallocing left and right only
	to arrive at the single response line "* BYE" again :-)

svn path=/trunk/; revision=14735
2001-11-16 22:55:45 +00:00
e0103cdf6e Save hide state. (message_list_hide_uids): Save hide state.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (message_list_hide_clear): Save hide state.
	(message_list_hide_uids): Save hide state.
	(message_list_hide_add): Save hide state.

	* mail-format.c (format_mime_part): Make sure the mime-type is
	non-NULL before passing it off to mail_lookup_handler().

svn path=/trunk/; revision=14734
2001-11-16 22:54:19 +00:00
71820c3740 Undo a really weird mangling of part of the ChangeLog from last August
svn path=/trunk/; revision=14728
2001-11-15 22:08:08 +00:00
8e2b3ae66d Allow drag & drop for vcards.
2001-11-11  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (drag_data_received): Allow drag & drop for
	vcards.

svn path=/trunk/; revision=14727
2001-11-15 21:48:37 +00:00
4b355d91cd Updated russian translation.
svn path=/trunk/; revision=14726
2001-11-15 18:00:49 +00:00
de7f16ca04 Sync for 0.99.2.
svn path=/trunk/; revision=14725
2001-11-15 01:02:20 +00:00
ae879d7443 check against LDAP_SUCCESS as the return value, not -1.
2001-11-14  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (search_for_dn): check against
	LDAP_SUCCESS as the return value, not -1.
	(pas_backend_ldap_build_all_cards_list): same.
	(pas_backend_ldap_process_authenticate_user): same.

svn path=/trunk/; revision=14724
2001-11-15 00:23:11 +00:00
e8d02483a8 Updated.
* README: Updated.

* configure.in: 0.99.2.  Require gtkhtml 0.16.1 and GAL 0.18.1.

svn path=/trunk/; revision=14723
2001-11-15 00:00:36 +00:00
fcd45ee224 Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8()
2001-11-14  Damon Chaplin  <damon@ximian.com>

	* gui/print.c: Substituted gnome_font_get_width_string() with
	gnome_font_get_width_utf8() and gnome_font_get_width_string_n()
	with gnome_font_get_width_utf8_sized(). Fixes calendar part of #15379.

svn path=/trunk/; revision=14722
2001-11-14 23:53:39 +00:00
61a5f681e8 Redone with the bug #s from Bugzilla.
* NEWS: Redone with the bug #s from Bugzilla.

svn path=/trunk/; revision=14721
2001-11-14 23:49:59 +00:00
01e63125d5 Calendar/tasks NEWS.
2001-11-14  Federico Mena Quintero  <federico@ximian.com>

	* NEWS: Calendar/tasks NEWS.

svn path=/trunk/; revision=14717
2001-11-14 23:04:11 +00:00
7838233834 popup failure dialog if we cannot get a valid editor_engine.
2001-11-14  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer.c (create_composer): popup failure dialog if we
	cannot get a valid editor_engine.
	(prepare_engine): make the checks robust and make sure that we
	unset the engine if any part fails.

svn path=/trunk/; revision=14715
2001-11-14 22:41:26 +00:00
f6bbfa3d44 Bumped version number to 0.18.1.
2001-11-14  Christopher James Lahey  <clahey@ximian.com>

	* configure.in (GAL_CURRENT): Bumped version number to 0.18.1.

	* gal/widgets/e-selection-model-array.c
	(e_selection_model_array_delete_rows): Make sure the cursor row is
	selected after deleting here.

svn path=/trunk/; revision=14711
2001-11-14 22:26:46 +00:00
d932891f60 Convert the buffer to UTF8. (calendar_model_value_to_string): Do not
2001-11-14  Federico Mena Quintero  <federico@ximian.com>

	* gui/calendar-model.c (date_value_to_string): Convert the buffer
	to UTF8.
	(calendar_model_value_to_string): Do not convert the string fields
	to UTF8 again; they are already in UTF8.  Fixes the UTF8-related
	bits of bug #15304.

svn path=/trunk/; revision=14710
2001-11-14 22:21:22 +00:00
dcdbd48015 #ifdef'ed out the LOCATION field for now, since it wasn't supported
2001-11-14  Damon Chaplin  <damon@ximian.com>

	* gui/calendar-model.c:
	* cal-util/cal-component.h: #ifdef'ed out the LOCATION field for now,
	since it wasn't supported everywhere, or in the .etspec file.

svn path=/trunk/; revision=14709
2001-11-14 22:15:55 +00:00
aa256bd41d Ungrab and set maybe_in_grab to FALSE before sending the double click
2001-11-14  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_event): Ungrab and set maybe_in_grab to
	FALSE before sending the double click signal.

svn path=/trunk/; revision=14708
2001-11-14 22:15:13 +00:00
56442c7f37 s/_/U_/ (filter_rule_set_name requires UTF-8 string)
* mail-autofilter.c (rule_match_recipients, rule_from_message,
rule_from_mlist): s/_/U_/ (filter_rule_set_name requires UTF-8 string)

svn path=/trunk/; revision=14707
2001-11-14 21:43:21 +00:00
e23b289ac0 don't abort when e_table_selected_count() returns odd values. There seems
2001-11-14  Damon Chaplin  <damon@ximian.com>

	* gui/e-calendar-table.c: don't abort when e_table_selected_count()
	returns odd values. There seems to be a bug in ETable. This is to
	avoid bug #13843.

svn path=/trunk/; revision=14705
2001-11-14 21:22:59 +00:00
dff44718d9 Add more contributors to the box.
* e-shell-about-box.c: Add more contributors to the box.

svn path=/trunk/; revision=14704
2001-11-14 21:06:52 +00:00
df3bc07361 From a patch by Yukihiro Nakai <ynakai@redhat.com>.
2001-11-14  Christopher James Lahey  <clahey@ximian.com>

From a patch by Yukihiro Nakai <ynakai@redhat.com>.

	* gal/widgets/e-canvas.c (e_canvas_realize): Handle
	GDK_IM_PREEDIT_POSITION here.

svn path=/trunk/; revision=14703
2001-11-14 20:56:53 +00:00
6c92a88fc7 Handle the case where page up or page down goes off the end of the table
2001-11-10  Christopher James Lahey  <clahey@ximian.com>

	* e-table.c (group_key_press), e-tree.c (item_key_press): Handle
	the case where page up or page down goes off the end of the table
	or tree.

svn path=/trunk/; revision=14702
2001-11-14 20:47:31 +00:00
2829e1602b (committed to CVS by Damon) Fixes bug #15137.
2001-11-13  Federico Mena Quintero  <federico@ximian.com>

	(committed to CVS by Damon)
	Fixes bug #15137.

	* gui/e-day-view.c (e_day_view_on_delete_appointment): Do not try
	to operate on the event if it gets deleted while stopping the
	edition.
	(e_day_view_on_event_double_click): Likewise.
	(e_day_view_on_long_event_button_press): Likewise.
	(e_day_view_on_event_button_press): Likewise.
	(e_day_view_on_long_event_click): Likewise.
	(e_day_view_on_event_click): Likewise.

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

svn path=/trunk/; revision=14701
2001-11-14 20:45:46 +00:00
21a7225dbc make timezone default to "UTC" rather than "".
2001-11-14  Damon Chaplin  <damon@ximian.com>

	* e-shell-startup-wizard.c (finish_func): make timezone default to
	"UTC" rather than "".

svn path=/trunk/; revision=14700
2001-11-14 20:29:39 +00:00
417af81526 Instead of doing pthread_exit() after redirecting the SEGV, try to lock a
* main.c (segv_redirect): Instead of doing pthread_exit() after
	redirecting the SEGV, try to lock a mutex we know is already
	locked. This will hopefully help debug a bunch of bugs where the
	crashed thread seems to be missing from the bug-buddy report.

svn path=/trunk/; revision=14699
2001-11-14 20:26:00 +00:00
4647e0c39c Point to index.html instead of `evolution.sgml'.
* C/evolution-C.omf: Point to index.html instead of
`evolution.sgml'.

* sgmldocs.make: Install the SGML files in evolution/sgml, and the
HTML files in evolution.

svn path=/trunk/; revision=14698
2001-11-14 19:52:27 +00:00
6838fe8bf7 remove silly debug warning
2001-11-14  JP Rosevear  <jpr@ximian.com>

	* conduits/calendar/calendar-conduit.c (pre_sync): remove silly
	debug warning

svn path=/trunk/; revision=14697
2001-11-14 18:48:12 +00:00
ace512904b Call e_passwords_remember_password() for account passwords if the user set
2001-11-13  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-session.c (pass_got): Call e_passwords_remember_password()
	for account passwords if the user set the "remember password"
	checkbox.

svn path=/trunk/; revision=14696
2001-11-14 18:36:14 +00:00
5b55bd6c92 restore cflags and ldflags properly
2001-11-13  JP Rosevear  <jpr@ximian.com>

	* configure.in: restore cflags and ldflags properly

svn path=/trunk/; revision=14695
2001-11-14 06:26:10 +00:00
779f6f2b35 Remove `-lc'. It makes the mailer do strange things when it calls
* Makefile.am (libeutil_la_LIBADD): Remove `-lc'.  It makes the
mailer do strange things when it calls `fork()', thus breaking
e.g. mail sending through sendmail.

svn path=/trunk/; revision=14694
2001-11-14 06:07:34 +00:00