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