d7a84bfeadf6006d15567a0f2c472cc6fcd2b634
[claws.git] / ChangeLog-gtk2.claws
1 2005-06-08 [paul]       1.9.11cvs46
2
3         sync with main:
4         
5         * src/codeconv.c
6         * src/codeconv.h
7                 always enabled Japanese auto-detection
8                 if the first letters of locale string
9                 is "ja"
10         * src/compose.c
11                 don't use "destroy" signal to destroy
12                 Compose object (fix rare crashes on discard?)
13         * src/mainwindow.c
14         * src/messageview.c
15         * src/prefs_send.c
16                 added Hebrew encodings
17         * src/sourcewindow.c
18                 don't use "destroy" signal to destroy
19                 objects
20
21 2005-06-07 [colin]      1.9.11cvs45
22
23         * src/summaryview.c
24                 Add missing unlocks/locks
25
26 2005-06-07 [paul]       1.9.11cvs44
27
28         * src/summaryview.c
29                 restore bug #749 fix
30
31 2005-06-06 [colin]      1.9.11cvs43
32
33         * src/summaryview.c
34                 Fix selection bug when prefs_common.open_unread 
35                 is FALSE
36
37 2005-06-06 [colin]      1.9.11cvs42
38
39         * src/common/md5.c
40                 Fix a warning
41         * src/summaryview.c
42         * src/folderview.c
43                 Factorize long operations beginning and end
44                 (locking, freezing/thawing, cursor, ...)
45                 Check selection->data member in selection-
46                 related loops; this avoids dying an awful
47                 death if the selection changes on us while
48                 we're marking a whole IMAP folder unread, 
49                 for example.
50
51 2005-06-06 [paul]       1.9.11cvs41
52
53         * src/textview.c
54                 don't g_free() a static gchar buffer
55
56 2005-06-05 [colin]      1.9.11cvs40
57
58         * src/mainwindow.c
59         * src/messageview.c
60         * src/summaryview.c
61                 Fix bug #749 (Show all headers should be
62                 sticky as the GUI suggests)
63
64 2005-06-03 [paul]       1.9.11cvs39
65
66         * src/compose.c
67                 don't allow editing of mail while sending.
68                 patch by Colin
69
70 2005-06-03 [paul]       1.9.11cvs38
71
72         * src/folderview.c
73                 add a freeze/thaw to speed up 'mark all read'
74
75 2005-06-03 [paul]       1.9.11cvs37
76
77         * src/prefs_message.c
78                 reflect changes immediately
79
80 2005-06-02 [colin]      1.9.11cvs36
81
82         * po/POTFILES.in
83                 Patch by Fabien Vantard.
84
85 2005-06-02 [colin]      1.9.11cvs35
86
87         * src/imap.c
88                 Use a non-blocking imap_getline() if possible.
89                 This should completely prevent the interface
90                 from freezin on imap operations, although it
91                 may do strange stuff in case of folder switching
92                 while a big imap operation is taking place...
93
94                 In addition, fix a leak in the case thread
95                 creation fails on connection.
96
97 2005-06-02 [colin]      1.9.11cvs34
98
99         * src/crash.c
100         * src/prefs_common.h
101                 Fix build (prefs_common_init() doesn't exist
102                 anymore)
103
104 2005-06-02 [colin]      1.9.11cvs33
105
106         * src/prefs_account.c
107                 Fix bug #245 (filtering rules broken when
108                 renaming a remote account (imap4 or nntp)
109
110 2005-06-02 [colin]      1.9.11cvs32
111
112         * src/imap.c
113                 Try to fix IMAP shortcomings: 
114                 o Multithread imap_open()
115                 o allow offline-mode overriding instead of
116                   just returning NULL
117         * src/imap_gtk.c
118         * src/imap_gtk.h
119                 Add a function to ask whether we want to
120                 override offline-mode for 10 minutes (one-shot
121                 asking was painful)
122         * src/procheader.c
123                 Fix segfault when imap parser isn't happy about
124                 a missing {
125
126 2005-06-01 [colin]      1.9.11cvs31
127
128         * src/addrharvest.c
129         * src/compose.c
130         * src/mbox.c
131         * src/mbox.h
132         * src/mh.c
133         * src/msgcache.c
134         * src/send_message.c
135         * src/setup.c
136         * src/undo.c
137         * src/common/hooks.c
138         * src/common/prefs.c
139         * src/common/template.c
140         * src/common/utils.c
141         * src/gtk/gtkutils.c
142         * src/gtk/inputdialog.c
143         * src/gtk/menu.c
144         * src/gtk/pluginwindow.c
145         * src/gtk/prefswindow.c
146         * src/plugins/pgpmime/passphrase.c
147         * src/plugins/pgpmime/prefs_gpg.c
148                 More -Wall fixes
149
150         * src/common/Makefile.am
151         * src/common/timing.h
152                 Add basic timing code
153
154         * src/summaryview.c
155                 Fix a bug with unread messages when 
156                 re-sorting folders, and by the way
157                 fix a big performance hit when 
158                 re-sorting (10k mails: before 5s,
159                 after .5s)
160
161         * src/prefs_compose_writing.c
162         * src/prefs_compose_writing.h
163         * src/prefs_message.c
164         * src/prefs_message.h
165         * src/prefs_other.c
166         * src/prefs_other.h
167         * src/prefs_quote.c
168         * src/prefs_quote.h
169         * src/prefs_receive.c
170         * src/prefs_receive.h
171         * src/prefs_send.c
172         * src/prefs_send.h
173         * src/prefs_summaries.c
174         * src/prefs_summaries.h
175                 Fix copyright banner
176
177 2005-06-01 [paul]       1.9.11cvs30
178
179         * po/fi.po
180                 updated by Flammie Pirinen
181         * src/procmime.c
182                 fix 'Bad BASE64 content' output
183
184 2005-05-31 [colin]      1.9.11cvs29
185
186         * src/procmime.c
187                 Oops, where did my hunk go.
188
189 2005-05-31 [colin]      1.9.11cvs28
190
191         * src/Makefile.am
192         * src/account.c
193         * src/action.c
194         * src/addr_compl.c
195         * src/addressbook.c
196         * src/codeconv.c
197         * src/compose.c
198         * src/export.c
199         * src/folder.c
200         * src/folderview.c
201         * src/image_viewer.c
202         * src/main.c
203         * src/mainwindow.c
204         * src/messageview.c
205         * src/mimeview.c
206         * src/msgcache.c
207         * src/prefs_account.c
208         * src/prefs_actions.c
209         * src/prefs_common.c
210         * src/prefs_compose_writing.c
211         * src/prefs_customheader.c
212         * src/prefs_ext_prog.c
213         * src/prefs_filtering.c
214         * src/prefs_filtering_action.c
215         * src/prefs_fonts.c
216         * src/prefs_image_viewer.c
217         * src/prefs_message.c
218         * src/prefs_message.h
219         * src/prefs_msg_colors.c
220         * src/prefs_other.c
221         * src/prefs_other.h
222         * src/prefs_quote.c
223         * src/prefs_receive.c
224         * src/prefs_receive.h
225         * src/prefs_send.c
226         * src/prefs_send.h
227         * src/prefs_spelling.c
228         * src/prefs_summaries.c
229         * src/prefs_summary_column.c
230         * src/prefs_template.c
231         * src/prefs_themes.c
232         * src/prefs_toolbar.c
233         * src/prefs_wrapping.c
234         * src/procmime.c
235         * src/procmsg.c
236         * src/send_message.h
237         * src/ssl_manager.c
238         * src/summary_search.c
239         * src/summaryview.c
240         * src/textview.c
241         * src/wizard.c
242         * src/common/smtp.c
243         * src/common/smtp.h
244         * src/gtk/gtkutils.h
245                 o Move the rest of Common prefs to new style
246                 o Lots of -Wall warning fixes
247                 o fix FIXME in cache memusage calculation
248                 o Let return receipts be sent from any account
249                 o Little cache optimisation (read)
250                 o Fix bug #746 (don't treat commas as separators
251                   when inside a quoted string)
252
253 2005-05-31 [paul]       1.9.11cvs27
254
255         * src/prefs_common.c
256                 fix 'off-by-one' typo
257
258 2005-05-31 [paul]       1.9.11cvs26
259
260         * src/account.c
261         * src/addr_compl.c
262         * src/compose.c
263         * src/foldersel.c
264         * src/prefs_actions.c
265         * src/prefs_common.c
266         * src/prefs_common.h
267         * src/prefs_customheader.c
268         * src/prefs_display_header.c
269         * src/prefs_filtering.c
270         * src/prefs_filtering_action.c
271         * src/prefs_matcher.c
272         * src/prefs_summaries.c
273         * src/prefs_summary_column.c
274         * src/prefs_template.c
275         * src/prefs_toolbar.c
276         * src/ssl_manager.c
277         * src/gtk/pluginwindow.c
278         * src/gtk/prefswindow.c
279         * src/gtk/progressdialog.c
280                 add hidden prefs 'enable_rules_hint'
281                 for gtk_tree_view_set_rules_hint()
282                 (sync with main)
283                 
284
285 2005-05-31 [colin]      1.9.11cvs25
286
287         * src/Makefile.am
288         * src/main.c
289         * src/prefs_common.c
290         * src/prefs_summaries.c ** ADDED **
291         * src/prefs_summaries.h ** ADDED **
292                 Common/Display -> Display/Summaries
293
294 2005-05-31 [colin]      1.9.11cvs24
295
296         * src/Makefile.am
297         * src/main.c
298         * src/prefs_quote.c ** ADDED **
299         * src/prefs_quote.h ** ADDED **
300                 Move Common/Quote to Compose/Quoting
301         * src/prefs_common.c
302         * src/prefs_common.h
303                 Remove old quote stuff, add
304                 convenience functions for GtkTextView prefs
305         * src/gtk/prefswindow.c
306                 Set default height higher
307
308 2005-05-30 [colin]      1.9.11cvs23
309
310         * src/Makefile.am
311         * src/main.c
312         * src/prefs_common.c
313         * src/prefs_compose_writing.c ** ADDED **
314         * src/prefs_compose_writing.h ** ADDED **
315                 Move Common/Compose prefs to Compose/Writing
316
317 2005-05-30 [colin]      1.9.11cvs22
318
319         * src/common/utils.c
320                 Fix bug #651 (Confused Attract by Subject)
321                 Patch by M. Benkmann <haferfrost@web.de>
322         * AUTHORS
323
324 2005-05-30 [colin]      1.9.11cvs21
325
326         * src/compose.c
327                 Fix concatenation of different headers of
328                 the same type (bug #645)
329         * src/prefs_folder_item.c
330                 Fix bug #699 (setting color to black doesn't
331                 work immediately)
332         * src/procmime.c
333                 Print out decoding error only once per
334                 block
335
336 2005-05-30 [paul]       1.9.11cvs20
337
338         * src/common/template.c
339                 fix Bcc
340
341 2005-05-30 [paul]       1.9.11cvs19
342
343         * doc/src/rfc2368.txt   **NEW FILE**
344         * src/compose.c
345                 compose_entries_set(): don't interpret Bcc
346                 header field (conform to RFC 2368)
347                 (sync with main)
348
349 2005-05-29 [colin]      1.9.11cvs18
350
351         * src/prefs_common.c
352                 Let the default reply format respect
353                 netiquette by cutting the signature.
354
355 2005-05-29 [colin]      1.9.11cvs17
356
357         * src/summaryview.c
358                 Don't let always_show_msg override
359                 open_unread_on_enter when opening a new
360                 directory.
361
362 2005-05-27 [paul]       1.9.11cvs16
363
364         sync with main:
365
366         * src/main.c
367                 app_will_exit(): cleanup tmp directory when exit
368         * src/message_search.c
369                 improved the interface and made code cleanup.
370                 removed Clear button
371         * src/send_message.c
372                 send_message_local(): use GSpawn, and detect errors
373         * src/summary_search.c
374                 improved the interface and made code cleanup
375         * src/textview.c
376                 textview_write_link(): also skip non-ascii space
377                  at the head of link strings (phishing check
378                  didn't work at the case)
379         * src/common/utils.c
380                 get_command_output(): use g_spawn_command_line_sync()
381                 instead of popen()
382
383 2005-05-26 [colin]      1.9.11cvs15
384
385         * src/folder.c
386                 remove printf
387
388 2005-05-26 [colin]      1.9.11cvs14
389
390         * src/common/nntp.c
391                 Fix nntp mode reader (bug #611)
392                 Patch by Florian Mickler <florian@mickler.org>
393
394 2005-05-26 [colin]      1.9.11cvs13
395
396         * src/plugins/pgpmime/passphrase.c
397                 Fix mouse grabbing (bug #557)
398
399 2005-05-26 [colin]      1.9.11cvs12
400
401         * src/prefs_themes.c
402                 Fix g_warning (bug #541)
403
404 2005-05-26 [colin]      1.9.11cvs11
405
406         * src/prefs_actions.c
407         * src/prefs_template.c
408                 Fix bug #506 (no warning if action/template
409                 is not saved)
410         * src/common/template.c
411                 Fix a possible crash
412
413 2005-05-26 [colin]      1.9.11cvs10
414
415         * src/folder.c
416         * src/folderview.c
417         * src/procmsg.c
418         * src/summaryview.c
419                 Forbid locked messages to be moved or
420                 deleted. Locked messages in trashes 
421                 still get deleted, for performance
422                 reason (mh.c::mh_remove_all_msgs)
423
424 2005-05-25 [colin]      1.9.11cvs9
425
426         * src/procmime.c
427                 Use correct encoding when sending mails
428                 with attachments that have accentued 
429                 chars in their name
430
431 2005-05-24 [colin]      1.9.11cvs8
432
433         * src/summaryview.c
434                 Fix bug #688 f) read/unread marker not
435                 changed on first click
436                 Also, optimize summary_status_show()
437                 calls
438         * src/folder.c
439         * src/inc.c
440         * src/procmime.c
441                 Fix bug #688 b) and c) wrt message
442                 attachments and signature
443         * src/stock_pixmap.c
444         * src/stock_pixmap.h
445         * src/stock_pixmap.c
446         * src/stock_pixmap.h
447         * src/Makefile.am
448         * src/pixmaps/clip_gpg_signed.xpm
449                 Add clip/signed icon
450
451 2005-05-24 [colin]      1.9.11cvs7
452
453         * src/folder_item_prefs.c
454                 whitespace fix
455
456 2005-05-24 [colin]      1.9.11cvs6
457
458         * src/folderview.c
459         * src/prefs_common.c
460         * src/prefs_common.h
461                 Add a confirmation to folder drag and drop
462                 fixes bug #156
463         * src/alertpanel.c
464         * src/alertpanel.h
465                 fix _with_disable parameters so that
466                 the buttons labels are specifiable too
467         * src/plugins/pgpmime/sgpgme.c
468                 reflect said change
469                 
470
471 2005-05-24 [colin]      1.9.11cvs5
472
473         * src/folderview.c
474                 Uncollapse/collapse folders on double-click
475                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
476                 closes bug #108
477
478 2005-05-23 [colin]      1.9.11cvs4
479
480         * src/common/socket.c
481                 Check another special SSL_peek() error.
482                 Should help wrt bug #728
483
484 2005-05-23 [colin]      1.9.11cvs3
485
486         * src/plugins/pgpmime/pgpmime.c
487                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
488                 breaking menu accelerators and stuff. Users will have to
489                 reselect "PGP MIME" instead of "PGP/MIME" in their 
490                 account's privacy preferences if needed.
491
492 2005-05-22 [paul]
493
494         * tools/kdeservicemenu/install.sh
495                 use kdesu to prompt for root password if doing
496                 global install/uninstall
497
498 2005-05-20 [colin]      1.9.11cvs2
499
500         * src/procmsg.c
501                 Fix another compilation error with gcc-2.9x
502                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
503         * src/send_message.c
504                 Don't send QUIT if we aren't connected
505
506 2005-05-19 [colin]      1.9.11cvs1
507
508         * src/procmsg.c
509                 Fix compilation with gcc 2.9x
510
511 2005-05-19 [paul]       1.9.11
512
513         1.9.11 released
514
515 2005-05-19 [paul]       1.9.9cvs14
516
517         * src/gtk/inputdialog.c
518                 prevent gettext warning
519
520 2005-05-19 [paul]       1.9.9cvs13
521
522         * src/mainwindow.c
523         * src/prefs_common.c
524         * src/prefs_common.h
525         * src/textview.c
526         * src/textview.h
527                 add an option to toggle cursor in message
528                 view (sync with main)
529
530 2005-05-18 [colin]      1.9.9cvs12
531
532         * src/compose.c
533                 Dereference freed pointer
534         * src/gtk/gtkaspell.c
535                 Fix duplication of dictionaries (is it an aspell issue?)
536
537 2005-05-18 [colin]      1.9.9cvs11
538
539         * src/gtk/inputdialog.c
540         * src/gtk/gtkaspell.c
541                 HIGuify dialogs
542         * src/alertpanel.c
543                 Remove a double call
544
545 2005-05-17 [colin]      1.9.9cvs10
546
547         * src/gtk/gtkaspell.c
548                 Fix dialogs, Ctrl-Enter accel
549
550 2005-05-17 [colin]      1.9.9cvs9
551
552         * src/gtk/gtkaspell.c
553                 Fix some accelerators, escape in replace-window
554
555 2005-05-16 [colin]      1.9.9cvs8
556
557         * src/gtk/gtkaspell.c
558                 Revert last commit, it was a mistake.
559
560 2005-05-16 [colin]      1.9.9cvs7
561
562         * src/gtk/gtkaspell.c
563                 Remove buggy code while we're at it. It's a 
564                 dead code path anyway.
565
566 2005-05-16 [colin]      1.9.9cvs6
567
568         * src/gtk/gtkaspell.c
569                 Missed some gtk_menu_popup where deactivate
570                 signal should be handled. Should fix bug
571                 #629 a bit more.
572
573 2005-05-16 [colin]      1.9.9cvs5
574
575         * src/gtk/gtkaspell.c
576                 Remove debug printf()s
577
578 2005-05-16 [colin]      1.9.9cvs4
579
580         * src/gtk/gtkaspell.c
581                 Fix a bit aspell problems
582                 (see bug #629)
583
584 2005-05-13 [colin]      1.9.9cvs3
585
586         * src/folderview.c
587                 Fix the + appearing even when no subfolders
588                 have unread messages. Thanks to wwp for the
589                 bug report.
590
591 2005-05-11 [paul]       1.9.9cvs2
592
593         * src/folderview.c
594                 correction to 1.9.9cvs1, only colour folders that
595                 have new msgs (not unread msgs)
596
597 2005-05-10 [colin]      1.9.9cvs1
598
599         * src/folderview.c
600         * src/summaryview.c
601                 Try to fix bolding bugs again.
602
603 2005-05-09 [paul]
604
605         * tools/claws.i18n.status.pl
606                 add Ricardo Mones Lastra's script that has been providing
607                 the i18n status page for many months
608
609 2005-05-09 [paul]       1.9.9
610
611         1.9.9 release
612
613 2005-05-09 [paul]       1.9.6cvs58
614
615         * AUTHORS
616         * INSTALL
617         * README.claws
618                 updated
619         * Makefile.am 
620         * RELEASE_NOTES.claws
621                 add release notes to cvs to simplify release
622                 procedure
623         * configure.ac
624                 add ca and fi to ALL_LINGUAS
625         * po/Makefile.in.in
626                 workaround for missing Makevars
627         * po/ca.po
628         * po/fi.po
629                 add new Catalan and Finnish translations
630                 submitted by Miquel Oliete and Flammie Pirinen
631         * po/de.po
632         * po/es.po
633         * po/fr.po
634         * po/it.po
635         * po/pl.po
636         * po/ru.po
637         * po/sk.po
638         * po/sr.po
639         * po/zh_CN.po
640                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
641                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
642                 Urke MMI, and Hansom Young
643         * src/main.c
644                 Fix drafting when quitting. compose_draft() closes the
645                 compose windows, which modifies the compose_list GSList.
646                 We have to refresh this list after echo drafting to avoid a
647                 segfault
648         * src/partial_download.c
649                 fix segfault on exit
650
651 2005-05-06 [paul]       1.9.6cvs57
652
653         * src/grouplistdialog.c
654                 quick fix/workaround for unresizeable newsgroup
655                 name column 
656
657 2005-05-06 [paul]       1.9.6cvs56
658
659         * src/inc.c
660         * src/mainwindow.c
661                 use gettext plural forms
662         * src/imap_gtk.c
663         * src/mh_gtk.c
664         * src/toolbar.c
665                 small improvement to english usage
666
667 2005-05-05 [thorsten]   1.9.6cvs55
668
669         * src/folder.c
670                 fix possible crash
671
672 2005-05-05 [paul]       1.9.6cvs54
673         
674         sync with HEAD
675
676         * AUTHORS
677         * src/compose.c
678                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
679                 patch by Tim Mann
680
681 2005-05-05 [paul]       1.9.6cvs53
682
683         * src/mainwindow.c
684                 fix resizing of separate message and
685                 folder views
686
687 2005-05-05 [paul]       1.9.6cvs52
688
689         * src/account.c
690         * src/addrgather.c
691         * src/browseldap.c
692         * src/exphtmldlg.c
693         * src/expldifdlg.c
694         * src/importmutt.c
695         * src/importpine.c
696         * src/main.c
697         * src/mainwindow.c
698         * src/noticeview.c
699         * src/prefs_filtering.c
700         * src/prefs_filtering_action.c
701         * src/prefs_matcher.c
702         * src/prefs_spelling.c
703         * src/prefs_toolbar.c
704         * src/toolbar.c
705         * src/wizard.c
706         * src/gtk/description_window.c
707         * src/gtk/gtkvscrollbutton.c
708         * src/gtk/progressdialog.c
709         * src/gtk/quicksearch.c
710         * src/plugins/pgpmime/prefs_gpg.c
711         * src/plugins/spamassassin/spamassassin_gtk.c
712                 replace deprecated gtk_widget_set_usize
713
714 2005-05-04 [colin]      1.9.6cvs51
715
716         * src/common/utils.c
717                 Fix crash when subst_for_filename is called
718                 with a NULL parameter
719
720 2005-05-04 [colin]      1.9.6cvs50
721
722         * src/partial_download.c
723         * src/pop.c
724                 Escape login when writing uidl file
725                 fixes bug #736
726
727 2005-05-03 [colin]      1.9.6cvs49
728
729         * src/procmime.c
730                 Fix possible DOS in mime parser
731                 (see bug #634)
732
733 2005-05-02 [colin]      1.9.6cvs48
734
735         * src/compose.c
736                 Try to fix the copy/paste mess once again.
737
738
739 2005-04-30 [colin]      1.9.6cvs47
740
741         * src/prefs_account.h
742         * src/procmsg.c
743         * src/send_message.c
744         * src/common/smtp.c
745         * src/common/smtp.h
746                 Try to batch sending mails (per account) instead of
747                 reconnecting to server every time.
748
749 2005-04-29 [colin]      1.9.6cvs46
750
751         * src/messageview.c
752                 Fix window resizing that refused to size down
753         * src/prefs_common.c
754         * src/prefs_common.h
755         * src/prefs_filtering.c
756                 Save Filtering's window size
757
758 2005-04-21 [paul]       1.9.6cvs45
759
760         * ChangeLog-gtk2.claws
761         * src/setup.c
762                 correction to sync
763
764 2005-04-21 [paul]       1.9.6cvs44
765
766         sync with main:
767
768         * src/setup.c
769         * src/statusbar.c
770         * src/statusbar.h
771                 use gtkut_widget_draw_now(). Improved performance
772                 of the update of statusbar
773         * src/textview.c
774                 textview_smooth_scroll_do(): redraw it after scroll
775                 is done (fixed incorrect display when a part of the
776                 view is hidden).
777         * src/gtk/gtkutils.c
778         * src/gtk/gtkutils.h
779                 gtkut_widget_draw_now(): use gdk_window_process_updates()
780                 to force update of widgets.
781                 Removed gtkut_widget_wait_for_draw() which had a big
782                 overhead  because of waiting for all events processed 
783
784 2005-04-20 [paul]       1.9.6cvs43
785
786         * src/codeconv.c
787                 complete 1.9.6cvs42's sync:
788                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
789
790 2005-04-19 [paul]       1.9.6cvs42
791
792         sync with main:
793
794         * src/action.c
795                 catch_output(): correctly select the insert text
796                 (fix invalid iterator warnings).
797         * src/codeconv.c
798         * src/codeconv.h
799         * src/mainwindow.c
800         * src/messageview.c
801         * src/prefs_common.c
802                 support GBK encoding.
803         * src/common/session.c
804         * src/common/session.h
805                 use separate buffer for large data to be sent,
806                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
807
808 2005-04-18 [paul]       1.9.6cvs41
809
810         * src/jpilot.c
811                 convert unsigned long into guint32
812                 patch by Paul LeoNerd Evans 
813
814 2005-04-17 [colin]      1.9.6cvs40
815
816         * src/compose.c
817                 Fix 'Request return receipt' from folder
818                 properties (bug #708)
819
820 2005-04-17 [colin]      1.9.6cvs39
821
822         * src/mainwindow.c
823                 Fix duplicate hotkeys in Mainwindow's menu
824
825 2005-04-17 [colin]      1.9.6cvs38
826
827         * src/folderview.c
828                 Fix duplicate hotkeys in Folderview's contextual
829                 menu
830
831 2005-04-15 [colin]      1.9.6cvs37
832
833         * src/summaryview.c
834                 Fix 'Save as...' with non-ascii filenames
835
836 2005-04-15 [colin]      1.9.6cvs36
837
838         * src/plugins/pgpmime/pgpmime.c
839                 Fix bus error on 64bit. Spotted by 
840                 macallan1888@gmail.com
841
842 2005-04-15 [colin]      1.9.6cvs35
843
844         * src/prefs_account.c
845                 Fix cvs34.
846
847 2005-04-12 [colin]      1.9.6cvs34
848
849         * src/prefs_account.c
850                 Fix smtp auth type off-by-one. We forgot to
851                 add PLAIN in the prefs-to-gui setter func and
852                 as a result, the selected auth when opening
853                 account prefs was not the correct one.
854
855 2005-04-12 [paul]       1.9.6cvs33
856
857         * src/inc.c
858                 if the recv dialog is visible, Cancel only
859                 cancels the current account
860
861
862 2005-04-10 [colin]      1.9.6cvs32
863
864         * src/filtering.c
865                 Copy score when copying FilteringActions
866                 Fix bug #674
867
868 2005-04-10 [colin]      1.9.6cvs31
869
870         * src/inc.c
871                 Make Message -> Receive -> Cancel cancel 
872                 incorporation on all accounts. Fixes
873                 bug #693
874
875 2005-04-10 [colin]      1.9.6cvs30
876
877         * src/prefs_account.c
878                 Update Privacy checkbuttons status based
879                 on the selected privacy system
880         * src/compose.c
881                 Always connect the "None" privacy system; the
882                 static boolean was probably there to avoid
883                 reconnecting twice in the same compose window,
884                 but as the parent function is only called once
885                 per compose, it's only a bug - as a static is
886                 initialized once per application instance.
887                 Also, don't uncheck Sign and Encrypt when
888                 selecting None as privacy system; just ignore
889                 them when sending/queuing.
890                 Should fix bug #695
891
892 2005-04-08 [colin]      1.9.6cvs29
893
894         * src/account.c
895         * src/prefs_account.c
896         * src/prefs_account.h
897                 Add account preference to queue message in a certain
898                 folder.
899
900 2005-04-06 [colin]      1.9.6cvs28
901
902         * src/prefs_account.c
903                 Update old inbox path syntax
904
905 2005-04-06 [paul]       1.9.6cvs27
906
907         sync with main:
908
909         * configure.ac
910                 changed -traditional-cpp to -no-cpp-precomp for newer
911                 Mac OS X support
912         * src/foldersel.c
913                 made column resize automatically
914         * src/send_message.c
915                 send_message_smtp(): consider EOF right after QUIT
916                 successful (workaround for Gmail SMTP server)
917         * src/common/socket.c
918                 ssl_read(), ssl_peek(): check EOF which violates the
919                 SSL protocol
920         * src/gtk/colorlabel.c
921                 removed warnings when displaying colorlabel menu
922                 (don't use GtkAlignment)
923
924 2005-04-05 [paul]       1.9.6cvs26
925
926         * src/plugins/trayicon/trayicon.c
927                 fix clipping of icon under KDE3 
928
929 2005-04-05 [paul]       1.9.6cvs25
930
931         * src/summaryview.c
932                 hide display of threading
933                 patch by Alfons
934
935 2005-04-04 [thorsten]   1.9.6cvs24
936
937         * src/mh.c
938                 marks lost on filesystems with different stat() results on
939                 summer-/wintertime
940
941 2005-04-03 [colin]      1.9.6cvs23
942
943         * src/summaryview.c
944                 Don't handle up/down. Patch by Alfons
945
946 2005-04-02 [colin]      1.9.6cvs22
947
948         * src/summaryview.c
949                 Make scrolling faster. Patch by Alfons.
950
951 2005-04-01 [colin]      1.9.6cvs21
952
953         * src/Makefile.am
954         * src/stock_pixmap.c
955         * src/pixmaps/dir-noselect.xpm ** REMOVED **
956         * src/pixmaps/dir_noselect.xpm ** ADDED **
957                 Fix pixmap name mismatch (Thanks Stephan Sachse)
958
959 2005-04-01 [colin]      1.9.6cvs20
960
961         * src/image_viewer.c
962         * src/image_viewer.h
963         * src/procmime.c
964         * src/procmime.h
965         * src/textview.c
966         * src/textview.h
967                 Implement inline image resizing and right-clicking
968
969 2005-04-01 [paul]       1.9.6cvs19
970
971         * AUTHORS
972         * Makefile.am
973         * configure.ac
974                 check for gnome2
975                 patch by Luca Cavalli <loopback<AT>slackit.org>
976         * po/ru.po
977                 updated by Pavlo Bohmat
978
979 2005-03-31 [colin]      1.9.6cvs18
980
981         * src/news.c
982                 Fix parsing references
983         * src/msgcache.c
984                 don't put nulls in the references list
985         * src/procheader.c
986                 commit that forgotten file in 1.9.6cvs14
987
988 2005-03-31 [colin]      1.9.6cvs17
989
990         * src/compose.c
991                 Fix joining of signature separator again. 
992                 Maybe Hiro could put it in main too...
993
994 2005-03-31 [colin]      1.9.6cvs16
995
996         * src/Makefile.am
997         * src/foldersel.c
998         * src/stock_pixmap.c
999         * src/stock_pixmap.h
1000         * src/pixmaps/dir-noselect.xpm
1001                 Update foldersel.c (sync from main, patch by Alfons)
1002
1003 2005-03-30 [colin]      1.9.6cvs15
1004
1005         * src/imap.c
1006                 Fix handling of imap folders containing [] in 
1007                 their name. Thanks to Nahuel Angelinetti for
1008                 the detailed bugreport.
1009
1010 2005-03-30 [colin]      1.9.6cvs14
1011
1012         * src/common/utils.h
1013         * src/common/utils.c
1014         * src/common/defs.h
1015         * src/matcher.c
1016         * src/msgcache.c
1017         * src/news.c
1018         * src/procmsg.c
1019         * src/procmsg.h
1020         * src/quote_fmt_parse.y
1021         * src/summaryview.c
1022                 Update references system. Patch by Alfons
1023
1024 2005-03-30 [colin]      1.9.6cvs13
1025
1026         * src/common/socket.c
1027                 Force the glibc to read resolv.conf again when 
1028                 it has changed. Should fix issues when changing
1029                 networks on a laptop and not restarting sylpheed. 
1030
1031 2005-03-30 [paul]       1.9.6cvs12
1032
1033         partial sync with main:
1034
1035         * src/action.c
1036                 create_io_dialog(): use user-defined text font
1037                 (thanks to Alfons), and modified its appearance.
1038         * src/addrgather.c
1039         * src/addrharvest.c
1040         * src/browseldap.c
1041                 replace old code
1042         * src/compose.c
1043                 don't join (presumably) itemized lines on line-wrapping
1044                 fixed wrapping of quote when auto-wrapping is enabled
1045                 compose_destroy(): destroy paned only if it's not
1046                 attached to window. Fixed memory leak of popup menu.
1047         * src/exphtmldlg.c
1048         * src/expldifdlg.c
1049                 replace old code
1050         * src/html.c
1051         * src/html.h
1052         * src/importmutt.c
1053         * src/importpine.c
1054                 replace old code
1055         * src/main.c
1056                 removed redundant code
1057         * src/mainwindow.c
1058                 changed 'Code set' (which is rather incorrect)
1059                 in the menu to 'Character encoding'
1060                 main_window_set_widgets(): request size first
1061                 to prevent window size becoming wrong
1062                 fixed remembering of the state of the visibility
1063                 of MessageView
1064         * src/messageview.c
1065                 changed 'Code set' (which is rather incorrect)
1066                 in the menu to 'Character encoding'
1067         * src/prefs_common.c
1068         * src/prefs_common.h
1069                 added an option whether to render HTML as text or not
1070                 added separators to outgoing encoding menu
1071         * src/procheader.c
1072                 procheader_scan_date_string(): support header
1073                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1074         * src/summaryview.c
1075         * src/summaryview.h
1076                 minor code cleanup
1077         * src/textview.c
1078                 textview_show_html(): force output of newline
1079                 added an option whether to render HTML as text or not
1080         * src/common/utils.c
1081                 strncpy2(): optimized based on Alfons' code
1082         * src/gtk/gtkutils.c
1083         * src/gtk/gtkutils.h
1084                 removed non-used code
1085         * src/plugins/pgpmime/passphrase.c
1086                 partially fixed grab input of passphrase dialog
1087                 Confine pointer to window
1088
1089 2005-03-30 [colin]      1.9.6cvs11
1090
1091         * src/msgcache.c
1092         * src/msgcache.h
1093                 Read/write 32bit ints from cache & marks
1094                 From main.
1095
1096 2005-03-29 [paul]       1.9.6cvs10
1097
1098         * AUTHORS
1099         * ChangeLog.claws
1100         * src/compose.c
1101         * src/gtk/gtkaspell.c
1102                 sync with HEAD (don't pass NULL pointers) 
1103
1104 2005-03-24 [paul]
1105
1106         * tools/Makefile.am
1107         * tools/README
1108         * tools/acroread2sylpheed.pl
1109                 sync with HEAD (add script to send pdfs as
1110                 attachments from Adobe Reader 7)
1111
1112 2005-03-21 [paul]       1.9.6cvs9
1113
1114         * configure.ac
1115         * po/POTFILES.in
1116         * src/Makefile.am
1117         * src/crash.c
1118         * src/image_viewer.c ** ADDED **
1119         * src/image_viewer.h ** ADDED **
1120         * src/main.c
1121         * src/prefs_common.c
1122         * src/prefs_common.h
1123         * src/prefs_image_viewer.c ** ADDED **
1124         * src/prefs_image_viewer.h ** ADDED **
1125         * src/textview.c
1126         * src/gtk/about.c
1127         * src/pixmaps/sylpheed_logo.xpm
1128         * src/plugins/Makefile.am
1129         * src/plugins/image_viewer/.cvsignore ** REMOVED **
1130         * src/plugins/image_viewer/Makefile.am ** REMOVED **
1131         * src/plugins/image_viewer/plugin.c ** REMOVED **
1132         * src/plugins/image_viewer/viewer.c ** REMOVED **
1133         * src/plugins/image_viewer/viewer.glade ** REMOVED **
1134         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
1135         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1136         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1137         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1138                 as gdk-pixbuf is now built-in
1139                 remove image_viewer plugin and put code back into
1140                 main codebase
1141                 implement inline image display (sync with main)
1142
1143                 replace logo with newer, nicer, larger version  
1144
1145 2005-03-21 [paul]       1.9.6cvs8
1146
1147         * src/gtk/about.c
1148                 cosmetic improvement
1149
1150 2005-03-21 [holger]     1.9.6cvs7
1151
1152         * src/plugins/spamassassin/spamassassin.c
1153                 Sync with HEAD
1154                 (unregister hook on failed plugin init)
1155
1156 2005-03-20 [colin]      1.9.6cvs6
1157
1158         * src/common/plugin.c
1159                 Check that plugin isn't already loaded
1160                 Patch by Alfons
1161
1162 2005-03-20 [thorsten]   1.9.6cvs5
1163
1164         * src/compose.c
1165                 use a more compatible syntax
1166
1167 2005-03-20 [thorsten]   1.9.6cvs4
1168
1169         * src/prefs_toolbar.c
1170                 fix crash when selecting toolbar item (uninitialized pointer)
1171
1172 2005-03-20 [thorsten]   1.9.6cvs3
1173
1174         * src/procmime.c
1175                 fix mimetype detection (referenced free()d string)
1176
1177 2005-03-20 [paul]       1.9.6cvs2
1178
1179         * src/compose.c
1180                 sync with HEAD (1.0.3cvs5)
1181                 neglect Reply-To header if empty
1182                 Patch by Alfons 
1183
1184 2005-03-19 [holger]     1.9.6cvs1
1185
1186         * src/summaryview.c
1187         * src/summaryview.h
1188                 Sync with HEAD
1189
1190 2005-03-18 [paul]       1.9.6
1191
1192         initial GTK2 release
1193
1194 2005-03-18 [paul]       1.0.3cvs3.1
1195
1196         * AUTHORS
1197         * ChangeLog.claws
1198         * configure.ac
1199         * src/gtk/about.c
1200         * src/pixmaps/sylpheed_logo.xpm
1201                 sync with HEAD
1202
1203 2005-03-18 [colin]      1.0.3cvs2.6
1204
1205         * src/summaryview.c
1206                 Remove call to summary_step in summary_copy_selected_to
1207                 Can't see its purpose, and this causes bug when copying
1208                 a message if the next one is unread: it reads it.
1209
1210 2005-03-18 [paul]       1.0.3cvs2.5
1211
1212         * src/foldersel.c
1213                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1214
1215 2005-03-18 [paul]       1.0.3cvs2.4
1216
1217         * src/addrharvest.c
1218         * src/codeconv.c
1219         * src/codeconv.h
1220         * src/compose.c
1221         * src/news.c
1222         * src/procheader.c
1223         * src/procmime.c
1224         * src/unmime.c
1225         * src/unmime.h
1226                 fix buffer overflow, CAN-2005-0667, see
1227                 http://secunia.com/advisories/14491/
1228                 Patch by Alfons
1229
1230 2005-03-17 [colin]      1.0.3cvs2.3
1231
1232         * src/prefs_fonts.c
1233         * src/summaryview.c
1234                 Fix font bugs (both lists now officialy share 
1235                 the same font)
1236                 
1237
1238 2005-03-17 [paul]       1.0.3cvs2.2
1239
1240         * src/gtk/pluginwindow.c
1241                 make plugin descriptions uneditable
1242
1243 2005-03-11 [paul]       1.0.3cvs2.1
1244
1245         * ChangeLog.claws
1246         * configure.ac
1247         * po/POTFILES.in
1248         * src/plugins/trayicon/trayicon.c
1249                 sync with HEAD
1250                 add src/wizard.c to POTFILES.in
1251
1252 2005-03-11 [paul]       1.0.3cvs1.1
1253
1254         * ChangeLog
1255         * ChangeLog.claws
1256         * configure.ac
1257         * po/de.po
1258         * po/es.po
1259         * po/fr.po
1260         * po/it.po
1261         * po/pt_BR.po
1262         * po/ru.po
1263         * po/sk.po
1264         * po/sr.po
1265         * po/zh_CN.po
1266                 sync with HEAD
1267
1268 2005-03-04 [colin]      1.0.1cvs22.2
1269
1270         * src/compose.c
1271                 Fix signatures with accentued chars in it
1272
1273 2005-03-04 [colin]      1.0.1cvs22.1
1274
1275         * src/common/smtp.c
1276         * src/common/smtp.h
1277                 Don't use SIZE param in MAIL FROM: if server 
1278                 doesn't support it. Patch by Eugen Freiter
1279                 <eugen_f@users.sf.net>
1280
1281 2005-02-27 [paul]       1.0.1cvs20.1
1282
1283         * ChangeLog.claws
1284         * configure.ac
1285         * src/messageview.c
1286                 sync with HEAD
1287
1288 2005-02-27 [colin]      1.0.1cvs19.4
1289
1290         * src/procheader.c
1291         * src/procheader.h
1292                 Fix prototypes. Patch by Alfons
1293
1294 2005-02-27 [colin]      1.0.1cvs19.3
1295
1296         * src/compose.c
1297                 Don't auto-join the signature separator.
1298
1299 2005-02-26 [colin]      1.0.1cvs19.2
1300
1301         * src/summaryview.c
1302                 Fix 'mark all read' with collapsed threads.
1303                 Patch by Alfons.
1304
1305 2005-02-25 [paul]       1.0.1cvs19.1
1306
1307         * ChangeLog.claws
1308         * configure.ac
1309         * src/prefs_account.c
1310         * src/prefs_folder_item.c
1311         * src/gtk/prefswindow.c
1312         * src/gtk/prefswindow.h
1313                 sync with HEAD
1314
1315 2005-02-25 [paul]       1.0.1cvs15.12
1316
1317         * src/alertpanel.c
1318         * src/codeconv.c
1319         * src/compose.c
1320         * src/textview.c
1321         * src/gtk/gtkutils.c
1322         * src/gtk/gtkutils.h
1323         * src/gtk/logwindow.c
1324         * src/gtk/progressdialog.c
1325                 sync with main (revision 127)
1326                 and fix logwindow clipping
1327
1328 2005-02-24 [colin]      1.0.1cvs15.11
1329
1330         * src/plugins/pgpmime/passphrase.c
1331                 Disable input grabbing; it doesn't work yet.
1332
1333 2005-02-24 [colin]      1.0.1cvs15.10
1334
1335         * src/messageview.c
1336                 Don't send out receipts if offline. Ask.
1337
1338 2005-02-23 [colin]      1.0.1cvs15.9
1339
1340         * src/summaryview.c     
1341                 Fix expanding
1342
1343 2005-02-23 [colin]      1.0.1cvs15.8
1344
1345         * src/summaryview.c
1346                 Really fix Bug 568 by removing useless
1347                 calls. summary_thread_init() now called
1348                 in summary_sort(). This should please
1349                 Alfons as it should be faster than 
1350                 previously.
1351
1352 2005-02-23 [colin]      1.0.1cvs15.7
1353
1354         * src/compose.c
1355                 Encode parts as QP or B64 if signing
1356
1357 2005-02-23 [colin]      1.0.1cvs15.6
1358
1359         * src/compose.c
1360                 Fix Mimeinfo leakage (including tmp files)
1361         * src/procmsg.c
1362                 Fix tmp file leakage (spotted by Ivan Rayner)
1363
1364 2005-02-22 [colin]      1.0.1cvs15.5
1365
1366         * src/expldifdlg.c
1367                 Fix keyboard input. Patch by Alfons.
1368
1369 2005-02-21 [colin]      1.0.1cvs15.4
1370
1371         * src/compose.c
1372                 Fix Sign/Encrypt when unselecting privacy
1373                 system
1374         * src/prefs_common.c
1375                 Change default message font to Monospace
1376         * src/summaryview.c
1377                 More freezing during potentially large operations
1378
1379 2005-02-21 [paul]       1.0.1cvs15.3
1380
1381         * src/main.c
1382                 fix --help output
1383
1384 2005-02-21 [paul]       1.0.1cvs15.2
1385
1386         * po/Makefile.in.in
1387         * src/compose.c
1388         * src/summaryview.c
1389         * src/textview.c
1390         * src/common/utils.c
1391         * src/common/utils.h
1392                 sync with main (revision 117)
1393
1394 2005-02-20 [colin]      1.0.1cvs15.1
1395
1396         * src/common/defs.h
1397                 Change cache file to .sylpheed_claws_cache, as
1398                 suggested by Alfons. Allows people to switch
1399                 between Sylpheed and Sylpheed-Claws. it is
1400                 a good idea to "Check for new messages" at next
1401                 startup.
1402
1403
1404 2005-02-18 [colin]      1.0.1cvs14.1
1405
1406         * src/quote_fmt_lex.l
1407         * src/quote_fmt_parse.y
1408                 Fix parser initialisation. Patch by Ivan.
1409
1410 2005-02-18 [colin]      1.0.1cvs11.6
1411
1412         * src/folderview.c
1413                 Fix scrolldown (bug 662)
1414
1415 2005-02-17 [colin]      1.0.1cvs11.5
1416
1417         * src/codeconv.c
1418                 conv_filename_to_utf8: return clean 7bit instead
1419                 of broken utf8 if needed
1420         * src/mimeview.c
1421                 Fix display of parts with unclean 8bit names
1422
1423 2005-02-17 [paul]       1.0.1cvs11.4
1424
1425         * src/compose.c
1426         * src/exportldif.c
1427         * src/matcher_parser_parse.y
1428         * src/procmime.c
1429         * src/sourcewindow.c
1430         * src/common/Makefile.am
1431         * src/common/intl.h             ** REMOVED **
1432         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1433                 sync with main (revision 109)
1434                 and clean up
1435
1436 2005-02-16 [colin]      1.0.1cvs11.3
1437
1438         * src/summaryview.c
1439                 Fix collapsed thread not highlighting when new
1440                 messages in it (Bug 568) Patch by Stephan Sachse.
1441                 Fix messed up selection when reaching bounds (Bug 632)
1442         * src/prefs_themes.c
1443                 Fix theme installing (Bug 684)
1444
1445 2005-02-16 [colin]      1.0.1cvs11.2
1446
1447         * src/messageview.c
1448                 Fix messageview_select_all
1449
1450 2005-02-16 [colin]      1.0.1cvs11.1
1451
1452         * src/mh.c
1453                 Sync with HEAD (MH scan required function)
1454
1455 2005-02-15 [colin]      1.0.1cvs8.1
1456
1457         * src/mimeview.c
1458         * src/common/utils.c
1459                 Sync with HEAD (filename chars substitution)
1460
1461 2005-02-15 [colin]      1.0.1cvs7.3
1462
1463         * src/gtk/pluginwindow.c
1464                 Fix button spacing
1465
1466 2005-02-15 [colin]      1.0.1cvs7.2
1467
1468         * src/mimeview.c
1469                 Fix mime icons not reset across message when
1470                 scrolled down
1471
1472 2005-02-15 [colin]      1.0.1cvs7.1
1473
1474         * src/compose.c
1475         * src/procmime.c
1476                 Sync with HEAD (optimisation of cvs6)
1477
1478 2005-02-14 [colin]      1.0.1cvs6.1
1479
1480         * src/compose.c
1481         * src/procmime.c
1482                 Sync with HEAD (encode "From " at line beginning)
1483
1484 2005-02-14 [colin]      1.0.1cvs5.3
1485
1486         * src/compose.c
1487                 Fix wrapping with accentued chars.
1488
1489 2005-02-13 [colin]      1.0.1cvs5.2
1490
1491         * src/textview.c
1492                 Fix email informative part parsing with
1493                 accentued chars in it. ispunct() returns
1494                 true for them in utf8...
1495
1496 2005-02-12 [colin]      1.0.1cvs5.1
1497
1498         * src/filtering.c
1499                 Sync with HEAD (remove wrong use of compose after send)
1500
1501 2005-02-12 [paul]       1.0.1cvs4.5
1502
1503         * src/textview.c
1504                 remove unnecessary code (thanks to Alfons)
1505
1506 2005-02-12 [paul]       1.0.1cvs4.4
1507
1508         * src/textview.c
1509                 add 'Copy' to contextual menu on emails
1510
1511 2005-02-11 [colin]      1.0.1cvs4.3
1512
1513         * src/compose.c
1514                 revert 1.0.0cvs28.2, it doesn't work that well.
1515
1516 2005-02-11 [paul]       1.0.1cvs4.2
1517
1518         * po/Makefile.in.in
1519                 fix 'make release'
1520
1521 2005-02-10 [paul]       1.0.1cvs4.1
1522
1523         * ChangeLog
1524         * ChangeLog.claws
1525         * ChangeLog.jp
1526         * configure.ac
1527         * src/compose.c
1528                 sync with HEAD (sync with main)
1529
1530 2005-02-10 [paul]       1.0.1cvs3.2
1531
1532         * AUTHORS
1533         * Makefile.am
1534         * autogen.sh
1535         * configure.ac
1536         * config/mkinstalldirs
1537         * intl/.cvsignore
1538         * intl/ChangeLog
1539         * intl/VERSION
1540         * intl/bindtextdom.c
1541         * intl/config.charset
1542         * intl/dcgettext.c
1543         * intl/dcigettext.c
1544         * intl/dcngettext.c
1545         * intl/dgettext.c
1546         * intl/dngettext.c
1547         * intl/eval-plural.h
1548         * intl/explodename.c
1549         * intl/finddomain.c
1550         * intl/gettext.c
1551         * intl/gettextP.h
1552         * intl/gmo.h
1553         * intl/hash-string.h
1554         * intl/intl-compat.c
1555         * intl/l10nflist.c
1556         * intl/libgnuintl.h.in
1557         * intl/loadinfo.h
1558         * intl/loadmsgcat.c
1559         * intl/localcharset.c
1560         * intl/localcharset.h
1561         * intl/locale.alias
1562         * intl/localealias.c
1563         * intl/localename.c
1564         * intl/log.c
1565         * intl/ngettext.c
1566         * intl/os2compat.c
1567         * intl/os2compat.h
1568         * intl/osdep.c
1569         * intl/plural-exp.c
1570         * intl/plural-exp.h
1571         * intl/plural.c
1572         * intl/plural.y
1573         * intl/ref-add.sin
1574         * intl/ref-del.sin
1575         * intl/relocatable.c
1576         * intl/relocatable.h
1577         * intl/textdomain.c
1578         * m4/Makefile.am
1579         * po/Makefile.in.in
1580         * src/Makefile.am
1581         * src/account.c
1582         * src/action.c
1583         * src/addr_compl.c
1584         * src/addressadd.c
1585         * src/addressbook.c
1586         * src/addrgather.c
1587         * src/addrindex.c
1588         * src/alertpanel.c
1589         * src/browseldap.c
1590         * src/codeconv.c
1591         * src/codeconv.h
1592         * src/compose.c
1593         * src/compose.h
1594         * src/crash.c
1595         * src/editaddress.c
1596         * src/editbook.c
1597         * src/editgroup.c
1598         * src/editjpilot.c
1599         * src/editldap.c
1600         * src/editldap_basedn.c
1601         * src/editvcard.c
1602         * src/exphtmldlg.c
1603         * src/expldifdlg.c
1604         * src/export.c
1605         * src/exporthtml.c
1606         * src/filtering.c
1607         * src/folder.c
1608         * src/folder_item_prefs.c
1609         * src/foldersel.c
1610         * src/folderview.c
1611         * src/grouplistdialog.c
1612         * src/headerview.c
1613         * src/imap.c
1614         * src/imap_gtk.c
1615         * src/import.c
1616         * src/importldif.c
1617         * src/importmutt.c
1618         * src/importpine.c
1619         * src/inc.c
1620         * src/ldif.c
1621         * src/main.c
1622         * src/mainwindow.c
1623         * src/matcher.c
1624         * src/mbox.c
1625         * src/message_search.c
1626         * src/messageview.c
1627         * src/mh.c
1628         * src/mh_gtk.c
1629         * src/mimeview.c
1630         * src/msgcache.c
1631         * src/news.c
1632         * src/news_gtk.c
1633         * src/noticeview.c
1634         * src/partial_download.c
1635         * src/pop.c
1636         * src/prefs_account.c
1637         * src/prefs_actions.c
1638         * src/prefs_common.c
1639         * src/prefs_customheader.c
1640         * src/prefs_display_header.c
1641         * src/prefs_ext_prog.c
1642         * src/prefs_filtering.c
1643         * src/prefs_filtering_action.c
1644         * src/prefs_folder_item.c
1645         * src/prefs_fonts.c
1646         * src/prefs_gtk.c
1647         * src/prefs_matcher.c
1648         * src/prefs_msg_colors.c
1649         * src/prefs_spelling.c
1650         * src/prefs_summary_column.c
1651         * src/prefs_template.c
1652         * src/prefs_themes.c
1653         * src/prefs_toolbar.c
1654         * src/prefs_wrapping.c
1655         * src/privacy.c
1656         * src/procheader.c
1657         * src/procmime.c
1658         * src/procmsg.c
1659         * src/quote_fmt.c
1660         * src/recv.c
1661         * src/send_message.c
1662         * src/setup.c
1663         * src/sourcewindow.c
1664         * src/ssl_manager.c
1665         * src/statusbar.c
1666         * src/summary_search.c
1667         * src/summaryview.c
1668         * src/textview.c
1669         * src/toolbar.c
1670         * src/wizard.c
1671         * src/common/nntp.c
1672         * src/common/plugin.c
1673         * src/common/smtp.c
1674         * src/common/ssl.c
1675         * src/common/ssl_certificate.c
1676         * src/common/string_match.c
1677         * src/common/sylpheed.c
1678         * src/common/template.c
1679         * src/common/utils.c
1680         * src/gtk/about.c
1681         * src/gtk/colorlabel.c
1682         * src/gtk/description_window.c
1683         * src/gtk/filesel.c
1684         * src/gtk/foldersort.c
1685         * src/gtk/gtkaspell.c
1686         * src/gtk/gtkutils.c
1687         * src/gtk/inputdialog.c
1688         * src/gtk/logwindow.c
1689         * src/gtk/menu.c
1690         * src/gtk/pluginwindow.c
1691         * src/gtk/prefswindow.c
1692         * src/gtk/progressdialog.c
1693         * src/gtk/quicksearch.c
1694         * src/gtk/sslcertwindow.c
1695         * src/plugins/clamav/clamav_plugin.c
1696         * src/plugins/clamav/clamav_plugin_gtk.c
1697         * src/plugins/demo/demo.c
1698         * src/plugins/dillo_viewer/dillo_prefs.c
1699         * src/plugins/dillo_viewer/dillo_viewer.c
1700         * src/plugins/image_viewer/plugin.c
1701         * src/plugins/image_viewer/viewer.c
1702         * src/plugins/image_viewer/viewerprefs.c
1703         * src/plugins/mathml_viewer/mathml_viewer.c
1704         * src/plugins/pgpmime/passphrase.c
1705         * src/plugins/pgpmime/plugin.c
1706         * src/plugins/pgpmime/prefs_gpg.c
1707         * src/plugins/pgpmime/select-keys.c
1708         * src/plugins/pgpmime/sgpgme.c
1709         * src/plugins/spamassassin/spamassassin.c
1710         * src/plugins/spamassassin/spamassassin_gtk.c
1711         * src/plugins/trayicon/trayicon.c
1712                 sync with main (revision 104)
1713
1714 2005-02-10 [colin]      1.0.1cvs3.1
1715
1716         * src/mainwindow.c
1717                 Sync with HEAD (fix occasional crasher)
1718
1719 2005-02-10 [colin]      1.0.1cvs2.1
1720
1721         * src/messageview.c
1722                 Synw with HEAD (don't automatically display html)
1723
1724 2005-02-09 [colin]      1.0.1cvs1.3
1725
1726         * src/textview.c
1727         * src/textview.h
1728                 Add contextual menu on emails
1729
1730 2005-02-09 [colin]      1.0.1cvs1.2
1731
1732         * src/codeconv.c
1733                 Fix converting from broken headers and 
1734                 put back the _ in missing places
1735                 (feature broke with cvs24.2 sync, main 
1736                  possibly affected?)
1737
1738 2005-02-09 [colin]      1.0.1cvs1.1
1739
1740         * src/messageview.c
1741         * src/mimeview.c
1742         * src/mimeview.h
1743                 Sync with HEAD (display non text/plain mails with plugin)
1744
1745 2005-02-08 [colin]      1.0.1.1
1746
1747         * ChangeLog.claws
1748         * po/pt_BR.po
1749                 Sync with HEAD
1750         * configure.ac
1751                 Make default configuration directory 
1752                 be .sylpheed-gtk2
1753
1754 2005-02-08 [colin]      1.0.0cvs29.1
1755
1756         * po/de.po
1757         * po/es.po
1758         * po/fr.po
1759         * po/it.po
1760         * po/sk.po
1761         * po/sr.po
1762                 Sync translations with HEAD
1763
1764 2005-02-06 [colin]      1.0.0cvs28.3
1765
1766         * src/compose.c
1767                 Make compose a bit faster - patch by Alfons.
1768
1769 2005-02-06 [colin]      1.0.0cvs28.2
1770
1771         * src/compose.c
1772                 Make pasting via middle-click more reliable
1773
1774 2005-02-05 [paul]       1.0.0cvs28.1
1775
1776         * ChangeLog
1777         * ChangeLog.claws
1778         * ChangeLog.jp
1779         * configure.ac
1780         * src/compose.c
1781                 sync with HEAD
1782                 (fix bug 682 'redirect is broken'
1783
1784 2005-02-05 [torte]      1.0.0cvs27.1
1785
1786         * ChangeLog.claws
1787         * configure.ac
1788         * src/partial_download.c
1789                 Sync with HEAD (fix buf overflow)
1790
1791 2005-02-03 [colin]      1.0.0cvs26.1
1792
1793         * src/common/plugin.c
1794                 Sync with HEAD (avoid plugin mismatches)
1795
1796 2005-02-03 [paul]       1.0.0cvs25.3
1797
1798         * src/folderview.c
1799         * src/headerview.c
1800         * src/summaryview.c
1801         * src/textview.c
1802         * src/gtk/colorlabel.c
1803                 third and final part of initial sync with main-gtk2
1804
1805 2005-02-03 [paul]       1.0.0cvs25.2
1806
1807         * src/jpilot.c
1808                 fix building with jpilot support
1809
1810 2005-02-02 [colin]      1.0.0cvs25.1
1811
1812         * src/messageview.c
1813                 Sync with HEAD (fix dangerous typo)
1814
1815 2005-02-01 [colin]      1.0.0cvs24.3
1816
1817         * src/common/xml.c
1818                 Write file as advertised (UTF-8)
1819
1820 2005-02-01 [paul]       1.0.0cvs24.2
1821
1822         * src/addrbook.c
1823         * src/addrindex.c
1824         * src/alertpanel.h
1825         * src/codeconv.c
1826         * src/codeconv.h
1827         * src/compose.c
1828         * src/export.c
1829         * src/folder_item_prefs.c
1830         * src/html.c
1831         * src/imap.c
1832         * src/import.c
1833         * src/jpilot.c
1834         * src/mainwindow.c
1835         * src/matcher_parser_lex.l
1836         * src/messageview.c
1837         * src/mh.c
1838         * src/prefs_account.c
1839         * src/prefs_actions.c
1840         * src/prefs_common.c
1841         * src/prefs_gtk.c
1842         * src/prefs_gtk.h
1843         * src/prefs_themes.c
1844         * src/procheader.c
1845         * src/procmime.c
1846         * src/sourcewindow.c
1847         * src/statusbar.c
1848         * src/summaryview.c
1849         * src/textview.c
1850         * src/toolbar.c
1851         * src/unmime.c
1852         * src/common/template.c
1853         * src/common/utils.c
1854         * src/common/xml.c
1855         * src/common/xml.h
1856         * src/gtk/gtkaspell.c
1857         * src/plugins/clamav/clamav_plugin.c
1858         * src/plugins/dillo_viewer/dillo_prefs.c
1859         * src/plugins/image_viewer/viewerprefs.c
1860         * src/plugins/pgpmime/passphrase.c
1861         * src/plugins/pgpmime/prefs_gpg.c
1862         * src/plugins/pgpmime/select-keys.c
1863         * src/plugins/spamassassin/spamassassin.c
1864                 second part of initial sync with main-gtk2
1865                 (more to follow)
1866
1867 2005-01-31 [colin]      1.0.0cvs24.1
1868
1869         * src/compose.c
1870                 Sync with HEAD
1871
1872 2005-01-29 [paul]       1.0.0cvs23.2
1873
1874         * src/account.c
1875         * src/action.c
1876         * src/addressadd.c
1877         * src/addressbook.c
1878         * src/alertpanel.c
1879         * src/compose.c
1880         * src/editaddress.c
1881         * src/editbook.c
1882         * src/editgroup.c
1883         * src/editjpilot.c
1884         * src/editldap.c
1885         * src/editldap_basedn.c
1886         * src/editvcard.c
1887         * src/export.c
1888         * src/foldersel.c
1889         * src/grouplistdialog.c
1890         * src/import.c
1891         * src/importldif.c
1892         * src/inc.c
1893         * src/main.c
1894         * src/mainwindow.c
1895         * src/message_search.c
1896         * src/messageview.c
1897         * src/mimeview.c
1898         * src/prefs_actions.c
1899         * src/prefs_common.c
1900         * src/prefs_common.h
1901         * src/prefs_customheader.c
1902         * src/prefs_display_header.c
1903         * src/prefs_filtering.c
1904         * src/prefs_filtering_action.c
1905         * src/prefs_gtk.c
1906         * src/prefs_matcher.c
1907         * src/prefs_summary_column.c
1908         * src/prefs_template.c
1909         * src/sourcewindow.c
1910         * src/summary_search.c
1911         * src/summaryview.c
1912         * src/textview.c
1913         * src/gtk/about.c
1914         * src/gtk/description_window.c
1915         * src/gtk/gtkshruler.c
1916         * src/gtk/gtkutils.c
1917         * src/gtk/gtkutils.h
1918         * src/gtk/inputdialog.c
1919         * src/gtk/logwindow.c
1920         * src/gtk/prefswindow.c
1921         * src/gtk/progressdialog.c
1922         * src/gtk/progressdialog.h
1923                 first part of initial sync with main-gtk2
1924                 (more to follow)
1925
1926 2005-01-28 [colin]      1.0.0cvs23.1
1927
1928         * src/folderview.c
1929                 Sync with HEAD
1930
1931 2005-01-27 [colin]      1.0.0cvs21.1
1932
1933         * src/folder.c
1934         * src/folderview.c
1935                 Sync with HEAD
1936
1937 2005-01-27 [colin]      1.0.0cvs19.1
1938
1939         * src/procmime.c
1940                 Sync with HEAD
1941
1942 2005-01-27 [colin]      1.0.0cvs18.1
1943
1944         * src/messageview.c
1945         * src/summaryview.c
1946         * src/mainwindow.c
1947         * src/compose.c
1948         * src/compose.h
1949         * src/procmsg.c
1950         * src/procmsg.h
1951         * src/toolbar.c
1952                 Sync with HEAD
1953
1954 2005-01-26 [paul]       1.0.0cvs15.2
1955
1956         * src/compose.c
1957                 compose_entries_set(): convert subject and body to
1958                 utf8 if necessary. patch by Felix Eckhofer
1959
1960 2005-01-26 [paul]       1.0.0cvs15.1
1961
1962         * configure.ac
1963         * src/common/template.c
1964                 sync with HEAD (fix memory leak)
1965
1966 2005-01-25 [paul]       1.0.0cvs14.1
1967
1968         * configure.ac
1969         * src/compose.c
1970                 sync with HEAD
1971
1972 2005-01-24 [colin]      1.0.0cvs13.1
1973
1974         * src/summaryview.c
1975                 Sync with HEAD
1976
1977 2005-01-24 [paul]       1.0.0cvs12.1
1978
1979         * configure.ac
1980         * src/messageview.c
1981         * src/mh.c
1982         * src/common/utils.c
1983                 sync with HEAD
1984
1985 2005-01-24 [colin]      1.0.0cvs11.1
1986
1987         * src/procheader.c
1988                 Sync with HEAD
1989
1990 2005-01-24 [colin]      1.0.0cvs10.1
1991
1992         * src/folderview.c
1993                 Sync with HEAD
1994
1995 2005-01-23 [colin]      1.0.0cvs9.1
1996
1997         * src/crash.c
1998                 Sync with HEAD
1999
2000 2005-01-22 [colin]      1.0.0cvs8.1
2001
2002         * src/summaryview.c
2003         * src/gtk/quicksearch.c
2004                 Sync with HEAD
2005
2006 2005-01-21 [colin]      1.0.0cvs7.1
2007
2008         * src/summaryview.c
2009                 Sync with HEAD
2010
2011 2005-01-21 [colin]      1.0.0cvs6.1
2012
2013         * src/summaryview.c
2014                 Sync with HEAD
2015
2016 2005-01-21 [colin]      1.0.0cvs5.1
2017
2018         * src/gtk/quicksearch.c
2019         * src/prefs_common.c
2020         * src/prefs_common.h
2021                 Sync with HEAD (recurse option)
2022
2023 2005-01-21 [colin]      1.0.0cvs4.1
2024
2025         * src/folder.h
2026         * src/folderview.c
2027         * src/folderview.h
2028         * src/summaryview.c
2029         * src/gtk/quicksearch.c
2030         * src/gtk/quicksearch.h
2031                 Sync with HEAD (recursive quicksearch)
2032
2033 2005-01-20 [colin]      1.0.0cvs3.4
2034
2035         * src/ssl_manager.c
2036                 Remove useless code
2037
2038 2005-01-20 [colin]      1.0.0cvs3.3
2039
2040         * src/ssl_manager.c
2041                 Fix leak, thanks to Alfons.
2042
2043 2005-01-20 [colin]      1.0.0cvs3.2
2044
2045         * src/ssl_manager.c
2046                 Port SSL certificate window to GTK2.
2047
2048 2005-01-20 [paul]       1.0.0cvs3.1
2049
2050         * ChangeLog.claws
2051         * configure.ac
2052         * src/addrindex.c
2053         * src/addrindex.h
2054                 sync with HEAD
2055
2056 2005-01-19 [colin]      1.0.0cvs2.2
2057
2058         * src/plugins/trayicon/trayicon.c
2059                 Fix freeze with gtk-2.6, the easy way
2060                 (signal blocking helpless there...)
2061                 Closes bug #668.
2062
2063 2005-01-19 [colin]      1.0.0cvs2.1
2064
2065         * src/mbox.c
2066         * src/mbox.h
2067         * src/mainwindow.c
2068         * src/summaryview.c
2069         * src/summaryview.h
2070                 Sync with HEAD
2071
2072 2005-01-19 [paul]       1.0.0cvs1.1
2073
2074         * configure.ac
2075         * po/de.po
2076         * po/es.po
2077         * po/fr.po
2078         * po/hr.po
2079         * po/it.po
2080         * po/ja.po
2081         * po/ko.po
2082         * po/pt_BR.po
2083         * po/ru.po
2084         * po/sk.po
2085         * po/sr.po
2086                 sync with HEAD (update translations)
2087
2088 2005-01-18 [colin]      1.0.0cvs0.1
2089
2090         * src/foldersel.c
2091                 Specify search column - patch by Alfons
2092
2093 2005-01-18 [colin]      0.9.13cvs36.3
2094
2095         * src/prefs_toolbar.c
2096                 Change Delete to Remove
2097         * src/prefs_fonts.c
2098                 GTK2 version and leak fixes
2099         * src/prefs_actions.c
2100                 Add stock buttons.
2101                 All patches by Alfons
2102
2103 2005-01-17 [colin]      0.9.13cvs36.2
2104
2105         * src/compose.c
2106                 Fix DnD inserting twice. While at it,
2107                 add DnD support for text/plain in the
2108                 body, and add support in the headers.
2109
2110 2005-01-16 [colin]      0.9.13cvs36.1
2111
2112         * ChangeLog
2113         * ChangeLog.jp
2114         * ChangeLog.claws
2115                 Sync with HEAD (nothing applicable)
2116
2117 2005-01-16 [colin]      0.9.13cvs33.2
2118
2119         * src/prefs_toolbar.c
2120                 GTK2ize prefs_toolbar, by Alfons.
2121
2122 2005-01-14 [colin]      0.9.13cvs33.1
2123
2124         * src/html.c
2125         * src/msgcache.c
2126                 Sync with HEAD
2127
2128 2005-01-14 [colin]      0.9.13cvs32.1
2129
2130         * src/html.c
2131         * src/html.h
2132         * src/msgcache.c
2133         * AUTHORS
2134         * tools/calypso_convert.pl
2135                 Sync with HEAD
2136
2137 2005-01-08 [colin]      0.9.13cvs29.2
2138
2139         * src/prefs_filtering_action.c
2140         * src/prefs_filtering.c
2141                 2 more gtk2 patches by Alfons
2142
2143 2005-01-07 [paul]       0.9.13cvs29.1
2144
2145         * ChangeLog
2146         * ChangeLog.claws
2147         * ChangeLog.jp
2148         * configure.ac
2149         * src/pop.c
2150         * src/pop.h
2151                 sync with HEAD
2152
2153 2005-01-07 [colin]      0.9.13cvs28.3
2154
2155         * src/gtk/progressdialog.c
2156         * src/gtk/progressdialog.h
2157         * src/inc.c
2158         * src/send_message.c
2159                 GTK2 for the incorporation dialog. The CList isn't dead
2160                 yet, for a more smooth migration. Patch by Alfons.
2161
2162 2005-01-06 [colin]      0.9.13cvs28.2
2163
2164         * src/prefs_display_header.c
2165                 GTK2 conversion by Alfons
2166         * src/prefs_actions.c
2167         * src/prefs_matcher.c
2168                 Fix 2 leaks - patch by Alfons
2169
2170 2005-01-06 [colin]      0.9.13cvs28.1
2171
2172         * src/prefs_matcher.c
2173                 Sync with HEAD
2174
2175 2005-01-06 [colin]      0.9.13cvs27.4
2176
2177         * src/prefs_matcher.c
2178                 Fix double-free. Patch by Alfons
2179
2180 2005-01-06 [colin]      0.9.13cvs27.3
2181
2182         * src/prefs_matcher.c
2183                 GTK2 widgets + memleak
2184                 Patch by Alfons
2185
2186 2005-01-05 [colin]      0.9.13cvs27.2
2187
2188         * src/account.c
2189         * src/addr_compl.c
2190         * src/foldersel.c
2191         * src/stock_pixmap.c
2192         * src/stock_pixmap.h
2193                 3 more GTK2 patches by Alfons.
2194
2195 2005-01-04 [colin]      0.9.13cvs27.1
2196
2197         * src/folderview.c
2198         * src/imap_gtk.c
2199         * src/news_gtk.c
2200                 Sync with HEAD
2201
2202 2005-01-04 [colin]      0.9.13cvs25.9
2203
2204         * src/compose.c
2205                 Fix Show Ruler menuitem
2206         * src/prefs_template.c
2207                 Convert to GTK2
2208         * src/common/utils.c
2209                 Make auto pointer stuff handles NULLs
2210                 Patches by Alfons.
2211
2212 2005-01-04 [colin]      0.9.13cvs25.8
2213
2214         * src/compose.c
2215                 Move the attachment list to gtk2
2216                 Patch by Alfons.
2217
2218 2005-01-04 [colin]      0.9.13cvs25.7
2219
2220         * src/textview.c
2221                 Make some keys work again
2222                 Patch by SungHyun Nam <namsh@kldp.org>
2223
2224 2005-01-04 [colin]      0.9.13cvs25.6
2225
2226         * src/gtk/gtkshruler.c
2227                 Move the ruler to GTK2
2228                 Patch by Alfons
2229
2230 2005-01-03 [colin]      0.9.13cvs25.5
2231
2232         * src/compose.c
2233                 Fix my broken patch apply 
2234
2235 2005-01-03 [colin]      0.9.13cvs25.4
2236
2237         * src/common/utils.c
2238         * src/common/utils.h
2239         * src/gtk/prefswindow.c
2240                 Move auto pointer stuff to utils.c
2241                 Patch by Alfons again :)
2242
2243 2005-01-03 [colin]      0.9.13cvs25.3
2244
2245         * src/compose.c
2246         * src/prefs_gtk.c
2247         * src/prefs_template.c
2248         * src/textview.c
2249                 Empty text widgets with empty strings, not NULL char
2250                 Patch by SungHyun Nam <namsh@kldp_org>
2251
2252 2005-01-03 [colin]      0.9.13cvs25.2
2253
2254         * src/main.c
2255         * AUTHORS
2256                 Sync with HEAD
2257
2258 2005-01-03 [colin]      0.9.13cvs25.1
2259
2260         * src/pop.c
2261         * src/pop.h
2262                 Sync with HEAD
2263
2264 2005-01-03 [colin]      0.9.13cvs24.3
2265
2266         * src/account.c
2267                 Two patches from Alfons and Alex S Moore:
2268                 fix images, fix return value.
2269
2270 2005-01-01 [colin]      0.9.13cvs24.2
2271
2272         * src/prefs_actions.c
2273                 Fix over-zealous assertion. Patch by Alfons
2274
2275 2005-01-01 [colin]      0.9.13cvs24.1
2276
2277         * src/procmime.c
2278                 Sync with HEAD (leak fix)
2279
2280 2004-12-31 [colin]      0.9.13cvs23.2
2281
2282         * src/prefs_common.c
2283                 GTK2 widgets + stock buttons - patch by Alfons
2284
2285 2004-12-31 [paul]       0.9.13cvs23.1
2286
2287         * configure.ac
2288                 bump up EXTRA_VERSION to match (sync'ed) HEAD
2289         * src/gtk/pluginwindow.c
2290                 use GTK2 widgets and plug memory leaks,
2291                 patches by Alfons
2292
2293 2004-12-30 [colin]      0.9.13cvs22.4
2294
2295         * src/account.c
2296         * src/action.c
2297         * src/export.c
2298         * src/foldersel.c
2299         * src/import.c
2300         * src/message_search.c
2301         * src/prefs_actions.c
2302         * src/prefs_common.c
2303         * src/prefs_customheader.c
2304         * src/prefs_filtering.c
2305         * src/prefs_summary_column.c
2306         * src/summary_search.c
2307         * src/gtk/about.c
2308         * src/gtk/description_window.c
2309         * src/gtk/gtkutils.c
2310         * src/gtk/gtkutils.h
2311         * src/gtk/inputdialog.c
2312         * src/gtk/prefswindow.c
2313                 Use GTK2 stock buttons. Patches by Alfons.
2314
2315 2004-12-30 [colin]      0.9.13cvs22.3
2316
2317         * src/account.c
2318                 Sync with HEAD
2319         * src/prefs_actions.c
2320         * src/prefs_customheader.c
2321         * src/prefs_filtering.c
2322         * src/prefs_msg_colors.c
2323         * src/prefs_summary_column.c
2324         * src/gtk/prefswindow.c
2325                 Use GtkTreeView instead of deprecated 
2326                 widgets. Patches by Alfons.
2327
2328 2004-12-30 [paul]       0.9.13cvs22.2
2329
2330         * src/foldersel.c
2331                 use GTK 2 Tree View
2332                 patch by Alfons, with root folder sorting fix
2333                 by Stephan Sachse
2334
2335 2004-12-30 [paul]       0.9.13cvs22.1
2336
2337         * ChangeLog
2338         * ChangeLog.claws
2339         * ChangeLog.jp
2340         * NEWS
2341         * configure.ac
2342         * src/account.c
2343                 sync with HEAD
2344
2345 2004-12-22 [martin]     0.9.13cvs21.2
2346
2347         * src/action.c
2348                 free the command line after its use
2349
2350 2004-12-18 [paul]       0.9.13cvs21.1
2351
2352         * AUTHORS
2353         * ChangeLog
2354         * ChangeLog.claws
2355         * ChangeLog.jp
2356         * NEWS
2357         * configure.ac
2358         * src/action.c
2359         * src/compose.c
2360         * src/syldap.c
2361                 sync with HEAD
2362
2363 2004-12-17 [martin]     0.9.13cvs17.2
2364
2365         * src/action.c
2366                 convert actions input to locale
2367         * src/inc.c
2368                 convert notification command to locale
2369         * src/plugins/pgpmime/select-keys.c
2370                 convert attributes to utf8
2371
2372 2004-12-14 [colin]      0.9.13cvs17.1
2373
2374         * ChangeLog
2375         * ChangeLog.jp
2376         * ChangeLog.claws
2377         * src/action.c
2378         * src/common/utils.c
2379         * src/gtk/prefswindow.c
2380         * src/gtk/gtkutils.c
2381         * src/gtk/gtkutils.h
2382         * src/plugins/spamassassin/libspamc.c
2383                 Sync with HEAD
2384
2385 2004-12-13 [colin]      0.9.13cvs14.1
2386
2387         * src/quote_fmt_parse.y
2388                 Sync with HEAD
2389
2390 2004-12-10 [colin]      0.9.13cvs12.1
2391
2392         * src/prefs_themes.c
2393         * src/mainwindow.c
2394         * src/messageview.c
2395                 Sync with HEAD
2396
2397 2004-12-09 [colin]      0.9.13cvs10.1
2398
2399         * src/procmime.c
2400                 Sync with HEAD (fix B64 encoding from memory)
2401
2402 2004-12-08 [colin]      0.9.13cvs9.1
2403
2404         * src/gtk/colorlabel.c
2405                 Sync with HEAD
2406
2407 2004-12-08 [paul]       0.9.13cvs8.2
2408
2409         * src/gtk/pluginwindow.c
2410                 fix window resizing oddities
2411
2412 2004-12-08 [colin]      0.9.13cvs8.1
2413
2414         * src/quote_fmt_parse.y
2415                 Sync with HEAD
2416
2417 2004-12-08 [colin]      0.9.13cvs7.1
2418
2419         * src/matcher_parser_parse.y
2420         * src/msgcache.c
2421         * src/prefs_matcher.c
2422         * src/procheader.c
2423         * src/matcher.c
2424         * src/common/defs.h
2425         * po/sr.po
2426                 Sync with HEAD
2427
2428 2004-12-08 [colin]      0.9.13cvs6.1
2429
2430         * src/quote_fmt_parse.y
2431         * src/textview.c
2432                 Sync with HEAD
2433         * src/gtk/prefswindow.c
2434         * src/gtk/pluginwindow.c
2435                 Fix G_CALLBACKS protos (thanks to Alfons)
2436
2437 2004-12-07 [torte]      0.9.13cvs2.2
2438
2439         * src/procmime.c
2440                 [Bug 650] reply button causes crash
2441                 Thanks to David Relson and Christoph
2442
2443 2004-12-07 [colin]      0.9.13cvs2.1
2444
2445         * ChangeLog.claws
2446         * AUTHORS
2447         * po/sk.po
2448         * src/procmime.c
2449         * src/prefs_account.c
2450         * src/common/smtp.c
2451         * src/common/smtp.h
2452                 Sync with HEAD
2453
2454 2004-12-06 [colin]      0.9.12cvs187.1
2455
2456         * ChangeLog.claws
2457         * INSTALL
2458         * Makefile.am
2459         * README.claws
2460         * TODO.claws
2461         * configure.ac
2462         * po/bg.po
2463         * po/cs.po
2464         * po/el.po
2465         * po/en_GB.po
2466         * po/es.po
2467         * po/fr.po
2468         * po/hr.po
2469         * po/hu.po
2470         * po/it.po
2471         * po/ja.po
2472         * po/ko.po
2473         * po/nl.po
2474         * po/pl.po
2475         * po/pt_BR.po
2476         * po/ru.po
2477         * po/sk.po
2478         * po/sr.po
2479         * po/sv.po
2480         * po/zh_CN.po
2481         * po/zh_TW.Big5.po
2482         * src/compose.c
2483         * tools/Makefile.am
2484         * tools/README
2485         * tools/filter_conv.pl
2486         * tools/kdeservicemenu/README
2487         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2488         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2489                 Sync with HEAD
2490
2491 2004-12-04 [colin]      0.9.12cvs183.1
2492
2493         * src/compose.c
2494                 Sync with HEAD (compose window position saving)
2495
2496 2004-12-04 [paul]       0.9.12cvs182.3
2497
2498         * src/messageview.c
2499         * src/mimeview.c
2500         * src/prefs_customheader.c
2501         * src/gtk/quicksearch.c
2502                 replace some forgotten GTK_SIGNAL_FUNCs
2503
2504 2004-12-04 [paul]       0.9.12cvs182.2
2505
2506         * src/Makefile.am
2507                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2508                 committed in error      
2509
2510 2004-12-04 [paul]       0.9.12cvs182.1
2511
2512         * ChangeLog
2513         * ChangeLog.claws
2514         * ChangeLog.jp
2515         * INSTALL
2516         * NEWS
2517         * README
2518         * README.jp
2519         * configure.ac
2520         * doc/manual/ja/Makefile.am
2521         * doc/manual/ja/sylpheed-1.html
2522         * doc/manual/ja/sylpheed-10.html
2523         * doc/manual/ja/sylpheed-11.html
2524         * doc/manual/ja/sylpheed-12.html
2525         * doc/manual/ja/sylpheed-13.html
2526         * doc/manual/ja/sylpheed-14.html
2527         * doc/manual/ja/sylpheed-15.html
2528         * doc/manual/ja/sylpheed-16.html
2529         * doc/manual/ja/sylpheed-17.html
2530         * doc/manual/ja/sylpheed-18.html
2531         * doc/manual/ja/sylpheed-19.html
2532         * doc/manual/ja/sylpheed-2.html
2533         * doc/manual/ja/sylpheed-20.html
2534         * doc/manual/ja/sylpheed-3.html
2535         * doc/manual/ja/sylpheed-4.html
2536         * doc/manual/ja/sylpheed-5.html
2537         * doc/manual/ja/sylpheed-6.html
2538         * doc/manual/ja/sylpheed-7.html
2539         * doc/manual/ja/sylpheed-8.html
2540         * doc/manual/ja/sylpheed-9.html
2541         * doc/manual/ja/sylpheed.html
2542         * doc/manual/ja/sylpheed.sgml
2543         * po/de.po
2544         * src/Makefile.am
2545         * src/compose.c
2546         * src/procmime.c
2547         * src/pixmaps/regular.xpm **REMOVED**
2548         * src/plugins/pgpmime/pgpmime.c
2549         * src/plugins/pgpmime/plugin.c
2550         * src/plugins/pgpmime/prefs_gpg.c
2551                 sync with HEAD
2552
2553 2004-12-03 [paul]       0.9.12cvs180.1
2554
2555         * ChangeLog
2556         * ChangeLog.claws
2557         * ChangeLog.jp
2558         * configure.ac
2559         * src/Makefile.am
2560         * src/pop.c
2561         * src/common/utils.c
2562         * src/common/utils.h
2563         * src/pixmaps/continue.xpm
2564         * src/pixmaps/dir_close.xpm
2565         * src/pixmaps/dir_open.xpm
2566         * src/pixmaps/drafts_close.xpm
2567         * src/pixmaps/drafts_open.xpm
2568         * src/pixmaps/folder.xpm **REMOVED**
2569         * src/pixmaps/group.xpm
2570         * src/pixmaps/unread.xpm
2571                 sync with HEAD
2572
2573 2004-12-02 [colin]      0.9.12cvs179.1
2574
2575         * src/compose.c
2576                 Sync with HEAD (non-duplicated reedition)
2577
2578 2004-12-02 [colin]      0.9.12cvs178.1
2579
2580         * src/compose.c
2581                 Sync with HEAD (linewrap_quote fix)
2582
2583 2004-12-01 [colin]      0.9.12cvs177.3
2584
2585         * src/addrharvest.c
2586                 Replace sizeof with strlen
2587
2588 2004-12-01 [paul]       0.9.12cvs177.2
2589
2590         * src/addrharvest.c
2591                 fix 'harvest addresses'
2592
2593 2004-11-30 [colin]      0.9.12cvs177.1
2594
2595         * src/gtk/prefswindow.c
2596         * src/gtk/pluginwindow.c
2597                 Sync with HEAD
2598
2599 2004-11-29 [colin]      0.9.12cvs176.1
2600
2601         * src/folderview.c
2602                 sync with HEAD (Fix disappearing separators in folderview's popup)
2603
2604 2004-11-29 [colin]      0.9.12cvs175.1
2605
2606         * src/procmime.c
2607                 Sync with head (another format fix)
2608
2609 2004-11-29 [colin]      0.9.12cvs174.1
2610
2611         * src/pop.c
2612                 Sync with HEAD (format string fix)
2613
2614 2004-11-26 [colin]      0.9.12cvs173.1
2615
2616         * src/common/smtp.c
2617         * src/common/smtp.h
2618                 Sync with HEAD
2619
2620 2004-11-24 [colin]      0.9.12cvs172.1
2621
2622         * src/plugins/pgpmime/pgpmime.c
2623                 Sync with HEAD
2624
2625 2004-11-24 [colin]      0.9.12cvs171.1
2626
2627         * src/plugins/pgpmime/pgpmime.c
2628                 Sync with head (gpgmectx leaks)
2629
2630 2004-11-24 [colin]      0.9.12cvs169.1
2631
2632         * src/plugins/pgpmime/plugin.c
2633         * src/plugins/trayicon/Makefile.am
2634         * src/plugins/trayicon/newmarkedmail.xpm
2635         * src/plugins/trayicon/trayicon.c
2636         * src/plugins/trayicon/unreadmarkedmail.xpm
2637                 Sync with HEAD
2638
2639 2004-11-23 [colin]      0.9.12cvs168.1
2640
2641         * src/partial_download.c
2642         * src/partial_download.h
2643         * src/plugins/pgpmime/plugin.c
2644                 Sync with HEAD
2645
2646 2004-11-23 [colin]      0.9.12cvs166.1
2647
2648         * src/Makefile.am
2649         * src/codeconv.c
2650         * src/compose.c
2651         * src/folderview.c
2652         * src/main.c
2653         * src/partial_download.c
2654         * src/partial_download.h
2655         * src/prefs_account.c
2656         * src/prefs_account.h
2657         * src/privacy.c
2658         * src/privacy.h
2659         * src/procmime.c
2660         * src/common/Makefile.am
2661         * src/common/base64.h
2662         * src/common/partial_download.c
2663         * src/common/partial_download.h
2664         * src/gtk/prefswindow.c
2665         * src/gtk/prefswindow.h
2666         * src/plugins/pgpmime/pgpmime.c
2667         * src/plugins/pgpmime/prefs_gpg.c
2668         * src/plugins/pgpmime/prefs_gpg.h
2669         * src/plugins/pgpmime/sgpgme.c
2670         * src/plugins/pgpmime/sgpgme.h
2671                 Sync with HEAD
2672
2673 2004-11-23 [colin]      0.9.12cvs163.1
2674
2675         * src/main.c
2676                 Sync with HEAD (cursor optimization)
2677
2678 2004-11-23 [colin]      0.9.12cvs162.1
2679
2680         * src/prefs_common.c
2681         * src/prefs_themes.c
2682         * src/procmsg.c
2683                 Sync with HEAD
2684
2685 2004-11-23 [colin]      0.9.12cvs158.9
2686
2687         * src/compose.c
2688                 Fix double-free when forwarding
2689         * src/msgcache.c
2690                 Fix leak on error path
2691                 
2692
2693 2004-11-23 [colin]      0.9.12cvs158.8
2694
2695         * src/compose.c
2696                 Fix possible double-free
2697                 Spotted by Alfons
2698
2699 2004-11-23 [colin]      0.9.12cvs158.7
2700
2701         * src/compose.c
2702                 Fix some signal handlers' prototypes
2703                 Spotted by Alfons
2704
2705 2004-11-22 [colin]      0.9.12cvs158.6
2706
2707         * src/compose.c
2708                 Remove unneeded code and duplicated
2709                 wrapping - patch by Alfons
2710
2711 2004-11-22 [colin]      0.9.12cvs158.5
2712
2713         * src/prefs_themes.c
2714                 Fix oversized selector
2715
2716 2004-11-22 [colin]      0.9.12cvs158.4
2717
2718         * src/compose.c
2719                 fix dump_text()
2720                 patch by Alfons
2721
2722 2004-11-19 [colin]      0.9.12cvs158.3
2723
2724         * src/textview.c
2725                 Add a context menu on links (open, copy)
2726
2727 2004-11-18 [paul]       0.9.12cvs158.2
2728
2729         * src/addrgather.c
2730         * src/exphtmldlg.c
2731         * src/expldifdlg.c
2732         * src/mimeview.c
2733         * src/prefs_common.c
2734         * src/plugins/image_viewer/viewer.c
2735         * src/plugins/spamassassin/spamassassin_gtk.c
2736                 replace deprecated gtk_notebook_set_page
2737                 and gtk_notebook_current_page
2738
2739 2004-11-18 [paul]       0.9.12cvs158.1
2740
2741         * configure.ac
2742         * src/compose.c
2743         * src/mainwindow.c
2744         * src/messageview.c
2745         * src/prefs_common.c
2746         * src/common/utils.c
2747         * src/common/utils.h
2748                 sync with HEAD
2749
2750 2004-11-17 [colin]      0.9.12cvs156.1
2751
2752         * src/prefs_account.c
2753         * src/prefs_account.h
2754         * src/procmsg.c
2755                 Sync with HEAD (add pref to store encrypted mails encrypted)
2756
2757 2004-11-17 [paul]       0.9.12cvs155.1
2758
2759         * ChangeLog
2760         * ChangeLog.claws
2761         * ChangeLog.jp
2762         * NEWS
2763         * configure.ac
2764         * src/compose.c
2765         * src/jpilot.c
2766         * src/privacy.c
2767         * src/procmime.c
2768         * src/procmime.h
2769         * src/procmsg.c
2770         * src/toolbar.c
2771         * src/pixmaps/error.xpm
2772                 sync with HEAD
2773
2774 2004-11-17 [colin]      0.9.12cvs151.1
2775
2776         * src/plugins/pgpmime/pgpmime.c
2777                 Sync with HEAD (remove debug printf)
2778
2779 2004-11-17 [colin]      0.9.12cvs150.1
2780
2781         * src/plugins/pgpmime/pgpmime.c
2782                 Sync with HEAD (off-by-one fix)
2783
2784 2004-11-17 [colin]      0.9.12cvs149.1
2785
2786         * src/procmsg.c
2787                 Sync with HEAD (coding style fixes)
2788
2789 2004-11-16 [colin]      0.9.12cvs148.1
2790
2791         * src/procmsg.c
2792                 Sync with head (Fix the fix)
2793
2794 2004-11-16 [colin]      0.9.12cvs147.1
2795
2796         * src/procmsg.c
2797                 Sync with Main (leak fix)
2798
2799 2004-11-16 [colin]      0.9.12cvs146.14
2800
2801         * src/compose.c
2802                 Remove useless chunk of code
2803                 Patch by Alfons
2804
2805 2004-11-15 [colin]      0.9.12cvs146.13
2806
2807         * src/compose.c
2808                 Fix drafting after insertion
2809                 Patch by Alfons
2810
2811 2004-11-15 [colin]      0.9.12cvs146.12
2812
2813         * src/compose.c
2814         * src/prefs_filtering.c
2815         * src/prefs_filtering_action.c
2816         * src/prefs_toolbar.c
2817                 Fix some const-correctness
2818
2819 2004-11-15 [colin]      0.9.12cvs146.11
2820
2821         * src/summaryview.c
2822         * src/prefs_themes.c
2823         * src/messageview.c
2824                 Fix some leaks
2825
2826 2004-11-15 [colin]      0.9.12cvs146.10
2827
2828         * src/codeconv.c
2829                 More unreadable locale fixes
2830
2831 2004-11-14 [colin]      0.9.12cvs146.9
2832
2833         * src/textview.c
2834                 Fix uri_security_check
2835                 Patch by Alfons
2836
2837 2004-11-13 [paul]       0.9.12cvs146.8
2838
2839         * src/folder.c
2840         * src/procmime.c
2841                 fix 2 bugs introduced in last commit
2842
2843 2004-11-13 [paul]       0.9.12cvs146.7
2844
2845         * src/compose.c
2846         * src/exporthtml.c
2847         * src/exportldif.c
2848         * src/folder.c
2849         * src/imap.c
2850         * src/imap_gtk.c
2851         * src/main.c
2852         * src/mainwindow.c
2853         * src/messageview.c
2854         * src/mh_gtk.c
2855         * src/prefs_themes.c
2856         * src/procmime.c
2857         * src/setup.c
2858         * src/summaryview.c
2859                 replace deprecated g_basename
2860
2861 2004-11-13 [paul]       0.9.12cvs146.6
2862
2863         * src/compose.c
2864         * src/imap.c
2865         * src/matcher_parser.h
2866         * src/matcher_parser_parse.y
2867         * src/prefs_filtering.c
2868         * src/prefs_filtering_action.c
2869         * src/prefs_themes.c
2870         * src/prefs_toolbar.c
2871         * src/common/utils.c
2872                 various small fixes/cleanups
2873
2874 2004-11-12 [colin]      0.9.12cvs146.5
2875
2876         * src/textview.c
2877                 Validate event's origin on visibility notify
2878                 Patch by Alfons.
2879
2880 2004-11-12 [paul]       0.9.12cvs146.4
2881
2882         * src/exporthtml.c
2883         * src/exportldif.c
2884         * src/imap.c
2885         * src/mh.c
2886         * src/mimeview.c
2887         * src/prefs_spelling.c
2888         * src/prefs_themes.c
2889                 replace deprecated g_dirname    
2890
2891 2004-11-12 [colin]      0.9.12cvs146.3
2892
2893         * src/textview.c
2894                 Some coding style fixes
2895
2896 2004-11-12 [colin]      0.9.12cvs146.2
2897
2898         * src/codeconv.c
2899                 We want to replace _all_ extended chars in
2900                 conv_unreadable_*, because any string containing
2901                 extended chars not parsing as UTF8 is 
2902                 undisplayed on gtk2.
2903
2904 2004-11-12 [paul]       0.9.12cvs146.1
2905
2906         * ChangeLog
2907         * ChangeLog.claws
2908         * ChangeLog.jp
2909         * NEWS
2910         * configure.ac
2911         * src/account.c
2912         * src/folderview.c
2913         * src/folderview.h
2914         * src/imap.c
2915         * src/imap_gtk.c
2916         * src/inc.c
2917         * src/mainwindow.c
2918         * src/mh_gtk.c
2919         * src/news_gtk.c
2920         * src/pop.c
2921         * src/prefs_account.c
2922         * src/prefs_account.h
2923         * src/prefs_ext_prog.c
2924         * src/procmime.c
2925         * src/procmime.h
2926         * src/procmsg.c
2927         * src/procmsg.h
2928         * src/summary_search.c
2929         * src/summaryview.c
2930         * src/textview.c
2931         * src/common/defs.h
2932         * src/common/utils.c
2933         * src/common/utils.h
2934         * src/gtk/menu.c
2935         * src/gtk/menu.h
2936                 sync with HEAD
2937
2938 2004-11-11 [colin]      0.9.12cvs144.2
2939
2940         * src/textview.c
2941                 Fix URI range selection (patch by Alfons)
2942
2943 2004-11-09 [colin]      0.9.12cvs144.1
2944
2945         * ChangeLog.claws
2946         * src/compose.c
2947         * src/folder.c
2948         * src/folder_item_prefs.c
2949         * src/prefs_account.c
2950         * src/prefs_account.h
2951         * src/plugins/pgpmime/pgpmime.c
2952                 Sync with HEAD
2953
2954 2004-11-08 [colin]      0.9.12cvs143.1
2955
2956         * src/summaryview.c
2957                 Sync with HEAD (optimize quicksearch)
2958
2959 2004-11-08 [colin]      0.9.12cvs142.2
2960
2961         * src/compose.c
2962                 Don't wrap when Edit/Auto wrapping is disabled
2963
2964 2004-11-08 [colin]      0.9.12cvs142.1
2965
2966         * src/textview.c
2967                 Sync with HEAD
2968
2969 2004-11-08 [colin]      0.9.12cvs141.1
2970
2971         * src/textview.c
2972                 Sync with HEAD (fix some mail URIs)
2973
2974 2004-11-08 [colin]      0.9.12cvs140.3
2975
2976         * src/textview.c
2977                 o Use text cursor instead of arrow when
2978                   not on a link
2979                 o Fix handling of contiguous links (as in
2980                   "colin@colino.net" <colin@colino.net>)
2981                   This one unveils a bug in get_email_part()
2982
2983 2004-11-07 [colin]      0.9.12cvs140.2
2984
2985         * src/textview.c
2986                 Fix memleak. Patch by Alfons.
2987
2988 2004-11-06 [colin]      0.9.12cvs140.1
2989
2990         * src/compose.c
2991                 Sync with HEAD (don't ask passphrase
2992                 when drafting)
2993
2994 2004-11-06 [paul]       0.9.12cvs139.2
2995
2996         * AUTHORS
2997         * src/textview.c
2998         * src/textview.h
2999                 textview URI handling. hovering over a 
3000                 link displays it in the status bar,
3001                 and changes the mouse pointer to a hand 
3002                 cursor. a link is activated with a single 
3003                 click. (Modified from the) patch by Jean-Yves 
3004                 Lefort <jylefort@users.sourceforge.net>
3005                 
3006
3007 2004-11-05 [colin]      0.9.12cvs139.1
3008
3009         * src/compose.c
3010         * src/procmime.c
3011                 Sync with HEAD again ^^
3012
3013 2004-11-05 [colin]      0.9.12cvs139.1
3014
3015         * src/compose.c
3016         * src/procmime.c
3017                 Sync with HEAD
3018
3019 2004-11-03 [paul]       0.9.12cvs138.1
3020
3021         * ChangeLog.claws
3022         * configure.ac
3023         * po/POTFILES.in
3024         * src/prefs_ext_prog.c
3025         * src/procmime.c
3026         * tools/kdeservicemenu/README
3027         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3028         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3029                 sync with HEAD
3030
3031 2004-11-01 [christoph]  0.9.12cvs136.2
3032
3033         * src/procmime.c
3034                 convert MIME parameters to UTF-8
3035
3036 2004-10-29 [colin]      0.9.12cvs136.1
3037
3038         * src/common/utils.c
3039                 Sync with HEAD (don't use '=' in mime boundary)
3040
3041 2004-10-29 [paul]       0.9.12cvs135.1
3042
3043         * configure.ac
3044         * doc/src/rfc2231.txt
3045         * src/procmime.c
3046         * src/common/quoted-printable.c
3047         * src/common/utils.c
3048         * src/common/utils.h
3049                 sync with HEAD
3050
3051 2004-10-27 [paul]       0.9.12cvs134.1
3052
3053         * configure.ac
3054         * src/main.c
3055         * src/procmime.c
3056         * src/plugins/pgpmime/pgpmime.c
3057                 sync with HEAD
3058
3059 2004-10-26 [paul]       0.9.12cvs132.3
3060
3061         * src/account.c
3062         * src/addressbook.c
3063         * src/addrgather.c
3064         * src/addrharvest.c
3065         * src/codeconv.c
3066         * src/compose.c
3067         * src/customheader.c
3068         * src/editaddress.c
3069         * src/editgroup.c
3070         * src/enriched.c
3071         * src/expldifdlg.c
3072         * src/exporthtml.c
3073         * src/exportldif.c
3074         * src/folder.c
3075         * src/foldersel.c
3076         * src/folderview.c
3077         * src/grouplistdialog.c
3078         * src/html.c
3079         * src/imap.c
3080         * src/jpilot.c
3081         * src/ldapserver.c
3082         * src/ldif.c
3083         * src/mimeview.c
3084         * src/news.c
3085         * src/news_gtk.c
3086         * src/pop.c
3087         * src/prefs_display_header.c
3088         * src/prefs_gtk.c
3089         * src/prefs_msg_colors.c
3090         * src/prefs_toolbar.c
3091         * src/procheader.c
3092         * src/procmime.c
3093         * src/summaryview.c
3094         * src/textview.c
3095         * src/toolbar.c
3096         * src/vcard.c
3097         * src/common/mgutils.c
3098         * src/common/nntp.c
3099         * src/common/smtp.c
3100         * src/common/template.c
3101         * src/common/utils.c
3102         * src/common/xmlprops.c
3103         * src/plugins/pgpmime/pgpmime.c
3104         * src/plugins/pgpmime/select-keys.c
3105         * src/plugins/pgpmime/sgpgme.c
3106                 replace deprecated g_strcasecmp(), g_strncasecmp(),
3107                 g_string_sprintfa(), gtk_notebook_current_page()
3108
3109 2004-10-26 [colin]      0.9.12cvs132.2
3110
3111         * src/prefs_folder_item.c
3112                 Fix default-account selection
3113
3114 2004-10-21 [colin]      0.9.12cvs133
3115
3116         * src/compose.c
3117                 Sync with HEAD (Remove extra separator in compose's Options)
3118         * src/textview.c
3119                 Set wrapping to char
3120
3121 2004-10-21 [paul]       0.9.12cvs131.2
3122
3123         * src/compose.c
3124         * src/sourcewindow.c
3125                 fix wrapping
3126                 fix window shrinking 
3127
3128 2004-10-21 [colin]      0.9.12cvs131.1
3129
3130         * ChangeLog.claws
3131         * src/compose.c
3132                 Sync with HEAD
3133
3134 2004-10-21 [paul]       0.9.12cvs130.2
3135
3136         * src/prefs_folder_item.c
3137                 sync with HEAD (Apply to subfolders)
3138
3139 2004-10-19 [colin]      0.9.12cvs130.1
3140
3141         * ChangeLog.claws
3142         * src/compose.c
3143         * src/common/utils.c
3144         * src/gtk/menu.c
3145                 Sync with HEAD
3146
3147 2004-10-19 [colin]      0.9.12cvs128.1
3148
3149         * src/addrbook.c
3150         * src/addrcache.c
3151         * src/addressbook.c
3152         * src/codeconv.c
3153         * src/compose.c
3154         * src/customheader.c
3155         * src/editaddress.c
3156         * src/editgroup.c
3157         * src/exporthtml.c
3158         * src/folder.c
3159         * src/folderview.c
3160         * src/imap.c
3161         * src/jpilot.c
3162         * src/main.c
3163         * src/matcher_parser_parse.y
3164         * src/mbox.c
3165         * src/pop.c
3166         * src/prefs_account.c
3167         * src/prefs_gtk.c
3168         * src/prefs_msg_colors.c
3169         * src/procheader.c
3170         * src/procmime.c
3171         * src/procmime.h
3172         * src/procmsg.c
3173         * src/summaryview.c
3174         * src/textview.c
3175         * src/common/base64.c
3176         * src/common/partial_download.c
3177         * src/common/socket.c
3178         * src/common/sylpheed.c
3179         * src/common/utils.c
3180         * src/common/utils.h
3181         * src/gtk/pluginwindow.c
3182         * src/gtk/quicksearch.c
3183         * src/plugins/clamav/clamav_plugin.c
3184         * src/plugins/clamav/clamav_plugin.h
3185         * src/plugins/clamav/clamav_plugin_gtk.c
3186         * src/plugins/pgpmime/passphrase.c
3187         * src/plugins/pgpmime/pgpmime.c
3188         * src/plugins/pgpmime/plugin.c
3189         * src/plugins/pgpmime/prefs_gpg.c
3190         * src/plugins/pgpmime/prefs_gpg.h
3191         * src/plugins/pgpmime/select-keys.c
3192         * src/plugins/pgpmime/sgpgme.c
3193         * src/plugins/spamassassin/libspamc.c
3194         * src/plugins/spamassassin/spamassassin.c
3195         * src/plugins/spamassassin/spamassassin.h
3196         * src/plugins/spamassassin/spamassassin_gtk.c
3197         * src/plugins/trayicon/trayicon.c
3198         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3199                 Sync with HEAD
3200
3201 2004-10-14 [colin]      0.9.12cvs126.2
3202
3203         * src/codeconv.c
3204         * src/textview.c
3205                 Fix conv_unreadable_locale
3206
3207 2004-10-13 [colin]      0.9.12cvs126.1
3208
3209         * src/compose.c
3210                 Sync with HEAD (don't convert charset for 
3211                 drafted messages, minor cleanup)
3212
3213 2004-10-13 [colin]      0.9.12cvs125.1
3214
3215         * po/POTFILES.in
3216                 Sync with HEAD (POTFILES fix)
3217
3218 2004-10-12 [colin]      0.9.12cvs124.3
3219
3220         * src/compose.c
3221                 Fix encoding bug from latest sync
3222
3223 2004-10-12 [paul]       0.9.12cvs124.2
3224
3225         * src/plugins/pgpmime/prefs_gpg.c
3226         * src/plugins/pgpmime/prefs_gpg.h
3227                 forgotten in last commit        
3228
3229 2004-10-12 [paul]       0.9.12cvs124.1
3230
3231         * ChangeLog.claws
3232         * configure.ac
3233         * m4/spamassassin.m4
3234         * src/Makefile.am
3235         * src/account.c
3236         * src/compose.c
3237         * src/compose.h
3238         * src/crash.c
3239         * src/main.c
3240         * src/mimeview.c
3241         * src/passphrase.c
3242         * src/passphrase.h
3243         * src/prefs_account.c
3244         * src/prefs_account.h
3245         * src/prefs_common.c
3246         * src/privacy.c
3247         * src/privacy.h
3248         * src/procmime.c
3249         * src/procmime.h
3250         * src/procmsg.c
3251         * src/rfc2015.c
3252         * src/rfc2015.h
3253         * src/select-keys.c
3254         * src/select-keys.h
3255         * src/textview.c
3256         * src/common/utils.c
3257         * src/common/utils.h
3258         * src/gtk/about.c
3259         * src/plugins/pgpmime/Makefile.am
3260         * src/plugins/pgpmime/passphrase.c
3261         * src/plugins/pgpmime/passphrase.h
3262         * src/plugins/pgpmime/pgpmime.c
3263         * src/plugins/pgpmime/plugin.c
3264         * src/plugins/pgpmime/select-keys.c
3265         * src/plugins/pgpmime/select-keys.h
3266         * src/plugins/pgpmime/sgpgme.c
3267         * src/plugins/pgpmime/sgpgme.h
3268                 sync with HEAD
3269
3270 2004-10-04 [colin]      0.9.12cvs122.1
3271
3272         * src/mainwindow.c
3273         * src/messageview.c
3274         * src/messageview.h
3275         * src/textview.c
3276                 Sync with HEAD
3277
3278 2004-10-04 [colin]      0.9.12cvs121.1
3279
3280         * src/summaryview.c
3281                 Sync with HEAD
3282
3283 2004-10-04 [paul]       0.9.12cvs120.1
3284
3285         * configure.ac
3286                 sync with HEAD [don't try to build 
3287                 pgpmime plugin when gpgme is disabled]
3288
3289 2004-10-03 [colin]      0.9.12cvs119.3
3290
3291         * src/gtk/gtksctree.c
3292                 Lots of side effects. Put back as before 117.2.
3293         * src/summaryview.c
3294                 Fix bug #602
3295
3296 2004-10-03 [colin]      0.9.12cvs119.2
3297
3298         * src/gtk/gtksctree.c
3299                 Revert 608 fix that doesn't work that good
3300
3301 2004-10-02 [colin]      0.9.12cvs119.1
3302
3303         * src/mainwindow.c
3304         * src/messageview.c
3305         * src/prefs_common.h
3306         * src/procmime.c
3307         * src/procmime.h
3308         * src/textview.c
3309                 Sync with HEAD
3310         * src/gtk/gtksctree.c
3311                 Close bug #608
3312
3313 2004-10-01 [colin]      0.9.12cvs118.1
3314
3315         * src/mimeview.c
3316                 Sync with HEAD (better Save All fix)
3317
3318 2004-10-01 [colin]      0.9.12cvs117.2
3319
3320         * src/gtk/gtksctree.c
3321                 Faster on selection
3322
3323 2004-10-01 [colin]      0.9.12cvs117.1
3324
3325         * src/mimeview.c
3326                 Sync with HEAD (Save All: only attachments)
3327
3328 2004-10-01 [paul]       0.9.12cvs116.1
3329
3330         * ChangeLog.claws
3331         * configure.ac
3332         * src/account.c
3333         * src/prefs_common.c
3334         * src/gtk/colorlabel.c
3335                 sync with HEAD
3336
3337 2004-09-30 [colin]      0.9.12cvs115.1
3338
3339         * src/stock_pixmap.c
3340         * src/stock_pixmap.h
3341         * src/folderview.c
3342         * src/Makefile.am
3343         * src/pixmaps/read.xpm
3344                 Sync with HEAD (new pixmap)
3345
3346 2004-09-29 [colin]      0.9.12cvs114.1
3347
3348         * src/compose.c
3349                 Sync with HEAD
3350                 Fix focus handling in headers
3351
3352 2004-09-29 [paul]       0.9.12cvs113.1
3353
3354         * src/quote_fmt_parse.y
3355                 sync with HEAD
3356  
3357
3358 2004-09-28 [colin]      0.9.12cvs112.1
3359
3360         * src/folderview.c
3361         * src/mainwindow.c
3362                 Sync with HEAD
3363
3364 2004-09-28 [colin]      0.9.12cvs110.1
3365
3366         * src/folderview.c
3367                 Sync with HEAD (Contextual Empty trash menu)
3368
3369 2004-09-28 [colin]      0.9.12cvs108.1
3370
3371         * src/addressbook.c
3372                 Sync with HEAD (addressbook edit on double-click)
3373
3374 2004-09-28 [colin]      0.9.12cvs106.1
3375
3376         * src/inc.c
3377                 Sync with HEAD (folder_item freeze on inc)
3378
3379 2004-09-27 [colin]      0.9.12cvs105.1
3380
3381         * src/folderview.c
3382                 Sync with HEAD (right-align new and unread column)
3383
3384 2004-09-27 [colin]      0.9.12cvs104.1
3385
3386         * src/main.c
3387                 Sync with HEAD (revert 0.9.12cvs101)
3388
3389 2004-09-24 [colin]      0.9.12cvs103.2
3390
3391         * src/wizard.c
3392                 Fix gtk warnings and use domain part of the email address 
3393                 when domain detection fails (no dot in domain name)
3394
3395 2004-09-23 [colin]      0.9.12cvs103.1
3396
3397         * src/plugins/spamassassin/libspamc.c
3398         * src/plugins/spamassassin/libspamc.h
3399         * src/plugins/spamassassin/utils.c
3400         * src/plugins/spamassassin/utils.h
3401                 Sync with HEAD (Update spamassassin to 3.0)
3402
3403 2004-09-21 [colin]      0.9.12cvs102.3
3404
3405         * src/action.c
3406                 Add horizontal scrollbar in action io dialog as needed
3407                 Patch by Alfons.
3408
3409 2004-09-20 [colin]      0.9.12cvs102.2
3410
3411         * src/plugins/image_viewer/viewer.c
3412                 Remove imlib stuff
3413                 use gtk_pixmap_set when clearing
3414                 (would be better to use gtkImages, but causes size-allocate 
3415                 signals storm)
3416
3417 2004-09-17 [paul]       0.9.12cvs102.1
3418
3419         * ChangeLog
3420         * ChangeLog.claws
3421         * ChangeLog.jp
3422         * configure.ac
3423         * src/inc.c
3424                 sync with HEAD
3425
3426
3427 2004-09-17 [colin]      0.9.12cvs101.1
3428
3429         * ChangeLog.claws
3430         * src/main.c
3431                 Sync with HEAD (fix segs at exit)
3432
3433 2004-09-14 [colin]      0.9.12cvs99.5
3434
3435         * src/common/socket.c
3436         * AUTHORS
3437                 Fix send error on 64bit platforms
3438                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
3439
3440 2004-09-14 [colin]      0.9.12cvs99.4
3441
3442         * src/action.c
3443                 Fix action output with utf8 
3444                 Patch by Alfons.
3445
3446 2004-09-14 [colin]      0.9.12cvs99.3
3447
3448         * ChangeLog.claws
3449         * src/folder.c
3450                 Sync with HEAD
3451
3452 2004-09-09 [colin]      0.9.12cvs99.2
3453
3454         * src/action.c
3455                 Fix progress bar (displaying "Completed %v/%u")
3456                 Patch by Alfons.
3457
3458 2004-09-08 [colin]      0.9.12cvs99.1
3459
3460         * src/account.c
3461         * src/folder.c
3462         * src/procmsg.c
3463         * src/procmsg.h
3464         * src/plugins/pgpmime/pgpmime.c
3465                 Sync with HEAD
3466
3467 2004-09-08 [colin]      0.9.12cvs97.2
3468
3469         * src/summaryview.c
3470                 Don't select mails in collapsed threads 
3471                 when navigating with up/down
3472
3473 2004-09-07 [colin]      0.9.12cvs97.1
3474
3475         * src/inc.c
3476                 Sync with HEAD (meaningful error messages)
3477
3478 2004-09-06 [colin]      0.9.12cvs96.1
3479
3480         * src/toolbar.c
3481                 Sync with HEAD (fix Redirect graying out)
3482
3483 2004-09-06 [colin]      0.9.12cvs95.1
3484
3485         * src/summaryview.c
3486         * src/mimeview.c
3487                 Sync with HEAD (fix dropped URIs)
3488
3489 2004-09-06 [colin]      0.9.12cvs94.1
3490
3491         * src/addressbook.c
3492         * src/addressitem.h
3493         * src/addritem.c
3494         * src/addritem.h
3495                 Sync with HEAD (addressbook DnD)
3496
3497 2004-09-03 [colin]      0.9.12cvs93.1
3498
3499         * src/summaryview.c
3500                 Sync with HEAD (next/prev unread)
3501
3502 2004-09-03 [colin]      0.9.12cvs92.1
3503
3504         * src/prefs_common.c
3505         * src/prefs_common.h
3506         * src/summaryview.c
3507                 Sync with HEAD ('mark_as_read_delay' pref)
3508
3509 2004-09-02 [colin]      0.9.12cvs91.2
3510
3511         * src/common/xml.c
3512                 Fix leak
3513
3514 2004-09-02 [colin]      0.9.12cvs91.1
3515
3516         * src/gtk/menu.c
3517                 Sync with HEAD (menu accel don't work, but whatever)
3518
3519 2004-09-02 [colin]      0.9.12cvs90.1
3520
3521         * src/account.c
3522                 Sync with HEAD (fix bug 582)
3523
3524 2004-09-02 [colin]      0.9.12cvs89.1
3525
3526         * src/addrindex.c
3527                 Sync with HEAD (free deleted queries)
3528
3529 2004-09-02 [colin]      0.9.12cvs88.1
3530
3531         * src/ldapquery.c
3532                 Sync with HEAD (fix LDAP freezes)
3533
3534 2004-09-02 [colin]      0.9.12cvs87.1
3535
3536         * src/prefs_spelling.c
3537                 Sync with HEAD (add default dictionary)
3538
3539 2004-09-01 [colin]      0.9.12cvs86.1
3540
3541         * src/filtering.c
3542         * src/folderview.c
3543         * src/imap.c
3544         * src/prefs_matcher.c
3545         * src/stock_pixmap.c
3546         * src/summary_search.c
3547         * src/summaryview.c
3548         * src/wizard.c
3549         * src/wizard.h
3550                 Sync with HEAD (uninitialized vars fixes)
3551                 + gtk2 specific warning fixes
3552
3553 2004-08-31 [colin]      0.9.12cvs85.1
3554
3555         * src/folder.c
3556                 Sync with HEAD (Fix memory corruption due to 
3557                 uninitialized var)
3558
3559 2004-08-31 [colin]      0.9.12cvs84.4
3560
3561         * src/summary_search.c
3562                 Fix segfaults when searching in folders with broken headers
3563
3564 2004-08-31 [colin]      0.9.12cvs84.3
3565
3566         * src/compose.c
3567         * src/textview.c
3568                 Fix some more encoding/decoding issues
3569
3570 2004-08-30 [colin]      0.9.12cvs84.2
3571
3572         * src/mimeview.c
3573         * src/prefs_themes.c
3574         * src/gtk/filesel.c
3575         * src/gtk/filesel.h
3576                 Add a folder-mode selection (fixes mimeview's "Save all")
3577
3578 2004-08-29 [colin]      0.9.12cvs84.1
3579
3580         * src/mimeview.c
3581                 Sync with HEAD (don't escape saved filenames)
3582
3583 2004-08-27 [colin]      0.9.12cvs83.1
3584
3585         * ChangeLog
3586         * ChangeLog.claws
3587         * ChangeLog.jp
3588         * src/mh.c
3589         * src/procheader.c
3590         * src/procmsg.c
3591         * src/procmsg.h
3592         * src/common/utils.c
3593         * src/gtk/menu.h
3594         * po/
3595                 Sync with HEAD 0.9.12cvs83 (sync with main)
3596
3597 2004-08-26 [colin]      0.9.12cvs82.4
3598
3599         * src/codeconv.c
3600                 Fix strange stack corruption
3601                 Convert to utf8 after unmime, not before
3602
3603 2004-08-26 [colin]      0.9.12cvs82.3
3604
3605         * src/main.c
3606         * src/wizard.c
3607                 Fix account folders duplication
3608
3609 2004-08-25 [colin]      0.9.12cvs82.2
3610
3611         * src/wizard.c
3612                 Remove ports
3613                 Add SSL selection
3614                 Use login@server as account name
3615
3616 2004-08-25 [colin]      0.9.12cvs82.1
3617
3618         * src/plugins/pgpmime/pgpmime.c
3619                 Sync with HEAD (leak fix).
3620
3621 2004-08-25 [colin]      0.9.12cvs81.1
3622
3623         * src/plugins/pgpmime/pgpmime.c
3624         * src/plugins/pgpmime/sgpgme.c
3625         * src/plugins/pgpmime/sgpgme.h
3626                 Sync with HEAD (Handle combined messages).
3627
3628 2004-08-24 [colin]      0.9.12cvs80.3
3629
3630         * src/wizard.c
3631                 Fix full name, ports, and imap
3632
3633 2004-08-24 [colin]      0.9.12cvs80.2
3634
3635         * src/Makefile.am
3636         * src/main.c
3637         * src/setup.c
3638         * src/setup.h
3639         * src/stock_pixmap.c
3640         * src/stock_pixmap.h
3641         * src/wizard.c ** ADDED **
3642         * src/wizard.h ** ADDED ** 
3643         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
3644                 Add a setup wizard 
3645
3646 2004-08-24 [colin]      0.9.12cvs80.1
3647
3648         * src/folder.c
3649                 Sync with HEAD (set mimeflags on all messages)
3650
3651 2004-08-24 [colin]      0.9.12cvs79.3
3652
3653         * src/matcher_parser_lex.l
3654                 Fix 8bits strings not in utf8
3655
3656 2004-08-24 [colin]      0.9.12cvs79.2
3657
3658         * src/compose.c
3659                 Check conversion result before replacing buffer
3660
3661 2004-08-23 [colin]      0.9.12cvs79.1
3662
3663         * src/compose.c
3664                 Sync with HEAD (create message header in memory)
3665
3666 2004-08-23 [colin]      0.9.12cvs78.1
3667
3668         * src/rfc2015.c
3669         * src/rfc2015.h
3670                 Sync with HEAD (fix bug 197 again)
3671
3672 2004-08-23 [colin]      0.9.12cvs77.3
3673
3674         * src/compose.c
3675                 Fix again inline gpg signing (which outputs utf8
3676                 in gtk2). Not syncing this fix to HEAD as this 
3677                 code is meant to die.
3678
3679 2004-08-23 [colin]      0.9.12cvs77.2
3680
3681         * src/prefs_account.h
3682                 Remove useless include
3683
3684 2004-08-23 [colin]      0.9.12cvs77.1
3685
3686         * src/imap.c
3687         * po/es.po
3688         * po/fr.po
3689         * po/it.po
3690         * po/pl.po
3691         * po/pt_BR.po
3692         * po/sk.po
3693         * po/sr.po
3694                 Sync with HEAD (fix bug 577)
3695
3696 2004-08-22 [colin]      0.9.12cvs76.1
3697
3698         * src/plugins/trayicon/trayicon.c
3699                 Sync with HEAD (fix formatting bug)
3700
3701 2004-08-21 [colin]      0.9.12cvs74.2
3702
3703         * src/gtk/colorsel.c
3704                 Fix bug 564 (Folder color selection window exits on any
3705                 keypress)
3706
3707 2004-08-21 [colin]      0.9.12cvs74.1
3708
3709         * ChangeLog.claws
3710         * src/compose.c
3711         * src/summaryview.c
3712         * src/toolbar.c
3713                 Sync with HEAD (fix bug 576)
3714
3715 2004-08-21 [colin]      0.9.12cvs70.1
3716
3717         * src/compose.c
3718         * src/mainwindow.c
3719                 Sync with HEAD
3720                 
3721
3722 2004-08-21 [paul]       0.9.12cvs66.4
3723
3724         * src/mainwindow.c
3725         * src/messageview.c
3726         * src/gtk/menu.c
3727         * src/plugins/spamassassin/spamassassin_gtk.c
3728                 remove some deprecated gtk1 functions
3729
3730
3731 2004-08-21 [colin]      0.9.12cvs66.3
3732
3733         * src/compose.c
3734         * src/codeconv.c
3735                 Fix warnings
3736                 Remove encoding hacks
3737                 Fix bug 575 (Strange character messes up message)
3738                 Don't display conversion error when drafting
3739
3740 2004-08-21 [paul]       0.9.12cvs66.2
3741
3742         * src/prefs_account.c
3743                 fix GnuPG mode bugs
3744
3745
3746 2004-08-20 [colin]      0.9.12cvs66.1
3747
3748         * src/codeconv.c
3749                 Sync with HEAD 0.9.12cvs66
3750
3751 2004-08-20 [paul]
3752
3753         * src/plugins/pgpmime/plugin.c
3754                 modify PGP/MIME plugin's description
3755
3756 2004-08-17 [colin]      0.9.12cvs65.1
3757
3758         * src/common/ssl.c
3759         * src/plugins/pgpmime/plugin.c
3760                 Sync with HEAD
3761
3762 2004-08-14 [colin]      0.9.12cvs60.3
3763
3764         * src/plugins/trayicon/trayicon.c
3765                 Put back resize callback, on size-request signal
3766                 rather than size-allocate to avoid infinite 
3767                 callback loop
3768
3769 2004-08-13 [colin]      0.9.12cvs60.2
3770
3771         * src/common/defs.h
3772                 Cache versions have been fixed
3773
3774 2004-08-13 [colin]      0.9.12cvs60.1
3775
3776         * src/folderutils.c
3777                 Sync with HEAD
3778
3779 2004-08-12 [colin]      0.9.12cvs59.1
3780
3781         * src/plugins/trayicon/trayicon.c
3782                 Sync with HEAD
3783
3784 2004-08-12 [colin]      0.9.12cvs57.5
3785
3786         * sylpheed.desktop
3787         * configure.ac
3788         * src/Makefile.am
3789         * src/main.c
3790                 Add support for Freedesktop.org's startup notification
3791
3792 2004-08-11 [colin]      0.9.12cvs57.4
3793
3794         * src/textview.c
3795                 Fix off-by-one
3796
3797 2004-08-11 [colin]      0.9.12cvs57.3
3798
3799         * src/message_search.c
3800         * src/summary_search.c
3801                 Make searches case insensitive by default
3802         * src/textview.c
3803                 Fix case-insensitive search in message
3804
3805 2004-08-11 [colin]      0.9.12cvs57.2
3806
3807         * src/summary_search.c
3808                 Let case-sensitive be specified
3809
3810 2004-08-10 [colin]      0.9.12cvs55.4
3811
3812         * src/common/socket.c
3813                 Fix the possible race condition
3814
3815 2004-08-09 [paul]       0.9.12cvs55.3
3816
3817         * configure.ac
3818         * src/Makefile.am
3819         * src/common/Makefile.am
3820                 sync with HEAD
3821
3822
3823 2004-08-09 [paul]       0.9.12cvs55.2
3824
3825         * autogen.sh
3826         * po/poconv.sh
3827                 remove unneeded script
3828
3829         * configure.ac
3830                 add forgotten USE_LDAP_TLS (sync with HEAD)
3831
3832
3833 2004-08-09 [colin]      0.9.12cvs55.1
3834
3835         * src/main.c
3836         * src/common/ssl.c
3837         * src/common/sylpheed.c
3838         * src/common/sylpheed.h
3839                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3840
3841 2004-08-09 [paul]       0.9.12cvs54.1
3842
3843         * ChangeLog
3844         * ChangeLog.claws
3845         * ChangeLog.jp
3846         * configure.ac
3847         * po/POTFILES.in
3848         * src/Makefile.am
3849         * src/folderutils.c
3850         * src/main.c
3851         * src/pgpmime.c
3852         * src/pgpmime.h
3853         * src/sgpgme.c
3854         * src/sgpgme.h
3855         * src/plugins/Makefile.am
3856         * src/plugins/pgpmime/.cvsignore
3857         * src/plugins/pgpmime/Makefile.am
3858         * src/plugins/pgpmime/pgpmime.c
3859         * src/plugins/pgpmime/pgpmime.h
3860         * src/plugins/pgpmime/plugin.c
3861         * src/plugins/pgpmime/sgpgme.c
3862         * src/plugins/pgpmime/sgpgme.h
3863                 sync with HEAD
3864
3865 2004-08-08 [paul]       0.9.12cvs51.1
3866
3867         * configure.ac
3868         * src/folder.c
3869                 sync with HEAD
3870
3871 2004-08-07 [colin]      0.9.12cvs50.1
3872
3873         * src/pop.c
3874         * src/common/partial_download.c
3875                 fix warnings (sync from HEAD)
3876
3877 2004-08-07 [colin]      0.9.12cvs48.1
3878
3879         * src/prefs_folder_item.c
3880                 sync with HEAD 0.9.12cvs48
3881
3882 2004-08-06 [colin]      0.9.12cvs47.1
3883
3884         * src/compose.c
3885                 Sync with HEAD
3886
3887 2004-08-06 [christoph]  0.9.12cvs46.2
3888
3889         * src/main.c
3890         * src/plugins/clamav/clamav_plugin_gtk.c
3891         * src/plugins/dillo_viewer/dillo_viewer.c
3892         * src/plugins/image_viewer/plugin.c
3893         * src/plugins/mathml_viewer/mathml_viewer.c
3894         * src/plugins/spamassassin/spamassassin_gtk.c
3895         * src/plugins/trayicon/trayicon.c
3896                 don't mix GTK1.2 plugin with GTK2 plugins
3897
3898 2004-08-06 [colin]      0.9.12cvs46.1
3899
3900         * ChangeLog
3901         * ChangeLog.claws
3902         * ChangeLog.jp
3903         * configure.ac
3904         * sylpheed-claws.pc.in
3905         * src/folder.c
3906         * src/imap.c
3907         * src/localfolder.c
3908         * src/messageview.c
3909         * src/mimeview.c
3910         * src/mimeview.h
3911         * src/msgcache.c
3912         * src/news.c
3913         * src/prefs_ext_prog.c
3914         * src/prefs_folder_item.c
3915         * src/prefs_fonts.c
3916         * src/prefs_msg_colors.c
3917         * src/prefs_spelling.c
3918         * src/prefs_themes.c
3919         * src/prefs_toolbar.c
3920         * src/prefs_wrapping.c
3921         * src/procmime.h
3922         * src/common/defs.h
3923         * src/common/nntp.c
3924         * src/common/session.c
3925         * src/common/session.h
3926         * src/common/socket.c
3927         * src/common/utils.h
3928         * src/common/xml.c
3929         * src/common/xml.h
3930         * src/gtk/prefswindow.c
3931         * src/gtk/prefswindow.h
3932         * src/plugins/clamav/clamav_plugin_gtk.c
3933         * src/plugins/dillo_viewer/dillo_prefs.c
3934         * src/plugins/image_viewer/viewerprefs.c
3935         * src/plugins/spamassassin/spamassassin_gtk.c
3936         * m4/openssl.m4 *** REMOVED ***
3937                 Sync with HEAD 0.9.12cvs46
3938
3939 2004-08-03 [paul]       0.9.12cvs40.2
3940
3941         * src/action.c
3942         * src/addressadd.c
3943         * src/addressbook.c
3944         * src/addrgather.c
3945         * src/browseldap.c
3946         * src/compose.c
3947         * src/crash.c
3948         * src/editaddress.c
3949         * src/editgroup.c
3950         * src/editldap_basedn.c
3951         * src/foldersel.c
3952         * src/importldif.c
3953         * src/mimeview.c
3954         * src/prefs_common.c
3955         * src/prefs_template.c
3956         * src/sourcewindow.c
3957         * src/summaryview.c
3958         * src/gtk/about.c
3959         * src/gtk/foldersort.c
3960         * src/gtk/logwindow.c
3961         * src/gtk/pluginwindow.c
3962         * src/gtk/prefswindow.c
3963                 change all gtk_scrolled_window_set_policy from 
3964                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3965
3966 2004-08-02 [paul]       0.9.12cvs40.1
3967
3968         * AUTHORS
3969                 update translation team section
3970         * po/pt_BR.po
3971                 updated by Frederico Goncalves Guimaraes
3972                 <fggdebian@yahoo.com.br>
3973
3974 2004-07-31 [colin]      0.9.12cvs39.9
3975
3976         * src/exphtmldlg.c
3977                 Fix compilation
3978
3979 2004-07-31 [colin]      0.9.12cvs39.8
3980
3981         * src/exphtmldlg.c
3982                 Fix an alertpanel type
3983
3984 2004-07-30 [colin]      0.9.12cvs39.7
3985
3986         * src/alertpanel.c
3987                 Fix alertpanel_error_log's icon
3988
3989 2004-07-30 [colin]      0.9.12cvs39.6
3990
3991         * src/pop.c
3992                 Two of them should still be warnings
3993
3994 2004-07-30 [colin]      0.9.12cvs39.5
3995
3996         * src/pop.c
3997                 More warning -> error
3998 2004-07-29 [colin]      0.9.12cvs39.4
3999
4000         * src/pop.c
4001                 Warning -> error
4002
4003 2004-07-29 [colin]      0.9.12cvs39.3
4004
4005         * src/prefs_matcher.c
4006                 Fix segfault
4007
4008 2004-07-29 [colin]      0.9.12cvs39.2
4009
4010         * src/alertpanel.c
4011                 More nice-looking alertpanels
4012
4013 2004-07-29 [colin]      0.9.12cvs39.1
4014
4015         * src/messageview.c
4016                 sync with head
4017                 (inform user when partial mail is deleted on server)
4018
4019 2004-07-29 [colin]      0.9.12cvs38.1
4020
4021         * src/messageview.c
4022                 sync with head
4023
4024 2004-07-28 [paul]       0.9.12cvs37.7
4025
4026         * src/mainwindow.c
4027                 complete the replacement of deprecated gtk_progress_*
4028
4029 2004-07-28 [paul]       0.9.12cvs37.6
4030
4031         * src/action.c
4032         * src/inc.c
4033         * src/mainwindow.c
4034         * src/send_message.c
4035         * src/gtk/progressdialog.c
4036         * src/gtk/progressdialog.h
4037                 replace deprecated gtk_progress_*
4038
4039 2004-07-28 [paul]       0.9.12cvs37.5
4040
4041         * src/gtk/filesel.c
4042                 remove gtk_window_set_wmclass()
4043 2004-07-28 [paul]       0.9.12cvs37.4
4044
4045         * src/addressbook.c
4046         * src/compose.c
4047         * src/foldersel.c
4048         * src/mainwindow.c
4049         * src/messageview.c
4050         * src/sourcewindow.c
4051         * src/gtk/logwindow.c
4052                 remove gtk_window_set_wmclass()
4053                 
4054         * src/prefs_filtering.c
4055         * src/prefs_filtering_action.c
4056         * src/prefs_fonts.c
4057         * src/prefs_gtk.c
4058         * src/prefs_matcher.c
4059         * src/ssl_manager.c
4060         * src/gtk/prefswindow.c
4061                 replace gtk_window_position()
4062
4063 2004-07-28 [colin]      0.9.12cvs37.3
4064
4065         * src/alertpanel.c
4066         * src/alertpanel.h
4067                 Add a way to specify panel type for specific
4068                 panels (alertpanel())
4069         * src/account.c
4070         * src/addressbook.c
4071         * src/compose.c
4072         * src/expldifdlg.c
4073         * src/main.c
4074         * src/messageview.c
4075         * src/summaryview.c
4076         * src/textview.c
4077         * src/gtk/sslcertwindow.c
4078                 Fix alertpanel()s so that their icon match
4079                 their real type
4080
4081 2004-07-28 [paul]       0.9.12cvs37.2
4082
4083         * src/addr_compl.c
4084         * src/addressbook.c
4085         * src/alertpanel.c
4086         * src/compose.c
4087         * src/export.c
4088         * src/foldersel.c
4089         * src/folderview.c
4090         * src/grouplistdialog.c
4091         * src/import.c
4092         * src/mainwindow.c
4093         * src/message_search.c
4094         * src/messageview.c
4095         * src/passphrase.c
4096         * src/prefs_actions.c
4097         * src/prefs_common.c
4098         * src/prefs_customheader.c
4099         * src/prefs_display_header.c
4100         * src/prefs_filtering.c
4101         * src/prefs_filtering_action.c
4102         * src/prefs_gtk.c
4103         * src/prefs_matcher.c
4104         * src/prefs_msg_colors.c
4105         * src/prefs_summary_column.c
4106         * src/prefs_template.c
4107         * src/sourcewindow.c
4108         * src/ssl_manager.c
4109         * src/summary_search.c
4110         * src/gtk/colorsel.c
4111         * src/gtk/description_window.c
4112         * src/gtk/gtkaspell.c
4113         * src/gtk/inputdialog.c
4114         * src/gtk/logwindow.c
4115         * src/gtk/prefswindow.c
4116         * src/gtk/progressdialog.c
4117                 replace deprecated gtk_window_set_policy
4118
4119 2004-07-27 [colin]      0.9.12cvs37.1
4120
4121         * src/msgcache.c
4122                 More fixes (synced for head again)
4123
4124 2004-07-27 [colin]      0.9.12cvs35.3
4125
4126         * src/msgcache.c
4127                 Fix wrong test
4128
4129 2004-07-27 [colin]      0.9.12cvs35.2
4130
4131         * src/mimeview.c
4132                 Fix width a bit (by Paul)
4133         * src/alertpanel.c
4134         * src/alertpanel.h
4135                 Specialize icons, make alertpanel_message()
4136                 private
4137         * src/message_search.c
4138         * src/sgpgme.c
4139         * src/summary_search.c
4140                 Suit alertpanel changes
4141
4142 2004-07-27 [colin]      0.9.12cvs35.1
4143
4144         * src/alertpanel.c
4145                 Add an icon
4146         * src/passphrase.c
4147                 Add debug output - maybe someone will
4148                 want to look at the problem with Grab
4149                 Input :)
4150         Bump version as we're synced with HEAD
4151
4152 2004-07-26 [colin]      0.9.12cvs33.26
4153
4154         * src/pop.c
4155                 Fix uidl-file parsing when not in new
4156                 format
4157
4158 2004-07-26 [colin]      0.9.12cvs33.25
4159
4160         * src/gtk/menu.c
4161                 Move popup menu up if necessary (fixes 
4162                 account selector)
4163         * src/mainwindow.c
4164                 Set account selector's button height to
4165                 minimum
4166
4167 2004-07-26 [colin]      0.9.12cvs33.24
4168
4169         * src/alertpanel.c
4170                 Maybe fix 551 (Truncated font in alert window)
4171
4172 2004-07-26 [colin]      0.9.12cvs33.23
4173
4174         * po/de.po
4175         * po/es.po
4176         * po/fr.po
4177         * po/it.po
4178         * po/ja.po
4179         * po/pl.po
4180         * po/ru.po
4181         * po/sk.po
4182         * po/sr.po
4183         * po/zh_CN.po
4184                 Sync po files with HEAD
4185
4186 2004-07-26 [paul]       0.9.12cvs33.22
4187
4188         * src/compose.c
4189                 fix Bug 556 'Organisation-header is sent even if empty'
4190
4191 2004-07-24 [colin]      0.9.12cvs33.21
4192
4193         * src/compose.c
4194         * src/gtk/gtkaspell.c
4195         * src/gtk/gtkaspell.h
4196                 Fix speller accelerators (require hack)
4197
4198 2004-07-24 [colin]      0.9.12cvs33.20
4199
4200         * src/gtk/gtkaspell.c
4201                 Fix over-eager code deletion breaking
4202                 Check while typing
4203
4204 2004-07-24 [colin]      0.9.12cvs33.19
4205
4206         * src/browseldap.c
4207         * src/ldapctrl.c
4208         * src/ldapctrl.h
4209         * src/ldapserver.h
4210                 Sync ldap with HEAD
4211         (Fixes 546 LDAP completely broken)
4212
4213 2004-07-24 [colin]      0.9.12cvs33.18
4214
4215         * src/prefs_msg_colors.c
4216                 Fix prototype mismatch
4217         (Fixes 547 void function cannot return value)
4218
4219 2004-07-24 [colin]      0.9.12cvs33.17
4220
4221         * src/mainwindow.c
4222                 Fix sort going back to previous sort key
4223                 when changing sort direction
4224
4225 2004-07-24 [colin]      0.9.12cvs33.16
4226
4227         * src/compose.c
4228                 Fix space insertion when re-wrapping at 
4229                 cursor point
4230
4231 2004-07-24 [colin]      0.9.12cvs33.15
4232
4233         * src/gtk/gtkaspell.c
4234                 Don't change cursor position in insert-text
4235                 callback
4236         (Fixes 539 Word wrapping on input transposes letters)
4237
4238 2004-07-24 [colin]      0.9.12cvs33.14
4239
4240         * src/gtk/gtkaspell.c
4241                 Reencode non-ascii chars to dictionary's
4242                 encoding
4243         (Fixes 544 Spell check broken non english locale)
4244
4245 2004-07-24 [colin]      0.9.12cvs33.13
4246
4247         * src/summaryview.c
4248                 Fix Shift+Down, add Home/End/PgUp/PgDown
4249
4250 2004-07-21 [colin]      0.9.12cvs33.12
4251
4252         * src/prefs_common.c
4253                 Fix a gtk warning (Patch by Andrej Kacian)
4254
4255 2004-07-21 [colin]      0.9.12cvs33.11
4256
4257         * src/gtk/filesel.c
4258                 More check
4259
4260 2004-07-21 [colin]      0.9.12cvs33.10
4261
4262         * src/compose.c
4263         * src/crash.c
4264         * src/export.c
4265         * src/import.c
4266         * src/messageview.c
4267         * src/mimeview.c
4268         * src/prefs_spelling.c
4269         * src/prefs_themes.c
4270         * src/summaryview.c
4271         * src/gtk/filesel.c
4272         * src/gtk/filesel.h
4273         * src/gtk/pluginwindow.c
4274                 Untwist open/save mode guessing logic, make
4275                 it explicit
4276
4277 2004-07-20 [colin]      0.9.12cvs33.9
4278
4279         * src/codeconv.c
4280                 conv_encode_header: src_charset is UTF-8 on
4281                 gtk2
4282         * src/compose.c
4283                 Remove double encoding of the headers
4284
4285 2004-07-20 [colin]      0.9.12cvs33.8
4286
4287         * src/codeconv.c
4288                 Fix typo
4289
4290 2004-07-20 [colin]      0.9.12cvs33.7
4291
4292         * src/mainwindow.c
4293                 Set the separated messageview to the saved
4294                 size of Claws' messageview (Patch by Alfons)
4295                 Fix a callback prototype (me)
4296
4297 2004-07-20 [colin]      0.9.12cvs33.6
4298
4299         * src/codeconv.h
4300                 Forgot one hunk in 0.9.12cvs33.4
4301
4302 2004-07-19 [colin]      0.9.12cvs33.5
4303
4304         * src/action.c
4305                 Action output fix
4306                 Patch by Alfons
4307
4308 2004-07-19 [colin]      0.9.12cvs33.4
4309
4310         * src/compose.c
4311                 Fix outgoing charset bug in headers
4312         * src/codeconv.c
4313                 Clean for glib2 - Patch by Alfons
4314
4315 2004-07-19 [colin]      0.9.12cvs33.3
4316
4317         * src/statusbar.c
4318                 Remove grip from the statusbar
4319                 Patch by Alfons
4320
4321 2004-07-19 [colin]      0.9.12cvs33.2
4322
4323         * src/messageview.c
4324         * src/textview.c
4325                 Fix messageview remembering the previous
4326                 scroll position when loading a new message
4327                 Patch by Alfons
4328
4329 2004-07-19 [colin]      0.9.12cvs33.1
4330
4331         * src/folder.h
4332         * src/folderview.c
4333         * src/summaryview.c
4334                 Sync with HEAD
4335
4336 2004-07-18 [colin]      0.9.12cvs32.7
4337
4338         * configure.ac
4339                 Remove useless check for XIM - noticed
4340                 by Alfons
4341
4342 2004-07-18 [colin]      0.9.12cvs32.6
4343
4344         * src/summaryview.c
4345                 Remove non-modified and shift-modified
4346                 accelerators in summaryview's popup
4347                 menu, as that doesn't get catched by
4348                 the accel-activate signal catcher...
4349
4350 2004-07-18 [colin]      0.9.12cvs32.5
4351
4352         * src/prefs_common.c
4353                 Define sensible default prefs for 
4354                 wrapping
4355
4356 2004-07-18 [colin]      0.9.12cvs32.4
4357
4358         * src/compose.c
4359         * src/prefs_common.c
4360         * src/prefs_common.h
4361         * src/prefs_wrapping.c
4362                 Remove Smart Wrapping pref, which does
4363                 nothing on gtk2 branch
4364
4365 2004-07-18 [colin]      0.9.12cvs32.3
4366
4367         * src/sourcewindow.c
4368                 Proper utf8
4369
4370 2004-07-18 [colin]      0.9.12cvs32.2
4371
4372         * src/compose.c
4373                 Save attachment status when drafting
4374
4375 2004-07-18 [colin]      0.9.12cvs32.1
4376
4377         * src/gtk/filesel.c
4378                 Fix erratic folder selection in open mode
4379
4380 2004-07-18 [colin]      0.9.12cvs31.11
4381
4382         * src/pop.c
4383                 Don't let partial messages get deleted
4384                 even with "dowload all"
4385                 (0.9.12cvs31.8 fix extension)
4386 2004-07-18 [colin]      0.9.12cvs31.10
4387
4388         * src/gtk/logwindow.c
4389                 Fix log scrolling
4390
4391 2004-07-18 [colin]      0.9.12cvs31.9
4392
4393         * src/common/utils.c
4394                 Fix non-utf8 strings coming from commands
4395                 and files
4396
4397 2004-07-18 [colin]      0.9.12cvs31.8
4398
4399         * src/pop.c
4400                 Fix partial download bug with Download all
4401                 messages option
4402
4403 2004-07-18 [colin]      0.9.12cvs31.7
4404
4405         * src/textview.c
4406                 Fix bug introduced in 0.9.12cvs31.2
4407                 (blocked in select mode after double click)
4408
4409 2004-07-18 [colin]      0.9.12cvs31.6
4410
4411         * src/compose.c
4412         * src/gtk/menu.c
4413                 More glib-warning fixes
4414
4415 2004-07-18 [colin]      0.9.12cvs31.5
4416
4417         * src/compose.c
4418                 Fix trashing the primary clipboard when moving 
4419                 around with tab
4420         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
4421
4422 2004-07-18 [colin]      0.9.12cvs31.4
4423
4424         * src/codeconv.c
4425                 convert unencoded iso headers to utf8
4426         (Fix Bug 538 Unencoded local characters in subject make it 
4427          disappear)
4428
4429 2004-07-18 [colin]      0.9.12cvs31.3
4430
4431         * src/compose.c
4432                 Fix tab char handling in wrapping
4433         (Fix Bug 537 Line wrap problem - TAB character treated as 
4434          one character instead of 8)
4435
4436 2004-07-18 [colin]      0.9.12cvs31.2
4437
4438         * src/textview.c
4439                 return FALSE on GDK_MOTION_NOTIFY
4440         (Fix Bug 535 Hyperlinks/addresses are not selectable 
4441          (unable to highlight))
4442
4443 2004-07-18 [colin]      0.9.12cvs31.1
4444
4445         * src/folderview.c
4446                 Sync with 0.9.12cvs31
4447
4448 2004-07-18 [colin]      0.9.12cvs30.4
4449
4450         * src/compose.c
4451                 Also block text_inserted when inserting a file
4452
4453 2004-07-18 [colin]      0.9.12cvs30.3
4454
4455         * src/compose.c
4456                 Fix smart wrapping (block text_inserted handler
4457                 while putting quotation to avoid wrap on input,
4458                 don't join lines if next is sig separator)
4459
4460 2004-07-17 [colin]      0.9.12cvs30.2
4461
4462         * src/folderview.c
4463         * src/mainwindow.c
4464         * src/mimeview.c
4465         * src/summaryview.c
4466         * src/gtk/quicksearch.c
4467         * src/gtk/quicksearch.h
4468                 Block key events handlers *and* accels while
4469                 quicksearch is focused
4470         (Fixes Bug 534 quick-search bar not accepting certain letters)
4471
4472 2004-07-17 [colin]      0.9.12cvs30.1
4473
4474         * src/folder.h
4475         * src/folderview.c
4476         * src/summaryview.c
4477                 Sync with 0.9.12cvs30
4478
4479 2004-07-17 [colin]      0.9.12cvs28.2
4480
4481         * src/mimeview.c
4482         * src/procmime.c
4483         * src/summaryview.c
4484         * src/gtk/menu.c
4485                 Squash some compile and glib warnings
4486
4487 2004-07-17 [paul]       0.9.12cvs28.1
4488
4489         * src/mimeview.c
4490                 sync with 0.9.12cvs28 HEAD
4491
4492 2004-07-16 [paul]       0.9.12cvs26.1
4493         
4494         * src/gtk/quicksearch.c
4495         * src/account.c
4496         * src/account.h
4497         * src/compose.c
4498         * src/customheader.c
4499         * src/folder_item_prefs.c
4500         * src/main.c
4501         * src/mainwindow.c
4502         * src/messageview.c
4503         * src/mimeview.c
4504         * src/news.c
4505         * src/pgpmime.c
4506         * src/pop.c
4507         * src/pop.h
4508         * src/prefs_account.c
4509         * src/prefs_account.h
4510         * src/prefs_common.c
4511         * src/prefs_common.h
4512         * src/prefs_display_header.c
4513         * src/prefs_gtk.c
4514         * src/prefs_gtk.h
4515         * src/procheader.c
4516         * src/procmime.c
4517                 sync with 0.9.12cvs26 HEAD      
4518
4519 2004-07-15 [colin]      0.9.12cvs18.14
4520
4521         * src/folder.c
4522                 Disable GPG signature check during
4523                 folder move and scan
4524         (Closes Bug 521 Signature checking slows down Folder-Move)
4525
4526 2004-07-14 [colin]      0.9.12cvs18.13
4527
4528         * src/common/partial_download.c
4529                 update includes
4530
4531 2004-07-14 [colin]      0.9.12cvs18.12
4532
4533         * src/common/partial_download.c
4534         * src/common/partial_download.h
4535                 Move doc at top, add correct copyright
4536
4537 2004-07-14 [colin]      0.9.12cvs18.11
4538
4539         * src/folder.c
4540         * src/messageview.c
4541         * src/pop.c
4542         * src/pop.h
4543         * src/procmsg.c
4544         * src/summaryview.c
4545         * src/common/Makefile.am
4546         * src/common/partial_download.c ** NEW FILES **
4547         * src/common/partial_download.h ** NEW FILES **
4548                 Move partial-download related stuff to its
4549                 own file
4550
4551 2004-07-14 [colin]      0.9.12cvs18.10
4552
4553         * src/send_message.c
4554                 Fix smtp auth when user is null or empty
4555
4556 2004-07-13 [colin]      0.9.12cvs18.9
4557
4558         * src/gtk/quicksearch.c
4559                 Use alphabetic order
4560
4561 2004-07-13 [colin]      0.9.12cvs18.8
4562
4563         * src/pop.c
4564                 Be paranoid on the checks
4565
4566 2004-07-13 [colin]      0.9.12cvs18.7
4567
4568         * src/gtk/quicksearch.c
4569                 Fix Engrish once again
4570
4571 2004-07-13 [colin]      0.9.12cvs18.6
4572
4573         * src/procmsg.c
4574         * src/summaryview.c
4575                 Mark messages for deletion when they are about to
4576                 be removed from trash
4577
4578 2004-07-13 [colin]      0.9.12cvs18.5
4579
4580         * src/matcher.c
4581         * src/matcher.h
4582         * src/matcher_parser_parse.y
4583         * src/prefs_matcher.c
4584         * src/gtk/quicksearch.c
4585                 Add 'partial' ('p') match string to find partially
4586                 downloaded messages
4587
4588 2004-07-13 [colin]      0.9.12cvs18.4
4589
4590         * src/pop.c
4591                 Fix misplaced block
4592
4593 2004-07-13 [colin]      0.9.12cvs18.3
4594
4595         * src/pop.c
4596         * src/pop.h
4597         * src/messageview.c
4598                 Refactor API (to avoid passing 5+ params and code
4599                 duplication)
4600         * src/folder.c
4601         * src/msgcache.c
4602         * src/procheader.c
4603         * src/common/defs.h
4604                 Add planned_download to cache
4605                 Don't mess uidl file when moving partially downloaded
4606                 mails (they change folder, we should change it in the
4607                 uidl list too or we'll remove an incorrect message)
4608                 (this also helps removing hacks when changing 
4609                 planned_download in messageview.c)
4610
4611 2004-07-12 [colin]      0.9.12cvs18.2
4612
4613         * src/gtk/quicksearch.c
4614                 Fix missing status update in quicksearch
4615
4616 2004-07-12 [paul]       0.9.12cvs18.1
4617
4618         * po/POTFILES.in
4619         * src/Makefile.am
4620         * src/account.c
4621         * src/codeconv.c
4622         * src/compose.c
4623         * src/inc.c
4624         * src/main.c
4625         * src/prefs_common.c
4626         * src/procmsg.h
4627         * src/toolbar.c
4628         * src/prefs_msg_colors.[ch]     ** NEW FILES **
4629         * src/prefs_wrapping.[ch]       ** NEW FILES **
4630         * src/common/intl.h
4631         * src/common/utils.[ch]
4632         * src/gtk/quicksearch.[ch]
4633                 sync with 0.9.12cvs18 HEAD
4634
4635 2004-07-12 [colin]      0.9.11cvs17.25
4636
4637         * src/folder.c
4638         * src/folder.h
4639                 Remove unused function added by me in 0.9.11cvs17.10
4640
4641 2004-07-11 [colin]      0.9.11cvs17.24
4642
4643         * src/inc.c
4644         * src/messageview.c
4645         * src/pop.c
4646         * src/pop.h
4647                 Use folderitem and msgnum instead of filename to
4648                 know which mail to delete
4649                 Move old partial mail deletion to pop.c
4650
4651 2004-07-10 [colin]      0.9.11cvs17.23
4652
4653         * src/inc.c
4654                 Add debug
4655         * src/pop.c
4656         * src/pop.h
4657                 Don't re-use same enums for unrelated stuff: it's 
4658                 completely misleading !
4659                 Document a bit
4660
4661 2004-07-09 [colin]      0.9.11cvs17.22
4662
4663         * src/inc.c
4664                 Remove folder-type check and do
4665                 more tests to be sure everything's
4666                 ok
4667         * src/messageview.c
4668                 Punctuation update, remove useless
4669                 code, fix two warnings
4670         * src/noticeview.c
4671                 Layout cleaning, reset 2nd button
4672                 when specifying one
4673
4674 2004-07-09 [colin]      0.9.11cvs17.21
4675
4676         * src/messageview.c
4677         * src/pop.c
4678         * src/pop.h
4679                 Allow user to change his mind
4680                 and postpone decision (by
4681                 unmarking the mail)
4682
4683 2004-07-09 [colin]      0.9.11cvs17.20
4684
4685         * src/messageview.c
4686                 Fix bug with delete state
4687         * src/pop.c
4688         * src/pop.h
4689                 Fix buffer leak (fread doesn't 
4690                 terminate buffers with \0)
4691                 Refactoring (remove magic 
4692                 numbers)
4693
4694 2004-07-09 [colin]      0.9.11cvs17.19
4695
4696         * src/pop.c
4697                 Don't log "Skipping message" if 
4698                 we're going to TOP it two lines
4699                 later
4700
4701 2004-07-09 [colin]      0.9.11cvs17.18
4702
4703         * src/messageview.c
4704                 Fix Engrish
4705
4706 2004-07-09 [colin]      0.9.11cvs17.17
4707
4708         * src/pop.c
4709                 strlen checking...
4710         * src/messageview.c
4711                 refactoring a bit
4712
4713 2004-07-08 [colin]      0.9.11cvs17.16
4714
4715         * src/noticeview.c
4716         * src/noticeview.h
4717                 Add an optional second button
4718         * src/messageview.c
4719         * src/pop.c
4720         * src/pop.h
4721                 Don't delete partially received mails after a certain
4722                 time; rather, let the user decide.
4723
4724 2004-07-08 [colin]      0.9.11cvs17.15
4725
4726         * src/common/smtp.h
4727                 Sync with HEAD
4728
4729 2004-07-08 [colin]      0.9.11cvs17.14
4730
4731         * src/messageview.c
4732         * src/common/smtp.c
4733                 Use to_human_readable() for sizes
4734
4735 2004-07-08 [colin]      0.9.11cvs17.13
4736
4737         * src/inc.c
4738         * src/messageview.c
4739         * src/pop.c
4740         * src/pop.h
4741         * src/procmsg.c
4742                 Fix partial-downloading issues:
4743                         catch unsupported TOP
4744                         don't delete partially downloaded mails before 5 days
4745                         don't update existing with non-MH folders; that'll
4746                         make dups, but it's better than trashing the folder
4747                         free new msginfo parts
4748                 Fix indentation ;-)
4749
4750 2004-07-08 [colin]      0.9.11cvs17.12
4751
4752         * src/common/smtp.c
4753         * src/common/smtp.h
4754                 Sync smtp size verification with HEAD
4755
4756 2004-07-08 [colin]      0.9.11cvs17.11
4757
4758         * src/summaryview.c
4759         * src/prefs_common.c
4760         * src/prefs_common.h
4761         * src/gtk/quicksearch.c
4762         * src/gtk/quicksearch.h
4763                 Sync sticky pref with HEAD
4764
4765 2004-07-08 [colin]      0.9.11cvs17.10
4766
4767         * src/folder.c [1.213.2.6]
4768         * src/folder.h [1.87.2.6]
4769         * src/inc.c [1.149.2.7]
4770         * src/messageview.c [1.94.2.8]
4771         * src/procheader.c [1.47.2.6]
4772         * src/procmsg.c [1.150.2.4]
4773         * src/procmsg.h [1.60.2.5]
4774         * src/pop.c [1.56.2.4]
4775         * src/pop.h [1.17.2.3]
4776                 Let too big messages get downloaded, but truncated
4777                 Add a button to download them completely
4778                 
4779 2004-07-06 [colin]      0.9.11cvs17.9
4780
4781         * src/gtk/quicksearch.c [1.1.2.3]
4782                 Add a Clear button
4783         * commitHelper
4784         * PATCHSETS
4785                 Add a script to help with cvs
4786
4787 2004-07-03 [colin]      0.9.11cvs17.8
4788
4789         * src/plugins/imageviewer/viewer.c
4790                 fix imageviewer (which was staying on the first
4791                 displayed image)
4792
4793 2004-07-03 [colin]      0.9.11cvs17.7
4794
4795         Removed FIXME_GTK2 warnings
4796         * src/gtk/gtkutils.c
4797                 useless #warnings
4798         * src/gtk/menu.c
4799                 useless #warnings (no need to mess with menu rc)
4800         * src/gtk/menu.h
4801                 unused functions
4802         
4803
4804 2004-07-03 [colin]      0.9.11cvs17.6
4805
4806         Removed FIXME_GTK2 warnings
4807         * src/codeconv.c
4808                 useless #warnings (rewrite needed)
4809         * src/compose.c
4810                 useless #warnings (rewrite needed)
4811                 useless #warnings (gtk2 is like that)
4812                 useless #warnings (previously fixed)
4813         * src/main.c
4814                 useless #warnings (previously fixed)
4815         * src/message_search.c
4816                 useless #warnings (gtk2 is like that)
4817                 Made apparent that search is case-sensitive
4818         * src/mimeview.c
4819                 useless #warnings (rewrite needed)
4820                 useless #warnings (gtk2 is like that)
4821                 reimplemented real warnings
4822         * src/prefs_common.c
4823                 Removed block cursor option (not it gtk2)
4824         * src/prefs_gtk.c
4825                 useless #warnings (rewrite needed)
4826         * src/procheader.c
4827                 useless #warnings (rewrite needed)
4828         * src/sourcewindow.c
4829                 useless #warnings (incorrect placing)
4830         * src/summary_search.c
4831                 useless #warnings (gtk2 is like that)
4832                 Made apparent that search is case-sensitive
4833         * src/action.c
4834                 useless #warnings (gtk2 is like that)
4835         * src/textview.c
4836                 useless #warnings (rewrite needed)
4837         * src/toolbar.c
4838                 useless #warnings (rewrite needed)
4839
4840 2004-07-03 [colin]      0.9.11cvs17.5
4841
4842         * src/textview.c
4843                 Fix mismerge which broke URI opening
4844                 
4845 2004-07-01 [colin]      0.9.11cvs17.4
4846
4847         * src/gtk/filesel.c
4848                 Fill filename when saving
4849                 
4850 2004-06-27 [colin]      0.9.11cvs17.3
4851
4852         * src/gtk/filesel.[ch]
4853                 Use the new GTK file selector
4854                 Update prototype to match the reality: multiple file
4855                 selection is open-only          
4856         * src/compose.c
4857                 Match the new prototypes        
4858         * configure.ac
4859                 Match the new requirements (gtk 2.4.0)
4860                         
4861 2004-06-26 [colin]      0.9.11cvs17.2
4862
4863         * src/plugins/trayicon/trayicon.c
4864                 Remove useless signal handler on resize, which causes
4865                 an infinite "loop"
4866         
4867 2004-06-26 [colin]      0.9.11cvs17.1
4868         
4869         * tools/Makefile.am
4870                 remove launch_firebird and add nautilus2sylpheed.sh
4871         * src/quicksearch.c
4872           src/summaryview.c
4873                 Fix show/hide "Extended symbols" button problem
4874                 Fix apparition at startup
4875                 Fix const warnings
4876         * src/plugins/image_viewer/Makefile.am
4877                 Fix configure 
4878         * common/ssl.c
4879                 Re-enable certificate check, as it doesn't seem to
4880                 cause Xlib errors anymore
4881
4882 2004-06-25 [paul]       0.9.11cvs17
4883
4884         * sync with 0.9.11cvs17 HEAD
4885         
4886         NOTE: QuickSearch is broken
4887
4888 2004-06-07 [colin]      0.9.10claws67.10
4889         * src/plugins/trayicon/trayicon.c
4890           src/plugins/trayicon/libeggtrayicon/Makefile.am
4891           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4892                 Fix gettextization in trayicon plugin
4893
4894 2004-06-07 [colin]      0.9.10claws67.9
4895         
4896         * src/summaryview.c
4897           src/gtk/gtksctree.[ch]
4898                 Let Shift+{Up,Down} work in summaryview
4899                 (well, Down "works" and Up works)
4900                 Let the list scroll when using these keys
4901
4902 2004-06-06 [colin]      0.9.10claws67.8
4903
4904         * src/plugins/trayicon/trayicon.c
4905                 Fix pixmap update
4906
4907 2004-06-06 [colin]      0.9.10claws67.7
4908
4909         * src/addressbook.c
4910                 Fix signal handling causing system-wide focus grab
4911
4912 2004-05-25 [paul]       0.9.10claws67.6
4913
4914         * Makefile.am
4915           src/Makefile.am
4916                 clean up
4917
4918 2004-05-25 [paul]       0.9.10claws67.5
4919
4920         * replace deprecated gtk_signal... functions
4921
4922 2004-05-23 [colin]      0.9.10claws67.4
4923
4924         * src/compose.c
4925                 Fix wrapping
4926
4927 2004-05-22 [colin]      0.9.10claws67.3
4928
4929         * src/compose.c
4930                 Re-fix [Edited] in compose.c::compose_reedit()
4931
4932 2004-05-22 [colin]      0.9.10claws67.2
4933
4934         * src/procmime.c
4935                 Fix parsing of multiparts mails
4936
4937 2004-05-22 [colin]      0.9.10claws67.1
4938
4939         * src/summaryview.c
4940                 Fix quicksearch
4941
4942 2004-05-22 [paul]       0.9.10claws67
4943
4944         * sync with 0.9.10claws67 HEAD
4945
4946 2004-05-14 [alfons]
4947
4948         * src/procmime.h
4949                 add forgotton prototype
4950
4951 2004-05-10 [paul]       0.9.10claws57
4952
4953         * sync with 0.9.10claws57 HEAD
4954
4955 2004-05-05 [paul]       0.9.9.claws1
4956
4957         * ChangeLog-gtk2        ** REMOVED **
4958           ChangeLog-gtk2.claws  ** ADDED **
4959                 rename and adopt the normal claws format
4960                 
4961         * configure.ac
4962                 require gtkmathview >= 0.5
4963
4964         * ac/*                          ** REMOVED **
4965           ac/                           ** REMOVED **
4966           intl/Makefile.in              ** REMOVED **
4967           m4/                           ** ADDED **
4968           m4/missing                    ** ADDED **
4969           m4/missing/gdk-pixbuf.m4      ** ADDED **
4970           m4/missing/gettext.m4         ** ADDED **
4971           m4/missing/gpgme.m4           ** ADDED **
4972           m4/missing/imlib.m4           ** ADDED **
4973           m4/.cvsignore                 ** ADDED **
4974           m4/Makefile.am                ** ADDED **
4975           m4/README                     ** ADDED **
4976           m4/aclocal-include.m4         ** ADDED **
4977           m4/aspell.m4                  ** ADDED **
4978           m4/check-type.m4              ** ADDED **
4979           m4/gnupg-check-typedef.m4     ** ADDED **
4980           m4/openssl.m4                 ** ADDED **
4981           m4/spamassassin.m4            ** ADDED **
4982           po/ChangeLog                  ** REMOVED **
4983           po/Makefile.in.in             ** REMOVED **
4984           po/Rules-quot                 ** REMOVED **
4985           po/boldquot.sed               ** REMOVED **
4986           po/en@boldquot.header         ** REMOVED **
4987           po/en@quot.header             ** REMOVED **
4988           po/insert-header.sin          ** REMOVED **
4989           po/quot.sed                   ** REMOVED **
4990           po/remove-potcdate.sed        ** REMOVED **
4991           po/remove-potcdate.sin        ** REMOVED **
4992           po/stamp-po                   ** REMOVED **
4993           Makefile.am
4994           autogen.sh
4995           configure.ac
4996                 enable building with automake 1.8.x
4997                 add 'autopoint --force' to autogen.sh and remove all
4998                 auto-generated files, remove ac/ directory and use
4999                 m4/ directory instead
5000                 
5001         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5002                 fix gettextization
5003
5004 2004-02-28 Colin Leroy <colin@colino.net>
5005         * src/prefs_matcher.c
5006           src/prefs_filtering.c
5007           src/prefs_filtering_action.c
5008                 Fix non-editable GtkEntries
5009
5010 2004-02-22 Thorsten Maerz <torte@netztorte.de>
5011         * src/prefs_themes.c
5012                 utf8 conversion for theme info
5013
5014 2004-02-21 Thorsten Maerz <torte@netztorte.de>
5015         * sync 0.9.9claws
5016
5017 2004-02-14 Thorsten Maerz <torte@netztorte.de>
5018         * src/grouplistdialog.c
5019                 allow multiple selections without ctrl key
5020
5021 2004-02-09 Thorsten Maerz <torte@netztorte.de>
5022         * src/main.c
5023                 enable customizable accelerators
5024
5025 2004-02-08 Thorsten Maerz <torte@netztorte.de>
5026         * src/prefs_common.c
5027                 re-enable different font settings for gtk1/2
5028         * src/prefs_folder_item.c
5029                 fix folder prefs displayed wrong
5030         * src/textview.c
5031                 set 'sunken' shadow type
5032
5033 2004-02-07 Colin Leroy <colin@colino.net>
5034         * src/compose.c
5035                 Fix message being always [Edited]
5036                 Encode headers correctly (utf8 buf)
5037
5038 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5039         * src/socket.c
5040                 remove double g_source_attach()
5041                 (Thanks to Colin Leroy)
5042
5043 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5044         * src/gtk/gtksctree.c
5045                 Fix SSL certificate list not shown
5046         * src/mimeview.c
5047                 Fix clicks in mime tree
5048
5049 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5050         * src/common/socket.c
5051                 Fix SSL receive
5052         * src/compose.c
5053                 Fix clipboard menu hotkeys
5054
5055 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5056         * src/gtk/gtkaspell.[ch]
5057           src/compose.c
5058                 reimplement spellchecker
5059
5060 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5061         * src/gtk/filesel.c
5062                 crash when inserting file in compose window
5063                 (TODO: keep old selection on clicks)
5064         * src/main.c
5065                 use gtkrc-2.0 instead of gtkrc
5066
5067 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5068         * src/messageview.c
5069                 remove orphaned mimeview unref()
5070
5071 2004-01-20 Thorsten Maerz <torte@netztorte.de>
5072         * src/grouplistdialog.c
5073                 expand nodes containing subscribed groups
5074
5075 2004-01-19 Thorsten Maerz <torte@netztorte.de>
5076         * src/textview.c
5077                 textview: hide cursor, restore old click behaviour
5078
5079 2004-01-18 Thorsten Maerz <torte@netztorte.de>
5080         * src/textview.c
5081                 variable names messed up
5082
5083 2004-01-17 Colin Leroy <colin@colino.net>
5084         * src/addr_compl.c
5085                 Fix completion address too thin
5086         * src/compose.c
5087                 Fix tab-to-subject behaviour
5088         * src/summaryview.c
5089                 Implement key up & down in summaryview
5090
5091 2004-01-12 Thorsten Maerz <torte@netztorte.de>
5092
5093         * sync 098claws
5094
5095 2004-01-08 Thorsten Maerz <torte@netztorte.de>
5096         * configure.ac
5097           Makefile.am
5098           doc/.cvsignore
5099           doc/Makefile.am
5100                 faq, man, manual moved to doc/
5101         * ac/aspell.m4
5102           ac/check-type.m4
5103           ac/gnupg-check-typedef.m4
5104           ac/openssl.m4
5105           ac/spamassassin.m4
5106           ac/missing/gdk-pixbuf.m4
5107           ac/missing/gpgme.m4
5108           ac/missing/imlib.m4
5109                 fix automake warnings
5110
5111 2003-12-06 Colin Leroy <colin@colino.net>
5112         * src/summaryview.c
5113                 Fix quicksearch
5114
5115 2003-12-05 Colin Leroy <colin@colino.net>
5116         * src/summaryview.c
5117                 Fix going to next unread folder
5118
5119 2003-12-05 Colin Leroy <colin@colino.net>
5120         * src/crash.c
5121                 Fix gtk2 compilation
5122         * src/session.c
5123                 Remove iotag source handler at disconnection
5124         * src/socket.[ch] 
5125                 Remove source handler when closing socket 
5126                 (fixes another seg)
5127
5128 2003-12-04 Colin Leroy <colin@colino.net>
5129         * src/compose.c
5130           src/prefs_account.c
5131           src/prefs_common.c
5132                 Fix some dropdown menus
5133
5134 2003-12-04 Colin Leroy <colin@colino.net>
5135         * src/compose.c
5136                 Fix event handlers on header fields
5137         * src/common/socket.c
5138           src/common/session.c
5139                 Fix segfault with callback (SSL)
5140                 Fix end of session 
5141
5142 2003-10-06 Thorsten Maerz <torte@netztorte.de>
5143
5144         * Fix compile bug in src/compose.c
5145         * removed src/gtk/gtkstext.[ch]
5146
5147 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
5148
5149         * Convert character set and escape "text" attributes in toolbar setting
5150         files.
5151         * Fixed bug in button-press-event handling.
5152
5153 2003-09-16 Thorsten Maerz <torte@netztorte.de>
5154
5155         * Fixed bug in key-press-event handling.
5156
5157 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
5158
5159         * Enabled to compile tray-icon plugin (Ad-hoc).
5160         * Avoid hang up bug of icon list in mime view (Ad-hoc).
5161
5162 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
5163
5164         * Enabled to compile on sylpheed-claws.
5165         (tray-icon plugin still cannot compile yet.)
5166
5167 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
5168
5169         * Updated to 0.9.5.
5170
5171 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
5172
5173         * Updated to 0.9.4.
5174         * Ported monitoring SSL mechanism to GSource of GLib2
5175         (I don't confirm it)
5176         * Added _gtk2 suffix to key name of font preference to avoid
5177         ovverwriting preference of Gtk+-1.2 version.
5178
5179 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
5180
5181         * Updated to 0.9.2.
5182
5183 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
5184
5185         * Updated to 0.9.1.
5186         * Translate po files into UTF-8 when execute autogen.sh.
5187
5188 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
5189
5190         * Updated to 0.9.0.
5191
5192 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
5193
5194         * Plugged GError related memory leaks.
5195
5196 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
5197
5198         * Changed default size of fonts.
5199         * Enabled to set titile font size of warning dialog.
5200
5201 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
5202
5203         * Embed a sylpheed icon into executable binary on Windows.
5204
5205 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
5206
5207         * I forgot to traslate character set of element string in src/xml.c.
5208
5209 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
5210
5211         * Fixed detecting bind_textdomain_codeset in configure.in.
5212         * The bug in which "Example" of "Date fromat" preference isn't displayed
5213         correctly has been fixed.
5214
5215 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
5216
5217         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
5218           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
5219           glib-gettextize
5220           Removed intl directory.
5221           Translated po files into UTF-8.
5222           (Thanks! Ryuji Abe)
5223
5224 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
5225
5226         * The bug which doesn't unscape string in xml.c has been fixed.
5227
5228 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
5229
5230         * The bug which is failed to translate encoding of file name thorough
5231         file dialog has been fixed.
5232
5233 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
5234
5235         * Modified to translate file names which is used in inporting/expoting
5236         mbox feature and "Save as" feature into locale encoding.
5237         * Translate file names into locale encoding when "Attache file" and
5238         "Insert file".
5239         * Force set G_BROKEN_FILENAMES environment variable.
5240         * Other minor fixes.
5241
5242 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
5243
5244         * Modified to treat MH folder's name as locale encoding.
5245
5246 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
5247
5248         * The bug which clash on switching candidates of auto completion of
5249         addresses, cannot use auto completion in Japanesse is fixed
5250         (Thanks! Tokunaga-san)¡¥
5251
5252 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5253
5254         * The bug which cannot switch key accelerator preference has been fixed
5255         (Thanks! smbd-san)¡¥
5256
5257 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5258
5259         * version 0.8.11-gtk2-20030314
5260
5261 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5262
5263         * The bug in which character set conversion of filtering messages has
5264         been fixed.(Thanks! COCOA-san).
5265
5266 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
5267
5268         * Revived "Leave space on head" preference in "Message" category.
5269         * A bug which clash when put the cursor to end of buffer and execute
5270         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
5271
5272 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5273
5274         * version 0.8.11-gtk2-20030312
5275
5276 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5277
5278         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
5279         * Modified to use Pango's API directly for font preference.
5280         * Integrated GtkTextView of textview to one widget.
5281         * Set fonts of header title in textview by "header_title" tag.
5282         * Removed some deprecated codes.
5283
5284 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
5285
5286         * Updated to 0.8.11.
5287         * Merged cygwin patch(Thanks! Sakai-san).
5288
5289 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
5290
5291         * version 0.8.10-gtk2-20030309