Commit Graph

6806 Commits

Author SHA1 Message Date
4afe7dc770 Add #include <config.h> and mark some strings for translation.
2001-02-05  Kjartan Maraas  <kmaraas@gnome.org>

	* filter-code.c, filter-colour.c, filter-context.c,
	filter-element.c, filter-input.c, filter-score.c,
	filter-system-flag.c, filter-url.c: Add #include <config.h>
	and mark some strings for translation.

svn path=/trunk/; revision=7967
2001-02-05 13:57:00 +00:00
764b9e26b0 Revert jeff's earlier change, the change below is the more-correct fix.
2001-02-05  Not Zed  <NotZed@Ximian.com>

	* camel-stream-filter.c (do_write): Revert jeff's earlier change,
	the change below is the more-correct fix.  All his was doing was
	ignoring the return code & looping actually :)

	* camel-stream-fs.c (stream_write): Since we are non-blocking on
	the outgoing fd, keep looping if writing out large blocks, so we
	can keep checking for cancel, etc.

svn path=/trunk/; revision=7966
2001-02-05 07:15:50 +00:00
f1f97ce865 When we drop a fake node, dont skip checking the next in the list.
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * camel-folder-thread.c (camel_folder_thread_messages_new): When
        we drop a fake node, dont skip checking the next in the list.
        (camel_folder_thread_messages_new): Add an assertion check just to
        make sure we dont get any pseudo nodes, and spit a warning if we
        do.

svn path=/trunk/; revision=7965
2001-02-05 05:04:53 +00:00
282c5a057f Revert last patch
svn path=/trunk/; revision=7964
2001-02-05 00:26:13 +00:00
f735b43e8e Make do_write loop until the entire buffer is written.
2001-02-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-stream-filter.c (do_write): Make do_write loop until the
	entire buffer is written.

svn path=/trunk/; revision=7963
2001-02-05 00:12:07 +00:00
66a509fb9d Call e_select_names_set_default when appropriate.
2001-02-04  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/select-names/e-select-names-manager.c
	(e_select_names_manager_activate_dialog): Call
	e_select_names_set_default when appropriate.

	* gui/component/select-names/e-select-names.c,
	gui/component/select-names/e-select-names.h: Added support for
	double clicking sending the selected contacts to the default
	section.  Added a set_default function.  Made multiple selection
	work.

svn path=/trunk/; revision=7962
2001-02-04 22:58:03 +00:00
64a9d9a168 Require version 0.4.99.8 of gal.
2001-02-04  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Require version 0.4.99.8 of gal.

svn path=/trunk/; revision=7961
2001-02-04 22:53:16 +00:00
9a8b904d09 Make this not error out if ecol is not found, but simply return -1.
2001-02-04  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (view_to_model_col): Make this not error out if
	ecol is not found, but simply return -1.
	(eti_event): Don't call view_to_model_col here as we already have
	a model column.

svn path=/trunk/; revision=7960
2001-02-04 20:00:00 +00:00
1b96583c0c Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
2001-02-04  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in: Added AM_PROG_XML_I18N_TOOLS
        so translations works correctly.
        * macros/autogen.sh: Added a check for xml-i18n-tools.

svn path=/trunk/; revision=7951
2001-02-04 04:10:39 +00:00
d33f5f73f8 Memory leak fix
svn path=/trunk/; revision=7950
2001-02-04 02:09:44 +00:00
5011c8574c Fix dodgy libxml allocation pollution, and potential faults on NULL
2001-02-03  Michael Meeks  <michael@helixcode.com>

	* mail-local.c (load_metainfo): Fix dodgy libxml allocation
	pollution, and potential faults on NULL attributes.

svn path=/trunk/; revision=7949
2001-02-03 22:56:15 +00:00
939160fe57 Kill whitespace at end.
svn path=/trunk/; revision=7948
2001-02-03 22:55:00 +00:00
16a400b44e gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.
2001-02-03  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/save-comp.c (save_component_dialog):
	gnome_dialog_grab_focus() on the Yes button.  Fixes bug #1242.

svn path=/trunk/; revision=7947
2001-02-03 19:51:15 +00:00
a2cd79db6d Make sure we have gnome-libs 1.2.9 or higher.
2001-02-03  Federico Mena Quintero  <federico@ximian.com>

	* configure.in: Make sure we have gnome-libs 1.2.9 or higher.

