more glib warning fixes
[claws.git] / ChangeLog-gtk2.claws
1 2004-07-18 [colin]      0.9.12cvs31.6
2
3         * src/compose.c
4         * src/gtk/menu.c
5                 More glib-warning fixes
6
7 2004-07-18 [colin]      0.9.12cvs31.5
8
9         * src/compose.c
10                 Fix trashing the primary clipboard when moving 
11                 around with tab
12         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
13
14 2004-07-18 [colin]      0.9.12cvs31.4
15
16         * src/codeconv.c
17                 convert unencoded iso headers to utf8
18         (Fix Bug 538 Unencoded local characters in subject make it 
19          disappear)
20
21 2004-07-18 [colin]      0.9.12cvs31.3
22
23         * src/compose.c
24                 Fix tab char handling in wrapping
25         (Fix Bug 537 Line wrap problem - TAB character treated as 
26          one character instead of 8)
27
28 2004-07-18 [colin]      0.9.12cvs31.2
29
30         * src/textview.c
31                 return FALSE on GDK_MOTION_NOTIFY
32         (Fix Bug 535 Hyperlinks/addresses are not selectable 
33          (unable to highlight))
34
35 2004-07-18 [colin]      0.9.12cvs31.1
36
37         * src/folderview.c
38                 Sync with 0.9.12cvs31
39
40 2004-07-18 [colin]      0.9.12cvs30.3
41
42         * src/compose.c
43                 Also block text_inserted when inserting a file
44
45 2004-07-18 [colin]      0.9.12cvs30.3
46
47         * src/compose.c
48                 Fix smart wrapping (block text_inserted handler
49                 while putting quotation to avoid wrap on input,
50                 don't join lines if next is sig separator)
51
52 2004-07-17 [colin]      0.9.12cvs30.2
53
54         * src/folderview.c
55         * src/mainwindow.c
56         * src/mimeview.c
57         * src/summaryview.c
58         * src/gtk/quicksearch.c
59         * src/gtk/quicksearch.h
60                 Block key events handlers *and* accels while
61                 quicksearch is focused
62         (Fixes Bug 534 quick-search bar not accepting certain letters)
63
64 2004-07-17 [colin]      0.9.12cvs30.1
65
66         * src/folder.h
67         * src/folderview.c
68         * src/summaryview.c
69                 Sync with 0.9.12cvs30
70
71 2004-07-17 [colin]      0.9.12cvs28.2
72
73         * src/mimeview.c
74         * src/procmime.c
75         * src/summaryview.c
76         * src/gtk/menu.c
77                 Squash some compile and glib warnings
78
79 2004-07-17 [paul]       0.9.12cvs28.1
80
81         * src/mimeview.c
82                 sync with 0.9.12cvs28 HEAD
83
84 2004-07-16 [paul]       0.9.12cvs26.1
85         
86         * src/gtk/quicksearch.c
87         * src/account.c
88         * src/account.h
89         * src/compose.c
90         * src/customheader.c
91         * src/folder_item_prefs.c
92         * src/main.c
93         * src/mainwindow.c
94         * src/messageview.c
95         * src/mimeview.c
96         * src/news.c
97         * src/pgpmime.c
98         * src/pop.c
99         * src/pop.h
100         * src/prefs_account.c
101         * src/prefs_account.h
102         * src/prefs_common.c
103         * src/prefs_common.h
104         * src/prefs_display_header.c
105         * src/prefs_gtk.c
106         * src/prefs_gtk.h
107         * src/procheader.c
108         * src/procmime.c
109                 sync with 0.9.12cvs26 HEAD      
110
111 2004-07-15 [colin]      0.9.12cvs18.14
112
113         * src/folder.c
114                 Disable GPG signature check during
115                 folder move and scan
116         (Closes Bug 521 Signature checking slows down Folder-Move)
117
118 2004-07-14 [colin]      0.9.12cvs18.13
119
120         * src/common/partial_download.c
121                 update includes
122
123 2004-07-14 [colin]      0.9.12cvs18.12
124
125         * src/common/partial_download.c
126         * src/common/partial_download.h
127                 Move doc at top, add correct copyright
128
129 2004-07-14 [colin]      0.9.12cvs18.11
130
131         * src/folder.c
132         * src/messageview.c
133         * src/pop.c
134         * src/pop.h
135         * src/procmsg.c
136         * src/summaryview.c
137         * src/common/Makefile.am
138         * src/common/partial_download.c ** NEW FILES **
139         * src/common/partial_download.h ** NEW FILES **
140                 Move partial-download related stuff to its
141                 own file
142
143 2004-07-14 [colin]      0.9.12cvs18.10
144
145         * src/send_message.c
146                 Fix smtp auth when user is null or empty
147
148 2004-07-13 [colin]      0.9.12cvs18.9
149
150         * src/gtk/quicksearch.c
151                 Use alphabetic order
152
153 2004-07-13 [colin]      0.9.12cvs18.8
154
155         * src/pop.c
156                 Be paranoid on the checks
157
158 2004-07-13 [colin]      0.9.12cvs18.7
159
160         * src/gtk/quicksearch.c
161                 Fix Engrish once again
162
163 2004-07-13 [colin]      0.9.12cvs18.6
164
165         * src/procmsg.c
166         * src/summaryview.c
167                 Mark messages for deletion when they are about to
168                 be removed from trash
169
170 2004-07-13 [colin]      0.9.12cvs18.5
171
172         * src/matcher.c
173         * src/matcher.h
174         * src/matcher_parser_parse.y
175         * src/prefs_matcher.c
176         * src/gtk/quicksearch.c
177                 Add 'partial' ('p') match string to find partially
178                 downloaded messages
179
180 2004-07-13 [colin]      0.9.12cvs18.4
181
182         * src/pop.c
183                 Fix misplaced block
184
185 2004-07-13 [colin]      0.9.12cvs18.3
186
187         * src/pop.c
188         * src/pop.h
189         * src/messageview.c
190                 Refactor API (to avoid passing 5+ params and code
191                 duplication)
192         * src/folder.c
193         * src/msgcache.c
194         * src/procheader.c
195         * src/common/defs.h
196                 Add planned_download to cache
197                 Don't mess uidl file when moving partially downloaded
198                 mails (they change folder, we should change it in the
199                 uidl list too or we'll remove an incorrect message)
200                 (this also helps removing hacks when changing 
201                 planned_download in messageview.c)
202
203 2004-07-12 [colin]      0.9.12cvs18.2
204
205         * src/gtk/quicksearch.c
206                 Fix missing status update in quicksearch
207
208 2004-07-12 [paul]       0.9.12cvs18.1
209
210         * po/POTFILES.in
211         * src/Makefile.am
212         * src/account.c
213         * src/codeconv.c
214         * src/compose.c
215         * src/inc.c
216         * src/main.c
217         * src/prefs_common.c
218         * src/procmsg.h
219         * src/toolbar.c
220         * src/prefs_msg_colors.[ch]     ** NEW FILES **
221         * src/prefs_wrapping.[ch]       ** NEW FILES **
222         * src/common/intl.h
223         * src/common/utils.[ch]
224         * src/gtk/quicksearch.[ch]
225                 sync with 0.9.12cvs18 HEAD
226
227 2004-07-12 [colin]      0.9.11cvs17.25
228
229         * src/folder.c
230         * src/folder.h
231                 Remove unused function added by me in 0.9.11cvs17.10
232
233 2004-07-11 [colin]      0.9.11cvs17.24
234
235         * src/inc.c
236         * src/messageview.c
237         * src/pop.c
238         * src/pop.h
239                 Use folderitem and msgnum instead of filename to
240                 know which mail to delete
241                 Move old partial mail deletion to pop.c
242
243 2004-07-10 [colin]      0.9.11cvs17.23
244
245         * src/inc.c
246                 Add debug
247         * src/pop.c
248         * src/pop.h
249                 Don't re-use same enums for unrelated stuff: it's 
250                 completely misleading !
251                 Document a bit
252
253 2004-07-09 [colin]      0.9.11cvs17.22
254
255         * src/inc.c
256                 Remove folder-type check and do
257                 more tests to be sure everything's
258                 ok
259         * src/messageview.c
260                 Punctuation update, remove useless
261                 code, fix two warnings
262         * src/noticeview.c
263                 Layout cleaning, reset 2nd button
264                 when specifying one
265
266 2004-07-09 [colin]      0.9.11cvs17.21
267
268         * src/messageview.c
269         * src/pop.c
270         * src/pop.h
271                 Allow user to change his mind
272                 and postpone decision (by
273                 unmarking the mail)
274
275 2004-07-09 [colin]      0.9.11cvs17.20
276
277         * src/messageview.c
278                 Fix bug with delete state
279         * src/pop.c
280         * src/pop.h
281                 Fix buffer leak (fread doesn't 
282                 terminate buffers with \0)
283                 Refactoring (remove magic 
284                 numbers)
285
286 2004-07-09 [colin]      0.9.11cvs17.19
287
288         * src/pop.c
289                 Don't log "Skipping message" if 
290                 we're going to TOP it two lines
291                 later
292
293 2004-07-09 [colin]      0.9.11cvs17.18
294
295         * src/messageview.c
296                 Fix Engrish
297
298 2004-07-09 [colin]      0.9.11cvs17.17
299
300         * src/pop.c
301                 strlen checking...
302         * src/messageview.c
303                 refactoring a bit
304
305 2004-07-08 [colin]      0.9.11cvs17.16
306
307         * src/noticeview.c
308         * src/noticeview.h
309                 Add an optional second button
310         * src/messageview.c
311         * src/pop.c
312         * src/pop.h
313                 Don't delete partially received mails after a certain
314                 time; rather, let the user decide.
315
316 2004-07-08 [colin]      0.9.11cvs17.15
317
318         * src/common/smtp.h
319                 Sync with HEAD
320
321 2004-07-08 [colin]      0.9.11cvs17.14
322
323         * src/messageview.c
324         * src/common/smtp.c
325                 Use to_human_readable() for sizes
326
327 2004-07-08 [colin]      0.9.11cvs17.13
328
329         * src/inc.c
330         * src/messageview.c
331         * src/pop.c
332         * src/pop.h
333         * src/procmsg.c
334                 Fix partial-downloading issues:
335                         catch unsupported TOP
336                         don't delete partially downloaded mails before 5 days
337                         don't update existing with non-MH folders; that'll
338                         make dups, but it's better than trashing the folder
339                         free new msginfo parts
340                 Fix indentation ;-)
341
342 2004-07-08 [colin]      0.9.11cvs17.12
343
344         * src/common/smtp.c
345         * src/common/smtp.h
346                 Sync smtp size verification with HEAD
347
348 2004-07-08 [colin]      0.9.11cvs17.11
349
350         * src/summaryview.c
351         * src/prefs_common.c
352         * src/prefs_common.h
353         * src/gtk/quicksearch.c
354         * src/gtk/quicksearch.h
355                 Sync sticky pref with HEAD
356
357 2004-07-08 [colin]      0.9.11cvs17.10
358
359         * src/folder.c [1.213.2.6]
360         * src/folder.h [1.87.2.6]
361         * src/inc.c [1.149.2.7]
362         * src/messageview.c [1.94.2.8]
363         * src/procheader.c [1.47.2.6]
364         * src/procmsg.c [1.150.2.4]
365         * src/procmsg.h [1.60.2.5]
366         * src/pop.c [1.56.2.4]
367         * src/pop.h [1.17.2.3]
368                 Let too big messages get downloaded, but truncated
369                 Add a button to download them completely
370                 
371 2004-07-06 [colin]      0.9.11cvs17.9
372
373         * src/gtk/quicksearch.c [1.1.2.3]
374                 Add a Clear button
375         * commitHelper
376         * PATCHSETS
377                 Add a script to help with cvs
378
379 2004-07-03 [colin]      0.9.11cvs17.8
380
381         * src/plugins/imageviewer/viewer.c
382                 fix imageviewer (which was staying on the first
383                 displayed image)
384
385 2004-07-03 [colin]      0.9.11cvs17.7
386
387         Removed FIXME_GTK2 warnings
388         * src/gtk/gtkutils.c
389                 useless #warnings
390         * src/gtk/menu.c
391                 useless #warnings (no need to mess with menu rc)
392         * src/gtk/menu.h
393                 unused functions
394         
395
396 2004-07-03 [colin]      0.9.11cvs17.6
397
398         Removed FIXME_GTK2 warnings
399         * src/codeconv.c
400                 useless #warnings (rewrite needed)
401         * src/compose.c
402                 useless #warnings (rewrite needed)
403                 useless #warnings (gtk2 is like that)
404                 useless #warnings (previously fixed)
405         * src/main.c
406                 useless #warnings (previously fixed)
407         * src/message_search.c
408                 useless #warnings (gtk2 is like that)
409                 Made apparent that search is case-sensitive
410         * src/mimeview.c
411                 useless #warnings (rewrite needed)
412                 useless #warnings (gtk2 is like that)
413                 reimplemented real warnings
414         * src/prefs_common.c
415                 Removed block cursor option (not it gtk2)
416         * src/prefs_gtk.c
417                 useless #warnings (rewrite needed)
418         * src/procheader.c
419                 useless #warnings (rewrite needed)
420         * src/sourcewindow.c
421                 useless #warnings (incorrect placing)
422         * src/summary_search.c
423                 useless #warnings (gtk2 is like that)
424                 Made apparent that search is case-sensitive
425         * src/action.c
426                 useless #warnings (gtk2 is like that)
427         * src/textview.c
428                 useless #warnings (rewrite needed)
429         * src/toolbar.c
430                 useless #warnings (rewrite needed)
431
432 2004-07-03 [colin]      0.9.11cvs17.5
433
434         * src/textview.c
435                 Fix mismerge which broke URI opening
436                 
437 2004-07-01 [colin]      0.9.11cvs17.4
438
439         * src/gtk/filesel.c
440                 Fill filename when saving
441                 
442 2004-06-27 [colin]      0.9.11cvs17.3
443
444         * src/gtk/filesel.[ch]
445                 Use the new GTK file selector
446                 Update prototype to match the reality: multiple file
447                 selection is open-only          
448         * src/compose.c
449                 Match the new prototypes        
450         * configure.ac
451                 Match the new requirements (gtk 2.4.0)
452                         
453 2004-06-26 [colin]      0.9.11cvs17.2
454
455         * src/plugins/trayicon/trayicon.c
456                 Remove useless signal handler on resize, which causes
457                 an infinite "loop"
458         
459 2004-06-26 [colin]      0.9.11cvs17.1
460         
461         * tools/Makefile.am
462                 remove launch_firebird and add nautilus2sylpheed.sh
463         * src/quicksearch.c
464           src/summaryview.c
465                 Fix show/hide "Extended symbols" button problem
466                 Fix apparition at startup
467                 Fix const warnings
468         * src/plugins/image_viewer/Makefile.am
469                 Fix configure 
470         * common/ssl.c
471                 Re-enable certificate check, as it doesn't seem to
472                 cause Xlib errors anymore
473
474 2004-06-25 [paul]       0.9.11cvs17
475
476         * sync with 0.9.11cvs17 HEAD
477         
478         NOTE: QuickSearch is broken
479
480 2004-06-07 [colin]      0.9.10claws67.10
481         * src/plugins/trayicon/trayicon.c
482           src/plugins/trayicon/libeggtrayicon/Makefile.am
483           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
484                 Fix gettextization in trayicon plugin
485
486 2004-06-07 [colin]      0.9.10claws67.9
487         
488         * src/summaryview.c
489           src/gtk/gtksctree.[ch]
490                 Let Shift+{Up,Down} work in summaryview
491                 (well, Down "works" and Up works)
492                 Let the list scroll when using these keys
493
494 2004-06-06 [colin]      0.9.10claws67.8
495
496         * src/plugins/trayicon/trayicon.c
497                 Fix pixmap update
498
499 2004-06-06 [colin]      0.9.10claws67.7
500
501         * src/addressbook.c
502                 Fix signal handling causing system-wide focus grab
503
504 2004-05-25 [paul]       0.9.10claws67.6
505
506         * Makefile.am
507           src/Makefile.am
508                 clean up
509
510 2004-05-25 [paul]       0.9.10claws67.5
511
512         * replace deprecated gtk_signal... functions
513
514 2004-05-23 [colin]      0.9.10claws67.4
515
516         * src/compose.c
517                 Fix wrapping
518
519 2004-05-22 [colin]      0.9.10claws67.3
520
521         * src/compose.c
522                 Re-fix [Edited] in compose.c::compose_reedit()
523
524 2004-05-22 [colin]      0.9.10claws67.2
525
526         * src/procmime.c
527                 Fix parsing of multiparts mails
528
529 2004-05-22 [colin]      0.9.10claws67.1
530
531         * src/summaryview.c
532                 Fix quicksearch
533
534 2004-05-22 [paul]       0.9.10claws67
535
536         * sync with 0.9.10claws67 HEAD
537
538 2004-05-14 [alfons]
539
540         * src/procmime.h
541                 add forgotton prototype
542
543 2004-05-10 [paul]       0.9.10claws57
544
545         * sync with 0.9.10claws57 HEAD
546
547 2004-05-05 [paul]       0.9.9.claws1
548
549         * ChangeLog-gtk2        ** REMOVED **
550           ChangeLog-gtk2.claws  ** ADDED **
551                 rename and adopt the normal claws format
552                 
553         * configure.ac
554                 require gtkmathview >= 0.5
555
556         * ac/*                          ** REMOVED **
557           ac/                           ** REMOVED **
558           intl/Makefile.in              ** REMOVED **
559           m4/                           ** ADDED **
560           m4/missing                    ** ADDED **
561           m4/missing/gdk-pixbuf.m4      ** ADDED **
562           m4/missing/gettext.m4         ** ADDED **
563           m4/missing/gpgme.m4           ** ADDED **
564           m4/missing/imlib.m4           ** ADDED **
565           m4/.cvsignore                 ** ADDED **
566           m4/Makefile.am                ** ADDED **
567           m4/README                     ** ADDED **
568           m4/aclocal-include.m4         ** ADDED **
569           m4/aspell.m4                  ** ADDED **
570           m4/check-type.m4              ** ADDED **
571           m4/gnupg-check-typedef.m4     ** ADDED **
572           m4/openssl.m4                 ** ADDED **
573           m4/spamassassin.m4            ** ADDED **
574           po/ChangeLog                  ** REMOVED **
575           po/Makefile.in.in             ** REMOVED **
576           po/Rules-quot                 ** REMOVED **
577           po/boldquot.sed               ** REMOVED **
578           po/en@boldquot.header         ** REMOVED **
579           po/en@quot.header             ** REMOVED **
580           po/insert-header.sin          ** REMOVED **
581           po/quot.sed                   ** REMOVED **
582           po/remove-potcdate.sed        ** REMOVED **
583           po/remove-potcdate.sin        ** REMOVED **
584           po/stamp-po                   ** REMOVED **
585           Makefile.am
586           autogen.sh
587           configure.ac
588                 enable building with automake 1.8.x
589                 add 'autopoint --force' to autogen.sh and remove all
590                 auto-generated files, remove ac/ directory and use
591                 m4/ directory instead
592                 
593         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
594                 fix gettextization
595
596 2004-02-28 Colin Leroy <colin@colino.net>
597         * src/prefs_matcher.c
598           src/prefs_filtering.c
599           src/prefs_filtering_action.c
600                 Fix non-editable GtkEntries
601
602 2004-02-22 Thorsten Maerz <torte@netztorte.de>
603         * src/prefs_themes.c
604                 utf8 conversion for theme info
605
606 2004-02-21 Thorsten Maerz <torte@netztorte.de>
607         * sync 0.9.9claws
608
609 2004-02-14 Thorsten Maerz <torte@netztorte.de>
610         * src/grouplistdialog.c
611                 allow multiple selections without ctrl key
612
613 2004-02-09 Thorsten Maerz <torte@netztorte.de>
614         * src/main.c
615                 enable customizable accelerators
616
617 2004-02-08 Thorsten Maerz <torte@netztorte.de>
618         * src/prefs_common.c
619                 re-enable different font settings for gtk1/2
620         * src/prefs_folder_item.c
621                 fix folder prefs displayed wrong
622         * src/textview.c
623                 set 'sunken' shadow type
624
625 2004-02-07 Colin Leroy <colin@colino.net>
626         * src/compose.c
627                 Fix message being always [Edited]
628                 Encode headers correctly (utf8 buf)
629
630 2004-01-27 Thorsten Maerz <torte@netztorte.de>
631         * src/socket.c
632                 remove double g_source_attach()
633                 (Thanks to Colin Leroy)
634
635 2004-01-27 Thorsten Maerz <torte@netztorte.de>
636         * src/gtk/gtksctree.c
637                 Fix SSL certificate list not shown
638         * src/mimeview.c
639                 Fix clicks in mime tree
640
641 2004-01-27 Thorsten Maerz <torte@netztorte.de>
642         * src/common/socket.c
643                 Fix SSL receive
644         * src/compose.c
645                 Fix clipboard menu hotkeys
646
647 2004-01-25 Thorsten Maerz <torte@netztorte.de>
648         * src/gtk/gtkaspell.[ch]
649           src/compose.c
650                 reimplement spellchecker
651
652 2004-01-25 Thorsten Maerz <torte@netztorte.de>
653         * src/gtk/filesel.c
654                 crash when inserting file in compose window
655                 (TODO: keep old selection on clicks)
656         * src/main.c
657                 use gtkrc-2.0 instead of gtkrc
658
659 2004-01-25 Thorsten Maerz <torte@netztorte.de>
660         * src/messageview.c
661                 remove orphaned mimeview unref()
662
663 2004-01-20 Thorsten Maerz <torte@netztorte.de>
664         * src/grouplistdialog.c
665                 expand nodes containing subscribed groups
666
667 2004-01-19 Thorsten Maerz <torte@netztorte.de>
668         * src/textview.c
669                 textview: hide cursor, restore old click behaviour
670
671 2004-01-18 Thorsten Maerz <torte@netztorte.de>
672         * src/textview.c
673                 variable names messed up
674
675 2004-01-17 Colin Leroy <colin@colino.net>
676         * src/addr_compl.c
677                 Fix completion address too thin
678         * src/compose.c
679                 Fix tab-to-subject behaviour
680         * src/summaryview.c
681                 Implement key up & down in summaryview
682
683 2004-01-12 Thorsten Maerz <torte@netztorte.de>
684
685         * sync 098claws
686
687 2004-01-08 Thorsten Maerz <torte@netztorte.de>
688         * configure.ac
689           Makefile.am
690           doc/.cvsignore
691           doc/Makefile.am
692                 faq, man, manual moved to doc/
693         * ac/aspell.m4
694           ac/check-type.m4
695           ac/gnupg-check-typedef.m4
696           ac/openssl.m4
697           ac/spamassassin.m4
698           ac/missing/gdk-pixbuf.m4
699           ac/missing/gpgme.m4
700           ac/missing/imlib.m4
701                 fix automake warnings
702
703 2003-12-06 Colin Leroy <colin@colino.net>
704         * src/summaryview.c
705                 Fix quicksearch
706
707 2003-12-05 Colin Leroy <colin@colino.net>
708         * src/summaryview.c
709                 Fix going to next unread folder
710
711 2003-12-05 Colin Leroy <colin@colino.net>
712         * src/crash.c
713                 Fix gtk2 compilation
714         * src/session.c
715                 Remove iotag source handler at disconnection
716         * src/socket.[ch] 
717                 Remove source handler when closing socket 
718                 (fixes another seg)
719
720 2003-12-04 Colin Leroy <colin@colino.net>
721         * src/compose.c
722           src/prefs_account.c
723           src/prefs_common.c
724                 Fix some dropdown menus
725
726 2003-12-04 Colin Leroy <colin@colino.net>
727         * src/compose.c
728                 Fix event handlers on header fields
729         * src/common/socket.c
730           src/common/session.c
731                 Fix segfault with callback (SSL)
732                 Fix end of session 
733
734 2003-10-06 Thorsten Maerz <torte@netztorte.de>
735
736         * Fix compile bug in src/compose.c
737         * removed src/gtk/gtkstext.[ch]
738
739 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
740
741         * Convert character set and escape "text" attributes in toolbar setting
742         files.
743         * Fixed bug in button-press-event handling.
744
745 2003-09-16 Thorsten Maerz <torte@netztorte.de>
746
747         * Fixed bug in key-press-event handling.
748
749 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
750
751         * Enabled to compile tray-icon plugin (Ad-hoc).
752         * Avoid hang up bug of icon list in mime view (Ad-hoc).
753
754 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
755
756         * Enabled to compile on sylpheed-claws.
757         (tray-icon plugin still cannot compile yet.)
758
759 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
760
761         * Updated to 0.9.5.
762
763 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
764
765         * Updated to 0.9.4.
766         * Ported monitoring SSL mechanism to GSource of GLib2
767         (I don't confirm it)
768         * Added _gtk2 suffix to key name of font preference to avoid
769         ovverwriting preference of Gtk+-1.2 version.
770
771 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
772
773         * Updated to 0.9.2.
774
775 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
776
777         * Updated to 0.9.1.
778         * Translate po files into UTF-8 when execute autogen.sh.
779
780 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
781
782         * Updated to 0.9.0.
783
784 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
785
786         * Plugged GError related memory leaks.
787
788 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
789
790         * Changed default size of fonts.
791         * Enabled to set titile font size of warning dialog.
792
793 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
794
795         * Embed a sylpheed icon into executable binary on Windows.
796
797 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
798
799         * I forgot to traslate character set of element string in src/xml.c.
800
801 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
802
803         * Fixed detecting bind_textdomain_codeset in configure.in.
804         * The bug in which "Example" of "Date fromat" preference isn't displayed
805         correctly has been fixed.
806
807 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
808
809         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
810           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
811           glib-gettextize
812           Removed intl directory.
813           Translated po files into UTF-8.
814           (Thanks! Ryuji Abe)
815
816 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
817
818         * The bug which doesn't unscape string in xml.c has been fixed.
819
820 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
821
822         * The bug which is failed to translate encoding of file name thorough
823         file dialog has been fixed.
824
825 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
826
827         * Modified to translate file names which is used in inporting/expoting
828         mbox feature and "Save as" feature into locale encoding.
829         * Translate file names into locale encoding when "Attache file" and
830         "Insert file".
831         * Force set G_BROKEN_FILENAMES environment variable.
832         * Other minor fixes.
833
834 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
835
836         * Modified to treat MH folder's name as locale encoding.
837
838 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
839
840         * The bug which clash on switching candidates of auto completion of
841         addresses, cannot use auto completion in Japanesse is fixed
842         (Thanks! Tokunaga-san)¡¥
843
844 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
845
846         * The bug which cannot switch key accelerator preference has been fixed
847         (Thanks! smbd-san)¡¥
848
849 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
850
851         * version 0.8.11-gtk2-20030314
852
853 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
854
855         * The bug in which character set conversion of filtering messages has
856         been fixed.(Thanks! COCOA-san).
857
858 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
859
860         * Revived "Leave space on head" preference in "Message" category.
861         * A bug which clash when put the cursor to end of buffer and execute
862         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
863
864 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
865
866         * version 0.8.11-gtk2-20030312
867
868 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
869
870         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
871         * Modified to use Pango's API directly for font preference.
872         * Integrated GtkTextView of textview to one widget.
873         * Set fonts of header title in textview by "header_title" tag.
874         * Removed some deprecated codes.
875
876 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
877
878         * Updated to 0.8.11.
879         * Merged cygwin patch(Thanks! Sakai-san).
880
881 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
882
883         * version 0.8.10-gtk2-20030309