blob: dae79fc9a7549b111c2975b12e81830578b57278 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
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.
|