76bf20ce4029b8890db0003f3c21b59ec69efc04
[claws.git] / ChangeLog
1 2006-06-29 [colin]      2.3.1cvs39
2
3         * src/compose.c
4                 Fix Spelling menu (discrepancy between context menu
5                 and top menu when folder's dictionary isn't the 
6                 default one)
7         * src/plugins/pgpcore/sgpgme.c
8                 More error reporting about why gpgme can fail
9
10 2006-06-29 [wwp]        2.3.1cvs38
11
12         * src/mainwindow.c
13                 honor the display-header-pane setting even when the message view
14                 is a separate window.
15
16 2006-06-29 [wwp]        2.3.1cvs37
17
18         * src/prefs_actions.c
19                 forgot to commit that one (use of GTK_STOCK_INFO).
20
21 2006-06-29 [colin]      2.3.1cvs36
22
23         * src/imap.c
24                 Better handling of login errors (ask the password
25                 again once), alert in case of error. Fix three
26                 signedness warnings.
27
28 2006-06-28 [wwp]        2.3.1cvs35
29
30         * src/prefs_template.c
31         * src/prefs_matcher.c
32         * src/prefs_filtering_action.c
33         * src/prefs_quote.c
34                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
35                 patch by Fabien Vantard, slightly modified.
36
37 2006-06-28 [paul]
38
39         2.4.0-rc2 released
40
41 2006-06-28 [colin]      2.3.1cvs34
42
43         * src/prefs_account.c
44                 Fix bug #977 (Can't add or edit imap accounts)
45
46 2006-06-28 [colin]      2.3.1cvs33
47
48         * src/mimeview.c
49                 Fix previous
50
51 2006-06-28 [colin]      2.3.1cvs32
52
53         * src/mimeview.c
54                 Save named inlined attachments with "Save all"
55         * src/main.c
56         * src/mbox.c
57         * src/common/plugin.c
58         * src/common/plugin.h
59         * src/common/sylpheed.c
60         * src/common/utils.c
61         * src/plugins/pgpcore/sylpheed.def
62         * src/plugins/pgpinline/sylpheed.def
63         * src/plugins/pgpmime/sylpheed.def
64                 Win32 compatibility patch, by
65                 Werner Koch
66
67 2006-06-28 [wwp]        2.3.1cvs31
68
69         * src/imap.c
70         * src/prefs_folder_item.c
71                 less compilation warnings (thanks to Fabien Vantard), less typos.
72
73 2006-06-28 [paul]       2.3.1cvs30
74
75         * src/gtk/gtkutils.c
76                 gtk_combo_box_set_focus_on_click() is only
77                 available since gtk 2.6.0
78
79 2006-06-28 [paul]       2.3.1cvs29
80
81         * src/prefs_ext_prog.c
82                 fix engrish and add a tooltip for the
83                 'command for 'Display as text' option
84
85 2006-06-28 [paul]
86
87         2.4.0-rc1 released
88
89 2006-06-28 [paul]       2.3.1cvs28
90
91         * ChangeLog
92         * tools/Makefile.am
93                 include textviewer.pl in releases
94
95 2006-06-28 [paul]       2.3.1cvs27
96
97         * src/prefs_ext_prog.c
98                 hide Print command option if libgnomeprint
99                 support is present
100
101 2006-06-27 [colin]      2.3.1cvs26
102
103         * src/compose.c
104                 Fix Esc handling in insert/attach dialog
105                 Don't show this dialog if dragging something
106                 else than text/uri-list
107                 Thanks to Fabien Vantard
108         * tools/textviewer.pl
109                 Filter script to display stuff as text
110                 by H. Merijn Brand
111
112 2006-06-27 [wwp]        2.3.1cvs25
113
114         * src/messageview.c
115                 use the exact product name (message view title), patch
116                 by Fabien Vantard.
117
118 2006-06-27 [ticho]      2.3.1cvs24
119
120         * src/prefs_account.c
121         * src/prefs_common.c
122         * src/prefs_common.h
123         * src/prefs_ext_prog.c
124         * src/textview.c
125                 Add a preference (Preferences/External programs)
126                 to allow "Display as text" to be done via a script
127                 (patch by H.Merijn Brand).
128                 Use GtkComboBox for protocol selection in account
129                 preferences.
130                 Only include current choice for existing accounts, and
131                 insensitivize the combobox.
132
133 2006-06-27 [paul]       2.3.1cvs23
134
135         * src/mbox.c
136                 fix crasher introduced in cvs21.
137                 Thanks to Colin
138
139 2006-06-26 [colin]      2.3.1cvs22
140
141         * src/mbox.c
142                 Fix double-frees when leaving folders
143                 after exporting to mbox
144
145 2006-06-26 [colin]      2.3.1cvs21
146
147         * src/mbox.c
148                 More feedback (and optimisation)
149                 on import/export
150         * src/common/utils.c
151                 Fix case when looking for mail addresses
152         * src/gtk/gtkutils.c
153                 Extra check for (X-)Face
154
155 2006-06-25 [ticho]      2.3.1cvs20
156
157         * src/compose.c
158         * src/exphtmldlg.c
159         * src/gtk/gtkutils.c
160         * src/gtk/gtkutils.h
161                 Added second argument to gtkut_sc_combobox_create() to
162                 control focus-on-click for the widget.
163                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
164
165 2006-06-25 [ticho]      2.3.1cvs19
166
167         * src/compose.c
168         * src/gtk/Makefile.am
169         * src/gtk/combobox.c
170         * src/gtk/combobox.h
171         * src/gtk/gtkutils.c
172         * src/gtk/gtkutils.h
173                 Use GtkComboBox instead of deprecated GtkOptionMenu
174                 for account selector in compose window and for encoding
175                 selector in attachment properties.
176                 Also factorise working with the new GtkComboBox somewhat.
177
178 2006-06-24 [paul]       2.3.1cvs18
179
180         * src/prefs_common.c
181                 use the correct default value
182
183 2006-06-24 [paul]       2.3.1cvs17
184
185         * src/compose.c
186         * src/prefs_common.c
187         * src/prefs_common.h
188         * src/prefs_compose_writing.c
189                 enable setting of default action when
190                 dnd'ing files in the compose window.
191                 (Collaborative effort with wwp)
192
193 2006-06-23 [wwp]        2.3.1cvs16
194
195         * src/compose.c
196                 i18n fix (thanks to Fabien Vantard)
197
198 2006-06-22 [colin]      2.3.1cvs15
199
200         * src/prefs_customheader.c
201                 Don't use filters in custom headers' file 
202                 selector. Remember, extensions mean nothing :)
203
204 2006-06-22 [paul]       2.3.1cvs14
205
206         * configure.ac
207                 allow setting of man directory location
208
209 2006-06-22 [colin]      2.3.1cvs13
210
211         * src/mainwindow.c
212                 Add 'View/Go to/Next unread folder'.
213                 I missed that :)
214
215 2006-06-22 [colin]      2.3.1cvs12
216
217         * src/common/utils.c
218                 Add some subject prefixes
219                 Patch by Bjorn T Johansen <btj@havleik.no>
220
221 2006-06-22 [colin]      2.3.1cvs11
222
223         * manual/advanced.xml
224                 Forgotten hidden pref
225
226 2006-06-21 [paul]       2.3.1cvs10
227
228         * src/prefs_account.c
229                 complete the removal of 'Add date header' option
230
231 2006-06-21 [paul]       2.3.1cvs9
232
233         * src/account.c
234         * src/compose.c
235         * src/prefs_account.c
236         * src/prefs_account.h
237                 remove option to add date header - always
238                 add date header
239         * src/etpan/imap-thread.c
240                 fix warnings (Thanks to Colin)
241
242 2006-06-21 [wwp]        2.3.1cvs8
243
244         * src/folder.c
245                 set the attachment flag when inline text part are (file)named. This is more convenient
246                 when receiving (for instance) inline source files or patches sent using thunderbird.
247
248 2006-06-21 [paul]       2.3.1cvs7
249
250         * src/inc.c
251                 fix off-by-one count of current msg in
252                 statusbar filtering progressbar
253
254 2006-06-21 [paul]       2.3.1cvs6
255
256         * src/folder.c
257                 Show attachment icon even if the part is 'inline'
258                 if the following conditions are met:
259                 - content-type != 'text/plain'
260                 - content-type != '*/pgp-signature'
261                 - either 'name' or 'filename' parameter is not NULL
262                 
263                 Thanks to Colin
264
265 2006-06-21 [paul]       2.3.1cvs5
266
267         * src/messageview.c
268         * src/prefs_common.c
269         * src/prefs_common.h
270         * src/prefs_other.c
271                 add an option to 'Never send Return
272                 Receipts'
273                 Thanks to Colin
274
275 2006-06-20 [mones]      2.3.1cvs4
276
277         * po/es.po
278                 updated
279         * src/compose.c
280                 typo fixed (space after comma)
281         * tools/make.themes.project
282                 remove exec mode from tarball files
283
284 2006-06-20 [colin]      2.3.1cvs3
285
286         * src/news.c
287         * src/procheader.c
288         * src/unmime.c
289                 Better fix for \n's in headers (don't 
290                 break Received: and others)
291
292 2006-06-20 [paul]       2.3.1cvs2
293
294         * src/alertpanel.c
295         * src/textview.c
296                 improve legibility of phishing attempt
297                 dialog
298
299 2006-06-20 [paul]       2.3.1cvs1
300
301         * NEWS
302         * README
303         * configure.ac
304                 Update version number following
305                 stable release
306
307 2006-06-20 [colin]      2.3.0cvs26
308
309         * src/compose.c
310                 When dragging a file to the text of the compose
311                 window, ask whether we want to insert or attach
312                 (I know lots of people who do that to attach)
313
314 2006-06-20 [colin]      2.3.0cvs25
315
316         * src/etpan/imap-thread.c
317                 Fix threshold (the append command is often > 32 bytes)
318
319 2006-06-19 [colin]      2.3.0cvs24
320
321         * src/imap.c
322         * src/etpan/imap-thread.c
323                 Workaround Rockliffe IMAP server bug: replace
324                 "x UID SEARCH (ANSWERED UID 1:*)" with
325                 "x UID SEARCH ANSWERED"
326                 (Rockliffe doesn't handle the parenthesis)
327
328 2006-06-19 [colin]      2.3.0cvs23
329
330         * src/compose.c
331         * src/imap.c
332         * src/etpan/imap-thread.c
333                 Probably fix bug #972 (Freezes when adding 
334                 an attachment to the message)
335         * src/common/defs.h
336                 Modernize Firefox cmd
337
338
339 2006-06-18 [colin]      2.3.0cvs22
340
341         * src/prefs_customheader.c
342                 Only allow correct filenames for various
343                 custom headers
344
345 2006-06-18 [colin]      2.3.0cvs21
346
347         * src/prefs_customheader.c
348                 Add a 'From File...' button in custom headers prefs, which
349                 try to do the right thing: 
350                 for normal headers, use file as plaintext,
351                 for X-Face, calls compface,
352                 for Face, encode to b64.
353
354 2006-06-17 [colin]      2.3.0cvs20
355
356         * src/mh.c
357                 Warning fix
358
359 2006-06-16 [colin]      2.3.0cvs19
360
361         * src/summaryview.c
362                 Recursive quicksearch: show message list
363                 in current folder, *then* search children
364                 in the background.
365
366 2006-06-16 [colin]      2.3.0cvs18
367
368         * src/main.c
369                 Instead of ignoring SIGPIPE, save caches
370                 when getting one. Will fix the fact that
371                 hot caches are out-of-date when logging 
372                 out of Xorg.
373         * src/compose.c
374         * src/prefs_compose_writing.c
375                 Only save text (not attachments) when 
376                 auto-saving to drafts
377         * src/unmime.c
378                 Always replace \n, \r and \t with spaces
379                 in headers
380         * manual/dist/html/Makefile.am
381         * manual/dist/pdf/Makefile.am
382         * manual/dist/ps/Makefile.am
383         * manual/dist/txt/Makefile.am
384         * manual/fr/dist/html/Makefile.am
385         * manual/fr/dist/pdf/Makefile.am
386         * manual/fr/dist/ps/Makefile.am
387         * manual/fr/dist/txt/Makefile.am
388         * manual/pl/dist/html/Makefile.am
389         * manual/pl/dist/pdf/Makefile.am
390         * manual/pl/dist/ps/Makefile.am
391         * manual/pl/dist/txt/Makefile.am
392                 Fix make clean removing pregenerated manuals
393
394
395 2006-06-16 [colin]      2.3.0cvs17
396
397         * src/plugins/pgpcore/sgpgme.c
398         * src/plugins/pgpmime/pgpmime.c
399         * src/plugins/pgpinline/pgpinline.c
400                 Better error reporting in setup_signers.
401                 Don't fallback to default key if specified
402                 key isn't found.
403                 Don't allow signing if more than one secret
404                 key matches the one specified in prefs.
405
406 2006-06-15 [colin]      2.3.0cvs16
407
408         * src/folderview.c
409                 Add "Send queue" in the folder's contextual
410                 menu
411         * src/compose.c
412         * src/messageview.c
413         * src/privacy.c
414         * src/privacy.h
415         * src/procmime.c
416         * src/procmsg.c
417         * src/plugins/pgpcore/passphrase.c
418         * src/plugins/pgpcore/sgpgme.c
419         * src/plugins/pgpinline/pgpinline.c
420         * src/plugins/pgpmime/pgpmime.c
421                 Better error reporting
422         * src/mbox.c
423                 Probably fix bug #971 (2.2.3 cannot read mail 
424                 from local mbox)
425
426
427 2006-06-15 [mones]      2.3.0cvs15
428
429         * tools/make.themes.project
430                 creates the themes project from the web page
431
432 2006-06-15 [colin]      2.3.0cvs14
433
434         * src/folder.c
435                 Better fix (avoid losing the folder if scan_tree 
436                 fails)
437
438 2006-06-15 [cleroy]     2.3.0cvs13
439
440         * src/folder.c
441                 Probably fix Bug #969 (crash on rebuilding 
442                 imap folder)
443
444 2006-06-14 [colin]      2.3.0cvs12
445
446         * manual/dtd/manual.xsl
447         * manual/sylpheed-claws-manual.xml
448         * manual/fr/sylpheed-claws-manual.xml
449         * manual/pl/sylpheed-claws-manual.xml
450                 Insert pagebreaks between sections
451
452 2006-06-14 [paul]       2.3.0cvs11
453
454         * configure.ac
455                 better fix than 2.3.0cvs10
456
457 2006-06-14 [paul]       2.3.0cvs10
458
459         * configure.ac
460                 fix setting of PACKAGE_DATA_DIR with newer autoconf
461                 (backwards compatible)
462
463 2006-06-13 [colin]      2.3.0cvs9
464
465         * src/messageview.c
466                 Fix sending of return receipt with the new queue folders
467
468 2006-06-13 [wwp]        2.3.0cvs8
469
470         * src/quote_fmt_lex.l
471                 fix wrong tokens returned in quote_fmt lexer, query not().
472
473 2006-06-13 [wwp]        2.3.0cvs7
474
475         * src/folder.c
476         * src/prefs_folder_item.c
477                 allow changing folder type even when folder is not a top-level one,
478                 thanks to Colin.
479
480 2006-06-12 [colin]      2.3.0cvs6
481
482         * src/folderview.c
483                 Fix double-ask of "Do you want to mark all
484                 as read"
485
486 2006-06-12 [colin]      2.3.0cvs5
487
488         * src/compose.c
489         * src/compose.h
490         * src/folder.c
491         * src/folder.h
492         * src/imap.c
493         * src/inc.c
494         * src/main.c
495         * src/messageview.c
496         * src/mh.c
497         * src/prefs_folder_item.c
498         * src/procheader.c
499         * src/procmime.c
500         * src/procmsg.c
501         * src/procmsg.h
502         * src/send_message.c
503         * src/summaryview.c
504         * src/toolbar.c
505                 Apply bug #964's patch (Queue and drafts aren't normal)
506                 The Drafts and Queue folder now contain RFC-822 files,
507                 allowing to move and copy mails from and to these 
508                 folders. Moving from Drafts to Queue will prepare the
509                 mail for sending (PGP signature, encryption, etc).
510                 This patch also rework sending errors handling to try
511                 to be more helpful.
512                 Also, allow redefining folder types via the GUI 
513                 (Folder type in its Properties)
514
515 2006-06-12 [colin]      2.3.0cvs4
516
517         * src/summaryview.c
518         * src/prefs_common.c
519         * src/prefs_common.h
520         * src/gedit-print.c
521                 Allow to define a specific print font - patch
522                 by Bernhard Walle <bernhard.walle@gmx.de>
523         * src/prefs_fonts.c
524         * manual/advanced.xml
525         * manual/fr/advanced.xml
526                 Add a hidden pref to allow deletion without
527                 confirmation
528
529 2006-06-12 [wwp]        2.3.0cvs3
530
531         * .cvsignore
532                 more files to ignore.
533
534 2006-06-12 [wwp]        2.3.0cvs2
535
536         * src/quote_fmt.c
537         * src/quote_fmt_lex.l
538         * src/quote_fmt_parse.y
539                 extend the quote_fmt parser (templates and quotes):
540                 - allow limited sub-expressions in |p{} and |f{} expressions,
541                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
542                 - implemented/fixed missing implementation of query_references and show_references,
543                 - completed, fixed contents and format of the symbols help dialog,
544                 - fix some compilation warnings.
545
546 2006-06-12 [wwp]        2.3.0cvs1
547
548         * manual/advanced.xml
549         * manual/fr/advanced.xml
550                 updates in the "templates" section of the manual (eng/fr):
551                  - be more precise (both versions)
552                  - completed to match the english reference (fr version)
553                  - touchups (both versions)
554
555 2006-06-12 [paul]       2.3.0
556
557         2.3.0 released
558
559 2006-06-12 [paul]       2.2.3cvs14
560
561         * po/ca.po
562         * po/cs.po
563         * po/de.po
564         * po/el.po
565         * po/fr.po
566         * po/it.po
567         * po/pt_BR.po
568         * po/sr.po
569         * po/zh_CN.po
570                 updated by Miquel Oliete, Tim, Stephan Sachse,
571                 Stavros Giannouris, Fabien Vantard, Andrea
572                 Spadaccini, Frederico Goncalves Guimaraes,
573                 Aleksandar Urosevic, and Ralgh Young
574
575 2006-06-12 [colin]      2.2.3cvs13
576
577         * src/mbox.c
578                 Add missing header
579
580 2006-06-11 [colin]      2.2.3cvs12
581
582         * src/msgcache.c
583                 Verify that g_malloc() succeeded
584
585 2006-06-11 [colin]      2.2.3cvs11
586
587         * src/wizard.c
588                 Add Face header to welcome mail
589
590 2006-06-10 [colin]      2.2.3cvs10
591
592         * src/textview.c
593                 Revert previous (Forgot it changes the
594                 margin on the whole mail)
595
596 2006-06-10 [colin]      2.2.3cvs9
597
598         * src/textview.c
599                 Don't overlap long headers under (X-)Face
600
601 2006-06-10 [mones]      2.2.3cvs8
602
603         * manual/xml2pdf
604                 allow generation of manual on systems lacking saxon binary
605                 but with java and the saxon library installed
606
607         * po/es.po
608                 updated for release
609
610 2006-06-09 [colin]      2.2.3cvs7
611
612         * src/summaryview.c
613                 Fix leak when using Display Sender using Addressbook
614
615 2006-06-09 [colin]      2.2.3cvs6
616
617         * src/compose.c
618         * src/folder.c
619         * src/folderview.c
620         * src/mimeview.c
621         * src/summaryview.c
622                 More leaks fixes
623
624 2006-06-09 [paul]       2.2.3cvs5
625
626         * AUTHORS
627         * src/gtk/authors.h
628         * tools/claws.i18n.status.pl
629                 updated with new info
630
631 2006-06-09 [paul]       2.2.3cvs4
632
633         * README
634                 updated
635         * manual/ack.xml
636                 add wwp to authors list
637         * src/gtk/authors.h
638                 update mine and Colin's addresses
639
640 2006-06-08 [colin]      2.2.3cvs3
641
642         * src/etpan/imap-thread.c
643                 Fix leak on SSL cert check
644
645 2006-06-08 [colin]      2.2.3cvs2
646
647         * src/common/utils.c
648                 Fix leak
649
650 2006-06-08 [paul]       2.2.3cvs1
651
652         * configure.ac
653                 Update version number following
654                 stable release
655
656 2006-06-07 [colin]      2.2.2cvs3
657
658         * src/msgcache.c
659                 Fix catching cache read errors (guint instead of gint)
660                 Prevent malloc'ing more than 8MB (means cache corruption)
661
662 2006-06-07 [paul]       2.2.2cvs2
663
664         * src/exporthtml.c
665         * src/exportldif.c
666         * src/mh.c
667         * src/mutt.c
668         * src/pine.c
669         * src/common/utils.c
670                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
671                 obey $HOME'
672                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
673                 Thanks to Colin
674
675 2006-06-06 [paul]       2.2.2cvs1
676
677         * configure.ac
678                 Update version number following
679                 stable release
680
681 2006-06-06 [paul]       2.2.1cvs6
682
683         * src/matcher.c
684                 fix  implicit declaration of
685                 sylpheed_do_idle()
686                 Patch by Fabien Vantard
687
688 2006-06-06 [paul]       2.2.1cvs5
689
690         * src/matcher.c
691                 fix age_greater and age_lower so that they
692                 mean what say and not '...or equal to'
693                 Thanks to Colin
694
695 2006-06-06 [paul]       2.2.1cvs4
696
697         * src/textview.c
698         * src/common/utils.c
699                 fix URI check
700                 Thanks to Colin
701
702 2006-06-05 [wwp]        2.2.1cvs3
703
704         * manual/fr/account.xml
705                 minor language fixes (thanks to Fabien Vantard).
706
707 2006-06-05 [colin]      2.2.1cvs2
708
709         * src/prefs_folder_item.c
710         * src/folderview.c
711                 Allow recursive setting of properties 
712                 for whole mailboxes
713         * src/matcher.c
714                 Don't freeze on 'test' filtering rule
715
716 2006-06-05 [colin]      2.2.1cvs1
717
718         * configure.ac
719                 Update version number following
720                 stable release
721
722 2006-06-04 [wwp]        2.2.0cvs82
723
724         * manual/glossary.xml
725         * manual/account.xml
726         * manual/fr/glossary.xml
727         * manual/fr/account.xml
728                 added glossary section and references/links related to the Face custom header.
729
730 2006-06-04 [colin]      2.2.0cvs81
731
732         * src/summaryview.c
733                 Skip to next message on move with no
734                 immediate execution
735
736 2006-06-04 [wwp]        2.2.0cvs80
737
738         * manual/xml2pdf
739                 added sanity checks, exit when needed.
740
741 2006-06-03 [paul]       2.2.0cvs79
742
743         * src/prefs_receive.c
744                 page name is now 'Receiving'
745         * src/prefs_send.c
746                 page name is now 'Sending'
747
748 2006-06-03 [colin]      2.2.0cvs78
749
750         * src/plugins/spamassassin/spamassassin_gtk.c
751                 Autoswitch to Localhost if transport was previously
752                 disabled. Else people had to check [] Enable, then
753                 *reselect* transport.
754
755 2006-06-03 [colin]      2.2.0cvs77
756
757         * src/plugins/pgpinline/pgpinline.c
758         * src/plugins/pgpmime/pgpmime.c
759                 Check that gpg_data_release_and_get_mem 
760                 didn't fail (now, why this happens...)
761
762 2006-06-03 [colin]      2.2.0cvs76
763
764         * src/mbox.c
765                 Fix bug #962 (Manual and/or UI should 
766                 warn about incompatible locking 
767                 causing dataloss)
768
769 2006-06-02 [cleroy]     2.2.0cvs75
770
771         * src/filtering.c
772         * src/folder.c
773         * src/procmsg.c
774         * src/summaryview.c
775                 Fix a few leaks
776
777 2006-06-02 [colin]      2.2.0cvs74
778
779         * src/main.c
780                 On exit, free caches after writing them
781                 Shuts up some valgrind false positives
782         * src/procmsg.c
783         * src/send_message.c
784                 Fix races when reusing existing SMTP connections
785                 Fix inexistant session timeout
786         * src/toolbar.c
787                 Display alertpanel after all queues have
788                 been processed, not after each
789
790 2006-06-02 [wwp]        2.2.0cvs73
791
792         * manual/fr/glossary.xml
793         * manual/fr/ack.xml
794         * manual/ack.xml
795                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
796
797 2006-06-02 [wwp]        2.2.0cvs72
798
799         * manual/xml2pdf
800         * manual/dist/pdf/Makefile.am
801         * manual/dtd/manual.xsl
802         * manual/fr/dist/pdf/Makefile.am
803         * manual/pl/dist/pdf/Makefile.am
804                 we changed the procedure to generate the .pdf version of the manual.
805                 The procedure is more modern and the .pdf we get now has a valid index.
806                 Here are the new pre-requisites:
807
808                 - JRE 1.x (1.4 here): there must be one from your distro
809                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
810                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
811                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
812
813                 See my posts for further info about the installation of this toolchain:
814
815                 Date: Fri, 19 May 2006 19:40:06 +0200
816                 From: wwp <subscript@free.fr>
817                 To: sylpheed-claws-devel@lists.sourceforge.net
818                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
819
820                 and
821
822                 Date: Wed, 24 May 2006 12:58:49 +0200
823                 From: wwp <subscript@free.fr>
824                 To: sylpheed-claws-devel@lists.sourceforge.net
825                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
826
827 2006-06-01 [colin]      2.2.0cvs71
828
829         * src/compose.c
830                 Better guards against IMAP races
831         * src/main.c
832         * src/prefs_common.c
833         * src/prefs_common.h
834         * src/common/ssl_certificate.c
835         * src/etpan/imap-thread.c
836         * src/etpan/imap-thread.h
837         * src/gtk/sslcertwindow.c
838                 New hidden option ssl_skip_cert_check to 
839                 avoid dups of bug #959 (libetpan linked
840                 against gnutls and gnutls buggy on 64bit)
841                 Present expired warning only once per
842                 session/server.
843         * manual/advanced.xml
844         * manual/fr/advanced.xml
845                 Document new option
846
847 2006-06-01 [wwp]        2.2.0cvs70
848
849         * src/messageview.c
850                 fix for bug #961 (return receipt dialog 
851                 complains incorrectly about return-path 
852                 email adress being different), thanks 
853                 to Colin.
854
855 2006-05-31 [cleroy]     2.2.0cvs69
856
857         * src/common/ssl.c
858                 Guard against NULLs, although this
859                 should never be an issue
860
861 2006-05-31 [colin]      2.2.0cvs68
862
863         * src/filtering.c
864                 Use g_slist_prepend
865         * src/imap.c
866                 Don't remove caches when destroying folder, it
867                 could (should) be done at exit
868         * src/inc.c
869                 free processing cache after incorporation
870         * src/etpan/imap-thread.c
871                 Maybe fix bug #959 (Crash on moving to emails 
872                 to a imap account per ssl with a expired 
873                 certificate.)
874
875 2006-05-30 [colin]      2.2.0cvs67
876
877         * src/summaryview.c
878                 Put back event flush when displaying message
879                 It avoids reading a bunch of messages just
880                 by hitting shift-n for too long ;)
881
882 2006-05-29 [colin]      2.2.0cvs66
883
884         * src/summaryview.c
885                 Remove useless g_warnings
886
887 2006-05-29 [colin]      2.2.0cvs65
888
889         * src/imap.c
890                 Fix g_slist_append()s for performance
891
892 2006-05-29 [colin]      2.2.0cvs64
893
894         * src/compose.c
895         * src/common/utils.c
896                 Fix extraneous tab at start of addresses
897         * src/mainwindow.c
898                 Fix warnings (thanks to Fabien)
899                 Fix crash at exit when composing messages 
900                 exist
901         * src/pop.c
902                 Fix progress bar when deleting expired mails
903                 Thanks to Hiro
904         * src/summaryview.c
905         * src/gtk/gtksctree.c
906                 Fix re-sorting slowness
907
908 2006-05-29 [paul]       2.2.0cvs63
909
910         * src/mh.c
911                 fetch full message when moving mails
912                 from another mailbox, (fixed data loss
913                 when filtering from IMAP to MH, introduced
914                 in 2.2.0cvs57).
915                 Thanks to Colin
916
917 2006-05-29 [mones]      2.2.0cvs62
918
919         * src/gtk/gtksctree.c
920                 Unselect faster (patch by Colin)        
921
922 2006-05-26 [colin]      2.2.0cvs61
923
924         * src/summaryview.c
925                 Unplug MSGINFO_UPDATE callback on delete too.
926
927 2006-05-26 [colin]      2.2.0cvs60
928
929         * src/foldersel.c
930                 Fix bold in folder selection window with glib2.10
931                 thanks Hiro
932
933 2006-05-26 [colin]      2.2.0cvs59
934
935         * src/procheader.c
936                 Convert date only if necessary (and don't
937                 try to convert from utf8 to utf8, too)
938         * src/summaryview.c
939                 Only set column's text if the column's 
940                 displayed
941
942 2006-05-26 [colin]      2.2.0cvs58
943
944         * src/summaryview.c
945         * src/gtk/gtkutils.c
946                 Fix useless warning
947
948 2006-05-26 [colin]      2.2.0cvs57
949
950         * src/mainwindow.c
951                 Make summaryview selectable as long as 
952                 no message has focus
953         * src/mh.c
954                 Faster deletion (by implementing mh_remove_msgs)
955                 Faster copy (avoid using mh_fetch_msg just to get
956                 the filename)
957                 Faster move (using move_file instead of copy_file
958                 if MSG_IS_MOVE)
959                 No progressbar if total number of mails to cp/mv 
960                 is less than 100
961         * src/summaryview.c
962                 Fix removal from subject_table when mail gets moved
963                 Faster deletion (g_slist_prepend instead of append)
964         * src/gtk/gtksctree.c
965                 Remove useless code
966
967 2006-05-25 [colin]      2.2.0cvs56
968
969         * src/common/ssl_certificate.c
970                 Fix leak in expired cert check
971
972 2006-05-25 [colin]      2.2.0cvs55
973
974         * src/mh.c
975                 Disable flags syncing on .mh_sequences - it
976                 is buggy and marks mails read under unknown
977                 conditions.
978
979 2006-05-25 [paul]
980
981         * 2.3.0-rc4 released
982
983 2006-05-24 [colin]      2.2.0cvs54
984
985         attention cvs users: if you manage to crash
986         Sylpheed-Claws while moving, copying or deleting
987         mails, we *are* interested in stack traces and
988         valgrind logs. It looks stable, but one never
989         knows...
990
991         * src/folder.c
992                 Add progressbar for cache updates
993         * src/folderutils.c
994                 Optimize Mark all read in the current
995                 folder
996         * src/mh.c
997                 Add progressbar for copy/move
998         * src/procmsg.c
999                 Optimize O(n^2) in copy/move
1000         * src/summaryview.c
1001         * src/gtk/gtksctree.c
1002                 Optimize O(n^2) algos
1003         * src/common/timing.h
1004                 Display ms instead of us
1005
1006 2006-05-24 [wwp]        2.2.0cvs53
1007
1008         * manual/fr/advanced.xml
1009                 updates to the French manual.
1010
1011 2006-05-24 [wwp]        2.2.0cvs52
1012
1013         * src/common/utils.c
1014                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1015
1016 2006-05-24 [wwp]        2.2.0cvs51
1017
1018         * src/folderutils.c
1019                 fixed "mark all read" in MH folders (thanks to Colin).
1020
1021 2006-05-24 [paul]       2.2.0cvs50
1022
1023         * doc/man/sylpheed-claws.1
1024                 updated the man page
1025
1026 2006-05-23 [colin]      2.2.0cvs49
1027
1028         * src/folderview.c
1029         * src/imap.c
1030         * src/inc.c
1031         * src/mbox.c
1032         * src/messageview.c
1033         * src/news.c
1034         * src/send_message.c
1035         * src/summaryview.c
1036         * src/gtk/sslcertwindow.c
1037                 alertpanel fixes, by Fabien
1038
1039 2006-05-23 [colin]      2.2.0cvs48
1040
1041         * src/folder.c
1042         * src/folderview.c
1043         * src/msgcache.c
1044         * src/summaryview.c
1045         * src/gtk/gtksctree.c
1046         * src/gtk/gtksctree.h
1047                 More timings
1048                 Fix slow loading problem, which was caused by the
1049                 use of some gtk_ctree funcs and their use of
1050                 g_list_position while gtk_ctree_(un)link'ing.
1051                 Reap more functions from gtkctree.c to be sure we
1052                 use our (fast) version instead of theirs.
1053         * src/mh.c
1054                 Fix copy of unread mails
1055
1056
1057 2006-05-22 [wwp]        2.2.0cvs47
1058
1059         * manual/fr/advanced.xml
1060                 updated.
1061
1062 2006-05-22 [colin]      2.2.0cvs46
1063
1064         * src/filtering.c
1065                 Fix possible infinite loop. 'copy' is not a 
1066                 final action, so when encountering a 'copy',
1067                 we have to check if a previous one was set
1068                 and do it. In the same way, if we encounter
1069                 a 'move' we have to perform a possibly 
1070                 pending 'copy'. This will slow down filtering
1071                 on IMAP if move+copy or multiple copy actions
1072                 are to be done, but handling it via the batch
1073                 would be really too convoluted.
1074
1075 2006-05-22 [wwp]        2.2.0cvs45
1076
1077         * manual/fr/advanced.xml
1078         * manual/fr/faq.xml
1079         * manual/fr/glossary.xml
1080         * manual/fr/handling.xml
1081         * manual/fr/intro.xml
1082         * manual/fr/plugins.xml
1083         * manual/fr/sylpheed-claws-manual.xml
1084                 sync w/ the english manual: updates URIs, documented mailing-list
1085                 support, better explanation about the enabled/disabled feature
1086                 in filtering/processing rules by Paul.
1087
1088 2006-05-21 [colin]      2.2.0cvs44
1089
1090         * src/summaryview.c
1091                 Don't expand after building threads, but during
1092
1093 2006-05-21 [colin]      2.2.0cvs43
1094
1095         * src/procmsg.c
1096         * src/summaryview.c
1097                 More timing possibilities... For next time I have 
1098                 to find out how the hell some 3GHz computer takes
1099                 one minute to open a 30k folder...
1100
1101 2006-05-21 [colin]      2.2.0cvs42
1102
1103         * manual/pl/advanced.xml
1104         * manual/pl/faq.xml
1105         * manual/pl/glossary.xml
1106         * manual/pl/handling.xml
1107         * manual/pl/intro.xml
1108         * manual/pl/plugins.xml
1109         * manual/pl/sylpheed-claws-manual.xml
1110                 Polish manual updated by Pawel
1111
1112 2006-05-20 [colin]
1113
1114         * 2.3.0-rc3 released
1115
1116 2006-05-20 [colin]      2.2.0cvs41
1117
1118         * src/imap.c
1119                 Fix -rc2 problems:
1120                 - remove cache of moved messages from original folder
1121                 - apply new flags to messages even if they aren't appliable
1122                   via IMAP.
1123
1124 2006-05-20 [colin]
1125
1126         * 2.3.0-rc2 released
1127
1128 2006-05-19 [colin]      2.2.0cvs40
1129
1130         * src/imap.c
1131                 Don't issue SELECT in imap_change_flags
1132                 before having checked that we indeed have
1133                 some flags to change. MSG_POSTFILTERED for
1134                 example can't be used on IMAP.
1135                 Fixes bug #955 (copying messages between 
1136                 imap folders is extremely slow), which was
1137                 a regression.
1138
1139 2006-05-19 [colin]      2.2.0cvs39
1140
1141         * src/folder.c
1142         * src/folder.h
1143         * src/folderview.c
1144                 Try to fix bug #830 (Some unread messages 
1145                 get marked read in IMAP inbox):
1146                 - Prevent scanning a folder if it's being 
1147                   opened via the GUI
1148                 - Postpone opening via the GUI of a folder
1149                   currently scanned.
1150
1151
1152 2006-05-19 [wwp]        2.2.0cvs38
1153
1154         * manual/advanced.xml
1155                 fix English+typo (thanks to Paul).
1156
1157 2006-05-19 [wwp]        2.2.0cvs37
1158
1159         * manual/advanced.xml
1160         * manual/fr/advanced.xml
1161         * src/gtk/logwindow.c
1162         * src/prefs_common.c
1163         * src/prefs_common.h
1164                 added hidden prefs to allow customization of colors used in
1165                 protocol log window (useful for dark gtk+ themes).
1166
1167 2006-05-19 [wwp]        2.2.0cvs36
1168
1169         * ChangeLog
1170                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1171
1172 2006-05-19 [paul]       2.2.0cvs35
1173
1174         * src/textview.c
1175                 make Reply-To fully clickable
1176         * src/gtk/logwindow.c
1177                 more colouring (SMTP ESMTP)
1178         Both patches by Pawel Pekala
1179
1180 2006-05-19 [cleroy]     2.2.0cvs34
1181
1182         * src/mh.c
1183                 Don't update flags from current folder
1184                 Probably fixes bug #935 (Read Messages 
1185                 Revert to Being Marked as Unread)
1186
1187 2006-05-18 [colin]      2.2.0cvs33
1188
1189         * src/imap.c
1190                 Warning fix
1191         * src/compose.c
1192         * src/mainwindow.c
1193         * src/summaryview.c
1194         * src/toolbar.c
1195                 Allow replying to multiple emails
1196                 in multiple windows
1197         * src/mimeview.c
1198         * src/etpan/imap-thread.c
1199                 Leak fixes
1200
1201 2006-05-18 [paul]       2.2.0cvs32
1202
1203         * src/summaryview.c
1204                 keep Mailing-List menu refreshed
1205                 Thanks to Colin
1206
1207 2006-05-18 [paul]       2.2.0cvs31
1208
1209         * manual/advanced.xml
1210         * manual/faq.xml
1211         * manual/glossary.xml
1212         * manual/handling.xml
1213         * manual/intro.xml
1214         * manual/plugins.xml
1215         * manual/sylpheed-claws-manual.xml
1216                 update URLs
1217                 add info about mailing-list support
1218                 edit filtering info
1219         * src/wizard.c
1220         * src/common/defs.h
1221         * src/gtk/about.c
1222         * src/plugins/dillo_viewer/README
1223                 update URLs
1224
1225 2006-05-17 [wwp]        2.2.0cvs30
1226
1227         * manual/handling.xml
1228         * manual/fr/handling.xml
1229                 documented the ability to enabled/disable filtering/processing rules.
1230
1231 2006-05-17 [colin]      2.2.0cvs29
1232
1233         * src/main.c
1234                 Don't initialize g_thread subsystem if it's 
1235                 already done (thanks to Hiro)
1236         * src/mimeview.c
1237                 Fix saving of parts when there name can't be
1238                 converted from UTF-8.
1239
1240 2006-05-17 [paul]       2.2.0cvs28
1241
1242         * po/Makefile.in.in
1243                 fix config.status warning with autoconf 2.60
1244
1245 2006-05-17 [paul]       2.2.0cvs27
1246
1247         * po/POTFILES.in
1248                 add src/mbox.c
1249
1250 2006-05-17 [wwp]        2.2.0cvs26
1251
1252         * src/mainwindow.c
1253                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1254
1255 2006-05-17 [wwp]        2.2.0cvs25
1256
1257         * src/plugins/demo/demo.c
1258                 updated product name in plugin demo (many plugins need to be
1259                 sync'ed w/ that change).
1260
1261 2006-05-17 [colin]      2.2.0cvs24
1262
1263         * src/mh.c
1264                 Fix leak
1265
1266 2006-05-16 [colin]      2.2.0cvs23
1267
1268         * src/mainwindow.c
1269                 Stupid me hit again. Fix cvs22.
1270
1271 2006-05-16 [colin]      2.2.0cvs22
1272
1273         * src/mainwindow.c
1274                 Fix bug #922 (sylpheed-claws crashed after 
1275                 pushing on Inbox folder)
1276
1277 2006-05-16 [colin]      2.2.0cvs21
1278
1279         * src/compose.c
1280                 Make From header be copy/paste/select-able
1281
1282 2006-05-16 [wwp]        2.2.0cvs20
1283
1284         * src/export.c
1285         * src/matcher.c
1286         * src/summaryview.c
1287         * src/etpan/imap-thread.c
1288                 fix some compiler warnings (thanks to Colin).
1289
1290 2006-05-16 [wwp]        2.2.0cvs19
1291
1292         * src/action.c
1293         * src/gedit-print.c
1294         * src/inc.c
1295         * src/mainwindow.c
1296         * src/mh.c
1297         * src/statusbar.c
1298         * src/send_message.c
1299         * src/summaryview.c
1300                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1301
1302 2006-05-15 [colin]      2.2.0cvs18
1303
1304         * src/procmsg.c
1305                 Fix automatic rule creation with List-Post
1306
1307 2006-05-15 [paul]       2.2.0cvs17
1308
1309         * tools/filter_conv_new.pl
1310                 updated for rule enabling/disabling
1311                 claws version >= 2.3.x required
1312
1313 2006-05-15 [cleroy]     2.2.0cvs16
1314
1315         * src/main.c
1316                 Revert test
1317
1318 2006-05-15 [cleroy]     2.2.0cvs15
1319
1320         * src/main.c
1321                 test
1322
1323 2006-05-15 [wwp]        2.2.0cvs14
1324
1325         * manual/pl/.cvsignore
1326                 ignore generated files.
1327
1328 2006-05-14 [wwp]        2.3.0-rc1
1329
1330         * 2.3.0-rc1 released
1331
1332 2006-05-13 [wwp]        2.2.0cvs13
1333
1334         * src/filtering.c
1335         * src/filtering.h
1336         * src/matcher.c
1337         * src/matcher_parser_lex.l
1338         * src/matcher_parser_parse.y
1339         * src/prefs_filtering.c
1340                 new feature: provide the ability to disable filtering and processing
1341                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1342                 adaptations.
1343
1344 2006-05-13 [colin]      2.2.0cvs12
1345
1346         * src/compose.c
1347                 Remove useless if (a) b; else b;
1348                 Thanks to wwp
1349
1350 2006-05-13 [wwp]        2.2.0cvs11
1351
1352         * src/export.c
1353         * src/import.c
1354         * src/mainwindow.c
1355         * src/mbox.c
1356         * src/summaryview.c
1357         * src/summaryview.h
1358                 no more silent failures (or at least less ones) when importing
1359                 or exporting from/to mbox. Also start importing/exporting if
1360                 the necessary info is set.
1361
1362 2006-05-13 [wwp]        2.2.0cvs10
1363
1364         * RELEASE_NOTES
1365                 restored up-to-date release notes.
1366
1367 2006-05-13 [paul]       2.2.0cvs9
1368
1369         * po/nl.po
1370         * po/ru.po
1371                 updated by Tim Dijkstra and Pavlo Bohmat
1372
1373 2006-05-12 [colin]      2.2.0cvs8
1374
1375         * src/gtk/quicksearch.c
1376                 Add "k" as shortcut for "colorlabel". Patch
1377                 by ath42@users.sf.net.
1378
1379 2006-05-12 [paul]       2.2.0cvs7
1380
1381         * src/prefs_common.h
1382         * src/prefs_summaries.c
1383         * src/summaryview.c
1384                 when entering a folder also allow
1385                 going directly to first Marked message
1386
1387 2006-05-12 [paul]       2.2.0cvs6
1388
1389         * src/summaryview.c
1390                 always obey 'confirm before marking all
1391                 mails read' option
1392
1393 2006-05-12 [paul]       2.2.0cvs5
1394
1395         * src/textview.c
1396                 make Sender fully clickable
1397
1398 2006-05-12 [colin]      2.2.0cvs4
1399
1400         * src/compose.c
1401         * src/compose.h
1402                 Let From be editable
1403         * src/main.c
1404         * src/mh.c
1405                 Full support of .mh_sequences' Unseen seq
1406
1407 2006-05-12 [colin]      2.2.0cvs3
1408
1409         * src/folder.c
1410         * src/mainwindow.c
1411         * src/mainwindow.h
1412         * src/messageview.c
1413         * src/prefs_spelling.c
1414         * src/procheader.c
1415         * src/procmsg.c
1416         * src/procmsg.h
1417         * src/summaryview.c
1418         * src/toolbar.c
1419         * src/toolbar.h
1420                 Add contextual menu on Compose toolbar
1421                 button. Fixes bug #944 (Automatic
1422                 addresses not applied when changing account
1423                 from compose window)
1424                 add Mailing List support
1425                 based on the old 0.6.5claws25 patch by
1426                 Melvin Hadasht, with finishing touches
1427                 by Colin
1428                 Fix "ignore thread" when mails are threaded by
1429                 subject (and weren't ignored although appearing
1430                 in the thread).
1431                 GUI rework.
1432                 Both patches by Pawel.
1433
1434 2006-05-08 [paul]       2.2.0cvs2
1435
1436         * src/mainwindow.c
1437         * src/mainwindow.h
1438         * src/messageview.c
1439         * src/procheader.c
1440         * src/procmsg.c
1441         * src/procmsg.h
1442         * src/summaryview.c
1443                 add Mailing List support
1444                 based on the old 0.6.5claws25 patch by 
1445                 Melvin Hadasht, with finishing touches
1446                 by Colin
1447
1448 2006-05-08 [colin]      2.2.0cvs1
1449
1450         * src/mainwindow.c
1451         * src/toolbar.c
1452         * src/toolbar.h
1453                 Add contextual menu on Compose toolbar 
1454                 button. Fixes bug #944 (Automatic 
1455                 addresses not applied when changing account 
1456                 from compose window)
1457
1458 2006-05-08 [paul]       2.2.0
1459
1460         2.2.0 released
1461
1462 2006-05-08 [paul]       2.1.1cvs51
1463
1464         * po/cs.po
1465         * po/de.po
1466         * po/en_GB.po
1467         * po/fi.po
1468         * po/fr.po
1469         * po/pt_BR.po
1470         * po/sr.po
1471         * po/zh_CN.po
1472                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1473                 Fabien Vantard, Frederico Goncalves Guimaraes,
1474                 Aleksandar Urosevic, and Ralgh Young
1475
1476 2006-05-12 [colin]      2.1.1cvs50
1477
1478         * po/cs.po
1479         * po/de.po
1480         * po/en_GB.po
1481         * po/es.po
1482         * po/fi.po
1483         * po/fr.po
1484         * po/pt_BR.po
1485         * po/sr.po
1486         * po/zh_CN.po
1487                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1488                 Fabien Vantard, Frederico Goncalves Guimaraes,
1489                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1490
1491 2006-05-05 [colin]      2.1.1cvs49
1492
1493         * manual/Makefile.am
1494         * manual/pl/Makefile.am
1495         * manual/pl/account.xml
1496         * manual/pl/ack.xml
1497         * manual/pl/addrbook.xml
1498         * manual/pl/advanced.xml
1499         * manual/pl/faq.xml
1500         * manual/pl/glossary.xml
1501         * manual/pl/gpl.xml
1502         * manual/pl/handling.xml
1503         * manual/pl/intro.xml
1504         * manual/pl/keyboard.xml
1505         * manual/pl/plugins.xml
1506         * manual/pl/starting.xml
1507         * manual/pl/sylpheed-claws-manual.xml
1508         * manual/pl/dist/.cvsignore
1509         * manual/pl/dist/Makefile.am
1510         * manual/pl/dist/html/.cvsignore
1511         * manual/pl/dist/html/Makefile.am
1512         * manual/pl/dist/pdf/.cvsignore
1513         * manual/pl/dist/pdf/Makefile.am
1514         * manual/pl/dist/ps/.cvsignore
1515         * manual/pl/dist/ps/Makefile.am
1516         * manual/pl/dist/txt/.cvsignore
1517         * manual/pl/dist/txt/Makefile.am
1518                 Add the polish translation of the manual,
1519                 Authored by Pawel Pekala.
1520
1521 2006-05-05 [cleroy]     2.1.1cvs48
1522
1523         * src/main.c
1524                 Re-read matcherrc after loading plugins 
1525                 if some of them add folders.
1526
1527 2006-05-03 [colin]      2.1.1cvs47
1528
1529         * src/imap.c
1530                 I'm idiot
1531
1532 2006-05-03 [colin]      2.1.1cvs46
1533
1534         * src/imap.c
1535                 Be sure to have a session when
1536                 getting separator
1537
1538 2006-05-03 [colin]      2.1.1cvs45
1539
1540         * src/imap.c
1541         * src/imap.h
1542         * src/imap_gtk.c
1543                 Fix preventing renaming with namespace 
1544                 separator.
1545
1546 2006-05-01 [colin]      2.1.1cvs44
1547
1548         * src/action.c
1549                 Don't reload messageview when result of
1550                 action is piped.
1551
1552 2006-04-29 [colin]      2.1.1cvs43
1553
1554         * src/prefs_receive.c
1555         * src/plugins/spamassassin/spamassassin_gtk.c
1556         * src/plugins/clamav/clamav_plugin_gtk.c
1557                 GUI fixes by Pawel
1558
1559 2006-04-29 [colin]      2.1.1cvs42
1560
1561         * src/prefs_compose_writing.c
1562         * src/prefs_quote.c
1563                 Cleanups. Patch by Pawel
1564
1565 2006-04-28 [paul]       2.1.1cvs41
1566
1567         * src/matcher.c
1568                 fix returned quick search results when search
1569                 term contains an underscore.
1570                 Thanks to Colin
1571
1572 2006-04-28 [paul]       2.1.1cvs40
1573
1574         * src/prefs_message.c
1575         * src/prefs_receive.c
1576                 GUI cleanups
1577                 Patches by Pawel Pekala
1578
1579 2006-04-27 [colin]      2.1.1cvs39
1580
1581         * src/wizard.c
1582                 Differentiate subject Welcome from
1583                 window's title Welcome
1584
1585 2006-04-27 [paul]
1586
1587         2.2.0-rc1 released
1588
1589 2006-04-27 [paul]       2.1.1cvs38
1590
1591         * manual/advanced.xml
1592         * manual/fr/advanced.xml
1593                 add info about compose_no_markup hidden pref
1594
1595 2006-04-27 [paul]       2.1.1cvs37
1596
1597         * src/prefs_account.c
1598                 improve privacy labels
1599         * src/prefs_msg_colors.c
1600                 change some strings for translators' convenience
1601         * src/gtk/gtkutils.c
1602                 don't underline the link button text
1603
1604 2006-04-25 [colin]      2.1.1cvs36
1605
1606         * src/folder.c
1607                 Complete 2.1.1cvs33 (once more ;)
1608
1609 2006-04-25 [colin]      2.1.1cvs35
1610
1611         * src/editldap.c
1612                 Fix tooltip
1613
1614 2006-04-25 [cleroy]     2.1.1cvs34
1615
1616         * src/compose.c
1617         * src/gtk/gtkaspell.c
1618                 Fix crash on redirect (related to the return 
1619                 of the aspell menu in compose's toolbar)
1620         * src/prefs_msg_colors.c
1621                 Fix sensitivity widgets
1622         * src/image_viewer.c
1623         * src/gtk/pluginwindow.c
1624         * src/gtk/prefswindow.c
1625                 Change released signals to clicked (Fabien)
1626         * po/POTFILES.in
1627         * src/common/socket.c
1628         * src/plugins/spamassassin/spamassassin.c
1629                 Translate strings (Fabien)
1630
1631 2006-04-25 [paul]       2.1.1cvs33
1632
1633         * src/folder.c
1634         * src/folder.h
1635         * src/folderview.c
1636                 complete the fix of bug #912
1637                 Thanks to Colin
1638
1639 2006-04-25 [colin]      2.1.1cvs32
1640
1641         * src/news.c
1642                 Better progress bar
1643         * src/mimeview.c
1644         * src/summaryview.c
1645         * src/summaryview.h
1646                 Fix focus chain
1647                 Patches by Pawel Pekala
1648
1649 2006-04-24 [colin]      2.1.1cvs31
1650
1651         * src/compose.c
1652                 Fix compilation warnings (Fabien)
1653
1654 2006-04-24 [colin]      2.1.1cvs30
1655
1656         * src/addrindex.c
1657         * src/editldap.c
1658         * src/editldap_basedn.c
1659         * src/editldap_basedn.h
1660         * src/ldapctrl.c
1661         * src/ldapctrl.h
1662         * src/ldapquery.c
1663         * src/ldaputil.c
1664         * src/ldaputil.h
1665                 Fix bug #901 (LDAPS support)
1666
1667 2006-04-24 [colin]      2.1.1cvs29
1668
1669         * src/compose.c
1670                 Fix logic on error with send dialog on
1671         * src/imap.c
1672                 Fix compilation without libetpan, thanks
1673                 to Fabien
1674         * src/summaryview.c
1675                 Fix 'context-menu' key
1676
1677 2006-04-23 [colin]      2.1.1cvs28
1678
1679         * src/folder.c
1680                 Never free current's cache to free up 
1681                 memory. Fixes bug #912 (new count 
1682                 randomly set to message count)
1683
1684 2006-04-23 [colin]      2.1.1cvs27
1685
1686         * src/gtk/quicksearch.c
1687                 And remove printf...
1688
1689 2006-04-23 [colin]      2.1.1cvs26
1690
1691         * src/gtk/quicksearch.c
1692                 Fix replacing in quicksearch, and fix inserting
1693                 in the middle of the string. (introduced at 2.1.0cvs22)
1694
1695 2006-04-23 [colin]      2.1.1cvs25
1696
1697         * src/imap.c
1698                 Make sure uidnext is initialized in get_num_list
1699                 (not for stable, related to 2.1.1cvs8 and friends)
1700
1701 2006-04-23 [colin]      2.1.1cvs24
1702
1703         * src/imap.c
1704                 Output something when login is successful
1705                 too
1706
1707 2006-04-23 [colin]      2.1.1cvs23
1708
1709         * src/etpan/imap-thread.c
1710                 Better logging (line-per-line, hide data in fetch)
1711                 Fix a const warning
1712         * src/gtk/logwindow.c
1713         * src/gtk/logwindow.h
1714                 Better logging (color for input/output)
1715
1716 2006-04-21 [colin]      2.1.1cvs22
1717
1718         * src/gtk/quicksearch.c
1719                 On gtk+-2.8, use stock buttons in quicksearch
1720                 Based on a patch by Fabien and a design by Paul
1721
1722 2006-04-21 [colin]      2.1.1cvs21
1723
1724         * src/folderview.c
1725         * src/mainwindow.c
1726                 Fix occasional flicker in folderview
1727         * src/common/utils.c
1728                 Fix bug #943 (Incorrectly parsed email address 
1729                 list in short headers on message view and in 
1730                 printouts)
1731
1732 2006-04-20 [colin]      2.1.1cvs20
1733
1734         * src/imap.c
1735         * src/imap.h
1736         * src/prefs_account.c
1737                 Add ANONYMOUS auth for IMAP
1738
1739 2006-04-20 [paul]       2.1.1cvs19
1740
1741         * src/main.c
1742                 proper fix for 2.1.1cvs18
1743                 Thanks to Colin
1744
1745 2006-04-20 [paul]       2.1.1cvs18
1746
1747         * src/main.c
1748                 fix build warnings
1749
1750 2006-04-20 [paul]       2.1.1cvs17
1751
1752         * src/gtk/quicksearch.c
1753                 fix standard, non-extended Quick search,
1754                 was broken in 2.1.1cvs15.
1755                 Thanks to Colin.
1756
1757 2006-04-20 [colin]      2.1.1cvs16
1758
1759         * src/prefs_matcher.c
1760                 Fix values when reselecting a ~test
1761                 rule
1762
1763 2006-04-19 [colin]      2.1.1cvs15
1764
1765         * src/compose.c
1766         * src/compose.h
1767         * src/gtk/gtkaspell.c
1768         * src/gtk/gtkaspell.h
1769                 Put back Options menu in Spelling/
1770         * src/gtk/quicksearch.c
1771                 Don't search, and show error, if the
1772                 advanced search has a syntax error
1773
1774 2006-04-18 [colin]      2.1.1cvs14
1775
1776         * src/textview.c
1777                 Fix gdk warnings on set_cursor when textview
1778                 isn't visible
1779
1780 2006-04-18 [colin]      2.1.1cvs13
1781
1782         * src/gtk/gtksctree.c
1783                 Remove seemingly useless refresh that causes
1784                 flicker - watch this commit in case of 
1785                 problems before planned backport to stable
1786
1787 2006-04-18 [colin]      2.1.1cvs12
1788
1789         * src/imap.c
1790                 Factorize get/set_xml code
1791         * src/compose.c
1792         * src/prefs_account.c
1793         * src/prefs_account.h
1794         * src/procmsg.c
1795                 Add Encrypt to self option
1796
1797 2006-04-17 [colin]      2.1.1cvs11
1798
1799         * configure.ac
1800                 Fix search on encrpyt function on dragonfly
1801                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1802
1803 2006-04-17 [colin]      2.1.1cvs10
1804
1805         * src/prefs_account.c
1806                 Be safe by default: remove mails from POP3
1807                 after 7 days, not immediately
1808
1809 2006-04-17 [colin]      2.1.1cvs9
1810
1811         * src/etpan/imap-thread.c
1812                 Fix build on DragonFly - patch by 
1813                 Jonathan Buschmann <jonthn@agmact.com>
1814
1815 2006-04-17 [colin]      2.1.1cvs8
1816
1817         * src/imap.c
1818                 Save uidnext between sessions
1819
1820 2006-04-17 [colin]      2.1.1cvs7
1821
1822         * src/imap.c
1823                 scan is required when uid validity changes
1824
1825 2006-04-17 [colin]      2.1.1cvs6
1826
1827         * src/folderview.c
1828                 Don't scan if not necessary, apart in current
1829                 folder and INBOX to fetch flags.
1830         * src/imap.c
1831                 Scan is necessary if unread count changes
1832
1833 2006-04-17 [colin]      2.1.1cvs5
1834
1835         * src/imap.c
1836                 ...But always fetch ANSWERED and DELETED flags for
1837                 INBOX, as filtering can happen on these flags.
1838
1839 2006-04-17 [colin]      2.1.1cvs4
1840
1841         * src/imap.c
1842                 Don't fetch REPLIED and DELETED flags when synchronising
1843                 flags with a closed folder. We only need UNSEEN and FLAGGED
1844                 to update the folderview.
1845
1846 2006-04-17 [colin]      2.1.1cvs3
1847
1848         * src/imap.c
1849                 Faster flag search when there are new mails 
1850                 in a folder. We can do a full search if the 
1851                 folder contains less messages than the new
1852                 list.
1853
1854 2006-04-17 [colin]      2.1.1cvs2
1855
1856         * po/cs.po
1857         * po/de.po
1858         * po/fr.po
1859         * po/nl.po
1860         * po/pt_BR.po
1861                 Update translations from stable branch
1862
1863 2006-04-17 [colin]      2.1.1cvs1
1864
1865         * configure.ac
1866                 Bump version to follow stable release
1867
1868 2006-04-16 [mones]      2.1.0cvs50
1869
1870         * po/es.po
1871                 Updated for release
1872
1873 2006-04-16 [colin]      2.1.0cvs49
1874
1875         * src/textview.c
1876                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1877                 with gtk < 2.8. Thanks to Fabien Vantard.
1878
1879 2006-04-15 [colin]      2.1.0cvs48
1880
1881         * src/etpan/imap-thread.c
1882                 Fix bug #919 (libetpan: SEGV when connecting 
1883                 using command)
1884
1885 2006-04-14 [colin]      2.1.0cvs47
1886
1887         * src/main.c
1888                 Fix race on --select (should be done better)
1889
1890 2006-04-14 [wwp]        2.1.0cvs46
1891
1892         * src/send_message.c
1893                 enforce a check for domain in account prefs (a sending
1894                 error could be faced if domain was checked but no value set),
1895                 thanks to Colin.
1896
1897 2006-04-14 [colin]      2.1.0cvs45
1898
1899         * src/codeconv.c
1900                 when converting from unknown to unknown, if the
1901                 string is UTF8, don't convert it to the locale
1902                 (which breaks it)
1903
1904 2006-04-14 [colin]      2.1.0cvs44
1905
1906         * src/compose.c
1907                 Don't try to use ASCII for converting headers
1908                 (as done in body)
1909
1910 2006-04-14 [paul]       2.1.0cvs43
1911
1912         * src/crash.c
1913                 add locale/charset info to crash report
1914         * src/gtk/about.c
1915                 add wwp to doc team
1916                 replace 'e-mail' with preferred 'email'
1917         * src/gtk/authors.h
1918                 ensure contributors list is in alphabetical
1919                 order
1920
1921 2006-04-13 [colin]      2.1.0cvs42
1922
1923         * src/textview.c
1924                 Prevent gdk warnings
1925
1926 2006-04-13 [colin]      2.1.0cvs41
1927
1928         * src/common/ssl_certificate.c
1929         * src/common/ssl_certificate.h
1930         * src/gtk/sslcertwindow.c
1931                 Warn on expired certs, and display the expiration date
1932
1933 2006-04-13 [colin]      2.1.0cvs40
1934
1935         * src/plugins/spamassassin/spamassassin_gtk.c
1936                 Fix missing set_text on unix socket
1937
1938 2006-04-13 [wwp]        2.1.0cvs39
1939
1940         * manual/fr/advanced.xml
1941         * manual/fr/glossary.xml
1942                 applied new spam/ham/email lexicon (pourriel, courriel)
1943
1944 2006-04-13 [paul]       2.1.0cvs38
1945
1946         * src/plugins/pgpmime/plugin.c
1947                 remove the mention of S/MIME from the
1948                 description. This is now handled by the
1949                 S/MIME plugin.
1950
1951 2006-04-13 [paul]       2.1.0cvs37
1952
1953         * src/prefs_msg_colors.c
1954                 rework dialog
1955         * src/prefs_folder_item.c
1956         * src/prefs_spelling.c
1957                 add a tooltip to the colour selector buttons
1958
1959 2006-04-13 [wwp]        2.1.0cvs36
1960
1961         * manual/advanced.xml
1962         * manual/glossary.xml
1963         * manual/handling.xml
1964         * manual/keyboard.xml
1965         * manual/plugins.xml
1966         * manual/starting.xml
1967         * manual/fr/account.xml
1968         * manual/fr/ack.xml
1969         * manual/fr/addrbook.xml
1970         * manual/fr/advanced.xml
1971         * manual/fr/faq.xml
1972         * manual/fr/glossary.xml
1973         * manual/fr/gpl.xml
1974         * manual/fr/handling.xml
1975         * manual/fr/intro.xml
1976         * manual/fr/keyboard.xml
1977         * manual/fr/plugins.xml
1978         * manual/fr/starting.xml
1979         * manual/fr/sylpheed-claws-manual.xml
1980                 fixes to the manuals:
1981                  - summaryview -> Message List (same in French)
1982                  - translate key names
1983                  - fix French punctuation, use non-breakable spaces when
1984                    necessary, don't use &thinsp; which is not portable
1985                  - tell what maildir and mbox formats we support
1986
1987 2006-04-12 [wwp]        2.1.0cvs35
1988
1989         * src/prefs_toolbar.c
1990                 unified a replace button more,
1991                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1992
1993 2006-04-12 [wwp]        2.1.0cvs34
1994
1995         * src/prefs_common.c
1996         * src/prefs_msg_colors.c
1997                 make default color labels translatable,
1998                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1999                 thanks to Tim <timbrain@post.cz> for reporting.
2000
2001 2006-04-12 [wwp]        2.1.0cvs33
2002
2003         * manual/glossary.xml
2004         * manual/intro.xml
2005         * manual/plugins.xml
2006         * manual/starting.xml
2007         * manual/sylpheed-claws-manual.xml
2008         * manual/fr/.cvsignore
2009         * manual/fr/account.xml
2010         * manual/fr/ack.xml
2011         * manual/fr/addrbook.xml
2012         * manual/fr/advanced.xml
2013         * manual/fr/faq.xml
2014         * manual/fr/glossary.xml
2015         * manual/fr/handling.xml
2016         * manual/fr/intro.xml
2017         * manual/fr/keyboard.xml
2018         * manual/fr/plugins.xml
2019         * manual/fr/starting.xml
2020         * manual/fr/sylpheed-claws-manual.xml
2021                 various fixes: typos, missing .fr translations, punctuation,
2022                 capitalization, links, accents and some bad French more.
2023
2024 2006-04-12 [wwp]        2.1.0cvs32
2025
2026         * src/prefs_gtk.c
2027                 fix for bug #935: always store prefs files in UTF-8 (thanks
2028                 to Colin).
2029
2030 2006-04-11 [colin]      2.1.0cvs31
2031
2032         * src/compose.c
2033                 Fix inserting files not in utf8 when locale is utf8
2034
2035 2006-04-11 [colin]      2.1.0cvs30
2036
2037         * src/inc.c
2038                 Don't show error dialog when cancelling connection
2039                 Patch by Pawel
2040
2041 2006-04-11 [cleroy]     2.1.0cvs29
2042
2043         * src/compose.c
2044                 Implement multiple quote levels
2045         * src/prefs_common.c
2046                 Change a little bit the quote bgcolor for 2nd level
2047
2048 2006-04-11 [colin]      2.1.0cvs28
2049
2050         * src/gtk/about.c
2051                 Add locale and charset in the label
2052
2053 2006-04-10 [colin]      2.1.0cvs27
2054
2055         * src/compose.c
2056         * src/prefs_common.c
2057         * src/prefs_common.h
2058         * src/prefs_msg_colors.c
2059         * src/textview.c
2060                 Allow optional background color in quotes
2061                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2062                 GTK+-2.8.x feature
2063
2064 2006-04-10 [colin]      2.1.0cvs26
2065
2066         * src/main.c
2067         * src/mainwindow.c
2068         * src/mainwindow.h
2069                 Implement --select
2070
2071 2006-04-10 [colin]      2.1.0cvs25
2072
2073         * manual/plugins.xml
2074         * manual/fr/plugins.xml
2075                 Document libcurl's proxy variables
2076
2077 2006-04-09 [colin]      2.1.0cvs24
2078
2079         * src/prefs_common.c
2080                 gettext() returns statically allocated stuff. We have
2081                 to strdup it in order to be able to free it.
2082
2083 2006-04-09 [colin]      2.1.0cvs23
2084
2085         * AUTHORS
2086         * src/gtk/authors.h
2087                 Add Alexei
2088
2089 2006-04-09 [colin]      2.1.0cvs22
2090
2091         * src/mainwindow.c
2092         * src/gtk/quicksearch.c
2093                 Fix bug #859 (problems with cyrilic input in 
2094                 search panel) - Patch by Alexey Illarionov 
2095                 <littlesavage@rambler.ru>
2096
2097 2006-04-09 [colin]      2.1.0cvs21
2098
2099         * src/prefs_customheader.c
2100                 I prefer removing then freeing rather than the contrary
2101                 (even if it doesn't change anything ;-)
2102         * src/prefs_account.c
2103                 Fix bug #933 (Crash re-entering the custom headers list 
2104                 dialog in accounts prefs)
2105                 The problem happened when cancelling the Account 
2106                 Preferences' dialogs - in which case we didn't do 
2107                 anything to the PrefsAccount * struct. In case of applying,
2108                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2109                 working with in this dialog. The problem is that 
2110                 prefs_customheader.c, working on this tmp_ac_prefs, always
2111                 changes the ->customhdr_list pointer, even when cancelled. 
2112                 So in case of cancelling the prefs_account dialog, we still
2113                 have to update ->customhdr_list in the real account.
2114
2115 2006-04-08 [colin]      2.1.0cvs20
2116
2117         * manual/fr/glossary.xml
2118         * manual/fr/keyboard.xml
2119                 Forgot some headers :)
2120
2121 2006-04-08 [colin]      2.1.0cvs19
2122
2123         * manual/Makefile.am
2124         * manual/fr/Makefile.am
2125         * manual/fr/account.xml
2126         * manual/fr/ack.xml
2127         * manual/fr/addrbook.xml
2128         * manual/fr/advanced.xml
2129         * manual/fr/faq.xml
2130         * manual/fr/glossary.xml
2131         * manual/fr/gpl.xml
2132         * manual/fr/handling.xml
2133         * manual/fr/intro.xml
2134         * manual/fr/keyboard.xml
2135         * manual/fr/plugins.xml
2136         * manual/fr/starting.xml
2137         * manual/fr/sylpheed-claws-manual.xml
2138         * manual/fr/dist/.cvsignore
2139         * manual/fr/dist/Makefile.am
2140         * manual/fr/dist/html/.cvsignore
2141         * manual/fr/dist/html/Makefile.am
2142         * manual/fr/dist/pdf/.cvsignore
2143         * manual/fr/dist/pdf/Makefile.am
2144         * manual/fr/dist/ps/.cvsignore
2145         * manual/fr/dist/ps/Makefile.am
2146         * manual/fr/dist/txt/.cvsignore
2147         * manual/fr/dist/txt/Makefile.am
2148                 Add the french translation of the manual. Thanks to
2149                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2150                 account.xml, ack.xml, addrbook.xml and advanced.xml
2151
2152 2006-04-08 [colin]      2.1.0cvs18
2153
2154         * manual/plugins.xml
2155         * manual/starting.xml
2156                 More fixes
2157
2158 2006-04-07 [colin]      2.1.0cvs17
2159
2160         * manual/faq.xml
2161         * manual/intro.xml
2162         * manual/keyboard.xml
2163                 Little fixes
2164
2165 2006-04-07 [colin]      2.1.0cvs16
2166
2167         * README
2168         * src/compose.c
2169         * src/prefs_common.c
2170         * src/prefs_common.h
2171                 Add hidden compose_no_markup pref
2172
2173 2006-04-07 [wwp]        2.1.0cvs15
2174
2175         * src/summary_search.c
2176         * .cvsignore
2177                 Bugfix: stop button was sticky when searching in an empty folder.
2178                 Applied curly brackets code style to the whole file (summary_search.c).
2179                 More files to ignore.
2180
2181 2006-04-07 [wwp]        2.1.0cvs14
2182
2183         * src/message_search.c
2184         * src/summary_search.c
2185                 changed default button when search bumps at file/folder
2186                 beginning or end, for convenience (thanks to Colin).
2187
2188 2006-04-07 [paul]       2.1.0cvs13
2189
2190         * src/plugins/dillo_viewer/dillo_prefs.c
2191                 avoid future potential for namespace collision
2192                 Patch by Colin
2193
2194 2006-04-06 [wwp]        2.1.0cvs12
2195
2196         * src/summary_search.c
2197                 Unify extended/advanced searches names (and thus factorize labels),
2198                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2199
2200 2006-04-06 [wwp]        2.1.0cvs11
2201
2202         * src/folderview.c
2203         * src/prefs_themes.c
2204         * src/summaryview.c
2205                 Fixed some compilation warnings.
2206
2207 2006-04-06 [colin]      2.1.0cvs10
2208
2209         * manual/advanced.xml
2210                 Document the wizard template and how to deploy
2211                 Sylpheed-Claws effectively
2212
2213 2006-04-06 [colin]      2.1.0cvs9
2214
2215         * src/folderview.c
2216                 gettext patch to tell translators about _("#"),
2217                 by Maxim Britov
2218
2219 2006-04-06 [colin]      2.1.0cvs8
2220
2221         * src/textview.c
2222                 Fix invalid GtkTextBIter after clicking "Display as text"
2223
2224 2006-04-06 [mones]      2.1.0cvs7
2225
2226         * src/addr_compl.c
2227         * src/addrindex.c
2228         * src/addritem.c
2229         * src/codeconv.c
2230         * src/compose.c
2231         * src/filtering.c
2232         * src/folder.c
2233         * src/folder_item_prefs.c
2234         * src/folderview.c
2235         * src/localfolder.c
2236         * src/matcher.c
2237         * src/mimeview.c
2238         * src/prefs_msg_colors.c
2239         * src/prefs_spelling.c
2240         * src/prefs_themes.c
2241         * src/procmime.c
2242         * src/procmsg.c
2243         * src/stock_pixmap.c
2244         * src/summaryview.c
2245         * src/textview.c
2246         * src/toolbar.c
2247         * src/common/mgutils.c
2248         * src/common/prefs.c
2249         * src/common/ssl_certificate.c
2250         * src/gtk/colorlabel.c
2251         * src/gtk/quicksearch.c
2252         * src/plugins/pgpmime/pgpmime.c
2253         * src/plugins/spamassassin/spamassassin.c
2254                 Removed redundant NULL checks for g_free() calls.
2255                 Patch by Pawel Pekala.
2256
2257 2006-04-06 [mones]      2.1.0cvs6
2258
2259         * src/prefs_actions.c
2260         * src/prefs_filtering.c
2261         * src/prefs_filtering_action.c
2262         * src/prefs_matcher.c
2263         * src/prefs_template.c
2264         * src/gtk/gtkutils.c
2265         * src/gtk/gtkutils.h
2266                 Have a nice replace button. Patch by Pawel Pekala
2267
2268 2006-04-06 [colin]      2.1.0cvs5
2269
2270         * src/addressbook.c
2271                 Fix crash with empty columns
2272
2273 2006-04-05 [colin]      2.1.0cvs4
2274
2275         * src/wizard.c
2276         * src/prefs_gtk.c
2277                 Allow wizard customization with pre-filled values
2278
2279 2006-04-05 [colin]      2.1.0cvs3
2280
2281         * src/textview.c
2282         * src/mimeview.c
2283         * src/mimeview.h
2284                 Nicer messages in mimeview
2285
2286 2006-04-05 [colin]      2.1.0cvs2
2287
2288         * src/addressbook.c
2289         * src/prefs_summaries.c
2290                 i18n fix
2291
2292 2006-04-05 [colin]      2.1.0cvs1
2293
2294         * src/plugins/pgpcore/plugin.c
2295         * src/plugins/pgpcore/select-keys.c
2296         * src/plugins/pgpcore/select-keys.h
2297         * src/plugins/pgpcore/sgpgme.c
2298         * src/plugins/pgpcore/sgpgme.h
2299         * src/plugins/pgpinline/pgpinline.c
2300         * src/plugins/pgpinline/plugin.c
2301         * src/plugins/pgpmime/pgpmime.c
2302         * src/plugins/pgpmime/plugin.c
2303                 Factorize and generalize a bit 
2304                 Drop S/MIME signature verification from PGP/MIME
2305                 (adding it as another, more complete plugin)
2306
2307 2006-04-05 [paul]       2.1.0
2308
2309         2.1.0 released
2310
2311 2006-04-05 [paul]       2.0.0cvs186
2312
2313         * manual/advanced.xml
2314                 add info on colour labels
2315
2316 2006-04-05 [paul]       2.0.0cvs185
2317
2318         * po/bg.po
2319         * po/cs.po
2320         * po/de.po
2321         * po/el.po
2322         * po/en_GB.po
2323         * po/fi.po
2324         * po/fr.po
2325         * po/it.po
2326         * po/nl.po
2327         * po/pl.po
2328         * po/pt_BR.po
2329         * po/sr.po
2330         * po/zh_CN.po
2331                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2332                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2333                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2334                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2335         * src/gtk/authors.h
2336         * tools/claws.i18n.status.pl
2337                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2338                 and new Czech translator, Tim <timbrain@post.cz>
2339
2340 2006-04-05 [mones]      2.0.0cvs184
2341
2342         * po/es.po
2343                 Updated translation
2344
2345 2006-04-05 [colin]      2.0.0cvs183
2346
2347         * src/gtk/quicksearch.c
2348                 Fix bug #929 (unnecessary reload in quick search bar)
2349
2350 2006-04-05 [colin]      2.0.0cvs182
2351
2352         * src/compose.c
2353                 Fix crash on Reply with no From:
2354                 Show signature and conversion error on queuing 
2355                 (but not sending)
2356         * src/mainwindow.c
2357         * src/summaryview.c
2358         * src/summaryview.h
2359                 Factorize threading code and make sure msginfo 
2360                 is not null when it comes from a GtkCTreeRow's 
2361                 data
2362         * src/gtk/gtkaspell.c
2363                 Check for necessary things
2364         * src/gtk/gtksctree.c
2365         * src/gtk/gtksctree.h
2366                 Reset anchor if necessary when removing node
2367
2368 2006-03-29 [colin]      2.0.0cvs181
2369
2370         * src/folderview.c
2371                 Warn for disabled IMAP accounts (due to lack of
2372                 libetpan). Breaks string-freeze - sorry - but it
2373                 is kind of important ;)
2374
2375 2006-03-28 [colin]      2.0.0cvs180
2376
2377         * src/gtk/gtkutils.c
2378         * src/gtk/gtkutils.h
2379                 Add a gtkut_get_link_btn() function that
2380                 creates a button which acts like an URI
2381         * src/prefs_themes.c
2382         * src/gtk/about.c
2383                 Use this function (factorizes codes)
2384         * src/common/defs.h
2385         * src/gtk/pluginwindow.c
2386                 Add a "Get more..." in the plugins window
2387
2388 2006-03-28 [colin]      2.0.0cvs179
2389
2390         * src/common/smtp.c
2391         * src/common/passcrypt.c
2392         * src/undo.c
2393                 Warning fixes. Patch by Pawel Pekala
2394
2395 2006-03-27 [colin]      2.0.0cvs178
2396
2397         * src/undo.c
2398                 Fix undoing by blocks with spaces
2399
2400 2006-03-27 [colin]      2.0.0cvs177
2401
2402         * src/textview.c
2403                 Set margin to 3px for headers
2404
2405 2006-03-27 [paul]
2406
2407         2.1.0-rc2 released
2408
2409 2006-03-27 [wwp]        2.0.0cvs176
2410
2411         * src/summaryview.c
2412                 don't reset quicksearch when updating the message list.
2413                 Thanks to Colin.
2414
2415 2006-03-26 [wwp]        2.0.0cvs175
2416
2417         * src/compose.c
2418                 use a unified border width ('other' tab in the compose window,
2419                 patch by Pawel Pekala).
2420
2421
2422 2006-03-26 [wwp]        2.0.0cvs174
2423
2424         * src/common/quoted-printable.c
2425         * src/addressbook.c
2426                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2427
2428 2006-03-26 [colin]      2.0.0cvs173
2429
2430         * src/quote_fmt_parse.y
2431                 Fix non-UTF8 date formats messing up the whole quote a 
2432                 little bit
2433
2434 2006-03-26 [colin]      2.0.0cvs172
2435
2436         * src/procheader.c
2437                 Make sure the date is UTF8 valid, or try to make it
2438                 so. IncrediMail is really IncrediStupid.
2439         * src/compose.c
2440                 Fix possible conversions. 
2441                 
2442
2443 2006-03-26 [colin]      2.0.0cvs171
2444
2445         * src/matcher.c
2446                 Fix corner cases in body search. This is still a
2447                 hack... It seems impossible to make it good and 
2448                 reasonably fast at the same time.
2449
2450 2006-03-26 [colin]      2.0.0cvs170
2451
2452         * src/summaryview.c
2453                 I think I killed the twilight zone bug!
2454                 summary_select_node() flushes GTK events in order
2455                 to be able to center the view. But this also 
2456                 flushes keypresses like Ctrl-Alt-U, so this can
2457                 call summary_show from summary_select_node (itself
2458                 called from summary_show, etc.). And the summaryview
2459                 has to be unlocked in this function. So just locking
2460                 while processing GTK events, and bailing if locked, 
2461                 should fix it.
2462                 Fixes bug #927 (SIGSEGV during Update Summary)
2463
2464 2006-03-25 [colin]      2.0.0cvs169
2465
2466         * src/matcher.c
2467                 Fix search in QP-encoded bodies
2468                 Fix utf-8 searches in bodies encoded in the
2469                 locale's encoding
2470         * src/common/quoted-printable.c
2471         * src/common/quoted-printable.h
2472                 Add a decode function that doesn't overwrite
2473                 the original pointer
2474                 
2475
2476 2006-03-24 [colin]      2.0.0cvs168
2477
2478         * src/action.c
2479         * src/summaryview.c
2480         * src/summaryview.h
2481                 Update message cache after action
2482                 Patch by H. Merijn Brand
2483         * src/prefs_msg_colors.c
2484                 Factorize label 
2485                 Patch by Fabien Vantard
2486         * src/plugins/spamassassin/spamassassin_gtk.c
2487                 Remove useless translation
2488                 Patch by Fabien Vantard
2489
2490 2006-03-23 [colin]      2.0.0cvs167
2491
2492         * src/common/ssl.c
2493                 Let 30 seconds to SSL_connect
2494
2495 2006-03-23 [wwp]        2.0.0cvs166
2496
2497         * src/summaryview.c
2498         * src/gtk/description_window.c
2499                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2500                 and headers are translated; adjust description windows' width to fit their
2501                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2502
2503 2006-03-23 [paul]       2.0.0cvs165
2504
2505         * src/common/utils.c
2506                 fix highlighting of URIs containing "()"
2507                 (2.0.0cvs164's reversal fixed)
2508                 Thanks to Colin.
2509
2510 2006-03-23 [paul]       2.0.0cvs164
2511
2512         * src/common/utils.c
2513                 revert patch, (postponing a fix), at 2.0.0cvs120
2514                 as it breaks more URIs than it fixes.
2515                 Allow '-' to be a terminating character in a URI
2516
2517 2006-03-22 [colin]      2.0.0cvs163
2518
2519         * configure.ac
2520                 Require libetpan 0.45
2521                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2522
2523 2006-03-22 [paul]       2.0.0cvs162
2524
2525         * src/editgroup.c
2526                 replace '<-' and '->' buttons with GTK_STOCK graphical
2527                 buttons
2528         * src/summary_search.c
2529                 don't offer '...' for translation
2530                 add a tooltip to advanced search '...' button
2531         * src/gtk/quicksearch.c
2532                 don't offer '...' for translation
2533
2534 2006-03-21 [colin]      2.0.0cvs161
2535
2536         * src/compose.c
2537                 Fix middle-click pasting (insert at click
2538                 position instead of cursor position, don't
2539                 remove existing selection and allow pasting
2540                 our own selection)
2541         * src/addressbook.c
2542                 "LDAP Server" -> "LDAP servers"
2543
2544 2006-03-21 [wwp]        2.0.0cvs160
2545
2546         * src/etpan/imap-thread.c
2547                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2548
2549 2006-03-20 [colin]      2.0.0cvs159
2550
2551         * src/summaryview.c
2552                 Don't reload summaryview after an execute with no
2553                 move action
2554
2555 2006-03-19 [colin]      2.0.0cvs158
2556
2557         * src/addressbook.c
2558                 and put groups at the top, always
2559
2560 2006-03-19 [colin]      2.0.0cvs157
2561
2562         * src/addressbook.c
2563                 Order groups before names, as previously
2564
2565 2006-03-19 [colin]      2.0.0cvs156
2566
2567         * src/addressbook.c
2568                 - Sort case-unsensitive
2569                 - Put the sort arrow at opening too
2570
2571 2006-03-19 [wwp]        2.0.0cvs155
2572
2573         * src/addressbook.c
2574                 allow sorting by name/email/remarks, ensure that right-pane's contents
2575                 matches the left-pane selection (cleared when appropriate).
2576                 Patch by Pawel Pekala <c0rn@o2.pl>.
2577
2578 2006-03-18 [colin]      2.0.0cvs154
2579
2580         * src/textview.c
2581                 Fix text cursor ;)
2582
2583 2006-03-18 [colin]      2.0.0cvs153
2584
2585         * src/gtk/filesel.c
2586                 Make sure we hide the preview if we didn't get
2587                 a filename
2588
2589 2006-03-18 [colin]      2.0.0cvs152
2590
2591         * src/summaryview.c
2592                 Set cursor to watch for execution (fixes lack
2593                 of watch-cursor when dnd'ing hundreds of mails)
2594         * src/gtk/filesel.c
2595                 Check that mime type is 'image/*' before updating
2596                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2597
2598 2006-03-18 [colin]      2.0.0cvs151
2599
2600         * src/mainwindow.c
2601         * src/textview.c
2602         * src/textview.h
2603                 Put a watch cursor in textview too when the mainwindow's
2604                 cursor in a watch
2605
2606 2006-03-18 [colin]      2.0.0cvs150
2607
2608         * src/folder.c
2609                 Change wrong asserts to simple tests
2610
2611 2006-03-17 [colin]      2.0.0cvs149
2612
2613         * src/mainwindow.c
2614         * src/mainwindow.h
2615         * src/prefs_msg_colors.c
2616         * src/summaryview.c
2617         * src/summaryview.h
2618         * src/gtk/colorlabel.c
2619         * src/gtk/colorlabel.h
2620                 Add a color label menu in the main menubar
2621                 Add (fixed) accels Ctrl-{0-7} to change the color
2622                 They have to be fixed because the menu's dynamic,
2623                 the items are complex widgets, hence we can't use
2624                 a GtkItemFactory.
2625
2626
2627 2006-03-17 [wwp]        2.0.0cvs148
2628
2629         * src/compose.c
2630                 rollback few lines from my previous commit (those lines come from
2631                 a pending patch, accidentally commited, even if neutral as they are
2632                 commented out).
2633
2634 2006-03-17 [wwp]        2.0.0cvs147
2635
2636         * src/compose.c
2637                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2638                 applied code style/indentation to the modified function.
2639
2640 2006-03-17 [wwp]        2.0.0cvs146
2641
2642         * src/procmsg.c
2643         * src/compose.c
2644                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2645
2646 2006-03-17 [paul]
2647
2648         2.1.0-rc1 released
2649
2650 2006-03-17 [paul]       2.0.0cvs145
2651
2652         * src/main.c
2653                 addressbook_read_file() was called twice
2654         * src/textview.c
2655                 X-Mailer highlighting
2656
2657 2006-03-16 [colin]      2.0.0cvs144
2658
2659         * src/sourcewindow.c
2660         * src/sourcewindow.h
2661                 And the last one, in source window.
2662
2663 2006-03-16 [colin]      2.0.0cvs143
2664
2665         * src/compose.c
2666         * src/compose.h
2667                 Fix the same stuff in compose
2668
2669 2006-03-16 [colin]      2.0.0cvs142
2670
2671         * src/messageview.c
2672                 Complete the previous messageview crash fix
2673
2674 2006-03-16 [colin]      2.0.0cvs141
2675
2676         * src/procmsg.h
2677         * src/procmsg.c
2678         * src/folder.c
2679                 Fix POSTPROCESSING hook
2680                 Patch by H. Merijn Brand
2681
2682         * src/procmime.c
2683         * src/procmime.h
2684                 Parse Content-Location
2685
2686         * src/toolbar.c
2687         * src/messageview.c
2688         * src/messageview.h
2689                 Don't crash when a top-level MessageView has
2690                 been closed on us. Same problematic than
2691                 yesterday's quicksearch issue.
2692
2693 2006-03-15 [colin]      2.0.0cvs140
2694
2695         * src/gtk/quicksearch.c
2696                 Fix a bitchy race we didn't think about when we
2697                 added quicksearch cancellation:
2698                 If the search is not on cached fields, for example
2699                 body_part matchcase "stuff"
2700                 the matcher code has to get the whole message. If
2701                 we're on IMAP, that can be slow, and in order to
2702                 be non-blocking, the IMAP code idle loop processes
2703                 gtk events too. So it is possible to cancel a
2704                 quicksearch while the matcher is getting the mail's
2705                 body. After matcher got its body, it will start to
2706                 iterate over the matcher list that the Quicksearch's
2707                 clear_search_cb() just freed via prepare_matcher().
2708                 SIGSEGV ensues.
2709                 The fix consists of guarding the matcherlist_match()
2710                 call with a boolean 'matching'. If we reset the
2711                 quicksearch while matching is TRUE, we don't free
2712                 the matcherlist anymore like we did, but we set
2713                 another new flag, deferred_free, to TRUE. Then,
2714                 in quicksearch_match(), just after returning from
2715                 matcherlist_match() and unsetting the matching flag,
2716                 we check the deferred_free flag and do the
2717                 prepare_matcher() (which does the matcherlist_free)
2718                 for real, so we free the matcherlist once it's not
2719                 used anymore.
2720                 As all of this runs via the glib main loop, we
2721                 luckily don't need a mutex.
2722         * src/summaryview.c
2723                 Also, show progress while searching.
2724
2725
2726 2006-03-14 [colin]      2.0.0cvs139
2727
2728         * src/alertpanel.c
2729                 Make alertpanel_is_open non-static
2730
2731 2006-03-14 [colin]      2.0.0cvs138
2732
2733         * src/prefs_spelling.c
2734                 Cleanups - Fabien Vantard
2735
2736 2006-03-14 [wwp]        2.0.0cvs137
2737
2738         * src/main.c
2739                 code style normalization (curly braces, indentation).
2740
2741 2006-03-14 [wwp]        2.0.0cvs137
2742
2743         * src/main.c
2744                 code style (braces, indentation)
2745
2746 2006-03-12 [paul]       2.0.0cvs136
2747
2748         * src/prefs_common.c
2749                 trans_hdr defaults to FALSE to be RFC-savvy
2750         * src/prefs_summaries.c
2751                 add a tooltip to the trans_hdr option
2752                 
2753
2754 2006-03-12 [paul]       2.0.0cvs135
2755
2756         * src/prefs_matcher.c
2757                 give a little more width to the combos
2758         * src/prefs_display_header.c
2759         * src/textview.c
2760                 translate headers if prefs_common.trans_hdr
2761                 is TRUE
2762
2763         Patches by Pawel Pekala
2764
2765 2006-03-12 [paul]       2.0.0cvs134
2766
2767         * src/plugins/clamav/clamav_plugin.c
2768         * src/plugins/dillo_viewer/dillo_viewer.c
2769         * src/plugins/pgpcore/plugin.c
2770         * src/plugins/pgpinline/plugin.c
2771         * src/plugins/pgpmime/plugin.c
2772         * src/plugins/spamassassin/spamassassin.c
2773                 update/add to descriptions
2774         * src/plugins/spamassassin/spamassassin_gtk.c
2775                 fixes to the english, remove superfluous
2776                 tooltips, clean up a little
2777
2778 2006-03-12 [paul]       2.0.0cvs133
2779
2780         * src/compose.c
2781                 fix Bug 924, 'Account combo box shows up wrong 
2782                 if & is in account name'
2783
2784 2006-03-11 [colin]      2.0.0cvs132
2785
2786         * src/summaryview.c
2787                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2788                 messed up shift-selection because is slows down
2789                 moving around summaryview. thanks -users
2790
2791 2006-03-10 [colin]      2.0.0cvs131
2792
2793         * src/plugins/spamassassin/spamassassin_gtk.c
2794                 Put back Paul's engrish fixes
2795
2796 2006-03-10 [colin]      2.0.0cvs130
2797
2798         * src/plugins/spamassassin/spamassassin.c
2799         * src/plugins/spamassassin/spamassassin.h
2800         * src/plugins/spamassassin/spamassassin_gtk.c
2801                 Cleanup SA prefs page (more)
2802                 Patch by Fabien Vantard
2803
2804 2006-03-10 [paul]       2.0.0cvs129
2805
2806         * src/prefs_msg_colors.c
2807         * src/prefs_spelling.c
2808                 widget sensitivity
2809
2810 2006-03-09 [mones]      2.0.0cvs128
2811
2812         * po/es.po
2813                 Update for next RC
2814
2815 2006-03-09 [wwp]        2.0.0cvs127
2816
2817         * configure.ac
2818                 revert accidental commit (requirement for libetpan 0.43), this time
2819                 not in HEAD.
2820
2821 2006-03-09 [wwp]        2.0.0cvs125
2822
2823         * configure.ac
2824                 revert accidental commit (requirement for libetpan 0.43)
2825
2826 2006-03-09 [paul]       2.0.0cvs126
2827
2828         * src/prefs_receive.c
2829                 remove useless frame
2830                 replace 'incorporation' with 'receiving'
2831         * src/plugins/clamav/clamav_plugin_gtk.c
2832         * src/plugins/spamassassin/spamassassin_gtk.c
2833                 improve widget sensitivity
2834                 fix a bit his engrish
2835
2836 2006-03-09 [wwp]        2.0.0cvs125
2837
2838         * src/addressadd.c
2839         * src/foldersel.c
2840         * src/prefs_common.c
2841         * src/prefs_common.h
2842                 remember some more windows' sizes (add to addressbook and
2843                 select folder).
2844
2845 2006-03-09 [paul]       2.0.0cvs124
2846
2847         * src/plugins/pgpcore/prefs_gpg.c
2848                 normalise construction of dialogue
2849
2850 2006-03-09 [paul]       2.0.0cvs123
2851
2852         * src/plugins/trayicon/Makefile.am
2853                 add missing slash
2854
2855 2006-03-08 [colin]      2.0.0cvs122
2856
2857         * src/plugins/trayicon/Makefile.am
2858                 Fix build in separate dir 
2859                 Patch by Bamanzi <bamanzi@gmail.com>
2860
2861 2006-03-08 [colin]      2.0.0cvs121
2862
2863         * src/procmsg.c
2864                 Batch move and copies from summaryview with delayed execution
2865                 too
2866
2867 2006-03-07 [paul]       2.0.0cvs120
2868
2869         * src/common/utils.c
2870                 fix highlighting of URIs containing "()"
2871                 Patch by Pawel Pekala
2872
2873 2006-03-07 [paul]       2.0.0cvs119
2874
2875         * src/folder.c
2876         * src/folder.h
2877         * src/folderview.c
2878                 immediately do alphabetical resort when
2879                 changing a folder's name
2880                 Patch by Pawel Pekala
2881
2882 2006-03-07 [paul]       2.0.0cvs118
2883
2884         * src/news.c
2885         * src/news_gtk.c
2886                 when unsubscribing a newsgroup, remove the
2887                 folder and msgs in .sylpheed-claws/newscache
2888                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2889
2890 2006-03-07 [paul]       2.0.0cvs117
2891
2892         * src/textview.c
2893                 fix wrong Fake URL Warning
2894                 Thanks to Hiro
2895
2896 2006-03-07 [colin]      2.0.0cvs116
2897
2898         * src/imap.c
2899                 Return immediately when password dialog was
2900                 cancelled
2901         * src/gtk/inputdialog.c
2902                 Allow empty strings for passwords
2903
2904
2905 2006-03-06 [colin]      2.0.0cvs115
2906
2907         * src/imap.c
2908                 Prevent double-timeouts when connection fails
2909
2910 2006-03-06 [colin]
2911
2912         2.0.1-rc1 released
2913
2914 2006-03-06 [colin]      2.0.0cvs114
2915
2916         * src/imap.c
2917                 Refresh session during potentially long
2918                 operations
2919
2920 2006-03-06 [wwp]        2.0.0cvs113
2921
2922         * src/prefs_msg_colors.h
2923                 forgot that one (custom color labels).
2924
2925 2006-03-06 [wwp]        2.0.0cvs112
2926
2927         * src/prefs_common.c
2928         * src/prefs_common.h
2929         * src/prefs_msg_colors.c
2930         * src/summaryview.c
2931         * src/summaryview.h
2932         * src/gtk/colorlabel.c
2933         * src/gtk/colorlabel.h
2934                 colors in messages list are now customizable. Color values and names can
2935                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2936                 Thanks to Paul and Colin for their help with this longstanding patch!
2937
2938 2006-03-06 [wwp]        2.0.0cvs111
2939
2940         * src/textview.c
2941                 don't crash if (x)face is bad.
2942
2943 2006-03-05 [paul]       2.0.0cvs110
2944
2945         * AUTHORS
2946         * configure.ac
2947         * src/Makefile.am
2948         * src/common/Makefile.am
2949         * src/common/utils.h
2950         * src/etpan/imap-thread.c
2951         * src/gtk/authors.h
2952         * src/plugins/clamav/Makefile.am
2953         * src/plugins/demo/Makefile.am
2954         * src/plugins/dillo_viewer/Makefile.am
2955         * src/plugins/pgpcore/Makefile.am
2956         * src/plugins/pgpcore/passphrase.c
2957         * src/plugins/pgpinline/Makefile.am
2958         * src/plugins/pgpmime/Makefile.am
2959         * src/plugins/spamassassin/Makefile.am
2960         * src/plugins/trayicon/Makefile.am
2961                 fix builiding on cygwin
2962                 Patch by Ralgh Young <bamanzi@gmail.com>
2963
2964 2006-03-04 [wwp]        2.0.0cvs109
2965
2966         * manual/keyboard.xml
2967                 fix mixed up/down keys.
2968
2969 2006-03-04 [wwp]        2.0.0cvs108
2970
2971         * README
2972         * INSTALL
2973                 updated links to SpamAssassin.
2974
2975 2006-03-04 [wwp]        2.0.0cvs107
2976
2977         * manual/plugins.xml
2978         * src/plugins/spamassassin/README
2979                 updated SpamAssassin plugin docs to reflect new functional additions
2980                 (also fix/update/documents few technical stuff more, see the README).
2981
2982 2006-03-04 [wwp]        2.0.0cvs106
2983
2984         * src/prefs_message.c
2985                 normalized capitalization of message-prefs paths.
2986
2987 2006-03-04 [wwp]        2.0.0cvs105
2988
2989         * manual/advanced.xml
2990                 typo.
2991
2992 2006-03-03 [colin]      2.0.0cvs104
2993
2994         * src/plugins/clamav/clamav_plugin_gtk.c
2995                 Rework prefs page, patch by Fabien 
2996
2997 2006-03-03 [colin]      2.0.0cvs103
2998
2999         * src/plugins/clamav/clamav_plugin.c
3000                 Set error on all errors
3001
3002 2006-03-03 [colin]      2.0.0cvs102
3003
3004         * src/common/plugin.c
3005                 Initialize error to avoid crashing when a plugin fails
3006                 without setting error
3007
3008 2006-03-02 [wwp]        2.0.0cvs101
3009
3010         * configure.ac
3011                 fixed linker flags for libetpan support on Cygwin
3012                 (thanks to H.Merijn Brand).
3013
3014 2006-03-02 [wwp]        2.0.0cvs100
3015
3016         * src/addressbook.c
3017                 fix some AB error messages: one for punctuation and
3018                 one wrongly duplicate (thanks, maxbritov).
3019
3020 2006-03-02 [wwp]        2.0.0cvs99
3021
3022         * src/plugins/spamassassin/spamassassin.c
3023                 make sync calls to sa-learn/spamc to prevent
3024                 system (whatever local or client/server) overload.
3025
3026 2006-03-02 [colin]      2.0.0cvs98
3027
3028         * src/summaryview.c
3029                 Put the spam icon in the status column instead of the
3030                 mark one
3031
3032 2006-03-01 [colin]      2.0.0cvs97
3033
3034         * src/plugins/spamassassin/spamassassin.c
3035                 Fix segfault (g_file_set_contents fails for some 
3036                 reason and err==0x2f. Can't find out why with
3037                 valgrind, using working function :-)
3038
3039 2006-03-01 [colin]      2.0.0cvs96
3040
3041         * src/inc.c
3042                 Offline overriding: let 'No' be cached only 3 seconds
3043
3044 2006-03-01 [colin]      2.0.0cvs95
3045
3046         * src/addr_compl.c
3047         * src/addrbook.c
3048         * src/addressbook.c
3049         * src/addrindex.c
3050         * src/folder_item_prefs.c
3051         * src/headerview.c
3052         * src/imap.c
3053         * src/inc.c
3054         * src/ldif.c
3055         * src/mainwindow.c
3056         * src/mh.c
3057         * src/msgcache.c
3058         * src/prefs_common.h
3059         * src/prefs_msg_colors.c
3060         * src/procheader.c
3061         * src/procheader.h
3062         * src/procmime.c
3063         * src/procmsg.c
3064         * src/procmsg.h
3065         * src/send_message.h
3066         * src/simple-gettext.c
3067         * src/summaryview.c
3068         * src/summaryview.h
3069         * src/syldap.c
3070         * src/textview.c
3071         * src/undo.c
3072         * src/common/ssl_certificate.c
3073         * src/common/utils.c
3074         * src/gtk/colorsel.c
3075         * src/gtk/gtksctree.c
3076         * src/gtk/gtkshruler.c
3077         * src/plugins/trayicon/trayicon.c
3078                 #if 0 goes to /dev/null
3079
3080 2006-03-01 [colin]      2.0.0cvs94
3081
3082         * src/compose.c
3083         * src/imap.c
3084         * src/inc.c
3085         * src/inc.h
3086         * src/messageview.c
3087         * src/news.c
3088         * src/plugins/spamassassin/spamassassin.c
3089                 Allow to add information in the "working offline"
3090                 window
3091
3092 2006-03-01 [wwp]        2.0.0cvs93
3093
3094         * src/plugins/spamassassin/spamassassin.c
3095                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3096                 'cause it seems that calling `spamc ... < inputfile` with
3097                 g_spawn_(a)sync simply.. erm doesn't work :-).
3098
3099 2006-03-01 [wwp]        2.0.0cvs92
3100
3101         * src/toolbar.c
3102         * src/toolbar.h
3103                 simplify the adding of spam/ham button to the messageview toolbar
3104                 (it gets more clear now that the same button will be "Mark as spam"
3105                 or "Mark as ham" according to the current message status,
3106                 thanks to Colin).
3107
3108 2006-03-01 [wwp]        2.0.0cvs91
3109
3110         * src/messageview.c
3111         * src/procmsg.c
3112         * src/procmsg.h
3113         * src/summaryview.c
3114         * src/plugins/spamassassin/spamassassin.c
3115         * src/plugins/spamassassin/spamassassin.h
3116                 make learner callbacks return a status (0 for ok),
3117                 handle it in main code to avoid setting flags when learning failed,
3118                 don't learn on TCP if offline in spamassassin,
3119                 thanks to Colin.
3120
3121                 
3122
3123 2006-03-01 [wwp]        2.0.0cvs90
3124
3125         * src/compose.c
3126                 some work around the compose window's account menu,
3127                 patch by Fabien Vantard.
3128
3129 2006-03-01 [wwp]        2.0.0cvs89
3130
3131         * src/plugins/spamassassin/spamassassin.c
3132                 fixed bad logics, was using spamc in local mode and sa-learn
3133                 in remote mode (thanks, Colin).
3134
3135 2006-03-01 [wwp]        2.0.0cvs88
3136
3137         * src/plugins/spamassassin/spamassassin.c
3138         * src/plugins/spamassassin/spamassassin.h
3139         * src/plugins/spamassassin/spamassassin_gtk.c
3140                 made processing of emails w/ sa-plugin an option (default is TRUE),
3141                 fixed Engrish some tooltips, capitalization of some debug messages
3142                 and warnings. The spamassassin plugin now provides two separate
3143                 services: process emails upon incorporation and spamd training.
3144                 Both services (un)register independently but use some common
3145                 plugin settings (transport settings, spam storage location).
3146
3147 2006-02-28 [wwp]        2.0.0cvs87
3148
3149         * src/plugins/spamassassin/spamassassin.c
3150                 fix async flag to spamc cmdline execution (batch exec should
3151                 be asynchronous).
3152
3153 2006-02-27 [wwp]        2.0.0cvs86
3154
3155         * src/plugins/spamassassin/spamassassin.c
3156         * src/plugins/spamassassin/spamassassin.h
3157         * src/plugins/spamassassin/spamassassin_gtk.c
3158                 - added the ability to learn a remote spamassassin server (spamd),
3159                 using spamc.
3160                 - added the spamassassin option 'username', that applies to all
3161                 spamassassin operations (filtering, learning, local or remote).
3162                 The default username is the current unix user (if left blank
3163                 from gtk prefs or config file).
3164                 - commented out some unused code (notebook widget), removed unused
3165                 layout (hbox1).
3166                 - make more widgets sensitive to the transport type.
3167
3168 2006-02-27 [colin]      2.0.0cvs85
3169
3170         * src/plugins/spamassassin/spamassassin.c
3171                 Fix sa-learn call when offline
3172
3173 2006-02-27 [colin]      2.0.0cvs84
3174
3175         * configure.ac
3176         * src/Makefile.am
3177         * src/mainwindow.c
3178         * src/mainwindow.h
3179         * src/messageview.c
3180         * src/messageview.h
3181         * src/prefs_toolbar.c
3182         * src/procmsg.c
3183         * src/stock_pixmap.c
3184         * src/stock_pixmap.h
3185         * src/summaryview.c
3186         * src/toolbar.c
3187         * src/toolbar.h
3188         * src/pixmaps/ham_btn.xpm
3189         * src/pixmaps/spam.xpm
3190         * src/pixmaps/spam_btn.xpm
3191         * src/plugins/spamassassin/spamassassin.c
3192                 Add button in toolbar for spam learning
3193                 Fix a few bugs from the last related commit
3194                 Revert 1.9.6cvs23 which messed up shift-selection
3195
3196 2006-02-24 [colin]      2.0.0cvs83
3197
3198         * src/procmsg.c
3199         * src/summaryview.c
3200         * src/summaryview.h
3201         * src/plugins/spamassassin/spamassassin.c
3202         * src/plugins/spamassassin/spamassassin.h
3203         * src/plugins/spamassassin/spamassassin_gtk.c
3204                 Unregister learner when spamassassin is either
3205                 disabled or over tcp
3206
3207 2006-02-24 [colin]      2.0.0cvs82
3208
3209         * src/Makefile.am
3210         * src/mainwindow.c
3211         * src/mainwindow.h
3212         * src/procmsg.c
3213         * src/procmsg.h
3214         * src/stock_pixmap.c
3215         * src/stock_pixmap.h
3216         * src/summaryview.c
3217         * src/summaryview.h
3218         * src/gtk/icon_legend.c
3219         * src/pixmaps/spam.xpm  ** NEW FILE **
3220         * src/plugins/spamassassin/spamassassin.c
3221         * src/plugins/spamassassin/spamassassin_gtk.c
3222                 Add spam learning interface (Mark/Mark as 
3223                 (spam|ham) menus)
3224
3225 2006-02-24 [wwp]        2.0.0cvs81
3226
3227         * src/compose.c
3228         * src/compose.h
3229         * src/filtering.c
3230                 hide compose window when sending message in batch mode
3231                 (filtering: forward and redirect). Also fixed a wrong
3232                 value returned when sending failed, neutral anyway.
3233                 (Colin, me) 
3234
3235 2006-02-24 [wwp]        2.0.0cvs80
3236
3237         * src/mainwindow.c
3238                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3239
3240 2006-02-24 [paul]       2.0.0cvs79
3241
3242         * src/news.c
3243         * src/news.h
3244         * src/news_gtk.c
3245                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3246                 Thanks to Colin
3247
3248 2006-02-23 [colin]      2.0.0cvs78
3249
3250         * src/alertpanel.c
3251                 Change OK to Close in alertpanel with View log
3252                 button; add accel to View log. Patch by Fabien
3253                 Vantard
3254
3255 2006-02-23 [wwp]        2.0.0cvs77
3256
3257         * src/compose.c
3258                 silly me, there were much more tests to perform, since toolbars can
3259                 really have down to 1 element only.
3260
3261 2006-02-23 [wwp]        2.0.0cvs76
3262
3263         * commitHelper
3264                 fixed indentation from my previous commit. Fallback to VISUAL if
3265                 EDITOR is not set (and to vi, at last resort).
3266
3267 2006-02-23 [wwp]        2.0.0cvs75
3268
3269         * commitHelper
3270                 improved error detection (Colin, me).
3271
3272 2006-02-23 [wwp]        2.0.0cvs74
3273
3274         * src/prefs_toolbar.c
3275                 simplify and fix prefs/toolbars layouting. Combos' contents can
3276                 now be really displayed.
3277
3278 2006-02-23 [wwp]        2.0.0cvs73
3279         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3280         be really displayed.
3281
3282 2006-02-22 [wwp]        2.0.0cvs72
3283
3284         * src/compose.c
3285                 fix a typo in my previous commit (sorry!).
3286
3287 2006-02-22 [wwp]        2.0.0cvs71
3288
3289         * src/prefs_toolbar.c
3290                 fix a crash when adding separators to toolbars,
3291                 also fix some separator item information.
3292
3293 2006-02-22 [wwp]        2.0.0cvs70
3294
3295         * src/compose.c
3296                 fix a crash when redirecting (for instance) when compose window's
3297                 toolbar contents has been customized (when some buttons have been
3298                 removed in fact).
3299
3300 2006-02-21 [wwp]        2.0.0cvs69
3301
3302         * src/summaryview.c
3303         * src/gtk/pluginwindow.c
3304         * src/plugins/pgpcore/prefs_gpg.c
3305                 fix some compilation warnings (feat. remains of removed code).
3306
3307 2006-02-21 [wwp]        2.0.0cvs68
3308
3309         * src/gtk/gtkutils.c
3310                 fix two compilation issues, thanks to Stephan Sachse.
3311
3312 2006-02-20 [colin]      2.0.0cvs67
3313
3314         * src/mainwindow.c
3315                 Don't reselect displayed mail on refocus
3316                 This fixes actions misbehaving 
3317
3318 2006-02-20 [wwp]        2.0.0cvs66
3319
3320         * src/summaryview.c
3321         * src/gtk/gtksctree.c
3322         * src/gtk/gtkshruler.c
3323                 changed more runtime typecast checks.
3324
3325 2006-02-20 [wwp]        2.0.0cvs65
3326
3327         * src/summary_search.c
3328                 find all - summaryview refresh issue fixed, thanks to Colin.
3329
3330 2006-02-20 [wwp]        2.0.0cvs64
3331
3332         * src/gtk/gtkutils.c
3333                 better runtime typecast checks.
3334
3335 2006-02-20 [wwp]        2.0.0cvs63
3336
3337         * src/summary_search.c
3338                 enhancements to the summary search:
3339                         - add the ability to stop the running search
3340                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3341                         - don't search if no criteria (From/To/Subject/Body) is set
3342                         - ensure that a busy mouse pointer is always shown when searching,
3343                           show it even a bit earlier
3344
3345 2006-02-19 [colin]      2.0.0cvs62
3346
3347         * src/compose.c
3348         * src/imap.c
3349         * src/etpan/imap-thread.c
3350         * src/etpan/imap-thread.h
3351                 (Future) IMAP speed improvement on sending
3352                 Will require a libetpan update
3353         * src/summaryview.c
3354         * src/gtk/quicksearch.c
3355                 Make quicksearch clearable while running.
3356
3357 2006-02-17 [colin]      2.0.0cvs61
3358
3359         * src/imap.c
3360         * src/etpan/imap-thread.c
3361         * src/etpan/imap-thread.h
3362                 Check for IMAP certificates
3363                 ** Requires libetpan-0.42-cvs4 
3364                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3365
3366 2006-02-17 [colin]      2.0.0cvs60
3367
3368         * src/messageview.c
3369         * src/prefs_common.c
3370         * src/prefs_common.h
3371         * src/prefs_message.c
3372                 Add pref to display HTML-only mails with plugin, 
3373                 if possible (defaulting to FALSE of course).
3374
3375 2006-02-16 [colin]      2.0.0cvs59
3376
3377         * src/main.c
3378         * src/common/plugin.c
3379         * src/common/plugin.h
3380         * src/gtk/pluginwindow.c
3381                 Keep track of requested (but unloaded) plugins
3382                 in some error cases.
3383
3384 2006-02-16 [wwp]        2.0.0cvs58
3385
3386         * src/gtk/gtkaspell.c
3387         * src/gtk/gtkaspell.h
3388         * src/prefs_spelling.c
3389         * src/compose.c
3390         * src/prefs_common.c
3391         * src/prefs_common.h
3392                 implemented new optional spellchecker behaviour: re-check message when
3393                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3394
3395 2006-02-16 [wwp]        2.0.0cvs57
3396
3397         * src/quote_fmt_parse.y
3398                 pclose popen'ed pipe.
3399
3400 2006-02-15 [colin]      2.0.0cvs56
3401
3402         * src/mimeview.c
3403         * src/mimeview.h
3404                 Let MimeViewers know which MimeView they
3405                 depend of.
3406         * src/summaryview.c
3407                 Swap From/To columns in Sent/Queue/Drafts
3408                 folders
3409         * src/etpan/imap-thread.c
3410                 Use mailstream_low_tls_open() for STARTTLS
3411                 instead of mailstream_low_ssl_open()
3412                 ** REQUIRES libetpan 0.42cvs3 **
3413
3414 2006-02-15 [wwp]        2.0.0cvs55
3415
3416         * src/compose.c
3417         * src/compose.h
3418         * src/message_search.c
3419         * src/message_search.h
3420         * src/textview.c
3421         * src/gtk/gtkutils.c
3422         * src/gtk/gtkutils.h
3423                 added the ability to Find text in the compose window (and a bit
3424                 of code factorization).
3425
3426 2006-02-15 [wwp]        2.0.0cvs54
3427
3428         * src/prefs_gtk.c
3429                 yet another one file was missing (fix for some widgets' sensitivity).
3430                 Thanks Colin!
3431
3432 2006-02-15 [wwp]        2.0.0cvs53
3433
3434         * src/prefs_gtk.h
3435                 oops forgot that file (fix for some widgets' sensitivity).
3436
3437 2006-02-15 [wwp]        2.0.0cvs52
3438
3439         * src/summary_search.c
3440                 implemented advanced summary search options (added the ability
3441                 to use matcher conditions in an advanced search mode).
3442
3443 2006-02-15 [wwp]        2.0.0cvs51
3444
3445         * src/plugins/pgpcore/prefs_gpg.c
3446         * src/prefs_account.c
3447                 fix some widget sensitivity, mostly around some labels in
3448                 account prefs.
3449
3450 2006-02-15 [paul]       2.0.0cvs50
3451
3452         * manual/advanced.xml
3453                 improve Templates info
3454                 written by wwp
3455
3456 2006-02-14 [colin]      2.0.0cvs49
3457
3458         * src/pixmaps/address_book.xpm
3459         * src/pixmaps/preferences.xpm
3460         * src/pixmaps/properties.xpm
3461                 Fix pixmap size - patch by Fabien Vantard
3462
3463 2006-02-13 [colin]      2.0.0cvs48
3464
3465         * src/procmime.c
3466                 Add missing fclose()s on error
3467         * src/textview.c
3468                 Remove unused code
3469         * src/common/utils.c
3470                 Fix temp files not being deleted on windows
3471         Patches by Thomas Gilgin
3472
3473 2006-02-13 [colin]      2.0.0cvs47
3474
3475         * src/mainwindow.c
3476                 Fix exit crash
3477
3478 2006-02-13 [wwp]        2.0.0cvs46
3479
3480         * src/plugins/pgpcore/prefs_gpg.c
3481                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3482
3483 2006-02-12 [colin]      2.0.0cvs45
3484
3485         * src/folderview.c
3486         * src/main.c
3487         * src/mainwindow.c
3488                 Fix "stuff" when quitting
3489
3490 2006-02-12 [wwp]        2.0.0cvs44
3491
3492         * src/prefs_themes.c
3493                 fix typos in debug messages.
3494
3495 2006-02-11 [colin]      2.0.0cvs43
3496
3497         * src/summaryview.c
3498                 don't allow drag/drop from ourself
3499
3500 2006-02-10 [wwp]        2.0.0cvs42
3501
3502         * src/exporthtml.c
3503         * src/html.c
3504         * src/html.h
3505         * src/procmime.c
3506         * src/textview.c
3507                 renamed html_ prefixed functions and data structures to avoid
3508                 namespace clashes w/ other software (gtkhtml2 for instance).
3509                 Closes bug #907.
3510
3511
3512 2006-02-09 [colin]      2.0.0cvs41
3513
3514         * src/summaryview.c
3515                 Fix shitty logic messed up. Thanks Ticho for the hint!
3516
3517 2006-02-09 [wwp]        2.0.0cvs40
3518
3519         * src/gtk/about.c
3520         * src/compose.c
3521         * src/prefs_account.c
3522         * src/prefs_gtk.h
3523         * src/editaddress.c
3524                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3525                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3526                 Browse buttons in accounts prefs.
3527
3528 2006-02-09 [colin]      2.0.0cvs39
3529
3530         * src/matcher.c
3531                 Check for pointer before using its members
3532         * src/gtk/gtksourceprintjob.c
3533                 Fix a wrong warning
3534
3535 2006-02-09 [wwp]        2.0.0cvs38
3536
3537         * src/gtk/filesel.c
3538                 fix few compiler warnings (type mismatch).
3539
3540 2006-02-09 [paul]       2.0.0cvs37
3541
3542         * po/fr.po
3543                 updated by Fabien Vantard
3544
3545 2006-02-08 [colin]      2.0.0cvs36
3546
3547         * src/prefs_common.c
3548         * src/common/defs.h
3549         * src/common/plugin.c
3550                 allow windows and linux configurations to coexist
3551                 patch by Thomas Gilgin
3552
3553 2006-02-08 [colin]      2.0.0cvs35
3554
3555         * src/filtering.c
3556         * src/matcher.c
3557         * src/matcher.h
3558         * src/matcher_parser_parse.y
3559         * src/prefs_filtering_action.c
3560         * src/prefs_matcher.c
3561                 Add the "Ignore thread" filtering
3562                 action
3563
3564 2006-02-08 [colin]      2.0.0cvs34
3565
3566         * src/compose.c
3567         * src/procmime.c
3568         * src/procmime.h
3569                 Fix bug #905 (damaged attachment)
3570                 text files with raw \0's aren't really text files
3571         FOR_STABLE
3572
3573 2006-02-08 [colin]      2.0.0cvs33
3574
3575         * src/summaryview.c
3576                 Fix crasher introduced yesterday
3577
3578 2006-02-08 [wwp]        2.0.0cvs32
3579
3580         * src/compose.c
3581         * src/compose.h
3582                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3583
3584 2006-02-08 [wwp]        2.0.0cvs31
3585
3586         * src/prefs_template.c
3587                 templates enhancement: allow address completion for Cc and Bcc fields
3588                 (it was currently possible for the To field only)
3589
3590 2006-02-08 [colin]      2.0.0cvs30
3591
3592         * src/compose.c
3593                 Don't unblock if not blocked
3594         FOR_STABLE
3595
3596 2006-02-07 [colin]      2.0.0cvs29
3597
3598         * src/action.c
3599                 Forgot to refresh summaryview
3600
3601 2006-02-07 [colin]      2.0.0cvs28
3602
3603         * src/action.c
3604                 Freeze/thaw message list and folder list while
3605                 processing %as{} actions 
3606         * src/compose.c
3607                 Fix auto-wrap disabling after a middle-click
3608                 paste - FOR_STABLE
3609
3610 2006-02-07 [paul]       2.0.0cvs27
3611
3612         * src/folder.c
3613                 fix freeing of uninitialised pointers
3614                 Thanks to Colin
3615
3616 2006-02-06 [colin]      2.0.0cvs26
3617
3618         * src/folder.c
3619                 Use g_slist_prepend in potentially big list
3620
3621 2006-02-06 [colin]      2.0.0cvs25
3622
3623         * src/folder.c
3624                 Completely skip processing if it doesn't 
3625                 exist (faster!)
3626
3627 2006-02-06 [colin]      2.0.0cvs24
3628
3629         * src/folder.c
3630         * src/summaryview.c
3631                 Batch filtering in summaryview (from Tools menu)
3632                 and pre/post//-processing too
3633
3634 2006-02-06 [colin]      2.0.0cvs23
3635
3636         * src/procmsg.h
3637         * src/filtering.c
3638                 Use a special field for batch filtering instead
3639                 of stepping on deferred execution's toes
3640
3641 2006-02-06 [colin]      2.0.0cvs22
3642
3643         * src/action.c
3644         * src/filtering.c
3645         * src/filtering.h
3646         * src/folder.c
3647         * src/summaryview.c
3648                 Fix filtering via menus and actions
3649
3650 2006-02-06 [colin]      2.0.0cvs21
3651
3652         * src/imap.c
3653                 Put the added file directly to cache if possible (will work
3654                 with next libetpan)
3655         * src/filtering.c
3656         * src/filtering.h
3657         * src/inc.c
3658         * src/folder.c
3659         * src/mbox.c
3660         * src/procmsg.h
3661                 Move and copy filtered messages by batches instead of one
3662                 by one - faster on IMAP
3663         * src/procmsg.c
3664                 Add a function that'll possibly be useful later
3665
3666 2006-02-06 [colin]      2.0.0cvs20
3667
3668         * src/addressbook.c
3669                 Use internal mime-type instead of text/plain for d'n'd
3670         * src/compose.c
3671                 Allow attaching files from mimeview's icon list via d'n'd
3672         * src/folderview.c
3673         * src/folderview.h
3674                 Use internal mime-type instead of text/plain for d'n'd
3675                 Don't try to selected opened folder if none is
3676                 Factorize d'n'd from other apps code
3677         * src/headerview.c
3678         * src/textview.c
3679         * src/gtk/gtkutils.c
3680         * src/gtk/gtkutils.h
3681                 Factorize Face/X-Face stuff
3682         * src/mimeview.c
3683                 Fix d'n'd to other apps
3684         * src/prefs_message.c
3685                 Let the XFace pref be usable without libcompface as it also
3686                 applies to Face
3687         * src/summaryview.c
3688                 Fix d'n'd to other apps
3689                 Factorize d'n'd from other apps code
3690
3691 2006-02-06 [wwp]        2.0.0cvs19
3692
3693         * po/it.po
3694                 Italian translation fixes by Andrea Spadaccini (no more confusion
3695                 between filtering and processing, and few changes in the About
3696                 dialog).
3697
3698
3699 2006-02-06 [mones]      2.0.0cvs18
3700
3701         * src/gtk/icon_legend.c
3702                 Improved descriptions allowing better translations
3703
3704 2006-02-05 [colin]      2.0.0cvs17
3705
3706         * src/imap.c
3707                 Add the f*cking missing expunge that caused imap_fetch_env
3708                 to fail after an add_msgs ! :-///
3709         * src/etpan/imap-thread.c
3710                 Add a bit of debug
3711         FOR_STABLE
3712
3713 2006-02-05 [colin]      2.0.0cvs16
3714
3715         * src/common/utils.c
3716                 Don't check for return-path (or we can't put
3717                 back non-sent mails)
3718
3719 2006-02-05 [colin]      2.0.0cvs15
3720
3721         * src/textview.c
3722                 Don't try to display Face header in textview
3723                 when teh headerview's active
3724
3725 2006-02-05 [colin]      2.0.0cvs14
3726
3727         * tools/tbird2syl.py
3728         * tools/Makefile.am
3729                 Add script to import Thunderbird mails
3730
3731 2006-02-05 [colin]      2.0.0cvs13
3732
3733         * src/headerview.c
3734         * src/procheader.c
3735         * src/procmsg.c
3736         * src/procmsg.h
3737         * src/textview.c
3738                 Show Face headers - patch partially by Klaus Flittner
3739
3740 2006-02-05 [colin]      2.0.0cvs12
3741
3742         * src/folderview.c
3743         * src/summaryview.c
3744         * src/common/utils.c
3745         * src/common/utils.h
3746                 Let dnd work from mime icons to summaryview
3747                 and to folderview too
3748                 Add a crude test to avoid trying to add files
3749                 drag'n'dropped when they're not mails
3750
3751 2006-02-04 [colin]      2.0.0cvs11
3752
3753         * src/summaryview.c
3754         * src/mimeview.c
3755                 Fix utf8 conversion
3756
3757 2006-02-04 [colin]      2.0.0cvs10
3758
3759         * src/compose.c
3760         * src/folderview.c
3761         * src/mimeview.c
3762         * src/summaryview.c
3763         * src/summaryview.h
3764                 Added various drag and drop capas:
3765                 From                    To
3766                 summaryview             other apps
3767                 mimeview icons          other apps
3768                 other apps              summaryview
3769                 other apps              folderview
3770
3771                 This shouldn't have broken the existing:
3772                 From                    To
3773                 summaryview             folderview
3774                 folderview              folderview
3775                 summaryview             compose's attachments
3776
3777         Tests welcomed.
3778
3779 2006-02-02 [paul]       2.0.0cvs9
3780
3781         * src/mainwindow.c
3782                 move global option 'Set displayed columns...' out
3783                 of folder option grouping.
3784                 fix sensitivity of 'harvest addresses'
3785         FOR_STABLE
3786
3787 2006-02-01 [colin]      2.0.0cvs8
3788
3789         * src/mimeview.c
3790                 Revert the alertpanel patch, it sucks (intrusive
3791                 and gets in the way of "open")
3792
3793 2006-02-01 [colin]      2.0.0cvs7
3794
3795         * src/compose.c
3796         * src/prefs_account.c
3797         * src/prefs_common.c
3798         * src/common/defs.h
3799         * src/common/utils.c
3800         * src/common/utils.h
3801                 Add ability to edit the signature file
3802                 from the account preferences, and use
3803                 a default for the text editor.
3804                 Patch by Fabien Vantard
3805
3806 2006-02-01 [colin]      2.0.0cvs6
3807
3808         * src/mimeview.c
3809                 Try to get mime type by extension if it is
3810                 application/octet-stream
3811                 Display a window with possible choices when
3812                 encountering unknown mime types
3813         * src/gtk/filesel.c
3814         * src/gtk/filesel.h
3815                 Add preview
3816                 Allow multiple selection in filtered filesel
3817                 (patch by Fabien Vantard)
3818         * src/gtk/pluginwindow.c
3819                 Use it (patch by Fabien Vantard)
3820
3821 2006-02-01 [paul]       2.0.0cvs5
3822
3823         * src/jpilot.c
3824                 fix crash on creating jpilot address book
3825                 Thanks to Colin - FOR_STABLE
3826         * src/prefs_summaries.c
3827         * src/prefs_wrapping.c
3828         * src/gtk/icon_legend.c
3829         * src/gtk/quicksearch.c
3830                 string fixes and additions
3831
3832 2006-02-01 [paul]       2.0.0cvs4
3833
3834         * src/compose.c
3835         * src/mainwindow.c
3836         * src/messageview.c
3837         * src/prefs_send.c
3838                 add Arabic encoding option
3839                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3840
3841 2006-01-31 [colin]      2.0.0cvs3
3842
3843         * src/plugins/pgpcore/passphrase.c
3844                 Convert passphrase to locale encoding
3845         * src/compose.c
3846                 Fix drafting on IMAP. Crappy bug sneaked in
3847                 the release :-/
3848         FOR_STABLE
3849
3850 2006-01-30 [paul]       2.0.0cvs2
3851
3852         * src/gtk/icon_legend.c
3853                 show the new entries
3854
3855 2006-01-30 [colin]      2.0.0cvs1
3856
3857         * src/manual.c
3858                 Check for the file to be present before 
3859                 enabling the menu - FOR_STABLE
3860         * src/gtk/icon_legend.c
3861                 Add folders icons (not all of them, there
3862                 are too much, but the most intriguing ones)
3863
3864 2006-01-30 [paul]       2.0.0
3865
3866         version 2.0.0 released
3867
3868 2006-01-30 [paul]       1.9.100cvs200
3869
3870         * manual/faq.xml
3871         * manual/gpl.xml
3872         * manual/intro.xml
3873         * manual/starting.xml
3874         * manual/sylpheed-claws-manual.xml
3875                 fixes, additions
3876
3877 2006-01-29 [mones]      1.9.100cvs199
3878
3879         * manual/account.xml
3880         * manual/advanced.xml
3881         * manual/glossary.xml
3882                 Some typos fixed, added LDIF term to glossary
3883         * po/es.po
3884                 Fixed leading plus symbol
3885
3886 2006-01-29 [paul]       1.9.100cvs198
3887
3888         * po/fi.po
3889         * po/sk.po
3890                 updated by Tommi Pirinen and Andrej Kacian
3891
3892 2006-01-29 [paul]       1.9.100cvs197
3893
3894         * src/gtk/authors.h
3895                 remove duplicates
3896
3897 2006-01-29 [paul]       1.9.100cvs196
3898
3899         * AUTHORS
3900         * po/nl.po
3901         * src/gtk/authors.h
3902         * tools/claws.i18n.status.pl
3903                 nl translation updated by Tim Dijkstra
3904
3905 2006-01-29 [paul]       1.9.100cvs195
3906
3907         * po/sr.po
3908         * po/sv.po
3909                 updated by Aleksandar Urosevic and Anders Troback
3910
3911 2006-01-28 [colin]      1.9.100cvs194
3912
3913         * src/gtk/gtksourceprintjob.c
3914                 Don't fiddle with PangoLayout when we
3915                 have an image
3916
3917 2006-01-28 [paul]       1.9.100cvs193
3918
3919         * AUTHORS
3920         * po/el.po
3921         * po/zh_CN.po
3922         * src/gtk/authors.h
3923         * tools/claws.i18n.status.pl
3924                 updated translations submitted by Stavros Giannouris
3925                 and Ralgh Young
3926
3927 2006-01-27 [colin]      1.9.100cvs192
3928
3929         * src/summaryview.c
3930         * src/gtk/gtksourceprintjob.c
3931                 Add image printing 
3932                 (libgnomeprint only, of course)
3933
3934 2006-01-27 [paul]       1.9.100cvs191
3935
3936         * po/fr.po
3937         * po/it.po
3938                 updated by Fabien Vantard and Andrea Spadaccini
3939
3940 2006-01-26 [colin]      1.9.100cvs190
3941
3942         * manual/Makefile.am
3943         * configure.ac
3944                 Make building the manual optional 
3945                 (--disable-manual)
3946
3947 2006-01-26 [paul]       1.9.100cvs189
3948
3949         * manual/glossary.xml
3950         * manual/plugins.xml
3951                 edited
3952         * po/en_GB.po
3953                 updated
3954
3955 2006-01-26 [paul]       1.9.100cvs188
3956
3957         * src/prefs_display_header.c
3958         * src/prefs_folder_column.c
3959         * src/prefs_msg_colors.c
3960         * src/prefs_summaries.c
3961         * src/prefs_summary_column.c
3962                 HIGify
3963
3964 2006-01-25 [colin]      1.9.100cvs187
3965
3966         * src/imap.c
3967                 Don't allow moving/copying mails between
3968                 queue/drafts and non-queue/drafts folders
3969                 Fixes bug #897 (message header is resetted 
3970                 if one is copied to Drafts)
3971
3972 2006-01-25 [colin]      1.9.100cvs186
3973
3974         * src/folder.c
3975         * src/mainwindow.c
3976                 Fix subscribed folders not found
3977         * src/compose.c
3978                 Don't try to encode as original mail's charset
3979                 if it's ascii 
3980
3981 2006-01-25 [paul]       1.9.100cvs185
3982
3983         * AUTHORS
3984         * po/Makevars
3985                 updated
3986         * po/de.po
3987         * po/pl.po
3988         * po/pt_BR.po
3989         * po/sr.po
3990                 updates submitted by Stephan Sachse, Emilian Nowak
3991                 and Quar, Frederico Goncalves Guimaraes, and
3992                 Aleksandar Urosevic
3993                 Fix Bug 896, 'PT_BR locale broken'.
3994         * src/gtk/authors.h
3995                 updated
3996
3997 2006-01-24 [mones]      1.9.100cvs184
3998
3999         * manual/glossary.xml
4000                 All current terms finished. Reviewers welcome ;-)
4001         * manual/keyboard.xml
4002                 Fixed column width for pdf output.
4003         * po/es.po
4004                 Updated
4005
4006 2006-01-24 [paul]       1.9.100cvs183
4007
4008         * manual/glossary.xml
4009                 fix id name
4010         * manual/dist/html/Makefile.am
4011         * manual/dist/pdf/Makefile.am
4012         * manual/dist/ps/Makefile.am
4013         * manual/dist/txt/Makefile.am
4014                 fix make deps
4015                 Thanks to Colin
4016
4017 2006-01-24 [mones]      1.9.100cvs182
4018
4019         * manual/glossary.xml
4020                 Nearly finished, some terms missing.
4021
4022 2006-01-23 [paul]       1.9.100cvs181
4023
4024         * manual/dist/html/Makefile.am
4025         * manual/dist/pdf/Makefile.am
4026         * manual/dist/ps/Makefile.am
4027         * manual/dist/txt/Makefile.am
4028         * src/mainwindow.c
4029                 re-enable manual
4030                 Thanks to Colin
4031
4032 2006-01-22 [colin]      1.9.100cvs180
4033
4034         * src/compose.c
4035         * src/gtk/gtkaspell.c
4036                 Don't deselect stuff before right-clicking, with aspell.
4037                 (This prevented right-click Copy, for example).
4038                 Thanks to Clo!
4039
4040 2006-01-22 [paul]       1.9.100cvs179
4041
4042         * src/summary_search.c
4043                 don't fix the widget size as it causes problems
4044                 under localisation.
4045                 Thanks to Emilian Nowak
4046
4047 2006-01-21 [paul]       1.9.100cvs178
4048
4049         * src/prefs_themes.c
4050                 fix broken underlining of label text
4051                 with some translations
4052
4053 2006-01-21 [colin]      1.9.100cvs177
4054
4055         * po/fr.po
4056                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4057
4058 2006-01-20 [colin]      1.9.100cvs176
4059
4060         * configure.ac
4061         * Makefile.am
4062         * manual/Makefile
4063         * manual/dist/html/.cvsignore
4064         * manual/dist/html/Makefile.am
4065         * manual/dist/pdf/.cvsignore
4066         * manual/dist/pdf/Makefile.am
4067         * manual/dist/ps/.cvsignore
4068         * manual/dist/ps/Makefile.am
4069         * manual/dist/txt/.cvsignore
4070         * manual/dist/txt/Makefile.am
4071                 Autotool-ize manual
4072
4073 2006-01-20 [paul]       1.9.100cvs175
4074
4075         * manual/handling.xml
4076                 make Filtering and Searching entries easier to find
4077         * manual/keyboard.xml
4078                 add the remaining default keybinds
4079         * src/prefs_summaries.c
4080                 update the default keybinds
4081
4082 2006-01-20 [paul]       1.9.100cvs174
4083
4084         * src/addressbook.c
4085         * src/addrgather.c
4086         * src/addrharvest.c
4087         * src/editaddress.c
4088         * src/editgroup.c
4089         * src/exphtmldlg.c
4090         * src/expldifdlg.c
4091         * src/exporthtml.c
4092         * src/exportldif.c
4093         * src/ldif.c
4094                 replace 'e-mail' with 'email'
4095         * src/summary_search.c
4096                 add mnemonic to "Find all" button
4097
4098 2006-01-20 [wwp]        1.9.100cvs173
4099
4100         * src/export.c
4101         * src/import.c
4102                 touched mbox import/export buttons for HIG-compliance
4103
4104 2006-01-19 [paul]       1.9.100cvs172
4105
4106         * manual/account.xml
4107         * manual/addrbook.xml
4108         * manual/advanced.xml
4109         * manual/faq.xml
4110         * manual/handling.xml
4111         * manual/intro.xml
4112         * manual/plugins.xml
4113         * manual/starting.xml
4114                 more editing
4115
4116 2006-01-19 [paul]       1.9.100cvs171
4117
4118         * src/toolbar.c
4119                 allow use of trash button while receiving
4120                 Thanks to Colin
4121
4122 2006-01-19 [wwp]        1.9.100cvs170
4123
4124         * src/gtk/quicksearch.c
4125         * src/compose.c
4126                 force text color to black when yellow background is set
4127
4128 2006-01-19 [colin]      1.9.100cvs169
4129
4130         * src/plugins/trayicon/trayicon.c
4131                 Gray out Get Mail when already getting mail
4132
4133 2006-01-18 [paul]       1.9.100cvs168
4134
4135         * src/compose.c
4136                 give widget yellow background was To is
4137                 set via folder prefs
4138         * src/gtk/quicksearch.c
4139                 give widget yellow background when quick
4140                 search is active.
4141                 Thanks to Colin
4142
4143 2006-01-18 [paul]       1.9.100cvs167
4144
4145         * doc/man/sylpheed-claws.1
4146                 add --subscribe option
4147
4148 2006-01-18 [paul]       1.9.100cvs166
4149
4150         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4151         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4152                 use %U instead of %F (%F is broken for user installed
4153                 files in kde 3.5)
4154
4155 2006-01-18 [colin]      1.9.100cvs165
4156
4157         * src/summaryview.c
4158                 Default to Yes in "No more * messages" dialogs
4159
4160 2006-01-17 [colin]      1.9.100cvs164
4161
4162         * src/compose.c
4163                 Possibly fix an invalid iterator causing
4164                 crash
4165
4166 2006-01-17 [colin]      1.9.100cvs163
4167
4168         * src/mimeview.c
4169                 Fix crash when the image disappears under the
4170                 image viewer
4171
4172 2006-01-16 [colin]      1.9.100cvs162
4173
4174         * src/compose.c
4175                 Fix reenabling autowrap
4176
4177 2006-01-16 [colin]      1.9.100cvs161
4178
4179         * src/compose.c
4180                 reset quote_len before getting quote_str
4181
4182 2006-01-16 [colin]      1.9.100cvs160
4183
4184         * src/account.c
4185         * src/account.h
4186         * src/folder.c
4187         * src/imap_gtk.c
4188         * src/mh_gtk.c
4189                 Fix bug #883 (default inbox does not track folder move)
4190
4191 2006-01-16 [colin]      1.9.100cvs159
4192
4193         * src/compose.c
4194         * src/plugins/pgpcore/passphrase.c
4195                 More buttons fixes
4196
4197 2006-01-16 [paul]       1.9.100cvs158
4198
4199         * src/prefs_actions.c
4200         * src/prefs_filtering_action.c
4201         * src/prefs_matcher.c
4202         * src/quote_fmt.c
4203         * src/gtk/description_window.c
4204         * src/gtk/description_window.h
4205         * src/gtk/quicksearch.c
4206                 description window cleanups
4207
4208 2006-01-15 [colin]      1.9.100cvs157
4209
4210         * src/addressbook.c
4211         * src/prefs_filtering.c
4212                 Same here
4213
4214 2006-01-15 [colin]      1.9.100cvs156
4215
4216         * src/folderview.c
4217         * src/mainwindow.c
4218                 Same for "Empty trash"
4219
4220 2006-01-15 [colin]      1.9.100cvs155
4221
4222         * src/inc.c
4223                 Override offline dialog had Yes by default
4224
4225 2006-01-15 [colin]      1.9.100cvs154
4226
4227         * src/summaryview.c
4228                 Delete selected messages? previously had Yes the default
4229
4230 2006-01-15 [colin]      1.9.100cvs153
4231
4232         * src/folder.c
4233         * src/folder.h
4234         * src/main.c
4235                 Check if a mailbox is loaded after all
4236                 plugins are loaded.
4237
4238 2006-01-15 [colin]      1.9.100cvs152
4239
4240         * src/folder.c
4241                 Don't start wizard when there are unloaded folders (will help
4242                 people with only mbox or maildir mailboxes)
4243
4244 2006-01-14 [colin]      1.9.100cvs151
4245
4246         * src/addressbook.c
4247         * src/expldifdlg.c
4248         * src/importldif.c
4249         * src/importmutt.c
4250         * src/importpine.c
4251         * src/mh_gtk.c
4252                 More HIG compliance and fixes
4253
4254 2006-01-14 [colin]      1.9.100cvs150
4255
4256         * src/prefs_filtering_action.c
4257         * src/foldersel.c
4258                 Two forgotten button order changes
4259
4260 2006-01-14 [colin]      1.9.100cvs149
4261
4262         * src/account.c
4263         * src/addressbook.c
4264         * src/compose.c
4265         * src/folderview.c
4266         * src/imap_gtk.c
4267         * src/mainwindow.c
4268         * src/mh_gtk.c
4269         * src/news_gtk.c
4270         * src/prefs_actions.c
4271         * src/prefs_customheader.c
4272         * src/prefs_filtering.c
4273         * src/prefs_matcher.c
4274         * src/prefs_template.c
4275         * src/ssl_manager.c
4276         * src/summaryview.c
4277         * src/textview.c
4278         * src/toolbar.c
4279                 All deletion confirmations are now "Cancel, Delete" 
4280                 instead of "No, Yes"
4281                 Clarified most of the other "No, Yes" to 
4282                 "Cancel, Descriptive_action"
4283                 Rechanged the "Entry not saved" alerts to have 
4284                 "Close, Continue editing"
4285
4286
4287 2006-01-14 [paul]
4288
4289         * 2.0.0-rc4 released
4290
4291 2006-01-14 [paul]       1.9.100cvs148
4292
4293         * src/account.c
4294         * src/addressadd.c
4295         * src/addressbook.c
4296         * src/compose.c
4297         * src/editaddress.c
4298         * src/editbook.c
4299         * src/editgroup.c
4300         * src/editjpilot.c
4301         * src/editldap.c
4302         * src/editvcard.c
4303         * src/exphtmldlg.c
4304         * src/expldifdlg.c
4305         * src/folderview.c
4306         * src/grouplistdialog.c
4307         * src/imap_gtk.c
4308         * src/importmutt.c
4309         * src/importpine.c
4310         * src/inc.c
4311         * src/main.c
4312         * src/mainwindow.c
4313         * src/message_search.c
4314         * src/messageview.c
4315         * src/mh_gtk.c
4316         * src/mimeview.c
4317         * src/news_gtk.c
4318         * src/prefs_actions.c
4319         * src/prefs_customheader.c
4320         * src/prefs_filtering.c
4321         * src/prefs_matcher.c
4322         * src/prefs_template.c
4323         * src/prefs_themes.c
4324         * src/ssl_manager.c
4325         * src/summary_search.c
4326         * src/summaryview.c
4327         * src/textview.c
4328         * src/toolbar.c
4329         * src/gtk/foldersort.c
4330         * src/gtk/gtkaspell.c
4331         * src/gtk/inputdialog.c
4332         * src/gtk/prefswindow.c
4333         * src/plugins/pgpcore/select-keys.c
4334         * src/plugins/trayicon/trayicon.c
4335                 HIG compliant button order
4336
4337 2006-01-14 [mones]      1.9.100cvs147
4338
4339         * po/es.po
4340                 Updated translation
4341
4342 2006-01-13 [paul]       1.9.100cvs146
4343
4344         * AUTHORS
4345         * ChangeLog
4346         * src/gtk/authors.h
4347                 add Joshua M. Kwan to contributors list
4348
4349 2006-01-13 [colin]      1.9.100cvs145
4350
4351         * src/gtk/quicksearch.c
4352                 Don't refocus quick search after executing (Esc or Enter)
4353                 Allows to '/'search something then move up/down in 
4354                 summaryview, and to Esc a search and be back in the 
4355                 summaryview
4356
4357 2006-01-13 [paul]       1.9.100cvs144
4358
4359         * src/plugins/pgpinline/pgpinline.c
4360                 support Content-Type 'application/pgp'
4361                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4362
4363 2006-01-13 [paul]       1.9.100cvs143
4364
4365         * manual/account.xml
4366                 make mention of partial retrieval
4367                 thanks to Colin
4368
4369 2006-01-13 [paul]       1.9.100cvs142
4370
4371         * src/account.c
4372         * src/account.h
4373         * src/action.c
4374         * src/action.h
4375         * src/adbookbase.h
4376         * src/addr_compl.c
4377         * src/addr_compl.h
4378         * src/addrbook.c
4379         * src/addrcache.c
4380         * src/addrcache.h
4381         * src/addrcindex.c
4382         * src/addrcindex.h
4383         * src/addrclip.c
4384         * src/addrclip.h
4385         * src/addrdefs.h
4386         * src/addressadd.c
4387         * src/addressadd.h
4388         * src/addressbook.c
4389         * src/addressbook.h
4390         * src/addrgather.c
4391         * src/addrgather.h
4392         * src/addrharvest.c
4393         * src/addrharvest.h
4394         * src/addrindex.c
4395         * src/addrindex.h
4396         * src/addritem.c
4397         * src/addritem.h
4398         * src/addrquery.c
4399         * src/addrquery.h
4400         * src/addrselect.c
4401         * src/addrselect.h
4402         * src/alertpanel.c
4403         * src/alertpanel.h
4404         * src/browseldap.c
4405         * src/browseldap.h
4406         * src/codeconv.c
4407         * src/codeconv.h
4408         * src/compose.c
4409         * src/compose.h
4410         * src/customheader.c
4411         * src/customheader.h
4412         * src/displayheader.c
4413         * src/displayheader.h
4414         * src/editaddress.c
4415         * src/editaddress.h
4416         * src/editbook.c
4417         * src/editbook.h
4418         * src/editgroup.c
4419         * src/editgroup.h
4420         * src/editjpilot.c
4421         * src/editjpilot.h
4422         * src/editldap.c
4423         * src/editldap.h
4424         * src/editldap_basedn.c
4425         * src/editldap_basedn.h
4426         * src/editvcard.c
4427         * src/editvcard.h
4428         * src/exphtmldlg.c
4429         * src/exphtmldlg.h
4430         * src/expldifdlg.c
4431         * src/expldifdlg.h
4432         * src/export.h
4433         * src/exporthtml.c
4434         * src/exporthtml.h
4435         * src/exportldif.c
4436         * src/exportldif.h
4437         * src/filtering.c
4438         * src/filtering.h
4439         * src/folder.c
4440         * src/folder.h
4441         * src/folder_item_prefs.c
4442         * src/folder_item_prefs.h
4443         * src/foldersel.c
4444         * src/foldersel.h
4445         * src/folderutils.c
4446         * src/folderutils.h
4447         * src/folderview.c
4448         * src/folderview.h
4449         * src/grouplistdialog.c
4450         * src/grouplistdialog.h
4451         * src/headerview.c
4452         * src/html.c
4453         * src/html.h
4454         * src/image_viewer.c
4455         * src/image_viewer.h
4456         * src/imap.c
4457         * src/imap.h
4458         * src/imap_gtk.c
4459         * src/imap_gtk.h
4460         * src/import.h
4461         * src/importldif.c
4462         * src/importldif.h
4463         * src/importmutt.c
4464         * src/importmutt.h
4465         * src/importpine.c
4466         * src/importpine.h
4467         * src/inc.c
4468         * src/inc.h
4469         * src/jpilot.c
4470         * src/jpilot.h
4471         * src/ldapctrl.c
4472         * src/ldapctrl.h
4473         * src/ldaplocate.c
4474         * src/ldaplocate.h
4475         * src/ldapquery.c
4476         * src/ldapquery.h
4477         * src/ldapserver.c
4478         * src/ldapserver.h
4479         * src/ldaputil.c
4480         * src/ldaputil.h
4481         * src/ldif.c
4482         * src/ldif.h
4483         * src/main.c
4484         * src/main.h
4485         * src/mainwindow.c
4486         * src/mainwindow.h
4487         * src/manual.c
4488         * src/manual.h
4489         * src/mbox.c
4490         * src/mbox.h
4491         * src/message_search.c
4492         * src/message_search.h
4493         * src/messageview.c
4494         * src/messageview.h
4495         * src/mh.c
4496         * src/mh.h
4497         * src/mh_gtk.c
4498         * src/mh_gtk.h
4499         * src/mimeview.c
4500         * src/mimeview.h
4501         * src/msgcache.c
4502         * src/msgcache.h
4503         * src/mutt.c
4504         * src/mutt.h
4505         * src/news.c
4506         * src/news.h
4507         * src/news_gtk.c
4508         * src/news_gtk.h
4509         * src/partial_download.c
4510         * src/partial_download.h
4511         * src/pine.c
4512         * src/pine.h
4513         * src/pop.c
4514         * src/pop.h
4515         * src/prefs_account.c
4516         * src/prefs_account.h
4517         * src/prefs_actions.c
4518         * src/prefs_actions.h
4519         * src/prefs_common.c
4520         * src/prefs_common.h
4521         * src/prefs_compose_writing.c
4522         * src/prefs_compose_writing.h
4523         * src/prefs_customheader.c
4524         * src/prefs_customheader.h
4525         * src/prefs_display_header.c
4526         * src/prefs_display_header.h
4527         * src/prefs_filtering.c
4528         * src/prefs_filtering.h
4529         * src/prefs_filtering_action.c
4530         * src/prefs_filtering_action.h
4531         * src/prefs_folder_column.c
4532         * src/prefs_folder_column.h
4533         * src/prefs_folder_item.c
4534         * src/prefs_folder_item.h
4535         * src/prefs_fonts.c
4536         * src/prefs_fonts.h
4537         * src/prefs_gtk.c
4538         * src/prefs_gtk.h
4539         * src/prefs_image_viewer.c
4540         * src/prefs_image_viewer.h
4541         * src/prefs_matcher.c
4542         * src/prefs_matcher.h
4543         * src/prefs_message.c
4544         * src/prefs_msg_colors.c
4545         * src/prefs_msg_colors.h
4546         * src/prefs_other.c
4547         * src/prefs_quote.c
4548         * src/prefs_receive.c
4549         * src/prefs_send.c
4550         * src/prefs_spelling.c
4551         * src/prefs_spelling.h
4552         * src/prefs_summaries.c
4553         * src/prefs_summaries.h
4554         * src/prefs_summary_column.c
4555         * src/prefs_summary_column.h
4556         * src/prefs_template.c
4557         * src/prefs_template.h
4558         * src/prefs_themes.c
4559         * src/prefs_themes.h
4560         * src/prefs_toolbar.c
4561         * src/prefs_toolbar.h
4562         * src/prefs_wrapping.c
4563         * src/prefs_wrapping.h
4564         * src/privacy.c
4565         * src/privacy.h
4566         * src/procheader.c
4567         * src/procheader.h
4568         * src/procmime.c
4569         * src/procmime.h
4570         * src/procmsg.c
4571         * src/procmsg.h
4572         * src/quote_fmt.c
4573         * src/quote_fmt_parse.y
4574         * src/recv.c
4575         * src/recv.h
4576         * src/remotefolder.c
4577         * src/remotefolder.h
4578         * src/send_message.c
4579         * src/send_message.h
4580         * src/setup.c
4581         * src/setup.h
4582         * src/sourcewindow.c
4583         * src/sourcewindow.h
4584         * src/ssl_manager.c
4585         * src/ssl_manager.h
4586         * src/statusbar.c
4587         * src/statusbar.h
4588         * src/stock_pixmap.c
4589         * src/stock_pixmap.h
4590         * src/summary_search.c
4591         * src/summary_search.h
4592         * src/summaryview.c
4593         * src/summaryview.h
4594         * src/syldap.c
4595         * src/syldap.h
4596         * src/textview.c
4597         * src/textview.h
4598         * src/toolbar.c
4599         * src/toolbar.h
4600         * src/undo.c
4601         * src/undo.h
4602         * src/unmime.c
4603         * src/unmime.h
4604         * src/vcard.c
4605         * src/vcard.h
4606         * src/wizard.c
4607         * src/wizard.h
4608         * src/common/base64.c
4609         * src/common/base64.h
4610         * src/common/defs.h
4611         * src/common/hooks.c
4612         * src/common/hooks.h
4613         * src/common/log.c
4614         * src/common/log.h
4615         * src/common/mgutils.c
4616         * src/common/mgutils.h
4617         * src/common/nntp.c
4618         * src/common/nntp.h
4619         * src/common/passcrypt.c
4620         * src/common/passcrypt.h.in
4621         * src/common/plugin.c
4622         * src/common/plugin.h
4623         * src/common/prefs.c
4624         * src/common/prefs.h
4625         * src/common/progressindicator.c
4626         * src/common/progressindicator.h
4627         * src/common/quoted-printable.c
4628         * src/common/quoted-printable.h
4629         * src/common/session.c
4630         * src/common/session.h
4631         * src/common/smtp.c
4632         * src/common/smtp.h
4633         * src/common/socket.c
4634         * src/common/socket.h
4635         * src/common/ssl.c
4636         * src/common/ssl.h
4637         * src/common/ssl_certificate.c
4638         * src/common/ssl_certificate.h
4639         * src/common/stringtable.c
4640         * src/common/stringtable.h
4641         * src/common/sylpheed.c
4642         * src/common/sylpheed.h
4643         * src/common/template.c
4644         * src/common/template.h
4645         * src/common/timing.h
4646         * src/common/utils.c
4647         * src/common/utils.h
4648         * src/common/version.h.in
4649         * src/common/xml.c
4650         * src/common/xml.h
4651         * src/common/xmlprops.c
4652         * src/common/xmlprops.h
4653         * src/gtk/colorlabel.c
4654         * src/gtk/colorsel.c
4655         * src/gtk/colorsel.h
4656         * src/gtk/description_window.c
4657         * src/gtk/description_window.h
4658         * src/gtk/filesel.c
4659         * src/gtk/filesel.h
4660         * src/gtk/foldersort.c
4661         * src/gtk/foldersort.h
4662         * src/gtk/gtkutils.c
4663         * src/gtk/gtkutils.h
4664         * src/gtk/inputdialog.c
4665         * src/gtk/inputdialog.h
4666         * src/gtk/logwindow.c
4667         * src/gtk/logwindow.h
4668         * src/gtk/manage_window.c
4669         * src/gtk/manage_window.h
4670         * src/gtk/menu.c
4671         * src/gtk/menu.h
4672         * src/gtk/pluginwindow.c
4673         * src/gtk/pluginwindow.h
4674         * src/gtk/prefswindow.c
4675         * src/gtk/prefswindow.h
4676         * src/gtk/progressdialog.c
4677         * src/gtk/progressdialog.h
4678         * src/gtk/sslcertwindow.c
4679         * src/gtk/sslcertwindow.h
4680         * src/plugins/clamav/clamav_plugin.c
4681         * src/plugins/clamav/clamav_plugin.h
4682         * src/plugins/clamav/clamav_plugin_gtk.c
4683         * src/plugins/demo/demo.c
4684         * src/plugins/dillo_viewer/dillo_prefs.c
4685         * src/plugins/dillo_viewer/dillo_prefs.h
4686         * src/plugins/dillo_viewer/dillo_viewer.c
4687         * src/plugins/pgpcore/passphrase.c
4688         * src/plugins/pgpcore/passphrase.h
4689         * src/plugins/pgpcore/plugin.c
4690         * src/plugins/pgpcore/select-keys.c
4691         * src/plugins/pgpcore/select-keys.h
4692         * src/plugins/pgpcore/sgpgme.c
4693         * src/plugins/pgpcore/sgpgme.h
4694         * src/plugins/pgpinline/pgpinline.c
4695         * src/plugins/pgpinline/pgpinline.h
4696         * src/plugins/pgpinline/plugin.c
4697         * src/plugins/pgpmime/pgpmime.c
4698         * src/plugins/pgpmime/pgpmime.h
4699         * src/plugins/pgpmime/plugin.c
4700         * src/plugins/spamassassin/spamassassin.c
4701         * src/plugins/spamassassin/spamassassin.h
4702         * src/plugins/spamassassin/spamassassin_gtk.c
4703         * src/plugins/trayicon/trayicon.c
4704                 update copyright header
4705
4706 2006-01-13 [paul]       1.9.100cvs141
4707
4708         * src/account.c
4709         * src/export.c
4710         * src/import.c
4711         * src/mainwindow.c
4712         * src/prefs_account.c
4713         * src/prefs_display_header.c
4714         * src/prefs_receive.c
4715         * src/prefs_send.c
4716         * src/prefs_summaries.c
4717         * src/prefs_themes.c
4718         * src/prefs_toolbar.c
4719         * src/gtk/about.c
4720                 various cleanups
4721
4722 2006-01-12 [colin]      1.9.100cvs140
4723
4724         * src/folder.c
4725         * src/folder.h
4726         * src/main.c
4727                 Add --subscribe option
4728                 Let sylpheed-claws email@domain.com equivalent to --compose
4729                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4730
4731 2006-01-12 [paul]       1.9.100cvs139
4732
4733         * src/mainwindow.c
4734                 append 'Change folder order' label with '...'
4735         * src/prefs_actions.c
4736                 allow reordering of actions list by dnd
4737         * src/gtk/foldersort.c
4738                 make the dialog nicer
4739
4740 2006-01-11 [colin]      1.9.100cvs138
4741
4742         * src/compose.c
4743                 Allow templates without text
4744
4745 2006-01-11 [paul]       1.9.100cvs137
4746
4747         * tools/README
4748         * tools/filter_conv_new.pl
4749                 add info to README
4750                 also check .sylpheed for filter.xml
4751                 be a bit informative to the user
4752
4753 2006-01-11 [colin]      1.9.100cvs136
4754
4755         * src/textview.c
4756                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4757
4758 2006-01-10 [paul]       1.9.100cvs135
4759
4760         * tools/Makefile.am
4761         * tools/filter_conv_new.pl
4762                 add script to convert new style Sylpheed
4763                 filter rules (Sylpheed >= 0.9.99) to
4764                 Claws filtering rules
4765
4766 2006-01-10 [colin]      1.9.100cvs134
4767
4768         * src/compose.c
4769                 Fix broken line joins in certain conditions
4770                 (between two quoted lines: <enter><enter><up>
4771                  <type a wrapped sentence><go in the first line>
4772                  <insert more text><watch as line joining failed>)
4773
4774 2006-01-10 [paul]       1.9.100cvs133
4775
4776         * src/compose.c
4777                 don't report success in error dialog
4778                 thanks to Colin
4779         * src/common/utils.c
4780                 include some trailing punctuations as URI
4781                 thanks to Hiro
4782
4783 2006-01-10 [paul]       1.9.100cvs132
4784
4785         * src/mimeview.c
4786                 fix incompatible pointer type
4787                 warning
4788
4789 2006-01-10 [paul]       1.9.100cvs131
4790
4791         * src/compose.c
4792                 change Subject in window title
4793                 instantaneously
4794
4795 2006-01-09 [colin]      1.9.100cvs130
4796
4797         * src/addressbook.c
4798         * src/headerview.c
4799         * src/mainwindow.c
4800         * src/messageview.c
4801         * src/mimeview.c
4802         * src/noticeview.c
4803         * src/summaryview.c
4804                 Fix possible crashes on exit and in addressbook
4805
4806 2006-01-09 [paul]       1.9.100cvs129
4807
4808         * src/prefs_msg_colors.c
4809                 some cleanups that I forgot last time
4810
4811 2006-01-09 [paul]       1.9.100cvs128
4812
4813         * README
4814         * src/folderview.c
4815         * src/prefs_msg_colors.c
4816                 add previously hidden option, color_new, to
4817                 the gui
4818                 move the page to Display/
4819                 rework the gui
4820
4821 2006-01-09 [wwp]        1.9.100cvs127
4822
4823         * src/prefs_themes.c
4824                 made the prefs/display/themes layouts spacing less condensed
4825                 (and so they match other prefs/pages' look).
4826
4827 2006-01-09 [paul]       1.9.100cvs126
4828
4829         * src/compose.c
4830         * src/prefs_common.c
4831         * src/prefs_common.h
4832         * src/prefs_wrapping.c
4833                 remove 'wrap at send' option
4834
4835 2006-01-06 [colin]      1.9.100cvs125
4836
4837         * src/compose.c
4838                 Just make completely sure we don't insert "manual line breaks" 
4839                 when wrapping... 
4840
4841 2006-01-04 [paul]
4842
4843         * 2.0.0-rc3 released
4844
4845 2006-01-04 [paul]       1.9.100cvs124
4846
4847         * src/folderview.c
4848                 fix bug 882, 'quick scroll in folder list
4849                 displays wrong folder contents'
4850
4851 2006-01-04 [paul]       1.9.100cvs123
4852
4853         * src/plugins/pgpmime/pgpmime.c
4854                 better debug information when signing
4855                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4856
4857 2006-01-03 [colin]      1.9.100cvs122
4858
4859         * configure.ac
4860                 We need to recheck for gpgme 1.0.0 after checking
4861                 for 1.1.1, because if 1.1.1 isn't available, 
4862                 GPGME_LIBS and friends are blanked out by the 
4863                 second check.
4864
4865 2006-01-03 [colin]      1.9.100cvs121
4866
4867         * src/common/prefs.c
4868                 Windows unlink-before rename fix
4869         * src/plugins/pgpcore/sgpgme.c
4870                 Add support for PKA info if available
4871                 Both patches by Werner Koch
4872
4873 2006-01-03 [paul]       1.9.100cvs120
4874
4875         * src/messageview.c
4876                 fix bug 884, 'Send receipt' button visible in queue
4877                 Thanks to Colin
4878
4879 2006-01-02 [colin]      1.9.100cvs119
4880
4881         * src/compose.c
4882         * src/imap.c
4883                 Fix autosave on IMAP and more generally try to
4884                 return the correct ID on a newly added IMAP message
4885
4886 2006-01-02 [paul]       1.9.100cvs118
4887
4888         * manual/keyboard.xml
4889                 edited
4890
4891 2006-01-01 [paul]       1.9.100cvs117
4892
4893         * src/gtk/authors.h
4894                 alphabetical order
4895
4896 2005-12-30 [colin]      1.9.100cvs116
4897
4898         * manual/advanced.xml
4899                 Explain Pre/Post-processing differences.
4900
4901 2005-12-30 [colin]      1.9.100cvs115
4902
4903         * src/mh.c
4904                 Implement copy_msgs for a little optimization
4905         * src/imap.c
4906                 Finish yesterday's fix
4907
4908 2005-12-29 [colin]      1.9.100cvs114
4909
4910         * src/imap.c
4911                 Fix occasional failure in fetching a mail over
4912                 IMAP
4913
4914 2005-12-29 [colin]      1.9.100cvs113
4915
4916         * src/compose.c
4917                 Don't remove a draft when sending it, if it is 
4918                 locked.
4919
4920 2005-12-28 [colin]      1.9.100cvs112
4921
4922         * src/summaryview.c
4923                 Fix leak for real
4924
4925 2005-12-28 [wwp]        1.9.100cvs111
4926
4927         * doc/faq/.cvsignore
4928         * doc/faq/de/.cvsignore
4929         * doc/faq/en/.cvsignore
4930         * doc/faq/es/.cvsignore
4931         * doc/faq/fr/.cvsignore
4932         * doc/faq/it/.cvsignore
4933         * doc/manual/.cvsignore
4934         * doc/manual/de/.cvsignore
4935         * doc/manual/en/.cvsignore
4936         * doc/manual/es/.cvsignore
4937         * doc/manual/fr/.cvsignore
4938         * doc/manual/ja/.cvsignore
4939         * src/plugins/mathml_viewer/.cvsignore
4940                 rollback revival of those files (my bad, sorry for the noise).
4941
4942 2005-12-28 [wwp]        1.9.100cvs110
4943
4944         * src/compose.c
4945                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4946
4947 2005-12-28 [wwp]        1.9.100cvs109
4948
4949         * doc/faq/.cvsignore
4950         * doc/faq/de/.cvsignore
4951         * doc/faq/en/.cvsignore
4952         * doc/faq/es/.cvsignore
4953         * doc/faq/fr/.cvsignore
4954         * doc/faq/it/.cvsignore
4955         * doc/manual/.cvsignore
4956         * doc/manual/de/.cvsignore
4957         * doc/manual/en/.cvsignore
4958         * doc/manual/es/.cvsignore
4959         * doc/manual/fr/.cvsignore
4960         * doc/manual/ja/.cvsignore
4961         * src/plugins/mathml_viewer/.cvsignore
4962         * po/.cvsignore
4963                 more files to ignore.
4964
4965 2005-12-24 [colin]      1.9.100cvs108
4966
4967         * AUTHORS
4968         * src/gtk/authors.h
4969                 Update for Werner
4970
4971 2005-12-24 [colin]      1.9.100cvs107
4972
4973         * src/procmsg.c
4974                 Allow NULL src_msginfo in 
4975                 procmsg_msginfo_new_from_mimeinfo
4976
4977 2005-12-23 [paul]       1.9.100cvs106
4978
4979         * src/plugins/pgpinline/mypgpcore.def
4980                 add this forgotten file
4981
4982 2005-12-23 [colin]      1.9.100cvs105
4983
4984         * src/mainwindow.c
4985                 Fix missing break
4986
4987 2005-12-23 [colin]      1.9.100cvs104
4988
4989         * autogen.sh
4990         * src/folder.c
4991         * src/mh.c
4992         * src/common/plugin.c
4993         * src/common/socket.c
4994         * src/common/socket.h
4995         * src/common/utils.c
4996         * src/common/utils.h
4997         * src/gtk/pluginwindow.c
4998         * src/plugins/pgpcore/plugin.def
4999         * src/plugins/pgpcore/sylpheed.def
5000         * src/plugins/pgpinline/Makefile.am
5001         * src/plugins/pgpinline/plugin.def
5002         * src/plugins/pgpinline/sylpheed.def
5003         * src/plugins/pgpmime/plugin.def
5004         * src/plugins/pgpmime/sylpheed.def
5005                 Various w32 fixes by Werner Koch
5006
5007 2005-12-22 [paul]       1.9.100cvs103
5008
5009         * src/wizard.c
5010                 don't offer IMAP as 'server type' if
5011                 libetpan isn't built in
5012
5013 2005-12-22 [paul]       1.9.100cvs102
5014
5015         * AUTHORS
5016         * src/mainwindow.c
5017         * src/mainwindow.h
5018         * src/toolbar.c
5019         * src/gtk/authors.h
5020                 support GTK_TOOLBAR_BOTH_HORIZ (text
5021                 next to icon) Patch by Marien Zwart
5022                 marienz@users.sf.net
5023                 Also reword the text
5024
5025 2005-12-21 [colin]      1.9.100cvs101
5026
5027         * configure.ac
5028                 Fix DATADIRNAME
5029         * COPYING
5030                 Fix missing section and explicit the exception better
5031         * src/compose.c
5032                 Prevent mail from being lost without notice when an
5033                 SMTP error happens on trying to send an unmodified
5034                 drafted mail.
5035         * src/send_message.c
5036         * src/common/smtp.c
5037                 Fix password remembering when wrong, and add return
5038                 value checks where they should have been
5039         * src/plugins/pgpcore/sylpheed.def
5040         * src/plugins/pgpinline/sylpheed.def
5041         * src/plugins/pgpmime/sylpheed.def
5042                 Add a few symbols needed
5043
5044 2005-12-21 [paul]       1.9.100cvs100
5045
5046         * m4/codeset.m4
5047         * m4/glibc21.m4
5048         * m4/intdiv0.m4
5049         * m4/inttypes-pri.m4
5050         * m4/inttypes.m4
5051         * m4/inttypes_h.m4
5052         * m4/isc-posix.m4
5053         * m4/lcmessage.m4
5054         * m4/stdint_h.m4
5055         * m4/uintmax_t.m4
5056                 gettextization
5057                 thanks to Colin
5058
5059 2005-12-21 [paul]       1.9.100cvs99
5060
5061         * po/sv.po
5062                 fixed by Colin
5063
5064 2005-12-20 [paul]       1.9.100cvs98
5065
5066         * po/sv.po
5067                 updated by Anders Trobäck
5068
5069 2005-12-20 [colin]      1.9.100cvs97
5070
5071         * ABOUT-NLS
5072         * Makefile.am
5073         * autogen.sh
5074         * configure.ac
5075         * config/config.rpath
5076         * config/mkinstalldirs
5077         * m4/Makefile.am
5078         * m4/glibc2.m4
5079         * m4/gnupg.m4
5080         * m4/gpgme.m4
5081         * m4/intmax.m4
5082         * m4/longdouble.m4
5083         * m4/longlong.m4
5084         * m4/printf-posix.m4
5085         * m4/signed.m4
5086         * m4/size_max.m4
5087         * m4/ulonglong.m4
5088         * m4/wchar_t.m4
5089         * m4/wint_t.m4
5090         * m4/xsize.m4
5091         * po/Makefile.in.in
5092         * po/Makevars
5093         * po/bg.po
5094         * po/ca.po
5095         * po/cs.po
5096         * po/de.po
5097         * po/el.po
5098         * po/en_GB.po
5099         * po/es.po
5100         * po/fi.po
5101         * po/fr.po
5102         * po/hr.po
5103         * po/hu.po
5104         * po/it.po
5105         * po/ja.po
5106         * po/ko.po
5107         * po/nb.po
5108         * po/nl.po
5109         * po/pl.po
5110         * po/pt_BR.po
5111         * po/ru.po
5112         * po/sk.po
5113         * po/sr.po
5114         * po/stamp-po
5115         * po/sv.po
5116         * po/zh_CN.po
5117         * po/zh_TW.po
5118         * src/Makefile.am
5119         * src/codeconv.c
5120         * src/compose.c
5121         * src/exporthtml.c
5122         * src/exportldif.c
5123         * src/folder.c
5124         * src/main.c
5125         * src/manual.c
5126         * src/mh.c
5127         * src/mimeview.c
5128         * src/send_message.c
5129         * src/common/Makefile.am
5130         * src/common/fnmatch.c
5131         * src/common/fnmatch.h
5132         * src/common/fnmatch_loop.c
5133         * src/common/nntp.c
5134         * src/common/plugin.c
5135         * src/common/smtp.c
5136         * src/common/socket.c
5137         * src/common/string_match.c
5138         * src/common/sylpheed.c
5139         * src/common/utils.c
5140         * src/common/utils.h
5141         * src/common/w32_dirent.c
5142         * src/common/w32_reg.c
5143         * src/common/w32_signal.c
5144         * src/common/w32_stat.c
5145         * src/common/w32_stdio.c
5146         * src/common/w32_stdlib.c
5147         * src/common/w32_string.c
5148         * src/common/w32_time.c
5149         * src/common/w32_unistd.c
5150         * src/common/w32_wait.c
5151         * src/common/w32lib.h
5152         * src/etpan/Makefile.am
5153         * src/gtk/Makefile.am
5154         * src/plugins/clamav/Makefile.am
5155         * src/plugins/demo/Makefile.am
5156         * src/plugins/dillo_viewer/Makefile.am
5157         * src/plugins/pgpcore/Makefile.am
5158         * src/plugins/pgpcore/passphrase.c
5159         * src/plugins/pgpcore/plugin.def
5160         * src/plugins/pgpcore/sgpgme.c
5161         * src/plugins/pgpcore/sylpheed.def
5162         * src/plugins/pgpcore/version.rc
5163         * src/plugins/pgpinline/Makefile.am
5164         * src/plugins/pgpinline/plugin.def
5165         * src/plugins/pgpinline/sylpheed.def
5166         * src/plugins/pgpinline/version.rc
5167         * src/plugins/pgpmime/Makefile.am
5168         * src/plugins/pgpmime/mypgpcore.def
5169         * src/plugins/pgpmime/plugin.def
5170         * src/plugins/pgpmime/sylpheed.def
5171         * src/plugins/pgpmime/version.rc
5172         * src/plugins/spamassassin/Makefile.am
5173                 Very little ;-) patch from Werner Koch, providing
5174                 infrastructure for cross-compiling to Win32
5175
5176 2005-12-20 [paul]       1.9.100cvs96
5177
5178         * src/account.c
5179         * src/account.h
5180         * src/mainwindow.c
5181         * src/mainwindow.h
5182         * src/toolbar.c
5183         * src/toolbar.h
5184                 add a combo to the Get All button, allowing
5185                 quick retrieval from any account
5186                 Patch by Fabien Vantard, slightly modified
5187                 by Colin
5188         * src/gtk/about.c
5189                 i18n fix. Patch by Fabien Vantard
5190
5191 2005-12-19 [colin]      1.9.100cvs95
5192
5193         * src/compose.c
5194         * src/compose.h
5195                 Don't automatically join lines when they've 
5196                 been separated by the user and not automatically
5197
5198 2005-12-19 [paul]       1.9.100cvs94
5199
5200         * src/gtk/pluginwindow.c
5201                 i18n fix.
5202                 Patch by Fabien Vantard
5203
5204 2005-12-15 [paul]       1.9.100cvs93
5205
5206         * src/common/plugin.c
5207         * src/common/plugin.h
5208         * src/gtk/pluginwindow.c
5209         * src/plugins/clamav/clamav_plugin.c
5210         * src/plugins/demo/demo.c
5211         * src/plugins/dillo_viewer/dillo_viewer.c
5212         * src/plugins/pgpcore/plugin.c
5213         * src/plugins/pgpinline/plugin.c
5214         * src/plugins/pgpmime/plugin.c
5215         * src/plugins/spamassassin/spamassassin.c
5216         * src/plugins/trayicon/trayicon.c
5217                 add plugin_version()
5218
5219 2005-12-15 [colin]      1.9.100cvs92
5220
5221         * src/compose.c
5222                 Further fix bug #875
5223
5224 2005-12-15 [paul]       1.9.100cvs91
5225
5226         * src/gtk/filesel.c
5227                 fix attach_load_dir getting set to
5228                 PLUGINDIR on plugin load
5229
5230 2005-12-14 [mones]      1.9.100cvs90
5231
5232         * manual/ack.xml
5233         * manual/keyboard.xml
5234                 Initial draft and some shortcuts added
5235                 
5236         * po/es.po
5237                 Updated translation
5238
5239 2005-12-14 [colin]      1.9.100cvs89
5240
5241         * src/compose.c
5242         * src/imap.c
5243         * src/summaryview.c
5244         * src/gtk/gtkaspell.c
5245                 More leaks fixed
5246         * src/prefs_folder_item.c
5247                 Fix recursive prefs apply
5248
5249
5250 2005-12-14 [colin]      1.9.100cvs88
5251
5252         * src/compose.c
5253                 Fix bug #875 (Freeze On Inline Forward of 
5254                 Large Message)
5255
5256 2005-12-13 [colin]      1.9.100cvs87
5257
5258         * src/compose.c
5259                 Uniq-ify and sort the mimetypes list
5260                 Patch by Fabien Vantard
5261
5262 2005-12-13 [colin]      1.9.100cvs86
5263
5264         * src/imap.c
5265         * src/etpan/imap-thread.c
5266                 Fix leaks (patch by Hoa)
5267         * src/news.c
5268         * src/common/plugin.c
5269                 Fix leaks
5270
5271 2005-12-12 [colin]
5272
5273         * 2.0.0-rc2 released
5274
5275 2005-12-12 [colin]      1.9.100cvs85
5276
5277         * src/matcher.c
5278                 Fix a leak
5279
5280 2005-12-12 [wwp]        1.9.100cvs84
5281
5282         * src/gtk/icon_legend.c
5283                 fix misbehaviour and crash when closing the legend window
5284         using the Esc key (patch by Fabien Vantard).
5285
5286 2005-12-12 [paul]       1.9.100cvs83
5287
5288         * src/browseldap.c
5289         * src/foldersel.c
5290         * src/prefs_actions.c
5291         * src/prefs_filtering.c
5292         * src/prefs_matcher.c
5293         * src/prefs_spelling.glade      ** REMOVED **
5294         * src/prefs_template.c
5295         * src/gtk/foldersort.glade      ** REMOVED **
5296         * src/gtk/pluginwindow.c
5297         * src/gtk/pluginwindow.glade    ** REMOVED **
5298         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5299                 cleanups
5300
5301 2005-12-11 [paul]       1.9.100cvs82
5302
5303         * src/gtk/filesel.c
5304                 fix attach_load_dir crasher (double free)
5305
5306 2005-12-09 [paul]       1.9.100cvs81
5307
5308         * po/POTFILES.in
5309         * src/mainwindow.c
5310         * src/gtk/Makefile.am
5311         * src/gtk/icon_legend.c
5312         * src/gtk/icon_legend.h
5313                 add icon legend
5314         * src/manual.c
5315                 cleanup
5316
5317 2005-12-09 [paul]       1.9.100cvs80
5318
5319         * src/plugins/pgpcore/passphrase.c
5320                 wrap the label in the dialog
5321
5322 2005-12-09 [colin]      1.9.100cvs79
5323
5324         * src/plugins/pgpcore/sgpgme.c
5325                 Display (untrusted) on not trusted signatures
5326                 Patch by Michal Èihaø <michal@cihar.com>
5327                 Closes bug #867 (Report also key trust)
5328
5329 2005-12-09 [colin]      1.9.100cvs78
5330
5331         * src/common/plugin.c
5332                 Update licence check, following Eben Moglen's advice
5333
5334 2005-12-08 [colin]      1.9.100cvs77
5335
5336         * src/folder.c
5337                 Fix the occasionnal item->cache != NULL 
5338                 assertion failure. 
5339
5340 2005-12-08 [colin]      1.9.100cvs76
5341
5342         * src/mimeview.c
5343         * src/plugins/pgpcore/sgpgme.c
5344                 Print key id when unable to check it
5345                 Closes bug #866 (Show key id when missing)
5346
5347 2005-12-08 [paul]       1.9.100cvs75
5348
5349         * src/prefs_common.c
5350         * src/prefs_common.h
5351         * src/gtk/filesel.c
5352                 remember load attachment dir
5353
5354 2005-12-07 [colin]      1.9.100cvs74
5355
5356         * src/prefs_toolbar.c
5357                 Gtk fixes, patch by Fabien Vantard
5358
5359 2005-12-07 [colin]      1.9.100cvs73
5360
5361         * src/action.c
5362         * src/compose.c
5363         * src/compose.h
5364                 Fix bug #839 (Quoted text isn't colored after 
5365                 executing an action)
5366         * src/common/plugin.c
5367                 Require plugins to declare their licence in plugin_licence()
5368                 Refuse to load non-GPL plugins as they'd be illegal (as 
5369                 derived works of Sylpheed-Claws, they must be GPL).
5370         * src/plugins/clamav/clamav_plugin.c
5371         * src/plugins/demo/demo.c
5372         * src/plugins/dillo_viewer/dillo_viewer.c
5373         * src/plugins/pgpcore/plugin.c
5374         * src/plugins/pgpinline/plugin.c
5375         * src/plugins/pgpmime/plugin.c
5376         * src/plugins/spamassassin/spamassassin.c
5377         * src/plugins/trayicon/trayicon.c
5378                 Add plugin_licence()
5379
5380 2005-12-07 [paul]       1.9.100cvs72
5381
5382         * configure.ac
5383         * src/mainwindow.c
5384         * src/manual.c
5385         * src/manual.h
5386         * src/common/defs.h
5387                 clean up after local FAQ removal and
5388                 temporary manual removal
5389
5390 2005-12-06 [colin]      1.9.100cvs71
5391
5392         * configure.ac
5393         * doc/Makefile.am
5394         * doc/faq/.cvsignore
5395         * doc/faq/Makefile.am
5396         * doc/faq/de/.cvsignore
5397         * doc/faq/de/Makefile.am
5398         * doc/faq/de/sylpheed-faq-1.html
5399         * doc/faq/de/sylpheed-faq-2.html
5400         * doc/faq/de/sylpheed-faq-3.html
5401         * doc/faq/de/sylpheed-faq.html
5402         * doc/faq/en/.cvsignore
5403         * doc/faq/en/Makefile.am
5404         * doc/faq/en/sylpheed-faq-1.html
5405         * doc/faq/en/sylpheed-faq-2.html
5406         * doc/faq/en/sylpheed-faq-3.html
5407         * doc/faq/en/sylpheed-faq-4.html
5408         * doc/faq/en/sylpheed-faq.html
5409         * doc/faq/es/.cvsignore
5410         * doc/faq/es/Makefile.am
5411         * doc/faq/es/sylpheed-faq-1.html
5412         * doc/faq/es/sylpheed-faq-2.html
5413         * doc/faq/es/sylpheed-faq-3.html
5414         * doc/faq/es/sylpheed-faq-4.html
5415         * doc/faq/es/sylpheed-faq.html
5416         * doc/faq/fr/.cvsignore
5417         * doc/faq/fr/Makefile.am
5418         * doc/faq/fr/sylpheed-faq-1.html
5419         * doc/faq/fr/sylpheed-faq-2.html
5420         * doc/faq/fr/sylpheed-faq-3.html
5421         * doc/faq/fr/sylpheed-faq.html
5422         * doc/faq/it/.cvsignore
5423         * doc/faq/it/Makefile.am
5424         * doc/faq/it/sylpheed-faq-1.html
5425         * doc/faq/it/sylpheed-faq-2.html
5426         * doc/faq/it/sylpheed-faq-3.html
5427         * doc/faq/it/sylpheed-faq.html
5428         * doc/manual/.cvsignore
5429         * doc/manual/Makefile.am
5430         * doc/manual/de/.cvsignore
5431         * doc/manual/de/Makefile.am
5432         * doc/manual/de/sylpheed-1.html
5433         * doc/manual/de/sylpheed-10.html
5434         * doc/manual/de/sylpheed-11.html
5435         * doc/manual/de/sylpheed-12.html
5436         * doc/manual/de/sylpheed-13.html
5437         * doc/manual/de/sylpheed-14.html
5438         * doc/manual/de/sylpheed-15.html
5439         * doc/manual/de/sylpheed-16.html
5440         * doc/manual/de/sylpheed-17.html
5441         * doc/manual/de/sylpheed-18.html
5442         * doc/manual/de/sylpheed-19.html
5443         * doc/manual/de/sylpheed-2.html
5444         * doc/manual/de/sylpheed-20.html
5445         * doc/manual/de/sylpheed-3.html
5446         * doc/manual/de/sylpheed-4.html
5447         * doc/manual/de/sylpheed-5.html
5448         * doc/manual/de/sylpheed-6.html
5449         * doc/manual/de/sylpheed-7.html
5450         * doc/manual/de/sylpheed-8.html
5451         * doc/manual/de/sylpheed-9.html
5452         * doc/manual/de/sylpheed.html
5453         * doc/manual/en/.cvsignore
5454         * doc/manual/en/Makefile.am
5455         * doc/manual/en/sylpheed-1.html
5456         * doc/manual/en/sylpheed-10.html
5457         * doc/manual/en/sylpheed-11.html
5458         * doc/manual/en/sylpheed-12.html
5459         * doc/manual/en/sylpheed-13.html
5460         * doc/manual/en/sylpheed-14.html
5461         * doc/manual/en/sylpheed-15.html
5462         * doc/manual/en/sylpheed-16.html
5463         * doc/manual/en/sylpheed-17.html
5464         * doc/manual/en/sylpheed-18.html
5465         * doc/manual/en/sylpheed-19.html
5466         * doc/manual/en/sylpheed-2.html
5467         * doc/manual/en/sylpheed-20.html
5468         * doc/manual/en/sylpheed-21.html
5469         * doc/manual/en/sylpheed-22.html
5470         * doc/manual/en/sylpheed-3.html
5471         * doc/manual/en/sylpheed-4.html
5472         * doc/manual/en/sylpheed-5.html
5473         * doc/manual/en/sylpheed-6.html
5474         * doc/manual/en/sylpheed-7.html
5475         * doc/manual/en/sylpheed-8.html
5476         * doc/manual/en/sylpheed-9.html
5477         * doc/manual/en/sylpheed.html
5478         * doc/manual/es/.cvsignore
5479         * doc/manual/es/Makefile.am
5480         * doc/manual/es/sylpheed-1.html
5481         * doc/manual/es/sylpheed-10.html
5482         * doc/manual/es/sylpheed-11.html
5483         * doc/manual/es/sylpheed-12.html
5484         * doc/manual/es/sylpheed-13.html
5485         * doc/manual/es/sylpheed-14.html
5486         * doc/manual/es/sylpheed-15.html
5487         * doc/manual/es/sylpheed-16.html
5488         * doc/manual/es/sylpheed-17.html
5489         * doc/manual/es/sylpheed-18.html
5490         * doc/manual/es/sylpheed-19.html
5491         * doc/manual/es/sylpheed-2.html
5492         * doc/manual/es/sylpheed-20.html
5493         * doc/manual/es/sylpheed-3.html
5494         * doc/manual/es/sylpheed-4.html
5495         * doc/manual/es/sylpheed-5.html
5496         * doc/manual/es/sylpheed-6.html
5497         * doc/manual/es/sylpheed-7.html
5498         * doc/manual/es/sylpheed-8.html
5499         * doc/manual/es/sylpheed-9.html
5500         * doc/manual/es/sylpheed.html
5501         * doc/manual/fr/.cvsignore
5502         * doc/manual/fr/Makefile.am
5503         * doc/manual/fr/sylpheed-1.html
5504         * doc/manual/fr/sylpheed-10.html
5505         * doc/manual/fr/sylpheed-11.html
5506         * doc/manual/fr/sylpheed-12.html
5507         * doc/manual/fr/sylpheed-13.html
5508         * doc/manual/fr/sylpheed-14.html
5509         * doc/manual/fr/sylpheed-15.html
5510         * doc/manual/fr/sylpheed-16.html
5511         * doc/manual/fr/sylpheed-17.html
5512         * doc/manual/fr/sylpheed-18.html
5513         * doc/manual/fr/sylpheed-19.html
5514         * doc/manual/fr/sylpheed-2.html
5515         * doc/manual/fr/sylpheed-20.html
5516         * doc/manual/fr/sylpheed-3.html
5517         * doc/manual/fr/sylpheed-4.html
5518         * doc/manual/fr/sylpheed-5.html
5519         * doc/manual/fr/sylpheed-6.html
5520         * doc/manual/fr/sylpheed-7.html
5521         * doc/manual/fr/sylpheed-8.html
5522         * doc/manual/fr/sylpheed-9.html
5523         * doc/manual/fr/sylpheed.html
5524         * doc/manual/ja/.cvsignore
5525         * doc/manual/ja/Makefile.am
5526         * doc/manual/ja/sylpheed-1.html
5527         * doc/manual/ja/sylpheed-10.html
5528         * doc/manual/ja/sylpheed-11.html
5529         * doc/manual/ja/sylpheed-12.html
5530         * doc/manual/ja/sylpheed-13.html
5531         * doc/manual/ja/sylpheed-14.html
5532         * doc/manual/ja/sylpheed-15.html
5533         * doc/manual/ja/sylpheed-16.html
5534         * doc/manual/ja/sylpheed-17.html
5535         * doc/manual/ja/sylpheed-18.html
5536         * doc/manual/ja/sylpheed-19.html
5537         * doc/manual/ja/sylpheed-2.html
5538         * doc/manual/ja/sylpheed-20.html
5539         * doc/manual/ja/sylpheed-3.html
5540         * doc/manual/ja/sylpheed-4.html
5541         * doc/manual/ja/sylpheed-5.html
5542         * doc/manual/ja/sylpheed-6.html
5543         * doc/manual/ja/sylpheed-7.html
5544         * doc/manual/ja/sylpheed-8.html
5545         * doc/manual/ja/sylpheed-9.html
5546         * doc/manual/ja/sylpheed.html
5547         * doc/manual/ja/sylpheed.sgml
5548         * src/mainwindow.c
5549                 Remove outdated manual and faq. Noisy, eh?
5550
5551 2005-12-06 [colin]      1.9.100cvs70
5552
5553         * src/compose.c
5554         * src/quote_fmt_parse.y
5555         * src/undo.c
5556         * src/undo.h
5557                 Allow %X to position cursor at 0 
5558                 (no %X = before signature)
5559                 Fix paste as quotation putting the cursor at 0
5560                 Fix undo offsets when pasting
5561                 Insert the quote_fmt at once instead of line 
5562                 by line
5563                 Fix [Edited] when starting to reply/forward
5564
5565 2005-12-06 [paul]       1.9.100cvs69
5566
5567         * src/plugins/clamav/clamav_plugin_gtk.c
5568                 add another tooltip
5569         * src/plugins/spamassassin/spamassassin_gtk.c
5570                 rework spamassassin_create_widget_func()
5571
5572 2005-12-05 [colin]      1.9.100cvs68
5573
5574         * po/POTFILES.in
5575                 Fix make release ;-)
5576
5577 2005-12-05 [colin]      1.9.100cvs67
5578
5579         * src/compose.c
5580         * src/compose.h
5581                 Fix cursor positioning (not obeying %X)
5582
5583 2005-12-05 [paul]       1.9.100cvs66
5584
5585         * src/plugins/dillo_viewer/dillo_prefs.c
5586                 fix compilation warning
5587
5588 2005-12-05 [paul]       1.9.100cvs65
5589
5590         * src/prefs_spelling.c
5591         * src/plugins/trayicon/trayicon.c
5592                 cleanups - remove unused stuff
5593
5594 2005-12-05 [paul]       1.9.100cvs64
5595
5596         * README
5597         * manual/plugins.xml
5598                 remove info about removed mathml_viewer plugin
5599
5600 2005-12-05 [paul]       1.9.100cvs63
5601
5602         * configure.ac
5603         * src/plugins/Makefile.am
5604         * src/plugins/mathml_viewer/.cvsignore
5605         * src/plugins/mathml_viewer/Makefile.am
5606         * src/plugins/mathml_viewer/mathml_viewer.c
5607                 remove unmaintained mathml_viewer plugin
5608
5609 2005-12-05 [paul]       1.9.100cvs62
5610
5611         * src/summaryview.c
5612                 obey prefs_common.always_show_msg when
5613                 moving a msg
5614                 Thanks to Colin
5615
5616 2005-12-05 [paul]       1.9.100cvs61
5617
5618         * src/compose.c
5619         * src/prefs_account.c
5620         * src/prefs_filtering.c
5621         * src/prefs_quote.c
5622         * src/prefs_spelling.c
5623         * src/prefs_toolbar.c
5624         * src/summaryview.c
5625         * src/gtk/gtkutils.c
5626         * src/gtk/quicksearch.c
5627         * src/plugins/dillo_viewer/dillo_prefs.c
5628                 dialog cleanups
5629
5630 2005-12-04 [paul]       1.9.100cvs60
5631
5632         * src/inc.c
5633         * src/prefs_account.c
5634         * src/prefs_account.h
5635                 allow a Local account to specify a
5636                 default inbox
5637                 (closes bug 843 'Inbox cannot be changed for local
5638                  mailboxes')
5639
5640 2005-12-04 [colin]      1.9.100cvs59
5641
5642         * src/plugins/trayicon/trayicon.c
5643                 Remove Get, rename Get All to Get Mail in order to
5644                 be consistent with the default main toolbar
5645
5646 2005-12-03 [colin]      1.9.100cvs58
5647
5648         * manual/gpl.xml
5649         * manual/sylpheed-claws-manual.xml
5650                 Add GPL appendix
5651
5652 2005-12-03 [paul]       1.9.100cvs57
5653
5654         * AUTHORS
5655         * po/sv.po
5656         * src/gtk/authors.h
5657                 new (partially complete) Swedish translation
5658                 by Anders Troback <sylpheed@troback.com>
5659
5660 2005-12-02 [paul]       1.9.100cvs56
5661
5662         * configure.ac
5663                 libetpan 0.41 required
5664
5665 2005-12-02 [paul]       1.9.100cvs55
5666
5667         * src/plugins/clamav/clamav_plugin.c
5668         * src/plugins/clamav/clamav_plugin.h
5669         * src/plugins/clamav/clamav_plugin_gtk.c
5670         * src/plugins/spamassassin/spamassassin.c
5671         * src/plugins/spamassassin/spamassassin.h
5672         * src/plugins/spamassassin/spamassassin_gtk.c
5673                 unregister prefs pages on unloading, thus
5674                 preventing a crash
5675                 (thanks to Colin for the hint)
5676
5677 2005-12-02 [wwp]        1.9.100cvs54
5678
5679         * src/quote_fmt.h
5680         * src/quote_fmt_parse.y
5681                 fix misuse of gboolean*, use gboolean instead
5682                 (thanks to Paul, Colin, for pointing out that scaring one)
5683
5684 2005-12-02 [paul]       1.9.100cvs53
5685
5686         * src/plugins/clamav/clamav_plugin.c
5687                 int no --> unsigned int no
5688         * src/plugins/clamav/clamav_plugin_gtk.c
5689                 rework config page
5690
5691 2005-12-02 [wwp]        1.9.100cvs52
5692
5693         * src/compose.c
5694         * src/prefs_template.c
5695         * src/quote_fmt.h
5696         * src/quote_fmt_parse.y
5697                 prevent from executing |f and |p templates commands when
5698                 adding or replacing templates in prefs (avoids annoying and
5699                 potentially dangerous behaviours)
5700
5701 2005-12-02 [paul]       1.9.100cvs51
5702
5703         * src/prefs_common.c
5704                 allow translation of some default values
5705                 Patch by Fabien Vantard
5706
5707 2005-12-02 [paul]       1.9.100cvs50
5708
5709         * src/codeconv.c
5710         * src/codeconv.h
5711         * src/prefs_common.c
5712         * src/prefs_common.h
5713         * src/prefs_message.c
5714         * src/textview.c
5715                 remove obsolete 'convert_mb_alnum' option
5716                 and related stuff
5717         * src/gtk/about.c
5718                 remove unused 'about_textview_visibility_notify'
5719
5720 2005-12-02 [paul]       1.9.100cvs49
5721
5722         * src/prefs_account.c
5723         * src/prefs_compose_writing.c
5724         * src/prefs_fonts.c
5725         * src/prefs_gtk.h
5726         * src/prefs_image_viewer.c
5727         * src/prefs_message.c
5728         * src/prefs_other.c
5729         * src/prefs_receive.c
5730         * src/prefs_send.c
5731         * src/prefs_spelling.c
5732         * src/prefs_summaries.c
5733         * src/prefs_wrapping.c
5734         * src/plugins/dillo_viewer/dillo_prefs.c
5735         * src/plugins/pgpcore/prefs_gpg.c
5736                 several cleanups to the prefs dialogs
5737                 (slightly modified) patch by Fabien Vantard
5738
5739 2005-12-02 [paul]       1.9.100cvs48
5740
5741         * src/main.c
5742                 --exit means exit
5743         * src/send_message.c
5744                 fix crash on send when connection fails
5745
5746         Thanks to Colin
5747
5748 2005-12-01 [colin]      1.9.100cvs47
5749
5750         * src/html.c
5751                 Translate &hellip; to "..."
5752
5753 2005-11-30 [colin]      1.9.100cvs46
5754
5755         * src/matcher.c
5756         * src/matcher.h
5757                 Optimize back yesterday's fix.
5758
5759 2005-11-30 [paul]       1.9.100cvs45
5760
5761         * manual/faq.xml
5762                 standardised
5763         * manual/intro.xml
5764                 written by Colin, edited by me
5765
5766 2005-11-29 [colin]      1.9.100cvs44
5767
5768         * src/matcher.c
5769                 Skip headers unconditionnaly in match_body if the
5770                 rule is not message or ~message
5771
5772 2005-11-29 [colin]      1.9.100cvs43
5773
5774         * src/matcher.c
5775                 Fix body_part and such, not skipping headers 
5776                 if the matchcriteria wasn't the first in the rule
5777
5778 2005-11-29 [colin]      1.9.100cvs42
5779
5780         * src/compose.c
5781                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5782                 option missing from message view window)
5783                 Fix double text D'n'D with gtk-2.8
5784         * src/matcher.c
5785                 Fix ~message, ~headers_part, ~body_part rules
5786         * src/messageview.c
5787                 Add Windows-1252 (Closes bug #863)
5788                 Fix accels
5789         * src/gtk/gtkaspell.c
5790                 Properly destroy accels in all menus
5791
5792 2005-11-29 [mones]      1.9.100cvs41
5793
5794         * po/es.po
5795                 Updated.
5796
5797 2005-11-27 [colin]      1.9.100cvs40
5798
5799         * src/mh_gtk.c
5800                 "/Remove mailbox" -> "/Remove mailbox..."
5801
5802 2005-11-27 [paul]       1.9.100cvs39
5803
5804         * AUTHORS
5805         * po/de.po
5806         * src/gtk/authors.h
5807                 updated by new maintainer, Stephan Sachse
5808
5809 2005-11-27 [paul]       1.9.100cvs38
5810
5811         * manual/faq.xml
5812                 written by Colin, edited by me
5813
5814 2005-11-27 [paul]       1.9.100cvs37
5815
5816         * src/prefs_common.c
5817         * src/prefs_common.h
5818         * src/prefs_receive.c
5819         * src/prefs_summaries.c
5820                 move 'go to inbox after receiving new mail'
5821                 option from display/sumamaries to mail
5822                 handling/receive, and rework prefs_summaries
5823                 dialog a little
5824
5825 2005-11-25 [martin]     1.9.100cvs36
5826
5827         * po/de.po
5828             fixed windows-1252 translation;
5829             translated some new and fuzzy strings
5830
5831 2005-11-25 [paul]       1.9.100cvs35
5832
5833         * src/plugins/clamav/clamav_plugin.c
5834                 complete the update done in cvs34
5835
5836 2005-11-25 [paul]       1.9.100cvs34
5837
5838         * src/plugins/clamav/clamav_plugin.c
5839                 reflect upstream changes
5840
5841 2005-11-25 [paul]       1.9.100cvs33
5842
5843         * manual/ack.xml
5844         * manual/plugins.xml
5845         * manual/sylpheed-claws-manual.xml
5846                 written/updated by Colin, edited by me
5847         * tools/acroread2sylpheed.pl
5848                 update binary name
5849
5850 2005-11-24 [colin]      1.9.100cvs32
5851
5852         * src/compose.c
5853                 Fix bug #856 (reediting messages forgets Request
5854                 Return Receipt)
5855
5856 2005-11-24 [paul]       1.9.100cvs31
5857
5858         * manual/addrbook.xml
5859         * manual/starting.xml
5860                 written by Colin, proofread, edited, adapted by me
5861         * manual/advanced.xml
5862                 add some Actions examples
5863         * src/importldif.c
5864                 use a Save button instead of a Close button
5865         * src/wizard.c
5866                 indicate mandatory fields
5867                 fix page display
5868                 Thanks to Colin
5869
5870 2005-11-23 [colin]      1.9.100cvs30
5871
5872         * src/addressbook.c
5873                 Rename menu item, fix possible crash after
5874                 deletion of books
5875         * src/addrindex.c
5876                 Allow searching for '*' in ldap
5877         * src/browseldap.c
5878                 Fix "Browse Entry" (did anyone use it?)
5879         * src/wizard.c
5880                 Add guards for mandatory information
5881
5882 2005-11-23 [paul]       1.9.100cvs29
5883
5884         * manual/advanced.xml
5885                 corrections to the English
5886
5887 2005-11-23 [colin]      1.9.100cvs28
5888
5889         * src/mimeview.c
5890                 Fix possible crash at exit. After the call to
5891                 gtk_container_remove(), the Viewer's widget has no
5892                 more parent so gtk+ automatically frees it and its
5893                 sons. If destroy_viewer() then try to access it,
5894                 problems ensue.
5895
5896 2005-11-22 [colin]      1.9.100cvs27
5897
5898         * src/compose.c
5899         * src/gtk/gtkaspell.c
5900                 Fix right-clicking on a misspelled word
5901                 Fix More... in suggestions menu
5902
5903 2005-11-22 [wwp]        1.9.100cvs26
5904
5905         * src/prefs_template.c
5906                 templates works: re-sort templates list when adding or replacing,
5907                 prevent from adding or replacing when the template name is empty
5908
5909 2005-11-21 [colin]      1.9.100cvs25
5910
5911         * src/addressbook.c
5912                 Fix some addressbook suckage (dnd, select all)
5913         * src/compose.c
5914         * src/gtk/gtkaspell.c
5915         * src/gtk/gtkaspell.h
5916                 Make the spellchecker menu work with the 
5917                 GtkTextView one instead of overriding it
5918
5919 2005-11-20 [paul]       1.9.100cvs24
5920
5921         * manual/handling.xml
5922                 proofread and corrected
5923
5924 2005-11-20 [paul]       1.9.100cvs23
5925
5926         * manual/Makefile
5927                 generate html as one file
5928         * manual/advanced.xml
5929                 fix output generation
5930                 reformat hidden options list
5931         * manual/manual.xml     ** REMOVED **
5932         * manual/sylpheed-claws-manual.xml      ** ADDED **
5933                 renamed
5934
5935 2005-11-18 [colin]      1.9.100cvs22
5936
5937         * src/prefs_account.c
5938                 Fix layout in news and mbox accounts
5939         * manual/account.xml
5940         * manual/advanced.xml
5941                 New contents for Paul to check :)
5942
5943 2005-11-18 [wwp]        1.9.100cvs21
5944
5945         * src/gtk/quicksearch.c
5946                 don't update extended quicksearch buttons twice
5947
5948 2005-11-18 [paul]       1.9.100cvs20
5949
5950         * src/textview.c
5951                 complete 1.9.100cvs19
5952
5953 2005-11-18 [paul]       1.9.100cvs19
5954
5955         * src/compose.c
5956                 cosmetic improvements
5957         * src/textview.c
5958                 also list text/* attachments
5959
5960 2005-11-18 [colin]      1.9.100cvs18
5961
5962         * src/summaryview.c
5963                 Use column 0 instead of -1 in 
5964                 gtk_ctree_node_moveto, in a naive
5965                 hope it'll fix the gtk-related crashes
5966
5967 2005-11-18 [colin]      1.9.100cvs17
5968
5969         * src/gtk/inputdialog.c
5970                 Fix icon staying the first one
5971
5972 2005-11-17 [wwp]        1.9.100cvs16
5973                 fix possible problem showing some quicksearch buttons, and a bad
5974                 call to g_return_if_fail in a function that returns a value (both
5975                 fixes by Fabien Vantard)
5976
5977 2005-11-15 [wwp]        1.9.100cvs15
5978
5979         * src/gtk/quicksearch.c
5980                 added a tooltip to that obscure ... quicksearch button
5981
5982 2005-11-15 [wwp]        1.9.100cvs14
5983
5984         * src/gtk/quicksearch.c
5985                 add a quicksearch helper to filtering expression users: the ... button
5986                 raises the condition expr window. condition expressions set up w/ this
5987                 window are used by the quicksearch if the user closes it pressing OK.
5988
5989 2005-11-14 [paul]       1.9.100cvs13
5990
5991         * src/plugins/clamav/clamav_plugin.c
5992         * src/plugins/spamassassin/spamassassin.c
5993                 change plugin type following recent merging
5994
5995 2005-11-14 [wwp]        1.9.100cvs12
5996
5997         * src/folder.c
5998                 prevent from crashing when copying/moving message(s) from and
5999                 to the same folder
6000
6001 2005-11-14 [paul]       1.9.100cvs11
6002
6003         * src/plugins/clamav/Makefile.am
6004         * src/plugins/clamav/clamav_plugin.c
6005         * src/plugins/clamav/clamav_plugin.h
6006         * src/plugins/clamav/clamav_plugin_gtk.c
6007                 also merge clamav and clamav_gtk plugins
6008
6009 2005-11-13 [colin]      1.9.100cvs10
6010
6011         * configure.ac
6012         * src/plugins/spamassassin/Makefile.am
6013         * src/plugins/spamassassin/spamassassin.c
6014         * src/plugins/spamassassin/spamassassin.h
6015         * src/plugins/spamassassin/spamassassin_gtk.c
6016                 Merge spamassassin and spamassassin_gtk plugins,
6017                 and build it by default.
6018
6019 2005-11-12 [colin]      1.9.100cvs9
6020
6021         * src/etpan/imap-thread.c
6022                 Fix gcc warning
6023
6024 2005-11-12 [colin]      1.9.100cvs8
6025
6026         * src/procmime.c
6027                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6028
6029 2005-11-10 [colin]      1.9.100cvs7
6030
6031         * src/main.c
6032                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6033                 minimised state)
6034
6035 2005-11-10 [wwp]        1.9.100cvs6
6036
6037         * src/gtk/description_window.c
6038                 fix a crash when closing description windows using the WM's [X] button
6039
6040 2005-11-09 [colin]      1.9.100cvs5
6041
6042         * src/common/ssl.c
6043                 Update libetpan call to follow upstream
6044                 (yes, this requires libetpan-0.40cvs3)
6045
6046 2005-11-08 [colin]      1.9.100cvs4
6047
6048         * src/compose.c
6049         * src/textview.c
6050         * src/common/utils.c
6051         * src/common/utils.h
6052                 Enhance the email parser
6053
6054 2005-11-08 [colin]      1.9.100cvs3
6055
6056         * src/procmime.c
6057                 Fix what looks like an off-by-one (fixes 
6058                 attachments from the Bat)
6059
6060 2005-11-08 [wwp]        1.9.100cvs2
6061
6062         * src/main.c
6063                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6064
6065 2005-11-08 [wwp]        1.9.100cvs1
6066
6067         * src/main.c
6068                 allow exiting Sylpheed-Claws from command-line
6069
6070 2005-11-08 [paul]       1.9.100
6071
6072         1.9.100 released
6073
6074 2005-11-07 [colin]      1.9.99cvs17
6075
6076         * src/addritem.c
6077         * src/ldif.c
6078                 Fix import of base-64 encoded items
6079
6080 2005-11-07 [colin]      1.9.99cvs16
6081
6082         * src/send_message.c
6083                 Fix bug #314 (Queue does not empty under certain 
6084                 circumstances)
6085
6086 2005-11-07 [paul]       1.9.99cvs15
6087
6088         * src/mutt.c
6089         * src/pine.c
6090                 fix buffer overflows
6091                 Thanks to Colin
6092
6093 2005-11-07 [paul]       1.9.99cvs14
6094
6095         * doc/man/Makefile.am
6096         * doc/man/sylpheed-claws.1      ** ADDED **
6097         * doc/man/sylpheed.1            ** DELETED **
6098                 rename and update the man file
6099
6100 2005-11-06 [colin]      1.9.99cvs13
6101
6102         * src/ldif.c
6103                 Fix ldif_get_line() that returned empty strings
6104                 (Didn't understand why). Also fix a possible
6105                 buffer overflow.
6106
6107 2005-11-06 [wwp]        1.9.99cvs12
6108
6109         * src/textview.c
6110         * src/gtk/about.c
6111         * src/gtk/gtkutils.c
6112         * src/gtk/gtkutils.h
6113                 fix a compilation warning,
6114                 make links sensitive in the about dialog
6115
6116 2005-11-04 [wwp]        1.9.99cvs11
6117
6118         * src/gtk/about.c
6119                 don't wrap or translate URIs, and a bit text format cleanup
6120
6121 2005-11-04 [wwp]        1.9.99cvs10
6122
6123         * src/gtk/about.c
6124                 better textview tagging implementation (no more use of marks for
6125                 postponed tagging)
6126
6127 2005-11-02 [colin]      1.9.99cvs9
6128
6129         * src/common/ssl.c
6130                 Forgot an ifdef
6131
6132 2005-11-02 [colin]      1.9.99cvs8
6133
6134         * configure.ac
6135                 Require libetpan-0.40 due to upstream fix
6136         * src/common/ssl.c
6137                 Tell libetpan not to call SSL_Library_Init,
6138                 as we do it ourselves.
6139
6140 2005-11-02 [colin]      1.9.99cvs7
6141
6142         * po/POTFILES.in
6143                 Add missing files (thanks to Fabien Vantard)
6144
6145 2005-11-02 [colin]      1.9.99cvs6
6146
6147         * src/summaryview.c
6148                 Fix totals when read messages are hidden or quicksearch
6149                 is on
6150         * src/ssl_manager.c
6151         * src/ssl_manager.h
6152         * src/common/ssl_certificate.c
6153         * src/common/ssl_certificate.h
6154         * src/gtk/sslcertwindow.c
6155         * src/gtk/sslcertwindow.h
6156                 Fix copyright on my stuff
6157
6158 2005-11-02 [wwp]        1.9.99cvs5
6159
6160         * src/prefs_themes.c
6161                 fix directory name checking (theme installation/removal),
6162                 made related error a bit more verbose
6163
6164 2005-11-02 [colin]      1.9.99cvs4
6165
6166         * src/summaryview.c
6167                 Fix typo (probably fixes bug #841 (Sort by the From 
6168                 field doesn't work)
6169
6170 2005-11-02 [paul]       1.9.99cvs3
6171
6172         * po/ko.po
6173         * po/nb.po
6174                 updated by SungHyun Nam, Geir Helland
6175         * src/wizard.c
6176                 fix typo in welcome message. spotted by
6177                 Andrea Spadaccini
6178
6179 2005-11-01 [colin]      1.9.99cvs2
6180
6181         * src/compose.c
6182                 Fix replying to ml wen confirming subscription
6183         * src/messageview.c
6184         * src/mimeview.c
6185         * src/mimeview.h
6186         * src/privacy.h
6187         * src/summaryview.c
6188                 Make key check non blocking
6189
6190 2005-10-31 [paul]       1.9.99cvs1
6191
6192         * tools/claws.i18n.status.pl
6193                 updated for ChangeLog
6194
6195 2005-10-31 [paul]       1.9.99
6196
6197         1.9.99 released
6198
6199 2005-10-31 [paul]       1.9.15cvs131
6200
6201         * .cvsignore
6202         * ChangeLog
6203         * ChangeLog.claws       ** REMOVED **
6204         * ChangeLog-gtk2.claws  ** REMOVED **
6205         * ChangeLog.gtk1        ** ADDED **
6206         * INSTALL
6207         * Makefile.am
6208         * NEWS
6209         * README
6210         * README.claws          ** REMOVED **
6211         * README.jp             ** REMOVED **
6212         * RELEASE_NOTES         ** ADDED **
6213         * RELEASE_NOTES.claws   ** REMOVED **
6214         * commitHelper
6215         * configure.ac
6216         * sylpheed.spec.in      ** REMOVED **
6217                 tidy up and update the default docs:
6218                 ChangeLog.claws is renamed ChangeLog.gtk1
6219                 ChangeLog-gtk2.claws is renamed ChangeLog
6220                 README.claws is renamed README
6221                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6222
6223 2005-10-31 [paul]       1.9.15cvs130
6224
6225         * po/it.po
6226                 fix errors
6227
6228 2005-10-31 [paul]       1.9.15cvs129
6229
6230         * po/ca.po
6231         * po/de.po
6232         * po/en_GB.po
6233         * po/fr.po
6234         * po/it.po
6235         * po/pt_BR.po
6236         * po/sk.po
6237         * po/sr.po
6238         * po/zh_CN.po
6239                 updated by Miquel Oliete, Stephan Sachse and
6240                 Thomas Gilgin, me, Fabien Vantard, Andrea
6241                 Spadaccini, Frederico Goncalves Guimaraes,
6242                 Andrej Kacian, Aleksandar Urosevic, and
6243                 Ralgh Young.
6244
6245 2005-10-31 [mones]      1.9.15cvs128
6246
6247         * manual/faq.xml
6248                 More questions.
6249         
6250         * po/es.po
6251                 Updated for release.
6252
6253 2005-10-30 [colin]      1.9.15cvs127
6254
6255         * src/compose.c
6256                 Place cursor before rewrapping (fixes cursor
6257                 pos if quotation gets rewrapped)
6258
6259 2005-10-29 [paul]       1.9.15cvs126
6260
6261         * src/crash.c
6262         * src/foldersel.c
6263         * src/main.c
6264         * src/messageview.c
6265         * src/toolbar.c
6266         * src/gtk/authors.h
6267                 corrections to text items
6268
6269 2005-10-28 [colin]      1.9.15cvs125
6270
6271         * src/messageview.c
6272                 Make "hit 'C' to check sig" work from extern 
6273                 messageviews
6274
6275 2005-10-27 [colin]      1.9.15cvs124
6276
6277         * src/summaryview.c
6278                 Add a hack to avoid segfaulting when hammering 
6279                 on gtk's events
6280
6281 2005-10-27 [wwp]        1.9.15cvs123
6282
6283         * src/prefs_themes.c
6284                 sort list of themes names in themes prefs
6285
6286 2005-10-27 [paul]       1.9.15cvs122
6287
6288         * src/folder.c
6289         * src/prefs_account.c
6290                 fix building on Solaris
6291                 Patch by Alex Moore
6292
6293 2005-10-27 [wwp]        1.9.15cvs121
6294
6295         * src/summaryview.c
6296         * src/gtk/gtksctree.c
6297                 speed up unselecting messages in summary view (thanks to Colin)
6298
6299 2005-10-27 [paul]       1.9.15cvs120
6300
6301         * src/mainwindow.c
6302                 fix a compilation warning
6303         * src/summaryview.c
6304                 fix updating of 'n items selected' count
6305                 when deselecting
6306
6307 2005-10-27 [martin]     1.9.15cvs119
6308
6309         * src/action.c
6310                 ignore actions with a leading '/' in the action menu name
6311                 fixes a crash on menu creation
6312         * src/prefs_actions.c
6313                 do not allow a leading '/' in the action menu name
6314
6315 2005-10-27 [paul]       1.9.15cvs118
6316
6317         * src/main.c
6318                 fix compilation warning
6319
6320 2005-10-27 [paul]       1.9.15cvs117
6321
6322         * src/procmime.c
6323                 add #if HAVE_LOCALE_H
6324
6325 2005-10-27 [paul]       1.9.15cvs116
6326
6327         * src/plugins/clamav/clamav_plugin.c
6328         * src/plugins/dillo_viewer/dillo_viewer.c
6329         * src/plugins/mathml_viewer/mathml_viewer.c
6330         * src/plugins/pgpcore/plugin.c
6331         * src/plugins/pgpinline/plugin.c
6332         * src/plugins/pgpmime/plugin.c
6333         * src/plugins/spamassassin/spamassassin.c
6334         * src/plugins/trayicon/trayicon.c
6335                 plugin_init() : make error messages more
6336                 informative
6337
6338 2005-10-26 [wwp]        1.9.15cvs115
6339
6340         * src/prefs_matcher.c
6341                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6342
6343 2005-10-26 [wwp]        1.9.15cvs114
6344
6345         * src/procmime.c
6346         * src/gtk/gtksctree.c
6347         * src/plugins/spamassassin/libspamc.c
6348         * src/plugins/spamassassin/spamassassin.c
6349                 fix some compilation warnings more
6350
6351 2005-10-26 [mones]      1.9.15cvs113
6352
6353         * po/es.po
6354                 Updated translation
6355
6356 2005-10-26 [paul]       1.9.15cvs112
6357
6358         * src/prefs_message.c
6359                 give all display_xface stuff the
6360                 #if HAVE_LIBCOMPFACE treatment, thus
6361                 preventing a crash
6362                 (Thanks to Wolfgang Enderlein)
6363
6364 2005-10-26 [colin]      1.9.15cvs111
6365
6366         * src/gedit-print.c
6367                 Fix date format
6368         * src/imap_gtk.c
6369         * src/news_gtk.c
6370                 Remove context menu items that should not be there
6371         * src/jpilot.c
6372                 Fix encoding
6373         * src/main.c
6374         * src/mainwindow.c
6375                 Don't show the mainwindow too soon
6376
6377 2005-10-26 [wwp]        1.9.15cvs110
6378
6379         * src/folder.c
6380         * src/manual.c
6381         * src/summaryview.c
6382                 fix uninitialized pointers in the folder updating hook
6383                 (thanks to Colin)
6384
6385 2005-10-25 [mones]      1.9.15cvs109
6386
6387         * manual/faq.xml
6388                 General information subsection completed. 
6389                 Removed archaic references.
6390                 
6391         * manual/Makefile
6392         * manual/dtd/manual.dsl
6393                 Added customization stylesheet for getting paragraphs
6394                 fully justified in PDF output (as suggested by Colin).
6395
6396 2005-10-25 [colin]      1.9.15cvs108
6397
6398         * src/compose.c
6399                 Fix a second leak
6400
6401 2005-10-25 [colin]      1.9.15cvs107
6402
6403         * src/addrbook.c
6404         * src/addrindex.c
6405                 Fix leak (xml_get_element() allocates memory)
6406         * src/compose.c
6407                 Fix leak + dead code (shame!)
6408         * src/procmime.c
6409                 Fix leak
6410
6411 2005-10-25 [colin]      1.9.15cvs106
6412
6413         * src/mimeview.c
6414                 Fix encoding issue in Save all and in 
6415                 overwrite-confirmation alertpanel
6416
6417 2005-10-25 [colin]      1.9.15cvs105
6418
6419         * src/common/socket.c
6420                 Fix a leak - Thanks to Christopher Aillon
6421                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6422
6423 2005-10-25 [paul]       1.9.15cvs104
6424
6425         * src/wizard.c
6426                 Always guess servers from the right-hand
6427                 email part and guess username from the
6428                 left-hand part. (Thanks to Colin)
6429                 add an X-Face to the welcome message
6430
6431 2005-10-25 [paul]       1.9.15cvs103
6432
6433         * manual/handling.xml
6434                 written by Colin, edited by me
6435
6436 2005-10-25 [wwp]        1.9.15cvs102
6437
6438         * src/folderview.c
6439         * src/grouplistdialog.c
6440         * src/imap.c
6441         * src/noticeview.c
6442                 fix some compilation warnings
6443
6444 2005-10-24 [paul]
6445
6446         1.9.99-rc3 released
6447
6448 2005-10-24 [paul]       1.9.15cvs101
6449
6450         * src/gtk/about.c
6451                 fix window sizing
6452
6453 2005-10-24 [paul]       1.9.15cvs100
6454
6455         * src/pixmaps/offline.xpm
6456         * src/pixmaps/online.xpm
6457                 replace with last default versions
6458
6459 2005-10-24 [colin]      1.9.15cvs99
6460
6461         * src/imap.c
6462                 Fix bug when moving a folder
6463         * src/imap_gtk.c
6464         * src/mh_gtk.c
6465                 "Delete folder" pops up a window, so it 
6466                 should be suffixed with "..."
6467         * src/plugins/pgpcore/sgpgme.c
6468                 Include locale.h
6469
6470 2005-10-24 [mones]      1.9.15cvs98
6471
6472         * manual/Makefile
6473         * manual/account.xml
6474         * manual/ack.xml
6475         * manual/addrbook.xml
6476         * manual/advanced.xml
6477         * manual/faq.xml
6478         * manual/glossary.xml
6479         * manual/gpl.xml
6480         * manual/handling.xml
6481         * manual/intro.xml
6482         * manual/keyboard.xml
6483         * manual/manual.xml
6484         * manual/plugins.xml
6485         * manual/starting.xml
6486         * manual/dtd/sdocbook.dtd
6487                 Initial manual structure and some content.
6488
6489 2005-10-23 [wwp]        1.9.15cvs97
6490
6491         * src/gtk/about.c
6492                 fix a typo
6493
6494 2005-10-23 [wwp]        1.9.15cvs96
6495
6496         * src/gtk/about.c
6497         * src/gtk/authors.h
6498                 rework of the about window (main work by Paul), also featuring a few
6499                 fixes for typos and duplicate names
6500
6501 2005-10-23 [wwp]        1.9.15cvs95
6502
6503         * src/.cvsignore
6504                 Ignore the right binary name (sylpheed-claws now)
6505
6506 2005-10-23 [paul]       1.9.15cvs94
6507
6508         * src/compose.c
6509                 when using Folder Pref 'Default To for
6510                 replies' make the entry in the Compose
6511                 window bold
6512                 Patch by Fabien Vantard
6513
6514 2005-10-22 [colin]      1.9.15cvs93
6515
6516         * src/codeconv.c
6517                 Fix leak
6518
6519 2005-10-22 [colin]      1.9.15cvs92
6520
6521         * src/codeconv.c
6522                 try to convert using locale (apart utf8) if necessary
6523
6524 2005-10-22 [colin]      1.9.15cvs91
6525
6526         * src/pixmaps/new.xpm
6527         * src/pixmaps/unread.xpm
6528                 Make the unread envelope blue again and
6529                 saturate the new one a bit more.
6530
6531 2005-10-22 [colin]      1.9.15cvs90
6532
6533         * src/compose.c
6534                 When replying to a mail sent by one of our accounts,
6535                 use the original list of recipients. Let 'Reply All'
6536                 and 'Reply to sender' work like previously.
6537
6538 2005-10-21 [colin]      1.9.15cvs89
6539
6540         * src/prefs_filtering.c
6541                 Clear fields after add and replace
6542         * src/textview.c
6543                 Display xface differently (better)
6544         * src/plugins/pgpinline/pgpinline.c
6545                 Fix crappy encodings/recodings
6546
6547 2005-10-21 [paul]       1.9.15cvs88
6548
6549         * src/compose.c
6550         * src/prefs_folder_item.c
6551         * src/toolbar.c
6552                 fix news folder Folder Properties
6553                 (thanks to Colin)
6554         * src/folderview.c
6555                 update folderview after Themes change
6556                 keep selected folder selected
6557                 (thanks to Colin)
6558
6559 2005-10-21 [paul]       1.9.15cvs87
6560
6561         * tools/Makefile.am
6562         * tools/OOo2sylpheed.pl
6563         * tools/README
6564         * tools/README.sylprint
6565         * tools/asus_mailled.sh         ** REMOVED **
6566         * tools/filter_conv.pl
6567         * tools/freshmeat_search.pl
6568         * tools/google_search.pl
6569         * tools/gpg-sign-syl            ** REMOVED **
6570         * tools/kmail2sylpheed.pl
6571         * tools/kmail2sylpheed_v2.pl
6572         * tools/multiwebsearch.pl
6573         * tools/nautilus2sylpheed.sh
6574         * tools/newscache_clean.pl
6575         * tools/outlook2sylpheed.pl
6576         * tools/sylpheed-switcher       ** REMOVED **
6577         * tools/sylprint.pl
6578         * tools/sylprint.rc
6579         * tools/tb2sylpheed
6580         * tools/vcard2xml.py
6581         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6582                 update default config dir
6583                 update binary name (thanks to Fabien Vantard)
6584                 remove obsolete scripts
6585
6586 2005-10-21 [colin]      1.9.15cvs86
6587
6588         * src/inc.c
6589                 Fix possible leak and units. Based on a patch by
6590                 Fabien Vantard.
6591
6592 2005-10-20 [colin]      1.9.15cvs85
6593
6594         * src/textview.c
6595                 Clear xface when clearing textview
6596
6597 2005-10-20 [colin]      1.9.15cvs84
6598
6599         * configure.ac
6600         * src/folderview.c
6601         * src/headerview.c
6602         * src/main.c
6603         * src/prefs_common.c
6604         * src/prefs_common.h
6605         * src/prefs_message.c
6606         * src/textview.c
6607         * src/textview.h
6608         * src/common/defs.h
6609         * src/common/utils.c
6610         * src/common/utils.h
6611         * src/gtk/gtkutils.c
6612         * src/gtk/gtkutils.h
6613                 Migrate config to .sylpheed-claws (Automatically)
6614                 Add a way to get the Xface in the TextView
6615
6616 2005-10-20 [colin]      1.9.15cvs83
6617
6618         * src/gtk/Makefile.am
6619         * src/gtk/about.c
6620         * src/gtk/authors.h
6621                 Make the about dialog *grooovy*
6622
6623 2005-10-20 [colin]      1.9.15cvs82
6624
6625         * src/mimeview.c
6626                 Use "Open with" on double click if no command
6627                 was found
6628
6629 2005-10-20 [colin]      1.9.15cvs81
6630
6631         * src/imap.c
6632         * src/etpan/imap-thread.c
6633                 Fix possible crash.
6634
6635 2005-10-20 [paul]       1.9.15cvs80
6636
6637         * src/folder.c
6638                 don't show clipkey icon if the only
6639                 attachment is the signature
6640                 Patch by Colin
6641
6642 2005-10-20 [paul]       1.9.15cvs79
6643
6644         * AUTHORS
6645         * src/plugins/pgpmime/pgpmime.c
6646                 name the PGP/MIME signature 'signature.asc'
6647                 Patch by Andrew Nelson <freeandy@gmail.com>
6648
6649 2005-10-19 [colin]      1.9.15cvs78
6650
6651         * src/plugins/pgpmime/pgpmime.c
6652                 Oops, no need to double-check though
6653
6654 2005-10-19 [colin]      1.9.15cvs77
6655
6656         * src/plugins/pgpinline/pgpinline.c
6657         * src/plugins/pgpmime/pgpmime.c
6658                 Check that my_tmpfile() doesn't 
6659                 return NULL
6660
6661 2005-10-19 [colin]      1.9.15cvs76
6662
6663         * src/common/utils.c
6664                 Use shorter mime boundaries to avoid having
6665                 MTAs rewrapping our headers, breaking the
6666                 PGP signature in the process 
6667         * src/compose.c
6668         * src/plugins/pgpmime/pgpmime.c
6669                 Check for boundary uniqueness to be sure
6670                 it won't happen, instead of hoping for the
6671                 best
6672
6673 2005-10-19 [colin]      1.9.15cvs75
6674
6675         * sylpheed-claws.desktop
6676         * src/Makefile.am
6677         * src/main.c
6678                 Ship a sylpheed-claws binary instead
6679                 of a sylpheed one. Change the socket
6680                 name, too
6681         * src/folderview.c
6682                 Update folder only if it changed
6683         * src/wizard.c
6684                 Fix i18n in welcome mail, patch by
6685                 Fabien Vantard
6686
6687 2005-10-19 [paul]
6688
6689         1.9.99-rc2 released
6690
6691 2005-10-19 [paul]       1.9.15cvs74
6692
6693         * src/folder.c
6694         * src/folderview.c
6695                 fix summaryview update
6696                 Patch by Colin
6697
6698 2005-10-18 [colin]      1.9.15cvs73
6699
6700         * src/plugins/pgpcore/passphrase.c
6701                 Don't XGrabServer, and try a bit more to 
6702                 sync everything before grabbing mouse/keyboard
6703
6704 2005-10-18 [colin]      1.9.15cvs72
6705
6706         * src/Makefile.am
6707         * src/addressadd.c
6708         * src/addressbook.c
6709         * src/folderview.c
6710         * src/grouplistdialog.c
6711         * src/mimeview.c
6712         * src/stock_pixmap.c
6713         * src/stock_pixmap.h
6714         * src/summaryview.c
6715         * src/gtk/gtksctree.c
6716         * src/gtk/gtksctree.h
6717         * src/pixmaps/empty.xpm
6718                 Implement a wrapper call for gtk_ctree_set_node_info
6719                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6720                 pixmap instead of a NULL one. This works around some
6721                 memory problems deep inside gtk, revealed by valgrind,
6722                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6723                 as locked crashes sylpheed.), as well as, probably, 
6724                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6725
6726 2005-10-17 [colin]      1.9.15cvs71
6727
6728         * src/mimeview.c
6729                 Provide visual feedback when checking
6730                 signature
6731
6732 2005-10-17 [colin]      1.9.15cvs70
6733
6734         * src/main.c
6735                 Keep the folder list frozen while checking caches...
6736
6737 2005-10-17 [colin]      1.9.15cvs69
6738
6739         * src/addr_compl.c
6740                 Fi bug #833 (Autocompleting from addressbook 
6741                 fails with extended chars)
6742         * src/imap.c
6743                 Fix 'adding messages' staying in statusbar
6744                 after an error
6745
6746 2005-10-17 [wwp]        1.9.15cvs68
6747
6748         * src/ssl_manager.c
6749                 Fix buttons' layout resizing when window size changes
6750
6751 2005-10-17 [wwp]        1.9.15cvs67
6752
6753         * src/account.c
6754         * src/prefs_account.c
6755         * src/prefs_common.c
6756         * src/prefs_common.h
6757         * src/prefs_folder_item.c
6758         * src/prefs_gtk.c
6759         * src/gtk/logwindow.c
6760         * src/gtk/pluginwindow.c
6761         * src/gtk/prefswindow.c
6762         * src/gtk/prefswindow.h
6763                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6764
6765 2005-10-17 [paul]       1.9.15cvs66
6766
6767         * configure.ac
6768                 fix missing libetpan message
6769         * po/en_GB.po
6770                 updated
6771         * src/crash.c
6772         * src/manual.c
6773         * src/prefs_themes.c
6774         * src/common/defs.h
6775                 add some new URI defines, change some
6776                 others
6777         * src/wizard.c
6778                 make welcome message translatable
6779                 small improvements to english
6780                 other tweaks
6781         * src/gtk/menu.c
6782                 fix warnings
6783
6784 2005-10-17 [paul]       1.9.15cvs65
6785
6786         * src/summaryview.c
6787                 fix column titles
6788
6789 2005-10-16 [mones]      1.9.15cvs64
6790
6791         * po/es.po
6792                 Updated translation
6793
6794 2005-10-16 [colin]
6795
6796         1.9.99-rc1 released
6797
6798 2005-10-16 [colin]      1.9.15cvs63
6799
6800         * src/wizard.c
6801                 Fix whitespace
6802
6803 2005-10-16 [colin]      1.9.15cvs62
6804
6805         * src/toolbar.c
6806                 s/Get All/Get Mail/
6807         * src/wizard.c
6808                 Real welcome mail text, thanks Paul
6809
6810 2005-10-16 [colin]      1.9.15cvs61
6811
6812         * src/editldap.c
6813         * src/exporthtml.c
6814         * src/main.c
6815         * src/mainwindow.c
6816         * src/prefs_themes.c
6817         * src/prefs_toolbar.c
6818         * src/plugins/demo/demo.c
6819         * src/plugins/trayicon/trayicon.c
6820                 s/Sylpheed/Sylpheed-Claws/
6821
6822 2005-10-16 [colin]      1.9.15cvs60
6823
6824         * src/wizard.c
6825                 Add a welcome email in the first empty mailbox
6826         * src/prefs_common.c
6827                 Change one more default
6828
6829 2005-10-16 [colin]      1.9.15cvs59
6830
6831         * src/wizard.c
6832                 Remove printf
6833
6834 2005-10-16 [colin]      1.9.15cvs58
6835
6836         * src/toolbar.c
6837         * src/prefs_common.c
6838                 Change some defaults
6839
6840 2005-10-16 [colin]      1.9.15cvs57
6841
6842         * src/toolbar.c
6843         * src/prefs_common.c
6844                 Change some defaults
6845
6846 2005-10-16 [colin]      1.9.15cvs56
6847
6848         * src/wizard.c
6849                 By default, initialize fonts to have
6850                 the same size as normal GtkWidgets
6851
6852 2005-10-16 [colin]      1.9.15cvs55
6853
6854         * src/mimeview.c
6855                 Fix message a bit more
6856
6857 2005-10-16 [colin]      1.9.15cvs54
6858
6859         * src/addressbook.c
6860                 Second attempt at flicker fixing
6861
6862 2005-10-16 [colin]      1.9.15cvs53
6863
6864         * src/addressbook.c
6865                 Fix flicker
6866
6867 2005-10-16 [wwp]        1.9.15cvs52
6868
6869         * src/addressbook.c
6870         * src/editaddress.c
6871         * src/prefs_common.c
6872         * src/prefs_common.h
6873                 Remember window sizes (address book)
6874
6875 2005-10-16 [wwp]        1.9.15cvs51
6876
6877         * src/plugins/clamav/clamav_plugin_gtk.c
6878         * src/plugins/spamassassin/spamassassin_gtk.c
6879                 Fix compilation warnings (missing #include).
6880
6881 2005-10-16 [colin]      1.9.15cvs50
6882
6883         * src/mimeview.c
6884         * src/summaryview.c
6885         * src/textview.c
6886                 Make 'c' check signature, and forward
6887                 c, l, y, t from summaryview to mimeview
6888
6889 2005-10-16 [colin]      1.9.15cvs49
6890
6891         * src/addressbook.c
6892                 Put border around buttons
6893         * src/mainwindow.c
6894         * src/summaryview.c
6895                 Rework menus (Patch based on a patch
6896                 by Paul)
6897
6898 2005-10-15 [wwp]        1.9.15cvs48
6899
6900         * src/editjpilot.c
6901         * src/editldap.c
6902         * src/editvcard.c
6903         * src/exphtmldlg.c
6904         * src/expldifdlg.c
6905         * src/export.c
6906         * src/import.c
6907         * src/importldif.c
6908         * src/importmutt.c
6909         * src/importpine.c
6910         * src/prefs_account.c
6911         * src/prefs_spelling.c
6912         * src/gtk/gtkutils.c
6913         * src/gtk/gtkutils.h
6914         * src/plugins/clamav/clamav_plugin_gtk.c
6915         * src/plugins/spamassassin/spamassassin_gtk.c
6916                 use nicer browse-for-file/dir buttons than the "..." ones,
6917                 code factorizing more.
6918
6919 2005-10-14 [colin]      1.9.15cvs47
6920
6921         * src/mainwindow.c
6922                 set relief on the account switcher so that people see it
6923                 grey out Create processing rules when no message is selected
6924         * src/prefs_filtering.c
6925                 ask before closing if the rule has not been modified, even if
6926                 it's not valid
6927         * src/prefs_matcher.c
6928                 fix sensitivity when entering the dialog
6929         * src/gtk/inputdialog.c
6930                 display a better icon on password ask
6931         * src/plugins/pgpcore/passphrase.c
6932                 make the dialog look better
6933
6934 2005-10-14 [paul]       1.9.15cvs46
6935
6936         * src/folderview.c
6937                 indicate presense of marked msgs in
6938                 unexpanded subfolders
6939
6940 2005-10-14 [paul]       1.9.15cvs45
6941
6942         * src/prefs_actions.c
6943         * src/prefs_common.c
6944         * src/prefs_common.h
6945         * src/prefs_filtering_action.c
6946         * src/prefs_matcher.c
6947         * src/prefs_template.c
6948                 remember window sizes
6949                 fix Info button size
6950
6951         Patches by wwp
6952
6953 2005-10-13 [colin]      1.9.15cvs44
6954
6955         * src/mimeview.c
6956         * src/noticeview.c
6957         * src/noticeview.h
6958                 Add a tooltip on the icon (optional) 
6959                 Get rid of the signature buttons and only
6960                 use the icon+tooltip
6961
6962 2005-10-13 [colin]      1.9.15cvs43
6963
6964         * src/noticeview.c
6965         * src/noticeview.h
6966                 Add hand cursor for hovering over icon
6967
6968 2005-10-13 [colin]      1.9.15cvs42
6969
6970         * src/summaryview.c
6971                 Fix crash when quicksearch's hidden 
6972                 at startup
6973
6974 2005-10-13 [colin]      1.9.15cvs41
6975
6976         * src/compose.c
6977                 Set subject when forwarding multiple mails
6978                 Check that other recipient than the default Cc or Bcc
6979                 have been set before sending.
6980
6981 2005-10-13 [colin]      1.9.15cvs40
6982
6983         * src/imap.c
6984                 Batch per-folder
6985                 Introduce locking, but don't use it yet
6986
6987 2005-10-13 [colin]      1.9.15cvs39
6988
6989         * src/gtk/quicksearch.c
6990                 Reset quicksearch when hiding it
6991                 Make sticky a real pref
6992
6993 2005-10-13 [colin]      1.9.15cvs38
6994
6995         * src/summaryview.c
6996                 Faster prefs apply
6997
6998 2005-10-13 [colin]      1.9.15cvs37
6999
7000         * src/mimeview.c
7001         * src/noticeview.c
7002         * src/noticeview.h
7003         * src/plugins/pgpcore/sgpgme.c
7004                 Make privacy icon clickable
7005                 Move Trust field in Full info
7006                 When trust is less than full, don't display
7007                 a warning icon
7008
7009 2005-10-13 [colin]      1.9.15cvs36
7010
7011         * src/folder.c
7012                 Batch on flags sync
7013         * src/folderview.c
7014                 Revert speed hack which is dangerous in fact
7015                 Apply prefs faster
7016
7017 2005-10-13 [colin]      1.9.15cvs35
7018
7019         * src/folder_item_prefs.c
7020                 Fix pref corruption on folder move. Patch
7021                 by wwp
7022
7023 2005-10-13 [paul]       1.9.15cvs34
7024
7025         * src/export.c
7026         * src/import.c
7027                 fix typos in g_warnings
7028         * src/prefs_account.c
7029                 add a file selector for Signature file
7030
7031         Patches by wwp
7032
7033 2005-10-12 [colin]      1.9.15cvs33
7034
7035         * src/mimeview.c
7036                 Provide a quick way to go back from a
7037                 signature's full info to the email part
7038
7039 2005-10-12 [colin]      1.9.15cvs32
7040
7041         * src/compose.c
7042                 Remove old hack of encoding signed mails with base64.
7043                 QP works equally well.
7044
7045 2005-10-12 [colin]      1.9.15cvs31
7046
7047         * src/crash.c
7048                 Replace deprecated GtkText with GtkTextView
7049         * src/imap.c
7050                 Fix a logic bug about counts in imap_select
7051                 (previously un-triggered)
7052         * src/mainwindow.c
7053         * src/summaryview.c
7054         * src/news.c
7055                 Allow local deletion of news posts
7056         * src/mimeview.c
7057                 Show GPG noticeview on the message/rfc822 part
7058                 in addition to the text/plain one
7059         * src/prefs_image_viewer.c
7060           src/plugins/pgpcore/prefs_gpg.c
7061                 Polish (set the label as part of the checkbox)
7062         * src/wizard.c
7063                 Don't sit there doing nothing after destroying
7064                 the window - return err
7065
7066 2005-10-11 [colin]      1.9.15cvs30
7067
7068         * src/folderview.c
7069                 Apply processing rules before showing folders.
7070                 Early folder show (before flags sync) will only
7071                 be done when there are no processing rules (nor
7072                 pre- or post- ones)
7073         * src/imap.c
7074                 Fix stuff related to mail subdir, creation and 
7075                 deletion of folders 
7076         * src/imap_gtk.c
7077                 Don't allow creation of folders in NoInferior
7078                 folders, as it won't work
7079
7080 2005-10-10 [colin]      1.9.15cvs29
7081
7082         * src/compose.c
7083                 Reselect "None" Privacy system when selecting an
7084                 account with no privacy system defined
7085
7086 2005-10-10 [colin]      1.9.15cvs28
7087
7088         * src/mainwindow.c
7089                 Add Windows-1252 encoding
7090         * src/prefs_common.c
7091                 Rework some defaults:
7092                 - autosave to draft by default
7093                 - don't show header pane (it's already in the textview)
7094                 - Select first new or unread mail on entry
7095                 - Assume 'Yes' to change folder when there's no more
7096                   unread message
7097         * src/prefs_matcher.c
7098                 Fix a gtk assertion failure
7099         * src/gtk/colorlabel.c
7100                 Workaround bad repainting on selection
7101         * src/main.c
7102                 Freeze/thaw (a bit faster on ssh -X)
7103         * src/msgcache.c
7104                 Get rid of StrdupConverter that just adds an
7105                 extra strdup/free 
7106         * src/etpan/imap_thread.c
7107                 memset buf to 0
7108
7109 2005-10-10 [colin]      1.9.15cvs27
7110
7111         * src/export.c
7112         * src/import.c
7113                 Fix compile on gtk 2.4. Patch by wwp
7114
7115 2005-10-09 [colin]      1.9.15cvs26
7116
7117         * src/mainwindow.c
7118         * src/messageview.c
7119         * src/summaryview.c
7120                 Clarify forward menus. Patch by wwp
7121
7122 2005-10-09 [colin]      1.9.15cvs25
7123
7124         * src/compose.c
7125         * src/compose.h
7126                 Fix bug #829 (Non-working "Encrypt message by 
7127                 default when replying to an encrypted message")
7128
7129 2005-10-08 [colin]      1.9.15cvs24
7130
7131         * src/wizard.c
7132                 Fix bug #827 ("Welcome" setup wizard after a 
7133                 permission error gives up & forgets itself.)
7134
7135 2005-10-08 [colin]      1.9.15cvs23
7136
7137         * src/procmime.c
7138                 Fix bug #828 (Ignoring headers with spaces around = sign)
7139
7140 2005-10-08 [colin]      1.9.15cvs22
7141
7142         * src/export.c
7143                 Warning fix by wwp
7144
7145 2005-10-08 [colin]      1.9.15cvs21
7146
7147         * src/folder.c
7148         * src/folder.h
7149                 Add a processing_pending indicator, set on 
7150                 folder_item_open and cleared after 
7151                 folder_item_process_open
7152         * src/folderview.c
7153         * src/summaryview.c
7154                 wrap procmsg_msginfo_*_flags, and in the
7155                 wrapper check that there's no folder processing 
7156                 pending. If there is, defer the flags change until 
7157                 processing is done to avoid stepping over each
7158                 other's toes.
7159                 Freeze during processing, but not during scanning.
7160
7161 2005-10-07 [colin]      1.9.15cvs20
7162
7163         * src/plugins/pgpcore/passphrase.c
7164                 Fix bug #826 (X-Server hangs when 
7165                 right-clicking a PGP encrypted message)
7166
7167 2005-10-07 [paul]       1.9.15cvs19
7168
7169         * src/compose.c
7170                 fix compose_entries[]
7171                 patch by Fabien Vantard
7172
7173 2005-10-06 [colin]      1.9.15cvs18
7174
7175         * src/pixmaps/address.xpm
7176         * src/pixmaps/address_book.xpm
7177         * src/pixmaps/book.xpm
7178         * src/pixmaps/check_spelling.xpm
7179         * src/pixmaps/checkbox_off.xpm
7180         * src/pixmaps/checkbox_on.xpm
7181         * src/pixmaps/close.xpm
7182         * src/pixmaps/complete.xpm
7183         * src/pixmaps/continue.xpm
7184         * src/pixmaps/deleted.xpm
7185         * src/pixmaps/down_arrow.xpm
7186         * src/pixmaps/exec.xpm
7187         * src/pixmaps/forwarded.xpm
7188         * src/pixmaps/group.xpm
7189         * src/pixmaps/ignorethread.xpm
7190         * src/pixmaps/interface.xpm
7191         * src/pixmaps/jpilot.xpm
7192         * src/pixmaps/ldap.xpm
7193         * src/pixmaps/linewrap.xpm
7194         * src/pixmaps/linewrapcurrent.xpm
7195         * src/pixmaps/mail.xpm
7196         * src/pixmaps/mail_attach.xpm
7197         * src/pixmaps/mail_compose.xpm
7198         * src/pixmaps/mail_forward.xpm
7199         * src/pixmaps/mail_receive.xpm
7200         * src/pixmaps/mail_receive_all.xpm
7201         * src/pixmaps/mail_reply.xpm
7202         * src/pixmaps/mail_reply_to_all.xpm
7203         * src/pixmaps/mail_reply_to_author.xpm
7204         * src/pixmaps/mail_send.xpm
7205         * src/pixmaps/mail_send_queue.xpm
7206         * src/pixmaps/mime_application.xpm
7207         * src/pixmaps/mime_audio.xpm
7208         * src/pixmaps/mime_image.xpm
7209         * src/pixmaps/mime_message.xpm
7210         * src/pixmaps/mime_text_enriched.xpm
7211         * src/pixmaps/mime_text_html.xpm
7212         * src/pixmaps/mime_text_plain.xpm
7213         * src/pixmaps/mime_unknown.xpm
7214         * src/pixmaps/new.xpm
7215         * src/pixmaps/news_compose.xpm
7216         * src/pixmaps/offline.xpm
7217         * src/pixmaps/online.xpm
7218         * src/pixmaps/paste.xpm
7219         * src/pixmaps/preferences.xpm
7220         * src/pixmaps/privacy_emblem_encrypted.xpm
7221         * src/pixmaps/privacy_expired.xpm
7222         * src/pixmaps/privacy_failed.xpm
7223         * src/pixmaps/privacy_passed.xpm
7224         * src/pixmaps/privacy_signed.xpm
7225         * src/pixmaps/privacy_unknown.xpm
7226         * src/pixmaps/privacy_warn.xpm
7227         * src/pixmaps/properties.xpm
7228         * src/pixmaps/replied.xpm
7229         * src/pixmaps/search.xpm
7230         * src/pixmaps/unread.xpm
7231         * src/pixmaps/up_arrow.xpm
7232         * src/pixmaps/vcard.xpm
7233                 Modernize internal theme, with icons from the 
7234                 Gnomaws theme. Keep some of the old ones where
7235                 they were better.
7236
7237 2005-10-06 [colin]      1.9.15cvs17
7238
7239         * src/summaryview.c
7240                 Little optimisations + bugfix
7241         * src/toolbar.c
7242                 Remove default useless items - useless being defined
7243                 by the default relevant prefs
7244         * src/wizard.c
7245                 include config.h to make gettext work
7246         * src/prefs_themes.c
7247                 Fix selection of current theme in prefs
7248
7249 2005-10-06 [colin]      1.9.15cvs16
7250
7251         * src/prefs_common.c
7252         * src/prefs_common.h
7253         * src/prefs_summaries.c
7254         * src/folderview.c
7255                 Add a warning dialog on Mark all read 
7256                 (with pref to get rid of it)
7257
7258 2005-10-06 [paul]       1.9.15cvs15
7259
7260         * po/nb.po
7261         * po/pt_BR.po
7262                 updated by Geir Helland and Frederico
7263                 Goncalves Guimaraes
7264
7265 2005-10-05 [colin]      1.9.15cvs14
7266
7267         * src/folder.c
7268         * src/folder.h
7269         * src/folderview.c
7270         * src/folderview.h
7271         * src/imap_gtk.c
7272         * src/mh_gtk.c
7273         * src/mainwindow.c
7274         * src/setup.c
7275                 add a way to rescan without rebuilding
7276                 make moving a bit faster (less folders changes)
7277                 don't lock the tree on Get 
7278         * src/imap.c
7279                 Don't re-delete deleted messages before expunging
7280         * src/summaryview.c
7281                 Set batch mode when deleting mails
7282
7283 2005-10-05 [paul]       1.9.15cvs13
7284
7285         * src/mainwindow.c
7286         * src/mainwindow.h
7287                 fix disabled Execute menu item
7288         * src/toolbar.c
7289                 match the change in 1.9.15cvs10: use Compose
7290                 instead of News by default
7291
7292 2005-10-04 [colin]      1.9.15cvs12
7293
7294         * src/compose.c
7295                 When replying to an ML post with Reply-To set
7296                 to the poster's email, honor it (as before),
7297                 but also honor our user's request to reply to
7298                 the mailing list: set the ML address in the To
7299                 field and the Reply-To address in the Cc: 
7300                 field.
7301
7302 2005-10-04 [colin]      1.9.15cvs11
7303
7304         * src/plugins/trayicon/trayicon.c
7305                 Finish cosmetic change - thanks to wwp
7306
7307 2005-10-04 [colin]      1.9.15cvs10
7308
7309         * src/toolbar.c
7310                 Use Compose instead of Email by default.
7311                 Spotted by wwp.
7312
7313 2005-10-04 [colin]      1.9.15cvs9
7314
7315         * src/folder.c
7316         * src/folder.h
7317         * src/folderview.c
7318         * src/imap.c
7319         * src/etpan/imap-thread.c
7320         * src/etpan/imap-thread.h
7321                 Try to make IMAP faster, by simplifying SEARCH
7322                 commands, avoiding sending two STATUS in a row,
7323                 and deferring flags sync and processing just
7324                 after displaying the folder. 
7325                 This will update the SummaryView in certain
7326                 cases (new mails not already fetched, flags
7327                 changed from another client) but in a non-
7328                 blocking manner.
7329
7330 2005-10-04 [colin]      1.9.15cvs8
7331
7332         * src/plugins/trayicon/trayicon.c
7333                 Relabel "Offline" to "Work offline"
7334
7335 2005-10-04 [colin]      1.9.15cvs7
7336
7337         * src/export.c
7338         * src/import.c
7339         * src/mbox.c
7340                 Fix mbox import/export buglets
7341                 Patch by wwp
7342         * src/plugins/trayicon/trayicon.c
7343                 Add offline swithc
7344                 Patch by wwp
7345
7346 2005-10-04 [colin]      1.9.15cvs6
7347
7348         * src/folder.c
7349         * src/folderview.c
7350         * src/summaryview.c
7351                 Better fix (don't break mark all read) for cvs2
7352
7353 2005-10-03 [colin]      1.9.15cvs5
7354
7355         * src/folder.c
7356                 Use a sane sort by default
7357
7358 2005-10-03 [colin]      1.9.15cvs4
7359
7360         * src/inc.c
7361                 Add a 'Only once' button for overriding offline mode
7362         * src/prefs_account.c
7363         * src/wizard.c
7364                 Add Local mbox to the wizard
7365                 Add IMAP subdir to the wizard (or the wizard is useless
7366                 for such accounts, or even worse than useless)
7367                 Move IMAP subdir from Advanced to Receive tab, as it's
7368                 not that uncommon
7369
7370 2005-10-03 [colin]      1.9.15cvs3
7371
7372         * src/send_message.c
7373                 Forgot this one in cvs1
7374
7375 2005-10-03 [colin]      1.9.15cvs2
7376
7377         * src/folder.c
7378                 Faster close when leaving a folder with lots
7379                 of new mails. Idea by David Relson.
7380
7381 2005-10-03 [colin]      1.9.15cvs1
7382
7383         * src/compose.c
7384         * src/imap.c
7385         * src/inc.c
7386         * src/main.c
7387         * src/messageview.c
7388         * src/news.c
7389         * src/summaryview.c
7390         * src/gtk/sslcertwindow.c
7391         * src/plugins/trayicon/trayicon.c
7392                 Add accels to every AlertPanel. Patch by Fabien 
7393                 Vantard
7394
7395 2005-10-03 [paul]       1.9.15
7396
7397         1.9.15 released
7398
7399 2005-10-03 [paul]       1.9.14cvs68
7400
7401         * po/ca.po
7402         * po/de.po
7403         * po/es.po
7404         * po/fi.po
7405         * po/fr.po
7406         * po/sk.po
7407         * po/sr.po
7408         * po/zh_CN.po
7409                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7410                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7411                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7412
7413 2005-10-03 [paul]       1.9.14cvs67
7414
7415         * src/send_message.c
7416                 prevent hang on Cancel
7417                 patch by Colin
7418
7419 2005-10-03 [paul]       1.9.14cvs66
7420
7421         * src/main.c
7422                 fix crash in IMAP caused by discrepancy
7423                 between check_at_startup and offline mode
7424                 Patch by Colin
7425
7426 2005-10-01 [paul]       1.9.14cvs65
7427
7428         * src/inc.c
7429                 fix engrish
7430
7431 2005-10-01 [paul]       1.9.14cvs64
7432         * src/export.c
7433         * src/import.c
7434                 synchronise import_mbox() and export_mbox()
7435         * src/mbox.c
7436                 proc_mbox(): add alert if file cannot be opened
7437                 export_list_to_mbox(): test if dest file exists,
7438                 prompt user to overwrite if it does. add alert
7439                 if file cannot be created
7440                                                                 
7441         Patch by wwp
7442                                                                                                                 
7443
7444 2005-09-30 [paul]       1.9.14cvs63
7445
7446         * src/addressbook.c
7447                 Fix sensitivity of a menu
7448         * src/codeconv.c
7449                 Respect hidden pref for mails with no encoding
7450         * src/common/xml.c
7451                 Fix memory corruption
7452         * src/plugins/pgpcore/sgpgme.c
7453                 Fix segfault on incomplete sigs, and display
7454                 of S/Mime UIDs
7455
7456         Patches by Colin
7457
7458 2005-09-30 [colin]      1.9.14cvs62
7459
7460         * src/partial_download.c
7461                 Little logic fix in almost-dead code
7462         * src/pop.c
7463                 Fix partial download when there's no new mail
7464
7465 2005-09-29 [paul]       1.9.14cvs61
7466
7467         * src/plugins/pgpinline/pgpinline.c
7468                 fix bug 819, 'crash accessing sign message'
7469                 Patch by Colin
7470
7471 2005-09-28 [martin]     1.9.14cvs60
7472
7473         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7474                 fix bug #790 (Crash when restarting window manager (fluxbox))
7475
7476 2005-09-28 [paul]       1.9.14cvs59
7477
7478         * src/gtk/gtkaspell.c
7479                 fix off-by-one typo
7480
7481 2005-09-27 [colin]      1.9.14cvs58
7482
7483         * src/plugins/pgpcore/sgpgme.c
7484                 Report error when there's one, instead of
7485                 "Signature unchecked" 
7486
7487 2005-09-27 [colin]      1.9.14cvs57
7488
7489         * src/prefs_quote.c
7490                 Fix bug #816 (Weird quotation with spaces)
7491
7492 2005-09-27 [colin]      1.9.14cvs56
7493
7494         * src/codeconv.c
7495         * src/compose.c
7496         * src/compose.h
7497                 Put subject in compose's title
7498                 Fix Automatic encoding so that it's really automatic:
7499                 first try default locale's charset, then charset of the replied mail, 
7500                 then utf-8
7501                 Fix encoding of headers (must be in strict mode too)
7502
7503 2005-09-26 [colin]      1.9.14cvs55
7504
7505         * src/gtk/gtkaspell.c
7506                 Fix previous patch - don't color the space,
7507                 just uncolor it :)
7508
7509 2005-09-26 [colin]      1.9.14cvs54
7510
7511         * src/gtk/gtkaspell.c
7512                 Unmark space if possible
7513
7514 2005-09-26 [colin]      1.9.14cvs53
7515
7516         * src/imap.c
7517                 log_error instead of alertpanel according to the pref
7518         * src/etpan/imap-thread.c
7519                 Print connect status, copy only necessary size to 
7520                 logger
7521         * src/plugins/pgpmime/pgpmime.c
7522                 Handle S/Mime signatures (verification only). Patch based
7523                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7524
7525 2005-09-26 [paul]       1.9.14cvs52
7526
7527         * src/common/passcrypt.c
7528                 this 'workaround' not necessary on NetBSD.
7529                 Thanks to Daniel Gustafson
7530
7531 2005-09-26 [paul]
7532
7533         1.9.15-rc4 released
7534
7535 2005-09-26 [paul]       1.9.14cvs51
7536
7537         * src/summaryview.c
7538                 Skip currently selected message when
7539                 looking for next new or unread message
7540                 in current folder. Patch by Colin
7541         * src/common/passcrypt.c
7542                 eliminate warnings on *BSD. Patch by
7543                 Daniel Gustafson
7544
7545 2005-09-26 [colin]      1.9.14cvs50
7546
7547         * src/procmsg.c
7548                 Call postfiltering hook anyway
7549
7550 2005-09-22 [colin]      1.9.14cvs49
7551
7552         * src/codeconv.c
7553         * src/codeconv.h
7554                 Add a strict mode that doesn't replace with _
7555         * src/compose.c
7556         * src/compose.h
7557                 Use strict conversion while sending
7558                 Fix race when drafting while sending (happens
7559                 on IMAP)
7560                 Fix d'n'd of messages from summaryview
7561         * src/prefs_common.c
7562         * src/prefs_common.h
7563                 add hidden utf8_instead_of_locale_for_broken_mail 
7564                 pref for people that preferred the default charset 
7565                 to be utf8 for broken mails
7566         * src/quote_fmt_parse.y
7567                 fix bug #815 (No quote insert if "From:" fied 
7568                 contained Russian letters)
7569         * src/summaryview.c
7570                 Fix d'n'd of messages to compose
7571
7572 2005-09-22 [paul]       1.9.14cvs48
7573
7574         * src/compose.c
7575                 fix bug where attachments Name entry
7576                 would display Path instead
7577
7578 2005-09-21 [paul]       1.9.14cvs47
7579
7580         * README
7581         * README.jp
7582         * configure.ac
7583         * config/config.rpath
7584         * doc/manual/en/sylpheed-20.html
7585         * doc/manual/es/sylpheed-20.html
7586         * po/bg.po
7587         * po/ca.po
7588         * po/de.po
7589         * po/es.po
7590         * po/fr.po
7591         * po/it.po
7592         * po/pt_BR.po
7593         * po/sk.po
7594         * po/zh_TW.po
7595         * src/account.c
7596         * src/account.h
7597         * src/action.c
7598         * src/action.h
7599         * src/adbookbase.h
7600         * src/addr_compl.c
7601         * src/addr_compl.h
7602         * src/addrbook.c
7603         * src/addrbook.h
7604         * src/addrcache.c
7605         * src/addrcache.h
7606         * src/addrcindex.c
7607         * src/addrcindex.h
7608         * src/addrclip.c
7609         * src/addrclip.h
7610         * src/addrdefs.h
7611         * src/addressadd.c
7612         * src/addressadd.h
7613         * src/addressbook.c
7614         * src/addressbook.h
7615         * src/addressitem.h
7616         * src/addrgather.c
7617         * src/addrgather.h
7618         * src/addrharvest.c
7619         * src/addrharvest.h
7620         * src/addrindex.c
7621         * src/addrindex.h
7622         * src/addritem.c
7623         * src/addritem.h
7624         * src/addrquery.c
7625         * src/addrquery.h
7626         * src/addrselect.c
7627         * src/addrselect.h
7628         * src/alertpanel.c
7629         * src/alertpanel.h
7630         * src/browseldap.c
7631         * src/browseldap.h
7632         * src/codeconv.c
7633         * src/codeconv.h
7634         * src/compose.c
7635         * src/compose.h
7636         * src/crash.c
7637         * src/crash.h
7638         * src/customheader.c
7639         * src/customheader.h
7640         * src/displayheader.c
7641         * src/displayheader.h
7642         * src/editaddress.c
7643         * src/editaddress.h
7644         * src/editbook.c
7645         * src/editbook.h
7646         * src/editgroup.c
7647         * src/editgroup.h
7648         * src/editjpilot.c
7649         * src/editjpilot.h
7650         * src/editldap.c
7651         * src/editldap.h
7652         * src/editldap_basedn.c
7653         * src/editldap_basedn.h
7654         * src/editvcard.c
7655         * src/editvcard.h
7656         * src/enriched.c
7657         * src/enriched.h
7658         * src/exphtmldlg.c
7659         * src/exphtmldlg.h
7660         * src/expldifdlg.c
7661         * src/expldifdlg.h
7662         * src/export.c
7663         * src/export.h
7664         * src/exporthtml.c
7665         * src/exporthtml.h
7666         * src/exportldif.c
7667         * src/exportldif.h
7668         * src/filtering.c
7669         * src/filtering.h
7670         * src/folder.c
7671         * src/folder.h
7672         * src/folder_item_prefs.c
7673         * src/folder_item_prefs.h
7674         * src/foldersel.c
7675         * src/foldersel.h
7676         * src/folderutils.c
7677         * src/folderutils.h
7678         * src/folderview.c
7679         * src/folderview.h
7680         * src/grouplistdialog.c
7681         * src/grouplistdialog.h
7682         * src/headerview.c
7683         * src/headerview.h
7684         * src/html.c
7685         * src/html.h
7686         * src/image_viewer.c
7687         * src/image_viewer.h
7688         * src/imap.c
7689         * src/imap.h
7690         * src/imap_gtk.c
7691         * src/imap_gtk.h
7692         * src/import.c
7693         * src/import.h
7694         * src/importldif.c
7695         * src/importldif.h
7696         * src/importmutt.c
7697         * src/importmutt.h
7698         * src/importpine.c
7699         * src/importpine.h
7700         * src/inc.c
7701         * src/inc.h
7702         * src/jpilot.c
7703         * src/jpilot.h
7704         * src/ldapctrl.c
7705         * src/ldapctrl.h
7706         * src/ldaplocate.c
7707         * src/ldaplocate.h
7708         * src/ldapquery.c
7709         * src/ldapquery.h
7710         * src/ldapserver.c
7711         * src/ldapserver.h
7712         * src/ldaputil.c
7713         * src/ldaputil.h
7714         * src/ldif.c
7715         * src/ldif.h
7716         * src/localfolder.c
7717         * src/localfolder.h
7718         * src/main.c
7719         * src/main.h
7720         * src/mainwindow.c
7721         * src/mainwindow.h
7722         * src/manual.c
7723         * src/manual.h
7724         * src/matcher.c
7725         * src/matcher.h
7726         * src/matcher_parser.h
7727         * src/matcher_parser_lex.l
7728         * src/matcher_parser_parse.y
7729         * src/mbox.c
7730         * src/mbox.h
7731         * src/message_search.c
7732         * src/message_search.h
7733         * src/messageview.c
7734         * src/messageview.h
7735         * src/mh.c
7736         * src/mh.h
7737         * src/mh_gtk.c
7738         * src/mh_gtk.h
7739         * src/mimeview.c
7740         * src/mimeview.h
7741         * src/msgcache.c
7742         * src/msgcache.h
7743         * src/mutt.c
7744         * src/mutt.h
7745         * src/news.c
7746         * src/news.h
7747         * src/news_gtk.c
7748         * src/news_gtk.h
7749         * src/noticeview.c
7750         * src/noticeview.h
7751         * src/partial_download.c
7752         * src/partial_download.h
7753         * src/pine.c
7754         * src/pine.h
7755         * src/pop.c
7756         * src/pop.h
7757         * src/prefs_account.c
7758         * src/prefs_account.h
7759         * src/prefs_actions.c
7760         * src/prefs_actions.h
7761         * src/prefs_common.c
7762         * src/prefs_common.h
7763         * src/prefs_compose_writing.c
7764         * src/prefs_compose_writing.h
7765         * src/prefs_customheader.c
7766         * src/prefs_customheader.h
7767         * src/prefs_display_header.c
7768         * src/prefs_display_header.h
7769         * src/prefs_ext_prog.c
7770         * src/prefs_ext_prog.h
7771         * src/prefs_filtering.c
7772         * src/prefs_filtering.h
7773         * src/prefs_filtering_action.c
7774         * src/prefs_filtering_action.h
7775         * src/prefs_folder_column.c
7776         * src/prefs_folder_column.h
7777         * src/prefs_folder_item.c
7778         * src/prefs_folder_item.h
7779         * src/prefs_fonts.c
7780         * src/prefs_fonts.h
7781         * src/prefs_gtk.c
7782         * src/prefs_gtk.h
7783         * src/prefs_image_viewer.c
7784         * src/prefs_image_viewer.h
7785         * src/prefs_matcher.c
7786         * src/prefs_matcher.h
7787         * src/prefs_message.c
7788         * src/prefs_message.h
7789         * src/prefs_msg_colors.c
7790         * src/prefs_msg_colors.h
7791         * src/prefs_other.c
7792         * src/prefs_other.h
7793         * src/prefs_quote.c
7794         * src/prefs_quote.h
7795         * src/prefs_receive.c
7796         * src/prefs_receive.h
7797         * src/prefs_send.c
7798         * src/prefs_send.h
7799         * src/prefs_spelling.c
7800         * src/prefs_spelling.h
7801         * src/prefs_summaries.c
7802         * src/prefs_summaries.h
7803         * src/prefs_summary_column.c
7804         * src/prefs_summary_column.h
7805         * src/prefs_template.c
7806         * src/prefs_template.h
7807         * src/prefs_themes.c
7808         * src/prefs_themes.h
7809         * src/prefs_toolbar.c
7810         * src/prefs_toolbar.h
7811         * src/prefs_wrapping.c
7812         * src/prefs_wrapping.h
7813         * src/privacy.c
7814         * src/privacy.h
7815         * src/procheader.c
7816         * src/procheader.h
7817         * src/procmime.c
7818         * src/procmime.h
7819         * src/procmsg.c
7820         * src/procmsg.h
7821         * src/quote_fmt.c
7822         * src/quote_fmt_parse.y
7823         * src/recv.c
7824         * src/recv.h
7825         * src/remotefolder.c
7826         * src/remotefolder.h
7827         * src/send_message.c
7828         * src/send_message.h
7829         * src/setup.c
7830         * src/setup.h
7831         * src/simple-gettext.c
7832         * src/sourcewindow.c
7833         * src/sourcewindow.h
7834         * src/ssl_manager.c
7835         * src/ssl_manager.h
7836         * src/statusbar.c
7837         * src/statusbar.h
7838         * src/stock_pixmap.c
7839         * src/stock_pixmap.h
7840         * src/summary_search.c
7841         * src/summary_search.h
7842         * src/summaryview.c
7843         * src/summaryview.h
7844         * src/syldap.c
7845         * src/syldap.h
7846         * src/textview.c
7847         * src/textview.h
7848         * src/toolbar.c
7849         * src/toolbar.h
7850         * src/undo.c
7851         * src/undo.h
7852         * src/unmime.c
7853         * src/unmime.h
7854         * src/vcard.c
7855         * src/vcard.h
7856         * src/wizard.c
7857         * src/wizard.h
7858         * src/common/base64.c
7859         * src/common/base64.h
7860         * src/common/defs.h
7861         * src/common/hooks.c
7862         * src/common/hooks.h
7863         * src/common/log.c
7864         * src/common/log.h
7865         * src/common/md5.c
7866         * src/common/md5.h
7867         * src/common/mgutils.c
7868         * src/common/mgutils.h
7869         * src/common/nntp.c
7870         * src/common/nntp.h
7871         * src/common/passcrypt.c
7872         * src/common/passcrypt.h.in
7873         * src/common/plugin.c
7874         * src/common/plugin.h
7875         * src/common/prefs.c
7876         * src/common/prefs.h
7877         * src/common/progressindicator.c
7878         * src/common/progressindicator.h
7879         * src/common/quoted-printable.c
7880         * src/common/quoted-printable.h
7881         * src/common/session.c
7882         * src/common/session.h
7883         * src/common/smtp.c
7884         * src/common/smtp.h
7885         * src/common/socket.c
7886         * src/common/socket.h
7887         * src/common/ssl.c
7888         * src/common/ssl.h
7889         * src/common/ssl_certificate.c
7890         * src/common/ssl_certificate.h
7891         * src/common/string_match.c
7892         * src/common/string_match.h
7893         * src/common/stringtable.c
7894         * src/common/sylpheed.c
7895         * src/common/sylpheed.h
7896         * src/common/template.c
7897         * src/common/template.h
7898         * src/common/timing.h
7899         * src/common/utils.c
7900         * src/common/utils.h
7901         * src/common/uuencode.c
7902         * src/common/uuencode.h
7903         * src/common/version.h.in
7904         * src/common/xml.c
7905         * src/common/xml.h
7906         * src/common/xmlprops.c
7907         * src/common/xmlprops.h
7908         * src/gtk/about.c
7909         * src/gtk/about.h
7910         * src/gtk/colorlabel.c
7911         * src/gtk/colorlabel.h
7912         * src/gtk/colorsel.c
7913         * src/gtk/colorsel.h
7914         * src/gtk/description_window.c
7915         * src/gtk/description_window.h
7916         * src/gtk/filesel.c
7917         * src/gtk/filesel.h
7918         * src/gtk/foldersort.c
7919         * src/gtk/foldersort.h
7920         * src/gtk/gtkutils.c
7921         * src/gtk/gtkutils.h
7922         * src/gtk/inputdialog.c
7923         * src/gtk/inputdialog.h
7924         * src/gtk/logwindow.c
7925         * src/gtk/logwindow.h
7926         * src/gtk/manage_window.c
7927         * src/gtk/manage_window.h
7928         * src/gtk/menu.c
7929         * src/gtk/menu.h
7930         * src/gtk/pluginwindow.c
7931         * src/gtk/pluginwindow.h
7932         * src/gtk/prefswindow.c
7933         * src/gtk/prefswindow.h
7934         * src/gtk/progressdialog.c
7935         * src/gtk/progressdialog.h
7936         * src/gtk/quicksearch.c
7937         * src/gtk/quicksearch.h
7938         * src/gtk/sslcertwindow.c
7939         * src/gtk/sslcertwindow.h
7940         * src/plugins/clamav/clamav_plugin.c
7941         * src/plugins/clamav/clamav_plugin.h
7942         * src/plugins/clamav/clamav_plugin_gtk.c
7943         * src/plugins/demo/demo.c
7944         * src/plugins/dillo_viewer/dillo_prefs.c
7945         * src/plugins/dillo_viewer/dillo_prefs.h
7946         * src/plugins/dillo_viewer/dillo_viewer.c
7947         * src/plugins/mathml_viewer/mathml_viewer.c
7948         * src/plugins/pgpcore/passphrase.c
7949         * src/plugins/pgpcore/passphrase.h
7950         * src/plugins/pgpcore/plugin.c
7951         * src/plugins/pgpcore/prefs_gpg.c
7952         * src/plugins/pgpcore/prefs_gpg.h
7953         * src/plugins/pgpcore/select-keys.c
7954         * src/plugins/pgpcore/select-keys.h
7955         * src/plugins/pgpcore/sgpgme.c
7956         * src/plugins/pgpcore/sgpgme.h
7957         * src/plugins/pgpinline/pgpinline.c
7958         * src/plugins/pgpinline/pgpinline.h
7959         * src/plugins/pgpinline/plugin.c
7960         * src/plugins/pgpmime/pgpmime.c
7961         * src/plugins/pgpmime/pgpmime.h
7962         * src/plugins/pgpmime/plugin.c
7963         * src/plugins/spamassassin/spamassassin.c
7964         * src/plugins/spamassassin/spamassassin.h
7965         * src/plugins/spamassassin/spamassassin_gtk.c
7966         * src/plugins/trayicon/trayicon.c
7967         * tools/OOo2sylpheed.pl
7968         * tools/acroread2sylpheed.pl
7969         * tools/asus_mailled.sh
7970         * tools/filter_conv.pl
7971         * tools/freshmeat_search.pl
7972         * tools/google_search.pl
7973         * tools/kmail2sylpheed.pl
7974         * tools/kmail2sylpheed_v2.pl
7975         * tools/maildir2sylpheed.pl
7976         * tools/multiwebsearch.pl
7977         * tools/newscache_clean.pl
7978         * tools/outlook2sylpheed.pl
7979         * tools/sylpheed-switcher
7980         * tools/update-po
7981         * tools/vcard2xml.py
7982         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7983                 update FSF address
7984
7985 2005-09-21 [colin]      1.9.14cvs46
7986
7987         * src/gedit-print.c
7988         * src/procmsg.c
7989         * src/procmsg.h
7990         * src/textview.c
7991         * src/summaryview.c
7992                 Remove some printing hacks (deselection/reselection),
7993                 which by the way fix printing the currently 
7994                 displayed mime part (still only text)
7995                 Plus a little optimisation of summary_show
7996
7997
7998 2005-09-20 [colin]      1.9.14cvs45
7999
8000         * src/mainwindow.c
8001         * src/messageview.c
8002                 GUI fixups: add accels, set message
8003                 view title to displayed mail's subject
8004         * src/prefs_spelling.c
8005         * src/gtk/gtkaspell.c
8006                 GUI fixups: allow underlining misspelled
8007                 words instead of coloring them (a11y!)
8008
8009 2005-09-19 [colin]
8010
8011         1.9.15rc3 released
8012
8013 2005-09-19 [colin]      1.9.14cvs44
8014
8015         * src/compose.c
8016                 Fix draft message
8017         * src/gtk/gtkaspell.c
8018                 Fix wrong test ;-)
8019
8020 2005-09-19 [colin]      1.9.14cvs43
8021
8022         * src/addressbook.c
8023                 Fix sensitivity of Delete button
8024         * src/compose.c
8025                 Warn if the requested Privacy system
8026                 is not available
8027         * src/exphtmldlg.c
8028         * src/expldifdlg.c
8029         * src/importldif.c
8030         * src/importmutt.c
8031         * src/importpine.c
8032                 Fix crappy UI
8033         * src/
8034         * src/ssl.h
8035         * src/prefs_account.h
8036         * src/prefs_account.c
8037                 Save SSL prefs even in builds that have
8038                 SSL support disable
8039         * src/imap.c
8040         * src/inc.c
8041         * src/news.c
8042         * src/send_message.c
8043                 Warn if connection should be secure, but
8044                 SSL support isn't compiled in
8045         * src/gtkaspell.c
8046                 Fix word separation on UTF-8 systems
8047                 Fixes bug #812 (Strange inline spellchecking)
8048         * src/compose.c
8049                 Warn if the requested Privacy system
8050                 is not available
8051                 Factorize offline warning
8052         * src/imap.c
8053         * src/imap_gtk.c
8054         * src/imap_gtk.h
8055         * src/inc.h
8056         * src/news_gtk.c
8057         * src/news_gtk.h
8058         * src/messageview.c
8059                 Factorize offline warning
8060
8061 2005-09-19 [paul]
8062
8063         1.9.15-rc2 released
8064
8065 2005-09-18 [colin]      1.9.14cvs42
8066
8067         * src/codeconv.c
8068         * src/codeconv.h
8069         * src/procmime.c
8070                 Add a way to get locale's charset ignoring utf-8,
8071                 and use that as default encoding for broken mails
8072
8073 2005-09-18 [colin]      1.9.14cvs41
8074
8075         * src/gtk/logwindow.c
8076                 Translate string. Patch by Fabien Vantard
8077
8078 2005-09-18 [colin]      1.9.14cvs40
8079
8080         * configure.ac
8081                 Fix bug #803 (IMAP/SSL support breaks with 
8082                 GnuTLS libetpan 0.38)
8083
8084 2005-09-18 [colin]      1.9.14cvs39
8085
8086         * src/codeconv.c
8087         * src/compose.c
8088         * src/procmime.c
8089                 More charsets fixes. Fixes bug #806 (non
8090                 ascii characters in subject line)
8091
8092 2005-09-17 [paul]       1.9.14cvs38
8093
8094         * src/folderview.c
8095         * src/mainwindow.c
8096                 fix gcc-2.95 issues
8097                 Patch by Pawel Pekala
8098
8099 2005-09-17 [colin]      1.9.14cvs37
8100
8101         * src/addrindex.c
8102                 bugfix for NO-USE LDAP compilation, patch 
8103                 by Fabien Vantard
8104
8105 2005-09-17 [colin]      1.9.14cvs36
8106
8107         * src/prefs_actions.c
8108         * src/prefs_customheader.c
8109         * src/prefs_display_header.c
8110         * src/prefs_filtering_action.c
8111         * src/prefs_matcher.c
8112         * src/prefs_toolbar.c
8113                 Fix strange casts (less elegant but
8114                 works better)
8115
8116 2005-09-16 [colin]      1.9.14cvs35
8117
8118         * src/jpilot.c
8119                 Missed that one
8120
8121 2005-09-16 [colin]      1.9.14cvs34
8122
8123         * configure.ac
8124         * src/Makefile.am
8125         * src/addr_compl.c
8126         * src/addrindex.c
8127         * src/browseldap.c
8128         * src/editldap.c
8129         * src/ldaplocate.c
8130         * src/ldapquery.c
8131         * src/ldapquery.h
8132         * src/ldapserver.c
8133         * src/ldapserver.h
8134         * src/main.c
8135         * src/matcher_parser_parse.y
8136         * src/prefs_themes.c
8137         * src/etpan/Makefile.am
8138         * src/gtk/description_window.c
8139         * src/plugins/clamav/Makefile.am
8140         * src/plugins/clamav/clamav_plugin.c
8141         * src/plugins/dillo_viewer/Makefile.am
8142         * src/plugins/pgpcore/Makefile.am
8143         * src/plugins/pgpinline/Makefile.am
8144         * src/plugins/pgpmime/Makefile.am
8145         * src/plugins/trayicon/Makefile.am
8146                 Fix 100% cpu usage in address completion list
8147                 Fix little bugs (return with no values etc)
8148                 Fix all warnings (with common CFLAGS)
8149
8150 2005-09-15 [colin]      1.9.14cvs33
8151
8152         * src/addressbook.c
8153                 Fix bug where sometimes a group's email list is empty,
8154                 force its refresh (probably fixes "Re: how to create a 
8155                 distribution list")
8156         * src/ldapquery.c
8157                 Don't return to the callback in the main thread from the
8158                 fetch thread (or face segs!)
8159
8160 2005-09-15 [paul]       1.9.14cvs32
8161
8162         * src/prefs_matcher.c
8163                 forgotten in last commit
8164
8165 2005-09-15 [paul]       1.9.14cvs31
8166
8167         * src/prefs_actions.c
8168         * src/prefs_filtering_action.c
8169         * src/prefs_quote.c
8170         * src/quote_fmt.c
8171         * src/summaryview.c
8172         * src/gtk/description_window.c
8173         * src/gtk/description_window.h
8174         * src/gtk/quicksearch.c
8175                 allow interaction with the called
8176                 description window
8177                 Patch by Anders Hammar
8178
8179 2005-09-14 [paul]       1.9.14cvs30
8180
8181         * src/compose.c
8182                 fix a little annoyance when pasting with 3rd button 
8183                 with wrap_pastes=0 and wrap_input=1
8184                 Patch by Colin
8185
8186 2005-09-14 [paul]       1.9.14cvs29
8187
8188         * src/prefs_account.c
8189                 disable 'Filter messages on receiving' for
8190                 SMTP-only accounts
8191                 Patch  by Anders Hammar
8192
8193 2005-09-14 [paul]       1.9.14cvs28
8194
8195         * po/sk.po
8196                 fix crash
8197                 updated by Andrej Kacian
8198
8199 2005-09-14 [paul]
8200
8201         1.9.15-rc1 released
8202
8203 2005-09-14 [paul]       1.9.14cvs27
8204
8205         * po/es.po
8206                 updated by Ricardo Mones Lastra
8207         * src/compose.c
8208         * src/compose.h
8209                 associate no_wrap_tags to Compose windows
8210                 instead of using a static one
8211                 Patch by Colin
8212         * src/mbox.c
8213                 fix proc_mbox()
8214                 Patch by wwp
8215         * src/textview.c
8216                 remove unneeded printf()
8217
8218 2005-09-14 [paul]       1.9.14cvs26
8219
8220         * src/addrcache.c
8221         * src/codeconv.h
8222         * src/folder.h
8223         * src/mainwindow.h
8224         * src/mh.c
8225         * src/mimeview.h
8226         * src/partial_download.c
8227         * src/pop.c
8228         * src/prefs_account.c
8229         * src/prefs_account.h
8230         * src/prefs_actions.c
8231         * src/prefs_customheader.c
8232         * src/prefs_display_header.c
8233         * src/prefs_filtering_action.c
8234         * src/prefs_matcher.c
8235         * src/prefs_toolbar.c
8236         * src/privacy.h
8237         * src/procmime.c
8238         * src/procmime.h
8239         * src/procmsg.h
8240         * src/textview.c
8241         * src/undo.h
8242         * src/common/plugin.c
8243         * src/common/session.h
8244         * src/common/socket.c
8245         * src/common/socket.h
8246         * src/common/template.c
8247         * src/gtk/gtkaspell.c
8248         * src/gtk/quicksearch.h
8249         * src/plugins/pgpcore/passphrase.c
8250         * src/plugins/pgpcore/prefs_gpg.h
8251         * src/plugins/pgpcore/select-keys.c
8252         * src/plugins/pgpcore/select-keys.h
8253         * src/plugins/pgpcore/sgpgme.c
8254         * src/plugins/pgpinline/pgpinline.c
8255         * src/plugins/pgpmime/pgpmime.c
8256         * src/plugins/trayicon/trayicon.c
8257                 fix compilation warnings
8258                 Patch by Daniel Gustafson
8259
8260 2005-09-14 [paul]       1.9.14cvs25
8261
8262         * src/addressbook.c
8263                 add missing column header, and other small
8264                 bug fixes
8265                 Patch by Anders Hammar
8266
8267 2005-09-13 [colin]      1.9.14cvs24
8268
8269         * src/gtk/gtkaspell.c
8270                 Fix non-utf8 in menu
8271                 Fix little leaks
8272                 Nullify struct members after free()s
8273
8274 2005-09-13 [colin]      1.9.14cvs23
8275
8276         * src/compose.c
8277                 Test utf8 compliance before inserting to 
8278                 buffer, and try to convert if necessary
8279         * src/procmime.c
8280                 If no charset is present, use the locale 
8281                 one instead of us-ascii
8282         * src/procmsg.c
8283                 Add Sender, List-Post and To in the checked 
8284                 headers for automatic rules creation 
8285                 (thanks to wwp)
8286         * src/prefs_themes.c
8287         * src/gtk/gtkaspell.c
8288                 Remove deprecated functions. 
8289                 patch by Daniel Gustafson
8290
8291 2005-09-12 [colin]      1.9.14cvs22
8292
8293         * src/compose.c
8294                 Fix bug #448 (Scrolling/Redraw issue with 
8295                 address-fields in Header)
8296         * src/mainwindow.c
8297         * src/summaryview.c
8298         * src/summaryview.h
8299                 Fix loss of MSG_MARKED on move/copy
8300                 Fix bug #804 (Quicksearch togglebutton doesn't 
8301                 get depressed after '/' key is pressed)
8302
8303 2005-09-12 [paul]       1.9.14cvs21
8304
8305         * AUTHORS
8306         * src/gtk/logwindow.c
8307                 add 'Clear Log' to popup menu
8308                 Patch by Anders Hammar <anders.hammar@telia.com>
8309
8310 2005-09-12 [paul]       1.9.14cvs20
8311
8312         * src/compose.c
8313                 set correct sensitivity on attachments
8314                 popup menu
8315         * src/folder.c
8316                 fix typo
8317         * src/prefs_spelling.c
8318                 fix crash when no LANG env is set
8319         * src/common/xml.c
8320                 fix crash in wizard
8321                 don't use memeory after free
8322
8323         All patches by Daniel Gustafson
8324
8325 2005-09-12 [paul]       1.9.14cvs19
8326
8327         * src/prefs_themes.c
8328                 make theme info selectable
8329         * src/gtk/description_window.c
8330                 make window non-modal
8331         * tools/README
8332                 add details of asus_mailed.sh
8333         * tools/claws.i18n.status.pl
8334                 update for new zh_TW translator
8335                 widen the output
8336                 create alternate coloured lines
8337                 improve readability
8338
8339 2005-09-10 [colin]      1.9.14cvs18
8340
8341         * src/plugins/pgpcore/select-keys.c
8342                 Better order for the buttons
8343
8344 2005-09-10 [colin]      1.9.14cvs17
8345
8346         * src/compose.c
8347         * src/plugins/pgpcore/select-keys.c
8348         * src/plugins/pgpcore/select-keys.h
8349         * src/plugins/pgpcore/sgpgme.c
8350                 Add a "Don't encrypt" button to the key
8351                 selection dialog. Fixes bug #177 (There should be a 
8352                 'Don't encrypt button in the Select Keys dialog)
8353
8354 2005-09-10 [colin]      1.9.14cvs16
8355
8356         * src/compose.c
8357                 Fix bug #572 (%X option does not work with templates)
8358
8359 2005-09-10 [colin]      1.9.14cvs15
8360
8361         * src/toolbar.c 
8362                 Remove g_print
8363
8364 2005-09-10 [colin]      1.9.14cvs14
8365
8366         * src/imap.c
8367                 Fix a possible crash
8368
8369 2005-09-09 [colin]      1.9.14cvs13
8370
8371         * src/imap.c
8372         * src/etpan/imap-thread.c
8373         * src/etpan/imap-thread.h
8374                 Fix moving from queue or drafts to normal folders
8375                 Fix bug #794 (No way to delete without expunging)
8376                 Take flags unset by other mailers into account
8377                 Take deleted flag set by other mailers into account
8378                 Fix unsetting REPLIED flag
8379                 Fix crash when capabilities can't be retrieved
8380         * src/mainwindow.c
8381         * src/mainwindow.h
8382                 Add M_DELAYED_FLAGS condition, and let the user use
8383                 Execute in order to be able to expunge deleted mails,
8384                 even if he's not in delayed execute mode
8385         * src/prefs_spelling.c
8386                 Use 'en' dictionary by default if LANG is POSIX or C
8387         * src/gtk/prefswindow.c
8388                 Fix bug #767 (Preferences windows expanding) by making
8389                 the window a bit larger when the resolution is greater
8390                 than 640x480, and by putting the prefs in a
8391                 GtkScrolledWindow.
8392
8393 2005-09-09 [paul]       1.9.14cvs12
8394
8395         * AUTHORS
8396         * configure.ac
8397         * po/zh_TW.Big5.po      ** REMOVED **
8398         * po/zh_TW.po           ** ADDED **
8399                 updated by Wei-Lun Chao
8400
8401 2005-09-09 [paul]       1.9.14cvs11
8402
8403         * src/mainwindow.c
8404                 fix asserts
8405         * src/common/xml.c
8406                 delay memory allocation until file is
8407                 opened successfully
8408                 Patch by Daniel Gustafson
8409
8410 2005-09-09 [colin]      1.9.14cvs10
8411
8412         * src/imap.c
8413                 Add guards
8414
8415 2005-09-08 [colin]      1.9.14cvs9
8416
8417         * src/compose.c
8418                 Alert when we can't save draft
8419                 Fix various wrap/color issues
8420                 Add mid-click pasting respecting wrap_paste option
8421         * src/folder.c
8422         * src/folder.h
8423         * src/folder_item_prefs.c
8424         * src/folder_item_prefs.h
8425         * src/imap.c
8426         * src/imap_gtk.c
8427         * src/imap_gtk.h
8428         * src/main.c
8429         * src/mainwindow.c
8430         * src/mainwindow.h
8431         * src/news.c
8432         * src/news_gtk.c
8433         * src/news_gtk.h
8434         * src/prefs_folder_item.c
8435                 Fix the impossibility to synchronise folders for
8436                 offline use (IMAP and NNTP are concerned)
8437
8438 2005-09-08 [colin]      1.9.14cvs8
8439
8440         * configure.ac
8441                 Build LDAP and JPilot by default if available
8442         * src/textview.c
8443                 Fix use after free
8444
8445 2005-09-08 [paul]       1.9.14cvs7
8446
8447         * doc/manual/en/sylpheed-1.html
8448         * doc/manual/en/sylpheed-18.html
8449         * doc/manual/en/sylpheed-19.html
8450         * doc/manual/en/sylpheed-4.html
8451         * doc/manual/en/sylpheed-6.html
8452         * doc/manual/en/sylpheed.html
8453                 a few minor updates, plus include some
8454                 details about plugins and their requirements
8455         * src/mainwindow.c
8456                 minor changes to English in /View/Sort
8457
8458 2005-09-07 [colin]      1.9.14cvs6
8459
8460         * doc/manual/en/sylpheed-1.html
8461         * doc/manual/en/sylpheed-10.html
8462         * doc/manual/en/sylpheed-11.html
8463         * doc/manual/en/sylpheed-12.html
8464         * doc/manual/en/sylpheed-13.html
8465         * doc/manual/en/sylpheed-14.html
8466         * doc/manual/en/sylpheed-15.html
8467         * doc/manual/en/sylpheed-16.html
8468         * doc/manual/en/sylpheed-17.html
8469         * doc/manual/en/sylpheed-18.html
8470         * doc/manual/en/sylpheed-19.html
8471         * doc/manual/en/sylpheed-2.html
8472         * doc/manual/en/sylpheed-20.html
8473         * doc/manual/en/sylpheed-21.html
8474         * doc/manual/en/sylpheed-22.html
8475         * doc/manual/en/sylpheed-3.html
8476         * doc/manual/en/sylpheed-4.html
8477         * doc/manual/en/sylpheed-5.html
8478         * doc/manual/en/sylpheed-6.html
8479         * doc/manual/en/sylpheed-7.html
8480         * doc/manual/en/sylpheed-8.html
8481         * doc/manual/en/sylpheed-9.html
8482         * doc/manual/en/sylpheed.html
8483                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8484
8485 2005-09-07 [colin]      1.9.14cvs5
8486
8487         * src/mainwindow.c
8488                 Make labels more to-the-point
8489
8490 2005-09-07 [colin]      1.9.14cvs4
8491
8492         * doc/manual/en/sylpheed-1.html
8493         * doc/manual/en/sylpheed-12.html
8494         * doc/manual/en/sylpheed-13.html
8495         * doc/manual/en/sylpheed-14.html
8496         * doc/manual/en/sylpheed-15.html
8497         * doc/manual/en/sylpheed-16.html
8498         * doc/manual/en/sylpheed-17.html
8499         * doc/manual/en/sylpheed-18.html
8500         * doc/manual/en/sylpheed-19.html
8501         * doc/manual/en/sylpheed-2.html
8502         * doc/manual/en/sylpheed-20.html
8503         * doc/manual/en/sylpheed-21.html
8504         * doc/manual/en/sylpheed-22.html
8505         * doc/manual/en/sylpheed-4.html
8506         * doc/manual/en/sylpheed-5.html
8507         * doc/manual/en/sylpheed-6.html
8508         * doc/manual/en/sylpheed-7.html
8509         * doc/manual/en/sylpheed-8.html
8510         * doc/manual/en/sylpheed-9.html
8511         * doc/manual/en/sylpheed.html
8512                 Update manual
8513
8514 2005-09-07 [colin]      1.9.14cvs3
8515
8516         * doc/faq/en/sylpheed-faq-1.html
8517         * doc/faq/en/sylpheed-faq-2.html
8518         * doc/faq/en/sylpheed-faq-3.html
8519         * doc/faq/en/sylpheed-faq.html
8520                 Update FAQ
8521
8522 2005-09-07 [colin]      1.9.14cvs2
8523
8524         * src/folderview.c
8525         * src/procmsg.c
8526         * src/summaryview.c
8527         * src/toolbar.c
8528                 Fix special subfolders:
8529                 - Inherit parent's icon
8530                 - sent contents of queues subfolders
8531                 - empty subfolders of trashes
8532         * src/mainwindow.c
8533                 Remove outdated manual and faq entries
8534         * src/common/utils.c
8535                 Add quotes around %s coming from mailcap
8536
8537 2005-09-07 [colin]      1.9.14cvs1
8538
8539         * src/compose.c
8540                 After saving draft, set modified to FALSE
8541         * src/mimeview.c
8542         * src/common/utils.c
8543         * src/common/utils.h
8544                 Try to open mime parts using what is 
8545                 indicated in ~/.mailcap or /etc/mailcap,
8546                 if possible.
8547
8548 2005-09-05 [paul]       1.9.14
8549
8550         1.9.14 released
8551
8552         * po/sk.po
8553                 updated by Andrej Kacian
8554
8555 2005-09-05 [paul]       1.9.13cvs83
8556
8557         * po/de.po
8558         * po/es.po
8559         * po/fi.po
8560         * po/fr.po
8561         * po/nb.po
8562         * po/pt_BR.po
8563         * po/sr.po
8564                 updated translations by Thomas Gilgin, Ricardo Mones
8565                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8566                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8567
8568 2005-09-04 [paul]       1.9.13cvs82
8569
8570         * src/compose.c
8571                 only warn about exceeded line length limit
8572                 on send
8573
8574 2005-09-04 [paul]       1.9.13cvs81
8575
8576         * src/compose.c
8577                 fix crash in 'line length exceeded' dialogue
8578
8579 2005-09-02 [paul]       1.9.13cvs80
8580
8581         * src/imap.c
8582                 fix bug 795, 'Connection lost IMAP'
8583                 and add statusbar prints
8584                 Patch by Colin
8585
8586 2005-09-02 [paul]       1.9.13cvs79
8587
8588         * src/compose.c
8589                 compose_wrap_paragraph() becomes
8590                 compose_beautify_paragraph()
8591                 Patch by Colin
8592
8593 2005-09-02 [colin]      1.9.13cvs78
8594
8595         * src/folderview.c
8596                 Micro-fix
8597
8598 2005-09-01 [colin]      1.9.13cvs77
8599
8600         * src/imap.c
8601                 Maybe fix bug #795 (Connection lost IMAP)
8602                 Don't try to send logout when we're disconnected.
8603         * src/summaryview.c
8604                 Include locked and marked emails in HRM
8605                 view. Fixes bug #800 (Locked messages no longer 
8606                 show up when hide read messages is used)
8607
8608 2005-09-01 [paul]       1.9.13cvs76
8609
8610         * src/prefs_common.c
8611                 fix bad cutting
8612
8613 2005-08-31 [colin]      1.9.13cvs75
8614
8615         * src/folderview.c
8616         * src/folderview.h
8617         * src/prefs_summaries.c
8618         * src/summaryview.c
8619                 Fix "go to next new", fix preference
8620                 (Open unread/next swapped)
8621
8622 2005-08-31 [paul]       1.9.13cvs74
8623
8624         * src/compose.c
8625         * src/folderview.c
8626         * src/headerview.c
8627         * src/headerview.h
8628         * src/mainwindow.c
8629         * src/prefs_common.c
8630         * src/prefs_common.h
8631         * src/prefs_fonts.c
8632         * src/summaryview.c
8633         * src/textview.c
8634         * src/common/defs.h
8635                 remove obsolete BOLD_FONT setting
8636                 fix font update in headerview and textview
8637                 headers after prefs change
8638                 Patch By Colin
8639
8640 2005-08-31 [paul]
8641
8642         1.9.14-rc4 released
8643
8644 2005-08-30 [colin]      1.9.13cvs73
8645
8646         * src/summaryview.c
8647                 When Hide read messages is selected and we
8648                 refresh the summaryview, don't remove the 
8649                 currently displayed message. Fixes bug #797
8650                 (Summary view reloads when new mail is 
8651                 downloaded in 1.9.14 rc)
8652
8653 2005-08-30 [colin]      1.9.13cvs72
8654
8655         * src/folderview.c
8656                 Fix flickering
8657         * src/mainwindow.c
8658                 Remove useless callback
8659         * src/mimeview.c
8660         * src/gtk/filesel.c
8661         * src/gtk/filesel.h
8662                 Add a filesel_select_file_save_folder() - used by Save All
8663
8664 2005-08-29 [paul]       1.9.13cvs71
8665
8666         * AUTHORS
8667         * src/matcher_parser_parse.y
8668         * src/etpan/imap-thread.c
8669                 fix building on FreeBSD
8670                 Patch by Daniel Gustafson <daniel@hobbit.se>
8671
8672 2005-08-29 [paul]       1.9.13cvs70
8673
8674         * src/plugins/pgpinline/pgpinline.c
8675                 only initialise sig result if it's been handled
8676                 Patch by Colin
8677
8678 2005-08-29 [paul]       1.9.13cvs69
8679         
8680         Patches by Colin:
8681
8682         * src/imap.c
8683         * src/common.utils.c
8684         * src/common/utils.h
8685                 optimisation
8686         * src/stock_pixmap.h
8687                 fix wrong icon reference
8688         * src/pixmaps/trash_btn.xpm
8689                 replace with nicer image
8690
8691 2005-08-28 [colin]      1.9.13cvs68
8692
8693         * src/Makefile.am
8694         * src/stock_pixmap.c
8695         * src/stock_pixmap.h
8696         * src/toolbar.c
8697         * src/pixmaps/trash_btn.xpm
8698                 Add a specific trash xpm for the button
8699
8700 2005-08-28 [colin]      1.9.13cvs67
8701
8702         * src/imap.c
8703                 Fix leak
8704
8705 2005-08-27 [colin]      1.9.13cvs66
8706
8707         * src/imap.c
8708         * src/procmime.c
8709                 Correctly fix "Problem with replies", fixes
8710                 pgpmime encryption too. 
8711
8712 2005-08-27 [colin]      1.9.13cvs65
8713
8714         * src/folder.c
8715         * src/procmsg.c
8716         * src/procmsg.h
8717         * src/summaryview.c
8718                 Fix bug #517 (messages removed from summaryview 
8719                 when moving fails)
8720
8721 2005-08-27 [colin]      1.9.13cvs64
8722
8723         * tools/Makefile.am
8724         * tools/asus_mailled.sh
8725                 Add a script to blink ASUS laptops' mail LED where there
8726                 is unread mail.
8727
8728 2005-08-27 [colin]      1.9.13cvs63
8729
8730         * src/imap.c
8731         * src/etpan/imap-thread.c
8732         * src/etpan/imap-thread.h
8733                 Implement automatic choosing of login method
8734                 Fixes bug #791
8735         * src/gtk/.cvsignore
8736                 Add sylpheed-marshal.[ch]
8737
8738 2005-08-27 [colin]      1.9.13cvs62
8739
8740         * src/common/utils.c
8741                 Fix confusing perror
8742
8743 2005-08-27 [colin]      1.9.13cvs61
8744
8745         * src/toolbar.c
8746         * src/toolbar.h
8747                 Remove A_DELETE, replace it with 
8748                 A_TRASH and A_DELETE_REAL. Automatically
8749                 rewrite config files to replace A_DELETE
8750                 with A_TRASH (no functionality change).
8751                 Fixes half of #794
8752
8753 2005-08-26 [colin]      1.9.13cvs60
8754
8755         * src/procmime.c
8756                 Previous "Problem with replies" fix brought other
8757                 problems, fixing them
8758
8759 2005-08-26 [colin]      1.9.13cvs59
8760
8761         * src/procmime.c
8762                 Fix "Problem with replies". This happened only
8763                 on IMAP...
8764         * src/procmsg.c
8765                 Factorize code a bit
8766         * src/compose.c
8767                 Speed improvement on very long messages (wrapping)
8768                 Fix signature color on Reedit and Redirect
8769                 On Reedit, don't attach pgp-signatures parts, but
8770                 set signing to On.
8771
8772 2005-08-24 [paul]       1.9.13cvs58
8773
8774         * src/compose.c
8775                 don't claim success when clicking
8776                 Cancel on the passphrase box.
8777                 Patch by Colin
8778
8779 2005-08-24 [paul]       1.9.13cvs57
8780
8781         * src/main.c
8782                 fix misplaced sylpheed.log
8783         * src/common/defs.h
8784                 define UIDL_DIR
8785
8786 2005-08-24 [paul]       1.9.13cvs56
8787
8788         * src/imap.c
8789         * src/etpan/imap-thread.c
8790         * src/etpan/imap-thread.h
8791                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8792                 Patch by Colin
8793         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8794         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8795                 remove autogenerated files
8796         * tools/kdeservicemenu/README
8797         * tools/kdeservicemenu/install.sh
8798         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8799         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8800                 use Claws icon, use 'Sylpheed-Claws' in menu,
8801                 use kdialog, and other cleanups
8802
8803 2005-08-23 [paul]       1.9.13cvs55
8804
8805         * src/compose.c
8806                 fix paste/wrap crash
8807                 Patch by Colin
8808
8809 2005-08-23 [paul]       1.9.13cvs54
8810
8811         * src/main.c
8812                 fix crash recovery
8813                 Patch by Colin
8814
8815 2005-08-23 [paul]       1.9.13cvs53
8816
8817         * src/addressbook.c
8818         * src/editaddress.c
8819                 view all data of LDAP contacts
8820                 Patch by Colin
8821
8822 2005-08-23 [paul]       1.9.13cvs52
8823
8824         * src/addressbook.c
8825                 fix issues with the Search field
8826                 Patch by Colin
8827
8828 2005-08-22 [paul]       1.9.13cvs51
8829
8830         * src/folderview.c
8831                 put name of folder in processing dialog
8832                 title
8833         * src/prefs_folder_item.c
8834                 improve english usage
8835
8836 2005-08-22 [paul]       1.9.13cvs50
8837
8838         * src/filtering.c
8839         * src/filtering.h
8840         * src/matcher.c
8841         * src/matcher_parser_lex.l
8842         * src/matcher_parser_parse.y
8843         * src/prefs_filtering.c
8844                 add Filtering/Processing rule names feature.
8845                 (the incompatible old matcherrc is saved as
8846                 matcherrc.pre_names).
8847                 Patch by Colin
8848
8849 2005-08-22 [paul]       1.9.13cvs49
8850
8851         * src/procmsg.c
8852                 fix colour labelling
8853                 Patch by Colin
8854
8855 2005-08-22 [paul]       1.9.13cvs48
8856
8857         * src/textview.c
8858                 fix open_image_cb()
8859
8860 2005-08-22 [paul]       1.9.13cvs47
8861
8862         * src/imap.c
8863                 fix bug 789, 'SC crashes with imap (CVS ver)'
8864                 Patch by Colin
8865
8866 2005-08-22 [paul]       1.9.13cvs46
8867
8868         * src/mimeview.c
8869         * src/prefs_common.c
8870         * src/common/defs.h
8871                 define reused defaults in defs.h
8872         * src/textview.c
8873                 add 'Open image' to image popup menu
8874
8875 2005-08-21 [colin]      1.9.13cvs45
8876
8877         * src/summaryview.c
8878                 Fix bug #788 (Bogus "From" address displayed)
8879
8880 2005-08-20 [colin]      1.9.13cvs44
8881
8882         * src/folder.c
8883                 Fix buf #787 (multilevel delete causes SIGSEGV)
8884
8885 2005-08-19 [colin]      1.9.13cvs43
8886
8887         * src/inc.c
8888         * src/prefs_common.c
8889         * src/prefs_common.h
8890                 Add an hidden pref to allow modifying the
8891                 update stepping in incorporation.
8892                 Patch by wwp.
8893
8894 2005-08-19 [colin]      1.9.13cvs42
8895
8896         * src/compose.c
8897         * src/procmime.c
8898                 Workaround for broken MUAs: encode 
8899                 Content-type: name: as ASCII and 
8900                 Content-Disposition: filename: as
8901                 per rfc2231
8902         * src/prefs_account.c
8903                 Fix invisible-ness of SMTP SSL prefs
8904                 in NNTP accounts
8905
8906 2005-08-19 [paul]       1.9.13cvs41
8907
8908         * src/compose.c
8909         * src/prefs_common.c
8910         * src/prefs_common.h
8911         * src/prefs_wrapping.c
8912                 paste with or without wrapping.
8913                 patch by Colin
8914
8915 2005-08-19 [paul]       1.9.13cvs40
8916
8917         * src/prefs_common.c
8918         * src/prefs_common.h
8919         * src/summaryview.c
8920                 reintroduce enable_swap_from as a
8921                 hidden pref. patch by Colin
8922         * src/quote_fmt_parse.y
8923         * src/plugins/clamav/clamav_plugin.c
8924         * src/plugins/dillo_viewer/dillo_viewer.c
8925         * src/plugins/mathml_viewer/mathml_viewer.c
8926         * src/plugins/pgpcore/sgpgme.c
8927         * src/plugins/pgpinline/pgpinline.c
8928         * src/plugins/pgpmime/pgpmime.c
8929                 tidy up. patch by Colin
8930
8931 2005-08-19 [paul]       1.9.13cvs39
8932
8933         * configure.ac
8934                 complete cvs38's sync
8935         * src/editaddress.c
8936         * src/gedit-print.c
8937         * src/mutt.c
8938         * src/etpan/etpan-log.c
8939         * src/etpan/imap-thread.c
8940         * src/gtk/gtksourceprintjob.c
8941                 fix compilation warnings
8942                 (patch by Colin)
8943
8944 2005-08-19 [paul]       1.9.13cvs38
8945
8946         sync with main:
8947
8948         * src/account.c
8949         * src/action.c
8950         * src/addrbook.c
8951         * src/addrcache.c
8952         * src/addrharvest.c
8953         * src/addrindex.c
8954         * src/codeconv.c
8955         * src/compose.c
8956         * src/crash.c
8957         * src/exporthtml.c
8958         * src/exportldif.c
8959         * src/folder.c
8960         * src/image_viewer.c
8961         * src/inc.c
8962         * src/inc.h
8963         * src/jpilot.c
8964         * src/ldif.c
8965         * src/main.c
8966         * src/matcher.c
8967         * src/mbox.c
8968         * src/messageview.c
8969         * src/mh.c
8970         * src/mimeview.c
8971         * src/msgcache.c
8972         * src/mutt.c
8973         * src/news.c
8974         * src/partial_download.c
8975         * src/pine.c
8976         * src/pop.c
8977         * src/prefs_actions.c
8978         * src/prefs_common.c
8979         * src/prefs_customheader.c
8980         * src/prefs_display_header.c
8981         * src/prefs_gtk.c
8982         * src/prefs_themes.c
8983         * src/procheader.c
8984         * src/procmime.c
8985         * src/procmsg.c
8986         * src/recv.c
8987         * src/send_message.c
8988         * src/simple-gettext.c
8989         * src/sourcewindow.c
8990         * src/textview.c
8991         * src/vcard.c
8992         * src/common/defs.h
8993         * src/common/log.c
8994         * src/common/plugin.c
8995         * src/common/prefs.c
8996         * src/common/session.c
8997         * src/common/session.h
8998         * src/common/socket.c
8999         * src/common/socket.h
9000         * src/common/ssl_certificate.c
9001         * src/common/template.c
9002         * src/common/utils.c
9003         * src/common/utils.h
9004         * src/common/xml.c
9005         * src/gtk/about.c
9006         added wrappers for C library function that
9007                 take pathname arguments.
9008                 enabled compilation with MinGW.
9009                 use GDir instead of directly using opendir().
9010                 added rename_force().
9011
9012 2005-08-19 [paul]       1.9.13cvs37
9013         
9014         patches by Colin:
9015         * src/compose.c
9016                 fix privacy settings on re-editing
9017                 a sent message
9018         * src/jpilot.c
9019                 fix encoding bug
9020         * src/folder.c
9021         * src/procmsg.c
9022         * src/procmsg.h
9023         * src/summaryview.c
9024                 flag changing optimisation
9025
9026 2005-08-18 [martin]     1.9.13cvs36
9027
9028         * commitHelper
9029             added my login
9030         * src/addrcache.c
9031         * src/addrharvest.c
9032         * src/addrindex.c
9033         * src/compose.c
9034         * src/grouplistdialog.c
9035         * src/main.c
9036         * src/mainwindow.c
9037         * src/msgcache.c
9038         * src/mutt.c
9039         * src/pine.c
9040         * src/prefs_account.c
9041         * src/prefs_themes.c
9042         * src/stock_pixmap.c
9043         * src/summaryview.c
9044         * src/gtk/about.c
9045         * src/gtk/logwindow.c
9046             removed deprecated glib and gdk stuff
9047         * src/plugins/pgpcore/select-keys.c
9048             convert attributes from locale to utf8
9049
9050 2005-08-17 [paul]       1.9.13cvs35
9051
9052         * src/account.c
9053         * src/addressbook.c
9054                 use new GTK_STOCK_ icons if available
9055         * src/summaryview.c
9056         * src/gtk/gtksctree.c
9057         * src/gtk/gtksctree.h
9058                 faster range select. patch by Colin
9059
9060 2005-08-17 [paul]       1.9.13cvs34
9061
9062         patches by colin:
9063         * src/addressbook.c
9064         * src/addressitem.h
9065                 Add an edit button for contacts, fix selections
9066                 of gtksctree items
9067         * src/editaddress.c
9068                 Change labels, let Save be always possible in the
9069                 email and user atributes tabs
9070         * src/folderview.c
9071                 fix sort issues
9072         * src/summaryview.c
9073                 select next item instead of the displayed one
9074                 after deletion
9075
9076         * src/gtk/progressdialog.c
9077                 use prefs_common.enable_rules_hint
9078
9079 2005-08-13 [hoa]        1.9.13cvs33
9080
9081         * src/etpan/imap-thread.c
9082                 fixed build on Solaris.
9083
9084 2005-08-10 [colin]      1.9.13cvs32
9085
9086         * src/procmsg.c
9087                 Fix cvs31 (missing fclose before reading
9088                 the file)
9089
9090 2005-08-10 [colin]      1.9.13cvs31
9091
9092         * src/procmsg.c
9093                 Fix procmsg_msginfo_new_from_mimeinfo() when
9094                 the MimeInfo isn't stored in memory. This fixes
9095                 replying to an attached message.
9096
9097 2005-08-10 [colin]      1.9.13cvs30
9098
9099         * src/mainwindow.c
9100                 Fix slowness in account changing
9101
9102 2005-08-10 [colin]      1.9.13cvs29
9103
9104         * src/folder.c
9105         * src/folderutils.c
9106         * src/folderview.c
9107         * src/imap_gtk.c
9108         * src/mainwindow.c
9109         * src/mh_gtk.c
9110         * src/procmsg.c
9111         * src/summaryview.c
9112                 Optimize folder_has_parent_of_type
9113                 Prevent moving special sub-folders from contextual menus
9114                 Rework message a bit ("Empty all messages" -> "Delete all
9115                 messages")
9116                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9117                 and "Deleted Items" folders)
9118
9119 2005-08-08 [colin]      1.9.13cvs28
9120
9121         * src/summaryview.c
9122         * src/prefs_summaries.c
9123                 Make "Select first unread|new" more flexible
9124                 (just prioritize new or unread)
9125
9126 2005-08-08 [colin]      1.9.13cvs27
9127
9128         * src/summaryview.c
9129                 If "select first new" is selected and there only
9130                 are unread messages, fallback to "select first
9131                 unread".
9132
9133 2005-08-08 [colin]      1.9.13cvs26
9134
9135         * src/folder.c
9136                 Fix shameful bugs (and bug #779)
9137
9138 2005-08-08 [colin]      1.9.13cvs25
9139
9140         * src/folder.c
9141         * src/folder.h
9142                 Cache parents' type to make folder_has_parent_of_type
9143                 faster
9144         * src/folderview.c
9145                 Forbid DnD of special sub-folders
9146         * src/procmsg.c
9147         * src/procmsg.h
9148                 Add MAIL_POSTFILTERING_HOOK
9149         * src/summaryview.c
9150                 Revert over-zealous deletion of the use_addr_book 
9151                 code
9152
9153 2005-08-07 [colin]      1.9.13cvs24
9154
9155         * src/folder.c
9156                 Fix big mistake (passing MsgInfo instead 
9157                 of FolderItem)
9158
9159 2005-08-07 [colin]      1.9.13cvs23
9160
9161         * src/compose.c
9162         * src/folder.c
9163         * src/folder.h
9164         * src/foldersel.c
9165         * src/folderutils.c
9166         * src/folderview.c
9167         * src/imap.c
9168         * src/mainwindow.c
9169         * src/messageview.c
9170         * src/mh.c
9171         * src/msgcache.c
9172         * src/procmime.c
9173         * src/summaryview.c
9174                 Make subfolders of Drafts, Queue, Outbox, Trash
9175                 work like their parents. 
9176                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9177
9178 2005-08-07 [colin]      1.9.13cvs22
9179
9180         * src/addressbook.c
9181                 Fix bug #771 (Dragged contacts not saved)
9182
9183 2005-08-07 [paul]       1.9.13cvs21
9184
9185         * src/summaryview.c
9186                 fix bug 32 'Search Doesn't display results
9187                 if "Hide Read Messages" is chosen'
9188                 be more literal in interpreting 'Hide read
9189                 messages'
9190
9191 2005-08-07 [colin]      1.9.13cvs20
9192
9193         * src/folderview.c
9194                 Add debug
9195         * src/summaryview.c
9196                 Faster 'unthread_for_execution'
9197
9198 2005-08-06 [paul]       1.9.13cvs19
9199
9200         * src/mainwindow.c
9201                 add mnemonics to Set displayed columns
9202                 fix bug where msgview_visible option was
9203                 overwritten as TRUE on startup
9204
9205 2005-08-06 [paul]       1.9.13cvs18
9206
9207         * src/mainwindow.c
9208                 refer to 'displayed columns in folder/message
9209                 list' not 'displayed items in summary/message view'
9210         * src/prefs_display_header.c
9211                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9212                 be consistent with similar dialogues
9213         * src/prefs_folder_column.c
9214         * src/prefs_summary_column.c
9215                 'columns' not 'items', and folder and message lists,
9216                 instead of folder and summary views;
9217                 Use 'Hidden columns' as list heading not 'Available
9218                 items';
9219                 move the 'Remove' button to the right hand side;
9220                 top-align the buttons;
9221                 remove unneeded vbox
9222         * src/prefs_summaries.c
9223                 put the 2 column prefs buttons in a frame to reduce
9224                 overall width; refer to columns not items &c.
9225
9226 2005-08-05 [colin]      1.9.13cvs17
9227
9228         * src/prefs_common.c
9229         * src/prefs_common.h
9230         * src/mainwindow.c
9231         * src/compose.c
9232         * src/messageview.c
9233                 Add an hidden toolbar_detachable pref, so
9234                 that I can get rid of these painful handles
9235                 in the toolbars. Defaults to TRUE to avoid
9236                 changing the GUI on unsuspecting people...
9237
9238 2005-08-05 [colin]      1.9.13cvs16
9239
9240         * src/Makefile.am
9241         * src/prefs_folder_column.c
9242         * src/prefs_folder_column.h
9243                 Add prefs for folder columns
9244         * src/folderview.c
9245         * src/folderview.h
9246         * src/mainwindow.c
9247         * src/mainwindow.h
9248         * src/prefs_common.c
9249         * src/prefs_common.h
9250         * src/prefs_summaries.c
9251                 Use them
9252         * src/prefs_summary_column.c
9253         * src/summaryview.c
9254         * src/summaryview.h
9255                 Add a To column
9256         * src/textview.c
9257         * src/common/utils.c
9258         * src/common/utils.h
9259                 Move uri colourisation functions
9260                 to utils
9261         * src/compose.c
9262                 Colourise URIs
9263         * src/imap.c
9264                 Fix bug with LIST where we'd try
9265                 to get Folder//////[...]/// 
9266
9267 2005-08-05 [paul]       1.9.13cvs15
9268
9269         * src/prefs_summaries.c
9270                 improve the English usage
9271         * src/summaryview.c
9272                 set font on column change
9273                 thanks to Colin
9274
9275 2005-08-05 [paul]       1.9.13cvs14
9276
9277         * src/prefs_common.c
9278         * src/prefs_common.h
9279         * src/prefs_summaries.c
9280         * src/summaryview.c
9281                 replace 'open_unread_on_enter' option with
9282                 'select_on_entry' option. opening/not opening
9283                 is now exclusively controlled by 'always_show_msg'
9284
9285 2005-08-04 [colin]      1.9.13cvs13
9286
9287         * src/compose.c
9288                 Remove dead code
9289                 Add colourisation of quotes and signatures
9290         * src/folderview.c
9291                 Fix possible crashes
9292         * src/messageview.c
9293                 Change an assert that is no problem
9294         * src/news.c
9295         * src/news_gtk.c
9296         * src/news_gtk.h
9297                 Fix offline mode
9298         * src/gtk/quicksearch.c
9299                 Fix a possible crash
9300
9301 2005-08-03 [colin]      1.9.13cvs12
9302
9303         * src/prefs_account.c
9304                 Fix bug #777 (Sylpheed crash in account configuration)
9305
9306 2005-08-03 [colin]      1.9.13cvs11
9307
9308         * src/addressbook.c
9309         * src/editaddress.c
9310         * src/editgroup.c
9311                 Fixing addressbook, round 2
9312         * src/textview.c
9313                 Fix emphasis color on rechecking 'Colorize messages'
9314
9315 2005-08-03 [paul]       1.9.13cvs10
9316
9317         sync with main
9318
9319         * src/addr_compl.c
9320         * src/compose.c
9321         * src/main.c
9322         * src/pop.c
9323         * src/prefs_account.c
9324         * src/procmime.c
9325         * src/procmsg.c
9326         * src/quote_fmt_parse.y
9327         * src/textview.c
9328         * src/common/quoted-printable.c
9329         * src/common/utils.c
9330         * src/common/utils.h
9331         * src/common/xml.c
9332                 replaced incorrect locale-independent
9333                 ctype functions with GLib's. Corrected
9334                 signedness mismatch.
9335         * src/headerview.c
9336                 headerview_create(): added spacing for vbox.
9337         * src/gtk/about.c
9338                 set focus to the OK button.
9339
9340 2005-08-03 [colin]      1.9.13cvs9
9341
9342         * src/folderview.c
9343                 Fix possible crash
9344
9345 2005-08-02 [colin]      1.9.13cvs8
9346
9347         * src/mainwindow.c
9348                 Fix cast
9349         * src/addressbook.c
9350         * src/addressitem.h
9351                 Fix a cast and more generally, try to make the
9352                 GUI more intuitive and consistent (round 1)
9353
9354 2005-08-02 [paul]       1.9.13cvs7
9355
9356         * src/folder.h
9357                 missing in 1.9.13cvs6
9358
9359 2005-08-02 [colin]      1.9.13cvs6
9360
9361         * src/folder.c
9362                 Fix one more leak
9363
9364 2005-08-02 [colin]      1.9.13cvs5
9365
9366         * src/folder.c
9367         * src/folderview.c
9368         * src/imap.c
9369         * src/main.c
9370         * src/mbox.c
9371         * src/procmsg.c
9372         * src/summaryview.c
9373                 Fix a number of folder_item_get_msg_list()-related
9374                 leaks (missing procmsg_msginfo_free()s)
9375
9376 2005-08-01 [colin]      1.9.13cvs4
9377
9378         * src/folderview.c
9379         * src/folderview.h
9380         * src/mainwindow.c
9381         * src/prefs_fonts.c
9382         * src/prefs_summaries.c
9383         * src/prefs_themes.c
9384         * src/summaryview.c
9385         * src/summaryview.h
9386         * src/textview.c
9387         * src/textview.h
9388                 Fix instant-apply of summary and folderview-related prefs
9389                 Fix erroneous g_free and alertpanels in prefs_theme
9390                 Add instant-apply for fonts
9391                 Defer applying of prefs a little bit so it's done only
9392                 once even if requested by multiples prefs pages
9393
9394 2005-08-01 [paul]       1.9.13cvs3
9395
9396         * src/main.c
9397                 fix bug 776 'S.C. crashes on close'
9398                 thanks to Colin
9399         * src/etpan/etpan-thread-manager-types.h
9400                 add missing include
9401                 thanks to Hoa
9402
9403 2005-07-25 [paul]       1.9.13cvs2
9404
9405         * src/summaryview.c
9406                 fix typos. spotted by Fabien Vantard
9407
9408 2005-07-24 [paul]       1.9.13cvs1
9409
9410         * doc/man/sylpheed.1
9411                 update man page, incorporating fix of
9412                 bug 769 'Typo in manpage'
9413         * src/etpan/imap-thread.c
9414                 fix NetBSD openssl dependencies. patch by
9415                 George Michaelson <ggm@apnic.net>
9416         * po/pt_BR.po
9417                 updated by Frederico Goncalves Guimaraes
9418
9419 2005-07-22 [paul]       1.9.13
9420
9421         1.9.13 release
9422
9423 2005-07-22 [paul]       1.9.12cvs91
9424
9425         * AUTHORS
9426         * INSTALL
9427         * README.claws
9428         * RELEASE_NOTES.claws
9429                 updated for release
9430         * configure.ac
9431         * po/nb.po
9432         * tools/claws.i18n.status.pl
9433                 add Norwegian translation. submiited by
9434                 Geir Helland <pjallabais@users.sourceforge.net>
9435         * po/ca.po
9436         * po/de.po
9437         * po/es.po
9438         * po/fi.po
9439         * po/fr.po
9440         * po/it.po
9441         * po/sk.po
9442         * po/sr.po
9443         * po/zh_CN.po
9444                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9445                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9446                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9447                 Yang Guilong
9448         * src/plugins/clamav/clamav_plugin_gtk.c
9449         * src/plugins/spamassassin/spamassassin_gtk.c
9450                 replace outdated description strings
9451
9452 2005-07-21 [colin]      1.9.12cvs90
9453
9454         * src/folder.c
9455                 Set folder to batch mode when scanning it. Makes deletion
9456                 of unread mails on IMAP much faster (due to the UNREAD 
9457                 flag unsetting)
9458
9459 2005-07-21 [darko]      1.9.12cvs89
9460
9461         * configure.ac
9462                 link against libresolv if necessary (patch by Paul)
9463         * src/msgcache.c
9464                 use glib's portable macros to determine endianness
9465
9466 2005-07-21 [paul]       1.9.12cvs88
9467
9468         * src/crash.c
9469         * src/gtk/about.c
9470                 update compiled-in features list
9471
9472 2005-07-20 [colin]      1.9.12cvs87
9473
9474         * src/folder.c
9475         * src/textview.c
9476                 Gcc 2.9x compilation fixes, thanks to Darko
9477         * src/plugins/clamav/clamav_plugin.c
9478                 Little optimisation: load virus database only once
9479         * src/plugins/spamassassin/spamassassin.c
9480                 Big optimisation: filtering one mail took at least 1 second,
9481                 now it takes at least 50ms. Doesn't speed up spamassassin 
9482                 itself, but should already be much more tolerable.
9483
9484 2005-07-20 [colin]      1.9.12cvs86
9485
9486         * src/summaryview.c
9487                 Fix performance issue
9488
9489 2005-07-19 [colin]      1.9.12cvs85
9490
9491         * src/plugins/pgpinline/plugin.c
9492                 Fix warning
9493
9494 2005-07-19 [colin]      1.9.12cvs84
9495
9496         * configure.ac
9497         * src/plugins/Makefile.am
9498         * src/plugins/pgpinline/.cvsignore
9499         * src/plugins/pgpinline/Makefile.am
9500         * src/plugins/pgpinline/pgpinline.c
9501         * src/plugins/pgpinline/pgpinline.deps
9502         * src/plugins/pgpinline/pgpinline.h
9503         * src/plugins/pgpinline/plugin.c
9504                 Put pgpinline in the main tree
9505
9506 2005-07-19 [paul]       1.9.12cvs83
9507
9508         * src/prefs_actions.c
9509                 prevent '//' in menu names, which cause a crash
9510                 thanks to Colin
9511
9512 2005-07-19 [paul]       1.9.12cvs82
9513
9514         * configure.ac
9515                 be generally more informative in configure output.
9516                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9517                 '[ --disable-openssl ...', as --enable-openssl is default
9518                 PGP/MIME: don't check for GPGME again, check for
9519                 pgpcore instead. Therefore prevent the possibility of
9520                 attempting to build pgpmime if pgpcore dependencies are
9521                 not met
9522                 ClamAV: use pkgconfig to check for lib
9523                 libgnomeprint: revert logic on inner test to match
9524                 everything else
9525         * src/plugins/pgpcore/sgpgme.c
9526                 add missing include
9527
9528 2005-07-19 [colin]      1.9.12cvs81
9529
9530         * src/summaryview.c
9531                 Fix slow thread rebuilding in particular
9532                 cases
9533
9534 2005-07-19 [paul]       1.9.12cvs80
9535
9536         * sylpheed-claws.desktop
9537                 fix typo, spotted by Stephan Sachse
9538         * src/account.c
9539                 replace GTK_STOCK_ADD with
9540                 GTK_STOCK_NEW button
9541
9542 2005-07-18 [colin]      1.9.12cvs79
9543
9544         * src/etpan/imap-thread.c
9545                 Fix return value (Thanks Hoa)
9546
9547 2005-07-18 [colin]      1.9.12cvs78
9548
9549         * src/imap.c
9550                 Allow empty passwords
9551                 Create drafts/queue/outbox if necessary
9552         * src/summaryview.c
9553                 Remove old code
9554         * src/etpan/imap-thread.c
9555                 Fix STARTTLS (Thanks to Hoa)
9556
9557 2005-07-18 [paul]       1.9.12cvs77
9558
9559         * ChangeLog-gtk2.jp
9560         * ChangeLog.jp
9561                 removed
9562         * Makefile.am
9563                 updated to reflect additions and removals
9564         * TODO
9565                 updated to be claws-specific
9566         * TODO-gtk2
9567         * TODO-gtk2.jp
9568         * TODO.jp
9569         * sylpheed-128x128.png
9570         * sylpheed-64x64.png
9571                 removed
9572         * sylpheed-claws-128x128.png
9573         * sylpheed-claws-64x64.png
9574         * sylpheed-claws.desktop
9575         * sylpheed-claws.png
9576                 added
9577         * sylpheed.desktop
9578         * sylpheed.png
9579                 removed
9580
9581 2005-07-17 [paul]       1.9.12cvs76
9582
9583         * src/account.c
9584         * src/addressbook.c
9585         * src/alertpanel.c
9586         * src/alertpanel.h
9587         * src/compose.c
9588         * src/exphtmldlg.c
9589         * src/expldifdlg.c
9590         * src/folderview.c
9591         * src/imap_gtk.c
9592         * src/inc.c
9593         * src/message_search.c
9594         * src/messageview.c
9595         * src/mh_gtk.c
9596         * src/news_gtk.c
9597         * src/prefs_actions.c
9598         * src/prefs_filtering.c
9599         * src/prefs_matcher.c
9600         * src/prefs_template.c
9601         * src/prefs_themes.c
9602         * src/ssl_manager.c
9603         * src/summary_search.c
9604         * src/textview.c
9605         * src/toolbar.c
9606         * src/gtk/sslcertwindow.c
9607         * src/plugins/pgpcore/sgpgme.c
9608                 rework alertpanels
9609
9610 2005-07-17 [colin]      1.9.12cvs75
9611
9612         * src/privacy.c
9613                 add a PrivacySystem accessor that checks that
9614                 the system cached in a MimeInfo's privacydata
9615                 is still registered. Use this accessor instead
9616                 of directly using data->system. Fixes crashes
9617                 after unloading pgp plugins.
9618
9619 2005-07-17 [colin]      1.9.12cvs74
9620
9621         * src/alertpanel.c
9622                 Change geometry hints to a simple default size.
9623                 Fixes the certs dialogs.
9624
9625 2005-07-17 [colin]      1.9.12cvs73
9626
9627         * src/gtk/sslcertwindow.c
9628                 Use a gtkExpander
9629
9630 2005-07-17 [colin]      1.9.12cvs72
9631
9632         * src/plugins/pgpcore/Makefile.am
9633         * src/plugins/pgpmime/Makefile.am
9634                 Add gpgme libs
9635
9636 2005-07-17 [paul]       1.9.12cvs71
9637
9638         * configure.ac
9639                 add --disable-gnomeprint option
9640                 modified version of patch by Marius Mauch
9641
9642 2005-07-17 [paul]       1.9.12cvs70
9643
9644         * src/common/defs.h
9645                 update urls
9646         * src/account.c
9647         * src/action.c
9648         * src/addressbook.c
9649         * src/compose.c
9650         * src/foldersel.c
9651         * src/folderview.c
9652         * src/html.c
9653         * src/imap_gtk.c
9654         * src/main.c
9655         * src/mainwindow.c
9656         * src/messageview.c
9657         * src/mh_gtk.c
9658         * src/mimeview.c
9659         * src/news_gtk.c
9660         * src/prefs_account.c
9661         * src/prefs_send.c
9662         * src/prefs_summaries.c
9663         * src/procmsg.c
9664         * src/summaryview.c
9665         * src/common/utils.c
9666         * src/common/xml.c
9667         * src/plugins/pgpcore/passphrase.c
9668         * src/plugins/pgpcore/select-keys.c
9669                 replace inappropriately used backticks
9670                 with single quotes
9671
9672 2005-07-16 [colin]      1.9.12cvs69
9673
9674         * src/image_viewer.c
9675                 Add extra paranoid checks
9676
9677 2005-07-16 [colin]      1.9.12cvs68
9678
9679         * src/plugins/pgpcore/prefs_gpg.c
9680                 Don't auto-check sigs by default, as it
9681                 can be really slow.
9682
9683 2005-07-16 [colin]      1.9.12cvs67
9684
9685         * src/plugins/pgpcore/sgpgme.c
9686                 Make messages a bit better.
9687
9688 2005-07-16 [colin]      1.9.12cvs66
9689
9690         * src/imap.c
9691                 Remove pseudo-log
9692         * src/etpan/imap-thread.c
9693                 Add real log
9694
9695 2005-07-16 [colin]      1.9.12cvs65
9696
9697         * src/main.c
9698         * src/prefs_other.c
9699                 And now, fix build with libetpan :-/
9700
9701 2005-07-15 [colin]      1.9.12cvs64
9702
9703         * src/prefs_other.c
9704                 Continue fixing build without libetpan.
9705
9706 2005-07-15 [colin]      1.9.12cvs63
9707
9708         * src/main.c
9709                 Fix build with --disable-libetpan
9710
9711 2005-07-15 [colin]      1.9.12cvs62
9712
9713         * configure.ac
9714                 Bump libetpan's version
9715
9716 2005-07-15 [colin]      1.9.12cvs61
9717
9718         * src/etpan/imap-thread.c
9719                 Actually stop logging :)
9720
9721 2005-07-15 [colin]      1.9.12cvs60
9722
9723         * src/addressbook.c
9724                 Fix dnd of multiple addresses.
9725
9726 2005-07-15 [hoa]        1.9.12cvs59
9727
9728         * src/etpan/imap-thread.c
9729             disable login of IMAP password in libetpan log file.
9730
9731 2005-07-15 [paul]       1.9.12cvs58
9732
9733         * src/account.c
9734                 don't automatically sort
9735                 do allow drag n drop
9736
9737 2005-07-15 [paul]       1.9.12cvs57
9738
9739         * src/account.c
9740         * src/ssl_manager.c
9741                 alphabetical listing
9742
9743 2005-07-15 [paul]       1.9.12cvs56
9744
9745         * src/gtk/pluginwindow.c
9746                 sort plugin list alphabetically
9747
9748 2005-07-15 [paul]       1.9.12cvs55
9749
9750         * src/prefs_spelling.c
9751         * src/prefs_wrapping.c
9752                 unify English usage
9753
9754 2005-07-15 [colin]      1.9.12cvs54
9755
9756         * src/wizard.c
9757                 Typo fix
9758
9759 2005-07-15 [paul]       1.9.12cvs53
9760
9761         * src/prefs_message.c
9762                 make 'show cursor' a hidden option
9763
9764 2005-07-14 [colin]      1.9.12cvs52
9765
9766         * src/plugins/spamassassin/Makefile.am
9767         * src/plugins/clamav/Makefile.am
9768                 Fix double EXTRA_DISTs
9769
9770 2005-07-14 [colin]      1.9.12cvs51
9771
9772         * src/plugins/clamav/Makefile.am
9773         * src/plugins/clamav/clamav_plugin_gtk.deps
9774         * src/plugins/spamassassin/Makefile.am
9775         * src/plugins/spamassassin/spamassassin_gtk.deps
9776                 Make $plugin_gtk depend on $plugin
9777
9778 2005-07-14 [hoa]        1.9.12cvs50
9779
9780         * src/etpan/imap-thread.c
9781                 enable debug log of libetpan when running with --debug
9782
9783 2005-07-14 [colin]      1.9.12cvs49
9784
9785         * configure.ac
9786         * src/common/Makefile.am
9787         * src/common/plugin.c
9788         * src/common/plugin.h
9789                 Add a little plugin dependancy system.
9790                 Plugins can ship a $plugin_name.deps file
9791                 (near them in PLUGINDIR) so that their
9792                 dependancies are loaded if possible.
9793         * src/plugins/Makefile.am
9794         * src/plugins/pgpcore/Makefile.am
9795         * src/plugins/pgpcore/passphrase.c
9796         * src/plugins/pgpcore/passphrase.h
9797         * src/plugins/pgpcore/plugin.c
9798         * src/plugins/pgpcore/prefs_gpg.c
9799         * src/plugins/pgpcore/prefs_gpg.h
9800         * src/plugins/pgpcore/select-keys.c
9801         * src/plugins/pgpcore/select-keys.h
9802         * src/plugins/pgpcore/sgpgme.c
9803         * src/plugins/pgpcore/sgpgme.h
9804                 Introduce pgpcore, used by pgpmime and
9805                 pgpinline
9806         * src/plugins/pgpmime/Makefile.am
9807         * src/plugins/pgpmime/passphrase.c
9808         * src/plugins/pgpmime/passphrase.h
9809         * src/plugins/pgpmime/pgpmime.c
9810         * src/plugins/pgpmime/pgpmime.deps
9811         * src/plugins/pgpmime/plugin.c
9812         * src/plugins/pgpmime/prefs_gpg.c
9813         * src/plugins/pgpmime/prefs_gpg.h
9814         * src/plugins/pgpmime/select-keys.c
9815         * src/plugins/pgpmime/select-keys.h
9816         * src/plugins/pgpmime/sgpgme.c
9817         * src/plugins/pgpmime/sgpgme.h
9818                 Remove the core from pgpmime and add the
9819                 dependancy to pgpcore.
9820
9821 2005-07-14 [paul]       1.9.12cvs48
9822
9823         * src/stock_pixmap.c
9824                 forgot this in last commit
9825
9826 2005-07-14 [paul]       1.9.12cvs47
9827
9828         * src/account.c
9829         * src/addressbook.c
9830                 add accelerators for the buttons (sync with main)
9831         * src/compose.c
9832         * src/compose.h
9833                 add accelerators for the buttons.
9834                 fix editing with external editor.
9835                 replace gdk_input_*() with GIOChannel;
9836                 (sync with main)
9837         * src/foldersel.c
9838                 display folder names with new/unread
9839                 representation (sync with main)
9840         * src/main.c
9841                 specify default window icon (sync with main)
9842         * src/prefs_common.c
9843                 use_addr_book default to FALSE
9844         * src/summaryview.c
9845         * src/textview.c
9846                 add accelerators for the buttons (sync with main)
9847         * src/gtk/menu.c
9848                 fix typos
9849         * src/pixmaps/sylpheed_icon.xpm
9850                 updated
9851
9852 2005-07-13 [paul]       1.9.12cvs46
9853
9854         * src/plugins/pgpmime/pgpmime.c
9855         * src/plugins/pgpmime/sgpgme.c
9856                 (temporarily) use deprecated gpgme_data_rewind()
9857                 while largefile support is not present
9858                 (as suggested by Colin)
9859
9860 2005-07-13 [paul]       1.9.12cvs45
9861
9862         * configure.ac
9863                 remove large file support (for now):
9864                 it breaks too many things
9865
9866 2005-07-13 [paul]       1.9.12cvs44
9867
9868         * configure.ac
9869                 add large file support
9870         * src/html.c
9871                 fix bug #763 where href attribute was not
9872                 the very first attribute of a link
9873                 patch by Thomas Gilgin
9874
9875 2005-07-13 [colin]      1.9.12cvs43
9876
9877         * src/gtk/pluginwindow.c
9878                 Little portability fix
9879
9880 2005-07-13 [colin]      1.9.12cvs42
9881
9882         * src/plugins/pgpmime/sgpgme.c
9883                 Fix crasher.
9884
9885 2005-07-13 [colin]      1.9.12cvs41
9886
9887         * src/plugins/pgpmime/pgpmime.c
9888         * src/plugins/pgpmime/sgpgme.c
9889                 Use gpgme_data_release_and_get_mem instead
9890                 of gpgme_data_read.
9891
9892 2005-07-13 [colin]      1.9.12cvs40
9893
9894         * configure.ac
9895         * src/plugins/pgpmime/passphrase.c
9896         * src/plugins/pgpmime/passphrase.h
9897         * src/plugins/pgpmime/pgpmime.c
9898         * src/plugins/pgpmime/plugin.c
9899         * src/plugins/pgpmime/select-keys.c
9900         * src/plugins/pgpmime/select-keys.h
9901         * src/plugins/pgpmime/sgpgme.c
9902         * src/plugins/pgpmime/sgpgme.h
9903                 Port pgpmime to gpgme-1.0.
9904
9905 2005-07-12 [paul]       1.9.12cvs39
9906
9907         * AUTHORS
9908         * src/toolbar.c
9909         * src/toolbar.h
9910                 add a 'Go to Prev' button to the toolbar.
9911                 correct tooltip text of go to buttons.
9912                 based on patch by Yang Guilong <bamanzi@gmail.com>
9913
9914 2005-07-12 [colin]      1.9.12cvs38
9915
9916         * src/statusbar.c
9917                 Fix progress bar showing stuff at startup.
9918
9919 2005-07-12 [paul]       1.9.12cvs37
9920
9921         * src/editjpilot.c
9922                 fix building with jpilot support
9923
9924 2005-07-11 [colin]      1.9.12cvs36
9925
9926         * src/inc.c
9927                 Add visual indication that filtering is running
9928         * src/textview.c
9929                 Make {}[] uri delimiters
9930         * src/summaryview.c
9931                 Remove useless (and slow) calls
9932
9933 2005-07-11 [paul]       1.9.12cvs35
9934
9935         * src/plugins/clamav/clamav_plugin_gtk.c
9936         * src/plugins/dillo_viewer/dillo_prefs.c
9937         * src/plugins/pgpmime/prefs_gpg.c
9938         * src/plugins/spamassassin/spamassassin_gtk.c
9939                 gather plugins prefs together under their
9940                 own 'Plugins' heading
9941
9942 2005-07-11 [paul]       1.9.12cvs34
9943
9944         sync with main
9945
9946         * src/account.c
9947                 account_delete(): modified alert dialog
9948         * src/editjpilot.c
9949         * src/editvcard.c
9950                 fixed a crash when cancelling file selection
9951                 dialog by Escape key. Made non-ascii filename
9952                 selectable.
9953         * src/prefs_template.c
9954                 prefs_template_window_create(): make scrolled
9955                 window policy AUTOMATIC
9956
9957 2005-07-10 [hoa]        1.9.12cvs33
9958
9959         * src/etpan/imap-thread.c
9960                 workaround for old Courier IMAP servers.
9961
9962 2005-07-10 [colin]      1.9.12cvs32
9963
9964         * src/folder.c
9965         * src/statusbar.c
9966         * src/statusbar.h
9967                 Add visual progress indicator on filtering/processing
9968                 Factorize the progress bar code
9969         * src/imap.c
9970         * src/imap.h
9971         * src/etpan/imap-thread.c
9972                 Add a reference counter to avoid destroying the Folder
9973                 while it's in use by another callback.
9974
9975 2005-07-09 [hoa]        1.9.12cvs31
9976
9977         * src/imap.c
9978         * src/etpan/imap-thread.c
9979                 fixed deadlock when removing IMAP account.
9980
9981 2005-07-08 [colin]      1.9.12cvs30
9982
9983         * src/textview.c
9984         * src/unmime.c
9985                 Fix again problems decoding broken headers
9986         * src/gtk/inputdialog.c
9987                 Fix local variable shadowing a global one
9988
9989 2005-07-08 [colin]      1.9.12cvs29
9990
9991         * src/msgcache.c
9992                 Make the cache/mark files platform-agnostic by writing
9993                 them in little-endian format. Reading them is also done
9994                 in little-endian format, of course; however, in order
9995                 to avoid trashing mark data on big-endian machines, the
9996                 files are, at first, read from the native format if the
9997                 little-endian one doesn't exist. This is easy to deter-
9998                 mine by trying to open a file with a swapped data_ver
9999                 and seeing if it's the wanted version.
10000                 Little-endian using users should see absolutely no
10001                 difference, Big-endian users may get a very little
10002                 performance drop due to byte-swapping.
10003                 Tested on i386 and ppc32. 
10004                 Fixes bug #159 (The index file, in the mailboxes, is 
10005                 hardware depending).
10006
10007                 To have the cache/mark files updated to the new little-
10008                 endian format, "Check for new messages" or even
10009                 "Rebuild folder tree" aren't enough. Files will be
10010                 updated as soon as a folder has been opened/closed.
10011                 To update everything, just select all folders by
10012                 selecting them one by one.
10013
10014 2005-07-07 [colin]      1.9.12cvs28
10015
10016         * src/imap.c
10017                 Remember the folder separator per IMAPFolder
10018                 instead of globally.
10019                 Revive the Session on noop; fixes bug #761
10020                 (mark a bunch of unread messages as read takes 
10021                 forever)
10022
10023 2005-07-07 [darko]      1.9.12cvs27
10024
10025         * src/common/template.c
10026                 Sort templates alphabetically
10027
10028 2005-07-06 [colin]      1.9.12cvs26
10029
10030         * src/imap.c
10031                 Try to use the correct separator in
10032                 most cases. Possibly fixes bug #759
10033                 (only creates the INBOX folder when 
10034                 setting up new IMAP account) and 
10035                 bug #760 (Can't retrieve messages)
10036
10037 2005-07-06 [colin]      1.9.12cvs25
10038
10039         * src/imap.c
10040                 Use real_path in status command. This will
10041                 help later, when namespaces will be used.
10042
10043 2005-07-06 [colin]      1.9.12cvs24
10044
10045         * configure.ac
10046         * src/account.c
10047         * src/folder.c
10048         * src/imap.c
10049         * src/etpan/etpan-log.c
10050         * src/etpan/etpan-thread-manager.c
10051         * src/etpan/imap-thread.c
10052                 Add a --disable-libetpan parameter. With this,
10053                 users that don't want IMAP4 support can avoid
10054                 the new dependancy (and have no IMAP support).
10055                 Users that have IMAP4 accounts and use this
10056                 parameter won't lose their configuration, their
10057                 IMAP accounts will just be invisible and not
10058                 used.
10059         * src/textview.c
10060                 Make the "Copy ..." contextual menu items 
10061                 copy to both the X clipboard and the gtk 
10062                 clipboard - as most other apps do.
10063         * src/gtk/about.c
10064                 Add a notice about OpenSSL usage, in order to
10065                 comply with OpenSSL's license (point 6):
10066                 http://www.openssl.org/source/license.html
10067
10068 2005-07-06 [colin]      1.9.12cvs23
10069
10070         * src/alertpanel.c
10071                 Fix a minimum size for alertpanels
10072         * src/compose.c
10073                 Show 'No space left on device' type errors
10074                 when queuing/sending
10075         * src/imap_gtk.c
10076         * src/mh_gtk.c
10077                 Rework folder's deletion message (remove 
10078                 extra \n)
10079
10080 2005-07-05 [colin]      1.9.12cvs22
10081
10082         * src/imap.c
10083                 Add an alertpanel on auth error
10084                 Add pseudo-log
10085                 Remove pthread-related stuff
10086
10087 2005-07-05 [colin]      1.9.12cvs21
10088
10089         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10090                 Fix crash on plugin reloading (with a hack)
10091
10092 2005-07-05 [colin]      1.9.12cvs20
10093
10094         * src/prefs_account.c
10095         * src/prefs_account.h
10096                 Fix typo
10097         * src/gtk/filesel.c
10098         * src/gtk/filesel.h
10099                 Add a way to filter the view
10100         * src/gtk/pluginwindow.c
10101                 Filter loadable stuff
10102         * src/plugins/pgpmime/prefs_gpg.c
10103                 Fix missing unregistration
10104         * .cvsignore
10105         * src/etpan/.cvsignore
10106         * src/plugins/spamassassin/.cvsignore
10107                 Add more stuff to cvs ignored files
10108
10109 2005-07-04 [colin]      1.9.12cvs19
10110
10111         * src/imap.c
10112                 Fix scan_required returning FALSE when it
10113                 shouldn't. Maybe fix #760 (Can't retrieve
10114                 messages)
10115
10116 2005-07-04 [colin]      1.9.12cvs18
10117
10118         * src/summaryview.c
10119                 Fix always_show_msg pref
10120
10121 2005-07-04 [paul]       1.9.12cvs17
10122
10123         sync with main (forgotten in last commit)
10124         
10125         * src/common/utils.c
10126         * src/common/utils.h
10127                 check_line_length(): new.
10128                 is_dir_exist()
10129                 is_file_entry_exist()
10130                 dirent_is_regular_file()
10131                 dirent_is_directory(): use g_file_test() instead of stat().
10132
10133 2005-07-04 [paul]       1.9.12cvs16
10134
10135         sync with main:
10136
10137         * src/compose.c
10138                 compose_write_to_file(): check for line
10139                 length limit and display warning if exceeds
10140         * src/jpilot.c
10141                 use get_home_dir() instead of g_get_home_dir()
10142         * src/procheader.c
10143                 removed warning about invalid date
10144         * src/vcard.c
10145                 use get_home_dir() instead of g_get_home_dir()
10146
10147 2005-07-04 [paul]       1.9.12cvs15
10148
10149         * src/stock_pixmap.c
10150                 fix new pixmap naming errors
10151                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10152
10153 2005-07-04 [colin]      1.9.12cvs14
10154
10155         * src/imap.c
10156                 Fix debugging string with a warning
10157
10158 2005-07-04 [colin]      1.9.12cvs13
10159
10160         * configure.ac
10161                 Add a check for libetpan's version (>= 0.37)
10162
10163 2005-07-04 [hoa]        1.9.12cvs12
10164
10165         * commitHelper
10166         * src/imap.c
10167         * src/etpan/imap-thread.c
10168         * src/etpan/imap-thread.h
10169                 fixed IMAP implementation of check of mails.
10170
10171 2005-07-03 [hoa]        1.9.12cvs11
10172
10173         * src/etpan/Makefile.am
10174         * src/etpan/etpan-errors.h
10175         * src/etpan/etpan-log.[ch]
10176         * src/etpan/etpan-thread-manager-types.h
10177         * src/etpan/etpan-thread-manager.[ch]
10178         * src/etpan/imap-thread.[ch]
10179         * src/Makefile.am
10180         * src/imap.c
10181         * src/main.c
10182         * src/prefs_other.c
10183         * configure.ac
10184             merged imap branch.
10185             dependency on libetpan 0.37 is now added.
10186
10187 2005-07-01 [colin]      1.9.12cvs10
10188
10189         * src/Makefile.am
10190         * src/folder.c
10191         * src/folder.h
10192         * src/folderview.c
10193         * src/stock_pixmap.c
10194         * src/stock_pixmap.h
10195         * src/plugins/trayicon/trayicon.c
10196                 Add marked symbol on folders containing
10197                 marked messages
10198         * src/procmsg.c
10199         * src/procmsg.h
10200         * src/toolbar.c
10201         * src/prefs_common.c
10202         * src/prefs_common.h
10203         * src/prefs_send.c
10204                 Add an optional confirmation dialog on queue
10205                 sending. Patch by wwp.
10206         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10207         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10208         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10209         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10210         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10211         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10212         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10213         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10214         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10215         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10216         * src/pixmaps/trash_mark.xpm            ** ADDED **
10217                 New pixmaps
10218
10219 2005-07-01 [colin]      1.9.12cvs9
10220
10221         * src/summaryview.c
10222                 Fix a little threading bug
10223         * src/addrgather.c
10224         * src/mainwindow.c
10225                 A little bit of HIG normality never hurts
10226
10227 2005-07-01 [colin]      1.9.12cvs8
10228
10229         * src/compose.c
10230         * src/msgcache.c
10231         * src/pop.c
10232         * src/procmime.c
10233         * src/recv.c
10234         * src/common/log.c
10235         * src/common/template.c
10236         * src/common/utils.c
10237         * src/common/utils.h
10238                 Reverted the fwrite_atomic stuff. In fact
10239                 it is already atomic.
10240
10241 2005-06-30 [colin]      1.9.12cvs7
10242
10243         * src/common/utils.c
10244         * src/common/utils.h
10245                 Add an fwrite_atomic() function to make
10246                 sure we write everything: fwrite can make
10247                 short writes.
10248         * src/compose.c
10249         * src/msgcache.c
10250         * src/pop.c
10251         * src/procmime.c
10252         * src/recv.c
10253         * src/common/log.c
10254         * src/common/template.c
10255                 Use that (and fix swapping of size and nmemb).
10256                 Thanks to Rich Coe for the heads up.
10257
10258 2005-06-30 [colin]      1.9.12cvs6
10259
10260         * src/addressbook.c
10261                 Optimize addressbook opening 
10262
10263 2005-06-30 [colin]      1.9.12cvs5
10264
10265         * src/summaryview.c
10266                 Remove calls to summary_step after move/copy
10267
10268 2005-06-28 [paul]       1.9.12cvs4
10269
10270         * src/alertpanel.c
10271                 wrap and make the error msg selectable
10272
10273 2005-06-28 [paul]       1.9.12cvs3
10274
10275         * src/ssl_manager.c
10276                 replace the OK button with a Close button
10277         * src/gtk/foldersort.c
10278                 use GTK_STOCK_ icons/buttons
10279
10280 2005-06-28 [colin]      1.9.12cvs2
10281
10282         * src/gedit-print.c             ** ADDED **
10283         * src/gedit-print.h             ** ADDED **
10284         * src/gtk/gtksourceprintjob.c   ** ADDED **
10285         * src/gtk/gtksourceprintjob.h   ** ADDED **
10286                 I can't believe no one had enough time to tell
10287                 me I forgot the `cvs add`
10288
10289 2005-06-27 [colin]      1.9.12cvs1
10290
10291         * src/Makefile.am
10292         * src/gtk/Makefile.am
10293         * src/messageview.c
10294         * src/procmsg.c
10295         * src/summaryview.c
10296         * configure.ac
10297                 Add optional libgnomeprint-based printing
10298         * src/mainwindow.c
10299         * src/gtk/quicksearch.c
10300                 Add an Edit/Quick search menu item to show
10301                 and focus the quicksearch
10302
10303 2005-06-27 [paul]       1.9.12
10304
10305         1.9.12 release
10306
10307         * po/ca.po
10308         * po/de.po
10309         * po/es.po
10310         * po/fr.po
10311         * po/it.po
10312         * po/ko.po
10313         * po/pt_BR.po
10314         * po/sk.po
10315         * po/zh_CN.po
10316                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10317                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10318                 SungHyun Nam, Frederico Goncalves Guimaraes,
10319                 Andrej Kacian, and Yang Guilong
10320 2005-06-26 [colin]      1.9.11cvs106
10321
10322         * src/imap_gtk.c
10323                 Forgot one file for previous fix
10324
10325 2005-06-26 [colin]      1.9.11cvs105
10326
10327         * src/folder.c
10328         * src/imap.c
10329                 Fix problems with folder operations in no_select
10330                 imap folders. it applies only to mails, and 
10331                 creation/deletion/move/renaming of folders 
10332                 should be possible
10333
10334 2005-06-26 [paul]       1.9.11cvs104
10335
10336         * src/prefs_filtering.c
10337                 replace one more GTK_STOCK_REMOVE
10338                 with GTK_STOCK_DELETE
10339
10340 2005-06-25 [colin]      1.9.11cvs103
10341
10342         * src/imap.c
10343                 Optimize get_seq_set_from_seq_list
10344                 (Patch by Ricardo) 
10345
10346 2005-06-25 [colin]      1.9.11cvs102
10347
10348         * src/mh.c
10349                 If the directory exists, but not in the
10350                 correct encoding, rename it. This should
10351                 handle old-versions-induced bugs.
10352
10353 2005-06-25 [colin]      1.9.11cvs101
10354
10355         * src/mh.c
10356                 Fix path access with extended dir names
10357                 Fixes bug #589 (SC segfaults with wrong locale
10358                 settings)
10359
10360 2005-06-25 [colin]      1.9.11cvs100
10361
10362         * src/prefs_account.c
10363         * src/prefs_account.h
10364         * src/compose.c
10365                 Add an option to encrypt replies to
10366                 encrypted messages
10367
10368 2005-06-25 [colin]      1.9.11cvs99
10369
10370         * src/compose.c
10371         * src/quote_fmt_parse.y
10372                 ... And make it work with pgpinline.
10373
10374 2005-06-25 [colin]      1.9.11cvs98
10375
10376         * src/compose.c
10377         * src/procmime.c
10378         * src/procmime.h
10379         * src/quote_fmt_parse.y
10380                 o Make reedition of encrypted messages possible
10381                   (as long as it is encrypted to self too, no
10382                    magic there)
10383                 o Make replying with quote (and without selecting
10384                   text) possible for encrypted messages.
10385                 Closes bug #550 (Not possible to "reply with quote"
10386                 to gnupg encrypted messages)
10387
10388 2005-06-24 [paul]       1.9.11cvs97
10389
10390         * src/imap.c
10391                 add missing include
10392
10393 2005-06-24 [paul]       1.9.11cvs96
10394
10395         * src/editldap.c
10396                 made bind password entry invisible
10397                 (sync with main)
10398         * src/send_message.c
10399                 send_message_local(): check exit status
10400                 to detect errors (sync with main)
10401         * src/textview.c
10402                 use main's less ambiguous popup menu
10403                 wording
10404
10405 2005-06-24 [paul]       1.9.11cvs95
10406
10407         * src/prefs_actions.c
10408         * src/prefs_customheader.c
10409         * src/prefs_display_header.c
10410         * src/prefs_filtering_action.c
10411         * src/prefs_matcher.c
10412         * src/prefs_template.c
10413         * src/prefs_toolbar.c
10414                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10415         * src/gtk/description_window.c
10416                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10417
10418 2005-06-23 [colin]      1.9.11cvs94
10419
10420         * src/summaryview.c
10421                 Fix rough edges (be sure to call status_show whenever
10422                 necessary).
10423
10424 2005-06-23 [colin]      1.9.11cvs93
10425
10426         * src/summaryview.c
10427                 Optimize Select All
10428                 Before, in a 5K mails folder: 11s
10429                 After, in the same folder: 58000µs
10430                 The joys of locking... gtk_clist_select_all() fires a 
10431                 tree-select-row event for each selected row, which in 
10432                 summaryview, callbacks summary_selected which in turn,
10433                 calls summary_status_show, which walks the selected
10434                 rows. Hence, calling gtk_clist_select_all was 
10435                 exponential. Locking the summaryview makes 
10436                 summary_selected return early.
10437
10438 2005-06-23 [colin]      1.9.11cvs92
10439
10440         * src/imap.c
10441                 Move mutex at the important place to avoid
10442                 deadlocks
10443         * src/summaryview.c
10444                 Fix Del key deleting directly instead of
10445                 moving to trash
10446
10447 2005-06-22 [colin]      1.9.11cvs91
10448
10449         * src/plugins/spamassassin/libspamc.c
10450                 As we do spagetti code with assignations in multiple
10451                 places (see _message_read_raw where out = msg = raw),
10452                 let's be sure we don't free the same pointer twice.
10453                 Should fix bug #683 (Crash in libpam at 
10454                 message_cleanup).
10455
10456 2005-06-22 [colin]      1.9.11cvs90
10457
10458         * src/compose.c
10459         * src/messageview.c
10460         * src/toolbar.c
10461                 Make toolbar's delete use the move to trash stuff;
10462                 Add gtk_widget_realize to be sure pixmaps can get
10463                 created (that may fix an old worksforme bug which
10464                 I can't find back...)
10465
10466 2005-06-22 [colin]      1.9.11cvs89
10467
10468         * src/summaryview.c
10469         * src/summaryview.h
10470         * src/mainwindow.c
10471                 Rename "Message/Delete" to "Message/Move to trash"
10472                 Add "Message/Delete..." that directly destroys the
10473                 selected messages after asking for a confirmation.
10474
10475 2005-06-22 [colin]      1.9.11cvs88
10476
10477         * src/imap.c
10478                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10479                 o Fix a deadlock (thanks Darko)
10480
10481 2005-06-22 [colin]      1.9.11cvs87
10482
10483         * src/gtk/foldersort.c
10484                 Add missing include for the i18n;
10485                 patch by Fabien Vantard
10486
10487 2005-06-21 [colin]      1.9.11cvs86
10488
10489         * src/folder.c
10490         * src/folderview.c
10491                 Respect the no_select flag
10492         * src/imap.c
10493                 Fix recursive deletion
10494         * src/imap_gtk.c
10495         * src/mh_gtk.c
10496                 Make the folder deletion's warning
10497                 more explicit
10498
10499 2005-06-21 [colin]      1.9.11cvs85
10500
10501         * src/textview.c
10502                 Prevent email addresses from spanning accross
10503                 lines - fixes bug # 646 (newline-chars in 
10504                 email addresses)
10505
10506 2005-06-20 [colin]      1.9.11cvs84
10507
10508         * src/folder.c
10509                 Be sure not to remove source if copy failed
10510
10511 2005-06-20 [colin]      1.9.11cvs83
10512
10513         * src/folderview.c
10514         * src/imap_gtk.c
10515                 remove summaryview's lock
10516         * src/imap.c
10517                 introduce threads to avoid problems when foreground tasks
10518                 interfere with background tasks
10519         * src/mh.c
10520                 prevent moving to drafts/queue
10521         * src/mimeview.c
10522                 fix leak
10523
10524 2005-06-19 [colin]      1.9.11cvs82
10525
10526         * src/imap_gtk.c
10527                 Remember that the user doesn't want to override
10528                 offline mode, for 3 seconds. It avoid presenting
10529                 him with N popups in a really short time.
10530
10531 2005-06-17 [colin]      1.9.11cvs81
10532
10533         * src/imap.c
10534                 Fix IMAP breaking on folders containing '('
10535                 (Probably won't be enough)
10536
10537 2005-06-17 [colin]      1.9.11cvs80
10538
10539         Forgotten files on 1.9.11cvs79
10540         * src/summaryview.c
10541                 Fix stepping when not immediately executing
10542         * src/imap.c
10543                 Really prevent UID FETCH 0
10544         * src/codeconv.c
10545                 Fix outgoing charset never set to utf-8
10546         * src/mh.c
10547                 Fix leak
10548
10549 2005-06-16 [colin]      1.9.11cvs79
10550
10551         * src/compose.c
10552                 Fix bug #707 (Dash splits rows)
10553                 Only wrap if we're on a line break position and
10554                 the previous one was a "white" (space) char.
10555                 Pango stuff is weird.
10556
10557 2005-06-16 [colin]      1.9.11cvs78
10558
10559         * src/imap_gtk.c
10560                 Lock summaryview while downloading messages
10561                 on user demand
10562         * src/procheader.c
10563         * src/unmime.c
10564         * src/common/utils.c
10565         * src/common/utils.h
10566                 Replace \r and \n with spaces in From and
10567                 Subject headers
10568
10569 2005-06-16 [paul]       1.9.11cvs77
10570
10571         * src/procmime.c
10572                 liberalise the mime parser
10573         * src/gtk/about.c
10574                 add text wrapping
10575
10576 2005-06-16 [paul]       1.9.11cvs76
10577
10578         * src/gtk/about.c
10579                 reworked
10580
10581 2005-06-15 [colin]      1.9.11cvs75
10582
10583         * src/compose.c
10584                 Finish header encoding fix
10585         * src/summaryview.c
10586                 Fix segfault
10587         * src/headerview.c
10588                 Fix compilation (Thanks Stephan
10589                 Sachse)
10590
10591 2005-06-15 [colin]      1.9.11cvs74
10592
10593         * Makefile.am
10594                 Install gnome2 stuff rather than gnome1, 
10595                 if both are present
10596         * src/codeconv.c
10597         * src/codeconv.h
10598         * src/compose.c
10599                 Fix headers encoding
10600         * src/folder.c
10601                 Visual progress when fetching all messages
10602         * src/folderview.c
10603         * src/summaryview.c
10604         * src/summaryview.h
10605                 Prevent changing current message while
10606                 incorporating
10607
10608 2005-06-15 [paul]       1.9.11cvs73
10609
10610         * src/gtk/gtkaspell.c
10611         * src/gtk/gtkaspell.h
10612                 fix build warnings
10613
10614 2005-06-15 [paul]       1.9.11cvs72
10615
10616         * src/prefs_filtering.c
10617                 allow reordering of filter rules by
10618                 drag n drop
10619
10620 2005-06-15 [paul]       1.9.11cvs71
10621
10622         * COPYING
10623                 updated
10624         * src/codeconv.c
10625                 replace deprecated function
10626         * src/inc.c
10627         * src/send_message.c
10628         * src/gtk/progressdialog.c
10629         * src/gtk/progressdialog.h
10630                 salvage and reuse parts of reverted sync
10631
10632 2005-06-15 [paul]       1.9.11cvs70
10633
10634         * src/inc.c
10635         * src/send_message.c
10636         * src/gtk/progressdialog.c
10637         * src/gtk/progressdialog.h
10638                 revert yesterday's sync with main
10639                 it contains deprecated functions
10640
10641 2005-06-15 [colin]      1.9.11cvs69
10642
10643         * src/headerview.c
10644                 Fix bug #670 (multi user to: will corrupt message 
10645                 headers display)
10646
10647 2005-06-15 [colin]      1.9.11cvs68
10648
10649         * src/compose.c
10650                 Fix bug #421 (Fix undo on wrapping)
10651
10652 2005-06-15 [colin]      1.9.11cvs67
10653
10654         * src/folder.c
10655                 Provide visual feedback while processing
10656                 folder's rules.
10657         * src/imap.c
10658                 Provide visual feedback while getting
10659                 short headers (for uncached messages)
10660
10661
10662 2005-06-14 [paul]       1.9.11cvs66
10663
10664         * src/account.c
10665                 change a couple stock icons
10666         * src/inc.c
10667         * src/send_message.c
10668         * src/gtk/progressdialog.c
10669         * src/gtk/progressdialog.h
10670                 sync main's GtkTreeView implementation
10671
10672 2005-06-14 [colin]      1.9.11cvs65
10673
10674         * src/imap.c
10675                 Various little fixes, mainly on error paths
10676
10677 2005-06-13 [colin]      1.9.11cvs64
10678
10679         * matcher.c
10680         * procmsg.c
10681         * procmsg.h
10682                 Add a way to fetch only headers. This speeds
10683                 up filtering on headers for IMAP. Fixes:
10684                 bug #481 extraneous imap commands slow down 
10685                         imap filtering
10686                 bug #522 Sylpheed downloads all messages 
10687                         when opening mailbox (IMAP)
10688                 bug #677 IMAP fetch is soooooooooooooo slow
10689         * src/folder.c
10690         * src/folder.h
10691                 Add a folder set_batch method so that
10692                 implementations can speed up flags changes
10693         * src/folderutils.c
10694         * src/summaryview.c
10695                 Use that in mark as (un)read and mark all read
10696                 Refix bug #679
10697         * src/imap.c
10698                 Implement set_batch - brings back deferred
10699                 flags in a less buggy manner. Fixes:
10700                 bug #729 IMAP immediate expunge of deleted messages
10701                 bug #191 remove list of messages with one command
10702                 Fix login with strange chars
10703                 Implement fetch_msg_full
10704                 Fix copy (wrong counts)
10705
10706 2005-06-12 [colin]      1.9.11cvs63
10707
10708         * src/folder.c
10709                 lock incorporation during long operations.
10710                 Avoids fucking up the IMAP socket.
10711
10712 2005-06-12 [colin]      1.9.11cvs62
10713
10714         * src/imap.c
10715                 Fix harmful typo
10716                 Factorize remove_all_msg
10717                 Thread-ize expunge
10718         * src/summaryview.c
10719                 Don't update partial-download status if unnecessary
10720         * src/folder.c
10721                 Use remove_msgs everywhere possible
10722
10723 2005-06-12 [colin]      1.9.11cvs61
10724
10725         * src/folder.c
10726         * src/folder.h
10727                 Add a remove_msgs function to remove a 
10728                 list of messages
10729         * src/imap.c
10730                 Implement that.
10731
10732 2005-06-12 [colin]      1.9.11cvs60
10733
10734         * src/imap.c
10735                 Remove flags-processing deferring... Too hard
10736                 to get it to work in all cases.
10737
10738 2005-06-11 [colin]      1.9.11cvs59
10739
10740         * src/imap.c
10741                 printf -> debug_print
10742
10743 2005-06-11 [colin]      1.9.11cvs58
10744
10745         * src/imap.c
10746                 o Fix build without USE_PTHREAD
10747                 o Factorize imap_open
10748                 o Alertpanel in case of impossible connection
10749                 o Alertpanel in case of impossible login
10750                 o Fix deferred flags processing to force a 
10751                   flush before adding some more flags to process,
10752                   but in another folder.
10753
10754 2005-06-10 [colin]      1.9.11cvs57
10755
10756         * src/imap.c
10757                 o Fix a format string error
10758                 o init ssl socket outside of the thread 
10759                   (it possibly invokes gtk calls)
10760         * src/procmime.c
10761                 o Put back the buffer to its necessary size
10762                 o Fix changing a file pointer without keeping
10763                   track of it (thanks Valgrind)
10764         * src/common/smtp.c
10765                 o Fix automatic STARTTLS if login should be done
10766                   and the server only allows it after starting TLS
10767         * src/gtk/gtkinputdialog.c
10768                 o Eat GDK_Return so that the combo popup doesn't 
10769                   appear when we press Enter to validate the combo
10770                   input dialog (as seen in the Open with... dialog)
10771
10772 2005-06-10 [colin]      1.9.11cvs56
10773
10774         * src/imap.c
10775                 o A bit less debug
10776                 o Fix a crash on deletion
10777                 o Threadize imap_select (it's called outside of 
10778                   threads)
10779                 o Defer treatment of DELETED flags
10780
10781
10782 2005-06-09 [colin]      1.9.11cvs55
10783
10784         * src/imap.c
10785                 Make sure we check imap_gtk_should_override(), which
10786                 potentially calls gtk stuff, before creating thread.
10787                 That way it should't be called via imap_get_session()
10788                 inside a thread.
10789
10790 2005-06-09 [colin]      1.9.11cvs54
10791
10792         * src/imap.c
10793                 o add a bit of status output
10794                 o remove some dead code
10795                 o threadize get_list_of_uids
10796                 o threadize imap_get_flags
10797                 o defer flag changing by 500ms so that they
10798                   can be batched
10799
10800
10801 2005-06-08 [colin]      1.9.11cvs53
10802
10803         * src/imap.c
10804                 Thread-ize imap_cmd_fetch
10805
10806 2005-06-08 [colin]      1.9.11cvs52
10807
10808         * src/main.c
10809                 Mmh, that broke POP3...
10810
10811 2005-06-08 [colin]      1.9.11cvs51
10812
10813         * src/main.c
10814                 Stabilize IMAP patch (thanks to Hoa)
10815
10816 2005-06-08 [colin]      1.9.11cvs50
10817
10818         * src/imap.c
10819                 Test patch to speed up imap. 
10820
10821 2005-06-08 [colin]      1.9.11cvs49
10822
10823         * src/imap_gtk.c
10824                 Warning fix
10825         * src/procmime.c
10826                 Apply patch from gentoo to use /usr/share/mime/globs if 
10827                 available, after un-breaking it
10828         * src/common/log.c
10829         * src/common/log.h
10830                 Use g_timeout for invoking hooks that possibly use gtk
10831                 calls. This should leave gtk calls in the main thread.
10832
10833 2005-06-08 [paul]       1.9.11cvs48
10834
10835         * src/codeconv.c
10836                 conv_get_outgoing_charset_str(): don't
10837                 use prefs_common setting
10838         * src/compose.c
10839         * src/compose.h
10840                 add /Options/Character encoding/... to
10841                 temporarily change the outgoing encoding
10842
10843         (belated sync with main)
10844
10845 2005-06-08 [paul]       1.9.11cvs47
10846
10847         * src/compose.c
10848                 correction to/completion of last
10849                 sync with main
10850
10851 2005-06-08 [paul]       1.9.11cvs46
10852
10853         sync with main:
10854         
10855         * src/codeconv.c
10856         * src/codeconv.h
10857                 always enabled Japanese auto-detection
10858                 if the first letters of locale string
10859                 is "ja"
10860         * src/compose.c
10861                 don't use "destroy" signal to destroy
10862                 Compose object (fix rare crashes on discard?)
10863         * src/mainwindow.c
10864         * src/messageview.c
10865         * src/prefs_send.c
10866                 added Hebrew encodings
10867         * src/sourcewindow.c
10868                 don't use "destroy" signal to destroy
10869                 objects
10870
10871 2005-06-07 [colin]      1.9.11cvs45
10872
10873         * src/summaryview.c
10874                 Add missing unlocks/locks
10875
10876 2005-06-07 [paul]       1.9.11cvs44
10877
10878         * src/summaryview.c
10879                 restore bug #749 fix
10880
10881 2005-06-06 [colin]      1.9.11cvs43
10882
10883         * src/summaryview.c
10884                 Fix selection bug when prefs_common.open_unread 
10885                 is FALSE
10886
10887 2005-06-06 [colin]      1.9.11cvs42
10888
10889         * src/common/md5.c
10890                 Fix a warning
10891         * src/summaryview.c
10892         * src/folderview.c
10893                 Factorize long operations beginning and end
10894                 (locking, freezing/thawing, cursor, ...)
10895                 Check selection->data member in selection-
10896                 related loops; this avoids dying an awful
10897                 death if the selection changes on us while
10898                 we're marking a whole IMAP folder unread, 
10899                 for example.
10900
10901 2005-06-06 [paul]       1.9.11cvs41
10902
10903         * src/textview.c
10904                 don't g_free() a static gchar buffer
10905
10906 2005-06-05 [colin]      1.9.11cvs40
10907
10908         * src/mainwindow.c
10909         * src/messageview.c
10910         * src/summaryview.c
10911                 Fix bug #749 (Show all headers should be
10912                 sticky as the GUI suggests)
10913
10914 2005-06-03 [paul]       1.9.11cvs39
10915
10916         * src/compose.c
10917                 don't allow editing of mail while sending.
10918                 patch by Colin
10919
10920 2005-06-03 [paul]       1.9.11cvs38
10921
10922         * src/folderview.c
10923                 add a freeze/thaw to speed up 'mark all read'
10924
10925 2005-06-03 [paul]       1.9.11cvs37
10926
10927         * src/prefs_message.c
10928                 reflect changes immediately
10929
10930 2005-06-02 [colin]      1.9.11cvs36
10931
10932         * po/POTFILES.in
10933                 Patch by Fabien Vantard.
10934
10935 2005-06-02 [colin]      1.9.11cvs35
10936
10937         * src/imap.c
10938                 Use a non-blocking imap_getline() if possible.
10939                 This should completely prevent the interface
10940                 from freezin on imap operations, although it
10941                 may do strange stuff in case of folder switching
10942                 while a big imap operation is taking place...
10943
10944                 In addition, fix a leak in the case thread
10945                 creation fails on connection.
10946
10947 2005-06-02 [colin]      1.9.11cvs34
10948
10949         * src/crash.c
10950         * src/prefs_common.h
10951                 Fix build (prefs_common_init() doesn't exist
10952                 anymore)
10953
10954 2005-06-02 [colin]      1.9.11cvs33
10955
10956         * src/prefs_account.c
10957                 Fix bug #245 (filtering rules broken when
10958                 renaming a remote account (imap4 or nntp)
10959
10960 2005-06-02 [colin]      1.9.11cvs32
10961
10962         * src/imap.c
10963                 Try to fix IMAP shortcomings: 
10964                 o Multithread imap_open()
10965                 o allow offline-mode overriding instead of
10966                   just returning NULL
10967         * src/imap_gtk.c
10968         * src/imap_gtk.h
10969                 Add a function to ask whether we want to
10970                 override offline-mode for 10 minutes (one-shot
10971                 asking was painful)
10972         * src/procheader.c
10973                 Fix segfault when imap parser isn't happy about
10974                 a missing {
10975
10976 2005-06-01 [colin]      1.9.11cvs31
10977
10978         * src/addrharvest.c
10979         * src/compose.c
10980         * src/mbox.c
10981         * src/mbox.h
10982         * src/mh.c
10983         * src/msgcache.c
10984         * src/send_message.c
10985         * src/setup.c
10986         * src/undo.c
10987         * src/common/hooks.c
10988         * src/common/prefs.c
10989         * src/common/template.c
10990         * src/common/utils.c
10991         * src/gtk/gtkutils.c
10992         * src/gtk/inputdialog.c
10993         * src/gtk/menu.c
10994         * src/gtk/pluginwindow.c
10995         * src/gtk/prefswindow.c
10996         * src/plugins/pgpmime/passphrase.c
10997         * src/plugins/pgpmime/prefs_gpg.c
10998                 More -Wall fixes
10999
11000         * src/common/Makefile.am
11001         * src/common/timing.h
11002                 Add basic timing code
11003
11004         * src/summaryview.c
11005                 Fix a bug with unread messages when 
11006                 re-sorting folders, and by the way
11007                 fix a big performance hit when 
11008                 re-sorting (10k mails: before 5s,
11009                 after .5s)
11010
11011         * src/prefs_compose_writing.c
11012         * src/prefs_compose_writing.h
11013         * src/prefs_message.c
11014         * src/prefs_message.h
11015         * src/prefs_other.c
11016         * src/prefs_other.h
11017         * src/prefs_quote.c
11018         * src/prefs_quote.h
11019         * src/prefs_receive.c
11020         * src/prefs_receive.h
11021         * src/prefs_send.c
11022         * src/prefs_send.h
11023         * src/prefs_summaries.c
11024         * src/prefs_summaries.h
11025                 Fix copyright banner
11026
11027 2005-06-01 [paul]       1.9.11cvs30
11028
11029         * po/fi.po
11030                 updated by Flammie Pirinen
11031         * src/procmime.c
11032                 fix 'Bad BASE64 content' output
11033
11034 2005-05-31 [colin]      1.9.11cvs29
11035
11036         * src/procmime.c
11037                 Oops, where did my hunk go.
11038
11039 2005-05-31 [colin]      1.9.11cvs28
11040
11041         * src/Makefile.am
11042         * src/account.c
11043         * src/action.c
11044         * src/addr_compl.c
11045         * src/addressbook.c
11046         * src/codeconv.c
11047         * src/compose.c
11048         * src/export.c
11049         * src/folder.c
11050         * src/folderview.c
11051         * src/image_viewer.c
11052         * src/main.c
11053         * src/mainwindow.c
11054         * src/messageview.c
11055         * src/mimeview.c
11056         * src/msgcache.c
11057         * src/prefs_account.c
11058         * src/prefs_actions.c
11059         * src/prefs_common.c
11060         * src/prefs_compose_writing.c
11061         * src/prefs_customheader.c
11062         * src/prefs_ext_prog.c
11063         * src/prefs_filtering.c
11064         * src/prefs_filtering_action.c
11065         * src/prefs_fonts.c
11066         * src/prefs_image_viewer.c
11067         * src/prefs_message.c
11068         * src/prefs_message.h
11069         * src/prefs_msg_colors.c
11070         * src/prefs_other.c
11071         * src/prefs_other.h
11072         * src/prefs_quote.c
11073         * src/prefs_receive.c
11074         * src/prefs_receive.h
11075         * src/prefs_send.c
11076         * src/prefs_send.h
11077         * src/prefs_spelling.c
11078         * src/prefs_summaries.c
11079         * src/prefs_summary_column.c
11080         * src/prefs_template.c
11081         * src/prefs_themes.c
11082         * src/prefs_toolbar.c
11083         * src/prefs_wrapping.c
11084         * src/procmime.c
11085         * src/procmsg.c
11086         * src/send_message.h
11087         * src/ssl_manager.c
11088         * src/summary_search.c
11089         * src/summaryview.c
11090         * src/textview.c
11091         * src/wizard.c
11092         * src/common/smtp.c
11093         * src/common/smtp.h
11094         * src/gtk/gtkutils.h
11095                 o Move the rest of Common prefs to new style
11096                 o Lots of -Wall warning fixes
11097                 o fix FIXME in cache memusage calculation
11098                 o Let return receipts be sent from any account
11099                 o Little cache optimisation (read)
11100                 o Fix bug #746 (don't treat commas as separators
11101                   when inside a quoted string)
11102
11103 2005-05-31 [paul]       1.9.11cvs27
11104
11105         * src/prefs_common.c
11106                 fix 'off-by-one' typo
11107
11108 2005-05-31 [paul]       1.9.11cvs26
11109
11110         * src/account.c
11111         * src/addr_compl.c
11112         * src/compose.c
11113         * src/foldersel.c
11114         * src/prefs_actions.c
11115         * src/prefs_common.c
11116         * src/prefs_common.h
11117         * src/prefs_customheader.c
11118         * src/prefs_display_header.c
11119         * src/prefs_filtering.c
11120         * src/prefs_filtering_action.c
11121         * src/prefs_matcher.c
11122         * src/prefs_summaries.c
11123         * src/prefs_summary_column.c
11124         * src/prefs_template.c
11125         * src/prefs_toolbar.c
11126         * src/ssl_manager.c
11127         * src/gtk/pluginwindow.c
11128         * src/gtk/prefswindow.c
11129         * src/gtk/progressdialog.c
11130                 add hidden prefs 'enable_rules_hint'
11131                 for gtk_tree_view_set_rules_hint()
11132                 (sync with main)
11133                 
11134
11135 2005-05-31 [colin]      1.9.11cvs25
11136
11137         * src/Makefile.am
11138         * src/main.c
11139         * src/prefs_common.c
11140         * src/prefs_summaries.c ** ADDED **
11141         * src/prefs_summaries.h ** ADDED **
11142                 Common/Display -> Display/Summaries
11143
11144 2005-05-31 [colin]      1.9.11cvs24
11145
11146         * src/Makefile.am
11147         * src/main.c
11148         * src/prefs_quote.c ** ADDED **
11149         * src/prefs_quote.h ** ADDED **
11150                 Move Common/Quote to Compose/Quoting
11151         * src/prefs_common.c
11152         * src/prefs_common.h
11153                 Remove old quote stuff, add
11154                 convenience functions for GtkTextView prefs
11155         * src/gtk/prefswindow.c
11156                 Set default height higher
11157
11158 2005-05-30 [colin]      1.9.11cvs23
11159
11160         * src/Makefile.am
11161         * src/main.c
11162         * src/prefs_common.c
11163         * src/prefs_compose_writing.c ** ADDED **
11164         * src/prefs_compose_writing.h ** ADDED **
11165                 Move Common/Compose prefs to Compose/Writing
11166
11167 2005-05-30 [colin]      1.9.11cvs22
11168
11169         * src/common/utils.c
11170                 Fix bug #651 (Confused Attract by Subject)
11171                 Patch by M. Benkmann <haferfrost@web.de>
11172         * AUTHORS
11173
11174 2005-05-30 [colin]      1.9.11cvs21
11175
11176         * src/compose.c
11177                 Fix concatenation of different headers of
11178                 the same type (bug #645)
11179         * src/prefs_folder_item.c
11180                 Fix bug #699 (setting color to black doesn't
11181                 work immediately)
11182         * src/procmime.c
11183                 Print out decoding error only once per
11184                 block
11185
11186 2005-05-30 [paul]       1.9.11cvs20
11187
11188         * src/common/template.c
11189                 fix Bcc
11190
11191 2005-05-30 [paul]       1.9.11cvs19
11192
11193         * doc/src/rfc2368.txt   **NEW FILE**
11194         * src/compose.c
11195                 compose_entries_set(): don't interpret Bcc
11196                 header field (conform to RFC 2368)
11197                 (sync with main)
11198
11199 2005-05-29 [colin]      1.9.11cvs18
11200
11201         * src/prefs_common.c
11202                 Let the default reply format respect
11203                 netiquette by cutting the signature.
11204
11205 2005-05-29 [colin]      1.9.11cvs17
11206
11207         * src/summaryview.c
11208                 Don't let always_show_msg override
11209                 open_unread_on_enter when opening a new
11210                 directory.
11211
11212 2005-05-27 [paul]       1.9.11cvs16
11213
11214         sync with main:
11215
11216         * src/main.c
11217                 app_will_exit(): cleanup tmp directory when exit
11218         * src/message_search.c
11219                 improved the interface and made code cleanup.
11220                 removed Clear button
11221         * src/send_message.c
11222                 send_message_local(): use GSpawn, and detect errors
11223         * src/summary_search.c
11224                 improved the interface and made code cleanup
11225         * src/textview.c
11226                 textview_write_link(): also skip non-ascii space
11227                  at the head of link strings (phishing check
11228                  didn't work at the case)
11229         * src/common/utils.c
11230                 get_command_output(): use g_spawn_command_line_sync()
11231                 instead of popen()
11232
11233 2005-05-26 [colin]      1.9.11cvs15
11234
11235         * src/folder.c
11236                 remove printf
11237
11238 2005-05-26 [colin]      1.9.11cvs14
11239
11240         * src/common/nntp.c
11241                 Fix nntp mode reader (bug #611)
11242                 Patch by Florian Mickler <florian@mickler.org>
11243
11244 2005-05-26 [colin]      1.9.11cvs13
11245
11246         * src/plugins/pgpmime/passphrase.c
11247                 Fix mouse grabbing (bug #557)
11248
11249 2005-05-26 [colin]      1.9.11cvs12
11250
11251         * src/prefs_themes.c
11252                 Fix g_warning (bug #541)
11253
11254 2005-05-26 [colin]      1.9.11cvs11
11255
11256         * src/prefs_actions.c
11257         * src/prefs_template.c
11258                 Fix bug #506 (no warning if action/template
11259                 is not saved)
11260         * src/common/template.c
11261                 Fix a possible crash
11262
11263 2005-05-26 [colin]      1.9.11cvs10
11264
11265         * src/folder.c
11266         * src/folderview.c
11267         * src/procmsg.c
11268         * src/summaryview.c
11269                 Forbid locked messages to be moved or
11270                 deleted. Locked messages in trashes 
11271                 still get deleted, for performance
11272                 reason (mh.c::mh_remove_all_msgs)
11273
11274 2005-05-25 [colin]      1.9.11cvs9
11275
11276         * src/procmime.c
11277                 Use correct encoding when sending mails
11278                 with attachments that have accentued 
11279                 chars in their name
11280
11281 2005-05-24 [colin]      1.9.11cvs8
11282
11283         * src/summaryview.c
11284                 Fix bug #688 f) read/unread marker not
11285                 changed on first click
11286                 Also, optimize summary_status_show()
11287                 calls
11288         * src/folder.c
11289         * src/inc.c
11290         * src/procmime.c
11291                 Fix bug #688 b) and c) wrt message
11292                 attachments and signature
11293         * src/stock_pixmap.c
11294         * src/stock_pixmap.h
11295         * src/stock_pixmap.c
11296         * src/stock_pixmap.h
11297         * src/Makefile.am
11298         * src/pixmaps/clip_gpg_signed.xpm
11299                 Add clip/signed icon
11300
11301 2005-05-24 [colin]      1.9.11cvs7
11302
11303         * src/folder_item_prefs.c
11304                 whitespace fix
11305
11306 2005-05-24 [colin]      1.9.11cvs6
11307
11308         * src/folderview.c
11309         * src/prefs_common.c
11310         * src/prefs_common.h
11311                 Add a confirmation to folder drag and drop
11312                 fixes bug #156
11313         * src/alertpanel.c
11314         * src/alertpanel.h
11315                 fix _with_disable parameters so that
11316                 the buttons labels are specifiable too
11317         * src/plugins/pgpmime/sgpgme.c
11318                 reflect said change
11319                 
11320
11321 2005-05-24 [colin]      1.9.11cvs5
11322
11323         * src/folderview.c
11324                 Uncollapse/collapse folders on double-click
11325                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11326                 closes bug #108
11327
11328 2005-05-23 [colin]      1.9.11cvs4
11329
11330         * src/common/socket.c
11331                 Check another special SSL_peek() error.
11332                 Should help wrt bug #728
11333
11334 2005-05-23 [colin]      1.9.11cvs3
11335
11336         * src/plugins/pgpmime/pgpmime.c
11337                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11338                 breaking menu accelerators and stuff. Users will have to
11339                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11340                 account's privacy preferences if needed.
11341
11342 2005-05-22 [paul]
11343
11344         * tools/kdeservicemenu/install.sh
11345                 use kdesu to prompt for root password if doing
11346                 global install/uninstall
11347
11348 2005-05-20 [colin]      1.9.11cvs2
11349
11350         * src/procmsg.c
11351                 Fix another compilation error with gcc-2.9x
11352                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11353         * src/send_message.c
11354                 Don't send QUIT if we aren't connected
11355
11356 2005-05-19 [colin]      1.9.11cvs1
11357
11358         * src/procmsg.c
11359                 Fix compilation with gcc 2.9x
11360
11361 2005-05-19 [paul]       1.9.11
11362
11363         1.9.11 released
11364
11365 2005-05-19 [paul]       1.9.9cvs14
11366
11367         * src/gtk/inputdialog.c
11368                 prevent gettext warning
11369
11370 2005-05-19 [paul]       1.9.9cvs13
11371
11372         * src/mainwindow.c
11373         * src/prefs_common.c
11374         * src/prefs_common.h
11375         * src/textview.c
11376         * src/textview.h
11377                 add an option to toggle cursor in message
11378                 view (sync with main)
11379
11380 2005-05-18 [colin]      1.9.9cvs12
11381
11382         * src/compose.c
11383                 Dereference freed pointer
11384         * src/gtk/gtkaspell.c
11385                 Fix duplication of dictionaries (is it an aspell issue?)
11386
11387 2005-05-18 [colin]      1.9.9cvs11
11388
11389         * src/gtk/inputdialog.c
11390         * src/gtk/gtkaspell.c
11391                 HIGuify dialogs
11392         * src/alertpanel.c
11393                 Remove a double call
11394
11395 2005-05-17 [colin]      1.9.9cvs10
11396
11397         * src/gtk/gtkaspell.c
11398                 Fix dialogs, Ctrl-Enter accel
11399
11400 2005-05-17 [colin]      1.9.9cvs9
11401
11402         * src/gtk/gtkaspell.c
11403                 Fix some accelerators, escape in replace-window
11404
11405 2005-05-16 [colin]      1.9.9cvs8
11406
11407         * src/gtk/gtkaspell.c
11408                 Revert last commit, it was a mistake.
11409
11410 2005-05-16 [colin]      1.9.9cvs7
11411
11412         * src/gtk/gtkaspell.c
11413                 Remove buggy code while we're at it. It's a 
11414                 dead code path anyway.
11415
11416 2005-05-16 [colin]      1.9.9cvs6
11417
11418         * src/gtk/gtkaspell.c
11419                 Missed some gtk_menu_popup where deactivate
11420                 signal should be handled. Should fix bug
11421                 #629 a bit more.
11422
11423 2005-05-16 [colin]      1.9.9cvs5
11424
11425         * src/gtk/gtkaspell.c
11426                 Remove debug printf()s
11427
11428 2005-05-16 [colin]      1.9.9cvs4
11429
11430         * src/gtk/gtkaspell.c
11431                 Fix a bit aspell problems
11432                 (see bug #629)
11433
11434 2005-05-13 [colin]      1.9.9cvs3
11435
11436         * src/folderview.c
11437                 Fix the + appearing even when no subfolders
11438                 have unread messages. Thanks to wwp for the
11439                 bug report.
11440
11441 2005-05-11 [paul]       1.9.9cvs2
11442
11443         * src/folderview.c
11444                 correction to 1.9.9cvs1, only colour folders that
11445                 have new msgs (not unread msgs)
11446
11447 2005-05-10 [colin]      1.9.9cvs1
11448
11449         * src/folderview.c
11450         * src/summaryview.c
11451                 Try to fix bolding bugs again.
11452
11453 2005-05-09 [paul]
11454
11455         * tools/claws.i18n.status.pl
11456                 add Ricardo Mones Lastra's script that has been providing
11457                 the i18n status page for many months
11458
11459 2005-05-09 [paul]       1.9.9
11460
11461         1.9.9 release
11462
11463 2005-05-09 [paul]       1.9.6cvs58
11464
11465         * AUTHORS
11466         * INSTALL
11467         * README.claws
11468                 updated
11469         * Makefile.am 
11470         * RELEASE_NOTES.claws
11471                 add release notes to cvs to simplify release
11472                 procedure
11473         * configure.ac
11474                 add ca and fi to ALL_LINGUAS
11475         * po/Makefile.in.in
11476                 workaround for missing Makevars
11477         * po/ca.po
11478         * po/fi.po
11479                 add new Catalan and Finnish translations
11480                 submitted by Miquel Oliete and Flammie Pirinen
11481         * po/de.po
11482         * po/es.po
11483         * po/fr.po
11484         * po/it.po
11485         * po/pl.po
11486         * po/ru.po
11487         * po/sk.po
11488         * po/sr.po
11489         * po/zh_CN.po
11490                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11491                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11492                 Urke MMI, and Hansom Young
11493         * src/main.c
11494                 Fix drafting when quitting. compose_draft() closes the
11495                 compose windows, which modifies the compose_list GSList.
11496                 We have to refresh this list after echo drafting to avoid a
11497                 segfault
11498         * src/partial_download.c
11499                 fix segfault on exit
11500
11501 2005-05-06 [paul]       1.9.6cvs57
11502
11503         * src/grouplistdialog.c
11504                 quick fix/workaround for unresizeable newsgroup
11505                 name column 
11506
11507 2005-05-06 [paul]       1.9.6cvs56
11508
11509         * src/inc.c
11510         * src/mainwindow.c
11511                 use gettext plural forms
11512         * src/imap_gtk.c
11513         * src/mh_gtk.c
11514         * src/toolbar.c
11515                 small improvement to english usage
11516
11517 2005-05-05 [thorsten]   1.9.6cvs55
11518
11519         * src/folder.c
11520                 fix possible crash
11521
11522 2005-05-05 [paul]       1.9.6cvs54
11523         
11524         sync with HEAD
11525
11526         * AUTHORS
11527         * src/compose.c
11528                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11529                 patch by Tim Mann
11530
11531 2005-05-05 [paul]       1.9.6cvs53
11532
11533         * src/mainwindow.c
11534                 fix resizing of separate message and
11535                 folder views
11536
11537 2005-05-05 [paul]       1.9.6cvs52
11538
11539         * src/account.c
11540         * src/addrgather.c
11541         * src/browseldap.c
11542         * src/exphtmldlg.c
11543         * src/expldifdlg.c
11544         * src/importmutt.c
11545         * src/importpine.c
11546         * src/main.c
11547         * src/mainwindow.c
11548         * src/noticeview.c
11549         * src/prefs_filtering.c
11550         * src/prefs_filtering_action.c
11551         * src/prefs_matcher.c
11552         * src/prefs_spelling.c
11553         * src/prefs_toolbar.c
11554         * src/toolbar.c
11555         * src/wizard.c
11556         * src/gtk/description_window.c
11557         * src/gtk/gtkvscrollbutton.c
11558         * src/gtk/progressdialog.c
11559         * src/gtk/quicksearch.c
11560         * src/plugins/pgpmime/prefs_gpg.c
11561         * src/plugins/spamassassin/spamassassin_gtk.c
11562                 replace deprecated gtk_widget_set_usize
11563
11564 2005-05-04 [colin]      1.9.6cvs51
11565
11566         * src/common/utils.c
11567                 Fix crash when subst_for_filename is called
11568                 with a NULL parameter
11569
11570 2005-05-04 [colin]      1.9.6cvs50
11571
11572         * src/partial_download.c
11573         * src/pop.c
11574                 Escape login when writing uidl file
11575                 fixes bug #736
11576
11577 2005-05-03 [colin]      1.9.6cvs49
11578
11579         * src/procmime.c
11580                 Fix possible DOS in mime parser
11581                 (see bug #634)
11582
11583 2005-05-02 [colin]      1.9.6cvs48
11584
11585         * src/compose.c
11586                 Try to fix the copy/paste mess once again.
11587
11588
11589 2005-04-30 [colin]      1.9.6cvs47
11590
11591         * src/prefs_account.h
11592         * src/procmsg.c
11593         * src/send_message.c
11594         * src/common/smtp.c
11595         * src/common/smtp.h
11596                 Try to batch sending mails (per account) instead of
11597                 reconnecting to server every time.
11598
11599 2005-04-29 [colin]      1.9.6cvs46
11600
11601         * src/messageview.c
11602                 Fix window resizing that refused to size down
11603         * src/prefs_common.c
11604         * src/prefs_common.h
11605         * src/prefs_filtering.c
11606                 Save Filtering's window size
11607
11608 2005-04-21 [paul]       1.9.6cvs45
11609
11610         * ChangeLog-gtk2.claws
11611         * src/setup.c
11612                 correction to sync
11613
11614 2005-04-21 [paul]       1.9.6cvs44
11615
11616         sync with main:
11617
11618         * src/setup.c
11619         * src/statusbar.c
11620         * src/statusbar.h
11621                 use gtkut_widget_draw_now(). Improved performance
11622                 of the update of statusbar
11623         * src/textview.c
11624                 textview_smooth_scroll_do(): redraw it after scroll
11625                 is done (fixed incorrect display when a part of the
11626                 view is hidden).
11627         * src/gtk/gtkutils.c
11628         * src/gtk/gtkutils.h
11629                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11630                 to force update of widgets.
11631                 Removed gtkut_widget_wait_for_draw() which had a big
11632                 overhead  because of waiting for all events processed 
11633
11634 2005-04-20 [paul]       1.9.6cvs43
11635
11636         * src/codeconv.c
11637                 complete 1.9.6cvs42's sync:
11638                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11639
11640 2005-04-19 [paul]       1.9.6cvs42
11641
11642         sync with main:
11643
11644         * src/action.c
11645                 catch_output(): correctly select the insert text
11646                 (fix invalid iterator warnings).
11647         * src/codeconv.c
11648         * src/codeconv.h
11649         * src/mainwindow.c
11650         * src/messageview.c
11651         * src/prefs_common.c
11652                 support GBK encoding.
11653         * src/common/session.c
11654         * src/common/session.h
11655                 use separate buffer for large data to be sent,
11656                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11657
11658 2005-04-18 [paul]       1.9.6cvs41
11659
11660         * src/jpilot.c
11661                 convert unsigned long into guint32
11662                 patch by Paul LeoNerd Evans 
11663
11664 2005-04-17 [colin]      1.9.6cvs40
11665
11666         * src/compose.c
11667                 Fix 'Request return receipt' from folder
11668                 properties (bug #708)
11669
11670 2005-04-17 [colin]      1.9.6cvs39
11671
11672         * src/mainwindow.c
11673                 Fix duplicate hotkeys in Mainwindow's menu
11674
11675 2005-04-17 [colin]      1.9.6cvs38
11676
11677         * src/folderview.c
11678                 Fix duplicate hotkeys in Folderview's contextual
11679                 menu
11680
11681 2005-04-15 [colin]      1.9.6cvs37
11682
11683         * src/summaryview.c
11684                 Fix 'Save as...' with non-ascii filenames
11685
11686 2005-04-15 [colin]      1.9.6cvs36
11687
11688         * src/plugins/pgpmime/pgpmime.c
11689                 Fix bus error on 64bit. Spotted by 
11690                 macallan1888@gmail.com
11691
11692 2005-04-15 [colin]      1.9.6cvs35
11693
11694         * src/prefs_account.c
11695                 Fix cvs34.
11696
11697 2005-04-12 [colin]      1.9.6cvs34
11698
11699         * src/prefs_account.c
11700                 Fix smtp auth type off-by-one. We forgot to
11701                 add PLAIN in the prefs-to-gui setter func and
11702                 as a result, the selected auth when opening
11703                 account prefs was not the correct one.
11704
11705 2005-04-12 [paul]       1.9.6cvs33
11706
11707         * src/inc.c
11708                 if the recv dialog is visible, Cancel only
11709                 cancels the current account
11710
11711
11712 2005-04-10 [colin]      1.9.6cvs32
11713
11714         * src/filtering.c
11715                 Copy score when copying FilteringActions
11716                 Fix bug #674
11717
11718 2005-04-10 [colin]      1.9.6cvs31
11719
11720         * src/inc.c
11721                 Make Message -> Receive -> Cancel cancel 
11722                 incorporation on all accounts. Fixes
11723                 bug #693
11724
11725 2005-04-10 [colin]      1.9.6cvs30
11726
11727         * src/prefs_account.c
11728                 Update Privacy checkbuttons status based
11729                 on the selected privacy system
11730         * src/compose.c
11731                 Always connect the "None" privacy system; the
11732                 static boolean was probably there to avoid
11733                 reconnecting twice in the same compose window,
11734                 but as the parent function is only called once
11735                 per compose, it's only a bug - as a static is
11736                 initialized once per application instance.
11737                 Also, don't uncheck Sign and Encrypt when
11738                 selecting None as privacy system; just ignore
11739                 them when sending/queuing.
11740                 Should fix bug #695
11741
11742 2005-04-08 [colin]      1.9.6cvs29
11743
11744         * src/account.c
11745         * src/prefs_account.c
11746         * src/prefs_account.h
11747                 Add account preference to queue message in a certain
11748                 folder.
11749
11750 2005-04-06 [colin]      1.9.6cvs28
11751
11752         * src/prefs_account.c
11753                 Update old inbox path syntax
11754
11755 2005-04-06 [paul]       1.9.6cvs27
11756
11757         sync with main:
11758
11759         * configure.ac
11760                 changed -traditional-cpp to -no-cpp-precomp for newer
11761                 Mac OS X support
11762         * src/foldersel.c
11763                 made column resize automatically
11764         * src/send_message.c
11765                 send_message_smtp(): consider EOF right after QUIT
11766                 successful (workaround for Gmail SMTP server)
11767         * src/common/socket.c
11768                 ssl_read(), ssl_peek(): check EOF which violates the
11769                 SSL protocol
11770         * src/gtk/colorlabel.c
11771                 removed warnings when displaying colorlabel menu
11772                 (don't use GtkAlignment)
11773
11774 2005-04-05 [paul]       1.9.6cvs26
11775
11776         * src/plugins/trayicon/trayicon.c
11777                 fix clipping of icon under KDE3 
11778
11779 2005-04-05 [paul]       1.9.6cvs25
11780
11781         * src/summaryview.c
11782                 hide display of threading
11783                 patch by Alfons
11784
11785 2005-04-04 [thorsten]   1.9.6cvs24
11786
11787         * src/mh.c
11788                 marks lost on filesystems with different stat() results on
11789                 summer-/wintertime
11790
11791 2005-04-03 [colin]      1.9.6cvs23
11792
11793         * src/summaryview.c
11794                 Don't handle up/down. Patch by Alfons
11795
11796 2005-04-02 [colin]      1.9.6cvs22
11797
11798         * src/summaryview.c
11799                 Make scrolling faster. Patch by Alfons.
11800
11801 2005-04-01 [colin]      1.9.6cvs21
11802
11803         * src/Makefile.am
11804         * src/stock_pixmap.c
11805         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11806         * src/pixmaps/dir_noselect.xpm ** ADDED **
11807                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11808
11809 2005-04-01 [colin]      1.9.6cvs20
11810
11811         * src/image_viewer.c
11812         * src/image_viewer.h
11813         * src/procmime.c
11814         * src/procmime.h
11815         * src/textview.c
11816         * src/textview.h
11817                 Implement inline image resizing and right-clicking
11818
11819 2005-04-01 [paul]       1.9.6cvs19
11820
11821         * AUTHORS
11822         * Makefile.am
11823         * configure.ac
11824                 check for gnome2
11825                 patch by Luca Cavalli <loopback<AT>slackit.org>
11826         * po/ru.po
11827                 updated by Pavlo Bohmat
11828
11829 2005-03-31 [colin]      1.9.6cvs18
11830
11831         * src/news.c
11832                 Fix parsing references
11833         * src/msgcache.c
11834                 don't put nulls in the references list
11835         * src/procheader.c
11836                 commit that forgotten file in 1.9.6cvs14
11837
11838 2005-03-31 [colin]      1.9.6cvs17
11839
11840         * src/compose.c
11841                 Fix joining of signature separator again. 
11842                 Maybe Hiro could put it in main too...
11843
11844 2005-03-31 [colin]      1.9.6cvs16
11845
11846         * src/Makefile.am
11847         * src/foldersel.c
11848         * src/stock_pixmap.c
11849         * src/stock_pixmap.h
11850         * src/pixmaps/dir-noselect.xpm
11851                 Update foldersel.c (sync from main, patch by Alfons)
11852
11853 2005-03-30 [colin]      1.9.6cvs15
11854
11855         * src/imap.c
11856                 Fix handling of imap folders containing [] in 
11857                 their name. Thanks to Nahuel Angelinetti for
11858                 the detailed bugreport.
11859
11860 2005-03-30 [colin]      1.9.6cvs14
11861
11862         * src/common/utils.h
11863         * src/common/utils.c
11864         * src/common/defs.h
11865         * src/matcher.c
11866         * src/msgcache.c
11867         * src/news.c
11868         * src/procmsg.c
11869         * src/procmsg.h
11870         * src/quote_fmt_parse.y
11871         * src/summaryview.c
11872                 Update references system. Patch by Alfons
11873
11874 2005-03-30 [colin]      1.9.6cvs13
11875
11876         * src/common/socket.c
11877                 Force the glibc to read resolv.conf again when 
11878                 it has changed. Should fix issues when changing
11879                 networks on a laptop and not restarting sylpheed. 
11880
11881 2005-03-30 [paul]       1.9.6cvs12
11882
11883         partial sync with main:
11884
11885         * src/action.c
11886                 create_io_dialog(): use user-defined text font
11887                 (thanks to Alfons), and modified its appearance.
11888         * src/addrgather.c
11889         * src/addrharvest.c
11890         * src/browseldap.c
11891                 replace old code
11892         * src/compose.c
11893                 don't join (presumably) itemized lines on line-wrapping
11894                 fixed wrapping of quote when auto-wrapping is enabled
11895                 compose_destroy(): destroy paned only if it's not
11896                 attached to window. Fixed memory leak of popup menu.
11897         * src/exphtmldlg.c
11898         * src/expldifdlg.c
11899                 replace old code
11900         * src/html.c
11901         * src/html.h
11902         * src/importmutt.c
11903         * src/importpine.c
11904                 replace old code
11905         * src/main.c
11906                 removed redundant code
11907         * src/mainwindow.c
11908                 changed 'Code set' (which is rather incorrect)
11909                 in the menu to 'Character encoding'
11910                 main_window_set_widgets(): request size first
11911                 to prevent window size becoming wrong
11912                 fixed remembering of the state of the visibility
11913                 of MessageView
11914         * src/messageview.c
11915                 changed 'Code set' (which is rather incorrect)
11916                 in the menu to 'Character encoding'
11917         * src/prefs_common.c
11918         * src/prefs_common.h
11919                 added an option whether to render HTML as text or not
11920                 added separators to outgoing encoding menu
11921         * src/procheader.c
11922                 procheader_scan_date_string(): support header
11923                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11924         * src/summaryview.c
11925         * src/summaryview.h
11926                 minor code cleanup
11927         * src/textview.c
11928                 textview_show_html(): force output of newline
11929                 added an option whether to render HTML as text or not
11930         * src/common/utils.c
11931                 strncpy2(): optimized based on Alfons' code
11932         * src/gtk/gtkutils.c
11933         * src/gtk/gtkutils.h
11934                 removed non-used code
11935         * src/plugins/pgpmime/passphrase.c
11936                 partially fixed grab input of passphrase dialog
11937                 Confine pointer to window
11938
11939 2005-03-30 [colin]      1.9.6cvs11
11940
11941         * src/msgcache.c
11942         * src/msgcache.h
11943                 Read/write 32bit ints from cache & marks
11944                 From main.
11945
11946 2005-03-29 [paul]       1.9.6cvs10
11947
11948         * AUTHORS
11949         * ChangeLog.claws
11950         * src/compose.c
11951         * src/gtk/gtkaspell.c
11952                 sync with HEAD (don't pass NULL pointers) 
11953
11954 2005-03-24 [paul]
11955
11956         * tools/Makefile.am
11957         * tools/README
11958         * tools/acroread2sylpheed.pl
11959                 sync with HEAD (add script to send pdfs as
11960                 attachments from Adobe Reader 7)
11961
11962 2005-03-21 [paul]       1.9.6cvs9
11963
11964         * configure.ac
11965         * po/POTFILES.in
11966         * src/Makefile.am
11967         * src/crash.c
11968         * src/image_viewer.c ** ADDED **
11969         * src/image_viewer.h ** ADDED **
11970         * src/main.c
11971         * src/prefs_common.c
11972         * src/prefs_common.h
11973         * src/prefs_image_viewer.c ** ADDED **
11974         * src/prefs_image_viewer.h ** ADDED **
11975         * src/textview.c
11976         * src/gtk/about.c
11977         * src/pixmaps/sylpheed_logo.xpm
11978         * src/plugins/Makefile.am
11979         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11980         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11981         * src/plugins/image_viewer/plugin.c ** REMOVED **
11982         * src/plugins/image_viewer/viewer.c ** REMOVED **
11983         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11984         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11985         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11986         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11987         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11988                 as gdk-pixbuf is now built-in
11989                 remove image_viewer plugin and put code back into
11990                 main codebase
11991                 implement inline image display (sync with main)
11992
11993                 replace logo with newer, nicer, larger version  
11994
11995 2005-03-21 [paul]       1.9.6cvs8
11996
11997         * src/gtk/about.c
11998                 cosmetic improvement
11999
12000 2005-03-21 [holger]     1.9.6cvs7
12001
12002         * src/plugins/spamassassin/spamassassin.c
12003                 Sync with HEAD
12004                 (unregister hook on failed plugin init)
12005
12006 2005-03-20 [colin]      1.9.6cvs6
12007
12008         * src/common/plugin.c
12009                 Check that plugin isn't already loaded
12010                 Patch by Alfons
12011
12012 2005-03-20 [thorsten]   1.9.6cvs5
12013
12014         * src/compose.c
12015                 use a more compatible syntax
12016
12017 2005-03-20 [thorsten]   1.9.6cvs4
12018
12019         * src/prefs_toolbar.c
12020                 fix crash when selecting toolbar item (uninitialized pointer)
12021
12022 2005-03-20 [thorsten]   1.9.6cvs3
12023
12024         * src/procmime.c
12025                 fix mimetype detection (referenced free()d string)
12026
12027 2005-03-20 [paul]       1.9.6cvs2
12028
12029         * src/compose.c
12030                 sync with HEAD (1.0.3cvs5)
12031                 neglect Reply-To header if empty
12032                 Patch by Alfons 
12033
12034 2005-03-19 [holger]     1.9.6cvs1
12035
12036         * src/summaryview.c
12037         * src/summaryview.h
12038                 Sync with HEAD
12039
12040 2005-03-18 [paul]       1.9.6
12041
12042         initial GTK2 release
12043
12044 2005-03-18 [paul]       1.0.3cvs3.1
12045
12046         * AUTHORS
12047         * ChangeLog.claws
12048         * configure.ac
12049         * src/gtk/about.c
12050         * src/pixmaps/sylpheed_logo.xpm
12051                 sync with HEAD
12052
12053 2005-03-18 [colin]      1.0.3cvs2.6
12054
12055         * src/summaryview.c
12056                 Remove call to summary_step in summary_copy_selected_to
12057                 Can't see its purpose, and this causes bug when copying
12058                 a message if the next one is unread: it reads it.
12059
12060 2005-03-18 [paul]       1.0.3cvs2.5
12061
12062         * src/foldersel.c
12063                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12064
12065 2005-03-18 [paul]       1.0.3cvs2.4
12066
12067         * src/addrharvest.c
12068         * src/codeconv.c
12069         * src/codeconv.h
12070         * src/compose.c
12071         * src/news.c
12072         * src/procheader.c
12073         * src/procmime.c
12074         * src/unmime.c
12075         * src/unmime.h
12076                 fix buffer overflow, CAN-2005-0667, see
12077                 http://secunia.com/advisories/14491/
12078                 Patch by Alfons
12079
12080 2005-03-17 [colin]      1.0.3cvs2.3
12081
12082         * src/prefs_fonts.c
12083         * src/summaryview.c
12084                 Fix font bugs (both lists now officialy share 
12085                 the same font)
12086                 
12087
12088 2005-03-17 [paul]       1.0.3cvs2.2
12089
12090         * src/gtk/pluginwindow.c
12091                 make plugin descriptions uneditable
12092
12093 2005-03-11 [paul]       1.0.3cvs2.1
12094
12095         * ChangeLog.claws
12096         * configure.ac
12097         * po/POTFILES.in
12098         * src/plugins/trayicon/trayicon.c
12099                 sync with HEAD
12100                 add src/wizard.c to POTFILES.in
12101
12102 2005-03-11 [paul]       1.0.3cvs1.1
12103
12104         * ChangeLog
12105         * ChangeLog.claws
12106         * configure.ac
12107         * po/de.po
12108         * po/es.po
12109         * po/fr.po
12110         * po/it.po
12111         * po/pt_BR.po
12112         * po/ru.po
12113         * po/sk.po
12114         * po/sr.po
12115         * po/zh_CN.po
12116                 sync with HEAD
12117
12118 2005-03-04 [colin]      1.0.1cvs22.2
12119
12120         * src/compose.c
12121                 Fix signatures with accentued chars in it
12122
12123 2005-03-04 [colin]      1.0.1cvs22.1
12124
12125         * src/common/smtp.c
12126         * src/common/smtp.h
12127                 Don't use SIZE param in MAIL FROM: if server 
12128                 doesn't support it. Patch by Eugen Freiter
12129                 <eugen_f@users.sf.net>
12130
12131 2005-02-27 [paul]       1.0.1cvs20.1
12132
12133         * ChangeLog.claws
12134         * configure.ac
12135         * src/messageview.c
12136                 sync with HEAD
12137
12138 2005-02-27 [colin]      1.0.1cvs19.4
12139
12140         * src/procheader.c
12141         * src/procheader.h
12142                 Fix prototypes. Patch by Alfons
12143
12144 2005-02-27 [colin]      1.0.1cvs19.3
12145
12146         * src/compose.c
12147                 Don't auto-join the signature separator.
12148
12149 2005-02-26 [colin]      1.0.1cvs19.2
12150
12151         * src/summaryview.c
12152                 Fix 'mark all read' with collapsed threads.
12153                 Patch by Alfons.
12154
12155 2005-02-25 [paul]       1.0.1cvs19.1
12156
12157         * ChangeLog.claws
12158         * configure.ac
12159         * src/prefs_account.c
12160         * src/prefs_folder_item.c
12161         * src/gtk/prefswindow.c
12162         * src/gtk/prefswindow.h
12163                 sync with HEAD
12164
12165 2005-02-25 [paul]       1.0.1cvs15.12
12166
12167         * src/alertpanel.c
12168         * src/codeconv.c
12169         * src/compose.c
12170         * src/textview.c
12171         * src/gtk/gtkutils.c
12172         * src/gtk/gtkutils.h
12173         * src/gtk/logwindow.c
12174         * src/gtk/progressdialog.c
12175                 sync with main (revision 127)
12176                 and fix logwindow clipping
12177
12178 2005-02-24 [colin]      1.0.1cvs15.11
12179
12180         * src/plugins/pgpmime/passphrase.c
12181                 Disable input grabbing; it doesn't work yet.
12182
12183 2005-02-24 [colin]      1.0.1cvs15.10
12184
12185         * src/messageview.c
12186                 Don't send out receipts if offline. Ask.
12187
12188 2005-02-23 [colin]      1.0.1cvs15.9
12189
12190         * src/summaryview.c     
12191                 Fix expanding
12192
12193 2005-02-23 [colin]      1.0.1cvs15.8
12194
12195         * src/summaryview.c
12196                 Really fix Bug 568 by removing useless
12197                 calls. summary_thread_init() now called
12198                 in summary_sort(). This should please
12199                 Alfons as it should be faster than 
12200                 previously.
12201
12202 2005-02-23 [colin]      1.0.1cvs15.7
12203
12204         * src/compose.c
12205                 Encode parts as QP or B64 if signing
12206
12207 2005-02-23 [colin]      1.0.1cvs15.6
12208
12209         * src/compose.c
12210                 Fix Mimeinfo leakage (including tmp files)
12211         * src/procmsg.c
12212                 Fix tmp file leakage (spotted by Ivan Rayner)
12213
12214 2005-02-22 [colin]      1.0.1cvs15.5
12215
12216         * src/expldifdlg.c
12217                 Fix keyboard input. Patch by Alfons.
12218
12219 2005-02-21 [colin]      1.0.1cvs15.4
12220
12221         * src/compose.c
12222                 Fix Sign/Encrypt when unselecting privacy
12223                 system
12224         * src/prefs_common.c
12225                 Change default message font to Monospace
12226         * src/summaryview.c
12227                 More freezing during potentially large operations
12228
12229 2005-02-21 [paul]       1.0.1cvs15.3
12230
12231         * src/main.c
12232                 fix --help output
12233
12234 2005-02-21 [paul]       1.0.1cvs15.2
12235
12236         * po/Makefile.in.in
12237         * src/compose.c
12238         * src/summaryview.c
12239         * src/textview.c
12240         * src/common/utils.c
12241         * src/common/utils.h
12242                 sync with main (revision 117)
12243
12244 2005-02-20 [colin]      1.0.1cvs15.1
12245
12246         * src/common/defs.h
12247                 Change cache file to .sylpheed_claws_cache, as
12248                 suggested by Alfons. Allows people to switch
12249                 between Sylpheed and Sylpheed-Claws. it is
12250                 a good idea to "Check for new messages" at next
12251                 startup.
12252
12253
12254 2005-02-18 [colin]      1.0.1cvs14.1
12255
12256         * src/quote_fmt_lex.l
12257         * src/quote_fmt_parse.y
12258                 Fix parser initialisation. Patch by Ivan.
12259
12260 2005-02-18 [colin]      1.0.1cvs11.6
12261
12262         * src/folderview.c
12263                 Fix scrolldown (bug 662)
12264
12265 2005-02-17 [colin]      1.0.1cvs11.5
12266
12267         * src/codeconv.c
12268                 conv_filename_to_utf8: return clean 7bit instead
12269                 of broken utf8 if needed
12270         * src/mimeview.c
12271                 Fix display of parts with unclean 8bit names
12272
12273 2005-02-17 [paul]       1.0.1cvs11.4
12274
12275         * src/compose.c
12276         * src/exportldif.c
12277         * src/matcher_parser_parse.y
12278         * src/procmime.c
12279         * src/sourcewindow.c
12280         * src/common/Makefile.am
12281         * src/common/intl.h             ** REMOVED **
12282         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12283                 sync with main (revision 109)
12284                 and clean up
12285
12286 2005-02-16 [colin]      1.0.1cvs11.3
12287
12288         * src/summaryview.c
12289                 Fix collapsed thread not highlighting when new
12290                 messages in it (Bug 568) Patch by Stephan Sachse.
12291                 Fix messed up selection when reaching bounds (Bug 632)
12292         * src/prefs_themes.c
12293                 Fix theme installing (Bug 684)
12294
12295 2005-02-16 [colin]      1.0.1cvs11.2
12296
12297         * src/messageview.c
12298                 Fix messageview_select_all
12299
12300 2005-02-16 [colin]      1.0.1cvs11.1
12301
12302         * src/mh.c
12303                 Sync with HEAD (MH scan required function)
12304
12305 2005-02-15 [colin]      1.0.1cvs8.1
12306
12307         * src/mimeview.c
12308         * src/common/utils.c
12309                 Sync with HEAD (filename chars substitution)
12310
12311 2005-02-15 [colin]      1.0.1cvs7.3
12312
12313         * src/gtk/pluginwindow.c
12314                 Fix button spacing
12315
12316 2005-02-15 [colin]      1.0.1cvs7.2
12317
12318         * src/mimeview.c
12319                 Fix mime icons not reset across message when
12320                 scrolled down
12321
12322 2005-02-15 [colin]      1.0.1cvs7.1
12323
12324         * src/compose.c
12325         * src/procmime.c
12326                 Sync with HEAD (optimisation of cvs6)
12327
12328 2005-02-14 [colin]      1.0.1cvs6.1
12329
12330         * src/compose.c
12331         * src/procmime.c
12332                 Sync with HEAD (encode "From " at line beginning)
12333
12334 2005-02-14 [colin]      1.0.1cvs5.3
12335
12336         * src/compose.c
12337                 Fix wrapping with accentued chars.
12338
12339 2005-02-13 [colin]      1.0.1cvs5.2
12340
12341         * src/textview.c
12342                 Fix email informative part parsing with
12343                 accentued chars in it. ispunct() returns
12344                 true for them in utf8...
12345
12346 2005-02-12 [colin]      1.0.1cvs5.1
12347
12348         * src/filtering.c
12349                 Sync with HEAD (remove wrong use of compose after send)
12350
12351 2005-02-12 [paul]       1.0.1cvs4.5
12352
12353         * src/textview.c
12354                 remove unnecessary code (thanks to Alfons)
12355
12356 2005-02-12 [paul]       1.0.1cvs4.4
12357
12358         * src/textview.c
12359                 add 'Copy' to contextual menu on emails
12360
12361 2005-02-11 [colin]      1.0.1cvs4.3
12362
12363         * src/compose.c
12364                 revert 1.0.0cvs28.2, it doesn't work that well.
12365
12366 2005-02-11 [paul]       1.0.1cvs4.2
12367
12368         * po/Makefile.in.in
12369                 fix 'make release'
12370
12371 2005-02-10 [paul]       1.0.1cvs4.1
12372
12373         * ChangeLog
12374         * ChangeLog.claws
12375         * ChangeLog.jp
12376         * configure.ac
12377         * src/compose.c
12378                 sync with HEAD (sync with main)
12379
12380 2005-02-10 [paul]       1.0.1cvs3.2
12381
12382         * AUTHORS
12383         * Makefile.am
12384         * autogen.sh
12385         * configure.ac
12386         * config/mkinstalldirs
12387         * intl/.cvsignore
12388         * intl/ChangeLog
12389         * intl/VERSION
12390         * intl/bindtextdom.c
12391         * intl/config.charset
12392         * intl/dcgettext.c
12393         * intl/dcigettext.c
12394         * intl/dcngettext.c
12395         * intl/dgettext.c
12396         * intl/dngettext.c
12397         * intl/eval-plural.h
12398         * intl/explodename.c
12399         * intl/finddomain.c
12400         * intl/gettext.c
12401         * intl/gettextP.h
12402         * intl/gmo.h
12403         * intl/hash-string.h
12404         * intl/intl-compat.c
12405         * intl/l10nflist.c
12406         * intl/libgnuintl.h.in
12407         * intl/loadinfo.h
12408         * intl/loadmsgcat.c
12409         * intl/localcharset.c
12410         * intl/localcharset.h
12411         * intl/locale.alias
12412         * intl/localealias.c
12413         * intl/localename.c
12414         * intl/log.c
12415         * intl/ngettext.c
12416         * intl/os2compat.c
12417         * intl/os2compat.h
12418         * intl/osdep.c
12419         * intl/plural-exp.c
12420         * intl/plural-exp.h
12421         * intl/plural.c
12422         * intl/plural.y
12423         * intl/ref-add.sin
12424         * intl/ref-del.sin
12425         * intl/relocatable.c
12426         * intl/relocatable.h
12427         * intl/textdomain.c
12428         * m4/Makefile.am
12429         * po/Makefile.in.in
12430         * src/Makefile.am
12431         * src/account.c
12432         * src/action.c
12433         * src/addr_compl.c
12434         * src/addressadd.c
12435         * src/addressbook.c
12436         * src/addrgather.c
12437         * src/addrindex.c
12438         * src/alertpanel.c
12439         * src/browseldap.c
12440         * src/codeconv.c
12441         * src/codeconv.h
12442         * src/compose.c
12443         * src/compose.h
12444         * src/crash.c
12445         * src/editaddress.c
12446         * src/editbook.c
12447         * src/editgroup.c
12448         * src/editjpilot.c
12449         * src/editldap.c
12450         * src/editldap_basedn.c
12451         * src/editvcard.c
12452         * src/exphtmldlg.c
12453         * src/expldifdlg.c
12454         * src/export.c
12455         * src/exporthtml.c
12456         * src/filtering.c
12457         * src/folder.c
12458         * src/folder_item_prefs.c
12459         * src/foldersel.c
12460         * src/folderview.c
12461         * src/grouplistdialog.c
12462         * src/headerview.c
12463         * src/imap.c
12464         * src/imap_gtk.c
12465         * src/import.c
12466         * src/importldif.c
12467         * src/importmutt.c
12468         * src/importpine.c
12469         * src/inc.c
12470         * src/ldif.c
12471         * src/main.c
12472         * src/mainwindow.c
12473         * src/matcher.c
12474         * src/mbox.c
12475         * src/message_search.c
12476         * src/messageview.c
12477         * src/mh.c
12478         * src/mh_gtk.c
12479         * src/mimeview.c
12480         * src/msgcache.c
12481         * src/news.c
12482         * src/news_gtk.c
12483         * src/noticeview.c
12484         * src/partial_download.c
12485         * src/pop.c
12486         * src/prefs_account.c
12487         * src/prefs_actions.c
12488         * src/prefs_common.c
12489         * src/prefs_customheader.c
12490         * src/prefs_display_header.c
12491         * src/prefs_ext_prog.c
12492         * src/prefs_filtering.c
12493         * src/prefs_filtering_action.c
12494         * src/prefs_folder_item.c
12495         * src/prefs_fonts.c
12496         * src/prefs_gtk.c
12497         * src/prefs_matcher.c
12498         * src/prefs_msg_colors.c
12499         * src/prefs_spelling.c
12500         * src/prefs_summary_column.c
12501         * src/prefs_template.c
12502         * src/prefs_themes.c
12503         * src/prefs_toolbar.c
12504         * src/prefs_wrapping.c
12505         * src/privacy.c
12506         * src/procheader.c
12507         * src/procmime.c
12508         * src/procmsg.c
12509         * src/quote_fmt.c
12510         * src/recv.c
12511         * src/send_message.c
12512         * src/setup.c
12513         * src/sourcewindow.c
12514         * src/ssl_manager.c
12515         * src/statusbar.c
12516         * src/summary_search.c
12517         * src/summaryview.c
12518         * src/textview.c
12519         * src/toolbar.c
12520         * src/wizard.c
12521         * src/common/nntp.c
12522         * src/common/plugin.c
12523         * src/common/smtp.c
12524         * src/common/ssl.c
12525         * src/common/ssl_certificate.c
12526         * src/common/string_match.c
12527         * src/common/sylpheed.c
12528         * src/common/template.c
12529         * src/common/utils.c
12530         * src/gtk/about.c
12531         * src/gtk/colorlabel.c
12532         * src/gtk/description_window.c
12533         * src/gtk/filesel.c
12534         * src/gtk/foldersort.c
12535         * src/gtk/gtkaspell.c
12536         * src/gtk/gtkutils.c
12537         * src/gtk/inputdialog.c
12538         * src/gtk/logwindow.c
12539         * src/gtk/menu.c
12540         * src/gtk/pluginwindow.c
12541         * src/gtk/prefswindow.c
12542         * src/gtk/progressdialog.c
12543         * src/gtk/quicksearch.c
12544         * src/gtk/sslcertwindow.c
12545         * src/plugins/clamav/clamav_plugin.c
12546         * src/plugins/clamav/clamav_plugin_gtk.c
12547         * src/plugins/demo/demo.c
12548         * src/plugins/dillo_viewer/dillo_prefs.c
12549         * src/plugins/dillo_viewer/dillo_viewer.c
12550         * src/plugins/image_viewer/plugin.c
12551         * src/plugins/image_viewer/viewer.c
12552         * src/plugins/image_viewer/viewerprefs.c
12553         * src/plugins/mathml_viewer/mathml_viewer.c
12554         * src/plugins/pgpmime/passphrase.c
12555         * src/plugins/pgpmime/plugin.c
12556         * src/plugins/pgpmime/prefs_gpg.c
12557         * src/plugins/pgpmime/select-keys.c
12558         * src/plugins/pgpmime/sgpgme.c
12559         * src/plugins/spamassassin/spamassassin.c
12560         * src/plugins/spamassassin/spamassassin_gtk.c
12561         * src/plugins/trayicon/trayicon.c
12562                 sync with main (revision 104)
12563
12564 2005-02-10 [colin]      1.0.1cvs3.1
12565
12566         * src/mainwindow.c
12567                 Sync with HEAD (fix occasional crasher)
12568
12569 2005-02-10 [colin]      1.0.1cvs2.1
12570
12571         * src/messageview.c
12572                 Synw with HEAD (don't automatically display html)
12573
12574 2005-02-09 [colin]      1.0.1cvs1.3
12575
12576         * src/textview.c
12577         * src/textview.h
12578                 Add contextual menu on emails
12579
12580 2005-02-09 [colin]      1.0.1cvs1.2
12581
12582         * src/codeconv.c
12583                 Fix converting from broken headers and 
12584                 put back the _ in missing places
12585                 (feature broke with cvs24.2 sync, main 
12586                  possibly affected?)
12587
12588 2005-02-09 [colin]      1.0.1cvs1.1
12589
12590         * src/messageview.c
12591         * src/mimeview.c
12592         * src/mimeview.h
12593                 Sync with HEAD (display non text/plain mails with plugin)
12594
12595 2005-02-08 [colin]      1.0.1.1
12596
12597         * ChangeLog.claws
12598         * po/pt_BR.po
12599                 Sync with HEAD
12600         * configure.ac
12601                 Make default configuration directory 
12602                 be .sylpheed-gtk2
12603
12604 2005-02-08 [colin]      1.0.0cvs29.1
12605
12606         * po/de.po
12607         * po/es.po
12608         * po/fr.po
12609         * po/it.po
12610         * po/sk.po
12611         * po/sr.po
12612                 Sync translations with HEAD
12613
12614 2005-02-06 [colin]      1.0.0cvs28.3
12615
12616         * src/compose.c
12617                 Make compose a bit faster - patch by Alfons.
12618
12619 2005-02-06 [colin]      1.0.0cvs28.2
12620
12621         * src/compose.c
12622                 Make pasting via middle-click more reliable
12623
12624 2005-02-05 [paul]       1.0.0cvs28.1
12625
12626         * ChangeLog
12627         * ChangeLog.claws
12628         * ChangeLog.jp
12629         * configure.ac
12630         * src/compose.c
12631                 sync with HEAD
12632                 (fix bug 682 'redirect is broken'
12633
12634 2005-02-05 [torte]      1.0.0cvs27.1
12635
12636         * ChangeLog.claws
12637         * configure.ac
12638         * src/partial_download.c
12639                 Sync with HEAD (fix buf overflow)
12640
12641 2005-02-03 [colin]      1.0.0cvs26.1
12642
12643         * src/common/plugin.c
12644                 Sync with HEAD (avoid plugin mismatches)
12645
12646 2005-02-03 [paul]       1.0.0cvs25.3
12647
12648         * src/folderview.c
12649         * src/headerview.c
12650         * src/summaryview.c
12651         * src/textview.c
12652         * src/gtk/colorlabel.c
12653                 third and final part of initial sync with main-gtk2
12654
12655 2005-02-03 [paul]       1.0.0cvs25.2
12656
12657         * src/jpilot.c
12658                 fix building with jpilot support
12659
12660 2005-02-02 [colin]      1.0.0cvs25.1
12661
12662         * src/messageview.c
12663                 Sync with HEAD (fix dangerous typo)
12664
12665 2005-02-01 [colin]      1.0.0cvs24.3
12666
12667         * src/common/xml.c
12668                 Write file as advertised (UTF-8)
12669
12670 2005-02-01 [paul]       1.0.0cvs24.2
12671
12672         * src/addrbook.c
12673         * src/addrindex.c
12674         * src/alertpanel.h
12675         * src/codeconv.c
12676         * src/codeconv.h
12677         * src/compose.c
12678         * src/export.c
12679         * src/folder_item_prefs.c
12680         * src/html.c
12681         * src/imap.c
12682         * src/import.c
12683         * src/jpilot.c
12684         * src/mainwindow.c
12685         * src/matcher_parser_lex.l
12686         * src/messageview.c
12687         * src/mh.c
12688         * src/prefs_account.c
12689         * src/prefs_actions.c
12690         * src/prefs_common.c
12691         * src/prefs_gtk.c
12692         * src/prefs_gtk.h
12693         * src/prefs_themes.c
12694         * src/procheader.c
12695         * src/procmime.c
12696         * src/sourcewindow.c
12697         * src/statusbar.c
12698         * src/summaryview.c
12699         * src/textview.c
12700         * src/toolbar.c
12701         * src/unmime.c
12702         * src/common/template.c
12703         * src/common/utils.c
12704         * src/common/xml.c
12705         * src/common/xml.h
12706         * src/gtk/gtkaspell.c
12707         * src/plugins/clamav/clamav_plugin.c
12708         * src/plugins/dillo_viewer/dillo_prefs.c
12709         * src/plugins/image_viewer/viewerprefs.c
12710         * src/plugins/pgpmime/passphrase.c
12711         * src/plugins/pgpmime/prefs_gpg.c
12712         * src/plugins/pgpmime/select-keys.c
12713         * src/plugins/spamassassin/spamassassin.c
12714                 second part of initial sync with main-gtk2
12715                 (more to follow)
12716
12717 2005-01-31 [colin]      1.0.0cvs24.1
12718
12719         * src/compose.c
12720                 Sync with HEAD
12721
12722 2005-01-29 [paul]       1.0.0cvs23.2
12723
12724         * src/account.c
12725         * src/action.c
12726         * src/addressadd.c
12727         * src/addressbook.c
12728         * src/alertpanel.c
12729         * src/compose.c
12730         * src/editaddress.c
12731         * src/editbook.c
12732         * src/editgroup.c
12733         * src/editjpilot.c
12734         * src/editldap.c
12735         * src/editldap_basedn.c
12736         * src/editvcard.c
12737         * src/export.c
12738         * src/foldersel.c
12739         * src/grouplistdialog.c
12740         * src/import.c
12741         * src/importldif.c
12742         * src/inc.c
12743         * src/main.c
12744         * src/mainwindow.c
12745         * src/message_search.c
12746         * src/messageview.c
12747         * src/mimeview.c
12748         * src/prefs_actions.c
12749         * src/prefs_common.c
12750         * src/prefs_common.h
12751         * src/prefs_customheader.c
12752         * src/prefs_display_header.c
12753         * src/prefs_filtering.c
12754         * src/prefs_filtering_action.c
12755         * src/prefs_gtk.c
12756         * src/prefs_matcher.c
12757         * src/prefs_summary_column.c
12758         * src/prefs_template.c
12759         * src/sourcewindow.c
12760         * src/summary_search.c
12761         * src/summaryview.c
12762         * src/textview.c
12763         * src/gtk/about.c
12764         * src/gtk/description_window.c
12765         * src/gtk/gtkshruler.c
12766         * src/gtk/gtkutils.c
12767         * src/gtk/gtkutils.h
12768         * src/gtk/inputdialog.c
12769         * src/gtk/logwindow.c
12770         * src/gtk/prefswindow.c
12771         * src/gtk/progressdialog.c
12772         * src/gtk/progressdialog.h
12773                 first part of initial sync with main-gtk2
12774                 (more to follow)
12775
12776 2005-01-28 [colin]      1.0.0cvs23.1
12777
12778         * src/folderview.c
12779                 Sync with HEAD
12780
12781 2005-01-27 [colin]      1.0.0cvs21.1
12782
12783         * src/folder.c
12784         * src/folderview.c
12785                 Sync with HEAD
12786
12787 2005-01-27 [colin]      1.0.0cvs19.1
12788
12789         * src/procmime.c
12790                 Sync with HEAD
12791
12792 2005-01-27 [colin]      1.0.0cvs18.1
12793
12794         * src/messageview.c
12795         * src/summaryview.c
12796         * src/mainwindow.c
12797         * src/compose.c
12798         * src/compose.h
12799         * src/procmsg.c
12800         * src/procmsg.h
12801         * src/toolbar.c
12802                 Sync with HEAD
12803
12804 2005-01-26 [paul]       1.0.0cvs15.2
12805
12806         * src/compose.c
12807                 compose_entries_set(): convert subject and body to
12808                 utf8 if necessary. patch by Felix Eckhofer
12809
12810 2005-01-26 [paul]       1.0.0cvs15.1
12811
12812         * configure.ac
12813         * src/common/template.c
12814                 sync with HEAD (fix memory leak)
12815
12816 2005-01-25 [paul]       1.0.0cvs14.1
12817
12818         * configure.ac
12819         * src/compose.c
12820                 sync with HEAD
12821
12822 2005-01-24 [colin]      1.0.0cvs13.1
12823
12824         * src/summaryview.c
12825                 Sync with HEAD
12826
12827 2005-01-24 [paul]       1.0.0cvs12.1
12828
12829         * configure.ac
12830         * src/messageview.c
12831         * src/mh.c
12832         * src/common/utils.c
12833                 sync with HEAD
12834
12835 2005-01-24 [colin]      1.0.0cvs11.1
12836
12837         * src/procheader.c
12838                 Sync with HEAD
12839
12840 2005-01-24 [colin]      1.0.0cvs10.1
12841
12842         * src/folderview.c
12843                 Sync with HEAD
12844
12845 2005-01-23 [colin]      1.0.0cvs9.1
12846
12847         * src/crash.c
12848                 Sync with HEAD
12849
12850 2005-01-22 [colin]      1.0.0cvs8.1
12851
12852         * src/summaryview.c
12853         * src/gtk/quicksearch.c
12854                 Sync with HEAD
12855
12856 2005-01-21 [colin]      1.0.0cvs7.1
12857
12858         * src/summaryview.c
12859                 Sync with HEAD
12860
12861 2005-01-21 [colin]      1.0.0cvs6.1
12862
12863         * src/summaryview.c
12864                 Sync with HEAD
12865
12866 2005-01-21 [colin]      1.0.0cvs5.1
12867
12868         * src/gtk/quicksearch.c
12869         * src/prefs_common.c
12870         * src/prefs_common.h
12871                 Sync with HEAD (recurse option)
12872
12873 2005-01-21 [colin]      1.0.0cvs4.1
12874
12875         * src/folder.h
12876         * src/folderview.c
12877         * src/folderview.h
12878         * src/summaryview.c
12879         * src/gtk/quicksearch.c
12880         * src/gtk/quicksearch.h
12881                 Sync with HEAD (recursive quicksearch)
12882
12883 2005-01-20 [colin]      1.0.0cvs3.4
12884
12885         * src/ssl_manager.c
12886                 Remove useless code
12887
12888 2005-01-20 [colin]      1.0.0cvs3.3
12889
12890         * src/ssl_manager.c
12891                 Fix leak, thanks to Alfons.
12892
12893 2005-01-20 [colin]      1.0.0cvs3.2
12894
12895         * src/ssl_manager.c
12896                 Port SSL certificate window to GTK2.
12897
12898 2005-01-20 [paul]       1.0.0cvs3.1
12899
12900         * ChangeLog.claws
12901         * configure.ac
12902         * src/addrindex.c
12903         * src/addrindex.h
12904                 sync with HEAD
12905
12906 2005-01-19 [colin]      1.0.0cvs2.2
12907
12908         * src/plugins/trayicon/trayicon.c
12909                 Fix freeze with gtk-2.6, the easy way
12910                 (signal blocking helpless there...)
12911                 Closes bug #668.
12912
12913 2005-01-19 [colin]      1.0.0cvs2.1
12914
12915         * src/mbox.c
12916         * src/mbox.h
12917         * src/mainwindow.c
12918         * src/summaryview.c
12919         * src/summaryview.h
12920                 Sync with HEAD
12921
12922 2005-01-19 [paul]       1.0.0cvs1.1
12923
12924         * configure.ac
12925         * po/de.po
12926         * po/es.po
12927         * po/fr.po
12928         * po/hr.po
12929         * po/it.po
12930         * po/ja.po
12931         * po/ko.po
12932         * po/pt_BR.po
12933         * po/ru.po
12934         * po/sk.po
12935         * po/sr.po
12936                 sync with HEAD (update translations)
12937
12938 2005-01-18 [colin]      1.0.0cvs0.1
12939
12940         * src/foldersel.c
12941                 Specify search column - patch by Alfons
12942
12943 2005-01-18 [colin]      0.9.13cvs36.3
12944
12945         * src/prefs_toolbar.c
12946                 Change Delete to Remove
12947         * src/prefs_fonts.c
12948                 GTK2 version and leak fixes
12949         * src/prefs_actions.c
12950                 Add stock buttons.
12951                 All patches by Alfons
12952
12953 2005-01-17 [colin]      0.9.13cvs36.2
12954
12955         * src/compose.c
12956                 Fix DnD inserting twice. While at it,
12957                 add DnD support for text/plain in the
12958                 body, and add support in the headers.
12959
12960 2005-01-16 [colin]      0.9.13cvs36.1
12961
12962         * ChangeLog
12963         * ChangeLog.jp
12964         * ChangeLog.claws
12965                 Sync with HEAD (nothing applicable)
12966
12967 2005-01-16 [colin]      0.9.13cvs33.2
12968
12969         * src/prefs_toolbar.c
12970                 GTK2ize prefs_toolbar, by Alfons.
12971
12972 2005-01-14 [colin]      0.9.13cvs33.1
12973
12974         * src/html.c
12975         * src/msgcache.c
12976                 Sync with HEAD
12977
12978 2005-01-14 [colin]      0.9.13cvs32.1
12979
12980         * src/html.c
12981         * src/html.h
12982         * src/msgcache.c
12983         * AUTHORS
12984         * tools/calypso_convert.pl
12985                 Sync with HEAD
12986
12987 2005-01-08 [colin]      0.9.13cvs29.2
12988
12989         * src/prefs_filtering_action.c
12990         * src/prefs_filtering.c
12991                 2 more gtk2 patches by Alfons
12992
12993 2005-01-07 [paul]       0.9.13cvs29.1
12994
12995         * ChangeLog
12996         * ChangeLog.claws
12997         * ChangeLog.jp
12998         * configure.ac
12999         * src/pop.c
13000         * src/pop.h
13001                 sync with HEAD
13002
13003 2005-01-07 [colin]      0.9.13cvs28.3
13004
13005         * src/gtk/progressdialog.c
13006         * src/gtk/progressdialog.h
13007         * src/inc.c
13008         * src/send_message.c
13009                 GTK2 for the incorporation dialog. The CList isn't dead
13010                 yet, for a more smooth migration. Patch by Alfons.
13011
13012 2005-01-06 [colin]      0.9.13cvs28.2
13013
13014         * src/prefs_display_header.c
13015                 GTK2 conversion by Alfons
13016         * src/prefs_actions.c
13017         * src/prefs_matcher.c
13018                 Fix 2 leaks - patch by Alfons
13019
13020 2005-01-06 [colin]      0.9.13cvs28.1
13021
13022         * src/prefs_matcher.c
13023                 Sync with HEAD
13024
13025 2005-01-06 [colin]      0.9.13cvs27.4
13026
13027         * src/prefs_matcher.c
13028                 Fix double-free. Patch by Alfons
13029
13030 2005-01-06 [colin]      0.9.13cvs27.3
13031
13032         * src/prefs_matcher.c
13033                 GTK2 widgets + memleak
13034                 Patch by Alfons
13035
13036 2005-01-05 [colin]      0.9.13cvs27.2
13037
13038         * src/account.c
13039         * src/addr_compl.c
13040         * src/foldersel.c
13041         * src/stock_pixmap.c
13042         * src/stock_pixmap.h
13043                 3 more GTK2 patches by Alfons.
13044
13045 2005-01-04 [colin]      0.9.13cvs27.1
13046
13047         * src/folderview.c
13048         * src/imap_gtk.c
13049         * src/news_gtk.c
13050                 Sync with HEAD
13051
13052 2005-01-04 [colin]      0.9.13cvs25.9
13053
13054         * src/compose.c
13055                 Fix Show Ruler menuitem
13056         * src/prefs_template.c
13057                 Convert to GTK2
13058         * src/common/utils.c
13059                 Make auto pointer stuff handles NULLs
13060                 Patches by Alfons.
13061
13062 2005-01-04 [colin]      0.9.13cvs25.8
13063
13064         * src/compose.c
13065                 Move the attachment list to gtk2
13066                 Patch by Alfons.
13067
13068 2005-01-04 [colin]      0.9.13cvs25.7
13069
13070         * src/textview.c
13071                 Make some keys work again
13072                 Patch by SungHyun Nam <namsh@kldp.org>
13073
13074 2005-01-04 [colin]      0.9.13cvs25.6
13075
13076         * src/gtk/gtkshruler.c
13077                 Move the ruler to GTK2
13078                 Patch by Alfons
13079
13080 2005-01-03 [colin]      0.9.13cvs25.5
13081
13082         * src/compose.c
13083                 Fix my broken patch apply 
13084
13085 2005-01-03 [colin]      0.9.13cvs25.4
13086
13087         * src/common/utils.c
13088         * src/common/utils.h
13089         * src/gtk/prefswindow.c
13090                 Move auto pointer stuff to utils.c
13091                 Patch by Alfons again :)
13092
13093 2005-01-03 [colin]      0.9.13cvs25.3
13094
13095         * src/compose.c
13096         * src/prefs_gtk.c
13097         * src/prefs_template.c
13098         * src/textview.c
13099                 Empty text widgets with empty strings, not NULL char
13100                 Patch by SungHyun Nam <namsh@kldp_org>
13101
13102 2005-01-03 [colin]      0.9.13cvs25.2
13103
13104         * src/main.c
13105         * AUTHORS
13106                 Sync with HEAD
13107
13108 2005-01-03 [colin]      0.9.13cvs25.1
13109
13110         * src/pop.c
13111         * src/pop.h
13112                 Sync with HEAD
13113
13114 2005-01-03 [colin]      0.9.13cvs24.3
13115
13116         * src/account.c
13117                 Two patches from Alfons and Alex S Moore:
13118                 fix images, fix return value.
13119
13120 2005-01-01 [colin]      0.9.13cvs24.2
13121
13122         * src/prefs_actions.c
13123                 Fix over-zealous assertion. Patch by Alfons
13124
13125 2005-01-01 [colin]      0.9.13cvs24.1
13126
13127         * src/procmime.c
13128                 Sync with HEAD (leak fix)
13129
13130 2004-12-31 [colin]      0.9.13cvs23.2
13131
13132         * src/prefs_common.c
13133                 GTK2 widgets + stock buttons - patch by Alfons
13134
13135 2004-12-31 [paul]       0.9.13cvs23.1
13136
13137         * configure.ac
13138                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13139         * src/gtk/pluginwindow.c
13140                 use GTK2 widgets and plug memory leaks,
13141                 patches by Alfons
13142
13143 2004-12-30 [colin]      0.9.13cvs22.4
13144
13145         * src/account.c
13146         * src/action.c
13147         * src/export.c
13148         * src/foldersel.c
13149         * src/import.c
13150         * src/message_search.c
13151         * src/prefs_actions.c
13152         * src/prefs_common.c
13153         * src/prefs_customheader.c
13154         * src/prefs_filtering.c
13155         * src/prefs_summary_column.c
13156         * src/summary_search.c
13157         * src/gtk/about.c
13158         * src/gtk/description_window.c
13159         * src/gtk/gtkutils.c
13160         * src/gtk/gtkutils.h
13161         * src/gtk/inputdialog.c
13162         * src/gtk/prefswindow.c
13163                 Use GTK2 stock buttons. Patches by Alfons.
13164
13165 2004-12-30 [colin]      0.9.13cvs22.3
13166
13167         * src/account.c
13168                 Sync with HEAD
13169         * src/prefs_actions.c
13170         * src/prefs_customheader.c
13171         * src/prefs_filtering.c
13172         * src/prefs_msg_colors.c
13173         * src/prefs_summary_column.c
13174         * src/gtk/prefswindow.c
13175                 Use GtkTreeView instead of deprecated 
13176                 widgets. Patches by Alfons.
13177
13178 2004-12-30 [paul]       0.9.13cvs22.2
13179
13180         * src/foldersel.c
13181                 use GTK 2 Tree View
13182                 patch by Alfons, with root folder sorting fix
13183                 by Stephan Sachse
13184
13185 2004-12-30 [paul]       0.9.13cvs22.1
13186
13187         * ChangeLog
13188         * ChangeLog.claws
13189         * ChangeLog.jp
13190         * NEWS
13191         * configure.ac
13192         * src/account.c
13193                 sync with HEAD
13194
13195 2004-12-22 [martin]     0.9.13cvs21.2
13196
13197         * src/action.c
13198                 free the command line after its use
13199
13200 2004-12-18 [paul]       0.9.13cvs21.1
13201
13202         * AUTHORS
13203         * ChangeLog
13204         * ChangeLog.claws
13205         * ChangeLog.jp
13206         * NEWS
13207         * configure.ac
13208         * src/action.c
13209         * src/compose.c
13210         * src/syldap.c
13211                 sync with HEAD
13212
13213 2004-12-17 [martin]     0.9.13cvs17.2
13214
13215         * src/action.c
13216                 convert actions input to locale
13217         * src/inc.c
13218                 convert notification command to locale
13219         * src/plugins/pgpmime/select-keys.c
13220                 convert attributes to utf8
13221
13222 2004-12-14 [colin]      0.9.13cvs17.1
13223
13224         * ChangeLog
13225         * ChangeLog.jp
13226         * ChangeLog.claws
13227         * src/action.c
13228         * src/common/utils.c
13229         * src/gtk/prefswindow.c
13230         * src/gtk/gtkutils.c
13231         * src/gtk/gtkutils.h
13232         * src/plugins/spamassassin/libspamc.c
13233                 Sync with HEAD
13234
13235 2004-12-13 [colin]      0.9.13cvs14.1
13236
13237         * src/quote_fmt_parse.y
13238                 Sync with HEAD
13239
13240 2004-12-10 [colin]      0.9.13cvs12.1
13241
13242         * src/prefs_themes.c
13243         * src/mainwindow.c
13244         * src/messageview.c
13245                 Sync with HEAD
13246
13247 2004-12-09 [colin]      0.9.13cvs10.1
13248
13249         * src/procmime.c
13250                 Sync with HEAD (fix B64 encoding from memory)
13251
13252 2004-12-08 [colin]      0.9.13cvs9.1
13253
13254         * src/gtk/colorlabel.c
13255                 Sync with HEAD
13256
13257 2004-12-08 [paul]       0.9.13cvs8.2
13258
13259         * src/gtk/pluginwindow.c
13260                 fix window resizing oddities
13261
13262 2004-12-08 [colin]      0.9.13cvs8.1
13263
13264         * src/quote_fmt_parse.y
13265                 Sync with HEAD
13266
13267 2004-12-08 [colin]      0.9.13cvs7.1
13268
13269         * src/matcher_parser_parse.y
13270         * src/msgcache.c
13271         * src/prefs_matcher.c
13272         * src/procheader.c
13273         * src/matcher.c
13274         * src/common/defs.h
13275         * po/sr.po
13276                 Sync with HEAD
13277
13278 2004-12-08 [colin]      0.9.13cvs6.1
13279
13280         * src/quote_fmt_parse.y
13281         * src/textview.c
13282                 Sync with HEAD
13283         * src/gtk/prefswindow.c
13284         * src/gtk/pluginwindow.c
13285                 Fix G_CALLBACKS protos (thanks to Alfons)
13286
13287 2004-12-07 [torte]      0.9.13cvs2.2
13288
13289         * src/procmime.c
13290                 [Bug 650] reply button causes crash
13291                 Thanks to David Relson and Christoph
13292
13293 2004-12-07 [colin]      0.9.13cvs2.1
13294
13295         * ChangeLog.claws
13296         * AUTHORS
13297         * po/sk.po
13298         * src/procmime.c
13299         * src/prefs_account.c
13300         * src/common/smtp.c
13301         * src/common/smtp.h
13302                 Sync with HEAD
13303
13304 2004-12-06 [colin]      0.9.12cvs187.1
13305
13306         * ChangeLog.claws
13307         * INSTALL
13308         * Makefile.am
13309         * README.claws
13310         * TODO.claws
13311         * configure.ac
13312         * po/bg.po
13313         * po/cs.po
13314         * po/el.po
13315         * po/en_GB.po
13316         * po/es.po
13317         * po/fr.po
13318         * po/hr.po
13319         * po/hu.po
13320         * po/it.po
13321         * po/ja.po
13322         * po/ko.po
13323         * po/nl.po
13324         * po/pl.po
13325         * po/pt_BR.po
13326         * po/ru.po
13327         * po/sk.po
13328         * po/sr.po
13329         * po/sv.po
13330         * po/zh_CN.po
13331         * po/zh_TW.Big5.po
13332         * src/compose.c
13333         * tools/Makefile.am
13334         * tools/README
13335         * tools/filter_conv.pl
13336         * tools/kdeservicemenu/README
13337         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13338         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13339                 Sync with HEAD
13340
13341 2004-12-04 [colin]      0.9.12cvs183.1
13342
13343         * src/compose.c
13344                 Sync with HEAD (compose window position saving)
13345
13346 2004-12-04 [paul]       0.9.12cvs182.3
13347
13348         * src/messageview.c
13349         * src/mimeview.c
13350         * src/prefs_customheader.c
13351         * src/gtk/quicksearch.c
13352                 replace some forgotten GTK_SIGNAL_FUNCs
13353
13354 2004-12-04 [paul]       0.9.12cvs182.2
13355
13356         * src/Makefile.am
13357                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13358                 committed in error      
13359
13360 2004-12-04 [paul]       0.9.12cvs182.1
13361
13362         * ChangeLog
13363         * ChangeLog.claws
13364         * ChangeLog.jp
13365         * INSTALL
13366         * NEWS
13367         * README
13368         * README.jp
13369         * configure.ac
13370         * doc/manual/ja/Makefile.am
13371         * doc/manual/ja/sylpheed-1.html
13372         * doc/manual/ja/sylpheed-10.html
13373         * doc/manual/ja/sylpheed-11.html
13374         * doc/manual/ja/sylpheed-12.html
13375         * doc/manual/ja/sylpheed-13.html
13376         * doc/manual/ja/sylpheed-14.html
13377         * doc/manual/ja/sylpheed-15.html
13378         * doc/manual/ja/sylpheed-16.html
13379         * doc/manual/ja/sylpheed-17.html
13380         * doc/manual/ja/sylpheed-18.html
13381         * doc/manual/ja/sylpheed-19.html
13382         * doc/manual/ja/sylpheed-2.html
13383         * doc/manual/ja/sylpheed-20.html
13384         * doc/manual/ja/sylpheed-3.html
13385         * doc/manual/ja/sylpheed-4.html
13386         * doc/manual/ja/sylpheed-5.html
13387         * doc/manual/ja/sylpheed-6.html
13388         * doc/manual/ja/sylpheed-7.html
13389         * doc/manual/ja/sylpheed-8.html
13390         * doc/manual/ja/sylpheed-9.html
13391         * doc/manual/ja/sylpheed.html
13392         * doc/manual/ja/sylpheed.sgml
13393         * po/de.po
13394         * src/Makefile.am
13395         * src/compose.c
13396         * src/procmime.c
13397         * src/pixmaps/regular.xpm **REMOVED**
13398         * src/plugins/pgpmime/pgpmime.c
13399         * src/plugins/pgpmime/plugin.c
13400         * src/plugins/pgpmime/prefs_gpg.c
13401                 sync with HEAD
13402
13403 2004-12-03 [paul]       0.9.12cvs180.1
13404
13405         * ChangeLog
13406         * ChangeLog.claws
13407         * ChangeLog.jp
13408         * configure.ac
13409         * src/Makefile.am
13410         * src/pop.c
13411         * src/common/utils.c
13412         * src/common/utils.h
13413         * src/pixmaps/continue.xpm
13414         * src/pixmaps/dir_close.xpm
13415         * src/pixmaps/dir_open.xpm
13416         * src/pixmaps/drafts_close.xpm
13417         * src/pixmaps/drafts_open.xpm
13418         * src/pixmaps/folder.xpm **REMOVED**
13419         * src/pixmaps/group.xpm
13420         * src/pixmaps/unread.xpm
13421                 sync with HEAD
13422
13423 2004-12-02 [colin]      0.9.12cvs179.1
13424
13425         * src/compose.c
13426                 Sync with HEAD (non-duplicated reedition)
13427
13428 2004-12-02 [colin]      0.9.12cvs178.1
13429
13430         * src/compose.c
13431                 Sync with HEAD (linewrap_quote fix)
13432
13433 2004-12-01 [colin]      0.9.12cvs177.3
13434
13435         * src/addrharvest.c
13436                 Replace sizeof with strlen
13437
13438 2004-12-01 [paul]       0.9.12cvs177.2
13439
13440         * src/addrharvest.c
13441                 fix 'harvest addresses'
13442
13443 2004-11-30 [colin]      0.9.12cvs177.1
13444
13445         * src/gtk/prefswindow.c
13446         * src/gtk/pluginwindow.c
13447                 Sync with HEAD
13448
13449 2004-11-29 [colin]      0.9.12cvs176.1
13450
13451         * src/folderview.c
13452                 sync with HEAD (Fix disappearing separators in folderview's popup)
13453
13454 2004-11-29 [colin]      0.9.12cvs175.1
13455
13456         * src/procmime.c
13457                 Sync with head (another format fix)
13458
13459 2004-11-29 [colin]      0.9.12cvs174.1
13460
13461         * src/pop.c
13462                 Sync with HEAD (format string fix)
13463
13464 2004-11-26 [colin]      0.9.12cvs173.1
13465
13466         * src/common/smtp.c
13467         * src/common/smtp.h
13468                 Sync with HEAD
13469
13470 2004-11-24 [colin]      0.9.12cvs172.1
13471
13472         * src/plugins/pgpmime/pgpmime.c
13473                 Sync with HEAD
13474
13475 2004-11-24 [colin]      0.9.12cvs171.1
13476
13477         * src/plugins/pgpmime/pgpmime.c
13478                 Sync with head (gpgmectx leaks)
13479
13480 2004-11-24 [colin]      0.9.12cvs169.1
13481
13482         * src/plugins/pgpmime/plugin.c
13483         * src/plugins/trayicon/Makefile.am
13484         * src/plugins/trayicon/newmarkedmail.xpm
13485         * src/plugins/trayicon/trayicon.c
13486         * src/plugins/trayicon/unreadmarkedmail.xpm
13487                 Sync with HEAD
13488
13489 2004-11-23 [colin]      0.9.12cvs168.1
13490
13491         * src/partial_download.c
13492         * src/partial_download.h
13493         * src/plugins/pgpmime/plugin.c
13494                 Sync with HEAD
13495
13496 2004-11-23 [colin]      0.9.12cvs166.1
13497
13498         * src/Makefile.am
13499         * src/codeconv.c
13500         * src/compose.c
13501         * src/folderview.c
13502         * src/main.c
13503         * src/partial_download.c
13504         * src/partial_download.h
13505         * src/prefs_account.c
13506         * src/prefs_account.h
13507         * src/privacy.c
13508         * src/privacy.h
13509         * src/procmime.c
13510         * src/common/Makefile.am
13511         * src/common/base64.h
13512         * src/common/partial_download.c
13513         * src/common/partial_download.h
13514         * src/gtk/prefswindow.c
13515         * src/gtk/prefswindow.h
13516         * src/plugins/pgpmime/pgpmime.c
13517         * src/plugins/pgpmime/prefs_gpg.c
13518         * src/plugins/pgpmime/prefs_gpg.h
13519         * src/plugins/pgpmime/sgpgme.c
13520         * src/plugins/pgpmime/sgpgme.h
13521                 Sync with HEAD
13522
13523 2004-11-23 [colin]      0.9.12cvs163.1
13524
13525         * src/main.c
13526                 Sync with HEAD (cursor optimization)
13527
13528 2004-11-23 [colin]      0.9.12cvs162.1
13529
13530         * src/prefs_common.c
13531         * src/prefs_themes.c
13532         * src/procmsg.c
13533                 Sync with HEAD
13534
13535 2004-11-23 [colin]      0.9.12cvs158.9
13536
13537         * src/compose.c
13538                 Fix double-free when forwarding
13539         * src/msgcache.c
13540                 Fix leak on error path
13541                 
13542
13543 2004-11-23 [colin]      0.9.12cvs158.8
13544
13545         * src/compose.c
13546                 Fix possible double-free
13547                 Spotted by Alfons
13548
13549 2004-11-23 [colin]      0.9.12cvs158.7
13550
13551         * src/compose.c
13552                 Fix some signal handlers' prototypes
13553                 Spotted by Alfons
13554
13555 2004-11-22 [colin]      0.9.12cvs158.6
13556
13557         * src/compose.c
13558                 Remove unneeded code and duplicated
13559                 wrapping - patch by Alfons
13560
13561 2004-11-22 [colin]      0.9.12cvs158.5
13562
13563         * src/prefs_themes.c
13564                 Fix oversized selector
13565
13566 2004-11-22 [colin]      0.9.12cvs158.4
13567
13568         * src/compose.c
13569                 fix dump_text()
13570                 patch by Alfons
13571
13572 2004-11-19 [colin]      0.9.12cvs158.3
13573
13574         * src/textview.c
13575                 Add a context menu on links (open, copy)
13576
13577 2004-11-18 [paul]       0.9.12cvs158.2
13578
13579         * src/addrgather.c
13580         * src/exphtmldlg.c
13581         * src/expldifdlg.c
13582         * src/mimeview.c
13583         * src/prefs_common.c
13584         * src/plugins/image_viewer/viewer.c
13585         * src/plugins/spamassassin/spamassassin_gtk.c
13586                 replace deprecated gtk_notebook_set_page
13587                 and gtk_notebook_current_page
13588
13589 2004-11-18 [paul]       0.9.12cvs158.1
13590
13591         * configure.ac
13592         * src/compose.c
13593         * src/mainwindow.c
13594         * src/messageview.c
13595         * src/prefs_common.c
13596         * src/common/utils.c
13597         * src/common/utils.h
13598                 sync with HEAD
13599
13600 2004-11-17 [colin]      0.9.12cvs156.1
13601
13602         * src/prefs_account.c
13603         * src/prefs_account.h
13604         * src/procmsg.c
13605                 Sync with HEAD (add pref to store encrypted mails encrypted)
13606
13607 2004-11-17 [paul]       0.9.12cvs155.1
13608
13609         * ChangeLog
13610         * ChangeLog.claws
13611         * ChangeLog.jp
13612         * NEWS
13613         * configure.ac
13614         * src/compose.c
13615         * src/jpilot.c
13616         * src/privacy.c
13617         * src/procmime.c
13618         * src/procmime.h
13619         * src/procmsg.c
13620         * src/toolbar.c
13621         * src/pixmaps/error.xpm
13622                 sync with HEAD
13623
13624 2004-11-17 [colin]      0.9.12cvs151.1
13625
13626         * src/plugins/pgpmime/pgpmime.c
13627                 Sync with HEAD (remove debug printf)
13628
13629 2004-11-17 [colin]      0.9.12cvs150.1
13630
13631         * src/plugins/pgpmime/pgpmime.c
13632                 Sync with HEAD (off-by-one fix)
13633
13634 2004-11-17 [colin]      0.9.12cvs149.1
13635
13636         * src/procmsg.c
13637                 Sync with HEAD (coding style fixes)
13638
13639 2004-11-16 [colin]      0.9.12cvs148.1
13640
13641         * src/procmsg.c
13642                 Sync with head (Fix the fix)
13643
13644 2004-11-16 [colin]      0.9.12cvs147.1
13645
13646         * src/procmsg.c
13647                 Sync with Main (leak fix)
13648
13649 2004-11-16 [colin]      0.9.12cvs146.14
13650
13651         * src/compose.c
13652                 Remove useless chunk of code
13653                 Patch by Alfons
13654
13655 2004-11-15 [colin]      0.9.12cvs146.13
13656
13657         * src/compose.c
13658                 Fix drafting after insertion
13659                 Patch by Alfons
13660
13661 2004-11-15 [colin]      0.9.12cvs146.12
13662
13663         * src/compose.c
13664         * src/prefs_filtering.c
13665         * src/prefs_filtering_action.c
13666         * src/prefs_toolbar.c
13667                 Fix some const-correctness
13668
13669 2004-11-15 [colin]      0.9.12cvs146.11
13670
13671         * src/summaryview.c
13672         * src/prefs_themes.c
13673         * src/messageview.c
13674                 Fix some leaks
13675
13676 2004-11-15 [colin]      0.9.12cvs146.10
13677
13678         * src/codeconv.c
13679                 More unreadable locale fixes
13680
13681 2004-11-14 [colin]      0.9.12cvs146.9
13682
13683         * src/textview.c
13684                 Fix uri_security_check
13685                 Patch by Alfons
13686
13687 2004-11-13 [paul]       0.9.12cvs146.8
13688
13689         * src/folder.c
13690         * src/procmime.c
13691                 fix 2 bugs introduced in last commit
13692
13693 2004-11-13 [paul]       0.9.12cvs146.7
13694
13695         * src/compose.c
13696         * src/exporthtml.c
13697         * src/exportldif.c
13698         * src/folder.c
13699         * src/imap.c
13700         * src/imap_gtk.c
13701         * src/main.c
13702         * src/mainwindow.c
13703         * src/messageview.c
13704         * src/mh_gtk.c
13705         * src/prefs_themes.c
13706         * src/procmime.c
13707         * src/setup.c
13708         * src/summaryview.c
13709                 replace deprecated g_basename
13710
13711 2004-11-13 [paul]       0.9.12cvs146.6
13712
13713         * src/compose.c
13714         * src/imap.c
13715         * src/matcher_parser.h
13716         * src/matcher_parser_parse.y
13717         * src/prefs_filtering.c
13718         * src/prefs_filtering_action.c
13719         * src/prefs_themes.c
13720         * src/prefs_toolbar.c
13721         * src/common/utils.c
13722                 various small fixes/cleanups
13723
13724 2004-11-12 [colin]      0.9.12cvs146.5
13725
13726         * src/textview.c
13727                 Validate event's origin on visibility notify
13728                 Patch by Alfons.
13729
13730 2004-11-12 [paul]       0.9.12cvs146.4
13731
13732         * src/exporthtml.c
13733         * src/exportldif.c
13734         * src/imap.c
13735         * src/mh.c
13736         * src/mimeview.c
13737         * src/prefs_spelling.c
13738         * src/prefs_themes.c
13739                 replace deprecated g_dirname    
13740
13741 2004-11-12 [colin]      0.9.12cvs146.3
13742
13743         * src/textview.c
13744                 Some coding style fixes
13745
13746 2004-11-12 [colin]      0.9.12cvs146.2
13747
13748         * src/codeconv.c
13749                 We want to replace _all_ extended chars in
13750                 conv_unreadable_*, because any string containing
13751                 extended chars not parsing as UTF8 is 
13752                 undisplayed on gtk2.
13753
13754 2004-11-12 [paul]       0.9.12cvs146.1
13755
13756         * ChangeLog
13757         * ChangeLog.claws
13758         * ChangeLog.jp
13759         * NEWS
13760         * configure.ac
13761         * src/account.c
13762         * src/folderview.c
13763         * src/folderview.h
13764         * src/imap.c
13765         * src/imap_gtk.c
13766         * src/inc.c
13767         * src/mainwindow.c
13768         * src/mh_gtk.c
13769         * src/news_gtk.c
13770         * src/pop.c
13771         * src/prefs_account.c
13772         * src/prefs_account.h
13773         * src/prefs_ext_prog.c
13774         * src/procmime.c
13775         * src/procmime.h
13776         * src/procmsg.c
13777         * src/procmsg.h
13778         * src/summary_search.c
13779         * src/summaryview.c
13780         * src/textview.c
13781         * src/common/defs.h
13782         * src/common/utils.c
13783         * src/common/utils.h
13784         * src/gtk/menu.c
13785         * src/gtk/menu.h
13786                 sync with HEAD
13787
13788 2004-11-11 [colin]      0.9.12cvs144.2
13789
13790         * src/textview.c
13791                 Fix URI range selection (patch by Alfons)
13792
13793 2004-11-09 [colin]      0.9.12cvs144.1
13794
13795         * ChangeLog.claws
13796         * src/compose.c
13797         * src/folder.c
13798         * src/folder_item_prefs.c
13799         * src/prefs_account.c
13800         * src/prefs_account.h
13801         * src/plugins/pgpmime/pgpmime.c
13802                 Sync with HEAD
13803
13804 2004-11-08 [colin]      0.9.12cvs143.1
13805
13806         * src/summaryview.c
13807                 Sync with HEAD (optimize quicksearch)
13808
13809 2004-11-08 [colin]      0.9.12cvs142.2
13810
13811         * src/compose.c
13812                 Don't wrap when Edit/Auto wrapping is disabled
13813
13814 2004-11-08 [colin]      0.9.12cvs142.1
13815
13816         * src/textview.c
13817                 Sync with HEAD
13818
13819 2004-11-08 [colin]      0.9.12cvs141.1
13820
13821         * src/textview.c
13822                 Sync with HEAD (fix some mail URIs)
13823
13824 2004-11-08 [colin]      0.9.12cvs140.3
13825
13826         * src/textview.c
13827                 o Use text cursor instead of arrow when
13828                   not on a link
13829                 o Fix handling of contiguous links (as in
13830                   "colin@colino.net" <colin@colino.net>)
13831                   This one unveils a bug in get_email_part()
13832
13833 2004-11-07 [colin]      0.9.12cvs140.2
13834
13835         * src/textview.c
13836                 Fix memleak. Patch by Alfons.
13837
13838 2004-11-06 [colin]      0.9.12cvs140.1
13839
13840         * src/compose.c
13841                 Sync with HEAD (don't ask passphrase
13842                 when drafting)
13843
13844 2004-11-06 [paul]       0.9.12cvs139.2
13845
13846         * AUTHORS
13847         * src/textview.c
13848         * src/textview.h
13849                 textview URI handling. hovering over a 
13850                 link displays it in the status bar,
13851                 and changes the mouse pointer to a hand 
13852                 cursor. a link is activated with a single 
13853                 click. (Modified from the) patch by Jean-Yves 
13854                 Lefort <jylefort@users.sourceforge.net>
13855                 
13856
13857 2004-11-05 [colin]      0.9.12cvs139.1
13858
13859         * src/compose.c
13860         * src/procmime.c
13861                 Sync with HEAD again ^^
13862
13863 2004-11-05 [colin]      0.9.12cvs139.1
13864
13865         * src/compose.c
13866         * src/procmime.c
13867                 Sync with HEAD
13868
13869 2004-11-03 [paul]       0.9.12cvs138.1
13870
13871         * ChangeLog.claws
13872         * configure.ac
13873         * po/POTFILES.in
13874         * src/prefs_ext_prog.c
13875         * src/procmime.c
13876         * tools/kdeservicemenu/README
13877         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13878         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13879                 sync with HEAD
13880
13881 2004-11-01 [christoph]  0.9.12cvs136.2
13882
13883         * src/procmime.c
13884                 convert MIME parameters to UTF-8
13885
13886 2004-10-29 [colin]      0.9.12cvs136.1
13887
13888         * src/common/utils.c
13889                 Sync with HEAD (don't use '=' in mime boundary)
13890
13891 2004-10-29 [paul]       0.9.12cvs135.1
13892
13893         * configure.ac
13894         * doc/src/rfc2231.txt
13895         * src/procmime.c
13896         * src/common/quoted-printable.c
13897         * src/common/utils.c
13898         * src/common/utils.h
13899                 sync with HEAD
13900
13901 2004-10-27 [paul]       0.9.12cvs134.1
13902
13903         * configure.ac
13904         * src/main.c
13905         * src/procmime.c
13906         * src/plugins/pgpmime/pgpmime.c
13907                 sync with HEAD
13908
13909 2004-10-26 [paul]       0.9.12cvs132.3
13910
13911         * src/account.c
13912         * src/addressbook.c
13913         * src/addrgather.c
13914         * src/addrharvest.c
13915         * src/codeconv.c
13916         * src/compose.c
13917         * src/customheader.c
13918         * src/editaddress.c
13919         * src/editgroup.c
13920         * src/enriched.c
13921         * src/expldifdlg.c
13922         * src/exporthtml.c
13923         * src/exportldif.c
13924         * src/folder.c
13925         * src/foldersel.c
13926         * src/folderview.c
13927         * src/grouplistdialog.c
13928         * src/html.c
13929         * src/imap.c
13930         * src/jpilot.c
13931         * src/ldapserver.c
13932         * src/ldif.c
13933         * src/mimeview.c
13934         * src/news.c
13935         * src/news_gtk.c
13936         * src/pop.c
13937         * src/prefs_display_header.c
13938         * src/prefs_gtk.c
13939         * src/prefs_msg_colors.c
13940         * src/prefs_toolbar.c
13941         * src/procheader.c
13942         * src/procmime.c
13943         * src/summaryview.c
13944         * src/textview.c
13945         * src/toolbar.c
13946         * src/vcard.c
13947         * src/common/mgutils.c
13948         * src/common/nntp.c
13949         * src/common/smtp.c
13950         * src/common/template.c
13951         * src/common/utils.c
13952         * src/common/xmlprops.c
13953         * src/plugins/pgpmime/pgpmime.c
13954         * src/plugins/pgpmime/select-keys.c
13955         * src/plugins/pgpmime/sgpgme.c
13956                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13957                 g_string_sprintfa(), gtk_notebook_current_page()
13958
13959 2004-10-26 [colin]      0.9.12cvs132.2
13960
13961         * src/prefs_folder_item.c
13962                 Fix default-account selection
13963
13964 2004-10-21 [colin]      0.9.12cvs133
13965
13966         * src/compose.c
13967                 Sync with HEAD (Remove extra separator in compose's Options)
13968         * src/textview.c
13969                 Set wrapping to char
13970
13971 2004-10-21 [paul]       0.9.12cvs131.2
13972
13973         * src/compose.c
13974         * src/sourcewindow.c
13975                 fix wrapping
13976                 fix window shrinking 
13977
13978 2004-10-21 [colin]      0.9.12cvs131.1
13979
13980         * ChangeLog.claws
13981         * src/compose.c
13982                 Sync with HEAD
13983
13984 2004-10-21 [paul]       0.9.12cvs130.2
13985
13986         * src/prefs_folder_item.c
13987                 sync with HEAD (Apply to subfolders)
13988
13989 2004-10-19 [colin]      0.9.12cvs130.1
13990
13991         * ChangeLog.claws
13992         * src/compose.c
13993         * src/common/utils.c
13994         * src/gtk/menu.c
13995                 Sync with HEAD
13996
13997 2004-10-19 [colin]      0.9.12cvs128.1
13998
13999         * src/addrbook.c
14000         * src/addrcache.c
14001         * src/addressbook.c
14002         * src/codeconv.c
14003         * src/compose.c
14004         * src/customheader.c
14005         * src/editaddress.c
14006         * src/editgroup.c
14007         * src/exporthtml.c
14008         * src/folder.c
14009         * src/folderview.c
14010         * src/imap.c
14011         * src/jpilot.c
14012         * src/main.c
14013         * src/matcher_parser_parse.y
14014         * src/mbox.c
14015         * src/pop.c
14016         * src/prefs_account.c
14017         * src/prefs_gtk.c
14018         * src/prefs_msg_colors.c
14019         * src/procheader.c
14020         * src/procmime.c
14021         * src/procmime.h
14022         * src/procmsg.c
14023         * src/summaryview.c
14024         * src/textview.c
14025         * src/common/base64.c
14026         * src/common/partial_download.c
14027         * src/common/socket.c
14028         * src/common/sylpheed.c
14029         * src/common/utils.c
14030         * src/common/utils.h
14031         * src/gtk/pluginwindow.c
14032         * src/gtk/quicksearch.c
14033         * src/plugins/clamav/clamav_plugin.c
14034         * src/plugins/clamav/clamav_plugin.h
14035         * src/plugins/clamav/clamav_plugin_gtk.c
14036         * src/plugins/pgpmime/passphrase.c
14037         * src/plugins/pgpmime/pgpmime.c
14038         * src/plugins/pgpmime/plugin.c
14039         * src/plugins/pgpmime/prefs_gpg.c
14040         * src/plugins/pgpmime/prefs_gpg.h
14041         * src/plugins/pgpmime/select-keys.c
14042         * src/plugins/pgpmime/sgpgme.c
14043         * src/plugins/spamassassin/libspamc.c
14044         * src/plugins/spamassassin/spamassassin.c
14045         * src/plugins/spamassassin/spamassassin.h
14046         * src/plugins/spamassassin/spamassassin_gtk.c
14047         * src/plugins/trayicon/trayicon.c
14048         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14049                 Sync with HEAD
14050
14051 2004-10-14 [colin]      0.9.12cvs126.2
14052
14053         * src/codeconv.c
14054         * src/textview.c
14055                 Fix conv_unreadable_locale
14056
14057 2004-10-13 [colin]      0.9.12cvs126.1
14058
14059         * src/compose.c
14060                 Sync with HEAD (don't convert charset for 
14061                 drafted messages, minor cleanup)
14062
14063 2004-10-13 [colin]      0.9.12cvs125.1
14064
14065         * po/POTFILES.in
14066                 Sync with HEAD (POTFILES fix)
14067
14068 2004-10-12 [colin]      0.9.12cvs124.3
14069
14070         * src/compose.c
14071                 Fix encoding bug from latest sync
14072
14073 2004-10-12 [paul]       0.9.12cvs124.2
14074
14075         * src/plugins/pgpmime/prefs_gpg.c
14076         * src/plugins/pgpmime/prefs_gpg.h
14077                 forgotten in last commit        
14078
14079 2004-10-12 [paul]       0.9.12cvs124.1
14080
14081         * ChangeLog.claws
14082         * configure.ac
14083         * m4/spamassassin.m4
14084         * src/Makefile.am
14085         * src/account.c
14086         * src/compose.c
14087         * src/compose.h
14088         * src/crash.c
14089         * src/main.c
14090         * src/mimeview.c
14091         * src/passphrase.c
14092         * src/passphrase.h
14093         * src/prefs_account.c
14094         * src/prefs_account.h
14095         * src/prefs_common.c
14096         * src/privacy.c
14097         * src/privacy.h
14098         * src/procmime.c
14099         * src/procmime.h
14100         * src/procmsg.c
14101         * src/rfc2015.c
14102         * src/rfc2015.h
14103         * src/select-keys.c
14104         * src/select-keys.h
14105         * src/textview.c
14106         * src/common/utils.c
14107         * src/common/utils.h
14108         * src/gtk/about.c
14109         * src/plugins/pgpmime/Makefile.am
14110         * src/plugins/pgpmime/passphrase.c
14111         * src/plugins/pgpmime/passphrase.h
14112         * src/plugins/pgpmime/pgpmime.c
14113         * src/plugins/pgpmime/plugin.c
14114         * src/plugins/pgpmime/select-keys.c
14115         * src/plugins/pgpmime/select-keys.h
14116         * src/plugins/pgpmime/sgpgme.c
14117         * src/plugins/pgpmime/sgpgme.h
14118                 sync with HEAD
14119
14120 2004-10-04 [colin]      0.9.12cvs122.1
14121
14122         * src/mainwindow.c
14123         * src/messageview.c
14124         * src/messageview.h
14125         * src/textview.c
14126                 Sync with HEAD
14127
14128 2004-10-04 [colin]      0.9.12cvs121.1
14129
14130         * src/summaryview.c
14131                 Sync with HEAD
14132
14133 2004-10-04 [paul]       0.9.12cvs120.1
14134
14135         * configure.ac
14136                 sync with HEAD [don't try to build 
14137                 pgpmime plugin when gpgme is disabled]
14138
14139 2004-10-03 [colin]      0.9.12cvs119.3
14140
14141         * src/gtk/gtksctree.c
14142                 Lots of side effects. Put back as before 117.2.
14143         * src/summaryview.c
14144                 Fix bug #602
14145
14146 2004-10-03 [colin]      0.9.12cvs119.2
14147
14148         * src/gtk/gtksctree.c
14149                 Revert 608 fix that doesn't work that good
14150
14151 2004-10-02 [colin]      0.9.12cvs119.1
14152
14153         * src/mainwindow.c
14154         * src/messageview.c
14155         * src/prefs_common.h
14156         * src/procmime.c
14157         * src/procmime.h
14158         * src/textview.c
14159                 Sync with HEAD
14160         * src/gtk/gtksctree.c
14161                 Close bug #608
14162
14163 2004-10-01 [colin]      0.9.12cvs118.1
14164
14165         * src/mimeview.c
14166                 Sync with HEAD (better Save All fix)
14167
14168 2004-10-01 [colin]      0.9.12cvs117.2
14169
14170         * src/gtk/gtksctree.c
14171                 Faster on selection
14172
14173 2004-10-01 [colin]      0.9.12cvs117.1
14174
14175         * src/mimeview.c
14176                 Sync with HEAD (Save All: only attachments)
14177
14178 2004-10-01 [paul]       0.9.12cvs116.1
14179
14180         * ChangeLog.claws
14181         * configure.ac
14182         * src/account.c
14183         * src/prefs_common.c
14184         * src/gtk/colorlabel.c
14185                 sync with HEAD
14186
14187 2004-09-30 [colin]      0.9.12cvs115.1
14188
14189         * src/stock_pixmap.c
14190         * src/stock_pixmap.h
14191         * src/folderview.c
14192         * src/Makefile.am
14193         * src/pixmaps/read.xpm
14194                 Sync with HEAD (new pixmap)
14195
14196 2004-09-29 [colin]      0.9.12cvs114.1
14197
14198         * src/compose.c
14199                 Sync with HEAD
14200                 Fix focus handling in headers
14201
14202 2004-09-29 [paul]       0.9.12cvs113.1
14203
14204         * src/quote_fmt_parse.y
14205                 sync with HEAD
14206  
14207
14208 2004-09-28 [colin]      0.9.12cvs112.1
14209
14210         * src/folderview.c
14211         * src/mainwindow.c
14212                 Sync with HEAD
14213
14214 2004-09-28 [colin]      0.9.12cvs110.1
14215
14216         * src/folderview.c
14217                 Sync with HEAD (Contextual Empty trash menu)
14218
14219 2004-09-28 [colin]      0.9.12cvs108.1
14220
14221         * src/addressbook.c
14222                 Sync with HEAD (addressbook edit on double-click)
14223
14224 2004-09-28 [colin]      0.9.12cvs106.1
14225
14226         * src/inc.c
14227                 Sync with HEAD (folder_item freeze on inc)
14228
14229 2004-09-27 [colin]      0.9.12cvs105.1
14230
14231         * src/folderview.c
14232                 Sync with HEAD (right-align new and unread column)
14233
14234 2004-09-27 [colin]      0.9.12cvs104.1
14235
14236         * src/main.c
14237                 Sync with HEAD (revert 0.9.12cvs101)
14238
14239 2004-09-24 [colin]      0.9.12cvs103.2
14240
14241         * src/wizard.c
14242                 Fix gtk warnings and use domain part of the email address 
14243                 when domain detection fails (no dot in domain name)
14244
14245 2004-09-23 [colin]      0.9.12cvs103.1
14246
14247         * src/plugins/spamassassin/libspamc.c
14248         * src/plugins/spamassassin/libspamc.h
14249         * src/plugins/spamassassin/utils.c
14250         * src/plugins/spamassassin/utils.h
14251                 Sync with HEAD (Update spamassassin to 3.0)
14252
14253 2004-09-21 [colin]      0.9.12cvs102.3
14254
14255         * src/action.c
14256                 Add horizontal scrollbar in action io dialog as needed
14257                 Patch by Alfons.
14258
14259 2004-09-20 [colin]      0.9.12cvs102.2
14260
14261         * src/plugins/image_viewer/viewer.c
14262                 Remove imlib stuff
14263                 use gtk_pixmap_set when clearing
14264                 (would be better to use gtkImages, but causes size-allocate 
14265                 signals storm)
14266
14267 2004-09-17 [paul]       0.9.12cvs102.1
14268
14269         * ChangeLog
14270         * ChangeLog.claws
14271         * ChangeLog.jp
14272         * configure.ac
14273         * src/inc.c
14274                 sync with HEAD
14275
14276
14277 2004-09-17 [colin]      0.9.12cvs101.1
14278
14279         * ChangeLog.claws
14280         * src/main.c
14281                 Sync with HEAD (fix segs at exit)
14282
14283 2004-09-14 [colin]      0.9.12cvs99.5
14284
14285         * src/common/socket.c
14286         * AUTHORS
14287                 Fix send error on 64bit platforms
14288                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14289
14290 2004-09-14 [colin]      0.9.12cvs99.4
14291
14292         * src/action.c
14293                 Fix action output with utf8 
14294                 Patch by Alfons.
14295
14296 2004-09-14 [colin]      0.9.12cvs99.3
14297
14298         * ChangeLog.claws
14299         * src/folder.c
14300                 Sync with HEAD
14301
14302 2004-09-09 [colin]      0.9.12cvs99.2
14303
14304         * src/action.c
14305                 Fix progress bar (displaying "Completed %v/%u")
14306                 Patch by Alfons.
14307
14308 2004-09-08 [colin]      0.9.12cvs99.1
14309
14310         * src/account.c
14311         * src/folder.c
14312         * src/procmsg.c
14313         * src/procmsg.h
14314         * src/plugins/pgpmime/pgpmime.c
14315                 Sync with HEAD
14316
14317 2004-09-08 [colin]      0.9.12cvs97.2
14318
14319         * src/summaryview.c
14320                 Don't select mails in collapsed threads 
14321                 when navigating with up/down
14322
14323 2004-09-07 [colin]      0.9.12cvs97.1
14324
14325         * src/inc.c
14326                 Sync with HEAD (meaningful error messages)
14327
14328 2004-09-06 [colin]      0.9.12cvs96.1
14329
14330         * src/toolbar.c
14331                 Sync with HEAD (fix Redirect graying out)
14332
14333 2004-09-06 [colin]      0.9.12cvs95.1
14334
14335         * src/summaryview.c
14336         * src/mimeview.c
14337                 Sync with HEAD (fix dropped URIs)
14338
14339 2004-09-06 [colin]      0.9.12cvs94.1
14340
14341         * src/addressbook.c
14342         * src/addressitem.h
14343         * src/addritem.c
14344         * src/addritem.h
14345                 Sync with HEAD (addressbook DnD)
14346
14347 2004-09-03 [colin]      0.9.12cvs93.1
14348
14349         * src/summaryview.c
14350                 Sync with HEAD (next/prev unread)
14351
14352 2004-09-03 [colin]      0.9.12cvs92.1
14353
14354         * src/prefs_common.c
14355         * src/prefs_common.h
14356         * src/summaryview.c
14357                 Sync with HEAD ('mark_as_read_delay' pref)
14358
14359 2004-09-02 [colin]      0.9.12cvs91.2
14360
14361         * src/common/xml.c
14362                 Fix leak
14363
14364 2004-09-02 [colin]      0.9.12cvs91.1
14365
14366         * src/gtk/menu.c
14367                 Sync with HEAD (menu accel don't work, but whatever)
14368
14369 2004-09-02 [colin]      0.9.12cvs90.1
14370
14371         * src/account.c
14372                 Sync with HEAD (fix bug 582)
14373
14374 2004-09-02 [colin]      0.9.12cvs89.1
14375
14376         * src/addrindex.c
14377                 Sync with HEAD (free deleted queries)
14378
14379 2004-09-02 [colin]      0.9.12cvs88.1
14380
14381         * src/ldapquery.c
14382                 Sync with HEAD (fix LDAP freezes)
14383
14384 2004-09-02 [colin]      0.9.12cvs87.1
14385
14386         * src/prefs_spelling.c
14387                 Sync with HEAD (add default dictionary)
14388
14389 2004-09-01 [colin]      0.9.12cvs86.1
14390
14391         * src/filtering.c
14392         * src/folderview.c
14393         * src/imap.c
14394         * src/prefs_matcher.c
14395         * src/stock_pixmap.c
14396         * src/summary_search.c
14397         * src/summaryview.c
14398         * src/wizard.c
14399         * src/wizard.h
14400                 Sync with HEAD (uninitialized vars fixes)
14401                 + gtk2 specific warning fixes
14402
14403 2004-08-31 [colin]      0.9.12cvs85.1
14404
14405         * src/folder.c
14406                 Sync with HEAD (Fix memory corruption due to 
14407                 uninitialized var)
14408
14409 2004-08-31 [colin]      0.9.12cvs84.4
14410
14411         * src/summary_search.c
14412                 Fix segfaults when searching in folders with broken headers
14413
14414 2004-08-31 [colin]      0.9.12cvs84.3
14415
14416         * src/compose.c
14417         * src/textview.c
14418                 Fix some more encoding/decoding issues
14419
14420 2004-08-30 [colin]      0.9.12cvs84.2
14421
14422         * src/mimeview.c
14423         * src/prefs_themes.c
14424         * src/gtk/filesel.c
14425         * src/gtk/filesel.h
14426                 Add a folder-mode selection (fixes mimeview's "Save all")
14427
14428 2004-08-29 [colin]      0.9.12cvs84.1
14429
14430         * src/mimeview.c
14431                 Sync with HEAD (don't escape saved filenames)
14432
14433 2004-08-27 [colin]      0.9.12cvs83.1
14434
14435         * ChangeLog
14436         * ChangeLog.claws
14437         * ChangeLog.jp
14438         * src/mh.c
14439         * src/procheader.c
14440         * src/procmsg.c
14441         * src/procmsg.h
14442         * src/common/utils.c
14443         * src/gtk/menu.h
14444         * po/
14445                 Sync with HEAD 0.9.12cvs83 (sync with main)
14446
14447 2004-08-26 [colin]      0.9.12cvs82.4
14448
14449         * src/codeconv.c
14450                 Fix strange stack corruption
14451                 Convert to utf8 after unmime, not before
14452
14453 2004-08-26 [colin]      0.9.12cvs82.3
14454
14455         * src/main.c
14456         * src/wizard.c
14457                 Fix account folders duplication
14458
14459 2004-08-25 [colin]      0.9.12cvs82.2
14460
14461         * src/wizard.c
14462                 Remove ports
14463                 Add SSL selection
14464                 Use login@server as account name
14465
14466 2004-08-25 [colin]      0.9.12cvs82.1
14467
14468         * src/plugins/pgpmime/pgpmime.c
14469                 Sync with HEAD (leak fix).
14470
14471 2004-08-25 [colin]      0.9.12cvs81.1
14472
14473         * src/plugins/pgpmime/pgpmime.c
14474         * src/plugins/pgpmime/sgpgme.c
14475         * src/plugins/pgpmime/sgpgme.h
14476                 Sync with HEAD (Handle combined messages).
14477
14478 2004-08-24 [colin]      0.9.12cvs80.3
14479
14480         * src/wizard.c
14481                 Fix full name, ports, and imap
14482
14483 2004-08-24 [colin]      0.9.12cvs80.2
14484
14485         * src/Makefile.am
14486         * src/main.c
14487         * src/setup.c
14488         * src/setup.h
14489         * src/stock_pixmap.c
14490         * src/stock_pixmap.h
14491         * src/wizard.c ** ADDED **
14492         * src/wizard.h ** ADDED ** 
14493         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14494                 Add a setup wizard 
14495
14496 2004-08-24 [colin]      0.9.12cvs80.1
14497
14498         * src/folder.c
14499                 Sync with HEAD (set mimeflags on all messages)
14500
14501 2004-08-24 [colin]      0.9.12cvs79.3
14502
14503         * src/matcher_parser_lex.l
14504                 Fix 8bits strings not in utf8
14505
14506 2004-08-24 [colin]      0.9.12cvs79.2
14507
14508         * src/compose.c
14509                 Check conversion result before replacing buffer
14510
14511 2004-08-23 [colin]      0.9.12cvs79.1
14512
14513         * src/compose.c
14514                 Sync with HEAD (create message header in memory)
14515
14516 2004-08-23 [colin]      0.9.12cvs78.1
14517
14518         * src/rfc2015.c
14519         * src/rfc2015.h
14520                 Sync with HEAD (fix bug 197 again)
14521
14522 2004-08-23 [colin]      0.9.12cvs77.3
14523
14524         * src/compose.c
14525                 Fix again inline gpg signing (which outputs utf8
14526                 in gtk2). Not syncing this fix to HEAD as this 
14527                 code is meant to die.
14528
14529 2004-08-23 [colin]      0.9.12cvs77.2
14530
14531         * src/prefs_account.h
14532                 Remove useless include
14533
14534 2004-08-23 [colin]      0.9.12cvs77.1
14535
14536         * src/imap.c
14537         * po/es.po
14538         * po/fr.po
14539         * po/it.po
14540         * po/pl.po
14541         * po/pt_BR.po
14542         * po/sk.po
14543         * po/sr.po
14544                 Sync with HEAD (fix bug 577)
14545
14546 2004-08-22 [colin]      0.9.12cvs76.1
14547
14548         * src/plugins/trayicon/trayicon.c
14549                 Sync with HEAD (fix formatting bug)
14550
14551 2004-08-21 [colin]      0.9.12cvs74.2
14552
14553         * src/gtk/colorsel.c
14554                 Fix bug 564 (Folder color selection window exits on any
14555                 keypress)
14556
14557 2004-08-21 [colin]      0.9.12cvs74.1
14558
14559         * ChangeLog.claws
14560         * src/compose.c
14561         * src/summaryview.c
14562         * src/toolbar.c
14563                 Sync with HEAD (fix bug 576)
14564
14565 2004-08-21 [colin]      0.9.12cvs70.1
14566
14567         * src/compose.c
14568         * src/mainwindow.c
14569                 Sync with HEAD
14570                 
14571
14572 2004-08-21 [paul]       0.9.12cvs66.4
14573
14574         * src/mainwindow.c
14575         * src/messageview.c
14576         * src/gtk/menu.c
14577         * src/plugins/spamassassin/spamassassin_gtk.c
14578                 remove some deprecated gtk1 functions
14579
14580
14581 2004-08-21 [colin]      0.9.12cvs66.3
14582
14583         * src/compose.c
14584         * src/codeconv.c
14585                 Fix warnings
14586                 Remove encoding hacks
14587                 Fix bug 575 (Strange character messes up message)
14588                 Don't display conversion error when drafting
14589
14590 2004-08-21 [paul]       0.9.12cvs66.2
14591
14592         * src/prefs_account.c
14593                 fix GnuPG mode bugs
14594
14595
14596 2004-08-20 [colin]      0.9.12cvs66.1
14597
14598         * src/codeconv.c
14599                 Sync with HEAD 0.9.12cvs66
14600
14601 2004-08-20 [paul]
14602
14603         * src/plugins/pgpmime/plugin.c
14604                 modify PGP/MIME plugin's description
14605
14606 2004-08-17 [colin]      0.9.12cvs65.1
14607
14608         * src/common/ssl.c
14609         * src/plugins/pgpmime/plugin.c
14610                 Sync with HEAD
14611
14612 2004-08-14 [colin]      0.9.12cvs60.3
14613
14614         * src/plugins/trayicon/trayicon.c
14615                 Put back resize callback, on size-request signal
14616                 rather than size-allocate to avoid infinite 
14617                 callback loop
14618
14619 2004-08-13 [colin]      0.9.12cvs60.2
14620
14621         * src/common/defs.h
14622                 Cache versions have been fixed
14623
14624 2004-08-13 [colin]      0.9.12cvs60.1
14625
14626         * src/folderutils.c
14627                 Sync with HEAD
14628
14629 2004-08-12 [colin]      0.9.12cvs59.1
14630
14631         * src/plugins/trayicon/trayicon.c
14632                 Sync with HEAD
14633
14634 2004-08-12 [colin]      0.9.12cvs57.5
14635
14636         * sylpheed.desktop
14637         * configure.ac
14638         * src/Makefile.am
14639         * src/main.c
14640                 Add support for Freedesktop.org's startup notification
14641
14642 2004-08-11 [colin]      0.9.12cvs57.4
14643
14644         * src/textview.c
14645                 Fix off-by-one
14646
14647 2004-08-11 [colin]      0.9.12cvs57.3
14648
14649         * src/message_search.c
14650         * src/summary_search.c
14651                 Make searches case insensitive by default
14652         * src/textview.c
14653                 Fix case-insensitive search in message
14654
14655 2004-08-11 [colin]      0.9.12cvs57.2
14656
14657         * src/summary_search.c
14658                 Let case-sensitive be specified
14659
14660 2004-08-10 [colin]      0.9.12cvs55.4
14661
14662         * src/common/socket.c
14663                 Fix the possible race condition
14664
14665 2004-08-09 [paul]       0.9.12cvs55.3
14666
14667         * configure.ac
14668         * src/Makefile.am
14669         * src/common/Makefile.am
14670                 sync with HEAD
14671
14672
14673 2004-08-09 [paul]       0.9.12cvs55.2
14674
14675         * autogen.sh
14676         * po/poconv.sh
14677                 remove unneeded script
14678
14679         * configure.ac
14680                 add forgotten USE_LDAP_TLS (sync with HEAD)
14681
14682
14683 2004-08-09 [colin]      0.9.12cvs55.1
14684
14685         * src/main.c
14686         * src/common/ssl.c
14687         * src/common/sylpheed.c
14688         * src/common/sylpheed.h
14689                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14690
14691 2004-08-09 [paul]       0.9.12cvs54.1
14692
14693         * ChangeLog
14694         * ChangeLog.claws
14695         * ChangeLog.jp
14696         * configure.ac
14697         * po/POTFILES.in
14698         * src/Makefile.am
14699         * src/folderutils.c
14700         * src/main.c
14701         * src/pgpmime.c
14702         * src/pgpmime.h
14703         * src/sgpgme.c
14704         * src/sgpgme.h
14705         * src/plugins/Makefile.am
14706         * src/plugins/pgpmime/.cvsignore
14707         * src/plugins/pgpmime/Makefile.am
14708         * src/plugins/pgpmime/pgpmime.c
14709         * src/plugins/pgpmime/pgpmime.h
14710         * src/plugins/pgpmime/plugin.c
14711         * src/plugins/pgpmime/sgpgme.c
14712         * src/plugins/pgpmime/sgpgme.h
14713                 sync with HEAD
14714
14715 2004-08-08 [paul]       0.9.12cvs51.1
14716
14717         * configure.ac
14718         * src/folder.c
14719                 sync with HEAD
14720
14721 2004-08-07 [colin]      0.9.12cvs50.1
14722
14723         * src/pop.c
14724         * src/common/partial_download.c
14725                 fix warnings (sync from HEAD)
14726
14727 2004-08-07 [colin]      0.9.12cvs48.1
14728
14729         * src/prefs_folder_item.c
14730                 sync with HEAD 0.9.12cvs48
14731
14732 2004-08-06 [colin]      0.9.12cvs47.1
14733
14734         * src/compose.c
14735                 Sync with HEAD
14736
14737 2004-08-06 [christoph]  0.9.12cvs46.2
14738
14739         * src/main.c
14740         * src/plugins/clamav/clamav_plugin_gtk.c
14741         * src/plugins/dillo_viewer/dillo_viewer.c
14742         * src/plugins/image_viewer/plugin.c
14743         * src/plugins/mathml_viewer/mathml_viewer.c
14744         * src/plugins/spamassassin/spamassassin_gtk.c
14745         * src/plugins/trayicon/trayicon.c
14746                 don't mix GTK1.2 plugin with GTK2 plugins
14747
14748 2004-08-06 [colin]      0.9.12cvs46.1
14749
14750         * ChangeLog
14751         * ChangeLog.claws
14752         * ChangeLog.jp
14753         * configure.ac
14754         * sylpheed-claws.pc.in
14755         * src/folder.c
14756         * src/imap.c
14757         * src/localfolder.c
14758         * src/messageview.c
14759         * src/mimeview.c
14760         * src/mimeview.h
14761         * src/msgcache.c
14762         * src/news.c
14763         * src/prefs_ext_prog.c
14764         * src/prefs_folder_item.c
14765         * src/prefs_fonts.c
14766         * src/prefs_msg_colors.c
14767         * src/prefs_spelling.c
14768         * src/prefs_themes.c
14769         * src/prefs_toolbar.c
14770         * src/prefs_wrapping.c
14771         * src/procmime.h
14772         * src/common/defs.h
14773         * src/common/nntp.c
14774         * src/common/session.c
14775         * src/common/session.h
14776         * src/common/socket.c
14777         * src/common/utils.h
14778         * src/common/xml.c
14779         * src/common/xml.h
14780         * src/gtk/prefswindow.c
14781         * src/gtk/prefswindow.h
14782         * src/plugins/clamav/clamav_plugin_gtk.c
14783         * src/plugins/dillo_viewer/dillo_prefs.c
14784         * src/plugins/image_viewer/viewerprefs.c
14785         * src/plugins/spamassassin/spamassassin_gtk.c
14786         * m4/openssl.m4 *** REMOVED ***
14787                 Sync with HEAD 0.9.12cvs46
14788
14789 2004-08-03 [paul]       0.9.12cvs40.2
14790
14791         * src/action.c
14792         * src/addressadd.c
14793         * src/addressbook.c
14794         * src/addrgather.c
14795         * src/browseldap.c
14796         * src/compose.c
14797         * src/crash.c
14798         * src/editaddress.c
14799         * src/editgroup.c
14800         * src/editldap_basedn.c
14801         * src/foldersel.c
14802         * src/importldif.c
14803         * src/mimeview.c
14804         * src/prefs_common.c
14805         * src/prefs_template.c
14806         * src/sourcewindow.c
14807         * src/summaryview.c
14808         * src/gtk/about.c
14809         * src/gtk/foldersort.c
14810         * src/gtk/logwindow.c
14811         * src/gtk/pluginwindow.c
14812         * src/gtk/prefswindow.c
14813                 change all gtk_scrolled_window_set_policy from 
14814                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14815
14816 2004-08-02 [paul]       0.9.12cvs40.1
14817
14818         * AUTHORS
14819                 update translation team section
14820         * po/pt_BR.po
14821                 updated by Frederico Goncalves Guimaraes
14822                 <fggdebian@yahoo.com.br>
14823
14824 2004-07-31 [colin]      0.9.12cvs39.9
14825
14826         * src/exphtmldlg.c
14827                 Fix compilation
14828
14829 2004-07-31 [colin]      0.9.12cvs39.8
14830
14831         * src/exphtmldlg.c
14832                 Fix an alertpanel type
14833
14834 2004-07-30 [colin]      0.9.12cvs39.7
14835
14836         * src/alertpanel.c
14837                 Fix alertpanel_error_log's icon
14838
14839 2004-07-30 [colin]      0.9.12cvs39.6
14840
14841         * src/pop.c
14842                 Two of them should still be warnings
14843
14844 2004-07-30 [colin]      0.9.12cvs39.5
14845
14846         * src/pop.c
14847                 More warning -> error
14848 2004-07-29 [colin]      0.9.12cvs39.4
14849
14850         * src/pop.c
14851                 Warning -> error
14852
14853 2004-07-29 [colin]      0.9.12cvs39.3
14854
14855         * src/prefs_matcher.c
14856                 Fix segfault
14857
14858 2004-07-29 [colin]      0.9.12cvs39.2
14859
14860         * src/alertpanel.c
14861                 More nice-looking alertpanels
14862
14863 2004-07-29 [colin]      0.9.12cvs39.1
14864
14865         * src/messageview.c
14866                 sync with head
14867                 (inform user when partial mail is deleted on server)
14868
14869 2004-07-29 [colin]      0.9.12cvs38.1
14870
14871         * src/messageview.c
14872                 sync with head
14873
14874 2004-07-28 [paul]       0.9.12cvs37.7
14875
14876         * src/mainwindow.c
14877                 complete the replacement of deprecated gtk_progress_*
14878
14879 2004-07-28 [paul]       0.9.12cvs37.6
14880
14881         * src/action.c
14882         * src/inc.c
14883         * src/mainwindow.c
14884         * src/send_message.c
14885         * src/gtk/progressdialog.c
14886         * src/gtk/progressdialog.h
14887                 replace deprecated gtk_progress_*
14888
14889 2004-07-28 [paul]       0.9.12cvs37.5
14890
14891         * src/gtk/filesel.c
14892                 remove gtk_window_set_wmclass()
14893 2004-07-28 [paul]       0.9.12cvs37.4
14894
14895         * src/addressbook.c
14896         * src/compose.c
14897         * src/foldersel.c
14898         * src/mainwindow.c
14899         * src/messageview.c
14900         * src/sourcewindow.c
14901         * src/gtk/logwindow.c
14902                 remove gtk_window_set_wmclass()
14903                 
14904         * src/prefs_filtering.c
14905         * src/prefs_filtering_action.c
14906         * src/prefs_fonts.c
14907         * src/prefs_gtk.c
14908         * src/prefs_matcher.c
14909         * src/ssl_manager.c
14910         * src/gtk/prefswindow.c
14911                 replace gtk_window_position()
14912
14913 2004-07-28 [colin]      0.9.12cvs37.3
14914
14915         * src/alertpanel.c
14916         * src/alertpanel.h
14917                 Add a way to specify panel type for specific
14918                 panels (alertpanel())
14919         * src/account.c
14920         * src/addressbook.c
14921         * src/compose.c
14922         * src/expldifdlg.c
14923         * src/main.c
14924         * src/messageview.c
14925         * src/summaryview.c
14926         * src/textview.c
14927         * src/gtk/sslcertwindow.c
14928                 Fix alertpanel()s so that their icon match
14929                 their real type
14930
14931 2004-07-28 [paul]       0.9.12cvs37.2
14932
14933         * src/addr_compl.c
14934         * src/addressbook.c
14935         * src/alertpanel.c
14936         * src/compose.c
14937         * src/export.c
14938         * src/foldersel.c
14939         * src/folderview.c
14940         * src/grouplistdialog.c
14941         * src/import.c
14942         * src/mainwindow.c
14943         * src/message_search.c
14944         * src/messageview.c
14945         * src/passphrase.c
14946         * src/prefs_actions.c
14947         * src/prefs_common.c
14948         * src/prefs_customheader.c
14949         * src/prefs_display_header.c
14950         * src/prefs_filtering.c
14951         * src/prefs_filtering_action.c
14952         * src/prefs_gtk.c
14953         * src/prefs_matcher.c
14954         * src/prefs_msg_colors.c
14955         * src/prefs_summary_column.c
14956         * src/prefs_template.c
14957         * src/sourcewindow.c
14958         * src/ssl_manager.c
14959         * src/summary_search.c
14960         * src/gtk/colorsel.c
14961         * src/gtk/description_window.c
14962         * src/gtk/gtkaspell.c
14963         * src/gtk/inputdialog.c
14964         * src/gtk/logwindow.c
14965         * src/gtk/prefswindow.c
14966         * src/gtk/progressdialog.c
14967                 replace deprecated gtk_window_set_policy
14968
14969 2004-07-27 [colin]      0.9.12cvs37.1
14970
14971         * src/msgcache.c
14972                 More fixes (synced for head again)
14973
14974 2004-07-27 [colin]      0.9.12cvs35.3
14975
14976         * src/msgcache.c
14977                 Fix wrong test
14978
14979 2004-07-27 [colin]      0.9.12cvs35.2
14980
14981         * src/mimeview.c
14982                 Fix width a bit (by Paul)
14983         * src/alertpanel.c
14984         * src/alertpanel.h
14985                 Specialize icons, make alertpanel_message()
14986                 private
14987         * src/message_search.c
14988         * src/sgpgme.c
14989         * src/summary_search.c
14990                 Suit alertpanel changes
14991
14992 2004-07-27 [colin]      0.9.12cvs35.1
14993
14994         * src/alertpanel.c
14995                 Add an icon
14996         * src/passphrase.c
14997                 Add debug output - maybe someone will
14998                 want to look at the problem with Grab
14999                 Input :)
15000         Bump version as we're synced with HEAD
15001
15002 2004-07-26 [colin]      0.9.12cvs33.26
15003
15004         * src/pop.c
15005                 Fix uidl-file parsing when not in new
15006                 format
15007
15008 2004-07-26 [colin]      0.9.12cvs33.25
15009
15010         * src/gtk/menu.c
15011                 Move popup menu up if necessary (fixes 
15012                 account selector)
15013         * src/mainwindow.c
15014                 Set account selector's button height to
15015                 minimum
15016
15017 2004-07-26 [colin]      0.9.12cvs33.24
15018
15019         * src/alertpanel.c
15020                 Maybe fix 551 (Truncated font in alert window)
15021
15022 2004-07-26 [colin]      0.9.12cvs33.23
15023
15024         * po/de.po
15025         * po/es.po
15026         * po/fr.po
15027         * po/it.po
15028         * po/ja.po
15029         * po/pl.po
15030         * po/ru.po
15031         * po/sk.po
15032         * po/sr.po
15033         * po/zh_CN.po
15034                 Sync po files with HEAD
15035
15036 2004-07-26 [paul]       0.9.12cvs33.22
15037
15038         * src/compose.c
15039                 fix Bug 556 'Organisation-header is sent even if empty'
15040
15041 2004-07-24 [colin]      0.9.12cvs33.21
15042
15043         * src/compose.c
15044         * src/gtk/gtkaspell.c
15045         * src/gtk/gtkaspell.h
15046                 Fix speller accelerators (require hack)
15047
15048 2004-07-24 [colin]      0.9.12cvs33.20
15049
15050         * src/gtk/gtkaspell.c
15051                 Fix over-eager code deletion breaking
15052                 Check while typing
15053
15054 2004-07-24 [colin]      0.9.12cvs33.19
15055
15056         * src/browseldap.c
15057         * src/ldapctrl.c
15058         * src/ldapctrl.h
15059         * src/ldapserver.h
15060                 Sync ldap with HEAD
15061         (Fixes 546 LDAP completely broken)
15062
15063 2004-07-24 [colin]      0.9.12cvs33.18
15064
15065         * src/prefs_msg_colors.c
15066                 Fix prototype mismatch
15067         (Fixes 547 void function cannot return value)
15068
15069 2004-07-24 [colin]      0.9.12cvs33.17
15070
15071         * src/mainwindow.c
15072                 Fix sort going back to previous sort key
15073                 when changing sort direction
15074
15075 2004-07-24 [colin]      0.9.12cvs33.16
15076
15077         * src/compose.c
15078                 Fix space insertion when re-wrapping at 
15079                 cursor point
15080
15081 2004-07-24 [colin]      0.9.12cvs33.15
15082
15083         * src/gtk/gtkaspell.c
15084                 Don't change cursor position in insert-text
15085                 callback
15086         (Fixes 539 Word wrapping on input transposes letters)
15087
15088 2004-07-24 [colin]      0.9.12cvs33.14
15089
15090         * src/gtk/gtkaspell.c
15091                 Reencode non-ascii chars to dictionary's
15092                 encoding
15093         (Fixes 544 Spell check broken non english locale)
15094
15095 2004-07-24 [colin]      0.9.12cvs33.13
15096
15097         * src/summaryview.c
15098                 Fix Shift+Down, add Home/End/PgUp/PgDown
15099
15100 2004-07-21 [colin]      0.9.12cvs33.12
15101
15102         * src/prefs_common.c
15103                 Fix a gtk warning (Patch by Andrej Kacian)
15104
15105 2004-07-21 [colin]      0.9.12cvs33.11
15106
15107         * src/gtk/filesel.c
15108                 More check
15109
15110 2004-07-21 [colin]      0.9.12cvs33.10
15111
15112         * src/compose.c
15113         * src/crash.c
15114         * src/export.c
15115         * src/import.c
15116         * src/messageview.c
15117         * src/mimeview.c
15118         * src/prefs_spelling.c
15119         * src/prefs_themes.c
15120         * src/summaryview.c
15121         * src/gtk/filesel.c
15122         * src/gtk/filesel.h
15123         * src/gtk/pluginwindow.c
15124                 Untwist open/save mode guessing logic, make
15125                 it explicit
15126
15127 2004-07-20 [colin]      0.9.12cvs33.9
15128
15129         * src/codeconv.c
15130                 conv_encode_header: src_charset is UTF-8 on
15131                 gtk2
15132         * src/compose.c
15133                 Remove double encoding of the headers
15134
15135 2004-07-20 [colin]      0.9.12cvs33.8
15136
15137         * src/codeconv.c
15138                 Fix typo
15139
15140 2004-07-20 [colin]      0.9.12cvs33.7
15141
15142         * src/mainwindow.c
15143                 Set the separated messageview to the saved
15144                 size of Claws' messageview (Patch by Alfons)
15145                 Fix a callback prototype (me)
15146
15147 2004-07-20 [colin]      0.9.12cvs33.6
15148
15149         * src/codeconv.h
15150                 Forgot one hunk in 0.9.12cvs33.4
15151
15152 2004-07-19 [colin]      0.9.12cvs33.5
15153
15154         * src/action.c
15155                 Action output fix
15156                 Patch by Alfons
15157
15158 2004-07-19 [colin]      0.9.12cvs33.4
15159
15160         * src/compose.c
15161                 Fix outgoing charset bug in headers
15162         * src/codeconv.c
15163                 Clean for glib2 - Patch by Alfons
15164
15165 2004-07-19 [colin]      0.9.12cvs33.3
15166
15167         * src/statusbar.c
15168                 Remove grip from the statusbar
15169                 Patch by Alfons
15170
15171 2004-07-19 [colin]      0.9.12cvs33.2
15172
15173         * src/messageview.c
15174         * src/textview.c
15175                 Fix messageview remembering the previous
15176                 scroll position when loading a new message
15177                 Patch by Alfons
15178
15179 2004-07-19 [colin]      0.9.12cvs33.1
15180
15181         * src/folder.h
15182         * src/folderview.c
15183         * src/summaryview.c
15184                 Sync with HEAD
15185
15186 2004-07-18 [colin]      0.9.12cvs32.7
15187
15188         * configure.ac
15189                 Remove useless check for XIM - noticed
15190                 by Alfons
15191
15192 2004-07-18 [colin]      0.9.12cvs32.6
15193
15194         * src/summaryview.c
15195                 Remove non-modified and shift-modified
15196                 accelerators in summaryview's popup
15197                 menu, as that doesn't get catched by
15198                 the accel-activate signal catcher...
15199
15200 2004-07-18 [colin]      0.9.12cvs32.5
15201
15202         * src/prefs_common.c
15203                 Define sensible default prefs for 
15204                 wrapping
15205
15206 2004-07-18 [colin]      0.9.12cvs32.4
15207
15208         * src/compose.c
15209         * src/prefs_common.c
15210         * src/prefs_common.h
15211         * src/prefs_wrapping.c
15212                 Remove Smart Wrapping pref, which does
15213                 nothing on gtk2 branch
15214
15215 2004-07-18 [colin]      0.9.12cvs32.3
15216
15217         * src/sourcewindow.c
15218                 Proper utf8
15219
15220 2004-07-18 [colin]      0.9.12cvs32.2
15221
15222         * src/compose.c
15223                 Save attachment status when drafting
15224
15225 2004-07-18 [colin]      0.9.12cvs32.1
15226
15227         * src/gtk/filesel.c
15228                 Fix erratic folder selection in open mode
15229
15230 2004-07-18 [colin]      0.9.12cvs31.11
15231
15232         * src/pop.c
15233                 Don't let partial messages get deleted
15234                 even with "dowload all"
15235                 (0.9.12cvs31.8 fix extension)
15236 2004-07-18 [colin]      0.9.12cvs31.10
15237
15238         * src/gtk/logwindow.c
15239                 Fix log scrolling
15240
15241 2004-07-18 [colin]      0.9.12cvs31.9
15242
15243         * src/common/utils.c
15244                 Fix non-utf8 strings coming from commands
15245                 and files
15246
15247 2004-07-18 [colin]      0.9.12cvs31.8
15248
15249         * src/pop.c
15250                 Fix partial download bug with Download all
15251                 messages option
15252
15253 2004-07-18 [colin]      0.9.12cvs31.7
15254
15255         * src/textview.c
15256                 Fix bug introduced in 0.9.12cvs31.2
15257                 (blocked in select mode after double click)
15258
15259 2004-07-18 [colin]      0.9.12cvs31.6
15260
15261         * src/compose.c
15262         * src/gtk/menu.c
15263                 More glib-warning fixes
15264
15265 2004-07-18 [colin]      0.9.12cvs31.5
15266
15267         * src/compose.c
15268                 Fix trashing the primary clipboard when moving 
15269                 around with tab
15270         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15271
15272 2004-07-18 [colin]      0.9.12cvs31.4
15273
15274         * src/codeconv.c
15275                 convert unencoded iso headers to utf8
15276         (Fix Bug 538 Unencoded local characters in subject make it 
15277          disappear)
15278
15279 2004-07-18 [colin]      0.9.12cvs31.3
15280
15281         * src/compose.c
15282                 Fix tab char handling in wrapping
15283         (Fix Bug 537 Line wrap problem - TAB character treated as 
15284          one character instead of 8)
15285
15286 2004-07-18 [colin]      0.9.12cvs31.2
15287
15288         * src/textview.c
15289                 return FALSE on GDK_MOTION_NOTIFY
15290         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15291          (unable to highlight))
15292
15293 2004-07-18 [colin]      0.9.12cvs31.1
15294
15295         * src/folderview.c
15296                 Sync with 0.9.12cvs31
15297
15298 2004-07-18 [colin]      0.9.12cvs30.4
15299
15300         * src/compose.c
15301                 Also block text_inserted when inserting a file
15302
15303 2004-07-18 [colin]      0.9.12cvs30.3
15304
15305         * src/compose.c
15306                 Fix smart wrapping (block text_inserted handler
15307                 while putting quotation to avoid wrap on input,
15308                 don't join lines if next is sig separator)
15309
15310 2004-07-17 [colin]      0.9.12cvs30.2
15311
15312         * src/folderview.c
15313         * src/mainwindow.c
15314         * src/mimeview.c
15315         * src/summaryview.c
15316         * src/gtk/quicksearch.c
15317         * src/gtk/quicksearch.h
15318                 Block key events handlers *and* accels while
15319                 quicksearch is focused
15320         (Fixes Bug 534 quick-search bar not accepting certain letters)
15321
15322 2004-07-17 [colin]      0.9.12cvs30.1
15323
15324         * src/folder.h
15325         * src/folderview.c
15326         * src/summaryview.c
15327                 Sync with 0.9.12cvs30
15328
15329 2004-07-17 [colin]      0.9.12cvs28.2
15330
15331         * src/mimeview.c
15332         * src/procmime.c
15333         * src/summaryview.c
15334         * src/gtk/menu.c
15335                 Squash some compile and glib warnings
15336
15337 2004-07-17 [paul]       0.9.12cvs28.1
15338
15339         * src/mimeview.c
15340                 sync with 0.9.12cvs28 HEAD
15341
15342 2004-07-16 [paul]       0.9.12cvs26.1
15343         
15344         * src/gtk/quicksearch.c
15345         * src/account.c
15346         * src/account.h
15347         * src/compose.c
15348         * src/customheader.c
15349         * src/folder_item_prefs.c
15350         * src/main.c
15351         * src/mainwindow.c
15352         * src/messageview.c
15353         * src/mimeview.c
15354         * src/news.c
15355         * src/pgpmime.c
15356         * src/pop.c
15357         * src/pop.h
15358         * src/prefs_account.c
15359         * src/prefs_account.h
15360         * src/prefs_common.c
15361         * src/prefs_common.h
15362         * src/prefs_display_header.c
15363         * src/prefs_gtk.c
15364         * src/prefs_gtk.h
15365         * src/procheader.c
15366         * src/procmime.c
15367                 sync with 0.9.12cvs26 HEAD      
15368
15369 2004-07-15 [colin]      0.9.12cvs18.14
15370
15371         * src/folder.c
15372                 Disable GPG signature check during
15373                 folder move and scan
15374         (Closes Bug 521 Signature checking slows down Folder-Move)
15375
15376 2004-07-14 [colin]      0.9.12cvs18.13
15377
15378         * src/common/partial_download.c
15379                 update includes
15380
15381 2004-07-14 [colin]      0.9.12cvs18.12
15382
15383         * src/common/partial_download.c
15384         * src/common/partial_download.h
15385                 Move doc at top, add correct copyright
15386
15387 2004-07-14 [colin]      0.9.12cvs18.11
15388
15389         * src/folder.c
15390         * src/messageview.c
15391         * src/pop.c
15392         * src/pop.h
15393         * src/procmsg.c
15394         * src/summaryview.c
15395         * src/common/Makefile.am
15396         * src/common/partial_download.c ** NEW FILES **
15397         * src/common/partial_download.h ** NEW FILES **
15398                 Move partial-download related stuff to its
15399                 own file
15400
15401 2004-07-14 [colin]      0.9.12cvs18.10
15402
15403         * src/send_message.c
15404                 Fix smtp auth when user is null or empty
15405
15406 2004-07-13 [colin]      0.9.12cvs18.9
15407
15408         * src/gtk/quicksearch.c
15409                 Use alphabetic order
15410
15411 2004-07-13 [colin]      0.9.12cvs18.8
15412
15413         * src/pop.c
15414                 Be paranoid on the checks
15415
15416 2004-07-13 [colin]      0.9.12cvs18.7
15417
15418         * src/gtk/quicksearch.c
15419                 Fix Engrish once again
15420
15421 2004-07-13 [colin]      0.9.12cvs18.6
15422
15423         * src/procmsg.c
15424         * src/summaryview.c
15425                 Mark messages for deletion when they are about to
15426                 be removed from trash
15427
15428 2004-07-13 [colin]      0.9.12cvs18.5
15429
15430         * src/matcher.c
15431         * src/matcher.h
15432         * src/matcher_parser_parse.y
15433         * src/prefs_matcher.c
15434         * src/gtk/quicksearch.c
15435                 Add 'partial' ('p') match string to find partially
15436                 downloaded messages
15437
15438 2004-07-13 [colin]      0.9.12cvs18.4
15439
15440         * src/pop.c
15441                 Fix misplaced block
15442
15443 2004-07-13 [colin]      0.9.12cvs18.3
15444
15445         * src/pop.c
15446         * src/pop.h
15447         * src/messageview.c
15448                 Refactor API (to avoid passing 5+ params and code
15449                 duplication)
15450         * src/folder.c
15451         * src/msgcache.c
15452         * src/procheader.c
15453         * src/common/defs.h
15454                 Add planned_download to cache
15455                 Don't mess uidl file when moving partially downloaded
15456                 mails (they change folder, we should change it in the
15457                 uidl list too or we'll remove an incorrect message)
15458                 (this also helps removing hacks when changing 
15459                 planned_download in messageview.c)
15460
15461 2004-07-12 [colin]      0.9.12cvs18.2
15462
15463         * src/gtk/quicksearch.c
15464                 Fix missing status update in quicksearch
15465
15466 2004-07-12 [paul]       0.9.12cvs18.1
15467
15468         * po/POTFILES.in
15469         * src/Makefile.am
15470         * src/account.c
15471         * src/codeconv.c
15472         * src/compose.c
15473         * src/inc.c
15474         * src/main.c
15475         * src/prefs_common.c
15476         * src/procmsg.h
15477         * src/toolbar.c
15478         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15479         * src/prefs_wrapping.[ch]       ** NEW FILES **
15480         * src/common/intl.h
15481         * src/common/utils.[ch]
15482         * src/gtk/quicksearch.[ch]
15483                 sync with 0.9.12cvs18 HEAD
15484
15485 2004-07-12 [colin]      0.9.11cvs17.25
15486
15487         * src/folder.c
15488         * src/folder.h
15489                 Remove unused function added by me in 0.9.11cvs17.10
15490
15491 2004-07-11 [colin]      0.9.11cvs17.24
15492
15493         * src/inc.c
15494         * src/messageview.c
15495         * src/pop.c
15496         * src/pop.h
15497                 Use folderitem and msgnum instead of filename to
15498                 know which mail to delete
15499                 Move old partial mail deletion to pop.c
15500
15501 2004-07-10 [colin]      0.9.11cvs17.23
15502
15503         * src/inc.c
15504                 Add debug
15505         * src/pop.c
15506         * src/pop.h
15507                 Don't re-use same enums for unrelated stuff: it's 
15508                 completely misleading !
15509                 Document a bit
15510
15511 2004-07-09 [colin]      0.9.11cvs17.22
15512
15513         * src/inc.c
15514                 Remove folder-type check and do
15515                 more tests to be sure everything's
15516                 ok
15517         * src/messageview.c
15518                 Punctuation update, remove useless
15519                 code, fix two warnings
15520         * src/noticeview.c
15521                 Layout cleaning, reset 2nd button
15522                 when specifying one
15523
15524 2004-07-09 [colin]      0.9.11cvs17.21
15525
15526         * src/messageview.c
15527         * src/pop.c
15528         * src/pop.h
15529                 Allow user to change his mind
15530                 and postpone decision (by
15531                 unmarking the mail)
15532
15533 2004-07-09 [colin]      0.9.11cvs17.20
15534
15535         * src/messageview.c
15536                 Fix bug with delete state
15537         * src/pop.c
15538         * src/pop.h
15539                 Fix buffer leak (fread doesn't 
15540                 terminate buffers with \0)
15541                 Refactoring (remove magic 
15542                 numbers)
15543
15544 2004-07-09 [colin]      0.9.11cvs17.19
15545
15546         * src/pop.c
15547                 Don't log "Skipping message" if 
15548                 we're going to TOP it two lines
15549                 later
15550
15551 2004-07-09 [colin]      0.9.11cvs17.18
15552
15553         * src/messageview.c
15554                 Fix Engrish
15555
15556 2004-07-09 [colin]      0.9.11cvs17.17
15557
15558         * src/pop.c
15559                 strlen checking...
15560         * src/messageview.c
15561                 refactoring a bit
15562
15563 2004-07-08 [colin]      0.9.11cvs17.16
15564
15565         * src/noticeview.c
15566         * src/noticeview.h
15567                 Add an optional second button
15568         * src/messageview.c
15569         * src/pop.c
15570         * src/pop.h
15571                 Don't delete partially received mails after a certain
15572                 time; rather, let the user decide.
15573
15574 2004-07-08 [colin]      0.9.11cvs17.15
15575
15576         * src/common/smtp.h
15577                 Sync with HEAD
15578
15579 2004-07-08 [colin]      0.9.11cvs17.14
15580
15581         * src/messageview.c
15582         * src/common/smtp.c
15583                 Use to_human_readable() for sizes
15584
15585 2004-07-08 [colin]      0.9.11cvs17.13
15586
15587         * src/inc.c
15588         * src/messageview.c
15589         * src/pop.c
15590         * src/pop.h
15591         * src/procmsg.c
15592                 Fix partial-downloading issues:
15593                         catch unsupported TOP
15594                         don't delete partially downloaded mails before 5 days
15595                         don't update existing with non-MH folders; that'll
15596                         make dups, but it's better than trashing the folder
15597                         free new msginfo parts
15598                 Fix indentation ;-)
15599
15600 2004-07-08 [colin]      0.9.11cvs17.12
15601
15602         * src/common/smtp.c
15603         * src/common/smtp.h
15604                 Sync smtp size verification with HEAD
15605
15606 2004-07-08 [colin]      0.9.11cvs17.11
15607
15608         * src/summaryview.c
15609         * src/prefs_common.c
15610         * src/prefs_common.h
15611         * src/gtk/quicksearch.c
15612         * src/gtk/quicksearch.h
15613                 Sync sticky pref with HEAD
15614
15615 2004-07-08 [colin]      0.9.11cvs17.10
15616
15617         * src/folder.c [1.213.2.6]
15618         * src/folder.h [1.87.2.6]
15619         * src/inc.c [1.149.2.7]
15620         * src/messageview.c [1.94.2.8]
15621         * src/procheader.c [1.47.2.6]
15622         * src/procmsg.c [1.150.2.4]
15623         * src/procmsg.h [1.60.2.5]
15624         * src/pop.c [1.56.2.4]
15625         * src/pop.h [1.17.2.3]
15626                 Let too big messages get downloaded, but truncated
15627                 Add a button to download them completely
15628                 
15629 2004-07-06 [colin]      0.9.11cvs17.9
15630
15631         * src/gtk/quicksearch.c [1.1.2.3]
15632                 Add a Clear button
15633         * commitHelper
15634         * PATCHSETS
15635                 Add a script to help with cvs
15636
15637 2004-07-03 [colin]      0.9.11cvs17.8
15638
15639         * src/plugins/imageviewer/viewer.c
15640                 fix imageviewer (which was staying on the first
15641                 displayed image)
15642
15643 2004-07-03 [colin]      0.9.11cvs17.7
15644
15645         Removed FIXME_GTK2 warnings
15646         * src/gtk/gtkutils.c
15647                 useless #warnings
15648         * src/gtk/menu.c
15649                 useless #warnings (no need to mess with menu rc)
15650         * src/gtk/menu.h
15651                 unused functions
15652         
15653
15654 2004-07-03 [colin]      0.9.11cvs17.6
15655
15656         Removed FIXME_GTK2 warnings
15657         * src/codeconv.c
15658                 useless #warnings (rewrite needed)
15659         * src/compose.c
15660                 useless #warnings (rewrite needed)
15661                 useless #warnings (gtk2 is like that)
15662                 useless #warnings (previously fixed)
15663         * src/main.c
15664                 useless #warnings (previously fixed)
15665         * src/message_search.c
15666                 useless #warnings (gtk2 is like that)
15667                 Made apparent that search is case-sensitive
15668         * src/mimeview.c
15669                 useless #warnings (rewrite needed)
15670                 useless #warnings (gtk2 is like that)
15671                 reimplemented real warnings
15672         * src/prefs_common.c
15673                 Removed block cursor option (not it gtk2)
15674         * src/prefs_gtk.c
15675                 useless #warnings (rewrite needed)
15676         * src/procheader.c
15677                 useless #warnings (rewrite needed)
15678         * src/sourcewindow.c
15679                 useless #warnings (incorrect placing)
15680         * src/summary_search.c
15681                 useless #warnings (gtk2 is like that)
15682                 Made apparent that search is case-sensitive
15683         * src/action.c
15684                 useless #warnings (gtk2 is like that)
15685         * src/textview.c
15686                 useless #warnings (rewrite needed)
15687         * src/toolbar.c
15688                 useless #warnings (rewrite needed)
15689
15690 2004-07-03 [colin]      0.9.11cvs17.5
15691
15692         * src/textview.c
15693                 Fix mismerge which broke URI opening
15694                 
15695 2004-07-01 [colin]      0.9.11cvs17.4
15696
15697         * src/gtk/filesel.c
15698                 Fill filename when saving
15699                 
15700 2004-06-27 [colin]      0.9.11cvs17.3
15701
15702         * src/gtk/filesel.[ch]
15703                 Use the new GTK file selector
15704                 Update prototype to match the reality: multiple file
15705                 selection is open-only          
15706         * src/compose.c
15707                 Match the new prototypes        
15708         * configure.ac
15709                 Match the new requirements (gtk 2.4.0)
15710                         
15711 2004-06-26 [colin]      0.9.11cvs17.2
15712
15713         * src/plugins/trayicon/trayicon.c
15714                 Remove useless signal handler on resize, which causes
15715                 an infinite "loop"
15716         
15717 2004-06-26 [colin]      0.9.11cvs17.1
15718         
15719         * tools/Makefile.am
15720                 remove launch_firebird and add nautilus2sylpheed.sh
15721         * src/quicksearch.c
15722           src/summaryview.c
15723                 Fix show/hide "Extended symbols" button problem
15724                 Fix apparition at startup
15725                 Fix const warnings
15726         * src/plugins/image_viewer/Makefile.am
15727                 Fix configure 
15728         * common/ssl.c
15729                 Re-enable certificate check, as it doesn't seem to
15730                 cause Xlib errors anymore
15731
15732 2004-06-25 [paul]       0.9.11cvs17
15733
15734         * sync with 0.9.11cvs17 HEAD
15735         
15736         NOTE: QuickSearch is broken
15737
15738 2004-06-07 [colin]      0.9.10claws67.10
15739         * src/plugins/trayicon/trayicon.c
15740           src/plugins/trayicon/libeggtrayicon/Makefile.am
15741           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15742                 Fix gettextization in trayicon plugin
15743
15744 2004-06-07 [colin]      0.9.10claws67.9
15745         
15746         * src/summaryview.c
15747           src/gtk/gtksctree.[ch]
15748                 Let Shift+{Up,Down} work in summaryview
15749                 (well, Down "works" and Up works)
15750                 Let the list scroll when using these keys
15751
15752 2004-06-06 [colin]      0.9.10claws67.8
15753
15754         * src/plugins/trayicon/trayicon.c
15755                 Fix pixmap update
15756
15757 2004-06-06 [colin]      0.9.10claws67.7
15758
15759         * src/addressbook.c
15760                 Fix signal handling causing system-wide focus grab
15761
15762 2004-05-25 [paul]       0.9.10claws67.6
15763
15764         * Makefile.am
15765           src/Makefile.am
15766                 clean up
15767
15768 2004-05-25 [paul]       0.9.10claws67.5
15769
15770         * replace deprecated gtk_signal... functions
15771
15772 2004-05-23 [colin]      0.9.10claws67.4
15773
15774         * src/compose.c
15775                 Fix wrapping
15776
15777 2004-05-22 [colin]      0.9.10claws67.3
15778
15779         * src/compose.c
15780                 Re-fix [Edited] in compose.c::compose_reedit()
15781
15782 2004-05-22 [colin]      0.9.10claws67.2
15783
15784         * src/procmime.c
15785                 Fix parsing of multiparts mails
15786
15787 2004-05-22 [colin]      0.9.10claws67.1
15788
15789         * src/summaryview.c
15790                 Fix quicksearch
15791
15792 2004-05-22 [paul]       0.9.10claws67
15793
15794         * sync with 0.9.10claws67 HEAD
15795
15796 2004-05-14 [alfons]
15797
15798         * src/procmime.h
15799                 add forgotton prototype
15800
15801 2004-05-10 [paul]       0.9.10claws57
15802
15803         * sync with 0.9.10claws57 HEAD
15804
15805 2004-05-05 [paul]       0.9.9.claws1
15806
15807         * ChangeLog-gtk2        ** REMOVED **
15808           ChangeLog-gtk2.claws  ** ADDED **
15809                 rename and adopt the normal claws format
15810                 
15811         * configure.ac
15812                 require gtkmathview >= 0.5
15813
15814         * ac/*                          ** REMOVED **
15815           ac/                           ** REMOVED **
15816           intl/Makefile.in              ** REMOVED **
15817           m4/                           ** ADDED **
15818           m4/missing                    ** ADDED **
15819           m4/missing/gdk-pixbuf.m4      ** ADDED **
15820           m4/missing/gettext.m4         ** ADDED **
15821           m4/missing/gpgme.m4           ** ADDED **
15822           m4/missing/imlib.m4           ** ADDED **
15823           m4/.cvsignore                 ** ADDED **
15824           m4/Makefile.am                ** ADDED **
15825           m4/README                     ** ADDED **
15826           m4/aclocal-include.m4         ** ADDED **
15827           m4/aspell.m4                  ** ADDED **
15828           m4/check-type.m4              ** ADDED **
15829           m4/gnupg-check-typedef.m4     ** ADDED **
15830           m4/openssl.m4                 ** ADDED **
15831           m4/spamassassin.m4            ** ADDED **
15832           po/ChangeLog                  ** REMOVED **
15833           po/Makefile.in.in             ** REMOVED **
15834           po/Rules-quot                 ** REMOVED **
15835           po/boldquot.sed               ** REMOVED **
15836           po/en@boldquot.header         ** REMOVED **
15837           po/en@quot.header             ** REMOVED **
15838           po/insert-header.sin          ** REMOVED **
15839           po/quot.sed                   ** REMOVED **
15840           po/remove-potcdate.sed        ** REMOVED **
15841           po/remove-potcdate.sin        ** REMOVED **
15842           po/stamp-po                   ** REMOVED **
15843           Makefile.am
15844           autogen.sh
15845           configure.ac
15846                 enable building with automake 1.8.x
15847                 add 'autopoint --force' to autogen.sh and remove all
15848                 auto-generated files, remove ac/ directory and use
15849                 m4/ directory instead
15850                 
15851         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15852                 fix gettextization
15853
15854 2004-02-28 Colin Leroy <colin@colino.net>
15855         * src/prefs_matcher.c
15856           src/prefs_filtering.c
15857           src/prefs_filtering_action.c
15858                 Fix non-editable GtkEntries
15859
15860 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15861         * src/prefs_themes.c
15862                 utf8 conversion for theme info
15863
15864 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15865         * sync 0.9.9claws
15866
15867 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15868         * src/grouplistdialog.c
15869                 allow multiple selections without ctrl key
15870
15871 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15872         * src/main.c
15873                 enable customizable accelerators
15874
15875 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15876         * src/prefs_common.c
15877                 re-enable different font settings for gtk1/2
15878         * src/prefs_folder_item.c
15879                 fix folder prefs displayed wrong
15880         * src/textview.c
15881                 set 'sunken' shadow type
15882
15883 2004-02-07 Colin Leroy <colin@colino.net>
15884         * src/compose.c
15885                 Fix message being always [Edited]
15886                 Encode headers correctly (utf8 buf)
15887
15888 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15889         * src/socket.c
15890                 remove double g_source_attach()
15891                 (Thanks to Colin Leroy)
15892
15893 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15894         * src/gtk/gtksctree.c
15895                 Fix SSL certificate list not shown
15896         * src/mimeview.c
15897                 Fix clicks in mime tree
15898
15899 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15900         * src/common/socket.c
15901                 Fix SSL receive
15902         * src/compose.c
15903                 Fix clipboard menu hotkeys
15904
15905 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15906         * src/gtk/gtkaspell.[ch]
15907           src/compose.c
15908                 reimplement spellchecker
15909
15910 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15911         * src/gtk/filesel.c
15912                 crash when inserting file in compose window
15913                 (TODO: keep old selection on clicks)
15914         * src/main.c
15915                 use gtkrc-2.0 instead of gtkrc
15916
15917 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15918         * src/messageview.c
15919                 remove orphaned mimeview unref()
15920
15921 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15922         * src/grouplistdialog.c
15923                 expand nodes containing subscribed groups
15924
15925 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15926         * src/textview.c
15927                 textview: hide cursor, restore old click behaviour
15928
15929 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15930         * src/textview.c
15931                 variable names messed up
15932
15933 2004-01-17 Colin Leroy <colin@colino.net>
15934         * src/addr_compl.c
15935                 Fix completion address too thin
15936         * src/compose.c
15937                 Fix tab-to-subject behaviour
15938         * src/summaryview.c
15939                 Implement key up & down in summaryview
15940
15941 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15942
15943         * sync 098claws
15944
15945 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15946         * configure.ac
15947           Makefile.am
15948           doc/.cvsignore
15949           doc/Makefile.am
15950                 faq, man, manual moved to doc/
15951         * ac/aspell.m4
15952           ac/check-type.m4
15953           ac/gnupg-check-typedef.m4
15954           ac/openssl.m4
15955           ac/spamassassin.m4
15956           ac/missing/gdk-pixbuf.m4
15957           ac/missing/gpgme.m4
15958           ac/missing/imlib.m4
15959                 fix automake warnings
15960
15961 2003-12-06 Colin Leroy <colin@colino.net>
15962         * src/summaryview.c
15963                 Fix quicksearch
15964
15965 2003-12-05 Colin Leroy <colin@colino.net>
15966         * src/summaryview.c
15967                 Fix going to next unread folder
15968
15969 2003-12-05 Colin Leroy <colin@colino.net>
15970         * src/crash.c
15971                 Fix gtk2 compilation
15972         * src/session.c
15973                 Remove iotag source handler at disconnection
15974         * src/socket.[ch] 
15975                 Remove source handler when closing socket 
15976                 (fixes another seg)
15977
15978 2003-12-04 Colin Leroy <colin@colino.net>
15979         * src/compose.c
15980           src/prefs_account.c
15981           src/prefs_common.c
15982                 Fix some dropdown menus
15983
15984 2003-12-04 Colin Leroy <colin@colino.net>
15985         * src/compose.c
15986                 Fix event handlers on header fields
15987         * src/common/socket.c
15988           src/common/session.c
15989                 Fix segfault with callback (SSL)
15990                 Fix end of session 
15991
15992 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15993
15994         * Fix compile bug in src/compose.c
15995         * removed src/gtk/gtkstext.[ch]
15996
15997 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15998
15999         * Convert character set and escape "text" attributes in toolbar setting
16000         files.
16001         * Fixed bug in button-press-event handling.
16002
16003 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16004
16005         * Fixed bug in key-press-event handling.
16006
16007 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16008
16009         * Enabled to compile tray-icon plugin (Ad-hoc).
16010         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16011
16012 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16013
16014         * Enabled to compile on sylpheed-claws.
16015         (tray-icon plugin still cannot compile yet.)
16016
16017 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16018
16019         * Updated to 0.9.5.
16020
16021 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16022
16023         * Updated to 0.9.4.
16024         * Ported monitoring SSL mechanism to GSource of GLib2
16025         (I don't confirm it)
16026         * Added _gtk2 suffix to key name of font preference to avoid
16027         ovverwriting preference of Gtk+-1.2 version.
16028
16029 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16030
16031         * Updated to 0.9.2.
16032
16033 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16034
16035         * Updated to 0.9.1.
16036         * Translate po files into UTF-8 when execute autogen.sh.
16037
16038 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16039
16040         * Updated to 0.9.0.
16041
16042 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16043
16044         * Plugged GError related memory leaks.
16045
16046 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16047
16048         * Changed default size of fonts.
16049         * Enabled to set titile font size of warning dialog.
16050
16051 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16052
16053         * Embed a sylpheed icon into executable binary on Windows.
16054
16055 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16056
16057         * I forgot to traslate character set of element string in src/xml.c.
16058
16059 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16060
16061         * Fixed detecting bind_textdomain_codeset in configure.in.
16062         * The bug in which "Example" of "Date fromat" preference isn't displayed
16063         correctly has been fixed.
16064
16065 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16066
16067         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16068           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16069           glib-gettextize
16070           Removed intl directory.
16071           Translated po files into UTF-8.
16072           (Thanks! Ryuji Abe)
16073
16074 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16075
16076         * The bug which doesn't unscape string in xml.c has been fixed.
16077
16078 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16079
16080         * The bug which is failed to translate encoding of file name thorough
16081         file dialog has been fixed.
16082
16083 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16084
16085         * Modified to translate file names which is used in inporting/expoting
16086         mbox feature and "Save as" feature into locale encoding.
16087         * Translate file names into locale encoding when "Attache file" and
16088         "Insert file".
16089         * Force set G_BROKEN_FILENAMES environment variable.
16090         * Other minor fixes.
16091
16092 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16093
16094         * Modified to treat MH folder's name as locale encoding.
16095
16096 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16097
16098         * The bug which clash on switching candidates of auto completion of
16099         addresses, cannot use auto completion in Japanesse is fixed
16100         (Thanks! Tokunaga-san)¡¥
16101
16102 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16103
16104         * The bug which cannot switch key accelerator preference has been fixed
16105         (Thanks! smbd-san)¡¥
16106
16107 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16108
16109         * version 0.8.11-gtk2-20030314
16110
16111 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16112
16113         * The bug in which character set conversion of filtering messages has
16114         been fixed.(Thanks! COCOA-san).
16115
16116 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16117
16118         * Revived "Leave space on head" preference in "Message" category.
16119         * A bug which clash when put the cursor to end of buffer and execute
16120         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16121
16122 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16123
16124         * version 0.8.11-gtk2-20030312
16125
16126 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16127
16128         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16129         * Modified to use Pango's API directly for font preference.
16130         * Integrated GtkTextView of textview to one widget.
16131         * Set fonts of header title in textview by "header_title" tag.
16132         * Removed some deprecated codes.
16133
16134 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16135
16136         * Updated to 0.8.11.
16137         * Merged cygwin patch(Thanks! Sakai-san).
16138
16139 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16140
16141         * version 0.8.10-gtk2-20030309