Commit Graph

21877 Commits

Author SHA1 Message Date
e9fbd043e5 Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted
2004-08-13  Rodney Dawes  <dobey@novell.com>

	* acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working
	as well as expceted and determined in testing

svn path=/trunk/; revision=26924
2004-08-13 18:16:20 +00:00
b851882164 Use g_ptr_array_sized_new() rather than using set_size() after creating a
2004-08-13  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
	Use g_ptr_array_sized_new() rather than using set_size() after
	creating a GPtrArray so that array->len starts out at 0.
	(imap4_summary_fetch_flags): Same.

svn path=/trunk/; revision=26923
2004-08-13 18:13:02 +00:00
20618e52c5 Use g_ptr_array_sized_new() rather than using set_size() after creating a
2004-08-13  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
	Use g_ptr_array_sized_new() rather than using set_size() after
	creating a GPtrArray so that array->len starts out at 0.
	(imap4_summary_fetch_flags): Same.

svn path=/trunk/; revision=26922
2004-08-13 18:12:49 +00:00
395d08f538 include gtkdialog.h rather than gnome-dialog.h.
2004-08-13  Rodrigo Moya <rodrigo@novell.com>

	* e-categories-config.c: include gtkdialog.h rather than gnome-dialog.h.

svn path=/trunk/; revision=26921
2004-08-13 16:44:28 +00:00
37646eb1f9 remove the cal/taksks sources when account is disbaled. Also do not try to
2004-08-13  Sivaiah Nallagatla <snallagatla@novell.com>

       * providers/groupwise/camel-gw-listener.c (account_changed):
       remove the cal/taksks sources when account is disbaled. Also
       do not try to to create sources when a disabled account is changed to
       Novell Groupwise
       (camel_gw_listener_construct) : do not add the disbaled
       accounts to exitsting groupwise accounts list

svn path=/trunk/; revision=26920
2004-08-13 16:35:25 +00:00
96bec73826 set paragraph style to normal to avoid signature landing in PRE paragraph
2004-08-13  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_show_sig_file): set paragraph
	style to normal to avoid signature landing in PRE paragraph

svn path=/trunk/; revision=26919
2004-08-13 16:27:16 +00:00
4ff1e84802 update ssl setting label and title of the soap settings section Fixes
2004-08-13  Sivaiah Nallagatla <snallagatla@novell.com>

       * providers/groupwise/camel-groupwise-provider.c : update
       ssl setting label and title of the soap settings section
       Fixes #62747

svn path=/trunk/; revision=26918
2004-08-13 16:11:15 +00:00
2881a78211 Add option to specify location of kerberos 4/5 libraries and headers
* configure.in:
        Add option to specify location of kerberos 4/5 libraries and
        headers directories.
        Needed for 64bits support.

svn path=/trunk/; revision=26917
2004-08-13 16:09:31 +00:00
12b2f4da48 Add value and description fields to AC_DEFINE calls for the
2004-08-13  Rodney Dawes  <dobey@novell.com>

	* configure.in: Add value and description fields to AC_DEFINE calls
	for the HAVE_ET_COM_ERR_H and HAVE_COM_ERR_H checks

svn path=/trunk/; revision=26916
2004-08-13 15:44:55 +00:00
d8cf77a69e Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support
2004-08-13  Rodney Dawes  <dobey@novell.com>

	* acinclude.m4: Remove EVO_CHECK_LIB
	Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes}
	Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK)

svn path=/trunk/; revision=26915
2004-08-13 15:36:10 +00:00
e51669cbcb Commit the correct version of carlos's patch.
svn path=/trunk/; revision=26914
2004-08-13 15:22:12 +00:00
357bc17d82 Updated Korean translation
svn path=/trunk/; revision=26913
2004-08-13 15:18:11 +00:00
bc39d5e541 Check for et/comm-err.h and comm_err.h so that we can include the correct
2004-08-13  Rodney Dawes  <dobey@novell.com>

	* configure.in: Check for et/comm-err.h and comm_err.h so that
	we can include the correct one

svn path=/trunk/; revision=26912
2004-08-13 14:40:12 +00:00
ed76fc7724 Handle et/comm_err.h as well as the normal comm_err.h
2004-08-13  Rodney Dawes  <dobey@novell.com>

	* camel-sasl-gssapi.c: Handle et/comm_err.h as well as the
	normal comm_err.h

svn path=/trunk/; revision=26911
2004-08-13 14:39:19 +00:00
b4a903bda1 make the button say Add Task List instead of Add Group (matches menu item)
2004-08-12  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/calendar-setup.glade: make the button say Add Task
	List instead of Add Group (matches menu item)

svn path=/trunk/; revision=26910
2004-08-13 13:28:19 +00:00
979052db1d Updated Korean translation
svn path=/trunk/; revision=26909
2004-08-13 13:04:27 +00:00
b0180d324d Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* gui/widgets/eab-gui-util.c: Optionally use GtkFileChooser if
	compiled against Gtk+ >= 2.4.0

