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