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