| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=27941
|
|
|
|
|
|
|
|
| |
2004-11-18 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: define load-on-startup parameter.
svn path=/trunk/; revision=27940
|
|
|
|
|
|
|
|
|
|
| |
2004-11-18 Not Zed <NotZed@Ximian.com>
* e-plugin.c (epl_loadmodule): split out module loadng code.
(epl_construct): if we're enabled, and load-on-startup is set,
load the module right away. Not to be abused!
svn path=/trunk/; revision=27939
|
|
|
|
|
|
|
|
| |
2004-11-17 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Michel Klijmij.
svn path=/trunk/; revision=27938
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-07 Sivaiah Nallagatla <snallagatla@novell.com>
* util/eab-book-util.c (eab_name_and_email_query) :
When name is NULL query against complete email id instead of
user name part to take care of users@foo.org not matching
against users@bar.org . Also include query based on name always
Fix for #67656
svn path=/trunk/; revision=27937
|
|
|
|
|
|
| |
The menu merging one looks better anyway.
svn path=/trunk/; revision=27935
|
|
|
|
| |
svn path=/trunk/; revision=27934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
In the fallback cases, clear the exception first.
* providers/imap/camel-imap-store.c (connect_to_server_wrapper):
In the fallback cases, clear the exception first.
* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
In the fallback cases, clear the exception first.
svn path=/trunk/; revision=27928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-store.c (connect_to_server): Use
camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
* providers/imap4/camel-imap4-store.c (connect_to_server): Use
camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
* providers/pop3/camel-pop3-store.c: Change default port numbers
to be correct (they shouldn't all be the pop3s port).
(connect_to_server): Moved the last tcp_stream unref to afetr the
last fail-check so that we won't ever get a double-unref on
something we only own one ref on.
(connect_to_server): Unref the tcp_stream if we fail to create an
engine object before returning fail.
(connect_to_server): Use camel_tcp_stream_ssl_new_raw() for
STARTTLS stream.
svn path=/trunk/; revision=27927
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/pop3/camel-pop3-store.c (connect_to_server): Moved the
last tcp_stream unref to afetr the last fail-check so that we
won't ever get a double-unref on something we only own one ref on.
(connect_to_server): Unref the tcp_stream if we fail to create an
engine object before returning fail.
svn path=/trunk/; revision=27926
|
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/pop3/camel-pop3-store.c (connect_to_server): Moved the
last tcp_stream unref to afetr the last fail-check so that we
won't ever get a double-unref on something we only own one ref on.
svn path=/trunk/; revision=27925
|
|
|
|
|
|
|
|
|
| |
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
Fix bug #69408 by filling our input buffer if inptr == inend.
svn path=/trunk/; revision=27924
|
|
|
|
| |
svn path=/trunk/; revision=27915
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es>
* calendar-http.c (e_calendar_http_check): Accept protocol-less
URIs. Fixes #68264.
(e_calendar_http_check): Fixed a memory leak.
(e_calendar_http_refresh): Another mem. leak fix.
(e_calendar_http_url): Fixed another more memory leak.
svn path=/trunk/; revision=27913
|
|
|
|
|
|
|
|
|
|
| |
2004-11-13 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_parse_resp_code): Handle numeric tokens for
the COPYUID set values as well.
svn path=/trunk/; revision=27912
|
|
|
|
|
|
|
|
| |
2004-11-13 Meelad Zakaria <meelad@bamdad.org>
* fa.po: Updated Persian translation.
svn path=/trunk/; revision=27910
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (camel_imap4_summary_new):
Folder now gets set on the CamelFolderSummary object rather than
the CamelIMAP4Summary.
(imap4_fetch_all_update): Base summary class now has a folder
member, use that instead.
(imap4_fetch_all_add): Same.
(imap4_summary_fetch_all): Same.
(imap4_summary_fetch_flags): Same.
(camel_imap4_summary_set_uidvalidity): Same.
(camel_imap4_summary_expunge): Same.
(camel_imap4_summary_flush_updates): Same.
svn path=/trunk/; revision=27908
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (imap4_append_message):
Init appended_uid value to NULL
svn path=/trunk/; revision=27907
|
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
Properly handle NILs for the namespace separator (somehow I missed
this, silly me).
svn path=/trunk/; revision=27906
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es>
* calendar-http.c (e_calendar_http_check): Accept protocol-less
URIs. Fixes #68264.
(e_calendar_http_check): Fixed a memory leak.
(e_calendar_http_refresh): Another mem. leak fix.
svn path=/trunk/; revision=27905
|
|
|
|
|
|
|
|
| |
2004-11-12 JP Rosevear <jpr@novell.com>
* menus/gal-view-menus.c: Convert to G_DEFINE_TYPE
svn path=/trunk/; revision=27904
|
|
|
|
|
|
|
|
| |
2004-11-12 JP Rosevear <jpr@novell.com>
* e-timezone-dialog/e-timezone-dialog.c: convert to G_DEFINE_TYPE
svn path=/trunk/; revision=27903
|
|
|
|
|
|
|
|
|
|
| |
2004-11-12 Not Zed <NotZed@Ximian.com>
* filtertypes.xml:
* vfoldertypes.xml:
* searchtypes.xml: Added 'match all' rules.
svn path=/trunk/; revision=27901
|
|
|
|
| |
svn path=/trunk/; revision=27900
|
|
|
|
|
|
|
|
| |
2004-11-12 Not Zed <NotZed@Ximian.com>
** Merge in notzed-messageinfo-branch.
svn path=/trunk/; revision=27899
|
|
|
|
|
|
|
|
| |
2004-11-12 Not Zed <NotZed@Ximian.com>
** Merge in notzed-messageinfo-branch, fix some minor conflicts.
svn path=/trunk/; revision=27898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Meilof Veeningen <meilof@wanadoo.nl>
* org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed
description, removed "plugin" from name, changed position of item
in popup menu, using "enable" rather than "visible" for bonobo menus
* org-gnome-mailing-list-actions.xml: Now place menus in
MailMessageActions placeholder; moved label to <commands> section
* org-gnome-mailing-list-actions-errors.xml: fixed button order:
"Cancel" now leftmost button; added e-mail address to send confirm
dialog
* mailing-list-actions.c: account guessing now first based on message;
added e-mail address to send confirm dialog
svn path=/trunk/; revision=27897
|
|
|
|
|
|
|
|
|
| |
2004-11-11 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_reconnect): Free the
passwd here if we need to retry to authenticate.
svn path=/trunk/; revision=27895
|
|
|
|
|
|
|
|
| |
2004-11-11 Radek Doulik <rodo@ximian.com>
* org-gnome-audio-inline.eplug.in: fixed author and description
svn path=/trunk/; revision=27894
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-11 Radek Doulik <rodo@ximian.com>
* em-format-hook.c (emfh_enable): l = g_list_next (l); in inner
loop instead of g = g_list_next (l).. probably typo after c'n'p
* em-format.c (em_format_class_remove_handler): in case the old
handler doesn't exist, remove 'info' handler from type_handler
table
svn path=/trunk/; revision=27893
|
|
|
|
| |
svn path=/trunk/; revision=27892
|
|
|
|
| |
svn path=/trunk/; revision=27889
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-10 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Use the expanded ALL macro as on closer inspection of the RFC,
we're not allowed to use macros in conjunction with other FETCH
items (such as UID in our case).
svn path=/trunk/; revision=27888
|
|
|
|
| |
svn path=/trunk/; revision=27887
|
|
|
|
| |
svn path=/trunk/; revision=27886
|
|
|
|
| |
svn path=/trunk/; revision=27885
|
|
|
|
| |
svn path=/trunk/; revision=27884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-09 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): before
short-circuiting the check for child content, check the child
content info is actually correct.
2004-11-08 Not Zed <NotZed@Ximian.com>
** See bug #69145.
* providers/imap/camel-imap-folder.c (get_message): remove spec
argument, always calculate it from the content-info.
(content_info_incomplete): recursively check the content-info for
completeness, not just one level.
svn path=/trunk/; revision=27882
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-09 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-provider.c: Updated the properties
to include all the same settings as the old imap code.
* providers/imap4/camel-imap4-folder.c (imap4_getv): Implemented.
(imap4_setv): Implemented.
svn path=/trunk/; revision=27880
|
|
|
|
|
|
|
|
| |
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST
svn path=/trunk/; revision=27879
|
|
|
|
| |
svn path=/trunk/; revision=27877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-08 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #69241.
* camel-gpg-context.c (gpg_decrypt): We need to extract just the
application/pgp-encrypted part from the multipart/encrypted that
gets passed in. Added checks to verify that the input part is the
correct type as well. Once we have the application/pgp-encrypted
part, we need to use camel_data_wrapper_decode_to_stream() in case
the part was encoded in any way.
svn path=/trunk/; revision=27876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-09 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
Handle not getting the CRLF pair together. Also don't require that
we have at least 3 bytes in the read buffer as it is possible we
don't have that much (see bug #69160).
2004-11-08 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_subscribe_folder):
Note the folder-info just subscribed.
(imap4_unsubscribe_folder): Unnote the folder-info.
svn path=/trunk/; revision=27875
|
|
|
|
|
|
|
|
| |
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add the eplug.in file to EXTRA_DIST
svn path=/trunk/; revision=27874
|
|
|
|
|
|
|
|
| |
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add the xml file to EXTRA_DIST
svn path=/trunk/; revision=27873
|
|
|
|
|
|
|
|
| |
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add EXTRA_DIST variable for the eplug.in file
svn path=/trunk/; revision=27872
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-09 Rodney Dawes <dobey@novell.com>
* configure.in: Add AC_SUBST for plugins_base also
* plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we
dist the plug-ins we actually build by default
svn path=/trunk/; revision=27868
|
|
|
|
|
|
|
|
|
|
| |
2004-11-08 Andre Klapper <a901600@gmx.de>
Fixes bug #61966.
* addressbook-errors.xml: Add a missing word to a string.
svn path=/trunk/; revision=27867
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-08 Rodney Dawes <dobey@novell.com>
* gui/alarm-notify/alarm-notify-dialog.c (write_html_heading):
Don't try to convert the results of timet_to_str_with_zone to UTF-8,
since the return value is already encoded in UTF-8
Fixes #47529
svn path=/trunk/; revision=27866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-08 Steven Zhang <steven.zhang@sun.com>
Implement accessible feature for e-minicard and e-mini-card-view.
Add get_n_children, ref_child, ref_state_set, atk_selection_interface,
and action_interface for ea-minicard-view and ea-minicard
*ea-minicard-view.c:
(ea_minicard_view_get_n_children),
(ea_minicard_view_ref_child),
(ea_minicard_view_ref_state_set),
(atk_selection_interface_init),
(selection_interface_add_selection),
(selection_interface_clear_selection),
(selection_interface_ref_selection),
(selection_interface_get_selection_count),
(selection_interface_is_child_selected),
(atk_action_interface_init),
(atk_action_interface_do_action),
(atk_action_interface_get_n_action),
(atk_action_interface_get_description),
(atk_action_interface_get_name).
*ea-minicard.c:
(ea_minicard_get_n_children),
(ea_minicard_ref_child),
(ea_minicard_ref_state_set),
(atk_action_interface_init),
(atk_action_interface_do_action),
(atk_action_interface_get_n_action),
(atk_action_interface_get_description),
(atk_action_interface_get_name).
svn path=/trunk/; revision=27861
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-08 Steven Zhang <steven.zhang@sun.com>
* gui/widgets/e-minicard.c: (e_minicard_activate_editor):
rename and make it a public function.
(e_minicard_event): change accordingly.
* gui/widgets/e-minicard.h: ditto.
svn path=/trunk/; revision=27860
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c (save_contact) :
populate contact only afte we are sure that data is valid
and we can create that.
Fixes #69079
svn path=/trunk/; revision=27858
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-07 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-editor.c
(init_email_record_location, init_im_record_location):
Translate the category pretty names that we pass for creation of
new menu item entries for the E-Mail and IM dropdown selections
Partially fixes bug #66854
svn path=/trunk/; revision=27856
|
|
|
|
|
|
|
|
| |
2004-11-07 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=27855
|
|
|
|
|
|
|
|
| |
2004-11-06 Sebastien Bacher <seb128@debian.org>
* fr.po: Fix in the French translation.
svn path=/trunk/; revision=27854
|
|
|
|
| |
svn path=/trunk/; revision=27850
|
|
|
|
|
|
|
|
| |
2004-11-05 JP Rosevear <jpr@novell.com>
* mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE
svn path=/trunk/; revision=27849
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c: Added much in-line
documentation.
(engine_parse_capability): Use g_ascii_str[n]casecmp().
(camel_imap4_engine_nstring): New convenience function.
svn path=/trunk/; revision=27843
|
|
|
|
| |
svn path=/trunk/; revision=27842
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.glade: expand the horizontal box so that it
fills all available space.
svn path=/trunk/; revision=27840
|
|
|
|
| |
svn path=/trunk/; revision=27839
|
|
|
|
|
|
|
|
| |
2004-11-04 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=27838
|
|
|
|
|
|
|
|
| |
2004-11-04 Not Zed <NotZed@Ximian.com>
* configure.in: added mailing-list-actions plugin.
svn path=/trunk/; revision=27836
|
|
|
|
|
|
| |
<meilof@wanadoo.nl>
svn path=/trunk/; revision=27835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_hook_event): check interfaces for
events too.
(camel_object_trigger_event): check interfaces for events too.
(camel_object_class_add_event): more checks for interfaces vs
normal object classes.
(camel_object_class_add_interface): add an interface to a class.
(camel_object_get_interface): query for interfaces on an object.
(camel_object_get_type): register the interface type.
svn path=/trunk/; revision=27834
|
|
|
|
|
|
|
|
| |
2004-11-04 Not Zed <NotZed@Ximian.com>
* Makefile.am: duh, add this to cvs, remove Makefile.
svn path=/trunk/; revision=27833
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-03 David Trowbridge <trowbrds@cs.colorado.edu>
* gui/e-cal-config.c: added EConfig subclass for calendars
* gui/calendar-component.c, gui/tasks-component.c: initialize
plugin hooks on component startup.
* gui/dialogs/calendar-setup.c: Converted to use EConfig
svn path=/trunk/; revision=27832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Not Zed <NotZed@Ximian.com>
* configure.in: modified base vs optional logic slightly and added
a warning if you build with --enable-plugins=no.
2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu>
* configure.in: Added calendar-http module, and setup a mechanism
for base vs optional plugins.
svn path=/trunk/; revision=27831
|
|
|
|
|
|
|
|
| |
2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu>
* Initial import of webcal properties plugin.
svn path=/trunk/; revision=27830
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 mengjie yu <meng-jie.yu@sun.com>
fix for bugzilla #44876
* gui/component/select-names/e-select-names-manager.c:
(e_select_names_manager_entry_new):add a atk name for the entry.
svn path=/trunk/; revision=27829
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Li Yuan <li.yuan@sun.com>
* gal/e-table/e-table.c: (table_canvas_focus_event_cb):
if canvas has a focused item but the etable does not have a cursor row,
just focus the first item.
svn path=/trunk/; revision=27828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Li Yuan <li.yuan@sun.com>
Fixes #6767
* gui/e-day-view-main-item.c:
(e_day_view_main_item_draw_day_event):
use widget->style instead of hard code colors.
* gui/e-day-view.c: (e_day_view_realize), (e_day_view_set_colors),
(e_day_view_style_set), (e_day_view_reshape_long_event),
(e_day_view_reshape_day_event):
ditto.
* gui/e-week-view.c: (e_week_view_realize),
(e_week_view_set_colors), (e_week_view_style_set),
(e_week_view_reshape_event_span):
ditto.
svn path=/trunk/; revision=27827
|
|
|
|
|
|
|
|
| |
2004-11-03 JP Rosevear <jpr@novell.com>
* configure.in: fix the logic
svn path=/trunk/; revision=27826
|
|
|
|
|
|
|
|
|
| |
2004-11-03 JP Rosevear <jpr@novell.com>
* configure.in: handle plain --enable-plugins and
--enable-plugins=yes by making it the equivalent of "all"
svn path=/trunk/; revision=27825
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fixed description and added
author's info, to display correctly on the plugin manager.
svn path=/trunk/; revision=27819
|
|
|
|
|
|
|
|
|
| |
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-meeting.eplug.in: fixed description and added
author's info, to display correctly on the plugin manager.
svn path=/trunk/; revision=27818
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* org-gnome-mail-to-meeting.eplug.in: fix the popup id.
svn path=/trunk/; revision=27817
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should
actually work now, i hope.
svn path=/trunk/; revision=27816
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_popup): Fix the popup id.
svn path=/trunk/; revision=27815
|
|
|
|
|
|
|
|
|
| |
004-11-03 Nat Friedman <nat@novell.com>
* org-gnome-evolution-bbdb.eplug.in: Add description and author
fields. Change name.
svn path=/trunk/; revision=27814
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* Makefile.am: extra_dist the .eplug.in file.
svn path=/trunk/; revision=27813
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* org-gnome-copy-tool.eplug.in: gave it a better name and fixed
the description and author tags.
svn path=/trunk/; revision=27812
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* configure.in: added plugin-manager plugin.
svn path=/trunk/; revision=27811
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* implemented a plugin manager plugin.
svn path=/trunk/; revision=27810
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* e-plugin.c (e_plugin_list_plugins): added helper api to list all
plugins.
(ep_construct): load authors into new list for them.
(e_plugin_register_type): setup disabled list.
(ep_construct): dont load the hooks if we're not enabled.
(e_plugin_enable): make this a virutal method.
(e_plugin_invoke): if we're disabled, noop.
svn path=/trunk/; revision=27809
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added author section to eplugin
definition.
svn path=/trunk/; revision=27808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_list_done_message_selected): revert
jeff's last change - we do actually want to know when we couldn't
load a message. the crash he was fixing was fixed elsewhere.
also fix the unref ordering stuff.
* em-format-html.c (efh_format_timeout): removed the fixme i
added.
2004-11-01 Not Zed <NotZed@Ximian.com>
** See bug #67496.
* em-format-html.c (efh_text_html): use the base on the emformat
to calculate our absolute iframe uri.
(efh_multipart_related): same as emf_multipart_related.
* em-format.c (emf_multipart_related): remove content-location
handling, now done in format_part_as.
(em_format_part_as): track content-base (& absolute
content-location) of all parts here.
svn path=/trunk/; revision=27807
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Li Yuan <li.yuan@sun.com>
* calendar/ea-day-view.c: (ea_day_view_get_name):
use ngettext for n_events.
* calendar/ea-week-view.c: (ea_week_view_get_name):
ditto.
svn path=/trunk/; revision=27805
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_folder_utf7_name):
Don't bother getting the folder delim if the name is "" since we
don't need it in that case.
* providers/imap4/camel-imap4-utils.c
(camel_imap4_get_path_delim): add an assert that s->namespaces is
non-NULL.
svn path=/trunk/; revision=27804
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-utils.c
(camel_imap4_get_path_delim): If namespaces is NULL, return the
default folder delim ('/').
svn path=/trunk/; revision=27803
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* em-folder-view.c (emfv_list_done_message_selected): Check for
NULL messages (happens if the message isn't available).
svn path=/trunk/; revision=27802
|
|
|
|
|
|
|
|
|
| |
2004-11-02 JP Rosevear <jpr@novell.com>
* gui/e-day-view-config.c (set_twentyfour_hour): make sure the day
view times redraw themselves if we switch 24/12 hour modes
svn path=/trunk/; revision=27801
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-stream.c
(camel_imap4_stream_literal): Update stream->inptr after fetching
the literal chunk.
svn path=/trunk/; revision=27800
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 JP Rosevear <jpr@novell.com>
Fixes #68707
* gui/e-week-view-event-item.c (e_week_view_event_item_draw):
restrict the range to 0-23 (midnight end times became '24')
svn path=/trunk/; revision=27799
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (envelope_decode_address):
Do proper cleanup in case of error and also handle literals.
svn path=/trunk/; revision=27798
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
Removed camel_service_connect() call which is no longer needed.
(imap4_connect): If engine is already connected, shortcut to
simply returning success.
(imap4_disconnect): Check engine state rather than poking at
stream state.
svn path=/trunk/; revision=27797
|
|
|
|
| |
svn path=/trunk/; revision=27796
|
|
|
|
|
|
|
|
| |
2004-11-02 mengjie yu <meng-jie.yu@sun.com>
* evolution-startup-wizard.glade:remove the hard line breaks.
svn path=/trunk/; revision=27793
|
|
|
|
|
|
|
|
|
|
| |
2004-11-02 Radek Doulik <rodo@ximian.com>
* em-format-html.c: replace 3 nested html tables used to create
this gray border around parts content with div block with border
style
svn path=/trunk/; revision=27792
|
|
|
|
|
|
|
|
|
| |
2004-11-2 Hao Sheng <hao.sheng@sun.com>
* gui/widgets/e-minicard-view.c: popup right-click menu after
pressing Shift+F10.
svn path=/trunk/; revision=27791
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/eab-gui-util.c
(added_cb) (_modified_cb) : Don't show
error dialogs when status code is E_BOOK_ERROR_CANCELLED. We don't
wabt to show "Error adding contact, Cancelled" dialogs when user
cancels duplicated contact detected dialog.
svn path=/trunk/; revision=27790
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Not Zed <NotZed@Ximian.com>
** See bug #68787
* e-account.c (xml_set_content): check the new val isn't null
before dereferencing it.
* e-account.c (xml_set_prop): same here.
svn path=/trunk/; revision=27789
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Jeffrey Stedfast <fejj@novell.com>
* em-account-editor.c: Change the labels back to the same as they
were in 2.0
svn path=/trunk/; revision=27787
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Jeffrey Stedfast <fejj@novell.com>
* providers/smtp/camel-smtp-transport.c
(connect_to_server_wrapper): Do the same SSL->TLS and TLS->CLEAR
fallbacks that the 2.0 (and older) code did.
* providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): Same.
* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper): Same.
* providers/imap/camel-imap-store.c (connect_to_server_wrapper): Same.
svn path=/trunk/; revision=27786
|
|
|
|
|
|
|
|
| |
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist plugin.mk
svn path=/trunk/; revision=27785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c
(camel_imap4_summary_expunge): Remove expunged messages from the
cache.
(camel_imap4_summary_set_uidvalidity): Clear the cache if the
UIDVALIDITY has changed.
* providers/imap4/camel-imap4-folder.c (imap4_get_message): If the
message exists in the cache, use that rather than fetching it from
the server and cache messages fetched from the server for later
use.
(camel_imap4_folder_finalize): Unref the cache if non-NULL.
(camel_imap4_folder_new): Create the CamelDataCache.
svn path=/trunk/; revision=27784
|
|
|
|
|
|
|
|
| |
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist xml menu file
svn path=/trunk/; revision=27783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_create_folder): Cache
the folder-info on the summary if successful.
(imap4_delete_folder): Un-cache the folder-info from the summary.
* providers/imap4/camel-imap4-store-summary.c (load_namespaces):
Cleaned up a bit.
(save_namespaces): Same.
(camel_imap4_store_summary_unnote_info): New function.
(camel_imap4_store_summary_get_folder_info): Fixed the logic a
bit.
svn path=/trunk/; revision=27782
|
|
|
|
| |
svn path=/trunk/; revision=27781
|
|
|
|
|
|
|
|
| |
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: list bbdb.h as a source so it gets disted
svn path=/trunk/; revision=27780
|
|
|
|
|
|
|
|
|
|
| |
2004-11-01 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store-summary.c (load_namespaces):
Cleaned up a bit.
(save_namespaces): Same.
svn path=/trunk/; revision=27779
|
|
|
|
| |
svn path=/trunk/; revision=27778
|
|
|
|
| |
svn path=/trunk/; revision=27777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Li Yuan <li.yuan@sun.com>
* e-timezone-dialog/e-timezone-dialog.glade:
Add a name for timezone combox.
* misc/e-calendar.c: (e_calendar_init), (e_calendar_new):
Make accessibility name and description translatable.
Add a atk name for the two buttons so that they can be UI
grabbed by GOK.
* misc/e-dateedit.c: (e_date_edit_new), (create_children):
Add a name for atk object.
Make accessibility name and description translatable.
Add name and description for the date_entry, date_button
and time_combo.
(e_date_edit_show_date_popup), (hide_date_popup):
Grab and ungrab keyboard.
add_relation():
New function to add labelled_by relation for entry
and combobox.
* misc/e-map.c: (e_map_new):
Add a name for world map widget.
Make accessibility name and description translatable.
Set the atk role to image.
* misc/e-multi-config-dialog.c: (e_multi_config_dialog_add_page):
Add an atk name for the page.
svn path=/trunk/; revision=27776
|
|
|
|
|
|
|
|
|
| |
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-meeting.eplug.in: fix folder view popup id and
use stock icon for meetings.
svn path=/trunk/; revision=27770
|
|
|
|
|
|
|
|
| |
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id again.
svn path=/trunk/; revision=27769
|
|
|
|
|
|
|
|
| |
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added mail-to-meeting plugin.
svn path=/trunk/; revision=27767
|
|
|
|
|
|
|
|
| |
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* added mail-to-meeting plugin, to convert mails to meetings.
svn path=/trunk/; revision=27766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-26 Li Yuan <li.yuan@sun.com>
* calendar/ea-day-view.c: (ea_day_view_get_name):
* calendar/ea-gnome-calendar.c:
(ea_gnome_calendar_get_label_description),
(ea_gcal_dates_change_cb):
* calendar/ea-gnome-calendar.h:
* calendar/ea-week-view.c: (ea_week_view_get_name):
for calendar_get_text_for_folder_bar_label has been removed form
calendar-commands.c, we implement it ourself.
svn path=/trunk/; revision=27763
|
|
|
|
| |
svn path=/trunk/; revision=27762
|
|
|
|
| |
svn path=/trunk/; revision=27761
|
|
|
|
| |
svn path=/trunk/; revision=27760
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-summary.c (envelope_decode_nstring):
Handle literal strings.
(envelope_decode_date): Same. Fixes bug #68894.
svn path=/trunk/; revision=27759
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-stream.c
(camel_imap4_stream_next_token): Properly tokenise "\*" as a flag
token. Fixes bug #68869.
svn path=/trunk/; revision=27758
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: setup for more auto-built stuff.
* build-eplugin-manual.pl: auto-build more stuff.
svn path=/trunk/; revision=27755
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id.
svn path=/trunk/; revision=27754
|
|
|
|
| |
svn path=/trunk/; revision=27753
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* org-gnome-copy-tool.eplug.in: fix folderview popup hook id.
svn path=/trunk/; revision=27752
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* gui/tasks-component.c (popup_event_cb):
* gui/e-calendar-view.c (e_calendar_view_create_popup_menu):
* gui/e-calendar-table.c (e_calendar_table_show_popup_menu):
* gui/calendar-component.c (popup_event_cb): added hook doco.
svn path=/trunk/; revision=27751
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (drag_data_received): fix the popup id.
* e-msg-composer-attachment-bar.c (emcab_popup): added popup doco.
svn path=/trunk/; revision=27750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* mail-folder-cache.c (real_flush_updates):
* em-message-browser.c (em_message_browser_new):
* em-mailer-prefs.c (em_mailer_prefs_construct):
* em-format-html-display.c (efhd_attachment_popup):
* em-folder-view.c (emfv_popup, emfv_list_done_message_selected)
(emfv_format_popup_event):
* em-folder-tree.c (emft_popup):
* em-folder-properties.c (emfp_dialog_got_folder):
* em-folder-browser.c (em_folder_browser_new):
* em-composer-utils.c (em_utils_reply_to_message):
* em-composer-prefs.c (em_composer_prefs_construct):
* em-account-editor.c (em_account_editor_construct): added hook
docs, and cleaned up some of the hook point names.
svn path=/trunk/; revision=27749
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* e-config.c (ec_rebuild): revert the last change.
svn path=/trunk/; revision=27748
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* e-config.c (ec_rebuild): set the default row/col spacings of the
table.
svn path=/trunk/; revision=27747
|
|
|
|
|
|
|
|
| |
2004-10-21 Björn Torkelsson <torkel@acc.umu.se>
* camel-sasl-kerberos4.c: #include "camel-i18n.h"
svn path=/trunk/; revision=27746
|
|
|
|
|
|
|
|
| |
2004-10-27 JP Rosevear <jpr@novell.com>
* Makefile.am: use E_WIDGET instead of GNOME_FULL
svn path=/trunk/; revision=27745
|
|
|
|
|
|
|
|
|
| |
2004-10-27 JP Rosevear <jpr@novell.com>
* configure.in: revive E_WIDGETS_CFLAGS/LIBS because of needing to
add libedataserverui
svn path=/trunk/; revision=27744
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (composer_key_pressed): Close on Esc.
(create_composer): Connect to the key-press-event signal.
svn path=/trunk/; revision=27743
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-list-view.c (e_cal_list_view_new): don't expand recurrences
for the list view.
svn path=/trunk/; revision=27739
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Andre Klapper <a9016009@gmx.de>
* tools/evolution-addressbook-export.c:
Fixing a typo (bug 61069).
svn path=/trunk/; revision=27738
|
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Nat Friedman <nat@novell.com>
* bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button.
* Makefile.am: Don't build the test program by default.
svn path=/trunk/; revision=27736
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-26 mengjie yu <meng-jie.yu@sun.com>
fix for bugzilla #44876
* e-msg-composer-hdrs.c (header_new_recipient), (create_headers): add access key for Reply_to,
From,Subject,To,Cc,Bcc,Post_to;
* e-msg-composer.c: (setup_signatures_menu):Add accesss key for Signature.
svn path=/trunk/; revision=27735
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Not Zed <NotZed@Ximian.com>
* configure.in: removed bbwhatever it is until the makefiles are
fixed.
svn path=/trunk/; revision=27734
|
|
|
|
|
|
|
|
|
| |
2004-10-27 Julio M. Merino Vidal <jmmv@menta.net>
* camel-operation.c (camel_operation_shutdown): fix the arguments
to pthread_key_delete.
svn path=/trunk/; revision=27733
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-26 Andre Klapper <a9016009@gmx.de>
Fixes #61972.
* addressbook/gui/contact-editor/e-contact-editor-address.c:
Typo in country name: was "Grena-dines", now "Grenadines".
svn path=/trunk/; revision=27731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-26 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store-summary.[c,h]: New files
implementing a folder-info cache for offline mode (and faster
startup I guess).
* providers/imap4/camel-imap4-store.c (imap4_build_folder_info):
Cache the folder-info for later use in offline mode.
* providers/imap4/camel-imap4-utils.c
(camel_imap4_get_path_delim): Instead of assigning top = "INBOX",
do strcpy (top, "INBOX") so that we can later modify the
string. Fixes bug #68814.
2004-10-25 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
Updated to use the public function in camel-imap4-utils.c
(camel_imap4_engine_finalize): Same.
* providers/imap4/camel-imap4-store.c (imap4_construct): Setup and
load the store summary.
(camel_imap4_store_finalize): Unref the store summary.
(imap4_get_folder): Implemented offline support.
(imap4_folder_utf7_name): Pass the summary to get_delim rather
than the engine.
(imap4_create_folder): Same.
(imap4_reconnect): Update the namespaces on the store summary.
(connect_to_server): Update the store summary capabilities.
* providers/imap4/camel-imap4-utils.c
(camel_imap4_get_path_delim): Now takes a store-summary rather
than an engine so that it will work in offline mode.
(camel_imap4_namespace_clear): Moved here from
camel-imap4-engine.c
(camel_imap4_namespace_list_copy): New convenience function.
(camel_imap4_namespace_list_free): New.
* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
Check the return value of summary loading in offline mode (if it
fails, we can't get the folder).
svn path=/trunk/; revision=27730
|
|
|
|
|
|
| |
* da.po: Updated translator-credits.
svn path=/trunk/; revision=27729
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Nat Friedman <nat@novell.com>
* bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a
timer to check for Gaim buddy list chnages to sync.
(bbdb_do_it): Free some memory we were leaking before.
(bbdb_open_addressbook): New function for Gaim buddy list support.
(bbdb_check_gaim_enabled): Likewise.
(enable_gaim_toggled_cb): Likewise.
(synchronize_button_clicked_cb): Likewise.
(bbdb_page_factory): Added UI for Gaim buddy list sync support.
* gaimbuddies.c: New file, contains routines to synchronize IM
information and buddy icons from a Gaim buddy list.
* bbdb.h: New file, contains shared macros and prototypes.
* test-evobuddy.c (main): New function, tests a gaim buddy list
sync.
svn path=/trunk/; revision=27723
|
|
|
|
|
|
| |
plugins list
svn path=/trunk/; revision=27722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Radek Doulik <rodo@ximian.com>
* audio-inline.c: removed unused enum declaration
(org_gnome_audio_inline_play_clicked): added cast to &argv to
quiet compiler
handle more mime types
* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
type
handle more mime types
svn path=/trunk/; revision=27721
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Nat Friedman <nat@novell.com>
* gui/widgets/eab-contact-display.c (accum_multival_attribute):
Display mutlivalued contact attributes in the preview.
(render_contact): Render all IM fields using the new multival
function.
svn path=/trunk/; revision=27720
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Radek Doulik <rodo@ximian.com>
* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
type
* audio-inline.c: handle application/x-ogg mime type
svn path=/trunk/; revision=27718
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Radek Doulik <rodo@ximian.com>
* org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type
* audio-inline.c: (org_gnome_audio_inline_play_clicked): handle
audio/x-mp3 mime type
svn path=/trunk/; revision=27717
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Radek Doulik <rodo@ximian.com>
* configure.in: added audio-inline plugin, added gstreamer check
for it
svn path=/trunk/; revision=27716
|
|
|
|
| |
svn path=/trunk/; revision=27715
|
|
|
|
|
|
|
|
| |
2004-10-25 Radek Doulik <rodo@ximian.com>
* audio-inline.c: imported audio inline plugin
svn path=/trunk/; revision=27714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-25 Not Zed <NotZed@Ximian.com>
* main.c (main): register event hook.
* e-shell.c (offline_procedure_finished_cb, e_shell_go_online):
emit new state changed event.
* main.c (main): register the menu hook.
(): only define DEVELOPMENT if not already.
* e-shell-window.c (init): setup menu manager.
(e_shell_window_new): activate menu manager.
(update_offline_toggle_status): update the menu manager when the
offline state changes (currently only state which requires it)
* es-menu.[ch]: Shell plugin menu manager.
svn path=/trunk/; revision=27712
|
|
|
|
| |
svn path=/trunk/; revision=27711
|
|
|
|
| |
svn path=/trunk/; revision=27710
|
|
|
|
|
|
|
|
|
|
| |
2004-10-22 Harish Krishnaswamy <kharish@novell.com>
* mark-calendar-offline.c: implement a plugin that lets the user mark a
calendar to be available for off-line use, if it is not already set to be so
and vice versa
svn path=/trunk/; revision=27709
|
|
|
|
| |
svn path=/trunk/; revision=27708
|
|
|
|
| |
svn path=/trunk/; revision=27707
|
|
|
|
| |
svn path=/trunk/; revision=27706
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-23 Nat Friedman <nat@novell.com>
* bbdb.c (bbdb_do_it): Change assertions to if statements, so as
not to issue warnings in the case of routine failures (name
is NULL). Don't add an email to a contact if the appropriate
contact is ambiguous.
svn path=/trunk/; revision=27703
|
|
|
|
|
|
|
|
|
| |
2004-10-22 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c: Give the Rename item a different path than the
Delete item.
svn path=/trunk/; revision=27702
|
|
|
|
|
|
| |
all b0w to my mad skeelz
svn path=/trunk/; revision=27701
|
|
|
|
|
|
|
|
| |
2004-10-22 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Added folder-unsubscribe plugin
svn path=/trunk/; revision=27700
|
|
|
|
| |
svn path=/trunk/; revision=27696
|
|
|
|
|
|
| |
* da.po: Updated Danish translation.
svn path=/trunk/; revision=27695
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-22 Not Zed <NotZed@Ximian.com>
* em-event.c (eme_target_free): duh, they're camel not gobjects.
* em-folder-view.c (emfv_list_done_message_selected): added a
message.reading event.
svn path=/trunk/; revision=27694
|
|
|
|
| |
svn path=/trunk/; revision=27693
|
|
|
|
| |
svn path=/trunk/; revision=27691
|
|
|
|
|
|
|
|
|
|
| |
2004-10-22 Nat Friedman <nat@novell.com>
* configure.in: Added the bbdb plugin.
Man, hacking is fun.
svn path=/trunk/; revision=27690
|
|
|
|
|
|
|
|
|
|
| |
2004-10-22 Nat Friedman <nat@novell.com>
* em-event.c: Add a REPLY_ALL flag to the Message target.
* em-composer-utils.c (em_utils_reply_to_message): Set the
REPLY_ALL flag when appropriate.
svn path=/trunk/; revision=27689
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-21 JP Rosevear <jpr@novell.com>
* gui/widgets/eab-config.c (ecph_class_init): correct hook name
typo
* gui/component/addressbook-view.c: add appropriate popup icons
svn path=/trunk/; revision=27688
|
|
|
|
|
|
|
|
| |
2004-10-21 Jeffrey Stedfast <fejj@novell.com>
* camel-sasl-gssapi.c: #include "camel-i18n.h"
svn path=/trunk/; revision=27687
|
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* mail-to-task.c (set_attendees, set_organizer): new functions.
(do_mail_to_task): set attendees and organizer on the task from the
recipients in the mail message.
svn path=/trunk/; revision=27686
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: use correct icon.
svn path=/trunk/; revision=27685
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fixed to make the plugin show
up in the correct place.
svn path=/trunk/; revision=27684
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added save-calendar plugin.
svn path=/trunk/; revision=27683
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* mail-to-task.c: implemented plugin for converting selected
mails to tasks.
svn path=/trunk/; revision=27682
|
|
|
|
|
|
| |
availability
svn path=/trunk/; revision=27681
|
|
|
|
|
|
|
|
|
| |
* gui/e-cal-popup.[ch]: (e_cal_popup_target_new_source):
Add status bits to denote if the calendar source is available offline
so that plugins to calendar popups can use the status qualifier to denote
their visibility preferences.
svn path=/trunk/; revision=27680
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/select-source-dialog.c: use the new source selector
dialog in libedataserverui.
svn path=/trunk/; revision=27679
|
|
|
|
|
|
|
|
| |
2004-10-21 JP Rosevear <jpr@novell.com>
* org-gnome-copy-tool.eplug.in: s/image/icon/
svn path=/trunk/; revision=27678
|
|
|
|
| |
svn path=/trunk/; revision=27677
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Not Zed <NotZed@Ximian.com>
* prefer-plain.c (e_plugin_lib_enable): setup the right plugin
init function.
svn path=/trunk/; revision=27676
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c (do_save_calendar): get error information in
e_cal_* calls, and display errors to the user.
svn path=/trunk/; revision=27675
|
|
|
|
| |
svn path=/trunk/; revision=27674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (em_utils_reply_to_message): emit a
'message.replying' event with a message target.
2004-10-21 Nat <nat@novell.com>
* em-event.c (em_event_target_new_message): new target type for
message-related events.
2004-10-21 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_format_popup_event): put 'evolution' back
in the popup hook names.
svn path=/trunk/; revision=27673
|
|
|
|
|
|
|
|
| |
2004-10-21 Not Zed <NotZed@Ximian.com>
* configure.in: added copy-tool plugin.
svn path=/trunk/; revision=27672
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* implemented a copy-utils plugin.
svn path=/trunk/; revision=27671
|
|
|
|
|
|
|
|
| |
2004-10-21 JP Rosevear <jpr@novell.com>
* gui/component/addressbook-view.c: add appropriate popup icons
svn path=/trunk/; revision=27670
|
|
|
|
|
|
|
|
|
| |
2004-10-21 Not Zed <NotZed@Ximian.com>
* gui/component/addressbook-config.c
(addressbook_config_edit_source): fix a past-o for no-ldap case.
svn path=/trunk/; revision=27669
|
|
|
|
|
|
|
|
|
| |
2004-10-21 JP Rosevear <jpr@novell.com>
* save-calendar.c (do_save_calendar): compile if not using file
chooser
svn path=/trunk/; revision=27668
|
|
|
|
| |
svn path=/trunk/; revision=27667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* gui/component/addressbook-component.c
(addressbook_component_init): register config hook.
* gui/component/addressbook-config.c: mostly re-written to use econfig.
(query_for_supported_bases): convert to gtktreeview.
* gui/widgets/eab-config.c (ecp_set_target): hook onto source changed.
(ecp_source_changed): propagate changed state info.
(ecp_class_init): setup private data.
2004-10-19 Not Zed <NotZed@Ximian.com>
* gui/widgets/eab-menu.c (eabm_target_free): don't unref null
book.
svn path=/trunk/; revision=27666
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-save-calendar.eplug.in: better menu items.
svn path=/trunk/; revision=27665
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-save-calendar.eplug.in: better menu items.
svn path=/trunk/; revision=27664
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-save-calendar.eplug.in: better menu items.
svn path=/trunk/; revision=27663
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added save-calendar plugin.
svn path=/trunk/; revision=27662
|
|
|
|
|
|
|
|
| |
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c: new plugin for saving a calendar to disk.
svn path=/trunk/; revision=27661
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-store.c (imap4_get_folder): Don't
allow users to create folders in offline mode. When in offline
mode, use a different codepath to get a folder object.
(imap4_noop): Handle offline mode.
(imap4_unsubscribe_folder): Throw an exception if we are in
offline mode.
(imap4_subscribe_folder): Same.
(imap4_get_folder_info): Started to implement offline
support. Also, even if we are in online mode but the engine has
not yet been connected, we should follow the "offline" code path
and get the folder info's from the cache.
(imap4_rename_folder): Disallow in offline mode.
(imap4_delete_folder): Same.
(imap4_connect): Handle offline mode.
(imap4_disconnect): Handle offline mode and do proper locking.
(imap4_query_auth_types): Same.
svn path=/trunk/; revision=27660
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* subject-thread/org-gnome-subject-thread.eplug.in: update factory
name
* subject-thread/subject-thread.c: ditto
svn path=/trunk/; revision=27659
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* configure.in: add select-one-source to the plugin list
svn path=/trunk/; revision=27658
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* select-one-source.c: implement a plugin that allows the user to
limit the displayed task lists or calendars to the current
calendar or task list
svn path=/trunk/; revision=27657
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* gui/calendar-component.c: put an icon on the properties menu item
* gui/tasks-component.c: ditto
* gui/main.c (initialize): register plugin hooks for tasks and
calendar
svn path=/trunk/; revision=27656
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Removed an already-fixed FIXME comment.
(imap4_summary_fetch_flags): Same.
* providers/imap4/camel-imap4-folder.c (imap4_get_path_delim):
Removed. Use camel_imap4_get_path_delim() instead.
(camel_imap4_folder_new): Updated.
(imap4_sync): If we aren't online, we're done. nothing to do.
(imap4_refresh_info): Same.
(imap4_append_message): Same but set an exception.
(imap4_transfer_messages_to): Same.
* providers/imap4/camel-imap4-utils.c
(camel_imap4_get_path_delim): Moved here from camel-imap4-store.c
* providers/imap4/camel-imap4-store.c (imap4_try_authenticate):
Change the service string for the sasl mechanism to"imap" rather
than "imap4".
(imap4_get_path_delim): Removed.
(imap4_create_folder): Updated.
(imap4_folder_utf7_name): Same.
svn path=/trunk/; revision=27651
|
|
|
|
| |
svn path=/trunk/; revision=27650
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* gui/e-cal-popup.c (ecalph_class_init): correct classid
svn path=/trunk/; revision=27647
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* configure.in: added prefer plain plugin.
svn path=/trunk/; revision=27646
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported prefer-plain plugin.
svn path=/trunk/; revision=27645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* e-config.c (ec_rebuild): check for empty trailing sections/pages
after we exit the main loop.
* e-plugin.c (e_plugin_get_type): make ~/.eplugins the default
eplugin location, not ~/.eplug.
2004-10-18 Not Zed <NotZed@Ximian.com>
* e-config.h: fix some forward decls.
svn path=/trunk/; revision=27644
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* configure.in: added save attachments plugin.
svn path=/trunk/; revision=27643
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported save-attachments example plugin.
svn path=/trunk/; revision=27642
|
|
|
|
|
|
|
|
|
| |
2004-10-20 Not Zed <NotZed@Ximian.com>
* Makefile.am (INCLUDES): removed camel from include path,
everything should include camel/foo.
svn path=/trunk/; revision=27641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* Makefile.am: list plugins as a subdir
* plugins/Makefile.am: build enabled plugins
* plugin.mk: simple rule for creating .eplug files
* configure.in: add plugin foo; --enable-plugins=all turns them
all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to
list specific ones
svn path=/trunk/; revision=27640
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-20 JP Rosevear <jpr@novell.com>
* subject-thread.c: implement
* org-gnome-subject-thread.eplug.in: define the
subject-thread plugin
* Makefile.am: build the subject thread plugin
svn path=/trunk/; revision=27639
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* gui/calendar-component.c, gui/e-cal-menu.c, gui/e-cal-popup.c,
gui/e-calendar-table.c, gui/e-calendar-view.c, gui/gnome-cal.c,
gui/tasks-component.c, gui/alarm-notify/alarm-queue.c,
gui/dialogs/meeting-page.c: convert to org.gnome hook names
svn path=/trunk/; revision=27638
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* gui/component/addressbook-view.c,
gui/component/select-names/e-select-names.c,
gui/widgets/e-addressbook-view.c, gui/widgets/eab-menu.c,
gui/widgets/eab-popup.c: convert to org.gnome hook names
svn path=/trunk/; revision=27637
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* e-msg-composer.c, e-msg-composer-attachment-bar.c: convert to
org.gnome hook names
svn path=/trunk/; revision=27636
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* em-account-editor.c, em-composer-prefs.c, em-config.c,
em-event.c, em-folder-browser.c, em-folder-properties.c,
em-folder-tree.c, em-folder-view.c, em-format-hook.c,
em-format-html-display.c, em-mailer-prefs.c, em-menu.c,
em-message-browser.c, em-popup.c, message-list.c: convert to
org.gnome hook names
svn path=/trunk/; revision=27635
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* em-account-editor.c, em-composer-prefs.c, em-config.c,
em-event.c, em-folder-browser.c, em-folder-properties.c,
em-folder-tree.c, em-folder-view.c, em-format-hook.c,
em-format-html-display.c, em-mailer-prefs.c, em-menu.c,
em-message-browser.c, em-popup.c, message-list.c: convert to
org.gnome hook names
svn path=/trunk/; revision=27634
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* e-config.c, e-event.c, e-menu.c, e-plugin.c, e-plugin.h,
e-popup.c: convert to org.gnome hook names
svn path=/trunk/; revision=27633
|
|
|
|
| |
svn path=/trunk/; revision=27632
|
|
|
|
|
|
|
|
| |
2004-10-19 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=27631
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
Removed an already-fixed FIXME comment.
(imap4_summary_fetch_flags): Same.
svn path=/trunk/; revision=27630
|
|
|
|
| |
svn path=/trunk/; revision=27629
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/comp-editor-factory.c: (edit_existing):
Use e_cal_component_has_attendees to test if it is a meeting.
* gui/dialogs/event-editor.c: (event_editor_init):
By default, the event is not a meeting.
(event_editor_construct): Do not add the invitation, scheduling pages
to the editor if it is not a meeting.
* gui/e-day-view.c: (e_day_view_on_event_double_click):
check the icalproperty to test if the event is a meeting.
svn path=/trunk/; revision=27628
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* e-table.c (table_canvas_focus_event_cb): return FALSE so we
don't kill the focus event chain
svn path=/trunk/; revision=27625
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* message-list.c: convert to G_DEFINE_TYPE
svn path=/trunk/; revision=27624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-19 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (connect_list_view_focus): listen to the canvas
for focus events
(setup_widgets): listen for listen view selection changes
* gui/e-cal-list-view.c (setup_e_table): listen for the cursor to
move
(e_cal_list_view_cursor_change_cb): indicate the selection changed
svn path=/trunk/; revision=27623
|
|
|
|
|
|
|
|
|
|
| |
2004-10-18 Not Zed <NotZed@Ximian.com>
** See bug #67864.
* evolution.xml: change the shortcut for toolbar to b.
svn path=/trunk/; revision=27620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-11 Not Zed <NotZed@Ximian.com>
** See bug #67014.
* mail-errors.xml: added "checking-service" error.
* em-account-editor.c (em_account_editor_construct): keep track of
the dialogue
(emae_editor_destroyed): , and clean up when destroyed.
* em-account-editor.c (emae_check_authtype)
(emae_check_authtype_response, emae_check_authtype_done): handle
checking authtype gui here.
* mail-config.c (check_service_describe, check_service_check)
(check_response, mail_config_check_service): removed.
* mail-ops.c (mail_check_service): moved here from mail-config,
and modified to be a re-usable threaded function.
svn path=/trunk/; revision=27615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gui/calendar-component.c (create_new_event):
* gui/e-calendar-view.c: (e_calendar_view_edit_appointment):
* gui/comp-editor-factory.c (edit_existing),
* (edit_new):
* gui/dialogs/event-editor.c
* (event_editor_edit_comp),
(event_editor_new): updated the calls to event_editor_new
with additional argument.
* gui/dialogs/event-editor.h:
* add parameter
* is_meeting to
distinguish between events and meetings.
* gui/dialogs/meeting-page.c:
* (sensitize_widgets):
use explicit GError variable so that BUSY_ERROR
conditions do not lead us to think the calendar is readonly.
* gui/e-meeting-store.c:
* (refresh_queue_remove),
* (ems_init),
(e_meeting_store_remove_attendee), (freebusy_async),
(refresh_busy_periods), (refresh_queue_add): Make free-busy calls
to backends async. Fixed the problem of spurious attendees getting
added to the refresh_data.
svn path=/trunk/; revision=27614
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-18 Not Zed <NotZed@Ximian.com>
** See bug #68006.
* em-folder-view.c (emfv_init): dont ref/sink the invisible.
(emfv_destroy): just destroy it here.
svn path=/trunk/; revision=27612
|
|
|
|
| |
svn path=/trunk/; revision=27611
|
|
|
|
|
|
|
|
|
|
| |
2004-10-18 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_try_authenticate):
Change the service string for the sasl mechanism to"imap" rather
than "imap4".
svn path=/trunk/; revision=27609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-14 Not Zed <NotZed@Ximian.com>
* gui/e-cal-menu.c (e_cal_menu_target_new_select): dont access a
NULL client.
* gui/gnome-cal.c (gnome_calendar_get_taskpad_menu)
(gnome_calendar_get_calendar_menu): accessors to get the menu
managers.
(gnome_calendar_init): setup menu managers.
2004-10-13 Not Zed <NotZed@Ximian.com>
* gui/calendar-commands.c (calendar_control_activate)
(calendar_control_deactivate): activate and deactivate the
calendar and taskpad menu handlers.
(sensitize_items): helper to sensitise items based on target
masks.
(calendar_control_sensitize_calendar_commands): update the
calendar menu manager target appropriately.
(sensitize_taskpad_commands): same for the taskpad.
* gui/e-cal-menu.[ch]: Targets for main menu management.
* gui/e-cal-popup.c (e_cal_popup_target_new_select): fix cast.
Also include the tasks stuff in the hook metadata.
svn path=/trunk/; revision=27607
|
|
|
|
| |
svn path=/trunk/; revision=27605
|
|
|
|
| |
svn path=/trunk/; revision=27601
|
|
|
|
| |
svn path=/trunk/; revision=27600
|
|
|
|
|
|
|
|
|
| |
2004-10-15 JP Rosevear <jpr@novell.com>
* gui/calendar-commands.c (calendar_control_activate): remove
useless ifdef'd out statement (its been unused for 3+ years)
svn path=/trunk/; revision=27599
|
|
|
|
|
|
|
|
|
|
| |
2004-10-15 JP Rosevear <jpr@novell.com>
* gui/calendar-commands.h (calendar_goto_today): remove prototype
* gui/calendar-commands.c: remove dead function
svn path=/trunk/; revision=27598
|
|
|
|
|
|
|
|
| |
2004-10-15 Hasbullah Bin Pit <sebol@my-penguin.org>
* ms.po: Updated Malay translation.
svn path=/trunk/; revision=27597
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-view.c : add EAB_POPUP_SELECT_ANY
mask instead of EAB_POPUP_SELECT_MANY, so that
all the options like Save as, Forward etc are enabled even
single contact is selected.
svn path=/trunk/; revision=27593
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/eab-contact-display.c : uncomment
HANDLE_MAILTO_INTERNALLY define so that we will
launch composer through bonobo instead of using
gnome_url_show
svn path=/trunk/; revision=27592
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (create_new_composer):
(em_utils_compose_new_message, forward_non_attached): do noting if
the composer couldn't be created. We get a popup from elsewhere
to let the user know.
svn path=/trunk/; revision=27590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Not Zed <NotZed@Ximian.com>
* gui/widgets/eab-popup.c: added an any select mask and updated
the hook maps.
* gui/component/addressbook-component.c
(addressbook_component_init): register the addressbook hooks.
* gui/component/addressbook-view.c (addressbook_view_init): setup
the menu manager.
(control_activate_cb): activate the menu manager.
(update_command_state): and update the menu manager.
* gui/widgets/eab-menu.[ch]: Added menu manager class.
svn path=/trunk/; revision=27589
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=27588
|
|
|
|
|
|
|
|
|
| |
2004-10-15 Sarfraaz Ahmed <asarfraaz@novell.com>
* camel.pc.in : Change gal-2.2 to gal-2.4
* evolution-shell.pc.in : Similar
svn path=/trunk/; revision=27587
|