svn path=/trunk/; revision=26904
2004-08-13 06:29:35 +00:00
60f84672ef Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=26903
2004-08-13 04:28:17 +00:00
488d80e2ce Really dist the pilot sources this time
2004-08-03  JP Rosevear  <jpr@novell.com>

	* Makefile.am: Really dist the pilot sources this time

svn path=/trunk/; revision=26902
2004-08-13 02:40:48 +00:00
e6e0c333a6 Update Name and description to not include "Ximian" or "(Unstable)" Remove
2004-08-12  Rodney Dawes  <dobey@novell.com>

	* data/evolution.desktop.in.in: Update Name and description to
	not include "Ximian" or "(Unstable)"
	Remove the MimeType field since we can't open these types on the
	command line

svn path=/trunk/; revision=26901
2004-08-12 21:21:13 +00:00
64d661d19f Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* gui/widgets/eab-gui-util.c: Optionally use GtkFileChooser if
	compiled against Gtk+ >= 2.4.0

svn path=/trunk/; revision=26900
2004-08-12 21:09:58 +00:00
05d3da3bf6 Check for gtk+-2.4 in order to enable the use of GtkFileChooser.
2004-08-12  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Check for gtk+-2.4 in order to enable the use of
	GtkFileChooser.

svn path=/trunk/; revision=26899
2004-08-12 21:08:49 +00:00
f9394de34e added a comment
svn path=/trunk/; revision=26898
2004-08-12 21:01:36 +00:00
12327eb65c Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* em-utils.c: Optionally use GtkFileChooser if compiled against
	Gtk+ >= 2.4.0

	* mail-config.glade: added the "use_filechooser" property to the
	various GnomeFileEntries

svn path=/trunk/; revision=26897
2004-08-12 20:40:11 +00:00
f6110eac13 added the property "use_filechooser" to the GnomeFileEntry
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* gui/dialogs/alarm-dialog.glade: added the property
	"use_filechooser" to the GnomeFileEntry

svn path=/trunk/; revision=26896
2004-08-12 20:38:15 +00:00
b2b85e860d Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* gui/certificate-manager.c: Optionally use GtkFileChooser if
	compiled against Gtk+ >= 2.4.0

svn path=/trunk/; revision=26895
2004-08-12 20:37:27 +00:00
4cc6322a8c added the "use_filechooser" property to the GnomeFileEntry
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* e-shell-importer.c: added the "use_filechooser" property to the
	GnomeFileEntry

svn path=/trunk/; revision=26894
2004-08-12 20:37:07 +00:00
f52c23ee48 Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12  Carlos Garnacho Parro  <carlosg@gnome.org>

	* e-dialog-utils.c: Optionally use GtkFileChooser if compiled
	against Gtk+ >= 2.4.0

svn path=/trunk/; revision=26893
2004-08-12 20:36:31 +00:00
a064dadb0c Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0.
2004-07-29  Carlos Garnacho Parro  <carlosg@gnome.org>

	* e-msg-composer-select-file.[ch]: Optionally use GtkFileChooser
	if compiled against Gtk+ >= 2.4.0. (e_msg_composer_select_file):
	added save_mode parameter

	* e-msg-composer.c: use the modified e_msg_composer_select_file()
	function

svn path=/trunk/; revision=26892
2004-08-12 20:36:07 +00:00
64cf56bef3 added the "use_filechooser" property to the GnomeFileEntry
2004-07-29  Carlos Garnacho Parro  <carlosg@gnome.org>

	* filter-file.c: added the "use_filechooser" property to the
	GnomeFileEntry

svn path=/trunk/; revision=26891
2004-08-12 20:35:31 +00:00
5e090dfdc0 use g_string_append_len when appending a subset of a string rather than g_string_append, duh.
svn path=/trunk/; revision=26890
2004-08-12 20:20:19 +00:00
1d5b61d3d0 Partial fix for bug #62771
2004-08-10  Jeffrey Stedfast  <fejj@novell.com>

	Partial fix for bug #62771

	* em-format-quote.c (emfq_format_header): Same.

	* em-format-html.c (efh_format_header): Decode the
	X-Mailer/User-Agent headers.

svn path=/trunk/; revision=26889
2004-08-12 16:34:22 +00:00
b58176fd48 Fix for bug #62771
2004-08-11  Jeffrey Stedfast  <fejj@novell.com>

	Fix for bug #62771

	* camel-mime-utils.c (append_quoted_pair): New function to append
	a string of text that may contain quoted-pairs.
	(header_decode_text): Now takes a ctext argument specifying
	whether or not to expect comments and to handle them.
	(camel_header_decode_string): Pass FALSE as ctext argument.
	(camel_header_format_ctext): New function to format text|comment
	header field bodies.

