102325bf2ed1ca45962cabcb384ea8bd94589306
[claws.git] / ChangeLog-gtk2.claws
1 2005-09-20 [colin]      1.9.14cvs45
2
3         * src/mainwindow.c
4         * src/messageview.c
5                 GUI fixups: add accels, set message
6                 view title to displayed mail's subject
7         * src/prefs_spelling.c
8         * src/gtk/gtkaspell.c
9                 GUI fixups: allow underlining misspelled
10                 words instead of coloring them (a11y!)
11
12 2005-09-19 [colin]
13
14         1.9.15rc3 released
15
16 2005-09-19 [colin]      1.9.14cvs44
17
18         * src/compose.c
19                 Fix draft message
20         * src/gtk/gtkaspell.c
21                 Fix wrong test ;-)
22
23 2005-09-19 [colin]      1.9.14cvs43
24
25         * src/addressbook.c
26                 Fix sensitivity of Delete button
27         * src/compose.c
28                 Warn if the requested Privacy system
29                 is not available
30         * src/exphtmldlg.c
31         * src/expldifdlg.c
32         * src/importldif.c
33         * src/importmutt.c
34         * src/importpine.c
35                 Fix crappy UI
36         * src/
37         * src/ssl.h
38         * src/prefs_account.h
39         * src/prefs_account.c
40                 Save SSL prefs even in builds that have
41                 SSL support disable
42         * src/imap.c
43         * src/inc.c
44         * src/news.c
45         * src/send_message.c
46                 Warn if connection should be secure, but
47                 SSL support isn't compiled in
48         * src/gtkaspell.c
49                 Fix word separation on UTF-8 systems
50                 Fixes bug #812 (Strange inline spellchecking)
51         * src/compose.c
52                 Warn if the requested Privacy system
53                 is not available
54                 Factorize offline warning
55         * src/imap.c
56         * src/imap_gtk.c
57         * src/imap_gtk.h
58         * src/inc.h
59         * src/news_gtk.c
60         * src/news_gtk.h
61         * src/messageview.c
62                 Factorize offline warning
63
64 2005-09-19 [paul]
65
66         1.9.15-rc2 released
67
68 2005-09-18 [colin]      1.9.14cvs42
69
70         * src/codeconv.c
71         * src/codeconv.h
72         * src/procmime.c
73                 Add a way to get locale's charset ignoring utf-8,
74                 and use that as default encoding for broken mails
75
76 2005-09-18 [colin]      1.9.14cvs41
77
78         * src/gtk/logwindow.c
79                 Translate string. Patch by Fabien Vantard
80
81 2005-09-18 [colin]      1.9.14cvs40
82
83         * configure.ac
84                 Fix bug #803 (IMAP/SSL support breaks with 
85                 GnuTLS libetpan 0.38)
86
87 2005-09-18 [colin]      1.9.14cvs39
88
89         * src/codeconv.c
90         * src/compose.c
91         * src/procmime.c
92                 More charsets fixes. Fixes bug #806 (non
93                 ascii characters in subject line)
94
95 2005-09-17 [paul]       1.9.14cvs38
96
97         * src/folderview.c
98         * src/mainwindow.c
99                 fix gcc-2.95 issues
100                 Patch by Pawel Pekala
101
102 2005-09-17 [colin]      1.9.14cvs37
103
104         * src/addrindex.c
105                 bugfix for NO-USE LDAP compilation, patch 
106                 by Fabien Vantard
107
108 2005-09-17 [colin]      1.9.14cvs36
109
110         * src/prefs_actions.c
111         * src/prefs_customheader.c
112         * src/prefs_display_header.c
113         * src/prefs_filtering_action.c
114         * src/prefs_matcher.c
115         * src/prefs_toolbar.c
116                 Fix strange casts (less elegant but
117                 works better)
118
119 2005-09-16 [colin]      1.9.14cvs35
120
121         * src/jpilot.c
122                 Missed that one
123
124 2005-09-16 [colin]      1.9.14cvs34
125
126         * configure.ac
127         * src/Makefile.am
128         * src/addr_compl.c
129         * src/addrindex.c
130         * src/browseldap.c
131         * src/editldap.c
132         * src/ldaplocate.c
133         * src/ldapquery.c
134         * src/ldapquery.h
135         * src/ldapserver.c
136         * src/ldapserver.h
137         * src/main.c
138         * src/matcher_parser_parse.y
139         * src/prefs_themes.c
140         * src/etpan/Makefile.am
141         * src/gtk/description_window.c
142         * src/plugins/clamav/Makefile.am
143         * src/plugins/clamav/clamav_plugin.c
144         * src/plugins/dillo_viewer/Makefile.am
145         * src/plugins/pgpcore/Makefile.am
146         * src/plugins/pgpinline/Makefile.am
147         * src/plugins/pgpmime/Makefile.am
148         * src/plugins/trayicon/Makefile.am
149                 Fix 100% cpu usage in address completion list
150                 Fix little bugs (return with no values etc)
151                 Fix all warnings (with common CFLAGS)
152
153 2005-09-15 [colin]      1.9.14cvs33
154
155         * src/addressbook.c
156                 Fix bug where sometimes a group's email list is empty,
157                 force its refresh (probably fixes "Re: how to create a 
158                 distribution list")
159         * src/ldapquery.c
160                 Don't return to the callback in the main thread from the
161                 fetch thread (or face segs!)
162
163 2005-09-15 [paul]       1.9.14cvs32
164
165         * src/prefs_matcher.c
166                 forgotten in last commit
167
168 2005-09-15 [paul]       1.9.14cvs31
169
170         * src/prefs_actions.c
171         * src/prefs_filtering_action.c
172         * src/prefs_quote.c
173         * src/quote_fmt.c
174         * src/summaryview.c
175         * src/gtk/description_window.c
176         * src/gtk/description_window.h
177         * src/gtk/quicksearch.c
178                 allow interaction with the called
179                 description window
180                 Patch by Anders Hammar
181
182 2005-09-14 [paul]       1.9.14cvs30
183
184         * src/compose.c
185                 fix a little annoyance when pasting with 3rd button 
186                 with wrap_pastes=0 and wrap_input=1
187                 Patch by Colin
188
189 2005-09-14 [paul]       1.9.14cvs29
190
191         * src/prefs_account.c
192                 disable 'Filter messages on receiving' for
193                 SMTP-only accounts
194                 Patch  by Anders Hammar
195
196 2005-09-14 [paul]       1.9.14cvs28
197
198         * po/sk.po
199                 fix crash
200                 updated by Andrej Kacian
201
202 2005-09-14 [paul]
203
204         1.9.15-rc1 released
205
206 2005-09-14 [paul]       1.9.14cvs27
207
208         * po/es.po
209                 updated by Ricardo Mones Lastra
210         * src/compose.c
211         * src/compose.h
212                 associate no_wrap_tags to Compose windows
213                 instead of using a static one
214                 Patch by Colin
215         * src/mbox.c
216                 fix proc_mbox()
217                 Patch by wwp
218         * src/textview.c
219                 remove unneeded printf()
220
221 2005-09-14 [paul]       1.9.14cvs26
222
223         * src/addrcache.c
224         * src/codeconv.h
225         * src/folder.h
226         * src/mainwindow.h
227         * src/mh.c
228         * src/mimeview.h
229         * src/partial_download.c
230         * src/pop.c
231         * src/prefs_account.c
232         * src/prefs_account.h
233         * src/prefs_actions.c
234         * src/prefs_customheader.c
235         * src/prefs_display_header.c
236         * src/prefs_filtering_action.c
237         * src/prefs_matcher.c
238         * src/prefs_toolbar.c
239         * src/privacy.h
240         * src/procmime.c
241         * src/procmime.h
242         * src/procmsg.h
243         * src/textview.c
244         * src/undo.h
245         * src/common/plugin.c
246         * src/common/session.h
247         * src/common/socket.c
248         * src/common/socket.h
249         * src/common/template.c
250         * src/gtk/gtkaspell.c
251         * src/gtk/quicksearch.h
252         * src/plugins/pgpcore/passphrase.c
253         * src/plugins/pgpcore/prefs_gpg.h
254         * src/plugins/pgpcore/select-keys.c
255         * src/plugins/pgpcore/select-keys.h
256         * src/plugins/pgpcore/sgpgme.c
257         * src/plugins/pgpinline/pgpinline.c
258         * src/plugins/pgpmime/pgpmime.c
259         * src/plugins/trayicon/trayicon.c
260                 fix compilation warnings
261                 Patch by Daniel Gustafson
262
263 2005-09-14 [paul]       1.9.14cvs25
264
265         * src/addressbook.c
266                 add missing column header, and other small
267                 bug fixes
268                 Patch by Anders Hammar
269
270 2005-09-13 [colin]      1.9.14cvs24
271
272         * src/gtk/gtkaspell.c
273                 Fix non-utf8 in menu
274                 Fix little leaks
275                 Nullify struct members after free()s
276
277 2005-09-13 [colin]      1.9.14cvs23
278
279         * src/compose.c
280                 Test utf8 compliance before inserting to 
281                 buffer, and try to convert if necessary
282         * src/procmime.c
283                 If no charset is present, use the locale 
284                 one instead of us-ascii
285         * src/procmsg.c
286                 Add Sender, List-Post and To in the checked 
287                 headers for automatic rules creation 
288                 (thanks to wwp)
289         * src/prefs_themes.c
290         * src/gtk/gtkaspell.c
291                 Remove deprecated functions. 
292                 patch by Daniel Gustafson
293
294 2005-09-12 [colin]      1.9.14cvs22
295
296         * src/compose.c
297                 Fix bug #448 (Scrolling/Redraw issue with 
298                 address-fields in Header)
299         * src/mainwindow.c
300         * src/summaryview.c
301         * src/summaryview.h
302                 Fix loss of MSG_MARKED on move/copy
303                 Fix bug #804 (Quicksearch togglebutton doesn't 
304                 get depressed after '/' key is pressed)
305
306 2005-09-12 [paul]       1.9.14cvs21
307
308         * AUTHORS
309         * src/gtk/logwindow.c
310                 add 'Clear Log' to popup menu
311                 Patch by Anders Hammar <anders.hammar@telia.com>
312
313 2005-09-12 [paul]       1.9.14cvs20
314
315         * src/compose.c
316                 set correct sensitivity on attachments
317                 popup menu
318         * src/folder.c
319                 fix typo
320         * src/prefs_spelling.c
321                 fix crash when no LANG env is set
322         * src/common/xml.c
323                 fix crash in wizard
324                 don't use memeory after free
325
326         All patches by Daniel Gustafson
327
328 2005-09-12 [paul]       1.9.14cvs19
329
330         * src/prefs_themes.c
331                 make theme info selectable
332         * src/gtk/description_window.c
333                 make window non-modal
334         * tools/README
335                 add details of asus_mailed.sh
336         * tools/claws.i18n.status.pl
337                 update for new zh_TW translator
338                 widen the output
339                 create alternate coloured lines
340                 improve readability
341
342 2005-09-10 [colin]      1.9.14cvs18
343
344         * src/plugins/pgpcore/select-keys.c
345                 Better order for the buttons
346
347 2005-09-10 [colin]      1.9.14cvs17
348
349         * src/compose.c
350         * src/plugins/pgpcore/select-keys.c
351         * src/plugins/pgpcore/select-keys.h
352         * src/plugins/pgpcore/sgpgme.c
353                 Add a "Don't encrypt" button to the key
354                 selection dialog. Fixes bug #177 (There should be a 
355                 'Don't encrypt button in the Select Keys dialog)
356
357 2005-09-10 [colin]      1.9.14cvs16
358
359         * src/compose.c
360                 Fix bug #572 (%X option does not work with templates)
361
362 2005-09-10 [colin]      1.9.14cvs15
363
364         * src/toolbar.c 
365                 Remove g_print
366
367 2005-09-10 [colin]      1.9.14cvs14
368
369         * src/imap.c
370                 Fix a possible crash
371
372 2005-09-09 [colin]      1.9.14cvs13
373
374         * src/imap.c
375         * src/etpan/imap-thread.c
376         * src/etpan/imap-thread.h
377                 Fix moving from queue or drafts to normal folders
378                 Fix bug #794 (No way to delete without expunging)
379                 Take flags unset by other mailers into account
380                 Take deleted flag set by other mailers into account
381                 Fix unsetting REPLIED flag
382                 Fix crash when capabilities can't be retrieved
383         * src/mainwindow.c
384         * src/mainwindow.h
385                 Add M_DELAYED_FLAGS condition, and let the user use
386                 Execute in order to be able to expunge deleted mails,
387                 even if he's not in delayed execute mode
388         * src/prefs_spelling.c
389                 Use 'en' dictionary by default if LANG is POSIX or C
390         * src/gtk/prefswindow.c
391                 Fix bug #767 (Preferences windows expanding) by making
392                 the window a bit larger when the resolution is greater
393                 than 640x480, and by putting the prefs in a
394                 GtkScrolledWindow.
395
396 2005-09-09 [paul]       1.9.14cvs12
397
398         * AUTHORS
399         * configure.ac
400         * po/zh_TW.Big5.po      ** REMOVED **
401         * po/zh_TW.po           ** ADDED **
402                 updated by Wei-Lun Chao
403
404 2005-09-09 [paul]       1.9.14cvs11
405
406         * src/mainwindow.c
407                 fix asserts
408         * src/common/xml.c
409                 delay memory allocation until file is
410                 opened successfully
411                 Patch by Daniel Gustafson
412
413 2005-09-09 [cleroy]     1.9.14cvs10
414
415         * src/imap.c
416                 Add guards
417
418 2005-09-08 [colin]      1.9.14cvs9
419
420         * src/compose.c
421                 Alert when we can't save draft
422                 Fix various wrap/color issues
423                 Add mid-click pasting respecting wrap_paste option
424         * src/folder.c
425         * src/folder.h
426         * src/folder_item_prefs.c
427         * src/folder_item_prefs.h
428         * src/imap.c
429         * src/imap_gtk.c
430         * src/imap_gtk.h
431         * src/main.c
432         * src/mainwindow.c
433         * src/mainwindow.h
434         * src/news.c
435         * src/news_gtk.c
436         * src/news_gtk.h
437         * src/prefs_folder_item.c
438                 Fix the impossibility to synchronise folders for
439                 offline use (IMAP and NNTP are concerned)
440
441 2005-09-08 [colin]      1.9.14cvs8
442
443         * configure.ac
444                 Build LDAP and JPilot by default if available
445         * src/textview.c
446                 Fix use after free
447
448 2005-09-08 [paul]       1.9.14cvs7
449
450         * doc/manual/en/sylpheed-1.html
451         * doc/manual/en/sylpheed-18.html
452         * doc/manual/en/sylpheed-19.html
453         * doc/manual/en/sylpheed-4.html
454         * doc/manual/en/sylpheed-6.html
455         * doc/manual/en/sylpheed.html
456                 a few minor updates, plus include some
457                 details about plugins and their requirements
458         * src/mainwindow.c
459                 minor changes to English in /View/Sort
460
461 2005-09-07 [colin]      1.9.14cvs6
462
463         * doc/manual/en/sylpheed-1.html
464         * doc/manual/en/sylpheed-10.html
465         * doc/manual/en/sylpheed-11.html
466         * doc/manual/en/sylpheed-12.html
467         * doc/manual/en/sylpheed-13.html
468         * doc/manual/en/sylpheed-14.html
469         * doc/manual/en/sylpheed-15.html
470         * doc/manual/en/sylpheed-16.html
471         * doc/manual/en/sylpheed-17.html
472         * doc/manual/en/sylpheed-18.html
473         * doc/manual/en/sylpheed-19.html
474         * doc/manual/en/sylpheed-2.html
475         * doc/manual/en/sylpheed-20.html
476         * doc/manual/en/sylpheed-21.html
477         * doc/manual/en/sylpheed-22.html
478         * doc/manual/en/sylpheed-3.html
479         * doc/manual/en/sylpheed-4.html
480         * doc/manual/en/sylpheed-5.html
481         * doc/manual/en/sylpheed-6.html
482         * doc/manual/en/sylpheed-7.html
483         * doc/manual/en/sylpheed-8.html
484         * doc/manual/en/sylpheed-9.html
485         * doc/manual/en/sylpheed.html
486                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
487
488 2005-09-07 [colin]      1.9.14cvs5
489
490         * src/mainwindow.c
491                 Make labels more to-the-point
492
493 2005-09-07 [colin]      1.9.14cvs4
494
495         * doc/manual/en/sylpheed-1.html
496         * doc/manual/en/sylpheed-12.html
497         * doc/manual/en/sylpheed-13.html
498         * doc/manual/en/sylpheed-14.html
499         * doc/manual/en/sylpheed-15.html
500         * doc/manual/en/sylpheed-16.html
501         * doc/manual/en/sylpheed-17.html
502         * doc/manual/en/sylpheed-18.html
503         * doc/manual/en/sylpheed-19.html
504         * doc/manual/en/sylpheed-2.html
505         * doc/manual/en/sylpheed-20.html
506         * doc/manual/en/sylpheed-21.html
507         * doc/manual/en/sylpheed-22.html
508         * doc/manual/en/sylpheed-4.html
509         * doc/manual/en/sylpheed-5.html
510         * doc/manual/en/sylpheed-6.html
511         * doc/manual/en/sylpheed-7.html
512         * doc/manual/en/sylpheed-8.html
513         * doc/manual/en/sylpheed-9.html
514         * doc/manual/en/sylpheed.html
515                 Update manual
516
517 2005-09-07 [colin]      1.9.14cvs3
518
519         * doc/faq/en/sylpheed-faq-1.html
520         * doc/faq/en/sylpheed-faq-2.html
521         * doc/faq/en/sylpheed-faq-3.html
522         * doc/faq/en/sylpheed-faq.html
523                 Update FAQ
524
525 2005-09-07 [colin]      1.9.14cvs2
526
527         * src/folderview.c
528         * src/procmsg.c
529         * src/summaryview.c
530         * src/toolbar.c
531                 Fix special subfolders:
532                 - Inherit parent's icon
533                 - sent contents of queues subfolders
534                 - empty subfolders of trashes
535         * src/mainwindow.c
536                 Remove outdated manual and faq entries
537         * src/common/utils.c
538                 Add quotes around %s coming from mailcap
539
540 2005-09-07 [colin]      1.9.14cvs1
541
542         * src/compose.c
543                 After saving draft, set modified to FALSE
544         * src/mimeview.c
545         * src/common/utils.c
546         * src/common/utils.h
547                 Try to open mime parts using what is 
548                 indicated in ~/.mailcap or /etc/mailcap,
549                 if possible.
550
551 2005-09-05 [paul]       1.9.14
552
553         1.9.14 released
554
555         * po/sk.po
556                 updated by Andrej Kacian
557
558 2005-09-05 [paul]       1.9.13cvs83
559
560         * po/de.po
561         * po/es.po
562         * po/fi.po
563         * po/fr.po
564         * po/nb.po
565         * po/pt_BR.po
566         * po/sr.po
567                 updated translations by Thomas Gilgin, Ricardo Mones
568                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
569                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
570
571 2005-09-04 [paul]       1.9.13cvs82
572
573         * src/compose.c
574                 only warn about exceeded line length limit
575                 on send
576
577 2005-09-04 [paul]       1.9.13cvs81
578
579         * src/compose.c
580                 fix crash in 'line length exceeded' dialogue
581
582 2005-09-02 [paul]       1.9.13cvs80
583
584         * src/imap.c
585                 fix bug 795, 'Connection lost IMAP'
586                 and add statusbar prints
587                 Patch by Colin
588
589 2005-09-02 [paul]       1.9.13cvs79
590
591         * src/compose.c
592                 compose_wrap_paragraph() becomes
593                 compose_beautify_paragraph()
594                 Patch by Colin
595
596 2005-09-02 [cleroy]     1.9.13cvs78
597
598         * src/folderview.c
599                 Micro-fix
600
601 2005-09-01 [colin]      1.9.13cvs77
602
603         * src/imap.c
604                 Maybe fix bug #795 (Connection lost IMAP)
605                 Don't try to send logout when we're disconnected.
606         * src/summaryview.c
607                 Include locked and marked emails in HRM
608                 view. Fixes bug #800 (Locked messages no longer 
609                 show up when hide read messages is used)
610
611 2005-09-01 [paul]       1.9.13cvs76
612
613         * src/prefs_common.c
614                 fix bad cutting
615
616 2005-08-31 [colin]      1.9.13cvs75
617
618         * src/folderview.c
619         * src/folderview.h
620         * src/prefs_summaries.c
621         * src/summaryview.c
622                 Fix "go to next new", fix preference
623                 (Open unread/next swapped)
624
625 2005-08-31 [paul]       1.9.13cvs74
626
627         * src/compose.c
628         * src/folderview.c
629         * src/headerview.c
630         * src/headerview.h
631         * src/mainwindow.c
632         * src/prefs_common.c
633         * src/prefs_common.h
634         * src/prefs_fonts.c
635         * src/summaryview.c
636         * src/textview.c
637         * src/common/defs.h
638                 remove obsolete BOLD_FONT setting
639                 fix font update in headerview and textview
640                 headers after prefs change
641                 Patch By Colin
642
643 2005-08-31 [paul]
644
645         1.9.14-rc4 released
646
647 2005-08-30 [colin]      1.9.13cvs73
648
649         * src/summaryview.c
650                 When Hide read messages is selected and we
651                 refresh the summaryview, don't remove the 
652                 currently displayed message. Fixes bug #797
653                 (Summary view reloads when new mail is 
654                 downloaded in 1.9.14 rc)
655
656 2005-08-30 [colin]      1.9.13cvs72
657
658         * src/folderview.c
659                 Fix flickering
660         * src/mainwindow.c
661                 Remove useless callback
662         * src/mimeview.c
663         * src/gtk/filesel.c
664         * src/gtk/filesel.h
665                 Add a filesel_select_file_save_folder() - used by Save All
666
667 2005-08-29 [paul]       1.9.13cvs71
668
669         * AUTHORS
670         * src/matcher_parser_parse.y
671         * src/etpan/imap-thread.c
672                 fix building on FreeBSD
673                 Patch by Daniel Gustafson <daniel@hobbit.se>
674
675 2005-08-29 [paul]       1.9.13cvs70
676
677         * src/plugins/pgpinline/pgpinline.c
678                 only initialise sig result if it's been handled
679                 Patch by Colin
680
681 2005-08-29 [paul]       1.9.13cvs69
682         
683         Patches by Colin:
684
685         * src/imap.c
686         * src/common.utils.c
687         * src/common/utils.h
688                 optimisation
689         * src/stock_pixmap.h
690                 fix wrong icon reference
691         * src/pixmaps/trash_btn.xpm
692                 replace with nicer image
693
694 2005-08-28 [colin]      1.9.13cvs68
695
696         * src/Makefile.am
697         * src/stock_pixmap.c
698         * src/stock_pixmap.h
699         * src/toolbar.c
700         * src/pixmaps/trash_btn.xpm
701                 Add a specific trash xpm for the button
702
703 2005-08-28 [colin]      1.9.13cvs67
704
705         * src/imap.c
706                 Fix leak
707
708 2005-08-27 [colin]      1.9.13cvs66
709
710         * src/imap.c
711         * src/procmime.c
712                 Correctly fix "Problem with replies", fixes
713                 pgpmime encryption too. 
714
715 2005-08-27 [colin]      1.9.13cvs65
716
717         * src/folder.c
718         * src/procmsg.c
719         * src/procmsg.h
720         * src/summaryview.c
721                 Fix bug #517 (messages removed from summaryview 
722                 when moving fails)
723
724 2005-08-27 [colin]      1.9.13cvs64
725
726         * tools/Makefile.am
727         * tools/asus_mailled.sh
728                 Add a script to blink ASUS laptops' mail LED where there
729                 is unread mail.
730
731 2005-08-27 [colin]      1.9.13cvs63
732
733         * src/imap.c
734         * src/etpan/imap-thread.c
735         * src/etpan/imap-thread.h
736                 Implement automatic choosing of login method
737                 Fixes bug #791
738         * src/gtk/.cvsignore
739                 Add sylpheed-marshal.[ch]
740
741 2005-08-27 [colin]      1.9.13cvs62
742
743         * src/common/utils.c
744                 Fix confusing perror
745
746 2005-08-27 [colin]      1.9.13cvs61
747
748         * src/toolbar.c
749         * src/toolbar.h
750                 Remove A_DELETE, replace it with 
751                 A_TRASH and A_DELETE_REAL. Automatically
752                 rewrite config files to replace A_DELETE
753                 with A_TRASH (no functionality change).
754                 Fixes half of #794
755
756 2005-08-26 [colin]      1.9.13cvs60
757
758         * src/procmime.c
759                 Previous "Problem with replies" fix brought other
760                 problems, fixing them
761
762 2005-08-26 [colin]      1.9.13cvs59
763
764         * src/procmime.c
765                 Fix "Problem with replies". This happened only
766                 on IMAP...
767         * src/procmsg.c
768                 Factorize code a bit
769         * src/compose.c
770                 Speed improvement on very long messages (wrapping)
771                 Fix signature color on Reedit and Redirect
772                 On Reedit, don't attach pgp-signatures parts, but
773                 set signing to On.
774
775 2005-08-24 [paul]       1.9.13cvs58
776
777         * src/compose.c
778                 don't claim success when clicking
779                 Cancel on the passphrase box.
780                 Patch by Colin
781
782 2005-08-24 [paul]       1.9.13cvs57
783
784         * src/main.c
785                 fix misplaced sylpheed.log
786         * src/common/defs.h
787                 define UIDL_DIR
788
789 2005-08-24 [paul]       1.9.13cvs56
790
791         * src/imap.c
792         * src/etpan/imap-thread.c
793         * src/etpan/imap-thread.h
794                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
795                 Patch by Colin
796         * src/gtk/sylpheed-marshal.c    ** REMOVED **
797         * src/gtk/sylpheed-marshal.h    ** REMOVED **
798                 remove autogenerated files
799         * tools/kdeservicemenu/README
800         * tools/kdeservicemenu/install.sh
801         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
802         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
803                 use Claws icon, use 'Sylpheed-Claws' in menu,
804                 use kdialog, and other cleanups
805
806 2005-08-23 [paul]       1.9.13cvs55
807
808         * src/compose.c
809                 fix paste/wrap crash
810                 Patch by Colin
811
812 2005-08-23 [paul]       1.9.13cvs54
813
814         * src/main.c
815                 fix crash recovery
816                 Patch by Colin
817
818 2005-08-23 [paul]       1.9.13cvs53
819
820         * src/addressbook.c
821         * src/editaddress.c
822                 view all data of LDAP contacts
823                 Patch by Colin
824
825 2005-08-23 [paul]       1.9.13cvs52
826
827         * src/addressbook.c
828                 fix issues with the Search field
829                 Patch by Colin
830
831 2005-08-22 [paul]       1.9.13cvs51
832
833         * src/folderview.c
834                 put name of folder in processing dialog
835                 title
836         * src/prefs_folder_item.c
837                 improve english usage
838
839 2005-08-22 [paul]       1.9.13cvs50
840
841         * src/filtering.c
842         * src/filtering.h
843         * src/matcher.c
844         * src/matcher_parser_lex.l
845         * src/matcher_parser_parse.y
846         * src/prefs_filtering.c
847                 add Filtering/Processing rule names feature.
848                 (the incompatible old matcherrc is saved as
849                 matcherrc.pre_names).
850                 Patch by Colin
851
852 2005-08-22 [paul]       1.9.13cvs49
853
854         * src/procmsg.c
855                 fix colour labelling
856                 Patch by Colin
857
858 2005-08-22 [paul]       1.9.13cvs48
859
860         * src/textview.c
861                 fix open_image_cb()
862
863 2005-08-22 [paul]       1.9.13cvs47
864
865         * src/imap.c
866                 fix bug 789, 'SC crashes with imap (CVS ver)'
867                 Patch by Colin
868
869 2005-08-22 [paul]       1.9.13cvs46
870
871         * src/mimeview.c
872         * src/prefs_common.c
873         * src/common/defs.h
874                 define reused defaults in defs.h
875         * src/textview.c
876                 add 'Open image' to image popup menu
877
878 2005-08-21 [colin]      1.9.13cvs45
879
880         * src/summaryview.c
881                 Fix bug #788 (Bogus "From" address displayed)
882
883 2005-08-20 [colin]      1.9.13cvs44
884
885         * src/folder.c
886                 Fix buf #787 (multilevel delete causes SIGSEGV)
887
888 2005-08-19 [colin]      1.9.13cvs43
889
890         * src/inc.c
891         * src/prefs_common.c
892         * src/prefs_common.h
893                 Add an hidden pref to allow modifying the
894                 update stepping in incorporation.
895                 Patch by wwp.
896
897 2005-08-19 [colin]      1.9.13cvs42
898
899         * src/compose.c
900         * src/procmime.c
901                 Workaround for broken MUAs: encode 
902                 Content-type: name: as ASCII and 
903                 Content-Disposition: filename: as
904                 per rfc2231
905         * src/prefs_account.c
906                 Fix invisible-ness of SMTP SSL prefs
907                 in NNTP accounts
908
909 2005-08-19 [paul]       1.9.13cvs41
910
911         * src/compose.c
912         * src/prefs_common.c
913         * src/prefs_common.h
914         * src/prefs_wrapping.c
915                 paste with or without wrapping.
916                 patch by Colin
917
918 2005-08-19 [paul]       1.9.13cvs40
919
920         * src/prefs_common.c
921         * src/prefs_common.h
922         * src/summaryview.c
923                 reintroduce enable_swap_from as a
924                 hidden pref. patch by Colin
925         * src/quote_fmt_parse.y
926         * src/plugins/clamav/clamav_plugin.c
927         * src/plugins/dillo_viewer/dillo_viewer.c
928         * src/plugins/mathml_viewer/mathml_viewer.c
929         * src/plugins/pgpcore/sgpgme.c
930         * src/plugins/pgpinline/pgpinline.c
931         * src/plugins/pgpmime/pgpmime.c
932                 tidy up. patch by Colin
933
934 2005-08-19 [paul]       1.9.13cvs39
935
936         * configure.ac
937                 complete cvs38's sync
938         * src/editaddress.c
939         * src/gedit-print.c
940         * src/mutt.c
941         * src/etpan/etpan-log.c
942         * src/etpan/imap-thread.c
943         * src/gtk/gtksourceprintjob.c
944                 fix compilation warnings
945                 (patch by Colin)
946
947 2005-08-19 [paul]       1.9.13cvs38
948
949         sync with main:
950
951         * src/account.c
952         * src/action.c
953         * src/addrbook.c
954         * src/addrcache.c
955         * src/addrharvest.c
956         * src/addrindex.c
957         * src/codeconv.c
958         * src/compose.c
959         * src/crash.c
960         * src/exporthtml.c
961         * src/exportldif.c
962         * src/folder.c
963         * src/image_viewer.c
964         * src/inc.c
965         * src/inc.h
966         * src/jpilot.c
967         * src/ldif.c
968         * src/main.c
969         * src/matcher.c
970         * src/mbox.c
971         * src/messageview.c
972         * src/mh.c
973         * src/mimeview.c
974         * src/msgcache.c
975         * src/mutt.c
976         * src/news.c
977         * src/partial_download.c
978         * src/pine.c
979         * src/pop.c
980         * src/prefs_actions.c
981         * src/prefs_common.c
982         * src/prefs_customheader.c
983         * src/prefs_display_header.c
984         * src/prefs_gtk.c
985         * src/prefs_themes.c
986         * src/procheader.c
987         * src/procmime.c
988         * src/procmsg.c
989         * src/recv.c
990         * src/send_message.c
991         * src/simple-gettext.c
992         * src/sourcewindow.c
993         * src/textview.c
994         * src/vcard.c
995         * src/common/defs.h
996         * src/common/log.c
997         * src/common/plugin.c
998         * src/common/prefs.c
999         * src/common/session.c
1000         * src/common/session.h
1001         * src/common/socket.c
1002         * src/common/socket.h
1003         * src/common/ssl_certificate.c
1004         * src/common/template.c
1005         * src/common/utils.c
1006         * src/common/utils.h
1007         * src/common/xml.c
1008         * src/gtk/about.c
1009         added wrappers for C library function that
1010                 take pathname arguments.
1011                 enabled compilation with MinGW.
1012                 use GDir instead of directly using opendir().
1013                 added rename_force().
1014
1015 2005-08-19 [paul]       1.9.13cvs37
1016         
1017         patches by Colin:
1018         * src/compose.c
1019                 fix privacy settings on re-editing
1020                 a sent message
1021         * src/jpilot.c
1022                 fix encoding bug
1023         * src/folder.c
1024         * src/procmsg.c
1025         * src/procmsg.h
1026         * src/summaryview.c
1027                 flag changing optimisation
1028
1029 2005-08-18 [martin]     1.9.13cvs36
1030
1031         * commitHelper
1032             added my login
1033         * src/addrcache.c
1034         * src/addrharvest.c
1035         * src/addrindex.c
1036         * src/compose.c
1037         * src/grouplistdialog.c
1038         * src/main.c
1039         * src/mainwindow.c
1040         * src/msgcache.c
1041         * src/mutt.c
1042         * src/pine.c
1043         * src/prefs_account.c
1044         * src/prefs_themes.c
1045         * src/stock_pixmap.c
1046         * src/summaryview.c
1047         * src/gtk/about.c
1048         * src/gtk/logwindow.c
1049             removed deprecated glib and gdk stuff
1050         * src/plugins/pgpcore/select-keys.c
1051             convert attributes from locale to utf8
1052
1053 2005-08-17 [paul]       1.9.13cvs35
1054
1055         * src/account.c
1056         * src/addressbook.c
1057                 use new GTK_STOCK_ icons if available
1058         * src/summaryview.c
1059         * src/gtk/gtksctree.c
1060         * src/gtk/gtksctree.h
1061                 faster range select. patch by Colin
1062
1063 2005-08-17 [paul]       1.9.13cvs34
1064
1065         patches by colin:
1066         * src/addressbook.c
1067         * src/addressitem.h
1068                 Add an edit button for contacts, fix selections
1069                 of gtksctree items
1070         * src/editaddress.c
1071                 Change labels, let Save be always possible in the
1072                 email and user atributes tabs
1073         * src/folderview.c
1074                 fix sort issues
1075         * src/summaryview.c
1076                 select next item instead of the displayed one
1077                 after deletion
1078
1079         * src/gtk/progressdialog.c
1080                 use prefs_common.enable_rules_hint
1081
1082 2005-08-13 [hoa]        1.9.13cvs33
1083
1084         * src/etpan/imap-thread.c
1085                 fixed build on Solaris.
1086
1087 2005-08-10 [colin]      1.9.13cvs32
1088
1089         * src/procmsg.c
1090                 Fix cvs31 (missing fclose before reading
1091                 the file)
1092
1093 2005-08-10 [colin]      1.9.13cvs31
1094
1095         * src/procmsg.c
1096                 Fix procmsg_msginfo_new_from_mimeinfo() when
1097                 the MimeInfo isn't stored in memory. This fixes
1098                 replying to an attached message.
1099
1100 2005-08-10 [colin]      1.9.13cvs30
1101
1102         * src/mainwindow.c
1103                 Fix slowness in account changing
1104
1105 2005-08-10 [colin]      1.9.13cvs29
1106
1107         * src/folder.c
1108         * src/folderutils.c
1109         * src/folderview.c
1110         * src/imap_gtk.c
1111         * src/mainwindow.c
1112         * src/mh_gtk.c
1113         * src/procmsg.c
1114         * src/summaryview.c
1115                 Optimize folder_has_parent_of_type
1116                 Prevent moving special sub-folders from contextual menus
1117                 Rework message a bit ("Empty all messages" -> "Delete all
1118                 messages")
1119                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
1120                 and "Deleted Items" folders)
1121
1122 2005-08-08 [colin]      1.9.13cvs28
1123
1124         * src/summaryview.c
1125         * src/prefs_summaries.c
1126                 Make "Select first unread|new" more flexible
1127                 (just prioritize new or unread)
1128
1129 2005-08-08 [colin]      1.9.13cvs27
1130
1131         * src/summaryview.c
1132                 If "select first new" is selected and there only
1133                 are unread messages, fallback to "select first
1134                 unread".
1135
1136 2005-08-08 [colin]      1.9.13cvs26
1137
1138         * src/folder.c
1139                 Fix shameful bugs (and bug #779)
1140
1141 2005-08-08 [colin]      1.9.13cvs25
1142
1143         * src/folder.c
1144         * src/folder.h
1145                 Cache parents' type to make folder_has_parent_of_type
1146                 faster
1147         * src/folderview.c
1148                 Forbid DnD of special sub-folders
1149         * src/procmsg.c
1150         * src/procmsg.h
1151                 Add MAIL_POSTFILTERING_HOOK
1152         * src/summaryview.c
1153                 Revert over-zealous deletion of the use_addr_book 
1154                 code
1155
1156 2005-08-07 [colin]      1.9.13cvs24
1157
1158         * src/folder.c
1159                 Fix big mistake (passing MsgInfo instead 
1160                 of FolderItem)
1161
1162 2005-08-07 [colin]      1.9.13cvs23
1163
1164         * src/compose.c
1165         * src/folder.c
1166         * src/folder.h
1167         * src/foldersel.c
1168         * src/folderutils.c
1169         * src/folderview.c
1170         * src/imap.c
1171         * src/mainwindow.c
1172         * src/messageview.c
1173         * src/mh.c
1174         * src/msgcache.c
1175         * src/procmime.c
1176         * src/summaryview.c
1177                 Make subfolders of Drafts, Queue, Outbox, Trash
1178                 work like their parents. 
1179                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
1180
1181 2005-08-07 [colin]      1.9.13cvs22
1182
1183         * src/addressbook.c
1184                 Fix bug #771 (Dragged contacts not saved)
1185
1186 2005-08-07 [paul]       1.9.13cvs21
1187
1188         * src/summaryview.c
1189                 fix bug 32 'Search Doesn't display results
1190                 if "Hide Read Messages" is chosen'
1191                 be more literal in interpreting 'Hide read
1192                 messages'
1193
1194 2005-08-07 [colin]      1.9.13cvs20
1195
1196         * src/folderview.c
1197                 Add debug
1198         * src/summaryview.c
1199                 Faster 'unthread_for_execution'
1200
1201 2005-08-06 [paul]       1.9.13cvs19
1202
1203         * src/mainwindow.c
1204                 add mnemonics to Set displayed columns
1205                 fix bug where msgview_visible option was
1206                 overwritten as TRUE on startup
1207
1208 2005-08-06 [paul]       1.9.13cvs18
1209
1210         * src/mainwindow.c
1211                 refer to 'displayed columns in folder/message
1212                 list' not 'displayed items in summary/message view'
1213         * src/prefs_display_header.c
1214                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
1215                 be consistent with similar dialogues
1216         * src/prefs_folder_column.c
1217         * src/prefs_summary_column.c
1218                 'columns' not 'items', and folder and message lists,
1219                 instead of folder and summary views;
1220                 Use 'Hidden columns' as list heading not 'Available
1221                 items';
1222                 move the 'Remove' button to the right hand side;
1223                 top-align the buttons;
1224                 remove unneeded vbox
1225         * src/prefs_summaries.c
1226                 put the 2 column prefs buttons in a frame to reduce
1227                 overall width; refer to columns not items &c.
1228
1229 2005-08-05 [colin]      1.9.13cvs17
1230
1231         * src/prefs_common.c
1232         * src/prefs_common.h
1233         * src/mainwindow.c
1234         * src/compose.c
1235         * src/messageview.c
1236                 Add an hidden toolbar_detachable pref, so
1237                 that I can get rid of these painful handles
1238                 in the toolbars. Defaults to TRUE to avoid
1239                 changing the GUI on unsuspecting people...
1240
1241 2005-08-05 [colin]      1.9.13cvs16
1242
1243         * src/Makefile.am
1244         * src/prefs_folder_column.c
1245         * src/prefs_folder_column.h
1246                 Add prefs for folder columns
1247         * src/folderview.c
1248         * src/folderview.h
1249         * src/mainwindow.c
1250         * src/mainwindow.h
1251         * src/prefs_common.c
1252         * src/prefs_common.h
1253         * src/prefs_summaries.c
1254                 Use them
1255         * src/prefs_summary_column.c
1256         * src/summaryview.c
1257         * src/summaryview.h
1258                 Add a To column
1259         * src/textview.c
1260         * src/common/utils.c
1261         * src/common/utils.h
1262                 Move uri colourisation functions
1263                 to utils
1264         * src/compose.c
1265                 Colourise URIs
1266         * src/imap.c
1267                 Fix bug with LIST where we'd try
1268                 to get Folder//////[...]/// 
1269
1270 2005-08-05 [paul]       1.9.13cvs15
1271
1272         * src/prefs_summaries.c
1273                 improve the English usage
1274         * src/summaryview.c
1275                 set font on column change
1276                 thanks to Colin
1277
1278 2005-08-05 [paul]       1.9.13cvs14
1279
1280         * src/prefs_common.c
1281         * src/prefs_common.h
1282         * src/prefs_summaries.c
1283         * src/summaryview.c
1284                 replace 'open_unread_on_enter' option with
1285                 'select_on_entry' option. opening/not opening
1286                 is now exclusively controlled by 'always_show_msg'
1287
1288 2005-08-04 [colin]      1.9.13cvs13
1289
1290         * src/compose.c
1291                 Remove dead code
1292                 Add colourisation of quotes and signatures
1293         * src/folderview.c
1294                 Fix possible crashes
1295         * src/messageview.c
1296                 Change an assert that is no problem
1297         * src/news.c
1298         * src/news_gtk.c
1299         * src/news_gtk.h
1300                 Fix offline mode
1301         * src/gtk/quicksearch.c
1302                 Fix a possible crash
1303
1304 2005-08-03 [colin]      1.9.13cvs12
1305
1306         * src/prefs_account.c
1307                 Fix bug #777 (Sylpheed crash in account configuration)
1308
1309 2005-08-03 [colin]      1.9.13cvs11
1310
1311         * src/addressbook.c
1312         * src/editaddress.c
1313         * src/editgroup.c
1314                 Fixing addressbook, round 2
1315         * src/textview.c
1316                 Fix emphasis color on rechecking 'Colorize messages'
1317
1318 2005-08-03 [paul]       1.9.13cvs10
1319
1320         sync with main
1321
1322         * src/addr_compl.c
1323         * src/compose.c
1324         * src/main.c
1325         * src/pop.c
1326         * src/prefs_account.c
1327         * src/procmime.c
1328         * src/procmsg.c
1329         * src/quote_fmt_parse.y
1330         * src/textview.c
1331         * src/common/quoted-printable.c
1332         * src/common/utils.c
1333         * src/common/utils.h
1334         * src/common/xml.c
1335                 replaced incorrect locale-independent
1336                 ctype functions with GLib's. Corrected
1337                 signedness mismatch.
1338         * src/headerview.c
1339                 headerview_create(): added spacing for vbox.
1340         * src/gtk/about.c
1341                 set focus to the OK button.
1342
1343 2005-08-03 [colin]      1.9.13cvs9
1344
1345         * src/folderview.c
1346                 Fix possible crash
1347
1348 2005-08-02 [colin]      1.9.13cvs8
1349
1350         * src/mainwindow.c
1351                 Fix cast
1352         * src/addressbook.c
1353         * src/addressitem.h
1354                 Fix a cast and more generally, try to make the
1355                 GUI more intuitive and consistent (round 1)
1356
1357 2005-08-02 [paul]       1.9.13cvs7
1358
1359         * src/folder.h
1360                 missing in 1.9.13cvs6
1361
1362 2005-08-02 [colin]      1.9.13cvs6
1363
1364         * src/folder.c
1365                 Fix one more leak
1366
1367 2005-08-02 [colin]      1.9.13cvs5
1368
1369         * src/folder.c
1370         * src/folderview.c
1371         * src/imap.c
1372         * src/main.c
1373         * src/mbox.c
1374         * src/procmsg.c
1375         * src/summaryview.c
1376                 Fix a number of folder_item_get_msg_list()-related
1377                 leaks (missing procmsg_msginfo_free()s)
1378
1379 2005-08-01 [colin]      1.9.13cvs4
1380
1381         * src/folderview.c
1382         * src/folderview.h
1383         * src/mainwindow.c
1384         * src/prefs_fonts.c
1385         * src/prefs_summaries.c
1386         * src/prefs_themes.c
1387         * src/summaryview.c
1388         * src/summaryview.h
1389         * src/textview.c
1390         * src/textview.h
1391                 Fix instant-apply of summary and folderview-related prefs
1392                 Fix erroneous g_free and alertpanels in prefs_theme
1393                 Add instant-apply for fonts
1394                 Defer applying of prefs a little bit so it's done only
1395                 once even if requested by multiples prefs pages
1396
1397 2005-08-01 [paul]       1.9.13cvs3
1398
1399         * src/main.c
1400                 fix bug 776 'S.C. crashes on close'
1401                 thanks to Colin
1402         * src/etpan/etpan-thread-manager-types.h
1403                 add missing include
1404                 thanks to Hoa
1405
1406 2005-07-25 [paul]       1.9.13cvs2
1407
1408         * src/summaryview.c
1409                 fix typos. spotted by Fabien Vantard
1410
1411 2005-07-24 [paul]       1.9.13cvs1
1412
1413         * doc/man/sylpheed.1
1414                 update man page, incorporating fix of
1415                 bug 769 'Typo in manpage'
1416         * src/etpan/imap-thread.c
1417                 fix NetBSD openssl dependencies. patch by
1418                 George Michaelson <ggm@apnic.net>
1419         * po/pt_BR.po
1420                 updated by Frederico Goncalves Guimaraes
1421
1422 2005-07-22 [paul]       1.9.13
1423
1424         1.9.13 release
1425
1426 2005-07-22 [paul]       1.9.12cvs91
1427
1428         * AUTHORS
1429         * INSTALL
1430         * README.claws
1431         * RELEASE_NOTES.claws
1432                 updated for release
1433         * configure.ac
1434         * po/nb.po
1435         * tools/claws.i18n.status.pl
1436                 add Norwegian translation. submiited by
1437                 Geir Helland <pjallabais@users.sourceforge.net>
1438         * po/ca.po
1439         * po/de.po
1440         * po/es.po
1441         * po/fi.po
1442         * po/fr.po
1443         * po/it.po
1444         * po/sk.po
1445         * po/sr.po
1446         * po/zh_CN.po
1447                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1448                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
1449                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
1450                 Yang Guilong
1451         * src/plugins/clamav/clamav_plugin_gtk.c
1452         * src/plugins/spamassassin/spamassassin_gtk.c
1453                 replace outdated description strings
1454
1455 2005-07-21 [colin]      1.9.12cvs90
1456
1457         * src/folder.c
1458                 Set folder to batch mode when scanning it. Makes deletion
1459                 of unread mails on IMAP much faster (due to the UNREAD 
1460                 flag unsetting)
1461
1462 2005-07-21 [darko]      1.9.12cvs89
1463
1464         * configure.ac
1465                 link against libresolv if necessary (patch by Paul)
1466         * src/msgcache.c
1467                 use glib's portable macros to determine endianness
1468
1469 2005-07-21 [paul]       1.9.12cvs88
1470
1471         * src/crash.c
1472         * src/gtk/about.c
1473                 update compiled-in features list
1474
1475 2005-07-20 [colin]      1.9.12cvs87
1476
1477         * src/folder.c
1478         * src/textview.c
1479                 Gcc 2.9x compilation fixes, thanks to Darko
1480         * src/plugins/clamav/clamav_plugin.c
1481                 Little optimisation: load virus database only once
1482         * src/plugins/spamassassin/spamassassin.c
1483                 Big optimisation: filtering one mail took at least 1 second,
1484                 now it takes at least 50ms. Doesn't speed up spamassassin 
1485                 itself, but should already be much more tolerable.
1486
1487 2005-07-20 [colin]      1.9.12cvs86
1488
1489         * src/summaryview.c
1490                 Fix performance issue
1491
1492 2005-07-19 [colin]      1.9.12cvs85
1493
1494         * src/plugins/pgpinline/plugin.c
1495                 Fix warning
1496
1497 2005-07-19 [colin]      1.9.12cvs84
1498
1499         * configure.ac
1500         * src/plugins/Makefile.am
1501         * src/plugins/pgpinline/.cvsignore
1502         * src/plugins/pgpinline/Makefile.am
1503         * src/plugins/pgpinline/pgpinline.c
1504         * src/plugins/pgpinline/pgpinline.deps
1505         * src/plugins/pgpinline/pgpinline.h
1506         * src/plugins/pgpinline/plugin.c
1507                 Put pgpinline in the main tree
1508
1509 2005-07-19 [paul]       1.9.12cvs83
1510
1511         * src/prefs_actions.c
1512                 prevent '//' in menu names, which cause a crash
1513                 thanks to Colin
1514
1515 2005-07-19 [paul]       1.9.12cvs82
1516
1517         * configure.ac
1518                 be generally more informative in configure output.
1519                 OpenSSL: correction: '[ --enable-openssl ...' -> 
1520                 '[ --disable-openssl ...', as --enable-openssl is default
1521                 PGP/MIME: don't check for GPGME again, check for
1522                 pgpcore instead. Therefore prevent the possibility of
1523                 attempting to build pgpmime if pgpcore dependencies are
1524                 not met
1525                 ClamAV: use pkgconfig to check for lib
1526                 libgnomeprint: revert logic on inner test to match
1527                 everything else
1528         * src/plugins/pgpcore/sgpgme.c
1529                 add missing include
1530
1531 2005-07-19 [colin]      1.9.12cvs81
1532
1533         * src/summaryview.c
1534                 Fix slow thread rebuilding in particular
1535                 cases
1536
1537 2005-07-19 [paul]       1.9.12cvs80
1538
1539         * sylpheed-claws.desktop
1540                 fix typo, spotted by Stephan Sachse
1541         * src/account.c
1542                 replace GTK_STOCK_ADD with
1543                 GTK_STOCK_NEW button
1544
1545 2005-07-18 [colin]      1.9.12cvs79
1546
1547         * src/etpan/imap-thread.c
1548                 Fix return value (Thanks Hoa)
1549
1550 2005-07-18 [colin]      1.9.12cvs78
1551
1552         * src/imap.c
1553                 Allow empty passwords
1554                 Create drafts/queue/outbox if necessary
1555         * src/summaryview.c
1556                 Remove old code
1557         * src/etpan/imap-thread.c
1558                 Fix STARTTLS (Thanks to Hoa)
1559
1560 2005-07-18 [paul]       1.9.12cvs77
1561
1562         * ChangeLog-gtk2.jp
1563         * ChangeLog.jp
1564                 removed
1565         * Makefile.am
1566                 updated to reflect additions and removals
1567         * TODO
1568                 updated to be claws-specific
1569         * TODO-gtk2
1570         * TODO-gtk2.jp
1571         * TODO.jp
1572         * sylpheed-128x128.png
1573         * sylpheed-64x64.png
1574                 removed
1575         * sylpheed-claws-128x128.png
1576         * sylpheed-claws-64x64.png
1577         * sylpheed-claws.desktop
1578         * sylpheed-claws.png
1579                 added
1580         * sylpheed.desktop
1581         * sylpheed.png
1582                 removed
1583
1584 2005-07-17 [paul]       1.9.12cvs76
1585
1586         * src/account.c
1587         * src/addressbook.c
1588         * src/alertpanel.c
1589         * src/alertpanel.h
1590         * src/compose.c
1591         * src/exphtmldlg.c
1592         * src/expldifdlg.c
1593         * src/folderview.c
1594         * src/imap_gtk.c
1595         * src/inc.c
1596         * src/message_search.c
1597         * src/messageview.c
1598         * src/mh_gtk.c
1599         * src/news_gtk.c
1600         * src/prefs_actions.c
1601         * src/prefs_filtering.c
1602         * src/prefs_matcher.c
1603         * src/prefs_template.c
1604         * src/prefs_themes.c
1605         * src/ssl_manager.c
1606         * src/summary_search.c
1607         * src/textview.c
1608         * src/toolbar.c
1609         * src/gtk/sslcertwindow.c
1610         * src/plugins/pgpcore/sgpgme.c
1611                 rework alertpanels
1612
1613 2005-07-17 [colin]      1.9.12cvs75
1614
1615         * src/privacy.c
1616                 add a PrivacySystem accessor that checks that
1617                 the system cached in a MimeInfo's privacydata
1618                 is still registered. Use this accessor instead
1619                 of directly using data->system. Fixes crashes
1620                 after unloading pgp plugins.
1621
1622 2005-07-17 [colin]      1.9.12cvs74
1623
1624         * src/alertpanel.c
1625                 Change geometry hints to a simple default size.
1626                 Fixes the certs dialogs.
1627
1628 2005-07-17 [colin]      1.9.12cvs73
1629
1630         * src/gtk/sslcertwindow.c
1631                 Use a gtkExpander
1632
1633 2005-07-17 [colin]      1.9.12cvs72
1634
1635         * src/plugins/pgpcore/Makefile.am
1636         * src/plugins/pgpmime/Makefile.am
1637                 Add gpgme libs
1638
1639 2005-07-17 [paul]       1.9.12cvs71
1640
1641         * configure.ac
1642                 add --disable-gnomeprint option
1643                 modified version of patch by Marius Mauch
1644
1645 2005-07-17 [paul]       1.9.12cvs70
1646
1647         * src/common/defs.h
1648                 update urls
1649         * src/account.c
1650         * src/action.c
1651         * src/addressbook.c
1652         * src/compose.c
1653         * src/foldersel.c
1654         * src/folderview.c
1655         * src/html.c
1656         * src/imap_gtk.c
1657         * src/main.c
1658         * src/mainwindow.c
1659         * src/messageview.c
1660         * src/mh_gtk.c
1661         * src/mimeview.c
1662         * src/news_gtk.c
1663         * src/prefs_account.c
1664         * src/prefs_send.c
1665         * src/prefs_summaries.c
1666         * src/procmsg.c
1667         * src/summaryview.c
1668         * src/common/utils.c
1669         * src/common/xml.c
1670         * src/plugins/pgpcore/passphrase.c
1671         * src/plugins/pgpcore/select-keys.c
1672                 replace inappropriately used backticks
1673                 with single quotes
1674
1675 2005-07-16 [colin]      1.9.12cvs69
1676
1677         * src/image_viewer.c
1678                 Add extra paranoid checks
1679
1680 2005-07-16 [colin]      1.9.12cvs68
1681
1682         * src/plugins/pgpcore/prefs_gpg.c
1683                 Don't auto-check sigs by default, as it
1684                 can be really slow.
1685
1686 2005-07-16 [colin]      1.9.12cvs67
1687
1688         * src/plugins/pgpcore/sgpgme.c
1689                 Make messages a bit better.
1690
1691 2005-07-16 [colin]      1.9.12cvs66
1692
1693         * src/imap.c
1694                 Remove pseudo-log
1695         * src/etpan/imap-thread.c
1696                 Add real log
1697
1698 2005-07-16 [colin]      1.9.12cvs65
1699
1700         * src/main.c
1701         * src/prefs_other.c
1702                 And now, fix build with libetpan :-/
1703
1704 2005-07-15 [colin]      1.9.12cvs64
1705
1706         * src/prefs_other.c
1707                 Continue fixing build without libetpan.
1708
1709 2005-07-15 [colin]      1.9.12cvs63
1710
1711         * src/main.c
1712                 Fix build with --disable-libetpan
1713
1714 2005-07-15 [colin]      1.9.12cvs62
1715
1716         * configure.ac
1717                 Bump libetpan's version
1718
1719 2005-07-15 [colin]      1.9.12cvs61
1720
1721         * src/etpan/imap-thread.c
1722                 Actually stop logging :)
1723
1724 2005-07-15 [colin]      1.9.12cvs60
1725
1726         * src/addressbook.c
1727                 Fix dnd of multiple addresses.
1728
1729 2005-07-15 [hoa]        1.9.12cvs59
1730
1731         * src/etpan/imap-thread.c
1732             disable login of IMAP password in libetpan log file.
1733
1734 2005-07-15 [paul]       1.9.12cvs58
1735
1736         * src/account.c
1737                 don't automatically sort
1738                 do allow drag n drop
1739
1740 2005-07-15 [paul]       1.9.12cvs57
1741
1742         * src/account.c
1743         * src/ssl_manager.c
1744                 alphabetical listing
1745
1746 2005-07-15 [paul]       1.9.12cvs56
1747
1748         * src/gtk/pluginwindow.c
1749                 sort plugin list alphabetically
1750
1751 2005-07-15 [paul]       1.9.12cvs55
1752
1753         * src/prefs_spelling.c
1754         * src/prefs_wrapping.c
1755                 unify English usage
1756
1757 2005-07-15 [colin]      1.9.12cvs54
1758
1759         * src/wizard.c
1760                 Typo fix
1761
1762 2005-07-15 [paul]       1.9.12cvs53
1763
1764         * src/prefs_message.c
1765                 make 'show cursor' a hidden option
1766
1767 2005-07-14 [colin]      1.9.12cvs52
1768
1769         * src/plugins/spamassassin/Makefile.am
1770         * src/plugins/clamav/Makefile.am
1771                 Fix double EXTRA_DISTs
1772
1773 2005-07-14 [colin]      1.9.12cvs51
1774
1775         * src/plugins/clamav/Makefile.am
1776         * src/plugins/clamav/clamav_plugin_gtk.deps
1777         * src/plugins/spamassassin/Makefile.am
1778         * src/plugins/spamassassin/spamassassin_gtk.deps
1779                 Make $plugin_gtk depend on $plugin
1780
1781 2005-07-14 [hoa]        1.9.12cvs50
1782
1783         * src/etpan/imap-thread.c
1784                 enable debug log of libetpan when running with --debug
1785
1786 2005-07-14 [colin]      1.9.12cvs49
1787
1788         * configure.ac
1789         * src/common/Makefile.am
1790         * src/common/plugin.c
1791         * src/common/plugin.h
1792                 Add a little plugin dependancy system.
1793                 Plugins can ship a $plugin_name.deps file
1794                 (near them in PLUGINDIR) so that their
1795                 dependancies are loaded if possible.
1796         * src/plugins/Makefile.am
1797         * src/plugins/pgpcore/Makefile.am
1798         * src/plugins/pgpcore/passphrase.c
1799         * src/plugins/pgpcore/passphrase.h
1800         * src/plugins/pgpcore/plugin.c
1801         * src/plugins/pgpcore/prefs_gpg.c
1802         * src/plugins/pgpcore/prefs_gpg.h
1803         * src/plugins/pgpcore/select-keys.c
1804         * src/plugins/pgpcore/select-keys.h
1805         * src/plugins/pgpcore/sgpgme.c
1806         * src/plugins/pgpcore/sgpgme.h
1807                 Introduce pgpcore, used by pgpmime and
1808                 pgpinline
1809         * src/plugins/pgpmime/Makefile.am
1810         * src/plugins/pgpmime/passphrase.c
1811         * src/plugins/pgpmime/passphrase.h
1812         * src/plugins/pgpmime/pgpmime.c
1813         * src/plugins/pgpmime/pgpmime.deps
1814         * src/plugins/pgpmime/plugin.c
1815         * src/plugins/pgpmime/prefs_gpg.c
1816         * src/plugins/pgpmime/prefs_gpg.h
1817         * src/plugins/pgpmime/select-keys.c
1818         * src/plugins/pgpmime/select-keys.h
1819         * src/plugins/pgpmime/sgpgme.c
1820         * src/plugins/pgpmime/sgpgme.h
1821                 Remove the core from pgpmime and add the
1822                 dependancy to pgpcore.
1823
1824 2005-07-14 [paul]       1.9.12cvs48
1825
1826         * src/stock_pixmap.c
1827                 forgot this in last commit
1828
1829 2005-07-14 [paul]       1.9.12cvs47
1830
1831         * src/account.c
1832         * src/addressbook.c
1833                 add accelerators for the buttons (sync with main)
1834         * src/compose.c
1835         * src/compose.h
1836                 add accelerators for the buttons.
1837                 fix editing with external editor.
1838                 replace gdk_input_*() with GIOChannel;
1839                 (sync with main)
1840         * src/foldersel.c
1841                 display folder names with new/unread
1842                 representation (sync with main)
1843         * src/main.c
1844                 specify default window icon (sync with main)
1845         * src/prefs_common.c
1846                 use_addr_book default to FALSE
1847         * src/summaryview.c
1848         * src/textview.c
1849                 add accelerators for the buttons (sync with main)
1850         * src/gtk/menu.c
1851                 fix typos
1852         * src/pixmaps/sylpheed_icon.xpm
1853                 updated
1854
1855 2005-07-13 [paul]       1.9.12cvs46
1856
1857         * src/plugins/pgpmime/pgpmime.c
1858         * src/plugins/pgpmime/sgpgme.c
1859                 (temporarily) use deprecated gpgme_data_rewind()
1860                 while largefile support is not present
1861                 (as suggested by Colin)
1862
1863 2005-07-13 [paul]       1.9.12cvs45
1864
1865         * configure.ac
1866                 remove large file support (for now):
1867                 it breaks too many things
1868
1869 2005-07-13 [paul]       1.9.12cvs44
1870
1871         * configure.ac
1872                 add large file support
1873         * src/html.c
1874                 fix bug #763 where href attribute was not
1875                 the very first attribute of a link
1876                 patch by Thomas Gilgin
1877
1878 2005-07-13 [colin]      1.9.12cvs43
1879
1880         * src/gtk/pluginwindow.c
1881                 Little portability fix
1882
1883 2005-07-13 [colin]      1.9.12cvs42
1884
1885         * src/plugins/pgpmime/sgpgme.c
1886                 Fix crasher.
1887
1888 2005-07-13 [colin]      1.9.12cvs41
1889
1890         * src/plugins/pgpmime/pgpmime.c
1891         * src/plugins/pgpmime/sgpgme.c
1892                 Use gpgme_data_release_and_get_mem instead
1893                 of gpgme_data_read.
1894
1895 2005-07-13 [colin]      1.9.12cvs40
1896
1897         * configure.ac
1898         * src/plugins/pgpmime/passphrase.c
1899         * src/plugins/pgpmime/passphrase.h
1900         * src/plugins/pgpmime/pgpmime.c
1901         * src/plugins/pgpmime/plugin.c
1902         * src/plugins/pgpmime/select-keys.c
1903         * src/plugins/pgpmime/select-keys.h
1904         * src/plugins/pgpmime/sgpgme.c
1905         * src/plugins/pgpmime/sgpgme.h
1906                 Port pgpmime to gpgme-1.0.
1907
1908 2005-07-12 [paul]       1.9.12cvs39
1909
1910         * AUTHORS
1911         * src/toolbar.c
1912         * src/toolbar.h
1913                 add a 'Go to Prev' button to the toolbar.
1914                 correct tooltip text of go to buttons.
1915                 based on patch by Yang Guilong <bamanzi@gmail.com>
1916
1917 2005-07-12 [colin]      1.9.12cvs38
1918
1919         * src/statusbar.c
1920                 Fix progress bar showing stuff at startup.
1921
1922 2005-07-12 [paul]       1.9.12cvs37
1923
1924         * src/editjpilot.c
1925                 fix building with jpilot support
1926
1927 2005-07-11 [colin]      1.9.12cvs36
1928
1929         * src/inc.c
1930                 Add visual indication that filtering is running
1931         * src/textview.c
1932                 Make {}[] uri delimiters
1933         * src/summaryview.c
1934                 Remove useless (and slow) calls
1935
1936 2005-07-11 [paul]       1.9.12cvs35
1937
1938         * src/plugins/clamav/clamav_plugin_gtk.c
1939         * src/plugins/dillo_viewer/dillo_prefs.c
1940         * src/plugins/pgpmime/prefs_gpg.c
1941         * src/plugins/spamassassin/spamassassin_gtk.c
1942                 gather plugins prefs together under their
1943                 own 'Plugins' heading
1944
1945 2005-07-11 [paul]       1.9.12cvs34
1946
1947         sync with main
1948
1949         * src/account.c
1950                 account_delete(): modified alert dialog
1951         * src/editjpilot.c
1952         * src/editvcard.c
1953                 fixed a crash when cancelling file selection
1954                 dialog by Escape key. Made non-ascii filename
1955                 selectable.
1956         * src/prefs_template.c
1957                 prefs_template_window_create(): make scrolled
1958                 window policy AUTOMATIC
1959
1960 2005-07-10 [hoa]        1.9.12cvs33
1961
1962         * src/etpan/imap-thread.c
1963                 workaround for old Courier IMAP servers.
1964
1965 2005-07-10 [colin]      1.9.12cvs32
1966
1967         * src/folder.c
1968         * src/statusbar.c
1969         * src/statusbar.h
1970                 Add visual progress indicator on filtering/processing
1971                 Factorize the progress bar code
1972         * src/imap.c
1973         * src/imap.h
1974         * src/etpan/imap-thread.c
1975                 Add a reference counter to avoid destroying the Folder
1976                 while it's in use by another callback.
1977
1978 2005-07-09 [hoa]        1.9.12cvs31
1979
1980         * src/imap.c
1981         * src/etpan/imap-thread.c
1982                 fixed deadlock when removing IMAP account.
1983
1984 2005-07-08 [colin]      1.9.12cvs30
1985
1986         * src/textview.c
1987         * src/unmime.c
1988                 Fix again problems decoding broken headers
1989         * src/gtk/inputdialog.c
1990                 Fix local variable shadowing a global one
1991
1992 2005-07-08 [colin]      1.9.12cvs29
1993
1994         * src/msgcache.c
1995                 Make the cache/mark files platform-agnostic by writing
1996                 them in little-endian format. Reading them is also done
1997                 in little-endian format, of course; however, in order
1998                 to avoid trashing mark data on big-endian machines, the
1999                 files are, at first, read from the native format if the
2000                 little-endian one doesn't exist. This is easy to deter-
2001                 mine by trying to open a file with a swapped data_ver
2002                 and seeing if it's the wanted version.
2003                 Little-endian using users should see absolutely no
2004                 difference, Big-endian users may get a very little
2005                 performance drop due to byte-swapping.
2006                 Tested on i386 and ppc32. 
2007                 Fixes bug #159 (The index file, in the mailboxes, is 
2008                 hardware depending).
2009
2010                 To have the cache/mark files updated to the new little-
2011                 endian format, "Check for new messages" or even
2012                 "Rebuild folder tree" aren't enough. Files will be
2013                 updated as soon as a folder has been opened/closed.
2014                 To update everything, just select all folders by
2015                 selecting them one by one.
2016
2017 2005-07-07 [colin]      1.9.12cvs28
2018
2019         * src/imap.c
2020                 Remember the folder separator per IMAPFolder
2021                 instead of globally.
2022                 Revive the Session on noop; fixes bug #761
2023                 (mark a bunch of unread messages as read takes 
2024                 forever)
2025
2026 2005-07-07 [darko]      1.9.12cvs27
2027
2028         * src/common/template.c
2029                 Sort templates alphabetically
2030
2031 2005-07-06 [colin]      1.9.12cvs26
2032
2033         * src/imap.c
2034                 Try to use the correct separator in
2035                 most cases. Possibly fixes bug #759
2036                 (only creates the INBOX folder when 
2037                 setting up new IMAP account) and 
2038                 bug #760 (Can't retrieve messages)
2039
2040 2005-07-06 [colin]      1.9.12cvs25
2041
2042         * src/imap.c
2043                 Use real_path in status command. This will
2044                 help later, when namespaces will be used.
2045
2046 2005-07-06 [colin]      1.9.12cvs24
2047
2048         * configure.ac
2049         * src/account.c
2050         * src/folder.c
2051         * src/imap.c
2052         * src/etpan/etpan-log.c
2053         * src/etpan/etpan-thread-manager.c
2054         * src/etpan/imap-thread.c
2055                 Add a --disable-libetpan parameter. With this,
2056                 users that don't want IMAP4 support can avoid
2057                 the new dependancy (and have no IMAP support).
2058                 Users that have IMAP4 accounts and use this
2059                 parameter won't lose their configuration, their
2060                 IMAP accounts will just be invisible and not
2061                 used.
2062         * src/textview.c
2063                 Make the "Copy ..." contextual menu items 
2064                 copy to both the X clipboard and the gtk 
2065                 clipboard - as most other apps do.
2066         * src/gtk/about.c
2067                 Add a notice about OpenSSL usage, in order to
2068                 comply with OpenSSL's license (point 6):
2069                 http://www.openssl.org/source/license.html
2070
2071 2005-07-06 [colin]      1.9.12cvs23
2072
2073         * src/alertpanel.c
2074                 Fix a minimum size for alertpanels
2075         * src/compose.c
2076                 Show 'No space left on device' type errors
2077                 when queuing/sending
2078         * src/imap_gtk.c
2079         * src/mh_gtk.c
2080                 Rework folder's deletion message (remove 
2081                 extra \n)
2082
2083 2005-07-05 [colin]      1.9.12cvs22
2084
2085         * src/imap.c
2086                 Add an alertpanel on auth error
2087                 Add pseudo-log
2088                 Remove pthread-related stuff
2089
2090 2005-07-05 [colin]      1.9.12cvs21
2091
2092         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2093                 Fix crash on plugin reloading (with a hack)
2094
2095 2005-07-05 [colin]      1.9.12cvs20
2096
2097         * src/prefs_account.c
2098         * src/prefs_account.h
2099                 Fix typo
2100         * src/gtk/filesel.c
2101         * src/gtk/filesel.h
2102                 Add a way to filter the view
2103         * src/gtk/pluginwindow.c
2104                 Filter loadable stuff
2105         * src/plugins/pgpmime/prefs_gpg.c
2106                 Fix missing unregistration
2107         * .cvsignore
2108         * src/etpan/.cvsignore
2109         * src/plugins/spamassassin/.cvsignore
2110                 Add more stuff to cvs ignored files
2111
2112 2005-07-04 [colin]      1.9.12cvs19
2113
2114         * src/imap.c
2115                 Fix scan_required returning FALSE when it
2116                 shouldn't. Maybe fix #760 (Can't retrieve
2117                 messages)
2118
2119 2005-07-04 [colin]      1.9.12cvs18
2120
2121         * src/summaryview.c
2122                 Fix always_show_msg pref
2123
2124 2005-07-04 [paul]       1.9.12cvs17
2125
2126         sync with main (forgotten in last commit)
2127         
2128         * src/common/utils.c
2129         * src/common/utils.h
2130                 check_line_length(): new.
2131                 is_dir_exist()
2132                 is_file_entry_exist()
2133                 dirent_is_regular_file()
2134                 dirent_is_directory(): use g_file_test() instead of stat().
2135
2136 2005-07-04 [paul]       1.9.12cvs16
2137
2138         sync with main:
2139
2140         * src/compose.c
2141                 compose_write_to_file(): check for line
2142                 length limit and display warning if exceeds
2143         * src/jpilot.c
2144                 use get_home_dir() instead of g_get_home_dir()
2145         * src/procheader.c
2146                 removed warning about invalid date
2147         * src/vcard.c
2148                 use get_home_dir() instead of g_get_home_dir()
2149
2150 2005-07-04 [paul]       1.9.12cvs15
2151
2152         * src/stock_pixmap.c
2153                 fix new pixmap naming errors
2154                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
2155
2156 2005-07-04 [colin]      1.9.12cvs14
2157
2158         * src/imap.c
2159                 Fix debugging string with a warning
2160
2161 2005-07-04 [colin]      1.9.12cvs13
2162
2163         * configure.ac
2164                 Add a check for libetpan's version (>= 0.37)
2165
2166 2005-07-04 [hoa]        1.9.12cvs12
2167
2168         * commitHelper
2169         * src/imap.c
2170         * src/etpan/imap-thread.c
2171         * src/etpan/imap-thread.h
2172                 fixed IMAP implementation of check of mails.
2173
2174 2005-07-03 [hoa]        1.9.12cvs11
2175
2176         * src/etpan/Makefile.am
2177         * src/etpan/etpan-errors.h
2178         * src/etpan/etpan-log.[ch]
2179         * src/etpan/etpan-thread-manager-types.h
2180         * src/etpan/etpan-thread-manager.[ch]
2181         * src/etpan/imap-thread.[ch]
2182         * src/Makefile.am
2183         * src/imap.c
2184         * src/main.c
2185         * src/prefs_other.c
2186         * configure.ac
2187             merged imap branch.
2188             dependency on libetpan 0.37 is now added.
2189
2190 2005-07-01 [colin]      1.9.12cvs10
2191
2192         * src/Makefile.am
2193         * src/folder.c
2194         * src/folder.h
2195         * src/folderview.c
2196         * src/stock_pixmap.c
2197         * src/stock_pixmap.h
2198         * src/plugins/trayicon/trayicon.c
2199                 Add marked symbol on folders containing
2200                 marked messages
2201         * src/procmsg.c
2202         * src/procmsg.h
2203         * src/toolbar.c
2204         * src/prefs_common.c
2205         * src/prefs_common.h
2206         * src/prefs_send.c
2207                 Add an optional confirmation dialog on queue
2208                 sending. Patch by wwp.
2209         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
2210         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
2211         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
2212         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
2213         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
2214         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
2215         * src/pixmaps/inbox_mark.xpm            ** ADDED **
2216         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
2217         * src/pixmaps/outbox_mark.xpm           ** ADDED **
2218         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
2219         * src/pixmaps/trash_mark.xpm            ** ADDED **
2220                 New pixmaps
2221
2222 2005-07-01 [colin]      1.9.12cvs9
2223
2224         * src/summaryview.c
2225                 Fix a little threading bug
2226         * src/addrgather.c
2227         * src/mainwindow.c
2228                 A little bit of HIG normality never hurts
2229
2230 2005-07-01 [colin]      1.9.12cvs8
2231
2232         * src/compose.c
2233         * src/msgcache.c
2234         * src/pop.c
2235         * src/procmime.c
2236         * src/recv.c
2237         * src/common/log.c
2238         * src/common/template.c
2239         * src/common/utils.c
2240         * src/common/utils.h
2241                 Reverted the fwrite_atomic stuff. In fact
2242                 it is already atomic.
2243
2244 2005-06-30 [colin]      1.9.12cvs7
2245
2246         * src/common/utils.c
2247         * src/common/utils.h
2248                 Add an fwrite_atomic() function to make
2249                 sure we write everything: fwrite can make
2250                 short writes.
2251         * src/compose.c
2252         * src/msgcache.c
2253         * src/pop.c
2254         * src/procmime.c
2255         * src/recv.c
2256         * src/common/log.c
2257         * src/common/template.c
2258                 Use that (and fix swapping of size and nmemb).
2259                 Thanks to Rich Coe for the heads up.
2260
2261 2005-06-30 [colin]      1.9.12cvs6
2262
2263         * src/addressbook.c
2264                 Optimize addressbook opening 
2265
2266 2005-06-30 [colin]      1.9.12cvs5
2267
2268         * src/summaryview.c
2269                 Remove calls to summary_step after move/copy
2270
2271 2005-06-28 [paul]       1.9.12cvs4
2272
2273         * src/alertpanel.c
2274                 wrap and make the error msg selectable
2275
2276 2005-06-28 [paul]       1.9.12cvs3
2277
2278         * src/ssl_manager.c
2279                 replace the OK button with a Close button
2280         * src/gtk/foldersort.c
2281                 use GTK_STOCK_ icons/buttons
2282
2283 2005-06-28 [colin]      1.9.12cvs2
2284
2285         * src/gedit-print.c             ** ADDED **
2286         * src/gedit-print.h             ** ADDED **
2287         * src/gtk/gtksourceprintjob.c   ** ADDED **
2288         * src/gtk/gtksourceprintjob.h   ** ADDED **
2289                 I can't believe no one had enough time to tell
2290                 me I forgot the `cvs add`
2291
2292 2005-06-27 [colin]      1.9.12cvs1
2293
2294         * src/Makefile.am
2295         * src/gtk/Makefile.am
2296         * src/messageview.c
2297         * src/procmsg.c
2298         * src/summaryview.c
2299         * configure.ac
2300                 Add optional libgnomeprint-based printing
2301         * src/mainwindow.c
2302         * src/gtk/quicksearch.c
2303                 Add an Edit/Quick search menu item to show
2304                 and focus the quicksearch
2305
2306 2005-06-27 [paul]       1.9.12
2307
2308         1.9.12 release
2309
2310         * po/ca.po
2311         * po/de.po
2312         * po/es.po
2313         * po/fr.po
2314         * po/it.po
2315         * po/ko.po
2316         * po/pt_BR.po
2317         * po/sk.po
2318         * po/zh_CN.po
2319                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
2320                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
2321                 SungHyun Nam, Frederico Goncalves Guimaraes,
2322                 Andrej Kacian, and Yang Guilong
2323 2005-06-26 [colin]      1.9.11cvs106
2324
2325         * src/imap_gtk.c
2326                 Forgot one file for previous fix
2327
2328 2005-06-26 [colin]      1.9.11cvs105
2329
2330         * src/folder.c
2331         * src/imap.c
2332                 Fix problems with folder operations in no_select
2333                 imap folders. it applies only to mails, and 
2334                 creation/deletion/move/renaming of folders 
2335                 should be possible
2336
2337 2005-06-26 [paul]       1.9.11cvs104
2338
2339         * src/prefs_filtering.c
2340                 replace one more GTK_STOCK_REMOVE
2341                 with GTK_STOCK_DELETE
2342
2343 2005-06-25 [colin]      1.9.11cvs103
2344
2345         * src/imap.c
2346                 Optimize get_seq_set_from_seq_list
2347                 (Patch by Ricardo) 
2348
2349 2005-06-25 [colin]      1.9.11cvs102
2350
2351         * src/mh.c
2352                 If the directory exists, but not in the
2353                 correct encoding, rename it. This should
2354                 handle old-versions-induced bugs.
2355
2356 2005-06-25 [colin]      1.9.11cvs101
2357
2358         * src/mh.c
2359                 Fix path access with extended dir names
2360                 Fixes bug #589 (SC segfaults with wrong locale
2361                 settings)
2362
2363 2005-06-25 [colin]      1.9.11cvs100
2364
2365         * src/prefs_account.c
2366         * src/prefs_account.h
2367         * src/compose.c
2368                 Add an option to encrypt replies to
2369                 encrypted messages
2370
2371 2005-06-25 [colin]      1.9.11cvs99
2372
2373         * src/compose.c
2374         * src/quote_fmt_parse.y
2375                 ... And make it work with pgpinline.
2376
2377 2005-06-25 [colin]      1.9.11cvs98
2378
2379         * src/compose.c
2380         * src/procmime.c
2381         * src/procmime.h
2382         * src/quote_fmt_parse.y
2383                 o Make reedition of encrypted messages possible
2384                   (as long as it is encrypted to self too, no
2385                    magic there)
2386                 o Make replying with quote (and without selecting
2387                   text) possible for encrypted messages.
2388                 Closes bug #550 (Not possible to "reply with quote"
2389                 to gnupg encrypted messages)
2390
2391 2005-06-24 [paul]       1.9.11cvs97
2392
2393         * src/imap.c
2394                 add missing include
2395
2396 2005-06-24 [paul]       1.9.11cvs96
2397
2398         * src/editldap.c
2399                 made bind password entry invisible
2400                 (sync with main)
2401         * src/send_message.c
2402                 send_message_local(): check exit status
2403                 to detect errors (sync with main)
2404         * src/textview.c
2405                 use main's less ambiguous popup menu
2406                 wording
2407
2408 2005-06-24 [paul]       1.9.11cvs95
2409
2410         * src/prefs_actions.c
2411         * src/prefs_customheader.c
2412         * src/prefs_display_header.c
2413         * src/prefs_filtering_action.c
2414         * src/prefs_matcher.c
2415         * src/prefs_template.c
2416         * src/prefs_toolbar.c
2417                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
2418         * src/gtk/description_window.c
2419                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
2420
2421 2005-06-23 [colin]      1.9.11cvs94
2422
2423         * src/summaryview.c
2424                 Fix rough edges (be sure to call status_show whenever
2425                 necessary).
2426
2427 2005-06-23 [colin]      1.9.11cvs93
2428
2429         * src/summaryview.c
2430                 Optimize Select All
2431                 Before, in a 5K mails folder: 11s
2432                 After, in the same folder: 58000µs
2433                 The joys of locking... gtk_clist_select_all() fires a 
2434                 tree-select-row event for each selected row, which in 
2435                 summaryview, callbacks summary_selected which in turn,
2436                 calls summary_status_show, which walks the selected
2437                 rows. Hence, calling gtk_clist_select_all was 
2438                 exponential. Locking the summaryview makes 
2439                 summary_selected return early.
2440
2441 2005-06-23 [colin]      1.9.11cvs92
2442
2443         * src/imap.c
2444                 Move mutex at the important place to avoid
2445                 deadlocks
2446         * src/summaryview.c
2447                 Fix Del key deleting directly instead of
2448                 moving to trash
2449
2450 2005-06-22 [colin]      1.9.11cvs91
2451
2452         * src/plugins/spamassassin/libspamc.c
2453                 As we do spagetti code with assignations in multiple
2454                 places (see _message_read_raw where out = msg = raw),
2455                 let's be sure we don't free the same pointer twice.
2456                 Should fix bug #683 (Crash in libpam at 
2457                 message_cleanup).
2458
2459 2005-06-22 [colin]      1.9.11cvs90
2460
2461         * src/compose.c
2462         * src/messageview.c
2463         * src/toolbar.c
2464                 Make toolbar's delete use the move to trash stuff;
2465                 Add gtk_widget_realize to be sure pixmaps can get
2466                 created (that may fix an old worksforme bug which
2467                 I can't find back...)
2468
2469 2005-06-22 [colin]      1.9.11cvs89
2470
2471         * src/summaryview.c
2472         * src/summaryview.h
2473         * src/mainwindow.c
2474                 Rename "Message/Delete" to "Message/Move to trash"
2475                 Add "Message/Delete..." that directly destroys the
2476                 selected messages after asking for a confirmation.
2477
2478 2005-06-22 [colin]      1.9.11cvs88
2479
2480         * src/imap.c
2481                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
2482                 o Fix a deadlock (thanks Darko)
2483
2484 2005-06-22 [colin]      1.9.11cvs87
2485
2486         * src/gtk/foldersort.c
2487                 Add missing include for the i18n;
2488                 patch by Fabien Vantard
2489
2490 2005-06-21 [colin]      1.9.11cvs86
2491
2492         * src/folder.c
2493         * src/folderview.c
2494                 Respect the no_select flag
2495         * src/imap.c
2496                 Fix recursive deletion
2497         * src/imap_gtk.c
2498         * src/mh_gtk.c
2499                 Make the folder deletion's warning
2500                 more explicit
2501
2502 2005-06-21 [colin]      1.9.11cvs85
2503
2504         * src/textview.c
2505                 Prevent email addresses from spanning accross
2506                 lines - fixes bug # 646 (newline-chars in 
2507                 email addresses)
2508
2509 2005-06-20 [colin]      1.9.11cvs84
2510
2511         * src/folder.c
2512                 Be sure not to remove source if copy failed
2513
2514 2005-06-20 [colin]      1.9.11cvs83
2515
2516         * src/folderview.c
2517         * src/imap_gtk.c
2518                 remove summaryview's lock
2519         * src/imap.c
2520                 introduce threads to avoid problems when foreground tasks
2521                 interfere with background tasks
2522         * src/mh.c
2523                 prevent moving to drafts/queue
2524         * src/mimeview.c
2525                 fix leak
2526
2527 2005-06-19 [colin]      1.9.11cvs82
2528
2529         * src/imap_gtk.c
2530                 Remember that the user doesn't want to override
2531                 offline mode, for 3 seconds. It avoid presenting
2532                 him with N popups in a really short time.
2533
2534 2005-06-17 [colin]      1.9.11cvs81
2535
2536         * src/imap.c
2537                 Fix IMAP breaking on folders containing '('
2538                 (Probably won't be enough)
2539
2540 2005-06-17 [colin]      1.9.11cvs80
2541
2542         Forgotten files on 1.9.11cvs79
2543         * src/summaryview.c
2544                 Fix stepping when not immediately executing
2545         * src/imap.c
2546                 Really prevent UID FETCH 0
2547         * src/codeconv.c
2548                 Fix outgoing charset never set to utf-8
2549         * src/mh.c
2550                 Fix leak
2551
2552 2005-06-16 [colin]      1.9.11cvs79
2553
2554         * src/compose.c
2555                 Fix bug #707 (Dash splits rows)
2556                 Only wrap if we're on a line break position and
2557                 the previous one was a "white" (space) char.
2558                 Pango stuff is weird.
2559
2560 2005-06-16 [colin]      1.9.11cvs78
2561
2562         * src/imap_gtk.c
2563                 Lock summaryview while downloading messages
2564                 on user demand
2565         * src/procheader.c
2566         * src/unmime.c
2567         * src/common/utils.c
2568         * src/common/utils.h
2569                 Replace \r and \n with spaces in From and
2570                 Subject headers
2571
2572 2005-06-16 [paul]       1.9.11cvs77
2573
2574         * src/procmime.c
2575                 liberalise the mime parser
2576         * src/gtk/about.c
2577                 add text wrapping
2578
2579 2005-06-16 [paul]       1.9.11cvs76
2580
2581         * src/gtk/about.c
2582                 reworked
2583
2584 2005-06-15 [colin]      1.9.11cvs75
2585
2586         * src/compose.c
2587                 Finish header encoding fix
2588         * src/summaryview.c
2589                 Fix segfault
2590         * src/headerview.c
2591                 Fix compilation (Thanks Stephan
2592                 Sachse)
2593
2594 2005-06-15 [colin]      1.9.11cvs74
2595
2596         * Makefile.am
2597                 Install gnome2 stuff rather than gnome1, 
2598                 if both are present
2599         * src/codeconv.c
2600         * src/codeconv.h
2601         * src/compose.c
2602                 Fix headers encoding
2603         * src/folder.c
2604                 Visual progress when fetching all messages
2605         * src/folderview.c
2606         * src/summaryview.c
2607         * src/summaryview.h
2608                 Prevent changing current message while
2609                 incorporating
2610
2611 2005-06-15 [paul]       1.9.11cvs73
2612
2613         * src/gtk/gtkaspell.c
2614         * src/gtk/gtkaspell.h
2615                 fix build warnings
2616
2617 2005-06-15 [paul]       1.9.11cvs72
2618
2619         * src/prefs_filtering.c
2620                 allow reordering of filter rules by
2621                 drag n drop
2622
2623 2005-06-15 [paul]       1.9.11cvs71
2624
2625         * COPYING
2626                 updated
2627         * src/codeconv.c
2628                 replace deprecated function
2629         * src/inc.c
2630         * src/send_message.c
2631         * src/gtk/progressdialog.c
2632         * src/gtk/progressdialog.h
2633                 salvage and reuse parts of reverted sync
2634
2635 2005-06-15 [paul]       1.9.11cvs70
2636
2637         * src/inc.c
2638         * src/send_message.c
2639         * src/gtk/progressdialog.c
2640         * src/gtk/progressdialog.h
2641                 revert yesterday's sync with main
2642                 it contains deprecated functions
2643
2644 2005-06-15 [colin]      1.9.11cvs69
2645
2646         * src/headerview.c
2647                 Fix bug #670 (multi user to: will corrupt message 
2648                 headers display)
2649
2650 2005-06-15 [colin]      1.9.11cvs68
2651
2652         * src/compose.c
2653                 Fix bug #421 (Fix undo on wrapping)
2654
2655 2005-06-15 [colin]      1.9.11cvs67
2656
2657         * src/folder.c
2658                 Provide visual feedback while processing
2659                 folder's rules.
2660         * src/imap.c
2661                 Provide visual feedback while getting
2662                 short headers (for uncached messages)
2663
2664
2665 2005-06-14 [paul]       1.9.11cvs66
2666
2667         * src/account.c
2668                 change a couple stock icons
2669         * src/inc.c
2670         * src/send_message.c
2671         * src/gtk/progressdialog.c
2672         * src/gtk/progressdialog.h
2673                 sync main's GtkTreeView implementation
2674
2675 2005-06-14 [colin]      1.9.11cvs65
2676
2677         * src/imap.c
2678                 Various little fixes, mainly on error paths
2679
2680 2005-06-13 [colin]      1.9.11cvs64
2681
2682         * matcher.c
2683         * procmsg.c
2684         * procmsg.h
2685                 Add a way to fetch only headers. This speeds
2686                 up filtering on headers for IMAP. Fixes:
2687                 bug #481 extraneous imap commands slow down 
2688                         imap filtering
2689                 bug #522 Sylpheed downloads all messages 
2690                         when opening mailbox (IMAP)
2691                 bug #677 IMAP fetch is soooooooooooooo slow
2692         * src/folder.c
2693         * src/folder.h
2694                 Add a folder set_batch method so that
2695                 implementations can speed up flags changes
2696         * src/folderutils.c
2697         * src/summaryview.c
2698                 Use that in mark as (un)read and mark all read
2699                 Refix bug #679
2700         * src/imap.c
2701                 Implement set_batch - brings back deferred
2702                 flags in a less buggy manner. Fixes:
2703                 bug #729 IMAP immediate expunge of deleted messages
2704                 bug #191 remove list of messages with one command
2705                 Fix login with strange chars
2706                 Implement fetch_msg_full
2707                 Fix copy (wrong counts)
2708
2709 2005-06-12 [colin]      1.9.11cvs63
2710
2711         * src/folder.c
2712                 lock incorporation during long operations.
2713                 Avoids fucking up the IMAP socket.
2714
2715 2005-06-12 [colin]      1.9.11cvs62
2716
2717         * src/imap.c
2718                 Fix harmful typo
2719                 Factorize remove_all_msg
2720                 Thread-ize expunge
2721         * src/summaryview.c
2722                 Don't update partial-download status if unnecessary
2723         * src/folder.c
2724                 Use remove_msgs everywhere possible
2725
2726 2005-06-12 [colin]      1.9.11cvs61
2727
2728         * src/folder.c
2729         * src/folder.h
2730                 Add a remove_msgs function to remove a 
2731                 list of messages
2732         * src/imap.c
2733                 Implement that.
2734
2735 2005-06-12 [colin]      1.9.11cvs60
2736
2737         * src/imap.c
2738                 Remove flags-processing deferring... Too hard
2739                 to get it to work in all cases.
2740
2741 2005-06-11 [colin]      1.9.11cvs59
2742
2743         * src/imap.c
2744                 printf -> debug_print
2745
2746 2005-06-11 [colin]      1.9.11cvs58
2747
2748         * src/imap.c
2749                 o Fix build without USE_PTHREAD
2750                 o Factorize imap_open
2751                 o Alertpanel in case of impossible connection
2752                 o Alertpanel in case of impossible login
2753                 o Fix deferred flags processing to force a 
2754                   flush before adding some more flags to process,
2755                   but in another folder.
2756
2757 2005-06-10 [colin]      1.9.11cvs57
2758
2759         * src/imap.c
2760                 o Fix a format string error
2761                 o init ssl socket outside of the thread 
2762                   (it possibly invokes gtk calls)
2763         * src/procmime.c
2764                 o Put back the buffer to its necessary size
2765                 o Fix changing a file pointer without keeping
2766                   track of it (thanks Valgrind)
2767         * src/common/smtp.c
2768                 o Fix automatic STARTTLS if login should be done
2769                   and the server only allows it after starting TLS
2770         * src/gtk/gtkinputdialog.c
2771                 o Eat GDK_Return so that the combo popup doesn't 
2772                   appear when we press Enter to validate the combo
2773                   input dialog (as seen in the Open with... dialog)
2774
2775 2005-06-10 [colin]      1.9.11cvs56
2776
2777         * src/imap.c
2778                 o A bit less debug
2779                 o Fix a crash on deletion
2780                 o Threadize imap_select (it's called outside of 
2781                   threads)
2782                 o Defer treatment of DELETED flags
2783
2784
2785 2005-06-09 [colin]      1.9.11cvs55
2786
2787         * src/imap.c
2788                 Make sure we check imap_gtk_should_override(), which
2789                 potentially calls gtk stuff, before creating thread.
2790                 That way it should't be called via imap_get_session()
2791                 inside a thread.
2792
2793 2005-06-09 [colin]      1.9.11cvs54
2794
2795         * src/imap.c
2796                 o add a bit of status output
2797                 o remove some dead code
2798                 o threadize get_list_of_uids
2799                 o threadize imap_get_flags
2800                 o defer flag changing by 500ms so that they
2801                   can be batched
2802
2803
2804 2005-06-08 [colin]      1.9.11cvs53
2805
2806         * src/imap.c
2807                 Thread-ize imap_cmd_fetch
2808
2809 2005-06-08 [colin]      1.9.11cvs52
2810
2811         * src/main.c
2812                 Mmh, that broke POP3...
2813
2814 2005-06-08 [colin]      1.9.11cvs51
2815
2816         * src/main.c
2817                 Stabilize IMAP patch (thanks to Hoa)
2818
2819 2005-06-08 [colin]      1.9.11cvs50
2820
2821         * src/imap.c
2822                 Test patch to speed up imap. 
2823
2824 2005-06-08 [colin]      1.9.11cvs49
2825
2826         * src/imap_gtk.c
2827                 Warning fix
2828         * src/procmime.c
2829                 Apply patch from gentoo to use /usr/share/mime/globs if 
2830                 available, after un-breaking it
2831         * src/common/log.c
2832         * src/common/log.h
2833                 Use g_timeout for invoking hooks that possibly use gtk
2834                 calls. This should leave gtk calls in the main thread.
2835
2836 2005-06-08 [paul]       1.9.11cvs48
2837
2838         * src/codeconv.c
2839                 conv_get_outgoing_charset_str(): don't
2840                 use prefs_common setting
2841         * src/compose.c
2842         * src/compose.h
2843                 add /Options/Character encoding/... to
2844                 temporarily change the outgoing encoding
2845
2846         (belated sync with main)
2847
2848 2005-06-08 [paul]       1.9.11cvs47
2849
2850         * src/compose.c
2851                 correction to/completion of last
2852                 sync with main
2853
2854 2005-06-08 [paul]       1.9.11cvs46
2855
2856         sync with main:
2857         
2858         * src/codeconv.c
2859         * src/codeconv.h
2860                 always enabled Japanese auto-detection
2861                 if the first letters of locale string
2862                 is "ja"
2863         * src/compose.c
2864                 don't use "destroy" signal to destroy
2865                 Compose object (fix rare crashes on discard?)
2866         * src/mainwindow.c
2867         * src/messageview.c
2868         * src/prefs_send.c
2869                 added Hebrew encodings
2870         * src/sourcewindow.c
2871                 don't use "destroy" signal to destroy
2872                 objects
2873
2874 2005-06-07 [colin]      1.9.11cvs45
2875
2876         * src/summaryview.c
2877                 Add missing unlocks/locks
2878
2879 2005-06-07 [paul]       1.9.11cvs44
2880
2881         * src/summaryview.c
2882                 restore bug #749 fix
2883
2884 2005-06-06 [colin]      1.9.11cvs43
2885
2886         * src/summaryview.c
2887                 Fix selection bug when prefs_common.open_unread 
2888                 is FALSE
2889
2890 2005-06-06 [colin]      1.9.11cvs42
2891
2892         * src/common/md5.c
2893                 Fix a warning
2894         * src/summaryview.c
2895         * src/folderview.c
2896                 Factorize long operations beginning and end
2897                 (locking, freezing/thawing, cursor, ...)
2898                 Check selection->data member in selection-
2899                 related loops; this avoids dying an awful
2900                 death if the selection changes on us while
2901                 we're marking a whole IMAP folder unread, 
2902                 for example.
2903
2904 2005-06-06 [paul]       1.9.11cvs41
2905
2906         * src/textview.c
2907                 don't g_free() a static gchar buffer
2908
2909 2005-06-05 [colin]      1.9.11cvs40
2910
2911         * src/mainwindow.c
2912         * src/messageview.c
2913         * src/summaryview.c
2914                 Fix bug #749 (Show all headers should be
2915                 sticky as the GUI suggests)
2916
2917 2005-06-03 [paul]       1.9.11cvs39
2918
2919         * src/compose.c
2920                 don't allow editing of mail while sending.
2921                 patch by Colin
2922
2923 2005-06-03 [paul]       1.9.11cvs38
2924
2925         * src/folderview.c
2926                 add a freeze/thaw to speed up 'mark all read'
2927
2928 2005-06-03 [paul]       1.9.11cvs37
2929
2930         * src/prefs_message.c
2931                 reflect changes immediately
2932
2933 2005-06-02 [colin]      1.9.11cvs36
2934
2935         * po/POTFILES.in
2936                 Patch by Fabien Vantard.
2937
2938 2005-06-02 [colin]      1.9.11cvs35
2939
2940         * src/imap.c
2941                 Use a non-blocking imap_getline() if possible.
2942                 This should completely prevent the interface
2943                 from freezin on imap operations, although it
2944                 may do strange stuff in case of folder switching
2945                 while a big imap operation is taking place...
2946
2947                 In addition, fix a leak in the case thread
2948                 creation fails on connection.
2949
2950 2005-06-02 [colin]      1.9.11cvs34
2951
2952         * src/crash.c
2953         * src/prefs_common.h
2954                 Fix build (prefs_common_init() doesn't exist
2955                 anymore)
2956
2957 2005-06-02 [colin]      1.9.11cvs33
2958
2959         * src/prefs_account.c
2960                 Fix bug #245 (filtering rules broken when
2961                 renaming a remote account (imap4 or nntp)
2962
2963 2005-06-02 [colin]      1.9.11cvs32
2964
2965         * src/imap.c
2966                 Try to fix IMAP shortcomings: 
2967                 o Multithread imap_open()
2968                 o allow offline-mode overriding instead of
2969                   just returning NULL
2970         * src/imap_gtk.c
2971         * src/imap_gtk.h
2972                 Add a function to ask whether we want to
2973                 override offline-mode for 10 minutes (one-shot
2974                 asking was painful)
2975         * src/procheader.c
2976                 Fix segfault when imap parser isn't happy about
2977                 a missing {
2978
2979 2005-06-01 [colin]      1.9.11cvs31
2980
2981         * src/addrharvest.c
2982         * src/compose.c
2983         * src/mbox.c
2984         * src/mbox.h
2985         * src/mh.c
2986         * src/msgcache.c
2987         * src/send_message.c
2988         * src/setup.c
2989         * src/undo.c
2990         * src/common/hooks.c
2991         * src/common/prefs.c
2992         * src/common/template.c
2993         * src/common/utils.c
2994         * src/gtk/gtkutils.c
2995         * src/gtk/inputdialog.c
2996         * src/gtk/menu.c
2997         * src/gtk/pluginwindow.c
2998         * src/gtk/prefswindow.c
2999         * src/plugins/pgpmime/passphrase.c
3000         * src/plugins/pgpmime/prefs_gpg.c
3001                 More -Wall fixes
3002
3003         * src/common/Makefile.am
3004         * src/common/timing.h
3005                 Add basic timing code
3006
3007         * src/summaryview.c
3008                 Fix a bug with unread messages when 
3009                 re-sorting folders, and by the way
3010                 fix a big performance hit when 
3011                 re-sorting (10k mails: before 5s,
3012                 after .5s)
3013
3014         * src/prefs_compose_writing.c
3015         * src/prefs_compose_writing.h
3016         * src/prefs_message.c
3017         * src/prefs_message.h
3018         * src/prefs_other.c
3019         * src/prefs_other.h
3020         * src/prefs_quote.c
3021         * src/prefs_quote.h
3022         * src/prefs_receive.c
3023         * src/prefs_receive.h
3024         * src/prefs_send.c
3025         * src/prefs_send.h
3026         * src/prefs_summaries.c
3027         * src/prefs_summaries.h
3028                 Fix copyright banner
3029
3030 2005-06-01 [paul]       1.9.11cvs30
3031
3032         * po/fi.po
3033                 updated by Flammie Pirinen
3034         * src/procmime.c
3035                 fix 'Bad BASE64 content' output
3036
3037 2005-05-31 [colin]      1.9.11cvs29
3038
3039         * src/procmime.c
3040                 Oops, where did my hunk go.
3041
3042 2005-05-31 [colin]      1.9.11cvs28
3043
3044         * src/Makefile.am
3045         * src/account.c
3046         * src/action.c
3047         * src/addr_compl.c
3048         * src/addressbook.c
3049         * src/codeconv.c
3050         * src/compose.c
3051         * src/export.c
3052         * src/folder.c
3053         * src/folderview.c
3054         * src/image_viewer.c
3055         * src/main.c
3056         * src/mainwindow.c
3057         * src/messageview.c
3058         * src/mimeview.c
3059         * src/msgcache.c
3060         * src/prefs_account.c
3061         * src/prefs_actions.c
3062         * src/prefs_common.c
3063         * src/prefs_compose_writing.c
3064         * src/prefs_customheader.c
3065         * src/prefs_ext_prog.c
3066         * src/prefs_filtering.c
3067         * src/prefs_filtering_action.c
3068         * src/prefs_fonts.c
3069         * src/prefs_image_viewer.c
3070         * src/prefs_message.c
3071         * src/prefs_message.h
3072         * src/prefs_msg_colors.c
3073         * src/prefs_other.c
3074         * src/prefs_other.h
3075         * src/prefs_quote.c
3076         * src/prefs_receive.c
3077         * src/prefs_receive.h
3078         * src/prefs_send.c
3079         * src/prefs_send.h
3080         * src/prefs_spelling.c
3081         * src/prefs_summaries.c
3082         * src/prefs_summary_column.c
3083         * src/prefs_template.c
3084         * src/prefs_themes.c
3085         * src/prefs_toolbar.c
3086         * src/prefs_wrapping.c
3087         * src/procmime.c
3088         * src/procmsg.c
3089         * src/send_message.h
3090         * src/ssl_manager.c
3091         * src/summary_search.c
3092         * src/summaryview.c
3093         * src/textview.c
3094         * src/wizard.c
3095         * src/common/smtp.c
3096         * src/common/smtp.h
3097         * src/gtk/gtkutils.h
3098                 o Move the rest of Common prefs to new style
3099                 o Lots of -Wall warning fixes
3100                 o fix FIXME in cache memusage calculation
3101                 o Let return receipts be sent from any account
3102                 o Little cache optimisation (read)
3103                 o Fix bug #746 (don't treat commas as separators
3104                   when inside a quoted string)
3105
3106 2005-05-31 [paul]       1.9.11cvs27
3107
3108         * src/prefs_common.c
3109                 fix 'off-by-one' typo
3110
3111 2005-05-31 [paul]       1.9.11cvs26
3112
3113         * src/account.c
3114         * src/addr_compl.c
3115         * src/compose.c
3116         * src/foldersel.c
3117         * src/prefs_actions.c
3118         * src/prefs_common.c
3119         * src/prefs_common.h
3120         * src/prefs_customheader.c
3121         * src/prefs_display_header.c
3122         * src/prefs_filtering.c
3123         * src/prefs_filtering_action.c
3124         * src/prefs_matcher.c
3125         * src/prefs_summaries.c
3126         * src/prefs_summary_column.c
3127         * src/prefs_template.c
3128         * src/prefs_toolbar.c
3129         * src/ssl_manager.c
3130         * src/gtk/pluginwindow.c
3131         * src/gtk/prefswindow.c
3132         * src/gtk/progressdialog.c
3133                 add hidden prefs 'enable_rules_hint'
3134                 for gtk_tree_view_set_rules_hint()
3135                 (sync with main)
3136                 
3137
3138 2005-05-31 [colin]      1.9.11cvs25
3139
3140         * src/Makefile.am
3141         * src/main.c
3142         * src/prefs_common.c
3143         * src/prefs_summaries.c ** ADDED **
3144         * src/prefs_summaries.h ** ADDED **
3145                 Common/Display -> Display/Summaries
3146
3147 2005-05-31 [colin]      1.9.11cvs24
3148
3149         * src/Makefile.am
3150         * src/main.c
3151         * src/prefs_quote.c ** ADDED **
3152         * src/prefs_quote.h ** ADDED **
3153                 Move Common/Quote to Compose/Quoting
3154         * src/prefs_common.c
3155         * src/prefs_common.h
3156                 Remove old quote stuff, add
3157                 convenience functions for GtkTextView prefs
3158         * src/gtk/prefswindow.c
3159                 Set default height higher
3160
3161 2005-05-30 [colin]      1.9.11cvs23
3162
3163         * src/Makefile.am
3164         * src/main.c
3165         * src/prefs_common.c
3166         * src/prefs_compose_writing.c ** ADDED **
3167         * src/prefs_compose_writing.h ** ADDED **
3168                 Move Common/Compose prefs to Compose/Writing
3169
3170 2005-05-30 [colin]      1.9.11cvs22
3171
3172         * src/common/utils.c
3173                 Fix bug #651 (Confused Attract by Subject)
3174                 Patch by M. Benkmann <haferfrost@web.de>
3175         * AUTHORS
3176
3177 2005-05-30 [colin]      1.9.11cvs21
3178
3179         * src/compose.c
3180                 Fix concatenation of different headers of
3181                 the same type (bug #645)
3182         * src/prefs_folder_item.c
3183                 Fix bug #699 (setting color to black doesn't
3184                 work immediately)
3185         * src/procmime.c
3186                 Print out decoding error only once per
3187                 block
3188
3189 2005-05-30 [paul]       1.9.11cvs20
3190
3191         * src/common/template.c
3192                 fix Bcc
3193
3194 2005-05-30 [paul]       1.9.11cvs19
3195
3196         * doc/src/rfc2368.txt   **NEW FILE**
3197         * src/compose.c
3198                 compose_entries_set(): don't interpret Bcc
3199                 header field (conform to RFC 2368)
3200                 (sync with main)
3201
3202 2005-05-29 [colin]      1.9.11cvs18
3203
3204         * src/prefs_common.c
3205                 Let the default reply format respect
3206                 netiquette by cutting the signature.
3207
3208 2005-05-29 [colin]      1.9.11cvs17
3209
3210         * src/summaryview.c
3211                 Don't let always_show_msg override
3212                 open_unread_on_enter when opening a new
3213                 directory.
3214
3215 2005-05-27 [paul]       1.9.11cvs16
3216
3217         sync with main:
3218
3219         * src/main.c
3220                 app_will_exit(): cleanup tmp directory when exit
3221         * src/message_search.c
3222                 improved the interface and made code cleanup.
3223                 removed Clear button
3224         * src/send_message.c
3225                 send_message_local(): use GSpawn, and detect errors
3226         * src/summary_search.c
3227                 improved the interface and made code cleanup
3228         * src/textview.c
3229                 textview_write_link(): also skip non-ascii space
3230                  at the head of link strings (phishing check
3231                  didn't work at the case)
3232         * src/common/utils.c
3233                 get_command_output(): use g_spawn_command_line_sync()
3234                 instead of popen()
3235
3236 2005-05-26 [colin]      1.9.11cvs15
3237
3238         * src/folder.c
3239                 remove printf
3240
3241 2005-05-26 [colin]      1.9.11cvs14
3242
3243         * src/common/nntp.c
3244                 Fix nntp mode reader (bug #611)
3245                 Patch by Florian Mickler <florian@mickler.org>
3246
3247 2005-05-26 [colin]      1.9.11cvs13
3248
3249         * src/plugins/pgpmime/passphrase.c
3250                 Fix mouse grabbing (bug #557)
3251
3252 2005-05-26 [colin]      1.9.11cvs12
3253
3254         * src/prefs_themes.c
3255                 Fix g_warning (bug #541)
3256
3257 2005-05-26 [colin]      1.9.11cvs11
3258
3259         * src/prefs_actions.c
3260         * src/prefs_template.c
3261                 Fix bug #506 (no warning if action/template
3262                 is not saved)
3263         * src/common/template.c
3264                 Fix a possible crash
3265
3266 2005-05-26 [colin]      1.9.11cvs10
3267
3268         * src/folder.c
3269         * src/folderview.c
3270         * src/procmsg.c
3271         * src/summaryview.c
3272                 Forbid locked messages to be moved or
3273                 deleted. Locked messages in trashes 
3274                 still get deleted, for performance
3275                 reason (mh.c::mh_remove_all_msgs)
3276
3277 2005-05-25 [colin]      1.9.11cvs9
3278
3279         * src/procmime.c
3280                 Use correct encoding when sending mails
3281                 with attachments that have accentued 
3282                 chars in their name
3283
3284 2005-05-24 [colin]      1.9.11cvs8
3285
3286         * src/summaryview.c
3287                 Fix bug #688 f) read/unread marker not
3288                 changed on first click
3289                 Also, optimize summary_status_show()
3290                 calls
3291         * src/folder.c
3292         * src/inc.c
3293         * src/procmime.c
3294                 Fix bug #688 b) and c) wrt message
3295                 attachments and signature
3296         * src/stock_pixmap.c
3297         * src/stock_pixmap.h
3298         * src/stock_pixmap.c
3299         * src/stock_pixmap.h
3300         * src/Makefile.am
3301         * src/pixmaps/clip_gpg_signed.xpm
3302                 Add clip/signed icon
3303
3304 2005-05-24 [colin]      1.9.11cvs7
3305
3306         * src/folder_item_prefs.c
3307                 whitespace fix
3308
3309 2005-05-24 [colin]      1.9.11cvs6
3310
3311         * src/folderview.c
3312         * src/prefs_common.c
3313         * src/prefs_common.h
3314                 Add a confirmation to folder drag and drop
3315                 fixes bug #156
3316         * src/alertpanel.c
3317         * src/alertpanel.h
3318                 fix _with_disable parameters so that
3319                 the buttons labels are specifiable too
3320         * src/plugins/pgpmime/sgpgme.c
3321                 reflect said change
3322                 
3323
3324 2005-05-24 [colin]      1.9.11cvs5
3325
3326         * src/folderview.c
3327                 Uncollapse/collapse folders on double-click
3328                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
3329                 closes bug #108
3330
3331 2005-05-23 [colin]      1.9.11cvs4
3332
3333         * src/common/socket.c
3334                 Check another special SSL_peek() error.
3335                 Should help wrt bug #728
3336
3337 2005-05-23 [colin]      1.9.11cvs3
3338
3339         * src/plugins/pgpmime/pgpmime.c
3340                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
3341                 breaking menu accelerators and stuff. Users will have to
3342                 reselect "PGP MIME" instead of "PGP/MIME" in their 
3343                 account's privacy preferences if needed.
3344
3345 2005-05-22 [paul]
3346
3347         * tools/kdeservicemenu/install.sh
3348                 use kdesu to prompt for root password if doing
3349                 global install/uninstall
3350
3351 2005-05-20 [colin]      1.9.11cvs2
3352
3353         * src/procmsg.c
3354                 Fix another compilation error with gcc-2.9x
3355                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
3356         * src/send_message.c
3357                 Don't send QUIT if we aren't connected
3358
3359 2005-05-19 [colin]      1.9.11cvs1
3360
3361         * src/procmsg.c
3362                 Fix compilation with gcc 2.9x
3363
3364 2005-05-19 [paul]       1.9.11
3365
3366         1.9.11 released
3367
3368 2005-05-19 [paul]       1.9.9cvs14
3369
3370         * src/gtk/inputdialog.c
3371                 prevent gettext warning
3372
3373 2005-05-19 [paul]       1.9.9cvs13
3374
3375         * src/mainwindow.c
3376         * src/prefs_common.c
3377         * src/prefs_common.h
3378         * src/textview.c
3379         * src/textview.h
3380                 add an option to toggle cursor in message
3381                 view (sync with main)
3382
3383 2005-05-18 [colin]      1.9.9cvs12
3384
3385         * src/compose.c
3386                 Dereference freed pointer
3387         * src/gtk/gtkaspell.c
3388                 Fix duplication of dictionaries (is it an aspell issue?)
3389
3390 2005-05-18 [colin]      1.9.9cvs11
3391
3392         * src/gtk/inputdialog.c
3393         * src/gtk/gtkaspell.c
3394                 HIGuify dialogs
3395         * src/alertpanel.c
3396                 Remove a double call
3397
3398 2005-05-17 [colin]      1.9.9cvs10
3399
3400         * src/gtk/gtkaspell.c
3401                 Fix dialogs, Ctrl-Enter accel
3402
3403 2005-05-17 [colin]      1.9.9cvs9
3404
3405         * src/gtk/gtkaspell.c
3406                 Fix some accelerators, escape in replace-window
3407
3408 2005-05-16 [colin]      1.9.9cvs8
3409
3410         * src/gtk/gtkaspell.c
3411                 Revert last commit, it was a mistake.
3412
3413 2005-05-16 [colin]      1.9.9cvs7
3414
3415         * src/gtk/gtkaspell.c
3416                 Remove buggy code while we're at it. It's a 
3417                 dead code path anyway.
3418
3419 2005-05-16 [colin]      1.9.9cvs6
3420
3421         * src/gtk/gtkaspell.c
3422                 Missed some gtk_menu_popup where deactivate
3423                 signal should be handled. Should fix bug
3424                 #629 a bit more.
3425
3426 2005-05-16 [colin]      1.9.9cvs5
3427
3428         * src/gtk/gtkaspell.c
3429                 Remove debug printf()s
3430
3431 2005-05-16 [colin]      1.9.9cvs4
3432
3433         * src/gtk/gtkaspell.c
3434                 Fix a bit aspell problems
3435                 (see bug #629)
3436
3437 2005-05-13 [colin]      1.9.9cvs3
3438
3439         * src/folderview.c
3440                 Fix the + appearing even when no subfolders
3441                 have unread messages. Thanks to wwp for the
3442                 bug report.
3443
3444 2005-05-11 [paul]       1.9.9cvs2
3445
3446         * src/folderview.c
3447                 correction to 1.9.9cvs1, only colour folders that
3448                 have new msgs (not unread msgs)
3449
3450 2005-05-10 [colin]      1.9.9cvs1
3451
3452         * src/folderview.c
3453         * src/summaryview.c
3454                 Try to fix bolding bugs again.
3455
3456 2005-05-09 [paul]
3457
3458         * tools/claws.i18n.status.pl
3459                 add Ricardo Mones Lastra's script that has been providing
3460                 the i18n status page for many months
3461
3462 2005-05-09 [paul]       1.9.9
3463
3464         1.9.9 release
3465
3466 2005-05-09 [paul]       1.9.6cvs58
3467
3468         * AUTHORS
3469         * INSTALL
3470         * README.claws
3471                 updated
3472         * Makefile.am 
3473         * RELEASE_NOTES.claws
3474                 add release notes to cvs to simplify release
3475                 procedure
3476         * configure.ac
3477                 add ca and fi to ALL_LINGUAS
3478         * po/Makefile.in.in
3479                 workaround for missing Makevars
3480         * po/ca.po
3481         * po/fi.po
3482                 add new Catalan and Finnish translations
3483                 submitted by Miquel Oliete and Flammie Pirinen
3484         * po/de.po
3485         * po/es.po
3486         * po/fr.po
3487         * po/it.po
3488         * po/pl.po
3489         * po/ru.po
3490         * po/sk.po
3491         * po/sr.po
3492         * po/zh_CN.po
3493                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
3494                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
3495                 Urke MMI, and Hansom Young
3496         * src/main.c
3497                 Fix drafting when quitting. compose_draft() closes the
3498                 compose windows, which modifies the compose_list GSList.
3499                 We have to refresh this list after echo drafting to avoid a
3500                 segfault
3501         * src/partial_download.c
3502                 fix segfault on exit
3503
3504 2005-05-06 [paul]       1.9.6cvs57
3505
3506         * src/grouplistdialog.c
3507                 quick fix/workaround for unresizeable newsgroup
3508                 name column 
3509
3510 2005-05-06 [paul]       1.9.6cvs56
3511
3512         * src/inc.c
3513         * src/mainwindow.c
3514                 use gettext plural forms
3515         * src/imap_gtk.c
3516         * src/mh_gtk.c
3517         * src/toolbar.c
3518                 small improvement to english usage
3519
3520 2005-05-05 [thorsten]   1.9.6cvs55
3521
3522         * src/folder.c
3523                 fix possible crash
3524
3525 2005-05-05 [paul]       1.9.6cvs54
3526         
3527         sync with HEAD
3528
3529         * AUTHORS
3530         * src/compose.c
3531                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
3532                 patch by Tim Mann
3533
3534 2005-05-05 [paul]       1.9.6cvs53
3535
3536         * src/mainwindow.c
3537                 fix resizing of separate message and
3538                 folder views
3539
3540 2005-05-05 [paul]       1.9.6cvs52
3541
3542         * src/account.c
3543         * src/addrgather.c
3544         * src/browseldap.c
3545         * src/exphtmldlg.c
3546         * src/expldifdlg.c
3547         * src/importmutt.c
3548         * src/importpine.c
3549         * src/main.c
3550         * src/mainwindow.c
3551         * src/noticeview.c
3552         * src/prefs_filtering.c
3553         * src/prefs_filtering_action.c
3554         * src/prefs_matcher.c
3555         * src/prefs_spelling.c
3556         * src/prefs_toolbar.c
3557         * src/toolbar.c
3558         * src/wizard.c
3559         * src/gtk/description_window.c
3560         * src/gtk/gtkvscrollbutton.c
3561         * src/gtk/progressdialog.c
3562         * src/gtk/quicksearch.c
3563         * src/plugins/pgpmime/prefs_gpg.c
3564         * src/plugins/spamassassin/spamassassin_gtk.c
3565                 replace deprecated gtk_widget_set_usize
3566
3567 2005-05-04 [colin]      1.9.6cvs51
3568
3569         * src/common/utils.c
3570                 Fix crash when subst_for_filename is called
3571                 with a NULL parameter
3572
3573 2005-05-04 [colin]      1.9.6cvs50
3574
3575         * src/partial_download.c
3576         * src/pop.c
3577                 Escape login when writing uidl file
3578                 fixes bug #736
3579
3580 2005-05-03 [colin]      1.9.6cvs49
3581
3582         * src/procmime.c
3583                 Fix possible DOS in mime parser
3584                 (see bug #634)
3585
3586 2005-05-02 [colin]      1.9.6cvs48
3587
3588         * src/compose.c
3589                 Try to fix the copy/paste mess once again.
3590
3591
3592 2005-04-30 [colin]      1.9.6cvs47
3593
3594         * src/prefs_account.h
3595         * src/procmsg.c
3596         * src/send_message.c
3597         * src/common/smtp.c
3598         * src/common/smtp.h
3599                 Try to batch sending mails (per account) instead of
3600                 reconnecting to server every time.
3601
3602 2005-04-29 [colin]      1.9.6cvs46
3603
3604         * src/messageview.c
3605                 Fix window resizing that refused to size down
3606         * src/prefs_common.c
3607         * src/prefs_common.h
3608         * src/prefs_filtering.c
3609                 Save Filtering's window size
3610
3611 2005-04-21 [paul]       1.9.6cvs45
3612
3613         * ChangeLog-gtk2.claws
3614         * src/setup.c
3615                 correction to sync
3616
3617 2005-04-21 [paul]       1.9.6cvs44
3618
3619         sync with main:
3620
3621         * src/setup.c
3622         * src/statusbar.c
3623         * src/statusbar.h
3624                 use gtkut_widget_draw_now(). Improved performance
3625                 of the update of statusbar
3626         * src/textview.c
3627                 textview_smooth_scroll_do(): redraw it after scroll
3628                 is done (fixed incorrect display when a part of the
3629                 view is hidden).
3630         * src/gtk/gtkutils.c
3631         * src/gtk/gtkutils.h
3632                 gtkut_widget_draw_now(): use gdk_window_process_updates()
3633                 to force update of widgets.
3634                 Removed gtkut_widget_wait_for_draw() which had a big
3635                 overhead  because of waiting for all events processed 
3636
3637 2005-04-20 [paul]       1.9.6cvs43
3638
3639         * src/codeconv.c
3640                 complete 1.9.6cvs42's sync:
3641                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
3642
3643 2005-04-19 [paul]       1.9.6cvs42
3644
3645         sync with main:
3646
3647         * src/action.c
3648                 catch_output(): correctly select the insert text
3649                 (fix invalid iterator warnings).
3650         * src/codeconv.c
3651         * src/codeconv.h
3652         * src/mainwindow.c
3653         * src/messageview.c
3654         * src/prefs_common.c
3655                 support GBK encoding.
3656         * src/common/session.c
3657         * src/common/session.h
3658                 use separate buffer for large data to be sent,
3659                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
3660
3661 2005-04-18 [paul]       1.9.6cvs41
3662
3663         * src/jpilot.c
3664                 convert unsigned long into guint32
3665                 patch by Paul LeoNerd Evans 
3666
3667 2005-04-17 [colin]      1.9.6cvs40
3668
3669         * src/compose.c
3670                 Fix 'Request return receipt' from folder
3671                 properties (bug #708)
3672
3673 2005-04-17 [colin]      1.9.6cvs39
3674
3675         * src/mainwindow.c
3676                 Fix duplicate hotkeys in Mainwindow's menu
3677
3678 2005-04-17 [colin]      1.9.6cvs38
3679
3680         * src/folderview.c
3681                 Fix duplicate hotkeys in Folderview's contextual
3682                 menu
3683
3684 2005-04-15 [colin]      1.9.6cvs37
3685
3686         * src/summaryview.c
3687                 Fix 'Save as...' with non-ascii filenames
3688
3689 2005-04-15 [colin]      1.9.6cvs36
3690
3691         * src/plugins/pgpmime/pgpmime.c
3692                 Fix bus error on 64bit. Spotted by 
3693                 macallan1888@gmail.com
3694
3695 2005-04-15 [colin]      1.9.6cvs35
3696
3697         * src/prefs_account.c
3698                 Fix cvs34.
3699
3700 2005-04-12 [colin]      1.9.6cvs34
3701
3702         * src/prefs_account.c
3703                 Fix smtp auth type off-by-one. We forgot to
3704                 add PLAIN in the prefs-to-gui setter func and
3705                 as a result, the selected auth when opening
3706                 account prefs was not the correct one.
3707
3708 2005-04-12 [paul]       1.9.6cvs33
3709
3710         * src/inc.c
3711                 if the recv dialog is visible, Cancel only
3712                 cancels the current account
3713
3714
3715 2005-04-10 [colin]      1.9.6cvs32
3716
3717         * src/filtering.c
3718                 Copy score when copying FilteringActions
3719                 Fix bug #674
3720
3721 2005-04-10 [colin]      1.9.6cvs31
3722
3723         * src/inc.c
3724                 Make Message -> Receive -> Cancel cancel 
3725                 incorporation on all accounts. Fixes
3726                 bug #693
3727
3728 2005-04-10 [colin]      1.9.6cvs30
3729
3730         * src/prefs_account.c
3731                 Update Privacy checkbuttons status based
3732                 on the selected privacy system
3733         * src/compose.c
3734                 Always connect the "None" privacy system; the
3735                 static boolean was probably there to avoid
3736                 reconnecting twice in the same compose window,
3737                 but as the parent function is only called once
3738                 per compose, it's only a bug - as a static is
3739                 initialized once per application instance.
3740                 Also, don't uncheck Sign and Encrypt when
3741                 selecting None as privacy system; just ignore
3742                 them when sending/queuing.
3743                 Should fix bug #695
3744
3745 2005-04-08 [colin]      1.9.6cvs29
3746
3747         * src/account.c
3748         * src/prefs_account.c
3749         * src/prefs_account.h
3750                 Add account preference to queue message in a certain
3751                 folder.
3752
3753 2005-04-06 [colin]      1.9.6cvs28
3754
3755         * src/prefs_account.c
3756                 Update old inbox path syntax
3757
3758 2005-04-06 [paul]       1.9.6cvs27
3759
3760         sync with main:
3761
3762         * configure.ac
3763                 changed -traditional-cpp to -no-cpp-precomp for newer
3764                 Mac OS X support
3765         * src/foldersel.c
3766                 made column resize automatically
3767         * src/send_message.c
3768                 send_message_smtp(): consider EOF right after QUIT
3769                 successful (workaround for Gmail SMTP server)
3770         * src/common/socket.c
3771                 ssl_read(), ssl_peek(): check EOF which violates the
3772                 SSL protocol
3773         * src/gtk/colorlabel.c
3774                 removed warnings when displaying colorlabel menu
3775                 (don't use GtkAlignment)
3776
3777 2005-04-05 [paul]       1.9.6cvs26
3778
3779         * src/plugins/trayicon/trayicon.c
3780                 fix clipping of icon under KDE3 
3781
3782 2005-04-05 [paul]       1.9.6cvs25
3783
3784         * src/summaryview.c
3785                 hide display of threading
3786                 patch by Alfons
3787
3788 2005-04-04 [thorsten]   1.9.6cvs24
3789
3790         * src/mh.c
3791                 marks lost on filesystems with different stat() results on
3792                 summer-/wintertime
3793
3794 2005-04-03 [colin]      1.9.6cvs23
3795
3796         * src/summaryview.c
3797                 Don't handle up/down. Patch by Alfons
3798
3799 2005-04-02 [colin]      1.9.6cvs22
3800
3801         * src/summaryview.c
3802                 Make scrolling faster. Patch by Alfons.
3803
3804 2005-04-01 [colin]      1.9.6cvs21
3805
3806         * src/Makefile.am
3807         * src/stock_pixmap.c
3808         * src/pixmaps/dir-noselect.xpm ** REMOVED **
3809         * src/pixmaps/dir_noselect.xpm ** ADDED **
3810                 Fix pixmap name mismatch (Thanks Stephan Sachse)
3811
3812 2005-04-01 [colin]      1.9.6cvs20
3813
3814         * src/image_viewer.c
3815         * src/image_viewer.h
3816         * src/procmime.c
3817         * src/procmime.h
3818         * src/textview.c
3819         * src/textview.h
3820                 Implement inline image resizing and right-clicking
3821
3822 2005-04-01 [paul]       1.9.6cvs19
3823
3824         * AUTHORS
3825         * Makefile.am
3826         * configure.ac
3827                 check for gnome2
3828                 patch by Luca Cavalli <loopback<AT>slackit.org>
3829         * po/ru.po
3830                 updated by Pavlo Bohmat
3831
3832 2005-03-31 [colin]      1.9.6cvs18
3833
3834         * src/news.c
3835                 Fix parsing references
3836         * src/msgcache.c
3837                 don't put nulls in the references list
3838         * src/procheader.c
3839                 commit that forgotten file in 1.9.6cvs14
3840
3841 2005-03-31 [colin]      1.9.6cvs17
3842
3843         * src/compose.c
3844                 Fix joining of signature separator again. 
3845                 Maybe Hiro could put it in main too...
3846
3847 2005-03-31 [colin]      1.9.6cvs16
3848
3849         * src/Makefile.am
3850         * src/foldersel.c
3851         * src/stock_pixmap.c
3852         * src/stock_pixmap.h
3853         * src/pixmaps/dir-noselect.xpm
3854                 Update foldersel.c (sync from main, patch by Alfons)
3855
3856 2005-03-30 [colin]      1.9.6cvs15
3857
3858         * src/imap.c
3859                 Fix handling of imap folders containing [] in 
3860                 their name. Thanks to Nahuel Angelinetti for
3861                 the detailed bugreport.
3862
3863 2005-03-30 [colin]      1.9.6cvs14
3864
3865         * src/common/utils.h
3866         * src/common/utils.c
3867         * src/common/defs.h
3868         * src/matcher.c
3869         * src/msgcache.c
3870         * src/news.c
3871         * src/procmsg.c
3872         * src/procmsg.h
3873         * src/quote_fmt_parse.y
3874         * src/summaryview.c
3875                 Update references system. Patch by Alfons
3876
3877 2005-03-30 [colin]      1.9.6cvs13
3878
3879         * src/common/socket.c
3880                 Force the glibc to read resolv.conf again when 
3881                 it has changed. Should fix issues when changing
3882                 networks on a laptop and not restarting sylpheed. 
3883
3884 2005-03-30 [paul]       1.9.6cvs12
3885
3886         partial sync with main:
3887
3888         * src/action.c
3889                 create_io_dialog(): use user-defined text font
3890                 (thanks to Alfons), and modified its appearance.
3891         * src/addrgather.c
3892         * src/addrharvest.c
3893         * src/browseldap.c
3894                 replace old code
3895         * src/compose.c
3896                 don't join (presumably) itemized lines on line-wrapping
3897                 fixed wrapping of quote when auto-wrapping is enabled
3898                 compose_destroy(): destroy paned only if it's not
3899                 attached to window. Fixed memory leak of popup menu.
3900         * src/exphtmldlg.c
3901         * src/expldifdlg.c
3902                 replace old code
3903         * src/html.c
3904         * src/html.h
3905         * src/importmutt.c
3906         * src/importpine.c
3907                 replace old code
3908         * src/main.c
3909                 removed redundant code
3910         * src/mainwindow.c
3911                 changed 'Code set' (which is rather incorrect)
3912                 in the menu to 'Character encoding'
3913                 main_window_set_widgets(): request size first
3914                 to prevent window size becoming wrong
3915                 fixed remembering of the state of the visibility
3916                 of MessageView
3917         * src/messageview.c
3918                 changed 'Code set' (which is rather incorrect)
3919                 in the menu to 'Character encoding'
3920         * src/prefs_common.c
3921         * src/prefs_common.h
3922                 added an option whether to render HTML as text or not
3923                 added separators to outgoing encoding menu
3924         * src/procheader.c
3925                 procheader_scan_date_string(): support header
3926                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
3927         * src/summaryview.c
3928         * src/summaryview.h
3929                 minor code cleanup
3930         * src/textview.c
3931                 textview_show_html(): force output of newline
3932                 added an option whether to render HTML as text or not
3933         * src/common/utils.c
3934                 strncpy2(): optimized based on Alfons' code
3935         * src/gtk/gtkutils.c
3936         * src/gtk/gtkutils.h
3937                 removed non-used code
3938         * src/plugins/pgpmime/passphrase.c
3939                 partially fixed grab input of passphrase dialog
3940                 Confine pointer to window
3941
3942 2005-03-30 [colin]      1.9.6cvs11
3943
3944         * src/msgcache.c
3945         * src/msgcache.h
3946                 Read/write 32bit ints from cache & marks
3947                 From main.
3948
3949 2005-03-29 [paul]       1.9.6cvs10
3950
3951         * AUTHORS
3952         * ChangeLog.claws
3953         * src/compose.c
3954         * src/gtk/gtkaspell.c
3955                 sync with HEAD (don't pass NULL pointers) 
3956
3957 2005-03-24 [paul]
3958
3959         * tools/Makefile.am
3960         * tools/README
3961         * tools/acroread2sylpheed.pl
3962                 sync with HEAD (add script to send pdfs as
3963                 attachments from Adobe Reader 7)
3964
3965 2005-03-21 [paul]       1.9.6cvs9
3966
3967         * configure.ac
3968         * po/POTFILES.in
3969         * src/Makefile.am
3970         * src/crash.c
3971         * src/image_viewer.c ** ADDED **
3972         * src/image_viewer.h ** ADDED **
3973         * src/main.c
3974         * src/prefs_common.c
3975         * src/prefs_common.h
3976         * src/prefs_image_viewer.c ** ADDED **
3977         * src/prefs_image_viewer.h ** ADDED **
3978         * src/textview.c
3979         * src/gtk/about.c
3980         * src/pixmaps/sylpheed_logo.xpm
3981         * src/plugins/Makefile.am
3982         * src/plugins/image_viewer/.cvsignore ** REMOVED **
3983         * src/plugins/image_viewer/Makefile.am ** REMOVED **
3984         * src/plugins/image_viewer/plugin.c ** REMOVED **
3985         * src/plugins/image_viewer/viewer.c ** REMOVED **
3986         * src/plugins/image_viewer/viewer.glade ** REMOVED **
3987         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
3988         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
3989         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
3990         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
3991                 as gdk-pixbuf is now built-in
3992                 remove image_viewer plugin and put code back into
3993                 main codebase
3994                 implement inline image display (sync with main)
3995
3996                 replace logo with newer, nicer, larger version  
3997
3998 2005-03-21 [paul]       1.9.6cvs8
3999
4000         * src/gtk/about.c
4001                 cosmetic improvement
4002
4003 2005-03-21 [holger]     1.9.6cvs7
4004
4005         * src/plugins/spamassassin/spamassassin.c
4006                 Sync with HEAD
4007                 (unregister hook on failed plugin init)
4008
4009 2005-03-20 [colin]      1.9.6cvs6
4010
4011         * src/common/plugin.c
4012                 Check that plugin isn't already loaded
4013                 Patch by Alfons
4014
4015 2005-03-20 [thorsten]   1.9.6cvs5
4016
4017         * src/compose.c
4018                 use a more compatible syntax
4019
4020 2005-03-20 [thorsten]   1.9.6cvs4
4021
4022         * src/prefs_toolbar.c
4023                 fix crash when selecting toolbar item (uninitialized pointer)
4024
4025 2005-03-20 [thorsten]   1.9.6cvs3
4026
4027         * src/procmime.c
4028                 fix mimetype detection (referenced free()d string)
4029
4030 2005-03-20 [paul]       1.9.6cvs2
4031
4032         * src/compose.c
4033                 sync with HEAD (1.0.3cvs5)
4034                 neglect Reply-To header if empty
4035                 Patch by Alfons 
4036
4037 2005-03-19 [holger]     1.9.6cvs1
4038
4039         * src/summaryview.c
4040         * src/summaryview.h
4041                 Sync with HEAD
4042
4043 2005-03-18 [paul]       1.9.6
4044
4045         initial GTK2 release
4046
4047 2005-03-18 [paul]       1.0.3cvs3.1
4048
4049         * AUTHORS
4050         * ChangeLog.claws
4051         * configure.ac
4052         * src/gtk/about.c
4053         * src/pixmaps/sylpheed_logo.xpm
4054                 sync with HEAD
4055
4056 2005-03-18 [colin]      1.0.3cvs2.6
4057
4058         * src/summaryview.c
4059                 Remove call to summary_step in summary_copy_selected_to
4060                 Can't see its purpose, and this causes bug when copying
4061                 a message if the next one is unread: it reads it.
4062
4063 2005-03-18 [paul]       1.0.3cvs2.5
4064
4065         * src/foldersel.c
4066                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
4067
4068 2005-03-18 [paul]       1.0.3cvs2.4
4069
4070         * src/addrharvest.c
4071         * src/codeconv.c
4072         * src/codeconv.h
4073         * src/compose.c
4074         * src/news.c
4075         * src/procheader.c
4076         * src/procmime.c
4077         * src/unmime.c
4078         * src/unmime.h
4079                 fix buffer overflow, CAN-2005-0667, see
4080                 http://secunia.com/advisories/14491/
4081                 Patch by Alfons
4082
4083 2005-03-17 [colin]      1.0.3cvs2.3
4084
4085         * src/prefs_fonts.c
4086         * src/summaryview.c
4087                 Fix font bugs (both lists now officialy share 
4088                 the same font)
4089                 
4090
4091 2005-03-17 [paul]       1.0.3cvs2.2
4092
4093         * src/gtk/pluginwindow.c
4094                 make plugin descriptions uneditable
4095
4096 2005-03-11 [paul]       1.0.3cvs2.1
4097
4098         * ChangeLog.claws
4099         * configure.ac
4100         * po/POTFILES.in
4101         * src/plugins/trayicon/trayicon.c
4102                 sync with HEAD
4103                 add src/wizard.c to POTFILES.in
4104
4105 2005-03-11 [paul]       1.0.3cvs1.1
4106
4107         * ChangeLog
4108         * ChangeLog.claws
4109         * configure.ac
4110         * po/de.po
4111         * po/es.po
4112         * po/fr.po
4113         * po/it.po
4114         * po/pt_BR.po
4115         * po/ru.po
4116         * po/sk.po
4117         * po/sr.po
4118         * po/zh_CN.po
4119                 sync with HEAD
4120
4121 2005-03-04 [colin]      1.0.1cvs22.2
4122
4123         * src/compose.c
4124                 Fix signatures with accentued chars in it
4125
4126 2005-03-04 [colin]      1.0.1cvs22.1
4127
4128         * src/common/smtp.c
4129         * src/common/smtp.h
4130                 Don't use SIZE param in MAIL FROM: if server 
4131                 doesn't support it. Patch by Eugen Freiter
4132                 <eugen_f@users.sf.net>
4133
4134 2005-02-27 [paul]       1.0.1cvs20.1
4135
4136         * ChangeLog.claws
4137         * configure.ac
4138         * src/messageview.c
4139                 sync with HEAD
4140
4141 2005-02-27 [colin]      1.0.1cvs19.4
4142
4143         * src/procheader.c
4144         * src/procheader.h
4145                 Fix prototypes. Patch by Alfons
4146
4147 2005-02-27 [colin]      1.0.1cvs19.3
4148
4149         * src/compose.c
4150                 Don't auto-join the signature separator.
4151
4152 2005-02-26 [colin]      1.0.1cvs19.2
4153
4154         * src/summaryview.c
4155                 Fix 'mark all read' with collapsed threads.
4156                 Patch by Alfons.
4157
4158 2005-02-25 [paul]       1.0.1cvs19.1
4159
4160         * ChangeLog.claws
4161         * configure.ac
4162         * src/prefs_account.c
4163         * src/prefs_folder_item.c
4164         * src/gtk/prefswindow.c
4165         * src/gtk/prefswindow.h
4166                 sync with HEAD
4167
4168 2005-02-25 [paul]       1.0.1cvs15.12
4169
4170         * src/alertpanel.c
4171         * src/codeconv.c
4172         * src/compose.c
4173         * src/textview.c
4174         * src/gtk/gtkutils.c
4175         * src/gtk/gtkutils.h
4176         * src/gtk/logwindow.c
4177         * src/gtk/progressdialog.c
4178                 sync with main (revision 127)
4179                 and fix logwindow clipping
4180
4181 2005-02-24 [colin]      1.0.1cvs15.11
4182
4183         * src/plugins/pgpmime/passphrase.c
4184                 Disable input grabbing; it doesn't work yet.
4185
4186 2005-02-24 [colin]      1.0.1cvs15.10
4187
4188         * src/messageview.c
4189                 Don't send out receipts if offline. Ask.
4190
4191 2005-02-23 [colin]      1.0.1cvs15.9
4192
4193         * src/summaryview.c     
4194                 Fix expanding
4195
4196 2005-02-23 [colin]      1.0.1cvs15.8
4197
4198         * src/summaryview.c
4199                 Really fix Bug 568 by removing useless
4200                 calls. summary_thread_init() now called
4201                 in summary_sort(). This should please
4202                 Alfons as it should be faster than 
4203                 previously.
4204
4205 2005-02-23 [colin]      1.0.1cvs15.7
4206
4207         * src/compose.c
4208                 Encode parts as QP or B64 if signing
4209
4210 2005-02-23 [colin]      1.0.1cvs15.6
4211
4212         * src/compose.c
4213                 Fix Mimeinfo leakage (including tmp files)
4214         * src/procmsg.c
4215                 Fix tmp file leakage (spotted by Ivan Rayner)
4216
4217 2005-02-22 [colin]      1.0.1cvs15.5
4218
4219         * src/expldifdlg.c
4220                 Fix keyboard input. Patch by Alfons.
4221
4222 2005-02-21 [colin]      1.0.1cvs15.4
4223
4224         * src/compose.c
4225                 Fix Sign/Encrypt when unselecting privacy
4226                 system
4227         * src/prefs_common.c
4228                 Change default message font to Monospace
4229         * src/summaryview.c
4230                 More freezing during potentially large operations
4231
4232 2005-02-21 [paul]       1.0.1cvs15.3
4233
4234         * src/main.c
4235                 fix --help output
4236
4237 2005-02-21 [paul]       1.0.1cvs15.2
4238
4239         * po/Makefile.in.in
4240         * src/compose.c
4241         * src/summaryview.c
4242         * src/textview.c
4243         * src/common/utils.c
4244         * src/common/utils.h
4245                 sync with main (revision 117)
4246
4247 2005-02-20 [colin]      1.0.1cvs15.1
4248
4249         * src/common/defs.h
4250                 Change cache file to .sylpheed_claws_cache, as
4251                 suggested by Alfons. Allows people to switch
4252                 between Sylpheed and Sylpheed-Claws. it is
4253                 a good idea to "Check for new messages" at next
4254                 startup.
4255
4256
4257 2005-02-18 [colin]      1.0.1cvs14.1
4258
4259         * src/quote_fmt_lex.l
4260         * src/quote_fmt_parse.y
4261                 Fix parser initialisation. Patch by Ivan.
4262
4263 2005-02-18 [colin]      1.0.1cvs11.6
4264
4265         * src/folderview.c
4266                 Fix scrolldown (bug 662)
4267
4268 2005-02-17 [colin]      1.0.1cvs11.5
4269
4270         * src/codeconv.c
4271                 conv_filename_to_utf8: return clean 7bit instead
4272                 of broken utf8 if needed
4273         * src/mimeview.c
4274                 Fix display of parts with unclean 8bit names
4275
4276 2005-02-17 [paul]       1.0.1cvs11.4
4277
4278         * src/compose.c
4279         * src/exportldif.c
4280         * src/matcher_parser_parse.y
4281         * src/procmime.c
4282         * src/sourcewindow.c
4283         * src/common/Makefile.am
4284         * src/common/intl.h             ** REMOVED **
4285         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4286                 sync with main (revision 109)
4287                 and clean up
4288
4289 2005-02-16 [colin]      1.0.1cvs11.3
4290
4291         * src/summaryview.c
4292                 Fix collapsed thread not highlighting when new
4293                 messages in it (Bug 568) Patch by Stephan Sachse.
4294                 Fix messed up selection when reaching bounds (Bug 632)
4295         * src/prefs_themes.c
4296                 Fix theme installing (Bug 684)
4297
4298 2005-02-16 [colin]      1.0.1cvs11.2
4299
4300         * src/messageview.c
4301                 Fix messageview_select_all
4302
4303 2005-02-16 [colin]      1.0.1cvs11.1
4304
4305         * src/mh.c
4306                 Sync with HEAD (MH scan required function)
4307
4308 2005-02-15 [colin]      1.0.1cvs8.1
4309
4310         * src/mimeview.c
4311         * src/common/utils.c
4312                 Sync with HEAD (filename chars substitution)
4313
4314 2005-02-15 [colin]      1.0.1cvs7.3
4315
4316         * src/gtk/pluginwindow.c
4317                 Fix button spacing
4318
4319 2005-02-15 [colin]      1.0.1cvs7.2
4320
4321         * src/mimeview.c
4322                 Fix mime icons not reset across message when
4323                 scrolled down
4324
4325 2005-02-15 [colin]      1.0.1cvs7.1
4326
4327         * src/compose.c
4328         * src/procmime.c
4329                 Sync with HEAD (optimisation of cvs6)
4330
4331 2005-02-14 [colin]      1.0.1cvs6.1
4332
4333         * src/compose.c
4334         * src/procmime.c
4335                 Sync with HEAD (encode "From " at line beginning)
4336
4337 2005-02-14 [colin]      1.0.1cvs5.3
4338
4339         * src/compose.c
4340                 Fix wrapping with accentued chars.
4341
4342 2005-02-13 [colin]      1.0.1cvs5.2
4343
4344         * src/textview.c
4345                 Fix email informative part parsing with
4346                 accentued chars in it. ispunct() returns
4347                 true for them in utf8...
4348
4349 2005-02-12 [colin]      1.0.1cvs5.1
4350
4351         * src/filtering.c
4352                 Sync with HEAD (remove wrong use of compose after send)
4353
4354 2005-02-12 [paul]       1.0.1cvs4.5
4355
4356         * src/textview.c
4357                 remove unnecessary code (thanks to Alfons)
4358
4359 2005-02-12 [paul]       1.0.1cvs4.4
4360
4361         * src/textview.c
4362                 add 'Copy' to contextual menu on emails
4363
4364 2005-02-11 [colin]      1.0.1cvs4.3
4365
4366         * src/compose.c
4367                 revert 1.0.0cvs28.2, it doesn't work that well.
4368
4369 2005-02-11 [paul]       1.0.1cvs4.2
4370
4371         * po/Makefile.in.in
4372                 fix 'make release'
4373
4374 2005-02-10 [paul]       1.0.1cvs4.1
4375
4376         * ChangeLog
4377         * ChangeLog.claws
4378         * ChangeLog.jp
4379         * configure.ac
4380         * src/compose.c
4381                 sync with HEAD (sync with main)
4382
4383 2005-02-10 [paul]       1.0.1cvs3.2
4384
4385         * AUTHORS
4386         * Makefile.am
4387         * autogen.sh
4388         * configure.ac
4389         * config/mkinstalldirs
4390         * intl/.cvsignore
4391         * intl/ChangeLog
4392         * intl/VERSION
4393         * intl/bindtextdom.c
4394         * intl/config.charset
4395         * intl/dcgettext.c
4396         * intl/dcigettext.c
4397         * intl/dcngettext.c
4398         * intl/dgettext.c
4399         * intl/dngettext.c
4400         * intl/eval-plural.h
4401         * intl/explodename.c
4402         * intl/finddomain.c
4403         * intl/gettext.c
4404         * intl/gettextP.h
4405         * intl/gmo.h
4406         * intl/hash-string.h
4407         * intl/intl-compat.c
4408         * intl/l10nflist.c
4409         * intl/libgnuintl.h.in
4410         * intl/loadinfo.h
4411         * intl/loadmsgcat.c
4412         * intl/localcharset.c
4413         * intl/localcharset.h
4414         * intl/locale.alias
4415         * intl/localealias.c
4416         * intl/localename.c
4417         * intl/log.c
4418         * intl/ngettext.c
4419         * intl/os2compat.c
4420         * intl/os2compat.h
4421         * intl/osdep.c
4422         * intl/plural-exp.c
4423         * intl/plural-exp.h
4424         * intl/plural.c
4425         * intl/plural.y
4426         * intl/ref-add.sin
4427         * intl/ref-del.sin
4428         * intl/relocatable.c
4429         * intl/relocatable.h
4430         * intl/textdomain.c
4431         * m4/Makefile.am
4432         * po/Makefile.in.in
4433         * src/Makefile.am
4434         * src/account.c
4435         * src/action.c
4436         * src/addr_compl.c
4437         * src/addressadd.c
4438         * src/addressbook.c
4439         * src/addrgather.c
4440         * src/addrindex.c
4441         * src/alertpanel.c
4442         * src/browseldap.c
4443         * src/codeconv.c
4444         * src/codeconv.h
4445         * src/compose.c
4446         * src/compose.h
4447         * src/crash.c
4448         * src/editaddress.c
4449         * src/editbook.c
4450         * src/editgroup.c
4451         * src/editjpilot.c
4452         * src/editldap.c
4453         * src/editldap_basedn.c
4454         * src/editvcard.c
4455         * src/exphtmldlg.c
4456         * src/expldifdlg.c
4457         * src/export.c
4458         * src/exporthtml.c
4459         * src/filtering.c
4460         * src/folder.c
4461         * src/folder_item_prefs.c
4462         * src/foldersel.c
4463         * src/folderview.c
4464         * src/grouplistdialog.c
4465         * src/headerview.c
4466         * src/imap.c
4467         * src/imap_gtk.c
4468         * src/import.c
4469         * src/importldif.c
4470         * src/importmutt.c
4471         * src/importpine.c
4472         * src/inc.c
4473         * src/ldif.c
4474         * src/main.c
4475         * src/mainwindow.c
4476         * src/matcher.c
4477         * src/mbox.c
4478         * src/message_search.c
4479         * src/messageview.c
4480         * src/mh.c
4481         * src/mh_gtk.c
4482         * src/mimeview.c
4483         * src/msgcache.c
4484         * src/news.c
4485         * src/news_gtk.c
4486         * src/noticeview.c
4487         * src/partial_download.c
4488         * src/pop.c
4489         * src/prefs_account.c
4490         * src/prefs_actions.c
4491         * src/prefs_common.c
4492         * src/prefs_customheader.c
4493         * src/prefs_display_header.c
4494         * src/prefs_ext_prog.c
4495         * src/prefs_filtering.c
4496         * src/prefs_filtering_action.c
4497         * src/prefs_folder_item.c
4498         * src/prefs_fonts.c
4499         * src/prefs_gtk.c
4500         * src/prefs_matcher.c
4501         * src/prefs_msg_colors.c
4502         * src/prefs_spelling.c
4503         * src/prefs_summary_column.c
4504         * src/prefs_template.c
4505         * src/prefs_themes.c
4506         * src/prefs_toolbar.c
4507         * src/prefs_wrapping.c
4508         * src/privacy.c
4509         * src/procheader.c
4510         * src/procmime.c
4511         * src/procmsg.c
4512         * src/quote_fmt.c
4513         * src/recv.c
4514         * src/send_message.c
4515         * src/setup.c
4516         * src/sourcewindow.c
4517         * src/ssl_manager.c
4518         * src/statusbar.c
4519         * src/summary_search.c
4520         * src/summaryview.c
4521         * src/textview.c
4522         * src/toolbar.c
4523         * src/wizard.c
4524         * src/common/nntp.c
4525         * src/common/plugin.c
4526         * src/common/smtp.c
4527         * src/common/ssl.c
4528         * src/common/ssl_certificate.c
4529         * src/common/string_match.c
4530         * src/common/sylpheed.c
4531         * src/common/template.c
4532         * src/common/utils.c
4533         * src/gtk/about.c
4534         * src/gtk/colorlabel.c
4535         * src/gtk/description_window.c
4536         * src/gtk/filesel.c
4537         * src/gtk/foldersort.c
4538         * src/gtk/gtkaspell.c
4539         * src/gtk/gtkutils.c
4540         * src/gtk/inputdialog.c
4541         * src/gtk/logwindow.c
4542         * src/gtk/menu.c
4543         * src/gtk/pluginwindow.c
4544         * src/gtk/prefswindow.c
4545         * src/gtk/progressdialog.c
4546         * src/gtk/quicksearch.c
4547         * src/gtk/sslcertwindow.c
4548         * src/plugins/clamav/clamav_plugin.c
4549         * src/plugins/clamav/clamav_plugin_gtk.c
4550         * src/plugins/demo/demo.c
4551         * src/plugins/dillo_viewer/dillo_prefs.c
4552         * src/plugins/dillo_viewer/dillo_viewer.c
4553         * src/plugins/image_viewer/plugin.c
4554         * src/plugins/image_viewer/viewer.c
4555         * src/plugins/image_viewer/viewerprefs.c
4556         * src/plugins/mathml_viewer/mathml_viewer.c
4557         * src/plugins/pgpmime/passphrase.c
4558         * src/plugins/pgpmime/plugin.c
4559         * src/plugins/pgpmime/prefs_gpg.c
4560         * src/plugins/pgpmime/select-keys.c
4561         * src/plugins/pgpmime/sgpgme.c
4562         * src/plugins/spamassassin/spamassassin.c
4563         * src/plugins/spamassassin/spamassassin_gtk.c
4564         * src/plugins/trayicon/trayicon.c
4565                 sync with main (revision 104)
4566
4567 2005-02-10 [colin]      1.0.1cvs3.1
4568
4569         * src/mainwindow.c
4570                 Sync with HEAD (fix occasional crasher)
4571
4572 2005-02-10 [colin]      1.0.1cvs2.1
4573
4574         * src/messageview.c
4575                 Synw with HEAD (don't automatically display html)
4576
4577 2005-02-09 [colin]      1.0.1cvs1.3
4578
4579         * src/textview.c
4580         * src/textview.h
4581                 Add contextual menu on emails
4582
4583 2005-02-09 [colin]      1.0.1cvs1.2
4584
4585         * src/codeconv.c
4586                 Fix converting from broken headers and 
4587                 put back the _ in missing places
4588                 (feature broke with cvs24.2 sync, main 
4589                  possibly affected?)
4590
4591 2005-02-09 [colin]      1.0.1cvs1.1
4592
4593         * src/messageview.c
4594         * src/mimeview.c
4595         * src/mimeview.h
4596                 Sync with HEAD (display non text/plain mails with plugin)
4597
4598 2005-02-08 [colin]      1.0.1.1
4599
4600         * ChangeLog.claws
4601         * po/pt_BR.po
4602                 Sync with HEAD
4603         * configure.ac
4604                 Make default configuration directory 
4605                 be .sylpheed-gtk2
4606
4607 2005-02-08 [colin]      1.0.0cvs29.1
4608
4609         * po/de.po
4610         * po/es.po
4611         * po/fr.po
4612         * po/it.po
4613         * po/sk.po
4614         * po/sr.po
4615                 Sync translations with HEAD
4616
4617 2005-02-06 [colin]      1.0.0cvs28.3
4618
4619         * src/compose.c
4620                 Make compose a bit faster - patch by Alfons.
4621
4622 2005-02-06 [colin]      1.0.0cvs28.2
4623
4624         * src/compose.c
4625                 Make pasting via middle-click more reliable
4626
4627 2005-02-05 [paul]       1.0.0cvs28.1
4628
4629         * ChangeLog
4630         * ChangeLog.claws
4631         * ChangeLog.jp
4632         * configure.ac
4633         * src/compose.c
4634                 sync with HEAD
4635                 (fix bug 682 'redirect is broken'
4636
4637 2005-02-05 [torte]      1.0.0cvs27.1
4638
4639         * ChangeLog.claws
4640         * configure.ac
4641         * src/partial_download.c
4642                 Sync with HEAD (fix buf overflow)
4643
4644 2005-02-03 [colin]      1.0.0cvs26.1
4645
4646         * src/common/plugin.c
4647                 Sync with HEAD (avoid plugin mismatches)
4648
4649 2005-02-03 [paul]       1.0.0cvs25.3
4650
4651         * src/folderview.c
4652         * src/headerview.c
4653         * src/summaryview.c
4654         * src/textview.c
4655         * src/gtk/colorlabel.c
4656                 third and final part of initial sync with main-gtk2
4657
4658 2005-02-03 [paul]       1.0.0cvs25.2
4659
4660         * src/jpilot.c
4661                 fix building with jpilot support
4662
4663 2005-02-02 [colin]      1.0.0cvs25.1
4664
4665         * src/messageview.c
4666                 Sync with HEAD (fix dangerous typo)
4667
4668 2005-02-01 [colin]      1.0.0cvs24.3
4669
4670         * src/common/xml.c
4671                 Write file as advertised (UTF-8)
4672
4673 2005-02-01 [paul]       1.0.0cvs24.2
4674
4675         * src/addrbook.c
4676         * src/addrindex.c
4677         * src/alertpanel.h
4678         * src/codeconv.c
4679         * src/codeconv.h
4680         * src/compose.c
4681         * src/export.c
4682         * src/folder_item_prefs.c
4683         * src/html.c
4684         * src/imap.c
4685         * src/import.c
4686         * src/jpilot.c
4687         * src/mainwindow.c
4688         * src/matcher_parser_lex.l
4689         * src/messageview.c
4690         * src/mh.c
4691         * src/prefs_account.c
4692         * src/prefs_actions.c
4693         * src/prefs_common.c
4694         * src/prefs_gtk.c
4695         * src/prefs_gtk.h
4696         * src/prefs_themes.c
4697         * src/procheader.c
4698         * src/procmime.c
4699         * src/sourcewindow.c
4700         * src/statusbar.c
4701         * src/summaryview.c
4702         * src/textview.c
4703         * src/toolbar.c
4704         * src/unmime.c
4705         * src/common/template.c
4706         * src/common/utils.c
4707         * src/common/xml.c
4708         * src/common/xml.h
4709         * src/gtk/gtkaspell.c
4710         * src/plugins/clamav/clamav_plugin.c
4711         * src/plugins/dillo_viewer/dillo_prefs.c
4712         * src/plugins/image_viewer/viewerprefs.c
4713         * src/plugins/pgpmime/passphrase.c
4714         * src/plugins/pgpmime/prefs_gpg.c
4715         * src/plugins/pgpmime/select-keys.c
4716         * src/plugins/spamassassin/spamassassin.c
4717                 second part of initial sync with main-gtk2
4718                 (more to follow)
4719
4720 2005-01-31 [colin]      1.0.0cvs24.1
4721
4722         * src/compose.c
4723                 Sync with HEAD
4724
4725 2005-01-29 [paul]       1.0.0cvs23.2
4726
4727         * src/account.c
4728         * src/action.c
4729         * src/addressadd.c
4730         * src/addressbook.c
4731         * src/alertpanel.c
4732         * src/compose.c
4733         * src/editaddress.c
4734         * src/editbook.c
4735         * src/editgroup.c
4736         * src/editjpilot.c
4737         * src/editldap.c
4738         * src/editldap_basedn.c
4739         * src/editvcard.c
4740         * src/export.c
4741         * src/foldersel.c
4742         * src/grouplistdialog.c
4743         * src/import.c
4744         * src/importldif.c
4745         * src/inc.c
4746         * src/main.c
4747         * src/mainwindow.c
4748         * src/message_search.c
4749         * src/messageview.c
4750         * src/mimeview.c
4751         * src/prefs_actions.c
4752         * src/prefs_common.c
4753         * src/prefs_common.h
4754         * src/prefs_customheader.c
4755         * src/prefs_display_header.c
4756         * src/prefs_filtering.c
4757         * src/prefs_filtering_action.c
4758         * src/prefs_gtk.c
4759         * src/prefs_matcher.c
4760         * src/prefs_summary_column.c
4761         * src/prefs_template.c
4762         * src/sourcewindow.c
4763         * src/summary_search.c
4764         * src/summaryview.c
4765         * src/textview.c
4766         * src/gtk/about.c
4767         * src/gtk/description_window.c
4768         * src/gtk/gtkshruler.c
4769         * src/gtk/gtkutils.c
4770         * src/gtk/gtkutils.h
4771         * src/gtk/inputdialog.c
4772         * src/gtk/logwindow.c
4773         * src/gtk/prefswindow.c
4774         * src/gtk/progressdialog.c
4775         * src/gtk/progressdialog.h
4776                 first part of initial sync with main-gtk2
4777                 (more to follow)
4778
4779 2005-01-28 [colin]      1.0.0cvs23.1
4780
4781         * src/folderview.c
4782                 Sync with HEAD
4783
4784 2005-01-27 [colin]      1.0.0cvs21.1
4785
4786         * src/folder.c
4787         * src/folderview.c
4788                 Sync with HEAD
4789
4790 2005-01-27 [colin]      1.0.0cvs19.1
4791
4792         * src/procmime.c
4793                 Sync with HEAD
4794
4795 2005-01-27 [colin]      1.0.0cvs18.1
4796
4797         * src/messageview.c
4798         * src/summaryview.c
4799         * src/mainwindow.c
4800         * src/compose.c
4801         * src/compose.h
4802         * src/procmsg.c
4803         * src/procmsg.h
4804         * src/toolbar.c
4805                 Sync with HEAD
4806
4807 2005-01-26 [paul]       1.0.0cvs15.2
4808
4809         * src/compose.c
4810                 compose_entries_set(): convert subject and body to
4811                 utf8 if necessary. patch by Felix Eckhofer
4812
4813 2005-01-26 [paul]       1.0.0cvs15.1
4814
4815         * configure.ac
4816         * src/common/template.c
4817                 sync with HEAD (fix memory leak)
4818
4819 2005-01-25 [paul]       1.0.0cvs14.1
4820
4821         * configure.ac
4822         * src/compose.c
4823                 sync with HEAD
4824
4825 2005-01-24 [colin]      1.0.0cvs13.1
4826
4827         * src/summaryview.c
4828                 Sync with HEAD
4829
4830 2005-01-24 [paul]       1.0.0cvs12.1
4831
4832         * configure.ac
4833         * src/messageview.c
4834         * src/mh.c
4835         * src/common/utils.c
4836                 sync with HEAD
4837
4838 2005-01-24 [colin]      1.0.0cvs11.1
4839
4840         * src/procheader.c
4841                 Sync with HEAD
4842
4843 2005-01-24 [colin]      1.0.0cvs10.1
4844
4845         * src/folderview.c
4846                 Sync with HEAD
4847
4848 2005-01-23 [colin]      1.0.0cvs9.1
4849
4850         * src/crash.c
4851                 Sync with HEAD
4852
4853 2005-01-22 [colin]      1.0.0cvs8.1
4854
4855         * src/summaryview.c
4856         * src/gtk/quicksearch.c
4857                 Sync with HEAD
4858
4859 2005-01-21 [colin]      1.0.0cvs7.1
4860
4861         * src/summaryview.c
4862                 Sync with HEAD
4863
4864 2005-01-21 [colin]      1.0.0cvs6.1
4865
4866         * src/summaryview.c
4867                 Sync with HEAD
4868
4869 2005-01-21 [colin]      1.0.0cvs5.1
4870
4871         * src/gtk/quicksearch.c
4872         * src/prefs_common.c
4873         * src/prefs_common.h
4874                 Sync with HEAD (recurse option)
4875
4876 2005-01-21 [colin]      1.0.0cvs4.1
4877
4878         * src/folder.h
4879         * src/folderview.c
4880         * src/folderview.h
4881         * src/summaryview.c
4882         * src/gtk/quicksearch.c
4883         * src/gtk/quicksearch.h
4884                 Sync with HEAD (recursive quicksearch)
4885
4886 2005-01-20 [colin]      1.0.0cvs3.4
4887
4888         * src/ssl_manager.c
4889                 Remove useless code
4890
4891 2005-01-20 [colin]      1.0.0cvs3.3
4892
4893         * src/ssl_manager.c
4894                 Fix leak, thanks to Alfons.
4895
4896 2005-01-20 [colin]      1.0.0cvs3.2
4897
4898         * src/ssl_manager.c
4899                 Port SSL certificate window to GTK2.
4900
4901 2005-01-20 [paul]       1.0.0cvs3.1
4902
4903         * ChangeLog.claws
4904         * configure.ac
4905         * src/addrindex.c
4906         * src/addrindex.h
4907                 sync with HEAD
4908
4909 2005-01-19 [colin]      1.0.0cvs2.2
4910
4911         * src/plugins/trayicon/trayicon.c
4912                 Fix freeze with gtk-2.6, the easy way
4913                 (signal blocking helpless there...)
4914                 Closes bug #668.
4915
4916 2005-01-19 [colin]      1.0.0cvs2.1
4917
4918         * src/mbox.c
4919         * src/mbox.h
4920         * src/mainwindow.c
4921         * src/summaryview.c
4922         * src/summaryview.h
4923                 Sync with HEAD
4924
4925 2005-01-19 [paul]       1.0.0cvs1.1
4926
4927         * configure.ac
4928         * po/de.po
4929         * po/es.po
4930         * po/fr.po
4931         * po/hr.po
4932         * po/it.po
4933         * po/ja.po
4934         * po/ko.po
4935         * po/pt_BR.po
4936         * po/ru.po
4937         * po/sk.po
4938         * po/sr.po
4939                 sync with HEAD (update translations)
4940
4941 2005-01-18 [colin]      1.0.0cvs0.1
4942
4943         * src/foldersel.c
4944                 Specify search column - patch by Alfons
4945
4946 2005-01-18 [colin]      0.9.13cvs36.3
4947
4948         * src/prefs_toolbar.c
4949                 Change Delete to Remove
4950         * src/prefs_fonts.c
4951                 GTK2 version and leak fixes
4952         * src/prefs_actions.c
4953                 Add stock buttons.
4954                 All patches by Alfons
4955
4956 2005-01-17 [colin]      0.9.13cvs36.2
4957
4958         * src/compose.c
4959                 Fix DnD inserting twice. While at it,
4960                 add DnD support for text/plain in the
4961                 body, and add support in the headers.
4962
4963 2005-01-16 [colin]      0.9.13cvs36.1
4964
4965         * ChangeLog
4966         * ChangeLog.jp
4967         * ChangeLog.claws
4968                 Sync with HEAD (nothing applicable)
4969
4970 2005-01-16 [colin]      0.9.13cvs33.2
4971
4972         * src/prefs_toolbar.c
4973                 GTK2ize prefs_toolbar, by Alfons.
4974
4975 2005-01-14 [colin]      0.9.13cvs33.1
4976
4977         * src/html.c
4978         * src/msgcache.c
4979                 Sync with HEAD
4980
4981 2005-01-14 [colin]      0.9.13cvs32.1
4982
4983         * src/html.c
4984         * src/html.h
4985         * src/msgcache.c
4986         * AUTHORS
4987         * tools/calypso_convert.pl
4988                 Sync with HEAD
4989
4990 2005-01-08 [colin]      0.9.13cvs29.2
4991
4992         * src/prefs_filtering_action.c
4993         * src/prefs_filtering.c
4994                 2 more gtk2 patches by Alfons
4995
4996 2005-01-07 [paul]       0.9.13cvs29.1
4997
4998         * ChangeLog
4999         * ChangeLog.claws
5000         * ChangeLog.jp
5001         * configure.ac
5002         * src/pop.c
5003         * src/pop.h
5004                 sync with HEAD
5005
5006 2005-01-07 [colin]      0.9.13cvs28.3
5007
5008         * src/gtk/progressdialog.c
5009         * src/gtk/progressdialog.h
5010         * src/inc.c
5011         * src/send_message.c
5012                 GTK2 for the incorporation dialog. The CList isn't dead
5013                 yet, for a more smooth migration. Patch by Alfons.
5014
5015 2005-01-06 [colin]      0.9.13cvs28.2
5016
5017         * src/prefs_display_header.c
5018                 GTK2 conversion by Alfons
5019         * src/prefs_actions.c
5020         * src/prefs_matcher.c
5021                 Fix 2 leaks - patch by Alfons
5022
5023 2005-01-06 [colin]      0.9.13cvs28.1
5024
5025         * src/prefs_matcher.c
5026                 Sync with HEAD
5027
5028 2005-01-06 [colin]      0.9.13cvs27.4
5029
5030         * src/prefs_matcher.c
5031                 Fix double-free. Patch by Alfons
5032
5033 2005-01-06 [colin]      0.9.13cvs27.3
5034
5035         * src/prefs_matcher.c
5036                 GTK2 widgets + memleak
5037                 Patch by Alfons
5038
5039 2005-01-05 [colin]      0.9.13cvs27.2
5040
5041         * src/account.c
5042         * src/addr_compl.c
5043         * src/foldersel.c
5044         * src/stock_pixmap.c
5045         * src/stock_pixmap.h
5046                 3 more GTK2 patches by Alfons.
5047
5048 2005-01-04 [colin]      0.9.13cvs27.1
5049
5050         * src/folderview.c
5051         * src/imap_gtk.c
5052         * src/news_gtk.c
5053                 Sync with HEAD
5054
5055 2005-01-04 [colin]      0.9.13cvs25.9
5056
5057         * src/compose.c
5058                 Fix Show Ruler menuitem
5059         * src/prefs_template.c
5060                 Convert to GTK2
5061         * src/common/utils.c
5062                 Make auto pointer stuff handles NULLs
5063                 Patches by Alfons.
5064
5065 2005-01-04 [colin]      0.9.13cvs25.8
5066
5067         * src/compose.c
5068                 Move the attachment list to gtk2
5069                 Patch by Alfons.
5070
5071 2005-01-04 [colin]      0.9.13cvs25.7
5072
5073         * src/textview.c
5074                 Make some keys work again
5075                 Patch by SungHyun Nam <namsh@kldp.org>
5076
5077 2005-01-04 [colin]      0.9.13cvs25.6
5078
5079         * src/gtk/gtkshruler.c
5080                 Move the ruler to GTK2
5081                 Patch by Alfons
5082
5083 2005-01-03 [colin]      0.9.13cvs25.5
5084
5085         * src/compose.c
5086                 Fix my broken patch apply 
5087
5088 2005-01-03 [colin]      0.9.13cvs25.4
5089
5090         * src/common/utils.c
5091         * src/common/utils.h
5092         * src/gtk/prefswindow.c
5093                 Move auto pointer stuff to utils.c
5094                 Patch by Alfons again :)
5095
5096 2005-01-03 [colin]      0.9.13cvs25.3
5097
5098         * src/compose.c
5099         * src/prefs_gtk.c
5100         * src/prefs_template.c
5101         * src/textview.c
5102                 Empty text widgets with empty strings, not NULL char
5103                 Patch by SungHyun Nam <namsh@kldp_org>
5104
5105 2005-01-03 [colin]      0.9.13cvs25.2
5106
5107         * src/main.c
5108         * AUTHORS
5109                 Sync with HEAD
5110
5111 2005-01-03 [colin]      0.9.13cvs25.1
5112
5113         * src/pop.c
5114         * src/pop.h
5115                 Sync with HEAD
5116
5117 2005-01-03 [colin]      0.9.13cvs24.3
5118
5119         * src/account.c
5120                 Two patches from Alfons and Alex S Moore:
5121                 fix images, fix return value.
5122
5123 2005-01-01 [colin]      0.9.13cvs24.2
5124
5125         * src/prefs_actions.c
5126                 Fix over-zealous assertion. Patch by Alfons
5127
5128 2005-01-01 [colin]      0.9.13cvs24.1
5129
5130         * src/procmime.c
5131                 Sync with HEAD (leak fix)
5132
5133 2004-12-31 [colin]      0.9.13cvs23.2
5134
5135         * src/prefs_common.c
5136                 GTK2 widgets + stock buttons - patch by Alfons
5137
5138 2004-12-31 [paul]       0.9.13cvs23.1
5139
5140         * configure.ac
5141                 bump up EXTRA_VERSION to match (sync'ed) HEAD
5142         * src/gtk/pluginwindow.c
5143                 use GTK2 widgets and plug memory leaks,
5144                 patches by Alfons
5145
5146 2004-12-30 [colin]      0.9.13cvs22.4
5147
5148         * src/account.c
5149         * src/action.c
5150         * src/export.c
5151         * src/foldersel.c
5152         * src/import.c
5153         * src/message_search.c
5154         * src/prefs_actions.c
5155         * src/prefs_common.c
5156         * src/prefs_customheader.c
5157         * src/prefs_filtering.c
5158         * src/prefs_summary_column.c
5159         * src/summary_search.c
5160         * src/gtk/about.c
5161         * src/gtk/description_window.c
5162         * src/gtk/gtkutils.c
5163         * src/gtk/gtkutils.h
5164         * src/gtk/inputdialog.c
5165         * src/gtk/prefswindow.c
5166                 Use GTK2 stock buttons. Patches by Alfons.
5167
5168 2004-12-30 [colin]      0.9.13cvs22.3
5169
5170         * src/account.c
5171                 Sync with HEAD
5172         * src/prefs_actions.c
5173         * src/prefs_customheader.c
5174         * src/prefs_filtering.c
5175         * src/prefs_msg_colors.c
5176         * src/prefs_summary_column.c
5177         * src/gtk/prefswindow.c
5178                 Use GtkTreeView instead of deprecated 
5179                 widgets. Patches by Alfons.
5180
5181 2004-12-30 [paul]       0.9.13cvs22.2
5182
5183         * src/foldersel.c
5184                 use GTK 2 Tree View
5185                 patch by Alfons, with root folder sorting fix
5186                 by Stephan Sachse
5187
5188 2004-12-30 [paul]       0.9.13cvs22.1
5189
5190         * ChangeLog
5191         * ChangeLog.claws
5192         * ChangeLog.jp
5193         * NEWS
5194         * configure.ac
5195         * src/account.c
5196                 sync with HEAD
5197
5198 2004-12-22 [martin]     0.9.13cvs21.2
5199
5200         * src/action.c
5201                 free the command line after its use
5202
5203 2004-12-18 [paul]       0.9.13cvs21.1
5204
5205         * AUTHORS
5206         * ChangeLog
5207         * ChangeLog.claws
5208         * ChangeLog.jp
5209         * NEWS
5210         * configure.ac
5211         * src/action.c
5212         * src/compose.c
5213         * src/syldap.c
5214                 sync with HEAD
5215
5216 2004-12-17 [martin]     0.9.13cvs17.2
5217
5218         * src/action.c
5219                 convert actions input to locale
5220         * src/inc.c
5221                 convert notification command to locale
5222         * src/plugins/pgpmime/select-keys.c
5223                 convert attributes to utf8
5224
5225 2004-12-14 [colin]      0.9.13cvs17.1
5226
5227         * ChangeLog
5228         * ChangeLog.jp
5229         * ChangeLog.claws
5230         * src/action.c
5231         * src/common/utils.c
5232         * src/gtk/prefswindow.c
5233         * src/gtk/gtkutils.c
5234         * src/gtk/gtkutils.h
5235         * src/plugins/spamassassin/libspamc.c
5236                 Sync with HEAD
5237
5238 2004-12-13 [colin]      0.9.13cvs14.1
5239
5240         * src/quote_fmt_parse.y
5241                 Sync with HEAD
5242
5243 2004-12-10 [colin]      0.9.13cvs12.1
5244
5245         * src/prefs_themes.c
5246         * src/mainwindow.c
5247         * src/messageview.c
5248                 Sync with HEAD
5249
5250 2004-12-09 [colin]      0.9.13cvs10.1
5251
5252         * src/procmime.c
5253                 Sync with HEAD (fix B64 encoding from memory)
5254
5255 2004-12-08 [colin]      0.9.13cvs9.1
5256
5257         * src/gtk/colorlabel.c
5258                 Sync with HEAD
5259
5260 2004-12-08 [paul]       0.9.13cvs8.2
5261
5262         * src/gtk/pluginwindow.c
5263                 fix window resizing oddities
5264
5265 2004-12-08 [colin]      0.9.13cvs8.1
5266
5267         * src/quote_fmt_parse.y
5268                 Sync with HEAD
5269
5270 2004-12-08 [colin]      0.9.13cvs7.1
5271
5272         * src/matcher_parser_parse.y
5273         * src/msgcache.c
5274         * src/prefs_matcher.c
5275         * src/procheader.c
5276         * src/matcher.c
5277         * src/common/defs.h
5278         * po/sr.po
5279                 Sync with HEAD
5280
5281 2004-12-08 [colin]      0.9.13cvs6.1
5282
5283         * src/quote_fmt_parse.y
5284         * src/textview.c
5285                 Sync with HEAD
5286         * src/gtk/prefswindow.c
5287         * src/gtk/pluginwindow.c
5288                 Fix G_CALLBACKS protos (thanks to Alfons)
5289
5290 2004-12-07 [torte]      0.9.13cvs2.2
5291
5292         * src/procmime.c
5293                 [Bug 650] reply button causes crash
5294                 Thanks to David Relson and Christoph
5295
5296 2004-12-07 [colin]      0.9.13cvs2.1
5297
5298         * ChangeLog.claws
5299         * AUTHORS
5300         * po/sk.po
5301         * src/procmime.c
5302         * src/prefs_account.c
5303         * src/common/smtp.c
5304         * src/common/smtp.h
5305                 Sync with HEAD
5306
5307 2004-12-06 [colin]      0.9.12cvs187.1
5308
5309         * ChangeLog.claws
5310         * INSTALL
5311         * Makefile.am
5312         * README.claws
5313         * TODO.claws
5314         * configure.ac
5315         * po/bg.po
5316         * po/cs.po
5317         * po/el.po
5318         * po/en_GB.po
5319         * po/es.po
5320         * po/fr.po
5321         * po/hr.po
5322         * po/hu.po
5323         * po/it.po
5324         * po/ja.po
5325         * po/ko.po
5326         * po/nl.po
5327         * po/pl.po
5328         * po/pt_BR.po
5329         * po/ru.po
5330         * po/sk.po
5331         * po/sr.po
5332         * po/sv.po
5333         * po/zh_CN.po
5334         * po/zh_TW.Big5.po
5335         * src/compose.c
5336         * tools/Makefile.am
5337         * tools/README
5338         * tools/filter_conv.pl
5339         * tools/kdeservicemenu/README
5340         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5341         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5342                 Sync with HEAD
5343
5344 2004-12-04 [colin]      0.9.12cvs183.1
5345
5346         * src/compose.c
5347                 Sync with HEAD (compose window position saving)
5348
5349 2004-12-04 [paul]       0.9.12cvs182.3
5350
5351         * src/messageview.c
5352         * src/mimeview.c
5353         * src/prefs_customheader.c
5354         * src/gtk/quicksearch.c
5355                 replace some forgotten GTK_SIGNAL_FUNCs
5356
5357 2004-12-04 [paul]       0.9.12cvs182.2
5358
5359         * src/Makefile.am
5360                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
5361                 committed in error      
5362
5363 2004-12-04 [paul]       0.9.12cvs182.1
5364
5365         * ChangeLog
5366         * ChangeLog.claws
5367         * ChangeLog.jp
5368         * INSTALL
5369         * NEWS
5370         * README
5371         * README.jp
5372         * configure.ac
5373         * doc/manual/ja/Makefile.am
5374         * doc/manual/ja/sylpheed-1.html
5375         * doc/manual/ja/sylpheed-10.html
5376         * doc/manual/ja/sylpheed-11.html
5377         * doc/manual/ja/sylpheed-12.html
5378         * doc/manual/ja/sylpheed-13.html
5379         * doc/manual/ja/sylpheed-14.html
5380         * doc/manual/ja/sylpheed-15.html
5381         * doc/manual/ja/sylpheed-16.html
5382         * doc/manual/ja/sylpheed-17.html
5383         * doc/manual/ja/sylpheed-18.html
5384         * doc/manual/ja/sylpheed-19.html
5385         * doc/manual/ja/sylpheed-2.html
5386         * doc/manual/ja/sylpheed-20.html
5387         * doc/manual/ja/sylpheed-3.html
5388         * doc/manual/ja/sylpheed-4.html
5389         * doc/manual/ja/sylpheed-5.html
5390         * doc/manual/ja/sylpheed-6.html
5391         * doc/manual/ja/sylpheed-7.html
5392         * doc/manual/ja/sylpheed-8.html
5393         * doc/manual/ja/sylpheed-9.html
5394         * doc/manual/ja/sylpheed.html
5395         * doc/manual/ja/sylpheed.sgml
5396         * po/de.po
5397         * src/Makefile.am
5398         * src/compose.c
5399         * src/procmime.c
5400         * src/pixmaps/regular.xpm **REMOVED**
5401         * src/plugins/pgpmime/pgpmime.c
5402         * src/plugins/pgpmime/plugin.c
5403         * src/plugins/pgpmime/prefs_gpg.c
5404                 sync with HEAD
5405
5406 2004-12-03 [paul]       0.9.12cvs180.1
5407
5408         * ChangeLog
5409         * ChangeLog.claws
5410         * ChangeLog.jp
5411         * configure.ac
5412         * src/Makefile.am
5413         * src/pop.c
5414         * src/common/utils.c
5415         * src/common/utils.h
5416         * src/pixmaps/continue.xpm
5417         * src/pixmaps/dir_close.xpm
5418         * src/pixmaps/dir_open.xpm
5419         * src/pixmaps/drafts_close.xpm
5420         * src/pixmaps/drafts_open.xpm
5421         * src/pixmaps/folder.xpm **REMOVED**
5422         * src/pixmaps/group.xpm
5423         * src/pixmaps/unread.xpm
5424                 sync with HEAD
5425
5426 2004-12-02 [colin]      0.9.12cvs179.1
5427
5428         * src/compose.c
5429                 Sync with HEAD (non-duplicated reedition)
5430
5431 2004-12-02 [colin]      0.9.12cvs178.1
5432
5433         * src/compose.c
5434                 Sync with HEAD (linewrap_quote fix)
5435
5436 2004-12-01 [colin]      0.9.12cvs177.3
5437
5438         * src/addrharvest.c
5439                 Replace sizeof with strlen
5440
5441 2004-12-01 [paul]       0.9.12cvs177.2
5442
5443         * src/addrharvest.c
5444                 fix 'harvest addresses'
5445
5446 2004-11-30 [colin]      0.9.12cvs177.1
5447
5448         * src/gtk/prefswindow.c
5449         * src/gtk/pluginwindow.c
5450                 Sync with HEAD
5451
5452 2004-11-29 [colin]      0.9.12cvs176.1
5453
5454         * src/folderview.c
5455                 sync with HEAD (Fix disappearing separators in folderview's popup)
5456
5457 2004-11-29 [colin]      0.9.12cvs175.1
5458
5459         * src/procmime.c
5460                 Sync with head (another format fix)
5461
5462 2004-11-29 [colin]      0.9.12cvs174.1
5463
5464         * src/pop.c
5465                 Sync with HEAD (format string fix)
5466
5467 2004-11-26 [colin]      0.9.12cvs173.1
5468
5469         * src/common/smtp.c
5470         * src/common/smtp.h
5471                 Sync with HEAD
5472
5473 2004-11-24 [colin]      0.9.12cvs172.1
5474
5475         * src/plugins/pgpmime/pgpmime.c
5476                 Sync with HEAD
5477
5478 2004-11-24 [colin]      0.9.12cvs171.1
5479
5480         * src/plugins/pgpmime/pgpmime.c
5481                 Sync with head (gpgmectx leaks)
5482
5483 2004-11-24 [colin]      0.9.12cvs169.1
5484
5485         * src/plugins/pgpmime/plugin.c
5486         * src/plugins/trayicon/Makefile.am
5487         * src/plugins/trayicon/newmarkedmail.xpm
5488         * src/plugins/trayicon/trayicon.c
5489         * src/plugins/trayicon/unreadmarkedmail.xpm
5490                 Sync with HEAD
5491
5492 2004-11-23 [colin]      0.9.12cvs168.1
5493
5494         * src/partial_download.c
5495         * src/partial_download.h
5496         * src/plugins/pgpmime/plugin.c
5497                 Sync with HEAD
5498
5499 2004-11-23 [colin]      0.9.12cvs166.1
5500
5501         * src/Makefile.am
5502         * src/codeconv.c
5503         * src/compose.c
5504         * src/folderview.c
5505         * src/main.c
5506         * src/partial_download.c
5507         * src/partial_download.h
5508         * src/prefs_account.c
5509         * src/prefs_account.h
5510         * src/privacy.c
5511         * src/privacy.h
5512         * src/procmime.c
5513         * src/common/Makefile.am
5514         * src/common/base64.h
5515         * src/common/partial_download.c
5516         * src/common/partial_download.h
5517         * src/gtk/prefswindow.c
5518         * src/gtk/prefswindow.h
5519         * src/plugins/pgpmime/pgpmime.c
5520         * src/plugins/pgpmime/prefs_gpg.c
5521         * src/plugins/pgpmime/prefs_gpg.h
5522         * src/plugins/pgpmime/sgpgme.c
5523         * src/plugins/pgpmime/sgpgme.h
5524                 Sync with HEAD
5525
5526 2004-11-23 [colin]      0.9.12cvs163.1
5527
5528         * src/main.c
5529                 Sync with HEAD (cursor optimization)
5530
5531 2004-11-23 [colin]      0.9.12cvs162.1
5532
5533         * src/prefs_common.c
5534         * src/prefs_themes.c
5535         * src/procmsg.c
5536                 Sync with HEAD
5537
5538 2004-11-23 [colin]      0.9.12cvs158.9
5539
5540         * src/compose.c
5541                 Fix double-free when forwarding
5542         * src/msgcache.c
5543                 Fix leak on error path
5544                 
5545
5546 2004-11-23 [colin]      0.9.12cvs158.8
5547
5548         * src/compose.c
5549                 Fix possible double-free
5550                 Spotted by Alfons
5551
5552 2004-11-23 [colin]      0.9.12cvs158.7
5553
5554         * src/compose.c
5555                 Fix some signal handlers' prototypes
5556                 Spotted by Alfons
5557
5558 2004-11-22 [colin]      0.9.12cvs158.6
5559
5560         * src/compose.c
5561                 Remove unneeded code and duplicated
5562                 wrapping - patch by Alfons
5563
5564 2004-11-22 [colin]      0.9.12cvs158.5
5565
5566         * src/prefs_themes.c
5567                 Fix oversized selector
5568
5569 2004-11-22 [colin]      0.9.12cvs158.4
5570
5571         * src/compose.c
5572                 fix dump_text()
5573                 patch by Alfons
5574
5575 2004-11-19 [colin]      0.9.12cvs158.3
5576
5577         * src/textview.c
5578                 Add a context menu on links (open, copy)
5579
5580 2004-11-18 [paul]       0.9.12cvs158.2
5581
5582         * src/addrgather.c
5583         * src/exphtmldlg.c
5584         * src/expldifdlg.c
5585         * src/mimeview.c
5586         * src/prefs_common.c
5587         * src/plugins/image_viewer/viewer.c
5588         * src/plugins/spamassassin/spamassassin_gtk.c
5589                 replace deprecated gtk_notebook_set_page
5590                 and gtk_notebook_current_page
5591
5592 2004-11-18 [paul]       0.9.12cvs158.1
5593
5594         * configure.ac
5595         * src/compose.c
5596         * src/mainwindow.c
5597         * src/messageview.c
5598         * src/prefs_common.c
5599         * src/common/utils.c
5600         * src/common/utils.h
5601                 sync with HEAD
5602
5603 2004-11-17 [colin]      0.9.12cvs156.1
5604
5605         * src/prefs_account.c
5606         * src/prefs_account.h
5607         * src/procmsg.c
5608                 Sync with HEAD (add pref to store encrypted mails encrypted)
5609
5610 2004-11-17 [paul]       0.9.12cvs155.1
5611
5612         * ChangeLog
5613         * ChangeLog.claws
5614         * ChangeLog.jp
5615         * NEWS
5616         * configure.ac
5617         * src/compose.c
5618         * src/jpilot.c
5619         * src/privacy.c
5620         * src/procmime.c
5621         * src/procmime.h
5622         * src/procmsg.c
5623         * src/toolbar.c
5624         * src/pixmaps/error.xpm
5625                 sync with HEAD
5626
5627 2004-11-17 [colin]      0.9.12cvs151.1
5628
5629         * src/plugins/pgpmime/pgpmime.c
5630                 Sync with HEAD (remove debug printf)
5631
5632 2004-11-17 [colin]      0.9.12cvs150.1
5633
5634         * src/plugins/pgpmime/pgpmime.c
5635                 Sync with HEAD (off-by-one fix)
5636
5637 2004-11-17 [colin]      0.9.12cvs149.1
5638
5639         * src/procmsg.c
5640                 Sync with HEAD (coding style fixes)
5641
5642 2004-11-16 [colin]      0.9.12cvs148.1
5643
5644         * src/procmsg.c
5645                 Sync with head (Fix the fix)
5646
5647 2004-11-16 [colin]      0.9.12cvs147.1
5648
5649         * src/procmsg.c
5650                 Sync with Main (leak fix)
5651
5652 2004-11-16 [colin]      0.9.12cvs146.14
5653
5654         * src/compose.c
5655                 Remove useless chunk of code
5656                 Patch by Alfons
5657
5658 2004-11-15 [colin]      0.9.12cvs146.13
5659
5660         * src/compose.c
5661                 Fix drafting after insertion
5662                 Patch by Alfons
5663
5664 2004-11-15 [colin]      0.9.12cvs146.12
5665
5666         * src/compose.c
5667         * src/prefs_filtering.c
5668         * src/prefs_filtering_action.c
5669         * src/prefs_toolbar.c
5670                 Fix some const-correctness
5671
5672 2004-11-15 [colin]      0.9.12cvs146.11
5673
5674         * src/summaryview.c
5675         * src/prefs_themes.c
5676         * src/messageview.c
5677                 Fix some leaks
5678
5679 2004-11-15 [colin]      0.9.12cvs146.10
5680
5681         * src/codeconv.c
5682                 More unreadable locale fixes
5683
5684 2004-11-14 [colin]      0.9.12cvs146.9
5685
5686         * src/textview.c
5687                 Fix uri_security_check
5688                 Patch by Alfons
5689
5690 2004-11-13 [paul]       0.9.12cvs146.8
5691
5692         * src/folder.c
5693         * src/procmime.c
5694                 fix 2 bugs introduced in last commit
5695
5696 2004-11-13 [paul]       0.9.12cvs146.7
5697
5698         * src/compose.c
5699         * src/exporthtml.c
5700         * src/exportldif.c
5701         * src/folder.c
5702         * src/imap.c
5703         * src/imap_gtk.c
5704         * src/main.c
5705         * src/mainwindow.c
5706         * src/messageview.c
5707         * src/mh_gtk.c
5708         * src/prefs_themes.c
5709         * src/procmime.c
5710         * src/setup.c
5711         * src/summaryview.c
5712                 replace deprecated g_basename
5713
5714 2004-11-13 [paul]       0.9.12cvs146.6
5715
5716         * src/compose.c
5717         * src/imap.c
5718         * src/matcher_parser.h
5719         * src/matcher_parser_parse.y
5720         * src/prefs_filtering.c
5721         * src/prefs_filtering_action.c
5722         * src/prefs_themes.c
5723         * src/prefs_toolbar.c
5724         * src/common/utils.c
5725                 various small fixes/cleanups
5726
5727 2004-11-12 [colin]      0.9.12cvs146.5
5728
5729         * src/textview.c
5730                 Validate event's origin on visibility notify
5731                 Patch by Alfons.
5732
5733 2004-11-12 [paul]       0.9.12cvs146.4
5734
5735         * src/exporthtml.c
5736         * src/exportldif.c
5737         * src/imap.c
5738         * src/mh.c
5739         * src/mimeview.c
5740         * src/prefs_spelling.c
5741         * src/prefs_themes.c
5742                 replace deprecated g_dirname    
5743
5744 2004-11-12 [colin]      0.9.12cvs146.3
5745
5746         * src/textview.c
5747                 Some coding style fixes
5748
5749 2004-11-12 [colin]      0.9.12cvs146.2
5750
5751         * src/codeconv.c
5752                 We want to replace _all_ extended chars in
5753                 conv_unreadable_*, because any string containing
5754                 extended chars not parsing as UTF8 is 
5755                 undisplayed on gtk2.
5756
5757 2004-11-12 [paul]       0.9.12cvs146.1
5758
5759         * ChangeLog
5760         * ChangeLog.claws
5761         * ChangeLog.jp
5762         * NEWS
5763         * configure.ac
5764         * src/account.c
5765         * src/folderview.c
5766         * src/folderview.h
5767         * src/imap.c
5768         * src/imap_gtk.c
5769         * src/inc.c
5770         * src/mainwindow.c
5771         * src/mh_gtk.c
5772         * src/news_gtk.c
5773         * src/pop.c
5774         * src/prefs_account.c
5775         * src/prefs_account.h
5776         * src/prefs_ext_prog.c
5777         * src/procmime.c
5778         * src/procmime.h
5779         * src/procmsg.c
5780         * src/procmsg.h
5781         * src/summary_search.c
5782         * src/summaryview.c
5783         * src/textview.c
5784         * src/common/defs.h
5785         * src/common/utils.c
5786         * src/common/utils.h
5787         * src/gtk/menu.c
5788         * src/gtk/menu.h
5789                 sync with HEAD
5790
5791 2004-11-11 [colin]      0.9.12cvs144.2
5792
5793         * src/textview.c
5794                 Fix URI range selection (patch by Alfons)
5795
5796 2004-11-09 [colin]      0.9.12cvs144.1
5797
5798         * ChangeLog.claws
5799         * src/compose.c
5800         * src/folder.c
5801         * src/folder_item_prefs.c
5802         * src/prefs_account.c
5803         * src/prefs_account.h
5804         * src/plugins/pgpmime/pgpmime.c
5805                 Sync with HEAD
5806
5807 2004-11-08 [colin]      0.9.12cvs143.1
5808
5809         * src/summaryview.c
5810                 Sync with HEAD (optimize quicksearch)
5811
5812 2004-11-08 [colin]      0.9.12cvs142.2
5813
5814         * src/compose.c
5815                 Don't wrap when Edit/Auto wrapping is disabled
5816
5817 2004-11-08 [colin]      0.9.12cvs142.1
5818
5819         * src/textview.c
5820                 Sync with HEAD
5821
5822 2004-11-08 [colin]      0.9.12cvs141.1
5823
5824         * src/textview.c
5825                 Sync with HEAD (fix some mail URIs)
5826
5827 2004-11-08 [colin]      0.9.12cvs140.3
5828
5829         * src/textview.c
5830                 o Use text cursor instead of arrow when
5831                   not on a link
5832                 o Fix handling of contiguous links (as in
5833                   "colin@colino.net" <colin@colino.net>)
5834                   This one unveils a bug in get_email_part()
5835
5836 2004-11-07 [colin]      0.9.12cvs140.2
5837
5838         * src/textview.c
5839                 Fix memleak. Patch by Alfons.
5840
5841 2004-11-06 [colin]      0.9.12cvs140.1
5842
5843         * src/compose.c
5844                 Sync with HEAD (don't ask passphrase
5845                 when drafting)
5846
5847 2004-11-06 [paul]       0.9.12cvs139.2
5848
5849         * AUTHORS
5850         * src/textview.c
5851         * src/textview.h
5852                 textview URI handling. hovering over a 
5853                 link displays it in the status bar,
5854                 and changes the mouse pointer to a hand 
5855                 cursor. a link is activated with a single 
5856                 click. (Modified from the) patch by Jean-Yves 
5857                 Lefort <jylefort@users.sourceforge.net>
5858                 
5859
5860 2004-11-05 [colin]      0.9.12cvs139.1
5861
5862         * src/compose.c
5863         * src/procmime.c
5864                 Sync with HEAD again ^^
5865
5866 2004-11-05 [colin]      0.9.12cvs139.1
5867
5868         * src/compose.c
5869         * src/procmime.c
5870                 Sync with HEAD
5871
5872 2004-11-03 [paul]       0.9.12cvs138.1
5873
5874         * ChangeLog.claws
5875         * configure.ac
5876         * po/POTFILES.in
5877         * src/prefs_ext_prog.c
5878         * src/procmime.c
5879         * tools/kdeservicemenu/README
5880         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5881         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5882                 sync with HEAD
5883
5884 2004-11-01 [christoph]  0.9.12cvs136.2
5885
5886         * src/procmime.c
5887                 convert MIME parameters to UTF-8
5888
5889 2004-10-29 [colin]      0.9.12cvs136.1
5890
5891         * src/common/utils.c
5892                 Sync with HEAD (don't use '=' in mime boundary)
5893
5894 2004-10-29 [paul]       0.9.12cvs135.1
5895
5896         * configure.ac
5897         * doc/src/rfc2231.txt
5898         * src/procmime.c
5899         * src/common/quoted-printable.c
5900         * src/common/utils.c
5901         * src/common/utils.h
5902                 sync with HEAD
5903
5904 2004-10-27 [paul]       0.9.12cvs134.1
5905
5906         * configure.ac
5907         * src/main.c
5908         * src/procmime.c
5909         * src/plugins/pgpmime/pgpmime.c
5910                 sync with HEAD
5911
5912 2004-10-26 [paul]       0.9.12cvs132.3
5913
5914         * src/account.c
5915         * src/addressbook.c
5916         * src/addrgather.c
5917         * src/addrharvest.c
5918         * src/codeconv.c
5919         * src/compose.c
5920         * src/customheader.c
5921         * src/editaddress.c
5922         * src/editgroup.c
5923         * src/enriched.c
5924         * src/expldifdlg.c
5925         * src/exporthtml.c
5926         * src/exportldif.c
5927         * src/folder.c
5928         * src/foldersel.c
5929         * src/folderview.c
5930         * src/grouplistdialog.c
5931         * src/html.c
5932         * src/imap.c
5933         * src/jpilot.c
5934         * src/ldapserver.c
5935         * src/ldif.c
5936         * src/mimeview.c
5937         * src/news.c
5938         * src/news_gtk.c
5939         * src/pop.c
5940         * src/prefs_display_header.c
5941         * src/prefs_gtk.c
5942         * src/prefs_msg_colors.c
5943         * src/prefs_toolbar.c
5944         * src/procheader.c
5945         * src/procmime.c
5946         * src/summaryview.c
5947         * src/textview.c
5948         * src/toolbar.c
5949         * src/vcard.c
5950         * src/common/mgutils.c
5951         * src/common/nntp.c
5952         * src/common/smtp.c
5953         * src/common/template.c
5954         * src/common/utils.c
5955         * src/common/xmlprops.c
5956         * src/plugins/pgpmime/pgpmime.c
5957         * src/plugins/pgpmime/select-keys.c
5958         * src/plugins/pgpmime/sgpgme.c
5959                 replace deprecated g_strcasecmp(), g_strncasecmp(),
5960                 g_string_sprintfa(), gtk_notebook_current_page()
5961
5962 2004-10-26 [colin]      0.9.12cvs132.2
5963
5964         * src/prefs_folder_item.c
5965                 Fix default-account selection
5966
5967 2004-10-21 [colin]      0.9.12cvs133
5968
5969         * src/compose.c
5970                 Sync with HEAD (Remove extra separator in compose's Options)
5971         * src/textview.c
5972                 Set wrapping to char
5973
5974 2004-10-21 [paul]       0.9.12cvs131.2
5975
5976         * src/compose.c
5977         * src/sourcewindow.c
5978                 fix wrapping
5979                 fix window shrinking 
5980
5981 2004-10-21 [colin]      0.9.12cvs131.1
5982
5983         * ChangeLog.claws
5984         * src/compose.c
5985                 Sync with HEAD
5986
5987 2004-10-21 [paul]       0.9.12cvs130.2
5988
5989         * src/prefs_folder_item.c
5990                 sync with HEAD (Apply to subfolders)
5991
5992 2004-10-19 [colin]      0.9.12cvs130.1
5993
5994         * ChangeLog.claws
5995         * src/compose.c
5996         * src/common/utils.c
5997         * src/gtk/menu.c
5998                 Sync with HEAD
5999
6000 2004-10-19 [colin]      0.9.12cvs128.1
6001
6002         * src/addrbook.c
6003         * src/addrcache.c
6004         * src/addressbook.c
6005         * src/codeconv.c
6006         * src/compose.c
6007         * src/customheader.c
6008         * src/editaddress.c
6009         * src/editgroup.c
6010         * src/exporthtml.c
6011         * src/folder.c
6012         * src/folderview.c
6013         * src/imap.c
6014         * src/jpilot.c
6015         * src/main.c
6016         * src/matcher_parser_parse.y
6017         * src/mbox.c
6018         * src/pop.c
6019         * src/prefs_account.c
6020         * src/prefs_gtk.c
6021         * src/prefs_msg_colors.c
6022         * src/procheader.c
6023         * src/procmime.c
6024         * src/procmime.h
6025         * src/procmsg.c
6026         * src/summaryview.c
6027         * src/textview.c
6028         * src/common/base64.c
6029         * src/common/partial_download.c
6030         * src/common/socket.c
6031         * src/common/sylpheed.c
6032         * src/common/utils.c
6033         * src/common/utils.h
6034         * src/gtk/pluginwindow.c
6035         * src/gtk/quicksearch.c
6036         * src/plugins/clamav/clamav_plugin.c
6037         * src/plugins/clamav/clamav_plugin.h
6038         * src/plugins/clamav/clamav_plugin_gtk.c
6039         * src/plugins/pgpmime/passphrase.c
6040         * src/plugins/pgpmime/pgpmime.c
6041         * src/plugins/pgpmime/plugin.c
6042         * src/plugins/pgpmime/prefs_gpg.c
6043         * src/plugins/pgpmime/prefs_gpg.h
6044         * src/plugins/pgpmime/select-keys.c
6045         * src/plugins/pgpmime/sgpgme.c
6046         * src/plugins/spamassassin/libspamc.c
6047         * src/plugins/spamassassin/spamassassin.c
6048         * src/plugins/spamassassin/spamassassin.h
6049         * src/plugins/spamassassin/spamassassin_gtk.c
6050         * src/plugins/trayicon/trayicon.c
6051         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6052                 Sync with HEAD
6053
6054 2004-10-14 [colin]      0.9.12cvs126.2
6055
6056         * src/codeconv.c
6057         * src/textview.c
6058                 Fix conv_unreadable_locale
6059
6060 2004-10-13 [colin]      0.9.12cvs126.1
6061
6062         * src/compose.c
6063                 Sync with HEAD (don't convert charset for 
6064                 drafted messages, minor cleanup)
6065
6066 2004-10-13 [colin]      0.9.12cvs125.1
6067
6068         * po/POTFILES.in
6069                 Sync with HEAD (POTFILES fix)
6070
6071 2004-10-12 [colin]      0.9.12cvs124.3
6072
6073         * src/compose.c
6074                 Fix encoding bug from latest sync
6075
6076 2004-10-12 [paul]       0.9.12cvs124.2
6077
6078         * src/plugins/pgpmime/prefs_gpg.c
6079         * src/plugins/pgpmime/prefs_gpg.h
6080                 forgotten in last commit        
6081
6082 2004-10-12 [paul]       0.9.12cvs124.1
6083
6084         * ChangeLog.claws
6085         * configure.ac
6086         * m4/spamassassin.m4
6087         * src/Makefile.am
6088         * src/account.c
6089         * src/compose.c
6090         * src/compose.h
6091         * src/crash.c
6092         * src/main.c
6093         * src/mimeview.c
6094         * src/passphrase.c
6095         * src/passphrase.h
6096         * src/prefs_account.c
6097         * src/prefs_account.h
6098         * src/prefs_common.c
6099         * src/privacy.c
6100         * src/privacy.h
6101         * src/procmime.c
6102         * src/procmime.h
6103         * src/procmsg.c
6104         * src/rfc2015.c
6105         * src/rfc2015.h
6106         * src/select-keys.c
6107         * src/select-keys.h
6108         * src/textview.c
6109         * src/common/utils.c
6110         * src/common/utils.h
6111         * src/gtk/about.c
6112         * src/plugins/pgpmime/Makefile.am
6113         * src/plugins/pgpmime/passphrase.c
6114         * src/plugins/pgpmime/passphrase.h
6115         * src/plugins/pgpmime/pgpmime.c
6116         * src/plugins/pgpmime/plugin.c
6117         * src/plugins/pgpmime/select-keys.c
6118         * src/plugins/pgpmime/select-keys.h
6119         * src/plugins/pgpmime/sgpgme.c
6120         * src/plugins/pgpmime/sgpgme.h
6121                 sync with HEAD
6122
6123 2004-10-04 [colin]      0.9.12cvs122.1
6124
6125         * src/mainwindow.c
6126         * src/messageview.c
6127         * src/messageview.h
6128         * src/textview.c
6129                 Sync with HEAD
6130
6131 2004-10-04 [colin]      0.9.12cvs121.1
6132
6133         * src/summaryview.c
6134                 Sync with HEAD
6135
6136 2004-10-04 [paul]       0.9.12cvs120.1
6137
6138         * configure.ac
6139                 sync with HEAD [don't try to build 
6140                 pgpmime plugin when gpgme is disabled]
6141
6142 2004-10-03 [colin]      0.9.12cvs119.3
6143
6144         * src/gtk/gtksctree.c
6145                 Lots of side effects. Put back as before 117.2.
6146         * src/summaryview.c
6147                 Fix bug #602
6148
6149 2004-10-03 [colin]      0.9.12cvs119.2
6150
6151         * src/gtk/gtksctree.c
6152                 Revert 608 fix that doesn't work that good
6153
6154 2004-10-02 [colin]      0.9.12cvs119.1
6155
6156         * src/mainwindow.c
6157         * src/messageview.c
6158         * src/prefs_common.h
6159         * src/procmime.c
6160         * src/procmime.h
6161         * src/textview.c
6162                 Sync with HEAD
6163         * src/gtk/gtksctree.c
6164                 Close bug #608
6165
6166 2004-10-01 [colin]      0.9.12cvs118.1
6167
6168         * src/mimeview.c
6169                 Sync with HEAD (better Save All fix)
6170
6171 2004-10-01 [colin]      0.9.12cvs117.2
6172
6173         * src/gtk/gtksctree.c
6174                 Faster on selection
6175
6176 2004-10-01 [colin]      0.9.12cvs117.1
6177
6178         * src/mimeview.c
6179                 Sync with HEAD (Save All: only attachments)
6180
6181 2004-10-01 [paul]       0.9.12cvs116.1
6182
6183         * ChangeLog.claws
6184         * configure.ac
6185         * src/account.c
6186         * src/prefs_common.c
6187         * src/gtk/colorlabel.c
6188                 sync with HEAD
6189
6190 2004-09-30 [colin]      0.9.12cvs115.1
6191
6192         * src/stock_pixmap.c
6193         * src/stock_pixmap.h
6194         * src/folderview.c
6195         * src/Makefile.am
6196         * src/pixmaps/read.xpm
6197                 Sync with HEAD (new pixmap)
6198
6199 2004-09-29 [colin]      0.9.12cvs114.1
6200
6201         * src/compose.c
6202                 Sync with HEAD
6203                 Fix focus handling in headers
6204
6205 2004-09-29 [paul]       0.9.12cvs113.1
6206
6207         * src/quote_fmt_parse.y
6208                 sync with HEAD
6209  
6210
6211 2004-09-28 [colin]      0.9.12cvs112.1
6212
6213         * src/folderview.c
6214         * src/mainwindow.c
6215                 Sync with HEAD
6216
6217 2004-09-28 [colin]      0.9.12cvs110.1
6218
6219         * src/folderview.c
6220                 Sync with HEAD (Contextual Empty trash menu)
6221
6222 2004-09-28 [colin]      0.9.12cvs108.1
6223
6224         * src/addressbook.c
6225                 Sync with HEAD (addressbook edit on double-click)
6226
6227 2004-09-28 [colin]      0.9.12cvs106.1
6228
6229         * src/inc.c
6230                 Sync with HEAD (folder_item freeze on inc)
6231
6232 2004-09-27 [colin]      0.9.12cvs105.1
6233
6234         * src/folderview.c
6235                 Sync with HEAD (right-align new and unread column)
6236
6237 2004-09-27 [colin]      0.9.12cvs104.1
6238
6239         * src/main.c
6240                 Sync with HEAD (revert 0.9.12cvs101)
6241
6242 2004-09-24 [colin]      0.9.12cvs103.2
6243
6244         * src/wizard.c
6245                 Fix gtk warnings and use domain part of the email address 
6246                 when domain detection fails (no dot in domain name)
6247
6248 2004-09-23 [colin]      0.9.12cvs103.1
6249
6250         * src/plugins/spamassassin/libspamc.c
6251         * src/plugins/spamassassin/libspamc.h
6252         * src/plugins/spamassassin/utils.c
6253         * src/plugins/spamassassin/utils.h
6254                 Sync with HEAD (Update spamassassin to 3.0)
6255
6256 2004-09-21 [colin]      0.9.12cvs102.3
6257
6258         * src/action.c
6259                 Add horizontal scrollbar in action io dialog as needed
6260                 Patch by Alfons.
6261
6262 2004-09-20 [colin]      0.9.12cvs102.2
6263
6264         * src/plugins/image_viewer/viewer.c
6265                 Remove imlib stuff
6266                 use gtk_pixmap_set when clearing
6267                 (would be better to use gtkImages, but causes size-allocate 
6268                 signals storm)
6269
6270 2004-09-17 [paul]       0.9.12cvs102.1
6271
6272         * ChangeLog
6273         * ChangeLog.claws
6274         * ChangeLog.jp
6275         * configure.ac
6276         * src/inc.c
6277                 sync with HEAD
6278
6279
6280 2004-09-17 [colin]      0.9.12cvs101.1
6281
6282         * ChangeLog.claws
6283         * src/main.c
6284                 Sync with HEAD (fix segs at exit)
6285
6286 2004-09-14 [colin]      0.9.12cvs99.5
6287
6288         * src/common/socket.c
6289         * AUTHORS
6290                 Fix send error on 64bit platforms
6291                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
6292
6293 2004-09-14 [colin]      0.9.12cvs99.4
6294
6295         * src/action.c
6296                 Fix action output with utf8 
6297                 Patch by Alfons.
6298
6299 2004-09-14 [colin]      0.9.12cvs99.3
6300
6301         * ChangeLog.claws
6302         * src/folder.c
6303                 Sync with HEAD
6304
6305 2004-09-09 [colin]      0.9.12cvs99.2
6306
6307         * src/action.c
6308                 Fix progress bar (displaying "Completed %v/%u")
6309                 Patch by Alfons.
6310
6311 2004-09-08 [colin]      0.9.12cvs99.1
6312
6313         * src/account.c
6314         * src/folder.c
6315         * src/procmsg.c
6316         * src/procmsg.h
6317         * src/plugins/pgpmime/pgpmime.c
6318                 Sync with HEAD
6319
6320 2004-09-08 [colin]      0.9.12cvs97.2
6321
6322         * src/summaryview.c
6323                 Don't select mails in collapsed threads 
6324                 when navigating with up/down
6325
6326 2004-09-07 [colin]      0.9.12cvs97.1
6327
6328         * src/inc.c
6329                 Sync with HEAD (meaningful error messages)
6330
6331 2004-09-06 [colin]      0.9.12cvs96.1
6332
6333         * src/toolbar.c
6334                 Sync with HEAD (fix Redirect graying out)
6335
6336 2004-09-06 [colin]      0.9.12cvs95.1
6337
6338         * src/summaryview.c
6339         * src/mimeview.c
6340                 Sync with HEAD (fix dropped URIs)
6341
6342 2004-09-06 [colin]      0.9.12cvs94.1
6343
6344         * src/addressbook.c
6345         * src/addressitem.h
6346         * src/addritem.c
6347         * src/addritem.h
6348                 Sync with HEAD (addressbook DnD)
6349
6350 2004-09-03 [colin]      0.9.12cvs93.1
6351
6352         * src/summaryview.c
6353                 Sync with HEAD (next/prev unread)
6354
6355 2004-09-03 [colin]      0.9.12cvs92.1
6356
6357         * src/prefs_common.c
6358         * src/prefs_common.h
6359         * src/summaryview.c
6360                 Sync with HEAD ('mark_as_read_delay' pref)
6361
6362 2004-09-02 [colin]      0.9.12cvs91.2
6363
6364         * src/common/xml.c
6365                 Fix leak
6366
6367 2004-09-02 [colin]      0.9.12cvs91.1
6368
6369         * src/gtk/menu.c
6370                 Sync with HEAD (menu accel don't work, but whatever)
6371
6372 2004-09-02 [colin]      0.9.12cvs90.1
6373
6374         * src/account.c
6375                 Sync with HEAD (fix bug 582)
6376
6377 2004-09-02 [colin]      0.9.12cvs89.1
6378
6379         * src/addrindex.c
6380                 Sync with HEAD (free deleted queries)
6381
6382 2004-09-02 [colin]      0.9.12cvs88.1
6383
6384         * src/ldapquery.c
6385                 Sync with HEAD (fix LDAP freezes)
6386
6387 2004-09-02 [colin]      0.9.12cvs87.1
6388
6389         * src/prefs_spelling.c
6390                 Sync with HEAD (add default dictionary)
6391
6392 2004-09-01 [colin]      0.9.12cvs86.1
6393
6394         * src/filtering.c
6395         * src/folderview.c
6396         * src/imap.c
6397         * src/prefs_matcher.c
6398         * src/stock_pixmap.c
6399         * src/summary_search.c
6400         * src/summaryview.c
6401         * src/wizard.c
6402         * src/wizard.h
6403                 Sync with HEAD (uninitialized vars fixes)
6404                 + gtk2 specific warning fixes
6405
6406 2004-08-31 [colin]      0.9.12cvs85.1
6407
6408         * src/folder.c
6409                 Sync with HEAD (Fix memory corruption due to 
6410                 uninitialized var)
6411
6412 2004-08-31 [colin]      0.9.12cvs84.4
6413
6414         * src/summary_search.c
6415                 Fix segfaults when searching in folders with broken headers
6416
6417 2004-08-31 [colin]      0.9.12cvs84.3
6418
6419         * src/compose.c
6420         * src/textview.c
6421                 Fix some more encoding/decoding issues
6422
6423 2004-08-30 [colin]      0.9.12cvs84.2
6424
6425         * src/mimeview.c
6426         * src/prefs_themes.c
6427         * src/gtk/filesel.c
6428         * src/gtk/filesel.h
6429                 Add a folder-mode selection (fixes mimeview's "Save all")
6430
6431 2004-08-29 [colin]      0.9.12cvs84.1
6432
6433         * src/mimeview.c
6434                 Sync with HEAD (don't escape saved filenames)
6435
6436 2004-08-27 [colin]      0.9.12cvs83.1
6437
6438         * ChangeLog
6439         * ChangeLog.claws
6440         * ChangeLog.jp
6441         * src/mh.c
6442         * src/procheader.c
6443         * src/procmsg.c
6444         * src/procmsg.h
6445         * src/common/utils.c
6446         * src/gtk/menu.h
6447         * po/
6448                 Sync with HEAD 0.9.12cvs83 (sync with main)
6449
6450 2004-08-26 [colin]      0.9.12cvs82.4
6451
6452         * src/codeconv.c
6453                 Fix strange stack corruption
6454                 Convert to utf8 after unmime, not before
6455
6456 2004-08-26 [colin]      0.9.12cvs82.3
6457
6458         * src/main.c
6459         * src/wizard.c
6460                 Fix account folders duplication
6461
6462 2004-08-25 [colin]      0.9.12cvs82.2
6463
6464         * src/wizard.c
6465                 Remove ports
6466                 Add SSL selection
6467                 Use login@server as account name
6468
6469 2004-08-25 [colin]      0.9.12cvs82.1
6470
6471         * src/plugins/pgpmime/pgpmime.c
6472                 Sync with HEAD (leak fix).
6473
6474 2004-08-25 [colin]      0.9.12cvs81.1
6475
6476         * src/plugins/pgpmime/pgpmime.c
6477         * src/plugins/pgpmime/sgpgme.c
6478         * src/plugins/pgpmime/sgpgme.h
6479                 Sync with HEAD (Handle combined messages).
6480
6481 2004-08-24 [colin]      0.9.12cvs80.3
6482
6483         * src/wizard.c
6484                 Fix full name, ports, and imap
6485
6486 2004-08-24 [colin]      0.9.12cvs80.2
6487
6488         * src/Makefile.am
6489         * src/main.c
6490         * src/setup.c
6491         * src/setup.h
6492         * src/stock_pixmap.c
6493         * src/stock_pixmap.h
6494         * src/wizard.c ** ADDED **
6495         * src/wizard.h ** ADDED ** 
6496         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
6497                 Add a setup wizard 
6498
6499 2004-08-24 [colin]      0.9.12cvs80.1
6500
6501         * src/folder.c
6502                 Sync with HEAD (set mimeflags on all messages)
6503
6504 2004-08-24 [colin]      0.9.12cvs79.3
6505
6506         * src/matcher_parser_lex.l
6507                 Fix 8bits strings not in utf8
6508
6509 2004-08-24 [colin]      0.9.12cvs79.2
6510
6511         * src/compose.c
6512                 Check conversion result before replacing buffer
6513
6514 2004-08-23 [colin]      0.9.12cvs79.1
6515
6516         * src/compose.c
6517                 Sync with HEAD (create message header in memory)
6518
6519 2004-08-23 [colin]      0.9.12cvs78.1
6520
6521         * src/rfc2015.c
6522         * src/rfc2015.h
6523                 Sync with HEAD (fix bug 197 again)
6524
6525 2004-08-23 [colin]      0.9.12cvs77.3
6526
6527         * src/compose.c
6528                 Fix again inline gpg signing (which outputs utf8
6529                 in gtk2). Not syncing this fix to HEAD as this 
6530                 code is meant to die.
6531
6532 2004-08-23 [colin]      0.9.12cvs77.2
6533
6534         * src/prefs_account.h
6535                 Remove useless include
6536
6537 2004-08-23 [colin]      0.9.12cvs77.1
6538
6539         * src/imap.c
6540         * po/es.po
6541         * po/fr.po
6542         * po/it.po
6543         * po/pl.po
6544         * po/pt_BR.po
6545         * po/sk.po
6546         * po/sr.po
6547                 Sync with HEAD (fix bug 577)
6548
6549 2004-08-22 [colin]      0.9.12cvs76.1
6550
6551         * src/plugins/trayicon/trayicon.c
6552                 Sync with HEAD (fix formatting bug)
6553
6554 2004-08-21 [colin]      0.9.12cvs74.2
6555
6556         * src/gtk/colorsel.c
6557                 Fix bug 564 (Folder color selection window exits on any
6558                 keypress)
6559
6560 2004-08-21 [colin]      0.9.12cvs74.1
6561
6562         * ChangeLog.claws
6563         * src/compose.c
6564         * src/summaryview.c
6565         * src/toolbar.c
6566                 Sync with HEAD (fix bug 576)
6567
6568 2004-08-21 [colin]      0.9.12cvs70.1
6569
6570         * src/compose.c
6571         * src/mainwindow.c
6572                 Sync with HEAD
6573                 
6574
6575 2004-08-21 [paul]       0.9.12cvs66.4
6576
6577         * src/mainwindow.c
6578         * src/messageview.c
6579         * src/gtk/menu.c
6580         * src/plugins/spamassassin/spamassassin_gtk.c
6581                 remove some deprecated gtk1 functions
6582
6583
6584 2004-08-21 [colin]      0.9.12cvs66.3
6585
6586         * src/compose.c
6587         * src/codeconv.c
6588                 Fix warnings
6589                 Remove encoding hacks
6590                 Fix bug 575 (Strange character messes up message)
6591                 Don't display conversion error when drafting
6592
6593 2004-08-21 [paul]       0.9.12cvs66.2
6594
6595         * src/prefs_account.c
6596                 fix GnuPG mode bugs
6597
6598
6599 2004-08-20 [colin]      0.9.12cvs66.1
6600
6601         * src/codeconv.c
6602                 Sync with HEAD 0.9.12cvs66
6603
6604 2004-08-20 [paul]
6605
6606         * src/plugins/pgpmime/plugin.c
6607                 modify PGP/MIME plugin's description
6608
6609 2004-08-17 [colin]      0.9.12cvs65.1
6610
6611         * src/common/ssl.c
6612         * src/plugins/pgpmime/plugin.c
6613                 Sync with HEAD
6614
6615 2004-08-14 [colin]      0.9.12cvs60.3
6616
6617         * src/plugins/trayicon/trayicon.c
6618                 Put back resize callback, on size-request signal
6619                 rather than size-allocate to avoid infinite 
6620                 callback loop
6621
6622 2004-08-13 [colin]      0.9.12cvs60.2
6623
6624         * src/common/defs.h
6625                 Cache versions have been fixed
6626
6627 2004-08-13 [colin]      0.9.12cvs60.1
6628
6629         * src/folderutils.c
6630                 Sync with HEAD
6631
6632 2004-08-12 [colin]      0.9.12cvs59.1
6633
6634         * src/plugins/trayicon/trayicon.c
6635                 Sync with HEAD
6636
6637 2004-08-12 [colin]      0.9.12cvs57.5
6638
6639         * sylpheed.desktop
6640         * configure.ac
6641         * src/Makefile.am
6642         * src/main.c
6643                 Add support for Freedesktop.org's startup notification
6644
6645 2004-08-11 [colin]      0.9.12cvs57.4
6646
6647         * src/textview.c
6648                 Fix off-by-one
6649
6650 2004-08-11 [colin]      0.9.12cvs57.3
6651
6652         * src/message_search.c
6653         * src/summary_search.c
6654                 Make searches case insensitive by default
6655         * src/textview.c
6656                 Fix case-insensitive search in message
6657
6658 2004-08-11 [colin]      0.9.12cvs57.2
6659
6660         * src/summary_search.c
6661                 Let case-sensitive be specified
6662
6663 2004-08-10 [colin]      0.9.12cvs55.4
6664
6665         * src/common/socket.c
6666                 Fix the possible race condition
6667
6668 2004-08-09 [paul]       0.9.12cvs55.3
6669
6670         * configure.ac
6671         * src/Makefile.am
6672         * src/common/Makefile.am
6673                 sync with HEAD
6674
6675
6676 2004-08-09 [paul]       0.9.12cvs55.2
6677
6678         * autogen.sh
6679         * po/poconv.sh
6680                 remove unneeded script
6681
6682         * configure.ac
6683                 add forgotten USE_LDAP_TLS (sync with HEAD)
6684
6685
6686 2004-08-09 [colin]      0.9.12cvs55.1
6687
6688         * src/main.c
6689         * src/common/ssl.c
6690         * src/common/sylpheed.c
6691         * src/common/sylpheed.h
6692                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
6693
6694 2004-08-09 [paul]       0.9.12cvs54.1
6695
6696         * ChangeLog
6697         * ChangeLog.claws
6698         * ChangeLog.jp
6699         * configure.ac
6700         * po/POTFILES.in
6701         * src/Makefile.am
6702         * src/folderutils.c
6703         * src/main.c
6704         * src/pgpmime.c
6705         * src/pgpmime.h
6706         * src/sgpgme.c
6707         * src/sgpgme.h
6708         * src/plugins/Makefile.am
6709         * src/plugins/pgpmime/.cvsignore
6710         * src/plugins/pgpmime/Makefile.am
6711         * src/plugins/pgpmime/pgpmime.c
6712         * src/plugins/pgpmime/pgpmime.h
6713         * src/plugins/pgpmime/plugin.c
6714         * src/plugins/pgpmime/sgpgme.c
6715         * src/plugins/pgpmime/sgpgme.h
6716                 sync with HEAD
6717
6718 2004-08-08 [paul]       0.9.12cvs51.1
6719
6720         * configure.ac
6721         * src/folder.c
6722                 sync with HEAD
6723
6724 2004-08-07 [colin]      0.9.12cvs50.1
6725
6726         * src/pop.c
6727         * src/common/partial_download.c
6728                 fix warnings (sync from HEAD)
6729
6730 2004-08-07 [colin]      0.9.12cvs48.1
6731
6732         * src/prefs_folder_item.c
6733                 sync with HEAD 0.9.12cvs48
6734
6735 2004-08-06 [colin]      0.9.12cvs47.1
6736
6737         * src/compose.c
6738                 Sync with HEAD
6739
6740 2004-08-06 [christoph]  0.9.12cvs46.2
6741
6742         * src/main.c
6743         * src/plugins/clamav/clamav_plugin_gtk.c
6744         * src/plugins/dillo_viewer/dillo_viewer.c
6745         * src/plugins/image_viewer/plugin.c
6746         * src/plugins/mathml_viewer/mathml_viewer.c
6747         * src/plugins/spamassassin/spamassassin_gtk.c
6748         * src/plugins/trayicon/trayicon.c
6749                 don't mix GTK1.2 plugin with GTK2 plugins
6750
6751 2004-08-06 [colin]      0.9.12cvs46.1
6752
6753         * ChangeLog
6754         * ChangeLog.claws
6755         * ChangeLog.jp
6756         * configure.ac
6757         * sylpheed-claws.pc.in
6758         * src/folder.c
6759         * src/imap.c
6760         * src/localfolder.c
6761         * src/messageview.c
6762         * src/mimeview.c
6763         * src/mimeview.h
6764         * src/msgcache.c
6765         * src/news.c
6766         * src/prefs_ext_prog.c
6767         * src/prefs_folder_item.c
6768         * src/prefs_fonts.c
6769         * src/prefs_msg_colors.c
6770         * src/prefs_spelling.c
6771         * src/prefs_themes.c
6772         * src/prefs_toolbar.c
6773         * src/prefs_wrapping.c
6774         * src/procmime.h
6775         * src/common/defs.h
6776         * src/common/nntp.c
6777         * src/common/session.c
6778         * src/common/session.h
6779         * src/common/socket.c
6780         * src/common/utils.h
6781         * src/common/xml.c
6782         * src/common/xml.h
6783         * src/gtk/prefswindow.c
6784         * src/gtk/prefswindow.h
6785         * src/plugins/clamav/clamav_plugin_gtk.c
6786         * src/plugins/dillo_viewer/dillo_prefs.c
6787         * src/plugins/image_viewer/viewerprefs.c
6788         * src/plugins/spamassassin/spamassassin_gtk.c
6789         * m4/openssl.m4 *** REMOVED ***
6790                 Sync with HEAD 0.9.12cvs46
6791
6792 2004-08-03 [paul]       0.9.12cvs40.2
6793
6794         * src/action.c
6795         * src/addressadd.c
6796         * src/addressbook.c
6797         * src/addrgather.c
6798         * src/browseldap.c
6799         * src/compose.c
6800         * src/crash.c
6801         * src/editaddress.c
6802         * src/editgroup.c
6803         * src/editldap_basedn.c
6804         * src/foldersel.c
6805         * src/importldif.c
6806         * src/mimeview.c
6807         * src/prefs_common.c
6808         * src/prefs_template.c
6809         * src/sourcewindow.c
6810         * src/summaryview.c
6811         * src/gtk/about.c
6812         * src/gtk/foldersort.c
6813         * src/gtk/logwindow.c
6814         * src/gtk/pluginwindow.c
6815         * src/gtk/prefswindow.c
6816                 change all gtk_scrolled_window_set_policy from 
6817                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
6818
6819 2004-08-02 [paul]       0.9.12cvs40.1
6820
6821         * AUTHORS
6822                 update translation team section
6823         * po/pt_BR.po
6824                 updated by Frederico Goncalves Guimaraes
6825                 <fggdebian@yahoo.com.br>
6826
6827 2004-07-31 [colin]      0.9.12cvs39.9
6828
6829         * src/exphtmldlg.c
6830                 Fix compilation
6831
6832 2004-07-31 [colin]      0.9.12cvs39.8
6833
6834         * src/exphtmldlg.c
6835                 Fix an alertpanel type
6836
6837 2004-07-30 [colin]      0.9.12cvs39.7
6838
6839         * src/alertpanel.c
6840                 Fix alertpanel_error_log's icon
6841
6842 2004-07-30 [colin]      0.9.12cvs39.6
6843
6844         * src/pop.c
6845                 Two of them should still be warnings
6846
6847 2004-07-30 [colin]      0.9.12cvs39.5
6848
6849         * src/pop.c
6850                 More warning -> error
6851 2004-07-29 [colin]      0.9.12cvs39.4
6852
6853         * src/pop.c
6854                 Warning -> error
6855
6856 2004-07-29 [colin]      0.9.12cvs39.3
6857
6858         * src/prefs_matcher.c
6859                 Fix segfault
6860
6861 2004-07-29 [colin]      0.9.12cvs39.2
6862
6863         * src/alertpanel.c
6864                 More nice-looking alertpanels
6865
6866 2004-07-29 [colin]      0.9.12cvs39.1
6867
6868         * src/messageview.c
6869                 sync with head
6870                 (inform user when partial mail is deleted on server)
6871
6872 2004-07-29 [colin]      0.9.12cvs38.1
6873
6874         * src/messageview.c
6875                 sync with head
6876
6877 2004-07-28 [paul]       0.9.12cvs37.7
6878
6879         * src/mainwindow.c
6880                 complete the replacement of deprecated gtk_progress_*
6881
6882 2004-07-28 [paul]       0.9.12cvs37.6
6883
6884         * src/action.c
6885         * src/inc.c
6886         * src/mainwindow.c
6887         * src/send_message.c
6888         * src/gtk/progressdialog.c
6889         * src/gtk/progressdialog.h
6890                 replace deprecated gtk_progress_*
6891
6892 2004-07-28 [paul]       0.9.12cvs37.5
6893
6894         * src/gtk/filesel.c
6895                 remove gtk_window_set_wmclass()
6896 2004-07-28 [paul]       0.9.12cvs37.4
6897
6898         * src/addressbook.c
6899         * src/compose.c
6900         * src/foldersel.c
6901         * src/mainwindow.c
6902         * src/messageview.c
6903         * src/sourcewindow.c
6904         * src/gtk/logwindow.c
6905                 remove gtk_window_set_wmclass()
6906                 
6907         * src/prefs_filtering.c
6908         * src/prefs_filtering_action.c
6909         * src/prefs_fonts.c
6910         * src/prefs_gtk.c
6911         * src/prefs_matcher.c
6912         * src/ssl_manager.c
6913         * src/gtk/prefswindow.c
6914                 replace gtk_window_position()
6915
6916 2004-07-28 [colin]      0.9.12cvs37.3
6917
6918         * src/alertpanel.c
6919         * src/alertpanel.h
6920                 Add a way to specify panel type for specific
6921                 panels (alertpanel())
6922         * src/account.c
6923         * src/addressbook.c
6924         * src/compose.c
6925         * src/expldifdlg.c
6926         * src/main.c
6927         * src/messageview.c
6928         * src/summaryview.c
6929         * src/textview.c
6930         * src/gtk/sslcertwindow.c
6931                 Fix alertpanel()s so that their icon match
6932                 their real type
6933
6934 2004-07-28 [paul]       0.9.12cvs37.2
6935
6936         * src/addr_compl.c
6937         * src/addressbook.c
6938         * src/alertpanel.c
6939         * src/compose.c
6940         * src/export.c
6941         * src/foldersel.c
6942         * src/folderview.c
6943         * src/grouplistdialog.c
6944         * src/import.c
6945         * src/mainwindow.c
6946         * src/message_search.c
6947         * src/messageview.c
6948         * src/passphrase.c
6949         * src/prefs_actions.c
6950         * src/prefs_common.c
6951         * src/prefs_customheader.c
6952         * src/prefs_display_header.c
6953         * src/prefs_filtering.c
6954         * src/prefs_filtering_action.c
6955         * src/prefs_gtk.c
6956         * src/prefs_matcher.c
6957         * src/prefs_msg_colors.c
6958         * src/prefs_summary_column.c
6959         * src/prefs_template.c
6960         * src/sourcewindow.c
6961         * src/ssl_manager.c
6962         * src/summary_search.c
6963         * src/gtk/colorsel.c
6964         * src/gtk/description_window.c
6965         * src/gtk/gtkaspell.c
6966         * src/gtk/inputdialog.c
6967         * src/gtk/logwindow.c
6968         * src/gtk/prefswindow.c
6969         * src/gtk/progressdialog.c
6970                 replace deprecated gtk_window_set_policy
6971
6972 2004-07-27 [colin]      0.9.12cvs37.1
6973
6974         * src/msgcache.c
6975                 More fixes (synced for head again)
6976
6977 2004-07-27 [colin]      0.9.12cvs35.3
6978
6979         * src/msgcache.c
6980                 Fix wrong test
6981
6982 2004-07-27 [colin]      0.9.12cvs35.2
6983
6984         * src/mimeview.c
6985                 Fix width a bit (by Paul)
6986         * src/alertpanel.c
6987         * src/alertpanel.h
6988                 Specialize icons, make alertpanel_message()
6989                 private
6990         * src/message_search.c
6991         * src/sgpgme.c
6992         * src/summary_search.c
6993                 Suit alertpanel changes
6994
6995 2004-07-27 [colin]      0.9.12cvs35.1
6996
6997         * src/alertpanel.c
6998                 Add an icon
6999         * src/passphrase.c
7000                 Add debug output - maybe someone will
7001                 want to look at the problem with Grab
7002                 Input :)
7003         Bump version as we're synced with HEAD
7004
7005 2004-07-26 [colin]      0.9.12cvs33.26
7006
7007         * src/pop.c
7008                 Fix uidl-file parsing when not in new
7009                 format
7010
7011 2004-07-26 [colin]      0.9.12cvs33.25
7012
7013         * src/gtk/menu.c
7014                 Move popup menu up if necessary (fixes 
7015                 account selector)
7016         * src/mainwindow.c
7017                 Set account selector's button height to
7018                 minimum
7019
7020 2004-07-26 [colin]      0.9.12cvs33.24
7021
7022         * src/alertpanel.c
7023                 Maybe fix 551 (Truncated font in alert window)
7024
7025 2004-07-26 [colin]      0.9.12cvs33.23
7026
7027         * po/de.po
7028         * po/es.po
7029         * po/fr.po
7030         * po/it.po
7031         * po/ja.po
7032         * po/pl.po
7033         * po/ru.po
7034         * po/sk.po
7035         * po/sr.po
7036         * po/zh_CN.po
7037                 Sync po files with HEAD
7038
7039 2004-07-26 [paul]       0.9.12cvs33.22
7040
7041         * src/compose.c
7042                 fix Bug 556 'Organisation-header is sent even if empty'
7043
7044 2004-07-24 [colin]      0.9.12cvs33.21
7045
7046         * src/compose.c
7047         * src/gtk/gtkaspell.c
7048         * src/gtk/gtkaspell.h
7049                 Fix speller accelerators (require hack)
7050
7051 2004-07-24 [colin]      0.9.12cvs33.20
7052
7053         * src/gtk/gtkaspell.c
7054                 Fix over-eager code deletion breaking
7055                 Check while typing
7056
7057 2004-07-24 [colin]      0.9.12cvs33.19
7058
7059         * src/browseldap.c
7060         * src/ldapctrl.c
7061         * src/ldapctrl.h
7062         * src/ldapserver.h
7063                 Sync ldap with HEAD
7064         (Fixes 546 LDAP completely broken)
7065
7066 2004-07-24 [colin]      0.9.12cvs33.18
7067
7068         * src/prefs_msg_colors.c
7069                 Fix prototype mismatch
7070         (Fixes 547 void function cannot return value)
7071
7072 2004-07-24 [colin]      0.9.12cvs33.17
7073
7074         * src/mainwindow.c
7075                 Fix sort going back to previous sort key
7076                 when changing sort direction
7077
7078 2004-07-24 [colin]      0.9.12cvs33.16
7079
7080         * src/compose.c
7081                 Fix space insertion when re-wrapping at 
7082                 cursor point
7083
7084 2004-07-24 [colin]      0.9.12cvs33.15
7085
7086         * src/gtk/gtkaspell.c
7087                 Don't change cursor position in insert-text
7088                 callback
7089         (Fixes 539 Word wrapping on input transposes letters)
7090
7091 2004-07-24 [colin]      0.9.12cvs33.14
7092
7093         * src/gtk/gtkaspell.c
7094                 Reencode non-ascii chars to dictionary's
7095                 encoding
7096         (Fixes 544 Spell check broken non english locale)
7097
7098 2004-07-24 [colin]      0.9.12cvs33.13
7099
7100         * src/summaryview.c
7101                 Fix Shift+Down, add Home/End/PgUp/PgDown
7102
7103 2004-07-21 [colin]      0.9.12cvs33.12
7104
7105         * src/prefs_common.c
7106                 Fix a gtk warning (Patch by Andrej Kacian)
7107
7108 2004-07-21 [colin]      0.9.12cvs33.11
7109
7110         * src/gtk/filesel.c
7111                 More check
7112
7113 2004-07-21 [colin]      0.9.12cvs33.10
7114
7115         * src/compose.c
7116         * src/crash.c
7117         * src/export.c
7118         * src/import.c
7119         * src/messageview.c
7120         * src/mimeview.c
7121         * src/prefs_spelling.c
7122         * src/prefs_themes.c
7123         * src/summaryview.c
7124         * src/gtk/filesel.c
7125         * src/gtk/filesel.h
7126         * src/gtk/pluginwindow.c
7127                 Untwist open/save mode guessing logic, make
7128                 it explicit
7129
7130 2004-07-20 [colin]      0.9.12cvs33.9
7131
7132         * src/codeconv.c
7133                 conv_encode_header: src_charset is UTF-8 on
7134                 gtk2
7135         * src/compose.c
7136                 Remove double encoding of the headers
7137
7138 2004-07-20 [colin]      0.9.12cvs33.8
7139
7140         * src/codeconv.c
7141                 Fix typo
7142
7143 2004-07-20 [colin]      0.9.12cvs33.7
7144
7145         * src/mainwindow.c
7146                 Set the separated messageview to the saved
7147                 size of Claws' messageview (Patch by Alfons)
7148                 Fix a callback prototype (me)
7149
7150 2004-07-20 [colin]      0.9.12cvs33.6
7151
7152         * src/codeconv.h
7153                 Forgot one hunk in 0.9.12cvs33.4
7154
7155 2004-07-19 [colin]      0.9.12cvs33.5
7156
7157         * src/action.c
7158                 Action output fix
7159                 Patch by Alfons
7160
7161 2004-07-19 [colin]      0.9.12cvs33.4
7162
7163         * src/compose.c
7164                 Fix outgoing charset bug in headers
7165         * src/codeconv.c
7166                 Clean for glib2 - Patch by Alfons
7167
7168 2004-07-19 [colin]      0.9.12cvs33.3
7169
7170         * src/statusbar.c
7171                 Remove grip from the statusbar
7172                 Patch by Alfons
7173
7174 2004-07-19 [colin]      0.9.12cvs33.2
7175
7176         * src/messageview.c
7177         * src/textview.c
7178                 Fix messageview remembering the previous
7179                 scroll position when loading a new message
7180                 Patch by Alfons
7181
7182 2004-07-19 [colin]      0.9.12cvs33.1
7183
7184         * src/folder.h
7185         * src/folderview.c
7186         * src/summaryview.c
7187                 Sync with HEAD
7188
7189 2004-07-18 [colin]      0.9.12cvs32.7
7190
7191         * configure.ac
7192                 Remove useless check for XIM - noticed
7193                 by Alfons
7194
7195 2004-07-18 [colin]      0.9.12cvs32.6
7196
7197         * src/summaryview.c
7198                 Remove non-modified and shift-modified
7199                 accelerators in summaryview's popup
7200                 menu, as that doesn't get catched by
7201                 the accel-activate signal catcher...
7202
7203 2004-07-18 [colin]      0.9.12cvs32.5
7204
7205         * src/prefs_common.c
7206                 Define sensible default prefs for 
7207                 wrapping
7208
7209 2004-07-18 [colin]      0.9.12cvs32.4
7210
7211         * src/compose.c
7212         * src/prefs_common.c
7213         * src/prefs_common.h
7214         * src/prefs_wrapping.c
7215                 Remove Smart Wrapping pref, which does
7216                 nothing on gtk2 branch
7217
7218 2004-07-18 [colin]      0.9.12cvs32.3
7219
7220         * src/sourcewindow.c
7221                 Proper utf8
7222
7223 2004-07-18 [colin]      0.9.12cvs32.2
7224
7225         * src/compose.c
7226                 Save attachment status when drafting
7227
7228 2004-07-18 [colin]      0.9.12cvs32.1
7229
7230         * src/gtk/filesel.c
7231                 Fix erratic folder selection in open mode
7232
7233 2004-07-18 [colin]      0.9.12cvs31.11
7234
7235         * src/pop.c
7236                 Don't let partial messages get deleted
7237                 even with "dowload all"
7238                 (0.9.12cvs31.8 fix extension)
7239 2004-07-18 [colin]      0.9.12cvs31.10
7240
7241         * src/gtk/logwindow.c
7242                 Fix log scrolling
7243
7244 2004-07-18 [colin]      0.9.12cvs31.9
7245
7246         * src/common/utils.c
7247                 Fix non-utf8 strings coming from commands
7248                 and files
7249
7250 2004-07-18 [colin]      0.9.12cvs31.8
7251
7252         * src/pop.c
7253                 Fix partial download bug with Download all
7254                 messages option
7255
7256 2004-07-18 [colin]      0.9.12cvs31.7
7257
7258         * src/textview.c
7259                 Fix bug introduced in 0.9.12cvs31.2
7260                 (blocked in select mode after double click)
7261
7262 2004-07-18 [colin]      0.9.12cvs31.6
7263
7264         * src/compose.c
7265         * src/gtk/menu.c
7266                 More glib-warning fixes
7267
7268 2004-07-18 [colin]      0.9.12cvs31.5
7269
7270         * src/compose.c
7271                 Fix trashing the primary clipboard when moving 
7272                 around with tab
7273         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
7274
7275 2004-07-18 [colin]      0.9.12cvs31.4
7276
7277         * src/codeconv.c
7278                 convert unencoded iso headers to utf8
7279         (Fix Bug 538 Unencoded local characters in subject make it 
7280          disappear)
7281
7282 2004-07-18 [colin]      0.9.12cvs31.3
7283
7284         * src/compose.c
7285                 Fix tab char handling in wrapping
7286         (Fix Bug 537 Line wrap problem - TAB character treated as 
7287          one character instead of 8)
7288
7289 2004-07-18 [colin]      0.9.12cvs31.2
7290
7291         * src/textview.c
7292                 return FALSE on GDK_MOTION_NOTIFY
7293         (Fix Bug 535 Hyperlinks/addresses are not selectable 
7294          (unable to highlight))
7295
7296 2004-07-18 [colin]      0.9.12cvs31.1
7297
7298         * src/folderview.c
7299                 Sync with 0.9.12cvs31
7300
7301 2004-07-18 [colin]      0.9.12cvs30.4
7302
7303         * src/compose.c
7304                 Also block text_inserted when inserting a file
7305
7306 2004-07-18 [colin]      0.9.12cvs30.3
7307
7308         * src/compose.c
7309                 Fix smart wrapping (block text_inserted handler
7310                 while putting quotation to avoid wrap on input,
7311                 don't join lines if next is sig separator)
7312
7313 2004-07-17 [colin]      0.9.12cvs30.2
7314
7315         * src/folderview.c
7316         * src/mainwindow.c
7317         * src/mimeview.c
7318         * src/summaryview.c
7319         * src/gtk/quicksearch.c
7320         * src/gtk/quicksearch.h
7321                 Block key events handlers *and* accels while
7322                 quicksearch is focused
7323         (Fixes Bug 534 quick-search bar not accepting certain letters)
7324
7325 2004-07-17 [colin]      0.9.12cvs30.1
7326
7327         * src/folder.h
7328         * src/folderview.c
7329         * src/summaryview.c
7330                 Sync with 0.9.12cvs30
7331
7332 2004-07-17 [colin]      0.9.12cvs28.2
7333
7334         * src/mimeview.c
7335         * src/procmime.c
7336         * src/summaryview.c
7337         * src/gtk/menu.c
7338                 Squash some compile and glib warnings
7339
7340 2004-07-17 [paul]       0.9.12cvs28.1
7341
7342         * src/mimeview.c
7343                 sync with 0.9.12cvs28 HEAD
7344
7345 2004-07-16 [paul]       0.9.12cvs26.1
7346         
7347         * src/gtk/quicksearch.c
7348         * src/account.c
7349         * src/account.h
7350         * src/compose.c
7351         * src/customheader.c
7352         * src/folder_item_prefs.c
7353         * src/main.c
7354         * src/mainwindow.c
7355         * src/messageview.c
7356         * src/mimeview.c
7357         * src/news.c
7358         * src/pgpmime.c
7359         * src/pop.c
7360         * src/pop.h
7361         * src/prefs_account.c
7362         * src/prefs_account.h
7363         * src/prefs_common.c
7364         * src/prefs_common.h
7365         * src/prefs_display_header.c
7366         * src/prefs_gtk.c
7367         * src/prefs_gtk.h
7368         * src/procheader.c
7369         * src/procmime.c
7370                 sync with 0.9.12cvs26 HEAD      
7371
7372 2004-07-15 [colin]      0.9.12cvs18.14
7373
7374         * src/folder.c
7375                 Disable GPG signature check during
7376                 folder move and scan
7377         (Closes Bug 521 Signature checking slows down Folder-Move)
7378
7379 2004-07-14 [colin]      0.9.12cvs18.13
7380
7381         * src/common/partial_download.c
7382                 update includes
7383
7384 2004-07-14 [colin]      0.9.12cvs18.12
7385
7386         * src/common/partial_download.c
7387         * src/common/partial_download.h
7388                 Move doc at top, add correct copyright
7389
7390 2004-07-14 [colin]      0.9.12cvs18.11
7391
7392         * src/folder.c
7393         * src/messageview.c
7394         * src/pop.c
7395         * src/pop.h
7396         * src/procmsg.c
7397         * src/summaryview.c
7398         * src/common/Makefile.am
7399         * src/common/partial_download.c ** NEW FILES **
7400         * src/common/partial_download.h ** NEW FILES **
7401                 Move partial-download related stuff to its
7402                 own file
7403
7404 2004-07-14 [colin]      0.9.12cvs18.10
7405
7406         * src/send_message.c
7407                 Fix smtp auth when user is null or empty
7408
7409 2004-07-13 [colin]      0.9.12cvs18.9
7410
7411         * src/gtk/quicksearch.c
7412                 Use alphabetic order
7413
7414 2004-07-13 [colin]      0.9.12cvs18.8
7415
7416         * src/pop.c
7417                 Be paranoid on the checks
7418
7419 2004-07-13 [colin]      0.9.12cvs18.7
7420
7421         * src/gtk/quicksearch.c
7422                 Fix Engrish once again
7423
7424 2004-07-13 [colin]      0.9.12cvs18.6
7425
7426         * src/procmsg.c
7427         * src/summaryview.c
7428                 Mark messages for deletion when they are about to
7429                 be removed from trash
7430
7431 2004-07-13 [colin]      0.9.12cvs18.5
7432
7433         * src/matcher.c
7434         * src/matcher.h
7435         * src/matcher_parser_parse.y
7436         * src/prefs_matcher.c
7437         * src/gtk/quicksearch.c
7438                 Add 'partial' ('p') match string to find partially
7439                 downloaded messages
7440
7441 2004-07-13 [colin]      0.9.12cvs18.4
7442
7443         * src/pop.c
7444                 Fix misplaced block
7445
7446 2004-07-13 [colin]      0.9.12cvs18.3
7447
7448         * src/pop.c
7449         * src/pop.h
7450         * src/messageview.c
7451                 Refactor API (to avoid passing 5+ params and code
7452                 duplication)
7453         * src/folder.c
7454         * src/msgcache.c
7455         * src/procheader.c
7456         * src/common/defs.h
7457                 Add planned_download to cache
7458                 Don't mess uidl file when moving partially downloaded
7459                 mails (they change folder, we should change it in the
7460                 uidl list too or we'll remove an incorrect message)
7461                 (this also helps removing hacks when changing 
7462                 planned_download in messageview.c)
7463
7464 2004-07-12 [colin]      0.9.12cvs18.2
7465
7466         * src/gtk/quicksearch.c
7467                 Fix missing status update in quicksearch
7468
7469 2004-07-12 [paul]       0.9.12cvs18.1
7470
7471         * po/POTFILES.in
7472         * src/Makefile.am
7473         * src/account.c
7474         * src/codeconv.c
7475         * src/compose.c
7476         * src/inc.c
7477         * src/main.c
7478         * src/prefs_common.c
7479         * src/procmsg.h
7480         * src/toolbar.c
7481         * src/prefs_msg_colors.[ch]     ** NEW FILES **
7482         * src/prefs_wrapping.[ch]       ** NEW FILES **
7483         * src/common/intl.h
7484         * src/common/utils.[ch]
7485         * src/gtk/quicksearch.[ch]
7486                 sync with 0.9.12cvs18 HEAD
7487
7488 2004-07-12 [colin]      0.9.11cvs17.25
7489
7490         * src/folder.c
7491         * src/folder.h
7492                 Remove unused function added by me in 0.9.11cvs17.10
7493
7494 2004-07-11 [colin]      0.9.11cvs17.24
7495
7496         * src/inc.c
7497         * src/messageview.c
7498         * src/pop.c
7499         * src/pop.h
7500                 Use folderitem and msgnum instead of filename to
7501                 know which mail to delete
7502                 Move old partial mail deletion to pop.c
7503
7504 2004-07-10 [colin]      0.9.11cvs17.23
7505
7506         * src/inc.c
7507                 Add debug
7508         * src/pop.c
7509         * src/pop.h
7510                 Don't re-use same enums for unrelated stuff: it's 
7511                 completely misleading !
7512                 Document a bit
7513
7514 2004-07-09 [colin]      0.9.11cvs17.22
7515
7516         * src/inc.c
7517                 Remove folder-type check and do
7518                 more tests to be sure everything's
7519                 ok
7520         * src/messageview.c
7521                 Punctuation update, remove useless
7522                 code, fix two warnings
7523         * src/noticeview.c
7524                 Layout cleaning, reset 2nd button
7525                 when specifying one
7526
7527 2004-07-09 [colin]      0.9.11cvs17.21
7528
7529         * src/messageview.c
7530         * src/pop.c
7531         * src/pop.h
7532                 Allow user to change his mind
7533                 and postpone decision (by
7534                 unmarking the mail)
7535
7536 2004-07-09 [colin]      0.9.11cvs17.20
7537
7538         * src/messageview.c
7539                 Fix bug with delete state
7540         * src/pop.c
7541         * src/pop.h
7542                 Fix buffer leak (fread doesn't 
7543                 terminate buffers with \0)
7544                 Refactoring (remove magic 
7545                 numbers)
7546
7547 2004-07-09 [colin]      0.9.11cvs17.19
7548
7549         * src/pop.c
7550                 Don't log "Skipping message" if 
7551                 we're going to TOP it two lines
7552                 later
7553
7554 2004-07-09 [colin]      0.9.11cvs17.18
7555
7556         * src/messageview.c
7557                 Fix Engrish
7558
7559 2004-07-09 [colin]      0.9.11cvs17.17
7560
7561         * src/pop.c
7562                 strlen checking...
7563         * src/messageview.c
7564                 refactoring a bit
7565
7566 2004-07-08 [colin]      0.9.11cvs17.16
7567
7568         * src/noticeview.c
7569         * src/noticeview.h
7570                 Add an optional second button
7571         * src/messageview.c
7572         * src/pop.c
7573         * src/pop.h
7574                 Don't delete partially received mails after a certain
7575                 time; rather, let the user decide.
7576
7577 2004-07-08 [colin]      0.9.11cvs17.15
7578
7579         * src/common/smtp.h
7580                 Sync with HEAD
7581
7582 2004-07-08 [colin]      0.9.11cvs17.14
7583
7584         * src/messageview.c
7585         * src/common/smtp.c
7586                 Use to_human_readable() for sizes
7587
7588 2004-07-08 [colin]      0.9.11cvs17.13
7589
7590         * src/inc.c
7591         * src/messageview.c
7592         * src/pop.c
7593         * src/pop.h
7594         * src/procmsg.c
7595                 Fix partial-downloading issues:
7596                         catch unsupported TOP
7597                         don't delete partially downloaded mails before 5 days
7598                         don't update existing with non-MH folders; that'll
7599                         make dups, but it's better than trashing the folder
7600                         free new msginfo parts
7601                 Fix indentation ;-)
7602
7603 2004-07-08 [colin]      0.9.11cvs17.12
7604
7605         * src/common/smtp.c
7606         * src/common/smtp.h
7607                 Sync smtp size verification with HEAD
7608
7609 2004-07-08 [colin]      0.9.11cvs17.11
7610
7611         * src/summaryview.c
7612         * src/prefs_common.c
7613         * src/prefs_common.h
7614         * src/gtk/quicksearch.c
7615         * src/gtk/quicksearch.h
7616                 Sync sticky pref with HEAD
7617
7618 2004-07-08 [colin]      0.9.11cvs17.10
7619
7620         * src/folder.c [1.213.2.6]
7621         * src/folder.h [1.87.2.6]
7622         * src/inc.c [1.149.2.7]
7623         * src/messageview.c [1.94.2.8]
7624         * src/procheader.c [1.47.2.6]
7625         * src/procmsg.c [1.150.2.4]
7626         * src/procmsg.h [1.60.2.5]
7627         * src/pop.c [1.56.2.4]
7628         * src/pop.h [1.17.2.3]
7629                 Let too big messages get downloaded, but truncated
7630                 Add a button to download them completely
7631                 
7632 2004-07-06 [colin]      0.9.11cvs17.9
7633
7634         * src/gtk/quicksearch.c [1.1.2.3]
7635                 Add a Clear button
7636         * commitHelper
7637         * PATCHSETS
7638                 Add a script to help with cvs
7639
7640 2004-07-03 [colin]      0.9.11cvs17.8
7641
7642         * src/plugins/imageviewer/viewer.c
7643                 fix imageviewer (which was staying on the first
7644                 displayed image)
7645
7646 2004-07-03 [colin]      0.9.11cvs17.7
7647
7648         Removed FIXME_GTK2 warnings
7649         * src/gtk/gtkutils.c
7650                 useless #warnings
7651         * src/gtk/menu.c
7652                 useless #warnings (no need to mess with menu rc)
7653         * src/gtk/menu.h
7654                 unused functions
7655         
7656
7657 2004-07-03 [colin]      0.9.11cvs17.6
7658
7659         Removed FIXME_GTK2 warnings
7660         * src/codeconv.c
7661                 useless #warnings (rewrite needed)
7662         * src/compose.c
7663                 useless #warnings (rewrite needed)
7664                 useless #warnings (gtk2 is like that)
7665                 useless #warnings (previously fixed)
7666         * src/main.c
7667                 useless #warnings (previously fixed)
7668         * src/message_search.c
7669                 useless #warnings (gtk2 is like that)
7670                 Made apparent that search is case-sensitive
7671         * src/mimeview.c
7672                 useless #warnings (rewrite needed)
7673                 useless #warnings (gtk2 is like that)
7674                 reimplemented real warnings
7675         * src/prefs_common.c
7676                 Removed block cursor option (not it gtk2)
7677         * src/prefs_gtk.c
7678                 useless #warnings (rewrite needed)
7679         * src/procheader.c
7680                 useless #warnings (rewrite needed)
7681         * src/sourcewindow.c
7682                 useless #warnings (incorrect placing)
7683         * src/summary_search.c
7684                 useless #warnings (gtk2 is like that)
7685                 Made apparent that search is case-sensitive
7686         * src/action.c
7687                 useless #warnings (gtk2 is like that)
7688         * src/textview.c
7689                 useless #warnings (rewrite needed)
7690         * src/toolbar.c
7691                 useless #warnings (rewrite needed)
7692
7693 2004-07-03 [colin]      0.9.11cvs17.5
7694
7695         * src/textview.c
7696                 Fix mismerge which broke URI opening
7697                 
7698 2004-07-01 [colin]      0.9.11cvs17.4
7699
7700         * src/gtk/filesel.c
7701                 Fill filename when saving
7702                 
7703 2004-06-27 [colin]      0.9.11cvs17.3
7704
7705         * src/gtk/filesel.[ch]
7706                 Use the new GTK file selector
7707                 Update prototype to match the reality: multiple file
7708                 selection is open-only          
7709         * src/compose.c
7710                 Match the new prototypes        
7711         * configure.ac
7712                 Match the new requirements (gtk 2.4.0)
7713                         
7714 2004-06-26 [colin]      0.9.11cvs17.2
7715
7716         * src/plugins/trayicon/trayicon.c
7717                 Remove useless signal handler on resize, which causes
7718                 an infinite "loop"
7719         
7720 2004-06-26 [colin]      0.9.11cvs17.1
7721         
7722         * tools/Makefile.am
7723                 remove launch_firebird and add nautilus2sylpheed.sh
7724         * src/quicksearch.c
7725           src/summaryview.c
7726                 Fix show/hide "Extended symbols" button problem
7727                 Fix apparition at startup
7728                 Fix const warnings
7729         * src/plugins/image_viewer/Makefile.am
7730                 Fix configure 
7731         * common/ssl.c
7732                 Re-enable certificate check, as it doesn't seem to
7733                 cause Xlib errors anymore
7734
7735 2004-06-25 [paul]       0.9.11cvs17
7736
7737         * sync with 0.9.11cvs17 HEAD
7738         
7739         NOTE: QuickSearch is broken
7740
7741 2004-06-07 [colin]      0.9.10claws67.10
7742         * src/plugins/trayicon/trayicon.c
7743           src/plugins/trayicon/libeggtrayicon/Makefile.am
7744           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7745                 Fix gettextization in trayicon plugin
7746
7747 2004-06-07 [colin]      0.9.10claws67.9
7748         
7749         * src/summaryview.c
7750           src/gtk/gtksctree.[ch]
7751                 Let Shift+{Up,Down} work in summaryview
7752                 (well, Down "works" and Up works)
7753                 Let the list scroll when using these keys
7754
7755 2004-06-06 [colin]      0.9.10claws67.8
7756
7757         * src/plugins/trayicon/trayicon.c
7758                 Fix pixmap update
7759
7760 2004-06-06 [colin]      0.9.10claws67.7
7761
7762         * src/addressbook.c
7763                 Fix signal handling causing system-wide focus grab
7764
7765 2004-05-25 [paul]       0.9.10claws67.6
7766
7767         * Makefile.am
7768           src/Makefile.am
7769                 clean up
7770
7771 2004-05-25 [paul]       0.9.10claws67.5
7772
7773         * replace deprecated gtk_signal... functions
7774
7775 2004-05-23 [colin]      0.9.10claws67.4
7776
7777         * src/compose.c
7778                 Fix wrapping
7779
7780 2004-05-22 [colin]      0.9.10claws67.3
7781
7782         * src/compose.c
7783                 Re-fix [Edited] in compose.c::compose_reedit()
7784
7785 2004-05-22 [colin]      0.9.10claws67.2
7786
7787         * src/procmime.c
7788                 Fix parsing of multiparts mails
7789
7790 2004-05-22 [colin]      0.9.10claws67.1
7791
7792         * src/summaryview.c
7793                 Fix quicksearch
7794
7795 2004-05-22 [paul]       0.9.10claws67
7796
7797         * sync with 0.9.10claws67 HEAD
7798
7799 2004-05-14 [alfons]
7800
7801         * src/procmime.h
7802                 add forgotton prototype
7803
7804 2004-05-10 [paul]       0.9.10claws57
7805
7806         * sync with 0.9.10claws57 HEAD
7807
7808 2004-05-05 [paul]       0.9.9.claws1
7809
7810         * ChangeLog-gtk2        ** REMOVED **
7811           ChangeLog-gtk2.claws  ** ADDED **
7812                 rename and adopt the normal claws format
7813                 
7814         * configure.ac
7815                 require gtkmathview >= 0.5
7816
7817         * ac/*                          ** REMOVED **
7818           ac/                           ** REMOVED **
7819           intl/Makefile.in              ** REMOVED **
7820           m4/                           ** ADDED **
7821           m4/missing                    ** ADDED **
7822           m4/missing/gdk-pixbuf.m4      ** ADDED **
7823           m4/missing/gettext.m4         ** ADDED **
7824           m4/missing/gpgme.m4           ** ADDED **
7825           m4/missing/imlib.m4           ** ADDED **
7826           m4/.cvsignore                 ** ADDED **
7827           m4/Makefile.am                ** ADDED **
7828           m4/README                     ** ADDED **
7829           m4/aclocal-include.m4         ** ADDED **
7830           m4/aspell.m4                  ** ADDED **
7831           m4/check-type.m4              ** ADDED **
7832           m4/gnupg-check-typedef.m4     ** ADDED **
7833           m4/openssl.m4                 ** ADDED **
7834           m4/spamassassin.m4            ** ADDED **
7835           po/ChangeLog                  ** REMOVED **
7836           po/Makefile.in.in             ** REMOVED **
7837           po/Rules-quot                 ** REMOVED **
7838           po/boldquot.sed               ** REMOVED **
7839           po/en@boldquot.header         ** REMOVED **
7840           po/en@quot.header             ** REMOVED **
7841           po/insert-header.sin          ** REMOVED **
7842           po/quot.sed                   ** REMOVED **
7843           po/remove-potcdate.sed        ** REMOVED **
7844           po/remove-potcdate.sin        ** REMOVED **
7845           po/stamp-po                   ** REMOVED **
7846           Makefile.am
7847           autogen.sh
7848           configure.ac
7849                 enable building with automake 1.8.x
7850                 add 'autopoint --force' to autogen.sh and remove all
7851                 auto-generated files, remove ac/ directory and use
7852                 m4/ directory instead
7853                 
7854         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7855                 fix gettextization
7856
7857 2004-02-28 Colin Leroy <colin@colino.net>
7858         * src/prefs_matcher.c
7859           src/prefs_filtering.c
7860           src/prefs_filtering_action.c
7861                 Fix non-editable GtkEntries
7862
7863 2004-02-22 Thorsten Maerz <torte@netztorte.de>
7864         * src/prefs_themes.c
7865                 utf8 conversion for theme info
7866
7867 2004-02-21 Thorsten Maerz <torte@netztorte.de>
7868         * sync 0.9.9claws
7869
7870 2004-02-14 Thorsten Maerz <torte@netztorte.de>
7871         * src/grouplistdialog.c
7872                 allow multiple selections without ctrl key
7873
7874 2004-02-09 Thorsten Maerz <torte@netztorte.de>
7875         * src/main.c
7876                 enable customizable accelerators
7877
7878 2004-02-08 Thorsten Maerz <torte@netztorte.de>
7879         * src/prefs_common.c
7880                 re-enable different font settings for gtk1/2
7881         * src/prefs_folder_item.c
7882                 fix folder prefs displayed wrong
7883         * src/textview.c
7884                 set 'sunken' shadow type
7885
7886 2004-02-07 Colin Leroy <colin@colino.net>
7887         * src/compose.c
7888                 Fix message being always [Edited]
7889                 Encode headers correctly (utf8 buf)
7890
7891 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7892         * src/socket.c
7893                 remove double g_source_attach()
7894                 (Thanks to Colin Leroy)
7895
7896 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7897         * src/gtk/gtksctree.c
7898                 Fix SSL certificate list not shown
7899         * src/mimeview.c
7900                 Fix clicks in mime tree
7901
7902 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7903         * src/common/socket.c
7904                 Fix SSL receive
7905         * src/compose.c
7906                 Fix clipboard menu hotkeys
7907
7908 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7909         * src/gtk/gtkaspell.[ch]
7910           src/compose.c
7911                 reimplement spellchecker
7912
7913 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7914         * src/gtk/filesel.c
7915                 crash when inserting file in compose window
7916                 (TODO: keep old selection on clicks)
7917         * src/main.c
7918                 use gtkrc-2.0 instead of gtkrc
7919
7920 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7921         * src/messageview.c
7922                 remove orphaned mimeview unref()
7923
7924 2004-01-20 Thorsten Maerz <torte@netztorte.de>
7925         * src/grouplistdialog.c
7926                 expand nodes containing subscribed groups
7927
7928 2004-01-19 Thorsten Maerz <torte@netztorte.de>
7929         * src/textview.c
7930                 textview: hide cursor, restore old click behaviour
7931
7932 2004-01-18 Thorsten Maerz <torte@netztorte.de>
7933         * src/textview.c
7934                 variable names messed up
7935
7936 2004-01-17 Colin Leroy <colin@colino.net>
7937         * src/addr_compl.c
7938                 Fix completion address too thin
7939         * src/compose.c
7940                 Fix tab-to-subject behaviour
7941         * src/summaryview.c
7942                 Implement key up & down in summaryview
7943
7944 2004-01-12 Thorsten Maerz <torte@netztorte.de>
7945
7946         * sync 098claws
7947
7948 2004-01-08 Thorsten Maerz <torte@netztorte.de>
7949         * configure.ac
7950           Makefile.am
7951           doc/.cvsignore
7952           doc/Makefile.am
7953                 faq, man, manual moved to doc/
7954         * ac/aspell.m4
7955           ac/check-type.m4
7956           ac/gnupg-check-typedef.m4
7957           ac/openssl.m4
7958           ac/spamassassin.m4
7959           ac/missing/gdk-pixbuf.m4
7960           ac/missing/gpgme.m4
7961           ac/missing/imlib.m4
7962                 fix automake warnings
7963
7964 2003-12-06 Colin Leroy <colin@colino.net>
7965         * src/summaryview.c
7966                 Fix quicksearch
7967
7968 2003-12-05 Colin Leroy <colin@colino.net>
7969         * src/summaryview.c
7970                 Fix going to next unread folder
7971
7972 2003-12-05 Colin Leroy <colin@colino.net>
7973         * src/crash.c
7974                 Fix gtk2 compilation
7975         * src/session.c
7976                 Remove iotag source handler at disconnection
7977         * src/socket.[ch] 
7978                 Remove source handler when closing socket 
7979                 (fixes another seg)
7980
7981 2003-12-04 Colin Leroy <colin@colino.net>
7982         * src/compose.c
7983           src/prefs_account.c
7984           src/prefs_common.c
7985                 Fix some dropdown menus
7986
7987 2003-12-04 Colin Leroy <colin@colino.net>
7988         * src/compose.c
7989                 Fix event handlers on header fields
7990         * src/common/socket.c
7991           src/common/session.c
7992                 Fix segfault with callback (SSL)
7993                 Fix end of session 
7994
7995 2003-10-06 Thorsten Maerz <torte@netztorte.de>
7996
7997         * Fix compile bug in src/compose.c
7998         * removed src/gtk/gtkstext.[ch]
7999
8000 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
8001
8002         * Convert character set and escape "text" attributes in toolbar setting
8003         files.
8004         * Fixed bug in button-press-event handling.
8005
8006 2003-09-16 Thorsten Maerz <torte@netztorte.de>
8007
8008         * Fixed bug in key-press-event handling.
8009
8010 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
8011
8012         * Enabled to compile tray-icon plugin (Ad-hoc).
8013         * Avoid hang up bug of icon list in mime view (Ad-hoc).
8014
8015 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
8016
8017         * Enabled to compile on sylpheed-claws.
8018         (tray-icon plugin still cannot compile yet.)
8019
8020 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
8021
8022         * Updated to 0.9.5.
8023
8024 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
8025
8026         * Updated to 0.9.4.
8027         * Ported monitoring SSL mechanism to GSource of GLib2
8028         (I don't confirm it)
8029         * Added _gtk2 suffix to key name of font preference to avoid
8030         ovverwriting preference of Gtk+-1.2 version.
8031
8032 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
8033
8034         * Updated to 0.9.2.
8035
8036 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
8037
8038         * Updated to 0.9.1.
8039         * Translate po files into UTF-8 when execute autogen.sh.
8040
8041 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
8042
8043         * Updated to 0.9.0.
8044
8045 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
8046
8047         * Plugged GError related memory leaks.
8048
8049 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
8050
8051         * Changed default size of fonts.
8052         * Enabled to set titile font size of warning dialog.
8053
8054 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
8055
8056         * Embed a sylpheed icon into executable binary on Windows.
8057
8058 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
8059
8060         * I forgot to traslate character set of element string in src/xml.c.
8061
8062 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
8063
8064         * Fixed detecting bind_textdomain_codeset in configure.in.
8065         * The bug in which "Example" of "Date fromat" preference isn't displayed
8066         correctly has been fixed.
8067
8068 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
8069
8070         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
8071           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
8072           glib-gettextize
8073           Removed intl directory.
8074           Translated po files into UTF-8.
8075           (Thanks! Ryuji Abe)
8076
8077 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
8078
8079         * The bug which doesn't unscape string in xml.c has been fixed.
8080
8081 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
8082
8083         * The bug which is failed to translate encoding of file name thorough
8084         file dialog has been fixed.
8085
8086 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
8087
8088         * Modified to translate file names which is used in inporting/expoting
8089         mbox feature and "Save as" feature into locale encoding.
8090         * Translate file names into locale encoding when "Attache file" and
8091         "Insert file".
8092         * Force set G_BROKEN_FILENAMES environment variable.
8093         * Other minor fixes.
8094
8095 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
8096
8097         * Modified to treat MH folder's name as locale encoding.
8098
8099 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
8100
8101         * The bug which clash on switching candidates of auto completion of
8102         addresses, cannot use auto completion in Japanesse is fixed
8103         (Thanks! Tokunaga-san)¡¥
8104
8105 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8106
8107         * The bug which cannot switch key accelerator preference has been fixed
8108         (Thanks! smbd-san)¡¥
8109
8110 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8111
8112         * version 0.8.11-gtk2-20030314
8113
8114 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
8115
8116         * The bug in which character set conversion of filtering messages has
8117         been fixed.(Thanks! COCOA-san).
8118
8119 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
8120
8121         * Revived "Leave space on head" preference in "Message" category.
8122         * A bug which clash when put the cursor to end of buffer and execute
8123         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
8124
8125 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
8126
8127         * version 0.8.11-gtk2-20030312
8128
8129 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
8130
8131         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
8132         * Modified to use Pango's API directly for font preference.
8133         * Integrated GtkTextView of textview to one widget.
8134         * Set fonts of header title in textview by "header_title" tag.
8135         * Removed some deprecated codes.
8136
8137 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
8138
8139         * Updated to 0.8.11.
8140         * Merged cygwin patch(Thanks! Sakai-san).
8141
8142 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
8143
8144         * version 0.8.10-gtk2-20030309