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