diff options
author | Sankar P <psankar@novell.com> | 2008-04-17 17:16:25 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-04-17 17:16:25 +0800 |
commit | 298f58a3e72346247152137dec52dbb899eec162 (patch) | |
tree | a0036375fc0ec66c0959c044364429269e44333c /plugins/external-editor/ChangeLog | |
parent | e7adc5aefafb18e5149a5fdb07756febf17b5684 (diff) | |
download | gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.gz gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.zst gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.zip |
Added new files deleted files not needed.
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
svn path=/trunk/; revision=35373
Diffstat (limited to 'plugins/external-editor/ChangeLog')
-rw-r--r-- | plugins/external-editor/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/external-editor/ChangeLog b/plugins/external-editor/ChangeLog index 4f8996ea79..d49ecb97a4 100644 --- a/plugins/external-editor/ChangeLog +++ b/plugins/external-editor/ChangeLog @@ -1,3 +1,25 @@ +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 |