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