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