svn path=/trunk/; revision=7946
2001-02-03 19:49:32 +00:00
a7c42c7cd5 Updated russian translation.
svn path=/trunk/; revision=7945
2001-02-02 16:46:12 +00:00
a58c2446e7 Dont overwrite the end of our bitmap array.
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * e-table-selection-model.c (model_row_deleted): Dont overwrite
        the end of our bitmap array.

svn path=/trunk/; revision=7944
2001-02-02 04:06:40 +00:00
0c6b184aaa allow --enable/disable-ldap.
2001-02-01  Chris Toshok  <toshok@ximian.com>

	* configure.in: allow --enable/disable-ldap.

svn path=/trunk/; revision=7943
2001-02-02 03:09:11 +00:00
c051d7fa52 Cleaned up so we dont add an unecessary level of indenting.
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * mail-send-recv.c (mail_send_receive): Cleaned up so we dont add
        an unecessary level of indenting.

        * message-list.c (ml_tree_value_at): For collapsed tree nodes,
        scan the collapses nodes for the unread and status information.
        Since we dont really have fake nodes anymore.

2001-01-30  Ian Campbell  <ijc25@cam.ac.uk>

        * message-list.c: Add support for new icons for being
        read/unread for fake root messages on threads.

svn path=/trunk/; revision=7942
2001-02-02 03:06:04 +00:00
ebd3b72501 Add missing header for cancel check stuff.
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * camel-stream-fs.c: Add missing header for cancel check stuff.

        * camel-session.c (camel_cancel_cancel): Fix a wrong cast.

        * camel-mime-part.c (init_header_name_table): Setup a new table
        header_formatted_table, that lists headers that we dont want to
        fold (they've already been folded).
        (write_to_stream): Check for already formatted headers, and dont
        try and fold them.  This is a fix for bug #1097.

svn path=/trunk/; revision=7941
2001-02-02 02:13:13 +00:00
609933378d Final docs.
svn path=/trunk/; revision=7940
2001-02-02 00:28:04 +00:00
c002ddaf4f More docs...
svn path=/trunk/; revision=7939
2001-02-02 00:27:17 +00:00
f8918d4453 Wheeee pretty documentation
svn path=/trunk/; revision=7938
2001-02-02 00:25:59 +00:00
c7a98d8e4a cmd / widgetify.
2001-02-02  Michael Meeks  <michael@helixcode.com>

	* evolution-calendar.xml: cmd / widgetify.

svn path=/trunk/; revision=7937
2001-02-01 23:07:01 +00:00
b8947bc217 Fix this script to make it work with Solaris. Patch from Louise Miller.
2001-02-01  Jason Leach  <jasonleach@usa.net>

	* tools/killev: Fix this script to make it work with Solaris.
	Patch from Louise Miller.

svn path=/trunk/; revision=7936
2001-02-01 21:51:20 +00:00
faed293734 for message menu
svn path=/trunk/; revision=7935
2001-02-01 20:12:03 +00:00
472aeb4187 apply filters
svn path=/trunk/; revision=7934
2001-02-01 20:09:58 +00:00
4a6905aa23 settings/mail filters
svn path=/trunk/; revision=7933
2001-02-01 20:09:08 +00:00
8924d2397c for the view menu
svn path=/trunk/; revision=7932
2001-02-01 20:07:28 +00:00
d9028d557c i hope it's not confusing. should stand for 'hide selected images'
svn path=/trunk/; revision=7931
2001-02-01 13:11:26 +00:00
c31dbafdaa show all messages
svn path=/trunk/; revision=7930
2001-02-01 13:10:14 +00:00
da6dc3a2ac new appointment
svn path=/trunk/; revision=7929
2001-02-01 13:06:41 +00:00
fd49db2029 If we are folding, drop the space at the end of the line.
2001-02-01  Not Zed  <NotZed@Ximian.com>

        * camel-mime-utils.c (header_fold): If we are folding, drop the
        space at the end of the line.

svn path=/trunk/; revision=7928
2001-02-01 00:29:35 +00:00
82de3a557c make the segfault caused by double clicking into a critical warning until
2001-01-31  Larry Ewing  <lewing@ximian.com>

	* e-table-item.c (view_to_model_col): make the segfault caused by
	double clicking into a critical warning until it can be fixed.

svn path=/trunk/; revision=7927
2001-01-31 23:24:30 +00:00
7932df2252 added gboolean draw_borders to make it compile, probably some forgotten
2001-01-31  Radek Doulik  <rodo@ximian.com>

	* gal/e-text/e-entry.h: added gboolean draw_borders to make it
	compile, probably some forgotten commit of e-entry.h

svn path=/trunk/; revision=7926
2001-01-31 17:39:23 +00:00
8f91f19167 Terminology fixes
svn path=/trunk/; revision=7925
2001-01-31 16:42:09 +00:00
0f863d04da new contact mbar icon
svn path=/trunk/; revision=7924
2001-01-31 10:59:34 +00:00
690e2ec7ab the old stuff was kinky
svn path=/trunk/; revision=7923
2001-01-31 10:55:44 +00:00
500a985e34 Fixed allocation and placement of text for no bordered text.
2001-01-30  Christopher James Lahey  <clahey@ximian.com>

	* gal/e-text/e-entry.c (canvas_size_allocate, et_set_arg): Fixed
	allocation and placement of text for no bordered text.

svn path=/trunk/; revision=7922
2001-01-31 00:36:57 +00:00
1a2f7014e8 Fixed allocation and placement of text window.
2001-01-30  Christopher James Lahey  <clahey@ximian.com>

	* gal/e-text/e-entry.c (canvas_size_allocate, et_set_arg): Fixed
	allocation and placement of text window.

	* gal/e-text/e-text.c (e_text_draw): Fixed display of the text.

svn path=/trunk/; revision=7920
2001-01-31 00:00:27 +00:00
80697cc5ad Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanup
2001-01-30  Not Zed  <NotZed@Ximian.com>

        * e-msgport.c (e_thread_destroy): Turn on joining of cancelled threads.
        (e_msgport_wait): Put a cleanup handler to clear the mp lock if it
        happens in cond_wait, since it will be locked again.

svn path=/trunk/; revision=7919
2001-01-30 23:08:25 +00:00
242775d110 Updated Spanish translation
svn path=/trunk/; revision=7918
2001-01-30 22:28:13 +00:00
0c8839ec4e Fix bug in autodetected mboxes
Only allow one send and recv dialog at once.

svn path=/trunk/; revision=7917
2001-01-30 19:09:07 +00:00
5a13e823f2 Inform people when they can't import a file.
svn path=/trunk/; revision=7916
2001-01-30 18:48:06 +00:00
e1a7d77370 Fix mishandling of --without-samba due to a typo.
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.

svn path=/trunk/; revision=7914
2001-01-30 17:39:59 +00:00
601872effd Fix typo.
2001-01-30  Kjartan Maraas  <kmaraas@gnome.org>

	* folder-browser.c: Fix typo.

svn path=/trunk/; revision=7913
2001-01-30 15:14:39 +00:00
2dee35819c Reverted the latest change to EText since we're in feature freeze.
2001-01-30  Christopher James Lahey  <clahey@helixcode.com>

	* Reverted the latest change to EText since we're in feature freeze.

svn path=/trunk/; revision=7912
2001-01-30 11:54:53 +00:00
9c47d1bafa Mark a string for translation. Mark a bunch of strings for translation.
2001-01-30  Kjartan Maraas  <kmaraas@gnome.org>

	* gui/e-calendar-table.c: Mark a string for translation.
	* gui/e-itip-control.c: Mark a bunch of strings for translation.

svn path=/trunk/; revision=7911
2001-01-30 11:46:54 +00:00
da03d43325 Made the contained %ETableItem have cursor_mode as
2001-01-30  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-click-to-add.c (etcta_event): Made the contained
	%ETableItem have cursor_mode as %E_TABLE_CURSOR_SPREADSHEET.

	* e-table-defines.h, e-table-item.c, e-table-specification.c:
	Added a new cursor mode E_TABLE_CURSOR_SPREADSHEET.  This is
	accessed using cursor_mode="spreadsheet" in your specification
	xml, as well as by the click_to_add item.  It is identical to
	E_TABLE_CURSOR_SIMPLE, except that tab goes to the next item in
	the table instead of to the next widget.

svn path=/trunk/; revision=7910
2001-01-30 11:37:34 +00:00
8ee392b8a3 Made carriage return finish editing.
2001-01-30  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-click-to-add.c (etcta_event): Made carriage return
	finish editing.

	* e-table-item.c (eti_event): Made carriage return key press
	signal go out before sending it to the selection model.

svn path=/trunk/; revision=7909
2001-01-30 11:14:18 +00:00
292149afa5 make sure we convert from utf-8 before creating the option menu items.
2001-01-30  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-hdrs.c (create_optionmenu): make sure we convert
	from utf-8 before creating the option menu items.

svn path=/trunk/; revision=7908
2001-01-30 10:23:18 +00:00