aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous bug fixes.Matthew Barnes2009-04-241-1/+1
|
* Add "View Inline" / "Hide" menu items to the popup menu.Matthew Barnes2009-04-151-1/+1
| | | | | | Add application icons to the "Open With" menu items. svn path=/branches/kill-bonobo/; revision=37524
* Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-101-3/+1
| | | | svn path=/branches/kill-bonobo/; revision=37510
* build a bit more smoothlyMilan Crha2009-04-081-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37501
* Split the attachment button into a separate widget that integrates withMatthew Barnes2009-04-031-1/+0
| | | | | | | | | | EAttachmentView and EAttachmentStore. Clicking the button works, but I still have to finish the pop-up menu and drag-and-drop. Kill e-util/e-gui-utils.c: e_icon_for_mime_type() replaced by g_content_type_get_icon() svn path=/branches/kill-bonobo/; revision=37491
* Finish attachment drag and drop.Matthew Barnes2009-04-021-2/+2
| | | | | | | | | Expunge em-popup.c of dead code. Not much left. Kill the save-attachments (experimental) plugin. The attachment bar can already save all at once. svn path=/branches/kill-bonobo/; revision=37488
* Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-2/+1
| | | | | | | | | | | everything to GtkUIManager/GtkActions. Saving progress mid-stream... not sure about the MIME part utilities yet. Also, add some EActivity subclasses. Considering an EFileActivity subclass for asynchronous GIO operations (loading/saving attachments, etc.), but still ironing out details. svn path=/branches/kill-bonobo/; revision=37389
* Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-211-34/+35
| | | | | | "audio-inline" plugin. svn path=/branches/kill-bonobo/; revision=37301
* Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37270
* Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Break the UI out of Glade and into small, manageable widgets: ESignatureEditor (moved from mail to widgets/misc) ESignatureManager ESignatureTreeView ESignatureScriptDialog - Move several signature utilities to e-util/e-signature-utils.c so they're accessible from widgets/misc without introducing circular dependences. - Have EMailShellModule listen for new GtkhtmlEditor windows (from which EMsgComposer and ESignatureEditor are derived) and configure the window with spelling and HTML editing user preferences. - Drastically simplifies em-composer-prefs.c. svn path=/branches/kill-bonobo/; revision=37239
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-36/+52
| | | | svn path=/branches/kill-bonobo/; revision=37200
* Let the mailer handle composer printing.Matthew Barnes2009-02-011-1/+1
| | | | | | Start roughing in the mailer search bar. svn path=/branches/kill-bonobo/; revision=37199
* Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-291-7/+8
| | | | | | | | | | | | | | | | | Make EShell a subclass of UniqueApp and handle single-instance negotiation. When another Evolution process is running: - Running "evolution" will simply present the existing windows. - Running "evolution -c <view>" will open a shell window set to <view>. - Running "evolution <uri>" will open an appropriate window for <uri>. The second process will then terminate immediately. svn path=/branches/kill-bonobo/; revision=37147
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-3/+1
| | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
* Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-2/+21
| | | | svn path=/branches/kill-bonobo/; revision=37112
* Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-3/+1
| | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-3/+4
| | | | svn path=/branches/kill-bonobo/; revision=37050
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-4/+24
| | | | svn path=/branches/kill-bonobo/; revision=36867
* Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-12/+17
| | | | svn path=/branches/kill-bonobo/; revision=36811
* Merge revisions 36730:36736 from trunk.Matthew Barnes2008-11-081-2/+2
| | | | svn path=/branches/kill-bonobo/; revision=36764
* Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-311-3/+2
| | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-6/+10
| | | | svn path=/branches/kill-bonobo/; revision=36685
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-3/+8
| | | | svn path=/branches/kill-bonobo/; revision=36534
* See which plugins compile and enable those that do. Looks like aboutMatthew Barnes2008-10-011-0/+29
| | | | | | | | half right now; many of which are failing simply because I haven't done the Mail module yet. Many of those that DO compile still need to be converted from EMenu/EPopup to EPluginUI. svn path=/branches/kill-bonobo/; revision=36509
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+1
| | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+4
| | | | svn path=/branches/kill-bonobo/; revision=36337
* Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-4/+4
| | | | svn path=/branches/kill-bonobo/; revision=36307
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36260
* Progress update:Matthew Barnes2008-08-231-12/+5
| | | | | | | | | | - Discard libnm-glib method of monitoring network connectivity. - Decided to make EShell a singleton GObject after all. Makes the design cleaner, despite having to pass a singleton instance around. - Make the switcher button style persistent. svn path=/branches/kill-bonobo/; revision=36043
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=35994
* Demonstrate loading the test module.Matthew Barnes2008-08-141-0/+3
| | | | svn path=/branches/kill-bonobo/; revision=35983
* Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-10/+14
| | | | svn path=/branches/kill-bonobo/; revision=35931
* Bump eds_minimum_version to 2.23.5 for camel_folder_sort_uids().Matthew Barnes2008-07-041-1/+1
| | | | | | | | | | 2008-07-03 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.23.5 for camel_folder_sort_uids(). svn path=/trunk/; revision=35720
* Reviewed by Jeffrey Stedfast.Alp Toker2008-06-241-0/+1
| | | | | | | | | | | | | | | | 2008-06-18 Alp Toker <alp@nuanti.com> Reviewed by Jeffrey Stedfast. * configure.in: * acinclude.m4: Add dolt revision 5e9eef10 to the autotools build system. Speeds up the build, often by a factor of two or more on supported platforms, otherwise falls back to libtool. See http://dolt.freedesktop.org for details. svn path=/trunk/; revision=35678
* ** Fix for bug #423395Milan Crha2008-06-191-1/+1
| | | | | | | | | | | | | | | | 2008-06-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #423395 * configure.in: Requires newer GtkHTML, 3.23.5. * mail/em-format-html.c: (efh_init), (efh_text_plain), (efh_text_enriched), (efh_text_html), (efh_message_deliverystatus): Put the anchor where the message body begins and let GtkHTML know the anchor name to place the cursor there in caret mode on the first focus. svn path=/trunk/; revision=35650
* Evolution 2.23.4 release udpates and version bump.EVOLUTION_2_23_4Johnny Jacob2008-06-171-1/+1
| | | | svn path=/trunk/; revision=35644
* EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-121-2/+51
| | | | svn path=/trunk/; revision=35626
* Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoidTor Lillqvist2008-06-061-0/+5
| | | | | | | | | | | 2008-06-06 Tor Lillqvist <tml@novell.com> * configure.in: Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid auto-exporting functions from the static libiconv.a implementation in win_iconv from evolution's DLLs. svn path=/trunk/; revision=35602
* Added libebackend to EVOLUTION_CALENDAR_LIBS (Committing on behalf of Chen)Johnny Jacob2008-06-051-1/+1
| | | | svn path=/trunk/; revision=35597
* Evolution 2.23.1.1 release and version bump.EVOLUTION_2_23_3Srinivasa Ragavan2008-06-031-1/+1
| | | | | | | | 2008-06-02 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.23.1.1 release and version bump. svn path=/trunk/; revision=35581
* Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.Matthew Barnes2008-06-021-1/+1
| | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED. svn path=/trunk/; revision=35579
* ** Fixes bug #534476Matthew Barnes2008-05-231-1/+3
| | | | | | | | | | | | | | | | | | | 2008-05-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #534476 * configure.in: Require shared-mime-info >= 0.22 to make sure we pick up the fix for correctly identifying "winmail.dat" attachments. * calendar/gui/e-cal-popup.c (ecalp_standard_menu_factory): * mail/em-utils.c (em_utils_snoop_type): * mail/em-popup.c (emp_standard_menu_factory): Remove the special check for "winmail.dat". GIO correctly identifies it as "application/ms-tnef". svn path=/trunk/; revision=35534
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-191-1/+2
| | | | | | Commit for Custom header support svn path=/trunk/; revision=35510
* Evolution 2.23.2 release and version bump.EVOLUTION_2_23_2Srinivasa Ragavan2008-05-131-1/+1
| | | | | | | | 2008-05-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in : Evolution 2.23.2 release and version bump. svn path=/trunk/; revision=35488
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2008-05-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #424744 * configure.in: Bump eds_minimum_version to 2.23.2 for camel-iconv.h. * composer/e-composer-private.c: * composer/e-composer-private.h: * composer/e-msg-composer.c: * mail/em-composer-prefs.c: * mail/em-format-html.c: * mail/em-format-quote.c: * mail/em-mailer-prefs.c: * widgets/misc/e-attachment-bar.c: * widgets/misc/e-unicode.c: Use camel-iconv.c instead of e-iconv.h (now deprecated). svn path=/trunk/; revision=35474
* Link with libebackend (see #530576.)Rob Bradford2008-04-301-1/+2
| | | | | | | | | | 2008-04-30 Rob Bradford <rob@openedhand.com> * configure.in: Link with libebackend (see #530576.) svn path=/trunk/; revision=35460
* Evolution 2.23.1 release and version bump.Srinivasa Ragavan2008-04-231-2/+2
| | | | | | | | | | 2008-04-21 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.23.1 release and version bump. svn path=/trunk/; revision=35407
* Remove and obsolete comment from configure.in and #include <gio/gio.h> inMatthew Barnes2008-04-181-1/+0
| | | | | | calendar/gui/e-cal-component-preview.c. svn path=/trunk/; revision=35379
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #526741 (gnome-vfs to gio/gvfs port) * configure.in: Drop dependency on gnome-vfs, depend on gio instead. * addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs. * calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async), (async_read): Read data with gio, not with gnome-vfs. * calendar/gui/e-meeting-store.c: (async_close): Function removed. * calendar/gui/migration.c: * calendar/gui/e-memos.c: * calendar/gui/alarm-notify/notify-main.c: * calendar/gui/e-tasks.c: * calendar/gui/main.c: * calendar/gui/e-meeting-list-view.c: Do not include gnome-vfs. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type): Function removed, use e-util function instead. * calendar/gui/e-cal-popup.c: (temp_save_part): Reflect changes in CamelStreamVFS. * calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free), (ecalp_standard_menu_factory): Use gio to fill popup and launch app. * calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb): * calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb): New helper function to manage file:// urls for GtkHTML component. * calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init): * calendar/gui/e-cal-component-memo-preview.c: (e_cal_comp_preview_url_requested_cb): Use above helper function. * calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb): * calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed. * composer/e-msg-composer.h: (e_msg_composer_guess_mime_type): * composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri), (e_msg_composer_add_inline_image_from_file): Use shared e_util_guess_mime_type instead of its own. * e-util/e-gui-utils.c: Do not include gnome-vfs. * e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path): * e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local): Use gio instead of gnome-vfs. * e-util/e-util.h: * e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri), (e_util_uri_to_filename), (e_util_read_file): New helper functions. * mail/Makefile.am: * mail/em-vfs-stream.h: * mail/em-vfs-stream.c: Removed from project, not used anywhere. * mail/em-menu.c: * mail/em-config.c: Do not include gnome-vfs. * mail/mail-ops.c: (save_messages_exec), (save_part_exec): Changes related to Data Server change of CamelStreamVFS. * mail/em-format.c: (em_format_describe_part): * mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler), (efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop), (efhd_format_attachment): Drop use of deprecated gnome-vfs functions. * mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type. * mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free), (emp_standard_menu_factory): Use gio to fill popup and launch app. * plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs. * plugins/ipod-sync/ical-format.c: (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook): Write to gio GOutputStream instead of gnome-vfs handle. * plugins/ipod-sync/format-handler.h: (open_for_writing): * plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function. * plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical): * plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): Use gio GOutputStream instead of gnome-vfs handle. * plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI. * plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI. * plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb), (struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question), (mount_first), (publish): Use gio instead of gnome-vfs for opening (remote) files. * plugins/save-calendar/ical-format.c: (do_save_calendar_ical): * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): Use gio GOutpuStream instead of gnome-vfs handle. * plugins/save-calendar/format-handler.h: (open_for_writing): * plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function. * shell/e-shell-window-commands.c: (command_quick_reference): Use gio instead of gnome-vfs. * widgets/misc/e-attachment.h: (struct _EAttachment): * widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type), (e_attachment_new), (struct DownloadInfo), (download_info_free), (data_ready_cb), (download_to_local_path), (e_attachment_new_remote_file): Use gio instead of gnome-vfs to download remote files. * widgets/misc/e-image-chooser.c: (image_drag_data_received_cb): Use new util function to read file. * widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs. svn path=/trunk/; revision=35378
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a ↵Suman Manjunath2008-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | "Recent Documents" submenu (to quickly add them as attachments). M configure.in M ChangeLog M composer/evolution-composer.ui M composer/ChangeLog M composer/e-composer-actions.c M composer/e-composer-private.c M widgets/misc/ChangeLog M widgets/misc/e-attachment-bar.c M widgets/misc/e-attachment-bar.h M calendar/gui/dialogs/comp-editor.c M calendar/ChangeLog M ui/ChangeLog M ui/evolution-editor.xml svn path=/trunk/; revision=35354
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-02 Matthew Barnes <mbarnes@redhat.com> ** Merge the mbarnes-composer branch * configure.in: Bump libgtkhtml requirement to 3.19.1. Add gtkhtml-editor dependency for addressbook, calendar and mail. Remove print-message plugin; new composer implements this natively. * tools/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list), (eab_send_contact_list_as_attachment): Adapt to new Bonobo-less composer widget. * calendar/gui/Makefile.am: Remove CORBA rules for the old composer. * calendar/gui/itip-utils.c (comp_from), (comp_to_list), (comp_subject), (comp_content_type), (comp_filename), (comp_description), (append_cal_attachments), (itip_send_comp), (reply_to_calendar_comp): Adapt to new Bonobo-less composer widget. * composer/Makefile.am: Remove CORBA rules for the old composer. * composer/e-msg-composer.c: * composer/e-msg-composer.h: EMsgComposer is now a subclass of GtkhtmlEditor. Extensive refactoring and cleanup, too much to list in detail. * composer/e-composer-header.c: * composer/e-composer-header.h: Add "sensitive" property along with get/set functions. * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: Propagate "refreshed" signal from EAccountComboBox. Add function e_composer_from_header_get_account_list(). * composer/e-composer-private.c: * composer/e-composer-private.h: New files manage composer's private data. Allows other composer files to manipulate private data. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Remove these files; replaced by EComposerHeaderTable widget. * composer/evolution-composer.c: * composer/evolution-composer.h: Remove these files; composer is now a subclass of GtkhtmlEditor. * composer/e-msg-composer-select-file.c: * composer/e-msg-composer-select-file.h: Remove these files; logic moved to e-msg-composer.c. * composer/listener.c: * composer/listener.h: Remove these files; event handlers moved to e-msg-composer.c. * composer/Composer.idl: * composer/Evolution-Composer.idl: Remove these files; composer is no longer a Bonobo object. * mail/em-composer-prefs (sig_edit_cb), (em_composer_prefs_new_signature): Adapt to new Bonobo-less signature editor. * mail/mail-signature-editor.c: * mail/mail-signature-editor.h: Rewrite the signature editor as a subclass of GtkhtmlEditor. Eliminates Bonobo from the equation. * mail/em-composer-utils.c (composer_get_message), (em_utils_composer_send_cb), (save_draft_done), (em_utils_composer_save_draft_cb), (create_new_composer), (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (reply_get_composer), (composer_set_body), (em_utils_reply_to_message), (post_reply_to_message): Adapt to new Bonobo-less composer. * mail/mail-component-factory.c: Composer is no longer needs a Bonobo factory. * mail/mail-config.c: Fix style pattern for EMsgComposer widgets. * plugins/groupwise/mail-send-options.c (org_gnome_composer_send_options): Adapt to streamlined EMsgComposer API. * plugins/exchange-operations/Makefile.am: Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS. * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header), (org_gnome_exchange_send_options): Adapt to streamlined EMsgComposer API. * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): Adapt to streamlined EMsgComposer API. * po/POTFILES.in: Update file list for new composer. * ui/evolution-composer-entries.xml: Remove this file; obsoleted by new composer. * widgets/misc/Makefile.am: Add EVOLUTION_MAIL_LIBS. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New function e_account_combo_box_get_account_list(). Emit a "refreshed" signal when the EAccountList changes. Add an internal reverse-lookup index. * widgets/misc/e-charset-picker.c (e_charser_add_radio_actions): New function adds radio actions to an action group. Will eventually replace e_charset_picker_bonobo_ui_populate(). * widgets/misc/e-signature-combo-box.c: * widgets/misc/e-signature-combo-box.h: New function e_signature_combo_box_get_signature_list(). ... separate issue ... * configure.in: Bump eds_minimum_version to 2.23.1 for CAMEL_FOLDER_JUNKED_NOT_DELETED symbol. svn path=/trunk/; revision=35313
* Version bump for 2.23.1.Matthew Barnes2008-04-021-3/+3
| | | | | | | | | 2008-04-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Version bump for 2.23.1. svn path=/trunk/; revision=35303
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #519421 (Also allow ↵Suman Manjunath2008-03-171-2/+14
| | | | | | <libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin) svn path=/trunk/; revision=35206
* ** Fix for bug #512543Milan Crha2008-03-131-15/+0
| | | | | | | | | | | | | | | | | | | | | 2008-03-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #512543 * configure.in: * widgets/misc/e-calendar-item.c: * calendar/gui/e-day-view.c: * calendar/gui/e-week-view-event-item.c: * calendar/gui/e-calendar-view.c: * calendar/gui/e-calendar-view.h: * calendar/gui/e-week-view-main-item.c: * calendar/gui/e-day-view-time-item.c: * calendar/gui/e-day-view-top-item.c: * calendar/gui/e-day-view-main-item.c: Get rid of --enable-cairo-calendar/ENABLE_CAIRO define. svn path=/trunk/; revision=35182
* Evolution 2.22.0 release.EVOLUTION_2_22_0Srinivasa Ragavan2008-03-101-2/+2
| | | | | | | | | | 2008-03-10 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.22.0 release. svn path=/trunk/; revision=35162
* Add mail/default/ko/Makefile to AC_OUTPUT.Changwoo Ryu2008-03-031-0/+1
| | | | | | | | | | | | | | 2008-03-03 Changwoo Ryu <cwryu@debian.org> * configure.in: Add mail/default/ko/Makefile to AC_OUTPUT. 2008-03-03 Changwoo Ryu <cwryu@debian.org> * default/Makefile.am: * default/ko/*: Add Korean welcome message translation. svn path=/trunk/; revision=35107
* set HANDLE_LIBICAL_MEMORY to 1.Chenthill Palanisamy2008-02-251-0/+2
| | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: set HANDLE_LIBICAL_MEMORY to 1. svn path=/trunk/; revision=35085
* Use "pkill -x" to kill the process and use "$HOME" insteadJeff Cai2008-02-201-1/+1
| | | | | | | of "~". Fix for bug #516648 svn path=/trunk/; revision=35060
* Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting.Matthew Barnes2008-02-191-1/+1
| | | | | | | | | | 2008-02-18 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting. svn path=/trunk/; revision=35049
* Patch from Akhil Laddha <lakhil@novell.com>: Fix for bug #517129 (Fixed ↵Suman Manjunath2008-02-181-0/+1
| | | | | | build break due to updated Polish translation) svn path=/trunk/; revision=35042
* Evolution 2.21.92 version bump.Srinivasa Ragavan2008-02-131-1/+1
| | | | | | | | | | 2008-02-13 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Evolution 2.21.92 version bump. svn path=/trunk/; revision=35001
* Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK.Matthew Barnes2008-02-121-1/+1
| | | | | | | | | | 2008-02-11 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK. svn path=/trunk/; revision=34993
* Evolution 2.21.91 version bump.Srinivasa Ragavan2008-01-291-1/+1
| | | | | | | | 2008-01-29 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Evolution 2.21.91 version bump. svn path=/trunk/; revision=34929
* Include camel in E_UTIL compile flags and libs, as at least libeutil usesTor Lillqvist2008-01-251-1/+1
| | | | | | | | | | 2008-01-24 Tor Lillqvist <tml@novell.com> * configure.in: Include camel in E_UTIL compile flags and libs, as at least libeutil uses a camel function now. svn path=/trunk/; revision=34887
* Bump eds_minimum_version to 2.21.90 for new Camel functions.Matthew Barnes2008-01-241-1/+1
| | | | | | | | | | 2008-01-24 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.90 for new Camel functions. svn path=/trunk/; revision=34882
* Add missing directory in configure.in Fixes build breakSankar P2008-01-211-0/+1
| | | | | | | | | | | | 2008-01-21 Sankar P <psankar@novell.com> * configure.in: Add missing directory in configure.in Fixes build break svn path=/trunk/; revision=34861
* Bump some additional package requirements for libsoup-2.4: libbonobo-2.0Matthew Barnes2008-01-191-2/+4
| | | | | | | | | | | | 2008-01-19 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump some additional package requirements for libsoup-2.4: libbonobo-2.0 >= 2.20.3 glib-2.0 >= 2.15.3 svn path=/trunk/; revision=34850
* Require libsoup-2.4. (Remove old "either 2.2 or 2.4" support, which onlyDan Winship2008-01-171-10/+1
| | | | | | | | | * configure.in: Require libsoup-2.4. (Remove old "either 2.2 or 2.4" support, which only ever worked because there was an old CVS version of libsoup that claimed to be 2.4 but still had the 2.2 API.) svn path=/trunk/; revision=34845
* Version bump to 2.21.90Srinivasa Ragavan2008-01-151-1/+1
| | | | svn path=/trunk/; revision=34827
* ** Fix for bug #492702Srinivasa Ragavan2008-01-091-21/+23
| | | | | | | | | | | | | 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #492702 * configure.in: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin. svn path=/trunk/; revision=34784
* Bump GtkHTML requirement to 3.17.5 for bug #317823.Matthew Barnes2008-01-021-1/+1
| | | | | | | | | | 2008-01-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump GtkHTML requirement to 3.17.5 for bug #317823. svn path=/trunk/; revision=34751
* Add --with[out]-help option to make it possible to skip building andMatthew Barnes2008-01-011-11/+22
| | | | | | | | | | | 2008-01-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Add --with[out]-help option to make it possible to skip building and installing user documentation. (#504541) svn path=/trunk/; revision=34743
* Version bump to 2.21.5Srinivasa Ragavan2007-12-181-1/+1
| | | | | | | | 2007-12-18 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Version bump to 2.21.5 svn path=/trunk/; revision=34727
* ** Evolution 2.21.4 releaseEVOLUTION_2_21_4Srinivasa Ragavan2007-12-181-1/+1
| | | | svn path=/trunk/; revision=34725
* Bump eds_minimum_version to 2.21.4 for new Camel functions.Matthew Barnes2007-12-181-1/+1
| | | | | | | | | | 2007-12-17 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.4 for new Camel functions. svn path=/trunk/; revision=34723
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-161-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
* Bump libgtkhtml requirement to 3.17.3 due to bug #271551.Matthew Barnes2007-12-061-1/+1
| | | | | | | | | | 2007-12-05 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump libgtkhtml requirement to 3.17.3 due to bug #271551. svn path=/trunk/; revision=34656
* +2007-12-03 Srinivasa Ragavan <sragavan@novell.com>EVOLUTION_2_21_3Srinivasa Ragavan2007-12-041-1/+1
| | | | | | | | + + * NEWS, configure.in: evolution 2.21.3 release. svn path=/trunk/; revision=34636
* Evolution 2.21.2 release.EVOLUTION_2_21_2Srinivasa Ragavan2007-11-181-1/+1
| | | | | | | | | 2007-11-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.21.2 release. svn path=/trunk/; revision=34545
* ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-03 Matthew Barnes <mbarnes@redhat.com> ** Remove dead files from source control. The dates below indicate when the file was removed from Makefile.am. Fixes part of bug #478704. * addressbook/printing/e-contact-print-envelope.c (Apr 2007) * addressbook/printing/e-contact-print-envelope.h (Apr 2007) * addressbook/tools/evolution-addressbook-abuse.c (May 2004) * addressbook/tools/evolution-addressbook-import.c (no history) * calendar/gui/dialogs/calendar-setup.glade (Nov 2004) * calendar/gui/dialogs/meeting-page.etspec (Sep 2003) * calendar/gui/dialogs/new-calendar.glade (Jan 2003) * calendar/gui/dialogs/new-task-list.glade (Jan 2004) * calendar/gui/dialogs/url-editor-dialog.c (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.h (Dec 2005) * calendar/gui/e-pub-utils.c (Dec 2005) * calendar/gui/e-pub-utils.h (Dec 2005) * calendar/gui/gnome-calendar-conduit.png (May 2000) * e-util/e-categories-master-list-wombat.c (Jun 2005) * e-util/e-categories-master-list-wombat.h (Jun 2005) * tools/evolution-launch-composer.c (Jun 2003) * configure.in: Remove plugins/mail-remote/Makefile from AC_OUTPUT. Fixes a distcheck error. * po/POTFILES.in: Remove files for mail-remote plugin. svn path=/trunk/; revision=34487
* Evolution 2.21.1 release.EVOLUTION_2_21_1Srinivasa Ragavan2007-10-311-2/+2
| | | | | | | | | 2007-10-29 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.21.1 release. svn path=/trunk/; revision=34461
* Disable the mail-remote plugin until it can be made to work or at leastMatthew Barnes2007-10-301-1/+7
| | | | | | | | | | | 2007-10-30 Matthew Barnes <mbarnes@redhat.com> * configure.in: Disable the mail-remote plugin until it can be made to work or at least compile again (#491386). svn path=/trunk/; revision=34455
* Added new plugins external-editor, which will make it possible to use anSankar P2007-10-251-1/+2
| | | | | | | | | | | | | | 2007-10-25 Sankar P <psankar@novell.com> * configure.in: * plugins/external-editor: Added new plugins external-editor, which will make it possible to use an external editor as the mail composer. svn path=/trunk/; revision=34423
* configure.in Initial commit for the Google Calendar Feature.Chenthill Palanisamy2007-10-231-1/+2
| | | | | | | | | | | | | 2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>. svn path=/trunk/; revision=34413
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | 2007-10-12 Michael Monreal <michael.monreal@gmail.com> ** Migration of theme icons to data/icons/ (bug #479257) * art/Makefile.am: Remove references to art/$size. * configure.in: Include new data/icons/ directory. * file e-util/e-icon-factory.c: Append a private icon directory to the search path. New inbox/outbox/sent icons. * mail/em-folder-tree.c, mail/mail-send-recv.c: Change icon references. New view-calendar icons. * calendar/gui/calendar-commands.c: Change icon references. svn path=/trunk/; revision=34383
* Miscellaneous changes related to bug #437579.Matthew Barnes2007-10-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2007-10-11 Matthew Barnes <mbarnes@redhat.com> Miscellaneous changes related to bug #437579. * configure.in: Put a blank line between the configuration summary and the final "now type make" message. * mail/em-format.c (em_format_add_puri): Use G_GSIZE_FORMAT when printing a gsize/size_t to make compilers on all arches happy. * plugins/mail-notification/mail-notification.c: Put the notification_callback() declaration inside a #ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning. * calendar/gui/alarm-notify/alarm-queue.c: Fix an implicit GTK+ function declaration on x86_64. svn path=/trunk/; revision=34378
* Require libbonobo 2.16.0 or later (#483989).Matthew Barnes2007-10-091-0/+2
| | | | | | | | | | | | | 2007-10-08 Matthew Barnes <mbarnes@redhat.com> * configure.in: Require libbonobo 2.16.0 or later (#483989). This is to make sure we pick up the implementation of gnome_vfs_mime_get_all_components(), which now lives in libbonobo instead of gnome-vfs. svn path=/trunk/; revision=34362
* ** Fixes bug #481325Matthew Barnes2007-10-041-1/+1
| | | | | | | | | | | | | | 2007-10-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #481325 * configure.in: Require GTK+ 2.12 * shell/e-shell-window-commands.c (command_about): Fix capitalization of program name in About dialog. svn path=/trunk/; revision=34348
* ** Fixes part of bug #477045Matthew Barnes2007-09-281-1/+1
| | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #477045 * configure.in: Bump minimum gnome-icon-theme version to 2.19.91 to ensure we get the new mail icons. svn path=/trunk/; revision=34323
* Remove the --enable-gtk-doc configure option since we don't ship anyMatthew Barnes2007-09-271-62/+0
| | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * configure.in: Remove the --enable-gtk-doc configure option since we don't ship any Gtk-Doc content (#476926). svn path=/trunk/; revision=34321
* Evolution 2.12.0 releaseSrinivasa Ragavan2007-09-261-1/+1
| | | | | | | * NEWS, configure.in: Evolution 2.12.0 release svn path=/trunk/; revision=34306
* configure.in: Bump required GtkHTML minimum version to 3.16Karsten Bräckelmann2007-09-231-1/+1
| | | | svn path=/trunk/; revision=34303
* Add sounds/Makefile to AC_OUTPUT.Matthew Barnes2007-09-221-0/+1
| | | | | | | | | | | | | | | 2007-09-21 Matthew Barnes <mbarnes@redhat.com> * configure.in: Add sounds/Makefile to AC_OUTPUT. * Makefile.am: Distribute the "sounds" directory and its contents. The iCalendar importer in calendar still uses "default_alarm.wav" and configure.in still defines "soundsdir". (#478704) svn path=/trunk/; revision=34298
* Hungarian translation of quickref added: help/quickref/hu/Makefile addedGabor Kelemen2007-09-151-0/+1
| | | | | | | | | 2007-09-15 Gabor Kelemen <kelemeng@gnome.hu> * configure.in: Hungarian translation of quickref added: help/quickref/hu/Makefile added to AC_OUTPUT. svn path=/trunk/; revision=34262
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-141-12/+0
| | | | | | GtkFileChooser has been around since 2004. svn path=/trunk/; revision=34257
* Move the test component to "shell/test" so it installs properly (#469992).Matthew Barnes2007-09-121-0/+1
| | | | svn path=/trunk/; revision=34235
* include help/quickref/fr/Makefile to AC_OUTPUT.Sankar P2007-09-101-0/+1
| | | | | | | | | | | 2007-09-10 Sankar P <psankar@novell.com> * configure.in: include help/quickref/fr/Makefile to AC_OUTPUT. svn path=/trunk/; revision=34211
* Added it to SUBDIRS. Added Italian translationLuca Ferretti2007-09-091-0/+1
| | | | | | | | | | | | | 2007-09-09 Luca Ferretti <elle.uca@libero.it> * quickref/Makefile.am: Added it to SUBDIRS. * quickref/it/*: Added Italian translation * configure.in: include help/quickref/it/Makefile to AC_OUTPUT. svn path=/trunk/; revision=34200
* plugins/audio-inline/org-gnome-audio-inline.eplug.xmlFrederic Crozat2007-09-051-2/+2
| | | | | | | | | | | | | | | 2007-09-05 Frederic Crozat <fcrozat@mandriva.com> * configure.in: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml * plugins/audio-inline/ChangeLog * plugins/audio-inline/audio-inline.c audio-inline plugin has been ported to gstreamer 0.10 (bug #329629). svn path=/trunk/; revision=34180
* Evolution 2.11.92 releaseEVOLUTION_2_11_92Srinivasa Ragavan2007-09-041-1/+1
| | | | | | * NEWS, configure.in: Evolution 2.11.92 release svn path=/trunk/; revision=34177
* 2007-09-03 mcrha Fix for bug #201167 by Nathan OwensMilan Crha2007-09-031-0/+1
| | | | svn path=/trunk/; revision=34162
* Add mail/default/pl/Makefile to AC_OUTPUT.Matthew Barnes2007-08-291-0/+1
| | | | | | | | | 2007-08-28 Matthew Barnes <mbarnes@redhat.com> * configure.in: Add mail/default/pl/Makefile to AC_OUTPUT. svn path=/trunk/; revision=34127
* Evolution 2.11.91 releaseEVOLUTION_2_11_91Srinivasa Ragavan2007-08-281-1/+1
| | | | | | | * NEWS, configure.in: Evolution 2.11.91 release svn path=/trunk/; revision=34118
* ** Fixes bug #331174Matthew Barnes2007-08-251-4/+4
| | | | | | | | | | | 2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #331174 * configure.in: Rename KRBx_LDFLAGS to KRBx_LIBS. svn path=/trunk/; revision=34102
* ** Fixes bug #411619Matthew Barnes2007-08-251-1/+56
| | | | | | | | | | | | | | | | | 2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #411619 * configure.in: Add appropriate compiler and linker flags to e-util if GTK+ was built against X11. * widgets/Makefile.am: Fix subdirectory order. * widgets/e-timezone-dialog/Makefile.am: Remove WIN32_BOOTSTRAP_LIBS. svn path=/trunk/; revision=34101
* Evolution 2.11.90 releaseEVOLUTION_2_11_90Srinivasa Ragavan2007-08-141-1/+1
| | | | svn path=/trunk/; revision=34002
* configure options beautification, fix bug #444882Gilles Dartiguelongue2007-08-111-66/+138
| | | | | | * configure options beautification, fix bug #444882 svn path=/trunk/; revision=33981
* 2.11.6.1 release updatesVeerapuram Varadhan2007-08-011-1/+1
| | | | svn path=/trunk/; revision=33919
* Evolution 2.11.6 release changesVeerapuram Varadhan2007-07-311-1/+1
| | | | svn path=/trunk/; revision=33912
* tnef-attachment plugin check in configure should not use variable stringVeerapuram Varadhan2007-07-311-1/+1
| | | | | | | * tnef-attachment plugin check in configure should not use variable * string in $all_plugins_experimental svn path=/trunk/; revision=33911
* Fixes a typo err which caused a build break.Chenthill Palanisamy2007-07-301-1/+1
| | | | svn path=/trunk/; revision=33902
* Enable configure option for support exchange-operatoion.Hiroyuki Ikezoe2007-07-281-3/+4
| | | | | | | | | | 2007-07-28 Hiroyuki Ikezoe <poincare@ikezoe.net> * configure.in: Enable configure option for support exchange-operatoion. svn path=/trunk/; revision=33865
* Collect all the required package versions in one place and explicitlyMatthew Barnes2007-07-281-40/+71
| | | | | | | | | | | | | 2007-07-27 Matthew Barnes <mbarnes@redhat.com> * configure.in: Collect all the required package versions in one place and explicitly require GTK+ 2.10 or higher. (#380354) * Adapt various Makefile.am files. svn path=/trunk/; revision=33863
* Included face plugin to sources. Helps in attaching Face header toSankar P2007-07-171-1/+2
| | | | | | | | | | | 2007-07-17 Sankar P <psankar@novell.com> * configure.in: Included face plugin to sources. Helps in attaching Face header to outgoing mails. svn path=/trunk/; revision=33813
* Evolution 2.11.5 releaseEVOLUTION_2_11_5Srinivasa Ragavan2007-07-101-1/+1
| | | | svn path=/trunk/; revision=33793
* Commit for tnef attachment and attachment reminderSrinivasa Ragavan2007-07-091-3/+19
| | | | svn path=/trunk/; revision=33769
* make the path to perl configurable and add addressbook/tools/csv2vcard toLaszlo (Laca) Peter2007-06-201-0/+4
| | | | | | | | | | | | | | | | | | | | 2007-06-20 Laszlo (Laca) Peter <laca@sun.com> * configure.in: make the path to perl configurable and add addressbook/tools/csv2vcard to AC_OUTPUT. Part of the fix for bug #433732 2007-06-20 Laszlo (Laca) Peter <laca@sun.com> ** Fix for bug #433732 * tools/Makefile.am: expand @PERL@ in evolution-addressbook-clean.in * tools/csv2vcard: rename to csv2vcard.in * tools/csv2vcard.in: make the path to perl configurable * tools/evolution-addressbook-clean.in: make the path to perl configurable svn path=/trunk/; revision=33711
* Evolution 2.11.4 releaseEVOLUTION_2_11_4Srinivasa Ragavan2007-06-191-1/+1
| | | | svn path=/trunk/; revision=33705
* Add support for the XF86Reply and XF86MailForward multimedia keys (Closes:Bastien Nocera2007-06-121-0/+18
| | | | | | | | | | | | | | | | | | | | | | 2007-06-12 Bastien Nocera <hadess@hadess.net> * em-folder-view.c: (emfv_list_key_press): Add support for the XF86Reply and XF86MailForward multimedia keys (Closes: #442631) 2007-06-12 Bastien Nocera <hadess@hadess.net> * e-msg-composer.c: (composer_key_pressed): Add support for the XF86Send multimedia key (Closes: #442631) 2007-06-12 Bastien Nocera <hadess@hadess.net> * configure.in: Detect the X11/XF86keysym.h header, and enable multimedia keys if available (Closes: #442631) svn path=/trunk/; revision=33668
* Added help/quickref/pt/Makefile for PortugueseDuarte Loreto2007-06-081-0/+1
| | | | | | | | 2007-06-07 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added help/quickref/pt/Makefile for Portuguese svn path=/trunk/; revision=33664
* Added sq to help/quickref/Laurent Dhima2007-06-071-0/+1
| | | | svn path=/trunk/; revision=33662
* Add missing mail/default/sv/Makefile to configure.inPedro Villavicencio2007-06-061-0/+1
| | | | | | | | | 2007-06-05 Pedro Villavicencio <pvillavi@gnome.org> * configure.in: Add missing mail/default/sv/Makefile to configure.in svn path=/trunk/; revision=33658
* Add configuration option for Sun Kerberos. fixing bug #344728Irene Huang2007-06-051-6/+21
| | | | | | | | | | 2007-06-04 Irene Huang <irene.huang@sun.com> * configure.in: Add configuration option for Sun Kerberos. fixing bug #344728 svn path=/trunk/; revision=33656
* Evolution 2.11.3 releaseEVOLUTION_2_11_3Srinivasa Ragavan2007-06-041-1/+1
| | | | svn path=/trunk/; revision=33652
* Evolution 2.11.2 releaseSrinivasa Ragavan2007-05-141-1/+1
| | | | | | * Evolution 2.11.2 release svn path=/trunk/; revision=33544
* ** Fix for bug #380750Srinivasa Ragavan2007-05-141-1/+8
| | | | svn path=/trunk/; revision=33535
* Fixes 394579:incompatible awk on Solaris cause evolution can not recognizeWang Xin2007-05-081-1/+2
| | | | | | | | | | | 2007-05-08 Wang Xin <jedy.wang@sun.com> * configure.in: Fixes 394579:incompatible awk on Solaris cause evolution can not recognize the dbus whose version is newer than 1.0.0. svn path=/trunk/; revision=33491
* Commit Mail notification plugin to the trunk.Srinivasa Ragavan2007-05-031-1/+2
| | | | svn path=/trunk/; revision=33472
* Fix configure for LDFLAGS=-Wl,--as-needed.Karsten Bräckelmann2007-04-241-1/+1
| | | | svn path=/trunk/; revision=33453
* ** Evolution 2.11.1 releaseSrinivasa Ragavan2007-04-231-3/+3
| | | | svn path=/trunk/; revision=33447
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-6/+6
| | | | svn path=/trunk/; revision=33440
* Make the libiconv test program return a value. (#388789)Matthew Barnes2007-04-121-0/+2
| | | | | | | | | | 2007-04-11 Matthew Barnes <mbarnes@redhat.com> * configure.in: Make the libiconv test program return a value. (#388789) svn path=/trunk/; revision=33420
* Add bogofilter part of Evolution plugins.Srinivasa Ragavan2007-04-031-3/+6
| | | | svn path=/trunk/; revision=33368
* Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconvMatthew Barnes2007-03-271-3/+6
| | | | | | | | | | | | | 2007-03-26 Matthew Barnes <mbarnes@redhat.com> * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv (#388789). Patch from Elijah Newren. * iconv-detect.c: Fix an implicit function declaration. svn path=/trunk/; revision=33323
* Evolution 2.10 release updatesHarish Krishnaswamy2007-03-131-7/+7
| | | | | | | | 2007-03-12 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.10 release updates svn path=/trunk/; revision=33308
* Evolution 2.9.92 release updatesSrinivasa Ragavan2007-02-261-1/+1
| | | | | | | | | 2007-02-26 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.9.92 release updates svn path=/trunk/; revision=33257
* Update intltool version.Harish Krishnaswamy2007-02-261-1/+1
| | | | | | | | 2007-02-26 Harish Krishnaswamy <kharish@novell.com> * configure.in : Update intltool version. svn path=/trunk/; revision=33251
* Evolution 2.9.91 ReleaseSrinivasa Ragavan2007-02-121-1/+1
| | | | svn path=/trunk/; revision=33209
* ** Fix for bug #373497Srinivasa Ragavan2007-02-121-1/+1
| | | | svn path=/trunk/; revision=33202
* NEWS, configure.in: Evolution 2.9.6 release updatesVeerapuram Varadhan2007-01-231-1/+1
| | | | | | ` svn path=/trunk/; revision=33141
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Committing Ebby Wiselyn's patch for GtkPrint API migration. svn path=/trunk/; revision=33134
* Added support for configuring the imap-headers plugin.Sankar P2007-01-221-1/+2
| | | | | | | | | | 2007-01-22 Sankar P <psankar@novell.com> * configure.in: Added support for configuring the imap-headers plugin. svn path=/trunk/; revision=33133
* Evolution 2.9.5 release updates.Harish Krishnaswamy2007-01-091-1/+1
| | | | | | | | | 2006-01-08 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.9.5 release updates. svn path=/trunk/; revision=33128
* Fix for 389664 - Adding pilot-link 0.12 compatibility.Veerapuram Varadhan2007-01-081-2/+16
| | | | | | * Fix for 389664 - Adding pilot-link 0.12 compatibility. svn path=/trunk/; revision=33125
* fix the build failure caused by SVN revision 33110 (swedish quickrefAndre Klapper2007-01-081-0/+1
| | | | | | | | | | 2007-01-07 Andre Klapper <a9016009@gmx.de> * configure.in: fix the build failure caused by SVN revision 33110 (swedish quickref addition). svn path=/trunk/; revision=33114
* Evolution 2.9.4 release updates.Veerapuram Varadhan2006-12-191-2/+2
| | | | | | | | | * NEWS, configure.in: Evolution 2.9.4 release updates. * configure.in: Bump the required EDS version to 1.9.4 svn path=/trunk/; revision=33083
* Evolution 2.9.3 release updates.Harish Krishnaswamy2006-12-051-1/+1
| | | | | | | | | 2006-12-04 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.9.3 release updates. svn path=/trunk/; revision=33052
* Modified to support gnome-doc-utils. Added Spanish translation. RemovedFrancisco Javier F. Serrador2006-11-231-1/+3
| | | | | | | | | | | | | | 2006-11-22 Francisco Javier F. Serrador <serrador@openshine.com> * .cvsignore, Makefile.am, configure.in, help/.cvsignore, help/ChangeLog, help/Makefile.am, help/C/evolution.xml: Modified to support gnome-doc-utils. * help/es/es.po: Added Spanish translation. * help/omf.make, help/update_po.pl, help/update_translation.pl, help/xmldocs.make, help/es/Makefile.am, help/es/topic.dat: Removed old files. svn path=/trunk/; revision=33017
* Add targets help/quickref/es/Makefile and mail/default/es/Makefile.Harish Krishnaswamy2006-11-151-0/+2
| | | | | | | | | 2006-11-14 Harish Krishnaswamy <kharish@novell.com> * configure.in: Add targets help/quickref/es/Makefile and mail/default/es/Makefile. svn path=/trunk/; revision=32974
* Reverting the previous patch as it breaks the HEAD build. TargetHarish Krishnaswamy2006-11-141-6/+1
| | | | | | | | | | | | 2006-11-14 Harish Krishnaswamy <kharish@novell.com> * configure.in: Reverting the previous patch as it breaks the HEAD build. Target Help/C/Makefile was removed from configure.in while Help/Makefile.am still refers to subdirectory C. The port to gnome-doc-utils also needs to submitted for review. svn path=/trunk/; revision=32972
* Fixes #76336 and fix Spanish quickref.Francisco Javier F. Serrador2006-11-111-1/+6
| | | | | | | | 2006-11-10 Francisco Javier F. Serrador <serrador@openshine.com> * configure.in: Fixes #76336 and fix Spanish quickref. svn path=/trunk/; revision=32966
* Evolution 2.9.1 release updates.Harish Krishnaswamy2006-11-071-1/+1
| | | | | | | | | 2006-11-07 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in : Evolution 2.9.1 release updates. svn path=/trunk/; revision=32955
* Move prefer-plain plugin to the 'standard' list from 'experimental'.Harish Krishnaswamy2006-11-071-2/+2
| | | | | | | | | 2006-11-06 Harish Krishnaswamy <kharish@novell.com> * configure.in: Move prefer-plain plugin to the 'standard' list from 'experimental'. svn path=/trunk/; revision=32954
* Evolution 2.9.1 release updates.Harish Krishnaswamy2006-10-171-3/+3
| | | | | | | | | 2006-10-16 Harish Krishnaswamy <kharish@novell.com> * configure.in: Evolution 2.9.1 release updates. svn path=/trunk/; revision=32904
* Evolution 2.8.1 release updates.Harish Krishnaswamy2006-10-021-1/+1
| | | | | | | | | 2006-10-02 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.8.1 release updates. svn path=/trunk/; revision=32844
* Evolution 2.8.0 release updates.Harish Krishnaswamy2006-09-041-2/+2
| | | | | | | | | 2006-09-04 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.8.0 release updates. svn path=/trunk/; revision=32739
* Evolution 2.7.92 release.Srinivasa Ragavan2006-08-211-1/+1
| | | | | | | | 2006-08-21 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.7.92 release. svn path=/trunk/; revision=32612
* Evolution 2.7.91 release updates.Srinivasa Ragavan2006-08-081-1/+1
| | | | | | | | | 2006-08-07 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.7.91 release updates. svn path=/trunk/; revision=32495
* Added configure option for disabling cairo calendarSrinivasa Ragavan2006-07-281-0/+13
| | | | svn path=/trunk/; revision=32432
* Evolution 2.7.90 release updates.Harish Krishnaswamy2006-07-241-2/+2
| | | | | | | | | 2006-07-24 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.7.90 release updates. svn path=/trunk/; revision=32409
* add support for xulrunner and seamonkey (NSS and NSPR)Karsten Bräckelmann2006-07-241-2/+2
| | | | svn path=/trunk/; revision=32396
* Do not assume that only SunOS has pkill because other systems (e.g.Julio M. Merino Vidal2006-07-221-13/+5
| | | | | | | | | | | 2006-07-22 Julio M. Merino Vidal <jmmv@NetBSD.org> * configure.in: Do not assume that only SunOS has pkill because other systems (e.g. NetBSD) also have it. Fix the check that looks for an utility to kill a process by name to properly detect either pkill or killall. Fixes bug #336853. svn path=/trunk/; revision=32386
* adding localized (german) quick reference card. see bug #307856.Andre Klapper2006-07-131-0/+1
| | | | | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * configure.in: * help/quickref/Makefile.am: * help/quickref/de/Makefile.am: * help/quickref/de/quickref.pdf: * help/quickref/de/quickref.tex: adding localized (german) quick reference card. see bug #307856. svn path=/trunk/; revision=32298
* Update EDS requirement to 1.7.4.Harish Krishnaswamy2006-07-131-1/+1
| | | | | | | | | 2006-07-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: Update EDS requirement to 1.7.4. svn path=/trunk/; revision=32297
* Evolution 2.7.4 release updates.Harish Krishnaswamy2006-07-101-1/+1
| | | | | | | | | 2006-07-10 Harish Krishnaswamy <kharish@novell.com> * configure.in, NEWS: Evolution 2.7.4 release updates. svn path=/trunk/; revision=32273
* Fixes #272668.Chenthill Palanisamy2006-06-141-1/+1
| | | | svn path=/trunk/; revision=32134
* Release updates. Bump version. Evolution 2.7.3 release.Harish Krishnaswamy2006-06-121-1/+1
| | | | | | | | | 2006-06-12 Harish Krishnaswamy <kharish@novell.com> * NEWS: Release updates. * configure.in: Bump version. Evolution 2.7.3 release. svn path=/trunk/; revision=32120
* Fix for #336453simon.zheng2006-06-121-0/+24
| | | | | | | | | | | | 2006-06-12 simon.zheng <simon.zheng@sun.com> Fix for #336453 * acinclude.m4: * configure.in: Add SunLDAP library support - a variant of Netscape LDAP. svn path=/trunk/; revision=32117
* Fix typo that caused experimental plugins to be skipped.Iain Buchanan2006-06-021-1/+1
| | | | | | | | | 2006-06-02 Iain Buchanan <iaindb@netspace.net.au> * configure.in: Fix typo that caused experimental plugins to be skipped. svn path=/trunk/; revision=32065
* Update intltool requirements.Harish Krishnaswamy2006-05-221-2/+2
| | | | | | | | 2006-05-22 Harish Krishnaswamy <kharish@novell.com> * configure.in: Update intltool requirements. svn path=/trunk/; revision=32011
* oops, remove some lines that weren't supposed to be thereJeffrey Stedfast2006-05-121-2/+0
| | | | svn path=/trunk/; revision=31976
* Patch from Brian Pepple to achieve GNOME Goal for po/LINGUAS. Closes bugKjartan Maraas2006-05-091-2/+1
| | | | | | | | | | 2006-05-09 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Patch from Brian Pepple to achieve GNOME Goal for po/LINGUAS. Closes bug #337965. * po/LINGUAS: New file. svn path=/trunk/; revision=31964
* configure.in: Fix compilation with modern openldap releases. PartiallyKjartan Maraas2006-05-031-1/+11
| | | | | | | | | 2006-05-02 Kjartan Maraas <kmaraas@gnome.org> configure.in: Fix compilation with modern openldap releases. Partially fixes bug #325957. Patch from Sushuma Rai. svn path=/trunk/; revision=31948
* Figure out auto-magically what the mozilla-nss pkg-config module name is.Jeffrey Stedfast2006-04-261-21/+29
| | | | | | | | | 2006-04-25 Jeffrey Stedfast <fejj@novell.com> * configure.in: Figure out auto-magically what the mozilla-nss pkg-config module name is. svn path=/trunk/; revision=31890
* Release updates. Bump version. ***** Release 2.7.1 *****Harish Krishnaswamy2006-04-241-2/+2
| | | | | | | | | 2006-04-24 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates. Bump version. ***** Release 2.7.1 ***** svn path=/trunk/; revision=31884
* removed the Mail SYstem Directory printoutJeffrey Stedfast2006-04-181-1/+0
| | | | svn path=/trunk/; revision=31826
* Remove obsolete entry for no_NO.Kjartan Maraas2006-04-171-2/+2
| | | | | | | | 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO. svn path=/trunk/; revision=31821
* Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> AddedTommi Vainikainen2006-03-221-1/+1
| | | | | | | | | 2006-03-22 Tommi Vainikainen <thv@iki.fi> * configure.in (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> * dz.po: Added Dzongkha translation from Pema Geyleg. svn path=/trunk/; revision=31736
* Updated Georgian LanguageVladimer Sichinava2006-03-141-1/+1
| | | | svn path=/trunk/; revision=31712
* Added French welcome message.Benoît Dejean2006-03-131-0/+1
| | | | | | | | | * configure.in: * mail/default/Makefile.am: * mail/default/fr/Inbox: * mail/default/fr/Makefile.am: Added French welcome message. svn path=/trunk/; revision=31703
* configure.in, added support for macedonian (mk) welcome messageAndre Klapper2006-03-041-0/+1
| | | | | | | | | 2006-03-03 Andre Klapper <a9016009@gmx.de> * configure.in, * mail/default/Makefile.am: added support for macedonian (mk) welcome message svn path=/trunk/; revision=31635
* added mail/default/lt/Makefile Fixes bug 333282. (committed by aklapper)Elijah Newren2006-03-041-0/+1
| | | | | | | | 2006-03-03 Elijah Newren <newren@gmail.com> * configure.in: added mail/default/lt/Makefile Fixes bug 333282. (committed by aklapper) svn path=/trunk/; revision=31634
* added mail/default/fi/Makefile Fixes bug 333079. (committed by aklapper)Elijah Newren2006-03-021-0/+1
| | | | | | | | 2006-03-02 Elijah Newren <newren@gmail.com> * configure.in: added mail/default/fi/Makefile Fixes bug 333079. (committed by aklapper) svn path=/trunk/; revision=31624
* added "ta" to ALL_LINGUASAndre Klapper2006-02-281-1/+1
| | | | | | | 2006-02-28 Andre Klapper <a9016009@gmx.de> * configure.in: added "ta" to ALL_LINGUAS svn path=/trunk/; revision=31606
* added hi to configure inRajesh Ranjan2006-02-281-1/+1
| | | | svn path=/trunk/; revision=31603
* Release updates, version bump. ***** Release 2.5.92 *****Srinivasa Ragavan2006-02-271-1/+1
| | | | | | | | | 2006-02-13 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.92 ***** svn path=/trunk/; revision=31594
* Added mk to ALL_LINGUAS *configure.inArangel Angov2006-02-211-1/+1
| | | | svn path=/trunk/; revision=31551
* Release updates, version bump. ***** Release 2.5.91 *****Harish Krishnaswamy2006-02-141-1/+1
| | | | | | | | | 2006-02-13 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.91 ***** svn path=/trunk/; revision=31508
* Remove hard-coded EDS version number. Read it fromHarish Krishnaswamy2006-02-061-0/+3
| | | | | | | | | | 2006-02-06 Harish Krishnaswamy <kharish@novell.com> * configure.in, data/Makefile.am, data/evolution.desktop.in.in: Remove hard-coded EDS version number. Read it from evolution-data-server.pc instead. svn path=/trunk/; revision=31417
* Release updates, version bump. ***** Release 2.5.90 *****Harish Krishnaswamy2006-01-301-1/+1
| | | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> * configure.in, NEWS: Release updates, version bump. ***** Release 2.5.90 ***** svn path=/trunk/; revision=31373
* Added save advanced search for addressbook.Devashish Sharma2006-01-301-1/+0
| | | | svn path=/trunk/; revision=31359
* Updated Traditional Chinese translation(Taiwan). Added Traditional ChineseChao-Hsiung Liao2006-01-211-1/+1
| | | | | | | | | 2006-01-21 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation(Taiwan). * zh_HK.po: Added Traditional Chinese translation(Hong Kong). svn path=/trunk/; revision=31256
* Fix to allow longer file names on 'make dist' using automake 1.9.Harish Krishnaswamy2006-01-191-1/+5
| | | | | | | | | 2006-01-19 Harish Krishnaswamy <kharish@novell.com> * configure.in: Fix to allow longer file names on 'make dist' using automake 1.9. svn path=/trunk/; revision=31237
* Release updates, version bump. ***** Release 2.5.5 *****Harish Krishnaswamy2006-01-171-1/+1
| | | | | | | | | 2006-01-17 Harish Krishnaswamy <kharish@novell.com> * configure.in, NEWS: Release updates, version bump. ***** Release 2.5.5 ***** svn path=/trunk/; revision=31225
* i2006-01-17 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-171-1/+2
| | | | | | | | Patch submitted by Johnny Jacob <johnnyjacob@gmail.com> * configure.in: Add import-ics-attachments to plugins list and Makefile target. svn path=/trunk/; revision=31224
* changed the version of libnotify from 0.30 to 0.3.0Chenthill Palanisamy2006-01-161-1/+1
| | | | svn path=/trunk/; revision=31212
* fixes #325629Chenthill Palanisamy2006-01-161-1/+1
| | | | svn path=/trunk/; revision=31211
* Add caldav to plugins_base_always and Makefile target.Harish Krishnaswamy2006-01-161-1/+2
| | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * configure.in: Add caldav to plugins_base_always and Makefile target. svn path=/trunk/; revision=31209
* Enlose the computed value of MOZILLA_NSS_LIB_DIR with quotes as this willHarish Krishnaswamy2006-01-111-1/+1
| | | | | | | | | 2006-01-11 Harish Krishnaswamy <kharish@novell.com> * configure.in: Enlose the computed value of MOZILLA_NSS_LIB_DIR with quotes as this will be used in the code as a string constant. svn path=/trunk/; revision=31133
* Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path.Simon Zheng2006-01-111-0/+2
| | | | | | | | | 2006-01-11 Simon Zheng <simon.zheng@sun.com> * configure.in: Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path. svn path=/trunk/; revision=31129
* Release updates, version bump. ***** Release 2.5.4 *****Harish Krishnaswamy2006-01-031-1/+1
| | | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * configure.in: Release updates, version bump. ***** Release 2.5.4 ***** svn path=/trunk/; revision=31030
* Fix minor errors in the Network Manager tests.Tor Lillqvist2005-12-221-1/+3
| | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * configure.in: Fix minor errors in the Network Manager tests. svn path=/trunk/; revision=30937
* Fix minor typo in the Network Manager tests.Tor Lillqvist2005-12-221-2/+1
| | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * configure.in: Fix minor typo in the Network Manager tests. svn path=/trunk/; revision=30932
* Evolution is now Network Aware, the day of complete awareness beckons, TheShreyas Srinivasan2005-12-221-2/+23
| | | | | | | | | | | 2005-12-22 Shreyas Srinivasan <sshreyas@novell.com> * Evolution is now Network Aware, the day of complete awareness beckons, The machines are taking over... * Network Manager support for evolution svn path=/trunk/; revision=30926
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-191-1/+2
| | | | svn path=/trunk/; revision=30876
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-171-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
* Fix to build in Suse 93Chenthill Palanisamy2005-12-131-6/+12
| | | | svn path=/trunk/; revision=30765
* Release updates, version bump. ***** Release 2.5.3 *****Harish Krishnaswamy2005-12-131-1/+1
| | | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.3 ***** svn path=/trunk/; revision=30761
* New file, a script used to build a Win32 zipfile distribution ofTor Lillqvist2005-12-021-0/+1
| | | | | | | | | | | | 2005-12-02 Tor Lillqvist <tml@novell.com> * evolution-zip.in: New file, a script used to build a Win32 zipfile distribution of Evolution. * Makefile.am * configure.in: Distribute and expand it. svn path=/trunk/; revision=30712
* Changed configure.in to include libnotify for new alarm UI changeChenthill Palanisamy2005-11-281-1/+14
| | | | svn path=/trunk/; revision=30692
* Drop the IPv6 and getaddrinfo checks, unused here in Evolution. (It's usedTor Lillqvist2005-11-261-63/+1
| | | | | | | | | 2005-11-26 Tor Lillqvist <tml@novell.com> * configure.in: Drop the IPv6 and getaddrinfo checks, unused here in Evolution. (It's used in e-d-s, though.) svn path=/trunk/; revision=30685
* Made hal dependency optional.Srinivasa Ragavan2005-11-231-2/+13
| | | | | | | | 2005-11-23 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Made hal dependency optional. svn path=/trunk/; revision=30649
* Release updates, version bump. ***** Release 2.5.2 *****Harish Krishnaswamy2005-11-151-1/+1
| | | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. ***** Release 2.5.2 ***** svn path=/trunk/; revision=30616
* Add hula-account-setup plugin to the mix.Harish Krishnaswamy2005-11-151-1/+2
| | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> Add hula-account-setup plugin to the mix. svn path=/trunk/; revision=30610
* Added Kurdish translationErdal Ronahi2005-10-281-1/+1
| | | | svn path=/trunk/; revision=30569
* Don't require hal on Win32.Tor Lillqvist2005-10-261-1/+3
| | | | | | | | 2005-10-26 Tor Lillqvist <tml@novell.com> * configure.in: Don't require hal on Win32. svn path=/trunk/; revision=30568
* update base version to 2.6 for the 2.5.1 releaseHarish Krishnaswamy2005-10-251-2/+1
| | | | svn path=/trunk/; revision=30563
* Turn development warning on. Bump version to 2.5.1.Harish Krishnaswamy2005-10-251-2/+2
| | | | | | | | | 2005-10-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Turn development warning on. Bump version to 2.5.1. svn path=/trunk/; revision=30561
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+2
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-syncSrinivasa Ragavan2005-10-181-2/+3
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync svn path=/trunk/; revision=30523
* Added Bengali (bn) to ALL_LINGUAS:10/17Runa Bhattacharjee2005-10-171-1/+1
| | | | svn path=/trunk/; revision=30513
* Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. SetTor Lillqvist2005-09-281-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set corresponding variables unconditionally on Win32, as LDAP support is always present (in <winldap.h> and -lwldap32). (CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and _LIBS. These are used only in plugins/exchange-operations/Makefile.am, and now it's enough to use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there. In plugins/exchange-operations: 2005-09-28 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS and _LIBS, they now includes all necessary (see top-level ChangeLog). (LDFLAGS): Use NO_UNDEFINED. svn path=/trunk/; revision=30388
* grep on Solaris doesn't support -q, use > /dev/null instead.Mengjie Yu2005-09-081-3/+3
| | | | | | | | 2005-09-05 Mengjie Yu <meng-jie.yu@sun.com> * configure.in:grep on Solaris doesn't support -q, use > /dev/null instead. svn path=/trunk/; revision=30339
* Turn stable release bit on. Set version to 2.4.0. Update.Harish Krishnaswamy2005-08-291-2/+2
| | | | | | | | | | 2005-08-28 Harish Krishnaswamy <kharish@novell.com> * configure.in : Turn stable release bit on. Set version to 2.4.0. * MAINTAINERS : Update. svn path=/trunk/; revision=30277
* Enable building of exchange plugins by default.Sarfraaz Ahmed2005-08-251-9/+17
| | | | | | | | 2005-08-24 Sarfraaz Ahmed <asarfraaz@novell.com> * configure.in : Enable building of exchange plugins by default. svn path=/trunk/; revision=30249
* Release 2.3.8Harish Krishnaswamy2005-08-231-1/+1
| | | | | | | | 2005-08-23 Harish Krishnaswamy <kharish@novell.com> * configure.in: Release 2.3.8 svn path=/trunk/; revision=30203
* Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by SupraneeTheppitak Karoonboonyanan2005-08-091-1/+1
| | | | | | | | | | 2005-08-09 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.in: Added "th" (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Supranee Thirawatthanasuk <supranee@opentle.org>. svn path=/trunk/; revision=30043
* Release 2.3.7Harish Krishnaswamy2005-08-091-1/+1
| | | | | | | | 2005-08-08 Harish Krishnaswamy <kharish@novell.com> * configure.in: Release 2.3.7 svn path=/trunk/; revision=30039
* Added Telugu translations done by Prajasakti Localisation Team ↵Sunil Mohan Adapa2005-08-041-1/+1
| | | | | | <localisation@prajasakti.com> svn path=/trunk/; revision=29983
* Bump version numberHarish Krishnaswamy2005-07-291-1/+1
| | | | | | | | | | | 2005-07-29 Harish Krishnaswamy <kharish@novell.com> * configure.in: Bump version number *****Release 2.3.6.1***** includes fix for #311731 - (Removing folders from an IMAP) svn path=/trunk/; revision=29930
* Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****Harish Krishnaswamy2005-07-271-1/+1
| | | | | | | | | | | | | | | 2005-07-26 Harish Krishnaswamy <kharish@novell.com> * plugins/calendar-weather/Makefile.am: * plugins/groupwise-features/Makefile.am: * plugins/mail-account-disable/Makefile.am: * plugins/mailing-list-actions/Makefile.am: * plugins/print-message/Makefile.am: Fix make distcheck issues. * configure.in: Bump version number ***** Release 2.3.6 ***** svn path=/trunk/; revision=29892
* Add AC_LIBTOOL_WIN32_DLL. It is apparently required when using bleedingTor Lillqvist2005-07-201-5/+10
| | | | | | | | | | | | | | | | 2005-07-20 Tor Lillqvist <tml@novell.com> * configure.in: Add AC_LIBTOOL_WIN32_DLL. It is apparently required when using bleeding edge libtool. Enable building with Mozilla nspr and nss on Win32. No -ldl on Win32. No import library for softokn3.dll provided by the Mozilla people for some reason. Add libedataserverui, libglade and gtk+ to the dependencies of CERT_UI, as the libraries in smime call functions from them. svn path=/trunk/; revision=29810
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-201-3/+1
| | | | | | | | | 2005-07-19 Sankar P <psankar@novell.com> * configure.in : Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29805
* Add libedataserverui to the IMPORTERS dependency list.Tor Lillqvist2005-07-131-1/+1
| | | | | | | | | 2005-07-13 Tor Lillqvist <tml@novell.com> * configure.in: Add libedataserverui to the IMPORTERS dependency list. svn path=/trunk/; revision=29754
* fix typoHarish Krishnaswamy2005-07-131-1/+1
| | | | svn path=/trunk/; revision=29751
* remove the reference to shell/importer/libevolution-importer.la inHarish Krishnaswamy2005-07-131-1/+1
| | | | | | | | | 2005-07-13 Harish Krishnaswamy <kharish@novell.com> remove the reference to shell/importer/libevolution-importer.la in startup-wizard. ***** Release 2.3.5.1 ***** svn path=/trunk/; revision=29748
* Don't attempt to build the sa-junk-plugin on Win32, it's veryTor Lillqvist2005-07-131-1/+3
| | | | | | | | | 2005-07-13 Tor Lillqvist <tml@novell.com> * configure.in: Don't attempt to build the sa-junk-plugin on Win32, it's very Unix-specific. svn path=/trunk/; revision=29746
* Removed the shell importer from configure.inChenthill Palanisamy2005-07-121-1/+0
| | | | svn path=/trunk/; revision=29737
* bump version ***** Release 2.3.5 *****Harish Krishnaswamy2005-07-121-1/+1
| | | | | | | | | 2005-07-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version ***** Release 2.3.5 ***** svn path=/trunk/; revision=29735
* correted twice inclusion of sa-junk-plugin in "plugins_base"sectionVivek Jain2005-07-121-1/+1
| | | | | | | | | 2005-07-12 Vivek Jain <jvivek@novell.com> * configure.in : correted twice inclusion of sa-junk-plugin in "plugins_base"section svn path=/trunk/; revision=29734
* added sa-junk-plugin to base plugins and AC_OUTPUT sectionVivek Jain2005-07-121-1/+2
| | | | | | | | | 2005-07-12 Vivek Jain <jvivek@novell.com> * configure.in : added sa-junk-plugin to base plugins and AC_OUTPUT section svn path=/trunk/; revision=29727
* Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]Srinivasa Ragavan2005-07-111-1/+1
| | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. * Added e-attachment-bar.[ch] e-attachment.[ch] e-attachment.glade to directory structure and the Makefile.am svn path=/trunk/; revision=29708
* Add mail-account-disable, proxy, proxy-login and groupwise-account-setupShreyas Srinivasan2005-07-101-1/+5
| | | | | | | | | | | | | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. * plugins/proxy-login/*: Plugin to implement Proxy Login on a groupwise account. * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy Logout to a store menu on right click. * plugins/groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. * plugins/groupwise-features/*: Remove the camel-groupwise-listener code as it runs in a different plugin. * po/POTFILES.in: Add files which need to be translated. svn path=/trunk/; revision=29700
* bump versionHarish Krishnaswamy2005-07-021-1/+1
| | | | | | | | 2005-07-02 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version svn path=/trunk/; revision=29616
* Drop local mail file lock method tests and the optionTor Lillqvist2005-06-271-94/+0
| | | | | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * configure.in: Drop local mail file lock method tests and the option --enable-file-locking, these are not used in evolution. (Is used in e-d-s.) Ditto for sendmail operation tests and the --with-broken-spool option. svn path=/trunk/; revision=29591
* remove need to define NULL in getaddrinfo check.Not Zed2005-06-251-2/+2
| | | | | | | | 2005-06-25 Not Zed <NotZed@Ximian.com> * configure.in: remove need to define NULL in getaddrinfo check. svn path=/trunk/; revision=29583
* move prefer-plain and save-attachments to experimental where they belong.Not Zed2005-06-251-2/+2
| | | | | | | | | 2005-06-25 Not Zed <NotZed@Ximian.com> * configure.in: move prefer-plain and save-attachments to experimental where they belong. svn path=/trunk/; revision=29581
* add mono plugin to the base list only if it was enabled as a configureHarish Krishnaswamy2005-06-231-1/+2
| | | | | | | | | 2005-06-23 Harish Krishnaswamy <kharish@novell.com> * configure.in : add mono plugin to the base list only if it was enabled as a configure option. svn path=/trunk/; revision=29576
* fix the --enable-profiler not to disable otherwise enabled plugins. &Not Zed2005-06-231-2/+3
| | | | | | | | | 2005-06-23 Not Zed <NotZed@Ximian.com> * configure.in: fix the --enable-profiler not to disable otherwise enabled plugins. & added default-mailer plugin stuff. svn path=/trunk/; revision=29571