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