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