blob: 53db95fe62c24ec9f9c2f61625c314502a546768 (
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
2008-09-24 Sankar P <psankar@novell.com>
License Changes
* attachment-reminder.c:
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Have a check for OS_WIN32 and handle the schema data
differently. make install error on win32.
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
dlls on Windows.
2008-06-04 Johnny Jacob <jjohnny@novell.com>
** Fixes Bug #208943.
* org-gnome-attachment-reminder.error.xml: Added
"Add attachment" button.
* attachment-reminder.c (ask_for_missing_attachment): activate
composer's "attach" action on "Add attachment".
2008-05-23 Johnny Jacob <jjohnny@novell.com>
** Fixes Bug 496476.
* attachment-reminder.glade: Removed GtkTables and added simple HBoxes
* attachment-reminder.c (e_plugin_lib_get_configure_widget): Let the
configure widget expand.
2008-05-22 Johnny Jacob <jjohnny@novell.com>
** Fixes Bug #529995
* attachment-reminder.c (ask_for_missing_attachment): Disable the plugin.
* apps-evolution-attachment-reminder.schemas.in: Removed GConf key.
* attachment-reminder.c (toggle_cb): Removed.
(e_plugin_lib_get_configure_widget): Remove "Remind missing attachments"
check button.
(org_gnome_evolution_attachment_reminder): Removed Gconf key
for enable/disable .
2008-05-22 Johnny Jacob <jjohnny@novell.com>
* attachment-reminder.c (strip_text_msg): Wrong condition check
2008-05-20 Johnny Jacob <jjohnny@novell.com>
** Fixes Bug #473198
* attachment-reminder.c (strip_text_msg): Ignore signature.
2008-04-07 Ambuj Chitranshi <ambuj_1075@yahoo.co.in>
** Fix for bug #484793
* org-gnome-attachment-reminder.error.xml:
String change: "Continue Editing" -> "Edit Message"
2008-02-03 Matthew Barnes <mbarnes@redhat.com>
* attachment-reminder.c (org_gnome_evolution_attachment_reminder):
Fix a compiler warning.
2008-01-24 Johnny Jacob <jjohnny@novell.com>
** Fixes bug #503327 & #503678
* attachment-reminder.c (strip_text_msg): Memory leak Fix.
(org_gnome_evolution_attachment_reminder): Free GByteArray.
NULL terminate string.
2008-01-14 Kjartan Maraas <kmaraas@gnome.org>
* apps-evolution-attachment-reminder.schemas.in: Add
missing punctuation.
2007-12-15 Johnny Jacob <jjohnny@novell.com>
** Cleanup of attachment reminder over Milan Crha's work.
* attachment-reminder.c (check_for_attachment_clues): Unref gconf_client.
(commit_changes): reuse ui->gconf.
(e_plugin_lib_get_configure_widget): Remove unnecessary
gconf_client_get_default ()
2007-12-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #502312
* attachment-reminder.c: A little cleanup of configuration part of
the plugin to not use global variables and free memory properly.
2007-12-05 Sankar P <psankar@novell.com>
* attachment-reminder.c: (e_plugin_lib_get_configure_widget):
Move preferences to the configure tab.
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* attachment-reminder.c: (check_for_attachment_clues),
(clue_check_isempty): Don't mix code and declarations. Also
remove a c++ comment.
2007-09-06 B S Srinidhi <srinidhi.bs@gmail.com>
** Fix for bug #468366
* attachment-reminder.c: Avoid empty keywords getting added and
other small fixes and improvements.
2007-08-21 Andre Klapper <a9016009@gmx.de>
* org-gnome-attachment-reminder.error.xml: Marked strings for
translation
2007-08-20 Johnny Jacob <jjohnny@novell.com>
** Fix for 468159 from Gilles Dartiguelongue
<gdartigu@svn.gnome.org>
* apps-evolution-attachment-reminder.schemas.in.in : Renamed to
apps-evolution-attachment-reminder.schemas.in
* Makefile.am : Removed usage of BASE_VERSION
2007-08-03 Johnny Jacob <jjohnny@novell.com>
* org-gnome-attachment-reminder.errors.xml: Renamed to
org-gnome-attachment-reminder.error.xml
* org-gnome-attachment-reminder.error.xml: Marked strings for
translation
* Makefile.am : Fixed translation rules.
2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #460821
* attachment-reminder.c: (strip_text_msg): The second argument of
g_utf8_strdown() expects the length of string in bytes or -1.
2007-07-30 Andre Klapper <a9016009@gmx.de>
* attachment-reminder.glade:
remove "window1" string from translation
2007-07-26 Sankar P <psankar@novell.com>
* attachment-reminder.c: (e_plugin_lib_configure),
(org_gnome_attachment_reminder_config_option):
* attachment-reminder.glade:
Configure attachment-reminder plugin within the plugin-manager.
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* attachment-reminder.c: Plugged memory leak and the second argument
of g_utf8_strdown() should be in bytes.
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Changed the string "Cancel" to "Continue Editing"
2007-07-10 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Fixed Marking for Translation bugs
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Fix for build break from Johnny.
2007-07-09 Johnny Jacob <jjohnny@novell.com>
* attachment-remidner.glade : Added mnemonics.
* attachment-reminder.c : Fixed warnings.
* org-gnome-attachment-reminder.errors.xml : Added new strings.
2007-07-09 Johnny Jacob <jjohnny@novell.com>
** Added attachment Reminder plugins
* apps-evolution-attachment-reminder.schemas.in.in:
* org-gnome-evolution-attachment-reminder.eplug.xml:
* attachment-reminder.c:
* Makefile.am:
* attachment-reminder.glade:
* org-gnome-attachment-reminder.errors.xml:
|