fix trayicon pixmap update
[claws.git] / ChangeLog-gtk2.claws
1 2004-06-06 [colin]      0.9.10claws67.8
2
3         * src/plugins/trayicon/trayicon.c
4                 Fix pixmap update
5
6 2004-06-06 [colin]      0.9.10claws67.7
7
8         * src/addressbook.c
9                 Fix signal handling causing system-wide focus grab
10
11 2004-05-25 [paul]       0.9.10claws67.6
12
13         * Makefile.am
14           src/Makefile.am
15                 clean up
16
17 2004-05-25 [paul]       0.9.10claws67.5
18
19         * replace deprecated gtk_signal... functions
20
21 2004-05-23 [colin]      0.9.10claws67.4
22
23         * src/compose.c
24                 Fix wrapping
25
26 2004-05-22 [colin]      0.9.10claws67.3
27
28         * src/compose.c
29                 Re-fix [Edited] in compose.c::compose_reedit()
30
31 2004-05-22 [colin]      0.9.10claws67.2
32
33         * src/procmime.c
34                 Fix parsing of multiparts mails
35
36 2004-05-22 [colin]      0.9.10claws67.1
37
38         * src/summaryview.c
39                 Fix quicksearch
40
41 2004-05-22 [paul]       0.9.10claws67
42
43         * sync with 0.9.10claws67 HEAD
44
45 2004-05-14 [alfons]
46
47         * src/procmime.h
48                 add forgotton prototype
49
50 2004-05-10 [paul]       0.9.10claws57
51
52         * sync with 0.9.10claws57 HEAD
53
54 2004-05-05 [paul]       0.9.9.claws1
55
56         * ChangeLog-gtk2        ** REMOVED **
57           ChangeLog-gtk2.claws  ** ADDED **
58                 rename and adopt the normal claws format
59                 
60         * configure.ac
61                 require gtkmathview >= 0.5
62
63         * ac/*                          ** REMOVED **
64           ac/                           ** REMOVED **
65           intl/Makefile.in              ** REMOVED **
66           m4/                           ** ADDED **
67           m4/missing                    ** ADDED **
68           m4/missing/gdk-pixbuf.m4      ** ADDED **
69           m4/missing/gettext.m4         ** ADDED **
70           m4/missing/gpgme.m4           ** ADDED **
71           m4/missing/imlib.m4           ** ADDED **
72           m4/.cvsignore                 ** ADDED **
73           m4/Makefile.am                ** ADDED **
74           m4/README                     ** ADDED **
75           m4/aclocal-include.m4         ** ADDED **
76           m4/aspell.m4                  ** ADDED **
77           m4/check-type.m4              ** ADDED **
78           m4/gnupg-check-typedef.m4     ** ADDED **
79           m4/openssl.m4                 ** ADDED **
80           m4/spamassassin.m4            ** ADDED **
81           po/ChangeLog                  ** REMOVED **
82           po/Makefile.in.in             ** REMOVED **
83           po/Rules-quot                 ** REMOVED **
84           po/boldquot.sed               ** REMOVED **
85           po/en@boldquot.header         ** REMOVED **
86           po/en@quot.header             ** REMOVED **
87           po/insert-header.sin          ** REMOVED **
88           po/quot.sed                   ** REMOVED **
89           po/remove-potcdate.sed        ** REMOVED **
90           po/remove-potcdate.sin        ** REMOVED **
91           po/stamp-po                   ** REMOVED **
92           Makefile.am
93           autogen.sh
94           configure.ac
95                 enable building with automake 1.8.x
96                 add 'autopoint --force' to autogen.sh and remove all
97                 auto-generated files, remove ac/ directory and use
98                 m4/ directory instead
99                 
100         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
101                 fix gettextization
102
103 2004-02-28 Colin Leroy <colin@colino.net>
104         * src/prefs_matcher.c
105           src/prefs_filtering.c
106           src/prefs_filtering_action.c
107                 Fix non-editable GtkEntries
108
109 2004-02-22 Thorsten Maerz <torte@netztorte.de>
110         * src/prefs_themes.c
111                 utf8 conversion for theme info
112
113 2004-02-21 Thorsten Maerz <torte@netztorte.de>
114         * sync 0.9.9claws
115
116 2004-02-14 Thorsten Maerz <torte@netztorte.de>
117         * src/grouplistdialog.c
118                 allow multiple selections without ctrl key
119
120 2004-02-09 Thorsten Maerz <torte@netztorte.de>
121         * src/main.c
122                 enable customizable accelerators
123
124 2004-02-08 Thorsten Maerz <torte@netztorte.de>
125         * src/prefs_common.c
126                 re-enable different font settings for gtk1/2
127         * src/prefs_folder_item.c
128                 fix folder prefs displayed wrong
129         * src/textview.c
130                 set 'sunken' shadow type
131
132 2004-02-07 Colin Leroy <colin@colino.net>
133         * src/compose.c
134                 Fix message being always [Edited]
135                 Encode headers correctly (utf8 buf)
136
137 2004-01-27 Thorsten Maerz <torte@netztorte.de>
138         * src/socket.c
139                 remove double g_source_attach()
140                 (Thanks to Colin Leroy)
141
142 2004-01-27 Thorsten Maerz <torte@netztorte.de>
143         * src/gtk/gtksctree.c
144                 Fix SSL certificate list not shown
145         * src/mimeview.c
146                 Fix clicks in mime tree
147
148 2004-01-27 Thorsten Maerz <torte@netztorte.de>
149         * src/common/socket.c
150                 Fix SSL receive
151         * src/compose.c
152                 Fix clipboard menu hotkeys
153
154 2004-01-25 Thorsten Maerz <torte@netztorte.de>
155         * src/gtk/gtkaspell.[ch]
156           src/compose.c
157                 reimplement spellchecker
158
159 2004-01-25 Thorsten Maerz <torte@netztorte.de>
160         * src/gtk/filesel.c
161                 crash when inserting file in compose window
162                 (TODO: keep old selection on clicks)
163         * src/main.c
164                 use gtkrc-2.0 instead of gtkrc
165
166 2004-01-25 Thorsten Maerz <torte@netztorte.de>
167         * src/messageview.c
168                 remove orphaned mimeview unref()
169
170 2004-01-20 Thorsten Maerz <torte@netztorte.de>
171         * src/grouplistdialog.c
172                 expand nodes containing subscribed groups
173
174 2004-01-19 Thorsten Maerz <torte@netztorte.de>
175         * src/textview.c
176                 textview: hide cursor, restore old click behaviour
177
178 2004-01-18 Thorsten Maerz <torte@netztorte.de>
179         * src/textview.c
180                 variable names messed up
181
182 2004-01-17 Colin Leroy <colin@colino.net>
183         * src/addr_compl.c
184                 Fix completion address too thin
185         * src/compose.c
186                 Fix tab-to-subject behaviour
187         * src/summaryview.c
188                 Implement key up & down in summaryview
189
190 2004-01-12 Thorsten Maerz <torte@netztorte.de>
191
192         * sync 098claws
193
194 2004-01-08 Thorsten Maerz <torte@netztorte.de>
195         * configure.ac
196           Makefile.am
197           doc/.cvsignore
198           doc/Makefile.am
199                 faq, man, manual moved to doc/
200         * ac/aspell.m4
201           ac/check-type.m4
202           ac/gnupg-check-typedef.m4
203           ac/openssl.m4
204           ac/spamassassin.m4
205           ac/missing/gdk-pixbuf.m4
206           ac/missing/gpgme.m4
207           ac/missing/imlib.m4
208                 fix automake warnings
209
210 2003-12-06 Colin Leroy <colin@colino.net>
211         * src/summaryview.c
212                 Fix quicksearch
213
214 2003-12-05 Colin Leroy <colin@colino.net>
215         * src/summaryview.c
216                 Fix going to next unread folder
217
218 2003-12-05 Colin Leroy <colin@colino.net>
219         * src/crash.c
220                 Fix gtk2 compilation
221         * src/session.c
222                 Remove iotag source handler at disconnection
223         * src/socket.[ch] 
224                 Remove source handler when closing socket 
225                 (fixes another seg)
226
227 2003-12-04 Colin Leroy <colin@colino.net>
228         * src/compose.c
229           src/prefs_account.c
230           src/prefs_common.c
231                 Fix some dropdown menus
232
233 2003-12-04 Colin Leroy <colin@colino.net>
234         * src/compose.c
235                 Fix event handlers on header fields
236         * src/common/socket.c
237           src/common/session.c
238                 Fix segfault with callback (SSL)
239                 Fix end of session 
240
241 2003-10-06 Thorsten Maerz <torte@netztorte.de>
242
243         * Fix compile bug in src/compose.c
244         * removed src/gtk/gtkstext.[ch]
245
246 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
247
248         * Convert character set and escape "text" attributes in toolbar setting
249         files.
250         * Fixed bug in button-press-event handling.
251
252 2003-09-16 Thorsten Maerz <torte@netztorte.de>
253
254         * Fixed bug in key-press-event handling.
255
256 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
257
258         * Enabled to compile tray-icon plugin (Ad-hoc).
259         * Avoid hang up bug of icon list in mime view (Ad-hoc).
260
261 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
262
263         * Enabled to compile on sylpheed-claws.
264         (tray-icon plugin still cannot compile yet.)
265
266 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
267
268         * Updated to 0.9.5.
269
270 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
271
272         * Updated to 0.9.4.
273         * Ported monitoring SSL mechanism to GSource of GLib2
274         (I don't confirm it)
275         * Added _gtk2 suffix to key name of font preference to avoid
276         ovverwriting preference of Gtk+-1.2 version.
277
278 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
279
280         * Updated to 0.9.2.
281
282 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
283
284         * Updated to 0.9.1.
285         * Translate po files into UTF-8 when execute autogen.sh.
286
287 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
288
289         * Updated to 0.9.0.
290
291 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
292
293         * Plugged GError related memory leaks.
294
295 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
296
297         * Changed default size of fonts.
298         * Enabled to set titile font size of warning dialog.
299
300 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
301
302         * Embed a sylpheed icon into executable binary on Windows.
303
304 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
305
306         * I forgot to traslate character set of element string in src/xml.c.
307
308 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
309
310         * Fixed detecting bind_textdomain_codeset in configure.in.
311         * The bug in which "Example" of "Date fromat" preference isn't displayed
312         correctly has been fixed.
313
314 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
315
316         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
317           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
318           glib-gettextize
319           Removed intl directory.
320           Translated po files into UTF-8.
321           (Thanks! Ryuji Abe)
322
323 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
324
325         * The bug which doesn't unscape string in xml.c has been fixed.
326
327 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
328
329         * The bug which is failed to translate encoding of file name thorough
330         file dialog has been fixed.
331
332 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
333
334         * Modified to translate file names which is used in inporting/expoting
335         mbox feature and "Save as" feature into locale encoding.
336         * Translate file names into locale encoding when "Attache file" and
337         "Insert file".
338         * Force set G_BROKEN_FILENAMES environment variable.
339         * Other minor fixes.
340
341 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
342
343         * Modified to treat MH folder's name as locale encoding.
344
345 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
346
347         * The bug which clash on switching candidates of auto completion of
348         addresses, cannot use auto completion in Japanesse is fixed
349         (Thanks! Tokunaga-san)¡¥
350
351 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
352
353         * The bug which cannot switch key accelerator preference has been fixed
354         (Thanks! smbd-san)¡¥
355
356 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
357
358         * version 0.8.11-gtk2-20030314
359
360 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
361
362         * The bug in which character set conversion of filtering messages has
363         been fixed.(Thanks! COCOA-san).
364
365 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
366
367         * Revived "Leave space on head" preference in "Message" category.
368         * A bug which clash when put the cursor to end of buffer and execute
369         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
370
371 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
372
373         * version 0.8.11-gtk2-20030312
374
375 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
376
377         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
378         * Modified to use Pango's API directly for font preference.
379         * Integrated GtkTextView of textview to one widget.
380         * Set fonts of header title in textview by "header_title" tag.
381         * Removed some deprecated codes.
382
383 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
384
385         * Updated to 0.8.11.
386         * Merged cygwin patch(Thanks! Sakai-san).
387
388 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
389
390         * version 0.8.10-gtk2-20030309