bce85a8fff12baaafe2968939126c5a7abb1cd8d
[claws.git] / ChangeLog
1 2006-06-28 [paul]       2.3.1cvs30
2
3         * src/gtk/gtkutils.c
4                 gtk_combo_box_set_focus_on_click() is only
5                 available since gtk 2.6.0
6
7 2006-06-28 [paul]       2.3.1cvs29
8
9         * src/prefs_ext_prog.c
10                 fix engrish and add a tooltip for the
11                 'command for 'Display as text' option
12
13 2006-06-28 [paul]
14
15         2.4.0-rc1 released
16
17 2006-06-28 [paul]       2.3.1cvs28
18
19         * ChangeLog
20         * tools/Makefile.am
21                 include textviewer.pl in releases
22
23 2006-06-28 [paul]       2.3.1cvs27
24
25         * src/prefs_ext_prog.c
26                 hide Print command option if libgnomeprint
27                 support is present
28
29 2006-06-27 [colin]      2.3.1cvs26
30
31         * src/compose.c
32                 Fix Esc handling in insert/attach dialog
33                 Don't show this dialog if dragging something
34                 else than text/uri-list
35                 Thanks to Fabien Vantard
36         * tools/textviewer.pl
37                 Filter script to display stuff as text
38                 by H. Merijn Brand
39
40 2006-06-27 [wwp]        2.3.1cvs25
41
42         * src/messageview.c
43                 use the exact product name (message view title), patch
44                 by Fabien Vantard.
45
46 2006-06-27 [ticho]      2.3.1cvs24
47
48         * src/prefs_account.c
49         * src/prefs_common.c
50         * src/prefs_common.h
51         * src/prefs_ext_prog.c
52         * src/textview.c
53                 Add a preference (Preferences/External programs)
54                 to allow "Display as text" to be done via a script
55                 (patch by H.Merijn Brand).
56                 Use GtkComboBox for protocol selection in account
57                 preferences.
58                 Only include current choice for existing accounts, and
59                 insensitivize the combobox.
60
61 2006-06-27 [paul]       2.3.1cvs23
62
63         * src/mbox.c
64                 fix crasher introduced in cvs21.
65                 Thanks to Colin
66
67 2006-06-26 [colin]      2.3.1cvs22
68
69         * src/mbox.c
70                 Fix double-frees when leaving folders
71                 after exporting to mbox
72
73 2006-06-26 [colin]      2.3.1cvs21
74
75         * src/mbox.c
76                 More feedback (and optimisation)
77                 on import/export
78         * src/common/utils.c
79                 Fix case when looking for mail addresses
80         * src/gtk/gtkutils.c
81                 Extra check for (X-)Face
82
83 2006-06-25 [ticho]      2.3.1cvs20
84
85         * src/compose.c
86         * src/exphtmldlg.c
87         * src/gtk/gtkutils.c
88         * src/gtk/gtkutils.h
89         Added second argument to gtkut_sc_combobox_create() to
90         control focus-on-click for the widget.
91         Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
92
93 2006-06-25 [ticho]      2.3.1cvs19
94
95         * src/compose.c
96         * src/gtk/Makefile.am
97         * src/gtk/combobox.c
98         * src/gtk/combobox.h
99         * src/gtk/gtkutils.c
100         * src/gtk/gtkutils.h
101                 Use GtkComboBox instead of deprecated GtkOptionMenu
102                 for account selector in compose window and for encoding
103                 selector in attachment properties.
104                 Also factorise working with the new GtkComboBox somewhat.
105
106 2006-06-24 [paul]       2.3.1cvs18
107
108         * src/prefs_common.c
109                 use the correct default value
110
111 2006-06-24 [paul]       2.3.1cvs17
112
113         * src/compose.c
114         * src/prefs_common.c
115         * src/prefs_common.h
116         * src/prefs_compose_writing.c
117                 enable setting of default action when
118                 dnd'ing files in the compose window.
119                 (Collaborative effort with wwp)
120
121 2006-06-23 [wwp]        2.3.1cvs16
122
123         * src/compose.c
124                 i18n fix (thanks to Fabien Vantard)
125
126 2006-06-22 [colin]      2.3.1cvs15
127
128         * src/prefs_customheader.c
129                 Don't use filters in custom headers' file 
130                 selector. Remember, extensions mean nothing :)
131
132 2006-06-22 [paul]       2.3.1cvs14
133
134         * configure.ac
135                 allow setting of man directory location
136
137 2006-06-22 [colin]      2.3.1cvs13
138
139         * src/mainwindow.c
140                 Add 'View/Go to/Next unread folder'.
141                 I missed that :)
142
143 2006-06-22 [colin]      2.3.1cvs12
144
145         * src/common/utils.c
146                 Add some subject prefixes
147                 Patch by Bjorn T Johansen <btj@havleik.no>
148
149 2006-06-22 [colin]      2.3.1cvs11
150
151         * manual/advanced.xml
152                 Forgotten hidden pref
153
154 2006-06-21 [paul]       2.3.1cvs10
155
156         * src/prefs_account.c
157                 complete the removal of 'Add date header' option
158
159 2006-06-21 [paul]       2.3.1cvs9
160
161         * src/account.c
162         * src/compose.c
163         * src/prefs_account.c
164         * src/prefs_account.h
165                 remove option to add date header - always
166                 add date header
167         * src/etpan/imap-thread.c
168                 fix warnings (Thanks to Colin)
169
170 2006-06-21 [wwp]        2.3.1cvs8
171
172         * src/folder.c
173                 set the attachment flag when inline text part are (file)named. This is more convenient
174                 when receiving (for instance) inline source files or patches sent using thunderbird.
175
176 2006-06-21 [paul]       2.3.1cvs7
177
178         * src/inc.c
179                 fix off-by-one count of current msg in
180                 statusbar filtering progressbar
181
182 2006-06-21 [paul]       2.3.1cvs6
183
184         * src/folder.c
185                 Show attachment icon even if the part is 'inline'
186                 if the following conditions are met:
187                 - content-type != 'text/plain'
188                 - content-type != '*/pgp-signature'
189                 - either 'name' or 'filename' parameter is not NULL
190                 
191                 Thanks to Colin
192
193 2006-06-21 [paul]       2.3.1cvs5
194
195         * src/messageview.c
196         * src/prefs_common.c
197         * src/prefs_common.h
198         * src/prefs_other.c
199                 add an option to 'Never send Return
200                 Receipts'
201                 Thanks to Colin
202
203 2006-06-20 [mones]      2.3.1cvs4
204
205         * po/es.po
206                 updated
207         * src/compose.c
208                 typo fixed (space after comma)
209         * tools/make.themes.project
210                 remove exec mode from tarball files
211
212 2006-06-20 [colin]      2.3.1cvs3
213
214         * src/news.c
215         * src/procheader.c
216         * src/unmime.c
217                 Better fix for \n's in headers (don't 
218                 break Received: and others)
219
220 2006-06-20 [paul]       2.3.1cvs2
221
222         * src/alertpanel.c
223         * src/textview.c
224                 improve legibility of phishing attempt
225                 dialog
226
227 2006-06-20 [paul]       2.3.1cvs1
228
229         * NEWS
230         * README
231         * configure.ac
232                 Update version number following
233                 stable release
234
235 2006-06-20 [colin]      2.3.0cvs26
236
237         * src/compose.c
238                 When dragging a file to the text of the compose
239                 window, ask whether we want to insert or attach
240                 (I know lots of people who do that to attach)
241
242 2006-06-20 [colin]      2.3.0cvs25
243
244         * src/etpan/imap-thread.c
245                 Fix threshold (the append command is often > 32 bytes)
246
247 2006-06-19 [colin]      2.3.0cvs24
248
249         * src/imap.c
250         * src/etpan/imap-thread.c
251                 Workaround Rockliffe IMAP server bug: replace
252                 "x UID SEARCH (ANSWERED UID 1:*)" with
253                 "x UID SEARCH ANSWERED"
254                 (Rockliffe doesn't handle the parenthesis)
255
256 2006-06-19 [colin]      2.3.0cvs23
257
258         * src/compose.c
259         * src/imap.c
260         * src/etpan/imap-thread.c
261                 Probably fix bug #972 (Freezes when adding 
262                 an attachment to the message)
263         * src/common/defs.h
264                 Modernize Firefox cmd
265
266
267 2006-06-18 [colin]      2.3.0cvs22
268
269         * src/prefs_customheader.c
270                 Only allow correct filenames for various
271                 custom headers
272
273 2006-06-18 [colin]      2.3.0cvs21
274
275         * src/prefs_customheader.c
276                 Add a 'From File...' button in custom headers prefs, which
277                 try to do the right thing: 
278                 for normal headers, use file as plaintext,
279                 for X-Face, calls compface,
280                 for Face, encode to b64.
281
282 2006-06-17 [colin]      2.3.0cvs20
283
284         * src/mh.c
285                 Warning fix
286
287 2006-06-16 [colin]      2.3.0cvs19
288
289         * src/summaryview.c
290                 Recursive quicksearch: show message list
291                 in current folder, *then* search children
292                 in the background.
293
294 2006-06-16 [colin]      2.3.0cvs18
295
296         * src/main.c
297                 Instead of ignoring SIGPIPE, save caches
298                 when getting one. Will fix the fact that
299                 hot caches are out-of-date when logging 
300                 out of Xorg.
301         * src/compose.c
302         * src/prefs_compose_writing.c
303                 Only save text (not attachments) when 
304                 auto-saving to drafts
305         * src/unmime.c
306                 Always replace \n, \r and \t with spaces
307                 in headers
308         * manual/dist/html/Makefile.am
309         * manual/dist/pdf/Makefile.am
310         * manual/dist/ps/Makefile.am
311         * manual/dist/txt/Makefile.am
312         * manual/fr/dist/html/Makefile.am
313         * manual/fr/dist/pdf/Makefile.am
314         * manual/fr/dist/ps/Makefile.am
315         * manual/fr/dist/txt/Makefile.am
316         * manual/pl/dist/html/Makefile.am
317         * manual/pl/dist/pdf/Makefile.am
318         * manual/pl/dist/ps/Makefile.am
319         * manual/pl/dist/txt/Makefile.am
320                 Fix make clean removing pregenerated manuals
321
322
323 2006-06-16 [colin]      2.3.0cvs17
324
325         * src/plugins/pgpcore/sgpgme.c
326         * src/plugins/pgpmime/pgpmime.c
327         * src/plugins/pgpinline/pgpinline.c
328                 Better error reporting in setup_signers.
329                 Don't fallback to default key if specified
330                 key isn't found.
331                 Don't allow signing if more than one secret
332                 key matches the one specified in prefs.
333
334 2006-06-15 [colin]      2.3.0cvs16
335
336         * src/folderview.c
337                 Add "Send queue" in the folder's contextual
338                 menu
339         * src/compose.c
340         * src/messageview.c
341         * src/privacy.c
342         * src/privacy.h
343         * src/procmime.c
344         * src/procmsg.c
345         * src/plugins/pgpcore/passphrase.c
346         * src/plugins/pgpcore/sgpgme.c
347         * src/plugins/pgpinline/pgpinline.c
348         * src/plugins/pgpmime/pgpmime.c
349                 Better error reporting
350         * src/mbox.c
351                 Probably fix bug #971 (2.2.3 cannot read mail 
352                 from local mbox)
353
354
355 2006-06-15 [mones]      2.3.0cvs15
356
357         * tools/make.themes.project
358                 creates the themes project from the web page
359
360 2006-06-15 [colin]      2.3.0cvs14
361
362         * src/folder.c
363                 Better fix (avoid losing the folder if scan_tree 
364                 fails)
365
366 2006-06-15 [cleroy]     2.3.0cvs13
367
368         * src/folder.c
369                 Probably fix Bug #969 (crash on rebuilding 
370                 imap folder)
371
372 2006-06-14 [colin]      2.3.0cvs12
373
374         * manual/dtd/manual.xsl
375         * manual/sylpheed-claws-manual.xml
376         * manual/fr/sylpheed-claws-manual.xml
377         * manual/pl/sylpheed-claws-manual.xml
378                 Insert pagebreaks between sections
379
380 2006-06-14 [paul]       2.3.0cvs11
381
382         * configure.ac
383                 better fix than 2.3.0cvs10
384
385 2006-06-14 [paul]       2.3.0cvs10
386
387         * configure.ac
388                 fix setting of PACKAGE_DATA_DIR with newer autoconf
389                 (backwards compatible)
390
391 2006-06-13 [colin]      2.3.0cvs9
392
393         * src/messageview.c
394                 Fix sending of return receipt with the new queue folders
395
396 2006-06-13 [wwp]        2.3.0cvs8
397
398         * src/quote_fmt_lex.l
399                 fix wrong tokens returned in quote_fmt lexer, query not().
400
401 2006-06-13 [wwp]        2.3.0cvs7
402
403         * src/folder.c
404         * src/prefs_folder_item.c
405                 allow changing folder type even when folder is not a top-level one,
406                 thanks to Colin.
407
408 2006-06-12 [colin]      2.3.0cvs6
409
410         * src/folderview.c
411                 Fix double-ask of "Do you want to mark all
412                 as read"
413
414 2006-06-12 [colin]      2.3.0cvs5
415
416         * src/compose.c
417         * src/compose.h
418         * src/folder.c
419         * src/folder.h
420         * src/imap.c
421         * src/inc.c
422         * src/main.c
423         * src/messageview.c
424         * src/mh.c
425         * src/prefs_folder_item.c
426         * src/procheader.c
427         * src/procmime.c
428         * src/procmsg.c
429         * src/procmsg.h
430         * src/send_message.c
431         * src/summaryview.c
432         * src/toolbar.c
433                 Apply bug #964's patch (Queue and drafts aren't normal)
434                 The Drafts and Queue folder now contain RFC-822 files,
435                 allowing to move and copy mails from and to these 
436                 folders. Moving from Drafts to Queue will prepare the
437                 mail for sending (PGP signature, encryption, etc).
438                 This patch also rework sending errors handling to try
439                 to be more helpful.
440                 Also, allow redefining folder types via the GUI 
441                 (Folder type in its Properties)
442
443 2006-06-12 [colin]      2.3.0cvs4
444
445         * src/summaryview.c
446         * src/prefs_common.c
447         * src/prefs_common.h
448         * src/gedit-print.c
449                 Allow to define a specific print font - patch
450                 by Bernhard Walle <bernhard.walle@gmx.de>
451         * src/prefs_fonts.c
452         * manual/advanced.xml
453         * manual/fr/advanced.xml
454                 Add a hidden pref to allow deletion without
455                 confirmation
456
457 2006-06-12 [wwp]        2.3.0cvs3
458
459         * .cvsignore
460                 more files to ignore.
461
462 2006-06-12 [wwp]        2.3.0cvs2
463
464         * src/quote_fmt.c
465         * src/quote_fmt_lex.l
466         * src/quote_fmt_parse.y
467                 extend the quote_fmt parser (templates and quotes):
468                 - allow limited sub-expressions in |p{} and |f{} expressions,
469                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
470                 - implemented/fixed missing implementation of query_references and show_references,
471                 - completed, fixed contents and format of the symbols help dialog,
472                 - fix some compilation warnings.
473
474 2006-06-12 [wwp]        2.3.0cvs1
475
476         * manual/advanced.xml
477         * manual/fr/advanced.xml
478                 updates in the "templates" section of the manual (eng/fr):
479                  - be more precise (both versions)
480                  - completed to match the english reference (fr version)
481                  - touchups (both versions)
482
483 2006-06-12 [paul]       2.3.0
484
485         2.3.0 released
486
487 2006-06-12 [paul]       2.2.3cvs14
488
489         * po/ca.po
490         * po/cs.po
491         * po/de.po
492         * po/el.po
493         * po/fr.po
494         * po/it.po
495         * po/pt_BR.po
496         * po/sr.po
497         * po/zh_CN.po
498                 updated by Miquel Oliete, Tim, Stephan Sachse,
499                 Stavros Giannouris, Fabien Vantard, Andrea
500                 Spadaccini, Frederico Goncalves Guimaraes,
501                 Aleksandar Urosevic, and Ralgh Young
502
503 2006-06-12 [colin]      2.2.3cvs13
504
505         * src/mbox.c
506                 Add missing header
507
508 2006-06-11 [colin]      2.2.3cvs12
509
510         * src/msgcache.c
511                 Verify that g_malloc() succeeded
512
513 2006-06-11 [colin]      2.2.3cvs11
514
515         * src/wizard.c
516                 Add Face header to welcome mail
517
518 2006-06-10 [colin]      2.2.3cvs10
519
520         * src/textview.c
521                 Revert previous (Forgot it changes the
522                 margin on the whole mail)
523
524 2006-06-10 [colin]      2.2.3cvs9
525
526         * src/textview.c
527                 Don't overlap long headers under (X-)Face
528
529 2006-06-10 [mones]      2.2.3cvs8
530
531         * manual/xml2pdf
532                 allow generation of manual on systems lacking saxon binary
533                 but with java and the saxon library installed
534
535         * po/es.po
536                 updated for release
537
538 2006-06-09 [colin]      2.2.3cvs7
539
540         * src/summaryview.c
541                 Fix leak when using Display Sender using Addressbook
542
543 2006-06-09 [colin]      2.2.3cvs6
544
545         * src/compose.c
546         * src/folder.c
547         * src/folderview.c
548         * src/mimeview.c
549         * src/summaryview.c
550                 More leaks fixes
551
552 2006-06-09 [paul]       2.2.3cvs5
553
554         * AUTHORS
555         * src/gtk/authors.h
556         * tools/claws.i18n.status.pl
557                 updated with new info
558
559 2006-06-09 [paul]       2.2.3cvs4
560
561         * README
562                 updated
563         * manual/ack.xml
564                 add wwp to authors list
565         * src/gtk/authors.h
566                 update mine and Colin's addresses
567
568 2006-06-08 [colin]      2.2.3cvs3
569
570         * src/etpan/imap-thread.c
571                 Fix leak on SSL cert check
572
573 2006-06-08 [colin]      2.2.3cvs2
574
575         * src/common/utils.c
576                 Fix leak
577
578 2006-06-08 [paul]       2.2.3cvs1
579
580         * configure.ac
581                 Update version number following
582                 stable release
583
584 2006-06-07 [colin]      2.2.2cvs3
585
586         * src/msgcache.c
587                 Fix catching cache read errors (guint instead of gint)
588                 Prevent malloc'ing more than 8MB (means cache corruption)
589
590 2006-06-07 [paul]       2.2.2cvs2
591
592         * src/exporthtml.c
593         * src/exportldif.c
594         * src/mh.c
595         * src/mutt.c
596         * src/pine.c
597         * src/common/utils.c
598                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
599                 obey $HOME'
600                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
601                 Thanks to Colin
602
603 2006-06-06 [paul]       2.2.2cvs1
604
605         * configure.ac
606                 Update version number following
607                 stable release
608
609 2006-06-06 [paul]       2.2.1cvs6
610
611         * src/matcher.c
612                 fix  implicit declaration of
613                 sylpheed_do_idle()
614                 Patch by Fabien Vantard
615
616 2006-06-06 [paul]       2.2.1cvs5
617
618         * src/matcher.c
619                 fix age_greater and age_lower so that they
620                 mean what say and not '...or equal to'
621                 Thanks to Colin
622
623 2006-06-06 [paul]       2.2.1cvs4
624
625         * src/textview.c
626         * src/common/utils.c
627                 fix URI check
628                 Thanks to Colin
629
630 2006-06-05 [wwp]        2.2.1cvs3
631
632         * manual/fr/account.xml
633                 minor language fixes (thanks to Fabien Vantard).
634
635 2006-06-05 [colin]      2.2.1cvs2
636
637         * src/prefs_folder_item.c
638         * src/folderview.c
639                 Allow recursive setting of properties 
640                 for whole mailboxes
641         * src/matcher.c
642                 Don't freeze on 'test' filtering rule
643
644 2006-06-05 [colin]      2.2.1cvs1
645
646         * configure.ac
647                 Update version number following
648                 stable release
649
650 2006-06-04 [wwp]        2.2.0cvs82
651
652         * manual/glossary.xml
653         * manual/account.xml
654         * manual/fr/glossary.xml
655         * manual/fr/account.xml
656                 added glossary section and references/links related to the Face custom header.
657
658 2006-06-04 [colin]      2.2.0cvs81
659
660         * src/summaryview.c
661                 Skip to next message on move with no
662                 immediate execution
663
664 2006-06-04 [wwp]        2.2.0cvs80
665
666         * manual/xml2pdf
667                 added sanity checks, exit when needed.
668
669 2006-06-03 [paul]       2.2.0cvs79
670
671         * src/prefs_receive.c
672                 page name is now 'Receiving'
673         * src/prefs_send.c
674                 page name is now 'Sending'
675
676 2006-06-03 [colin]      2.2.0cvs78
677
678         * src/plugins/spamassassin/spamassassin_gtk.c
679                 Autoswitch to Localhost if transport was previously
680                 disabled. Else people had to check [] Enable, then
681                 *reselect* transport.
682
683 2006-06-03 [colin]      2.2.0cvs77
684
685         * src/plugins/pgpinline/pgpinline.c
686         * src/plugins/pgpmime/pgpmime.c
687                 Check that gpg_data_release_and_get_mem 
688                 didn't fail (now, why this happens...)
689
690 2006-06-03 [colin]      2.2.0cvs76
691
692         * src/mbox.c
693                 Fix bug #962 (Manual and/or UI should 
694                 warn about incompatible locking 
695                 causing dataloss)
696
697 2006-06-02 [cleroy]     2.2.0cvs75
698
699         * src/filtering.c
700         * src/folder.c
701         * src/procmsg.c
702         * src/summaryview.c
703                 Fix a few leaks
704
705 2006-06-02 [colin]      2.2.0cvs74
706
707         * src/main.c
708                 On exit, free caches after writing them
709                 Shuts up some valgrind false positives
710         * src/procmsg.c
711         * src/send_message.c
712                 Fix races when reusing existing SMTP connections
713                 Fix inexistant session timeout
714         * src/toolbar.c
715                 Display alertpanel after all queues have
716                 been processed, not after each
717
718 2006-06-02 [wwp]        2.2.0cvs73
719
720         * manual/fr/glossary.xml
721         * manual/fr/ack.xml
722         * manual/ack.xml
723                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
724
725 2006-06-02 [wwp]        2.2.0cvs72
726
727         * manual/xml2pdf
728         * manual/dist/pdf/Makefile.am
729         * manual/dtd/manual.xsl
730         * manual/fr/dist/pdf/Makefile.am
731         * manual/pl/dist/pdf/Makefile.am
732                 we changed the procedure to generate the .pdf version of the manual.
733                 The procedure is more modern and the .pdf we get now has a valid index.
734                 Here are the new pre-requisites:
735
736                 - JRE 1.x (1.4 here): there must be one from your distro
737                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
738                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
739                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
740
741                 See my posts for further info about the installation of this toolchain:
742
743                 Date: Fri, 19 May 2006 19:40:06 +0200
744                 From: wwp <subscript@free.fr>
745                 To: sylpheed-claws-devel@lists.sourceforge.net
746                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
747
748                 and
749
750                 Date: Wed, 24 May 2006 12:58:49 +0200
751                 From: wwp <subscript@free.fr>
752                 To: sylpheed-claws-devel@lists.sourceforge.net
753                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
754
755 2006-06-01 [colin]      2.2.0cvs71
756
757         * src/compose.c
758                 Better guards against IMAP races
759         * src/main.c
760         * src/prefs_common.c
761         * src/prefs_common.h
762         * src/common/ssl_certificate.c
763         * src/etpan/imap-thread.c
764         * src/etpan/imap-thread.h
765         * src/gtk/sslcertwindow.c
766                 New hidden option ssl_skip_cert_check to 
767                 avoid dups of bug #959 (libetpan linked
768                 against gnutls and gnutls buggy on 64bit)
769                 Present expired warning only once per
770                 session/server.
771         * manual/advanced.xml
772         * manual/fr/advanced.xml
773                 Document new option
774
775 2006-06-01 [wwp]        2.2.0cvs70
776
777         * src/messageview.c
778                 fix for bug #961 (return receipt dialog 
779                 complains incorrectly about return-path 
780                 email adress being different), thanks 
781                 to Colin.
782
783 2006-05-31 [cleroy]     2.2.0cvs69
784
785         * src/common/ssl.c
786                 Guard against NULLs, although this
787                 should never be an issue
788
789 2006-05-31 [colin]      2.2.0cvs68
790
791         * src/filtering.c
792                 Use g_slist_prepend
793         * src/imap.c
794                 Don't remove caches when destroying folder, it
795                 could (should) be done at exit
796         * src/inc.c
797                 free processing cache after incorporation
798         * src/etpan/imap-thread.c
799                 Maybe fix bug #959 (Crash on moving to emails 
800                 to a imap account per ssl with a expired 
801                 certificate.)
802
803 2006-05-30 [colin]      2.2.0cvs67
804
805         * src/summaryview.c
806                 Put back event flush when displaying message
807                 It avoids reading a bunch of messages just
808                 by hitting shift-n for too long ;)
809
810 2006-05-29 [colin]      2.2.0cvs66
811
812         * src/summaryview.c
813                 Remove useless g_warnings
814
815 2006-05-29 [colin]      2.2.0cvs65
816
817         * src/imap.c
818                 Fix g_slist_append()s for performance
819
820 2006-05-29 [colin]      2.2.0cvs64
821
822         * src/compose.c
823         * src/common/utils.c
824                 Fix extraneous tab at start of addresses
825         * src/mainwindow.c
826                 Fix warnings (thanks to Fabien)
827                 Fix crash at exit when composing messages 
828                 exist
829         * src/pop.c
830                 Fix progress bar when deleting expired mails
831                 Thanks to Hiro
832         * src/summaryview.c
833         * src/gtk/gtksctree.c
834                 Fix re-sorting slowness
835
836 2006-05-29 [paul]       2.2.0cvs63
837
838         * src/mh.c
839                 fetch full message when moving mails
840                 from another mailbox, (fixed data loss
841                 when filtering from IMAP to MH, introduced
842                 in 2.2.0cvs57).
843                 Thanks to Colin
844
845 2006-05-29 [mones]      2.2.0cvs62
846
847         * src/gtk/gtksctree.c
848                 Unselect faster (patch by Colin)        
849
850 2006-05-26 [colin]      2.2.0cvs61
851
852         * src/summaryview.c
853                 Unplug MSGINFO_UPDATE callback on delete too.
854
855 2006-05-26 [colin]      2.2.0cvs60
856
857         * src/foldersel.c
858                 Fix bold in folder selection window with glib2.10
859                 thanks Hiro
860
861 2006-05-26 [colin]      2.2.0cvs59
862
863         * src/procheader.c
864                 Convert date only if necessary (and don't
865                 try to convert from utf8 to utf8, too)
866         * src/summaryview.c
867                 Only set column's text if the column's 
868                 displayed
869
870 2006-05-26 [colin]      2.2.0cvs58
871
872         * src/summaryview.c
873         * src/gtk/gtkutils.c
874                 Fix useless warning
875
876 2006-05-26 [colin]      2.2.0cvs57
877
878         * src/mainwindow.c
879                 Make summaryview selectable as long as 
880                 no message has focus
881         * src/mh.c
882                 Faster deletion (by implementing mh_remove_msgs)
883                 Faster copy (avoid using mh_fetch_msg just to get
884                 the filename)
885                 Faster move (using move_file instead of copy_file
886                 if MSG_IS_MOVE)
887                 No progressbar if total number of mails to cp/mv 
888                 is less than 100
889         * src/summaryview.c
890                 Fix removal from subject_table when mail gets moved
891                 Faster deletion (g_slist_prepend instead of append)
892         * src/gtk/gtksctree.c
893                 Remove useless code
894
895 2006-05-25 [colin]      2.2.0cvs56
896
897         * src/common/ssl_certificate.c
898                 Fix leak in expired cert check
899
900 2006-05-25 [colin]      2.2.0cvs55
901
902         * src/mh.c
903                 Disable flags syncing on .mh_sequences - it
904                 is buggy and marks mails read under unknown
905                 conditions.
906
907 2006-05-25 [paul]
908
909         * 2.3.0-rc4 released
910
911 2006-05-24 [colin]      2.2.0cvs54
912
913         attention cvs users: if you manage to crash
914         Sylpheed-Claws while moving, copying or deleting
915         mails, we *are* interested in stack traces and
916         valgrind logs. It looks stable, but one never
917         knows...
918
919         * src/folder.c
920                 Add progressbar for cache updates
921         * src/folderutils.c
922                 Optimize Mark all read in the current
923                 folder
924         * src/mh.c
925                 Add progressbar for copy/move
926         * src/procmsg.c
927                 Optimize O(n^2) in copy/move
928         * src/summaryview.c
929         * src/gtk/gtksctree.c
930                 Optimize O(n^2) algos
931         * src/common/timing.h
932                 Display ms instead of us
933
934 2006-05-24 [wwp]        2.2.0cvs53
935
936         * manual/fr/advanced.xml
937                 updates to the French manual.
938
939 2006-05-24 [wwp]        2.2.0cvs52
940
941         * src/common/utils.c
942                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
943
944 2006-05-24 [wwp]        2.2.0cvs51
945
946         * src/folderutils.c
947                 fixed "mark all read" in MH folders (thanks to Colin).
948
949 2006-05-24 [paul]       2.2.0cvs50
950
951         * doc/man/sylpheed-claws.1
952                 updated the man page
953
954 2006-05-23 [colin]      2.2.0cvs49
955
956         * src/folderview.c
957         * src/imap.c
958         * src/inc.c
959         * src/mbox.c
960         * src/messageview.c
961         * src/news.c
962         * src/send_message.c
963         * src/summaryview.c
964         * src/gtk/sslcertwindow.c
965                 alertpanel fixes, by Fabien
966
967 2006-05-23 [colin]      2.2.0cvs48
968
969         * src/folder.c
970         * src/folderview.c
971         * src/msgcache.c
972         * src/summaryview.c
973         * src/gtk/gtksctree.c
974         * src/gtk/gtksctree.h
975                 More timings
976                 Fix slow loading problem, which was caused by the
977                 use of some gtk_ctree funcs and their use of
978                 g_list_position while gtk_ctree_(un)link'ing.
979                 Reap more functions from gtkctree.c to be sure we
980                 use our (fast) version instead of theirs.
981         * src/mh.c
982                 Fix copy of unread mails
983
984
985 2006-05-22 [wwp]        2.2.0cvs47
986
987         * manual/fr/advanced.xml
988                 updated.
989
990 2006-05-22 [colin]      2.2.0cvs46
991
992         * src/filtering.c
993                 Fix possible infinite loop. 'copy' is not a 
994                 final action, so when encountering a 'copy',
995                 we have to check if a previous one was set
996                 and do it. In the same way, if we encounter
997                 a 'move' we have to perform a possibly 
998                 pending 'copy'. This will slow down filtering
999                 on IMAP if move+copy or multiple copy actions
1000                 are to be done, but handling it via the batch
1001                 would be really too convoluted.
1002
1003 2006-05-22 [wwp]        2.2.0cvs45
1004
1005         * manual/fr/advanced.xml
1006         * manual/fr/faq.xml
1007         * manual/fr/glossary.xml
1008         * manual/fr/handling.xml
1009         * manual/fr/intro.xml
1010         * manual/fr/plugins.xml
1011         * manual/fr/sylpheed-claws-manual.xml
1012                 sync w/ the english manual: updates URIs, documented mailing-list
1013                 support, better explanation about the enabled/disabled feature
1014                 in filtering/processing rules by Paul.
1015
1016 2006-05-21 [colin]      2.2.0cvs44
1017
1018         * src/summaryview.c
1019                 Don't expand after building threads, but during
1020
1021 2006-05-21 [colin]      2.2.0cvs43
1022
1023         * src/procmsg.c
1024         * src/summaryview.c
1025                 More timing possibilities... For next time I have 
1026                 to find out how the hell some 3GHz computer takes
1027                 one minute to open a 30k folder...
1028
1029 2006-05-21 [colin]      2.2.0cvs42
1030
1031         * manual/pl/advanced.xml
1032         * manual/pl/faq.xml
1033         * manual/pl/glossary.xml
1034         * manual/pl/handling.xml
1035         * manual/pl/intro.xml
1036         * manual/pl/plugins.xml
1037         * manual/pl/sylpheed-claws-manual.xml
1038                 Polish manual updated by Pawel
1039
1040 2006-05-20 [colin]
1041
1042         * 2.3.0-rc3 released
1043
1044 2006-05-20 [colin]      2.2.0cvs41
1045
1046         * src/imap.c
1047                 Fix -rc2 problems:
1048                 - remove cache of moved messages from original folder
1049                 - apply new flags to messages even if they aren't appliable
1050                   via IMAP.
1051
1052 2006-05-20 [colin]
1053
1054         * 2.3.0-rc2 released
1055
1056 2006-05-19 [colin]      2.2.0cvs40
1057
1058         * src/imap.c
1059                 Don't issue SELECT in imap_change_flags
1060                 before having checked that we indeed have
1061                 some flags to change. MSG_POSTFILTERED for
1062                 example can't be used on IMAP.
1063                 Fixes bug #955 (copying messages between 
1064                 imap folders is extremely slow), which was
1065                 a regression.
1066
1067 2006-05-19 [colin]      2.2.0cvs39
1068
1069         * src/folder.c
1070         * src/folder.h
1071         * src/folderview.c
1072                 Try to fix bug #830 (Some unread messages 
1073                 get marked read in IMAP inbox):
1074                 - Prevent scanning a folder if it's being 
1075                   opened via the GUI
1076                 - Postpone opening via the GUI of a folder
1077                   currently scanned.
1078
1079
1080 2006-05-19 [wwp]        2.2.0cvs38
1081
1082         * manual/advanced.xml
1083                 fix English+typo (thanks to Paul).
1084
1085 2006-05-19 [wwp]        2.2.0cvs37
1086
1087         * manual/advanced.xml
1088         * manual/fr/advanced.xml
1089         * src/gtk/logwindow.c
1090         * src/prefs_common.c
1091         * src/prefs_common.h
1092                 added hidden prefs to allow customization of colors used in
1093                 protocol log window (useful for dark gtk+ themes).
1094
1095 2006-05-19 [wwp]        2.2.0cvs36
1096
1097         * ChangeLog
1098                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1099
1100 2006-05-19 [paul]       2.2.0cvs35
1101
1102         * src/textview.c
1103                 make Reply-To fully clickable
1104         * src/gtk/logwindow.c
1105                 more colouring (SMTP ESMTP)
1106         Both patches by Pawel Pekala
1107
1108 2006-05-19 [cleroy]     2.2.0cvs34
1109
1110         * src/mh.c
1111                 Don't update flags from current folder
1112                 Probably fixes bug #935 (Read Messages 
1113                 Revert to Being Marked as Unread)
1114
1115 2006-05-18 [colin]      2.2.0cvs33
1116
1117         * src/imap.c
1118                 Warning fix
1119         * src/compose.c
1120         * src/mainwindow.c
1121         * src/summaryview.c
1122         * src/toolbar.c
1123                 Allow replying to multiple emails
1124                 in multiple windows
1125         * src/mimeview.c
1126         * src/etpan/imap-thread.c
1127                 Leak fixes
1128
1129 2006-05-18 [paul]       2.2.0cvs32
1130
1131         * src/summaryview.c
1132                 keep Mailing-List menu refreshed
1133                 Thanks to Colin
1134
1135 2006-05-18 [paul]       2.2.0cvs31
1136
1137         * manual/advanced.xml
1138         * manual/faq.xml
1139         * manual/glossary.xml
1140         * manual/handling.xml
1141         * manual/intro.xml
1142         * manual/plugins.xml
1143         * manual/sylpheed-claws-manual.xml
1144                 update URLs
1145                 add info about mailing-list support
1146                 edit filtering info
1147         * src/wizard.c
1148         * src/common/defs.h
1149         * src/gtk/about.c
1150         * src/plugins/dillo_viewer/README
1151                 update URLs
1152
1153 2006-05-17 [wwp]        2.2.0cvs30
1154
1155         * manual/handling.xml
1156         * manual/fr/handling.xml
1157                 documented the ability to enabled/disable filtering/processing rules.
1158
1159 2006-05-17 [colin]      2.2.0cvs29
1160
1161         * src/main.c
1162                 Don't initialize g_thread subsystem if it's 
1163                 already done (thanks to Hiro)
1164         * src/mimeview.c
1165                 Fix saving of parts when there name can't be
1166                 converted from UTF-8.
1167
1168 2006-05-17 [paul]       2.2.0cvs28
1169
1170         * po/Makefile.in.in
1171                 fix config.status warning with autoconf 2.60
1172
1173 2006-05-17 [paul]       2.2.0cvs27
1174
1175         * po/POTFILES.in
1176                 add src/mbox.c
1177
1178 2006-05-17 [wwp]        2.2.0cvs26
1179
1180         * src/mainwindow.c
1181                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1182
1183 2006-05-17 [wwp]        2.2.0cvs25
1184
1185         * src/plugins/demo/demo.c
1186                 updated product name in plugin demo (many plugins need to be
1187                 sync'ed w/ that change).
1188
1189 2006-05-17 [colin]      2.2.0cvs24
1190
1191         * src/mh.c
1192                 Fix leak
1193
1194 2006-05-16 [colin]      2.2.0cvs23
1195
1196         * src/mainwindow.c
1197                 Stupid me hit again. Fix cvs22.
1198
1199 2006-05-16 [colin]      2.2.0cvs22
1200
1201         * src/mainwindow.c
1202                 Fix bug #922 (sylpheed-claws crashed after 
1203                 pushing on Inbox folder)
1204
1205 2006-05-16 [colin]      2.2.0cvs21
1206
1207         * src/compose.c
1208                 Make From header be copy/paste/select-able
1209
1210 2006-05-16 [wwp]        2.2.0cvs20
1211
1212         * src/export.c
1213         * src/matcher.c
1214         * src/summaryview.c
1215         * src/etpan/imap-thread.c
1216                 fix some compiler warnings (thanks to Colin).
1217
1218 2006-05-16 [wwp]        2.2.0cvs19
1219
1220         * src/action.c
1221         * src/gedit-print.c
1222         * src/inc.c
1223         * src/mainwindow.c
1224         * src/mh.c
1225         * src/statusbar.c
1226         * src/send_message.c
1227         * src/summaryview.c
1228                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1229
1230 2006-05-15 [colin]      2.2.0cvs18
1231
1232         * src/procmsg.c
1233                 Fix automatic rule creation with List-Post
1234
1235 2006-05-15 [paul]       2.2.0cvs17
1236
1237         * tools/filter_conv_new.pl
1238                 updated for rule enabling/disabling
1239                 claws version >= 2.3.x required
1240
1241 2006-05-15 [cleroy]     2.2.0cvs16
1242
1243         * src/main.c
1244                 Revert test
1245
1246 2006-05-15 [cleroy]     2.2.0cvs15
1247
1248         * src/main.c
1249                 test
1250
1251 2006-05-15 [wwp]        2.2.0cvs14
1252
1253         * manual/pl/.cvsignore
1254                 ignore generated files.
1255
1256 2006-05-14 [wwp]        2.3.0-rc1
1257
1258         * 2.3.0-rc1 released
1259
1260 2006-05-13 [wwp]        2.2.0cvs13
1261
1262         * src/filtering.c
1263         * src/filtering.h
1264         * src/matcher.c
1265         * src/matcher_parser_lex.l
1266         * src/matcher_parser_parse.y
1267         * src/prefs_filtering.c
1268                 new feature: provide the ability to disable filtering and processing
1269                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1270                 adaptations.
1271
1272 2006-05-13 [colin]      2.2.0cvs12
1273
1274         * src/compose.c
1275                 Remove useless if (a) b; else b;
1276                 Thanks to wwp
1277
1278 2006-05-13 [wwp]        2.2.0cvs11
1279
1280         * src/export.c
1281         * src/import.c
1282         * src/mainwindow.c
1283         * src/mbox.c
1284         * src/summaryview.c
1285         * src/summaryview.h
1286                 no more silent failures (or at least less ones) when importing
1287                 or exporting from/to mbox. Also start importing/exporting if
1288                 the necessary info is set.
1289
1290 2006-05-13 [wwp]        2.2.0cvs10
1291
1292         * RELEASE_NOTES
1293                 restored up-to-date release notes.
1294
1295 2006-05-13 [paul]       2.2.0cvs9
1296
1297         * po/nl.po
1298         * po/ru.po
1299                 updated by Tim Dijkstra and Pavlo Bohmat
1300
1301 2006-05-12 [colin]      2.2.0cvs8
1302
1303         * src/gtk/quicksearch.c
1304                 Add "k" as shortcut for "colorlabel". Patch
1305                 by ath42@users.sf.net.
1306
1307 2006-05-12 [paul]       2.2.0cvs7
1308
1309         * src/prefs_common.h
1310         * src/prefs_summaries.c
1311         * src/summaryview.c
1312                 when entering a folder also allow
1313                 going directly to first Marked message
1314
1315 2006-05-12 [paul]       2.2.0cvs6
1316
1317         * src/summaryview.c
1318                 always obey 'confirm before marking all
1319                 mails read' option
1320
1321 2006-05-12 [paul]       2.2.0cvs5
1322
1323         * src/textview.c
1324                 make Sender fully clickable
1325
1326 2006-05-12 [colin]      2.2.0cvs4
1327
1328         * src/compose.c
1329         * src/compose.h
1330                 Let From be editable
1331         * src/main.c
1332         * src/mh.c
1333                 Full support of .mh_sequences' Unseen seq
1334
1335 2006-05-12 [colin]      2.2.0cvs3
1336
1337         * src/folder.c
1338         * src/mainwindow.c
1339         * src/mainwindow.h
1340         * src/messageview.c
1341         * src/prefs_spelling.c
1342         * src/procheader.c
1343         * src/procmsg.c
1344         * src/procmsg.h
1345         * src/summaryview.c
1346         * src/toolbar.c
1347         * src/toolbar.h
1348                 Add contextual menu on Compose toolbar
1349                 button. Fixes bug #944 (Automatic
1350                 addresses not applied when changing account
1351                 from compose window)
1352                 add Mailing List support
1353                 based on the old 0.6.5claws25 patch by
1354                 Melvin Hadasht, with finishing touches
1355                 by Colin
1356                 Fix "ignore thread" when mails are threaded by
1357                 subject (and weren't ignored although appearing
1358                 in the thread).
1359                 GUI rework.
1360                 Both patches by Pawel.
1361
1362 2006-05-08 [paul]       2.2.0cvs2
1363
1364         * src/mainwindow.c
1365         * src/mainwindow.h
1366         * src/messageview.c
1367         * src/procheader.c
1368         * src/procmsg.c
1369         * src/procmsg.h
1370         * src/summaryview.c
1371                 add Mailing List support
1372                 based on the old 0.6.5claws25 patch by 
1373                 Melvin Hadasht, with finishing touches
1374                 by Colin
1375
1376 2006-05-08 [colin]      2.2.0cvs1
1377
1378         * src/mainwindow.c
1379         * src/toolbar.c
1380         * src/toolbar.h
1381                 Add contextual menu on Compose toolbar 
1382                 button. Fixes bug #944 (Automatic 
1383                 addresses not applied when changing account 
1384                 from compose window)
1385
1386 2006-05-08 [paul]       2.2.0
1387
1388         2.2.0 released
1389
1390 2006-05-08 [paul]       2.1.1cvs51
1391
1392         * po/cs.po
1393         * po/de.po
1394         * po/en_GB.po
1395         * po/fi.po
1396         * po/fr.po
1397         * po/pt_BR.po
1398         * po/sr.po
1399         * po/zh_CN.po
1400                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1401                 Fabien Vantard, Frederico Goncalves Guimaraes,
1402                 Aleksandar Urosevic, and Ralgh Young
1403
1404 2006-05-12 [colin]      2.1.1cvs50
1405
1406         * po/cs.po
1407         * po/de.po
1408         * po/en_GB.po
1409         * po/es.po
1410         * po/fi.po
1411         * po/fr.po
1412         * po/pt_BR.po
1413         * po/sr.po
1414         * po/zh_CN.po
1415                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1416                 Fabien Vantard, Frederico Goncalves Guimaraes,
1417                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1418
1419 2006-05-05 [colin]      2.1.1cvs49
1420
1421         * manual/Makefile.am
1422         * manual/pl/Makefile.am
1423         * manual/pl/account.xml
1424         * manual/pl/ack.xml
1425         * manual/pl/addrbook.xml
1426         * manual/pl/advanced.xml
1427         * manual/pl/faq.xml
1428         * manual/pl/glossary.xml
1429         * manual/pl/gpl.xml
1430         * manual/pl/handling.xml
1431         * manual/pl/intro.xml
1432         * manual/pl/keyboard.xml
1433         * manual/pl/plugins.xml
1434         * manual/pl/starting.xml
1435         * manual/pl/sylpheed-claws-manual.xml
1436         * manual/pl/dist/.cvsignore
1437         * manual/pl/dist/Makefile.am
1438         * manual/pl/dist/html/.cvsignore
1439         * manual/pl/dist/html/Makefile.am
1440         * manual/pl/dist/pdf/.cvsignore
1441         * manual/pl/dist/pdf/Makefile.am
1442         * manual/pl/dist/ps/.cvsignore
1443         * manual/pl/dist/ps/Makefile.am
1444         * manual/pl/dist/txt/.cvsignore
1445         * manual/pl/dist/txt/Makefile.am
1446                 Add the polish translation of the manual,
1447                 Authored by Pawel Pekala.
1448
1449 2006-05-05 [cleroy]     2.1.1cvs48
1450
1451         * src/main.c
1452                 Re-read matcherrc after loading plugins 
1453                 if some of them add folders.
1454
1455 2006-05-03 [colin]      2.1.1cvs47
1456
1457         * src/imap.c
1458                 I'm idiot
1459
1460 2006-05-03 [colin]      2.1.1cvs46
1461
1462         * src/imap.c
1463                 Be sure to have a session when
1464                 getting separator
1465
1466 2006-05-03 [colin]      2.1.1cvs45
1467
1468         * src/imap.c
1469         * src/imap.h
1470         * src/imap_gtk.c
1471                 Fix preventing renaming with namespace 
1472                 separator.
1473
1474 2006-05-01 [colin]      2.1.1cvs44
1475
1476         * src/action.c
1477                 Don't reload messageview when result of
1478                 action is piped.
1479
1480 2006-04-29 [colin]      2.1.1cvs43
1481
1482         * src/prefs_receive.c
1483         * src/plugins/spamassassin/spamassassin_gtk.c
1484         * src/plugins/clamav/clamav_plugin_gtk.c
1485                 GUI fixes by Pawel
1486
1487 2006-04-29 [colin]      2.1.1cvs42
1488
1489         * src/prefs_compose_writing.c
1490         * src/prefs_quote.c
1491                 Cleanups. Patch by Pawel
1492
1493 2006-04-28 [paul]       2.1.1cvs41
1494
1495         * src/matcher.c
1496                 fix returned quick search results when search
1497                 term contains an underscore.
1498                 Thanks to Colin
1499
1500 2006-04-28 [paul]       2.1.1cvs40
1501
1502         * src/prefs_message.c
1503         * src/prefs_receive.c
1504                 GUI cleanups
1505                 Patches by Pawel Pekala
1506
1507 2006-04-27 [colin]      2.1.1cvs39
1508
1509         * src/wizard.c
1510                 Differentiate subject Welcome from
1511                 window's title Welcome
1512
1513 2006-04-27 [paul]
1514
1515         2.2.0-rc1 released
1516
1517 2006-04-27 [paul]       2.1.1cvs38
1518
1519         * manual/advanced.xml
1520         * manual/fr/advanced.xml
1521                 add info about compose_no_markup hidden pref
1522
1523 2006-04-27 [paul]       2.1.1cvs37
1524
1525         * src/prefs_account.c
1526                 improve privacy labels
1527         * src/prefs_msg_colors.c
1528                 change some strings for translators' convenience
1529         * src/gtk/gtkutils.c
1530                 don't underline the link button text
1531
1532 2006-04-25 [colin]      2.1.1cvs36
1533
1534         * src/folder.c
1535                 Complete 2.1.1cvs33 (once more ;)
1536
1537 2006-04-25 [colin]      2.1.1cvs35
1538
1539         * src/editldap.c
1540                 Fix tooltip
1541
1542 2006-04-25 [cleroy]     2.1.1cvs34
1543
1544         * src/compose.c
1545         * src/gtk/gtkaspell.c
1546                 Fix crash on redirect (related to the return 
1547                 of the aspell menu in compose's toolbar)
1548         * src/prefs_msg_colors.c
1549                 Fix sensitivity widgets
1550         * src/image_viewer.c
1551         * src/gtk/pluginwindow.c
1552         * src/gtk/prefswindow.c
1553                 Change released signals to clicked (Fabien)
1554         * po/POTFILES.in
1555         * src/common/socket.c
1556         * src/plugins/spamassassin/spamassassin.c
1557                 Translate strings (Fabien)
1558
1559 2006-04-25 [paul]       2.1.1cvs33
1560
1561         * src/folder.c
1562         * src/folder.h
1563         * src/folderview.c
1564                 complete the fix of bug #912
1565                 Thanks to Colin
1566
1567 2006-04-25 [colin]      2.1.1cvs32
1568
1569         * src/news.c
1570                 Better progress bar
1571         * src/mimeview.c
1572         * src/summaryview.c
1573         * src/summaryview.h
1574                 Fix focus chain
1575                 Patches by Pawel Pekala
1576
1577 2006-04-24 [colin]      2.1.1cvs31
1578
1579         * src/compose.c
1580                 Fix compilation warnings (Fabien)
1581
1582 2006-04-24 [colin]      2.1.1cvs30
1583
1584         * src/addrindex.c
1585         * src/editldap.c
1586         * src/editldap_basedn.c
1587         * src/editldap_basedn.h
1588         * src/ldapctrl.c
1589         * src/ldapctrl.h
1590         * src/ldapquery.c
1591         * src/ldaputil.c
1592         * src/ldaputil.h
1593                 Fix bug #901 (LDAPS support)
1594
1595 2006-04-24 [colin]      2.1.1cvs29
1596
1597         * src/compose.c
1598                 Fix logic on error with send dialog on
1599         * src/imap.c
1600                 Fix compilation without libetpan, thanks
1601                 to Fabien
1602         * src/summaryview.c
1603                 Fix 'context-menu' key
1604
1605 2006-04-23 [colin]      2.1.1cvs28
1606
1607         * src/folder.c
1608                 Never free current's cache to free up 
1609                 memory. Fixes bug #912 (new count 
1610                 randomly set to message count)
1611
1612 2006-04-23 [colin]      2.1.1cvs27
1613
1614         * src/gtk/quicksearch.c
1615                 And remove printf...
1616
1617 2006-04-23 [colin]      2.1.1cvs26
1618
1619         * src/gtk/quicksearch.c
1620                 Fix replacing in quicksearch, and fix inserting
1621                 in the middle of the string. (introduced at 2.1.0cvs22)
1622
1623 2006-04-23 [colin]      2.1.1cvs25
1624
1625         * src/imap.c
1626                 Make sure uidnext is initialized in get_num_list
1627                 (not for stable, related to 2.1.1cvs8 and friends)
1628
1629 2006-04-23 [colin]      2.1.1cvs24
1630
1631         * src/imap.c
1632                 Output something when login is successful
1633                 too
1634
1635 2006-04-23 [colin]      2.1.1cvs23
1636
1637         * src/etpan/imap-thread.c
1638                 Better logging (line-per-line, hide data in fetch)
1639                 Fix a const warning
1640         * src/gtk/logwindow.c
1641         * src/gtk/logwindow.h
1642                 Better logging (color for input/output)
1643
1644 2006-04-21 [colin]      2.1.1cvs22
1645
1646         * src/gtk/quicksearch.c
1647                 On gtk+-2.8, use stock buttons in quicksearch
1648                 Based on a patch by Fabien and a design by Paul
1649
1650 2006-04-21 [colin]      2.1.1cvs21
1651
1652         * src/folderview.c
1653         * src/mainwindow.c
1654                 Fix occasional flicker in folderview
1655         * src/common/utils.c
1656                 Fix bug #943 (Incorrectly parsed email address 
1657                 list in short headers on message view and in 
1658                 printouts)
1659
1660 2006-04-20 [colin]      2.1.1cvs20
1661
1662         * src/imap.c
1663         * src/imap.h
1664         * src/prefs_account.c
1665                 Add ANONYMOUS auth for IMAP
1666
1667 2006-04-20 [paul]       2.1.1cvs19
1668
1669         * src/main.c
1670                 proper fix for 2.1.1cvs18
1671                 Thanks to Colin
1672
1673 2006-04-20 [paul]       2.1.1cvs18
1674
1675         * src/main.c
1676                 fix build warnings
1677
1678 2006-04-20 [paul]       2.1.1cvs17
1679
1680         * src/gtk/quicksearch.c
1681                 fix standard, non-extended Quick search,
1682                 was broken in 2.1.1cvs15.
1683                 Thanks to Colin.
1684
1685 2006-04-20 [colin]      2.1.1cvs16
1686
1687         * src/prefs_matcher.c
1688                 Fix values when reselecting a ~test
1689                 rule
1690
1691 2006-04-19 [colin]      2.1.1cvs15
1692
1693         * src/compose.c
1694         * src/compose.h
1695         * src/gtk/gtkaspell.c
1696         * src/gtk/gtkaspell.h
1697                 Put back Options menu in Spelling/
1698         * src/gtk/quicksearch.c
1699                 Don't search, and show error, if the
1700                 advanced search has a syntax error
1701
1702 2006-04-18 [colin]      2.1.1cvs14
1703
1704         * src/textview.c
1705                 Fix gdk warnings on set_cursor when textview
1706                 isn't visible
1707
1708 2006-04-18 [colin]      2.1.1cvs13
1709
1710         * src/gtk/gtksctree.c
1711                 Remove seemingly useless refresh that causes
1712                 flicker - watch this commit in case of 
1713                 problems before planned backport to stable
1714
1715 2006-04-18 [colin]      2.1.1cvs12
1716
1717         * src/imap.c
1718                 Factorize get/set_xml code
1719         * src/compose.c
1720         * src/prefs_account.c
1721         * src/prefs_account.h
1722         * src/procmsg.c
1723                 Add Encrypt to self option
1724
1725 2006-04-17 [colin]      2.1.1cvs11
1726
1727         * configure.ac
1728                 Fix search on encrpyt function on dragonfly
1729                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1730
1731 2006-04-17 [colin]      2.1.1cvs10
1732
1733         * src/prefs_account.c
1734                 Be safe by default: remove mails from POP3
1735                 after 7 days, not immediately
1736
1737 2006-04-17 [colin]      2.1.1cvs9
1738
1739         * src/etpan/imap-thread.c
1740                 Fix build on DragonFly - patch by 
1741                 Jonathan Buschmann <jonthn@agmact.com>
1742
1743 2006-04-17 [colin]      2.1.1cvs8
1744
1745         * src/imap.c
1746                 Save uidnext between sessions
1747
1748 2006-04-17 [colin]      2.1.1cvs7
1749
1750         * src/imap.c
1751                 scan is required when uid validity changes
1752
1753 2006-04-17 [colin]      2.1.1cvs6
1754
1755         * src/folderview.c
1756                 Don't scan if not necessary, apart in current
1757                 folder and INBOX to fetch flags.
1758         * src/imap.c
1759                 Scan is necessary if unread count changes
1760
1761 2006-04-17 [colin]      2.1.1cvs5
1762
1763         * src/imap.c
1764                 ...But always fetch ANSWERED and DELETED flags for
1765                 INBOX, as filtering can happen on these flags.
1766
1767 2006-04-17 [colin]      2.1.1cvs4
1768
1769         * src/imap.c
1770                 Don't fetch REPLIED and DELETED flags when synchronising
1771                 flags with a closed folder. We only need UNSEEN and FLAGGED
1772                 to update the folderview.
1773
1774 2006-04-17 [colin]      2.1.1cvs3
1775
1776         * src/imap.c
1777                 Faster flag search when there are new mails 
1778                 in a folder. We can do a full search if the 
1779                 folder contains less messages than the new
1780                 list.
1781
1782 2006-04-17 [colin]      2.1.1cvs2
1783
1784         * po/cs.po
1785         * po/de.po
1786         * po/fr.po
1787         * po/nl.po
1788         * po/pt_BR.po
1789                 Update translations from stable branch
1790
1791 2006-04-17 [colin]      2.1.1cvs1
1792
1793         * configure.ac
1794                 Bump version to follow stable release
1795
1796 2006-04-16 [mones]      2.1.0cvs50
1797
1798         * po/es.po
1799                 Updated for release
1800
1801 2006-04-16 [colin]      2.1.0cvs49
1802
1803         * src/textview.c
1804                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1805                 with gtk < 2.8. Thanks to Fabien Vantard.
1806
1807 2006-04-15 [colin]      2.1.0cvs48
1808
1809         * src/etpan/imap-thread.c
1810                 Fix bug #919 (libetpan: SEGV when connecting 
1811                 using command)
1812
1813 2006-04-14 [colin]      2.1.0cvs47
1814
1815         * src/main.c
1816                 Fix race on --select (should be done better)
1817
1818 2006-04-14 [wwp]        2.1.0cvs46
1819
1820         * src/send_message.c
1821                 enforce a check for domain in account prefs (a sending
1822                 error could be faced if domain was checked but no value set),
1823                 thanks to Colin.
1824
1825 2006-04-14 [colin]      2.1.0cvs45
1826
1827         * src/codeconv.c
1828                 when converting from unknown to unknown, if the
1829                 string is UTF8, don't convert it to the locale
1830                 (which breaks it)
1831
1832 2006-04-14 [colin]      2.1.0cvs44
1833
1834         * src/compose.c
1835                 Don't try to use ASCII for converting headers
1836                 (as done in body)
1837
1838 2006-04-14 [paul]       2.1.0cvs43
1839
1840         * src/crash.c
1841                 add locale/charset info to crash report
1842         * src/gtk/about.c
1843                 add wwp to doc team
1844                 replace 'e-mail' with preferred 'email'
1845         * src/gtk/authors.h
1846                 ensure contributors list is in alphabetical
1847                 order
1848
1849 2006-04-13 [colin]      2.1.0cvs42
1850
1851         * src/textview.c
1852                 Prevent gdk warnings
1853
1854 2006-04-13 [colin]      2.1.0cvs41
1855
1856         * src/common/ssl_certificate.c
1857         * src/common/ssl_certificate.h
1858         * src/gtk/sslcertwindow.c
1859                 Warn on expired certs, and display the expiration date
1860
1861 2006-04-13 [colin]      2.1.0cvs40
1862
1863         * src/plugins/spamassassin/spamassassin_gtk.c
1864                 Fix missing set_text on unix socket
1865
1866 2006-04-13 [wwp]        2.1.0cvs39
1867
1868         * manual/fr/advanced.xml
1869         * manual/fr/glossary.xml
1870                 applied new spam/ham/email lexicon (pourriel, courriel)
1871
1872 2006-04-13 [paul]       2.1.0cvs38
1873
1874         * src/plugins/pgpmime/plugin.c
1875                 remove the mention of S/MIME from the
1876                 description. This is now handled by the
1877                 S/MIME plugin.
1878
1879 2006-04-13 [paul]       2.1.0cvs37
1880
1881         * src/prefs_msg_colors.c
1882                 rework dialog
1883         * src/prefs_folder_item.c
1884         * src/prefs_spelling.c
1885                 add a tooltip to the colour selector buttons
1886
1887 2006-04-13 [wwp]        2.1.0cvs36
1888
1889         * manual/advanced.xml
1890         * manual/glossary.xml
1891         * manual/handling.xml
1892         * manual/keyboard.xml
1893         * manual/plugins.xml
1894         * manual/starting.xml
1895         * manual/fr/account.xml
1896         * manual/fr/ack.xml
1897         * manual/fr/addrbook.xml
1898         * manual/fr/advanced.xml
1899         * manual/fr/faq.xml
1900         * manual/fr/glossary.xml
1901         * manual/fr/gpl.xml
1902         * manual/fr/handling.xml
1903         * manual/fr/intro.xml
1904         * manual/fr/keyboard.xml
1905         * manual/fr/plugins.xml
1906         * manual/fr/starting.xml
1907         * manual/fr/sylpheed-claws-manual.xml
1908                 fixes to the manuals:
1909                  - summaryview -> Message List (same in French)
1910                  - translate key names
1911                  - fix French punctuation, use non-breakable spaces when
1912                    necessary, don't use &thinsp; which is not portable
1913                  - tell what maildir and mbox formats we support
1914
1915 2006-04-12 [wwp]        2.1.0cvs35
1916
1917         * src/prefs_toolbar.c
1918                 unified a replace button more,
1919                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1920
1921 2006-04-12 [wwp]        2.1.0cvs34
1922
1923         * src/prefs_common.c
1924         * src/prefs_msg_colors.c
1925                 make default color labels translatable,
1926                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1927                 thanks to Tim <timbrain@post.cz> for reporting.
1928
1929 2006-04-12 [wwp]        2.1.0cvs33
1930
1931         * manual/glossary.xml
1932         * manual/intro.xml
1933         * manual/plugins.xml
1934         * manual/starting.xml
1935         * manual/sylpheed-claws-manual.xml
1936         * manual/fr/.cvsignore
1937         * manual/fr/account.xml
1938         * manual/fr/ack.xml
1939         * manual/fr/addrbook.xml
1940         * manual/fr/advanced.xml
1941         * manual/fr/faq.xml
1942         * manual/fr/glossary.xml
1943         * manual/fr/handling.xml
1944         * manual/fr/intro.xml
1945         * manual/fr/keyboard.xml
1946         * manual/fr/plugins.xml
1947         * manual/fr/starting.xml
1948         * manual/fr/sylpheed-claws-manual.xml
1949                 various fixes: typos, missing .fr translations, punctuation,
1950                 capitalization, links, accents and some bad French more.
1951
1952 2006-04-12 [wwp]        2.1.0cvs32
1953
1954         * src/prefs_gtk.c
1955                 fix for bug #935: always store prefs files in UTF-8 (thanks
1956                 to Colin).
1957
1958 2006-04-11 [colin]      2.1.0cvs31
1959
1960         * src/compose.c
1961                 Fix inserting files not in utf8 when locale is utf8
1962
1963 2006-04-11 [colin]      2.1.0cvs30
1964
1965         * src/inc.c
1966                 Don't show error dialog when cancelling connection
1967                 Patch by Pawel
1968
1969 2006-04-11 [cleroy]     2.1.0cvs29
1970
1971         * src/compose.c
1972                 Implement multiple quote levels
1973         * src/prefs_common.c
1974                 Change a little bit the quote bgcolor for 2nd level
1975
1976 2006-04-11 [colin]      2.1.0cvs28
1977
1978         * src/gtk/about.c
1979                 Add locale and charset in the label
1980
1981 2006-04-10 [colin]      2.1.0cvs27
1982
1983         * src/compose.c
1984         * src/prefs_common.c
1985         * src/prefs_common.h
1986         * src/prefs_msg_colors.c
1987         * src/textview.c
1988                 Allow optional background color in quotes
1989                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1990                 GTK+-2.8.x feature
1991
1992 2006-04-10 [colin]      2.1.0cvs26
1993
1994         * src/main.c
1995         * src/mainwindow.c
1996         * src/mainwindow.h
1997                 Implement --select
1998
1999 2006-04-10 [colin]      2.1.0cvs25
2000
2001         * manual/plugins.xml
2002         * manual/fr/plugins.xml
2003                 Document libcurl's proxy variables
2004
2005 2006-04-09 [colin]      2.1.0cvs24
2006
2007         * src/prefs_common.c
2008                 gettext() returns statically allocated stuff. We have
2009                 to strdup it in order to be able to free it.
2010
2011 2006-04-09 [colin]      2.1.0cvs23
2012
2013         * AUTHORS
2014         * src/gtk/authors.h
2015                 Add Alexei
2016
2017 2006-04-09 [colin]      2.1.0cvs22
2018
2019         * src/mainwindow.c
2020         * src/gtk/quicksearch.c
2021                 Fix bug #859 (problems with cyrilic input in 
2022                 search panel) - Patch by Alexey Illarionov 
2023                 <littlesavage@rambler.ru>
2024
2025 2006-04-09 [colin]      2.1.0cvs21
2026
2027         * src/prefs_customheader.c
2028                 I prefer removing then freeing rather than the contrary
2029                 (even if it doesn't change anything ;-)
2030         * src/prefs_account.c
2031                 Fix bug #933 (Crash re-entering the custom headers list 
2032                 dialog in accounts prefs)
2033                 The problem happened when cancelling the Account 
2034                 Preferences' dialogs - in which case we didn't do 
2035                 anything to the PrefsAccount * struct. In case of applying,
2036                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2037                 working with in this dialog. The problem is that 
2038                 prefs_customheader.c, working on this tmp_ac_prefs, always
2039                 changes the ->customhdr_list pointer, even when cancelled. 
2040                 So in case of cancelling the prefs_account dialog, we still
2041                 have to update ->customhdr_list in the real account.
2042
2043 2006-04-08 [colin]      2.1.0cvs20
2044
2045         * manual/fr/glossary.xml
2046         * manual/fr/keyboard.xml
2047                 Forgot some headers :)
2048
2049 2006-04-08 [colin]      2.1.0cvs19
2050
2051         * manual/Makefile.am
2052         * manual/fr/Makefile.am
2053         * manual/fr/account.xml
2054         * manual/fr/ack.xml
2055         * manual/fr/addrbook.xml
2056         * manual/fr/advanced.xml
2057         * manual/fr/faq.xml
2058         * manual/fr/glossary.xml
2059         * manual/fr/gpl.xml
2060         * manual/fr/handling.xml
2061         * manual/fr/intro.xml
2062         * manual/fr/keyboard.xml
2063         * manual/fr/plugins.xml
2064         * manual/fr/starting.xml
2065         * manual/fr/sylpheed-claws-manual.xml
2066         * manual/fr/dist/.cvsignore
2067         * manual/fr/dist/Makefile.am
2068         * manual/fr/dist/html/.cvsignore
2069         * manual/fr/dist/html/Makefile.am
2070         * manual/fr/dist/pdf/.cvsignore
2071         * manual/fr/dist/pdf/Makefile.am
2072         * manual/fr/dist/ps/.cvsignore
2073         * manual/fr/dist/ps/Makefile.am
2074         * manual/fr/dist/txt/.cvsignore
2075         * manual/fr/dist/txt/Makefile.am
2076                 Add the french translation of the manual. Thanks to
2077                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2078                 account.xml, ack.xml, addrbook.xml and advanced.xml
2079
2080 2006-04-08 [colin]      2.1.0cvs18
2081
2082         * manual/plugins.xml
2083         * manual/starting.xml
2084                 More fixes
2085
2086 2006-04-07 [colin]      2.1.0cvs17
2087
2088         * manual/faq.xml
2089         * manual/intro.xml
2090         * manual/keyboard.xml
2091                 Little fixes
2092
2093 2006-04-07 [colin]      2.1.0cvs16
2094
2095         * README
2096         * src/compose.c
2097         * src/prefs_common.c
2098         * src/prefs_common.h
2099                 Add hidden compose_no_markup pref
2100
2101 2006-04-07 [wwp]        2.1.0cvs15
2102
2103         * src/summary_search.c
2104         * .cvsignore
2105                 Bugfix: stop button was sticky when searching in an empty folder.
2106                 Applied curly brackets code style to the whole file (summary_search.c).
2107                 More files to ignore.
2108
2109 2006-04-07 [wwp]        2.1.0cvs14
2110
2111         * src/message_search.c
2112         * src/summary_search.c
2113                 changed default button when search bumps at file/folder
2114                 beginning or end, for convenience (thanks to Colin).
2115
2116 2006-04-07 [paul]       2.1.0cvs13
2117
2118         * src/plugins/dillo_viewer/dillo_prefs.c
2119                 avoid future potential for namespace collision
2120                 Patch by Colin
2121
2122 2006-04-06 [wwp]        2.1.0cvs12
2123
2124         * src/summary_search.c
2125                 Unify extended/advanced searches names (and thus factorize labels),
2126                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2127
2128 2006-04-06 [wwp]        2.1.0cvs11
2129
2130         * src/folderview.c
2131         * src/prefs_themes.c
2132         * src/summaryview.c
2133                 Fixed some compilation warnings.
2134
2135 2006-04-06 [colin]      2.1.0cvs10
2136
2137         * manual/advanced.xml
2138                 Document the wizard template and how to deploy
2139                 Sylpheed-Claws effectively
2140
2141 2006-04-06 [colin]      2.1.0cvs9
2142
2143         * src/folderview.c
2144                 gettext patch to tell translators about _("#"),
2145                 by Maxim Britov
2146
2147 2006-04-06 [colin]      2.1.0cvs8
2148
2149         * src/textview.c
2150                 Fix invalid GtkTextBIter after clicking "Display as text"
2151
2152 2006-04-06 [mones]      2.1.0cvs7
2153
2154         * src/addr_compl.c
2155         * src/addrindex.c
2156         * src/addritem.c
2157         * src/codeconv.c
2158         * src/compose.c
2159         * src/filtering.c
2160         * src/folder.c
2161         * src/folder_item_prefs.c
2162         * src/folderview.c
2163         * src/localfolder.c
2164         * src/matcher.c
2165         * src/mimeview.c
2166         * src/prefs_msg_colors.c
2167         * src/prefs_spelling.c
2168         * src/prefs_themes.c
2169         * src/procmime.c
2170         * src/procmsg.c
2171         * src/stock_pixmap.c
2172         * src/summaryview.c
2173         * src/textview.c
2174         * src/toolbar.c
2175         * src/common/mgutils.c
2176         * src/common/prefs.c
2177         * src/common/ssl_certificate.c
2178         * src/gtk/colorlabel.c
2179         * src/gtk/quicksearch.c
2180         * src/plugins/pgpmime/pgpmime.c
2181         * src/plugins/spamassassin/spamassassin.c
2182                 Removed redundant NULL checks for g_free() calls.
2183                 Patch by Pawel Pekala.
2184
2185 2006-04-06 [mones]      2.1.0cvs6
2186
2187         * src/prefs_actions.c
2188         * src/prefs_filtering.c
2189         * src/prefs_filtering_action.c
2190         * src/prefs_matcher.c
2191         * src/prefs_template.c
2192         * src/gtk/gtkutils.c
2193         * src/gtk/gtkutils.h
2194                 Have a nice replace button. Patch by Pawel Pekala
2195
2196 2006-04-06 [colin]      2.1.0cvs5
2197
2198         * src/addressbook.c
2199                 Fix crash with empty columns
2200
2201 2006-04-05 [colin]      2.1.0cvs4
2202
2203         * src/wizard.c
2204         * src/prefs_gtk.c
2205                 Allow wizard customization with pre-filled values
2206
2207 2006-04-05 [colin]      2.1.0cvs3
2208
2209         * src/textview.c
2210         * src/mimeview.c
2211         * src/mimeview.h
2212                 Nicer messages in mimeview
2213
2214 2006-04-05 [colin]      2.1.0cvs2
2215
2216         * src/addressbook.c
2217         * src/prefs_summaries.c
2218                 i18n fix
2219
2220 2006-04-05 [colin]      2.1.0cvs1
2221
2222         * src/plugins/pgpcore/plugin.c
2223         * src/plugins/pgpcore/select-keys.c
2224         * src/plugins/pgpcore/select-keys.h
2225         * src/plugins/pgpcore/sgpgme.c
2226         * src/plugins/pgpcore/sgpgme.h
2227         * src/plugins/pgpinline/pgpinline.c
2228         * src/plugins/pgpinline/plugin.c
2229         * src/plugins/pgpmime/pgpmime.c
2230         * src/plugins/pgpmime/plugin.c
2231                 Factorize and generalize a bit 
2232                 Drop S/MIME signature verification from PGP/MIME
2233                 (adding it as another, more complete plugin)
2234
2235 2006-04-05 [paul]       2.1.0
2236
2237         2.1.0 released
2238
2239 2006-04-05 [paul]       2.0.0cvs186
2240
2241         * manual/advanced.xml
2242                 add info on colour labels
2243
2244 2006-04-05 [paul]       2.0.0cvs185
2245
2246         * po/bg.po
2247         * po/cs.po
2248         * po/de.po
2249         * po/el.po
2250         * po/en_GB.po
2251         * po/fi.po
2252         * po/fr.po
2253         * po/it.po
2254         * po/nl.po
2255         * po/pl.po
2256         * po/pt_BR.po
2257         * po/sr.po
2258         * po/zh_CN.po
2259                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2260                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2261                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2262                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2263         * src/gtk/authors.h
2264         * tools/claws.i18n.status.pl
2265                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2266                 and new Czech translator, Tim <timbrain@post.cz>
2267
2268 2006-04-05 [mones]      2.0.0cvs184
2269
2270         * po/es.po
2271                 Updated translation
2272
2273 2006-04-05 [colin]      2.0.0cvs183
2274
2275         * src/gtk/quicksearch.c
2276                 Fix bug #929 (unnecessary reload in quick search bar)
2277
2278 2006-04-05 [colin]      2.0.0cvs182
2279
2280         * src/compose.c
2281                 Fix crash on Reply with no From:
2282                 Show signature and conversion error on queuing 
2283                 (but not sending)
2284         * src/mainwindow.c
2285         * src/summaryview.c
2286         * src/summaryview.h
2287                 Factorize threading code and make sure msginfo 
2288                 is not null when it comes from a GtkCTreeRow's 
2289                 data
2290         * src/gtk/gtkaspell.c
2291                 Check for necessary things
2292         * src/gtk/gtksctree.c
2293         * src/gtk/gtksctree.h
2294                 Reset anchor if necessary when removing node
2295
2296 2006-03-29 [colin]      2.0.0cvs181
2297
2298         * src/folderview.c
2299                 Warn for disabled IMAP accounts (due to lack of
2300                 libetpan). Breaks string-freeze - sorry - but it
2301                 is kind of important ;)
2302
2303 2006-03-28 [colin]      2.0.0cvs180
2304
2305         * src/gtk/gtkutils.c
2306         * src/gtk/gtkutils.h
2307                 Add a gtkut_get_link_btn() function that
2308                 creates a button which acts like an URI
2309         * src/prefs_themes.c
2310         * src/gtk/about.c
2311                 Use this function (factorizes codes)
2312         * src/common/defs.h
2313         * src/gtk/pluginwindow.c
2314                 Add a "Get more..." in the plugins window
2315
2316 2006-03-28 [colin]      2.0.0cvs179
2317
2318         * src/common/smtp.c
2319         * src/common/passcrypt.c
2320         * src/undo.c
2321                 Warning fixes. Patch by Pawel Pekala
2322
2323 2006-03-27 [colin]      2.0.0cvs178
2324
2325         * src/undo.c
2326                 Fix undoing by blocks with spaces
2327
2328 2006-03-27 [colin]      2.0.0cvs177
2329
2330         * src/textview.c
2331                 Set margin to 3px for headers
2332
2333 2006-03-27 [paul]
2334
2335         2.1.0-rc2 released
2336
2337 2006-03-27 [wwp]        2.0.0cvs176
2338
2339         * src/summaryview.c
2340                 don't reset quicksearch when updating the message list.
2341                 Thanks to Colin.
2342
2343 2006-03-26 [wwp]        2.0.0cvs175
2344
2345         * src/compose.c
2346                 use a unified border width ('other' tab in the compose window,
2347                 patch by Pawel Pekala).
2348
2349
2350 2006-03-26 [wwp]        2.0.0cvs174
2351
2352         * src/common/quoted-printable.c
2353         * src/addressbook.c
2354                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2355
2356 2006-03-26 [colin]      2.0.0cvs173
2357
2358         * src/quote_fmt_parse.y
2359                 Fix non-UTF8 date formats messing up the whole quote a 
2360                 little bit
2361
2362 2006-03-26 [colin]      2.0.0cvs172
2363
2364         * src/procheader.c
2365                 Make sure the date is UTF8 valid, or try to make it
2366                 so. IncrediMail is really IncrediStupid.
2367         * src/compose.c
2368                 Fix possible conversions. 
2369                 
2370
2371 2006-03-26 [colin]      2.0.0cvs171
2372
2373         * src/matcher.c
2374                 Fix corner cases in body search. This is still a
2375                 hack... It seems impossible to make it good and 
2376                 reasonably fast at the same time.
2377
2378 2006-03-26 [colin]      2.0.0cvs170
2379
2380         * src/summaryview.c
2381                 I think I killed the twilight zone bug!
2382                 summary_select_node() flushes GTK events in order
2383                 to be able to center the view. But this also 
2384                 flushes keypresses like Ctrl-Alt-U, so this can
2385                 call summary_show from summary_select_node (itself
2386                 called from summary_show, etc.). And the summaryview
2387                 has to be unlocked in this function. So just locking
2388                 while processing GTK events, and bailing if locked, 
2389                 should fix it.
2390                 Fixes bug #927 (SIGSEGV during Update Summary)
2391
2392 2006-03-25 [colin]      2.0.0cvs169
2393
2394         * src/matcher.c
2395                 Fix search in QP-encoded bodies
2396                 Fix utf-8 searches in bodies encoded in the
2397                 locale's encoding
2398         * src/common/quoted-printable.c
2399         * src/common/quoted-printable.h
2400                 Add a decode function that doesn't overwrite
2401                 the original pointer
2402                 
2403
2404 2006-03-24 [colin]      2.0.0cvs168
2405
2406         * src/action.c
2407         * src/summaryview.c
2408         * src/summaryview.h
2409                 Update message cache after action
2410                 Patch by H. Merijn Brand
2411         * src/prefs_msg_colors.c
2412                 Factorize label 
2413                 Patch by Fabien Vantard
2414         * src/plugins/spamassassin/spamassassin_gtk.c
2415                 Remove useless translation
2416                 Patch by Fabien Vantard
2417
2418 2006-03-23 [colin]      2.0.0cvs167
2419
2420         * src/common/ssl.c
2421                 Let 30 seconds to SSL_connect
2422
2423 2006-03-23 [wwp]        2.0.0cvs166
2424
2425         * src/summaryview.c
2426         * src/gtk/description_window.c
2427                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2428                 and headers are translated; adjust description windows' width to fit their
2429                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2430
2431 2006-03-23 [paul]       2.0.0cvs165
2432
2433         * src/common/utils.c
2434                 fix highlighting of URIs containing "()"
2435                 (2.0.0cvs164's reversal fixed)
2436                 Thanks to Colin.
2437
2438 2006-03-23 [paul]       2.0.0cvs164
2439
2440         * src/common/utils.c
2441                 revert patch, (postponing a fix), at 2.0.0cvs120
2442                 as it breaks more URIs than it fixes.
2443                 Allow '-' to be a terminating character in a URI
2444
2445 2006-03-22 [colin]      2.0.0cvs163
2446
2447         * configure.ac
2448                 Require libetpan 0.45
2449                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2450
2451 2006-03-22 [paul]       2.0.0cvs162
2452
2453         * src/editgroup.c
2454                 replace '<-' and '->' buttons with GTK_STOCK graphical
2455                 buttons
2456         * src/summary_search.c
2457                 don't offer '...' for translation
2458                 add a tooltip to advanced search '...' button
2459         * src/gtk/quicksearch.c
2460                 don't offer '...' for translation
2461
2462 2006-03-21 [colin]      2.0.0cvs161
2463
2464         * src/compose.c
2465                 Fix middle-click pasting (insert at click
2466                 position instead of cursor position, don't
2467                 remove existing selection and allow pasting
2468                 our own selection)
2469         * src/addressbook.c
2470                 "LDAP Server" -> "LDAP servers"
2471
2472 2006-03-21 [wwp]        2.0.0cvs160
2473
2474         * src/etpan/imap-thread.c
2475                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2476
2477 2006-03-20 [colin]      2.0.0cvs159
2478
2479         * src/summaryview.c
2480                 Don't reload summaryview after an execute with no
2481                 move action
2482
2483 2006-03-19 [colin]      2.0.0cvs158
2484
2485         * src/addressbook.c
2486                 and put groups at the top, always
2487
2488 2006-03-19 [colin]      2.0.0cvs157
2489
2490         * src/addressbook.c
2491                 Order groups before names, as previously
2492
2493 2006-03-19 [colin]      2.0.0cvs156
2494
2495         * src/addressbook.c
2496                 - Sort case-unsensitive
2497                 - Put the sort arrow at opening too
2498
2499 2006-03-19 [wwp]        2.0.0cvs155
2500
2501         * src/addressbook.c
2502                 allow sorting by name/email/remarks, ensure that right-pane's contents
2503                 matches the left-pane selection (cleared when appropriate).
2504                 Patch by Pawel Pekala <c0rn@o2.pl>.
2505
2506 2006-03-18 [colin]      2.0.0cvs154
2507
2508         * src/textview.c
2509                 Fix text cursor ;)
2510
2511 2006-03-18 [colin]      2.0.0cvs153
2512
2513         * src/gtk/filesel.c
2514                 Make sure we hide the preview if we didn't get
2515                 a filename
2516
2517 2006-03-18 [colin]      2.0.0cvs152
2518
2519         * src/summaryview.c
2520                 Set cursor to watch for execution (fixes lack
2521                 of watch-cursor when dnd'ing hundreds of mails)
2522         * src/gtk/filesel.c
2523                 Check that mime type is 'image/*' before updating
2524                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2525
2526 2006-03-18 [colin]      2.0.0cvs151
2527
2528         * src/mainwindow.c
2529         * src/textview.c
2530         * src/textview.h
2531                 Put a watch cursor in textview too when the mainwindow's
2532                 cursor in a watch
2533
2534 2006-03-18 [colin]      2.0.0cvs150
2535
2536         * src/folder.c
2537                 Change wrong asserts to simple tests
2538
2539 2006-03-17 [colin]      2.0.0cvs149
2540
2541         * src/mainwindow.c
2542         * src/mainwindow.h
2543         * src/prefs_msg_colors.c
2544         * src/summaryview.c
2545         * src/summaryview.h
2546         * src/gtk/colorlabel.c
2547         * src/gtk/colorlabel.h
2548                 Add a color label menu in the main menubar
2549                 Add (fixed) accels Ctrl-{0-7} to change the color
2550                 They have to be fixed because the menu's dynamic,
2551                 the items are complex widgets, hence we can't use
2552                 a GtkItemFactory.
2553
2554
2555 2006-03-17 [wwp]        2.0.0cvs148
2556
2557         * src/compose.c
2558                 rollback few lines from my previous commit (those lines come from
2559                 a pending patch, accidentally commited, even if neutral as they are
2560                 commented out).
2561
2562 2006-03-17 [wwp]        2.0.0cvs147
2563
2564         * src/compose.c
2565                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2566                 applied code style/indentation to the modified function.
2567
2568 2006-03-17 [wwp]        2.0.0cvs146
2569
2570         * src/procmsg.c
2571         * src/compose.c
2572                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2573
2574 2006-03-17 [paul]
2575
2576         2.1.0-rc1 released
2577
2578 2006-03-17 [paul]       2.0.0cvs145
2579
2580         * src/main.c
2581                 addressbook_read_file() was called twice
2582         * src/textview.c
2583                 X-Mailer highlighting
2584
2585 2006-03-16 [colin]      2.0.0cvs144
2586
2587         * src/sourcewindow.c
2588         * src/sourcewindow.h
2589                 And the last one, in source window.
2590
2591 2006-03-16 [colin]      2.0.0cvs143
2592
2593         * src/compose.c
2594         * src/compose.h
2595                 Fix the same stuff in compose
2596
2597 2006-03-16 [colin]      2.0.0cvs142
2598
2599         * src/messageview.c
2600                 Complete the previous messageview crash fix
2601
2602 2006-03-16 [colin]      2.0.0cvs141
2603
2604         * src/procmsg.h
2605         * src/procmsg.c
2606         * src/folder.c
2607                 Fix POSTPROCESSING hook
2608                 Patch by H. Merijn Brand
2609
2610         * src/procmime.c
2611         * src/procmime.h
2612                 Parse Content-Location
2613
2614         * src/toolbar.c
2615         * src/messageview.c
2616         * src/messageview.h
2617                 Don't crash when a top-level MessageView has
2618                 been closed on us. Same problematic than
2619                 yesterday's quicksearch issue.
2620
2621 2006-03-15 [colin]      2.0.0cvs140
2622
2623         * src/gtk/quicksearch.c
2624                 Fix a bitchy race we didn't think about when we
2625                 added quicksearch cancellation:
2626                 If the search is not on cached fields, for example
2627                 body_part matchcase "stuff"
2628                 the matcher code has to get the whole message. If
2629                 we're on IMAP, that can be slow, and in order to
2630                 be non-blocking, the IMAP code idle loop processes
2631                 gtk events too. So it is possible to cancel a
2632                 quicksearch while the matcher is getting the mail's
2633                 body. After matcher got its body, it will start to
2634                 iterate over the matcher list that the Quicksearch's
2635                 clear_search_cb() just freed via prepare_matcher().
2636                 SIGSEGV ensues.
2637                 The fix consists of guarding the matcherlist_match()
2638                 call with a boolean 'matching'. If we reset the
2639                 quicksearch while matching is TRUE, we don't free
2640                 the matcherlist anymore like we did, but we set
2641                 another new flag, deferred_free, to TRUE. Then,
2642                 in quicksearch_match(), just after returning from
2643                 matcherlist_match() and unsetting the matching flag,
2644                 we check the deferred_free flag and do the
2645                 prepare_matcher() (which does the matcherlist_free)
2646                 for real, so we free the matcherlist once it's not
2647                 used anymore.
2648                 As all of this runs via the glib main loop, we
2649                 luckily don't need a mutex.
2650         * src/summaryview.c
2651                 Also, show progress while searching.
2652
2653
2654 2006-03-14 [colin]      2.0.0cvs139
2655
2656         * src/alertpanel.c
2657                 Make alertpanel_is_open non-static
2658
2659 2006-03-14 [colin]      2.0.0cvs138
2660
2661         * src/prefs_spelling.c
2662                 Cleanups - Fabien Vantard
2663
2664 2006-03-14 [wwp]        2.0.0cvs137
2665
2666         * src/main.c
2667                 code style normalization (curly braces, indentation).
2668
2669 2006-03-14 [wwp]        2.0.0cvs137
2670
2671         * src/main.c
2672                 code style (braces, indentation)
2673
2674 2006-03-12 [paul]       2.0.0cvs136
2675
2676         * src/prefs_common.c
2677                 trans_hdr defaults to FALSE to be RFC-savvy
2678         * src/prefs_summaries.c
2679                 add a tooltip to the trans_hdr option
2680                 
2681
2682 2006-03-12 [paul]       2.0.0cvs135
2683
2684         * src/prefs_matcher.c
2685                 give a little more width to the combos
2686         * src/prefs_display_header.c
2687         * src/textview.c
2688                 translate headers if prefs_common.trans_hdr
2689                 is TRUE
2690
2691         Patches by Pawel Pekala
2692
2693 2006-03-12 [paul]       2.0.0cvs134
2694
2695         * src/plugins/clamav/clamav_plugin.c
2696         * src/plugins/dillo_viewer/dillo_viewer.c
2697         * src/plugins/pgpcore/plugin.c
2698         * src/plugins/pgpinline/plugin.c
2699         * src/plugins/pgpmime/plugin.c
2700         * src/plugins/spamassassin/spamassassin.c
2701                 update/add to descriptions
2702         * src/plugins/spamassassin/spamassassin_gtk.c
2703                 fixes to the english, remove superfluous
2704                 tooltips, clean up a little
2705
2706 2006-03-12 [paul]       2.0.0cvs133
2707
2708         * src/compose.c
2709                 fix Bug 924, 'Account combo box shows up wrong 
2710                 if & is in account name'
2711
2712 2006-03-11 [colin]      2.0.0cvs132
2713
2714         * src/summaryview.c
2715                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2716                 messed up shift-selection because is slows down
2717                 moving around summaryview. thanks -users
2718
2719 2006-03-10 [colin]      2.0.0cvs131
2720
2721         * src/plugins/spamassassin/spamassassin_gtk.c
2722                 Put back Paul's engrish fixes
2723
2724 2006-03-10 [colin]      2.0.0cvs130
2725
2726         * src/plugins/spamassassin/spamassassin.c
2727         * src/plugins/spamassassin/spamassassin.h
2728         * src/plugins/spamassassin/spamassassin_gtk.c
2729                 Cleanup SA prefs page (more)
2730                 Patch by Fabien Vantard
2731
2732 2006-03-10 [paul]       2.0.0cvs129
2733
2734         * src/prefs_msg_colors.c
2735         * src/prefs_spelling.c
2736                 widget sensitivity
2737
2738 2006-03-09 [mones]      2.0.0cvs128
2739
2740         * po/es.po
2741                 Update for next RC
2742
2743 2006-03-09 [wwp]        2.0.0cvs127
2744
2745         * configure.ac
2746                 revert accidental commit (requirement for libetpan 0.43), this time
2747                 not in HEAD.
2748
2749 2006-03-09 [wwp]        2.0.0cvs125
2750
2751         * configure.ac
2752                 revert accidental commit (requirement for libetpan 0.43)
2753
2754 2006-03-09 [paul]       2.0.0cvs126
2755
2756         * src/prefs_receive.c
2757                 remove useless frame
2758                 replace 'incorporation' with 'receiving'
2759         * src/plugins/clamav/clamav_plugin_gtk.c
2760         * src/plugins/spamassassin/spamassassin_gtk.c
2761                 improve widget sensitivity
2762                 fix a bit his engrish
2763
2764 2006-03-09 [wwp]        2.0.0cvs125
2765
2766         * src/addressadd.c
2767         * src/foldersel.c
2768         * src/prefs_common.c
2769         * src/prefs_common.h
2770                 remember some more windows' sizes (add to addressbook and
2771                 select folder).
2772
2773 2006-03-09 [paul]       2.0.0cvs124
2774
2775         * src/plugins/pgpcore/prefs_gpg.c
2776                 normalise construction of dialogue
2777
2778 2006-03-09 [paul]       2.0.0cvs123
2779
2780         * src/plugins/trayicon/Makefile.am
2781                 add missing slash
2782
2783 2006-03-08 [colin]      2.0.0cvs122
2784
2785         * src/plugins/trayicon/Makefile.am
2786                 Fix build in separate dir 
2787                 Patch by Bamanzi <bamanzi@gmail.com>
2788
2789 2006-03-08 [colin]      2.0.0cvs121
2790
2791         * src/procmsg.c
2792                 Batch move and copies from summaryview with delayed execution
2793                 too
2794
2795 2006-03-07 [paul]       2.0.0cvs120
2796
2797         * src/common/utils.c
2798                 fix highlighting of URIs containing "()"
2799                 Patch by Pawel Pekala
2800
2801 2006-03-07 [paul]       2.0.0cvs119
2802
2803         * src/folder.c
2804         * src/folder.h
2805         * src/folderview.c
2806                 immediately do alphabetical resort when
2807                 changing a folder's name
2808                 Patch by Pawel Pekala
2809
2810 2006-03-07 [paul]       2.0.0cvs118
2811
2812         * src/news.c
2813         * src/news_gtk.c
2814                 when unsubscribing a newsgroup, remove the
2815                 folder and msgs in .sylpheed-claws/newscache
2816                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2817
2818 2006-03-07 [paul]       2.0.0cvs117
2819
2820         * src/textview.c
2821                 fix wrong Fake URL Warning
2822                 Thanks to Hiro
2823
2824 2006-03-07 [colin]      2.0.0cvs116
2825
2826         * src/imap.c
2827                 Return immediately when password dialog was
2828                 cancelled
2829         * src/gtk/inputdialog.c
2830                 Allow empty strings for passwords
2831
2832
2833 2006-03-06 [colin]      2.0.0cvs115
2834
2835         * src/imap.c
2836                 Prevent double-timeouts when connection fails
2837
2838 2006-03-06 [colin]
2839
2840         2.0.1-rc1 released
2841
2842 2006-03-06 [colin]      2.0.0cvs114
2843
2844         * src/imap.c
2845                 Refresh session during potentially long
2846                 operations
2847
2848 2006-03-06 [wwp]        2.0.0cvs113
2849
2850         * src/prefs_msg_colors.h
2851                 forgot that one (custom color labels).
2852
2853 2006-03-06 [wwp]        2.0.0cvs112
2854
2855         * src/prefs_common.c
2856         * src/prefs_common.h
2857         * src/prefs_msg_colors.c
2858         * src/summaryview.c
2859         * src/summaryview.h
2860         * src/gtk/colorlabel.c
2861         * src/gtk/colorlabel.h
2862                 colors in messages list are now customizable. Color values and names can
2863                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2864                 Thanks to Paul and Colin for their help with this longstanding patch!
2865
2866 2006-03-06 [wwp]        2.0.0cvs111
2867
2868         * src/textview.c
2869                 don't crash if (x)face is bad.
2870
2871 2006-03-05 [paul]       2.0.0cvs110
2872
2873         * AUTHORS
2874         * configure.ac
2875         * src/Makefile.am
2876         * src/common/Makefile.am
2877         * src/common/utils.h
2878         * src/etpan/imap-thread.c
2879         * src/gtk/authors.h
2880         * src/plugins/clamav/Makefile.am
2881         * src/plugins/demo/Makefile.am
2882         * src/plugins/dillo_viewer/Makefile.am
2883         * src/plugins/pgpcore/Makefile.am
2884         * src/plugins/pgpcore/passphrase.c
2885         * src/plugins/pgpinline/Makefile.am
2886         * src/plugins/pgpmime/Makefile.am
2887         * src/plugins/spamassassin/Makefile.am
2888         * src/plugins/trayicon/Makefile.am
2889                 fix builiding on cygwin
2890                 Patch by Ralgh Young <bamanzi@gmail.com>
2891
2892 2006-03-04 [wwp]        2.0.0cvs109
2893
2894         * manual/keyboard.xml
2895                 fix mixed up/down keys.
2896
2897 2006-03-04 [wwp]        2.0.0cvs108
2898
2899         * README
2900         * INSTALL
2901                 updated links to SpamAssassin.
2902
2903 2006-03-04 [wwp]        2.0.0cvs107
2904
2905         * manual/plugins.xml
2906         * src/plugins/spamassassin/README
2907                 updated SpamAssassin plugin docs to reflect new functional additions
2908                 (also fix/update/documents few technical stuff more, see the README).
2909
2910 2006-03-04 [wwp]        2.0.0cvs106
2911
2912         * src/prefs_message.c
2913                 normalized capitalization of message-prefs paths.
2914
2915 2006-03-04 [wwp]        2.0.0cvs105
2916
2917         * manual/advanced.xml
2918                 typo.
2919
2920 2006-03-03 [colin]      2.0.0cvs104
2921
2922         * src/plugins/clamav/clamav_plugin_gtk.c
2923                 Rework prefs page, patch by Fabien 
2924
2925 2006-03-03 [colin]      2.0.0cvs103
2926
2927         * src/plugins/clamav/clamav_plugin.c
2928                 Set error on all errors
2929
2930 2006-03-03 [colin]      2.0.0cvs102
2931
2932         * src/common/plugin.c
2933                 Initialize error to avoid crashing when a plugin fails
2934                 without setting error
2935
2936 2006-03-02 [wwp]        2.0.0cvs101
2937
2938         * configure.ac
2939                 fixed linker flags for libetpan support on Cygwin
2940                 (thanks to H.Merijn Brand).
2941
2942 2006-03-02 [wwp]        2.0.0cvs100
2943
2944         * src/addressbook.c
2945                 fix some AB error messages: one for punctuation and
2946                 one wrongly duplicate (thanks, maxbritov).
2947
2948 2006-03-02 [wwp]        2.0.0cvs99
2949
2950         * src/plugins/spamassassin/spamassassin.c
2951                 make sync calls to sa-learn/spamc to prevent
2952                 system (whatever local or client/server) overload.
2953
2954 2006-03-02 [colin]      2.0.0cvs98
2955
2956         * src/summaryview.c
2957                 Put the spam icon in the status column instead of the
2958                 mark one
2959
2960 2006-03-01 [colin]      2.0.0cvs97
2961
2962         * src/plugins/spamassassin/spamassassin.c
2963                 Fix segfault (g_file_set_contents fails for some 
2964                 reason and err==0x2f. Can't find out why with
2965                 valgrind, using working function :-)
2966
2967 2006-03-01 [colin]      2.0.0cvs96
2968
2969         * src/inc.c
2970                 Offline overriding: let 'No' be cached only 3 seconds
2971
2972 2006-03-01 [colin]      2.0.0cvs95
2973
2974         * src/addr_compl.c
2975         * src/addrbook.c
2976         * src/addressbook.c
2977         * src/addrindex.c
2978         * src/folder_item_prefs.c
2979         * src/headerview.c
2980         * src/imap.c
2981         * src/inc.c
2982         * src/ldif.c
2983         * src/mainwindow.c
2984         * src/mh.c
2985         * src/msgcache.c
2986         * src/prefs_common.h
2987         * src/prefs_msg_colors.c
2988         * src/procheader.c
2989         * src/procheader.h
2990         * src/procmime.c
2991         * src/procmsg.c
2992         * src/procmsg.h
2993         * src/send_message.h
2994         * src/simple-gettext.c
2995         * src/summaryview.c
2996         * src/summaryview.h
2997         * src/syldap.c
2998         * src/textview.c
2999         * src/undo.c
3000         * src/common/ssl_certificate.c
3001         * src/common/utils.c
3002         * src/gtk/colorsel.c
3003         * src/gtk/gtksctree.c
3004         * src/gtk/gtkshruler.c
3005         * src/plugins/trayicon/trayicon.c
3006                 #if 0 goes to /dev/null
3007
3008 2006-03-01 [colin]      2.0.0cvs94
3009
3010         * src/compose.c
3011         * src/imap.c
3012         * src/inc.c
3013         * src/inc.h
3014         * src/messageview.c
3015         * src/news.c
3016         * src/plugins/spamassassin/spamassassin.c
3017                 Allow to add information in the "working offline"
3018                 window
3019
3020 2006-03-01 [wwp]        2.0.0cvs93
3021
3022         * src/plugins/spamassassin/spamassassin.c
3023                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3024                 'cause it seems that calling `spamc ... < inputfile` with
3025                 g_spawn_(a)sync simply.. erm doesn't work :-).
3026
3027 2006-03-01 [wwp]        2.0.0cvs92
3028
3029         * src/toolbar.c
3030         * src/toolbar.h
3031                 simplify the adding of spam/ham button to the messageview toolbar
3032                 (it gets more clear now that the same button will be "Mark as spam"
3033                 or "Mark as ham" according to the current message status,
3034                 thanks to Colin).
3035
3036 2006-03-01 [wwp]        2.0.0cvs91
3037
3038         * src/messageview.c
3039         * src/procmsg.c
3040         * src/procmsg.h
3041         * src/summaryview.c
3042         * src/plugins/spamassassin/spamassassin.c
3043         * src/plugins/spamassassin/spamassassin.h
3044                 make learner callbacks return a status (0 for ok),
3045                 handle it in main code to avoid setting flags when learning failed,
3046                 don't learn on TCP if offline in spamassassin,
3047                 thanks to Colin.
3048
3049                 
3050
3051 2006-03-01 [wwp]        2.0.0cvs90
3052
3053         * src/compose.c
3054                 some work around the compose window's account menu,
3055                 patch by Fabien Vantard.
3056
3057 2006-03-01 [wwp]        2.0.0cvs89
3058
3059         * src/plugins/spamassassin/spamassassin.c
3060                 fixed bad logics, was using spamc in local mode and sa-learn
3061                 in remote mode (thanks, Colin).
3062
3063 2006-03-01 [wwp]        2.0.0cvs88
3064
3065         * src/plugins/spamassassin/spamassassin.c
3066         * src/plugins/spamassassin/spamassassin.h
3067         * src/plugins/spamassassin/spamassassin_gtk.c
3068                 made processing of emails w/ sa-plugin an option (default is TRUE),
3069                 fixed Engrish some tooltips, capitalization of some debug messages
3070                 and warnings. The spamassassin plugin now provides two separate
3071                 services: process emails upon incorporation and spamd training.
3072                 Both services (un)register independently but use some common
3073                 plugin settings (transport settings, spam storage location).
3074
3075 2006-02-28 [wwp]        2.0.0cvs87
3076
3077         * src/plugins/spamassassin/spamassassin.c
3078                 fix async flag to spamc cmdline execution (batch exec should
3079                 be asynchronous).
3080
3081 2006-02-27 [wwp]        2.0.0cvs86
3082
3083         * src/plugins/spamassassin/spamassassin.c
3084         * src/plugins/spamassassin/spamassassin.h
3085         * src/plugins/spamassassin/spamassassin_gtk.c
3086                 - added the ability to learn a remote spamassassin server (spamd),
3087                 using spamc.
3088                 - added the spamassassin option 'username', that applies to all
3089                 spamassassin operations (filtering, learning, local or remote).
3090                 The default username is the current unix user (if left blank
3091                 from gtk prefs or config file).
3092                 - commented out some unused code (notebook widget), removed unused
3093                 layout (hbox1).
3094                 - make more widgets sensitive to the transport type.
3095
3096 2006-02-27 [colin]      2.0.0cvs85
3097
3098         * src/plugins/spamassassin/spamassassin.c
3099                 Fix sa-learn call when offline
3100
3101 2006-02-27 [colin]      2.0.0cvs84
3102
3103         * configure.ac
3104         * src/Makefile.am
3105         * src/mainwindow.c
3106         * src/mainwindow.h
3107         * src/messageview.c
3108         * src/messageview.h
3109         * src/prefs_toolbar.c
3110         * src/procmsg.c
3111         * src/stock_pixmap.c
3112         * src/stock_pixmap.h
3113         * src/summaryview.c
3114         * src/toolbar.c
3115         * src/toolbar.h
3116         * src/pixmaps/ham_btn.xpm
3117         * src/pixmaps/spam.xpm
3118         * src/pixmaps/spam_btn.xpm
3119         * src/plugins/spamassassin/spamassassin.c
3120                 Add button in toolbar for spam learning
3121                 Fix a few bugs from the last related commit
3122                 Revert 1.9.6cvs23 which messed up shift-selection
3123
3124 2006-02-24 [colin]      2.0.0cvs83
3125
3126         * src/procmsg.c
3127         * src/summaryview.c
3128         * src/summaryview.h
3129         * src/plugins/spamassassin/spamassassin.c
3130         * src/plugins/spamassassin/spamassassin.h
3131         * src/plugins/spamassassin/spamassassin_gtk.c
3132                 Unregister learner when spamassassin is either
3133                 disabled or over tcp
3134
3135 2006-02-24 [colin]      2.0.0cvs82
3136
3137         * src/Makefile.am
3138         * src/mainwindow.c
3139         * src/mainwindow.h
3140         * src/procmsg.c
3141         * src/procmsg.h
3142         * src/stock_pixmap.c
3143         * src/stock_pixmap.h
3144         * src/summaryview.c
3145         * src/summaryview.h
3146         * src/gtk/icon_legend.c
3147         * src/pixmaps/spam.xpm  ** NEW FILE **
3148         * src/plugins/spamassassin/spamassassin.c
3149         * src/plugins/spamassassin/spamassassin_gtk.c
3150                 Add spam learning interface (Mark/Mark as 
3151                 (spam|ham) menus)
3152
3153 2006-02-24 [wwp]        2.0.0cvs81
3154
3155         * src/compose.c
3156         * src/compose.h
3157         * src/filtering.c
3158                 hide compose window when sending message in batch mode
3159                 (filtering: forward and redirect). Also fixed a wrong
3160                 value returned when sending failed, neutral anyway.
3161                 (Colin, me) 
3162
3163 2006-02-24 [wwp]        2.0.0cvs80
3164
3165         * src/mainwindow.c
3166                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3167
3168 2006-02-24 [paul]       2.0.0cvs79
3169
3170         * src/news.c
3171         * src/news.h
3172         * src/news_gtk.c
3173                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3174                 Thanks to Colin
3175
3176 2006-02-23 [colin]      2.0.0cvs78
3177
3178         * src/alertpanel.c
3179                 Change OK to Close in alertpanel with View log
3180                 button; add accel to View log. Patch by Fabien
3181                 Vantard
3182
3183 2006-02-23 [wwp]        2.0.0cvs77
3184
3185         * src/compose.c
3186                 silly me, there were much more tests to perform, since toolbars can
3187                 really have down to 1 element only.
3188
3189 2006-02-23 [wwp]        2.0.0cvs76
3190
3191         * commitHelper
3192                 fixed indentation from my previous commit. Fallback to VISUAL if
3193                 EDITOR is not set (and to vi, at last resort).
3194
3195 2006-02-23 [wwp]        2.0.0cvs75
3196
3197         * commitHelper
3198                 improved error detection (Colin, me).
3199
3200 2006-02-23 [wwp]        2.0.0cvs74
3201
3202         * src/prefs_toolbar.c
3203                 simplify and fix prefs/toolbars layouting. Combos' contents can
3204                 now be really displayed.
3205
3206 2006-02-23 [wwp]        2.0.0cvs73
3207         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3208         be really displayed.
3209
3210 2006-02-22 [wwp]        2.0.0cvs72
3211
3212         * src/compose.c
3213                 fix a typo in my previous commit (sorry!).
3214
3215 2006-02-22 [wwp]        2.0.0cvs71
3216
3217         * src/prefs_toolbar.c
3218                 fix a crash when adding separators to toolbars,
3219                 also fix some separator item information.
3220
3221 2006-02-22 [wwp]        2.0.0cvs70
3222
3223         * src/compose.c
3224                 fix a crash when redirecting (for instance) when compose window's
3225                 toolbar contents has been customized (when some buttons have been
3226                 removed in fact).
3227
3228 2006-02-21 [wwp]        2.0.0cvs69
3229
3230         * src/summaryview.c
3231         * src/gtk/pluginwindow.c
3232         * src/plugins/pgpcore/prefs_gpg.c
3233                 fix some compilation warnings (feat. remains of removed code).
3234
3235 2006-02-21 [wwp]        2.0.0cvs68
3236
3237         * src/gtk/gtkutils.c
3238                 fix two compilation issues, thanks to Stephan Sachse.
3239
3240 2006-02-20 [colin]      2.0.0cvs67
3241
3242         * src/mainwindow.c
3243                 Don't reselect displayed mail on refocus
3244                 This fixes actions misbehaving 
3245
3246 2006-02-20 [wwp]        2.0.0cvs66
3247
3248         * src/summaryview.c
3249         * src/gtk/gtksctree.c
3250         * src/gtk/gtkshruler.c
3251                 changed more runtime typecast checks.
3252
3253 2006-02-20 [wwp]        2.0.0cvs65
3254
3255         * src/summary_search.c
3256                 find all - summaryview refresh issue fixed, thanks to Colin.
3257
3258 2006-02-20 [wwp]        2.0.0cvs64
3259
3260         * src/gtk/gtkutils.c
3261                 better runtime typecast checks.
3262
3263 2006-02-20 [wwp]        2.0.0cvs63
3264
3265         * src/summary_search.c
3266                 enhancements to the summary search:
3267                         - add the ability to stop the running search
3268                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3269                         - don't search if no criteria (From/To/Subject/Body) is set
3270                         - ensure that a busy mouse pointer is always shown when searching,
3271                           show it even a bit earlier
3272
3273 2006-02-19 [colin]      2.0.0cvs62
3274
3275         * src/compose.c
3276         * src/imap.c
3277         * src/etpan/imap-thread.c
3278         * src/etpan/imap-thread.h
3279                 (Future) IMAP speed improvement on sending
3280                 Will require a libetpan update
3281         * src/summaryview.c
3282         * src/gtk/quicksearch.c
3283                 Make quicksearch clearable while running.
3284
3285 2006-02-17 [colin]      2.0.0cvs61
3286
3287         * src/imap.c
3288         * src/etpan/imap-thread.c
3289         * src/etpan/imap-thread.h
3290                 Check for IMAP certificates
3291                 ** Requires libetpan-0.42-cvs4 
3292                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3293
3294 2006-02-17 [colin]      2.0.0cvs60
3295
3296         * src/messageview.c
3297         * src/prefs_common.c
3298         * src/prefs_common.h
3299         * src/prefs_message.c
3300                 Add pref to display HTML-only mails with plugin, 
3301                 if possible (defaulting to FALSE of course).
3302
3303 2006-02-16 [colin]      2.0.0cvs59
3304
3305         * src/main.c
3306         * src/common/plugin.c
3307         * src/common/plugin.h
3308         * src/gtk/pluginwindow.c
3309                 Keep track of requested (but unloaded) plugins
3310                 in some error cases.
3311
3312 2006-02-16 [wwp]        2.0.0cvs58
3313
3314         * src/gtk/gtkaspell.c
3315         * src/gtk/gtkaspell.h
3316         * src/prefs_spelling.c
3317         * src/compose.c
3318         * src/prefs_common.c
3319         * src/prefs_common.h
3320                 implemented new optional spellchecker behaviour: re-check message when
3321                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3322
3323 2006-02-16 [wwp]        2.0.0cvs57
3324
3325         * src/quote_fmt_parse.y
3326                 pclose popen'ed pipe.
3327
3328 2006-02-15 [colin]      2.0.0cvs56
3329
3330         * src/mimeview.c
3331         * src/mimeview.h
3332                 Let MimeViewers know which MimeView they
3333                 depend of.
3334         * src/summaryview.c
3335                 Swap From/To columns in Sent/Queue/Drafts
3336                 folders
3337         * src/etpan/imap-thread.c
3338                 Use mailstream_low_tls_open() for STARTTLS
3339                 instead of mailstream_low_ssl_open()
3340                 ** REQUIRES libetpan 0.42cvs3 **
3341
3342 2006-02-15 [wwp]        2.0.0cvs55
3343
3344         * src/compose.c
3345         * src/compose.h
3346         * src/message_search.c
3347         * src/message_search.h
3348         * src/textview.c
3349         * src/gtk/gtkutils.c
3350         * src/gtk/gtkutils.h
3351                 added the ability to Find text in the compose window (and a bit
3352                 of code factorization).
3353
3354 2006-02-15 [wwp]        2.0.0cvs54
3355
3356         * src/prefs_gtk.c
3357                 yet another one file was missing (fix for some widgets' sensitivity).
3358                 Thanks Colin!
3359
3360 2006-02-15 [wwp]        2.0.0cvs53
3361
3362         * src/prefs_gtk.h
3363                 oops forgot that file (fix for some widgets' sensitivity).
3364
3365 2006-02-15 [wwp]        2.0.0cvs52
3366
3367         * src/summary_search.c
3368                 implemented advanced summary search options (added the ability
3369                 to use matcher conditions in an advanced search mode).
3370
3371 2006-02-15 [wwp]        2.0.0cvs51
3372
3373         * src/plugins/pgpcore/prefs_gpg.c
3374         * src/prefs_account.c
3375                 fix some widget sensitivity, mostly around some labels in
3376                 account prefs.
3377
3378 2006-02-15 [paul]       2.0.0cvs50
3379
3380         * manual/advanced.xml
3381                 improve Templates info
3382                 written by wwp
3383
3384 2006-02-14 [colin]      2.0.0cvs49
3385
3386         * src/pixmaps/address_book.xpm
3387         * src/pixmaps/preferences.xpm
3388         * src/pixmaps/properties.xpm
3389                 Fix pixmap size - patch by Fabien Vantard
3390
3391 2006-02-13 [colin]      2.0.0cvs48
3392
3393         * src/procmime.c
3394                 Add missing fclose()s on error
3395         * src/textview.c
3396                 Remove unused code
3397         * src/common/utils.c
3398                 Fix temp files not being deleted on windows
3399         Patches by Thomas Gilgin
3400
3401 2006-02-13 [colin]      2.0.0cvs47
3402
3403         * src/mainwindow.c
3404                 Fix exit crash
3405
3406 2006-02-13 [wwp]        2.0.0cvs46
3407
3408         * src/plugins/pgpcore/prefs_gpg.c
3409                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3410
3411 2006-02-12 [colin]      2.0.0cvs45
3412
3413         * src/folderview.c
3414         * src/main.c
3415         * src/mainwindow.c
3416                 Fix "stuff" when quitting
3417
3418 2006-02-12 [wwp]        2.0.0cvs44
3419
3420         * src/prefs_themes.c
3421                 fix typos in debug messages.
3422
3423 2006-02-11 [colin]      2.0.0cvs43
3424
3425         * src/summaryview.c
3426                 don't allow drag/drop from ourself
3427
3428 2006-02-10 [wwp]        2.0.0cvs42
3429
3430         * src/exporthtml.c
3431         * src/html.c
3432         * src/html.h
3433         * src/procmime.c
3434         * src/textview.c
3435                 renamed html_ prefixed functions and data structures to avoid
3436                 namespace clashes w/ other software (gtkhtml2 for instance).
3437                 Closes bug #907.
3438
3439
3440 2006-02-09 [colin]      2.0.0cvs41
3441
3442         * src/summaryview.c
3443                 Fix shitty logic messed up. Thanks Ticho for the hint!
3444
3445 2006-02-09 [wwp]        2.0.0cvs40
3446
3447         * src/gtk/about.c
3448         * src/compose.c
3449         * src/prefs_account.c
3450         * src/prefs_gtk.h
3451         * src/editaddress.c
3452                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3453                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3454                 Browse buttons in accounts prefs.
3455
3456 2006-02-09 [colin]      2.0.0cvs39
3457
3458         * src/matcher.c
3459                 Check for pointer before using its members
3460         * src/gtk/gtksourceprintjob.c
3461                 Fix a wrong warning
3462
3463 2006-02-09 [wwp]        2.0.0cvs38
3464
3465         * src/gtk/filesel.c
3466                 fix few compiler warnings (type mismatch).
3467
3468 2006-02-09 [paul]       2.0.0cvs37
3469
3470         * po/fr.po
3471                 updated by Fabien Vantard
3472
3473 2006-02-08 [colin]      2.0.0cvs36
3474
3475         * src/prefs_common.c
3476         * src/common/defs.h
3477         * src/common/plugin.c
3478                 allow windows and linux configurations to coexist
3479                 patch by Thomas Gilgin
3480
3481 2006-02-08 [colin]      2.0.0cvs35
3482
3483         * src/filtering.c
3484         * src/matcher.c
3485         * src/matcher.h
3486         * src/matcher_parser_parse.y
3487         * src/prefs_filtering_action.c
3488         * src/prefs_matcher.c
3489                 Add the "Ignore thread" filtering
3490                 action
3491
3492 2006-02-08 [colin]      2.0.0cvs34
3493
3494         * src/compose.c
3495         * src/procmime.c
3496         * src/procmime.h
3497                 Fix bug #905 (damaged attachment)
3498                 text files with raw \0's aren't really text files
3499         FOR_STABLE
3500
3501 2006-02-08 [colin]      2.0.0cvs33
3502
3503         * src/summaryview.c
3504                 Fix crasher introduced yesterday
3505
3506 2006-02-08 [wwp]        2.0.0cvs32
3507
3508         * src/compose.c
3509         * src/compose.h
3510                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3511
3512 2006-02-08 [wwp]        2.0.0cvs31
3513
3514         * src/prefs_template.c
3515                 templates enhancement: allow address completion for Cc and Bcc fields
3516                 (it was currently possible for the To field only)
3517
3518 2006-02-08 [colin]      2.0.0cvs30
3519
3520         * src/compose.c
3521                 Don't unblock if not blocked
3522         FOR_STABLE
3523
3524 2006-02-07 [colin]      2.0.0cvs29
3525
3526         * src/action.c
3527                 Forgot to refresh summaryview
3528
3529 2006-02-07 [colin]      2.0.0cvs28
3530
3531         * src/action.c
3532                 Freeze/thaw message list and folder list while
3533                 processing %as{} actions 
3534         * src/compose.c
3535                 Fix auto-wrap disabling after a middle-click
3536                 paste - FOR_STABLE
3537
3538 2006-02-07 [paul]       2.0.0cvs27
3539
3540         * src/folder.c
3541                 fix freeing of uninitialised pointers
3542                 Thanks to Colin
3543
3544 2006-02-06 [colin]      2.0.0cvs26
3545
3546         * src/folder.c
3547                 Use g_slist_prepend in potentially big list
3548
3549 2006-02-06 [colin]      2.0.0cvs25
3550
3551         * src/folder.c
3552                 Completely skip processing if it doesn't 
3553                 exist (faster!)
3554
3555 2006-02-06 [colin]      2.0.0cvs24
3556
3557         * src/folder.c
3558         * src/summaryview.c
3559                 Batch filtering in summaryview (from Tools menu)
3560                 and pre/post//-processing too
3561
3562 2006-02-06 [colin]      2.0.0cvs23
3563
3564         * src/procmsg.h
3565         * src/filtering.c
3566                 Use a special field for batch filtering instead
3567                 of stepping on deferred execution's toes
3568
3569 2006-02-06 [colin]      2.0.0cvs22
3570
3571         * src/action.c
3572         * src/filtering.c
3573         * src/filtering.h
3574         * src/folder.c
3575         * src/summaryview.c
3576                 Fix filtering via menus and actions
3577
3578 2006-02-06 [colin]      2.0.0cvs21
3579
3580         * src/imap.c
3581                 Put the added file directly to cache if possible (will work
3582                 with next libetpan)
3583         * src/filtering.c
3584         * src/filtering.h
3585         * src/inc.c
3586         * src/folder.c
3587         * src/mbox.c
3588         * src/procmsg.h
3589                 Move and copy filtered messages by batches instead of one
3590                 by one - faster on IMAP
3591         * src/procmsg.c
3592                 Add a function that'll possibly be useful later
3593
3594 2006-02-06 [colin]      2.0.0cvs20
3595
3596         * src/addressbook.c
3597                 Use internal mime-type instead of text/plain for d'n'd
3598         * src/compose.c
3599                 Allow attaching files from mimeview's icon list via d'n'd
3600         * src/folderview.c
3601         * src/folderview.h
3602                 Use internal mime-type instead of text/plain for d'n'd
3603                 Don't try to selected opened folder if none is
3604                 Factorize d'n'd from other apps code
3605         * src/headerview.c
3606         * src/textview.c
3607         * src/gtk/gtkutils.c
3608         * src/gtk/gtkutils.h
3609                 Factorize Face/X-Face stuff
3610         * src/mimeview.c
3611                 Fix d'n'd to other apps
3612         * src/prefs_message.c
3613                 Let the XFace pref be usable without libcompface as it also
3614                 applies to Face
3615         * src/summaryview.c
3616                 Fix d'n'd to other apps
3617                 Factorize d'n'd from other apps code
3618
3619 2006-02-06 [wwp]        2.0.0cvs19
3620
3621         * po/it.po
3622                 Italian translation fixes by Andrea Spadaccini (no more confusion
3623                 between filtering and processing, and few changes in the About
3624                 dialog).
3625
3626
3627 2006-02-06 [mones]      2.0.0cvs18
3628
3629         * src/gtk/icon_legend.c
3630                 Improved descriptions allowing better translations
3631
3632 2006-02-05 [colin]      2.0.0cvs17
3633
3634         * src/imap.c
3635                 Add the f*cking missing expunge that caused imap_fetch_env
3636                 to fail after an add_msgs ! :-///
3637         * src/etpan/imap-thread.c
3638                 Add a bit of debug
3639         FOR_STABLE
3640
3641 2006-02-05 [colin]      2.0.0cvs16
3642
3643         * src/common/utils.c
3644                 Don't check for return-path (or we can't put
3645                 back non-sent mails)
3646
3647 2006-02-05 [colin]      2.0.0cvs15
3648
3649         * src/textview.c
3650                 Don't try to display Face header in textview
3651                 when teh headerview's active
3652
3653 2006-02-05 [colin]      2.0.0cvs14
3654
3655         * tools/tbird2syl.py
3656         * tools/Makefile.am
3657                 Add script to import Thunderbird mails
3658
3659 2006-02-05 [colin]      2.0.0cvs13
3660
3661         * src/headerview.c
3662         * src/procheader.c
3663         * src/procmsg.c
3664         * src/procmsg.h
3665         * src/textview.c
3666                 Show Face headers - patch partially by Klaus Flittner
3667
3668 2006-02-05 [colin]      2.0.0cvs12
3669
3670         * src/folderview.c
3671         * src/summaryview.c
3672         * src/common/utils.c
3673         * src/common/utils.h
3674                 Let dnd work from mime icons to summaryview
3675                 and to folderview too
3676                 Add a crude test to avoid trying to add files
3677                 drag'n'dropped when they're not mails
3678
3679 2006-02-04 [colin]      2.0.0cvs11
3680
3681         * src/summaryview.c
3682         * src/mimeview.c
3683                 Fix utf8 conversion
3684
3685 2006-02-04 [colin]      2.0.0cvs10
3686
3687         * src/compose.c
3688         * src/folderview.c
3689         * src/mimeview.c
3690         * src/summaryview.c
3691         * src/summaryview.h
3692                 Added various drag and drop capas:
3693                 From                    To
3694                 summaryview             other apps
3695                 mimeview icons          other apps
3696                 other apps              summaryview
3697                 other apps              folderview
3698
3699                 This shouldn't have broken the existing:
3700                 From                    To
3701                 summaryview             folderview
3702                 folderview              folderview
3703                 summaryview             compose's attachments
3704
3705         Tests welcomed.
3706
3707 2006-02-02 [paul]       2.0.0cvs9
3708
3709         * src/mainwindow.c
3710                 move global option 'Set displayed columns...' out
3711                 of folder option grouping.
3712                 fix sensitivity of 'harvest addresses'
3713         FOR_STABLE
3714
3715 2006-02-01 [colin]      2.0.0cvs8
3716
3717         * src/mimeview.c
3718                 Revert the alertpanel patch, it sucks (intrusive
3719                 and gets in the way of "open")
3720
3721 2006-02-01 [colin]      2.0.0cvs7
3722
3723         * src/compose.c
3724         * src/prefs_account.c
3725         * src/prefs_common.c
3726         * src/common/defs.h
3727         * src/common/utils.c
3728         * src/common/utils.h
3729                 Add ability to edit the signature file
3730                 from the account preferences, and use
3731                 a default for the text editor.
3732                 Patch by Fabien Vantard
3733
3734 2006-02-01 [colin]      2.0.0cvs6
3735
3736         * src/mimeview.c
3737                 Try to get mime type by extension if it is
3738                 application/octet-stream
3739                 Display a window with possible choices when
3740                 encountering unknown mime types
3741         * src/gtk/filesel.c
3742         * src/gtk/filesel.h
3743                 Add preview
3744                 Allow multiple selection in filtered filesel
3745                 (patch by Fabien Vantard)
3746         * src/gtk/pluginwindow.c
3747                 Use it (patch by Fabien Vantard)
3748
3749 2006-02-01 [paul]       2.0.0cvs5
3750
3751         * src/jpilot.c
3752                 fix crash on creating jpilot address book
3753                 Thanks to Colin - FOR_STABLE
3754         * src/prefs_summaries.c
3755         * src/prefs_wrapping.c
3756         * src/gtk/icon_legend.c
3757         * src/gtk/quicksearch.c
3758                 string fixes and additions
3759
3760 2006-02-01 [paul]       2.0.0cvs4
3761
3762         * src/compose.c
3763         * src/mainwindow.c
3764         * src/messageview.c
3765         * src/prefs_send.c
3766                 add Arabic encoding option
3767                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3768
3769 2006-01-31 [colin]      2.0.0cvs3
3770
3771         * src/plugins/pgpcore/passphrase.c
3772                 Convert passphrase to locale encoding
3773         * src/compose.c
3774                 Fix drafting on IMAP. Crappy bug sneaked in
3775                 the release :-/
3776         FOR_STABLE
3777
3778 2006-01-30 [paul]       2.0.0cvs2
3779
3780         * src/gtk/icon_legend.c
3781                 show the new entries
3782
3783 2006-01-30 [colin]      2.0.0cvs1
3784
3785         * src/manual.c
3786                 Check for the file to be present before 
3787                 enabling the menu - FOR_STABLE
3788         * src/gtk/icon_legend.c
3789                 Add folders icons (not all of them, there
3790                 are too much, but the most intriguing ones)
3791
3792 2006-01-30 [paul]       2.0.0
3793
3794         version 2.0.0 released
3795
3796 2006-01-30 [paul]       1.9.100cvs200
3797
3798         * manual/faq.xml
3799         * manual/gpl.xml
3800         * manual/intro.xml
3801         * manual/starting.xml
3802         * manual/sylpheed-claws-manual.xml
3803                 fixes, additions
3804
3805 2006-01-29 [mones]      1.9.100cvs199
3806
3807         * manual/account.xml
3808         * manual/advanced.xml
3809         * manual/glossary.xml
3810                 Some typos fixed, added LDIF term to glossary
3811         * po/es.po
3812                 Fixed leading plus symbol
3813
3814 2006-01-29 [paul]       1.9.100cvs198
3815
3816         * po/fi.po
3817         * po/sk.po
3818                 updated by Tommi Pirinen and Andrej Kacian
3819
3820 2006-01-29 [paul]       1.9.100cvs197
3821
3822         * src/gtk/authors.h
3823                 remove duplicates
3824
3825 2006-01-29 [paul]       1.9.100cvs196
3826
3827         * AUTHORS
3828         * po/nl.po
3829         * src/gtk/authors.h
3830         * tools/claws.i18n.status.pl
3831                 nl translation updated by Tim Dijkstra
3832
3833 2006-01-29 [paul]       1.9.100cvs195
3834
3835         * po/sr.po
3836         * po/sv.po
3837                 updated by Aleksandar Urosevic and Anders Troback
3838
3839 2006-01-28 [colin]      1.9.100cvs194
3840
3841         * src/gtk/gtksourceprintjob.c
3842                 Don't fiddle with PangoLayout when we
3843                 have an image
3844
3845 2006-01-28 [paul]       1.9.100cvs193
3846
3847         * AUTHORS
3848         * po/el.po
3849         * po/zh_CN.po
3850         * src/gtk/authors.h
3851         * tools/claws.i18n.status.pl
3852                 updated translations submitted by Stavros Giannouris
3853                 and Ralgh Young
3854
3855 2006-01-27 [colin]      1.9.100cvs192
3856
3857         * src/summaryview.c
3858         * src/gtk/gtksourceprintjob.c
3859                 Add image printing 
3860                 (libgnomeprint only, of course)
3861
3862 2006-01-27 [paul]       1.9.100cvs191
3863
3864         * po/fr.po
3865         * po/it.po
3866                 updated by Fabien Vantard and Andrea Spadaccini
3867
3868 2006-01-26 [colin]      1.9.100cvs190
3869
3870         * manual/Makefile.am
3871         * configure.ac
3872                 Make building the manual optional 
3873                 (--disable-manual)
3874
3875 2006-01-26 [paul]       1.9.100cvs189
3876
3877         * manual/glossary.xml
3878         * manual/plugins.xml
3879                 edited
3880         * po/en_GB.po
3881                 updated
3882
3883 2006-01-26 [paul]       1.9.100cvs188
3884
3885         * src/prefs_display_header.c
3886         * src/prefs_folder_column.c
3887         * src/prefs_msg_colors.c
3888         * src/prefs_summaries.c
3889         * src/prefs_summary_column.c
3890                 HIGify
3891
3892 2006-01-25 [colin]      1.9.100cvs187
3893
3894         * src/imap.c
3895                 Don't allow moving/copying mails between
3896                 queue/drafts and non-queue/drafts folders
3897                 Fixes bug #897 (message header is resetted 
3898                 if one is copied to Drafts)
3899
3900 2006-01-25 [colin]      1.9.100cvs186
3901
3902         * src/folder.c
3903         * src/mainwindow.c
3904                 Fix subscribed folders not found
3905         * src/compose.c
3906                 Don't try to encode as original mail's charset
3907                 if it's ascii 
3908
3909 2006-01-25 [paul]       1.9.100cvs185
3910
3911         * AUTHORS
3912         * po/Makevars
3913                 updated
3914         * po/de.po
3915         * po/pl.po
3916         * po/pt_BR.po
3917         * po/sr.po
3918                 updates submitted by Stephan Sachse, Emilian Nowak
3919                 and Quar, Frederico Goncalves Guimaraes, and
3920                 Aleksandar Urosevic
3921                 Fix Bug 896, 'PT_BR locale broken'.
3922         * src/gtk/authors.h
3923                 updated
3924
3925 2006-01-24 [mones]      1.9.100cvs184
3926
3927         * manual/glossary.xml
3928                 All current terms finished. Reviewers welcome ;-)
3929         * manual/keyboard.xml
3930                 Fixed column width for pdf output.
3931         * po/es.po
3932                 Updated
3933
3934 2006-01-24 [paul]       1.9.100cvs183
3935
3936         * manual/glossary.xml
3937                 fix id name
3938         * manual/dist/html/Makefile.am
3939         * manual/dist/pdf/Makefile.am
3940         * manual/dist/ps/Makefile.am
3941         * manual/dist/txt/Makefile.am
3942                 fix make deps
3943                 Thanks to Colin
3944
3945 2006-01-24 [mones]      1.9.100cvs182
3946
3947         * manual/glossary.xml
3948                 Nearly finished, some terms missing.
3949
3950 2006-01-23 [paul]       1.9.100cvs181
3951
3952         * manual/dist/html/Makefile.am
3953         * manual/dist/pdf/Makefile.am
3954         * manual/dist/ps/Makefile.am
3955         * manual/dist/txt/Makefile.am
3956         * src/mainwindow.c
3957                 re-enable manual
3958                 Thanks to Colin
3959
3960 2006-01-22 [colin]      1.9.100cvs180
3961
3962         * src/compose.c
3963         * src/gtk/gtkaspell.c
3964                 Don't deselect stuff before right-clicking, with aspell.
3965                 (This prevented right-click Copy, for example).
3966                 Thanks to Clo!
3967
3968 2006-01-22 [paul]       1.9.100cvs179
3969
3970         * src/summary_search.c
3971                 don't fix the widget size as it causes problems
3972                 under localisation.
3973                 Thanks to Emilian Nowak
3974
3975 2006-01-21 [paul]       1.9.100cvs178
3976
3977         * src/prefs_themes.c
3978                 fix broken underlining of label text
3979                 with some translations
3980
3981 2006-01-21 [colin]      1.9.100cvs177
3982
3983         * po/fr.po
3984                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3985
3986 2006-01-20 [colin]      1.9.100cvs176
3987
3988         * configure.ac
3989         * Makefile.am
3990         * manual/Makefile
3991         * manual/dist/html/.cvsignore
3992         * manual/dist/html/Makefile.am
3993         * manual/dist/pdf/.cvsignore
3994         * manual/dist/pdf/Makefile.am
3995         * manual/dist/ps/.cvsignore
3996         * manual/dist/ps/Makefile.am
3997         * manual/dist/txt/.cvsignore
3998         * manual/dist/txt/Makefile.am
3999                 Autotool-ize manual
4000
4001 2006-01-20 [paul]       1.9.100cvs175
4002
4003         * manual/handling.xml
4004                 make Filtering and Searching entries easier to find
4005         * manual/keyboard.xml
4006                 add the remaining default keybinds
4007         * src/prefs_summaries.c
4008                 update the default keybinds
4009
4010 2006-01-20 [paul]       1.9.100cvs174
4011
4012         * src/addressbook.c
4013         * src/addrgather.c
4014         * src/addrharvest.c
4015         * src/editaddress.c
4016         * src/editgroup.c
4017         * src/exphtmldlg.c
4018         * src/expldifdlg.c
4019         * src/exporthtml.c
4020         * src/exportldif.c
4021         * src/ldif.c
4022                 replace 'e-mail' with 'email'
4023         * src/summary_search.c
4024                 add mnemonic to "Find all" button
4025
4026 2006-01-20 [wwp]        1.9.100cvs173
4027
4028         * src/export.c
4029         * src/import.c
4030                 touched mbox import/export buttons for HIG-compliance
4031
4032 2006-01-19 [paul]       1.9.100cvs172
4033
4034         * manual/account.xml
4035         * manual/addrbook.xml
4036         * manual/advanced.xml
4037         * manual/faq.xml
4038         * manual/handling.xml
4039         * manual/intro.xml
4040         * manual/plugins.xml
4041         * manual/starting.xml
4042                 more editing
4043
4044 2006-01-19 [paul]       1.9.100cvs171
4045
4046         * src/toolbar.c
4047                 allow use of trash button while receiving
4048                 Thanks to Colin
4049
4050 2006-01-19 [wwp]        1.9.100cvs170
4051
4052         * src/gtk/quicksearch.c
4053         * src/compose.c
4054                 force text color to black when yellow background is set
4055
4056 2006-01-19 [colin]      1.9.100cvs169
4057
4058         * src/plugins/trayicon/trayicon.c
4059                 Gray out Get Mail when already getting mail
4060
4061 2006-01-18 [paul]       1.9.100cvs168
4062
4063         * src/compose.c
4064                 give widget yellow background was To is
4065                 set via folder prefs
4066         * src/gtk/quicksearch.c
4067                 give widget yellow background when quick
4068                 search is active.
4069                 Thanks to Colin
4070
4071 2006-01-18 [paul]       1.9.100cvs167
4072
4073         * doc/man/sylpheed-claws.1
4074                 add --subscribe option
4075
4076 2006-01-18 [paul]       1.9.100cvs166
4077
4078         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4079         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4080                 use %U instead of %F (%F is broken for user installed
4081                 files in kde 3.5)
4082
4083 2006-01-18 [colin]      1.9.100cvs165
4084
4085         * src/summaryview.c
4086                 Default to Yes in "No more * messages" dialogs
4087
4088 2006-01-17 [colin]      1.9.100cvs164
4089
4090         * src/compose.c
4091                 Possibly fix an invalid iterator causing
4092                 crash
4093
4094 2006-01-17 [colin]      1.9.100cvs163
4095
4096         * src/mimeview.c
4097                 Fix crash when the image disappears under the
4098                 image viewer
4099
4100 2006-01-16 [colin]      1.9.100cvs162
4101
4102         * src/compose.c
4103                 Fix reenabling autowrap
4104
4105 2006-01-16 [colin]      1.9.100cvs161
4106
4107         * src/compose.c
4108                 reset quote_len before getting quote_str
4109
4110 2006-01-16 [colin]      1.9.100cvs160
4111
4112         * src/account.c
4113         * src/account.h
4114         * src/folder.c
4115         * src/imap_gtk.c
4116         * src/mh_gtk.c
4117                 Fix bug #883 (default inbox does not track folder move)
4118
4119 2006-01-16 [colin]      1.9.100cvs159
4120
4121         * src/compose.c
4122         * src/plugins/pgpcore/passphrase.c
4123                 More buttons fixes
4124
4125 2006-01-16 [paul]       1.9.100cvs158
4126
4127         * src/prefs_actions.c
4128         * src/prefs_filtering_action.c
4129         * src/prefs_matcher.c
4130         * src/quote_fmt.c
4131         * src/gtk/description_window.c
4132         * src/gtk/description_window.h
4133         * src/gtk/quicksearch.c
4134                 description window cleanups
4135
4136 2006-01-15 [colin]      1.9.100cvs157
4137
4138         * src/addressbook.c
4139         * src/prefs_filtering.c
4140                 Same here
4141
4142 2006-01-15 [colin]      1.9.100cvs156
4143
4144         * src/folderview.c
4145         * src/mainwindow.c
4146                 Same for "Empty trash"
4147
4148 2006-01-15 [colin]      1.9.100cvs155
4149
4150         * src/inc.c
4151                 Override offline dialog had Yes by default
4152
4153 2006-01-15 [colin]      1.9.100cvs154
4154
4155         * src/summaryview.c
4156                 Delete selected messages? previously had Yes the default
4157
4158 2006-01-15 [colin]      1.9.100cvs153
4159
4160         * src/folder.c
4161         * src/folder.h
4162         * src/main.c
4163                 Check if a mailbox is loaded after all
4164                 plugins are loaded.
4165
4166 2006-01-15 [colin]      1.9.100cvs152
4167
4168         * src/folder.c
4169                 Don't start wizard when there are unloaded folders (will help
4170                 people with only mbox or maildir mailboxes)
4171
4172 2006-01-14 [colin]      1.9.100cvs151
4173
4174         * src/addressbook.c
4175         * src/expldifdlg.c
4176         * src/importldif.c
4177         * src/importmutt.c
4178         * src/importpine.c
4179         * src/mh_gtk.c
4180                 More HIG compliance and fixes
4181
4182 2006-01-14 [colin]      1.9.100cvs150
4183
4184         * src/prefs_filtering_action.c
4185         * src/foldersel.c
4186                 Two forgotten button order changes
4187
4188 2006-01-14 [colin]      1.9.100cvs149
4189
4190         * src/account.c
4191         * src/addressbook.c
4192         * src/compose.c
4193         * src/folderview.c
4194         * src/imap_gtk.c
4195         * src/mainwindow.c
4196         * src/mh_gtk.c
4197         * src/news_gtk.c
4198         * src/prefs_actions.c
4199         * src/prefs_customheader.c
4200         * src/prefs_filtering.c
4201         * src/prefs_matcher.c
4202         * src/prefs_template.c
4203         * src/ssl_manager.c
4204         * src/summaryview.c
4205         * src/textview.c
4206         * src/toolbar.c
4207                 All deletion confirmations are now "Cancel, Delete" 
4208                 instead of "No, Yes"
4209                 Clarified most of the other "No, Yes" to 
4210                 "Cancel, Descriptive_action"
4211                 Rechanged the "Entry not saved" alerts to have 
4212                 "Close, Continue editing"
4213
4214
4215 2006-01-14 [paul]
4216
4217         * 2.0.0-rc4 released
4218
4219 2006-01-14 [paul]       1.9.100cvs148
4220
4221         * src/account.c
4222         * src/addressadd.c
4223         * src/addressbook.c
4224         * src/compose.c
4225         * src/editaddress.c
4226         * src/editbook.c
4227         * src/editgroup.c
4228         * src/editjpilot.c
4229         * src/editldap.c
4230         * src/editvcard.c
4231         * src/exphtmldlg.c
4232         * src/expldifdlg.c
4233         * src/folderview.c
4234         * src/grouplistdialog.c
4235         * src/imap_gtk.c
4236         * src/importmutt.c
4237         * src/importpine.c
4238         * src/inc.c
4239         * src/main.c
4240         * src/mainwindow.c
4241         * src/message_search.c
4242         * src/messageview.c
4243         * src/mh_gtk.c
4244         * src/mimeview.c
4245         * src/news_gtk.c
4246         * src/prefs_actions.c
4247         * src/prefs_customheader.c
4248         * src/prefs_filtering.c
4249         * src/prefs_matcher.c
4250         * src/prefs_template.c
4251         * src/prefs_themes.c
4252         * src/ssl_manager.c
4253         * src/summary_search.c
4254         * src/summaryview.c
4255         * src/textview.c
4256         * src/toolbar.c
4257         * src/gtk/foldersort.c
4258         * src/gtk/gtkaspell.c
4259         * src/gtk/inputdialog.c
4260         * src/gtk/prefswindow.c
4261         * src/plugins/pgpcore/select-keys.c
4262         * src/plugins/trayicon/trayicon.c
4263                 HIG compliant button order
4264
4265 2006-01-14 [mones]      1.9.100cvs147
4266
4267         * po/es.po
4268                 Updated translation
4269
4270 2006-01-13 [paul]       1.9.100cvs146
4271
4272         * AUTHORS
4273         * ChangeLog
4274         * src/gtk/authors.h
4275                 add Joshua M. Kwan to contributors list
4276
4277 2006-01-13 [colin]      1.9.100cvs145
4278
4279         * src/gtk/quicksearch.c
4280                 Don't refocus quick search after executing (Esc or Enter)
4281                 Allows to '/'search something then move up/down in 
4282                 summaryview, and to Esc a search and be back in the 
4283                 summaryview
4284
4285 2006-01-13 [paul]       1.9.100cvs144
4286
4287         * src/plugins/pgpinline/pgpinline.c
4288                 support Content-Type 'application/pgp'
4289                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4290
4291 2006-01-13 [paul]       1.9.100cvs143
4292
4293         * manual/account.xml
4294                 make mention of partial retrieval
4295                 thanks to Colin
4296
4297 2006-01-13 [paul]       1.9.100cvs142
4298
4299         * src/account.c
4300         * src/account.h
4301         * src/action.c
4302         * src/action.h
4303         * src/adbookbase.h
4304         * src/addr_compl.c
4305         * src/addr_compl.h
4306         * src/addrbook.c
4307         * src/addrcache.c
4308         * src/addrcache.h
4309         * src/addrcindex.c
4310         * src/addrcindex.h
4311         * src/addrclip.c
4312         * src/addrclip.h
4313         * src/addrdefs.h
4314         * src/addressadd.c
4315         * src/addressadd.h
4316         * src/addressbook.c
4317         * src/addressbook.h
4318         * src/addrgather.c
4319         * src/addrgather.h
4320         * src/addrharvest.c
4321         * src/addrharvest.h
4322         * src/addrindex.c
4323         * src/addrindex.h
4324         * src/addritem.c
4325         * src/addritem.h
4326         * src/addrquery.c
4327         * src/addrquery.h
4328         * src/addrselect.c
4329         * src/addrselect.h
4330         * src/alertpanel.c
4331         * src/alertpanel.h
4332         * src/browseldap.c
4333         * src/browseldap.h
4334         * src/codeconv.c
4335         * src/codeconv.h
4336         * src/compose.c
4337         * src/compose.h
4338         * src/customheader.c
4339         * src/customheader.h
4340         * src/displayheader.c
4341         * src/displayheader.h
4342         * src/editaddress.c
4343         * src/editaddress.h
4344         * src/editbook.c
4345         * src/editbook.h
4346         * src/editgroup.c
4347         * src/editgroup.h
4348         * src/editjpilot.c
4349         * src/editjpilot.h
4350         * src/editldap.c
4351         * src/editldap.h
4352         * src/editldap_basedn.c
4353         * src/editldap_basedn.h
4354         * src/editvcard.c
4355         * src/editvcard.h
4356         * src/exphtmldlg.c
4357         * src/exphtmldlg.h
4358         * src/expldifdlg.c
4359         * src/expldifdlg.h
4360         * src/export.h
4361         * src/exporthtml.c
4362         * src/exporthtml.h
4363         * src/exportldif.c
4364         * src/exportldif.h
4365         * src/filtering.c
4366         * src/filtering.h
4367         * src/folder.c
4368         * src/folder.h
4369         * src/folder_item_prefs.c
4370         * src/folder_item_prefs.h
4371         * src/foldersel.c
4372         * src/foldersel.h
4373         * src/folderutils.c
4374         * src/folderutils.h
4375         * src/folderview.c
4376         * src/folderview.h
4377         * src/grouplistdialog.c
4378         * src/grouplistdialog.h
4379         * src/headerview.c
4380         * src/html.c
4381         * src/html.h
4382         * src/image_viewer.c
4383         * src/image_viewer.h
4384         * src/imap.c
4385         * src/imap.h
4386         * src/imap_gtk.c
4387         * src/imap_gtk.h
4388         * src/import.h
4389         * src/importldif.c
4390         * src/importldif.h
4391         * src/importmutt.c
4392         * src/importmutt.h
4393         * src/importpine.c
4394         * src/importpine.h
4395         * src/inc.c
4396         * src/inc.h
4397         * src/jpilot.c
4398         * src/jpilot.h
4399         * src/ldapctrl.c
4400         * src/ldapctrl.h
4401         * src/ldaplocate.c
4402         * src/ldaplocate.h
4403         * src/ldapquery.c
4404         * src/ldapquery.h
4405         * src/ldapserver.c
4406         * src/ldapserver.h
4407         * src/ldaputil.c
4408         * src/ldaputil.h
4409         * src/ldif.c
4410         * src/ldif.h
4411         * src/main.c
4412         * src/main.h
4413         * src/mainwindow.c
4414         * src/mainwindow.h
4415         * src/manual.c
4416         * src/manual.h
4417         * src/mbox.c
4418         * src/mbox.h
4419         * src/message_search.c
4420         * src/message_search.h
4421         * src/messageview.c
4422         * src/messageview.h
4423         * src/mh.c
4424         * src/mh.h
4425         * src/mh_gtk.c
4426         * src/mh_gtk.h
4427         * src/mimeview.c
4428         * src/mimeview.h
4429         * src/msgcache.c
4430         * src/msgcache.h
4431         * src/mutt.c
4432         * src/mutt.h
4433         * src/news.c
4434         * src/news.h
4435         * src/news_gtk.c
4436         * src/news_gtk.h
4437         * src/partial_download.c
4438         * src/partial_download.h
4439         * src/pine.c
4440         * src/pine.h
4441         * src/pop.c
4442         * src/pop.h
4443         * src/prefs_account.c
4444         * src/prefs_account.h
4445         * src/prefs_actions.c
4446         * src/prefs_actions.h
4447         * src/prefs_common.c
4448         * src/prefs_common.h
4449         * src/prefs_compose_writing.c
4450         * src/prefs_compose_writing.h
4451         * src/prefs_customheader.c
4452         * src/prefs_customheader.h
4453         * src/prefs_display_header.c
4454         * src/prefs_display_header.h
4455         * src/prefs_filtering.c
4456         * src/prefs_filtering.h
4457         * src/prefs_filtering_action.c
4458         * src/prefs_filtering_action.h
4459         * src/prefs_folder_column.c
4460         * src/prefs_folder_column.h
4461         * src/prefs_folder_item.c
4462         * src/prefs_folder_item.h
4463         * src/prefs_fonts.c
4464         * src/prefs_fonts.h
4465         * src/prefs_gtk.c
4466         * src/prefs_gtk.h
4467         * src/prefs_image_viewer.c
4468         * src/prefs_image_viewer.h
4469         * src/prefs_matcher.c
4470         * src/prefs_matcher.h
4471         * src/prefs_message.c
4472         * src/prefs_msg_colors.c
4473         * src/prefs_msg_colors.h
4474         * src/prefs_other.c
4475         * src/prefs_quote.c
4476         * src/prefs_receive.c
4477         * src/prefs_send.c
4478         * src/prefs_spelling.c
4479         * src/prefs_spelling.h
4480         * src/prefs_summaries.c
4481         * src/prefs_summaries.h
4482         * src/prefs_summary_column.c
4483         * src/prefs_summary_column.h
4484         * src/prefs_template.c
4485         * src/prefs_template.h
4486         * src/prefs_themes.c
4487         * src/prefs_themes.h
4488         * src/prefs_toolbar.c
4489         * src/prefs_toolbar.h
4490         * src/prefs_wrapping.c
4491         * src/prefs_wrapping.h
4492         * src/privacy.c
4493         * src/privacy.h
4494         * src/procheader.c
4495         * src/procheader.h
4496         * src/procmime.c
4497         * src/procmime.h
4498         * src/procmsg.c
4499         * src/procmsg.h
4500         * src/quote_fmt.c
4501         * src/quote_fmt_parse.y
4502         * src/recv.c
4503         * src/recv.h
4504         * src/remotefolder.c
4505         * src/remotefolder.h
4506         * src/send_message.c
4507         * src/send_message.h
4508         * src/setup.c
4509         * src/setup.h
4510         * src/sourcewindow.c
4511         * src/sourcewindow.h
4512         * src/ssl_manager.c
4513         * src/ssl_manager.h
4514         * src/statusbar.c
4515         * src/statusbar.h
4516         * src/stock_pixmap.c
4517         * src/stock_pixmap.h
4518         * src/summary_search.c
4519         * src/summary_search.h
4520         * src/summaryview.c
4521         * src/summaryview.h
4522         * src/syldap.c
4523         * src/syldap.h
4524         * src/textview.c
4525         * src/textview.h
4526         * src/toolbar.c
4527         * src/toolbar.h
4528         * src/undo.c
4529         * src/undo.h
4530         * src/unmime.c
4531         * src/unmime.h
4532         * src/vcard.c
4533         * src/vcard.h
4534         * src/wizard.c
4535         * src/wizard.h
4536         * src/common/base64.c
4537         * src/common/base64.h
4538         * src/common/defs.h
4539         * src/common/hooks.c
4540         * src/common/hooks.h
4541         * src/common/log.c
4542         * src/common/log.h
4543         * src/common/mgutils.c
4544         * src/common/mgutils.h
4545         * src/common/nntp.c
4546         * src/common/nntp.h
4547         * src/common/passcrypt.c
4548         * src/common/passcrypt.h.in
4549         * src/common/plugin.c
4550         * src/common/plugin.h
4551         * src/common/prefs.c
4552         * src/common/prefs.h
4553         * src/common/progressindicator.c
4554         * src/common/progressindicator.h
4555         * src/common/quoted-printable.c
4556         * src/common/quoted-printable.h
4557         * src/common/session.c
4558         * src/common/session.h
4559         * src/common/smtp.c
4560         * src/common/smtp.h
4561         * src/common/socket.c
4562         * src/common/socket.h
4563         * src/common/ssl.c
4564         * src/common/ssl.h
4565         * src/common/ssl_certificate.c
4566         * src/common/ssl_certificate.h
4567         * src/common/stringtable.c
4568         * src/common/stringtable.h
4569         * src/common/sylpheed.c
4570         * src/common/sylpheed.h
4571         * src/common/template.c
4572         * src/common/template.h
4573         * src/common/timing.h
4574         * src/common/utils.c
4575         * src/common/utils.h
4576         * src/common/version.h.in
4577         * src/common/xml.c
4578         * src/common/xml.h
4579         * src/common/xmlprops.c
4580         * src/common/xmlprops.h
4581         * src/gtk/colorlabel.c
4582         * src/gtk/colorsel.c
4583         * src/gtk/colorsel.h
4584         * src/gtk/description_window.c
4585         * src/gtk/description_window.h
4586         * src/gtk/filesel.c
4587         * src/gtk/filesel.h
4588         * src/gtk/foldersort.c
4589         * src/gtk/foldersort.h
4590         * src/gtk/gtkutils.c
4591         * src/gtk/gtkutils.h
4592         * src/gtk/inputdialog.c
4593         * src/gtk/inputdialog.h
4594         * src/gtk/logwindow.c
4595         * src/gtk/logwindow.h
4596         * src/gtk/manage_window.c
4597         * src/gtk/manage_window.h
4598         * src/gtk/menu.c
4599         * src/gtk/menu.h
4600         * src/gtk/pluginwindow.c
4601         * src/gtk/pluginwindow.h
4602         * src/gtk/prefswindow.c
4603         * src/gtk/prefswindow.h
4604         * src/gtk/progressdialog.c
4605         * src/gtk/progressdialog.h
4606         * src/gtk/sslcertwindow.c
4607         * src/gtk/sslcertwindow.h
4608         * src/plugins/clamav/clamav_plugin.c
4609         * src/plugins/clamav/clamav_plugin.h
4610         * src/plugins/clamav/clamav_plugin_gtk.c
4611         * src/plugins/demo/demo.c
4612         * src/plugins/dillo_viewer/dillo_prefs.c
4613         * src/plugins/dillo_viewer/dillo_prefs.h
4614         * src/plugins/dillo_viewer/dillo_viewer.c
4615         * src/plugins/pgpcore/passphrase.c
4616         * src/plugins/pgpcore/passphrase.h
4617         * src/plugins/pgpcore/plugin.c
4618         * src/plugins/pgpcore/select-keys.c
4619         * src/plugins/pgpcore/select-keys.h
4620         * src/plugins/pgpcore/sgpgme.c
4621         * src/plugins/pgpcore/sgpgme.h
4622         * src/plugins/pgpinline/pgpinline.c
4623         * src/plugins/pgpinline/pgpinline.h
4624         * src/plugins/pgpinline/plugin.c
4625         * src/plugins/pgpmime/pgpmime.c
4626         * src/plugins/pgpmime/pgpmime.h
4627         * src/plugins/pgpmime/plugin.c
4628         * src/plugins/spamassassin/spamassassin.c
4629         * src/plugins/spamassassin/spamassassin.h
4630         * src/plugins/spamassassin/spamassassin_gtk.c
4631         * src/plugins/trayicon/trayicon.c
4632                 update copyright header
4633
4634 2006-01-13 [paul]       1.9.100cvs141
4635
4636         * src/account.c
4637         * src/export.c
4638         * src/import.c
4639         * src/mainwindow.c
4640         * src/prefs_account.c
4641         * src/prefs_display_header.c
4642         * src/prefs_receive.c
4643         * src/prefs_send.c
4644         * src/prefs_summaries.c
4645         * src/prefs_themes.c
4646         * src/prefs_toolbar.c
4647         * src/gtk/about.c
4648                 various cleanups
4649
4650 2006-01-12 [colin]      1.9.100cvs140
4651
4652         * src/folder.c
4653         * src/folder.h
4654         * src/main.c
4655                 Add --subscribe option
4656                 Let sylpheed-claws email@domain.com equivalent to --compose
4657                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4658
4659 2006-01-12 [paul]       1.9.100cvs139
4660
4661         * src/mainwindow.c
4662                 append 'Change folder order' label with '...'
4663         * src/prefs_actions.c
4664                 allow reordering of actions list by dnd
4665         * src/gtk/foldersort.c
4666                 make the dialog nicer
4667
4668 2006-01-11 [colin]      1.9.100cvs138
4669
4670         * src/compose.c
4671                 Allow templates without text
4672
4673 2006-01-11 [paul]       1.9.100cvs137
4674
4675         * tools/README
4676         * tools/filter_conv_new.pl
4677                 add info to README
4678                 also check .sylpheed for filter.xml
4679                 be a bit informative to the user
4680
4681 2006-01-11 [colin]      1.9.100cvs136
4682
4683         * src/textview.c
4684                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4685
4686 2006-01-10 [paul]       1.9.100cvs135
4687
4688         * tools/Makefile.am
4689         * tools/filter_conv_new.pl
4690                 add script to convert new style Sylpheed
4691                 filter rules (Sylpheed >= 0.9.99) to
4692                 Claws filtering rules
4693
4694 2006-01-10 [colin]      1.9.100cvs134
4695
4696         * src/compose.c
4697                 Fix broken line joins in certain conditions
4698                 (between two quoted lines: <enter><enter><up>
4699                  <type a wrapped sentence><go in the first line>
4700                  <insert more text><watch as line joining failed>)
4701
4702 2006-01-10 [paul]       1.9.100cvs133
4703
4704         * src/compose.c
4705                 don't report success in error dialog
4706                 thanks to Colin
4707         * src/common/utils.c
4708                 include some trailing punctuations as URI
4709                 thanks to Hiro
4710
4711 2006-01-10 [paul]       1.9.100cvs132
4712
4713         * src/mimeview.c
4714                 fix incompatible pointer type
4715                 warning
4716
4717 2006-01-10 [paul]       1.9.100cvs131
4718
4719         * src/compose.c
4720                 change Subject in window title
4721                 instantaneously
4722
4723 2006-01-09 [colin]      1.9.100cvs130
4724
4725         * src/addressbook.c
4726         * src/headerview.c
4727         * src/mainwindow.c
4728         * src/messageview.c
4729         * src/mimeview.c
4730         * src/noticeview.c
4731         * src/summaryview.c
4732                 Fix possible crashes on exit and in addressbook
4733
4734 2006-01-09 [paul]       1.9.100cvs129
4735
4736         * src/prefs_msg_colors.c
4737                 some cleanups that I forgot last time
4738
4739 2006-01-09 [paul]       1.9.100cvs128
4740
4741         * README
4742         * src/folderview.c
4743         * src/prefs_msg_colors.c
4744                 add previously hidden option, color_new, to
4745                 the gui
4746                 move the page to Display/
4747                 rework the gui
4748
4749 2006-01-09 [wwp]        1.9.100cvs127
4750
4751         * src/prefs_themes.c
4752                 made the prefs/display/themes layouts spacing less condensed
4753                 (and so they match other prefs/pages' look).
4754
4755 2006-01-09 [paul]       1.9.100cvs126
4756
4757         * src/compose.c
4758         * src/prefs_common.c
4759         * src/prefs_common.h
4760         * src/prefs_wrapping.c
4761                 remove 'wrap at send' option
4762
4763 2006-01-06 [colin]      1.9.100cvs125
4764
4765         * src/compose.c
4766                 Just make completely sure we don't insert "manual line breaks" 
4767                 when wrapping... 
4768
4769 2006-01-04 [paul]
4770
4771         * 2.0.0-rc3 released
4772
4773 2006-01-04 [paul]       1.9.100cvs124
4774
4775         * src/folderview.c
4776                 fix bug 882, 'quick scroll in folder list
4777                 displays wrong folder contents'
4778
4779 2006-01-04 [paul]       1.9.100cvs123
4780
4781         * src/plugins/pgpmime/pgpmime.c
4782                 better debug information when signing
4783                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4784
4785 2006-01-03 [colin]      1.9.100cvs122
4786
4787         * configure.ac
4788                 We need to recheck for gpgme 1.0.0 after checking
4789                 for 1.1.1, because if 1.1.1 isn't available, 
4790                 GPGME_LIBS and friends are blanked out by the 
4791                 second check.
4792
4793 2006-01-03 [colin]      1.9.100cvs121
4794
4795         * src/common/prefs.c
4796                 Windows unlink-before rename fix
4797         * src/plugins/pgpcore/sgpgme.c
4798                 Add support for PKA info if available
4799                 Both patches by Werner Koch
4800
4801 2006-01-03 [paul]       1.9.100cvs120
4802
4803         * src/messageview.c
4804                 fix bug 884, 'Send receipt' button visible in queue
4805                 Thanks to Colin
4806
4807 2006-01-02 [colin]      1.9.100cvs119
4808
4809         * src/compose.c
4810         * src/imap.c
4811                 Fix autosave on IMAP and more generally try to
4812                 return the correct ID on a newly added IMAP message
4813
4814 2006-01-02 [paul]       1.9.100cvs118
4815
4816         * manual/keyboard.xml
4817                 edited
4818
4819 2006-01-01 [paul]       1.9.100cvs117
4820
4821         * src/gtk/authors.h
4822                 alphabetical order
4823
4824 2005-12-30 [colin]      1.9.100cvs116
4825
4826         * manual/advanced.xml
4827                 Explain Pre/Post-processing differences.
4828
4829 2005-12-30 [colin]      1.9.100cvs115
4830
4831         * src/mh.c
4832                 Implement copy_msgs for a little optimization
4833         * src/imap.c
4834                 Finish yesterday's fix
4835
4836 2005-12-29 [colin]      1.9.100cvs114
4837
4838         * src/imap.c
4839                 Fix occasional failure in fetching a mail over
4840                 IMAP
4841
4842 2005-12-29 [colin]      1.9.100cvs113
4843
4844         * src/compose.c
4845                 Don't remove a draft when sending it, if it is 
4846                 locked.
4847
4848 2005-12-28 [colin]      1.9.100cvs112
4849
4850         * src/summaryview.c
4851                 Fix leak for real
4852
4853 2005-12-28 [wwp]        1.9.100cvs111
4854
4855         * doc/faq/.cvsignore
4856         * doc/faq/de/.cvsignore
4857         * doc/faq/en/.cvsignore
4858         * doc/faq/es/.cvsignore
4859         * doc/faq/fr/.cvsignore
4860         * doc/faq/it/.cvsignore
4861         * doc/manual/.cvsignore
4862         * doc/manual/de/.cvsignore
4863         * doc/manual/en/.cvsignore
4864         * doc/manual/es/.cvsignore
4865         * doc/manual/fr/.cvsignore
4866         * doc/manual/ja/.cvsignore
4867         * src/plugins/mathml_viewer/.cvsignore
4868                 rollback revival of those files (my bad, sorry for the noise).
4869
4870 2005-12-28 [wwp]        1.9.100cvs110
4871
4872         * src/compose.c
4873                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4874
4875 2005-12-28 [wwp]        1.9.100cvs109
4876
4877         * doc/faq/.cvsignore
4878         * doc/faq/de/.cvsignore
4879         * doc/faq/en/.cvsignore
4880         * doc/faq/es/.cvsignore
4881         * doc/faq/fr/.cvsignore
4882         * doc/faq/it/.cvsignore
4883         * doc/manual/.cvsignore
4884         * doc/manual/de/.cvsignore
4885         * doc/manual/en/.cvsignore
4886         * doc/manual/es/.cvsignore
4887         * doc/manual/fr/.cvsignore
4888         * doc/manual/ja/.cvsignore
4889         * src/plugins/mathml_viewer/.cvsignore
4890         * po/.cvsignore
4891                 more files to ignore.
4892
4893 2005-12-24 [colin]      1.9.100cvs108
4894
4895         * AUTHORS
4896         * src/gtk/authors.h
4897                 Update for Werner
4898
4899 2005-12-24 [colin]      1.9.100cvs107
4900
4901         * src/procmsg.c
4902                 Allow NULL src_msginfo in 
4903                 procmsg_msginfo_new_from_mimeinfo
4904
4905 2005-12-23 [paul]       1.9.100cvs106
4906
4907         * src/plugins/pgpinline/mypgpcore.def
4908                 add this forgotten file
4909
4910 2005-12-23 [colin]      1.9.100cvs105
4911
4912         * src/mainwindow.c
4913                 Fix missing break
4914
4915 2005-12-23 [colin]      1.9.100cvs104
4916
4917         * autogen.sh
4918         * src/folder.c
4919         * src/mh.c
4920         * src/common/plugin.c
4921         * src/common/socket.c
4922         * src/common/socket.h
4923         * src/common/utils.c
4924         * src/common/utils.h
4925         * src/gtk/pluginwindow.c
4926         * src/plugins/pgpcore/plugin.def
4927         * src/plugins/pgpcore/sylpheed.def
4928         * src/plugins/pgpinline/Makefile.am
4929         * src/plugins/pgpinline/plugin.def
4930         * src/plugins/pgpinline/sylpheed.def
4931         * src/plugins/pgpmime/plugin.def
4932         * src/plugins/pgpmime/sylpheed.def
4933                 Various w32 fixes by Werner Koch
4934
4935 2005-12-22 [paul]       1.9.100cvs103
4936
4937         * src/wizard.c
4938                 don't offer IMAP as 'server type' if
4939                 libetpan isn't built in
4940
4941 2005-12-22 [paul]       1.9.100cvs102
4942
4943         * AUTHORS
4944         * src/mainwindow.c
4945         * src/mainwindow.h
4946         * src/toolbar.c
4947         * src/gtk/authors.h
4948                 support GTK_TOOLBAR_BOTH_HORIZ (text
4949                 next to icon) Patch by Marien Zwart
4950                 marienz@users.sf.net
4951                 Also reword the text
4952
4953 2005-12-21 [colin]      1.9.100cvs101
4954
4955         * configure.ac
4956                 Fix DATADIRNAME
4957         * COPYING
4958                 Fix missing section and explicit the exception better
4959         * src/compose.c
4960                 Prevent mail from being lost without notice when an
4961                 SMTP error happens on trying to send an unmodified
4962                 drafted mail.
4963         * src/send_message.c
4964         * src/common/smtp.c
4965                 Fix password remembering when wrong, and add return
4966                 value checks where they should have been
4967         * src/plugins/pgpcore/sylpheed.def
4968         * src/plugins/pgpinline/sylpheed.def
4969         * src/plugins/pgpmime/sylpheed.def
4970                 Add a few symbols needed
4971
4972 2005-12-21 [paul]       1.9.100cvs100
4973
4974         * m4/codeset.m4
4975         * m4/glibc21.m4
4976         * m4/intdiv0.m4
4977         * m4/inttypes-pri.m4
4978         * m4/inttypes.m4
4979         * m4/inttypes_h.m4
4980         * m4/isc-posix.m4
4981         * m4/lcmessage.m4
4982         * m4/stdint_h.m4
4983         * m4/uintmax_t.m4
4984                 gettextization
4985                 thanks to Colin
4986
4987 2005-12-21 [paul]       1.9.100cvs99
4988
4989         * po/sv.po
4990                 fixed by Colin
4991
4992 2005-12-20 [paul]       1.9.100cvs98
4993
4994         * po/sv.po
4995                 updated by Anders Trobäck
4996
4997 2005-12-20 [colin]      1.9.100cvs97
4998
4999         * ABOUT-NLS
5000         * Makefile.am
5001         * autogen.sh
5002         * configure.ac
5003         * config/config.rpath
5004         * config/mkinstalldirs
5005         * m4/Makefile.am
5006         * m4/glibc2.m4
5007         * m4/gnupg.m4
5008         * m4/gpgme.m4
5009         * m4/intmax.m4
5010         * m4/longdouble.m4
5011         * m4/longlong.m4
5012         * m4/printf-posix.m4
5013         * m4/signed.m4
5014         * m4/size_max.m4
5015         * m4/ulonglong.m4
5016         * m4/wchar_t.m4
5017         * m4/wint_t.m4
5018         * m4/xsize.m4
5019         * po/Makefile.in.in
5020         * po/Makevars
5021         * po/bg.po
5022         * po/ca.po
5023         * po/cs.po
5024         * po/de.po
5025         * po/el.po
5026         * po/en_GB.po
5027         * po/es.po
5028         * po/fi.po
5029         * po/fr.po
5030         * po/hr.po
5031         * po/hu.po
5032         * po/it.po
5033         * po/ja.po
5034         * po/ko.po
5035         * po/nb.po
5036         * po/nl.po
5037         * po/pl.po
5038         * po/pt_BR.po
5039         * po/ru.po
5040         * po/sk.po
5041         * po/sr.po
5042         * po/stamp-po
5043         * po/sv.po
5044         * po/zh_CN.po
5045         * po/zh_TW.po
5046         * src/Makefile.am
5047         * src/codeconv.c
5048         * src/compose.c
5049         * src/exporthtml.c
5050         * src/exportldif.c
5051         * src/folder.c
5052         * src/main.c
5053         * src/manual.c
5054         * src/mh.c
5055         * src/mimeview.c
5056         * src/send_message.c
5057         * src/common/Makefile.am
5058         * src/common/fnmatch.c
5059         * src/common/fnmatch.h
5060         * src/common/fnmatch_loop.c
5061         * src/common/nntp.c
5062         * src/common/plugin.c
5063         * src/common/smtp.c
5064         * src/common/socket.c
5065         * src/common/string_match.c
5066         * src/common/sylpheed.c
5067         * src/common/utils.c
5068         * src/common/utils.h
5069         * src/common/w32_dirent.c
5070         * src/common/w32_reg.c
5071         * src/common/w32_signal.c
5072         * src/common/w32_stat.c
5073         * src/common/w32_stdio.c
5074         * src/common/w32_stdlib.c
5075         * src/common/w32_string.c
5076         * src/common/w32_time.c
5077         * src/common/w32_unistd.c
5078         * src/common/w32_wait.c
5079         * src/common/w32lib.h
5080         * src/etpan/Makefile.am
5081         * src/gtk/Makefile.am
5082         * src/plugins/clamav/Makefile.am
5083         * src/plugins/demo/Makefile.am
5084         * src/plugins/dillo_viewer/Makefile.am
5085         * src/plugins/pgpcore/Makefile.am
5086         * src/plugins/pgpcore/passphrase.c
5087         * src/plugins/pgpcore/plugin.def
5088         * src/plugins/pgpcore/sgpgme.c
5089         * src/plugins/pgpcore/sylpheed.def
5090         * src/plugins/pgpcore/version.rc
5091         * src/plugins/pgpinline/Makefile.am
5092         * src/plugins/pgpinline/plugin.def
5093         * src/plugins/pgpinline/sylpheed.def
5094         * src/plugins/pgpinline/version.rc
5095         * src/plugins/pgpmime/Makefile.am
5096         * src/plugins/pgpmime/mypgpcore.def
5097         * src/plugins/pgpmime/plugin.def
5098         * src/plugins/pgpmime/sylpheed.def
5099         * src/plugins/pgpmime/version.rc
5100         * src/plugins/spamassassin/Makefile.am
5101                 Very little ;-) patch from Werner Koch, providing
5102                 infrastructure for cross-compiling to Win32
5103
5104 2005-12-20 [paul]       1.9.100cvs96
5105
5106         * src/account.c
5107         * src/account.h
5108         * src/mainwindow.c
5109         * src/mainwindow.h
5110         * src/toolbar.c
5111         * src/toolbar.h
5112                 add a combo to the Get All button, allowing
5113                 quick retrieval from any account
5114                 Patch by Fabien Vantard, slightly modified
5115                 by Colin
5116         * src/gtk/about.c
5117                 i18n fix. Patch by Fabien Vantard
5118
5119 2005-12-19 [colin]      1.9.100cvs95
5120
5121         * src/compose.c
5122         * src/compose.h
5123                 Don't automatically join lines when they've 
5124                 been separated by the user and not automatically
5125
5126 2005-12-19 [paul]       1.9.100cvs94
5127
5128         * src/gtk/pluginwindow.c
5129                 i18n fix.
5130                 Patch by Fabien Vantard
5131
5132 2005-12-15 [paul]       1.9.100cvs93
5133
5134         * src/common/plugin.c
5135         * src/common/plugin.h
5136         * src/gtk/pluginwindow.c
5137         * src/plugins/clamav/clamav_plugin.c
5138         * src/plugins/demo/demo.c
5139         * src/plugins/dillo_viewer/dillo_viewer.c
5140         * src/plugins/pgpcore/plugin.c
5141         * src/plugins/pgpinline/plugin.c
5142         * src/plugins/pgpmime/plugin.c
5143         * src/plugins/spamassassin/spamassassin.c
5144         * src/plugins/trayicon/trayicon.c
5145                 add plugin_version()
5146
5147 2005-12-15 [colin]      1.9.100cvs92
5148
5149         * src/compose.c
5150                 Further fix bug #875
5151
5152 2005-12-15 [paul]       1.9.100cvs91
5153
5154         * src/gtk/filesel.c
5155                 fix attach_load_dir getting set to
5156                 PLUGINDIR on plugin load
5157
5158 2005-12-14 [mones]      1.9.100cvs90
5159
5160         * manual/ack.xml
5161         * manual/keyboard.xml
5162                 Initial draft and some shortcuts added
5163                 
5164         * po/es.po
5165                 Updated translation
5166
5167 2005-12-14 [colin]      1.9.100cvs89
5168
5169         * src/compose.c
5170         * src/imap.c
5171         * src/summaryview.c
5172         * src/gtk/gtkaspell.c
5173                 More leaks fixed
5174         * src/prefs_folder_item.c
5175                 Fix recursive prefs apply
5176
5177
5178 2005-12-14 [colin]      1.9.100cvs88
5179
5180         * src/compose.c
5181                 Fix bug #875 (Freeze On Inline Forward of 
5182                 Large Message)
5183
5184 2005-12-13 [colin]      1.9.100cvs87
5185
5186         * src/compose.c
5187                 Uniq-ify and sort the mimetypes list
5188                 Patch by Fabien Vantard
5189
5190 2005-12-13 [colin]      1.9.100cvs86
5191
5192         * src/imap.c
5193         * src/etpan/imap-thread.c
5194                 Fix leaks (patch by Hoa)
5195         * src/news.c
5196         * src/common/plugin.c
5197                 Fix leaks
5198
5199 2005-12-12 [colin]
5200
5201         * 2.0.0-rc2 released
5202
5203 2005-12-12 [colin]      1.9.100cvs85
5204
5205         * src/matcher.c
5206                 Fix a leak
5207
5208 2005-12-12 [wwp]        1.9.100cvs84
5209
5210         * src/gtk/icon_legend.c
5211                 fix misbehaviour and crash when closing the legend window
5212         using the Esc key (patch by Fabien Vantard).
5213
5214 2005-12-12 [paul]       1.9.100cvs83
5215
5216         * src/browseldap.c
5217         * src/foldersel.c
5218         * src/prefs_actions.c
5219         * src/prefs_filtering.c
5220         * src/prefs_matcher.c
5221         * src/prefs_spelling.glade      ** REMOVED **
5222         * src/prefs_template.c
5223         * src/gtk/foldersort.glade      ** REMOVED **
5224         * src/gtk/pluginwindow.c
5225         * src/gtk/pluginwindow.glade    ** REMOVED **
5226         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5227                 cleanups
5228
5229 2005-12-11 [paul]       1.9.100cvs82
5230
5231         * src/gtk/filesel.c
5232                 fix attach_load_dir crasher (double free)
5233
5234 2005-12-09 [paul]       1.9.100cvs81
5235
5236         * po/POTFILES.in
5237         * src/mainwindow.c
5238         * src/gtk/Makefile.am
5239         * src/gtk/icon_legend.c
5240         * src/gtk/icon_legend.h
5241                 add icon legend
5242         * src/manual.c
5243                 cleanup
5244
5245 2005-12-09 [paul]       1.9.100cvs80
5246
5247         * src/plugins/pgpcore/passphrase.c
5248                 wrap the label in the dialog
5249
5250 2005-12-09 [colin]      1.9.100cvs79
5251
5252         * src/plugins/pgpcore/sgpgme.c
5253                 Display (untrusted) on not trusted signatures
5254                 Patch by Michal Èihaø <michal@cihar.com>
5255                 Closes bug #867 (Report also key trust)
5256
5257 2005-12-09 [colin]      1.9.100cvs78
5258
5259         * src/common/plugin.c
5260                 Update licence check, following Eben Moglen's advice
5261
5262 2005-12-08 [colin]      1.9.100cvs77
5263
5264         * src/folder.c
5265                 Fix the occasionnal item->cache != NULL 
5266                 assertion failure. 
5267
5268 2005-12-08 [colin]      1.9.100cvs76
5269
5270         * src/mimeview.c
5271         * src/plugins/pgpcore/sgpgme.c
5272                 Print key id when unable to check it
5273                 Closes bug #866 (Show key id when missing)
5274
5275 2005-12-08 [paul]       1.9.100cvs75
5276
5277         * src/prefs_common.c
5278         * src/prefs_common.h
5279         * src/gtk/filesel.c
5280                 remember load attachment dir
5281
5282 2005-12-07 [colin]      1.9.100cvs74
5283
5284         * src/prefs_toolbar.c
5285                 Gtk fixes, patch by Fabien Vantard
5286
5287 2005-12-07 [colin]      1.9.100cvs73
5288
5289         * src/action.c
5290         * src/compose.c
5291         * src/compose.h
5292                 Fix bug #839 (Quoted text isn't colored after 
5293                 executing an action)
5294         * src/common/plugin.c
5295                 Require plugins to declare their licence in plugin_licence()
5296                 Refuse to load non-GPL plugins as they'd be illegal (as 
5297                 derived works of Sylpheed-Claws, they must be GPL).
5298         * src/plugins/clamav/clamav_plugin.c
5299         * src/plugins/demo/demo.c
5300         * src/plugins/dillo_viewer/dillo_viewer.c
5301         * src/plugins/pgpcore/plugin.c
5302         * src/plugins/pgpinline/plugin.c
5303         * src/plugins/pgpmime/plugin.c
5304         * src/plugins/spamassassin/spamassassin.c
5305         * src/plugins/trayicon/trayicon.c
5306                 Add plugin_licence()
5307
5308 2005-12-07 [paul]       1.9.100cvs72
5309
5310         * configure.ac
5311         * src/mainwindow.c
5312         * src/manual.c
5313         * src/manual.h
5314         * src/common/defs.h
5315                 clean up after local FAQ removal and
5316                 temporary manual removal
5317
5318 2005-12-06 [colin]      1.9.100cvs71
5319
5320         * configure.ac
5321         * doc/Makefile.am
5322         * doc/faq/.cvsignore
5323         * doc/faq/Makefile.am
5324         * doc/faq/de/.cvsignore
5325         * doc/faq/de/Makefile.am
5326         * doc/faq/de/sylpheed-faq-1.html
5327         * doc/faq/de/sylpheed-faq-2.html
5328         * doc/faq/de/sylpheed-faq-3.html
5329         * doc/faq/de/sylpheed-faq.html
5330         * doc/faq/en/.cvsignore
5331         * doc/faq/en/Makefile.am
5332         * doc/faq/en/sylpheed-faq-1.html
5333         * doc/faq/en/sylpheed-faq-2.html
5334         * doc/faq/en/sylpheed-faq-3.html
5335         * doc/faq/en/sylpheed-faq-4.html
5336         * doc/faq/en/sylpheed-faq.html
5337         * doc/faq/es/.cvsignore
5338         * doc/faq/es/Makefile.am
5339         * doc/faq/es/sylpheed-faq-1.html
5340         * doc/faq/es/sylpheed-faq-2.html
5341         * doc/faq/es/sylpheed-faq-3.html
5342         * doc/faq/es/sylpheed-faq-4.html
5343         * doc/faq/es/sylpheed-faq.html
5344         * doc/faq/fr/.cvsignore
5345         * doc/faq/fr/Makefile.am
5346         * doc/faq/fr/sylpheed-faq-1.html
5347         * doc/faq/fr/sylpheed-faq-2.html
5348         * doc/faq/fr/sylpheed-faq-3.html
5349         * doc/faq/fr/sylpheed-faq.html
5350         * doc/faq/it/.cvsignore
5351         * doc/faq/it/Makefile.am
5352         * doc/faq/it/sylpheed-faq-1.html
5353         * doc/faq/it/sylpheed-faq-2.html
5354         * doc/faq/it/sylpheed-faq-3.html
5355         * doc/faq/it/sylpheed-faq.html
5356         * doc/manual/.cvsignore
5357         * doc/manual/Makefile.am
5358         * doc/manual/de/.cvsignore
5359         * doc/manual/de/Makefile.am
5360         * doc/manual/de/sylpheed-1.html
5361         * doc/manual/de/sylpheed-10.html
5362         * doc/manual/de/sylpheed-11.html
5363         * doc/manual/de/sylpheed-12.html
5364         * doc/manual/de/sylpheed-13.html
5365         * doc/manual/de/sylpheed-14.html
5366         * doc/manual/de/sylpheed-15.html
5367         * doc/manual/de/sylpheed-16.html
5368         * doc/manual/de/sylpheed-17.html
5369         * doc/manual/de/sylpheed-18.html
5370         * doc/manual/de/sylpheed-19.html
5371         * doc/manual/de/sylpheed-2.html
5372         * doc/manual/de/sylpheed-20.html
5373         * doc/manual/de/sylpheed-3.html
5374         * doc/manual/de/sylpheed-4.html
5375         * doc/manual/de/sylpheed-5.html
5376         * doc/manual/de/sylpheed-6.html
5377         * doc/manual/de/sylpheed-7.html
5378         * doc/manual/de/sylpheed-8.html
5379         * doc/manual/de/sylpheed-9.html
5380         * doc/manual/de/sylpheed.html
5381         * doc/manual/en/.cvsignore
5382         * doc/manual/en/Makefile.am
5383         * doc/manual/en/sylpheed-1.html
5384         * doc/manual/en/sylpheed-10.html
5385         * doc/manual/en/sylpheed-11.html
5386         * doc/manual/en/sylpheed-12.html
5387         * doc/manual/en/sylpheed-13.html
5388         * doc/manual/en/sylpheed-14.html
5389         * doc/manual/en/sylpheed-15.html
5390         * doc/manual/en/sylpheed-16.html
5391         * doc/manual/en/sylpheed-17.html
5392         * doc/manual/en/sylpheed-18.html
5393         * doc/manual/en/sylpheed-19.html
5394         * doc/manual/en/sylpheed-2.html
5395         * doc/manual/en/sylpheed-20.html
5396         * doc/manual/en/sylpheed-21.html
5397         * doc/manual/en/sylpheed-22.html
5398         * doc/manual/en/sylpheed-3.html
5399         * doc/manual/en/sylpheed-4.html
5400         * doc/manual/en/sylpheed-5.html
5401         * doc/manual/en/sylpheed-6.html
5402         * doc/manual/en/sylpheed-7.html
5403         * doc/manual/en/sylpheed-8.html
5404         * doc/manual/en/sylpheed-9.html
5405         * doc/manual/en/sylpheed.html
5406         * doc/manual/es/.cvsignore
5407         * doc/manual/es/Makefile.am
5408         * doc/manual/es/sylpheed-1.html
5409         * doc/manual/es/sylpheed-10.html
5410         * doc/manual/es/sylpheed-11.html
5411         * doc/manual/es/sylpheed-12.html
5412         * doc/manual/es/sylpheed-13.html
5413         * doc/manual/es/sylpheed-14.html
5414         * doc/manual/es/sylpheed-15.html
5415         * doc/manual/es/sylpheed-16.html
5416         * doc/manual/es/sylpheed-17.html
5417         * doc/manual/es/sylpheed-18.html
5418         * doc/manual/es/sylpheed-19.html
5419         * doc/manual/es/sylpheed-2.html
5420         * doc/manual/es/sylpheed-20.html
5421         * doc/manual/es/sylpheed-3.html
5422         * doc/manual/es/sylpheed-4.html
5423         * doc/manual/es/sylpheed-5.html
5424         * doc/manual/es/sylpheed-6.html
5425         * doc/manual/es/sylpheed-7.html
5426         * doc/manual/es/sylpheed-8.html
5427         * doc/manual/es/sylpheed-9.html
5428         * doc/manual/es/sylpheed.html
5429         * doc/manual/fr/.cvsignore
5430         * doc/manual/fr/Makefile.am
5431         * doc/manual/fr/sylpheed-1.html
5432         * doc/manual/fr/sylpheed-10.html
5433         * doc/manual/fr/sylpheed-11.html
5434         * doc/manual/fr/sylpheed-12.html
5435         * doc/manual/fr/sylpheed-13.html
5436         * doc/manual/fr/sylpheed-14.html
5437         * doc/manual/fr/sylpheed-15.html
5438         * doc/manual/fr/sylpheed-16.html
5439         * doc/manual/fr/sylpheed-17.html
5440         * doc/manual/fr/sylpheed-18.html
5441         * doc/manual/fr/sylpheed-19.html
5442         * doc/manual/fr/sylpheed-2.html
5443         * doc/manual/fr/sylpheed-20.html
5444         * doc/manual/fr/sylpheed-3.html
5445         * doc/manual/fr/sylpheed-4.html
5446         * doc/manual/fr/sylpheed-5.html
5447         * doc/manual/fr/sylpheed-6.html
5448         * doc/manual/fr/sylpheed-7.html
5449         * doc/manual/fr/sylpheed-8.html
5450         * doc/manual/fr/sylpheed-9.html
5451         * doc/manual/fr/sylpheed.html
5452         * doc/manual/ja/.cvsignore
5453         * doc/manual/ja/Makefile.am
5454         * doc/manual/ja/sylpheed-1.html
5455         * doc/manual/ja/sylpheed-10.html
5456         * doc/manual/ja/sylpheed-11.html
5457         * doc/manual/ja/sylpheed-12.html
5458         * doc/manual/ja/sylpheed-13.html
5459         * doc/manual/ja/sylpheed-14.html
5460         * doc/manual/ja/sylpheed-15.html
5461         * doc/manual/ja/sylpheed-16.html
5462         * doc/manual/ja/sylpheed-17.html
5463         * doc/manual/ja/sylpheed-18.html
5464         * doc/manual/ja/sylpheed-19.html
5465         * doc/manual/ja/sylpheed-2.html
5466         * doc/manual/ja/sylpheed-20.html
5467         * doc/manual/ja/sylpheed-3.html
5468         * doc/manual/ja/sylpheed-4.html
5469         * doc/manual/ja/sylpheed-5.html
5470         * doc/manual/ja/sylpheed-6.html
5471         * doc/manual/ja/sylpheed-7.html
5472         * doc/manual/ja/sylpheed-8.html
5473         * doc/manual/ja/sylpheed-9.html
5474         * doc/manual/ja/sylpheed.html
5475         * doc/manual/ja/sylpheed.sgml
5476         * src/mainwindow.c
5477                 Remove outdated manual and faq. Noisy, eh?
5478
5479 2005-12-06 [colin]      1.9.100cvs70
5480
5481         * src/compose.c
5482         * src/quote_fmt_parse.y
5483         * src/undo.c
5484         * src/undo.h
5485                 Allow %X to position cursor at 0 
5486                 (no %X = before signature)
5487                 Fix paste as quotation putting the cursor at 0
5488                 Fix undo offsets when pasting
5489                 Insert the quote_fmt at once instead of line 
5490                 by line
5491                 Fix [Edited] when starting to reply/forward
5492
5493 2005-12-06 [paul]       1.9.100cvs69
5494
5495         * src/plugins/clamav/clamav_plugin_gtk.c
5496                 add another tooltip
5497         * src/plugins/spamassassin/spamassassin_gtk.c
5498                 rework spamassassin_create_widget_func()
5499
5500 2005-12-05 [colin]      1.9.100cvs68
5501
5502         * po/POTFILES.in
5503                 Fix make release ;-)
5504
5505 2005-12-05 [colin]      1.9.100cvs67
5506
5507         * src/compose.c
5508         * src/compose.h
5509                 Fix cursor positioning (not obeying %X)
5510
5511 2005-12-05 [paul]       1.9.100cvs66
5512
5513         * src/plugins/dillo_viewer/dillo_prefs.c
5514                 fix compilation warning
5515
5516 2005-12-05 [paul]       1.9.100cvs65
5517
5518         * src/prefs_spelling.c
5519         * src/plugins/trayicon/trayicon.c
5520                 cleanups - remove unused stuff
5521
5522 2005-12-05 [paul]       1.9.100cvs64
5523
5524         * README
5525         * manual/plugins.xml
5526                 remove info about removed mathml_viewer plugin
5527
5528 2005-12-05 [paul]       1.9.100cvs63
5529
5530         * configure.ac
5531         * src/plugins/Makefile.am
5532         * src/plugins/mathml_viewer/.cvsignore
5533         * src/plugins/mathml_viewer/Makefile.am
5534         * src/plugins/mathml_viewer/mathml_viewer.c
5535                 remove unmaintained mathml_viewer plugin
5536
5537 2005-12-05 [paul]       1.9.100cvs62
5538
5539         * src/summaryview.c
5540                 obey prefs_common.always_show_msg when
5541                 moving a msg
5542                 Thanks to Colin
5543
5544 2005-12-05 [paul]       1.9.100cvs61
5545
5546         * src/compose.c
5547         * src/prefs_account.c
5548         * src/prefs_filtering.c
5549         * src/prefs_quote.c
5550         * src/prefs_spelling.c
5551         * src/prefs_toolbar.c
5552         * src/summaryview.c
5553         * src/gtk/gtkutils.c
5554         * src/gtk/quicksearch.c
5555         * src/plugins/dillo_viewer/dillo_prefs.c
5556                 dialog cleanups
5557
5558 2005-12-04 [paul]       1.9.100cvs60
5559
5560         * src/inc.c
5561         * src/prefs_account.c
5562         * src/prefs_account.h
5563                 allow a Local account to specify a
5564                 default inbox
5565                 (closes bug 843 'Inbox cannot be changed for local
5566                  mailboxes')
5567
5568 2005-12-04 [colin]      1.9.100cvs59
5569
5570         * src/plugins/trayicon/trayicon.c
5571                 Remove Get, rename Get All to Get Mail in order to
5572                 be consistent with the default main toolbar
5573
5574 2005-12-03 [colin]      1.9.100cvs58
5575
5576         * manual/gpl.xml
5577         * manual/sylpheed-claws-manual.xml
5578                 Add GPL appendix
5579
5580 2005-12-03 [paul]       1.9.100cvs57
5581
5582         * AUTHORS
5583         * po/sv.po
5584         * src/gtk/authors.h
5585                 new (partially complete) Swedish translation
5586                 by Anders Troback <sylpheed@troback.com>
5587
5588 2005-12-02 [paul]       1.9.100cvs56
5589
5590         * configure.ac
5591                 libetpan 0.41 required
5592
5593 2005-12-02 [paul]       1.9.100cvs55
5594
5595         * src/plugins/clamav/clamav_plugin.c
5596         * src/plugins/clamav/clamav_plugin.h
5597         * src/plugins/clamav/clamav_plugin_gtk.c
5598         * src/plugins/spamassassin/spamassassin.c
5599         * src/plugins/spamassassin/spamassassin.h
5600         * src/plugins/spamassassin/spamassassin_gtk.c
5601                 unregister prefs pages on unloading, thus
5602                 preventing a crash
5603                 (thanks to Colin for the hint)
5604
5605 2005-12-02 [wwp]        1.9.100cvs54
5606
5607         * src/quote_fmt.h
5608         * src/quote_fmt_parse.y
5609                 fix misuse of gboolean*, use gboolean instead
5610                 (thanks to Paul, Colin, for pointing out that scaring one)
5611
5612 2005-12-02 [paul]       1.9.100cvs53
5613
5614         * src/plugins/clamav/clamav_plugin.c
5615                 int no --> unsigned int no
5616         * src/plugins/clamav/clamav_plugin_gtk.c
5617                 rework config page
5618
5619 2005-12-02 [wwp]        1.9.100cvs52
5620
5621         * src/compose.c
5622         * src/prefs_template.c
5623         * src/quote_fmt.h
5624         * src/quote_fmt_parse.y
5625                 prevent from executing |f and |p templates commands when
5626                 adding or replacing templates in prefs (avoids annoying and
5627                 potentially dangerous behaviours)
5628
5629 2005-12-02 [paul]       1.9.100cvs51
5630
5631         * src/prefs_common.c
5632                 allow translation of some default values
5633                 Patch by Fabien Vantard
5634
5635 2005-12-02 [paul]       1.9.100cvs50
5636
5637         * src/codeconv.c
5638         * src/codeconv.h
5639         * src/prefs_common.c
5640         * src/prefs_common.h
5641         * src/prefs_message.c
5642         * src/textview.c
5643                 remove obsolete 'convert_mb_alnum' option
5644                 and related stuff
5645         * src/gtk/about.c
5646                 remove unused 'about_textview_visibility_notify'
5647
5648 2005-12-02 [paul]       1.9.100cvs49
5649
5650         * src/prefs_account.c
5651         * src/prefs_compose_writing.c
5652         * src/prefs_fonts.c
5653         * src/prefs_gtk.h
5654         * src/prefs_image_viewer.c
5655         * src/prefs_message.c
5656         * src/prefs_other.c
5657         * src/prefs_receive.c
5658         * src/prefs_send.c
5659         * src/prefs_spelling.c
5660         * src/prefs_summaries.c
5661         * src/prefs_wrapping.c
5662         * src/plugins/dillo_viewer/dillo_prefs.c
5663         * src/plugins/pgpcore/prefs_gpg.c
5664                 several cleanups to the prefs dialogs
5665                 (slightly modified) patch by Fabien Vantard
5666
5667 2005-12-02 [paul]       1.9.100cvs48
5668
5669         * src/main.c
5670                 --exit means exit
5671         * src/send_message.c
5672                 fix crash on send when connection fails
5673
5674         Thanks to Colin
5675
5676 2005-12-01 [colin]      1.9.100cvs47
5677
5678         * src/html.c
5679                 Translate &hellip; to "..."
5680
5681 2005-11-30 [colin]      1.9.100cvs46
5682
5683         * src/matcher.c
5684         * src/matcher.h
5685                 Optimize back yesterday's fix.
5686
5687 2005-11-30 [paul]       1.9.100cvs45
5688
5689         * manual/faq.xml
5690                 standardised
5691         * manual/intro.xml
5692                 written by Colin, edited by me
5693
5694 2005-11-29 [colin]      1.9.100cvs44
5695
5696         * src/matcher.c
5697                 Skip headers unconditionnaly in match_body if the
5698                 rule is not message or ~message
5699
5700 2005-11-29 [colin]      1.9.100cvs43
5701
5702         * src/matcher.c
5703                 Fix body_part and such, not skipping headers 
5704                 if the matchcriteria wasn't the first in the rule
5705
5706 2005-11-29 [colin]      1.9.100cvs42
5707
5708         * src/compose.c
5709                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5710                 option missing from message view window)
5711                 Fix double text D'n'D with gtk-2.8
5712         * src/matcher.c
5713                 Fix ~message, ~headers_part, ~body_part rules
5714         * src/messageview.c
5715                 Add Windows-1252 (Closes bug #863)
5716                 Fix accels
5717         * src/gtk/gtkaspell.c
5718                 Properly destroy accels in all menus
5719
5720 2005-11-29 [mones]      1.9.100cvs41
5721
5722         * po/es.po
5723                 Updated.
5724
5725 2005-11-27 [colin]      1.9.100cvs40
5726
5727         * src/mh_gtk.c
5728                 "/Remove mailbox" -> "/Remove mailbox..."
5729
5730 2005-11-27 [paul]       1.9.100cvs39
5731
5732         * AUTHORS
5733         * po/de.po
5734         * src/gtk/authors.h
5735                 updated by new maintainer, Stephan Sachse
5736
5737 2005-11-27 [paul]       1.9.100cvs38
5738
5739         * manual/faq.xml
5740                 written by Colin, edited by me
5741
5742 2005-11-27 [paul]       1.9.100cvs37
5743
5744         * src/prefs_common.c
5745         * src/prefs_common.h
5746         * src/prefs_receive.c
5747         * src/prefs_summaries.c
5748                 move 'go to inbox after receiving new mail'
5749                 option from display/sumamaries to mail
5750                 handling/receive, and rework prefs_summaries
5751                 dialog a little
5752
5753 2005-11-25 [martin]     1.9.100cvs36
5754
5755         * po/de.po
5756             fixed windows-1252 translation;
5757             translated some new and fuzzy strings
5758
5759 2005-11-25 [paul]       1.9.100cvs35
5760
5761         * src/plugins/clamav/clamav_plugin.c
5762                 complete the update done in cvs34
5763
5764 2005-11-25 [paul]       1.9.100cvs34
5765
5766         * src/plugins/clamav/clamav_plugin.c
5767                 reflect upstream changes
5768
5769 2005-11-25 [paul]       1.9.100cvs33
5770
5771         * manual/ack.xml
5772         * manual/plugins.xml
5773         * manual/sylpheed-claws-manual.xml
5774                 written/updated by Colin, edited by me
5775         * tools/acroread2sylpheed.pl
5776                 update binary name
5777
5778 2005-11-24 [colin]      1.9.100cvs32
5779
5780         * src/compose.c
5781                 Fix bug #856 (reediting messages forgets Request
5782                 Return Receipt)
5783
5784 2005-11-24 [paul]       1.9.100cvs31
5785
5786         * manual/addrbook.xml
5787         * manual/starting.xml
5788                 written by Colin, proofread, edited, adapted by me
5789         * manual/advanced.xml
5790                 add some Actions examples
5791         * src/importldif.c
5792                 use a Save button instead of a Close button
5793         * src/wizard.c
5794                 indicate mandatory fields
5795                 fix page display
5796                 Thanks to Colin
5797
5798 2005-11-23 [colin]      1.9.100cvs30
5799
5800         * src/addressbook.c
5801                 Rename menu item, fix possible crash after
5802                 deletion of books
5803         * src/addrindex.c
5804                 Allow searching for '*' in ldap
5805         * src/browseldap.c
5806                 Fix "Browse Entry" (did anyone use it?)
5807         * src/wizard.c
5808                 Add guards for mandatory information
5809
5810 2005-11-23 [paul]       1.9.100cvs29
5811
5812         * manual/advanced.xml
5813                 corrections to the English
5814
5815 2005-11-23 [colin]      1.9.100cvs28
5816
5817         * src/mimeview.c
5818                 Fix possible crash at exit. After the call to
5819                 gtk_container_remove(), the Viewer's widget has no
5820                 more parent so gtk+ automatically frees it and its
5821                 sons. If destroy_viewer() then try to access it,
5822                 problems ensue.
5823
5824 2005-11-22 [colin]      1.9.100cvs27
5825
5826         * src/compose.c
5827         * src/gtk/gtkaspell.c
5828                 Fix right-clicking on a misspelled word
5829                 Fix More... in suggestions menu
5830
5831 2005-11-22 [wwp]        1.9.100cvs26
5832
5833         * src/prefs_template.c
5834                 templates works: re-sort templates list when adding or replacing,
5835                 prevent from adding or replacing when the template name is empty
5836
5837 2005-11-21 [colin]      1.9.100cvs25
5838
5839         * src/addressbook.c
5840                 Fix some addressbook suckage (dnd, select all)
5841         * src/compose.c
5842         * src/gtk/gtkaspell.c
5843         * src/gtk/gtkaspell.h
5844                 Make the spellchecker menu work with the 
5845                 GtkTextView one instead of overriding it
5846
5847 2005-11-20 [paul]       1.9.100cvs24
5848
5849         * manual/handling.xml
5850                 proofread and corrected
5851
5852 2005-11-20 [paul]       1.9.100cvs23
5853
5854         * manual/Makefile
5855                 generate html as one file
5856         * manual/advanced.xml
5857                 fix output generation
5858                 reformat hidden options list
5859         * manual/manual.xml     ** REMOVED **
5860         * manual/sylpheed-claws-manual.xml      ** ADDED **
5861                 renamed
5862
5863 2005-11-18 [colin]      1.9.100cvs22
5864
5865         * src/prefs_account.c
5866                 Fix layout in news and mbox accounts
5867         * manual/account.xml
5868         * manual/advanced.xml
5869                 New contents for Paul to check :)
5870
5871 2005-11-18 [wwp]        1.9.100cvs21
5872
5873         * src/gtk/quicksearch.c
5874                 don't update extended quicksearch buttons twice
5875
5876 2005-11-18 [paul]       1.9.100cvs20
5877
5878         * src/textview.c
5879                 complete 1.9.100cvs19
5880
5881 2005-11-18 [paul]       1.9.100cvs19
5882
5883         * src/compose.c
5884                 cosmetic improvements
5885         * src/textview.c
5886                 also list text/* attachments
5887
5888 2005-11-18 [colin]      1.9.100cvs18
5889
5890         * src/summaryview.c
5891                 Use column 0 instead of -1 in 
5892                 gtk_ctree_node_moveto, in a naive
5893                 hope it'll fix the gtk-related crashes
5894
5895 2005-11-18 [colin]      1.9.100cvs17
5896
5897         * src/gtk/inputdialog.c
5898                 Fix icon staying the first one
5899
5900 2005-11-17 [wwp]        1.9.100cvs16
5901                 fix possible problem showing some quicksearch buttons, and a bad
5902                 call to g_return_if_fail in a function that returns a value (both
5903                 fixes by Fabien Vantard)
5904
5905 2005-11-15 [wwp]        1.9.100cvs15
5906
5907         * src/gtk/quicksearch.c
5908                 added a tooltip to that obscure ... quicksearch button
5909
5910 2005-11-15 [wwp]        1.9.100cvs14
5911
5912         * src/gtk/quicksearch.c
5913                 add a quicksearch helper to filtering expression users: the ... button
5914                 raises the condition expr window. condition expressions set up w/ this
5915                 window are used by the quicksearch if the user closes it pressing OK.
5916
5917 2005-11-14 [paul]       1.9.100cvs13
5918
5919         * src/plugins/clamav/clamav_plugin.c
5920         * src/plugins/spamassassin/spamassassin.c
5921                 change plugin type following recent merging
5922
5923 2005-11-14 [wwp]        1.9.100cvs12
5924
5925         * src/folder.c
5926                 prevent from crashing when copying/moving message(s) from and
5927                 to the same folder
5928
5929 2005-11-14 [paul]       1.9.100cvs11
5930
5931         * src/plugins/clamav/Makefile.am
5932         * src/plugins/clamav/clamav_plugin.c
5933         * src/plugins/clamav/clamav_plugin.h
5934         * src/plugins/clamav/clamav_plugin_gtk.c
5935                 also merge clamav and clamav_gtk plugins
5936
5937 2005-11-13 [colin]      1.9.100cvs10
5938
5939         * configure.ac
5940         * src/plugins/spamassassin/Makefile.am
5941         * src/plugins/spamassassin/spamassassin.c
5942         * src/plugins/spamassassin/spamassassin.h
5943         * src/plugins/spamassassin/spamassassin_gtk.c
5944                 Merge spamassassin and spamassassin_gtk plugins,
5945                 and build it by default.
5946
5947 2005-11-12 [colin]      1.9.100cvs9
5948
5949         * src/etpan/imap-thread.c
5950                 Fix gcc warning
5951
5952 2005-11-12 [colin]      1.9.100cvs8
5953
5954         * src/procmime.c
5955                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5956
5957 2005-11-10 [colin]      1.9.100cvs7
5958
5959         * src/main.c
5960                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5961                 minimised state)
5962
5963 2005-11-10 [wwp]        1.9.100cvs6
5964
5965         * src/gtk/description_window.c
5966                 fix a crash when closing description windows using the WM's [X] button
5967
5968 2005-11-09 [colin]      1.9.100cvs5
5969
5970         * src/common/ssl.c
5971                 Update libetpan call to follow upstream
5972                 (yes, this requires libetpan-0.40cvs3)
5973
5974 2005-11-08 [colin]      1.9.100cvs4
5975
5976         * src/compose.c
5977         * src/textview.c
5978         * src/common/utils.c
5979         * src/common/utils.h
5980                 Enhance the email parser
5981
5982 2005-11-08 [colin]      1.9.100cvs3
5983
5984         * src/procmime.c
5985                 Fix what looks like an off-by-one (fixes 
5986                 attachments from the Bat)
5987
5988 2005-11-08 [wwp]        1.9.100cvs2
5989
5990         * src/main.c
5991                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5992
5993 2005-11-08 [wwp]        1.9.100cvs1
5994
5995         * src/main.c
5996                 allow exiting Sylpheed-Claws from command-line
5997
5998 2005-11-08 [paul]       1.9.100
5999
6000         1.9.100 released
6001
6002 2005-11-07 [colin]      1.9.99cvs17
6003
6004         * src/addritem.c
6005         * src/ldif.c
6006                 Fix import of base-64 encoded items
6007
6008 2005-11-07 [colin]      1.9.99cvs16
6009
6010         * src/send_message.c
6011                 Fix bug #314 (Queue does not empty under certain 
6012                 circumstances)
6013
6014 2005-11-07 [paul]       1.9.99cvs15
6015
6016         * src/mutt.c
6017         * src/pine.c
6018                 fix buffer overflows
6019                 Thanks to Colin
6020
6021 2005-11-07 [paul]       1.9.99cvs14
6022
6023         * doc/man/Makefile.am
6024         * doc/man/sylpheed-claws.1      ** ADDED **
6025         * doc/man/sylpheed.1            ** DELETED **
6026                 rename and update the man file
6027
6028 2005-11-06 [colin]      1.9.99cvs13
6029
6030         * src/ldif.c
6031                 Fix ldif_get_line() that returned empty strings
6032                 (Didn't understand why). Also fix a possible
6033                 buffer overflow.
6034
6035 2005-11-06 [wwp]        1.9.99cvs12
6036
6037         * src/textview.c
6038         * src/gtk/about.c
6039         * src/gtk/gtkutils.c
6040         * src/gtk/gtkutils.h
6041                 fix a compilation warning,
6042                 make links sensitive in the about dialog
6043
6044 2005-11-04 [wwp]        1.9.99cvs11
6045
6046         * src/gtk/about.c
6047                 don't wrap or translate URIs, and a bit text format cleanup
6048
6049 2005-11-04 [wwp]        1.9.99cvs10
6050
6051         * src/gtk/about.c
6052                 better textview tagging implementation (no more use of marks for
6053                 postponed tagging)
6054
6055 2005-11-02 [colin]      1.9.99cvs9
6056
6057         * src/common/ssl.c
6058                 Forgot an ifdef
6059
6060 2005-11-02 [colin]      1.9.99cvs8
6061
6062         * configure.ac
6063                 Require libetpan-0.40 due to upstream fix
6064         * src/common/ssl.c
6065                 Tell libetpan not to call SSL_Library_Init,
6066                 as we do it ourselves.
6067
6068 2005-11-02 [colin]      1.9.99cvs7
6069
6070         * po/POTFILES.in
6071                 Add missing files (thanks to Fabien Vantard)
6072
6073 2005-11-02 [colin]      1.9.99cvs6
6074
6075         * src/summaryview.c
6076                 Fix totals when read messages are hidden or quicksearch
6077                 is on
6078         * src/ssl_manager.c
6079         * src/ssl_manager.h
6080         * src/common/ssl_certificate.c
6081         * src/common/ssl_certificate.h
6082         * src/gtk/sslcertwindow.c
6083         * src/gtk/sslcertwindow.h
6084                 Fix copyright on my stuff
6085
6086 2005-11-02 [wwp]        1.9.99cvs5
6087
6088         * src/prefs_themes.c
6089                 fix directory name checking (theme installation/removal),
6090                 made related error a bit more verbose
6091
6092 2005-11-02 [colin]      1.9.99cvs4
6093
6094         * src/summaryview.c
6095                 Fix typo (probably fixes bug #841 (Sort by the From 
6096                 field doesn't work)
6097
6098 2005-11-02 [paul]       1.9.99cvs3
6099
6100         * po/ko.po
6101         * po/nb.po
6102                 updated by SungHyun Nam, Geir Helland
6103         * src/wizard.c
6104                 fix typo in welcome message. spotted by
6105                 Andrea Spadaccini
6106
6107 2005-11-01 [colin]      1.9.99cvs2
6108
6109         * src/compose.c
6110                 Fix replying to ml wen confirming subscription
6111         * src/messageview.c
6112         * src/mimeview.c
6113         * src/mimeview.h
6114         * src/privacy.h
6115         * src/summaryview.c
6116                 Make key check non blocking
6117
6118 2005-10-31 [paul]       1.9.99cvs1
6119
6120         * tools/claws.i18n.status.pl
6121                 updated for ChangeLog
6122
6123 2005-10-31 [paul]       1.9.99
6124
6125         1.9.99 released
6126
6127 2005-10-31 [paul]       1.9.15cvs131
6128
6129         * .cvsignore
6130         * ChangeLog
6131         * ChangeLog.claws       ** REMOVED **
6132         * ChangeLog-gtk2.claws  ** REMOVED **
6133         * ChangeLog.gtk1        ** ADDED **
6134         * INSTALL
6135         * Makefile.am
6136         * NEWS
6137         * README
6138         * README.claws          ** REMOVED **
6139         * README.jp             ** REMOVED **
6140         * RELEASE_NOTES         ** ADDED **
6141         * RELEASE_NOTES.claws   ** REMOVED **
6142         * commitHelper
6143         * configure.ac
6144         * sylpheed.spec.in      ** REMOVED **
6145                 tidy up and update the default docs:
6146                 ChangeLog.claws is renamed ChangeLog.gtk1
6147                 ChangeLog-gtk2.claws is renamed ChangeLog
6148                 README.claws is renamed README
6149                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6150
6151 2005-10-31 [paul]       1.9.15cvs130
6152
6153         * po/it.po
6154                 fix errors
6155
6156 2005-10-31 [paul]       1.9.15cvs129
6157
6158         * po/ca.po
6159         * po/de.po
6160         * po/en_GB.po
6161         * po/fr.po
6162         * po/it.po
6163         * po/pt_BR.po
6164         * po/sk.po
6165         * po/sr.po
6166         * po/zh_CN.po
6167                 updated by Miquel Oliete, Stephan Sachse and
6168                 Thomas Gilgin, me, Fabien Vantard, Andrea
6169                 Spadaccini, Frederico Goncalves Guimaraes,
6170                 Andrej Kacian, Aleksandar Urosevic, and
6171                 Ralgh Young.
6172
6173 2005-10-31 [mones]      1.9.15cvs128
6174
6175         * manual/faq.xml
6176                 More questions.
6177         
6178         * po/es.po
6179                 Updated for release.
6180
6181 2005-10-30 [colin]      1.9.15cvs127
6182
6183         * src/compose.c
6184                 Place cursor before rewrapping (fixes cursor
6185                 pos if quotation gets rewrapped)
6186
6187 2005-10-29 [paul]       1.9.15cvs126
6188
6189         * src/crash.c
6190         * src/foldersel.c
6191         * src/main.c
6192         * src/messageview.c
6193         * src/toolbar.c
6194         * src/gtk/authors.h
6195                 corrections to text items
6196
6197 2005-10-28 [colin]      1.9.15cvs125
6198
6199         * src/messageview.c
6200                 Make "hit 'C' to check sig" work from extern 
6201                 messageviews
6202
6203 2005-10-27 [colin]      1.9.15cvs124
6204
6205         * src/summaryview.c
6206                 Add a hack to avoid segfaulting when hammering 
6207                 on gtk's events
6208
6209 2005-10-27 [wwp]        1.9.15cvs123
6210
6211         * src/prefs_themes.c
6212                 sort list of themes names in themes prefs
6213
6214 2005-10-27 [paul]       1.9.15cvs122
6215
6216         * src/folder.c
6217         * src/prefs_account.c
6218                 fix building on Solaris
6219                 Patch by Alex Moore
6220
6221 2005-10-27 [wwp]        1.9.15cvs121
6222
6223         * src/summaryview.c
6224         * src/gtk/gtksctree.c
6225                 speed up unselecting messages in summary view (thanks to Colin)
6226
6227 2005-10-27 [paul]       1.9.15cvs120
6228
6229         * src/mainwindow.c
6230                 fix a compilation warning
6231         * src/summaryview.c
6232                 fix updating of 'n items selected' count
6233                 when deselecting
6234
6235 2005-10-27 [martin]     1.9.15cvs119
6236
6237         * src/action.c
6238                 ignore actions with a leading '/' in the action menu name
6239                 fixes a crash on menu creation
6240         * src/prefs_actions.c
6241                 do not allow a leading '/' in the action menu name
6242
6243 2005-10-27 [paul]       1.9.15cvs118
6244
6245         * src/main.c
6246                 fix compilation warning
6247
6248 2005-10-27 [paul]       1.9.15cvs117
6249
6250         * src/procmime.c
6251                 add #if HAVE_LOCALE_H
6252
6253 2005-10-27 [paul]       1.9.15cvs116
6254
6255         * src/plugins/clamav/clamav_plugin.c
6256         * src/plugins/dillo_viewer/dillo_viewer.c
6257         * src/plugins/mathml_viewer/mathml_viewer.c
6258         * src/plugins/pgpcore/plugin.c
6259         * src/plugins/pgpinline/plugin.c
6260         * src/plugins/pgpmime/plugin.c
6261         * src/plugins/spamassassin/spamassassin.c
6262         * src/plugins/trayicon/trayicon.c
6263                 plugin_init() : make error messages more
6264                 informative
6265
6266 2005-10-26 [wwp]        1.9.15cvs115
6267
6268         * src/prefs_matcher.c
6269                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6270
6271 2005-10-26 [wwp]        1.9.15cvs114
6272
6273         * src/procmime.c
6274         * src/gtk/gtksctree.c
6275         * src/plugins/spamassassin/libspamc.c
6276         * src/plugins/spamassassin/spamassassin.c
6277                 fix some compilation warnings more
6278
6279 2005-10-26 [mones]      1.9.15cvs113
6280
6281         * po/es.po
6282                 Updated translation
6283
6284 2005-10-26 [paul]       1.9.15cvs112
6285
6286         * src/prefs_message.c
6287                 give all display_xface stuff the
6288                 #if HAVE_LIBCOMPFACE treatment, thus
6289                 preventing a crash
6290                 (Thanks to Wolfgang Enderlein)
6291
6292 2005-10-26 [colin]      1.9.15cvs111
6293
6294         * src/gedit-print.c
6295                 Fix date format
6296         * src/imap_gtk.c
6297         * src/news_gtk.c
6298                 Remove context menu items that should not be there
6299         * src/jpilot.c
6300                 Fix encoding
6301         * src/main.c
6302         * src/mainwindow.c
6303                 Don't show the mainwindow too soon
6304
6305 2005-10-26 [wwp]        1.9.15cvs110
6306
6307         * src/folder.c
6308         * src/manual.c
6309         * src/summaryview.c
6310                 fix uninitialized pointers in the folder updating hook
6311                 (thanks to Colin)
6312
6313 2005-10-25 [mones]      1.9.15cvs109
6314
6315         * manual/faq.xml
6316                 General information subsection completed. 
6317                 Removed archaic references.
6318                 
6319         * manual/Makefile
6320         * manual/dtd/manual.dsl
6321                 Added customization stylesheet for getting paragraphs
6322                 fully justified in PDF output (as suggested by Colin).
6323
6324 2005-10-25 [colin]      1.9.15cvs108
6325
6326         * src/compose.c
6327                 Fix a second leak
6328
6329 2005-10-25 [colin]      1.9.15cvs107
6330
6331         * src/addrbook.c
6332         * src/addrindex.c
6333                 Fix leak (xml_get_element() allocates memory)
6334         * src/compose.c
6335                 Fix leak + dead code (shame!)
6336         * src/procmime.c
6337                 Fix leak
6338
6339 2005-10-25 [colin]      1.9.15cvs106
6340
6341         * src/mimeview.c
6342                 Fix encoding issue in Save all and in 
6343                 overwrite-confirmation alertpanel
6344
6345 2005-10-25 [colin]      1.9.15cvs105
6346
6347         * src/common/socket.c
6348                 Fix a leak - Thanks to Christopher Aillon
6349                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6350
6351 2005-10-25 [paul]       1.9.15cvs104
6352
6353         * src/wizard.c
6354                 Always guess servers from the right-hand
6355                 email part and guess username from the
6356                 left-hand part. (Thanks to Colin)
6357                 add an X-Face to the welcome message
6358
6359 2005-10-25 [paul]       1.9.15cvs103
6360
6361         * manual/handling.xml
6362                 written by Colin, edited by me
6363
6364 2005-10-25 [wwp]        1.9.15cvs102
6365
6366         * src/folderview.c
6367         * src/grouplistdialog.c
6368         * src/imap.c
6369         * src/noticeview.c
6370                 fix some compilation warnings
6371
6372 2005-10-24 [paul]
6373
6374         1.9.99-rc3 released
6375
6376 2005-10-24 [paul]       1.9.15cvs101
6377
6378         * src/gtk/about.c
6379                 fix window sizing
6380
6381 2005-10-24 [paul]       1.9.15cvs100
6382
6383         * src/pixmaps/offline.xpm
6384         * src/pixmaps/online.xpm
6385                 replace with last default versions
6386
6387 2005-10-24 [colin]      1.9.15cvs99
6388
6389         * src/imap.c
6390                 Fix bug when moving a folder
6391         * src/imap_gtk.c
6392         * src/mh_gtk.c
6393                 "Delete folder" pops up a window, so it 
6394                 should be suffixed with "..."
6395         * src/plugins/pgpcore/sgpgme.c
6396                 Include locale.h
6397
6398 2005-10-24 [mones]      1.9.15cvs98
6399
6400         * manual/Makefile
6401         * manual/account.xml
6402         * manual/ack.xml
6403         * manual/addrbook.xml
6404         * manual/advanced.xml
6405         * manual/faq.xml
6406         * manual/glossary.xml
6407         * manual/gpl.xml
6408         * manual/handling.xml
6409         * manual/intro.xml
6410         * manual/keyboard.xml
6411         * manual/manual.xml
6412         * manual/plugins.xml
6413         * manual/starting.xml
6414         * manual/dtd/sdocbook.dtd
6415                 Initial manual structure and some content.
6416
6417 2005-10-23 [wwp]        1.9.15cvs97
6418
6419         * src/gtk/about.c
6420                 fix a typo
6421
6422 2005-10-23 [wwp]        1.9.15cvs96
6423
6424         * src/gtk/about.c
6425         * src/gtk/authors.h
6426                 rework of the about window (main work by Paul), also featuring a few
6427                 fixes for typos and duplicate names
6428
6429 2005-10-23 [wwp]        1.9.15cvs95
6430
6431         * src/.cvsignore
6432                 Ignore the right binary name (sylpheed-claws now)
6433
6434 2005-10-23 [paul]       1.9.15cvs94
6435
6436         * src/compose.c
6437                 when using Folder Pref 'Default To for
6438                 replies' make the entry in the Compose
6439                 window bold
6440                 Patch by Fabien Vantard
6441
6442 2005-10-22 [colin]      1.9.15cvs93
6443
6444         * src/codeconv.c
6445                 Fix leak
6446
6447 2005-10-22 [colin]      1.9.15cvs92
6448
6449         * src/codeconv.c
6450                 try to convert using locale (apart utf8) if necessary
6451
6452 2005-10-22 [colin]      1.9.15cvs91
6453
6454         * src/pixmaps/new.xpm
6455         * src/pixmaps/unread.xpm
6456                 Make the unread envelope blue again and
6457                 saturate the new one a bit more.
6458
6459 2005-10-22 [colin]      1.9.15cvs90
6460
6461         * src/compose.c
6462                 When replying to a mail sent by one of our accounts,
6463                 use the original list of recipients. Let 'Reply All'
6464                 and 'Reply to sender' work like previously.
6465
6466 2005-10-21 [colin]      1.9.15cvs89
6467
6468         * src/prefs_filtering.c
6469                 Clear fields after add and replace
6470         * src/textview.c
6471                 Display xface differently (better)
6472         * src/plugins/pgpinline/pgpinline.c
6473                 Fix crappy encodings/recodings
6474
6475 2005-10-21 [paul]       1.9.15cvs88
6476
6477         * src/compose.c
6478         * src/prefs_folder_item.c
6479         * src/toolbar.c
6480                 fix news folder Folder Properties
6481                 (thanks to Colin)
6482         * src/folderview.c
6483                 update folderview after Themes change
6484                 keep selected folder selected
6485                 (thanks to Colin)
6486
6487 2005-10-21 [paul]       1.9.15cvs87
6488
6489         * tools/Makefile.am
6490         * tools/OOo2sylpheed.pl
6491         * tools/README
6492         * tools/README.sylprint
6493         * tools/asus_mailled.sh         ** REMOVED **
6494         * tools/filter_conv.pl
6495         * tools/freshmeat_search.pl
6496         * tools/google_search.pl
6497         * tools/gpg-sign-syl            ** REMOVED **
6498         * tools/kmail2sylpheed.pl
6499         * tools/kmail2sylpheed_v2.pl
6500         * tools/multiwebsearch.pl
6501         * tools/nautilus2sylpheed.sh
6502         * tools/newscache_clean.pl
6503         * tools/outlook2sylpheed.pl
6504         * tools/sylpheed-switcher       ** REMOVED **
6505         * tools/sylprint.pl
6506         * tools/sylprint.rc
6507         * tools/tb2sylpheed
6508         * tools/vcard2xml.py
6509         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6510                 update default config dir
6511                 update binary name (thanks to Fabien Vantard)
6512                 remove obsolete scripts
6513
6514 2005-10-21 [colin]      1.9.15cvs86
6515
6516         * src/inc.c
6517                 Fix possible leak and units. Based on a patch by
6518                 Fabien Vantard.
6519
6520 2005-10-20 [colin]      1.9.15cvs85
6521
6522         * src/textview.c
6523                 Clear xface when clearing textview
6524
6525 2005-10-20 [colin]      1.9.15cvs84
6526
6527         * configure.ac
6528         * src/folderview.c
6529         * src/headerview.c
6530         * src/main.c
6531         * src/prefs_common.c
6532         * src/prefs_common.h
6533         * src/prefs_message.c
6534         * src/textview.c
6535         * src/textview.h
6536         * src/common/defs.h
6537         * src/common/utils.c
6538         * src/common/utils.h
6539         * src/gtk/gtkutils.c
6540         * src/gtk/gtkutils.h
6541                 Migrate config to .sylpheed-claws (Automatically)
6542                 Add a way to get the Xface in the TextView
6543
6544 2005-10-20 [colin]      1.9.15cvs83
6545
6546         * src/gtk/Makefile.am
6547         * src/gtk/about.c
6548         * src/gtk/authors.h
6549                 Make the about dialog *grooovy*
6550
6551 2005-10-20 [colin]      1.9.15cvs82
6552
6553         * src/mimeview.c
6554                 Use "Open with" on double click if no command
6555                 was found
6556
6557 2005-10-20 [colin]      1.9.15cvs81
6558
6559         * src/imap.c
6560         * src/etpan/imap-thread.c
6561                 Fix possible crash.
6562
6563 2005-10-20 [paul]       1.9.15cvs80
6564
6565         * src/folder.c
6566                 don't show clipkey icon if the only
6567                 attachment is the signature
6568                 Patch by Colin
6569
6570 2005-10-20 [paul]       1.9.15cvs79
6571
6572         * AUTHORS
6573         * src/plugins/pgpmime/pgpmime.c
6574                 name the PGP/MIME signature 'signature.asc'
6575                 Patch by Andrew Nelson <freeandy@gmail.com>
6576
6577 2005-10-19 [colin]      1.9.15cvs78
6578
6579         * src/plugins/pgpmime/pgpmime.c
6580                 Oops, no need to double-check though
6581
6582 2005-10-19 [colin]      1.9.15cvs77
6583
6584         * src/plugins/pgpinline/pgpinline.c
6585         * src/plugins/pgpmime/pgpmime.c
6586                 Check that my_tmpfile() doesn't 
6587                 return NULL
6588
6589 2005-10-19 [colin]      1.9.15cvs76
6590
6591         * src/common/utils.c
6592                 Use shorter mime boundaries to avoid having
6593                 MTAs rewrapping our headers, breaking the
6594                 PGP signature in the process 
6595         * src/compose.c
6596         * src/plugins/pgpmime/pgpmime.c
6597                 Check for boundary uniqueness to be sure
6598                 it won't happen, instead of hoping for the
6599                 best
6600
6601 2005-10-19 [colin]      1.9.15cvs75
6602
6603         * sylpheed-claws.desktop
6604         * src/Makefile.am
6605         * src/main.c
6606                 Ship a sylpheed-claws binary instead
6607                 of a sylpheed one. Change the socket
6608                 name, too
6609         * src/folderview.c
6610                 Update folder only if it changed
6611         * src/wizard.c
6612                 Fix i18n in welcome mail, patch by
6613                 Fabien Vantard
6614
6615 2005-10-19 [paul]
6616
6617         1.9.99-rc2 released
6618
6619 2005-10-19 [paul]       1.9.15cvs74
6620
6621         * src/folder.c
6622         * src/folderview.c
6623                 fix summaryview update
6624                 Patch by Colin
6625
6626 2005-10-18 [colin]      1.9.15cvs73
6627
6628         * src/plugins/pgpcore/passphrase.c
6629                 Don't XGrabServer, and try a bit more to 
6630                 sync everything before grabbing mouse/keyboard
6631
6632 2005-10-18 [colin]      1.9.15cvs72
6633
6634         * src/Makefile.am
6635         * src/addressadd.c
6636         * src/addressbook.c
6637         * src/folderview.c
6638         * src/grouplistdialog.c
6639         * src/mimeview.c
6640         * src/stock_pixmap.c
6641         * src/stock_pixmap.h
6642         * src/summaryview.c
6643         * src/gtk/gtksctree.c
6644         * src/gtk/gtksctree.h
6645         * src/pixmaps/empty.xpm
6646                 Implement a wrapper call for gtk_ctree_set_node_info
6647                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6648                 pixmap instead of a NULL one. This works around some
6649                 memory problems deep inside gtk, revealed by valgrind,
6650                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6651                 as locked crashes sylpheed.), as well as, probably, 
6652                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6653
6654 2005-10-17 [colin]      1.9.15cvs71
6655
6656         * src/mimeview.c
6657                 Provide visual feedback when checking
6658                 signature
6659
6660 2005-10-17 [colin]      1.9.15cvs70
6661
6662         * src/main.c
6663                 Keep the folder list frozen while checking caches...
6664
6665 2005-10-17 [colin]      1.9.15cvs69
6666
6667         * src/addr_compl.c
6668                 Fi bug #833 (Autocompleting from addressbook 
6669                 fails with extended chars)
6670         * src/imap.c
6671                 Fix 'adding messages' staying in statusbar
6672                 after an error
6673
6674 2005-10-17 [wwp]        1.9.15cvs68
6675
6676         * src/ssl_manager.c
6677                 Fix buttons' layout resizing when window size changes
6678
6679 2005-10-17 [wwp]        1.9.15cvs67
6680
6681         * src/account.c
6682         * src/prefs_account.c
6683         * src/prefs_common.c
6684         * src/prefs_common.h
6685         * src/prefs_folder_item.c
6686         * src/prefs_gtk.c
6687         * src/gtk/logwindow.c
6688         * src/gtk/pluginwindow.c
6689         * src/gtk/prefswindow.c
6690         * src/gtk/prefswindow.h
6691                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6692
6693 2005-10-17 [paul]       1.9.15cvs66
6694
6695         * configure.ac
6696                 fix missing libetpan message
6697         * po/en_GB.po
6698                 updated
6699         * src/crash.c
6700         * src/manual.c
6701         * src/prefs_themes.c
6702         * src/common/defs.h
6703                 add some new URI defines, change some
6704                 others
6705         * src/wizard.c
6706                 make welcome message translatable
6707                 small improvements to english
6708                 other tweaks
6709         * src/gtk/menu.c
6710                 fix warnings
6711
6712 2005-10-17 [paul]       1.9.15cvs65
6713
6714         * src/summaryview.c
6715                 fix column titles
6716
6717 2005-10-16 [mones]      1.9.15cvs64
6718
6719         * po/es.po
6720                 Updated translation
6721
6722 2005-10-16 [colin]
6723
6724         1.9.99-rc1 released
6725
6726 2005-10-16 [colin]      1.9.15cvs63
6727
6728         * src/wizard.c
6729                 Fix whitespace
6730
6731 2005-10-16 [colin]      1.9.15cvs62
6732
6733         * src/toolbar.c
6734                 s/Get All/Get Mail/
6735         * src/wizard.c
6736                 Real welcome mail text, thanks Paul
6737
6738 2005-10-16 [colin]      1.9.15cvs61
6739
6740         * src/editldap.c
6741         * src/exporthtml.c
6742         * src/main.c
6743         * src/mainwindow.c
6744         * src/prefs_themes.c
6745         * src/prefs_toolbar.c
6746         * src/plugins/demo/demo.c
6747         * src/plugins/trayicon/trayicon.c
6748                 s/Sylpheed/Sylpheed-Claws/
6749
6750 2005-10-16 [colin]      1.9.15cvs60
6751
6752         * src/wizard.c
6753                 Add a welcome email in the first empty mailbox
6754         * src/prefs_common.c
6755                 Change one more default
6756
6757 2005-10-16 [colin]      1.9.15cvs59
6758
6759         * src/wizard.c
6760                 Remove printf
6761
6762 2005-10-16 [colin]      1.9.15cvs58
6763
6764         * src/toolbar.c
6765         * src/prefs_common.c
6766                 Change some defaults
6767
6768 2005-10-16 [colin]      1.9.15cvs57
6769
6770         * src/toolbar.c
6771         * src/prefs_common.c
6772                 Change some defaults
6773
6774 2005-10-16 [colin]      1.9.15cvs56
6775
6776         * src/wizard.c
6777                 By default, initialize fonts to have
6778                 the same size as normal GtkWidgets
6779
6780 2005-10-16 [colin]      1.9.15cvs55
6781
6782         * src/mimeview.c
6783                 Fix message a bit more
6784
6785 2005-10-16 [colin]      1.9.15cvs54
6786
6787         * src/addressbook.c
6788                 Second attempt at flicker fixing
6789
6790 2005-10-16 [colin]      1.9.15cvs53
6791
6792         * src/addressbook.c
6793                 Fix flicker
6794
6795 2005-10-16 [wwp]        1.9.15cvs52
6796
6797         * src/addressbook.c
6798         * src/editaddress.c
6799         * src/prefs_common.c
6800         * src/prefs_common.h
6801                 Remember window sizes (address book)
6802
6803 2005-10-16 [wwp]        1.9.15cvs51
6804
6805         * src/plugins/clamav/clamav_plugin_gtk.c
6806         * src/plugins/spamassassin/spamassassin_gtk.c
6807                 Fix compilation warnings (missing #include).
6808
6809 2005-10-16 [colin]      1.9.15cvs50
6810
6811         * src/mimeview.c
6812         * src/summaryview.c
6813         * src/textview.c
6814                 Make 'c' check signature, and forward
6815                 c, l, y, t from summaryview to mimeview
6816
6817 2005-10-16 [colin]      1.9.15cvs49
6818
6819         * src/addressbook.c
6820                 Put border around buttons
6821         * src/mainwindow.c
6822         * src/summaryview.c
6823                 Rework menus (Patch based on a patch
6824                 by Paul)
6825
6826 2005-10-15 [wwp]        1.9.15cvs48
6827
6828         * src/editjpilot.c
6829         * src/editldap.c
6830         * src/editvcard.c
6831         * src/exphtmldlg.c
6832         * src/expldifdlg.c
6833         * src/export.c
6834         * src/import.c
6835         * src/importldif.c
6836         * src/importmutt.c
6837         * src/importpine.c
6838         * src/prefs_account.c
6839         * src/prefs_spelling.c
6840         * src/gtk/gtkutils.c
6841         * src/gtk/gtkutils.h
6842         * src/plugins/clamav/clamav_plugin_gtk.c
6843         * src/plugins/spamassassin/spamassassin_gtk.c
6844                 use nicer browse-for-file/dir buttons than the "..." ones,
6845                 code factorizing more.
6846
6847 2005-10-14 [colin]      1.9.15cvs47
6848
6849         * src/mainwindow.c
6850                 set relief on the account switcher so that people see it
6851                 grey out Create processing rules when no message is selected
6852         * src/prefs_filtering.c
6853                 ask before closing if the rule has not been modified, even if
6854                 it's not valid
6855         * src/prefs_matcher.c
6856                 fix sensitivity when entering the dialog
6857         * src/gtk/inputdialog.c
6858                 display a better icon on password ask
6859         * src/plugins/pgpcore/passphrase.c
6860                 make the dialog look better
6861
6862 2005-10-14 [paul]       1.9.15cvs46
6863
6864         * src/folderview.c
6865                 indicate presense of marked msgs in
6866                 unexpanded subfolders
6867
6868 2005-10-14 [paul]       1.9.15cvs45
6869
6870         * src/prefs_actions.c
6871         * src/prefs_common.c
6872         * src/prefs_common.h
6873         * src/prefs_filtering_action.c
6874         * src/prefs_matcher.c
6875         * src/prefs_template.c
6876                 remember window sizes
6877                 fix Info button size
6878
6879         Patches by wwp
6880
6881 2005-10-13 [colin]      1.9.15cvs44
6882
6883         * src/mimeview.c
6884         * src/noticeview.c
6885         * src/noticeview.h
6886                 Add a tooltip on the icon (optional) 
6887                 Get rid of the signature buttons and only
6888                 use the icon+tooltip
6889
6890 2005-10-13 [colin]      1.9.15cvs43
6891
6892         * src/noticeview.c
6893         * src/noticeview.h
6894                 Add hand cursor for hovering over icon
6895
6896 2005-10-13 [colin]      1.9.15cvs42
6897
6898         * src/summaryview.c
6899                 Fix crash when quicksearch's hidden 
6900                 at startup
6901
6902 2005-10-13 [colin]      1.9.15cvs41
6903
6904         * src/compose.c
6905                 Set subject when forwarding multiple mails
6906                 Check that other recipient than the default Cc or Bcc
6907                 have been set before sending.
6908
6909 2005-10-13 [colin]      1.9.15cvs40
6910
6911         * src/imap.c
6912                 Batch per-folder
6913                 Introduce locking, but don't use it yet
6914
6915 2005-10-13 [colin]      1.9.15cvs39
6916
6917         * src/gtk/quicksearch.c
6918                 Reset quicksearch when hiding it
6919                 Make sticky a real pref
6920
6921 2005-10-13 [colin]      1.9.15cvs38
6922
6923         * src/summaryview.c
6924                 Faster prefs apply
6925
6926 2005-10-13 [colin]      1.9.15cvs37
6927
6928         * src/mimeview.c
6929         * src/noticeview.c
6930         * src/noticeview.h
6931         * src/plugins/pgpcore/sgpgme.c
6932                 Make privacy icon clickable
6933                 Move Trust field in Full info
6934                 When trust is less than full, don't display
6935                 a warning icon
6936
6937 2005-10-13 [colin]      1.9.15cvs36
6938
6939         * src/folder.c
6940                 Batch on flags sync
6941         * src/folderview.c
6942                 Revert speed hack which is dangerous in fact
6943                 Apply prefs faster
6944
6945 2005-10-13 [colin]      1.9.15cvs35
6946
6947         * src/folder_item_prefs.c
6948                 Fix pref corruption on folder move. Patch
6949                 by wwp
6950
6951 2005-10-13 [paul]       1.9.15cvs34
6952
6953         * src/export.c
6954         * src/import.c
6955                 fix typos in g_warnings
6956         * src/prefs_account.c
6957                 add a file selector for Signature file
6958
6959         Patches by wwp
6960
6961 2005-10-12 [colin]      1.9.15cvs33
6962
6963         * src/mimeview.c
6964                 Provide a quick way to go back from a
6965                 signature's full info to the email part
6966
6967 2005-10-12 [colin]      1.9.15cvs32
6968
6969         * src/compose.c
6970                 Remove old hack of encoding signed mails with base64.
6971                 QP works equally well.
6972
6973 2005-10-12 [colin]      1.9.15cvs31
6974
6975         * src/crash.c
6976                 Replace deprecated GtkText with GtkTextView
6977         * src/imap.c
6978                 Fix a logic bug about counts in imap_select
6979                 (previously un-triggered)
6980         * src/mainwindow.c
6981         * src/summaryview.c
6982         * src/news.c
6983                 Allow local deletion of news posts
6984         * src/mimeview.c
6985                 Show GPG noticeview on the message/rfc822 part
6986                 in addition to the text/plain one
6987         * src/prefs_image_viewer.c
6988           src/plugins/pgpcore/prefs_gpg.c
6989                 Polish (set the label as part of the checkbox)
6990         * src/wizard.c
6991                 Don't sit there doing nothing after destroying
6992                 the window - return err
6993
6994 2005-10-11 [colin]      1.9.15cvs30
6995
6996         * src/folderview.c
6997                 Apply processing rules before showing folders.
6998                 Early folder show (before flags sync) will only
6999                 be done when there are no processing rules (nor
7000                 pre- or post- ones)
7001         * src/imap.c
7002                 Fix stuff related to mail subdir, creation and 
7003                 deletion of folders 
7004         * src/imap_gtk.c
7005                 Don't allow creation of folders in NoInferior
7006                 folders, as it won't work
7007
7008 2005-10-10 [colin]      1.9.15cvs29
7009
7010         * src/compose.c
7011                 Reselect "None" Privacy system when selecting an
7012                 account with no privacy system defined
7013
7014 2005-10-10 [colin]      1.9.15cvs28
7015
7016         * src/mainwindow.c
7017                 Add Windows-1252 encoding
7018         * src/prefs_common.c
7019                 Rework some defaults:
7020                 - autosave to draft by default
7021                 - don't show header pane (it's already in the textview)
7022                 - Select first new or unread mail on entry
7023                 - Assume 'Yes' to change folder when there's no more
7024                   unread message
7025         * src/prefs_matcher.c
7026                 Fix a gtk assertion failure
7027         * src/gtk/colorlabel.c
7028                 Workaround bad repainting on selection
7029         * src/main.c
7030                 Freeze/thaw (a bit faster on ssh -X)
7031         * src/msgcache.c
7032                 Get rid of StrdupConverter that just adds an
7033                 extra strdup/free 
7034         * src/etpan/imap_thread.c
7035                 memset buf to 0
7036
7037 2005-10-10 [colin]      1.9.15cvs27
7038
7039         * src/export.c
7040         * src/import.c
7041                 Fix compile on gtk 2.4. Patch by wwp
7042
7043 2005-10-09 [colin]      1.9.15cvs26
7044
7045         * src/mainwindow.c
7046         * src/messageview.c
7047         * src/summaryview.c
7048                 Clarify forward menus. Patch by wwp
7049
7050 2005-10-09 [colin]      1.9.15cvs25
7051
7052         * src/compose.c
7053         * src/compose.h
7054                 Fix bug #829 (Non-working "Encrypt message by 
7055                 default when replying to an encrypted message")
7056
7057 2005-10-08 [colin]      1.9.15cvs24
7058
7059         * src/wizard.c
7060                 Fix bug #827 ("Welcome" setup wizard after a 
7061                 permission error gives up & forgets itself.)
7062
7063 2005-10-08 [colin]      1.9.15cvs23
7064
7065         * src/procmime.c
7066                 Fix bug #828 (Ignoring headers with spaces around = sign)
7067
7068 2005-10-08 [colin]      1.9.15cvs22
7069
7070         * src/export.c
7071                 Warning fix by wwp
7072
7073 2005-10-08 [colin]      1.9.15cvs21
7074
7075         * src/folder.c
7076         * src/folder.h
7077                 Add a processing_pending indicator, set on 
7078                 folder_item_open and cleared after 
7079                 folder_item_process_open
7080         * src/folderview.c
7081         * src/summaryview.c
7082                 wrap procmsg_msginfo_*_flags, and in the
7083                 wrapper check that there's no folder processing 
7084                 pending. If there is, defer the flags change until 
7085                 processing is done to avoid stepping over each
7086                 other's toes.
7087                 Freeze during processing, but not during scanning.
7088
7089 2005-10-07 [colin]      1.9.15cvs20
7090
7091         * src/plugins/pgpcore/passphrase.c
7092                 Fix bug #826 (X-Server hangs when 
7093                 right-clicking a PGP encrypted message)
7094
7095 2005-10-07 [paul]       1.9.15cvs19
7096
7097         * src/compose.c
7098                 fix compose_entries[]
7099                 patch by Fabien Vantard
7100
7101 2005-10-06 [colin]      1.9.15cvs18
7102
7103         * src/pixmaps/address.xpm
7104         * src/pixmaps/address_book.xpm
7105         * src/pixmaps/book.xpm
7106         * src/pixmaps/check_spelling.xpm
7107         * src/pixmaps/checkbox_off.xpm
7108         * src/pixmaps/checkbox_on.xpm
7109         * src/pixmaps/close.xpm
7110         * src/pixmaps/complete.xpm
7111         * src/pixmaps/continue.xpm
7112         * src/pixmaps/deleted.xpm
7113         * src/pixmaps/down_arrow.xpm
7114         * src/pixmaps/exec.xpm
7115         * src/pixmaps/forwarded.xpm
7116         * src/pixmaps/group.xpm
7117         * src/pixmaps/ignorethread.xpm
7118         * src/pixmaps/interface.xpm
7119         * src/pixmaps/jpilot.xpm
7120         * src/pixmaps/ldap.xpm
7121         * src/pixmaps/linewrap.xpm
7122         * src/pixmaps/linewrapcurrent.xpm
7123         * src/pixmaps/mail.xpm
7124         * src/pixmaps/mail_attach.xpm
7125         * src/pixmaps/mail_compose.xpm
7126         * src/pixmaps/mail_forward.xpm
7127         * src/pixmaps/mail_receive.xpm
7128         * src/pixmaps/mail_receive_all.xpm
7129         * src/pixmaps/mail_reply.xpm
7130         * src/pixmaps/mail_reply_to_all.xpm
7131         * src/pixmaps/mail_reply_to_author.xpm
7132         * src/pixmaps/mail_send.xpm
7133         * src/pixmaps/mail_send_queue.xpm
7134         * src/pixmaps/mime_application.xpm
7135         * src/pixmaps/mime_audio.xpm
7136         * src/pixmaps/mime_image.xpm
7137         * src/pixmaps/mime_message.xpm
7138         * src/pixmaps/mime_text_enriched.xpm
7139         * src/pixmaps/mime_text_html.xpm
7140         * src/pixmaps/mime_text_plain.xpm
7141         * src/pixmaps/mime_unknown.xpm
7142         * src/pixmaps/new.xpm
7143         * src/pixmaps/news_compose.xpm
7144         * src/pixmaps/offline.xpm
7145         * src/pixmaps/online.xpm
7146         * src/pixmaps/paste.xpm
7147         * src/pixmaps/preferences.xpm
7148         * src/pixmaps/privacy_emblem_encrypted.xpm
7149         * src/pixmaps/privacy_expired.xpm
7150         * src/pixmaps/privacy_failed.xpm
7151         * src/pixmaps/privacy_passed.xpm
7152         * src/pixmaps/privacy_signed.xpm
7153         * src/pixmaps/privacy_unknown.xpm
7154         * src/pixmaps/privacy_warn.xpm
7155         * src/pixmaps/properties.xpm
7156         * src/pixmaps/replied.xpm
7157         * src/pixmaps/search.xpm
7158         * src/pixmaps/unread.xpm
7159         * src/pixmaps/up_arrow.xpm
7160         * src/pixmaps/vcard.xpm
7161                 Modernize internal theme, with icons from the 
7162                 Gnomaws theme. Keep some of the old ones where
7163                 they were better.
7164
7165 2005-10-06 [colin]      1.9.15cvs17
7166
7167         * src/summaryview.c
7168                 Little optimisations + bugfix
7169         * src/toolbar.c
7170                 Remove default useless items - useless being defined
7171                 by the default relevant prefs
7172         * src/wizard.c
7173                 include config.h to make gettext work
7174         * src/prefs_themes.c
7175                 Fix selection of current theme in prefs
7176
7177 2005-10-06 [colin]      1.9.15cvs16
7178
7179         * src/prefs_common.c
7180         * src/prefs_common.h
7181         * src/prefs_summaries.c
7182         * src/folderview.c
7183                 Add a warning dialog on Mark all read 
7184                 (with pref to get rid of it)
7185
7186 2005-10-06 [paul]       1.9.15cvs15
7187
7188         * po/nb.po
7189         * po/pt_BR.po
7190                 updated by Geir Helland and Frederico
7191                 Goncalves Guimaraes
7192
7193 2005-10-05 [colin]      1.9.15cvs14
7194
7195         * src/folder.c
7196         * src/folder.h
7197         * src/folderview.c
7198         * src/folderview.h
7199         * src/imap_gtk.c
7200         * src/mh_gtk.c
7201         * src/mainwindow.c
7202         * src/setup.c
7203                 add a way to rescan without rebuilding
7204                 make moving a bit faster (less folders changes)
7205                 don't lock the tree on Get 
7206         * src/imap.c
7207                 Don't re-delete deleted messages before expunging
7208         * src/summaryview.c
7209                 Set batch mode when deleting mails
7210
7211 2005-10-05 [paul]       1.9.15cvs13
7212
7213         * src/mainwindow.c
7214         * src/mainwindow.h
7215                 fix disabled Execute menu item
7216         * src/toolbar.c
7217                 match the change in 1.9.15cvs10: use Compose
7218                 instead of News by default
7219
7220 2005-10-04 [colin]      1.9.15cvs12
7221
7222         * src/compose.c
7223                 When replying to an ML post with Reply-To set
7224                 to the poster's email, honor it (as before),
7225                 but also honor our user's request to reply to
7226                 the mailing list: set the ML address in the To
7227                 field and the Reply-To address in the Cc: 
7228                 field.
7229
7230 2005-10-04 [colin]      1.9.15cvs11
7231
7232         * src/plugins/trayicon/trayicon.c
7233                 Finish cosmetic change - thanks to wwp
7234
7235 2005-10-04 [colin]      1.9.15cvs10
7236
7237         * src/toolbar.c
7238                 Use Compose instead of Email by default.
7239                 Spotted by wwp.
7240
7241 2005-10-04 [colin]      1.9.15cvs9
7242
7243         * src/folder.c
7244         * src/folder.h
7245         * src/folderview.c
7246         * src/imap.c
7247         * src/etpan/imap-thread.c
7248         * src/etpan/imap-thread.h
7249                 Try to make IMAP faster, by simplifying SEARCH
7250                 commands, avoiding sending two STATUS in a row,
7251                 and deferring flags sync and processing just
7252                 after displaying the folder. 
7253                 This will update the SummaryView in certain
7254                 cases (new mails not already fetched, flags
7255                 changed from another client) but in a non-
7256                 blocking manner.
7257
7258 2005-10-04 [colin]      1.9.15cvs8
7259
7260         * src/plugins/trayicon/trayicon.c
7261                 Relabel "Offline" to "Work offline"
7262
7263 2005-10-04 [colin]      1.9.15cvs7
7264
7265         * src/export.c
7266         * src/import.c
7267         * src/mbox.c
7268                 Fix mbox import/export buglets
7269                 Patch by wwp
7270         * src/plugins/trayicon/trayicon.c
7271                 Add offline swithc
7272                 Patch by wwp
7273
7274 2005-10-04 [colin]      1.9.15cvs6
7275
7276         * src/folder.c
7277         * src/folderview.c
7278         * src/summaryview.c
7279                 Better fix (don't break mark all read) for cvs2
7280
7281 2005-10-03 [colin]      1.9.15cvs5
7282
7283         * src/folder.c
7284                 Use a sane sort by default
7285
7286 2005-10-03 [colin]      1.9.15cvs4
7287
7288         * src/inc.c
7289                 Add a 'Only once' button for overriding offline mode
7290         * src/prefs_account.c
7291         * src/wizard.c
7292                 Add Local mbox to the wizard
7293                 Add IMAP subdir to the wizard (or the wizard is useless
7294                 for such accounts, or even worse than useless)
7295                 Move IMAP subdir from Advanced to Receive tab, as it's
7296                 not that uncommon
7297
7298 2005-10-03 [colin]      1.9.15cvs3
7299
7300         * src/send_message.c
7301                 Forgot this one in cvs1
7302
7303 2005-10-03 [colin]      1.9.15cvs2
7304
7305         * src/folder.c
7306                 Faster close when leaving a folder with lots
7307                 of new mails. Idea by David Relson.
7308
7309 2005-10-03 [colin]      1.9.15cvs1
7310
7311         * src/compose.c
7312         * src/imap.c
7313         * src/inc.c
7314         * src/main.c
7315         * src/messageview.c
7316         * src/news.c
7317         * src/summaryview.c
7318         * src/gtk/sslcertwindow.c
7319         * src/plugins/trayicon/trayicon.c
7320                 Add accels to every AlertPanel. Patch by Fabien 
7321                 Vantard
7322
7323 2005-10-03 [paul]       1.9.15
7324
7325         1.9.15 released
7326
7327 2005-10-03 [paul]       1.9.14cvs68
7328
7329         * po/ca.po
7330         * po/de.po
7331         * po/es.po
7332         * po/fi.po
7333         * po/fr.po
7334         * po/sk.po
7335         * po/sr.po
7336         * po/zh_CN.po
7337                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7338                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7339                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7340
7341 2005-10-03 [paul]       1.9.14cvs67
7342
7343         * src/send_message.c
7344                 prevent hang on Cancel
7345                 patch by Colin
7346
7347 2005-10-03 [paul]       1.9.14cvs66
7348
7349         * src/main.c
7350                 fix crash in IMAP caused by discrepancy
7351                 between check_at_startup and offline mode
7352                 Patch by Colin
7353
7354 2005-10-01 [paul]       1.9.14cvs65
7355
7356         * src/inc.c
7357                 fix engrish
7358
7359 2005-10-01 [paul]       1.9.14cvs64
7360         * src/export.c
7361         * src/import.c
7362                 synchronise import_mbox() and export_mbox()
7363         * src/mbox.c
7364                 proc_mbox(): add alert if file cannot be opened
7365                 export_list_to_mbox(): test if dest file exists,
7366                 prompt user to overwrite if it does. add alert
7367                 if file cannot be created
7368                                                                 
7369         Patch by wwp
7370                                                                                                                 
7371
7372 2005-09-30 [paul]       1.9.14cvs63
7373
7374         * src/addressbook.c
7375                 Fix sensitivity of a menu
7376         * src/codeconv.c
7377                 Respect hidden pref for mails with no encoding
7378         * src/common/xml.c
7379                 Fix memory corruption
7380         * src/plugins/pgpcore/sgpgme.c
7381                 Fix segfault on incomplete sigs, and display
7382                 of S/Mime UIDs
7383
7384         Patches by Colin
7385
7386 2005-09-30 [colin]      1.9.14cvs62
7387
7388         * src/partial_download.c
7389                 Little logic fix in almost-dead code
7390         * src/pop.c
7391                 Fix partial download when there's no new mail
7392
7393 2005-09-29 [paul]       1.9.14cvs61
7394
7395         * src/plugins/pgpinline/pgpinline.c
7396                 fix bug 819, 'crash accessing sign message'
7397                 Patch by Colin
7398
7399 2005-09-28 [martin]     1.9.14cvs60
7400
7401         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7402                 fix bug #790 (Crash when restarting window manager (fluxbox))
7403
7404 2005-09-28 [paul]       1.9.14cvs59
7405
7406         * src/gtk/gtkaspell.c
7407                 fix off-by-one typo
7408
7409 2005-09-27 [colin]      1.9.14cvs58
7410
7411         * src/plugins/pgpcore/sgpgme.c
7412                 Report error when there's one, instead of
7413                 "Signature unchecked" 
7414
7415 2005-09-27 [colin]      1.9.14cvs57
7416
7417         * src/prefs_quote.c
7418                 Fix bug #816 (Weird quotation with spaces)
7419
7420 2005-09-27 [colin]      1.9.14cvs56
7421
7422         * src/codeconv.c
7423         * src/compose.c
7424         * src/compose.h
7425                 Put subject in compose's title
7426                 Fix Automatic encoding so that it's really automatic:
7427                 first try default locale's charset, then charset of the replied mail, 
7428                 then utf-8
7429                 Fix encoding of headers (must be in strict mode too)
7430
7431 2005-09-26 [colin]      1.9.14cvs55
7432
7433         * src/gtk/gtkaspell.c
7434                 Fix previous patch - don't color the space,
7435                 just uncolor it :)
7436
7437 2005-09-26 [colin]      1.9.14cvs54
7438
7439         * src/gtk/gtkaspell.c
7440                 Unmark space if possible
7441
7442 2005-09-26 [colin]      1.9.14cvs53
7443
7444         * src/imap.c
7445                 log_error instead of alertpanel according to the pref
7446         * src/etpan/imap-thread.c
7447                 Print connect status, copy only necessary size to 
7448                 logger
7449         * src/plugins/pgpmime/pgpmime.c
7450                 Handle S/Mime signatures (verification only). Patch based
7451                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7452
7453 2005-09-26 [paul]       1.9.14cvs52
7454
7455         * src/common/passcrypt.c
7456                 this 'workaround' not necessary on NetBSD.
7457                 Thanks to Daniel Gustafson
7458
7459 2005-09-26 [paul]
7460
7461         1.9.15-rc4 released
7462
7463 2005-09-26 [paul]       1.9.14cvs51
7464
7465         * src/summaryview.c
7466                 Skip currently selected message when
7467                 looking for next new or unread message
7468                 in current folder. Patch by Colin
7469         * src/common/passcrypt.c
7470                 eliminate warnings on *BSD. Patch by
7471                 Daniel Gustafson
7472
7473 2005-09-26 [colin]      1.9.14cvs50
7474
7475         * src/procmsg.c
7476                 Call postfiltering hook anyway
7477
7478 2005-09-22 [colin]      1.9.14cvs49
7479
7480         * src/codeconv.c
7481         * src/codeconv.h
7482                 Add a strict mode that doesn't replace with _
7483         * src/compose.c
7484         * src/compose.h
7485                 Use strict conversion while sending
7486                 Fix race when drafting while sending (happens
7487                 on IMAP)
7488                 Fix d'n'd of messages from summaryview
7489         * src/prefs_common.c
7490         * src/prefs_common.h
7491                 add hidden utf8_instead_of_locale_for_broken_mail 
7492                 pref for people that preferred the default charset 
7493                 to be utf8 for broken mails
7494         * src/quote_fmt_parse.y
7495                 fix bug #815 (No quote insert if "From:" fied 
7496                 contained Russian letters)
7497         * src/summaryview.c
7498                 Fix d'n'd of messages to compose
7499
7500 2005-09-22 [paul]       1.9.14cvs48
7501
7502         * src/compose.c
7503                 fix bug where attachments Name entry
7504                 would display Path instead
7505
7506 2005-09-21 [paul]       1.9.14cvs47
7507
7508         * README
7509         * README.jp
7510         * configure.ac
7511         * config/config.rpath
7512         * doc/manual/en/sylpheed-20.html
7513         * doc/manual/es/sylpheed-20.html
7514         * po/bg.po
7515         * po/ca.po
7516         * po/de.po
7517         * po/es.po
7518         * po/fr.po
7519         * po/it.po
7520         * po/pt_BR.po
7521         * po/sk.po
7522         * po/zh_TW.po
7523         * src/account.c
7524         * src/account.h
7525         * src/action.c
7526         * src/action.h
7527         * src/adbookbase.h
7528         * src/addr_compl.c
7529         * src/addr_compl.h
7530         * src/addrbook.c
7531         * src/addrbook.h
7532         * src/addrcache.c
7533         * src/addrcache.h
7534         * src/addrcindex.c
7535         * src/addrcindex.h
7536         * src/addrclip.c
7537         * src/addrclip.h
7538         * src/addrdefs.h
7539         * src/addressadd.c
7540         * src/addressadd.h
7541         * src/addressbook.c
7542         * src/addressbook.h
7543         * src/addressitem.h
7544         * src/addrgather.c
7545         * src/addrgather.h
7546         * src/addrharvest.c
7547         * src/addrharvest.h
7548         * src/addrindex.c
7549         * src/addrindex.h
7550         * src/addritem.c
7551         * src/addritem.h
7552         * src/addrquery.c
7553         * src/addrquery.h
7554         * src/addrselect.c
7555         * src/addrselect.h
7556         * src/alertpanel.c
7557         * src/alertpanel.h
7558         * src/browseldap.c
7559         * src/browseldap.h
7560         * src/codeconv.c
7561         * src/codeconv.h
7562         * src/compose.c
7563         * src/compose.h
7564         * src/crash.c
7565         * src/crash.h
7566         * src/customheader.c
7567         * src/customheader.h
7568         * src/displayheader.c
7569         * src/displayheader.h
7570         * src/editaddress.c
7571         * src/editaddress.h
7572         * src/editbook.c
7573         * src/editbook.h
7574         * src/editgroup.c
7575         * src/editgroup.h
7576         * src/editjpilot.c
7577         * src/editjpilot.h
7578         * src/editldap.c
7579         * src/editldap.h
7580         * src/editldap_basedn.c
7581         * src/editldap_basedn.h
7582         * src/editvcard.c
7583         * src/editvcard.h
7584         * src/enriched.c
7585         * src/enriched.h
7586         * src/exphtmldlg.c
7587         * src/exphtmldlg.h
7588         * src/expldifdlg.c
7589         * src/expldifdlg.h
7590         * src/export.c
7591         * src/export.h
7592         * src/exporthtml.c
7593         * src/exporthtml.h
7594         * src/exportldif.c
7595         * src/exportldif.h
7596         * src/filtering.c
7597         * src/filtering.h
7598         * src/folder.c
7599         * src/folder.h
7600         * src/folder_item_prefs.c
7601         * src/folder_item_prefs.h
7602         * src/foldersel.c
7603         * src/foldersel.h
7604         * src/folderutils.c
7605         * src/folderutils.h
7606         * src/folderview.c
7607         * src/folderview.h
7608         * src/grouplistdialog.c
7609         * src/grouplistdialog.h
7610         * src/headerview.c
7611         * src/headerview.h
7612         * src/html.c
7613         * src/html.h
7614         * src/image_viewer.c
7615         * src/image_viewer.h
7616         * src/imap.c
7617         * src/imap.h
7618         * src/imap_gtk.c
7619         * src/imap_gtk.h
7620         * src/import.c
7621         * src/import.h
7622         * src/importldif.c
7623         * src/importldif.h
7624         * src/importmutt.c
7625         * src/importmutt.h
7626         * src/importpine.c
7627         * src/importpine.h
7628         * src/inc.c
7629         * src/inc.h
7630         * src/jpilot.c
7631         * src/jpilot.h
7632         * src/ldapctrl.c
7633         * src/ldapctrl.h
7634         * src/ldaplocate.c
7635         * src/ldaplocate.h
7636         * src/ldapquery.c
7637         * src/ldapquery.h
7638         * src/ldapserver.c
7639         * src/ldapserver.h
7640         * src/ldaputil.c
7641         * src/ldaputil.h
7642         * src/ldif.c
7643         * src/ldif.h
7644         * src/localfolder.c
7645         * src/localfolder.h
7646         * src/main.c
7647         * src/main.h
7648         * src/mainwindow.c
7649         * src/mainwindow.h
7650         * src/manual.c
7651         * src/manual.h
7652         * src/matcher.c
7653         * src/matcher.h
7654         * src/matcher_parser.h
7655         * src/matcher_parser_lex.l
7656         * src/matcher_parser_parse.y
7657         * src/mbox.c
7658         * src/mbox.h
7659         * src/message_search.c
7660         * src/message_search.h
7661         * src/messageview.c
7662         * src/messageview.h
7663         * src/mh.c
7664         * src/mh.h
7665         * src/mh_gtk.c
7666         * src/mh_gtk.h
7667         * src/mimeview.c
7668         * src/mimeview.h
7669         * src/msgcache.c
7670         * src/msgcache.h
7671         * src/mutt.c
7672         * src/mutt.h
7673         * src/news.c
7674         * src/news.h
7675         * src/news_gtk.c
7676         * src/news_gtk.h
7677         * src/noticeview.c
7678         * src/noticeview.h
7679         * src/partial_download.c
7680         * src/partial_download.h
7681         * src/pine.c
7682         * src/pine.h
7683         * src/pop.c
7684         * src/pop.h
7685         * src/prefs_account.c
7686         * src/prefs_account.h
7687         * src/prefs_actions.c
7688         * src/prefs_actions.h
7689         * src/prefs_common.c
7690         * src/prefs_common.h
7691         * src/prefs_compose_writing.c
7692         * src/prefs_compose_writing.h
7693         * src/prefs_customheader.c
7694         * src/prefs_customheader.h
7695         * src/prefs_display_header.c
7696         * src/prefs_display_header.h
7697         * src/prefs_ext_prog.c
7698         * src/prefs_ext_prog.h
7699         * src/prefs_filtering.c
7700         * src/prefs_filtering.h
7701         * src/prefs_filtering_action.c
7702         * src/prefs_filtering_action.h
7703         * src/prefs_folder_column.c
7704         * src/prefs_folder_column.h
7705         * src/prefs_folder_item.c
7706         * src/prefs_folder_item.h
7707         * src/prefs_fonts.c
7708         * src/prefs_fonts.h
7709         * src/prefs_gtk.c
7710         * src/prefs_gtk.h
7711         * src/prefs_image_viewer.c
7712         * src/prefs_image_viewer.h
7713         * src/prefs_matcher.c
7714         * src/prefs_matcher.h
7715         * src/prefs_message.c
7716         * src/prefs_message.h
7717         * src/prefs_msg_colors.c
7718         * src/prefs_msg_colors.h
7719         * src/prefs_other.c
7720         * src/prefs_other.h
7721         * src/prefs_quote.c
7722         * src/prefs_quote.h
7723         * src/prefs_receive.c
7724         * src/prefs_receive.h
7725         * src/prefs_send.c
7726         * src/prefs_send.h
7727         * src/prefs_spelling.c
7728         * src/prefs_spelling.h
7729         * src/prefs_summaries.c
7730         * src/prefs_summaries.h
7731         * src/prefs_summary_column.c
7732         * src/prefs_summary_column.h
7733         * src/prefs_template.c
7734         * src/prefs_template.h
7735         * src/prefs_themes.c
7736         * src/prefs_themes.h
7737         * src/prefs_toolbar.c
7738         * src/prefs_toolbar.h
7739         * src/prefs_wrapping.c
7740         * src/prefs_wrapping.h
7741         * src/privacy.c
7742         * src/privacy.h
7743         * src/procheader.c
7744         * src/procheader.h
7745         * src/procmime.c
7746         * src/procmime.h
7747         * src/procmsg.c
7748         * src/procmsg.h
7749         * src/quote_fmt.c
7750         * src/quote_fmt_parse.y
7751         * src/recv.c
7752         * src/recv.h
7753         * src/remotefolder.c
7754         * src/remotefolder.h
7755         * src/send_message.c
7756         * src/send_message.h
7757         * src/setup.c
7758         * src/setup.h
7759         * src/simple-gettext.c
7760         * src/sourcewindow.c
7761         * src/sourcewindow.h
7762         * src/ssl_manager.c
7763         * src/ssl_manager.h
7764         * src/statusbar.c
7765         * src/statusbar.h
7766         * src/stock_pixmap.c
7767         * src/stock_pixmap.h
7768         * src/summary_search.c
7769         * src/summary_search.h
7770         * src/summaryview.c
7771         * src/summaryview.h
7772         * src/syldap.c
7773         * src/syldap.h
7774         * src/textview.c
7775         * src/textview.h
7776         * src/toolbar.c
7777         * src/toolbar.h
7778         * src/undo.c
7779         * src/undo.h
7780         * src/unmime.c
7781         * src/unmime.h
7782         * src/vcard.c
7783         * src/vcard.h
7784         * src/wizard.c
7785         * src/wizard.h
7786         * src/common/base64.c
7787         * src/common/base64.h
7788         * src/common/defs.h
7789         * src/common/hooks.c
7790         * src/common/hooks.h
7791         * src/common/log.c
7792         * src/common/log.h
7793         * src/common/md5.c
7794         * src/common/md5.h
7795         * src/common/mgutils.c
7796         * src/common/mgutils.h
7797         * src/common/nntp.c
7798         * src/common/nntp.h
7799         * src/common/passcrypt.c
7800         * src/common/passcrypt.h.in
7801         * src/common/plugin.c
7802         * src/common/plugin.h
7803         * src/common/prefs.c
7804         * src/common/prefs.h
7805         * src/common/progressindicator.c
7806         * src/common/progressindicator.h
7807         * src/common/quoted-printable.c
7808         * src/common/quoted-printable.h
7809         * src/common/session.c
7810         * src/common/session.h
7811         * src/common/smtp.c
7812         * src/common/smtp.h
7813         * src/common/socket.c
7814         * src/common/socket.h
7815         * src/common/ssl.c
7816         * src/common/ssl.h
7817         * src/common/ssl_certificate.c
7818         * src/common/ssl_certificate.h
7819         * src/common/string_match.c
7820         * src/common/string_match.h
7821         * src/common/stringtable.c
7822         * src/common/sylpheed.c
7823         * src/common/sylpheed.h
7824         * src/common/template.c
7825         * src/common/template.h
7826         * src/common/timing.h
7827         * src/common/utils.c
7828         * src/common/utils.h
7829         * src/common/uuencode.c
7830         * src/common/uuencode.h
7831         * src/common/version.h.in
7832         * src/common/xml.c
7833         * src/common/xml.h
7834         * src/common/xmlprops.c
7835         * src/common/xmlprops.h
7836         * src/gtk/about.c
7837         * src/gtk/about.h
7838         * src/gtk/colorlabel.c
7839         * src/gtk/colorlabel.h
7840         * src/gtk/colorsel.c
7841         * src/gtk/colorsel.h
7842         * src/gtk/description_window.c
7843         * src/gtk/description_window.h
7844         * src/gtk/filesel.c
7845         * src/gtk/filesel.h
7846         * src/gtk/foldersort.c
7847         * src/gtk/foldersort.h
7848         * src/gtk/gtkutils.c
7849         * src/gtk/gtkutils.h
7850         * src/gtk/inputdialog.c
7851         * src/gtk/inputdialog.h
7852         * src/gtk/logwindow.c
7853         * src/gtk/logwindow.h
7854         * src/gtk/manage_window.c
7855         * src/gtk/manage_window.h
7856         * src/gtk/menu.c
7857         * src/gtk/menu.h
7858         * src/gtk/pluginwindow.c
7859         * src/gtk/pluginwindow.h
7860         * src/gtk/prefswindow.c
7861         * src/gtk/prefswindow.h
7862         * src/gtk/progressdialog.c
7863         * src/gtk/progressdialog.h
7864         * src/gtk/quicksearch.c
7865         * src/gtk/quicksearch.h
7866         * src/gtk/sslcertwindow.c
7867         * src/gtk/sslcertwindow.h
7868         * src/plugins/clamav/clamav_plugin.c
7869         * src/plugins/clamav/clamav_plugin.h
7870         * src/plugins/clamav/clamav_plugin_gtk.c
7871         * src/plugins/demo/demo.c
7872         * src/plugins/dillo_viewer/dillo_prefs.c
7873         * src/plugins/dillo_viewer/dillo_prefs.h
7874         * src/plugins/dillo_viewer/dillo_viewer.c
7875         * src/plugins/mathml_viewer/mathml_viewer.c
7876         * src/plugins/pgpcore/passphrase.c
7877         * src/plugins/pgpcore/passphrase.h
7878         * src/plugins/pgpcore/plugin.c
7879         * src/plugins/pgpcore/prefs_gpg.c
7880         * src/plugins/pgpcore/prefs_gpg.h
7881         * src/plugins/pgpcore/select-keys.c
7882         * src/plugins/pgpcore/select-keys.h
7883         * src/plugins/pgpcore/sgpgme.c
7884         * src/plugins/pgpcore/sgpgme.h
7885         * src/plugins/pgpinline/pgpinline.c
7886         * src/plugins/pgpinline/pgpinline.h
7887         * src/plugins/pgpinline/plugin.c
7888         * src/plugins/pgpmime/pgpmime.c
7889         * src/plugins/pgpmime/pgpmime.h
7890         * src/plugins/pgpmime/plugin.c
7891         * src/plugins/spamassassin/spamassassin.c
7892         * src/plugins/spamassassin/spamassassin.h
7893         * src/plugins/spamassassin/spamassassin_gtk.c
7894         * src/plugins/trayicon/trayicon.c
7895         * tools/OOo2sylpheed.pl
7896         * tools/acroread2sylpheed.pl
7897         * tools/asus_mailled.sh
7898         * tools/filter_conv.pl
7899         * tools/freshmeat_search.pl
7900         * tools/google_search.pl
7901         * tools/kmail2sylpheed.pl
7902         * tools/kmail2sylpheed_v2.pl
7903         * tools/maildir2sylpheed.pl
7904         * tools/multiwebsearch.pl
7905         * tools/newscache_clean.pl
7906         * tools/outlook2sylpheed.pl
7907         * tools/sylpheed-switcher
7908         * tools/update-po
7909         * tools/vcard2xml.py
7910         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7911                 update FSF address
7912
7913 2005-09-21 [colin]      1.9.14cvs46
7914
7915         * src/gedit-print.c
7916         * src/procmsg.c
7917         * src/procmsg.h
7918         * src/textview.c
7919         * src/summaryview.c
7920                 Remove some printing hacks (deselection/reselection),
7921                 which by the way fix printing the currently 
7922                 displayed mime part (still only text)
7923                 Plus a little optimisation of summary_show
7924
7925
7926 2005-09-20 [colin]      1.9.14cvs45
7927
7928         * src/mainwindow.c
7929         * src/messageview.c
7930                 GUI fixups: add accels, set message
7931                 view title to displayed mail's subject
7932         * src/prefs_spelling.c
7933         * src/gtk/gtkaspell.c
7934                 GUI fixups: allow underlining misspelled
7935                 words instead of coloring them (a11y!)
7936
7937 2005-09-19 [colin]
7938
7939         1.9.15rc3 released
7940
7941 2005-09-19 [colin]      1.9.14cvs44
7942
7943         * src/compose.c
7944                 Fix draft message
7945         * src/gtk/gtkaspell.c
7946                 Fix wrong test ;-)
7947
7948 2005-09-19 [colin]      1.9.14cvs43
7949
7950         * src/addressbook.c
7951                 Fix sensitivity of Delete button
7952         * src/compose.c
7953                 Warn if the requested Privacy system
7954                 is not available
7955         * src/exphtmldlg.c
7956         * src/expldifdlg.c
7957         * src/importldif.c
7958         * src/importmutt.c
7959         * src/importpine.c
7960                 Fix crappy UI
7961         * src/
7962         * src/ssl.h
7963         * src/prefs_account.h
7964         * src/prefs_account.c
7965                 Save SSL prefs even in builds that have
7966                 SSL support disable
7967         * src/imap.c
7968         * src/inc.c
7969         * src/news.c
7970         * src/send_message.c
7971                 Warn if connection should be secure, but
7972                 SSL support isn't compiled in
7973         * src/gtkaspell.c
7974                 Fix word separation on UTF-8 systems
7975                 Fixes bug #812 (Strange inline spellchecking)
7976         * src/compose.c
7977                 Warn if the requested Privacy system
7978                 is not available
7979                 Factorize offline warning
7980         * src/imap.c
7981         * src/imap_gtk.c
7982         * src/imap_gtk.h
7983         * src/inc.h
7984         * src/news_gtk.c
7985         * src/news_gtk.h
7986         * src/messageview.c
7987                 Factorize offline warning
7988
7989 2005-09-19 [paul]
7990
7991         1.9.15-rc2 released
7992
7993 2005-09-18 [colin]      1.9.14cvs42
7994
7995         * src/codeconv.c
7996         * src/codeconv.h
7997         * src/procmime.c
7998                 Add a way to get locale's charset ignoring utf-8,
7999                 and use that as default encoding for broken mails
8000
8001 2005-09-18 [colin]      1.9.14cvs41
8002
8003         * src/gtk/logwindow.c
8004                 Translate string. Patch by Fabien Vantard
8005
8006 2005-09-18 [colin]      1.9.14cvs40
8007
8008         * configure.ac
8009                 Fix bug #803 (IMAP/SSL support breaks with 
8010                 GnuTLS libetpan 0.38)
8011
8012 2005-09-18 [colin]      1.9.14cvs39
8013
8014         * src/codeconv.c
8015         * src/compose.c
8016         * src/procmime.c
8017                 More charsets fixes. Fixes bug #806 (non
8018                 ascii characters in subject line)
8019
8020 2005-09-17 [paul]       1.9.14cvs38
8021
8022         * src/folderview.c
8023         * src/mainwindow.c
8024                 fix gcc-2.95 issues
8025                 Patch by Pawel Pekala
8026
8027 2005-09-17 [colin]      1.9.14cvs37
8028
8029         * src/addrindex.c
8030                 bugfix for NO-USE LDAP compilation, patch 
8031                 by Fabien Vantard
8032
8033 2005-09-17 [colin]      1.9.14cvs36
8034
8035         * src/prefs_actions.c
8036         * src/prefs_customheader.c
8037         * src/prefs_display_header.c
8038         * src/prefs_filtering_action.c
8039         * src/prefs_matcher.c
8040         * src/prefs_toolbar.c
8041                 Fix strange casts (less elegant but
8042                 works better)
8043
8044 2005-09-16 [colin]      1.9.14cvs35
8045
8046         * src/jpilot.c
8047                 Missed that one
8048
8049 2005-09-16 [colin]      1.9.14cvs34
8050
8051         * configure.ac
8052         * src/Makefile.am
8053         * src/addr_compl.c
8054         * src/addrindex.c
8055         * src/browseldap.c
8056         * src/editldap.c
8057         * src/ldaplocate.c
8058         * src/ldapquery.c
8059         * src/ldapquery.h
8060         * src/ldapserver.c
8061         * src/ldapserver.h
8062         * src/main.c
8063         * src/matcher_parser_parse.y
8064         * src/prefs_themes.c
8065         * src/etpan/Makefile.am
8066         * src/gtk/description_window.c
8067         * src/plugins/clamav/Makefile.am
8068         * src/plugins/clamav/clamav_plugin.c
8069         * src/plugins/dillo_viewer/Makefile.am
8070         * src/plugins/pgpcore/Makefile.am
8071         * src/plugins/pgpinline/Makefile.am
8072         * src/plugins/pgpmime/Makefile.am
8073         * src/plugins/trayicon/Makefile.am
8074                 Fix 100% cpu usage in address completion list
8075                 Fix little bugs (return with no values etc)
8076                 Fix all warnings (with common CFLAGS)
8077
8078 2005-09-15 [colin]      1.9.14cvs33
8079
8080         * src/addressbook.c
8081                 Fix bug where sometimes a group's email list is empty,
8082                 force its refresh (probably fixes "Re: how to create a 
8083                 distribution list")
8084         * src/ldapquery.c
8085                 Don't return to the callback in the main thread from the
8086                 fetch thread (or face segs!)
8087
8088 2005-09-15 [paul]       1.9.14cvs32
8089
8090         * src/prefs_matcher.c
8091                 forgotten in last commit
8092
8093 2005-09-15 [paul]       1.9.14cvs31
8094
8095         * src/prefs_actions.c
8096         * src/prefs_filtering_action.c
8097         * src/prefs_quote.c
8098         * src/quote_fmt.c
8099         * src/summaryview.c
8100         * src/gtk/description_window.c
8101         * src/gtk/description_window.h
8102         * src/gtk/quicksearch.c
8103                 allow interaction with the called
8104                 description window
8105                 Patch by Anders Hammar
8106
8107 2005-09-14 [paul]       1.9.14cvs30
8108
8109         * src/compose.c
8110                 fix a little annoyance when pasting with 3rd button 
8111                 with wrap_pastes=0 and wrap_input=1
8112                 Patch by Colin
8113
8114 2005-09-14 [paul]       1.9.14cvs29
8115
8116         * src/prefs_account.c
8117                 disable 'Filter messages on receiving' for
8118                 SMTP-only accounts
8119                 Patch  by Anders Hammar
8120
8121 2005-09-14 [paul]       1.9.14cvs28
8122
8123         * po/sk.po
8124                 fix crash
8125                 updated by Andrej Kacian
8126
8127 2005-09-14 [paul]
8128
8129         1.9.15-rc1 released
8130
8131 2005-09-14 [paul]       1.9.14cvs27
8132
8133         * po/es.po
8134                 updated by Ricardo Mones Lastra
8135         * src/compose.c
8136         * src/compose.h
8137                 associate no_wrap_tags to Compose windows
8138                 instead of using a static one
8139                 Patch by Colin
8140         * src/mbox.c
8141                 fix proc_mbox()
8142                 Patch by wwp
8143         * src/textview.c
8144                 remove unneeded printf()
8145
8146 2005-09-14 [paul]       1.9.14cvs26
8147
8148         * src/addrcache.c
8149         * src/codeconv.h
8150         * src/folder.h
8151         * src/mainwindow.h
8152         * src/mh.c
8153         * src/mimeview.h
8154         * src/partial_download.c
8155         * src/pop.c
8156         * src/prefs_account.c
8157         * src/prefs_account.h
8158         * src/prefs_actions.c
8159         * src/prefs_customheader.c
8160         * src/prefs_display_header.c
8161         * src/prefs_filtering_action.c
8162         * src/prefs_matcher.c
8163         * src/prefs_toolbar.c
8164         * src/privacy.h
8165         * src/procmime.c
8166         * src/procmime.h
8167         * src/procmsg.h
8168         * src/textview.c
8169         * src/undo.h
8170         * src/common/plugin.c
8171         * src/common/session.h
8172         * src/common/socket.c
8173         * src/common/socket.h
8174         * src/common/template.c
8175         * src/gtk/gtkaspell.c
8176         * src/gtk/quicksearch.h
8177         * src/plugins/pgpcore/passphrase.c
8178         * src/plugins/pgpcore/prefs_gpg.h
8179         * src/plugins/pgpcore/select-keys.c
8180         * src/plugins/pgpcore/select-keys.h
8181         * src/plugins/pgpcore/sgpgme.c
8182         * src/plugins/pgpinline/pgpinline.c
8183         * src/plugins/pgpmime/pgpmime.c
8184         * src/plugins/trayicon/trayicon.c
8185                 fix compilation warnings
8186                 Patch by Daniel Gustafson
8187
8188 2005-09-14 [paul]       1.9.14cvs25
8189
8190         * src/addressbook.c
8191                 add missing column header, and other small
8192                 bug fixes
8193                 Patch by Anders Hammar
8194
8195 2005-09-13 [colin]      1.9.14cvs24
8196
8197         * src/gtk/gtkaspell.c
8198                 Fix non-utf8 in menu
8199                 Fix little leaks
8200                 Nullify struct members after free()s
8201
8202 2005-09-13 [colin]      1.9.14cvs23
8203
8204         * src/compose.c
8205                 Test utf8 compliance before inserting to 
8206                 buffer, and try to convert if necessary
8207         * src/procmime.c
8208                 If no charset is present, use the locale 
8209                 one instead of us-ascii
8210         * src/procmsg.c
8211                 Add Sender, List-Post and To in the checked 
8212                 headers for automatic rules creation 
8213                 (thanks to wwp)
8214         * src/prefs_themes.c
8215         * src/gtk/gtkaspell.c
8216                 Remove deprecated functions. 
8217                 patch by Daniel Gustafson
8218
8219 2005-09-12 [colin]      1.9.14cvs22
8220
8221         * src/compose.c
8222                 Fix bug #448 (Scrolling/Redraw issue with 
8223                 address-fields in Header)
8224         * src/mainwindow.c
8225         * src/summaryview.c
8226         * src/summaryview.h
8227                 Fix loss of MSG_MARKED on move/copy
8228                 Fix bug #804 (Quicksearch togglebutton doesn't 
8229                 get depressed after '/' key is pressed)
8230
8231 2005-09-12 [paul]       1.9.14cvs21
8232
8233         * AUTHORS
8234         * src/gtk/logwindow.c
8235                 add 'Clear Log' to popup menu
8236                 Patch by Anders Hammar <anders.hammar@telia.com>
8237
8238 2005-09-12 [paul]       1.9.14cvs20
8239
8240         * src/compose.c
8241                 set correct sensitivity on attachments
8242                 popup menu
8243         * src/folder.c
8244                 fix typo
8245         * src/prefs_spelling.c
8246                 fix crash when no LANG env is set
8247         * src/common/xml.c
8248                 fix crash in wizard
8249                 don't use memeory after free
8250
8251         All patches by Daniel Gustafson
8252
8253 2005-09-12 [paul]       1.9.14cvs19
8254
8255         * src/prefs_themes.c
8256                 make theme info selectable
8257         * src/gtk/description_window.c
8258                 make window non-modal
8259         * tools/README
8260                 add details of asus_mailed.sh
8261         * tools/claws.i18n.status.pl
8262                 update for new zh_TW translator
8263                 widen the output
8264                 create alternate coloured lines
8265                 improve readability
8266
8267 2005-09-10 [colin]      1.9.14cvs18
8268
8269         * src/plugins/pgpcore/select-keys.c
8270                 Better order for the buttons
8271
8272 2005-09-10 [colin]      1.9.14cvs17
8273
8274         * src/compose.c
8275         * src/plugins/pgpcore/select-keys.c
8276         * src/plugins/pgpcore/select-keys.h
8277         * src/plugins/pgpcore/sgpgme.c
8278                 Add a "Don't encrypt" button to the key
8279                 selection dialog. Fixes bug #177 (There should be a 
8280                 'Don't encrypt button in the Select Keys dialog)
8281
8282 2005-09-10 [colin]      1.9.14cvs16
8283
8284         * src/compose.c
8285                 Fix bug #572 (%X option does not work with templates)
8286
8287 2005-09-10 [colin]      1.9.14cvs15
8288
8289         * src/toolbar.c 
8290                 Remove g_print
8291
8292 2005-09-10 [colin]      1.9.14cvs14
8293
8294         * src/imap.c
8295                 Fix a possible crash
8296
8297 2005-09-09 [colin]      1.9.14cvs13
8298
8299         * src/imap.c
8300         * src/etpan/imap-thread.c
8301         * src/etpan/imap-thread.h
8302                 Fix moving from queue or drafts to normal folders
8303                 Fix bug #794 (No way to delete without expunging)
8304                 Take flags unset by other mailers into account
8305                 Take deleted flag set by other mailers into account
8306                 Fix unsetting REPLIED flag
8307                 Fix crash when capabilities can't be retrieved
8308         * src/mainwindow.c
8309         * src/mainwindow.h
8310                 Add M_DELAYED_FLAGS condition, and let the user use
8311                 Execute in order to be able to expunge deleted mails,
8312                 even if he's not in delayed execute mode
8313         * src/prefs_spelling.c
8314                 Use 'en' dictionary by default if LANG is POSIX or C
8315         * src/gtk/prefswindow.c
8316                 Fix bug #767 (Preferences windows expanding) by making
8317                 the window a bit larger when the resolution is greater
8318                 than 640x480, and by putting the prefs in a
8319                 GtkScrolledWindow.
8320
8321 2005-09-09 [paul]       1.9.14cvs12
8322
8323         * AUTHORS
8324         * configure.ac
8325         * po/zh_TW.Big5.po      ** REMOVED **
8326         * po/zh_TW.po           ** ADDED **
8327                 updated by Wei-Lun Chao
8328
8329 2005-09-09 [paul]       1.9.14cvs11
8330
8331         * src/mainwindow.c
8332                 fix asserts
8333         * src/common/xml.c
8334                 delay memory allocation until file is
8335                 opened successfully
8336                 Patch by Daniel Gustafson
8337
8338 2005-09-09 [colin]      1.9.14cvs10
8339
8340         * src/imap.c
8341                 Add guards
8342
8343 2005-09-08 [colin]      1.9.14cvs9
8344
8345         * src/compose.c
8346                 Alert when we can't save draft
8347                 Fix various wrap/color issues
8348                 Add mid-click pasting respecting wrap_paste option
8349         * src/folder.c
8350         * src/folder.h
8351         * src/folder_item_prefs.c
8352         * src/folder_item_prefs.h
8353         * src/imap.c
8354         * src/imap_gtk.c
8355         * src/imap_gtk.h
8356         * src/main.c
8357         * src/mainwindow.c
8358         * src/mainwindow.h
8359         * src/news.c
8360         * src/news_gtk.c
8361         * src/news_gtk.h
8362         * src/prefs_folder_item.c
8363                 Fix the impossibility to synchronise folders for
8364                 offline use (IMAP and NNTP are concerned)
8365
8366 2005-09-08 [colin]      1.9.14cvs8
8367
8368         * configure.ac
8369                 Build LDAP and JPilot by default if available
8370         * src/textview.c
8371                 Fix use after free
8372
8373 2005-09-08 [paul]       1.9.14cvs7
8374
8375         * doc/manual/en/sylpheed-1.html
8376         * doc/manual/en/sylpheed-18.html
8377         * doc/manual/en/sylpheed-19.html
8378         * doc/manual/en/sylpheed-4.html
8379         * doc/manual/en/sylpheed-6.html
8380         * doc/manual/en/sylpheed.html
8381                 a few minor updates, plus include some
8382                 details about plugins and their requirements
8383         * src/mainwindow.c
8384                 minor changes to English in /View/Sort
8385
8386 2005-09-07 [colin]      1.9.14cvs6
8387
8388         * doc/manual/en/sylpheed-1.html
8389         * doc/manual/en/sylpheed-10.html
8390         * doc/manual/en/sylpheed-11.html
8391         * doc/manual/en/sylpheed-12.html
8392         * doc/manual/en/sylpheed-13.html
8393         * doc/manual/en/sylpheed-14.html
8394         * doc/manual/en/sylpheed-15.html
8395         * doc/manual/en/sylpheed-16.html
8396         * doc/manual/en/sylpheed-17.html
8397         * doc/manual/en/sylpheed-18.html
8398         * doc/manual/en/sylpheed-19.html
8399         * doc/manual/en/sylpheed-2.html
8400         * doc/manual/en/sylpheed-20.html
8401         * doc/manual/en/sylpheed-21.html
8402         * doc/manual/en/sylpheed-22.html
8403         * doc/manual/en/sylpheed-3.html
8404         * doc/manual/en/sylpheed-4.html
8405         * doc/manual/en/sylpheed-5.html
8406         * doc/manual/en/sylpheed-6.html
8407         * doc/manual/en/sylpheed-7.html
8408         * doc/manual/en/sylpheed-8.html
8409         * doc/manual/en/sylpheed-9.html
8410         * doc/manual/en/sylpheed.html
8411                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8412
8413 2005-09-07 [colin]      1.9.14cvs5
8414
8415         * src/mainwindow.c
8416                 Make labels more to-the-point
8417
8418 2005-09-07 [colin]      1.9.14cvs4
8419
8420         * doc/manual/en/sylpheed-1.html
8421         * doc/manual/en/sylpheed-12.html
8422         * doc/manual/en/sylpheed-13.html
8423         * doc/manual/en/sylpheed-14.html
8424         * doc/manual/en/sylpheed-15.html
8425         * doc/manual/en/sylpheed-16.html
8426         * doc/manual/en/sylpheed-17.html
8427         * doc/manual/en/sylpheed-18.html
8428         * doc/manual/en/sylpheed-19.html
8429         * doc/manual/en/sylpheed-2.html
8430         * doc/manual/en/sylpheed-20.html
8431         * doc/manual/en/sylpheed-21.html
8432         * doc/manual/en/sylpheed-22.html
8433         * doc/manual/en/sylpheed-4.html
8434         * doc/manual/en/sylpheed-5.html
8435         * doc/manual/en/sylpheed-6.html
8436         * doc/manual/en/sylpheed-7.html
8437         * doc/manual/en/sylpheed-8.html
8438         * doc/manual/en/sylpheed-9.html
8439         * doc/manual/en/sylpheed.html
8440                 Update manual
8441
8442 2005-09-07 [colin]      1.9.14cvs3
8443
8444         * doc/faq/en/sylpheed-faq-1.html
8445         * doc/faq/en/sylpheed-faq-2.html
8446         * doc/faq/en/sylpheed-faq-3.html
8447         * doc/faq/en/sylpheed-faq.html
8448                 Update FAQ
8449
8450 2005-09-07 [colin]      1.9.14cvs2
8451
8452         * src/folderview.c
8453         * src/procmsg.c
8454         * src/summaryview.c
8455         * src/toolbar.c
8456                 Fix special subfolders:
8457                 - Inherit parent's icon
8458                 - sent contents of queues subfolders
8459                 - empty subfolders of trashes
8460         * src/mainwindow.c
8461                 Remove outdated manual and faq entries
8462         * src/common/utils.c
8463                 Add quotes around %s coming from mailcap
8464
8465 2005-09-07 [colin]      1.9.14cvs1
8466
8467         * src/compose.c
8468                 After saving draft, set modified to FALSE
8469         * src/mimeview.c
8470         * src/common/utils.c
8471         * src/common/utils.h
8472                 Try to open mime parts using what is 
8473                 indicated in ~/.mailcap or /etc/mailcap,
8474                 if possible.
8475
8476 2005-09-05 [paul]       1.9.14
8477
8478         1.9.14 released
8479
8480         * po/sk.po
8481                 updated by Andrej Kacian
8482
8483 2005-09-05 [paul]       1.9.13cvs83
8484
8485         * po/de.po
8486         * po/es.po
8487         * po/fi.po
8488         * po/fr.po
8489         * po/nb.po
8490         * po/pt_BR.po
8491         * po/sr.po
8492                 updated translations by Thomas Gilgin, Ricardo Mones
8493                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8494                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8495
8496 2005-09-04 [paul]       1.9.13cvs82
8497
8498         * src/compose.c
8499                 only warn about exceeded line length limit
8500                 on send
8501
8502 2005-09-04 [paul]       1.9.13cvs81
8503
8504         * src/compose.c
8505                 fix crash in 'line length exceeded' dialogue
8506
8507 2005-09-02 [paul]       1.9.13cvs80
8508
8509         * src/imap.c
8510                 fix bug 795, 'Connection lost IMAP'
8511                 and add statusbar prints
8512                 Patch by Colin
8513
8514 2005-09-02 [paul]       1.9.13cvs79
8515
8516         * src/compose.c
8517                 compose_wrap_paragraph() becomes
8518                 compose_beautify_paragraph()
8519                 Patch by Colin
8520
8521 2005-09-02 [colin]      1.9.13cvs78
8522
8523         * src/folderview.c
8524                 Micro-fix
8525
8526 2005-09-01 [colin]      1.9.13cvs77
8527
8528         * src/imap.c
8529                 Maybe fix bug #795 (Connection lost IMAP)
8530                 Don't try to send logout when we're disconnected.
8531         * src/summaryview.c
8532                 Include locked and marked emails in HRM
8533                 view. Fixes bug #800 (Locked messages no longer 
8534                 show up when hide read messages is used)
8535
8536 2005-09-01 [paul]       1.9.13cvs76
8537
8538         * src/prefs_common.c
8539                 fix bad cutting
8540
8541 2005-08-31 [colin]      1.9.13cvs75
8542
8543         * src/folderview.c
8544         * src/folderview.h
8545         * src/prefs_summaries.c
8546         * src/summaryview.c
8547                 Fix "go to next new", fix preference
8548                 (Open unread/next swapped)
8549
8550 2005-08-31 [paul]       1.9.13cvs74
8551
8552         * src/compose.c
8553         * src/folderview.c
8554         * src/headerview.c
8555         * src/headerview.h
8556         * src/mainwindow.c
8557         * src/prefs_common.c
8558         * src/prefs_common.h
8559         * src/prefs_fonts.c
8560         * src/summaryview.c
8561         * src/textview.c
8562         * src/common/defs.h
8563                 remove obsolete BOLD_FONT setting
8564                 fix font update in headerview and textview
8565                 headers after prefs change
8566                 Patch By Colin
8567
8568 2005-08-31 [paul]
8569
8570         1.9.14-rc4 released
8571
8572 2005-08-30 [colin]      1.9.13cvs73
8573
8574         * src/summaryview.c
8575                 When Hide read messages is selected and we
8576                 refresh the summaryview, don't remove the 
8577                 currently displayed message. Fixes bug #797
8578                 (Summary view reloads when new mail is 
8579                 downloaded in 1.9.14 rc)
8580
8581 2005-08-30 [colin]      1.9.13cvs72
8582
8583         * src/folderview.c
8584                 Fix flickering
8585         * src/mainwindow.c
8586                 Remove useless callback
8587         * src/mimeview.c
8588         * src/gtk/filesel.c
8589         * src/gtk/filesel.h
8590                 Add a filesel_select_file_save_folder() - used by Save All
8591
8592 2005-08-29 [paul]       1.9.13cvs71
8593
8594         * AUTHORS
8595         * src/matcher_parser_parse.y
8596         * src/etpan/imap-thread.c
8597                 fix building on FreeBSD
8598                 Patch by Daniel Gustafson <daniel@hobbit.se>
8599
8600 2005-08-29 [paul]       1.9.13cvs70
8601
8602         * src/plugins/pgpinline/pgpinline.c
8603                 only initialise sig result if it's been handled
8604                 Patch by Colin
8605
8606 2005-08-29 [paul]       1.9.13cvs69
8607         
8608         Patches by Colin:
8609
8610         * src/imap.c
8611         * src/common.utils.c
8612         * src/common/utils.h
8613                 optimisation
8614         * src/stock_pixmap.h
8615                 fix wrong icon reference
8616         * src/pixmaps/trash_btn.xpm
8617                 replace with nicer image
8618
8619 2005-08-28 [colin]      1.9.13cvs68
8620
8621         * src/Makefile.am
8622         * src/stock_pixmap.c
8623         * src/stock_pixmap.h
8624         * src/toolbar.c
8625         * src/pixmaps/trash_btn.xpm
8626                 Add a specific trash xpm for the button
8627
8628 2005-08-28 [colin]      1.9.13cvs67
8629
8630         * src/imap.c
8631                 Fix leak
8632
8633 2005-08-27 [colin]      1.9.13cvs66
8634
8635         * src/imap.c
8636         * src/procmime.c
8637                 Correctly fix "Problem with replies", fixes
8638                 pgpmime encryption too. 
8639
8640 2005-08-27 [colin]      1.9.13cvs65
8641
8642         * src/folder.c
8643         * src/procmsg.c
8644         * src/procmsg.h
8645         * src/summaryview.c
8646                 Fix bug #517 (messages removed from summaryview 
8647                 when moving fails)
8648
8649 2005-08-27 [colin]      1.9.13cvs64
8650
8651         * tools/Makefile.am
8652         * tools/asus_mailled.sh
8653                 Add a script to blink ASUS laptops' mail LED where there
8654                 is unread mail.
8655
8656 2005-08-27 [colin]      1.9.13cvs63
8657
8658         * src/imap.c
8659         * src/etpan/imap-thread.c
8660         * src/etpan/imap-thread.h
8661                 Implement automatic choosing of login method
8662                 Fixes bug #791
8663         * src/gtk/.cvsignore
8664                 Add sylpheed-marshal.[ch]
8665
8666 2005-08-27 [colin]      1.9.13cvs62
8667
8668         * src/common/utils.c
8669                 Fix confusing perror
8670
8671 2005-08-27 [colin]      1.9.13cvs61
8672
8673         * src/toolbar.c
8674         * src/toolbar.h
8675                 Remove A_DELETE, replace it with 
8676                 A_TRASH and A_DELETE_REAL. Automatically
8677                 rewrite config files to replace A_DELETE
8678                 with A_TRASH (no functionality change).
8679                 Fixes half of #794
8680
8681 2005-08-26 [colin]      1.9.13cvs60
8682
8683         * src/procmime.c
8684                 Previous "Problem with replies" fix brought other
8685                 problems, fixing them
8686
8687 2005-08-26 [colin]      1.9.13cvs59
8688
8689         * src/procmime.c
8690                 Fix "Problem with replies". This happened only
8691                 on IMAP...
8692         * src/procmsg.c
8693                 Factorize code a bit
8694         * src/compose.c
8695                 Speed improvement on very long messages (wrapping)
8696                 Fix signature color on Reedit and Redirect
8697                 On Reedit, don't attach pgp-signatures parts, but
8698                 set signing to On.
8699
8700 2005-08-24 [paul]       1.9.13cvs58
8701
8702         * src/compose.c
8703                 don't claim success when clicking
8704                 Cancel on the passphrase box.
8705                 Patch by Colin
8706
8707 2005-08-24 [paul]       1.9.13cvs57
8708
8709         * src/main.c
8710                 fix misplaced sylpheed.log
8711         * src/common/defs.h
8712                 define UIDL_DIR
8713
8714 2005-08-24 [paul]       1.9.13cvs56
8715
8716         * src/imap.c
8717         * src/etpan/imap-thread.c
8718         * src/etpan/imap-thread.h
8719                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8720                 Patch by Colin
8721         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8722         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8723                 remove autogenerated files
8724         * tools/kdeservicemenu/README
8725         * tools/kdeservicemenu/install.sh
8726         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8727         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8728                 use Claws icon, use 'Sylpheed-Claws' in menu,
8729                 use kdialog, and other cleanups
8730
8731 2005-08-23 [paul]       1.9.13cvs55
8732
8733         * src/compose.c
8734                 fix paste/wrap crash
8735                 Patch by Colin
8736
8737 2005-08-23 [paul]       1.9.13cvs54
8738
8739         * src/main.c
8740                 fix crash recovery
8741                 Patch by Colin
8742
8743 2005-08-23 [paul]       1.9.13cvs53
8744
8745         * src/addressbook.c
8746         * src/editaddress.c
8747                 view all data of LDAP contacts
8748                 Patch by Colin
8749
8750 2005-08-23 [paul]       1.9.13cvs52
8751
8752         * src/addressbook.c
8753                 fix issues with the Search field
8754                 Patch by Colin
8755
8756 2005-08-22 [paul]       1.9.13cvs51
8757
8758         * src/folderview.c
8759                 put name of folder in processing dialog
8760                 title
8761         * src/prefs_folder_item.c
8762                 improve english usage
8763
8764 2005-08-22 [paul]       1.9.13cvs50
8765
8766         * src/filtering.c
8767         * src/filtering.h
8768         * src/matcher.c
8769         * src/matcher_parser_lex.l
8770         * src/matcher_parser_parse.y
8771         * src/prefs_filtering.c
8772                 add Filtering/Processing rule names feature.
8773                 (the incompatible old matcherrc is saved as
8774                 matcherrc.pre_names).
8775                 Patch by Colin
8776
8777 2005-08-22 [paul]       1.9.13cvs49
8778
8779         * src/procmsg.c
8780                 fix colour labelling
8781                 Patch by Colin
8782
8783 2005-08-22 [paul]       1.9.13cvs48
8784
8785         * src/textview.c
8786                 fix open_image_cb()
8787
8788 2005-08-22 [paul]       1.9.13cvs47
8789
8790         * src/imap.c
8791                 fix bug 789, 'SC crashes with imap (CVS ver)'
8792                 Patch by Colin
8793
8794 2005-08-22 [paul]       1.9.13cvs46
8795
8796         * src/mimeview.c
8797         * src/prefs_common.c
8798         * src/common/defs.h
8799                 define reused defaults in defs.h
8800         * src/textview.c
8801                 add 'Open image' to image popup menu
8802
8803 2005-08-21 [colin]      1.9.13cvs45
8804
8805         * src/summaryview.c
8806                 Fix bug #788 (Bogus "From" address displayed)
8807
8808 2005-08-20 [colin]      1.9.13cvs44
8809
8810         * src/folder.c
8811                 Fix buf #787 (multilevel delete causes SIGSEGV)
8812
8813 2005-08-19 [colin]      1.9.13cvs43
8814
8815         * src/inc.c
8816         * src/prefs_common.c
8817         * src/prefs_common.h
8818                 Add an hidden pref to allow modifying the
8819                 update stepping in incorporation.
8820                 Patch by wwp.
8821
8822 2005-08-19 [colin]      1.9.13cvs42
8823
8824         * src/compose.c
8825         * src/procmime.c
8826                 Workaround for broken MUAs: encode 
8827                 Content-type: name: as ASCII and 
8828                 Content-Disposition: filename: as
8829                 per rfc2231
8830         * src/prefs_account.c
8831                 Fix invisible-ness of SMTP SSL prefs
8832                 in NNTP accounts
8833
8834 2005-08-19 [paul]       1.9.13cvs41
8835
8836         * src/compose.c
8837         * src/prefs_common.c
8838         * src/prefs_common.h
8839         * src/prefs_wrapping.c
8840                 paste with or without wrapping.
8841                 patch by Colin
8842
8843 2005-08-19 [paul]       1.9.13cvs40
8844
8845         * src/prefs_common.c
8846         * src/prefs_common.h
8847         * src/summaryview.c
8848                 reintroduce enable_swap_from as a
8849                 hidden pref. patch by Colin
8850         * src/quote_fmt_parse.y
8851         * src/plugins/clamav/clamav_plugin.c
8852         * src/plugins/dillo_viewer/dillo_viewer.c
8853         * src/plugins/mathml_viewer/mathml_viewer.c
8854         * src/plugins/pgpcore/sgpgme.c
8855         * src/plugins/pgpinline/pgpinline.c
8856         * src/plugins/pgpmime/pgpmime.c
8857                 tidy up. patch by Colin
8858
8859 2005-08-19 [paul]       1.9.13cvs39
8860
8861         * configure.ac
8862                 complete cvs38's sync
8863         * src/editaddress.c
8864         * src/gedit-print.c
8865         * src/mutt.c
8866         * src/etpan/etpan-log.c
8867         * src/etpan/imap-thread.c
8868         * src/gtk/gtksourceprintjob.c
8869                 fix compilation warnings
8870                 (patch by Colin)
8871
8872 2005-08-19 [paul]       1.9.13cvs38
8873
8874         sync with main:
8875
8876         * src/account.c
8877         * src/action.c
8878         * src/addrbook.c
8879         * src/addrcache.c
8880         * src/addrharvest.c
8881         * src/addrindex.c
8882         * src/codeconv.c
8883         * src/compose.c
8884         * src/crash.c
8885         * src/exporthtml.c
8886         * src/exportldif.c
8887         * src/folder.c
8888         * src/image_viewer.c
8889         * src/inc.c
8890         * src/inc.h
8891         * src/jpilot.c
8892         * src/ldif.c
8893         * src/main.c
8894         * src/matcher.c
8895         * src/mbox.c
8896         * src/messageview.c
8897         * src/mh.c
8898         * src/mimeview.c
8899         * src/msgcache.c
8900         * src/mutt.c
8901         * src/news.c
8902         * src/partial_download.c
8903         * src/pine.c
8904         * src/pop.c
8905         * src/prefs_actions.c
8906         * src/prefs_common.c
8907         * src/prefs_customheader.c
8908         * src/prefs_display_header.c
8909         * src/prefs_gtk.c
8910         * src/prefs_themes.c
8911         * src/procheader.c
8912         * src/procmime.c
8913         * src/procmsg.c
8914         * src/recv.c
8915         * src/send_message.c
8916         * src/simple-gettext.c
8917         * src/sourcewindow.c
8918         * src/textview.c
8919         * src/vcard.c
8920         * src/common/defs.h
8921         * src/common/log.c
8922         * src/common/plugin.c
8923         * src/common/prefs.c
8924         * src/common/session.c
8925         * src/common/session.h
8926         * src/common/socket.c
8927         * src/common/socket.h
8928         * src/common/ssl_certificate.c
8929         * src/common/template.c
8930         * src/common/utils.c
8931         * src/common/utils.h
8932         * src/common/xml.c
8933         * src/gtk/about.c
8934         added wrappers for C library function that
8935                 take pathname arguments.
8936                 enabled compilation with MinGW.
8937                 use GDir instead of directly using opendir().
8938                 added rename_force().
8939
8940 2005-08-19 [paul]       1.9.13cvs37
8941         
8942         patches by Colin:
8943         * src/compose.c
8944                 fix privacy settings on re-editing
8945                 a sent message
8946         * src/jpilot.c
8947                 fix encoding bug
8948         * src/folder.c
8949         * src/procmsg.c
8950         * src/procmsg.h
8951         * src/summaryview.c
8952                 flag changing optimisation
8953
8954 2005-08-18 [martin]     1.9.13cvs36
8955
8956         * commitHelper
8957             added my login
8958         * src/addrcache.c
8959         * src/addrharvest.c
8960         * src/addrindex.c
8961         * src/compose.c
8962         * src/grouplistdialog.c
8963         * src/main.c
8964         * src/mainwindow.c
8965         * src/msgcache.c
8966         * src/mutt.c
8967         * src/pine.c
8968         * src/prefs_account.c
8969         * src/prefs_themes.c
8970         * src/stock_pixmap.c
8971         * src/summaryview.c
8972         * src/gtk/about.c
8973         * src/gtk/logwindow.c
8974             removed deprecated glib and gdk stuff
8975         * src/plugins/pgpcore/select-keys.c
8976             convert attributes from locale to utf8
8977
8978 2005-08-17 [paul]       1.9.13cvs35
8979
8980         * src/account.c
8981         * src/addressbook.c
8982                 use new GTK_STOCK_ icons if available
8983         * src/summaryview.c
8984         * src/gtk/gtksctree.c
8985         * src/gtk/gtksctree.h
8986                 faster range select. patch by Colin
8987
8988 2005-08-17 [paul]       1.9.13cvs34
8989
8990         patches by colin:
8991         * src/addressbook.c
8992         * src/addressitem.h
8993                 Add an edit button for contacts, fix selections
8994                 of gtksctree items
8995         * src/editaddress.c
8996                 Change labels, let Save be always possible in the
8997                 email and user atributes tabs
8998         * src/folderview.c
8999                 fix sort issues
9000         * src/summaryview.c
9001                 select next item instead of the displayed one
9002                 after deletion
9003
9004         * src/gtk/progressdialog.c
9005                 use prefs_common.enable_rules_hint
9006
9007 2005-08-13 [hoa]        1.9.13cvs33
9008
9009         * src/etpan/imap-thread.c
9010                 fixed build on Solaris.
9011
9012 2005-08-10 [colin]      1.9.13cvs32
9013
9014         * src/procmsg.c
9015                 Fix cvs31 (missing fclose before reading
9016                 the file)
9017
9018 2005-08-10 [colin]      1.9.13cvs31
9019
9020         * src/procmsg.c
9021                 Fix procmsg_msginfo_new_from_mimeinfo() when
9022                 the MimeInfo isn't stored in memory. This fixes
9023                 replying to an attached message.
9024
9025 2005-08-10 [colin]      1.9.13cvs30
9026
9027         * src/mainwindow.c
9028                 Fix slowness in account changing
9029
9030 2005-08-10 [colin]      1.9.13cvs29
9031
9032         * src/folder.c
9033         * src/folderutils.c
9034         * src/folderview.c
9035         * src/imap_gtk.c
9036         * src/mainwindow.c
9037         * src/mh_gtk.c
9038         * src/procmsg.c
9039         * src/summaryview.c
9040                 Optimize folder_has_parent_of_type
9041                 Prevent moving special sub-folders from contextual menus
9042                 Rework message a bit ("Empty all messages" -> "Delete all
9043                 messages")
9044                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9045                 and "Deleted Items" folders)
9046
9047 2005-08-08 [colin]      1.9.13cvs28
9048
9049         * src/summaryview.c
9050         * src/prefs_summaries.c
9051                 Make "Select first unread|new" more flexible
9052                 (just prioritize new or unread)
9053
9054 2005-08-08 [colin]      1.9.13cvs27
9055
9056         * src/summaryview.c
9057                 If "select first new" is selected and there only
9058                 are unread messages, fallback to "select first
9059                 unread".
9060
9061 2005-08-08 [colin]      1.9.13cvs26
9062
9063         * src/folder.c
9064                 Fix shameful bugs (and bug #779)
9065
9066 2005-08-08 [colin]      1.9.13cvs25
9067
9068         * src/folder.c
9069         * src/folder.h
9070                 Cache parents' type to make folder_has_parent_of_type
9071                 faster
9072         * src/folderview.c
9073                 Forbid DnD of special sub-folders
9074         * src/procmsg.c
9075         * src/procmsg.h
9076                 Add MAIL_POSTFILTERING_HOOK
9077         * src/summaryview.c
9078                 Revert over-zealous deletion of the use_addr_book 
9079                 code
9080
9081 2005-08-07 [colin]      1.9.13cvs24
9082
9083         * src/folder.c
9084                 Fix big mistake (passing MsgInfo instead 
9085                 of FolderItem)
9086
9087 2005-08-07 [colin]      1.9.13cvs23
9088
9089         * src/compose.c
9090         * src/folder.c
9091         * src/folder.h
9092         * src/foldersel.c
9093         * src/folderutils.c
9094         * src/folderview.c
9095         * src/imap.c
9096         * src/mainwindow.c
9097         * src/messageview.c
9098         * src/mh.c
9099         * src/msgcache.c
9100         * src/procmime.c
9101         * src/summaryview.c
9102                 Make subfolders of Drafts, Queue, Outbox, Trash
9103                 work like their parents. 
9104                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9105
9106 2005-08-07 [colin]      1.9.13cvs22
9107
9108         * src/addressbook.c
9109                 Fix bug #771 (Dragged contacts not saved)
9110
9111 2005-08-07 [paul]       1.9.13cvs21
9112
9113         * src/summaryview.c
9114                 fix bug 32 'Search Doesn't display results
9115                 if "Hide Read Messages" is chosen'
9116                 be more literal in interpreting 'Hide read
9117                 messages'
9118
9119 2005-08-07 [colin]      1.9.13cvs20
9120
9121         * src/folderview.c
9122                 Add debug
9123         * src/summaryview.c
9124                 Faster 'unthread_for_execution'
9125
9126 2005-08-06 [paul]       1.9.13cvs19
9127
9128         * src/mainwindow.c
9129                 add mnemonics to Set displayed columns
9130                 fix bug where msgview_visible option was
9131                 overwritten as TRUE on startup
9132
9133 2005-08-06 [paul]       1.9.13cvs18
9134
9135         * src/mainwindow.c
9136                 refer to 'displayed columns in folder/message
9137                 list' not 'displayed items in summary/message view'
9138         * src/prefs_display_header.c
9139                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9140                 be consistent with similar dialogues
9141         * src/prefs_folder_column.c
9142         * src/prefs_summary_column.c
9143                 'columns' not 'items', and folder and message lists,
9144                 instead of folder and summary views;
9145                 Use 'Hidden columns' as list heading not 'Available
9146                 items';
9147                 move the 'Remove' button to the right hand side;
9148                 top-align the buttons;
9149                 remove unneeded vbox
9150         * src/prefs_summaries.c
9151                 put the 2 column prefs buttons in a frame to reduce
9152                 overall width; refer to columns not items &c.
9153
9154 2005-08-05 [colin]      1.9.13cvs17
9155
9156         * src/prefs_common.c
9157         * src/prefs_common.h
9158         * src/mainwindow.c
9159         * src/compose.c
9160         * src/messageview.c
9161                 Add an hidden toolbar_detachable pref, so
9162                 that I can get rid of these painful handles
9163                 in the toolbars. Defaults to TRUE to avoid
9164                 changing the GUI on unsuspecting people...
9165
9166 2005-08-05 [colin]      1.9.13cvs16
9167
9168         * src/Makefile.am
9169         * src/prefs_folder_column.c
9170         * src/prefs_folder_column.h
9171                 Add prefs for folder columns
9172         * src/folderview.c
9173         * src/folderview.h
9174         * src/mainwindow.c
9175         * src/mainwindow.h
9176         * src/prefs_common.c
9177         * src/prefs_common.h
9178         * src/prefs_summaries.c
9179                 Use them
9180         * src/prefs_summary_column.c
9181         * src/summaryview.c
9182         * src/summaryview.h
9183                 Add a To column
9184         * src/textview.c
9185         * src/common/utils.c
9186         * src/common/utils.h
9187                 Move uri colourisation functions
9188                 to utils
9189         * src/compose.c
9190                 Colourise URIs
9191         * src/imap.c
9192                 Fix bug with LIST where we'd try
9193                 to get Folder//////[...]/// 
9194
9195 2005-08-05 [paul]       1.9.13cvs15
9196
9197         * src/prefs_summaries.c
9198                 improve the English usage
9199         * src/summaryview.c
9200                 set font on column change
9201                 thanks to Colin
9202
9203 2005-08-05 [paul]       1.9.13cvs14
9204
9205         * src/prefs_common.c
9206         * src/prefs_common.h
9207         * src/prefs_summaries.c
9208         * src/summaryview.c
9209                 replace 'open_unread_on_enter' option with
9210                 'select_on_entry' option. opening/not opening
9211                 is now exclusively controlled by 'always_show_msg'
9212
9213 2005-08-04 [colin]      1.9.13cvs13
9214
9215         * src/compose.c
9216                 Remove dead code
9217                 Add colourisation of quotes and signatures
9218         * src/folderview.c
9219                 Fix possible crashes
9220         * src/messageview.c
9221                 Change an assert that is no problem
9222         * src/news.c
9223         * src/news_gtk.c
9224         * src/news_gtk.h
9225                 Fix offline mode
9226         * src/gtk/quicksearch.c
9227                 Fix a possible crash
9228
9229 2005-08-03 [colin]      1.9.13cvs12
9230
9231         * src/prefs_account.c
9232                 Fix bug #777 (Sylpheed crash in account configuration)
9233
9234 2005-08-03 [colin]      1.9.13cvs11
9235
9236         * src/addressbook.c
9237         * src/editaddress.c
9238         * src/editgroup.c
9239                 Fixing addressbook, round 2
9240         * src/textview.c
9241                 Fix emphasis color on rechecking 'Colorize messages'
9242
9243 2005-08-03 [paul]       1.9.13cvs10
9244
9245         sync with main
9246
9247         * src/addr_compl.c
9248         * src/compose.c
9249         * src/main.c
9250         * src/pop.c
9251         * src/prefs_account.c
9252         * src/procmime.c
9253         * src/procmsg.c
9254         * src/quote_fmt_parse.y
9255         * src/textview.c
9256         * src/common/quoted-printable.c
9257         * src/common/utils.c
9258         * src/common/utils.h
9259         * src/common/xml.c
9260                 replaced incorrect locale-independent
9261                 ctype functions with GLib's. Corrected
9262                 signedness mismatch.
9263         * src/headerview.c
9264                 headerview_create(): added spacing for vbox.
9265         * src/gtk/about.c
9266                 set focus to the OK button.
9267
9268 2005-08-03 [colin]      1.9.13cvs9
9269
9270         * src/folderview.c
9271                 Fix possible crash
9272
9273 2005-08-02 [colin]      1.9.13cvs8
9274
9275         * src/mainwindow.c
9276                 Fix cast
9277         * src/addressbook.c
9278         * src/addressitem.h
9279                 Fix a cast and more generally, try to make the
9280                 GUI more intuitive and consistent (round 1)
9281
9282 2005-08-02 [paul]       1.9.13cvs7
9283
9284         * src/folder.h
9285                 missing in 1.9.13cvs6
9286
9287 2005-08-02 [colin]      1.9.13cvs6
9288
9289         * src/folder.c
9290                 Fix one more leak
9291
9292 2005-08-02 [colin]      1.9.13cvs5
9293
9294         * src/folder.c
9295         * src/folderview.c
9296         * src/imap.c
9297         * src/main.c
9298         * src/mbox.c
9299         * src/procmsg.c
9300         * src/summaryview.c
9301                 Fix a number of folder_item_get_msg_list()-related
9302                 leaks (missing procmsg_msginfo_free()s)
9303
9304 2005-08-01 [colin]      1.9.13cvs4
9305
9306         * src/folderview.c
9307         * src/folderview.h
9308         * src/mainwindow.c
9309         * src/prefs_fonts.c
9310         * src/prefs_summaries.c
9311         * src/prefs_themes.c
9312         * src/summaryview.c
9313         * src/summaryview.h
9314         * src/textview.c
9315         * src/textview.h
9316                 Fix instant-apply of summary and folderview-related prefs
9317                 Fix erroneous g_free and alertpanels in prefs_theme
9318                 Add instant-apply for fonts
9319                 Defer applying of prefs a little bit so it's done only
9320                 once even if requested by multiples prefs pages
9321
9322 2005-08-01 [paul]       1.9.13cvs3
9323
9324         * src/main.c
9325                 fix bug 776 'S.C. crashes on close'
9326                 thanks to Colin
9327         * src/etpan/etpan-thread-manager-types.h
9328                 add missing include
9329                 thanks to Hoa
9330
9331 2005-07-25 [paul]       1.9.13cvs2
9332
9333         * src/summaryview.c
9334                 fix typos. spotted by Fabien Vantard
9335
9336 2005-07-24 [paul]       1.9.13cvs1
9337
9338         * doc/man/sylpheed.1
9339                 update man page, incorporating fix of
9340                 bug 769 'Typo in manpage'
9341         * src/etpan/imap-thread.c
9342                 fix NetBSD openssl dependencies. patch by
9343                 George Michaelson <ggm@apnic.net>
9344         * po/pt_BR.po
9345                 updated by Frederico Goncalves Guimaraes
9346
9347 2005-07-22 [paul]       1.9.13
9348
9349         1.9.13 release
9350
9351 2005-07-22 [paul]       1.9.12cvs91
9352
9353         * AUTHORS
9354         * INSTALL
9355         * README.claws
9356         * RELEASE_NOTES.claws
9357                 updated for release
9358         * configure.ac
9359         * po/nb.po
9360         * tools/claws.i18n.status.pl
9361                 add Norwegian translation. submiited by
9362                 Geir Helland <pjallabais@users.sourceforge.net>
9363         * po/ca.po
9364         * po/de.po
9365         * po/es.po
9366         * po/fi.po
9367         * po/fr.po
9368         * po/it.po
9369         * po/sk.po
9370         * po/sr.po
9371         * po/zh_CN.po
9372                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9373                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9374                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9375                 Yang Guilong
9376         * src/plugins/clamav/clamav_plugin_gtk.c
9377         * src/plugins/spamassassin/spamassassin_gtk.c
9378                 replace outdated description strings
9379
9380 2005-07-21 [colin]      1.9.12cvs90
9381
9382         * src/folder.c
9383                 Set folder to batch mode when scanning it. Makes deletion
9384                 of unread mails on IMAP much faster (due to the UNREAD 
9385                 flag unsetting)
9386
9387 2005-07-21 [darko]      1.9.12cvs89
9388
9389         * configure.ac
9390                 link against libresolv if necessary (patch by Paul)
9391         * src/msgcache.c
9392                 use glib's portable macros to determine endianness
9393
9394 2005-07-21 [paul]       1.9.12cvs88
9395
9396         * src/crash.c
9397         * src/gtk/about.c
9398                 update compiled-in features list
9399
9400 2005-07-20 [colin]      1.9.12cvs87
9401
9402         * src/folder.c
9403         * src/textview.c
9404                 Gcc 2.9x compilation fixes, thanks to Darko
9405         * src/plugins/clamav/clamav_plugin.c
9406                 Little optimisation: load virus database only once
9407         * src/plugins/spamassassin/spamassassin.c
9408                 Big optimisation: filtering one mail took at least 1 second,
9409                 now it takes at least 50ms. Doesn't speed up spamassassin 
9410                 itself, but should already be much more tolerable.
9411
9412 2005-07-20 [colin]      1.9.12cvs86
9413
9414         * src/summaryview.c
9415                 Fix performance issue
9416
9417 2005-07-19 [colin]      1.9.12cvs85
9418
9419         * src/plugins/pgpinline/plugin.c
9420                 Fix warning
9421
9422 2005-07-19 [colin]      1.9.12cvs84
9423
9424         * configure.ac
9425         * src/plugins/Makefile.am
9426         * src/plugins/pgpinline/.cvsignore
9427         * src/plugins/pgpinline/Makefile.am
9428         * src/plugins/pgpinline/pgpinline.c
9429         * src/plugins/pgpinline/pgpinline.deps
9430         * src/plugins/pgpinline/pgpinline.h
9431         * src/plugins/pgpinline/plugin.c
9432                 Put pgpinline in the main tree
9433
9434 2005-07-19 [paul]       1.9.12cvs83
9435
9436         * src/prefs_actions.c
9437                 prevent '//' in menu names, which cause a crash
9438                 thanks to Colin
9439
9440 2005-07-19 [paul]       1.9.12cvs82
9441
9442         * configure.ac
9443                 be generally more informative in configure output.
9444                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9445                 '[ --disable-openssl ...', as --enable-openssl is default
9446                 PGP/MIME: don't check for GPGME again, check for
9447                 pgpcore instead. Therefore prevent the possibility of
9448                 attempting to build pgpmime if pgpcore dependencies are
9449                 not met
9450                 ClamAV: use pkgconfig to check for lib
9451                 libgnomeprint: revert logic on inner test to match
9452                 everything else
9453         * src/plugins/pgpcore/sgpgme.c
9454                 add missing include
9455
9456 2005-07-19 [colin]      1.9.12cvs81
9457
9458         * src/summaryview.c
9459                 Fix slow thread rebuilding in particular
9460                 cases
9461
9462 2005-07-19 [paul]       1.9.12cvs80
9463
9464         * sylpheed-claws.desktop
9465                 fix typo, spotted by Stephan Sachse
9466         * src/account.c
9467                 replace GTK_STOCK_ADD with
9468                 GTK_STOCK_NEW button
9469
9470 2005-07-18 [colin]      1.9.12cvs79
9471
9472         * src/etpan/imap-thread.c
9473                 Fix return value (Thanks Hoa)
9474
9475 2005-07-18 [colin]      1.9.12cvs78
9476
9477         * src/imap.c
9478                 Allow empty passwords
9479                 Create drafts/queue/outbox if necessary
9480         * src/summaryview.c
9481                 Remove old code
9482         * src/etpan/imap-thread.c
9483                 Fix STARTTLS (Thanks to Hoa)
9484
9485 2005-07-18 [paul]       1.9.12cvs77
9486
9487         * ChangeLog-gtk2.jp
9488         * ChangeLog.jp
9489                 removed
9490         * Makefile.am
9491                 updated to reflect additions and removals
9492         * TODO
9493                 updated to be claws-specific
9494         * TODO-gtk2
9495         * TODO-gtk2.jp
9496         * TODO.jp
9497         * sylpheed-128x128.png
9498         * sylpheed-64x64.png
9499                 removed
9500         * sylpheed-claws-128x128.png
9501         * sylpheed-claws-64x64.png
9502         * sylpheed-claws.desktop
9503         * sylpheed-claws.png
9504                 added
9505         * sylpheed.desktop
9506         * sylpheed.png
9507                 removed
9508
9509 2005-07-17 [paul]       1.9.12cvs76
9510
9511         * src/account.c
9512         * src/addressbook.c
9513         * src/alertpanel.c
9514         * src/alertpanel.h
9515         * src/compose.c
9516         * src/exphtmldlg.c
9517         * src/expldifdlg.c
9518         * src/folderview.c
9519         * src/imap_gtk.c
9520         * src/inc.c
9521         * src/message_search.c
9522         * src/messageview.c
9523         * src/mh_gtk.c
9524         * src/news_gtk.c
9525         * src/prefs_actions.c
9526         * src/prefs_filtering.c
9527         * src/prefs_matcher.c
9528         * src/prefs_template.c
9529         * src/prefs_themes.c
9530         * src/ssl_manager.c
9531         * src/summary_search.c
9532         * src/textview.c
9533         * src/toolbar.c
9534         * src/gtk/sslcertwindow.c
9535         * src/plugins/pgpcore/sgpgme.c
9536                 rework alertpanels
9537
9538 2005-07-17 [colin]      1.9.12cvs75
9539
9540         * src/privacy.c
9541                 add a PrivacySystem accessor that checks that
9542                 the system cached in a MimeInfo's privacydata
9543                 is still registered. Use this accessor instead
9544                 of directly using data->system. Fixes crashes
9545                 after unloading pgp plugins.
9546
9547 2005-07-17 [colin]      1.9.12cvs74
9548
9549         * src/alertpanel.c
9550                 Change geometry hints to a simple default size.
9551                 Fixes the certs dialogs.
9552
9553 2005-07-17 [colin]      1.9.12cvs73
9554
9555         * src/gtk/sslcertwindow.c
9556                 Use a gtkExpander
9557
9558 2005-07-17 [colin]      1.9.12cvs72
9559
9560         * src/plugins/pgpcore/Makefile.am
9561         * src/plugins/pgpmime/Makefile.am
9562                 Add gpgme libs
9563
9564 2005-07-17 [paul]       1.9.12cvs71
9565
9566         * configure.ac
9567                 add --disable-gnomeprint option
9568                 modified version of patch by Marius Mauch
9569
9570 2005-07-17 [paul]       1.9.12cvs70
9571
9572         * src/common/defs.h
9573                 update urls
9574         * src/account.c
9575         * src/action.c
9576         * src/addressbook.c
9577         * src/compose.c
9578         * src/foldersel.c
9579         * src/folderview.c
9580         * src/html.c
9581         * src/imap_gtk.c
9582         * src/main.c
9583         * src/mainwindow.c
9584         * src/messageview.c
9585         * src/mh_gtk.c
9586         * src/mimeview.c
9587         * src/news_gtk.c
9588         * src/prefs_account.c
9589         * src/prefs_send.c
9590         * src/prefs_summaries.c
9591         * src/procmsg.c
9592         * src/summaryview.c
9593         * src/common/utils.c
9594         * src/common/xml.c
9595         * src/plugins/pgpcore/passphrase.c
9596         * src/plugins/pgpcore/select-keys.c
9597                 replace inappropriately used backticks
9598                 with single quotes
9599
9600 2005-07-16 [colin]      1.9.12cvs69
9601
9602         * src/image_viewer.c
9603                 Add extra paranoid checks
9604
9605 2005-07-16 [colin]      1.9.12cvs68
9606
9607         * src/plugins/pgpcore/prefs_gpg.c
9608                 Don't auto-check sigs by default, as it
9609                 can be really slow.
9610
9611 2005-07-16 [colin]      1.9.12cvs67
9612
9613         * src/plugins/pgpcore/sgpgme.c
9614                 Make messages a bit better.
9615
9616 2005-07-16 [colin]      1.9.12cvs66
9617
9618         * src/imap.c
9619                 Remove pseudo-log
9620         * src/etpan/imap-thread.c
9621                 Add real log
9622
9623 2005-07-16 [colin]      1.9.12cvs65
9624
9625         * src/main.c
9626         * src/prefs_other.c
9627                 And now, fix build with libetpan :-/
9628
9629 2005-07-15 [colin]      1.9.12cvs64
9630
9631         * src/prefs_other.c
9632                 Continue fixing build without libetpan.
9633
9634 2005-07-15 [colin]      1.9.12cvs63
9635
9636         * src/main.c
9637                 Fix build with --disable-libetpan
9638
9639 2005-07-15 [colin]      1.9.12cvs62
9640
9641         * configure.ac
9642                 Bump libetpan's version
9643
9644 2005-07-15 [colin]      1.9.12cvs61
9645
9646         * src/etpan/imap-thread.c
9647                 Actually stop logging :)
9648
9649 2005-07-15 [colin]      1.9.12cvs60
9650
9651         * src/addressbook.c
9652                 Fix dnd of multiple addresses.
9653
9654 2005-07-15 [hoa]        1.9.12cvs59
9655
9656         * src/etpan/imap-thread.c
9657             disable login of IMAP password in libetpan log file.
9658
9659 2005-07-15 [paul]       1.9.12cvs58
9660
9661         * src/account.c
9662                 don't automatically sort
9663                 do allow drag n drop
9664
9665 2005-07-15 [paul]       1.9.12cvs57
9666
9667         * src/account.c
9668         * src/ssl_manager.c
9669                 alphabetical listing
9670
9671 2005-07-15 [paul]       1.9.12cvs56
9672
9673         * src/gtk/pluginwindow.c
9674                 sort plugin list alphabetically
9675
9676 2005-07-15 [paul]       1.9.12cvs55
9677
9678         * src/prefs_spelling.c
9679         * src/prefs_wrapping.c
9680                 unify English usage
9681
9682 2005-07-15 [colin]      1.9.12cvs54
9683
9684         * src/wizard.c
9685                 Typo fix
9686
9687 2005-07-15 [paul]       1.9.12cvs53
9688
9689         * src/prefs_message.c
9690                 make 'show cursor' a hidden option
9691
9692 2005-07-14 [colin]      1.9.12cvs52
9693
9694         * src/plugins/spamassassin/Makefile.am
9695         * src/plugins/clamav/Makefile.am
9696                 Fix double EXTRA_DISTs
9697
9698 2005-07-14 [colin]      1.9.12cvs51
9699
9700         * src/plugins/clamav/Makefile.am
9701         * src/plugins/clamav/clamav_plugin_gtk.deps
9702         * src/plugins/spamassassin/Makefile.am
9703         * src/plugins/spamassassin/spamassassin_gtk.deps
9704                 Make $plugin_gtk depend on $plugin
9705
9706 2005-07-14 [hoa]        1.9.12cvs50
9707
9708         * src/etpan/imap-thread.c
9709                 enable debug log of libetpan when running with --debug
9710
9711 2005-07-14 [colin]      1.9.12cvs49
9712
9713         * configure.ac
9714         * src/common/Makefile.am
9715         * src/common/plugin.c
9716         * src/common/plugin.h
9717                 Add a little plugin dependancy system.
9718                 Plugins can ship a $plugin_name.deps file
9719                 (near them in PLUGINDIR) so that their
9720                 dependancies are loaded if possible.
9721         * src/plugins/Makefile.am
9722         * src/plugins/pgpcore/Makefile.am
9723         * src/plugins/pgpcore/passphrase.c
9724         * src/plugins/pgpcore/passphrase.h
9725         * src/plugins/pgpcore/plugin.c
9726         * src/plugins/pgpcore/prefs_gpg.c
9727         * src/plugins/pgpcore/prefs_gpg.h
9728         * src/plugins/pgpcore/select-keys.c
9729         * src/plugins/pgpcore/select-keys.h
9730         * src/plugins/pgpcore/sgpgme.c
9731         * src/plugins/pgpcore/sgpgme.h
9732                 Introduce pgpcore, used by pgpmime and
9733                 pgpinline
9734         * src/plugins/pgpmime/Makefile.am
9735         * src/plugins/pgpmime/passphrase.c
9736         * src/plugins/pgpmime/passphrase.h
9737         * src/plugins/pgpmime/pgpmime.c
9738         * src/plugins/pgpmime/pgpmime.deps
9739         * src/plugins/pgpmime/plugin.c
9740         * src/plugins/pgpmime/prefs_gpg.c
9741         * src/plugins/pgpmime/prefs_gpg.h
9742         * src/plugins/pgpmime/select-keys.c
9743         * src/plugins/pgpmime/select-keys.h
9744         * src/plugins/pgpmime/sgpgme.c
9745         * src/plugins/pgpmime/sgpgme.h
9746                 Remove the core from pgpmime and add the
9747                 dependancy to pgpcore.
9748
9749 2005-07-14 [paul]       1.9.12cvs48
9750
9751         * src/stock_pixmap.c
9752                 forgot this in last commit
9753
9754 2005-07-14 [paul]       1.9.12cvs47
9755
9756         * src/account.c
9757         * src/addressbook.c
9758                 add accelerators for the buttons (sync with main)
9759         * src/compose.c
9760         * src/compose.h
9761                 add accelerators for the buttons.
9762                 fix editing with external editor.
9763                 replace gdk_input_*() with GIOChannel;
9764                 (sync with main)
9765         * src/foldersel.c
9766                 display folder names with new/unread
9767                 representation (sync with main)
9768         * src/main.c
9769                 specify default window icon (sync with main)
9770         * src/prefs_common.c
9771                 use_addr_book default to FALSE
9772         * src/summaryview.c
9773         * src/textview.c
9774                 add accelerators for the buttons (sync with main)
9775         * src/gtk/menu.c
9776                 fix typos
9777         * src/pixmaps/sylpheed_icon.xpm
9778                 updated
9779
9780 2005-07-13 [paul]       1.9.12cvs46
9781
9782         * src/plugins/pgpmime/pgpmime.c
9783         * src/plugins/pgpmime/sgpgme.c
9784                 (temporarily) use deprecated gpgme_data_rewind()
9785                 while largefile support is not present
9786                 (as suggested by Colin)
9787
9788 2005-07-13 [paul]       1.9.12cvs45
9789
9790         * configure.ac
9791                 remove large file support (for now):
9792                 it breaks too many things
9793
9794 2005-07-13 [paul]       1.9.12cvs44
9795
9796         * configure.ac
9797                 add large file support
9798         * src/html.c
9799                 fix bug #763 where href attribute was not
9800                 the very first attribute of a link
9801                 patch by Thomas Gilgin
9802
9803 2005-07-13 [colin]      1.9.12cvs43
9804
9805         * src/gtk/pluginwindow.c
9806                 Little portability fix
9807
9808 2005-07-13 [colin]      1.9.12cvs42
9809
9810         * src/plugins/pgpmime/sgpgme.c
9811                 Fix crasher.
9812
9813 2005-07-13 [colin]      1.9.12cvs41
9814
9815         * src/plugins/pgpmime/pgpmime.c
9816         * src/plugins/pgpmime/sgpgme.c
9817                 Use gpgme_data_release_and_get_mem instead
9818                 of gpgme_data_read.
9819
9820 2005-07-13 [colin]      1.9.12cvs40
9821
9822         * configure.ac
9823         * src/plugins/pgpmime/passphrase.c
9824         * src/plugins/pgpmime/passphrase.h
9825         * src/plugins/pgpmime/pgpmime.c
9826         * src/plugins/pgpmime/plugin.c
9827         * src/plugins/pgpmime/select-keys.c
9828         * src/plugins/pgpmime/select-keys.h
9829         * src/plugins/pgpmime/sgpgme.c
9830         * src/plugins/pgpmime/sgpgme.h
9831                 Port pgpmime to gpgme-1.0.
9832
9833 2005-07-12 [paul]       1.9.12cvs39
9834
9835         * AUTHORS
9836         * src/toolbar.c
9837         * src/toolbar.h
9838                 add a 'Go to Prev' button to the toolbar.
9839                 correct tooltip text of go to buttons.
9840                 based on patch by Yang Guilong <bamanzi@gmail.com>
9841
9842 2005-07-12 [colin]      1.9.12cvs38
9843
9844         * src/statusbar.c
9845                 Fix progress bar showing stuff at startup.
9846
9847 2005-07-12 [paul]       1.9.12cvs37
9848
9849         * src/editjpilot.c
9850                 fix building with jpilot support
9851
9852 2005-07-11 [colin]      1.9.12cvs36
9853
9854         * src/inc.c
9855                 Add visual indication that filtering is running
9856         * src/textview.c
9857                 Make {}[] uri delimiters
9858         * src/summaryview.c
9859                 Remove useless (and slow) calls
9860
9861 2005-07-11 [paul]       1.9.12cvs35
9862
9863         * src/plugins/clamav/clamav_plugin_gtk.c
9864         * src/plugins/dillo_viewer/dillo_prefs.c
9865         * src/plugins/pgpmime/prefs_gpg.c
9866         * src/plugins/spamassassin/spamassassin_gtk.c
9867                 gather plugins prefs together under their
9868                 own 'Plugins' heading
9869
9870 2005-07-11 [paul]       1.9.12cvs34
9871
9872         sync with main
9873
9874         * src/account.c
9875                 account_delete(): modified alert dialog
9876         * src/editjpilot.c
9877         * src/editvcard.c
9878                 fixed a crash when cancelling file selection
9879                 dialog by Escape key. Made non-ascii filename
9880                 selectable.
9881         * src/prefs_template.c
9882                 prefs_template_window_create(): make scrolled
9883                 window policy AUTOMATIC
9884
9885 2005-07-10 [hoa]        1.9.12cvs33
9886
9887         * src/etpan/imap-thread.c
9888                 workaround for old Courier IMAP servers.
9889
9890 2005-07-10 [colin]      1.9.12cvs32
9891
9892         * src/folder.c
9893         * src/statusbar.c
9894         * src/statusbar.h
9895                 Add visual progress indicator on filtering/processing
9896                 Factorize the progress bar code
9897         * src/imap.c
9898         * src/imap.h
9899         * src/etpan/imap-thread.c
9900                 Add a reference counter to avoid destroying the Folder
9901                 while it's in use by another callback.
9902
9903 2005-07-09 [hoa]        1.9.12cvs31
9904
9905         * src/imap.c
9906         * src/etpan/imap-thread.c
9907                 fixed deadlock when removing IMAP account.
9908
9909 2005-07-08 [colin]      1.9.12cvs30
9910
9911         * src/textview.c
9912         * src/unmime.c
9913                 Fix again problems decoding broken headers
9914         * src/gtk/inputdialog.c
9915                 Fix local variable shadowing a global one
9916
9917 2005-07-08 [colin]      1.9.12cvs29
9918
9919         * src/msgcache.c
9920                 Make the cache/mark files platform-agnostic by writing
9921                 them in little-endian format. Reading them is also done
9922                 in little-endian format, of course; however, in order
9923                 to avoid trashing mark data on big-endian machines, the
9924                 files are, at first, read from the native format if the
9925                 little-endian one doesn't exist. This is easy to deter-
9926                 mine by trying to open a file with a swapped data_ver
9927                 and seeing if it's the wanted version.
9928                 Little-endian using users should see absolutely no
9929                 difference, Big-endian users may get a very little
9930                 performance drop due to byte-swapping.
9931                 Tested on i386 and ppc32. 
9932                 Fixes bug #159 (The index file, in the mailboxes, is 
9933                 hardware depending).
9934
9935                 To have the cache/mark files updated to the new little-
9936                 endian format, "Check for new messages" or even
9937                 "Rebuild folder tree" aren't enough. Files will be
9938                 updated as soon as a folder has been opened/closed.
9939                 To update everything, just select all folders by
9940                 selecting them one by one.
9941
9942 2005-07-07 [colin]      1.9.12cvs28
9943
9944         * src/imap.c
9945                 Remember the folder separator per IMAPFolder
9946                 instead of globally.
9947                 Revive the Session on noop; fixes bug #761
9948                 (mark a bunch of unread messages as read takes 
9949                 forever)
9950
9951 2005-07-07 [darko]      1.9.12cvs27
9952
9953         * src/common/template.c
9954                 Sort templates alphabetically
9955
9956 2005-07-06 [colin]      1.9.12cvs26
9957
9958         * src/imap.c
9959                 Try to use the correct separator in
9960                 most cases. Possibly fixes bug #759
9961                 (only creates the INBOX folder when 
9962                 setting up new IMAP account) and 
9963                 bug #760 (Can't retrieve messages)
9964
9965 2005-07-06 [colin]      1.9.12cvs25
9966
9967         * src/imap.c
9968                 Use real_path in status command. This will
9969                 help later, when namespaces will be used.
9970
9971 2005-07-06 [colin]      1.9.12cvs24
9972
9973         * configure.ac
9974         * src/account.c
9975         * src/folder.c
9976         * src/imap.c
9977         * src/etpan/etpan-log.c
9978         * src/etpan/etpan-thread-manager.c
9979         * src/etpan/imap-thread.c
9980                 Add a --disable-libetpan parameter. With this,
9981                 users that don't want IMAP4 support can avoid
9982                 the new dependancy (and have no IMAP support).
9983                 Users that have IMAP4 accounts and use this
9984                 parameter won't lose their configuration, their
9985                 IMAP accounts will just be invisible and not
9986                 used.
9987         * src/textview.c
9988                 Make the "Copy ..." contextual menu items 
9989                 copy to both the X clipboard and the gtk 
9990                 clipboard - as most other apps do.
9991         * src/gtk/about.c
9992                 Add a notice about OpenSSL usage, in order to
9993                 comply with OpenSSL's license (point 6):
9994                 http://www.openssl.org/source/license.html
9995
9996 2005-07-06 [colin]      1.9.12cvs23
9997
9998         * src/alertpanel.c
9999                 Fix a minimum size for alertpanels
10000         * src/compose.c
10001                 Show 'No space left on device' type errors
10002                 when queuing/sending
10003         * src/imap_gtk.c
10004         * src/mh_gtk.c
10005                 Rework folder's deletion message (remove 
10006                 extra \n)
10007
10008 2005-07-05 [colin]      1.9.12cvs22
10009
10010         * src/imap.c
10011                 Add an alertpanel on auth error
10012                 Add pseudo-log
10013                 Remove pthread-related stuff
10014
10015 2005-07-05 [colin]      1.9.12cvs21
10016
10017         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10018                 Fix crash on plugin reloading (with a hack)
10019
10020 2005-07-05 [colin]      1.9.12cvs20
10021
10022         * src/prefs_account.c
10023         * src/prefs_account.h
10024                 Fix typo
10025         * src/gtk/filesel.c
10026         * src/gtk/filesel.h
10027                 Add a way to filter the view
10028         * src/gtk/pluginwindow.c
10029                 Filter loadable stuff
10030         * src/plugins/pgpmime/prefs_gpg.c
10031                 Fix missing unregistration
10032         * .cvsignore
10033         * src/etpan/.cvsignore
10034         * src/plugins/spamassassin/.cvsignore
10035                 Add more stuff to cvs ignored files
10036
10037 2005-07-04 [colin]      1.9.12cvs19
10038
10039         * src/imap.c
10040                 Fix scan_required returning FALSE when it
10041                 shouldn't. Maybe fix #760 (Can't retrieve
10042                 messages)
10043
10044 2005-07-04 [colin]      1.9.12cvs18
10045
10046         * src/summaryview.c
10047                 Fix always_show_msg pref
10048
10049 2005-07-04 [paul]       1.9.12cvs17
10050
10051         sync with main (forgotten in last commit)
10052         
10053         * src/common/utils.c
10054         * src/common/utils.h
10055                 check_line_length(): new.
10056                 is_dir_exist()
10057                 is_file_entry_exist()
10058                 dirent_is_regular_file()
10059                 dirent_is_directory(): use g_file_test() instead of stat().
10060
10061 2005-07-04 [paul]       1.9.12cvs16
10062
10063         sync with main:
10064
10065         * src/compose.c
10066                 compose_write_to_file(): check for line
10067                 length limit and display warning if exceeds
10068         * src/jpilot.c
10069                 use get_home_dir() instead of g_get_home_dir()
10070         * src/procheader.c
10071                 removed warning about invalid date
10072         * src/vcard.c
10073                 use get_home_dir() instead of g_get_home_dir()
10074
10075 2005-07-04 [paul]       1.9.12cvs15
10076
10077         * src/stock_pixmap.c
10078                 fix new pixmap naming errors
10079                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10080
10081 2005-07-04 [colin]      1.9.12cvs14
10082
10083         * src/imap.c
10084                 Fix debugging string with a warning
10085
10086 2005-07-04 [colin]      1.9.12cvs13
10087
10088         * configure.ac
10089                 Add a check for libetpan's version (>= 0.37)
10090
10091 2005-07-04 [hoa]        1.9.12cvs12
10092
10093         * commitHelper
10094         * src/imap.c
10095         * src/etpan/imap-thread.c
10096         * src/etpan/imap-thread.h
10097                 fixed IMAP implementation of check of mails.
10098
10099 2005-07-03 [hoa]        1.9.12cvs11
10100
10101         * src/etpan/Makefile.am
10102         * src/etpan/etpan-errors.h
10103         * src/etpan/etpan-log.[ch]
10104         * src/etpan/etpan-thread-manager-types.h
10105         * src/etpan/etpan-thread-manager.[ch]
10106         * src/etpan/imap-thread.[ch]
10107         * src/Makefile.am
10108         * src/imap.c
10109         * src/main.c
10110         * src/prefs_other.c
10111         * configure.ac
10112             merged imap branch.
10113             dependency on libetpan 0.37 is now added.
10114
10115 2005-07-01 [colin]      1.9.12cvs10
10116
10117         * src/Makefile.am
10118         * src/folder.c
10119         * src/folder.h
10120         * src/folderview.c
10121         * src/stock_pixmap.c
10122         * src/stock_pixmap.h
10123         * src/plugins/trayicon/trayicon.c
10124                 Add marked symbol on folders containing
10125                 marked messages
10126         * src/procmsg.c
10127         * src/procmsg.h
10128         * src/toolbar.c
10129         * src/prefs_common.c
10130         * src/prefs_common.h
10131         * src/prefs_send.c
10132                 Add an optional confirmation dialog on queue
10133                 sending. Patch by wwp.
10134         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10135         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10136         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10137         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10138         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10139         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10140         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10141         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10142         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10143         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10144         * src/pixmaps/trash_mark.xpm            ** ADDED **
10145                 New pixmaps
10146
10147 2005-07-01 [colin]      1.9.12cvs9
10148
10149         * src/summaryview.c
10150                 Fix a little threading bug
10151         * src/addrgather.c
10152         * src/mainwindow.c
10153                 A little bit of HIG normality never hurts
10154
10155 2005-07-01 [colin]      1.9.12cvs8
10156
10157         * src/compose.c
10158         * src/msgcache.c
10159         * src/pop.c
10160         * src/procmime.c
10161         * src/recv.c
10162         * src/common/log.c
10163         * src/common/template.c
10164         * src/common/utils.c
10165         * src/common/utils.h
10166                 Reverted the fwrite_atomic stuff. In fact
10167                 it is already atomic.
10168
10169 2005-06-30 [colin]      1.9.12cvs7
10170
10171         * src/common/utils.c
10172         * src/common/utils.h
10173                 Add an fwrite_atomic() function to make
10174                 sure we write everything: fwrite can make
10175                 short writes.
10176         * src/compose.c
10177         * src/msgcache.c
10178         * src/pop.c
10179         * src/procmime.c
10180         * src/recv.c
10181         * src/common/log.c
10182         * src/common/template.c
10183                 Use that (and fix swapping of size and nmemb).
10184                 Thanks to Rich Coe for the heads up.
10185
10186 2005-06-30 [colin]      1.9.12cvs6
10187
10188         * src/addressbook.c
10189                 Optimize addressbook opening 
10190
10191 2005-06-30 [colin]      1.9.12cvs5
10192
10193         * src/summaryview.c
10194                 Remove calls to summary_step after move/copy
10195
10196 2005-06-28 [paul]       1.9.12cvs4
10197
10198         * src/alertpanel.c
10199                 wrap and make the error msg selectable
10200
10201 2005-06-28 [paul]       1.9.12cvs3
10202
10203         * src/ssl_manager.c
10204                 replace the OK button with a Close button
10205         * src/gtk/foldersort.c
10206                 use GTK_STOCK_ icons/buttons
10207
10208 2005-06-28 [colin]      1.9.12cvs2
10209
10210         * src/gedit-print.c             ** ADDED **
10211         * src/gedit-print.h             ** ADDED **
10212         * src/gtk/gtksourceprintjob.c   ** ADDED **
10213         * src/gtk/gtksourceprintjob.h   ** ADDED **
10214                 I can't believe no one had enough time to tell
10215                 me I forgot the `cvs add`
10216
10217 2005-06-27 [colin]      1.9.12cvs1
10218
10219         * src/Makefile.am
10220         * src/gtk/Makefile.am
10221         * src/messageview.c
10222         * src/procmsg.c
10223         * src/summaryview.c
10224         * configure.ac
10225                 Add optional libgnomeprint-based printing
10226         * src/mainwindow.c
10227         * src/gtk/quicksearch.c
10228                 Add an Edit/Quick search menu item to show
10229                 and focus the quicksearch
10230
10231 2005-06-27 [paul]       1.9.12
10232
10233         1.9.12 release
10234
10235         * po/ca.po
10236         * po/de.po
10237         * po/es.po
10238         * po/fr.po
10239         * po/it.po
10240         * po/ko.po
10241         * po/pt_BR.po
10242         * po/sk.po
10243         * po/zh_CN.po
10244                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10245                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10246                 SungHyun Nam, Frederico Goncalves Guimaraes,
10247                 Andrej Kacian, and Yang Guilong
10248 2005-06-26 [colin]      1.9.11cvs106
10249
10250         * src/imap_gtk.c
10251                 Forgot one file for previous fix
10252
10253 2005-06-26 [colin]      1.9.11cvs105
10254
10255         * src/folder.c
10256         * src/imap.c
10257                 Fix problems with folder operations in no_select
10258                 imap folders. it applies only to mails, and 
10259                 creation/deletion/move/renaming of folders 
10260                 should be possible
10261
10262 2005-06-26 [paul]       1.9.11cvs104
10263
10264         * src/prefs_filtering.c
10265                 replace one more GTK_STOCK_REMOVE
10266                 with GTK_STOCK_DELETE
10267
10268 2005-06-25 [colin]      1.9.11cvs103
10269
10270         * src/imap.c
10271                 Optimize get_seq_set_from_seq_list
10272                 (Patch by Ricardo) 
10273
10274 2005-06-25 [colin]      1.9.11cvs102
10275
10276         * src/mh.c
10277                 If the directory exists, but not in the
10278                 correct encoding, rename it. This should
10279                 handle old-versions-induced bugs.
10280
10281 2005-06-25 [colin]      1.9.11cvs101
10282
10283         * src/mh.c
10284                 Fix path access with extended dir names
10285                 Fixes bug #589 (SC segfaults with wrong locale
10286                 settings)
10287
10288 2005-06-25 [colin]      1.9.11cvs100
10289
10290         * src/prefs_account.c
10291         * src/prefs_account.h
10292         * src/compose.c
10293                 Add an option to encrypt replies to
10294                 encrypted messages
10295
10296 2005-06-25 [colin]      1.9.11cvs99
10297
10298         * src/compose.c
10299         * src/quote_fmt_parse.y
10300                 ... And make it work with pgpinline.
10301
10302 2005-06-25 [colin]      1.9.11cvs98
10303
10304         * src/compose.c
10305         * src/procmime.c
10306         * src/procmime.h
10307         * src/quote_fmt_parse.y
10308                 o Make reedition of encrypted messages possible
10309                   (as long as it is encrypted to self too, no
10310                    magic there)
10311                 o Make replying with quote (and without selecting
10312                   text) possible for encrypted messages.
10313                 Closes bug #550 (Not possible to "reply with quote"
10314                 to gnupg encrypted messages)
10315
10316 2005-06-24 [paul]       1.9.11cvs97
10317
10318         * src/imap.c
10319                 add missing include
10320
10321 2005-06-24 [paul]       1.9.11cvs96
10322
10323         * src/editldap.c
10324                 made bind password entry invisible
10325                 (sync with main)
10326         * src/send_message.c
10327                 send_message_local(): check exit status
10328                 to detect errors (sync with main)
10329         * src/textview.c
10330                 use main's less ambiguous popup menu
10331                 wording
10332
10333 2005-06-24 [paul]       1.9.11cvs95
10334
10335         * src/prefs_actions.c
10336         * src/prefs_customheader.c
10337         * src/prefs_display_header.c
10338         * src/prefs_filtering_action.c
10339         * src/prefs_matcher.c
10340         * src/prefs_template.c
10341         * src/prefs_toolbar.c
10342                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10343         * src/gtk/description_window.c
10344                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10345
10346 2005-06-23 [colin]      1.9.11cvs94
10347
10348         * src/summaryview.c
10349                 Fix rough edges (be sure to call status_show whenever
10350                 necessary).
10351
10352 2005-06-23 [colin]      1.9.11cvs93
10353
10354         * src/summaryview.c
10355                 Optimize Select All
10356                 Before, in a 5K mails folder: 11s
10357                 After, in the same folder: 58000µs
10358                 The joys of locking... gtk_clist_select_all() fires a 
10359                 tree-select-row event for each selected row, which in 
10360                 summaryview, callbacks summary_selected which in turn,
10361                 calls summary_status_show, which walks the selected
10362                 rows. Hence, calling gtk_clist_select_all was 
10363                 exponential. Locking the summaryview makes 
10364                 summary_selected return early.
10365
10366 2005-06-23 [colin]      1.9.11cvs92
10367
10368         * src/imap.c
10369                 Move mutex at the important place to avoid
10370                 deadlocks
10371         * src/summaryview.c
10372                 Fix Del key deleting directly instead of
10373                 moving to trash
10374
10375 2005-06-22 [colin]      1.9.11cvs91
10376
10377         * src/plugins/spamassassin/libspamc.c
10378                 As we do spagetti code with assignations in multiple
10379                 places (see _message_read_raw where out = msg = raw),
10380                 let's be sure we don't free the same pointer twice.
10381                 Should fix bug #683 (Crash in libpam at 
10382                 message_cleanup).
10383
10384 2005-06-22 [colin]      1.9.11cvs90
10385
10386         * src/compose.c
10387         * src/messageview.c
10388         * src/toolbar.c
10389                 Make toolbar's delete use the move to trash stuff;
10390                 Add gtk_widget_realize to be sure pixmaps can get
10391                 created (that may fix an old worksforme bug which
10392                 I can't find back...)
10393
10394 2005-06-22 [colin]      1.9.11cvs89
10395
10396         * src/summaryview.c
10397         * src/summaryview.h
10398         * src/mainwindow.c
10399                 Rename "Message/Delete" to "Message/Move to trash"
10400                 Add "Message/Delete..." that directly destroys the
10401                 selected messages after asking for a confirmation.
10402
10403 2005-06-22 [colin]      1.9.11cvs88
10404
10405         * src/imap.c
10406                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10407                 o Fix a deadlock (thanks Darko)
10408
10409 2005-06-22 [colin]      1.9.11cvs87
10410
10411         * src/gtk/foldersort.c
10412                 Add missing include for the i18n;
10413                 patch by Fabien Vantard
10414
10415 2005-06-21 [colin]      1.9.11cvs86
10416
10417         * src/folder.c
10418         * src/folderview.c
10419                 Respect the no_select flag
10420         * src/imap.c
10421                 Fix recursive deletion
10422         * src/imap_gtk.c
10423         * src/mh_gtk.c
10424                 Make the folder deletion's warning
10425                 more explicit
10426
10427 2005-06-21 [colin]      1.9.11cvs85
10428
10429         * src/textview.c
10430                 Prevent email addresses from spanning accross
10431                 lines - fixes bug # 646 (newline-chars in 
10432                 email addresses)
10433
10434 2005-06-20 [colin]      1.9.11cvs84
10435
10436         * src/folder.c
10437                 Be sure not to remove source if copy failed
10438
10439 2005-06-20 [colin]      1.9.11cvs83
10440
10441         * src/folderview.c
10442         * src/imap_gtk.c
10443                 remove summaryview's lock
10444         * src/imap.c
10445                 introduce threads to avoid problems when foreground tasks
10446                 interfere with background tasks
10447         * src/mh.c
10448                 prevent moving to drafts/queue
10449         * src/mimeview.c
10450                 fix leak
10451
10452 2005-06-19 [colin]      1.9.11cvs82
10453
10454         * src/imap_gtk.c
10455                 Remember that the user doesn't want to override
10456                 offline mode, for 3 seconds. It avoid presenting
10457                 him with N popups in a really short time.
10458
10459 2005-06-17 [colin]      1.9.11cvs81
10460
10461         * src/imap.c
10462                 Fix IMAP breaking on folders containing '('
10463                 (Probably won't be enough)
10464
10465 2005-06-17 [colin]      1.9.11cvs80
10466
10467         Forgotten files on 1.9.11cvs79
10468         * src/summaryview.c
10469                 Fix stepping when not immediately executing
10470         * src/imap.c
10471                 Really prevent UID FETCH 0
10472         * src/codeconv.c
10473                 Fix outgoing charset never set to utf-8
10474         * src/mh.c
10475                 Fix leak
10476
10477 2005-06-16 [colin]      1.9.11cvs79
10478
10479         * src/compose.c
10480                 Fix bug #707 (Dash splits rows)
10481                 Only wrap if we're on a line break position and
10482                 the previous one was a "white" (space) char.
10483                 Pango stuff is weird.
10484
10485 2005-06-16 [colin]      1.9.11cvs78
10486
10487         * src/imap_gtk.c
10488                 Lock summaryview while downloading messages
10489                 on user demand
10490         * src/procheader.c
10491         * src/unmime.c
10492         * src/common/utils.c
10493         * src/common/utils.h
10494                 Replace \r and \n with spaces in From and
10495                 Subject headers
10496
10497 2005-06-16 [paul]       1.9.11cvs77
10498
10499         * src/procmime.c
10500                 liberalise the mime parser
10501         * src/gtk/about.c
10502                 add text wrapping
10503
10504 2005-06-16 [paul]       1.9.11cvs76
10505
10506         * src/gtk/about.c
10507                 reworked
10508
10509 2005-06-15 [colin]      1.9.11cvs75
10510
10511         * src/compose.c
10512                 Finish header encoding fix
10513         * src/summaryview.c
10514                 Fix segfault
10515         * src/headerview.c
10516                 Fix compilation (Thanks Stephan
10517                 Sachse)
10518
10519 2005-06-15 [colin]      1.9.11cvs74
10520
10521         * Makefile.am
10522                 Install gnome2 stuff rather than gnome1, 
10523                 if both are present
10524         * src/codeconv.c
10525         * src/codeconv.h
10526         * src/compose.c
10527                 Fix headers encoding
10528         * src/folder.c
10529                 Visual progress when fetching all messages
10530         * src/folderview.c
10531         * src/summaryview.c
10532         * src/summaryview.h
10533                 Prevent changing current message while
10534                 incorporating
10535
10536 2005-06-15 [paul]       1.9.11cvs73
10537
10538         * src/gtk/gtkaspell.c
10539         * src/gtk/gtkaspell.h
10540                 fix build warnings
10541
10542 2005-06-15 [paul]       1.9.11cvs72
10543
10544         * src/prefs_filtering.c
10545                 allow reordering of filter rules by
10546                 drag n drop
10547
10548 2005-06-15 [paul]       1.9.11cvs71
10549
10550         * COPYING
10551                 updated
10552         * src/codeconv.c
10553                 replace deprecated function
10554         * src/inc.c
10555         * src/send_message.c
10556         * src/gtk/progressdialog.c
10557         * src/gtk/progressdialog.h
10558                 salvage and reuse parts of reverted sync
10559
10560 2005-06-15 [paul]       1.9.11cvs70
10561
10562         * src/inc.c
10563         * src/send_message.c
10564         * src/gtk/progressdialog.c
10565         * src/gtk/progressdialog.h
10566                 revert yesterday's sync with main
10567                 it contains deprecated functions
10568
10569 2005-06-15 [colin]      1.9.11cvs69
10570
10571         * src/headerview.c
10572                 Fix bug #670 (multi user to: will corrupt message 
10573                 headers display)
10574
10575 2005-06-15 [colin]      1.9.11cvs68
10576
10577         * src/compose.c
10578                 Fix bug #421 (Fix undo on wrapping)
10579
10580 2005-06-15 [colin]      1.9.11cvs67
10581
10582         * src/folder.c
10583                 Provide visual feedback while processing
10584                 folder's rules.
10585         * src/imap.c
10586                 Provide visual feedback while getting
10587                 short headers (for uncached messages)
10588
10589
10590 2005-06-14 [paul]       1.9.11cvs66
10591
10592         * src/account.c
10593                 change a couple stock icons
10594         * src/inc.c
10595         * src/send_message.c
10596         * src/gtk/progressdialog.c
10597         * src/gtk/progressdialog.h
10598                 sync main's GtkTreeView implementation
10599
10600 2005-06-14 [colin]      1.9.11cvs65
10601
10602         * src/imap.c
10603                 Various little fixes, mainly on error paths
10604
10605 2005-06-13 [colin]      1.9.11cvs64
10606
10607         * matcher.c
10608         * procmsg.c
10609         * procmsg.h
10610                 Add a way to fetch only headers. This speeds
10611                 up filtering on headers for IMAP. Fixes:
10612                 bug #481 extraneous imap commands slow down 
10613                         imap filtering
10614                 bug #522 Sylpheed downloads all messages 
10615                         when opening mailbox (IMAP)
10616                 bug #677 IMAP fetch is soooooooooooooo slow
10617         * src/folder.c
10618         * src/folder.h
10619                 Add a folder set_batch method so that
10620                 implementations can speed up flags changes
10621         * src/folderutils.c
10622         * src/summaryview.c
10623                 Use that in mark as (un)read and mark all read
10624                 Refix bug #679
10625         * src/imap.c
10626                 Implement set_batch - brings back deferred
10627                 flags in a less buggy manner. Fixes:
10628                 bug #729 IMAP immediate expunge of deleted messages
10629                 bug #191 remove list of messages with one command
10630                 Fix login with strange chars
10631                 Implement fetch_msg_full
10632                 Fix copy (wrong counts)
10633
10634 2005-06-12 [colin]      1.9.11cvs63
10635
10636         * src/folder.c
10637                 lock incorporation during long operations.
10638                 Avoids fucking up the IMAP socket.
10639
10640 2005-06-12 [colin]      1.9.11cvs62
10641
10642         * src/imap.c
10643                 Fix harmful typo
10644                 Factorize remove_all_msg
10645                 Thread-ize expunge
10646         * src/summaryview.c
10647                 Don't update partial-download status if unnecessary
10648         * src/folder.c
10649                 Use remove_msgs everywhere possible
10650
10651 2005-06-12 [colin]      1.9.11cvs61
10652
10653         * src/folder.c
10654         * src/folder.h
10655                 Add a remove_msgs function to remove a 
10656                 list of messages
10657         * src/imap.c
10658                 Implement that.
10659
10660 2005-06-12 [colin]      1.9.11cvs60
10661
10662         * src/imap.c
10663                 Remove flags-processing deferring... Too hard
10664                 to get it to work in all cases.
10665
10666 2005-06-11 [colin]      1.9.11cvs59
10667
10668         * src/imap.c
10669                 printf -> debug_print
10670
10671 2005-06-11 [colin]      1.9.11cvs58
10672
10673         * src/imap.c
10674                 o Fix build without USE_PTHREAD
10675                 o Factorize imap_open
10676                 o Alertpanel in case of impossible connection
10677                 o Alertpanel in case of impossible login
10678                 o Fix deferred flags processing to force a 
10679                   flush before adding some more flags to process,
10680                   but in another folder.
10681
10682 2005-06-10 [colin]      1.9.11cvs57
10683
10684         * src/imap.c
10685                 o Fix a format string error
10686                 o init ssl socket outside of the thread 
10687                   (it possibly invokes gtk calls)
10688         * src/procmime.c
10689                 o Put back the buffer to its necessary size
10690                 o Fix changing a file pointer without keeping
10691                   track of it (thanks Valgrind)
10692         * src/common/smtp.c
10693                 o Fix automatic STARTTLS if login should be done
10694                   and the server only allows it after starting TLS
10695         * src/gtk/gtkinputdialog.c
10696                 o Eat GDK_Return so that the combo popup doesn't 
10697                   appear when we press Enter to validate the combo
10698                   input dialog (as seen in the Open with... dialog)
10699
10700 2005-06-10 [colin]      1.9.11cvs56
10701
10702         * src/imap.c
10703                 o A bit less debug
10704                 o Fix a crash on deletion
10705                 o Threadize imap_select (it's called outside of 
10706                   threads)
10707                 o Defer treatment of DELETED flags
10708
10709
10710 2005-06-09 [colin]      1.9.11cvs55
10711
10712         * src/imap.c
10713                 Make sure we check imap_gtk_should_override(), which
10714                 potentially calls gtk stuff, before creating thread.
10715                 That way it should't be called via imap_get_session()
10716                 inside a thread.
10717
10718 2005-06-09 [colin]      1.9.11cvs54
10719
10720         * src/imap.c
10721                 o add a bit of status output
10722                 o remove some dead code
10723                 o threadize get_list_of_uids
10724                 o threadize imap_get_flags
10725                 o defer flag changing by 500ms so that they
10726                   can be batched
10727
10728
10729 2005-06-08 [colin]      1.9.11cvs53
10730
10731         * src/imap.c
10732                 Thread-ize imap_cmd_fetch
10733
10734 2005-06-08 [colin]      1.9.11cvs52
10735
10736         * src/main.c
10737                 Mmh, that broke POP3...
10738
10739 2005-06-08 [colin]      1.9.11cvs51
10740
10741         * src/main.c
10742                 Stabilize IMAP patch (thanks to Hoa)
10743
10744 2005-06-08 [colin]      1.9.11cvs50
10745
10746         * src/imap.c
10747                 Test patch to speed up imap. 
10748
10749 2005-06-08 [colin]      1.9.11cvs49
10750
10751         * src/imap_gtk.c
10752                 Warning fix
10753         * src/procmime.c
10754                 Apply patch from gentoo to use /usr/share/mime/globs if 
10755                 available, after un-breaking it
10756         * src/common/log.c
10757         * src/common/log.h
10758                 Use g_timeout for invoking hooks that possibly use gtk
10759                 calls. This should leave gtk calls in the main thread.
10760
10761 2005-06-08 [paul]       1.9.11cvs48
10762
10763         * src/codeconv.c
10764                 conv_get_outgoing_charset_str(): don't
10765                 use prefs_common setting
10766         * src/compose.c
10767         * src/compose.h
10768                 add /Options/Character encoding/... to
10769                 temporarily change the outgoing encoding
10770
10771         (belated sync with main)
10772
10773 2005-06-08 [paul]       1.9.11cvs47
10774
10775         * src/compose.c
10776                 correction to/completion of last
10777                 sync with main
10778
10779 2005-06-08 [paul]       1.9.11cvs46
10780
10781         sync with main:
10782         
10783         * src/codeconv.c
10784         * src/codeconv.h
10785                 always enabled Japanese auto-detection
10786                 if the first letters of locale string
10787                 is "ja"
10788         * src/compose.c
10789                 don't use "destroy" signal to destroy
10790                 Compose object (fix rare crashes on discard?)
10791         * src/mainwindow.c
10792         * src/messageview.c
10793         * src/prefs_send.c
10794                 added Hebrew encodings
10795         * src/sourcewindow.c
10796                 don't use "destroy" signal to destroy
10797                 objects
10798
10799 2005-06-07 [colin]      1.9.11cvs45
10800
10801         * src/summaryview.c
10802                 Add missing unlocks/locks
10803
10804 2005-06-07 [paul]       1.9.11cvs44
10805
10806         * src/summaryview.c
10807                 restore bug #749 fix
10808
10809 2005-06-06 [colin]      1.9.11cvs43
10810
10811         * src/summaryview.c
10812                 Fix selection bug when prefs_common.open_unread 
10813                 is FALSE
10814
10815 2005-06-06 [colin]      1.9.11cvs42
10816
10817         * src/common/md5.c
10818                 Fix a warning
10819         * src/summaryview.c
10820         * src/folderview.c
10821                 Factorize long operations beginning and end
10822                 (locking, freezing/thawing, cursor, ...)
10823                 Check selection->data member in selection-
10824                 related loops; this avoids dying an awful
10825                 death if the selection changes on us while
10826                 we're marking a whole IMAP folder unread, 
10827                 for example.
10828
10829 2005-06-06 [paul]       1.9.11cvs41
10830
10831         * src/textview.c
10832                 don't g_free() a static gchar buffer
10833
10834 2005-06-05 [colin]      1.9.11cvs40
10835
10836         * src/mainwindow.c
10837         * src/messageview.c
10838         * src/summaryview.c
10839                 Fix bug #749 (Show all headers should be
10840                 sticky as the GUI suggests)
10841
10842 2005-06-03 [paul]       1.9.11cvs39
10843
10844         * src/compose.c
10845                 don't allow editing of mail while sending.
10846                 patch by Colin
10847
10848 2005-06-03 [paul]       1.9.11cvs38
10849
10850         * src/folderview.c
10851                 add a freeze/thaw to speed up 'mark all read'
10852
10853 2005-06-03 [paul]       1.9.11cvs37
10854
10855         * src/prefs_message.c
10856                 reflect changes immediately
10857
10858 2005-06-02 [colin]      1.9.11cvs36
10859
10860         * po/POTFILES.in
10861                 Patch by Fabien Vantard.
10862
10863 2005-06-02 [colin]      1.9.11cvs35
10864
10865         * src/imap.c
10866                 Use a non-blocking imap_getline() if possible.
10867                 This should completely prevent the interface
10868                 from freezin on imap operations, although it
10869                 may do strange stuff in case of folder switching
10870                 while a big imap operation is taking place...
10871
10872                 In addition, fix a leak in the case thread
10873                 creation fails on connection.
10874
10875 2005-06-02 [colin]      1.9.11cvs34
10876
10877         * src/crash.c
10878         * src/prefs_common.h
10879                 Fix build (prefs_common_init() doesn't exist
10880                 anymore)
10881
10882 2005-06-02 [colin]      1.9.11cvs33
10883
10884         * src/prefs_account.c
10885                 Fix bug #245 (filtering rules broken when
10886                 renaming a remote account (imap4 or nntp)
10887
10888 2005-06-02 [colin]      1.9.11cvs32
10889
10890         * src/imap.c
10891                 Try to fix IMAP shortcomings: 
10892                 o Multithread imap_open()
10893                 o allow offline-mode overriding instead of
10894                   just returning NULL
10895         * src/imap_gtk.c
10896         * src/imap_gtk.h
10897                 Add a function to ask whether we want to
10898                 override offline-mode for 10 minutes (one-shot
10899                 asking was painful)
10900         * src/procheader.c
10901                 Fix segfault when imap parser isn't happy about
10902                 a missing {
10903
10904 2005-06-01 [colin]      1.9.11cvs31
10905
10906         * src/addrharvest.c
10907         * src/compose.c
10908         * src/mbox.c
10909         * src/mbox.h
10910         * src/mh.c
10911         * src/msgcache.c
10912         * src/send_message.c
10913         * src/setup.c
10914         * src/undo.c
10915         * src/common/hooks.c
10916         * src/common/prefs.c
10917         * src/common/template.c
10918         * src/common/utils.c
10919         * src/gtk/gtkutils.c
10920         * src/gtk/inputdialog.c
10921         * src/gtk/menu.c
10922         * src/gtk/pluginwindow.c
10923         * src/gtk/prefswindow.c
10924         * src/plugins/pgpmime/passphrase.c
10925         * src/plugins/pgpmime/prefs_gpg.c
10926                 More -Wall fixes
10927
10928         * src/common/Makefile.am
10929         * src/common/timing.h
10930                 Add basic timing code
10931
10932         * src/summaryview.c
10933                 Fix a bug with unread messages when 
10934                 re-sorting folders, and by the way
10935                 fix a big performance hit when 
10936                 re-sorting (10k mails: before 5s,
10937                 after .5s)
10938
10939         * src/prefs_compose_writing.c
10940         * src/prefs_compose_writing.h
10941         * src/prefs_message.c
10942         * src/prefs_message.h
10943         * src/prefs_other.c
10944         * src/prefs_other.h
10945         * src/prefs_quote.c
10946         * src/prefs_quote.h
10947         * src/prefs_receive.c
10948         * src/prefs_receive.h
10949         * src/prefs_send.c
10950         * src/prefs_send.h
10951         * src/prefs_summaries.c
10952         * src/prefs_summaries.h
10953                 Fix copyright banner
10954
10955 2005-06-01 [paul]       1.9.11cvs30
10956
10957         * po/fi.po
10958                 updated by Flammie Pirinen
10959         * src/procmime.c
10960                 fix 'Bad BASE64 content' output
10961
10962 2005-05-31 [colin]      1.9.11cvs29
10963
10964         * src/procmime.c
10965                 Oops, where did my hunk go.
10966
10967 2005-05-31 [colin]      1.9.11cvs28
10968
10969         * src/Makefile.am
10970         * src/account.c
10971         * src/action.c
10972         * src/addr_compl.c
10973         * src/addressbook.c
10974         * src/codeconv.c
10975         * src/compose.c
10976         * src/export.c
10977         * src/folder.c
10978         * src/folderview.c
10979         * src/image_viewer.c
10980         * src/main.c
10981         * src/mainwindow.c
10982         * src/messageview.c
10983         * src/mimeview.c
10984         * src/msgcache.c
10985         * src/prefs_account.c
10986         * src/prefs_actions.c
10987         * src/prefs_common.c
10988         * src/prefs_compose_writing.c
10989         * src/prefs_customheader.c
10990         * src/prefs_ext_prog.c
10991         * src/prefs_filtering.c
10992         * src/prefs_filtering_action.c
10993         * src/prefs_fonts.c
10994         * src/prefs_image_viewer.c
10995         * src/prefs_message.c
10996         * src/prefs_message.h
10997         * src/prefs_msg_colors.c
10998         * src/prefs_other.c
10999         * src/prefs_other.h
11000         * src/prefs_quote.c
11001         * src/prefs_receive.c
11002         * src/prefs_receive.h
11003         * src/prefs_send.c
11004         * src/prefs_send.h
11005         * src/prefs_spelling.c
11006         * src/prefs_summaries.c
11007         * src/prefs_summary_column.c
11008         * src/prefs_template.c
11009         * src/prefs_themes.c
11010         * src/prefs_toolbar.c
11011         * src/prefs_wrapping.c
11012         * src/procmime.c
11013         * src/procmsg.c
11014         * src/send_message.h
11015         * src/ssl_manager.c
11016         * src/summary_search.c
11017         * src/summaryview.c
11018         * src/textview.c
11019         * src/wizard.c
11020         * src/common/smtp.c
11021         * src/common/smtp.h
11022         * src/gtk/gtkutils.h
11023                 o Move the rest of Common prefs to new style
11024                 o Lots of -Wall warning fixes
11025                 o fix FIXME in cache memusage calculation
11026                 o Let return receipts be sent from any account
11027                 o Little cache optimisation (read)
11028                 o Fix bug #746 (don't treat commas as separators
11029                   when inside a quoted string)
11030
11031 2005-05-31 [paul]       1.9.11cvs27
11032
11033         * src/prefs_common.c
11034                 fix 'off-by-one' typo
11035
11036 2005-05-31 [paul]       1.9.11cvs26
11037
11038         * src/account.c
11039         * src/addr_compl.c
11040         * src/compose.c
11041         * src/foldersel.c
11042         * src/prefs_actions.c
11043         * src/prefs_common.c
11044         * src/prefs_common.h
11045         * src/prefs_customheader.c
11046         * src/prefs_display_header.c
11047         * src/prefs_filtering.c
11048         * src/prefs_filtering_action.c
11049         * src/prefs_matcher.c
11050         * src/prefs_summaries.c
11051         * src/prefs_summary_column.c
11052         * src/prefs_template.c
11053         * src/prefs_toolbar.c
11054         * src/ssl_manager.c
11055         * src/gtk/pluginwindow.c
11056         * src/gtk/prefswindow.c
11057         * src/gtk/progressdialog.c
11058                 add hidden prefs 'enable_rules_hint'
11059                 for gtk_tree_view_set_rules_hint()
11060                 (sync with main)
11061                 
11062
11063 2005-05-31 [colin]      1.9.11cvs25
11064
11065         * src/Makefile.am
11066         * src/main.c
11067         * src/prefs_common.c
11068         * src/prefs_summaries.c ** ADDED **
11069         * src/prefs_summaries.h ** ADDED **
11070                 Common/Display -> Display/Summaries
11071
11072 2005-05-31 [colin]      1.9.11cvs24
11073
11074         * src/Makefile.am
11075         * src/main.c
11076         * src/prefs_quote.c ** ADDED **
11077         * src/prefs_quote.h ** ADDED **
11078                 Move Common/Quote to Compose/Quoting
11079         * src/prefs_common.c
11080         * src/prefs_common.h
11081                 Remove old quote stuff, add
11082                 convenience functions for GtkTextView prefs
11083         * src/gtk/prefswindow.c
11084                 Set default height higher
11085
11086 2005-05-30 [colin]      1.9.11cvs23
11087
11088         * src/Makefile.am
11089         * src/main.c
11090         * src/prefs_common.c
11091         * src/prefs_compose_writing.c ** ADDED **
11092         * src/prefs_compose_writing.h ** ADDED **
11093                 Move Common/Compose prefs to Compose/Writing
11094
11095 2005-05-30 [colin]      1.9.11cvs22
11096
11097         * src/common/utils.c
11098                 Fix bug #651 (Confused Attract by Subject)
11099                 Patch by M. Benkmann <haferfrost@web.de>
11100         * AUTHORS
11101
11102 2005-05-30 [colin]      1.9.11cvs21
11103
11104         * src/compose.c
11105                 Fix concatenation of different headers of
11106                 the same type (bug #645)
11107         * src/prefs_folder_item.c
11108                 Fix bug #699 (setting color to black doesn't
11109                 work immediately)
11110         * src/procmime.c
11111                 Print out decoding error only once per
11112                 block
11113
11114 2005-05-30 [paul]       1.9.11cvs20
11115
11116         * src/common/template.c
11117                 fix Bcc
11118
11119 2005-05-30 [paul]       1.9.11cvs19
11120
11121         * doc/src/rfc2368.txt   **NEW FILE**
11122         * src/compose.c
11123                 compose_entries_set(): don't interpret Bcc
11124                 header field (conform to RFC 2368)
11125                 (sync with main)
11126
11127 2005-05-29 [colin]      1.9.11cvs18
11128
11129         * src/prefs_common.c
11130                 Let the default reply format respect
11131                 netiquette by cutting the signature.
11132
11133 2005-05-29 [colin]      1.9.11cvs17
11134
11135         * src/summaryview.c
11136                 Don't let always_show_msg override
11137                 open_unread_on_enter when opening a new
11138                 directory.
11139
11140 2005-05-27 [paul]       1.9.11cvs16
11141
11142         sync with main:
11143
11144         * src/main.c
11145                 app_will_exit(): cleanup tmp directory when exit
11146         * src/message_search.c
11147                 improved the interface and made code cleanup.
11148                 removed Clear button
11149         * src/send_message.c
11150                 send_message_local(): use GSpawn, and detect errors
11151         * src/summary_search.c
11152                 improved the interface and made code cleanup
11153         * src/textview.c
11154                 textview_write_link(): also skip non-ascii space
11155                  at the head of link strings (phishing check
11156                  didn't work at the case)
11157         * src/common/utils.c
11158                 get_command_output(): use g_spawn_command_line_sync()
11159                 instead of popen()
11160
11161 2005-05-26 [colin]      1.9.11cvs15
11162
11163         * src/folder.c
11164                 remove printf
11165
11166 2005-05-26 [colin]      1.9.11cvs14
11167
11168         * src/common/nntp.c
11169                 Fix nntp mode reader (bug #611)
11170                 Patch by Florian Mickler <florian@mickler.org>
11171
11172 2005-05-26 [colin]      1.9.11cvs13
11173
11174         * src/plugins/pgpmime/passphrase.c
11175                 Fix mouse grabbing (bug #557)
11176
11177 2005-05-26 [colin]      1.9.11cvs12
11178
11179         * src/prefs_themes.c
11180                 Fix g_warning (bug #541)
11181
11182 2005-05-26 [colin]      1.9.11cvs11
11183
11184         * src/prefs_actions.c
11185         * src/prefs_template.c
11186                 Fix bug #506 (no warning if action/template
11187                 is not saved)
11188         * src/common/template.c
11189                 Fix a possible crash
11190
11191 2005-05-26 [colin]      1.9.11cvs10
11192
11193         * src/folder.c
11194         * src/folderview.c
11195         * src/procmsg.c
11196         * src/summaryview.c
11197                 Forbid locked messages to be moved or
11198                 deleted. Locked messages in trashes 
11199                 still get deleted, for performance
11200                 reason (mh.c::mh_remove_all_msgs)
11201
11202 2005-05-25 [colin]      1.9.11cvs9
11203
11204         * src/procmime.c
11205                 Use correct encoding when sending mails
11206                 with attachments that have accentued 
11207                 chars in their name
11208
11209 2005-05-24 [colin]      1.9.11cvs8
11210
11211         * src/summaryview.c
11212                 Fix bug #688 f) read/unread marker not
11213                 changed on first click
11214                 Also, optimize summary_status_show()
11215                 calls
11216         * src/folder.c
11217         * src/inc.c
11218         * src/procmime.c
11219                 Fix bug #688 b) and c) wrt message
11220                 attachments and signature
11221         * src/stock_pixmap.c
11222         * src/stock_pixmap.h
11223         * src/stock_pixmap.c
11224         * src/stock_pixmap.h
11225         * src/Makefile.am
11226         * src/pixmaps/clip_gpg_signed.xpm
11227                 Add clip/signed icon
11228
11229 2005-05-24 [colin]      1.9.11cvs7
11230
11231         * src/folder_item_prefs.c
11232                 whitespace fix
11233
11234 2005-05-24 [colin]      1.9.11cvs6
11235
11236         * src/folderview.c
11237         * src/prefs_common.c
11238         * src/prefs_common.h
11239                 Add a confirmation to folder drag and drop
11240                 fixes bug #156
11241         * src/alertpanel.c
11242         * src/alertpanel.h
11243                 fix _with_disable parameters so that
11244                 the buttons labels are specifiable too
11245         * src/plugins/pgpmime/sgpgme.c
11246                 reflect said change
11247                 
11248
11249 2005-05-24 [colin]      1.9.11cvs5
11250
11251         * src/folderview.c
11252                 Uncollapse/collapse folders on double-click
11253                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11254                 closes bug #108
11255
11256 2005-05-23 [colin]      1.9.11cvs4
11257
11258         * src/common/socket.c
11259                 Check another special SSL_peek() error.
11260                 Should help wrt bug #728
11261
11262 2005-05-23 [colin]      1.9.11cvs3
11263
11264         * src/plugins/pgpmime/pgpmime.c
11265                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11266                 breaking menu accelerators and stuff. Users will have to
11267                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11268                 account's privacy preferences if needed.
11269
11270 2005-05-22 [paul]
11271
11272         * tools/kdeservicemenu/install.sh
11273                 use kdesu to prompt for root password if doing
11274                 global install/uninstall
11275
11276 2005-05-20 [colin]      1.9.11cvs2
11277
11278         * src/procmsg.c
11279                 Fix another compilation error with gcc-2.9x
11280                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11281         * src/send_message.c
11282                 Don't send QUIT if we aren't connected
11283
11284 2005-05-19 [colin]      1.9.11cvs1
11285
11286         * src/procmsg.c
11287                 Fix compilation with gcc 2.9x
11288
11289 2005-05-19 [paul]       1.9.11
11290
11291         1.9.11 released
11292
11293 2005-05-19 [paul]       1.9.9cvs14
11294
11295         * src/gtk/inputdialog.c
11296                 prevent gettext warning
11297
11298 2005-05-19 [paul]       1.9.9cvs13
11299
11300         * src/mainwindow.c
11301         * src/prefs_common.c
11302         * src/prefs_common.h
11303         * src/textview.c
11304         * src/textview.h
11305                 add an option to toggle cursor in message
11306                 view (sync with main)
11307
11308 2005-05-18 [colin]      1.9.9cvs12
11309
11310         * src/compose.c
11311                 Dereference freed pointer
11312         * src/gtk/gtkaspell.c
11313                 Fix duplication of dictionaries (is it an aspell issue?)
11314
11315 2005-05-18 [colin]      1.9.9cvs11
11316
11317         * src/gtk/inputdialog.c
11318         * src/gtk/gtkaspell.c
11319                 HIGuify dialogs
11320         * src/alertpanel.c
11321                 Remove a double call
11322
11323 2005-05-17 [colin]      1.9.9cvs10
11324
11325         * src/gtk/gtkaspell.c
11326                 Fix dialogs, Ctrl-Enter accel
11327
11328 2005-05-17 [colin]      1.9.9cvs9
11329
11330         * src/gtk/gtkaspell.c
11331                 Fix some accelerators, escape in replace-window
11332
11333 2005-05-16 [colin]      1.9.9cvs8
11334
11335         * src/gtk/gtkaspell.c
11336                 Revert last commit, it was a mistake.
11337
11338 2005-05-16 [colin]      1.9.9cvs7
11339
11340         * src/gtk/gtkaspell.c
11341                 Remove buggy code while we're at it. It's a 
11342                 dead code path anyway.
11343
11344 2005-05-16 [colin]      1.9.9cvs6
11345
11346         * src/gtk/gtkaspell.c
11347                 Missed some gtk_menu_popup where deactivate
11348                 signal should be handled. Should fix bug
11349                 #629 a bit more.
11350
11351 2005-05-16 [colin]      1.9.9cvs5
11352
11353         * src/gtk/gtkaspell.c
11354                 Remove debug printf()s
11355
11356 2005-05-16 [colin]      1.9.9cvs4
11357
11358         * src/gtk/gtkaspell.c
11359                 Fix a bit aspell problems
11360                 (see bug #629)
11361
11362 2005-05-13 [colin]      1.9.9cvs3
11363
11364         * src/folderview.c
11365                 Fix the + appearing even when no subfolders
11366                 have unread messages. Thanks to wwp for the
11367                 bug report.
11368
11369 2005-05-11 [paul]       1.9.9cvs2
11370
11371         * src/folderview.c
11372                 correction to 1.9.9cvs1, only colour folders that
11373                 have new msgs (not unread msgs)
11374
11375 2005-05-10 [colin]      1.9.9cvs1
11376
11377         * src/folderview.c
11378         * src/summaryview.c
11379                 Try to fix bolding bugs again.
11380
11381 2005-05-09 [paul]
11382
11383         * tools/claws.i18n.status.pl
11384                 add Ricardo Mones Lastra's script that has been providing
11385                 the i18n status page for many months
11386
11387 2005-05-09 [paul]       1.9.9
11388
11389         1.9.9 release
11390
11391 2005-05-09 [paul]       1.9.6cvs58
11392
11393         * AUTHORS
11394         * INSTALL
11395         * README.claws
11396                 updated
11397         * Makefile.am 
11398         * RELEASE_NOTES.claws
11399                 add release notes to cvs to simplify release
11400                 procedure
11401         * configure.ac
11402                 add ca and fi to ALL_LINGUAS
11403         * po/Makefile.in.in
11404                 workaround for missing Makevars
11405         * po/ca.po
11406         * po/fi.po
11407                 add new Catalan and Finnish translations
11408                 submitted by Miquel Oliete and Flammie Pirinen
11409         * po/de.po
11410         * po/es.po
11411         * po/fr.po
11412         * po/it.po
11413         * po/pl.po
11414         * po/ru.po
11415         * po/sk.po
11416         * po/sr.po
11417         * po/zh_CN.po
11418                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11419                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11420                 Urke MMI, and Hansom Young
11421         * src/main.c
11422                 Fix drafting when quitting. compose_draft() closes the
11423                 compose windows, which modifies the compose_list GSList.
11424                 We have to refresh this list after echo drafting to avoid a
11425                 segfault
11426         * src/partial_download.c
11427                 fix segfault on exit
11428
11429 2005-05-06 [paul]       1.9.6cvs57
11430
11431         * src/grouplistdialog.c
11432                 quick fix/workaround for unresizeable newsgroup
11433                 name column 
11434
11435 2005-05-06 [paul]       1.9.6cvs56
11436
11437         * src/inc.c
11438         * src/mainwindow.c
11439                 use gettext plural forms
11440         * src/imap_gtk.c
11441         * src/mh_gtk.c
11442         * src/toolbar.c
11443                 small improvement to english usage
11444
11445 2005-05-05 [thorsten]   1.9.6cvs55
11446
11447         * src/folder.c
11448                 fix possible crash
11449
11450 2005-05-05 [paul]       1.9.6cvs54
11451         
11452         sync with HEAD
11453
11454         * AUTHORS
11455         * src/compose.c
11456                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11457                 patch by Tim Mann
11458
11459 2005-05-05 [paul]       1.9.6cvs53
11460
11461         * src/mainwindow.c
11462                 fix resizing of separate message and
11463                 folder views
11464
11465 2005-05-05 [paul]       1.9.6cvs52
11466
11467         * src/account.c
11468         * src/addrgather.c
11469         * src/browseldap.c
11470         * src/exphtmldlg.c
11471         * src/expldifdlg.c
11472         * src/importmutt.c
11473         * src/importpine.c
11474         * src/main.c
11475         * src/mainwindow.c
11476         * src/noticeview.c
11477         * src/prefs_filtering.c
11478         * src/prefs_filtering_action.c
11479         * src/prefs_matcher.c
11480         * src/prefs_spelling.c
11481         * src/prefs_toolbar.c
11482         * src/toolbar.c
11483         * src/wizard.c
11484         * src/gtk/description_window.c
11485         * src/gtk/gtkvscrollbutton.c
11486         * src/gtk/progressdialog.c
11487         * src/gtk/quicksearch.c
11488         * src/plugins/pgpmime/prefs_gpg.c
11489         * src/plugins/spamassassin/spamassassin_gtk.c
11490                 replace deprecated gtk_widget_set_usize
11491
11492 2005-05-04 [colin]      1.9.6cvs51
11493
11494         * src/common/utils.c
11495                 Fix crash when subst_for_filename is called
11496                 with a NULL parameter
11497
11498 2005-05-04 [colin]      1.9.6cvs50
11499
11500         * src/partial_download.c
11501         * src/pop.c
11502                 Escape login when writing uidl file
11503                 fixes bug #736
11504
11505 2005-05-03 [colin]      1.9.6cvs49
11506
11507         * src/procmime.c
11508                 Fix possible DOS in mime parser
11509                 (see bug #634)
11510
11511 2005-05-02 [colin]      1.9.6cvs48
11512
11513         * src/compose.c
11514                 Try to fix the copy/paste mess once again.
11515
11516
11517 2005-04-30 [colin]      1.9.6cvs47
11518
11519         * src/prefs_account.h
11520         * src/procmsg.c
11521         * src/send_message.c
11522         * src/common/smtp.c
11523         * src/common/smtp.h
11524                 Try to batch sending mails (per account) instead of
11525                 reconnecting to server every time.
11526
11527 2005-04-29 [colin]      1.9.6cvs46
11528
11529         * src/messageview.c
11530                 Fix window resizing that refused to size down
11531         * src/prefs_common.c
11532         * src/prefs_common.h
11533         * src/prefs_filtering.c
11534                 Save Filtering's window size
11535
11536 2005-04-21 [paul]       1.9.6cvs45
11537
11538         * ChangeLog-gtk2.claws
11539         * src/setup.c
11540                 correction to sync
11541
11542 2005-04-21 [paul]       1.9.6cvs44
11543
11544         sync with main:
11545
11546         * src/setup.c
11547         * src/statusbar.c
11548         * src/statusbar.h
11549                 use gtkut_widget_draw_now(). Improved performance
11550                 of the update of statusbar
11551         * src/textview.c
11552                 textview_smooth_scroll_do(): redraw it after scroll
11553                 is done (fixed incorrect display when a part of the
11554                 view is hidden).
11555         * src/gtk/gtkutils.c
11556         * src/gtk/gtkutils.h
11557                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11558                 to force update of widgets.
11559                 Removed gtkut_widget_wait_for_draw() which had a big
11560                 overhead  because of waiting for all events processed 
11561
11562 2005-04-20 [paul]       1.9.6cvs43
11563
11564         * src/codeconv.c
11565                 complete 1.9.6cvs42's sync:
11566                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11567
11568 2005-04-19 [paul]       1.9.6cvs42
11569
11570         sync with main:
11571
11572         * src/action.c
11573                 catch_output(): correctly select the insert text
11574                 (fix invalid iterator warnings).
11575         * src/codeconv.c
11576         * src/codeconv.h
11577         * src/mainwindow.c
11578         * src/messageview.c
11579         * src/prefs_common.c
11580                 support GBK encoding.
11581         * src/common/session.c
11582         * src/common/session.h
11583                 use separate buffer for large data to be sent,
11584                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11585
11586 2005-04-18 [paul]       1.9.6cvs41
11587
11588         * src/jpilot.c
11589                 convert unsigned long into guint32
11590                 patch by Paul LeoNerd Evans 
11591
11592 2005-04-17 [colin]      1.9.6cvs40
11593
11594         * src/compose.c
11595                 Fix 'Request return receipt' from folder
11596                 properties (bug #708)
11597
11598 2005-04-17 [colin]      1.9.6cvs39
11599
11600         * src/mainwindow.c
11601                 Fix duplicate hotkeys in Mainwindow's menu
11602
11603 2005-04-17 [colin]      1.9.6cvs38
11604
11605         * src/folderview.c
11606                 Fix duplicate hotkeys in Folderview's contextual
11607                 menu
11608
11609 2005-04-15 [colin]      1.9.6cvs37
11610
11611         * src/summaryview.c
11612                 Fix 'Save as...' with non-ascii filenames
11613
11614 2005-04-15 [colin]      1.9.6cvs36
11615
11616         * src/plugins/pgpmime/pgpmime.c
11617                 Fix bus error on 64bit. Spotted by 
11618                 macallan1888@gmail.com
11619
11620 2005-04-15 [colin]      1.9.6cvs35
11621
11622         * src/prefs_account.c
11623                 Fix cvs34.
11624
11625 2005-04-12 [colin]      1.9.6cvs34
11626
11627         * src/prefs_account.c
11628                 Fix smtp auth type off-by-one. We forgot to
11629                 add PLAIN in the prefs-to-gui setter func and
11630                 as a result, the selected auth when opening
11631                 account prefs was not the correct one.
11632
11633 2005-04-12 [paul]       1.9.6cvs33
11634
11635         * src/inc.c
11636                 if the recv dialog is visible, Cancel only
11637                 cancels the current account
11638
11639
11640 2005-04-10 [colin]      1.9.6cvs32
11641
11642         * src/filtering.c
11643                 Copy score when copying FilteringActions
11644                 Fix bug #674
11645
11646 2005-04-10 [colin]      1.9.6cvs31
11647
11648         * src/inc.c
11649                 Make Message -> Receive -> Cancel cancel 
11650                 incorporation on all accounts. Fixes
11651                 bug #693
11652
11653 2005-04-10 [colin]      1.9.6cvs30
11654
11655         * src/prefs_account.c
11656                 Update Privacy checkbuttons status based
11657                 on the selected privacy system
11658         * src/compose.c
11659                 Always connect the "None" privacy system; the
11660                 static boolean was probably there to avoid
11661                 reconnecting twice in the same compose window,
11662                 but as the parent function is only called once
11663                 per compose, it's only a bug - as a static is
11664                 initialized once per application instance.
11665                 Also, don't uncheck Sign and Encrypt when
11666                 selecting None as privacy system; just ignore
11667                 them when sending/queuing.
11668                 Should fix bug #695
11669
11670 2005-04-08 [colin]      1.9.6cvs29
11671
11672         * src/account.c
11673         * src/prefs_account.c
11674         * src/prefs_account.h
11675                 Add account preference to queue message in a certain
11676                 folder.
11677
11678 2005-04-06 [colin]      1.9.6cvs28
11679
11680         * src/prefs_account.c
11681                 Update old inbox path syntax
11682
11683 2005-04-06 [paul]       1.9.6cvs27
11684
11685         sync with main:
11686
11687         * configure.ac
11688                 changed -traditional-cpp to -no-cpp-precomp for newer
11689                 Mac OS X support
11690         * src/foldersel.c
11691                 made column resize automatically
11692         * src/send_message.c
11693                 send_message_smtp(): consider EOF right after QUIT
11694                 successful (workaround for Gmail SMTP server)
11695         * src/common/socket.c
11696                 ssl_read(), ssl_peek(): check EOF which violates the
11697                 SSL protocol
11698         * src/gtk/colorlabel.c
11699                 removed warnings when displaying colorlabel menu
11700                 (don't use GtkAlignment)
11701
11702 2005-04-05 [paul]       1.9.6cvs26
11703
11704         * src/plugins/trayicon/trayicon.c
11705                 fix clipping of icon under KDE3 
11706
11707 2005-04-05 [paul]       1.9.6cvs25
11708
11709         * src/summaryview.c
11710                 hide display of threading
11711                 patch by Alfons
11712
11713 2005-04-04 [thorsten]   1.9.6cvs24
11714
11715         * src/mh.c
11716                 marks lost on filesystems with different stat() results on
11717                 summer-/wintertime
11718
11719 2005-04-03 [colin]      1.9.6cvs23
11720
11721         * src/summaryview.c
11722                 Don't handle up/down. Patch by Alfons
11723
11724 2005-04-02 [colin]      1.9.6cvs22
11725
11726         * src/summaryview.c
11727                 Make scrolling faster. Patch by Alfons.
11728
11729 2005-04-01 [colin]      1.9.6cvs21
11730
11731         * src/Makefile.am
11732         * src/stock_pixmap.c
11733         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11734         * src/pixmaps/dir_noselect.xpm ** ADDED **
11735                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11736
11737 2005-04-01 [colin]      1.9.6cvs20
11738
11739         * src/image_viewer.c
11740         * src/image_viewer.h
11741         * src/procmime.c
11742         * src/procmime.h
11743         * src/textview.c
11744         * src/textview.h
11745                 Implement inline image resizing and right-clicking
11746
11747 2005-04-01 [paul]       1.9.6cvs19
11748
11749         * AUTHORS
11750         * Makefile.am
11751         * configure.ac
11752                 check for gnome2
11753                 patch by Luca Cavalli <loopback<AT>slackit.org>
11754         * po/ru.po
11755                 updated by Pavlo Bohmat
11756
11757 2005-03-31 [colin]      1.9.6cvs18
11758
11759         * src/news.c
11760                 Fix parsing references
11761         * src/msgcache.c
11762                 don't put nulls in the references list
11763         * src/procheader.c
11764                 commit that forgotten file in 1.9.6cvs14
11765
11766 2005-03-31 [colin]      1.9.6cvs17
11767
11768         * src/compose.c
11769                 Fix joining of signature separator again. 
11770                 Maybe Hiro could put it in main too...
11771
11772 2005-03-31 [colin]      1.9.6cvs16
11773
11774         * src/Makefile.am
11775         * src/foldersel.c
11776         * src/stock_pixmap.c
11777         * src/stock_pixmap.h
11778         * src/pixmaps/dir-noselect.xpm
11779                 Update foldersel.c (sync from main, patch by Alfons)
11780
11781 2005-03-30 [colin]      1.9.6cvs15
11782
11783         * src/imap.c
11784                 Fix handling of imap folders containing [] in 
11785                 their name. Thanks to Nahuel Angelinetti for
11786                 the detailed bugreport.
11787
11788 2005-03-30 [colin]      1.9.6cvs14
11789
11790         * src/common/utils.h
11791         * src/common/utils.c
11792         * src/common/defs.h
11793         * src/matcher.c
11794         * src/msgcache.c
11795         * src/news.c
11796         * src/procmsg.c
11797         * src/procmsg.h
11798         * src/quote_fmt_parse.y
11799         * src/summaryview.c
11800                 Update references system. Patch by Alfons
11801
11802 2005-03-30 [colin]      1.9.6cvs13
11803
11804         * src/common/socket.c
11805                 Force the glibc to read resolv.conf again when 
11806                 it has changed. Should fix issues when changing
11807                 networks on a laptop and not restarting sylpheed. 
11808
11809 2005-03-30 [paul]       1.9.6cvs12
11810
11811         partial sync with main:
11812
11813         * src/action.c
11814                 create_io_dialog(): use user-defined text font
11815                 (thanks to Alfons), and modified its appearance.
11816         * src/addrgather.c
11817         * src/addrharvest.c
11818         * src/browseldap.c
11819                 replace old code
11820         * src/compose.c
11821                 don't join (presumably) itemized lines on line-wrapping
11822                 fixed wrapping of quote when auto-wrapping is enabled
11823                 compose_destroy(): destroy paned only if it's not
11824                 attached to window. Fixed memory leak of popup menu.
11825         * src/exphtmldlg.c
11826         * src/expldifdlg.c
11827                 replace old code
11828         * src/html.c
11829         * src/html.h
11830         * src/importmutt.c
11831         * src/importpine.c
11832                 replace old code
11833         * src/main.c
11834                 removed redundant code
11835         * src/mainwindow.c
11836                 changed 'Code set' (which is rather incorrect)
11837                 in the menu to 'Character encoding'
11838                 main_window_set_widgets(): request size first
11839                 to prevent window size becoming wrong
11840                 fixed remembering of the state of the visibility
11841                 of MessageView
11842         * src/messageview.c
11843                 changed 'Code set' (which is rather incorrect)
11844                 in the menu to 'Character encoding'
11845         * src/prefs_common.c
11846         * src/prefs_common.h
11847                 added an option whether to render HTML as text or not
11848                 added separators to outgoing encoding menu
11849         * src/procheader.c
11850                 procheader_scan_date_string(): support header
11851                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11852         * src/summaryview.c
11853         * src/summaryview.h
11854                 minor code cleanup
11855         * src/textview.c
11856                 textview_show_html(): force output of newline
11857                 added an option whether to render HTML as text or not
11858         * src/common/utils.c
11859                 strncpy2(): optimized based on Alfons' code
11860         * src/gtk/gtkutils.c
11861         * src/gtk/gtkutils.h
11862                 removed non-used code
11863         * src/plugins/pgpmime/passphrase.c
11864                 partially fixed grab input of passphrase dialog
11865                 Confine pointer to window
11866
11867 2005-03-30 [colin]      1.9.6cvs11
11868
11869         * src/msgcache.c
11870         * src/msgcache.h
11871                 Read/write 32bit ints from cache & marks
11872                 From main.
11873
11874 2005-03-29 [paul]       1.9.6cvs10
11875
11876         * AUTHORS
11877         * ChangeLog.claws
11878         * src/compose.c
11879         * src/gtk/gtkaspell.c
11880                 sync with HEAD (don't pass NULL pointers) 
11881
11882 2005-03-24 [paul]
11883
11884         * tools/Makefile.am
11885         * tools/README
11886         * tools/acroread2sylpheed.pl
11887                 sync with HEAD (add script to send pdfs as
11888                 attachments from Adobe Reader 7)
11889
11890 2005-03-21 [paul]       1.9.6cvs9
11891
11892         * configure.ac
11893         * po/POTFILES.in
11894         * src/Makefile.am
11895         * src/crash.c
11896         * src/image_viewer.c ** ADDED **
11897         * src/image_viewer.h ** ADDED **
11898         * src/main.c
11899         * src/prefs_common.c
11900         * src/prefs_common.h
11901         * src/prefs_image_viewer.c ** ADDED **
11902         * src/prefs_image_viewer.h ** ADDED **
11903         * src/textview.c
11904         * src/gtk/about.c
11905         * src/pixmaps/sylpheed_logo.xpm
11906         * src/plugins/Makefile.am
11907         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11908         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11909         * src/plugins/image_viewer/plugin.c ** REMOVED **
11910         * src/plugins/image_viewer/viewer.c ** REMOVED **
11911         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11912         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11913         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11914         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11915         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11916                 as gdk-pixbuf is now built-in
11917                 remove image_viewer plugin and put code back into
11918                 main codebase
11919                 implement inline image display (sync with main)
11920
11921                 replace logo with newer, nicer, larger version  
11922
11923 2005-03-21 [paul]       1.9.6cvs8
11924
11925         * src/gtk/about.c
11926                 cosmetic improvement
11927
11928 2005-03-21 [holger]     1.9.6cvs7
11929
11930         * src/plugins/spamassassin/spamassassin.c
11931                 Sync with HEAD
11932                 (unregister hook on failed plugin init)
11933
11934 2005-03-20 [colin]      1.9.6cvs6
11935
11936         * src/common/plugin.c
11937                 Check that plugin isn't already loaded
11938                 Patch by Alfons
11939
11940 2005-03-20 [thorsten]   1.9.6cvs5
11941
11942         * src/compose.c
11943                 use a more compatible syntax
11944
11945 2005-03-20 [thorsten]   1.9.6cvs4
11946
11947         * src/prefs_toolbar.c
11948                 fix crash when selecting toolbar item (uninitialized pointer)
11949
11950 2005-03-20 [thorsten]   1.9.6cvs3
11951
11952         * src/procmime.c
11953                 fix mimetype detection (referenced free()d string)
11954
11955 2005-03-20 [paul]       1.9.6cvs2
11956
11957         * src/compose.c
11958                 sync with HEAD (1.0.3cvs5)
11959                 neglect Reply-To header if empty
11960                 Patch by Alfons 
11961
11962 2005-03-19 [holger]     1.9.6cvs1
11963
11964         * src/summaryview.c
11965         * src/summaryview.h
11966                 Sync with HEAD
11967
11968 2005-03-18 [paul]       1.9.6
11969
11970         initial GTK2 release
11971
11972 2005-03-18 [paul]       1.0.3cvs3.1
11973
11974         * AUTHORS
11975         * ChangeLog.claws
11976         * configure.ac
11977         * src/gtk/about.c
11978         * src/pixmaps/sylpheed_logo.xpm
11979                 sync with HEAD
11980
11981 2005-03-18 [colin]      1.0.3cvs2.6
11982
11983         * src/summaryview.c
11984                 Remove call to summary_step in summary_copy_selected_to
11985                 Can't see its purpose, and this causes bug when copying
11986                 a message if the next one is unread: it reads it.
11987
11988 2005-03-18 [paul]       1.0.3cvs2.5
11989
11990         * src/foldersel.c
11991                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11992
11993 2005-03-18 [paul]       1.0.3cvs2.4
11994
11995         * src/addrharvest.c
11996         * src/codeconv.c
11997         * src/codeconv.h
11998         * src/compose.c
11999         * src/news.c
12000         * src/procheader.c
12001         * src/procmime.c
12002         * src/unmime.c
12003         * src/unmime.h
12004                 fix buffer overflow, CAN-2005-0667, see
12005                 http://secunia.com/advisories/14491/
12006                 Patch by Alfons
12007
12008 2005-03-17 [colin]      1.0.3cvs2.3
12009
12010         * src/prefs_fonts.c
12011         * src/summaryview.c
12012                 Fix font bugs (both lists now officialy share 
12013                 the same font)
12014                 
12015
12016 2005-03-17 [paul]       1.0.3cvs2.2
12017
12018         * src/gtk/pluginwindow.c
12019                 make plugin descriptions uneditable
12020
12021 2005-03-11 [paul]       1.0.3cvs2.1
12022
12023         * ChangeLog.claws
12024         * configure.ac
12025         * po/POTFILES.in
12026         * src/plugins/trayicon/trayicon.c
12027                 sync with HEAD
12028                 add src/wizard.c to POTFILES.in
12029
12030 2005-03-11 [paul]       1.0.3cvs1.1
12031
12032         * ChangeLog
12033         * ChangeLog.claws
12034         * configure.ac
12035         * po/de.po
12036         * po/es.po
12037         * po/fr.po
12038         * po/it.po
12039         * po/pt_BR.po
12040         * po/ru.po
12041         * po/sk.po
12042         * po/sr.po
12043         * po/zh_CN.po
12044                 sync with HEAD
12045
12046 2005-03-04 [colin]      1.0.1cvs22.2
12047
12048         * src/compose.c
12049                 Fix signatures with accentued chars in it
12050
12051 2005-03-04 [colin]      1.0.1cvs22.1
12052
12053         * src/common/smtp.c
12054         * src/common/smtp.h
12055                 Don't use SIZE param in MAIL FROM: if server 
12056                 doesn't support it. Patch by Eugen Freiter
12057                 <eugen_f@users.sf.net>
12058
12059 2005-02-27 [paul]       1.0.1cvs20.1
12060
12061         * ChangeLog.claws
12062         * configure.ac
12063         * src/messageview.c
12064                 sync with HEAD
12065
12066 2005-02-27 [colin]      1.0.1cvs19.4
12067
12068         * src/procheader.c
12069         * src/procheader.h
12070                 Fix prototypes. Patch by Alfons
12071
12072 2005-02-27 [colin]      1.0.1cvs19.3
12073
12074         * src/compose.c
12075                 Don't auto-join the signature separator.
12076
12077 2005-02-26 [colin]      1.0.1cvs19.2
12078
12079         * src/summaryview.c
12080                 Fix 'mark all read' with collapsed threads.
12081                 Patch by Alfons.
12082
12083 2005-02-25 [paul]       1.0.1cvs19.1
12084
12085         * ChangeLog.claws
12086         * configure.ac
12087         * src/prefs_account.c
12088         * src/prefs_folder_item.c
12089         * src/gtk/prefswindow.c
12090         * src/gtk/prefswindow.h
12091                 sync with HEAD
12092
12093 2005-02-25 [paul]       1.0.1cvs15.12
12094
12095         * src/alertpanel.c
12096         * src/codeconv.c
12097         * src/compose.c
12098         * src/textview.c
12099         * src/gtk/gtkutils.c
12100         * src/gtk/gtkutils.h
12101         * src/gtk/logwindow.c
12102         * src/gtk/progressdialog.c
12103                 sync with main (revision 127)
12104                 and fix logwindow clipping
12105
12106 2005-02-24 [colin]      1.0.1cvs15.11
12107
12108         * src/plugins/pgpmime/passphrase.c
12109                 Disable input grabbing; it doesn't work yet.
12110
12111 2005-02-24 [colin]      1.0.1cvs15.10
12112
12113         * src/messageview.c
12114                 Don't send out receipts if offline. Ask.
12115
12116 2005-02-23 [colin]      1.0.1cvs15.9
12117
12118         * src/summaryview.c     
12119                 Fix expanding
12120
12121 2005-02-23 [colin]      1.0.1cvs15.8
12122
12123         * src/summaryview.c
12124                 Really fix Bug 568 by removing useless
12125                 calls. summary_thread_init() now called
12126                 in summary_sort(). This should please
12127                 Alfons as it should be faster than 
12128                 previously.
12129
12130 2005-02-23 [colin]      1.0.1cvs15.7
12131
12132         * src/compose.c
12133                 Encode parts as QP or B64 if signing
12134
12135 2005-02-23 [colin]      1.0.1cvs15.6
12136
12137         * src/compose.c
12138                 Fix Mimeinfo leakage (including tmp files)
12139         * src/procmsg.c
12140                 Fix tmp file leakage (spotted by Ivan Rayner)
12141
12142 2005-02-22 [colin]      1.0.1cvs15.5
12143
12144         * src/expldifdlg.c
12145                 Fix keyboard input. Patch by Alfons.
12146
12147 2005-02-21 [colin]      1.0.1cvs15.4
12148
12149         * src/compose.c
12150                 Fix Sign/Encrypt when unselecting privacy
12151                 system
12152         * src/prefs_common.c
12153                 Change default message font to Monospace
12154         * src/summaryview.c
12155                 More freezing during potentially large operations
12156
12157 2005-02-21 [paul]       1.0.1cvs15.3
12158
12159         * src/main.c
12160                 fix --help output
12161
12162 2005-02-21 [paul]       1.0.1cvs15.2
12163
12164         * po/Makefile.in.in
12165         * src/compose.c
12166         * src/summaryview.c
12167         * src/textview.c
12168         * src/common/utils.c
12169         * src/common/utils.h
12170                 sync with main (revision 117)
12171
12172 2005-02-20 [colin]      1.0.1cvs15.1
12173
12174         * src/common/defs.h
12175                 Change cache file to .sylpheed_claws_cache, as
12176                 suggested by Alfons. Allows people to switch
12177                 between Sylpheed and Sylpheed-Claws. it is
12178                 a good idea to "Check for new messages" at next
12179                 startup.
12180
12181
12182 2005-02-18 [colin]      1.0.1cvs14.1
12183
12184         * src/quote_fmt_lex.l
12185         * src/quote_fmt_parse.y
12186                 Fix parser initialisation. Patch by Ivan.
12187
12188 2005-02-18 [colin]      1.0.1cvs11.6
12189
12190         * src/folderview.c
12191                 Fix scrolldown (bug 662)
12192
12193 2005-02-17 [colin]      1.0.1cvs11.5
12194
12195         * src/codeconv.c
12196                 conv_filename_to_utf8: return clean 7bit instead
12197                 of broken utf8 if needed
12198         * src/mimeview.c
12199                 Fix display of parts with unclean 8bit names
12200
12201 2005-02-17 [paul]       1.0.1cvs11.4
12202
12203         * src/compose.c
12204         * src/exportldif.c
12205         * src/matcher_parser_parse.y
12206         * src/procmime.c
12207         * src/sourcewindow.c
12208         * src/common/Makefile.am
12209         * src/common/intl.h             ** REMOVED **
12210         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12211                 sync with main (revision 109)
12212                 and clean up
12213
12214 2005-02-16 [colin]      1.0.1cvs11.3
12215
12216         * src/summaryview.c
12217                 Fix collapsed thread not highlighting when new
12218                 messages in it (Bug 568) Patch by Stephan Sachse.
12219                 Fix messed up selection when reaching bounds (Bug 632)
12220         * src/prefs_themes.c
12221                 Fix theme installing (Bug 684)
12222
12223 2005-02-16 [colin]      1.0.1cvs11.2
12224
12225         * src/messageview.c
12226                 Fix messageview_select_all
12227
12228 2005-02-16 [colin]      1.0.1cvs11.1
12229
12230         * src/mh.c
12231                 Sync with HEAD (MH scan required function)
12232
12233 2005-02-15 [colin]      1.0.1cvs8.1
12234
12235         * src/mimeview.c
12236         * src/common/utils.c
12237                 Sync with HEAD (filename chars substitution)
12238
12239 2005-02-15 [colin]      1.0.1cvs7.3
12240
12241         * src/gtk/pluginwindow.c
12242                 Fix button spacing
12243
12244 2005-02-15 [colin]      1.0.1cvs7.2
12245
12246         * src/mimeview.c
12247                 Fix mime icons not reset across message when
12248                 scrolled down
12249
12250 2005-02-15 [colin]      1.0.1cvs7.1
12251
12252         * src/compose.c
12253         * src/procmime.c
12254                 Sync with HEAD (optimisation of cvs6)
12255
12256 2005-02-14 [colin]      1.0.1cvs6.1
12257
12258         * src/compose.c
12259         * src/procmime.c
12260                 Sync with HEAD (encode "From " at line beginning)
12261
12262 2005-02-14 [colin]      1.0.1cvs5.3
12263
12264         * src/compose.c
12265                 Fix wrapping with accentued chars.
12266
12267 2005-02-13 [colin]      1.0.1cvs5.2
12268
12269         * src/textview.c
12270                 Fix email informative part parsing with
12271                 accentued chars in it. ispunct() returns
12272                 true for them in utf8...
12273
12274 2005-02-12 [colin]      1.0.1cvs5.1
12275
12276         * src/filtering.c
12277                 Sync with HEAD (remove wrong use of compose after send)
12278
12279 2005-02-12 [paul]       1.0.1cvs4.5
12280
12281         * src/textview.c
12282                 remove unnecessary code (thanks to Alfons)
12283
12284 2005-02-12 [paul]       1.0.1cvs4.4
12285
12286         * src/textview.c
12287                 add 'Copy' to contextual menu on emails
12288
12289 2005-02-11 [colin]      1.0.1cvs4.3
12290
12291         * src/compose.c
12292                 revert 1.0.0cvs28.2, it doesn't work that well.
12293
12294 2005-02-11 [paul]       1.0.1cvs4.2
12295
12296         * po/Makefile.in.in
12297                 fix 'make release'
12298
12299 2005-02-10 [paul]       1.0.1cvs4.1
12300
12301         * ChangeLog
12302         * ChangeLog.claws
12303         * ChangeLog.jp
12304         * configure.ac
12305         * src/compose.c
12306                 sync with HEAD (sync with main)
12307
12308 2005-02-10 [paul]       1.0.1cvs3.2
12309
12310         * AUTHORS
12311         * Makefile.am
12312         * autogen.sh
12313         * configure.ac
12314         * config/mkinstalldirs
12315         * intl/.cvsignore
12316         * intl/ChangeLog
12317         * intl/VERSION
12318         * intl/bindtextdom.c
12319         * intl/config.charset
12320         * intl/dcgettext.c
12321         * intl/dcigettext.c
12322         * intl/dcngettext.c
12323         * intl/dgettext.c
12324         * intl/dngettext.c
12325         * intl/eval-plural.h
12326         * intl/explodename.c
12327         * intl/finddomain.c
12328         * intl/gettext.c
12329         * intl/gettextP.h
12330         * intl/gmo.h
12331         * intl/hash-string.h
12332         * intl/intl-compat.c
12333         * intl/l10nflist.c
12334         * intl/libgnuintl.h.in
12335         * intl/loadinfo.h
12336         * intl/loadmsgcat.c
12337         * intl/localcharset.c
12338         * intl/localcharset.h
12339         * intl/locale.alias
12340         * intl/localealias.c
12341         * intl/localename.c
12342         * intl/log.c
12343         * intl/ngettext.c
12344         * intl/os2compat.c
12345         * intl/os2compat.h
12346         * intl/osdep.c
12347         * intl/plural-exp.c
12348         * intl/plural-exp.h
12349         * intl/plural.c
12350         * intl/plural.y
12351         * intl/ref-add.sin
12352         * intl/ref-del.sin
12353         * intl/relocatable.c
12354         * intl/relocatable.h
12355         * intl/textdomain.c
12356         * m4/Makefile.am
12357         * po/Makefile.in.in
12358         * src/Makefile.am
12359         * src/account.c
12360         * src/action.c
12361         * src/addr_compl.c
12362         * src/addressadd.c
12363         * src/addressbook.c
12364         * src/addrgather.c
12365         * src/addrindex.c
12366         * src/alertpanel.c
12367         * src/browseldap.c
12368         * src/codeconv.c
12369         * src/codeconv.h
12370         * src/compose.c
12371         * src/compose.h
12372         * src/crash.c
12373         * src/editaddress.c
12374         * src/editbook.c
12375         * src/editgroup.c
12376         * src/editjpilot.c
12377         * src/editldap.c
12378         * src/editldap_basedn.c
12379         * src/editvcard.c
12380         * src/exphtmldlg.c
12381         * src/expldifdlg.c
12382         * src/export.c
12383         * src/exporthtml.c
12384         * src/filtering.c
12385         * src/folder.c
12386         * src/folder_item_prefs.c
12387         * src/foldersel.c
12388         * src/folderview.c
12389         * src/grouplistdialog.c
12390         * src/headerview.c
12391         * src/imap.c
12392         * src/imap_gtk.c
12393         * src/import.c
12394         * src/importldif.c
12395         * src/importmutt.c
12396         * src/importpine.c
12397         * src/inc.c
12398         * src/ldif.c
12399         * src/main.c
12400         * src/mainwindow.c
12401         * src/matcher.c
12402         * src/mbox.c
12403         * src/message_search.c
12404         * src/messageview.c
12405         * src/mh.c
12406         * src/mh_gtk.c
12407         * src/mimeview.c
12408         * src/msgcache.c
12409         * src/news.c
12410         * src/news_gtk.c
12411         * src/noticeview.c
12412         * src/partial_download.c
12413         * src/pop.c
12414         * src/prefs_account.c
12415         * src/prefs_actions.c
12416         * src/prefs_common.c
12417         * src/prefs_customheader.c
12418         * src/prefs_display_header.c
12419         * src/prefs_ext_prog.c
12420         * src/prefs_filtering.c
12421         * src/prefs_filtering_action.c
12422         * src/prefs_folder_item.c
12423         * src/prefs_fonts.c
12424         * src/prefs_gtk.c
12425         * src/prefs_matcher.c
12426         * src/prefs_msg_colors.c
12427         * src/prefs_spelling.c
12428         * src/prefs_summary_column.c
12429         * src/prefs_template.c
12430         * src/prefs_themes.c
12431         * src/prefs_toolbar.c
12432         * src/prefs_wrapping.c
12433         * src/privacy.c
12434         * src/procheader.c
12435         * src/procmime.c
12436         * src/procmsg.c
12437         * src/quote_fmt.c
12438         * src/recv.c
12439         * src/send_message.c
12440         * src/setup.c
12441         * src/sourcewindow.c
12442         * src/ssl_manager.c
12443         * src/statusbar.c
12444         * src/summary_search.c
12445         * src/summaryview.c
12446         * src/textview.c
12447         * src/toolbar.c
12448         * src/wizard.c
12449         * src/common/nntp.c
12450         * src/common/plugin.c
12451         * src/common/smtp.c
12452         * src/common/ssl.c
12453         * src/common/ssl_certificate.c
12454         * src/common/string_match.c
12455         * src/common/sylpheed.c
12456         * src/common/template.c
12457         * src/common/utils.c
12458         * src/gtk/about.c
12459         * src/gtk/colorlabel.c
12460         * src/gtk/description_window.c
12461         * src/gtk/filesel.c
12462         * src/gtk/foldersort.c
12463         * src/gtk/gtkaspell.c
12464         * src/gtk/gtkutils.c
12465         * src/gtk/inputdialog.c
12466         * src/gtk/logwindow.c
12467         * src/gtk/menu.c
12468         * src/gtk/pluginwindow.c
12469         * src/gtk/prefswindow.c
12470         * src/gtk/progressdialog.c
12471         * src/gtk/quicksearch.c
12472         * src/gtk/sslcertwindow.c
12473         * src/plugins/clamav/clamav_plugin.c
12474         * src/plugins/clamav/clamav_plugin_gtk.c
12475         * src/plugins/demo/demo.c
12476         * src/plugins/dillo_viewer/dillo_prefs.c
12477         * src/plugins/dillo_viewer/dillo_viewer.c
12478         * src/plugins/image_viewer/plugin.c
12479         * src/plugins/image_viewer/viewer.c
12480         * src/plugins/image_viewer/viewerprefs.c
12481         * src/plugins/mathml_viewer/mathml_viewer.c
12482         * src/plugins/pgpmime/passphrase.c
12483         * src/plugins/pgpmime/plugin.c
12484         * src/plugins/pgpmime/prefs_gpg.c
12485         * src/plugins/pgpmime/select-keys.c
12486         * src/plugins/pgpmime/sgpgme.c
12487         * src/plugins/spamassassin/spamassassin.c
12488         * src/plugins/spamassassin/spamassassin_gtk.c
12489         * src/plugins/trayicon/trayicon.c
12490                 sync with main (revision 104)
12491
12492 2005-02-10 [colin]      1.0.1cvs3.1
12493
12494         * src/mainwindow.c
12495                 Sync with HEAD (fix occasional crasher)
12496
12497 2005-02-10 [colin]      1.0.1cvs2.1
12498
12499         * src/messageview.c
12500                 Synw with HEAD (don't automatically display html)
12501
12502 2005-02-09 [colin]      1.0.1cvs1.3
12503
12504         * src/textview.c
12505         * src/textview.h
12506                 Add contextual menu on emails
12507
12508 2005-02-09 [colin]      1.0.1cvs1.2
12509
12510         * src/codeconv.c
12511                 Fix converting from broken headers and 
12512                 put back the _ in missing places
12513                 (feature broke with cvs24.2 sync, main 
12514                  possibly affected?)
12515
12516 2005-02-09 [colin]      1.0.1cvs1.1
12517
12518         * src/messageview.c
12519         * src/mimeview.c
12520         * src/mimeview.h
12521                 Sync with HEAD (display non text/plain mails with plugin)
12522
12523 2005-02-08 [colin]      1.0.1.1
12524
12525         * ChangeLog.claws
12526         * po/pt_BR.po
12527                 Sync with HEAD
12528         * configure.ac
12529                 Make default configuration directory 
12530                 be .sylpheed-gtk2
12531
12532 2005-02-08 [colin]      1.0.0cvs29.1
12533
12534         * po/de.po
12535         * po/es.po
12536         * po/fr.po
12537         * po/it.po
12538         * po/sk.po
12539         * po/sr.po
12540                 Sync translations with HEAD
12541
12542 2005-02-06 [colin]      1.0.0cvs28.3
12543
12544         * src/compose.c
12545                 Make compose a bit faster - patch by Alfons.
12546
12547 2005-02-06 [colin]      1.0.0cvs28.2
12548
12549         * src/compose.c
12550                 Make pasting via middle-click more reliable
12551
12552 2005-02-05 [paul]       1.0.0cvs28.1
12553
12554         * ChangeLog
12555         * ChangeLog.claws
12556         * ChangeLog.jp
12557         * configure.ac
12558         * src/compose.c
12559                 sync with HEAD
12560                 (fix bug 682 'redirect is broken'
12561
12562 2005-02-05 [torte]      1.0.0cvs27.1
12563
12564         * ChangeLog.claws
12565         * configure.ac
12566         * src/partial_download.c
12567                 Sync with HEAD (fix buf overflow)
12568
12569 2005-02-03 [colin]      1.0.0cvs26.1
12570
12571         * src/common/plugin.c
12572                 Sync with HEAD (avoid plugin mismatches)
12573
12574 2005-02-03 [paul]       1.0.0cvs25.3
12575
12576         * src/folderview.c
12577         * src/headerview.c
12578         * src/summaryview.c
12579         * src/textview.c
12580         * src/gtk/colorlabel.c
12581                 third and final part of initial sync with main-gtk2
12582
12583 2005-02-03 [paul]       1.0.0cvs25.2
12584
12585         * src/jpilot.c
12586                 fix building with jpilot support
12587
12588 2005-02-02 [colin]      1.0.0cvs25.1
12589
12590         * src/messageview.c
12591                 Sync with HEAD (fix dangerous typo)
12592
12593 2005-02-01 [colin]      1.0.0cvs24.3
12594
12595         * src/common/xml.c
12596                 Write file as advertised (UTF-8)
12597
12598 2005-02-01 [paul]       1.0.0cvs24.2
12599
12600         * src/addrbook.c
12601         * src/addrindex.c
12602         * src/alertpanel.h
12603         * src/codeconv.c
12604         * src/codeconv.h
12605         * src/compose.c
12606         * src/export.c
12607         * src/folder_item_prefs.c
12608         * src/html.c
12609         * src/imap.c
12610         * src/import.c
12611         * src/jpilot.c
12612         * src/mainwindow.c
12613         * src/matcher_parser_lex.l
12614         * src/messageview.c
12615         * src/mh.c
12616         * src/prefs_account.c
12617         * src/prefs_actions.c
12618         * src/prefs_common.c
12619         * src/prefs_gtk.c
12620         * src/prefs_gtk.h
12621         * src/prefs_themes.c
12622         * src/procheader.c
12623         * src/procmime.c
12624         * src/sourcewindow.c
12625         * src/statusbar.c
12626         * src/summaryview.c
12627         * src/textview.c
12628         * src/toolbar.c
12629         * src/unmime.c
12630         * src/common/template.c
12631         * src/common/utils.c
12632         * src/common/xml.c
12633         * src/common/xml.h
12634         * src/gtk/gtkaspell.c
12635         * src/plugins/clamav/clamav_plugin.c
12636         * src/plugins/dillo_viewer/dillo_prefs.c
12637         * src/plugins/image_viewer/viewerprefs.c
12638         * src/plugins/pgpmime/passphrase.c
12639         * src/plugins/pgpmime/prefs_gpg.c
12640         * src/plugins/pgpmime/select-keys.c
12641         * src/plugins/spamassassin/spamassassin.c
12642                 second part of initial sync with main-gtk2
12643                 (more to follow)
12644
12645 2005-01-31 [colin]      1.0.0cvs24.1
12646
12647         * src/compose.c
12648                 Sync with HEAD
12649
12650 2005-01-29 [paul]       1.0.0cvs23.2
12651
12652         * src/account.c
12653         * src/action.c
12654         * src/addressadd.c
12655         * src/addressbook.c
12656         * src/alertpanel.c
12657         * src/compose.c
12658         * src/editaddress.c
12659         * src/editbook.c
12660         * src/editgroup.c
12661         * src/editjpilot.c
12662         * src/editldap.c
12663         * src/editldap_basedn.c
12664         * src/editvcard.c
12665         * src/export.c
12666         * src/foldersel.c
12667         * src/grouplistdialog.c
12668         * src/import.c
12669         * src/importldif.c
12670         * src/inc.c
12671         * src/main.c
12672         * src/mainwindow.c
12673         * src/message_search.c
12674         * src/messageview.c
12675         * src/mimeview.c
12676         * src/prefs_actions.c
12677         * src/prefs_common.c
12678         * src/prefs_common.h
12679         * src/prefs_customheader.c
12680         * src/prefs_display_header.c
12681         * src/prefs_filtering.c
12682         * src/prefs_filtering_action.c
12683         * src/prefs_gtk.c
12684         * src/prefs_matcher.c
12685         * src/prefs_summary_column.c
12686         * src/prefs_template.c
12687         * src/sourcewindow.c
12688         * src/summary_search.c
12689         * src/summaryview.c
12690         * src/textview.c
12691         * src/gtk/about.c
12692         * src/gtk/description_window.c
12693         * src/gtk/gtkshruler.c
12694         * src/gtk/gtkutils.c
12695         * src/gtk/gtkutils.h
12696         * src/gtk/inputdialog.c
12697         * src/gtk/logwindow.c
12698         * src/gtk/prefswindow.c
12699         * src/gtk/progressdialog.c
12700         * src/gtk/progressdialog.h
12701                 first part of initial sync with main-gtk2
12702                 (more to follow)
12703
12704 2005-01-28 [colin]      1.0.0cvs23.1
12705
12706         * src/folderview.c
12707                 Sync with HEAD
12708
12709 2005-01-27 [colin]      1.0.0cvs21.1
12710
12711         * src/folder.c
12712         * src/folderview.c
12713                 Sync with HEAD
12714
12715 2005-01-27 [colin]      1.0.0cvs19.1
12716
12717         * src/procmime.c
12718                 Sync with HEAD
12719
12720 2005-01-27 [colin]      1.0.0cvs18.1
12721
12722         * src/messageview.c
12723         * src/summaryview.c
12724         * src/mainwindow.c
12725         * src/compose.c
12726         * src/compose.h
12727         * src/procmsg.c
12728         * src/procmsg.h
12729         * src/toolbar.c
12730                 Sync with HEAD
12731
12732 2005-01-26 [paul]       1.0.0cvs15.2
12733
12734         * src/compose.c
12735                 compose_entries_set(): convert subject and body to
12736                 utf8 if necessary. patch by Felix Eckhofer
12737
12738 2005-01-26 [paul]       1.0.0cvs15.1
12739
12740         * configure.ac
12741         * src/common/template.c
12742                 sync with HEAD (fix memory leak)
12743
12744 2005-01-25 [paul]       1.0.0cvs14.1
12745
12746         * configure.ac
12747         * src/compose.c
12748                 sync with HEAD
12749
12750 2005-01-24 [colin]      1.0.0cvs13.1
12751
12752         * src/summaryview.c
12753                 Sync with HEAD
12754
12755 2005-01-24 [paul]       1.0.0cvs12.1
12756
12757         * configure.ac
12758         * src/messageview.c
12759         * src/mh.c
12760         * src/common/utils.c
12761                 sync with HEAD
12762
12763 2005-01-24 [colin]      1.0.0cvs11.1
12764
12765         * src/procheader.c
12766                 Sync with HEAD
12767
12768 2005-01-24 [colin]      1.0.0cvs10.1
12769
12770         * src/folderview.c
12771                 Sync with HEAD
12772
12773 2005-01-23 [colin]      1.0.0cvs9.1
12774
12775         * src/crash.c
12776                 Sync with HEAD
12777
12778 2005-01-22 [colin]      1.0.0cvs8.1
12779
12780         * src/summaryview.c
12781         * src/gtk/quicksearch.c
12782                 Sync with HEAD
12783
12784 2005-01-21 [colin]      1.0.0cvs7.1
12785
12786         * src/summaryview.c
12787                 Sync with HEAD
12788
12789 2005-01-21 [colin]      1.0.0cvs6.1
12790
12791         * src/summaryview.c
12792                 Sync with HEAD
12793
12794 2005-01-21 [colin]      1.0.0cvs5.1
12795
12796         * src/gtk/quicksearch.c
12797         * src/prefs_common.c
12798         * src/prefs_common.h
12799                 Sync with HEAD (recurse option)
12800
12801 2005-01-21 [colin]      1.0.0cvs4.1
12802
12803         * src/folder.h
12804         * src/folderview.c
12805         * src/folderview.h
12806         * src/summaryview.c
12807         * src/gtk/quicksearch.c
12808         * src/gtk/quicksearch.h
12809                 Sync with HEAD (recursive quicksearch)
12810
12811 2005-01-20 [colin]      1.0.0cvs3.4
12812
12813         * src/ssl_manager.c
12814                 Remove useless code
12815
12816 2005-01-20 [colin]      1.0.0cvs3.3
12817
12818         * src/ssl_manager.c
12819                 Fix leak, thanks to Alfons.
12820
12821 2005-01-20 [colin]      1.0.0cvs3.2
12822
12823         * src/ssl_manager.c
12824                 Port SSL certificate window to GTK2.
12825
12826 2005-01-20 [paul]       1.0.0cvs3.1
12827
12828         * ChangeLog.claws
12829         * configure.ac
12830         * src/addrindex.c
12831         * src/addrindex.h
12832                 sync with HEAD
12833
12834 2005-01-19 [colin]      1.0.0cvs2.2
12835
12836         * src/plugins/trayicon/trayicon.c
12837                 Fix freeze with gtk-2.6, the easy way
12838                 (signal blocking helpless there...)
12839                 Closes bug #668.
12840
12841 2005-01-19 [colin]      1.0.0cvs2.1
12842
12843         * src/mbox.c
12844         * src/mbox.h
12845         * src/mainwindow.c
12846         * src/summaryview.c
12847         * src/summaryview.h
12848                 Sync with HEAD
12849
12850 2005-01-19 [paul]       1.0.0cvs1.1
12851
12852         * configure.ac
12853         * po/de.po
12854         * po/es.po
12855         * po/fr.po
12856         * po/hr.po
12857         * po/it.po
12858         * po/ja.po
12859         * po/ko.po
12860         * po/pt_BR.po
12861         * po/ru.po
12862         * po/sk.po
12863         * po/sr.po
12864                 sync with HEAD (update translations)
12865
12866 2005-01-18 [colin]      1.0.0cvs0.1
12867
12868         * src/foldersel.c
12869                 Specify search column - patch by Alfons
12870
12871 2005-01-18 [colin]      0.9.13cvs36.3
12872
12873         * src/prefs_toolbar.c
12874                 Change Delete to Remove
12875         * src/prefs_fonts.c
12876                 GTK2 version and leak fixes
12877         * src/prefs_actions.c
12878                 Add stock buttons.
12879                 All patches by Alfons
12880
12881 2005-01-17 [colin]      0.9.13cvs36.2
12882
12883         * src/compose.c
12884                 Fix DnD inserting twice. While at it,
12885                 add DnD support for text/plain in the
12886                 body, and add support in the headers.
12887
12888 2005-01-16 [colin]      0.9.13cvs36.1
12889
12890         * ChangeLog
12891         * ChangeLog.jp
12892         * ChangeLog.claws
12893                 Sync with HEAD (nothing applicable)
12894
12895 2005-01-16 [colin]      0.9.13cvs33.2
12896
12897         * src/prefs_toolbar.c
12898                 GTK2ize prefs_toolbar, by Alfons.
12899
12900 2005-01-14 [colin]      0.9.13cvs33.1
12901
12902         * src/html.c
12903         * src/msgcache.c
12904                 Sync with HEAD
12905
12906 2005-01-14 [colin]      0.9.13cvs32.1
12907
12908         * src/html.c
12909         * src/html.h
12910         * src/msgcache.c
12911         * AUTHORS
12912         * tools/calypso_convert.pl
12913                 Sync with HEAD
12914
12915 2005-01-08 [colin]      0.9.13cvs29.2
12916
12917         * src/prefs_filtering_action.c
12918         * src/prefs_filtering.c
12919                 2 more gtk2 patches by Alfons
12920
12921 2005-01-07 [paul]       0.9.13cvs29.1
12922
12923         * ChangeLog
12924         * ChangeLog.claws
12925         * ChangeLog.jp
12926         * configure.ac
12927         * src/pop.c
12928         * src/pop.h
12929                 sync with HEAD
12930
12931 2005-01-07 [colin]      0.9.13cvs28.3
12932
12933         * src/gtk/progressdialog.c
12934         * src/gtk/progressdialog.h
12935         * src/inc.c
12936         * src/send_message.c
12937                 GTK2 for the incorporation dialog. The CList isn't dead
12938                 yet, for a more smooth migration. Patch by Alfons.
12939
12940 2005-01-06 [colin]      0.9.13cvs28.2
12941
12942         * src/prefs_display_header.c
12943                 GTK2 conversion by Alfons
12944         * src/prefs_actions.c
12945         * src/prefs_matcher.c
12946                 Fix 2 leaks - patch by Alfons
12947
12948 2005-01-06 [colin]      0.9.13cvs28.1
12949
12950         * src/prefs_matcher.c
12951                 Sync with HEAD
12952
12953 2005-01-06 [colin]      0.9.13cvs27.4
12954
12955         * src/prefs_matcher.c
12956                 Fix double-free. Patch by Alfons
12957
12958 2005-01-06 [colin]      0.9.13cvs27.3
12959
12960         * src/prefs_matcher.c
12961                 GTK2 widgets + memleak
12962                 Patch by Alfons
12963
12964 2005-01-05 [colin]      0.9.13cvs27.2
12965
12966         * src/account.c
12967         * src/addr_compl.c
12968         * src/foldersel.c
12969         * src/stock_pixmap.c
12970         * src/stock_pixmap.h
12971                 3 more GTK2 patches by Alfons.
12972
12973 2005-01-04 [colin]      0.9.13cvs27.1
12974
12975         * src/folderview.c
12976         * src/imap_gtk.c
12977         * src/news_gtk.c
12978                 Sync with HEAD
12979
12980 2005-01-04 [colin]      0.9.13cvs25.9
12981
12982         * src/compose.c
12983                 Fix Show Ruler menuitem
12984         * src/prefs_template.c
12985                 Convert to GTK2
12986         * src/common/utils.c
12987                 Make auto pointer stuff handles NULLs
12988                 Patches by Alfons.
12989
12990 2005-01-04 [colin]      0.9.13cvs25.8
12991
12992         * src/compose.c
12993                 Move the attachment list to gtk2
12994                 Patch by Alfons.
12995
12996 2005-01-04 [colin]      0.9.13cvs25.7
12997
12998         * src/textview.c
12999                 Make some keys work again
13000                 Patch by SungHyun Nam <namsh@kldp.org>
13001
13002 2005-01-04 [colin]      0.9.13cvs25.6
13003
13004         * src/gtk/gtkshruler.c
13005                 Move the ruler to GTK2
13006                 Patch by Alfons
13007
13008 2005-01-03 [colin]      0.9.13cvs25.5
13009
13010         * src/compose.c
13011                 Fix my broken patch apply 
13012
13013 2005-01-03 [colin]      0.9.13cvs25.4
13014
13015         * src/common/utils.c
13016         * src/common/utils.h
13017         * src/gtk/prefswindow.c
13018                 Move auto pointer stuff to utils.c
13019                 Patch by Alfons again :)
13020
13021 2005-01-03 [colin]      0.9.13cvs25.3
13022
13023         * src/compose.c
13024         * src/prefs_gtk.c
13025         * src/prefs_template.c
13026         * src/textview.c
13027                 Empty text widgets with empty strings, not NULL char
13028                 Patch by SungHyun Nam <namsh@kldp_org>
13029
13030 2005-01-03 [colin]      0.9.13cvs25.2
13031
13032         * src/main.c
13033         * AUTHORS
13034                 Sync with HEAD
13035
13036 2005-01-03 [colin]      0.9.13cvs25.1
13037
13038         * src/pop.c
13039         * src/pop.h
13040                 Sync with HEAD
13041
13042 2005-01-03 [colin]      0.9.13cvs24.3
13043
13044         * src/account.c
13045                 Two patches from Alfons and Alex S Moore:
13046                 fix images, fix return value.
13047
13048 2005-01-01 [colin]      0.9.13cvs24.2
13049
13050         * src/prefs_actions.c
13051                 Fix over-zealous assertion. Patch by Alfons
13052
13053 2005-01-01 [colin]      0.9.13cvs24.1
13054
13055         * src/procmime.c
13056                 Sync with HEAD (leak fix)
13057
13058 2004-12-31 [colin]      0.9.13cvs23.2
13059
13060         * src/prefs_common.c
13061                 GTK2 widgets + stock buttons - patch by Alfons
13062
13063 2004-12-31 [paul]       0.9.13cvs23.1
13064
13065         * configure.ac
13066                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13067         * src/gtk/pluginwindow.c
13068                 use GTK2 widgets and plug memory leaks,
13069                 patches by Alfons
13070
13071 2004-12-30 [colin]      0.9.13cvs22.4
13072
13073         * src/account.c
13074         * src/action.c
13075         * src/export.c
13076         * src/foldersel.c
13077         * src/import.c
13078         * src/message_search.c
13079         * src/prefs_actions.c
13080         * src/prefs_common.c
13081         * src/prefs_customheader.c
13082         * src/prefs_filtering.c
13083         * src/prefs_summary_column.c
13084         * src/summary_search.c
13085         * src/gtk/about.c
13086         * src/gtk/description_window.c
13087         * src/gtk/gtkutils.c
13088         * src/gtk/gtkutils.h
13089         * src/gtk/inputdialog.c
13090         * src/gtk/prefswindow.c
13091                 Use GTK2 stock buttons. Patches by Alfons.
13092
13093 2004-12-30 [colin]      0.9.13cvs22.3
13094
13095         * src/account.c
13096                 Sync with HEAD
13097         * src/prefs_actions.c
13098         * src/prefs_customheader.c
13099         * src/prefs_filtering.c
13100         * src/prefs_msg_colors.c
13101         * src/prefs_summary_column.c
13102         * src/gtk/prefswindow.c
13103                 Use GtkTreeView instead of deprecated 
13104                 widgets. Patches by Alfons.
13105
13106 2004-12-30 [paul]       0.9.13cvs22.2
13107
13108         * src/foldersel.c
13109                 use GTK 2 Tree View
13110                 patch by Alfons, with root folder sorting fix
13111                 by Stephan Sachse
13112
13113 2004-12-30 [paul]       0.9.13cvs22.1
13114
13115         * ChangeLog
13116         * ChangeLog.claws
13117         * ChangeLog.jp
13118         * NEWS
13119         * configure.ac
13120         * src/account.c
13121                 sync with HEAD
13122
13123 2004-12-22 [martin]     0.9.13cvs21.2
13124
13125         * src/action.c
13126                 free the command line after its use
13127
13128 2004-12-18 [paul]       0.9.13cvs21.1
13129
13130         * AUTHORS
13131         * ChangeLog
13132         * ChangeLog.claws
13133         * ChangeLog.jp
13134         * NEWS
13135         * configure.ac
13136         * src/action.c
13137         * src/compose.c
13138         * src/syldap.c
13139                 sync with HEAD
13140
13141 2004-12-17 [martin]     0.9.13cvs17.2
13142
13143         * src/action.c
13144                 convert actions input to locale
13145         * src/inc.c
13146                 convert notification command to locale
13147         * src/plugins/pgpmime/select-keys.c
13148                 convert attributes to utf8
13149
13150 2004-12-14 [colin]      0.9.13cvs17.1
13151
13152         * ChangeLog
13153         * ChangeLog.jp
13154         * ChangeLog.claws
13155         * src/action.c
13156         * src/common/utils.c
13157         * src/gtk/prefswindow.c
13158         * src/gtk/gtkutils.c
13159         * src/gtk/gtkutils.h
13160         * src/plugins/spamassassin/libspamc.c
13161                 Sync with HEAD
13162
13163 2004-12-13 [colin]      0.9.13cvs14.1
13164
13165         * src/quote_fmt_parse.y
13166                 Sync with HEAD
13167
13168 2004-12-10 [colin]      0.9.13cvs12.1
13169
13170         * src/prefs_themes.c
13171         * src/mainwindow.c
13172         * src/messageview.c
13173                 Sync with HEAD
13174
13175 2004-12-09 [colin]      0.9.13cvs10.1
13176
13177         * src/procmime.c
13178                 Sync with HEAD (fix B64 encoding from memory)
13179
13180 2004-12-08 [colin]      0.9.13cvs9.1
13181
13182         * src/gtk/colorlabel.c
13183                 Sync with HEAD
13184
13185 2004-12-08 [paul]       0.9.13cvs8.2
13186
13187         * src/gtk/pluginwindow.c
13188                 fix window resizing oddities
13189
13190 2004-12-08 [colin]      0.9.13cvs8.1
13191
13192         * src/quote_fmt_parse.y
13193                 Sync with HEAD
13194
13195 2004-12-08 [colin]      0.9.13cvs7.1
13196
13197         * src/matcher_parser_parse.y
13198         * src/msgcache.c
13199         * src/prefs_matcher.c
13200         * src/procheader.c
13201         * src/matcher.c
13202         * src/common/defs.h
13203         * po/sr.po
13204                 Sync with HEAD
13205
13206 2004-12-08 [colin]      0.9.13cvs6.1
13207
13208         * src/quote_fmt_parse.y
13209         * src/textview.c
13210                 Sync with HEAD
13211         * src/gtk/prefswindow.c
13212         * src/gtk/pluginwindow.c
13213                 Fix G_CALLBACKS protos (thanks to Alfons)
13214
13215 2004-12-07 [torte]      0.9.13cvs2.2
13216
13217         * src/procmime.c
13218                 [Bug 650] reply button causes crash
13219                 Thanks to David Relson and Christoph
13220
13221 2004-12-07 [colin]      0.9.13cvs2.1
13222
13223         * ChangeLog.claws
13224         * AUTHORS
13225         * po/sk.po
13226         * src/procmime.c
13227         * src/prefs_account.c
13228         * src/common/smtp.c
13229         * src/common/smtp.h
13230                 Sync with HEAD
13231
13232 2004-12-06 [colin]      0.9.12cvs187.1
13233
13234         * ChangeLog.claws
13235         * INSTALL
13236         * Makefile.am
13237         * README.claws
13238         * TODO.claws
13239         * configure.ac
13240         * po/bg.po
13241         * po/cs.po
13242         * po/el.po
13243         * po/en_GB.po
13244         * po/es.po
13245         * po/fr.po
13246         * po/hr.po
13247         * po/hu.po
13248         * po/it.po
13249         * po/ja.po
13250         * po/ko.po
13251         * po/nl.po
13252         * po/pl.po
13253         * po/pt_BR.po
13254         * po/ru.po
13255         * po/sk.po
13256         * po/sr.po
13257         * po/sv.po
13258         * po/zh_CN.po
13259         * po/zh_TW.Big5.po
13260         * src/compose.c
13261         * tools/Makefile.am
13262         * tools/README
13263         * tools/filter_conv.pl
13264         * tools/kdeservicemenu/README
13265         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13266         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13267                 Sync with HEAD
13268
13269 2004-12-04 [colin]      0.9.12cvs183.1
13270
13271         * src/compose.c
13272                 Sync with HEAD (compose window position saving)
13273
13274 2004-12-04 [paul]       0.9.12cvs182.3
13275
13276         * src/messageview.c
13277         * src/mimeview.c
13278         * src/prefs_customheader.c
13279         * src/gtk/quicksearch.c
13280                 replace some forgotten GTK_SIGNAL_FUNCs
13281
13282 2004-12-04 [paul]       0.9.12cvs182.2
13283
13284         * src/Makefile.am
13285                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13286                 committed in error      
13287
13288 2004-12-04 [paul]       0.9.12cvs182.1
13289
13290         * ChangeLog
13291         * ChangeLog.claws
13292         * ChangeLog.jp
13293         * INSTALL
13294         * NEWS
13295         * README
13296         * README.jp
13297         * configure.ac
13298         * doc/manual/ja/Makefile.am
13299         * doc/manual/ja/sylpheed-1.html
13300         * doc/manual/ja/sylpheed-10.html
13301         * doc/manual/ja/sylpheed-11.html
13302         * doc/manual/ja/sylpheed-12.html
13303         * doc/manual/ja/sylpheed-13.html
13304         * doc/manual/ja/sylpheed-14.html
13305         * doc/manual/ja/sylpheed-15.html
13306         * doc/manual/ja/sylpheed-16.html
13307         * doc/manual/ja/sylpheed-17.html
13308         * doc/manual/ja/sylpheed-18.html
13309         * doc/manual/ja/sylpheed-19.html
13310         * doc/manual/ja/sylpheed-2.html
13311         * doc/manual/ja/sylpheed-20.html
13312         * doc/manual/ja/sylpheed-3.html
13313         * doc/manual/ja/sylpheed-4.html
13314         * doc/manual/ja/sylpheed-5.html
13315         * doc/manual/ja/sylpheed-6.html
13316         * doc/manual/ja/sylpheed-7.html
13317         * doc/manual/ja/sylpheed-8.html
13318         * doc/manual/ja/sylpheed-9.html
13319         * doc/manual/ja/sylpheed.html
13320         * doc/manual/ja/sylpheed.sgml
13321         * po/de.po
13322         * src/Makefile.am
13323         * src/compose.c
13324         * src/procmime.c
13325         * src/pixmaps/regular.xpm **REMOVED**
13326         * src/plugins/pgpmime/pgpmime.c
13327         * src/plugins/pgpmime/plugin.c
13328         * src/plugins/pgpmime/prefs_gpg.c
13329                 sync with HEAD
13330
13331 2004-12-03 [paul]       0.9.12cvs180.1
13332
13333         * ChangeLog
13334         * ChangeLog.claws
13335         * ChangeLog.jp
13336         * configure.ac
13337         * src/Makefile.am
13338         * src/pop.c
13339         * src/common/utils.c
13340         * src/common/utils.h
13341         * src/pixmaps/continue.xpm
13342         * src/pixmaps/dir_close.xpm
13343         * src/pixmaps/dir_open.xpm
13344         * src/pixmaps/drafts_close.xpm
13345         * src/pixmaps/drafts_open.xpm
13346         * src/pixmaps/folder.xpm **REMOVED**
13347         * src/pixmaps/group.xpm
13348         * src/pixmaps/unread.xpm
13349                 sync with HEAD
13350
13351 2004-12-02 [colin]      0.9.12cvs179.1
13352
13353         * src/compose.c
13354                 Sync with HEAD (non-duplicated reedition)
13355
13356 2004-12-02 [colin]      0.9.12cvs178.1
13357
13358         * src/compose.c
13359                 Sync with HEAD (linewrap_quote fix)
13360
13361 2004-12-01 [colin]      0.9.12cvs177.3
13362
13363         * src/addrharvest.c
13364                 Replace sizeof with strlen
13365
13366 2004-12-01 [paul]       0.9.12cvs177.2
13367
13368         * src/addrharvest.c
13369                 fix 'harvest addresses'
13370
13371 2004-11-30 [colin]      0.9.12cvs177.1
13372
13373         * src/gtk/prefswindow.c
13374         * src/gtk/pluginwindow.c
13375                 Sync with HEAD
13376
13377 2004-11-29 [colin]      0.9.12cvs176.1
13378
13379         * src/folderview.c
13380                 sync with HEAD (Fix disappearing separators in folderview's popup)
13381
13382 2004-11-29 [colin]      0.9.12cvs175.1
13383
13384         * src/procmime.c
13385                 Sync with head (another format fix)
13386
13387 2004-11-29 [colin]      0.9.12cvs174.1
13388
13389         * src/pop.c
13390                 Sync with HEAD (format string fix)
13391
13392 2004-11-26 [colin]      0.9.12cvs173.1
13393
13394         * src/common/smtp.c
13395         * src/common/smtp.h
13396                 Sync with HEAD
13397
13398 2004-11-24 [colin]      0.9.12cvs172.1
13399
13400         * src/plugins/pgpmime/pgpmime.c
13401                 Sync with HEAD
13402
13403 2004-11-24 [colin]      0.9.12cvs171.1
13404
13405         * src/plugins/pgpmime/pgpmime.c
13406                 Sync with head (gpgmectx leaks)
13407
13408 2004-11-24 [colin]      0.9.12cvs169.1
13409
13410         * src/plugins/pgpmime/plugin.c
13411         * src/plugins/trayicon/Makefile.am
13412         * src/plugins/trayicon/newmarkedmail.xpm
13413         * src/plugins/trayicon/trayicon.c
13414         * src/plugins/trayicon/unreadmarkedmail.xpm
13415                 Sync with HEAD
13416
13417 2004-11-23 [colin]      0.9.12cvs168.1
13418
13419         * src/partial_download.c
13420         * src/partial_download.h
13421         * src/plugins/pgpmime/plugin.c
13422                 Sync with HEAD
13423
13424 2004-11-23 [colin]      0.9.12cvs166.1
13425
13426         * src/Makefile.am
13427         * src/codeconv.c
13428         * src/compose.c
13429         * src/folderview.c
13430         * src/main.c
13431         * src/partial_download.c
13432         * src/partial_download.h
13433         * src/prefs_account.c
13434         * src/prefs_account.h
13435         * src/privacy.c
13436         * src/privacy.h
13437         * src/procmime.c
13438         * src/common/Makefile.am
13439         * src/common/base64.h
13440         * src/common/partial_download.c
13441         * src/common/partial_download.h
13442         * src/gtk/prefswindow.c
13443         * src/gtk/prefswindow.h
13444         * src/plugins/pgpmime/pgpmime.c
13445         * src/plugins/pgpmime/prefs_gpg.c
13446         * src/plugins/pgpmime/prefs_gpg.h
13447         * src/plugins/pgpmime/sgpgme.c
13448         * src/plugins/pgpmime/sgpgme.h
13449                 Sync with HEAD
13450
13451 2004-11-23 [colin]      0.9.12cvs163.1
13452
13453         * src/main.c
13454                 Sync with HEAD (cursor optimization)
13455
13456 2004-11-23 [colin]      0.9.12cvs162.1
13457
13458         * src/prefs_common.c
13459         * src/prefs_themes.c
13460         * src/procmsg.c
13461                 Sync with HEAD
13462
13463 2004-11-23 [colin]      0.9.12cvs158.9
13464
13465         * src/compose.c
13466                 Fix double-free when forwarding
13467         * src/msgcache.c
13468                 Fix leak on error path
13469                 
13470
13471 2004-11-23 [colin]      0.9.12cvs158.8
13472
13473         * src/compose.c
13474                 Fix possible double-free
13475                 Spotted by Alfons
13476
13477 2004-11-23 [colin]      0.9.12cvs158.7
13478
13479         * src/compose.c
13480                 Fix some signal handlers' prototypes
13481                 Spotted by Alfons
13482
13483 2004-11-22 [colin]      0.9.12cvs158.6
13484
13485         * src/compose.c
13486                 Remove unneeded code and duplicated
13487                 wrapping - patch by Alfons
13488
13489 2004-11-22 [colin]      0.9.12cvs158.5
13490
13491         * src/prefs_themes.c
13492                 Fix oversized selector
13493
13494 2004-11-22 [colin]      0.9.12cvs158.4
13495
13496         * src/compose.c
13497                 fix dump_text()
13498                 patch by Alfons
13499
13500 2004-11-19 [colin]      0.9.12cvs158.3
13501
13502         * src/textview.c
13503                 Add a context menu on links (open, copy)
13504
13505 2004-11-18 [paul]       0.9.12cvs158.2
13506
13507         * src/addrgather.c
13508         * src/exphtmldlg.c
13509         * src/expldifdlg.c
13510         * src/mimeview.c
13511         * src/prefs_common.c
13512         * src/plugins/image_viewer/viewer.c
13513         * src/plugins/spamassassin/spamassassin_gtk.c
13514                 replace deprecated gtk_notebook_set_page
13515                 and gtk_notebook_current_page
13516
13517 2004-11-18 [paul]       0.9.12cvs158.1
13518
13519         * configure.ac
13520         * src/compose.c
13521         * src/mainwindow.c
13522         * src/messageview.c
13523         * src/prefs_common.c
13524         * src/common/utils.c
13525         * src/common/utils.h
13526                 sync with HEAD
13527
13528 2004-11-17 [colin]      0.9.12cvs156.1
13529
13530         * src/prefs_account.c
13531         * src/prefs_account.h
13532         * src/procmsg.c
13533                 Sync with HEAD (add pref to store encrypted mails encrypted)
13534
13535 2004-11-17 [paul]       0.9.12cvs155.1
13536
13537         * ChangeLog
13538         * ChangeLog.claws
13539         * ChangeLog.jp
13540         * NEWS
13541         * configure.ac
13542         * src/compose.c
13543         * src/jpilot.c
13544         * src/privacy.c
13545         * src/procmime.c
13546         * src/procmime.h
13547         * src/procmsg.c
13548         * src/toolbar.c
13549         * src/pixmaps/error.xpm
13550                 sync with HEAD
13551
13552 2004-11-17 [colin]      0.9.12cvs151.1
13553
13554         * src/plugins/pgpmime/pgpmime.c
13555                 Sync with HEAD (remove debug printf)
13556
13557 2004-11-17 [colin]      0.9.12cvs150.1
13558
13559         * src/plugins/pgpmime/pgpmime.c
13560                 Sync with HEAD (off-by-one fix)
13561
13562 2004-11-17 [colin]      0.9.12cvs149.1
13563
13564         * src/procmsg.c
13565                 Sync with HEAD (coding style fixes)
13566
13567 2004-11-16 [colin]      0.9.12cvs148.1
13568
13569         * src/procmsg.c
13570                 Sync with head (Fix the fix)
13571
13572 2004-11-16 [colin]      0.9.12cvs147.1
13573
13574         * src/procmsg.c
13575                 Sync with Main (leak fix)
13576
13577 2004-11-16 [colin]      0.9.12cvs146.14
13578
13579         * src/compose.c
13580                 Remove useless chunk of code
13581                 Patch by Alfons
13582
13583 2004-11-15 [colin]      0.9.12cvs146.13
13584
13585         * src/compose.c
13586                 Fix drafting after insertion
13587                 Patch by Alfons
13588
13589 2004-11-15 [colin]      0.9.12cvs146.12
13590
13591         * src/compose.c
13592         * src/prefs_filtering.c
13593         * src/prefs_filtering_action.c
13594         * src/prefs_toolbar.c
13595                 Fix some const-correctness
13596
13597 2004-11-15 [colin]      0.9.12cvs146.11
13598
13599         * src/summaryview.c
13600         * src/prefs_themes.c
13601         * src/messageview.c
13602                 Fix some leaks
13603
13604 2004-11-15 [colin]      0.9.12cvs146.10
13605
13606         * src/codeconv.c
13607                 More unreadable locale fixes
13608
13609 2004-11-14 [colin]      0.9.12cvs146.9
13610
13611         * src/textview.c
13612                 Fix uri_security_check
13613                 Patch by Alfons
13614
13615 2004-11-13 [paul]       0.9.12cvs146.8
13616
13617         * src/folder.c
13618         * src/procmime.c
13619                 fix 2 bugs introduced in last commit
13620
13621 2004-11-13 [paul]       0.9.12cvs146.7
13622
13623         * src/compose.c
13624         * src/exporthtml.c
13625         * src/exportldif.c
13626         * src/folder.c
13627         * src/imap.c
13628         * src/imap_gtk.c
13629         * src/main.c
13630         * src/mainwindow.c
13631         * src/messageview.c
13632         * src/mh_gtk.c
13633         * src/prefs_themes.c
13634         * src/procmime.c
13635         * src/setup.c
13636         * src/summaryview.c
13637                 replace deprecated g_basename
13638
13639 2004-11-13 [paul]       0.9.12cvs146.6
13640
13641         * src/compose.c
13642         * src/imap.c
13643         * src/matcher_parser.h
13644         * src/matcher_parser_parse.y
13645         * src/prefs_filtering.c
13646         * src/prefs_filtering_action.c
13647         * src/prefs_themes.c
13648         * src/prefs_toolbar.c
13649         * src/common/utils.c
13650                 various small fixes/cleanups
13651
13652 2004-11-12 [colin]      0.9.12cvs146.5
13653
13654         * src/textview.c
13655                 Validate event's origin on visibility notify
13656                 Patch by Alfons.
13657
13658 2004-11-12 [paul]       0.9.12cvs146.4
13659
13660         * src/exporthtml.c
13661         * src/exportldif.c
13662         * src/imap.c
13663         * src/mh.c
13664         * src/mimeview.c
13665         * src/prefs_spelling.c
13666         * src/prefs_themes.c
13667                 replace deprecated g_dirname    
13668
13669 2004-11-12 [colin]      0.9.12cvs146.3
13670
13671         * src/textview.c
13672                 Some coding style fixes
13673
13674 2004-11-12 [colin]      0.9.12cvs146.2
13675
13676         * src/codeconv.c
13677                 We want to replace _all_ extended chars in
13678                 conv_unreadable_*, because any string containing
13679                 extended chars not parsing as UTF8 is 
13680                 undisplayed on gtk2.
13681
13682 2004-11-12 [paul]       0.9.12cvs146.1
13683
13684         * ChangeLog
13685         * ChangeLog.claws
13686         * ChangeLog.jp
13687         * NEWS
13688         * configure.ac
13689         * src/account.c
13690         * src/folderview.c
13691         * src/folderview.h
13692         * src/imap.c
13693         * src/imap_gtk.c
13694         * src/inc.c
13695         * src/mainwindow.c
13696         * src/mh_gtk.c
13697         * src/news_gtk.c
13698         * src/pop.c
13699         * src/prefs_account.c
13700         * src/prefs_account.h
13701         * src/prefs_ext_prog.c
13702         * src/procmime.c
13703         * src/procmime.h
13704         * src/procmsg.c
13705         * src/procmsg.h
13706         * src/summary_search.c
13707         * src/summaryview.c
13708         * src/textview.c
13709         * src/common/defs.h
13710         * src/common/utils.c
13711         * src/common/utils.h
13712         * src/gtk/menu.c
13713         * src/gtk/menu.h
13714                 sync with HEAD
13715
13716 2004-11-11 [colin]      0.9.12cvs144.2
13717
13718         * src/textview.c
13719                 Fix URI range selection (patch by Alfons)
13720
13721 2004-11-09 [colin]      0.9.12cvs144.1
13722
13723         * ChangeLog.claws
13724         * src/compose.c
13725         * src/folder.c
13726         * src/folder_item_prefs.c
13727         * src/prefs_account.c
13728         * src/prefs_account.h
13729         * src/plugins/pgpmime/pgpmime.c
13730                 Sync with HEAD
13731
13732 2004-11-08 [colin]      0.9.12cvs143.1
13733
13734         * src/summaryview.c
13735                 Sync with HEAD (optimize quicksearch)
13736
13737 2004-11-08 [colin]      0.9.12cvs142.2
13738
13739         * src/compose.c
13740                 Don't wrap when Edit/Auto wrapping is disabled
13741
13742 2004-11-08 [colin]      0.9.12cvs142.1
13743
13744         * src/textview.c
13745                 Sync with HEAD
13746
13747 2004-11-08 [colin]      0.9.12cvs141.1
13748
13749         * src/textview.c
13750                 Sync with HEAD (fix some mail URIs)
13751
13752 2004-11-08 [colin]      0.9.12cvs140.3
13753
13754         * src/textview.c
13755                 o Use text cursor instead of arrow when
13756                   not on a link
13757                 o Fix handling of contiguous links (as in
13758                   "colin@colino.net" <colin@colino.net>)
13759                   This one unveils a bug in get_email_part()
13760
13761 2004-11-07 [colin]      0.9.12cvs140.2
13762
13763         * src/textview.c
13764                 Fix memleak. Patch by Alfons.
13765
13766 2004-11-06 [colin]      0.9.12cvs140.1
13767
13768         * src/compose.c
13769                 Sync with HEAD (don't ask passphrase
13770                 when drafting)
13771
13772 2004-11-06 [paul]       0.9.12cvs139.2
13773
13774         * AUTHORS
13775         * src/textview.c
13776         * src/textview.h
13777                 textview URI handling. hovering over a 
13778                 link displays it in the status bar,
13779                 and changes the mouse pointer to a hand 
13780                 cursor. a link is activated with a single 
13781                 click. (Modified from the) patch by Jean-Yves 
13782                 Lefort <jylefort@users.sourceforge.net>
13783                 
13784
13785 2004-11-05 [colin]      0.9.12cvs139.1
13786
13787         * src/compose.c
13788         * src/procmime.c
13789                 Sync with HEAD again ^^
13790
13791 2004-11-05 [colin]      0.9.12cvs139.1
13792
13793         * src/compose.c
13794         * src/procmime.c
13795                 Sync with HEAD
13796
13797 2004-11-03 [paul]       0.9.12cvs138.1
13798
13799         * ChangeLog.claws
13800         * configure.ac
13801         * po/POTFILES.in
13802         * src/prefs_ext_prog.c
13803         * src/procmime.c
13804         * tools/kdeservicemenu/README
13805         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13806         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13807                 sync with HEAD
13808
13809 2004-11-01 [christoph]  0.9.12cvs136.2
13810
13811         * src/procmime.c
13812                 convert MIME parameters to UTF-8
13813
13814 2004-10-29 [colin]      0.9.12cvs136.1
13815
13816         * src/common/utils.c
13817                 Sync with HEAD (don't use '=' in mime boundary)
13818
13819 2004-10-29 [paul]       0.9.12cvs135.1
13820
13821         * configure.ac
13822         * doc/src/rfc2231.txt
13823         * src/procmime.c
13824         * src/common/quoted-printable.c
13825         * src/common/utils.c
13826         * src/common/utils.h
13827                 sync with HEAD
13828
13829 2004-10-27 [paul]       0.9.12cvs134.1
13830
13831         * configure.ac
13832         * src/main.c
13833         * src/procmime.c
13834         * src/plugins/pgpmime/pgpmime.c
13835                 sync with HEAD
13836
13837 2004-10-26 [paul]       0.9.12cvs132.3
13838
13839         * src/account.c
13840         * src/addressbook.c
13841         * src/addrgather.c
13842         * src/addrharvest.c
13843         * src/codeconv.c
13844         * src/compose.c
13845         * src/customheader.c
13846         * src/editaddress.c
13847         * src/editgroup.c
13848         * src/enriched.c
13849         * src/expldifdlg.c
13850         * src/exporthtml.c
13851         * src/exportldif.c
13852         * src/folder.c
13853         * src/foldersel.c
13854         * src/folderview.c
13855         * src/grouplistdialog.c
13856         * src/html.c
13857         * src/imap.c
13858         * src/jpilot.c
13859         * src/ldapserver.c
13860         * src/ldif.c
13861         * src/mimeview.c
13862         * src/news.c
13863         * src/news_gtk.c
13864         * src/pop.c
13865         * src/prefs_display_header.c
13866         * src/prefs_gtk.c
13867         * src/prefs_msg_colors.c
13868         * src/prefs_toolbar.c
13869         * src/procheader.c
13870         * src/procmime.c
13871         * src/summaryview.c
13872         * src/textview.c
13873         * src/toolbar.c
13874         * src/vcard.c
13875         * src/common/mgutils.c
13876         * src/common/nntp.c
13877         * src/common/smtp.c
13878         * src/common/template.c
13879         * src/common/utils.c
13880         * src/common/xmlprops.c
13881         * src/plugins/pgpmime/pgpmime.c
13882         * src/plugins/pgpmime/select-keys.c
13883         * src/plugins/pgpmime/sgpgme.c
13884                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13885                 g_string_sprintfa(), gtk_notebook_current_page()
13886
13887 2004-10-26 [colin]      0.9.12cvs132.2
13888
13889         * src/prefs_folder_item.c
13890                 Fix default-account selection
13891
13892 2004-10-21 [colin]      0.9.12cvs133
13893
13894         * src/compose.c
13895                 Sync with HEAD (Remove extra separator in compose's Options)
13896         * src/textview.c
13897                 Set wrapping to char
13898
13899 2004-10-21 [paul]       0.9.12cvs131.2
13900
13901         * src/compose.c
13902         * src/sourcewindow.c
13903                 fix wrapping
13904                 fix window shrinking 
13905
13906 2004-10-21 [colin]      0.9.12cvs131.1
13907
13908         * ChangeLog.claws
13909         * src/compose.c
13910                 Sync with HEAD
13911
13912 2004-10-21 [paul]       0.9.12cvs130.2
13913
13914         * src/prefs_folder_item.c
13915                 sync with HEAD (Apply to subfolders)
13916
13917 2004-10-19 [colin]      0.9.12cvs130.1
13918
13919         * ChangeLog.claws
13920         * src/compose.c
13921         * src/common/utils.c
13922         * src/gtk/menu.c
13923                 Sync with HEAD
13924
13925 2004-10-19 [colin]      0.9.12cvs128.1
13926
13927         * src/addrbook.c
13928         * src/addrcache.c
13929         * src/addressbook.c
13930         * src/codeconv.c
13931         * src/compose.c
13932         * src/customheader.c
13933         * src/editaddress.c
13934         * src/editgroup.c
13935         * src/exporthtml.c
13936         * src/folder.c
13937         * src/folderview.c
13938         * src/imap.c
13939         * src/jpilot.c
13940         * src/main.c
13941         * src/matcher_parser_parse.y
13942         * src/mbox.c
13943         * src/pop.c
13944         * src/prefs_account.c
13945         * src/prefs_gtk.c
13946         * src/prefs_msg_colors.c
13947         * src/procheader.c
13948         * src/procmime.c
13949         * src/procmime.h
13950         * src/procmsg.c
13951         * src/summaryview.c
13952         * src/textview.c
13953         * src/common/base64.c
13954         * src/common/partial_download.c
13955         * src/common/socket.c
13956         * src/common/sylpheed.c
13957         * src/common/utils.c
13958         * src/common/utils.h
13959         * src/gtk/pluginwindow.c
13960         * src/gtk/quicksearch.c
13961         * src/plugins/clamav/clamav_plugin.c
13962         * src/plugins/clamav/clamav_plugin.h
13963         * src/plugins/clamav/clamav_plugin_gtk.c
13964         * src/plugins/pgpmime/passphrase.c
13965         * src/plugins/pgpmime/pgpmime.c
13966         * src/plugins/pgpmime/plugin.c
13967         * src/plugins/pgpmime/prefs_gpg.c
13968         * src/plugins/pgpmime/prefs_gpg.h
13969         * src/plugins/pgpmime/select-keys.c
13970         * src/plugins/pgpmime/sgpgme.c
13971         * src/plugins/spamassassin/libspamc.c
13972         * src/plugins/spamassassin/spamassassin.c
13973         * src/plugins/spamassassin/spamassassin.h
13974         * src/plugins/spamassassin/spamassassin_gtk.c
13975         * src/plugins/trayicon/trayicon.c
13976         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13977                 Sync with HEAD
13978
13979 2004-10-14 [colin]      0.9.12cvs126.2
13980
13981         * src/codeconv.c
13982         * src/textview.c
13983                 Fix conv_unreadable_locale
13984
13985 2004-10-13 [colin]      0.9.12cvs126.1
13986
13987         * src/compose.c
13988                 Sync with HEAD (don't convert charset for 
13989                 drafted messages, minor cleanup)
13990
13991 2004-10-13 [colin]      0.9.12cvs125.1
13992
13993         * po/POTFILES.in
13994                 Sync with HEAD (POTFILES fix)
13995
13996 2004-10-12 [colin]      0.9.12cvs124.3
13997
13998         * src/compose.c
13999                 Fix encoding bug from latest sync
14000
14001 2004-10-12 [paul]       0.9.12cvs124.2
14002
14003         * src/plugins/pgpmime/prefs_gpg.c
14004         * src/plugins/pgpmime/prefs_gpg.h
14005                 forgotten in last commit        
14006
14007 2004-10-12 [paul]       0.9.12cvs124.1
14008
14009         * ChangeLog.claws
14010         * configure.ac
14011         * m4/spamassassin.m4
14012         * src/Makefile.am
14013         * src/account.c
14014         * src/compose.c
14015         * src/compose.h
14016         * src/crash.c
14017         * src/main.c
14018         * src/mimeview.c
14019         * src/passphrase.c
14020         * src/passphrase.h
14021         * src/prefs_account.c
14022         * src/prefs_account.h
14023         * src/prefs_common.c
14024         * src/privacy.c
14025         * src/privacy.h
14026         * src/procmime.c
14027         * src/procmime.h
14028         * src/procmsg.c
14029         * src/rfc2015.c
14030         * src/rfc2015.h
14031         * src/select-keys.c
14032         * src/select-keys.h
14033         * src/textview.c
14034         * src/common/utils.c
14035         * src/common/utils.h
14036         * src/gtk/about.c
14037         * src/plugins/pgpmime/Makefile.am
14038         * src/plugins/pgpmime/passphrase.c
14039         * src/plugins/pgpmime/passphrase.h
14040         * src/plugins/pgpmime/pgpmime.c
14041         * src/plugins/pgpmime/plugin.c
14042         * src/plugins/pgpmime/select-keys.c
14043         * src/plugins/pgpmime/select-keys.h
14044         * src/plugins/pgpmime/sgpgme.c
14045         * src/plugins/pgpmime/sgpgme.h
14046                 sync with HEAD
14047
14048 2004-10-04 [colin]      0.9.12cvs122.1
14049
14050         * src/mainwindow.c
14051         * src/messageview.c
14052         * src/messageview.h
14053         * src/textview.c
14054                 Sync with HEAD
14055
14056 2004-10-04 [colin]      0.9.12cvs121.1
14057
14058         * src/summaryview.c
14059                 Sync with HEAD
14060
14061 2004-10-04 [paul]       0.9.12cvs120.1
14062
14063         * configure.ac
14064                 sync with HEAD [don't try to build 
14065                 pgpmime plugin when gpgme is disabled]
14066
14067 2004-10-03 [colin]      0.9.12cvs119.3
14068
14069         * src/gtk/gtksctree.c
14070                 Lots of side effects. Put back as before 117.2.
14071         * src/summaryview.c
14072                 Fix bug #602
14073
14074 2004-10-03 [colin]      0.9.12cvs119.2
14075
14076         * src/gtk/gtksctree.c
14077                 Revert 608 fix that doesn't work that good
14078
14079 2004-10-02 [colin]      0.9.12cvs119.1
14080
14081         * src/mainwindow.c
14082         * src/messageview.c
14083         * src/prefs_common.h
14084         * src/procmime.c
14085         * src/procmime.h
14086         * src/textview.c
14087                 Sync with HEAD
14088         * src/gtk/gtksctree.c
14089                 Close bug #608
14090
14091 2004-10-01 [colin]      0.9.12cvs118.1
14092
14093         * src/mimeview.c
14094                 Sync with HEAD (better Save All fix)
14095
14096 2004-10-01 [colin]      0.9.12cvs117.2
14097
14098         * src/gtk/gtksctree.c
14099                 Faster on selection
14100
14101 2004-10-01 [colin]      0.9.12cvs117.1
14102
14103         * src/mimeview.c
14104                 Sync with HEAD (Save All: only attachments)
14105
14106 2004-10-01 [paul]       0.9.12cvs116.1
14107
14108         * ChangeLog.claws
14109         * configure.ac
14110         * src/account.c
14111         * src/prefs_common.c
14112         * src/gtk/colorlabel.c
14113                 sync with HEAD
14114
14115 2004-09-30 [colin]      0.9.12cvs115.1
14116
14117         * src/stock_pixmap.c
14118         * src/stock_pixmap.h
14119         * src/folderview.c
14120         * src/Makefile.am
14121         * src/pixmaps/read.xpm
14122                 Sync with HEAD (new pixmap)
14123
14124 2004-09-29 [colin]      0.9.12cvs114.1
14125
14126         * src/compose.c
14127                 Sync with HEAD
14128                 Fix focus handling in headers
14129
14130 2004-09-29 [paul]       0.9.12cvs113.1
14131
14132         * src/quote_fmt_parse.y
14133                 sync with HEAD
14134  
14135
14136 2004-09-28 [colin]      0.9.12cvs112.1
14137
14138         * src/folderview.c
14139         * src/mainwindow.c
14140                 Sync with HEAD
14141
14142 2004-09-28 [colin]      0.9.12cvs110.1
14143
14144         * src/folderview.c
14145                 Sync with HEAD (Contextual Empty trash menu)
14146
14147 2004-09-28 [colin]      0.9.12cvs108.1
14148
14149         * src/addressbook.c
14150                 Sync with HEAD (addressbook edit on double-click)
14151
14152 2004-09-28 [colin]      0.9.12cvs106.1
14153
14154         * src/inc.c
14155                 Sync with HEAD (folder_item freeze on inc)
14156
14157 2004-09-27 [colin]      0.9.12cvs105.1
14158
14159         * src/folderview.c
14160                 Sync with HEAD (right-align new and unread column)
14161
14162 2004-09-27 [colin]      0.9.12cvs104.1
14163
14164         * src/main.c
14165                 Sync with HEAD (revert 0.9.12cvs101)
14166
14167 2004-09-24 [colin]      0.9.12cvs103.2
14168
14169         * src/wizard.c
14170                 Fix gtk warnings and use domain part of the email address 
14171                 when domain detection fails (no dot in domain name)
14172
14173 2004-09-23 [colin]      0.9.12cvs103.1
14174
14175         * src/plugins/spamassassin/libspamc.c
14176         * src/plugins/spamassassin/libspamc.h
14177         * src/plugins/spamassassin/utils.c
14178         * src/plugins/spamassassin/utils.h
14179                 Sync with HEAD (Update spamassassin to 3.0)
14180
14181 2004-09-21 [colin]      0.9.12cvs102.3
14182
14183         * src/action.c
14184                 Add horizontal scrollbar in action io dialog as needed
14185                 Patch by Alfons.
14186
14187 2004-09-20 [colin]      0.9.12cvs102.2
14188
14189         * src/plugins/image_viewer/viewer.c
14190                 Remove imlib stuff
14191                 use gtk_pixmap_set when clearing
14192                 (would be better to use gtkImages, but causes size-allocate 
14193                 signals storm)
14194
14195 2004-09-17 [paul]       0.9.12cvs102.1
14196
14197         * ChangeLog
14198         * ChangeLog.claws
14199         * ChangeLog.jp
14200         * configure.ac
14201         * src/inc.c
14202                 sync with HEAD
14203
14204
14205 2004-09-17 [colin]      0.9.12cvs101.1
14206
14207         * ChangeLog.claws
14208         * src/main.c
14209                 Sync with HEAD (fix segs at exit)
14210
14211 2004-09-14 [colin]      0.9.12cvs99.5
14212
14213         * src/common/socket.c
14214         * AUTHORS
14215                 Fix send error on 64bit platforms
14216                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14217
14218 2004-09-14 [colin]      0.9.12cvs99.4
14219
14220         * src/action.c
14221                 Fix action output with utf8 
14222                 Patch by Alfons.
14223
14224 2004-09-14 [colin]      0.9.12cvs99.3
14225
14226         * ChangeLog.claws
14227         * src/folder.c
14228                 Sync with HEAD
14229
14230 2004-09-09 [colin]      0.9.12cvs99.2
14231
14232         * src/action.c
14233                 Fix progress bar (displaying "Completed %v/%u")
14234                 Patch by Alfons.
14235
14236 2004-09-08 [colin]      0.9.12cvs99.1
14237
14238         * src/account.c
14239         * src/folder.c
14240         * src/procmsg.c
14241         * src/procmsg.h
14242         * src/plugins/pgpmime/pgpmime.c
14243                 Sync with HEAD
14244
14245 2004-09-08 [colin]      0.9.12cvs97.2
14246
14247         * src/summaryview.c
14248                 Don't select mails in collapsed threads 
14249                 when navigating with up/down
14250
14251 2004-09-07 [colin]      0.9.12cvs97.1
14252
14253         * src/inc.c
14254                 Sync with HEAD (meaningful error messages)
14255
14256 2004-09-06 [colin]      0.9.12cvs96.1
14257
14258         * src/toolbar.c
14259                 Sync with HEAD (fix Redirect graying out)
14260
14261 2004-09-06 [colin]      0.9.12cvs95.1
14262
14263         * src/summaryview.c
14264         * src/mimeview.c
14265                 Sync with HEAD (fix dropped URIs)
14266
14267 2004-09-06 [colin]      0.9.12cvs94.1
14268
14269         * src/addressbook.c
14270         * src/addressitem.h
14271         * src/addritem.c
14272         * src/addritem.h
14273                 Sync with HEAD (addressbook DnD)
14274
14275 2004-09-03 [colin]      0.9.12cvs93.1
14276
14277         * src/summaryview.c
14278                 Sync with HEAD (next/prev unread)
14279
14280 2004-09-03 [colin]      0.9.12cvs92.1
14281
14282         * src/prefs_common.c
14283         * src/prefs_common.h
14284         * src/summaryview.c
14285                 Sync with HEAD ('mark_as_read_delay' pref)
14286
14287 2004-09-02 [colin]      0.9.12cvs91.2
14288
14289         * src/common/xml.c
14290                 Fix leak
14291
14292 2004-09-02 [colin]      0.9.12cvs91.1
14293
14294         * src/gtk/menu.c
14295                 Sync with HEAD (menu accel don't work, but whatever)
14296
14297 2004-09-02 [colin]      0.9.12cvs90.1
14298
14299         * src/account.c
14300                 Sync with HEAD (fix bug 582)
14301
14302 2004-09-02 [colin]      0.9.12cvs89.1
14303
14304         * src/addrindex.c
14305                 Sync with HEAD (free deleted queries)
14306
14307 2004-09-02 [colin]      0.9.12cvs88.1
14308
14309         * src/ldapquery.c
14310                 Sync with HEAD (fix LDAP freezes)
14311
14312 2004-09-02 [colin]      0.9.12cvs87.1
14313
14314         * src/prefs_spelling.c
14315                 Sync with HEAD (add default dictionary)
14316
14317 2004-09-01 [colin]      0.9.12cvs86.1
14318
14319         * src/filtering.c
14320         * src/folderview.c
14321         * src/imap.c
14322         * src/prefs_matcher.c
14323         * src/stock_pixmap.c
14324         * src/summary_search.c
14325         * src/summaryview.c
14326         * src/wizard.c
14327         * src/wizard.h
14328                 Sync with HEAD (uninitialized vars fixes)
14329                 + gtk2 specific warning fixes
14330
14331 2004-08-31 [colin]      0.9.12cvs85.1
14332
14333         * src/folder.c
14334                 Sync with HEAD (Fix memory corruption due to 
14335                 uninitialized var)
14336
14337 2004-08-31 [colin]      0.9.12cvs84.4
14338
14339         * src/summary_search.c
14340                 Fix segfaults when searching in folders with broken headers
14341
14342 2004-08-31 [colin]      0.9.12cvs84.3
14343
14344         * src/compose.c
14345         * src/textview.c
14346                 Fix some more encoding/decoding issues
14347
14348 2004-08-30 [colin]      0.9.12cvs84.2
14349
14350         * src/mimeview.c
14351         * src/prefs_themes.c
14352         * src/gtk/filesel.c
14353         * src/gtk/filesel.h
14354                 Add a folder-mode selection (fixes mimeview's "Save all")
14355
14356 2004-08-29 [colin]      0.9.12cvs84.1
14357
14358         * src/mimeview.c
14359                 Sync with HEAD (don't escape saved filenames)
14360
14361 2004-08-27 [colin]      0.9.12cvs83.1
14362
14363         * ChangeLog
14364         * ChangeLog.claws
14365         * ChangeLog.jp
14366         * src/mh.c
14367         * src/procheader.c
14368         * src/procmsg.c
14369         * src/procmsg.h
14370         * src/common/utils.c
14371         * src/gtk/menu.h
14372         * po/
14373                 Sync with HEAD 0.9.12cvs83 (sync with main)
14374
14375 2004-08-26 [colin]      0.9.12cvs82.4
14376
14377         * src/codeconv.c
14378                 Fix strange stack corruption
14379                 Convert to utf8 after unmime, not before
14380
14381 2004-08-26 [colin]      0.9.12cvs82.3
14382
14383         * src/main.c
14384         * src/wizard.c
14385                 Fix account folders duplication
14386
14387 2004-08-25 [colin]      0.9.12cvs82.2
14388
14389         * src/wizard.c
14390                 Remove ports
14391                 Add SSL selection
14392                 Use login@server as account name
14393
14394 2004-08-25 [colin]      0.9.12cvs82.1
14395
14396         * src/plugins/pgpmime/pgpmime.c
14397                 Sync with HEAD (leak fix).
14398
14399 2004-08-25 [colin]      0.9.12cvs81.1
14400
14401         * src/plugins/pgpmime/pgpmime.c
14402         * src/plugins/pgpmime/sgpgme.c
14403         * src/plugins/pgpmime/sgpgme.h
14404                 Sync with HEAD (Handle combined messages).
14405
14406 2004-08-24 [colin]      0.9.12cvs80.3
14407
14408         * src/wizard.c
14409                 Fix full name, ports, and imap
14410
14411 2004-08-24 [colin]      0.9.12cvs80.2
14412
14413         * src/Makefile.am
14414         * src/main.c
14415         * src/setup.c
14416         * src/setup.h
14417         * src/stock_pixmap.c
14418         * src/stock_pixmap.h
14419         * src/wizard.c ** ADDED **
14420         * src/wizard.h ** ADDED ** 
14421         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14422                 Add a setup wizard 
14423
14424 2004-08-24 [colin]      0.9.12cvs80.1
14425
14426         * src/folder.c
14427                 Sync with HEAD (set mimeflags on all messages)
14428
14429 2004-08-24 [colin]      0.9.12cvs79.3
14430
14431         * src/matcher_parser_lex.l
14432                 Fix 8bits strings not in utf8
14433
14434 2004-08-24 [colin]      0.9.12cvs79.2
14435
14436         * src/compose.c
14437                 Check conversion result before replacing buffer
14438
14439 2004-08-23 [colin]      0.9.12cvs79.1
14440
14441         * src/compose.c
14442                 Sync with HEAD (create message header in memory)
14443
14444 2004-08-23 [colin]      0.9.12cvs78.1
14445
14446         * src/rfc2015.c
14447         * src/rfc2015.h
14448                 Sync with HEAD (fix bug 197 again)
14449
14450 2004-08-23 [colin]      0.9.12cvs77.3
14451
14452         * src/compose.c
14453                 Fix again inline gpg signing (which outputs utf8
14454                 in gtk2). Not syncing this fix to HEAD as this 
14455                 code is meant to die.
14456
14457 2004-08-23 [colin]      0.9.12cvs77.2
14458
14459         * src/prefs_account.h
14460                 Remove useless include
14461
14462 2004-08-23 [colin]      0.9.12cvs77.1
14463
14464         * src/imap.c
14465         * po/es.po
14466         * po/fr.po
14467         * po/it.po
14468         * po/pl.po
14469         * po/pt_BR.po
14470         * po/sk.po
14471         * po/sr.po
14472                 Sync with HEAD (fix bug 577)
14473
14474 2004-08-22 [colin]      0.9.12cvs76.1
14475
14476         * src/plugins/trayicon/trayicon.c
14477                 Sync with HEAD (fix formatting bug)
14478
14479 2004-08-21 [colin]      0.9.12cvs74.2
14480
14481         * src/gtk/colorsel.c
14482                 Fix bug 564 (Folder color selection window exits on any
14483                 keypress)
14484
14485 2004-08-21 [colin]      0.9.12cvs74.1
14486
14487         * ChangeLog.claws
14488         * src/compose.c
14489         * src/summaryview.c
14490         * src/toolbar.c
14491                 Sync with HEAD (fix bug 576)
14492
14493 2004-08-21 [colin]      0.9.12cvs70.1
14494
14495         * src/compose.c
14496         * src/mainwindow.c
14497                 Sync with HEAD
14498                 
14499
14500 2004-08-21 [paul]       0.9.12cvs66.4
14501
14502         * src/mainwindow.c
14503         * src/messageview.c
14504         * src/gtk/menu.c
14505         * src/plugins/spamassassin/spamassassin_gtk.c
14506                 remove some deprecated gtk1 functions
14507
14508
14509 2004-08-21 [colin]      0.9.12cvs66.3
14510
14511         * src/compose.c
14512         * src/codeconv.c
14513                 Fix warnings
14514                 Remove encoding hacks
14515                 Fix bug 575 (Strange character messes up message)
14516                 Don't display conversion error when drafting
14517
14518 2004-08-21 [paul]       0.9.12cvs66.2
14519
14520         * src/prefs_account.c
14521                 fix GnuPG mode bugs
14522
14523
14524 2004-08-20 [colin]      0.9.12cvs66.1
14525
14526         * src/codeconv.c
14527                 Sync with HEAD 0.9.12cvs66
14528
14529 2004-08-20 [paul]
14530
14531         * src/plugins/pgpmime/plugin.c
14532                 modify PGP/MIME plugin's description
14533
14534 2004-08-17 [colin]      0.9.12cvs65.1
14535
14536         * src/common/ssl.c
14537         * src/plugins/pgpmime/plugin.c
14538                 Sync with HEAD
14539
14540 2004-08-14 [colin]      0.9.12cvs60.3
14541
14542         * src/plugins/trayicon/trayicon.c
14543                 Put back resize callback, on size-request signal
14544                 rather than size-allocate to avoid infinite 
14545                 callback loop
14546
14547 2004-08-13 [colin]      0.9.12cvs60.2
14548
14549         * src/common/defs.h
14550                 Cache versions have been fixed
14551
14552 2004-08-13 [colin]      0.9.12cvs60.1
14553
14554         * src/folderutils.c
14555                 Sync with HEAD
14556
14557 2004-08-12 [colin]      0.9.12cvs59.1
14558
14559         * src/plugins/trayicon/trayicon.c
14560                 Sync with HEAD
14561
14562 2004-08-12 [colin]      0.9.12cvs57.5
14563
14564         * sylpheed.desktop
14565         * configure.ac
14566         * src/Makefile.am
14567         * src/main.c
14568                 Add support for Freedesktop.org's startup notification
14569
14570 2004-08-11 [colin]      0.9.12cvs57.4
14571
14572         * src/textview.c
14573                 Fix off-by-one
14574
14575 2004-08-11 [colin]      0.9.12cvs57.3
14576
14577         * src/message_search.c
14578         * src/summary_search.c
14579                 Make searches case insensitive by default
14580         * src/textview.c
14581                 Fix case-insensitive search in message
14582
14583 2004-08-11 [colin]      0.9.12cvs57.2
14584
14585         * src/summary_search.c
14586                 Let case-sensitive be specified
14587
14588 2004-08-10 [colin]      0.9.12cvs55.4
14589
14590         * src/common/socket.c
14591                 Fix the possible race condition
14592
14593 2004-08-09 [paul]       0.9.12cvs55.3
14594
14595         * configure.ac
14596         * src/Makefile.am
14597         * src/common/Makefile.am
14598                 sync with HEAD
14599
14600
14601 2004-08-09 [paul]       0.9.12cvs55.2
14602
14603         * autogen.sh
14604         * po/poconv.sh
14605                 remove unneeded script
14606
14607         * configure.ac
14608                 add forgotten USE_LDAP_TLS (sync with HEAD)
14609
14610
14611 2004-08-09 [colin]      0.9.12cvs55.1
14612
14613         * src/main.c
14614         * src/common/ssl.c
14615         * src/common/sylpheed.c
14616         * src/common/sylpheed.h
14617                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14618
14619 2004-08-09 [paul]       0.9.12cvs54.1
14620
14621         * ChangeLog
14622         * ChangeLog.claws
14623         * ChangeLog.jp
14624         * configure.ac
14625         * po/POTFILES.in
14626         * src/Makefile.am
14627         * src/folderutils.c
14628         * src/main.c
14629         * src/pgpmime.c
14630         * src/pgpmime.h
14631         * src/sgpgme.c
14632         * src/sgpgme.h
14633         * src/plugins/Makefile.am
14634         * src/plugins/pgpmime/.cvsignore
14635         * src/plugins/pgpmime/Makefile.am
14636         * src/plugins/pgpmime/pgpmime.c
14637         * src/plugins/pgpmime/pgpmime.h
14638         * src/plugins/pgpmime/plugin.c
14639         * src/plugins/pgpmime/sgpgme.c
14640         * src/plugins/pgpmime/sgpgme.h
14641                 sync with HEAD
14642
14643 2004-08-08 [paul]       0.9.12cvs51.1
14644
14645         * configure.ac
14646         * src/folder.c
14647                 sync with HEAD
14648
14649 2004-08-07 [colin]      0.9.12cvs50.1
14650
14651         * src/pop.c
14652         * src/common/partial_download.c
14653                 fix warnings (sync from HEAD)
14654
14655 2004-08-07 [colin]      0.9.12cvs48.1
14656
14657         * src/prefs_folder_item.c
14658                 sync with HEAD 0.9.12cvs48
14659
14660 2004-08-06 [colin]      0.9.12cvs47.1
14661
14662         * src/compose.c
14663                 Sync with HEAD
14664
14665 2004-08-06 [christoph]  0.9.12cvs46.2
14666
14667         * src/main.c
14668         * src/plugins/clamav/clamav_plugin_gtk.c
14669         * src/plugins/dillo_viewer/dillo_viewer.c
14670         * src/plugins/image_viewer/plugin.c
14671         * src/plugins/mathml_viewer/mathml_viewer.c
14672         * src/plugins/spamassassin/spamassassin_gtk.c
14673         * src/plugins/trayicon/trayicon.c
14674                 don't mix GTK1.2 plugin with GTK2 plugins
14675
14676 2004-08-06 [colin]      0.9.12cvs46.1
14677
14678         * ChangeLog
14679         * ChangeLog.claws
14680         * ChangeLog.jp
14681         * configure.ac
14682         * sylpheed-claws.pc.in
14683         * src/folder.c
14684         * src/imap.c
14685         * src/localfolder.c
14686         * src/messageview.c
14687         * src/mimeview.c
14688         * src/mimeview.h
14689         * src/msgcache.c
14690         * src/news.c
14691         * src/prefs_ext_prog.c
14692         * src/prefs_folder_item.c
14693         * src/prefs_fonts.c
14694         * src/prefs_msg_colors.c
14695         * src/prefs_spelling.c
14696         * src/prefs_themes.c
14697         * src/prefs_toolbar.c
14698         * src/prefs_wrapping.c
14699         * src/procmime.h
14700         * src/common/defs.h
14701         * src/common/nntp.c
14702         * src/common/session.c
14703         * src/common/session.h
14704         * src/common/socket.c
14705         * src/common/utils.h
14706         * src/common/xml.c
14707         * src/common/xml.h
14708         * src/gtk/prefswindow.c
14709         * src/gtk/prefswindow.h
14710         * src/plugins/clamav/clamav_plugin_gtk.c
14711         * src/plugins/dillo_viewer/dillo_prefs.c
14712         * src/plugins/image_viewer/viewerprefs.c
14713         * src/plugins/spamassassin/spamassassin_gtk.c
14714         * m4/openssl.m4 *** REMOVED ***
14715                 Sync with HEAD 0.9.12cvs46
14716
14717 2004-08-03 [paul]       0.9.12cvs40.2
14718
14719         * src/action.c
14720         * src/addressadd.c
14721         * src/addressbook.c
14722         * src/addrgather.c
14723         * src/browseldap.c
14724         * src/compose.c
14725         * src/crash.c
14726         * src/editaddress.c
14727         * src/editgroup.c
14728         * src/editldap_basedn.c
14729         * src/foldersel.c
14730         * src/importldif.c
14731         * src/mimeview.c
14732         * src/prefs_common.c
14733         * src/prefs_template.c
14734         * src/sourcewindow.c
14735         * src/summaryview.c
14736         * src/gtk/about.c
14737         * src/gtk/foldersort.c
14738         * src/gtk/logwindow.c
14739         * src/gtk/pluginwindow.c
14740         * src/gtk/prefswindow.c
14741                 change all gtk_scrolled_window_set_policy from 
14742                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14743
14744 2004-08-02 [paul]       0.9.12cvs40.1
14745
14746         * AUTHORS
14747                 update translation team section
14748         * po/pt_BR.po
14749                 updated by Frederico Goncalves Guimaraes
14750                 <fggdebian@yahoo.com.br>
14751
14752 2004-07-31 [colin]      0.9.12cvs39.9
14753
14754         * src/exphtmldlg.c
14755                 Fix compilation
14756
14757 2004-07-31 [colin]      0.9.12cvs39.8
14758
14759         * src/exphtmldlg.c
14760                 Fix an alertpanel type
14761
14762 2004-07-30 [colin]      0.9.12cvs39.7
14763
14764         * src/alertpanel.c
14765                 Fix alertpanel_error_log's icon
14766
14767 2004-07-30 [colin]      0.9.12cvs39.6
14768
14769         * src/pop.c
14770                 Two of them should still be warnings
14771
14772 2004-07-30 [colin]      0.9.12cvs39.5
14773
14774         * src/pop.c
14775                 More warning -> error
14776 2004-07-29 [colin]      0.9.12cvs39.4
14777
14778         * src/pop.c
14779                 Warning -> error
14780
14781 2004-07-29 [colin]      0.9.12cvs39.3
14782
14783         * src/prefs_matcher.c
14784                 Fix segfault
14785
14786 2004-07-29 [colin]      0.9.12cvs39.2
14787
14788         * src/alertpanel.c
14789                 More nice-looking alertpanels
14790
14791 2004-07-29 [colin]      0.9.12cvs39.1
14792
14793         * src/messageview.c
14794                 sync with head
14795                 (inform user when partial mail is deleted on server)
14796
14797 2004-07-29 [colin]      0.9.12cvs38.1
14798
14799         * src/messageview.c
14800                 sync with head
14801
14802 2004-07-28 [paul]       0.9.12cvs37.7
14803
14804         * src/mainwindow.c
14805                 complete the replacement of deprecated gtk_progress_*
14806
14807 2004-07-28 [paul]       0.9.12cvs37.6
14808
14809         * src/action.c
14810         * src/inc.c
14811         * src/mainwindow.c
14812         * src/send_message.c
14813         * src/gtk/progressdialog.c
14814         * src/gtk/progressdialog.h
14815                 replace deprecated gtk_progress_*
14816
14817 2004-07-28 [paul]       0.9.12cvs37.5
14818
14819         * src/gtk/filesel.c
14820                 remove gtk_window_set_wmclass()
14821 2004-07-28 [paul]       0.9.12cvs37.4
14822
14823         * src/addressbook.c
14824         * src/compose.c
14825         * src/foldersel.c
14826         * src/mainwindow.c
14827         * src/messageview.c
14828         * src/sourcewindow.c
14829         * src/gtk/logwindow.c
14830                 remove gtk_window_set_wmclass()
14831                 
14832         * src/prefs_filtering.c
14833         * src/prefs_filtering_action.c
14834         * src/prefs_fonts.c
14835         * src/prefs_gtk.c
14836         * src/prefs_matcher.c
14837         * src/ssl_manager.c
14838         * src/gtk/prefswindow.c
14839                 replace gtk_window_position()
14840
14841 2004-07-28 [colin]      0.9.12cvs37.3
14842
14843         * src/alertpanel.c
14844         * src/alertpanel.h
14845                 Add a way to specify panel type for specific
14846                 panels (alertpanel())
14847         * src/account.c
14848         * src/addressbook.c
14849         * src/compose.c
14850         * src/expldifdlg.c
14851         * src/main.c
14852         * src/messageview.c
14853         * src/summaryview.c
14854         * src/textview.c
14855         * src/gtk/sslcertwindow.c
14856                 Fix alertpanel()s so that their icon match
14857                 their real type
14858
14859 2004-07-28 [paul]       0.9.12cvs37.2
14860
14861         * src/addr_compl.c
14862         * src/addressbook.c
14863         * src/alertpanel.c
14864         * src/compose.c
14865         * src/export.c
14866         * src/foldersel.c
14867         * src/folderview.c
14868         * src/grouplistdialog.c
14869         * src/import.c
14870         * src/mainwindow.c
14871         * src/message_search.c
14872         * src/messageview.c
14873         * src/passphrase.c
14874         * src/prefs_actions.c
14875         * src/prefs_common.c
14876         * src/prefs_customheader.c
14877         * src/prefs_display_header.c
14878         * src/prefs_filtering.c
14879         * src/prefs_filtering_action.c
14880         * src/prefs_gtk.c
14881         * src/prefs_matcher.c
14882         * src/prefs_msg_colors.c
14883         * src/prefs_summary_column.c
14884         * src/prefs_template.c
14885         * src/sourcewindow.c
14886         * src/ssl_manager.c
14887         * src/summary_search.c
14888         * src/gtk/colorsel.c
14889         * src/gtk/description_window.c
14890         * src/gtk/gtkaspell.c
14891         * src/gtk/inputdialog.c
14892         * src/gtk/logwindow.c
14893         * src/gtk/prefswindow.c
14894         * src/gtk/progressdialog.c
14895                 replace deprecated gtk_window_set_policy
14896
14897 2004-07-27 [colin]      0.9.12cvs37.1
14898
14899         * src/msgcache.c
14900                 More fixes (synced for head again)
14901
14902 2004-07-27 [colin]      0.9.12cvs35.3
14903
14904         * src/msgcache.c
14905                 Fix wrong test
14906
14907 2004-07-27 [colin]      0.9.12cvs35.2
14908
14909         * src/mimeview.c
14910                 Fix width a bit (by Paul)
14911         * src/alertpanel.c
14912         * src/alertpanel.h
14913                 Specialize icons, make alertpanel_message()
14914                 private
14915         * src/message_search.c
14916         * src/sgpgme.c
14917         * src/summary_search.c
14918                 Suit alertpanel changes
14919
14920 2004-07-27 [colin]      0.9.12cvs35.1
14921
14922         * src/alertpanel.c
14923                 Add an icon
14924         * src/passphrase.c
14925                 Add debug output - maybe someone will
14926                 want to look at the problem with Grab
14927                 Input :)
14928         Bump version as we're synced with HEAD
14929
14930 2004-07-26 [colin]      0.9.12cvs33.26
14931
14932         * src/pop.c
14933                 Fix uidl-file parsing when not in new
14934                 format
14935
14936 2004-07-26 [colin]      0.9.12cvs33.25
14937
14938         * src/gtk/menu.c
14939                 Move popup menu up if necessary (fixes 
14940                 account selector)
14941         * src/mainwindow.c
14942                 Set account selector's button height to
14943                 minimum
14944
14945 2004-07-26 [colin]      0.9.12cvs33.24
14946
14947         * src/alertpanel.c
14948                 Maybe fix 551 (Truncated font in alert window)
14949
14950 2004-07-26 [colin]      0.9.12cvs33.23
14951
14952         * po/de.po
14953         * po/es.po
14954         * po/fr.po
14955         * po/it.po
14956         * po/ja.po
14957         * po/pl.po
14958         * po/ru.po
14959         * po/sk.po
14960         * po/sr.po
14961         * po/zh_CN.po
14962                 Sync po files with HEAD
14963
14964 2004-07-26 [paul]       0.9.12cvs33.22
14965
14966         * src/compose.c
14967                 fix Bug 556 'Organisation-header is sent even if empty'
14968
14969 2004-07-24 [colin]      0.9.12cvs33.21
14970
14971         * src/compose.c
14972         * src/gtk/gtkaspell.c
14973         * src/gtk/gtkaspell.h
14974                 Fix speller accelerators (require hack)
14975
14976 2004-07-24 [colin]      0.9.12cvs33.20
14977
14978         * src/gtk/gtkaspell.c
14979                 Fix over-eager code deletion breaking
14980                 Check while typing
14981
14982 2004-07-24 [colin]      0.9.12cvs33.19
14983
14984         * src/browseldap.c
14985         * src/ldapctrl.c
14986         * src/ldapctrl.h
14987         * src/ldapserver.h
14988                 Sync ldap with HEAD
14989         (Fixes 546 LDAP completely broken)
14990
14991 2004-07-24 [colin]      0.9.12cvs33.18
14992
14993         * src/prefs_msg_colors.c
14994                 Fix prototype mismatch
14995         (Fixes 547 void function cannot return value)
14996
14997 2004-07-24 [colin]      0.9.12cvs33.17
14998
14999         * src/mainwindow.c
15000                 Fix sort going back to previous sort key
15001                 when changing sort direction
15002
15003 2004-07-24 [colin]      0.9.12cvs33.16
15004
15005         * src/compose.c
15006                 Fix space insertion when re-wrapping at 
15007                 cursor point
15008
15009 2004-07-24 [colin]      0.9.12cvs33.15
15010
15011         * src/gtk/gtkaspell.c
15012                 Don't change cursor position in insert-text
15013                 callback
15014         (Fixes 539 Word wrapping on input transposes letters)
15015
15016 2004-07-24 [colin]      0.9.12cvs33.14
15017
15018         * src/gtk/gtkaspell.c
15019                 Reencode non-ascii chars to dictionary's
15020                 encoding
15021         (Fixes 544 Spell check broken non english locale)
15022
15023 2004-07-24 [colin]      0.9.12cvs33.13
15024
15025         * src/summaryview.c
15026                 Fix Shift+Down, add Home/End/PgUp/PgDown
15027
15028 2004-07-21 [colin]      0.9.12cvs33.12
15029
15030         * src/prefs_common.c
15031                 Fix a gtk warning (Patch by Andrej Kacian)
15032
15033 2004-07-21 [colin]      0.9.12cvs33.11
15034
15035         * src/gtk/filesel.c
15036                 More check
15037
15038 2004-07-21 [colin]      0.9.12cvs33.10
15039
15040         * src/compose.c
15041         * src/crash.c
15042         * src/export.c
15043         * src/import.c
15044         * src/messageview.c
15045         * src/mimeview.c
15046         * src/prefs_spelling.c
15047         * src/prefs_themes.c
15048         * src/summaryview.c
15049         * src/gtk/filesel.c
15050         * src/gtk/filesel.h
15051         * src/gtk/pluginwindow.c
15052                 Untwist open/save mode guessing logic, make
15053                 it explicit
15054
15055 2004-07-20 [colin]      0.9.12cvs33.9
15056
15057         * src/codeconv.c
15058                 conv_encode_header: src_charset is UTF-8 on
15059                 gtk2
15060         * src/compose.c
15061                 Remove double encoding of the headers
15062
15063 2004-07-20 [colin]      0.9.12cvs33.8
15064
15065         * src/codeconv.c
15066                 Fix typo
15067
15068 2004-07-20 [colin]      0.9.12cvs33.7
15069
15070         * src/mainwindow.c
15071                 Set the separated messageview to the saved
15072                 size of Claws' messageview (Patch by Alfons)
15073                 Fix a callback prototype (me)
15074
15075 2004-07-20 [colin]      0.9.12cvs33.6
15076
15077         * src/codeconv.h
15078                 Forgot one hunk in 0.9.12cvs33.4
15079
15080 2004-07-19 [colin]      0.9.12cvs33.5
15081
15082         * src/action.c
15083                 Action output fix
15084                 Patch by Alfons
15085
15086 2004-07-19 [colin]      0.9.12cvs33.4
15087
15088         * src/compose.c
15089                 Fix outgoing charset bug in headers
15090         * src/codeconv.c
15091                 Clean for glib2 - Patch by Alfons
15092
15093 2004-07-19 [colin]      0.9.12cvs33.3
15094
15095         * src/statusbar.c
15096                 Remove grip from the statusbar
15097                 Patch by Alfons
15098
15099 2004-07-19 [colin]      0.9.12cvs33.2
15100
15101         * src/messageview.c
15102         * src/textview.c
15103                 Fix messageview remembering the previous
15104                 scroll position when loading a new message
15105                 Patch by Alfons
15106
15107 2004-07-19 [colin]      0.9.12cvs33.1
15108
15109         * src/folder.h
15110         * src/folderview.c
15111         * src/summaryview.c
15112                 Sync with HEAD
15113
15114 2004-07-18 [colin]      0.9.12cvs32.7
15115
15116         * configure.ac
15117                 Remove useless check for XIM - noticed
15118                 by Alfons
15119
15120 2004-07-18 [colin]      0.9.12cvs32.6
15121
15122         * src/summaryview.c
15123                 Remove non-modified and shift-modified
15124                 accelerators in summaryview's popup
15125                 menu, as that doesn't get catched by
15126                 the accel-activate signal catcher...
15127
15128 2004-07-18 [colin]      0.9.12cvs32.5
15129
15130         * src/prefs_common.c
15131                 Define sensible default prefs for 
15132                 wrapping
15133
15134 2004-07-18 [colin]      0.9.12cvs32.4
15135
15136         * src/compose.c
15137         * src/prefs_common.c
15138         * src/prefs_common.h
15139         * src/prefs_wrapping.c
15140                 Remove Smart Wrapping pref, which does
15141                 nothing on gtk2 branch
15142
15143 2004-07-18 [colin]      0.9.12cvs32.3
15144
15145         * src/sourcewindow.c
15146                 Proper utf8
15147
15148 2004-07-18 [colin]      0.9.12cvs32.2
15149
15150         * src/compose.c
15151                 Save attachment status when drafting
15152
15153 2004-07-18 [colin]      0.9.12cvs32.1
15154
15155         * src/gtk/filesel.c
15156                 Fix erratic folder selection in open mode
15157
15158 2004-07-18 [colin]      0.9.12cvs31.11
15159
15160         * src/pop.c
15161                 Don't let partial messages get deleted
15162                 even with "dowload all"
15163                 (0.9.12cvs31.8 fix extension)
15164 2004-07-18 [colin]      0.9.12cvs31.10
15165
15166         * src/gtk/logwindow.c
15167                 Fix log scrolling
15168
15169 2004-07-18 [colin]      0.9.12cvs31.9
15170
15171         * src/common/utils.c
15172                 Fix non-utf8 strings coming from commands
15173                 and files
15174
15175 2004-07-18 [colin]      0.9.12cvs31.8
15176
15177         * src/pop.c
15178                 Fix partial download bug with Download all
15179                 messages option
15180
15181 2004-07-18 [colin]      0.9.12cvs31.7
15182
15183         * src/textview.c
15184                 Fix bug introduced in 0.9.12cvs31.2
15185                 (blocked in select mode after double click)
15186
15187 2004-07-18 [colin]      0.9.12cvs31.6
15188
15189         * src/compose.c
15190         * src/gtk/menu.c
15191                 More glib-warning fixes
15192
15193 2004-07-18 [colin]      0.9.12cvs31.5
15194
15195         * src/compose.c
15196                 Fix trashing the primary clipboard when moving 
15197                 around with tab
15198         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15199
15200 2004-07-18 [colin]      0.9.12cvs31.4
15201
15202         * src/codeconv.c
15203                 convert unencoded iso headers to utf8
15204         (Fix Bug 538 Unencoded local characters in subject make it 
15205          disappear)
15206
15207 2004-07-18 [colin]      0.9.12cvs31.3
15208
15209         * src/compose.c
15210                 Fix tab char handling in wrapping
15211         (Fix Bug 537 Line wrap problem - TAB character treated as 
15212          one character instead of 8)
15213
15214 2004-07-18 [colin]      0.9.12cvs31.2
15215
15216         * src/textview.c
15217                 return FALSE on GDK_MOTION_NOTIFY
15218         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15219          (unable to highlight))
15220
15221 2004-07-18 [colin]      0.9.12cvs31.1
15222
15223         * src/folderview.c
15224                 Sync with 0.9.12cvs31
15225
15226 2004-07-18 [colin]      0.9.12cvs30.4
15227
15228         * src/compose.c
15229                 Also block text_inserted when inserting a file
15230
15231 2004-07-18 [colin]      0.9.12cvs30.3
15232
15233         * src/compose.c
15234                 Fix smart wrapping (block text_inserted handler
15235                 while putting quotation to avoid wrap on input,
15236                 don't join lines if next is sig separator)
15237
15238 2004-07-17 [colin]      0.9.12cvs30.2
15239
15240         * src/folderview.c
15241         * src/mainwindow.c
15242         * src/mimeview.c
15243         * src/summaryview.c
15244         * src/gtk/quicksearch.c
15245         * src/gtk/quicksearch.h
15246                 Block key events handlers *and* accels while
15247                 quicksearch is focused
15248         (Fixes Bug 534 quick-search bar not accepting certain letters)
15249
15250 2004-07-17 [colin]      0.9.12cvs30.1
15251
15252         * src/folder.h
15253         * src/folderview.c
15254         * src/summaryview.c
15255                 Sync with 0.9.12cvs30
15256
15257 2004-07-17 [colin]      0.9.12cvs28.2
15258
15259         * src/mimeview.c
15260         * src/procmime.c
15261         * src/summaryview.c
15262         * src/gtk/menu.c
15263                 Squash some compile and glib warnings
15264
15265 2004-07-17 [paul]       0.9.12cvs28.1
15266
15267         * src/mimeview.c
15268                 sync with 0.9.12cvs28 HEAD
15269
15270 2004-07-16 [paul]       0.9.12cvs26.1
15271         
15272         * src/gtk/quicksearch.c
15273         * src/account.c
15274         * src/account.h
15275         * src/compose.c
15276         * src/customheader.c
15277         * src/folder_item_prefs.c
15278         * src/main.c
15279         * src/mainwindow.c
15280         * src/messageview.c
15281         * src/mimeview.c
15282         * src/news.c
15283         * src/pgpmime.c
15284         * src/pop.c
15285         * src/pop.h
15286         * src/prefs_account.c
15287         * src/prefs_account.h
15288         * src/prefs_common.c
15289         * src/prefs_common.h
15290         * src/prefs_display_header.c
15291         * src/prefs_gtk.c
15292         * src/prefs_gtk.h
15293         * src/procheader.c
15294         * src/procmime.c
15295                 sync with 0.9.12cvs26 HEAD      
15296
15297 2004-07-15 [colin]      0.9.12cvs18.14
15298
15299         * src/folder.c
15300                 Disable GPG signature check during
15301                 folder move and scan
15302         (Closes Bug 521 Signature checking slows down Folder-Move)
15303
15304 2004-07-14 [colin]      0.9.12cvs18.13
15305
15306         * src/common/partial_download.c
15307                 update includes
15308
15309 2004-07-14 [colin]      0.9.12cvs18.12
15310
15311         * src/common/partial_download.c
15312         * src/common/partial_download.h
15313                 Move doc at top, add correct copyright
15314
15315 2004-07-14 [colin]      0.9.12cvs18.11
15316
15317         * src/folder.c
15318         * src/messageview.c
15319         * src/pop.c
15320         * src/pop.h
15321         * src/procmsg.c
15322         * src/summaryview.c
15323         * src/common/Makefile.am
15324         * src/common/partial_download.c ** NEW FILES **
15325         * src/common/partial_download.h ** NEW FILES **
15326                 Move partial-download related stuff to its
15327                 own file
15328
15329 2004-07-14 [colin]      0.9.12cvs18.10
15330
15331         * src/send_message.c
15332                 Fix smtp auth when user is null or empty
15333
15334 2004-07-13 [colin]      0.9.12cvs18.9
15335
15336         * src/gtk/quicksearch.c
15337                 Use alphabetic order
15338
15339 2004-07-13 [colin]      0.9.12cvs18.8
15340
15341         * src/pop.c
15342                 Be paranoid on the checks
15343
15344 2004-07-13 [colin]      0.9.12cvs18.7
15345
15346         * src/gtk/quicksearch.c
15347                 Fix Engrish once again
15348
15349 2004-07-13 [colin]      0.9.12cvs18.6
15350
15351         * src/procmsg.c
15352         * src/summaryview.c
15353                 Mark messages for deletion when they are about to
15354                 be removed from trash
15355
15356 2004-07-13 [colin]      0.9.12cvs18.5
15357
15358         * src/matcher.c
15359         * src/matcher.h
15360         * src/matcher_parser_parse.y
15361         * src/prefs_matcher.c
15362         * src/gtk/quicksearch.c
15363                 Add 'partial' ('p') match string to find partially
15364                 downloaded messages
15365
15366 2004-07-13 [colin]      0.9.12cvs18.4
15367
15368         * src/pop.c
15369                 Fix misplaced block
15370
15371 2004-07-13 [colin]      0.9.12cvs18.3
15372
15373         * src/pop.c
15374         * src/pop.h
15375         * src/messageview.c
15376                 Refactor API (to avoid passing 5+ params and code
15377                 duplication)
15378         * src/folder.c
15379         * src/msgcache.c
15380         * src/procheader.c
15381         * src/common/defs.h
15382                 Add planned_download to cache
15383                 Don't mess uidl file when moving partially downloaded
15384                 mails (they change folder, we should change it in the
15385                 uidl list too or we'll remove an incorrect message)
15386                 (this also helps removing hacks when changing 
15387                 planned_download in messageview.c)
15388
15389 2004-07-12 [colin]      0.9.12cvs18.2
15390
15391         * src/gtk/quicksearch.c
15392                 Fix missing status update in quicksearch
15393
15394 2004-07-12 [paul]       0.9.12cvs18.1
15395
15396         * po/POTFILES.in
15397         * src/Makefile.am
15398         * src/account.c
15399         * src/codeconv.c
15400         * src/compose.c
15401         * src/inc.c
15402         * src/main.c
15403         * src/prefs_common.c
15404         * src/procmsg.h
15405         * src/toolbar.c
15406         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15407         * src/prefs_wrapping.[ch]       ** NEW FILES **
15408         * src/common/intl.h
15409         * src/common/utils.[ch]
15410         * src/gtk/quicksearch.[ch]
15411                 sync with 0.9.12cvs18 HEAD
15412
15413 2004-07-12 [colin]      0.9.11cvs17.25
15414
15415         * src/folder.c
15416         * src/folder.h
15417                 Remove unused function added by me in 0.9.11cvs17.10
15418
15419 2004-07-11 [colin]      0.9.11cvs17.24
15420
15421         * src/inc.c
15422         * src/messageview.c
15423         * src/pop.c
15424         * src/pop.h
15425                 Use folderitem and msgnum instead of filename to
15426                 know which mail to delete
15427                 Move old partial mail deletion to pop.c
15428
15429 2004-07-10 [colin]      0.9.11cvs17.23
15430
15431         * src/inc.c
15432                 Add debug
15433         * src/pop.c
15434         * src/pop.h
15435                 Don't re-use same enums for unrelated stuff: it's 
15436                 completely misleading !
15437                 Document a bit
15438
15439 2004-07-09 [colin]      0.9.11cvs17.22
15440
15441         * src/inc.c
15442                 Remove folder-type check and do
15443                 more tests to be sure everything's
15444                 ok
15445         * src/messageview.c
15446                 Punctuation update, remove useless
15447                 code, fix two warnings
15448         * src/noticeview.c
15449                 Layout cleaning, reset 2nd button
15450                 when specifying one
15451
15452 2004-07-09 [colin]      0.9.11cvs17.21
15453
15454         * src/messageview.c
15455         * src/pop.c
15456         * src/pop.h
15457                 Allow user to change his mind
15458                 and postpone decision (by
15459                 unmarking the mail)
15460
15461 2004-07-09 [colin]      0.9.11cvs17.20
15462
15463         * src/messageview.c
15464                 Fix bug with delete state
15465         * src/pop.c
15466         * src/pop.h
15467                 Fix buffer leak (fread doesn't 
15468                 terminate buffers with \0)
15469                 Refactoring (remove magic 
15470                 numbers)
15471
15472 2004-07-09 [colin]      0.9.11cvs17.19
15473
15474         * src/pop.c
15475                 Don't log "Skipping message" if 
15476                 we're going to TOP it two lines
15477                 later
15478
15479 2004-07-09 [colin]      0.9.11cvs17.18
15480
15481         * src/messageview.c
15482                 Fix Engrish
15483
15484 2004-07-09 [colin]      0.9.11cvs17.17
15485
15486         * src/pop.c
15487                 strlen checking...
15488         * src/messageview.c
15489                 refactoring a bit
15490
15491 2004-07-08 [colin]      0.9.11cvs17.16
15492
15493         * src/noticeview.c
15494         * src/noticeview.h
15495                 Add an optional second button
15496         * src/messageview.c
15497         * src/pop.c
15498         * src/pop.h
15499                 Don't delete partially received mails after a certain
15500                 time; rather, let the user decide.
15501
15502 2004-07-08 [colin]      0.9.11cvs17.15
15503
15504         * src/common/smtp.h
15505                 Sync with HEAD
15506
15507 2004-07-08 [colin]      0.9.11cvs17.14
15508
15509         * src/messageview.c
15510         * src/common/smtp.c
15511                 Use to_human_readable() for sizes
15512
15513 2004-07-08 [colin]      0.9.11cvs17.13
15514
15515         * src/inc.c
15516         * src/messageview.c
15517         * src/pop.c
15518         * src/pop.h
15519         * src/procmsg.c
15520                 Fix partial-downloading issues:
15521                         catch unsupported TOP
15522                         don't delete partially downloaded mails before 5 days
15523                         don't update existing with non-MH folders; that'll
15524                         make dups, but it's better than trashing the folder
15525                         free new msginfo parts
15526                 Fix indentation ;-)
15527
15528 2004-07-08 [colin]      0.9.11cvs17.12
15529
15530         * src/common/smtp.c
15531         * src/common/smtp.h
15532                 Sync smtp size verification with HEAD
15533
15534 2004-07-08 [colin]      0.9.11cvs17.11
15535
15536         * src/summaryview.c
15537         * src/prefs_common.c
15538         * src/prefs_common.h
15539         * src/gtk/quicksearch.c
15540         * src/gtk/quicksearch.h
15541                 Sync sticky pref with HEAD
15542
15543 2004-07-08 [colin]      0.9.11cvs17.10
15544
15545         * src/folder.c [1.213.2.6]
15546         * src/folder.h [1.87.2.6]
15547         * src/inc.c [1.149.2.7]
15548         * src/messageview.c [1.94.2.8]
15549         * src/procheader.c [1.47.2.6]
15550         * src/procmsg.c [1.150.2.4]
15551         * src/procmsg.h [1.60.2.5]
15552         * src/pop.c [1.56.2.4]
15553         * src/pop.h [1.17.2.3]
15554                 Let too big messages get downloaded, but truncated
15555                 Add a button to download them completely
15556                 
15557 2004-07-06 [colin]      0.9.11cvs17.9
15558
15559         * src/gtk/quicksearch.c [1.1.2.3]
15560                 Add a Clear button
15561         * commitHelper
15562         * PATCHSETS
15563                 Add a script to help with cvs
15564
15565 2004-07-03 [colin]      0.9.11cvs17.8
15566
15567         * src/plugins/imageviewer/viewer.c
15568                 fix imageviewer (which was staying on the first
15569                 displayed image)
15570
15571 2004-07-03 [colin]      0.9.11cvs17.7
15572
15573         Removed FIXME_GTK2 warnings
15574         * src/gtk/gtkutils.c
15575                 useless #warnings
15576         * src/gtk/menu.c
15577                 useless #warnings (no need to mess with menu rc)
15578         * src/gtk/menu.h
15579                 unused functions
15580         
15581
15582 2004-07-03 [colin]      0.9.11cvs17.6
15583
15584         Removed FIXME_GTK2 warnings
15585         * src/codeconv.c
15586                 useless #warnings (rewrite needed)
15587         * src/compose.c
15588                 useless #warnings (rewrite needed)
15589                 useless #warnings (gtk2 is like that)
15590                 useless #warnings (previously fixed)
15591         * src/main.c
15592                 useless #warnings (previously fixed)
15593         * src/message_search.c
15594                 useless #warnings (gtk2 is like that)
15595                 Made apparent that search is case-sensitive
15596         * src/mimeview.c
15597                 useless #warnings (rewrite needed)
15598                 useless #warnings (gtk2 is like that)
15599                 reimplemented real warnings
15600         * src/prefs_common.c
15601                 Removed block cursor option (not it gtk2)
15602         * src/prefs_gtk.c
15603                 useless #warnings (rewrite needed)
15604         * src/procheader.c
15605                 useless #warnings (rewrite needed)
15606         * src/sourcewindow.c
15607                 useless #warnings (incorrect placing)
15608         * src/summary_search.c
15609                 useless #warnings (gtk2 is like that)
15610                 Made apparent that search is case-sensitive
15611         * src/action.c
15612                 useless #warnings (gtk2 is like that)
15613         * src/textview.c
15614                 useless #warnings (rewrite needed)
15615         * src/toolbar.c
15616                 useless #warnings (rewrite needed)
15617
15618 2004-07-03 [colin]      0.9.11cvs17.5
15619
15620         * src/textview.c
15621                 Fix mismerge which broke URI opening
15622                 
15623 2004-07-01 [colin]      0.9.11cvs17.4
15624
15625         * src/gtk/filesel.c
15626                 Fill filename when saving
15627                 
15628 2004-06-27 [colin]      0.9.11cvs17.3
15629
15630         * src/gtk/filesel.[ch]
15631                 Use the new GTK file selector
15632                 Update prototype to match the reality: multiple file
15633                 selection is open-only          
15634         * src/compose.c
15635                 Match the new prototypes        
15636         * configure.ac
15637                 Match the new requirements (gtk 2.4.0)
15638                         
15639 2004-06-26 [colin]      0.9.11cvs17.2
15640
15641         * src/plugins/trayicon/trayicon.c
15642                 Remove useless signal handler on resize, which causes
15643                 an infinite "loop"
15644         
15645 2004-06-26 [colin]      0.9.11cvs17.1
15646         
15647         * tools/Makefile.am
15648                 remove launch_firebird and add nautilus2sylpheed.sh
15649         * src/quicksearch.c
15650           src/summaryview.c
15651                 Fix show/hide "Extended symbols" button problem
15652                 Fix apparition at startup
15653                 Fix const warnings
15654         * src/plugins/image_viewer/Makefile.am
15655                 Fix configure 
15656         * common/ssl.c
15657                 Re-enable certificate check, as it doesn't seem to
15658                 cause Xlib errors anymore
15659
15660 2004-06-25 [paul]       0.9.11cvs17
15661
15662         * sync with 0.9.11cvs17 HEAD
15663         
15664         NOTE: QuickSearch is broken
15665
15666 2004-06-07 [colin]      0.9.10claws67.10
15667         * src/plugins/trayicon/trayicon.c
15668           src/plugins/trayicon/libeggtrayicon/Makefile.am
15669           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15670                 Fix gettextization in trayicon plugin
15671
15672 2004-06-07 [colin]      0.9.10claws67.9
15673         
15674         * src/summaryview.c
15675           src/gtk/gtksctree.[ch]
15676                 Let Shift+{Up,Down} work in summaryview
15677                 (well, Down "works" and Up works)
15678                 Let the list scroll when using these keys
15679
15680 2004-06-06 [colin]      0.9.10claws67.8
15681
15682         * src/plugins/trayicon/trayicon.c
15683                 Fix pixmap update
15684
15685 2004-06-06 [colin]      0.9.10claws67.7
15686
15687         * src/addressbook.c
15688                 Fix signal handling causing system-wide focus grab
15689
15690 2004-05-25 [paul]       0.9.10claws67.6
15691
15692         * Makefile.am
15693           src/Makefile.am
15694                 clean up
15695
15696 2004-05-25 [paul]       0.9.10claws67.5
15697
15698         * replace deprecated gtk_signal... functions
15699
15700 2004-05-23 [colin]      0.9.10claws67.4
15701
15702         * src/compose.c
15703                 Fix wrapping
15704
15705 2004-05-22 [colin]      0.9.10claws67.3
15706
15707         * src/compose.c
15708                 Re-fix [Edited] in compose.c::compose_reedit()
15709
15710 2004-05-22 [colin]      0.9.10claws67.2
15711
15712         * src/procmime.c
15713                 Fix parsing of multiparts mails
15714
15715 2004-05-22 [colin]      0.9.10claws67.1
15716
15717         * src/summaryview.c
15718                 Fix quicksearch
15719
15720 2004-05-22 [paul]       0.9.10claws67
15721
15722         * sync with 0.9.10claws67 HEAD
15723
15724 2004-05-14 [alfons]
15725
15726         * src/procmime.h
15727                 add forgotton prototype
15728
15729 2004-05-10 [paul]       0.9.10claws57
15730
15731         * sync with 0.9.10claws57 HEAD
15732
15733 2004-05-05 [paul]       0.9.9.claws1
15734
15735         * ChangeLog-gtk2        ** REMOVED **
15736           ChangeLog-gtk2.claws  ** ADDED **
15737                 rename and adopt the normal claws format
15738                 
15739         * configure.ac
15740                 require gtkmathview >= 0.5
15741
15742         * ac/*                          ** REMOVED **
15743           ac/                           ** REMOVED **
15744           intl/Makefile.in              ** REMOVED **
15745           m4/                           ** ADDED **
15746           m4/missing                    ** ADDED **
15747           m4/missing/gdk-pixbuf.m4      ** ADDED **
15748           m4/missing/gettext.m4         ** ADDED **
15749           m4/missing/gpgme.m4           ** ADDED **
15750           m4/missing/imlib.m4           ** ADDED **
15751           m4/.cvsignore                 ** ADDED **
15752           m4/Makefile.am                ** ADDED **
15753           m4/README                     ** ADDED **
15754           m4/aclocal-include.m4         ** ADDED **
15755           m4/aspell.m4                  ** ADDED **
15756           m4/check-type.m4              ** ADDED **
15757           m4/gnupg-check-typedef.m4     ** ADDED **
15758           m4/openssl.m4                 ** ADDED **
15759           m4/spamassassin.m4            ** ADDED **
15760           po/ChangeLog                  ** REMOVED **
15761           po/Makefile.in.in             ** REMOVED **
15762           po/Rules-quot                 ** REMOVED **
15763           po/boldquot.sed               ** REMOVED **
15764           po/en@boldquot.header         ** REMOVED **
15765           po/en@quot.header             ** REMOVED **
15766           po/insert-header.sin          ** REMOVED **
15767           po/quot.sed                   ** REMOVED **
15768           po/remove-potcdate.sed        ** REMOVED **
15769           po/remove-potcdate.sin        ** REMOVED **
15770           po/stamp-po                   ** REMOVED **
15771           Makefile.am
15772           autogen.sh
15773           configure.ac
15774                 enable building with automake 1.8.x
15775                 add 'autopoint --force' to autogen.sh and remove all
15776                 auto-generated files, remove ac/ directory and use
15777                 m4/ directory instead
15778                 
15779         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15780                 fix gettextization
15781
15782 2004-02-28 Colin Leroy <colin@colino.net>
15783         * src/prefs_matcher.c
15784           src/prefs_filtering.c
15785           src/prefs_filtering_action.c
15786                 Fix non-editable GtkEntries
15787
15788 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15789         * src/prefs_themes.c
15790                 utf8 conversion for theme info
15791
15792 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15793         * sync 0.9.9claws
15794
15795 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15796         * src/grouplistdialog.c
15797                 allow multiple selections without ctrl key
15798
15799 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15800         * src/main.c
15801                 enable customizable accelerators
15802
15803 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15804         * src/prefs_common.c
15805                 re-enable different font settings for gtk1/2
15806         * src/prefs_folder_item.c
15807                 fix folder prefs displayed wrong
15808         * src/textview.c
15809                 set 'sunken' shadow type
15810
15811 2004-02-07 Colin Leroy <colin@colino.net>
15812         * src/compose.c
15813                 Fix message being always [Edited]
15814                 Encode headers correctly (utf8 buf)
15815
15816 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15817         * src/socket.c
15818                 remove double g_source_attach()
15819                 (Thanks to Colin Leroy)
15820
15821 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15822         * src/gtk/gtksctree.c
15823                 Fix SSL certificate list not shown
15824         * src/mimeview.c
15825                 Fix clicks in mime tree
15826
15827 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15828         * src/common/socket.c
15829                 Fix SSL receive
15830         * src/compose.c
15831                 Fix clipboard menu hotkeys
15832
15833 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15834         * src/gtk/gtkaspell.[ch]
15835           src/compose.c
15836                 reimplement spellchecker
15837
15838 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15839         * src/gtk/filesel.c
15840                 crash when inserting file in compose window
15841                 (TODO: keep old selection on clicks)
15842         * src/main.c
15843                 use gtkrc-2.0 instead of gtkrc
15844
15845 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15846         * src/messageview.c
15847                 remove orphaned mimeview unref()
15848
15849 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15850         * src/grouplistdialog.c
15851                 expand nodes containing subscribed groups
15852
15853 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15854         * src/textview.c
15855                 textview: hide cursor, restore old click behaviour
15856
15857 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15858         * src/textview.c
15859                 variable names messed up
15860
15861 2004-01-17 Colin Leroy <colin@colino.net>
15862         * src/addr_compl.c
15863                 Fix completion address too thin
15864         * src/compose.c
15865                 Fix tab-to-subject behaviour
15866         * src/summaryview.c
15867                 Implement key up & down in summaryview
15868
15869 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15870
15871         * sync 098claws
15872
15873 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15874         * configure.ac
15875           Makefile.am
15876           doc/.cvsignore
15877           doc/Makefile.am
15878                 faq, man, manual moved to doc/
15879         * ac/aspell.m4
15880           ac/check-type.m4
15881           ac/gnupg-check-typedef.m4
15882           ac/openssl.m4
15883           ac/spamassassin.m4
15884           ac/missing/gdk-pixbuf.m4
15885           ac/missing/gpgme.m4
15886           ac/missing/imlib.m4
15887                 fix automake warnings
15888
15889 2003-12-06 Colin Leroy <colin@colino.net>
15890         * src/summaryview.c
15891                 Fix quicksearch
15892
15893 2003-12-05 Colin Leroy <colin@colino.net>
15894         * src/summaryview.c
15895                 Fix going to next unread folder
15896
15897 2003-12-05 Colin Leroy <colin@colino.net>
15898         * src/crash.c
15899                 Fix gtk2 compilation
15900         * src/session.c
15901                 Remove iotag source handler at disconnection
15902         * src/socket.[ch] 
15903                 Remove source handler when closing socket 
15904                 (fixes another seg)
15905
15906 2003-12-04 Colin Leroy <colin@colino.net>
15907         * src/compose.c
15908           src/prefs_account.c
15909           src/prefs_common.c
15910                 Fix some dropdown menus
15911
15912 2003-12-04 Colin Leroy <colin@colino.net>
15913         * src/compose.c
15914                 Fix event handlers on header fields
15915         * src/common/socket.c
15916           src/common/session.c
15917                 Fix segfault with callback (SSL)
15918                 Fix end of session 
15919
15920 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15921
15922         * Fix compile bug in src/compose.c
15923         * removed src/gtk/gtkstext.[ch]
15924
15925 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15926
15927         * Convert character set and escape "text" attributes in toolbar setting
15928         files.
15929         * Fixed bug in button-press-event handling.
15930
15931 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15932
15933         * Fixed bug in key-press-event handling.
15934
15935 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15936
15937         * Enabled to compile tray-icon plugin (Ad-hoc).
15938         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15939
15940 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15941
15942         * Enabled to compile on sylpheed-claws.
15943         (tray-icon plugin still cannot compile yet.)
15944
15945 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15946
15947         * Updated to 0.9.5.
15948
15949 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15950
15951         * Updated to 0.9.4.
15952         * Ported monitoring SSL mechanism to GSource of GLib2
15953         (I don't confirm it)
15954         * Added _gtk2 suffix to key name of font preference to avoid
15955         ovverwriting preference of Gtk+-1.2 version.
15956
15957 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15958
15959         * Updated to 0.9.2.
15960
15961 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15962
15963         * Updated to 0.9.1.
15964         * Translate po files into UTF-8 when execute autogen.sh.
15965
15966 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15967
15968         * Updated to 0.9.0.
15969
15970 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15971
15972         * Plugged GError related memory leaks.
15973
15974 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15975
15976         * Changed default size of fonts.
15977         * Enabled to set titile font size of warning dialog.
15978
15979 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15980
15981         * Embed a sylpheed icon into executable binary on Windows.
15982
15983 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15984
15985         * I forgot to traslate character set of element string in src/xml.c.
15986
15987 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15988
15989         * Fixed detecting bind_textdomain_codeset in configure.in.
15990         * The bug in which "Example" of "Date fromat" preference isn't displayed
15991         correctly has been fixed.
15992
15993 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15994
15995         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15996           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15997           glib-gettextize
15998           Removed intl directory.
15999           Translated po files into UTF-8.
16000           (Thanks! Ryuji Abe)
16001
16002 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16003
16004         * The bug which doesn't unscape string in xml.c has been fixed.
16005
16006 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16007
16008         * The bug which is failed to translate encoding of file name thorough
16009         file dialog has been fixed.
16010
16011 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16012
16013         * Modified to translate file names which is used in inporting/expoting
16014         mbox feature and "Save as" feature into locale encoding.
16015         * Translate file names into locale encoding when "Attache file" and
16016         "Insert file".
16017         * Force set G_BROKEN_FILENAMES environment variable.
16018         * Other minor fixes.
16019
16020 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16021
16022         * Modified to treat MH folder's name as locale encoding.
16023
16024 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16025
16026         * The bug which clash on switching candidates of auto completion of
16027         addresses, cannot use auto completion in Japanesse is fixed
16028         (Thanks! Tokunaga-san)¡¥
16029
16030 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16031
16032         * The bug which cannot switch key accelerator preference has been fixed
16033         (Thanks! smbd-san)¡¥
16034
16035 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16036
16037         * version 0.8.11-gtk2-20030314
16038
16039 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16040
16041         * The bug in which character set conversion of filtering messages has
16042         been fixed.(Thanks! COCOA-san).
16043
16044 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16045
16046         * Revived "Leave space on head" preference in "Message" category.
16047         * A bug which clash when put the cursor to end of buffer and execute
16048         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16049
16050 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16051
16052         * version 0.8.11-gtk2-20030312
16053
16054 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16055
16056         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16057         * Modified to use Pango's API directly for font preference.
16058         * Integrated GtkTextView of textview to one widget.
16059         * Set fonts of header title in textview by "header_title" tag.
16060         * Removed some deprecated codes.
16061
16062 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16063
16064         * Updated to 0.8.11.
16065         * Merged cygwin patch(Thanks! Sakai-san).
16066
16067 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16068
16069         * version 0.8.10-gtk2-20030309