aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/external-editor/ChangeLog')
-rw-r--r--plugins/external-editor/ChangeLog101
1 files changed, 0 insertions, 101 deletions
diff --git a/plugins/external-editor/ChangeLog b/plugins/external-editor/ChangeLog
deleted file mode 100644
index 55ead0195b..0000000000
--- a/plugins/external-editor/ChangeLog
+++ /dev/null
@@ -1,101 +0,0 @@
-2009-04-28 Holger Macht <holger@homac.de>
-
- ** Fix for bug #567145
-
- External Editor rewrite.
- * composer/evolution-composer.ui:
- * plugins/external-editor/Makefile.am:
- * plugins/external-editor/apps-evolution-external-editor.schemas.in
- :
- * plugins/external-editor/external-editor.c:
- * plugins/external-editor/org-gnome-external-editor.eplug.xml:
- * plugins/external-editor/org-gnome-external-editor.error.xml:
-
-2009-04-27 Milan Crha <mcrha@redhat.com>
-
- ** Fix for bug #561188
-
- * external-editor.c: (show_error), (read_file),
- (async_external_editor), (show_composer_dialog):
- Do more things in main thread.
- * Makefile.am:
- * org-gnome-external-editor-errors.xml: Renamed to:
- * org-gnome-external-editor.error.xml: Create .error file properly.
-
-2009-01-28 Tor Lillqvist <tml@novell.com>
-
- Windows port by Fridrich Strba.
-
- * Makefile.am: Use -no-undefined and link with more libraries on
- Windows.
-
- * external-editor.c: Check HAVE_SYS_WAIT_H.
-
-2008-08-27 Sankar P <psankar@novell.com>
-
-License Changes
-
- * external-editor.c:
-
-2008-08-01 Matthew Barnes <mbarnes@redhat.com>
-
- ** Fixes bug #517151
-
- * org-gnome-external-editor.xml:
- Give a mnemonic to "Composer in External Editor".
-
-2008-04-17 Sankar P <psankar@novell.com>
-
- * Makefile.am:
- Added new files deleted files not needed.
-
- * external-editor.c: (convert_to_camel_internet_address),
- (ee_editor_command_changed), (e_plugin_lib_get_configure_widget),
- (async_external_editor), (show_composer_dialog),
- (org_gnome_external_editor):
- Leak fixes, Temporary files, Bug fixes and so on.
-
- * org-gnome-external-editor-errors.xml:
- Modified error file for staying aligned with other plugins
-
- * apps-evolution-external-editor.schemas.in:
- Added new file for default schema
-
- * org-gnome-external-editor.error.xml:
- Removed in favor of the other errors file.
-
- ** Fix for bug #517168
-
-2008-02-18 Milan Crha <mcrha@redhat.com>
-
- ** Part of fix for bug #515744
-
- * external-editor.c: (convert_to_camel_internet_address),
- (org_gnome_external_editor): Memory leak fix.
-
-2007-12-04 Sankar P <psankar@novell.com>
-
- * Committed on behalf of Denis Washington <denisw@svn.gnome.org>
-
- ** Fix for bug #496298
- * org-gnome-external-editor.eplug.xml:
- * org-gnome-external-editor.xml:
- Change mails to messages.
-
-2007-10-25 Sankar P <psankar@novell.com>
-
- * Makefile.am:
- * org-gnome-external-editor.eplug.xml:
- * org-gnome-external-editor.xml:
- * org-gnome-external-editor.error.xml:
- * external-editor.c:
-
- - Initial files for the plugin.
-
- - This plugin allows you to use an external editor
- as the composer.
-
- - I've tested this gvim and it works fine.
-
- - Needs a lot of more work before this
- moves out of experimental state.