svn path=/trunk/; revision=26888
2004-08-12 16:33:25 +00:00
56e481b244 completing
svn path=/trunk/; revision=26887
2004-08-12 14:51:30 +00:00
d99a120aa5 update Russian translation
svn path=/trunk/; revision=26886
2004-08-12 10:59:46 +00:00
a155a5792a Updated Norwegian Nynorsk translation.
2004-08-12  Åsmund Skjæveland <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/trunk/; revision=26885
2004-08-12 09:23:00 +00:00
e4c32f3ec4 init epasswords.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * main.c (main): init epasswords.

svn path=/trunk/; revision=26884
2004-08-12 06:57:15 +00:00
37b8c77a3f api change in e_passwords.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * gui/component.c (smime_pk11_passwd, smime_pk11_change_passwd):
        * lib/e-pkcs12.c (prompt_for_password): api change in e_passwords.

svn path=/trunk/; revision=26883
2004-08-12 06:55:36 +00:00
40075f5515 epasswords api change.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * gui/e-pub-utils.c (e_pub_publish):
        * common/authentication.c (auth_func_cb): epasswords api change.

svn path=/trunk/; revision=26882
2004-08-12 06:55:23 +00:00
b837a54258 e passwords api change/reprompt if we need to.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * gui/component/addressbook.c (addressbook_authenticate): e
        passwords api change/reprompt if we need to.

svn path=/trunk/; revision=26881
2004-08-12 06:54:17 +00:00
85ae1fd47c just call e_passwords_ask_password directly. (pass_activate,
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * mail-session.c (get_password): just call
        e_passwords_ask_password directly.
        (pass_activate, pass_response, request_password, do_get_pass)
        (do_free_pass, main_forget_password): no longer required as
        e_password now handles the magic, and is thread safe.

        * mail-config.c (mail_config_write_on_exit): epasswords api
        change.

svn path=/trunk/; revision=26880
2004-08-12 06:53:45 +00:00
5c8d34f45e fix for e_passwords api change, and handle reprompting as well.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        * providers/groupwise/camel-gw-listener.c
        (get_addressbook_names_from_server): fix for e_passwords api
        change, and handle reprompting as well.

svn path=/trunk/; revision=26879
2004-08-12 06:53:28 +00:00
8921c159ae ** See bug #61840, and others.
2004-08-10  Not Zed  <NotZed@Ximian.com>

        ** See bug #61840, and others.

        * e-passwords.c: Lots of changes.  The api is now fully
        multi-thread safe, all calls are serialised internally, even
        recursive main-loop calls.  Small api changes to the
        ask_password call to add some new features required by the mailer
        and to clean up some of the names.
        (e_passwords_cancel): new procedure to cancel any outstanding
        password requests, for when we need to go uninteractive.

svn path=/trunk/; revision=26878
2004-08-12 06:53:12 +00:00
792b7393e6 just revering a local change gone in in the commit i just made
2004-08-12  Sivaiah nallagatla <snallagatla@novell.com>

        * gui/compoent/addressbook.c : just revering a local change
        gone in in the commit i just made

svn path=/trunk/; revision=26877
2004-08-12 05:50:11 +00:00
6a6112ff6a when user cancels auth dialog send the anonoymous query only in case of
2004-08-12  Sivaiah Nallagatla <snallagatla@novell.com>

        * gui/component/addresbook.c (load_source_auth_cb) :
        when user cancels auth dialog send the anonoymous query
        only in case of ldap
        *gui/component/addresbook-view.c (book_open_cb) : no need to
        display the error dialog when user cancels that

svn path=/trunk/; revision=26876
2004-08-12 05:30:56 +00:00
1b7b864689 svn path=/trunk/; revision=26875
2004-08-12 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

svn path=/trunk/; revision=26875
2004-08-12 05:14:43 +00:00
89203ea5f6 include scrollbar offset in vertical calculation. don't ask me i just work
2004-08-09  Not Zed  <NotZed@Ximian.com>

        * e-cell-combo.c (e_cell_combo_get_popup_pos): include scrollbar
        offset in vertical calculation.  don't ask me i just work here.
        see #61932.

svn path=/trunk/; revision=26873
2004-08-12 05:10:42 +00:00
bb426eb259 Updated Simplified Chinese translation
svn path=/trunk/; revision=26872
2004-08-11 16:18:10 +00:00
62eba9bed7 updated Russian translation
svn path=/trunk/; revision=26871
2004-08-11 15:20:19 +00:00
f07302c117 Fixes #61555
2004-08-11  JP Rosevear  <jpr@ximian.com>

	Fixes #61555

	* gui/dialogs/meeting-page.c (existing_attendee): check if an
	attendee was pre-existing
	(remove_attendee): only add the attendee to the cancel comp if it
	was pre-existing

svn path=/trunk/; revision=26870
2004-08-11 14:44:15 +00:00