43e92b13f481de0ce484b901c976d6c4b1c50a12
[claws.git] / ChangeLog
1 2006-06-30 [colin]      2.3.1cvs45
2
3         * src/compose.c
4                 Fix signature replacement:
5                 - when no newline before separator
6                 - when reediting
7
8 2006-06-29 [colin]      2.3.1cvs44
9
10         * src/folderview.c
11         * src/folderview.h
12         * src/mainwindow.c
13         * src/summaryview.c
14                 Let 'View/Go to/Next marked' work like
15                 Next new & Next unread: across folders
16                 Change the select_on_entry pref to do
17                 what we want when changing folder
18         * src/common/utils.c
19                 Fix single-quoted links 
20
21 2006-06-29 [colin]      2.3.1cvs43
22
23         * src/gtk/gtkaspell.c
24                 "Sylpheed" and "Sylpheed-Claws" do exist !
25
26 2006-06-29 [colin]      2.3.1cvs42
27
28         * src/imap.c
29                 Forgot to remove debug
30
31 2006-06-29 [colin]      2.3.1cvs41
32
33         * src/imap.c
34         * src/imap.h
35         * src/mainwindow.c
36                 Disconnect from IMAP servers when going
37                 offline. Fixes bug #978 (going to offline-mode 
38                 won't close connections)
39
40 2006-06-29 [colin]      2.3.1cvs40
41
42         * src/main.c
43                 Fix transient setting on failing plugins
44                 Patch by Fabien
45         * src/plugins/pgpcore/sgpgme.c
46                 Only warn for OpenPGP. Most people don't
47                 have CMS available.
48
49 2006-06-29 [colin]      2.3.1cvs39
50
51         * src/compose.c
52                 Fix Spelling menu (discrepancy between context menu
53                 and top menu when folder's dictionary isn't the 
54                 default one)
55         * src/plugins/pgpcore/sgpgme.c
56                 More error reporting about why gpgme can fail
57
58 2006-06-29 [wwp]        2.3.1cvs38
59
60         * src/mainwindow.c
61                 honor the display-header-pane setting even when the message view
62                 is a separate window.
63
64 2006-06-29 [wwp]        2.3.1cvs37
65
66         * src/prefs_actions.c
67                 forgot to commit that one (use of GTK_STOCK_INFO).
68
69 2006-06-29 [colin]      2.3.1cvs36
70
71         * src/imap.c
72                 Better handling of login errors (ask the password
73                 again once), alert in case of error. Fix three
74                 signedness warnings.
75
76 2006-06-28 [wwp]        2.3.1cvs35
77
78         * src/prefs_template.c
79         * src/prefs_matcher.c
80         * src/prefs_filtering_action.c
81         * src/prefs_quote.c
82                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
83                 patch by Fabien Vantard, slightly modified.
84
85 2006-06-28 [paul]
86
87         2.4.0-rc2 released
88
89 2006-06-28 [colin]      2.3.1cvs34
90
91         * src/prefs_account.c
92                 Fix bug #977 (Can't add or edit imap accounts)
93
94 2006-06-28 [colin]      2.3.1cvs33
95
96         * src/mimeview.c
97                 Fix previous
98
99 2006-06-28 [colin]      2.3.1cvs32
100
101         * src/mimeview.c
102                 Save named inlined attachments with "Save all"
103         * src/main.c
104         * src/mbox.c
105         * src/common/plugin.c
106         * src/common/plugin.h
107         * src/common/sylpheed.c
108         * src/common/utils.c
109         * src/plugins/pgpcore/sylpheed.def
110         * src/plugins/pgpinline/sylpheed.def
111         * src/plugins/pgpmime/sylpheed.def
112                 Win32 compatibility patch, by
113                 Werner Koch
114
115 2006-06-28 [wwp]        2.3.1cvs31
116
117         * src/imap.c
118         * src/prefs_folder_item.c
119                 less compilation warnings (thanks to Fabien Vantard), less typos.
120
121 2006-06-28 [paul]       2.3.1cvs30
122
123         * src/gtk/gtkutils.c
124                 gtk_combo_box_set_focus_on_click() is only
125                 available since gtk 2.6.0
126
127 2006-06-28 [paul]       2.3.1cvs29
128
129         * src/prefs_ext_prog.c
130                 fix engrish and add a tooltip for the
131                 'command for 'Display as text' option
132
133 2006-06-28 [paul]
134
135         2.4.0-rc1 released
136
137 2006-06-28 [paul]       2.3.1cvs28
138
139         * ChangeLog
140         * tools/Makefile.am
141                 include textviewer.pl in releases
142
143 2006-06-28 [paul]       2.3.1cvs27
144
145         * src/prefs_ext_prog.c
146                 hide Print command option if libgnomeprint
147                 support is present
148
149 2006-06-27 [colin]      2.3.1cvs26
150
151         * src/compose.c
152                 Fix Esc handling in insert/attach dialog
153                 Don't show this dialog if dragging something
154                 else than text/uri-list
155                 Thanks to Fabien Vantard
156         * tools/textviewer.pl
157                 Filter script to display stuff as text
158                 by H. Merijn Brand
159
160 2006-06-27 [wwp]        2.3.1cvs25
161
162         * src/messageview.c
163                 use the exact product name (message view title), patch
164                 by Fabien Vantard.
165
166 2006-06-27 [ticho]      2.3.1cvs24
167
168         * src/prefs_account.c
169         * src/prefs_common.c
170         * src/prefs_common.h
171         * src/prefs_ext_prog.c
172         * src/textview.c
173                 Add a preference (Preferences/External programs)
174                 to allow "Display as text" to be done via a script
175                 (patch by H.Merijn Brand).
176                 Use GtkComboBox for protocol selection in account
177                 preferences.
178                 Only include current choice for existing accounts, and
179                 insensitivize the combobox.
180
181 2006-06-27 [paul]       2.3.1cvs23
182
183         * src/mbox.c
184                 fix crasher introduced in cvs21.
185                 Thanks to Colin
186
187 2006-06-26 [colin]      2.3.1cvs22
188
189         * src/mbox.c
190                 Fix double-frees when leaving folders
191                 after exporting to mbox
192
193 2006-06-26 [colin]      2.3.1cvs21
194
195         * src/mbox.c
196                 More feedback (and optimisation)
197                 on import/export
198         * src/common/utils.c
199                 Fix case when looking for mail addresses
200         * src/gtk/gtkutils.c
201                 Extra check for (X-)Face
202
203 2006-06-25 [ticho]      2.3.1cvs20
204
205         * src/compose.c
206         * src/exphtmldlg.c
207         * src/gtk/gtkutils.c
208         * src/gtk/gtkutils.h
209                 Added second argument to gtkut_sc_combobox_create() to
210                 control focus-on-click for the widget.
211                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
212
213 2006-06-25 [ticho]      2.3.1cvs19
214
215         * src/compose.c
216         * src/gtk/Makefile.am
217         * src/gtk/combobox.c
218         * src/gtk/combobox.h
219         * src/gtk/gtkutils.c
220         * src/gtk/gtkutils.h
221                 Use GtkComboBox instead of deprecated GtkOptionMenu
222                 for account selector in compose window and for encoding
223                 selector in attachment properties.
224                 Also factorise working with the new GtkComboBox somewhat.
225
226 2006-06-24 [paul]       2.3.1cvs18
227
228         * src/prefs_common.c
229                 use the correct default value
230
231 2006-06-24 [paul]       2.3.1cvs17
232
233         * src/compose.c
234         * src/prefs_common.c
235         * src/prefs_common.h
236         * src/prefs_compose_writing.c
237                 enable setting of default action when
238                 dnd'ing files in the compose window.
239                 (Collaborative effort with wwp)
240
241 2006-06-23 [wwp]        2.3.1cvs16
242
243         * src/compose.c
244                 i18n fix (thanks to Fabien Vantard)
245
246 2006-06-22 [colin]      2.3.1cvs15
247
248         * src/prefs_customheader.c
249                 Don't use filters in custom headers' file 
250                 selector. Remember, extensions mean nothing :)
251
252 2006-06-22 [paul]       2.3.1cvs14
253
254         * configure.ac
255                 allow setting of man directory location
256
257 2006-06-22 [colin]      2.3.1cvs13
258
259         * src/mainwindow.c
260                 Add 'View/Go to/Next unread folder'.
261                 I missed that :)
262
263 2006-06-22 [colin]      2.3.1cvs12
264
265         * src/common/utils.c
266                 Add some subject prefixes
267                 Patch by Bjorn T Johansen <btj@havleik.no>
268
269 2006-06-22 [colin]      2.3.1cvs11
270
271         * manual/advanced.xml
272                 Forgotten hidden pref
273
274 2006-06-21 [paul]       2.3.1cvs10
275
276         * src/prefs_account.c
277                 complete the removal of 'Add date header' option
278
279 2006-06-21 [paul]       2.3.1cvs9
280
281         * src/account.c
282         * src/compose.c
283         * src/prefs_account.c
284         * src/prefs_account.h
285                 remove option to add date header - always
286                 add date header
287         * src/etpan/imap-thread.c
288                 fix warnings (Thanks to Colin)
289
290 2006-06-21 [wwp]        2.3.1cvs8
291
292         * src/folder.c
293                 set the attachment flag when inline text part are (file)named. This is more convenient
294                 when receiving (for instance) inline source files or patches sent using thunderbird.
295
296 2006-06-21 [paul]       2.3.1cvs7
297
298         * src/inc.c
299                 fix off-by-one count of current msg in
300                 statusbar filtering progressbar
301
302 2006-06-21 [paul]       2.3.1cvs6
303
304         * src/folder.c
305                 Show attachment icon even if the part is 'inline'
306                 if the following conditions are met:
307                 - content-type != 'text/plain'
308                 - content-type != '*/pgp-signature'
309                 - either 'name' or 'filename' parameter is not NULL
310                 
311                 Thanks to Colin
312
313 2006-06-21 [paul]       2.3.1cvs5
314
315         * src/messageview.c
316         * src/prefs_common.c
317         * src/prefs_common.h
318         * src/prefs_other.c
319                 add an option to 'Never send Return
320                 Receipts'
321                 Thanks to Colin
322
323 2006-06-20 [mones]      2.3.1cvs4
324
325         * po/es.po
326                 updated
327         * src/compose.c
328                 typo fixed (space after comma)
329         * tools/make.themes.project
330                 remove exec mode from tarball files
331
332 2006-06-20 [colin]      2.3.1cvs3
333
334         * src/news.c
335         * src/procheader.c
336         * src/unmime.c
337                 Better fix for \n's in headers (don't 
338                 break Received: and others)
339
340 2006-06-20 [paul]       2.3.1cvs2
341
342         * src/alertpanel.c
343         * src/textview.c
344                 improve legibility of phishing attempt
345                 dialog
346
347 2006-06-20 [paul]       2.3.1cvs1
348
349         * NEWS
350         * README
351         * configure.ac
352                 Update version number following
353                 stable release
354
355 2006-06-20 [colin]      2.3.0cvs26
356
357         * src/compose.c
358                 When dragging a file to the text of the compose
359                 window, ask whether we want to insert or attach
360                 (I know lots of people who do that to attach)
361
362 2006-06-20 [colin]      2.3.0cvs25
363
364         * src/etpan/imap-thread.c
365                 Fix threshold (the append command is often > 32 bytes)
366
367 2006-06-19 [colin]      2.3.0cvs24
368
369         * src/imap.c
370         * src/etpan/imap-thread.c
371                 Workaround Rockliffe IMAP server bug: replace
372                 "x UID SEARCH (ANSWERED UID 1:*)" with
373                 "x UID SEARCH ANSWERED"
374                 (Rockliffe doesn't handle the parenthesis)
375
376 2006-06-19 [colin]      2.3.0cvs23
377
378         * src/compose.c
379         * src/imap.c
380         * src/etpan/imap-thread.c
381                 Probably fix bug #972 (Freezes when adding 
382                 an attachment to the message)
383         * src/common/defs.h
384                 Modernize Firefox cmd
385
386
387 2006-06-18 [colin]      2.3.0cvs22
388
389         * src/prefs_customheader.c
390                 Only allow correct filenames for various
391                 custom headers
392
393 2006-06-18 [colin]      2.3.0cvs21
394
395         * src/prefs_customheader.c
396                 Add a 'From File...' button in custom headers prefs, which
397                 try to do the right thing: 
398                 for normal headers, use file as plaintext,
399                 for X-Face, calls compface,
400                 for Face, encode to b64.
401
402 2006-06-17 [colin]      2.3.0cvs20
403
404         * src/mh.c
405                 Warning fix
406
407 2006-06-16 [colin]      2.3.0cvs19
408
409         * src/summaryview.c
410                 Recursive quicksearch: show message list
411                 in current folder, *then* search children
412                 in the background.
413
414 2006-06-16 [colin]      2.3.0cvs18
415
416         * src/main.c
417                 Instead of ignoring SIGPIPE, save caches
418                 when getting one. Will fix the fact that
419                 hot caches are out-of-date when logging 
420                 out of Xorg.
421         * src/compose.c
422         * src/prefs_compose_writing.c
423                 Only save text (not attachments) when 
424                 auto-saving to drafts
425         * src/unmime.c
426                 Always replace \n, \r and \t with spaces
427                 in headers
428         * manual/dist/html/Makefile.am
429         * manual/dist/pdf/Makefile.am
430         * manual/dist/ps/Makefile.am
431         * manual/dist/txt/Makefile.am
432         * manual/fr/dist/html/Makefile.am
433         * manual/fr/dist/pdf/Makefile.am
434         * manual/fr/dist/ps/Makefile.am
435         * manual/fr/dist/txt/Makefile.am
436         * manual/pl/dist/html/Makefile.am
437         * manual/pl/dist/pdf/Makefile.am
438         * manual/pl/dist/ps/Makefile.am
439         * manual/pl/dist/txt/Makefile.am
440                 Fix make clean removing pregenerated manuals
441
442
443 2006-06-16 [colin]      2.3.0cvs17
444
445         * src/plugins/pgpcore/sgpgme.c
446         * src/plugins/pgpmime/pgpmime.c
447         * src/plugins/pgpinline/pgpinline.c
448                 Better error reporting in setup_signers.
449                 Don't fallback to default key if specified
450                 key isn't found.
451                 Don't allow signing if more than one secret
452                 key matches the one specified in prefs.
453
454 2006-06-15 [colin]      2.3.0cvs16
455
456         * src/folderview.c
457                 Add "Send queue" in the folder's contextual
458                 menu
459         * src/compose.c
460         * src/messageview.c
461         * src/privacy.c
462         * src/privacy.h
463         * src/procmime.c
464         * src/procmsg.c
465         * src/plugins/pgpcore/passphrase.c
466         * src/plugins/pgpcore/sgpgme.c
467         * src/plugins/pgpinline/pgpinline.c
468         * src/plugins/pgpmime/pgpmime.c
469                 Better error reporting
470         * src/mbox.c
471                 Probably fix bug #971 (2.2.3 cannot read mail 
472                 from local mbox)
473
474
475 2006-06-15 [mones]      2.3.0cvs15
476
477         * tools/make.themes.project
478                 creates the themes project from the web page
479
480 2006-06-15 [colin]      2.3.0cvs14
481
482         * src/folder.c
483                 Better fix (avoid losing the folder if scan_tree 
484                 fails)
485
486 2006-06-15 [cleroy]     2.3.0cvs13
487
488         * src/folder.c
489                 Probably fix Bug #969 (crash on rebuilding 
490                 imap folder)
491
492 2006-06-14 [colin]      2.3.0cvs12
493
494         * manual/dtd/manual.xsl
495         * manual/sylpheed-claws-manual.xml
496         * manual/fr/sylpheed-claws-manual.xml
497         * manual/pl/sylpheed-claws-manual.xml
498                 Insert pagebreaks between sections
499
500 2006-06-14 [paul]       2.3.0cvs11
501
502         * configure.ac
503                 better fix than 2.3.0cvs10
504
505 2006-06-14 [paul]       2.3.0cvs10
506
507         * configure.ac
508                 fix setting of PACKAGE_DATA_DIR with newer autoconf
509                 (backwards compatible)
510
511 2006-06-13 [colin]      2.3.0cvs9
512
513         * src/messageview.c
514                 Fix sending of return receipt with the new queue folders
515
516 2006-06-13 [wwp]        2.3.0cvs8
517
518         * src/quote_fmt_lex.l
519                 fix wrong tokens returned in quote_fmt lexer, query not().
520
521 2006-06-13 [wwp]        2.3.0cvs7
522
523         * src/folder.c
524         * src/prefs_folder_item.c
525                 allow changing folder type even when folder is not a top-level one,
526                 thanks to Colin.
527
528 2006-06-12 [colin]      2.3.0cvs6
529
530         * src/folderview.c
531                 Fix double-ask of "Do you want to mark all
532                 as read"
533
534 2006-06-12 [colin]      2.3.0cvs5
535
536         * src/compose.c
537         * src/compose.h
538         * src/folder.c
539         * src/folder.h
540         * src/imap.c
541         * src/inc.c
542         * src/main.c
543         * src/messageview.c
544         * src/mh.c
545         * src/prefs_folder_item.c
546         * src/procheader.c
547         * src/procmime.c
548         * src/procmsg.c
549         * src/procmsg.h
550         * src/send_message.c
551         * src/summaryview.c
552         * src/toolbar.c
553                 Apply bug #964's patch (Queue and drafts aren't normal)
554                 The Drafts and Queue folder now contain RFC-822 files,
555                 allowing to move and copy mails from and to these 
556                 folders. Moving from Drafts to Queue will prepare the
557                 mail for sending (PGP signature, encryption, etc).
558                 This patch also rework sending errors handling to try
559                 to be more helpful.
560                 Also, allow redefining folder types via the GUI 
561                 (Folder type in its Properties)
562
563 2006-06-12 [colin]      2.3.0cvs4
564
565         * src/summaryview.c
566         * src/prefs_common.c
567         * src/prefs_common.h
568         * src/gedit-print.c
569                 Allow to define a specific print font - patch
570                 by Bernhard Walle <bernhard.walle@gmx.de>
571         * src/prefs_fonts.c
572         * manual/advanced.xml
573         * manual/fr/advanced.xml
574                 Add a hidden pref to allow deletion without
575                 confirmation
576
577 2006-06-12 [wwp]        2.3.0cvs3
578
579         * .cvsignore
580                 more files to ignore.
581
582 2006-06-12 [wwp]        2.3.0cvs2
583
584         * src/quote_fmt.c
585         * src/quote_fmt_lex.l
586         * src/quote_fmt_parse.y
587                 extend the quote_fmt parser (templates and quotes):
588                 - allow limited sub-expressions in |p{} and |f{} expressions,
589                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
590                 - implemented/fixed missing implementation of query_references and show_references,
591                 - completed, fixed contents and format of the symbols help dialog,
592                 - fix some compilation warnings.
593
594 2006-06-12 [wwp]        2.3.0cvs1
595
596         * manual/advanced.xml
597         * manual/fr/advanced.xml
598                 updates in the "templates" section of the manual (eng/fr):
599                  - be more precise (both versions)
600                  - completed to match the english reference (fr version)
601                  - touchups (both versions)
602
603 2006-06-12 [paul]       2.3.0
604
605         2.3.0 released
606
607 2006-06-12 [paul]       2.2.3cvs14
608
609         * po/ca.po
610         * po/cs.po
611         * po/de.po
612         * po/el.po
613         * po/fr.po
614         * po/it.po
615         * po/pt_BR.po
616         * po/sr.po
617         * po/zh_CN.po
618                 updated by Miquel Oliete, Tim, Stephan Sachse,
619                 Stavros Giannouris, Fabien Vantard, Andrea
620                 Spadaccini, Frederico Goncalves Guimaraes,
621                 Aleksandar Urosevic, and Ralgh Young
622
623 2006-06-12 [colin]      2.2.3cvs13
624
625         * src/mbox.c
626                 Add missing header
627
628 2006-06-11 [colin]      2.2.3cvs12
629
630         * src/msgcache.c
631                 Verify that g_malloc() succeeded
632
633 2006-06-11 [colin]      2.2.3cvs11
634
635         * src/wizard.c
636                 Add Face header to welcome mail
637
638 2006-06-10 [colin]      2.2.3cvs10
639
640         * src/textview.c
641                 Revert previous (Forgot it changes the
642                 margin on the whole mail)
643
644 2006-06-10 [colin]      2.2.3cvs9
645
646         * src/textview.c
647                 Don't overlap long headers under (X-)Face
648
649 2006-06-10 [mones]      2.2.3cvs8
650
651         * manual/xml2pdf
652                 allow generation of manual on systems lacking saxon binary
653                 but with java and the saxon library installed
654
655         * po/es.po
656                 updated for release
657
658 2006-06-09 [colin]      2.2.3cvs7
659
660         * src/summaryview.c
661                 Fix leak when using Display Sender using Addressbook
662
663 2006-06-09 [colin]      2.2.3cvs6
664
665         * src/compose.c
666         * src/folder.c
667         * src/folderview.c
668         * src/mimeview.c
669         * src/summaryview.c
670                 More leaks fixes
671
672 2006-06-09 [paul]       2.2.3cvs5
673
674         * AUTHORS
675         * src/gtk/authors.h
676         * tools/claws.i18n.status.pl
677                 updated with new info
678
679 2006-06-09 [paul]       2.2.3cvs4
680
681         * README
682                 updated
683         * manual/ack.xml
684                 add wwp to authors list
685         * src/gtk/authors.h
686                 update mine and Colin's addresses
687
688 2006-06-08 [colin]      2.2.3cvs3
689
690         * src/etpan/imap-thread.c
691                 Fix leak on SSL cert check
692
693 2006-06-08 [colin]      2.2.3cvs2
694
695         * src/common/utils.c
696                 Fix leak
697
698 2006-06-08 [paul]       2.2.3cvs1
699
700         * configure.ac
701                 Update version number following
702                 stable release
703
704 2006-06-07 [colin]      2.2.2cvs3
705
706         * src/msgcache.c
707                 Fix catching cache read errors (guint instead of gint)
708                 Prevent malloc'ing more than 8MB (means cache corruption)
709
710 2006-06-07 [paul]       2.2.2cvs2
711
712         * src/exporthtml.c
713         * src/exportldif.c
714         * src/mh.c
715         * src/mutt.c
716         * src/pine.c
717         * src/common/utils.c
718                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
719                 obey $HOME'
720                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
721                 Thanks to Colin
722
723 2006-06-06 [paul]       2.2.2cvs1
724
725         * configure.ac
726                 Update version number following
727                 stable release
728
729 2006-06-06 [paul]       2.2.1cvs6
730
731         * src/matcher.c
732                 fix  implicit declaration of
733                 sylpheed_do_idle()
734                 Patch by Fabien Vantard
735
736 2006-06-06 [paul]       2.2.1cvs5
737
738         * src/matcher.c
739                 fix age_greater and age_lower so that they
740                 mean what say and not '...or equal to'
741                 Thanks to Colin
742
743 2006-06-06 [paul]       2.2.1cvs4
744
745         * src/textview.c
746         * src/common/utils.c
747                 fix URI check
748                 Thanks to Colin
749
750 2006-06-05 [wwp]        2.2.1cvs3
751
752         * manual/fr/account.xml
753                 minor language fixes (thanks to Fabien Vantard).
754
755 2006-06-05 [colin]      2.2.1cvs2
756
757         * src/prefs_folder_item.c
758         * src/folderview.c
759                 Allow recursive setting of properties 
760                 for whole mailboxes
761         * src/matcher.c
762                 Don't freeze on 'test' filtering rule
763
764 2006-06-05 [colin]      2.2.1cvs1
765
766         * configure.ac
767                 Update version number following
768                 stable release
769
770 2006-06-04 [wwp]        2.2.0cvs82
771
772         * manual/glossary.xml
773         * manual/account.xml
774         * manual/fr/glossary.xml
775         * manual/fr/account.xml
776                 added glossary section and references/links related to the Face custom header.
777
778 2006-06-04 [colin]      2.2.0cvs81
779
780         * src/summaryview.c
781                 Skip to next message on move with no
782                 immediate execution
783
784 2006-06-04 [wwp]        2.2.0cvs80
785
786         * manual/xml2pdf
787                 added sanity checks, exit when needed.
788
789 2006-06-03 [paul]       2.2.0cvs79
790
791         * src/prefs_receive.c
792                 page name is now 'Receiving'
793         * src/prefs_send.c
794                 page name is now 'Sending'
795
796 2006-06-03 [colin]      2.2.0cvs78
797
798         * src/plugins/spamassassin/spamassassin_gtk.c
799                 Autoswitch to Localhost if transport was previously
800                 disabled. Else people had to check [] Enable, then
801                 *reselect* transport.
802
803 2006-06-03 [colin]      2.2.0cvs77
804
805         * src/plugins/pgpinline/pgpinline.c
806         * src/plugins/pgpmime/pgpmime.c
807                 Check that gpg_data_release_and_get_mem 
808                 didn't fail (now, why this happens...)
809
810 2006-06-03 [colin]      2.2.0cvs76
811
812         * src/mbox.c
813                 Fix bug #962 (Manual and/or UI should 
814                 warn about incompatible locking 
815                 causing dataloss)
816
817 2006-06-02 [cleroy]     2.2.0cvs75
818
819         * src/filtering.c
820         * src/folder.c
821         * src/procmsg.c
822         * src/summaryview.c
823                 Fix a few leaks
824
825 2006-06-02 [colin]      2.2.0cvs74
826
827         * src/main.c
828                 On exit, free caches after writing them
829                 Shuts up some valgrind false positives
830         * src/procmsg.c
831         * src/send_message.c
832                 Fix races when reusing existing SMTP connections
833                 Fix inexistant session timeout
834         * src/toolbar.c
835                 Display alertpanel after all queues have
836                 been processed, not after each
837
838 2006-06-02 [wwp]        2.2.0cvs73
839
840         * manual/fr/glossary.xml
841         * manual/fr/ack.xml
842         * manual/ack.xml
843                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
844
845 2006-06-02 [wwp]        2.2.0cvs72
846
847         * manual/xml2pdf
848         * manual/dist/pdf/Makefile.am
849         * manual/dtd/manual.xsl
850         * manual/fr/dist/pdf/Makefile.am
851         * manual/pl/dist/pdf/Makefile.am
852                 we changed the procedure to generate the .pdf version of the manual.
853                 The procedure is more modern and the .pdf we get now has a valid index.
854                 Here are the new pre-requisites:
855
856                 - JRE 1.x (1.4 here): there must be one from your distro
857                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
858                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
859                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
860
861                 See my posts for further info about the installation of this toolchain:
862
863                 Date: Fri, 19 May 2006 19:40:06 +0200
864                 From: wwp <subscript@free.fr>
865                 To: sylpheed-claws-devel@lists.sourceforge.net
866                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
867
868                 and
869
870                 Date: Wed, 24 May 2006 12:58:49 +0200
871                 From: wwp <subscript@free.fr>
872                 To: sylpheed-claws-devel@lists.sourceforge.net
873                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
874
875 2006-06-01 [colin]      2.2.0cvs71
876
877         * src/compose.c
878                 Better guards against IMAP races
879         * src/main.c
880         * src/prefs_common.c
881         * src/prefs_common.h
882         * src/common/ssl_certificate.c
883         * src/etpan/imap-thread.c
884         * src/etpan/imap-thread.h
885         * src/gtk/sslcertwindow.c
886                 New hidden option ssl_skip_cert_check to 
887                 avoid dups of bug #959 (libetpan linked
888                 against gnutls and gnutls buggy on 64bit)
889                 Present expired warning only once per
890                 session/server.
891         * manual/advanced.xml
892         * manual/fr/advanced.xml
893                 Document new option
894
895 2006-06-01 [wwp]        2.2.0cvs70
896
897         * src/messageview.c
898                 fix for bug #961 (return receipt dialog 
899                 complains incorrectly about return-path 
900                 email adress being different), thanks 
901                 to Colin.
902
903 2006-05-31 [cleroy]     2.2.0cvs69
904
905         * src/common/ssl.c
906                 Guard against NULLs, although this
907                 should never be an issue
908
909 2006-05-31 [colin]      2.2.0cvs68
910
911         * src/filtering.c
912                 Use g_slist_prepend
913         * src/imap.c
914                 Don't remove caches when destroying folder, it
915                 could (should) be done at exit
916         * src/inc.c
917                 free processing cache after incorporation
918         * src/etpan/imap-thread.c
919                 Maybe fix bug #959 (Crash on moving to emails 
920                 to a imap account per ssl with a expired 
921                 certificate.)
922
923 2006-05-30 [colin]      2.2.0cvs67
924
925         * src/summaryview.c
926                 Put back event flush when displaying message
927                 It avoids reading a bunch of messages just
928                 by hitting shift-n for too long ;)
929
930 2006-05-29 [colin]      2.2.0cvs66
931
932         * src/summaryview.c
933                 Remove useless g_warnings
934
935 2006-05-29 [colin]      2.2.0cvs65
936
937         * src/imap.c
938                 Fix g_slist_append()s for performance
939
940 2006-05-29 [colin]      2.2.0cvs64
941
942         * src/compose.c
943         * src/common/utils.c
944                 Fix extraneous tab at start of addresses
945         * src/mainwindow.c
946                 Fix warnings (thanks to Fabien)
947                 Fix crash at exit when composing messages 
948                 exist
949         * src/pop.c
950                 Fix progress bar when deleting expired mails
951                 Thanks to Hiro
952         * src/summaryview.c
953         * src/gtk/gtksctree.c
954                 Fix re-sorting slowness
955
956 2006-05-29 [paul]       2.2.0cvs63
957
958         * src/mh.c
959                 fetch full message when moving mails
960                 from another mailbox, (fixed data loss
961                 when filtering from IMAP to MH, introduced
962                 in 2.2.0cvs57).
963                 Thanks to Colin
964
965 2006-05-29 [mones]      2.2.0cvs62
966
967         * src/gtk/gtksctree.c
968                 Unselect faster (patch by Colin)        
969
970 2006-05-26 [colin]      2.2.0cvs61
971
972         * src/summaryview.c
973                 Unplug MSGINFO_UPDATE callback on delete too.
974
975 2006-05-26 [colin]      2.2.0cvs60
976
977         * src/foldersel.c
978                 Fix bold in folder selection window with glib2.10
979                 thanks Hiro
980
981 2006-05-26 [colin]      2.2.0cvs59
982
983         * src/procheader.c
984                 Convert date only if necessary (and don't
985                 try to convert from utf8 to utf8, too)
986         * src/summaryview.c
987                 Only set column's text if the column's 
988                 displayed
989
990 2006-05-26 [colin]      2.2.0cvs58
991
992         * src/summaryview.c
993         * src/gtk/gtkutils.c
994                 Fix useless warning
995
996 2006-05-26 [colin]      2.2.0cvs57
997
998         * src/mainwindow.c
999                 Make summaryview selectable as long as 
1000                 no message has focus
1001         * src/mh.c
1002                 Faster deletion (by implementing mh_remove_msgs)
1003                 Faster copy (avoid using mh_fetch_msg just to get
1004                 the filename)
1005                 Faster move (using move_file instead of copy_file
1006                 if MSG_IS_MOVE)
1007                 No progressbar if total number of mails to cp/mv 
1008                 is less than 100
1009         * src/summaryview.c
1010                 Fix removal from subject_table when mail gets moved
1011                 Faster deletion (g_slist_prepend instead of append)
1012         * src/gtk/gtksctree.c
1013                 Remove useless code
1014
1015 2006-05-25 [colin]      2.2.0cvs56
1016
1017         * src/common/ssl_certificate.c
1018                 Fix leak in expired cert check
1019
1020 2006-05-25 [colin]      2.2.0cvs55
1021
1022         * src/mh.c
1023                 Disable flags syncing on .mh_sequences - it
1024                 is buggy and marks mails read under unknown
1025                 conditions.
1026
1027 2006-05-25 [paul]
1028
1029         * 2.3.0-rc4 released
1030
1031 2006-05-24 [colin]      2.2.0cvs54
1032
1033         attention cvs users: if you manage to crash
1034         Sylpheed-Claws while moving, copying or deleting
1035         mails, we *are* interested in stack traces and
1036         valgrind logs. It looks stable, but one never
1037         knows...
1038
1039         * src/folder.c
1040                 Add progressbar for cache updates
1041         * src/folderutils.c
1042                 Optimize Mark all read in the current
1043                 folder
1044         * src/mh.c
1045                 Add progressbar for copy/move
1046         * src/procmsg.c
1047                 Optimize O(n^2) in copy/move
1048         * src/summaryview.c
1049         * src/gtk/gtksctree.c
1050                 Optimize O(n^2) algos
1051         * src/common/timing.h
1052                 Display ms instead of us
1053
1054 2006-05-24 [wwp]        2.2.0cvs53
1055
1056         * manual/fr/advanced.xml
1057                 updates to the French manual.
1058
1059 2006-05-24 [wwp]        2.2.0cvs52
1060
1061         * src/common/utils.c
1062                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1063
1064 2006-05-24 [wwp]        2.2.0cvs51
1065
1066         * src/folderutils.c
1067                 fixed "mark all read" in MH folders (thanks to Colin).
1068
1069 2006-05-24 [paul]       2.2.0cvs50
1070
1071         * doc/man/sylpheed-claws.1
1072                 updated the man page
1073
1074 2006-05-23 [colin]      2.2.0cvs49
1075
1076         * src/folderview.c
1077         * src/imap.c
1078         * src/inc.c
1079         * src/mbox.c
1080         * src/messageview.c
1081         * src/news.c
1082         * src/send_message.c
1083         * src/summaryview.c
1084         * src/gtk/sslcertwindow.c
1085                 alertpanel fixes, by Fabien
1086
1087 2006-05-23 [colin]      2.2.0cvs48
1088
1089         * src/folder.c
1090         * src/folderview.c
1091         * src/msgcache.c
1092         * src/summaryview.c
1093         * src/gtk/gtksctree.c
1094         * src/gtk/gtksctree.h
1095                 More timings
1096                 Fix slow loading problem, which was caused by the
1097                 use of some gtk_ctree funcs and their use of
1098                 g_list_position while gtk_ctree_(un)link'ing.
1099                 Reap more functions from gtkctree.c to be sure we
1100                 use our (fast) version instead of theirs.
1101         * src/mh.c
1102                 Fix copy of unread mails
1103
1104
1105 2006-05-22 [wwp]        2.2.0cvs47
1106
1107         * manual/fr/advanced.xml
1108                 updated.
1109
1110 2006-05-22 [colin]      2.2.0cvs46
1111
1112         * src/filtering.c
1113                 Fix possible infinite loop. 'copy' is not a 
1114                 final action, so when encountering a 'copy',
1115                 we have to check if a previous one was set
1116                 and do it. In the same way, if we encounter
1117                 a 'move' we have to perform a possibly 
1118                 pending 'copy'. This will slow down filtering
1119                 on IMAP if move+copy or multiple copy actions
1120                 are to be done, but handling it via the batch
1121                 would be really too convoluted.
1122
1123 2006-05-22 [wwp]        2.2.0cvs45
1124
1125         * manual/fr/advanced.xml
1126         * manual/fr/faq.xml
1127         * manual/fr/glossary.xml
1128         * manual/fr/handling.xml
1129         * manual/fr/intro.xml
1130         * manual/fr/plugins.xml
1131         * manual/fr/sylpheed-claws-manual.xml
1132                 sync w/ the english manual: updates URIs, documented mailing-list
1133                 support, better explanation about the enabled/disabled feature
1134                 in filtering/processing rules by Paul.
1135
1136 2006-05-21 [colin]      2.2.0cvs44
1137
1138         * src/summaryview.c
1139                 Don't expand after building threads, but during
1140
1141 2006-05-21 [colin]      2.2.0cvs43
1142
1143         * src/procmsg.c
1144         * src/summaryview.c
1145                 More timing possibilities... For next time I have 
1146                 to find out how the hell some 3GHz computer takes
1147                 one minute to open a 30k folder...
1148
1149 2006-05-21 [colin]      2.2.0cvs42
1150
1151         * manual/pl/advanced.xml
1152         * manual/pl/faq.xml
1153         * manual/pl/glossary.xml
1154         * manual/pl/handling.xml
1155         * manual/pl/intro.xml
1156         * manual/pl/plugins.xml
1157         * manual/pl/sylpheed-claws-manual.xml
1158                 Polish manual updated by Pawel
1159
1160 2006-05-20 [colin]
1161
1162         * 2.3.0-rc3 released
1163
1164 2006-05-20 [colin]      2.2.0cvs41
1165
1166         * src/imap.c
1167                 Fix -rc2 problems:
1168                 - remove cache of moved messages from original folder
1169                 - apply new flags to messages even if they aren't appliable
1170                   via IMAP.
1171
1172 2006-05-20 [colin]
1173
1174         * 2.3.0-rc2 released
1175
1176 2006-05-19 [colin]      2.2.0cvs40
1177
1178         * src/imap.c
1179                 Don't issue SELECT in imap_change_flags
1180                 before having checked that we indeed have
1181                 some flags to change. MSG_POSTFILTERED for
1182                 example can't be used on IMAP.
1183                 Fixes bug #955 (copying messages between 
1184                 imap folders is extremely slow), which was
1185                 a regression.
1186
1187 2006-05-19 [colin]      2.2.0cvs39
1188
1189         * src/folder.c
1190         * src/folder.h
1191         * src/folderview.c
1192                 Try to fix bug #830 (Some unread messages 
1193                 get marked read in IMAP inbox):
1194                 - Prevent scanning a folder if it's being 
1195                   opened via the GUI
1196                 - Postpone opening via the GUI of a folder
1197                   currently scanned.
1198
1199
1200 2006-05-19 [wwp]        2.2.0cvs38
1201
1202         * manual/advanced.xml
1203                 fix English+typo (thanks to Paul).
1204
1205 2006-05-19 [wwp]        2.2.0cvs37
1206
1207         * manual/advanced.xml
1208         * manual/fr/advanced.xml
1209         * src/gtk/logwindow.c
1210         * src/prefs_common.c
1211         * src/prefs_common.h
1212                 added hidden prefs to allow customization of colors used in
1213                 protocol log window (useful for dark gtk+ themes).
1214
1215 2006-05-19 [wwp]        2.2.0cvs36
1216
1217         * ChangeLog
1218                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1219
1220 2006-05-19 [paul]       2.2.0cvs35
1221
1222         * src/textview.c
1223                 make Reply-To fully clickable
1224         * src/gtk/logwindow.c
1225                 more colouring (SMTP ESMTP)
1226         Both patches by Pawel Pekala
1227
1228 2006-05-19 [cleroy]     2.2.0cvs34
1229
1230         * src/mh.c
1231                 Don't update flags from current folder
1232                 Probably fixes bug #935 (Read Messages 
1233                 Revert to Being Marked as Unread)
1234
1235 2006-05-18 [colin]      2.2.0cvs33
1236
1237         * src/imap.c
1238                 Warning fix
1239         * src/compose.c
1240         * src/mainwindow.c
1241         * src/summaryview.c
1242         * src/toolbar.c
1243                 Allow replying to multiple emails
1244                 in multiple windows
1245         * src/mimeview.c
1246         * src/etpan/imap-thread.c
1247                 Leak fixes
1248
1249 2006-05-18 [paul]       2.2.0cvs32
1250
1251         * src/summaryview.c
1252                 keep Mailing-List menu refreshed
1253                 Thanks to Colin
1254
1255 2006-05-18 [paul]       2.2.0cvs31
1256
1257         * manual/advanced.xml
1258         * manual/faq.xml
1259         * manual/glossary.xml
1260         * manual/handling.xml
1261         * manual/intro.xml
1262         * manual/plugins.xml
1263         * manual/sylpheed-claws-manual.xml
1264                 update URLs
1265                 add info about mailing-list support
1266                 edit filtering info
1267         * src/wizard.c
1268         * src/common/defs.h
1269         * src/gtk/about.c
1270         * src/plugins/dillo_viewer/README
1271                 update URLs
1272
1273 2006-05-17 [wwp]        2.2.0cvs30
1274
1275         * manual/handling.xml
1276         * manual/fr/handling.xml
1277                 documented the ability to enabled/disable filtering/processing rules.
1278
1279 2006-05-17 [colin]      2.2.0cvs29
1280
1281         * src/main.c
1282                 Don't initialize g_thread subsystem if it's 
1283                 already done (thanks to Hiro)
1284         * src/mimeview.c
1285                 Fix saving of parts when there name can't be
1286                 converted from UTF-8.
1287
1288 2006-05-17 [paul]       2.2.0cvs28
1289
1290         * po/Makefile.in.in
1291                 fix config.status warning with autoconf 2.60
1292
1293 2006-05-17 [paul]       2.2.0cvs27
1294
1295         * po/POTFILES.in
1296                 add src/mbox.c
1297
1298 2006-05-17 [wwp]        2.2.0cvs26
1299
1300         * src/mainwindow.c
1301                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1302
1303 2006-05-17 [wwp]        2.2.0cvs25
1304
1305         * src/plugins/demo/demo.c
1306                 updated product name in plugin demo (many plugins need to be
1307                 sync'ed w/ that change).
1308
1309 2006-05-17 [colin]      2.2.0cvs24
1310
1311         * src/mh.c
1312                 Fix leak
1313
1314 2006-05-16 [colin]      2.2.0cvs23
1315
1316         * src/mainwindow.c
1317                 Stupid me hit again. Fix cvs22.
1318
1319 2006-05-16 [colin]      2.2.0cvs22
1320
1321         * src/mainwindow.c
1322                 Fix bug #922 (sylpheed-claws crashed after 
1323                 pushing on Inbox folder)
1324
1325 2006-05-16 [colin]      2.2.0cvs21
1326
1327         * src/compose.c
1328                 Make From header be copy/paste/select-able
1329
1330 2006-05-16 [wwp]        2.2.0cvs20
1331
1332         * src/export.c
1333         * src/matcher.c
1334         * src/summaryview.c
1335         * src/etpan/imap-thread.c
1336                 fix some compiler warnings (thanks to Colin).
1337
1338 2006-05-16 [wwp]        2.2.0cvs19
1339
1340         * src/action.c
1341         * src/gedit-print.c
1342         * src/inc.c
1343         * src/mainwindow.c
1344         * src/mh.c
1345         * src/statusbar.c
1346         * src/send_message.c
1347         * src/summaryview.c
1348                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1349
1350 2006-05-15 [colin]      2.2.0cvs18
1351
1352         * src/procmsg.c
1353                 Fix automatic rule creation with List-Post
1354
1355 2006-05-15 [paul]       2.2.0cvs17
1356
1357         * tools/filter_conv_new.pl
1358                 updated for rule enabling/disabling
1359                 claws version >= 2.3.x required
1360
1361 2006-05-15 [cleroy]     2.2.0cvs16
1362
1363         * src/main.c
1364                 Revert test
1365
1366 2006-05-15 [cleroy]     2.2.0cvs15
1367
1368         * src/main.c
1369                 test
1370
1371 2006-05-15 [wwp]        2.2.0cvs14
1372
1373         * manual/pl/.cvsignore
1374                 ignore generated files.
1375
1376 2006-05-14 [wwp]        2.3.0-rc1
1377
1378         * 2.3.0-rc1 released
1379
1380 2006-05-13 [wwp]        2.2.0cvs13
1381
1382         * src/filtering.c
1383         * src/filtering.h
1384         * src/matcher.c
1385         * src/matcher_parser_lex.l
1386         * src/matcher_parser_parse.y
1387         * src/prefs_filtering.c
1388                 new feature: provide the ability to disable filtering and processing
1389                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1390                 adaptations.
1391
1392 2006-05-13 [colin]      2.2.0cvs12
1393
1394         * src/compose.c
1395                 Remove useless if (a) b; else b;
1396                 Thanks to wwp
1397
1398 2006-05-13 [wwp]        2.2.0cvs11
1399
1400         * src/export.c
1401         * src/import.c
1402         * src/mainwindow.c
1403         * src/mbox.c
1404         * src/summaryview.c
1405         * src/summaryview.h
1406                 no more silent failures (or at least less ones) when importing
1407                 or exporting from/to mbox. Also start importing/exporting if
1408                 the necessary info is set.
1409
1410 2006-05-13 [wwp]        2.2.0cvs10
1411
1412         * RELEASE_NOTES
1413                 restored up-to-date release notes.
1414
1415 2006-05-13 [paul]       2.2.0cvs9
1416
1417         * po/nl.po
1418         * po/ru.po
1419                 updated by Tim Dijkstra and Pavlo Bohmat
1420
1421 2006-05-12 [colin]      2.2.0cvs8
1422
1423         * src/gtk/quicksearch.c
1424                 Add "k" as shortcut for "colorlabel". Patch
1425                 by ath42@users.sf.net.
1426
1427 2006-05-12 [paul]       2.2.0cvs7
1428
1429         * src/prefs_common.h
1430         * src/prefs_summaries.c
1431         * src/summaryview.c
1432                 when entering a folder also allow
1433                 going directly to first Marked message
1434
1435 2006-05-12 [paul]       2.2.0cvs6
1436
1437         * src/summaryview.c
1438                 always obey 'confirm before marking all
1439                 mails read' option
1440
1441 2006-05-12 [paul]       2.2.0cvs5
1442
1443         * src/textview.c
1444                 make Sender fully clickable
1445
1446 2006-05-12 [colin]      2.2.0cvs4
1447
1448         * src/compose.c
1449         * src/compose.h
1450                 Let From be editable
1451         * src/main.c
1452         * src/mh.c
1453                 Full support of .mh_sequences' Unseen seq
1454
1455 2006-05-12 [colin]      2.2.0cvs3
1456
1457         * src/folder.c
1458         * src/mainwindow.c
1459         * src/mainwindow.h
1460         * src/messageview.c
1461         * src/prefs_spelling.c
1462         * src/procheader.c
1463         * src/procmsg.c
1464         * src/procmsg.h
1465         * src/summaryview.c
1466         * src/toolbar.c
1467         * src/toolbar.h
1468                 Add contextual menu on Compose toolbar
1469                 button. Fixes bug #944 (Automatic
1470                 addresses not applied when changing account
1471                 from compose window)
1472                 add Mailing List support
1473                 based on the old 0.6.5claws25 patch by
1474                 Melvin Hadasht, with finishing touches
1475                 by Colin
1476                 Fix "ignore thread" when mails are threaded by
1477                 subject (and weren't ignored although appearing
1478                 in the thread).
1479                 GUI rework.
1480                 Both patches by Pawel.
1481
1482 2006-05-08 [paul]       2.2.0cvs2
1483
1484         * src/mainwindow.c
1485         * src/mainwindow.h
1486         * src/messageview.c
1487         * src/procheader.c
1488         * src/procmsg.c
1489         * src/procmsg.h
1490         * src/summaryview.c
1491                 add Mailing List support
1492                 based on the old 0.6.5claws25 patch by 
1493                 Melvin Hadasht, with finishing touches
1494                 by Colin
1495
1496 2006-05-08 [colin]      2.2.0cvs1
1497
1498         * src/mainwindow.c
1499         * src/toolbar.c
1500         * src/toolbar.h
1501                 Add contextual menu on Compose toolbar 
1502                 button. Fixes bug #944 (Automatic 
1503                 addresses not applied when changing account 
1504                 from compose window)
1505
1506 2006-05-08 [paul]       2.2.0
1507
1508         2.2.0 released
1509
1510 2006-05-08 [paul]       2.1.1cvs51
1511
1512         * po/cs.po
1513         * po/de.po
1514         * po/en_GB.po
1515         * po/fi.po
1516         * po/fr.po
1517         * po/pt_BR.po
1518         * po/sr.po
1519         * po/zh_CN.po
1520                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1521                 Fabien Vantard, Frederico Goncalves Guimaraes,
1522                 Aleksandar Urosevic, and Ralgh Young
1523
1524 2006-05-12 [colin]      2.1.1cvs50
1525
1526         * po/cs.po
1527         * po/de.po
1528         * po/en_GB.po
1529         * po/es.po
1530         * po/fi.po
1531         * po/fr.po
1532         * po/pt_BR.po
1533         * po/sr.po
1534         * po/zh_CN.po
1535                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1536                 Fabien Vantard, Frederico Goncalves Guimaraes,
1537                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1538
1539 2006-05-05 [colin]      2.1.1cvs49
1540
1541         * manual/Makefile.am
1542         * manual/pl/Makefile.am
1543         * manual/pl/account.xml
1544         * manual/pl/ack.xml
1545         * manual/pl/addrbook.xml
1546         * manual/pl/advanced.xml
1547         * manual/pl/faq.xml
1548         * manual/pl/glossary.xml
1549         * manual/pl/gpl.xml
1550         * manual/pl/handling.xml
1551         * manual/pl/intro.xml
1552         * manual/pl/keyboard.xml
1553         * manual/pl/plugins.xml
1554         * manual/pl/starting.xml
1555         * manual/pl/sylpheed-claws-manual.xml
1556         * manual/pl/dist/.cvsignore
1557         * manual/pl/dist/Makefile.am
1558         * manual/pl/dist/html/.cvsignore
1559         * manual/pl/dist/html/Makefile.am
1560         * manual/pl/dist/pdf/.cvsignore
1561         * manual/pl/dist/pdf/Makefile.am
1562         * manual/pl/dist/ps/.cvsignore
1563         * manual/pl/dist/ps/Makefile.am
1564         * manual/pl/dist/txt/.cvsignore
1565         * manual/pl/dist/txt/Makefile.am
1566                 Add the polish translation of the manual,
1567                 Authored by Pawel Pekala.
1568
1569 2006-05-05 [cleroy]     2.1.1cvs48
1570
1571         * src/main.c
1572                 Re-read matcherrc after loading plugins 
1573                 if some of them add folders.
1574
1575 2006-05-03 [colin]      2.1.1cvs47
1576
1577         * src/imap.c
1578                 I'm idiot
1579
1580 2006-05-03 [colin]      2.1.1cvs46
1581
1582         * src/imap.c
1583                 Be sure to have a session when
1584                 getting separator
1585
1586 2006-05-03 [colin]      2.1.1cvs45
1587
1588         * src/imap.c
1589         * src/imap.h
1590         * src/imap_gtk.c
1591                 Fix preventing renaming with namespace 
1592                 separator.
1593
1594 2006-05-01 [colin]      2.1.1cvs44
1595
1596         * src/action.c
1597                 Don't reload messageview when result of
1598                 action is piped.
1599
1600 2006-04-29 [colin]      2.1.1cvs43
1601
1602         * src/prefs_receive.c
1603         * src/plugins/spamassassin/spamassassin_gtk.c
1604         * src/plugins/clamav/clamav_plugin_gtk.c
1605                 GUI fixes by Pawel
1606
1607 2006-04-29 [colin]      2.1.1cvs42
1608
1609         * src/prefs_compose_writing.c
1610         * src/prefs_quote.c
1611                 Cleanups. Patch by Pawel
1612
1613 2006-04-28 [paul]       2.1.1cvs41
1614
1615         * src/matcher.c
1616                 fix returned quick search results when search
1617                 term contains an underscore.
1618                 Thanks to Colin
1619
1620 2006-04-28 [paul]       2.1.1cvs40
1621
1622         * src/prefs_message.c
1623         * src/prefs_receive.c
1624                 GUI cleanups
1625                 Patches by Pawel Pekala
1626
1627 2006-04-27 [colin]      2.1.1cvs39
1628
1629         * src/wizard.c
1630                 Differentiate subject Welcome from
1631                 window's title Welcome
1632
1633 2006-04-27 [paul]
1634
1635         2.2.0-rc1 released
1636
1637 2006-04-27 [paul]       2.1.1cvs38
1638
1639         * manual/advanced.xml
1640         * manual/fr/advanced.xml
1641                 add info about compose_no_markup hidden pref
1642
1643 2006-04-27 [paul]       2.1.1cvs37
1644
1645         * src/prefs_account.c
1646                 improve privacy labels
1647         * src/prefs_msg_colors.c
1648                 change some strings for translators' convenience
1649         * src/gtk/gtkutils.c
1650                 don't underline the link button text
1651
1652 2006-04-25 [colin]      2.1.1cvs36
1653
1654         * src/folder.c
1655                 Complete 2.1.1cvs33 (once more ;)
1656
1657 2006-04-25 [colin]      2.1.1cvs35
1658
1659         * src/editldap.c
1660                 Fix tooltip
1661
1662 2006-04-25 [cleroy]     2.1.1cvs34
1663
1664         * src/compose.c
1665         * src/gtk/gtkaspell.c
1666                 Fix crash on redirect (related to the return 
1667                 of the aspell menu in compose's toolbar)
1668         * src/prefs_msg_colors.c
1669                 Fix sensitivity widgets
1670         * src/image_viewer.c
1671         * src/gtk/pluginwindow.c
1672         * src/gtk/prefswindow.c
1673                 Change released signals to clicked (Fabien)
1674         * po/POTFILES.in
1675         * src/common/socket.c
1676         * src/plugins/spamassassin/spamassassin.c
1677                 Translate strings (Fabien)
1678
1679 2006-04-25 [paul]       2.1.1cvs33
1680
1681         * src/folder.c
1682         * src/folder.h
1683         * src/folderview.c
1684                 complete the fix of bug #912
1685                 Thanks to Colin
1686
1687 2006-04-25 [colin]      2.1.1cvs32
1688
1689         * src/news.c
1690                 Better progress bar
1691         * src/mimeview.c
1692         * src/summaryview.c
1693         * src/summaryview.h
1694                 Fix focus chain
1695                 Patches by Pawel Pekala
1696
1697 2006-04-24 [colin]      2.1.1cvs31
1698
1699         * src/compose.c
1700                 Fix compilation warnings (Fabien)
1701
1702 2006-04-24 [colin]      2.1.1cvs30
1703
1704         * src/addrindex.c
1705         * src/editldap.c
1706         * src/editldap_basedn.c
1707         * src/editldap_basedn.h
1708         * src/ldapctrl.c
1709         * src/ldapctrl.h
1710         * src/ldapquery.c
1711         * src/ldaputil.c
1712         * src/ldaputil.h
1713                 Fix bug #901 (LDAPS support)
1714
1715 2006-04-24 [colin]      2.1.1cvs29
1716
1717         * src/compose.c
1718                 Fix logic on error with send dialog on
1719         * src/imap.c
1720                 Fix compilation without libetpan, thanks
1721                 to Fabien
1722         * src/summaryview.c
1723                 Fix 'context-menu' key
1724
1725 2006-04-23 [colin]      2.1.1cvs28
1726
1727         * src/folder.c
1728                 Never free current's cache to free up 
1729                 memory. Fixes bug #912 (new count 
1730                 randomly set to message count)
1731
1732 2006-04-23 [colin]      2.1.1cvs27
1733
1734         * src/gtk/quicksearch.c
1735                 And remove printf...
1736
1737 2006-04-23 [colin]      2.1.1cvs26
1738
1739         * src/gtk/quicksearch.c
1740                 Fix replacing in quicksearch, and fix inserting
1741                 in the middle of the string. (introduced at 2.1.0cvs22)
1742
1743 2006-04-23 [colin]      2.1.1cvs25
1744
1745         * src/imap.c
1746                 Make sure uidnext is initialized in get_num_list
1747                 (not for stable, related to 2.1.1cvs8 and friends)
1748
1749 2006-04-23 [colin]      2.1.1cvs24
1750
1751         * src/imap.c
1752                 Output something when login is successful
1753                 too
1754
1755 2006-04-23 [colin]      2.1.1cvs23
1756
1757         * src/etpan/imap-thread.c
1758                 Better logging (line-per-line, hide data in fetch)
1759                 Fix a const warning
1760         * src/gtk/logwindow.c
1761         * src/gtk/logwindow.h
1762                 Better logging (color for input/output)
1763
1764 2006-04-21 [colin]      2.1.1cvs22
1765
1766         * src/gtk/quicksearch.c
1767                 On gtk+-2.8, use stock buttons in quicksearch
1768                 Based on a patch by Fabien and a design by Paul
1769
1770 2006-04-21 [colin]      2.1.1cvs21
1771
1772         * src/folderview.c
1773         * src/mainwindow.c
1774                 Fix occasional flicker in folderview
1775         * src/common/utils.c
1776                 Fix bug #943 (Incorrectly parsed email address 
1777                 list in short headers on message view and in 
1778                 printouts)
1779
1780 2006-04-20 [colin]      2.1.1cvs20
1781
1782         * src/imap.c
1783         * src/imap.h
1784         * src/prefs_account.c
1785                 Add ANONYMOUS auth for IMAP
1786
1787 2006-04-20 [paul]       2.1.1cvs19
1788
1789         * src/main.c
1790                 proper fix for 2.1.1cvs18
1791                 Thanks to Colin
1792
1793 2006-04-20 [paul]       2.1.1cvs18
1794
1795         * src/main.c
1796                 fix build warnings
1797
1798 2006-04-20 [paul]       2.1.1cvs17
1799
1800         * src/gtk/quicksearch.c
1801                 fix standard, non-extended Quick search,
1802                 was broken in 2.1.1cvs15.
1803                 Thanks to Colin.
1804
1805 2006-04-20 [colin]      2.1.1cvs16
1806
1807         * src/prefs_matcher.c
1808                 Fix values when reselecting a ~test
1809                 rule
1810
1811 2006-04-19 [colin]      2.1.1cvs15
1812
1813         * src/compose.c
1814         * src/compose.h
1815         * src/gtk/gtkaspell.c
1816         * src/gtk/gtkaspell.h
1817                 Put back Options menu in Spelling/
1818         * src/gtk/quicksearch.c
1819                 Don't search, and show error, if the
1820                 advanced search has a syntax error
1821
1822 2006-04-18 [colin]      2.1.1cvs14
1823
1824         * src/textview.c
1825                 Fix gdk warnings on set_cursor when textview
1826                 isn't visible
1827
1828 2006-04-18 [colin]      2.1.1cvs13
1829
1830         * src/gtk/gtksctree.c
1831                 Remove seemingly useless refresh that causes
1832                 flicker - watch this commit in case of 
1833                 problems before planned backport to stable
1834
1835 2006-04-18 [colin]      2.1.1cvs12
1836
1837         * src/imap.c
1838                 Factorize get/set_xml code
1839         * src/compose.c
1840         * src/prefs_account.c
1841         * src/prefs_account.h
1842         * src/procmsg.c
1843                 Add Encrypt to self option
1844
1845 2006-04-17 [colin]      2.1.1cvs11
1846
1847         * configure.ac
1848                 Fix search on encrpyt function on dragonfly
1849                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1850
1851 2006-04-17 [colin]      2.1.1cvs10
1852
1853         * src/prefs_account.c
1854                 Be safe by default: remove mails from POP3
1855                 after 7 days, not immediately
1856
1857 2006-04-17 [colin]      2.1.1cvs9
1858
1859         * src/etpan/imap-thread.c
1860                 Fix build on DragonFly - patch by 
1861                 Jonathan Buschmann <jonthn@agmact.com>
1862
1863 2006-04-17 [colin]      2.1.1cvs8
1864
1865         * src/imap.c
1866                 Save uidnext between sessions
1867
1868 2006-04-17 [colin]      2.1.1cvs7
1869
1870         * src/imap.c
1871                 scan is required when uid validity changes
1872
1873 2006-04-17 [colin]      2.1.1cvs6
1874
1875         * src/folderview.c
1876                 Don't scan if not necessary, apart in current
1877                 folder and INBOX to fetch flags.
1878         * src/imap.c
1879                 Scan is necessary if unread count changes
1880
1881 2006-04-17 [colin]      2.1.1cvs5
1882
1883         * src/imap.c
1884                 ...But always fetch ANSWERED and DELETED flags for
1885                 INBOX, as filtering can happen on these flags.
1886
1887 2006-04-17 [colin]      2.1.1cvs4
1888
1889         * src/imap.c
1890                 Don't fetch REPLIED and DELETED flags when synchronising
1891                 flags with a closed folder. We only need UNSEEN and FLAGGED
1892                 to update the folderview.
1893
1894 2006-04-17 [colin]      2.1.1cvs3
1895
1896         * src/imap.c
1897                 Faster flag search when there are new mails 
1898                 in a folder. We can do a full search if the 
1899                 folder contains less messages than the new
1900                 list.
1901
1902 2006-04-17 [colin]      2.1.1cvs2
1903
1904         * po/cs.po
1905         * po/de.po
1906         * po/fr.po
1907         * po/nl.po
1908         * po/pt_BR.po
1909                 Update translations from stable branch
1910
1911 2006-04-17 [colin]      2.1.1cvs1
1912
1913         * configure.ac
1914                 Bump version to follow stable release
1915
1916 2006-04-16 [mones]      2.1.0cvs50
1917
1918         * po/es.po
1919                 Updated for release
1920
1921 2006-04-16 [colin]      2.1.0cvs49
1922
1923         * src/textview.c
1924                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1925                 with gtk < 2.8. Thanks to Fabien Vantard.
1926
1927 2006-04-15 [colin]      2.1.0cvs48
1928
1929         * src/etpan/imap-thread.c
1930                 Fix bug #919 (libetpan: SEGV when connecting 
1931                 using command)
1932
1933 2006-04-14 [colin]      2.1.0cvs47
1934
1935         * src/main.c
1936                 Fix race on --select (should be done better)
1937
1938 2006-04-14 [wwp]        2.1.0cvs46
1939
1940         * src/send_message.c
1941                 enforce a check for domain in account prefs (a sending
1942                 error could be faced if domain was checked but no value set),
1943                 thanks to Colin.
1944
1945 2006-04-14 [colin]      2.1.0cvs45
1946
1947         * src/codeconv.c
1948                 when converting from unknown to unknown, if the
1949                 string is UTF8, don't convert it to the locale
1950                 (which breaks it)
1951
1952 2006-04-14 [colin]      2.1.0cvs44
1953
1954         * src/compose.c
1955                 Don't try to use ASCII for converting headers
1956                 (as done in body)
1957
1958 2006-04-14 [paul]       2.1.0cvs43
1959
1960         * src/crash.c
1961                 add locale/charset info to crash report
1962         * src/gtk/about.c
1963                 add wwp to doc team
1964                 replace 'e-mail' with preferred 'email'
1965         * src/gtk/authors.h
1966                 ensure contributors list is in alphabetical
1967                 order
1968
1969 2006-04-13 [colin]      2.1.0cvs42
1970
1971         * src/textview.c
1972                 Prevent gdk warnings
1973
1974 2006-04-13 [colin]      2.1.0cvs41
1975
1976         * src/common/ssl_certificate.c
1977         * src/common/ssl_certificate.h
1978         * src/gtk/sslcertwindow.c
1979                 Warn on expired certs, and display the expiration date
1980
1981 2006-04-13 [colin]      2.1.0cvs40
1982
1983         * src/plugins/spamassassin/spamassassin_gtk.c
1984                 Fix missing set_text on unix socket
1985
1986 2006-04-13 [wwp]        2.1.0cvs39
1987
1988         * manual/fr/advanced.xml
1989         * manual/fr/glossary.xml
1990                 applied new spam/ham/email lexicon (pourriel, courriel)
1991
1992 2006-04-13 [paul]       2.1.0cvs38
1993
1994         * src/plugins/pgpmime/plugin.c
1995                 remove the mention of S/MIME from the
1996                 description. This is now handled by the
1997                 S/MIME plugin.
1998
1999 2006-04-13 [paul]       2.1.0cvs37
2000
2001         * src/prefs_msg_colors.c
2002                 rework dialog
2003         * src/prefs_folder_item.c
2004         * src/prefs_spelling.c
2005                 add a tooltip to the colour selector buttons
2006
2007 2006-04-13 [wwp]        2.1.0cvs36
2008
2009         * manual/advanced.xml
2010         * manual/glossary.xml
2011         * manual/handling.xml
2012         * manual/keyboard.xml
2013         * manual/plugins.xml
2014         * manual/starting.xml
2015         * manual/fr/account.xml
2016         * manual/fr/ack.xml
2017         * manual/fr/addrbook.xml
2018         * manual/fr/advanced.xml
2019         * manual/fr/faq.xml
2020         * manual/fr/glossary.xml
2021         * manual/fr/gpl.xml
2022         * manual/fr/handling.xml
2023         * manual/fr/intro.xml
2024         * manual/fr/keyboard.xml
2025         * manual/fr/plugins.xml
2026         * manual/fr/starting.xml
2027         * manual/fr/sylpheed-claws-manual.xml
2028                 fixes to the manuals:
2029                  - summaryview -> Message List (same in French)
2030                  - translate key names
2031                  - fix French punctuation, use non-breakable spaces when
2032                    necessary, don't use &thinsp; which is not portable
2033                  - tell what maildir and mbox formats we support
2034
2035 2006-04-12 [wwp]        2.1.0cvs35
2036
2037         * src/prefs_toolbar.c
2038                 unified a replace button more,
2039                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2040
2041 2006-04-12 [wwp]        2.1.0cvs34
2042
2043         * src/prefs_common.c
2044         * src/prefs_msg_colors.c
2045                 make default color labels translatable,
2046                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2047                 thanks to Tim <timbrain@post.cz> for reporting.
2048
2049 2006-04-12 [wwp]        2.1.0cvs33
2050
2051         * manual/glossary.xml
2052         * manual/intro.xml
2053         * manual/plugins.xml
2054         * manual/starting.xml
2055         * manual/sylpheed-claws-manual.xml
2056         * manual/fr/.cvsignore
2057         * manual/fr/account.xml
2058         * manual/fr/ack.xml
2059         * manual/fr/addrbook.xml
2060         * manual/fr/advanced.xml
2061         * manual/fr/faq.xml
2062         * manual/fr/glossary.xml
2063         * manual/fr/handling.xml
2064         * manual/fr/intro.xml
2065         * manual/fr/keyboard.xml
2066         * manual/fr/plugins.xml
2067         * manual/fr/starting.xml
2068         * manual/fr/sylpheed-claws-manual.xml
2069                 various fixes: typos, missing .fr translations, punctuation,
2070                 capitalization, links, accents and some bad French more.
2071
2072 2006-04-12 [wwp]        2.1.0cvs32
2073
2074         * src/prefs_gtk.c
2075                 fix for bug #935: always store prefs files in UTF-8 (thanks
2076                 to Colin).
2077
2078 2006-04-11 [colin]      2.1.0cvs31
2079
2080         * src/compose.c
2081                 Fix inserting files not in utf8 when locale is utf8
2082
2083 2006-04-11 [colin]      2.1.0cvs30
2084
2085         * src/inc.c
2086                 Don't show error dialog when cancelling connection
2087                 Patch by Pawel
2088
2089 2006-04-11 [cleroy]     2.1.0cvs29
2090
2091         * src/compose.c
2092                 Implement multiple quote levels
2093         * src/prefs_common.c
2094                 Change a little bit the quote bgcolor for 2nd level
2095
2096 2006-04-11 [colin]      2.1.0cvs28
2097
2098         * src/gtk/about.c
2099                 Add locale and charset in the label
2100
2101 2006-04-10 [colin]      2.1.0cvs27
2102
2103         * src/compose.c
2104         * src/prefs_common.c
2105         * src/prefs_common.h
2106         * src/prefs_msg_colors.c
2107         * src/textview.c
2108                 Allow optional background color in quotes
2109                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2110                 GTK+-2.8.x feature
2111
2112 2006-04-10 [colin]      2.1.0cvs26
2113
2114         * src/main.c
2115         * src/mainwindow.c
2116         * src/mainwindow.h
2117                 Implement --select
2118
2119 2006-04-10 [colin]      2.1.0cvs25
2120
2121         * manual/plugins.xml
2122         * manual/fr/plugins.xml
2123                 Document libcurl's proxy variables
2124
2125 2006-04-09 [colin]      2.1.0cvs24
2126
2127         * src/prefs_common.c
2128                 gettext() returns statically allocated stuff. We have
2129                 to strdup it in order to be able to free it.
2130
2131 2006-04-09 [colin]      2.1.0cvs23
2132
2133         * AUTHORS
2134         * src/gtk/authors.h
2135                 Add Alexei
2136
2137 2006-04-09 [colin]      2.1.0cvs22
2138
2139         * src/mainwindow.c
2140         * src/gtk/quicksearch.c
2141                 Fix bug #859 (problems with cyrilic input in 
2142                 search panel) - Patch by Alexey Illarionov 
2143                 <littlesavage@rambler.ru>
2144
2145 2006-04-09 [colin]      2.1.0cvs21
2146
2147         * src/prefs_customheader.c
2148                 I prefer removing then freeing rather than the contrary
2149                 (even if it doesn't change anything ;-)
2150         * src/prefs_account.c
2151                 Fix bug #933 (Crash re-entering the custom headers list 
2152                 dialog in accounts prefs)
2153                 The problem happened when cancelling the Account 
2154                 Preferences' dialogs - in which case we didn't do 
2155                 anything to the PrefsAccount * struct. In case of applying,
2156                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2157                 working with in this dialog. The problem is that 
2158                 prefs_customheader.c, working on this tmp_ac_prefs, always
2159                 changes the ->customhdr_list pointer, even when cancelled. 
2160                 So in case of cancelling the prefs_account dialog, we still
2161                 have to update ->customhdr_list in the real account.
2162
2163 2006-04-08 [colin]      2.1.0cvs20
2164
2165         * manual/fr/glossary.xml
2166         * manual/fr/keyboard.xml
2167                 Forgot some headers :)
2168
2169 2006-04-08 [colin]      2.1.0cvs19
2170
2171         * manual/Makefile.am
2172         * manual/fr/Makefile.am
2173         * manual/fr/account.xml
2174         * manual/fr/ack.xml
2175         * manual/fr/addrbook.xml
2176         * manual/fr/advanced.xml
2177         * manual/fr/faq.xml
2178         * manual/fr/glossary.xml
2179         * manual/fr/gpl.xml
2180         * manual/fr/handling.xml
2181         * manual/fr/intro.xml
2182         * manual/fr/keyboard.xml
2183         * manual/fr/plugins.xml
2184         * manual/fr/starting.xml
2185         * manual/fr/sylpheed-claws-manual.xml
2186         * manual/fr/dist/.cvsignore
2187         * manual/fr/dist/Makefile.am
2188         * manual/fr/dist/html/.cvsignore
2189         * manual/fr/dist/html/Makefile.am
2190         * manual/fr/dist/pdf/.cvsignore
2191         * manual/fr/dist/pdf/Makefile.am
2192         * manual/fr/dist/ps/.cvsignore
2193         * manual/fr/dist/ps/Makefile.am
2194         * manual/fr/dist/txt/.cvsignore
2195         * manual/fr/dist/txt/Makefile.am
2196                 Add the french translation of the manual. Thanks to
2197                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2198                 account.xml, ack.xml, addrbook.xml and advanced.xml
2199
2200 2006-04-08 [colin]      2.1.0cvs18
2201
2202         * manual/plugins.xml
2203         * manual/starting.xml
2204                 More fixes
2205
2206 2006-04-07 [colin]      2.1.0cvs17
2207
2208         * manual/faq.xml
2209         * manual/intro.xml
2210         * manual/keyboard.xml
2211                 Little fixes
2212
2213 2006-04-07 [colin]      2.1.0cvs16
2214
2215         * README
2216         * src/compose.c
2217         * src/prefs_common.c
2218         * src/prefs_common.h
2219                 Add hidden compose_no_markup pref
2220
2221 2006-04-07 [wwp]        2.1.0cvs15
2222
2223         * src/summary_search.c
2224         * .cvsignore
2225                 Bugfix: stop button was sticky when searching in an empty folder.
2226                 Applied curly brackets code style to the whole file (summary_search.c).
2227                 More files to ignore.
2228
2229 2006-04-07 [wwp]        2.1.0cvs14
2230
2231         * src/message_search.c
2232         * src/summary_search.c
2233                 changed default button when search bumps at file/folder
2234                 beginning or end, for convenience (thanks to Colin).
2235
2236 2006-04-07 [paul]       2.1.0cvs13
2237
2238         * src/plugins/dillo_viewer/dillo_prefs.c
2239                 avoid future potential for namespace collision
2240                 Patch by Colin
2241
2242 2006-04-06 [wwp]        2.1.0cvs12
2243
2244         * src/summary_search.c
2245                 Unify extended/advanced searches names (and thus factorize labels),
2246                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2247
2248 2006-04-06 [wwp]        2.1.0cvs11
2249
2250         * src/folderview.c
2251         * src/prefs_themes.c
2252         * src/summaryview.c
2253                 Fixed some compilation warnings.
2254
2255 2006-04-06 [colin]      2.1.0cvs10
2256
2257         * manual/advanced.xml
2258                 Document the wizard template and how to deploy
2259                 Sylpheed-Claws effectively
2260
2261 2006-04-06 [colin]      2.1.0cvs9
2262
2263         * src/folderview.c
2264                 gettext patch to tell translators about _("#"),
2265                 by Maxim Britov
2266
2267 2006-04-06 [colin]      2.1.0cvs8
2268
2269         * src/textview.c
2270                 Fix invalid GtkTextBIter after clicking "Display as text"
2271
2272 2006-04-06 [mones]      2.1.0cvs7
2273
2274         * src/addr_compl.c
2275         * src/addrindex.c
2276         * src/addritem.c
2277         * src/codeconv.c
2278         * src/compose.c
2279         * src/filtering.c
2280         * src/folder.c
2281         * src/folder_item_prefs.c
2282         * src/folderview.c
2283         * src/localfolder.c
2284         * src/matcher.c
2285         * src/mimeview.c
2286         * src/prefs_msg_colors.c
2287         * src/prefs_spelling.c
2288         * src/prefs_themes.c
2289         * src/procmime.c
2290         * src/procmsg.c
2291         * src/stock_pixmap.c
2292         * src/summaryview.c
2293         * src/textview.c
2294         * src/toolbar.c
2295         * src/common/mgutils.c
2296         * src/common/prefs.c
2297         * src/common/ssl_certificate.c
2298         * src/gtk/colorlabel.c
2299         * src/gtk/quicksearch.c
2300         * src/plugins/pgpmime/pgpmime.c
2301         * src/plugins/spamassassin/spamassassin.c
2302                 Removed redundant NULL checks for g_free() calls.
2303                 Patch by Pawel Pekala.
2304
2305 2006-04-06 [mones]      2.1.0cvs6
2306
2307         * src/prefs_actions.c
2308         * src/prefs_filtering.c
2309         * src/prefs_filtering_action.c
2310         * src/prefs_matcher.c
2311         * src/prefs_template.c
2312         * src/gtk/gtkutils.c
2313         * src/gtk/gtkutils.h
2314                 Have a nice replace button. Patch by Pawel Pekala
2315
2316 2006-04-06 [colin]      2.1.0cvs5
2317
2318         * src/addressbook.c
2319                 Fix crash with empty columns
2320
2321 2006-04-05 [colin]      2.1.0cvs4
2322
2323         * src/wizard.c
2324         * src/prefs_gtk.c
2325                 Allow wizard customization with pre-filled values
2326
2327 2006-04-05 [colin]      2.1.0cvs3
2328
2329         * src/textview.c
2330         * src/mimeview.c
2331         * src/mimeview.h
2332                 Nicer messages in mimeview
2333
2334 2006-04-05 [colin]      2.1.0cvs2
2335
2336         * src/addressbook.c
2337         * src/prefs_summaries.c
2338                 i18n fix
2339
2340 2006-04-05 [colin]      2.1.0cvs1
2341
2342         * src/plugins/pgpcore/plugin.c
2343         * src/plugins/pgpcore/select-keys.c
2344         * src/plugins/pgpcore/select-keys.h
2345         * src/plugins/pgpcore/sgpgme.c
2346         * src/plugins/pgpcore/sgpgme.h
2347         * src/plugins/pgpinline/pgpinline.c
2348         * src/plugins/pgpinline/plugin.c
2349         * src/plugins/pgpmime/pgpmime.c
2350         * src/plugins/pgpmime/plugin.c
2351                 Factorize and generalize a bit 
2352                 Drop S/MIME signature verification from PGP/MIME
2353                 (adding it as another, more complete plugin)
2354
2355 2006-04-05 [paul]       2.1.0
2356
2357         2.1.0 released
2358
2359 2006-04-05 [paul]       2.0.0cvs186
2360
2361         * manual/advanced.xml
2362                 add info on colour labels
2363
2364 2006-04-05 [paul]       2.0.0cvs185
2365
2366         * po/bg.po
2367         * po/cs.po
2368         * po/de.po
2369         * po/el.po
2370         * po/en_GB.po
2371         * po/fi.po
2372         * po/fr.po
2373         * po/it.po
2374         * po/nl.po
2375         * po/pl.po
2376         * po/pt_BR.po
2377         * po/sr.po
2378         * po/zh_CN.po
2379                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2380                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2381                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2382                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2383         * src/gtk/authors.h
2384         * tools/claws.i18n.status.pl
2385                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2386                 and new Czech translator, Tim <timbrain@post.cz>
2387
2388 2006-04-05 [mones]      2.0.0cvs184
2389
2390         * po/es.po
2391                 Updated translation
2392
2393 2006-04-05 [colin]      2.0.0cvs183
2394
2395         * src/gtk/quicksearch.c
2396                 Fix bug #929 (unnecessary reload in quick search bar)
2397
2398 2006-04-05 [colin]      2.0.0cvs182
2399
2400         * src/compose.c
2401                 Fix crash on Reply with no From:
2402                 Show signature and conversion error on queuing 
2403                 (but not sending)
2404         * src/mainwindow.c
2405         * src/summaryview.c
2406         * src/summaryview.h
2407                 Factorize threading code and make sure msginfo 
2408                 is not null when it comes from a GtkCTreeRow's 
2409                 data
2410         * src/gtk/gtkaspell.c
2411                 Check for necessary things
2412         * src/gtk/gtksctree.c
2413         * src/gtk/gtksctree.h
2414                 Reset anchor if necessary when removing node
2415
2416 2006-03-29 [colin]      2.0.0cvs181
2417
2418         * src/folderview.c
2419                 Warn for disabled IMAP accounts (due to lack of
2420                 libetpan). Breaks string-freeze - sorry - but it
2421                 is kind of important ;)
2422
2423 2006-03-28 [colin]      2.0.0cvs180
2424
2425         * src/gtk/gtkutils.c
2426         * src/gtk/gtkutils.h
2427                 Add a gtkut_get_link_btn() function that
2428                 creates a button which acts like an URI
2429         * src/prefs_themes.c
2430         * src/gtk/about.c
2431                 Use this function (factorizes codes)
2432         * src/common/defs.h
2433         * src/gtk/pluginwindow.c
2434                 Add a "Get more..." in the plugins window
2435
2436 2006-03-28 [colin]      2.0.0cvs179
2437
2438         * src/common/smtp.c
2439         * src/common/passcrypt.c
2440         * src/undo.c
2441                 Warning fixes. Patch by Pawel Pekala
2442
2443 2006-03-27 [colin]      2.0.0cvs178
2444
2445         * src/undo.c
2446                 Fix undoing by blocks with spaces
2447
2448 2006-03-27 [colin]      2.0.0cvs177
2449
2450         * src/textview.c
2451                 Set margin to 3px for headers
2452
2453 2006-03-27 [paul]
2454
2455         2.1.0-rc2 released
2456
2457 2006-03-27 [wwp]        2.0.0cvs176
2458
2459         * src/summaryview.c
2460                 don't reset quicksearch when updating the message list.
2461                 Thanks to Colin.
2462
2463 2006-03-26 [wwp]        2.0.0cvs175
2464
2465         * src/compose.c
2466                 use a unified border width ('other' tab in the compose window,
2467                 patch by Pawel Pekala).
2468
2469
2470 2006-03-26 [wwp]        2.0.0cvs174
2471
2472         * src/common/quoted-printable.c
2473         * src/addressbook.c
2474                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2475
2476 2006-03-26 [colin]      2.0.0cvs173
2477
2478         * src/quote_fmt_parse.y
2479                 Fix non-UTF8 date formats messing up the whole quote a 
2480                 little bit
2481
2482 2006-03-26 [colin]      2.0.0cvs172
2483
2484         * src/procheader.c
2485                 Make sure the date is UTF8 valid, or try to make it
2486                 so. IncrediMail is really IncrediStupid.
2487         * src/compose.c
2488                 Fix possible conversions. 
2489                 
2490
2491 2006-03-26 [colin]      2.0.0cvs171
2492
2493         * src/matcher.c
2494                 Fix corner cases in body search. This is still a
2495                 hack... It seems impossible to make it good and 
2496                 reasonably fast at the same time.
2497
2498 2006-03-26 [colin]      2.0.0cvs170
2499
2500         * src/summaryview.c
2501                 I think I killed the twilight zone bug!
2502                 summary_select_node() flushes GTK events in order
2503                 to be able to center the view. But this also 
2504                 flushes keypresses like Ctrl-Alt-U, so this can
2505                 call summary_show from summary_select_node (itself
2506                 called from summary_show, etc.). And the summaryview
2507                 has to be unlocked in this function. So just locking
2508                 while processing GTK events, and bailing if locked, 
2509                 should fix it.
2510                 Fixes bug #927 (SIGSEGV during Update Summary)
2511
2512 2006-03-25 [colin]      2.0.0cvs169
2513
2514         * src/matcher.c
2515                 Fix search in QP-encoded bodies
2516                 Fix utf-8 searches in bodies encoded in the
2517                 locale's encoding
2518         * src/common/quoted-printable.c
2519         * src/common/quoted-printable.h
2520                 Add a decode function that doesn't overwrite
2521                 the original pointer
2522                 
2523
2524 2006-03-24 [colin]      2.0.0cvs168
2525
2526         * src/action.c
2527         * src/summaryview.c
2528         * src/summaryview.h
2529                 Update message cache after action
2530                 Patch by H. Merijn Brand
2531         * src/prefs_msg_colors.c
2532                 Factorize label 
2533                 Patch by Fabien Vantard
2534         * src/plugins/spamassassin/spamassassin_gtk.c
2535                 Remove useless translation
2536                 Patch by Fabien Vantard
2537
2538 2006-03-23 [colin]      2.0.0cvs167
2539
2540         * src/common/ssl.c
2541                 Let 30 seconds to SSL_connect
2542
2543 2006-03-23 [wwp]        2.0.0cvs166
2544
2545         * src/summaryview.c
2546         * src/gtk/description_window.c
2547                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2548                 and headers are translated; adjust description windows' width to fit their
2549                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2550
2551 2006-03-23 [paul]       2.0.0cvs165
2552
2553         * src/common/utils.c
2554                 fix highlighting of URIs containing "()"
2555                 (2.0.0cvs164's reversal fixed)
2556                 Thanks to Colin.
2557
2558 2006-03-23 [paul]       2.0.0cvs164
2559
2560         * src/common/utils.c
2561                 revert patch, (postponing a fix), at 2.0.0cvs120
2562                 as it breaks more URIs than it fixes.
2563                 Allow '-' to be a terminating character in a URI
2564
2565 2006-03-22 [colin]      2.0.0cvs163
2566
2567         * configure.ac
2568                 Require libetpan 0.45
2569                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2570
2571 2006-03-22 [paul]       2.0.0cvs162
2572
2573         * src/editgroup.c
2574                 replace '<-' and '->' buttons with GTK_STOCK graphical
2575                 buttons
2576         * src/summary_search.c
2577                 don't offer '...' for translation
2578                 add a tooltip to advanced search '...' button
2579         * src/gtk/quicksearch.c
2580                 don't offer '...' for translation
2581
2582 2006-03-21 [colin]      2.0.0cvs161
2583
2584         * src/compose.c
2585                 Fix middle-click pasting (insert at click
2586                 position instead of cursor position, don't
2587                 remove existing selection and allow pasting
2588                 our own selection)
2589         * src/addressbook.c
2590                 "LDAP Server" -> "LDAP servers"
2591
2592 2006-03-21 [wwp]        2.0.0cvs160
2593
2594         * src/etpan/imap-thread.c
2595                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2596
2597 2006-03-20 [colin]      2.0.0cvs159
2598
2599         * src/summaryview.c
2600                 Don't reload summaryview after an execute with no
2601                 move action
2602
2603 2006-03-19 [colin]      2.0.0cvs158
2604
2605         * src/addressbook.c
2606                 and put groups at the top, always
2607
2608 2006-03-19 [colin]      2.0.0cvs157
2609
2610         * src/addressbook.c
2611                 Order groups before names, as previously
2612
2613 2006-03-19 [colin]      2.0.0cvs156
2614
2615         * src/addressbook.c
2616                 - Sort case-unsensitive
2617                 - Put the sort arrow at opening too
2618
2619 2006-03-19 [wwp]        2.0.0cvs155
2620
2621         * src/addressbook.c
2622                 allow sorting by name/email/remarks, ensure that right-pane's contents
2623                 matches the left-pane selection (cleared when appropriate).
2624                 Patch by Pawel Pekala <c0rn@o2.pl>.
2625
2626 2006-03-18 [colin]      2.0.0cvs154
2627
2628         * src/textview.c
2629                 Fix text cursor ;)
2630
2631 2006-03-18 [colin]      2.0.0cvs153
2632
2633         * src/gtk/filesel.c
2634                 Make sure we hide the preview if we didn't get
2635                 a filename
2636
2637 2006-03-18 [colin]      2.0.0cvs152
2638
2639         * src/summaryview.c
2640                 Set cursor to watch for execution (fixes lack
2641                 of watch-cursor when dnd'ing hundreds of mails)
2642         * src/gtk/filesel.c
2643                 Check that mime type is 'image/*' before updating
2644                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2645
2646 2006-03-18 [colin]      2.0.0cvs151
2647
2648         * src/mainwindow.c
2649         * src/textview.c
2650         * src/textview.h
2651                 Put a watch cursor in textview too when the mainwindow's
2652                 cursor in a watch
2653
2654 2006-03-18 [colin]      2.0.0cvs150
2655
2656         * src/folder.c
2657                 Change wrong asserts to simple tests
2658
2659 2006-03-17 [colin]      2.0.0cvs149
2660
2661         * src/mainwindow.c
2662         * src/mainwindow.h
2663         * src/prefs_msg_colors.c
2664         * src/summaryview.c
2665         * src/summaryview.h
2666         * src/gtk/colorlabel.c
2667         * src/gtk/colorlabel.h
2668                 Add a color label menu in the main menubar
2669                 Add (fixed) accels Ctrl-{0-7} to change the color
2670                 They have to be fixed because the menu's dynamic,
2671                 the items are complex widgets, hence we can't use
2672                 a GtkItemFactory.
2673
2674
2675 2006-03-17 [wwp]        2.0.0cvs148
2676
2677         * src/compose.c
2678                 rollback few lines from my previous commit (those lines come from
2679                 a pending patch, accidentally commited, even if neutral as they are
2680                 commented out).
2681
2682 2006-03-17 [wwp]        2.0.0cvs147
2683
2684         * src/compose.c
2685                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2686                 applied code style/indentation to the modified function.
2687
2688 2006-03-17 [wwp]        2.0.0cvs146
2689
2690         * src/procmsg.c
2691         * src/compose.c
2692                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2693
2694 2006-03-17 [paul]
2695
2696         2.1.0-rc1 released
2697
2698 2006-03-17 [paul]       2.0.0cvs145
2699
2700         * src/main.c
2701                 addressbook_read_file() was called twice
2702         * src/textview.c
2703                 X-Mailer highlighting
2704
2705 2006-03-16 [colin]      2.0.0cvs144
2706
2707         * src/sourcewindow.c
2708         * src/sourcewindow.h
2709                 And the last one, in source window.
2710
2711 2006-03-16 [colin]      2.0.0cvs143
2712
2713         * src/compose.c
2714         * src/compose.h
2715                 Fix the same stuff in compose
2716
2717 2006-03-16 [colin]      2.0.0cvs142
2718
2719         * src/messageview.c
2720                 Complete the previous messageview crash fix
2721
2722 2006-03-16 [colin]      2.0.0cvs141
2723
2724         * src/procmsg.h
2725         * src/procmsg.c
2726         * src/folder.c
2727                 Fix POSTPROCESSING hook
2728                 Patch by H. Merijn Brand
2729
2730         * src/procmime.c
2731         * src/procmime.h
2732                 Parse Content-Location
2733
2734         * src/toolbar.c
2735         * src/messageview.c
2736         * src/messageview.h
2737                 Don't crash when a top-level MessageView has
2738                 been closed on us. Same problematic than
2739                 yesterday's quicksearch issue.
2740
2741 2006-03-15 [colin]      2.0.0cvs140
2742
2743         * src/gtk/quicksearch.c
2744                 Fix a bitchy race we didn't think about when we
2745                 added quicksearch cancellation:
2746                 If the search is not on cached fields, for example
2747                 body_part matchcase "stuff"
2748                 the matcher code has to get the whole message. If
2749                 we're on IMAP, that can be slow, and in order to
2750                 be non-blocking, the IMAP code idle loop processes
2751                 gtk events too. So it is possible to cancel a
2752                 quicksearch while the matcher is getting the mail's
2753                 body. After matcher got its body, it will start to
2754                 iterate over the matcher list that the Quicksearch's
2755                 clear_search_cb() just freed via prepare_matcher().
2756                 SIGSEGV ensues.
2757                 The fix consists of guarding the matcherlist_match()
2758                 call with a boolean 'matching'. If we reset the
2759                 quicksearch while matching is TRUE, we don't free
2760                 the matcherlist anymore like we did, but we set
2761                 another new flag, deferred_free, to TRUE. Then,
2762                 in quicksearch_match(), just after returning from
2763                 matcherlist_match() and unsetting the matching flag,
2764                 we check the deferred_free flag and do the
2765                 prepare_matcher() (which does the matcherlist_free)
2766                 for real, so we free the matcherlist once it's not
2767                 used anymore.
2768                 As all of this runs via the glib main loop, we
2769                 luckily don't need a mutex.
2770         * src/summaryview.c
2771                 Also, show progress while searching.
2772
2773
2774 2006-03-14 [colin]      2.0.0cvs139
2775
2776         * src/alertpanel.c
2777                 Make alertpanel_is_open non-static
2778
2779 2006-03-14 [colin]      2.0.0cvs138
2780
2781         * src/prefs_spelling.c
2782                 Cleanups - Fabien Vantard
2783
2784 2006-03-14 [wwp]        2.0.0cvs137
2785
2786         * src/main.c
2787                 code style normalization (curly braces, indentation).
2788
2789 2006-03-14 [wwp]        2.0.0cvs137
2790
2791         * src/main.c
2792                 code style (braces, indentation)
2793
2794 2006-03-12 [paul]       2.0.0cvs136
2795
2796         * src/prefs_common.c
2797                 trans_hdr defaults to FALSE to be RFC-savvy
2798         * src/prefs_summaries.c
2799                 add a tooltip to the trans_hdr option
2800                 
2801
2802 2006-03-12 [paul]       2.0.0cvs135
2803
2804         * src/prefs_matcher.c
2805                 give a little more width to the combos
2806         * src/prefs_display_header.c
2807         * src/textview.c
2808                 translate headers if prefs_common.trans_hdr
2809                 is TRUE
2810
2811         Patches by Pawel Pekala
2812
2813 2006-03-12 [paul]       2.0.0cvs134
2814
2815         * src/plugins/clamav/clamav_plugin.c
2816         * src/plugins/dillo_viewer/dillo_viewer.c
2817         * src/plugins/pgpcore/plugin.c
2818         * src/plugins/pgpinline/plugin.c
2819         * src/plugins/pgpmime/plugin.c
2820         * src/plugins/spamassassin/spamassassin.c
2821                 update/add to descriptions
2822         * src/plugins/spamassassin/spamassassin_gtk.c
2823                 fixes to the english, remove superfluous
2824                 tooltips, clean up a little
2825
2826 2006-03-12 [paul]       2.0.0cvs133
2827
2828         * src/compose.c
2829                 fix Bug 924, 'Account combo box shows up wrong 
2830                 if & is in account name'
2831
2832 2006-03-11 [colin]      2.0.0cvs132
2833
2834         * src/summaryview.c
2835                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2836                 messed up shift-selection because is slows down
2837                 moving around summaryview. thanks -users
2838
2839 2006-03-10 [colin]      2.0.0cvs131
2840
2841         * src/plugins/spamassassin/spamassassin_gtk.c
2842                 Put back Paul's engrish fixes
2843
2844 2006-03-10 [colin]      2.0.0cvs130
2845
2846         * src/plugins/spamassassin/spamassassin.c
2847         * src/plugins/spamassassin/spamassassin.h
2848         * src/plugins/spamassassin/spamassassin_gtk.c
2849                 Cleanup SA prefs page (more)
2850                 Patch by Fabien Vantard
2851
2852 2006-03-10 [paul]       2.0.0cvs129
2853
2854         * src/prefs_msg_colors.c
2855         * src/prefs_spelling.c
2856                 widget sensitivity
2857
2858 2006-03-09 [mones]      2.0.0cvs128
2859
2860         * po/es.po
2861                 Update for next RC
2862
2863 2006-03-09 [wwp]        2.0.0cvs127
2864
2865         * configure.ac
2866                 revert accidental commit (requirement for libetpan 0.43), this time
2867                 not in HEAD.
2868
2869 2006-03-09 [wwp]        2.0.0cvs125
2870
2871         * configure.ac
2872                 revert accidental commit (requirement for libetpan 0.43)
2873
2874 2006-03-09 [paul]       2.0.0cvs126
2875
2876         * src/prefs_receive.c
2877                 remove useless frame
2878                 replace 'incorporation' with 'receiving'
2879         * src/plugins/clamav/clamav_plugin_gtk.c
2880         * src/plugins/spamassassin/spamassassin_gtk.c
2881                 improve widget sensitivity
2882                 fix a bit his engrish
2883
2884 2006-03-09 [wwp]        2.0.0cvs125
2885
2886         * src/addressadd.c
2887         * src/foldersel.c
2888         * src/prefs_common.c
2889         * src/prefs_common.h
2890                 remember some more windows' sizes (add to addressbook and
2891                 select folder).
2892
2893 2006-03-09 [paul]       2.0.0cvs124
2894
2895         * src/plugins/pgpcore/prefs_gpg.c
2896                 normalise construction of dialogue
2897
2898 2006-03-09 [paul]       2.0.0cvs123
2899
2900         * src/plugins/trayicon/Makefile.am
2901                 add missing slash
2902
2903 2006-03-08 [colin]      2.0.0cvs122
2904
2905         * src/plugins/trayicon/Makefile.am
2906                 Fix build in separate dir 
2907                 Patch by Bamanzi <bamanzi@gmail.com>
2908
2909 2006-03-08 [colin]      2.0.0cvs121
2910
2911         * src/procmsg.c
2912                 Batch move and copies from summaryview with delayed execution
2913                 too
2914
2915 2006-03-07 [paul]       2.0.0cvs120
2916
2917         * src/common/utils.c
2918                 fix highlighting of URIs containing "()"
2919                 Patch by Pawel Pekala
2920
2921 2006-03-07 [paul]       2.0.0cvs119
2922
2923         * src/folder.c
2924         * src/folder.h
2925         * src/folderview.c
2926                 immediately do alphabetical resort when
2927                 changing a folder's name
2928                 Patch by Pawel Pekala
2929
2930 2006-03-07 [paul]       2.0.0cvs118
2931
2932         * src/news.c
2933         * src/news_gtk.c
2934                 when unsubscribing a newsgroup, remove the
2935                 folder and msgs in .sylpheed-claws/newscache
2936                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2937
2938 2006-03-07 [paul]       2.0.0cvs117
2939
2940         * src/textview.c
2941                 fix wrong Fake URL Warning
2942                 Thanks to Hiro
2943
2944 2006-03-07 [colin]      2.0.0cvs116
2945
2946         * src/imap.c
2947                 Return immediately when password dialog was
2948                 cancelled
2949         * src/gtk/inputdialog.c
2950                 Allow empty strings for passwords
2951
2952
2953 2006-03-06 [colin]      2.0.0cvs115
2954
2955         * src/imap.c
2956                 Prevent double-timeouts when connection fails
2957
2958 2006-03-06 [colin]
2959
2960         2.0.1-rc1 released
2961
2962 2006-03-06 [colin]      2.0.0cvs114
2963
2964         * src/imap.c
2965                 Refresh session during potentially long
2966                 operations
2967
2968 2006-03-06 [wwp]        2.0.0cvs113
2969
2970         * src/prefs_msg_colors.h
2971                 forgot that one (custom color labels).
2972
2973 2006-03-06 [wwp]        2.0.0cvs112
2974
2975         * src/prefs_common.c
2976         * src/prefs_common.h
2977         * src/prefs_msg_colors.c
2978         * src/summaryview.c
2979         * src/summaryview.h
2980         * src/gtk/colorlabel.c
2981         * src/gtk/colorlabel.h
2982                 colors in messages list are now customizable. Color values and names can
2983                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2984                 Thanks to Paul and Colin for their help with this longstanding patch!
2985
2986 2006-03-06 [wwp]        2.0.0cvs111
2987
2988         * src/textview.c
2989                 don't crash if (x)face is bad.
2990
2991 2006-03-05 [paul]       2.0.0cvs110
2992
2993         * AUTHORS
2994         * configure.ac
2995         * src/Makefile.am
2996         * src/common/Makefile.am
2997         * src/common/utils.h
2998         * src/etpan/imap-thread.c
2999         * src/gtk/authors.h
3000         * src/plugins/clamav/Makefile.am
3001         * src/plugins/demo/Makefile.am
3002         * src/plugins/dillo_viewer/Makefile.am
3003         * src/plugins/pgpcore/Makefile.am
3004         * src/plugins/pgpcore/passphrase.c
3005         * src/plugins/pgpinline/Makefile.am
3006         * src/plugins/pgpmime/Makefile.am
3007         * src/plugins/spamassassin/Makefile.am
3008         * src/plugins/trayicon/Makefile.am
3009                 fix builiding on cygwin
3010                 Patch by Ralgh Young <bamanzi@gmail.com>
3011
3012 2006-03-04 [wwp]        2.0.0cvs109
3013
3014         * manual/keyboard.xml
3015                 fix mixed up/down keys.
3016
3017 2006-03-04 [wwp]        2.0.0cvs108
3018
3019         * README
3020         * INSTALL
3021                 updated links to SpamAssassin.
3022
3023 2006-03-04 [wwp]        2.0.0cvs107
3024
3025         * manual/plugins.xml
3026         * src/plugins/spamassassin/README
3027                 updated SpamAssassin plugin docs to reflect new functional additions
3028                 (also fix/update/documents few technical stuff more, see the README).
3029
3030 2006-03-04 [wwp]        2.0.0cvs106
3031
3032         * src/prefs_message.c
3033                 normalized capitalization of message-prefs paths.
3034
3035 2006-03-04 [wwp]        2.0.0cvs105
3036
3037         * manual/advanced.xml
3038                 typo.
3039
3040 2006-03-03 [colin]      2.0.0cvs104
3041
3042         * src/plugins/clamav/clamav_plugin_gtk.c
3043                 Rework prefs page, patch by Fabien 
3044
3045 2006-03-03 [colin]      2.0.0cvs103
3046
3047         * src/plugins/clamav/clamav_plugin.c
3048                 Set error on all errors
3049
3050 2006-03-03 [colin]      2.0.0cvs102
3051
3052         * src/common/plugin.c
3053                 Initialize error to avoid crashing when a plugin fails
3054                 without setting error
3055
3056 2006-03-02 [wwp]        2.0.0cvs101
3057
3058         * configure.ac
3059                 fixed linker flags for libetpan support on Cygwin
3060                 (thanks to H.Merijn Brand).
3061
3062 2006-03-02 [wwp]        2.0.0cvs100
3063
3064         * src/addressbook.c
3065                 fix some AB error messages: one for punctuation and
3066                 one wrongly duplicate (thanks, maxbritov).
3067
3068 2006-03-02 [wwp]        2.0.0cvs99
3069
3070         * src/plugins/spamassassin/spamassassin.c
3071                 make sync calls to sa-learn/spamc to prevent
3072                 system (whatever local or client/server) overload.
3073
3074 2006-03-02 [colin]      2.0.0cvs98
3075
3076         * src/summaryview.c
3077                 Put the spam icon in the status column instead of the
3078                 mark one
3079
3080 2006-03-01 [colin]      2.0.0cvs97
3081
3082         * src/plugins/spamassassin/spamassassin.c
3083                 Fix segfault (g_file_set_contents fails for some 
3084                 reason and err==0x2f. Can't find out why with
3085                 valgrind, using working function :-)
3086
3087 2006-03-01 [colin]      2.0.0cvs96
3088
3089         * src/inc.c
3090                 Offline overriding: let 'No' be cached only 3 seconds
3091
3092 2006-03-01 [colin]      2.0.0cvs95
3093
3094         * src/addr_compl.c
3095         * src/addrbook.c
3096         * src/addressbook.c
3097         * src/addrindex.c
3098         * src/folder_item_prefs.c
3099         * src/headerview.c
3100         * src/imap.c
3101         * src/inc.c
3102         * src/ldif.c
3103         * src/mainwindow.c
3104         * src/mh.c
3105         * src/msgcache.c
3106         * src/prefs_common.h
3107         * src/prefs_msg_colors.c
3108         * src/procheader.c
3109         * src/procheader.h
3110         * src/procmime.c
3111         * src/procmsg.c
3112         * src/procmsg.h
3113         * src/send_message.h
3114         * src/simple-gettext.c
3115         * src/summaryview.c
3116         * src/summaryview.h
3117         * src/syldap.c
3118         * src/textview.c
3119         * src/undo.c
3120         * src/common/ssl_certificate.c
3121         * src/common/utils.c
3122         * src/gtk/colorsel.c
3123         * src/gtk/gtksctree.c
3124         * src/gtk/gtkshruler.c
3125         * src/plugins/trayicon/trayicon.c
3126                 #if 0 goes to /dev/null
3127
3128 2006-03-01 [colin]      2.0.0cvs94
3129
3130         * src/compose.c
3131         * src/imap.c
3132         * src/inc.c
3133         * src/inc.h
3134         * src/messageview.c
3135         * src/news.c
3136         * src/plugins/spamassassin/spamassassin.c
3137                 Allow to add information in the "working offline"
3138                 window
3139
3140 2006-03-01 [wwp]        2.0.0cvs93
3141
3142         * src/plugins/spamassassin/spamassassin.c
3143                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3144                 'cause it seems that calling `spamc ... < inputfile` with
3145                 g_spawn_(a)sync simply.. erm doesn't work :-).
3146
3147 2006-03-01 [wwp]        2.0.0cvs92
3148
3149         * src/toolbar.c
3150         * src/toolbar.h
3151                 simplify the adding of spam/ham button to the messageview toolbar
3152                 (it gets more clear now that the same button will be "Mark as spam"
3153                 or "Mark as ham" according to the current message status,
3154                 thanks to Colin).
3155
3156 2006-03-01 [wwp]        2.0.0cvs91
3157
3158         * src/messageview.c
3159         * src/procmsg.c
3160         * src/procmsg.h
3161         * src/summaryview.c
3162         * src/plugins/spamassassin/spamassassin.c
3163         * src/plugins/spamassassin/spamassassin.h
3164                 make learner callbacks return a status (0 for ok),
3165                 handle it in main code to avoid setting flags when learning failed,
3166                 don't learn on TCP if offline in spamassassin,
3167                 thanks to Colin.
3168
3169                 
3170
3171 2006-03-01 [wwp]        2.0.0cvs90
3172
3173         * src/compose.c
3174                 some work around the compose window's account menu,
3175                 patch by Fabien Vantard.
3176
3177 2006-03-01 [wwp]        2.0.0cvs89
3178
3179         * src/plugins/spamassassin/spamassassin.c
3180                 fixed bad logics, was using spamc in local mode and sa-learn
3181                 in remote mode (thanks, Colin).
3182
3183 2006-03-01 [wwp]        2.0.0cvs88
3184
3185         * src/plugins/spamassassin/spamassassin.c
3186         * src/plugins/spamassassin/spamassassin.h
3187         * src/plugins/spamassassin/spamassassin_gtk.c
3188                 made processing of emails w/ sa-plugin an option (default is TRUE),
3189                 fixed Engrish some tooltips, capitalization of some debug messages
3190                 and warnings. The spamassassin plugin now provides two separate
3191                 services: process emails upon incorporation and spamd training.
3192                 Both services (un)register independently but use some common
3193                 plugin settings (transport settings, spam storage location).
3194
3195 2006-02-28 [wwp]        2.0.0cvs87
3196
3197         * src/plugins/spamassassin/spamassassin.c
3198                 fix async flag to spamc cmdline execution (batch exec should
3199                 be asynchronous).
3200
3201 2006-02-27 [wwp]        2.0.0cvs86
3202
3203         * src/plugins/spamassassin/spamassassin.c
3204         * src/plugins/spamassassin/spamassassin.h
3205         * src/plugins/spamassassin/spamassassin_gtk.c
3206                 - added the ability to learn a remote spamassassin server (spamd),
3207                 using spamc.
3208                 - added the spamassassin option 'username', that applies to all
3209                 spamassassin operations (filtering, learning, local or remote).
3210                 The default username is the current unix user (if left blank
3211                 from gtk prefs or config file).
3212                 - commented out some unused code (notebook widget), removed unused
3213                 layout (hbox1).
3214                 - make more widgets sensitive to the transport type.
3215
3216 2006-02-27 [colin]      2.0.0cvs85
3217
3218         * src/plugins/spamassassin/spamassassin.c
3219                 Fix sa-learn call when offline
3220
3221 2006-02-27 [colin]      2.0.0cvs84
3222
3223         * configure.ac
3224         * src/Makefile.am
3225         * src/mainwindow.c
3226         * src/mainwindow.h
3227         * src/messageview.c
3228         * src/messageview.h
3229         * src/prefs_toolbar.c
3230         * src/procmsg.c
3231         * src/stock_pixmap.c
3232         * src/stock_pixmap.h
3233         * src/summaryview.c
3234         * src/toolbar.c
3235         * src/toolbar.h
3236         * src/pixmaps/ham_btn.xpm
3237         * src/pixmaps/spam.xpm
3238         * src/pixmaps/spam_btn.xpm
3239         * src/plugins/spamassassin/spamassassin.c
3240                 Add button in toolbar for spam learning
3241                 Fix a few bugs from the last related commit
3242                 Revert 1.9.6cvs23 which messed up shift-selection
3243
3244 2006-02-24 [colin]      2.0.0cvs83
3245
3246         * src/procmsg.c
3247         * src/summaryview.c
3248         * src/summaryview.h
3249         * src/plugins/spamassassin/spamassassin.c
3250         * src/plugins/spamassassin/spamassassin.h
3251         * src/plugins/spamassassin/spamassassin_gtk.c
3252                 Unregister learner when spamassassin is either
3253                 disabled or over tcp
3254
3255 2006-02-24 [colin]      2.0.0cvs82
3256
3257         * src/Makefile.am
3258         * src/mainwindow.c
3259         * src/mainwindow.h
3260         * src/procmsg.c
3261         * src/procmsg.h
3262         * src/stock_pixmap.c
3263         * src/stock_pixmap.h
3264         * src/summaryview.c
3265         * src/summaryview.h
3266         * src/gtk/icon_legend.c
3267         * src/pixmaps/spam.xpm  ** NEW FILE **
3268         * src/plugins/spamassassin/spamassassin.c
3269         * src/plugins/spamassassin/spamassassin_gtk.c
3270                 Add spam learning interface (Mark/Mark as 
3271                 (spam|ham) menus)
3272
3273 2006-02-24 [wwp]        2.0.0cvs81
3274
3275         * src/compose.c
3276         * src/compose.h
3277         * src/filtering.c
3278                 hide compose window when sending message in batch mode
3279                 (filtering: forward and redirect). Also fixed a wrong
3280                 value returned when sending failed, neutral anyway.
3281                 (Colin, me) 
3282
3283 2006-02-24 [wwp]        2.0.0cvs80
3284
3285         * src/mainwindow.c
3286                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3287
3288 2006-02-24 [paul]       2.0.0cvs79
3289
3290         * src/news.c
3291         * src/news.h
3292         * src/news_gtk.c
3293                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3294                 Thanks to Colin
3295
3296 2006-02-23 [colin]      2.0.0cvs78
3297
3298         * src/alertpanel.c
3299                 Change OK to Close in alertpanel with View log
3300                 button; add accel to View log. Patch by Fabien
3301                 Vantard
3302
3303 2006-02-23 [wwp]        2.0.0cvs77
3304
3305         * src/compose.c
3306                 silly me, there were much more tests to perform, since toolbars can
3307                 really have down to 1 element only.
3308
3309 2006-02-23 [wwp]        2.0.0cvs76
3310
3311         * commitHelper
3312                 fixed indentation from my previous commit. Fallback to VISUAL if
3313                 EDITOR is not set (and to vi, at last resort).
3314
3315 2006-02-23 [wwp]        2.0.0cvs75
3316
3317         * commitHelper
3318                 improved error detection (Colin, me).
3319
3320 2006-02-23 [wwp]        2.0.0cvs74
3321
3322         * src/prefs_toolbar.c
3323                 simplify and fix prefs/toolbars layouting. Combos' contents can
3324                 now be really displayed.
3325
3326 2006-02-23 [wwp]        2.0.0cvs73
3327         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3328         be really displayed.
3329
3330 2006-02-22 [wwp]        2.0.0cvs72
3331
3332         * src/compose.c
3333                 fix a typo in my previous commit (sorry!).
3334
3335 2006-02-22 [wwp]        2.0.0cvs71
3336
3337         * src/prefs_toolbar.c
3338                 fix a crash when adding separators to toolbars,
3339                 also fix some separator item information.
3340
3341 2006-02-22 [wwp]        2.0.0cvs70
3342
3343         * src/compose.c
3344                 fix a crash when redirecting (for instance) when compose window's
3345                 toolbar contents has been customized (when some buttons have been
3346                 removed in fact).
3347
3348 2006-02-21 [wwp]        2.0.0cvs69
3349
3350         * src/summaryview.c
3351         * src/gtk/pluginwindow.c
3352         * src/plugins/pgpcore/prefs_gpg.c
3353                 fix some compilation warnings (feat. remains of removed code).
3354
3355 2006-02-21 [wwp]        2.0.0cvs68
3356
3357         * src/gtk/gtkutils.c
3358                 fix two compilation issues, thanks to Stephan Sachse.
3359
3360 2006-02-20 [colin]      2.0.0cvs67
3361
3362         * src/mainwindow.c
3363                 Don't reselect displayed mail on refocus
3364                 This fixes actions misbehaving 
3365
3366 2006-02-20 [wwp]        2.0.0cvs66
3367
3368         * src/summaryview.c
3369         * src/gtk/gtksctree.c
3370         * src/gtk/gtkshruler.c
3371                 changed more runtime typecast checks.
3372
3373 2006-02-20 [wwp]        2.0.0cvs65
3374
3375         * src/summary_search.c
3376                 find all - summaryview refresh issue fixed, thanks to Colin.
3377
3378 2006-02-20 [wwp]        2.0.0cvs64
3379
3380         * src/gtk/gtkutils.c
3381                 better runtime typecast checks.
3382
3383 2006-02-20 [wwp]        2.0.0cvs63
3384
3385         * src/summary_search.c
3386                 enhancements to the summary search:
3387                         - add the ability to stop the running search
3388                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3389                         - don't search if no criteria (From/To/Subject/Body) is set
3390                         - ensure that a busy mouse pointer is always shown when searching,
3391                           show it even a bit earlier
3392
3393 2006-02-19 [colin]      2.0.0cvs62
3394
3395         * src/compose.c
3396         * src/imap.c
3397         * src/etpan/imap-thread.c
3398         * src/etpan/imap-thread.h
3399                 (Future) IMAP speed improvement on sending
3400                 Will require a libetpan update
3401         * src/summaryview.c
3402         * src/gtk/quicksearch.c
3403                 Make quicksearch clearable while running.
3404
3405 2006-02-17 [colin]      2.0.0cvs61
3406
3407         * src/imap.c
3408         * src/etpan/imap-thread.c
3409         * src/etpan/imap-thread.h
3410                 Check for IMAP certificates
3411                 ** Requires libetpan-0.42-cvs4 
3412                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3413
3414 2006-02-17 [colin]      2.0.0cvs60
3415
3416         * src/messageview.c
3417         * src/prefs_common.c
3418         * src/prefs_common.h
3419         * src/prefs_message.c
3420                 Add pref to display HTML-only mails with plugin, 
3421                 if possible (defaulting to FALSE of course).
3422
3423 2006-02-16 [colin]      2.0.0cvs59
3424
3425         * src/main.c
3426         * src/common/plugin.c
3427         * src/common/plugin.h
3428         * src/gtk/pluginwindow.c
3429                 Keep track of requested (but unloaded) plugins
3430                 in some error cases.
3431
3432 2006-02-16 [wwp]        2.0.0cvs58
3433
3434         * src/gtk/gtkaspell.c
3435         * src/gtk/gtkaspell.h
3436         * src/prefs_spelling.c
3437         * src/compose.c
3438         * src/prefs_common.c
3439         * src/prefs_common.h
3440                 implemented new optional spellchecker behaviour: re-check message when
3441                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3442
3443 2006-02-16 [wwp]        2.0.0cvs57
3444
3445         * src/quote_fmt_parse.y
3446                 pclose popen'ed pipe.
3447
3448 2006-02-15 [colin]      2.0.0cvs56
3449
3450         * src/mimeview.c
3451         * src/mimeview.h
3452                 Let MimeViewers know which MimeView they
3453                 depend of.
3454         * src/summaryview.c
3455                 Swap From/To columns in Sent/Queue/Drafts
3456                 folders
3457         * src/etpan/imap-thread.c
3458                 Use mailstream_low_tls_open() for STARTTLS
3459                 instead of mailstream_low_ssl_open()
3460                 ** REQUIRES libetpan 0.42cvs3 **
3461
3462 2006-02-15 [wwp]        2.0.0cvs55
3463
3464         * src/compose.c
3465         * src/compose.h
3466         * src/message_search.c
3467         * src/message_search.h
3468         * src/textview.c
3469         * src/gtk/gtkutils.c
3470         * src/gtk/gtkutils.h
3471                 added the ability to Find text in the compose window (and a bit
3472                 of code factorization).
3473
3474 2006-02-15 [wwp]        2.0.0cvs54
3475
3476         * src/prefs_gtk.c
3477                 yet another one file was missing (fix for some widgets' sensitivity).
3478                 Thanks Colin!
3479
3480 2006-02-15 [wwp]        2.0.0cvs53
3481
3482         * src/prefs_gtk.h
3483                 oops forgot that file (fix for some widgets' sensitivity).
3484
3485 2006-02-15 [wwp]        2.0.0cvs52
3486
3487         * src/summary_search.c
3488                 implemented advanced summary search options (added the ability
3489                 to use matcher conditions in an advanced search mode).
3490
3491 2006-02-15 [wwp]        2.0.0cvs51
3492
3493         * src/plugins/pgpcore/prefs_gpg.c
3494         * src/prefs_account.c
3495                 fix some widget sensitivity, mostly around some labels in
3496                 account prefs.
3497
3498 2006-02-15 [paul]       2.0.0cvs50
3499
3500         * manual/advanced.xml
3501                 improve Templates info
3502                 written by wwp
3503
3504 2006-02-14 [colin]      2.0.0cvs49
3505
3506         * src/pixmaps/address_book.xpm
3507         * src/pixmaps/preferences.xpm
3508         * src/pixmaps/properties.xpm
3509                 Fix pixmap size - patch by Fabien Vantard
3510
3511 2006-02-13 [colin]      2.0.0cvs48
3512
3513         * src/procmime.c
3514                 Add missing fclose()s on error
3515         * src/textview.c
3516                 Remove unused code
3517         * src/common/utils.c
3518                 Fix temp files not being deleted on windows
3519         Patches by Thomas Gilgin
3520
3521 2006-02-13 [colin]      2.0.0cvs47
3522
3523         * src/mainwindow.c
3524                 Fix exit crash
3525
3526 2006-02-13 [wwp]        2.0.0cvs46
3527
3528         * src/plugins/pgpcore/prefs_gpg.c
3529                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3530
3531 2006-02-12 [colin]      2.0.0cvs45
3532
3533         * src/folderview.c
3534         * src/main.c
3535         * src/mainwindow.c
3536                 Fix "stuff" when quitting
3537
3538 2006-02-12 [wwp]        2.0.0cvs44
3539
3540         * src/prefs_themes.c
3541                 fix typos in debug messages.
3542
3543 2006-02-11 [colin]      2.0.0cvs43
3544
3545         * src/summaryview.c
3546                 don't allow drag/drop from ourself
3547
3548 2006-02-10 [wwp]        2.0.0cvs42
3549
3550         * src/exporthtml.c
3551         * src/html.c
3552         * src/html.h
3553         * src/procmime.c
3554         * src/textview.c
3555                 renamed html_ prefixed functions and data structures to avoid
3556                 namespace clashes w/ other software (gtkhtml2 for instance).
3557                 Closes bug #907.
3558
3559
3560 2006-02-09 [colin]      2.0.0cvs41
3561
3562         * src/summaryview.c
3563                 Fix shitty logic messed up. Thanks Ticho for the hint!
3564
3565 2006-02-09 [wwp]        2.0.0cvs40
3566
3567         * src/gtk/about.c
3568         * src/compose.c
3569         * src/prefs_account.c
3570         * src/prefs_gtk.h
3571         * src/editaddress.c
3572                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3573                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3574                 Browse buttons in accounts prefs.
3575
3576 2006-02-09 [colin]      2.0.0cvs39
3577
3578         * src/matcher.c
3579                 Check for pointer before using its members
3580         * src/gtk/gtksourceprintjob.c
3581                 Fix a wrong warning
3582
3583 2006-02-09 [wwp]        2.0.0cvs38
3584
3585         * src/gtk/filesel.c
3586                 fix few compiler warnings (type mismatch).
3587
3588 2006-02-09 [paul]       2.0.0cvs37
3589
3590         * po/fr.po
3591                 updated by Fabien Vantard
3592
3593 2006-02-08 [colin]      2.0.0cvs36
3594
3595         * src/prefs_common.c
3596         * src/common/defs.h
3597         * src/common/plugin.c
3598                 allow windows and linux configurations to coexist
3599                 patch by Thomas Gilgin
3600
3601 2006-02-08 [colin]      2.0.0cvs35
3602
3603         * src/filtering.c
3604         * src/matcher.c
3605         * src/matcher.h
3606         * src/matcher_parser_parse.y
3607         * src/prefs_filtering_action.c
3608         * src/prefs_matcher.c
3609                 Add the "Ignore thread" filtering
3610                 action
3611
3612 2006-02-08 [colin]      2.0.0cvs34
3613
3614         * src/compose.c
3615         * src/procmime.c
3616         * src/procmime.h
3617                 Fix bug #905 (damaged attachment)
3618                 text files with raw \0's aren't really text files
3619         FOR_STABLE
3620
3621 2006-02-08 [colin]      2.0.0cvs33
3622
3623         * src/summaryview.c
3624                 Fix crasher introduced yesterday
3625
3626 2006-02-08 [wwp]        2.0.0cvs32
3627
3628         * src/compose.c
3629         * src/compose.h
3630                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3631
3632 2006-02-08 [wwp]        2.0.0cvs31
3633
3634         * src/prefs_template.c
3635                 templates enhancement: allow address completion for Cc and Bcc fields
3636                 (it was currently possible for the To field only)
3637
3638 2006-02-08 [colin]      2.0.0cvs30
3639
3640         * src/compose.c
3641                 Don't unblock if not blocked
3642         FOR_STABLE
3643
3644 2006-02-07 [colin]      2.0.0cvs29
3645
3646         * src/action.c
3647                 Forgot to refresh summaryview
3648
3649 2006-02-07 [colin]      2.0.0cvs28
3650
3651         * src/action.c
3652                 Freeze/thaw message list and folder list while
3653                 processing %as{} actions 
3654         * src/compose.c
3655                 Fix auto-wrap disabling after a middle-click
3656                 paste - FOR_STABLE
3657
3658 2006-02-07 [paul]       2.0.0cvs27
3659
3660         * src/folder.c
3661                 fix freeing of uninitialised pointers
3662                 Thanks to Colin
3663
3664 2006-02-06 [colin]      2.0.0cvs26
3665
3666         * src/folder.c
3667                 Use g_slist_prepend in potentially big list
3668
3669 2006-02-06 [colin]      2.0.0cvs25
3670
3671         * src/folder.c
3672                 Completely skip processing if it doesn't 
3673                 exist (faster!)
3674
3675 2006-02-06 [colin]      2.0.0cvs24
3676
3677         * src/folder.c
3678         * src/summaryview.c
3679                 Batch filtering in summaryview (from Tools menu)
3680                 and pre/post//-processing too
3681
3682 2006-02-06 [colin]      2.0.0cvs23
3683
3684         * src/procmsg.h
3685         * src/filtering.c
3686                 Use a special field for batch filtering instead
3687                 of stepping on deferred execution's toes
3688
3689 2006-02-06 [colin]      2.0.0cvs22
3690
3691         * src/action.c
3692         * src/filtering.c
3693         * src/filtering.h
3694         * src/folder.c
3695         * src/summaryview.c
3696                 Fix filtering via menus and actions
3697
3698 2006-02-06 [colin]      2.0.0cvs21
3699
3700         * src/imap.c
3701                 Put the added file directly to cache if possible (will work
3702                 with next libetpan)
3703         * src/filtering.c
3704         * src/filtering.h
3705         * src/inc.c
3706         * src/folder.c
3707         * src/mbox.c
3708         * src/procmsg.h
3709                 Move and copy filtered messages by batches instead of one
3710                 by one - faster on IMAP
3711         * src/procmsg.c
3712                 Add a function that'll possibly be useful later
3713
3714 2006-02-06 [colin]      2.0.0cvs20
3715
3716         * src/addressbook.c
3717                 Use internal mime-type instead of text/plain for d'n'd
3718         * src/compose.c
3719                 Allow attaching files from mimeview's icon list via d'n'd
3720         * src/folderview.c
3721         * src/folderview.h
3722                 Use internal mime-type instead of text/plain for d'n'd
3723                 Don't try to selected opened folder if none is
3724                 Factorize d'n'd from other apps code
3725         * src/headerview.c
3726         * src/textview.c
3727         * src/gtk/gtkutils.c
3728         * src/gtk/gtkutils.h
3729                 Factorize Face/X-Face stuff
3730         * src/mimeview.c
3731                 Fix d'n'd to other apps
3732         * src/prefs_message.c
3733                 Let the XFace pref be usable without libcompface as it also
3734                 applies to Face
3735         * src/summaryview.c
3736                 Fix d'n'd to other apps
3737                 Factorize d'n'd from other apps code
3738
3739 2006-02-06 [wwp]        2.0.0cvs19
3740
3741         * po/it.po
3742                 Italian translation fixes by Andrea Spadaccini (no more confusion
3743                 between filtering and processing, and few changes in the About
3744                 dialog).
3745
3746
3747 2006-02-06 [mones]      2.0.0cvs18
3748
3749         * src/gtk/icon_legend.c
3750                 Improved descriptions allowing better translations
3751
3752 2006-02-05 [colin]      2.0.0cvs17
3753
3754         * src/imap.c
3755                 Add the f*cking missing expunge that caused imap_fetch_env
3756                 to fail after an add_msgs ! :-///
3757         * src/etpan/imap-thread.c
3758                 Add a bit of debug
3759         FOR_STABLE
3760
3761 2006-02-05 [colin]      2.0.0cvs16
3762
3763         * src/common/utils.c
3764                 Don't check for return-path (or we can't put
3765                 back non-sent mails)
3766
3767 2006-02-05 [colin]      2.0.0cvs15
3768
3769         * src/textview.c
3770                 Don't try to display Face header in textview
3771                 when teh headerview's active
3772
3773 2006-02-05 [colin]      2.0.0cvs14
3774
3775         * tools/tbird2syl.py
3776         * tools/Makefile.am
3777                 Add script to import Thunderbird mails
3778
3779 2006-02-05 [colin]      2.0.0cvs13
3780
3781         * src/headerview.c
3782         * src/procheader.c
3783         * src/procmsg.c
3784         * src/procmsg.h
3785         * src/textview.c
3786                 Show Face headers - patch partially by Klaus Flittner
3787
3788 2006-02-05 [colin]      2.0.0cvs12
3789
3790         * src/folderview.c
3791         * src/summaryview.c
3792         * src/common/utils.c
3793         * src/common/utils.h
3794                 Let dnd work from mime icons to summaryview
3795                 and to folderview too
3796                 Add a crude test to avoid trying to add files
3797                 drag'n'dropped when they're not mails
3798
3799 2006-02-04 [colin]      2.0.0cvs11
3800
3801         * src/summaryview.c
3802         * src/mimeview.c
3803                 Fix utf8 conversion
3804
3805 2006-02-04 [colin]      2.0.0cvs10
3806
3807         * src/compose.c
3808         * src/folderview.c
3809         * src/mimeview.c
3810         * src/summaryview.c
3811         * src/summaryview.h
3812                 Added various drag and drop capas:
3813                 From                    To
3814                 summaryview             other apps
3815                 mimeview icons          other apps
3816                 other apps              summaryview
3817                 other apps              folderview
3818
3819                 This shouldn't have broken the existing:
3820                 From                    To
3821                 summaryview             folderview
3822                 folderview              folderview
3823                 summaryview             compose's attachments
3824
3825         Tests welcomed.
3826
3827 2006-02-02 [paul]       2.0.0cvs9
3828
3829         * src/mainwindow.c
3830                 move global option 'Set displayed columns...' out
3831                 of folder option grouping.
3832                 fix sensitivity of 'harvest addresses'
3833         FOR_STABLE
3834
3835 2006-02-01 [colin]      2.0.0cvs8
3836
3837         * src/mimeview.c
3838                 Revert the alertpanel patch, it sucks (intrusive
3839                 and gets in the way of "open")
3840
3841 2006-02-01 [colin]      2.0.0cvs7
3842
3843         * src/compose.c
3844         * src/prefs_account.c
3845         * src/prefs_common.c
3846         * src/common/defs.h
3847         * src/common/utils.c
3848         * src/common/utils.h
3849                 Add ability to edit the signature file
3850                 from the account preferences, and use
3851                 a default for the text editor.
3852                 Patch by Fabien Vantard
3853
3854 2006-02-01 [colin]      2.0.0cvs6
3855
3856         * src/mimeview.c
3857                 Try to get mime type by extension if it is
3858                 application/octet-stream
3859                 Display a window with possible choices when
3860                 encountering unknown mime types
3861         * src/gtk/filesel.c
3862         * src/gtk/filesel.h
3863                 Add preview
3864                 Allow multiple selection in filtered filesel
3865                 (patch by Fabien Vantard)
3866         * src/gtk/pluginwindow.c
3867                 Use it (patch by Fabien Vantard)
3868
3869 2006-02-01 [paul]       2.0.0cvs5
3870
3871         * src/jpilot.c
3872                 fix crash on creating jpilot address book
3873                 Thanks to Colin - FOR_STABLE
3874         * src/prefs_summaries.c
3875         * src/prefs_wrapping.c
3876         * src/gtk/icon_legend.c
3877         * src/gtk/quicksearch.c
3878                 string fixes and additions
3879
3880 2006-02-01 [paul]       2.0.0cvs4
3881
3882         * src/compose.c
3883         * src/mainwindow.c
3884         * src/messageview.c
3885         * src/prefs_send.c
3886                 add Arabic encoding option
3887                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3888
3889 2006-01-31 [colin]      2.0.0cvs3
3890
3891         * src/plugins/pgpcore/passphrase.c
3892                 Convert passphrase to locale encoding
3893         * src/compose.c
3894                 Fix drafting on IMAP. Crappy bug sneaked in
3895                 the release :-/
3896         FOR_STABLE
3897
3898 2006-01-30 [paul]       2.0.0cvs2
3899
3900         * src/gtk/icon_legend.c
3901                 show the new entries
3902
3903 2006-01-30 [colin]      2.0.0cvs1
3904
3905         * src/manual.c
3906                 Check for the file to be present before 
3907                 enabling the menu - FOR_STABLE
3908         * src/gtk/icon_legend.c
3909                 Add folders icons (not all of them, there
3910                 are too much, but the most intriguing ones)
3911
3912 2006-01-30 [paul]       2.0.0
3913
3914         version 2.0.0 released
3915
3916 2006-01-30 [paul]       1.9.100cvs200
3917
3918         * manual/faq.xml
3919         * manual/gpl.xml
3920         * manual/intro.xml
3921         * manual/starting.xml
3922         * manual/sylpheed-claws-manual.xml
3923                 fixes, additions
3924
3925 2006-01-29 [mones]      1.9.100cvs199
3926
3927         * manual/account.xml
3928         * manual/advanced.xml
3929         * manual/glossary.xml
3930                 Some typos fixed, added LDIF term to glossary
3931         * po/es.po
3932                 Fixed leading plus symbol
3933
3934 2006-01-29 [paul]       1.9.100cvs198
3935
3936         * po/fi.po
3937         * po/sk.po
3938                 updated by Tommi Pirinen and Andrej Kacian
3939
3940 2006-01-29 [paul]       1.9.100cvs197
3941
3942         * src/gtk/authors.h
3943                 remove duplicates
3944
3945 2006-01-29 [paul]       1.9.100cvs196
3946
3947         * AUTHORS
3948         * po/nl.po
3949         * src/gtk/authors.h
3950         * tools/claws.i18n.status.pl
3951                 nl translation updated by Tim Dijkstra
3952
3953 2006-01-29 [paul]       1.9.100cvs195
3954
3955         * po/sr.po
3956         * po/sv.po
3957                 updated by Aleksandar Urosevic and Anders Troback
3958
3959 2006-01-28 [colin]      1.9.100cvs194
3960
3961         * src/gtk/gtksourceprintjob.c
3962                 Don't fiddle with PangoLayout when we
3963                 have an image
3964
3965 2006-01-28 [paul]       1.9.100cvs193
3966
3967         * AUTHORS
3968         * po/el.po
3969         * po/zh_CN.po
3970         * src/gtk/authors.h
3971         * tools/claws.i18n.status.pl
3972                 updated translations submitted by Stavros Giannouris
3973                 and Ralgh Young
3974
3975 2006-01-27 [colin]      1.9.100cvs192
3976
3977         * src/summaryview.c
3978         * src/gtk/gtksourceprintjob.c
3979                 Add image printing 
3980                 (libgnomeprint only, of course)
3981
3982 2006-01-27 [paul]       1.9.100cvs191
3983
3984         * po/fr.po
3985         * po/it.po
3986                 updated by Fabien Vantard and Andrea Spadaccini
3987
3988 2006-01-26 [colin]      1.9.100cvs190
3989
3990         * manual/Makefile.am
3991         * configure.ac
3992                 Make building the manual optional 
3993                 (--disable-manual)
3994
3995 2006-01-26 [paul]       1.9.100cvs189
3996
3997         * manual/glossary.xml
3998         * manual/plugins.xml
3999                 edited
4000         * po/en_GB.po
4001                 updated
4002
4003 2006-01-26 [paul]       1.9.100cvs188
4004
4005         * src/prefs_display_header.c
4006         * src/prefs_folder_column.c
4007         * src/prefs_msg_colors.c
4008         * src/prefs_summaries.c
4009         * src/prefs_summary_column.c
4010                 HIGify
4011
4012 2006-01-25 [colin]      1.9.100cvs187
4013
4014         * src/imap.c
4015                 Don't allow moving/copying mails between
4016                 queue/drafts and non-queue/drafts folders
4017                 Fixes bug #897 (message header is resetted 
4018                 if one is copied to Drafts)
4019
4020 2006-01-25 [colin]      1.9.100cvs186
4021
4022         * src/folder.c
4023         * src/mainwindow.c
4024                 Fix subscribed folders not found
4025         * src/compose.c
4026                 Don't try to encode as original mail's charset
4027                 if it's ascii 
4028
4029 2006-01-25 [paul]       1.9.100cvs185
4030
4031         * AUTHORS
4032         * po/Makevars
4033                 updated
4034         * po/de.po
4035         * po/pl.po
4036         * po/pt_BR.po
4037         * po/sr.po
4038                 updates submitted by Stephan Sachse, Emilian Nowak
4039                 and Quar, Frederico Goncalves Guimaraes, and
4040                 Aleksandar Urosevic
4041                 Fix Bug 896, 'PT_BR locale broken'.
4042         * src/gtk/authors.h
4043                 updated
4044
4045 2006-01-24 [mones]      1.9.100cvs184
4046
4047         * manual/glossary.xml
4048                 All current terms finished. Reviewers welcome ;-)
4049         * manual/keyboard.xml
4050                 Fixed column width for pdf output.
4051         * po/es.po
4052                 Updated
4053
4054 2006-01-24 [paul]       1.9.100cvs183
4055
4056         * manual/glossary.xml
4057                 fix id name
4058         * manual/dist/html/Makefile.am
4059         * manual/dist/pdf/Makefile.am
4060         * manual/dist/ps/Makefile.am
4061         * manual/dist/txt/Makefile.am
4062                 fix make deps
4063                 Thanks to Colin
4064
4065 2006-01-24 [mones]      1.9.100cvs182
4066
4067         * manual/glossary.xml
4068                 Nearly finished, some terms missing.
4069
4070 2006-01-23 [paul]       1.9.100cvs181
4071
4072         * manual/dist/html/Makefile.am
4073         * manual/dist/pdf/Makefile.am
4074         * manual/dist/ps/Makefile.am
4075         * manual/dist/txt/Makefile.am
4076         * src/mainwindow.c
4077                 re-enable manual
4078                 Thanks to Colin
4079
4080 2006-01-22 [colin]      1.9.100cvs180
4081
4082         * src/compose.c
4083         * src/gtk/gtkaspell.c
4084                 Don't deselect stuff before right-clicking, with aspell.
4085                 (This prevented right-click Copy, for example).
4086                 Thanks to Clo!
4087
4088 2006-01-22 [paul]       1.9.100cvs179
4089
4090         * src/summary_search.c
4091                 don't fix the widget size as it causes problems
4092                 under localisation.
4093                 Thanks to Emilian Nowak
4094
4095 2006-01-21 [paul]       1.9.100cvs178
4096
4097         * src/prefs_themes.c
4098                 fix broken underlining of label text
4099                 with some translations
4100
4101 2006-01-21 [colin]      1.9.100cvs177
4102
4103         * po/fr.po
4104                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4105
4106 2006-01-20 [colin]      1.9.100cvs176
4107
4108         * configure.ac
4109         * Makefile.am
4110         * manual/Makefile
4111         * manual/dist/html/.cvsignore
4112         * manual/dist/html/Makefile.am
4113         * manual/dist/pdf/.cvsignore
4114         * manual/dist/pdf/Makefile.am
4115         * manual/dist/ps/.cvsignore
4116         * manual/dist/ps/Makefile.am
4117         * manual/dist/txt/.cvsignore
4118         * manual/dist/txt/Makefile.am
4119                 Autotool-ize manual
4120
4121 2006-01-20 [paul]       1.9.100cvs175
4122
4123         * manual/handling.xml
4124                 make Filtering and Searching entries easier to find
4125         * manual/keyboard.xml
4126                 add the remaining default keybinds
4127         * src/prefs_summaries.c
4128                 update the default keybinds
4129
4130 2006-01-20 [paul]       1.9.100cvs174
4131
4132         * src/addressbook.c
4133         * src/addrgather.c
4134         * src/addrharvest.c
4135         * src/editaddress.c
4136         * src/editgroup.c
4137         * src/exphtmldlg.c
4138         * src/expldifdlg.c
4139         * src/exporthtml.c
4140         * src/exportldif.c
4141         * src/ldif.c
4142                 replace 'e-mail' with 'email'
4143         * src/summary_search.c
4144                 add mnemonic to "Find all" button
4145
4146 2006-01-20 [wwp]        1.9.100cvs173
4147
4148         * src/export.c
4149         * src/import.c
4150                 touched mbox import/export buttons for HIG-compliance
4151
4152 2006-01-19 [paul]       1.9.100cvs172
4153
4154         * manual/account.xml
4155         * manual/addrbook.xml
4156         * manual/advanced.xml
4157         * manual/faq.xml
4158         * manual/handling.xml
4159         * manual/intro.xml
4160         * manual/plugins.xml
4161         * manual/starting.xml
4162                 more editing
4163
4164 2006-01-19 [paul]       1.9.100cvs171
4165
4166         * src/toolbar.c
4167                 allow use of trash button while receiving
4168                 Thanks to Colin
4169
4170 2006-01-19 [wwp]        1.9.100cvs170
4171
4172         * src/gtk/quicksearch.c
4173         * src/compose.c
4174                 force text color to black when yellow background is set
4175
4176 2006-01-19 [colin]      1.9.100cvs169
4177
4178         * src/plugins/trayicon/trayicon.c
4179                 Gray out Get Mail when already getting mail
4180
4181 2006-01-18 [paul]       1.9.100cvs168
4182
4183         * src/compose.c
4184                 give widget yellow background was To is
4185                 set via folder prefs
4186         * src/gtk/quicksearch.c
4187                 give widget yellow background when quick
4188                 search is active.
4189                 Thanks to Colin
4190
4191 2006-01-18 [paul]       1.9.100cvs167
4192
4193         * doc/man/sylpheed-claws.1
4194                 add --subscribe option
4195
4196 2006-01-18 [paul]       1.9.100cvs166
4197
4198         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4199         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4200                 use %U instead of %F (%F is broken for user installed
4201                 files in kde 3.5)
4202
4203 2006-01-18 [colin]      1.9.100cvs165
4204
4205         * src/summaryview.c
4206                 Default to Yes in "No more * messages" dialogs
4207
4208 2006-01-17 [colin]      1.9.100cvs164
4209
4210         * src/compose.c
4211                 Possibly fix an invalid iterator causing
4212                 crash
4213
4214 2006-01-17 [colin]      1.9.100cvs163
4215
4216         * src/mimeview.c
4217                 Fix crash when the image disappears under the
4218                 image viewer
4219
4220 2006-01-16 [colin]      1.9.100cvs162
4221
4222         * src/compose.c
4223                 Fix reenabling autowrap
4224
4225 2006-01-16 [colin]      1.9.100cvs161
4226
4227         * src/compose.c
4228                 reset quote_len before getting quote_str
4229
4230 2006-01-16 [colin]      1.9.100cvs160
4231
4232         * src/account.c
4233         * src/account.h
4234         * src/folder.c
4235         * src/imap_gtk.c
4236         * src/mh_gtk.c
4237                 Fix bug #883 (default inbox does not track folder move)
4238
4239 2006-01-16 [colin]      1.9.100cvs159
4240
4241         * src/compose.c
4242         * src/plugins/pgpcore/passphrase.c
4243                 More buttons fixes
4244
4245 2006-01-16 [paul]       1.9.100cvs158
4246
4247         * src/prefs_actions.c
4248         * src/prefs_filtering_action.c
4249         * src/prefs_matcher.c
4250         * src/quote_fmt.c
4251         * src/gtk/description_window.c
4252         * src/gtk/description_window.h
4253         * src/gtk/quicksearch.c
4254                 description window cleanups
4255
4256 2006-01-15 [colin]      1.9.100cvs157
4257
4258         * src/addressbook.c
4259         * src/prefs_filtering.c
4260                 Same here
4261
4262 2006-01-15 [colin]      1.9.100cvs156
4263
4264         * src/folderview.c
4265         * src/mainwindow.c
4266                 Same for "Empty trash"
4267
4268 2006-01-15 [colin]      1.9.100cvs155
4269
4270         * src/inc.c
4271                 Override offline dialog had Yes by default
4272
4273 2006-01-15 [colin]      1.9.100cvs154
4274
4275         * src/summaryview.c
4276                 Delete selected messages? previously had Yes the default
4277
4278 2006-01-15 [colin]      1.9.100cvs153
4279
4280         * src/folder.c
4281         * src/folder.h
4282         * src/main.c
4283                 Check if a mailbox is loaded after all
4284                 plugins are loaded.
4285
4286 2006-01-15 [colin]      1.9.100cvs152
4287
4288         * src/folder.c
4289                 Don't start wizard when there are unloaded folders (will help
4290                 people with only mbox or maildir mailboxes)
4291
4292 2006-01-14 [colin]      1.9.100cvs151
4293
4294         * src/addressbook.c
4295         * src/expldifdlg.c
4296         * src/importldif.c
4297         * src/importmutt.c
4298         * src/importpine.c
4299         * src/mh_gtk.c
4300                 More HIG compliance and fixes
4301
4302 2006-01-14 [colin]      1.9.100cvs150
4303
4304         * src/prefs_filtering_action.c
4305         * src/foldersel.c
4306                 Two forgotten button order changes
4307
4308 2006-01-14 [colin]      1.9.100cvs149
4309
4310         * src/account.c
4311         * src/addressbook.c
4312         * src/compose.c
4313         * src/folderview.c
4314         * src/imap_gtk.c
4315         * src/mainwindow.c
4316         * src/mh_gtk.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/ssl_manager.c
4324         * src/summaryview.c
4325         * src/textview.c
4326         * src/toolbar.c
4327                 All deletion confirmations are now "Cancel, Delete" 
4328                 instead of "No, Yes"
4329                 Clarified most of the other "No, Yes" to 
4330                 "Cancel, Descriptive_action"
4331                 Rechanged the "Entry not saved" alerts to have 
4332                 "Close, Continue editing"
4333
4334
4335 2006-01-14 [paul]
4336
4337         * 2.0.0-rc4 released
4338
4339 2006-01-14 [paul]       1.9.100cvs148
4340
4341         * src/account.c
4342         * src/addressadd.c
4343         * src/addressbook.c
4344         * src/compose.c
4345         * src/editaddress.c
4346         * src/editbook.c
4347         * src/editgroup.c
4348         * src/editjpilot.c
4349         * src/editldap.c
4350         * src/editvcard.c
4351         * src/exphtmldlg.c
4352         * src/expldifdlg.c
4353         * src/folderview.c
4354         * src/grouplistdialog.c
4355         * src/imap_gtk.c
4356         * src/importmutt.c
4357         * src/importpine.c
4358         * src/inc.c
4359         * src/main.c
4360         * src/mainwindow.c
4361         * src/message_search.c
4362         * src/messageview.c
4363         * src/mh_gtk.c
4364         * src/mimeview.c
4365         * src/news_gtk.c
4366         * src/prefs_actions.c
4367         * src/prefs_customheader.c
4368         * src/prefs_filtering.c
4369         * src/prefs_matcher.c
4370         * src/prefs_template.c
4371         * src/prefs_themes.c
4372         * src/ssl_manager.c
4373         * src/summary_search.c
4374         * src/summaryview.c
4375         * src/textview.c
4376         * src/toolbar.c
4377         * src/gtk/foldersort.c
4378         * src/gtk/gtkaspell.c
4379         * src/gtk/inputdialog.c
4380         * src/gtk/prefswindow.c
4381         * src/plugins/pgpcore/select-keys.c
4382         * src/plugins/trayicon/trayicon.c
4383                 HIG compliant button order
4384
4385 2006-01-14 [mones]      1.9.100cvs147
4386
4387         * po/es.po
4388                 Updated translation
4389
4390 2006-01-13 [paul]       1.9.100cvs146
4391
4392         * AUTHORS
4393         * ChangeLog
4394         * src/gtk/authors.h
4395                 add Joshua M. Kwan to contributors list
4396
4397 2006-01-13 [colin]      1.9.100cvs145
4398
4399         * src/gtk/quicksearch.c
4400                 Don't refocus quick search after executing (Esc or Enter)
4401                 Allows to '/'search something then move up/down in 
4402                 summaryview, and to Esc a search and be back in the 
4403                 summaryview
4404
4405 2006-01-13 [paul]       1.9.100cvs144
4406
4407         * src/plugins/pgpinline/pgpinline.c
4408                 support Content-Type 'application/pgp'
4409                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4410
4411 2006-01-13 [paul]       1.9.100cvs143
4412
4413         * manual/account.xml
4414                 make mention of partial retrieval
4415                 thanks to Colin
4416
4417 2006-01-13 [paul]       1.9.100cvs142
4418
4419         * src/account.c
4420         * src/account.h
4421         * src/action.c
4422         * src/action.h
4423         * src/adbookbase.h
4424         * src/addr_compl.c
4425         * src/addr_compl.h
4426         * src/addrbook.c
4427         * src/addrcache.c
4428         * src/addrcache.h
4429         * src/addrcindex.c
4430         * src/addrcindex.h
4431         * src/addrclip.c
4432         * src/addrclip.h
4433         * src/addrdefs.h
4434         * src/addressadd.c
4435         * src/addressadd.h
4436         * src/addressbook.c
4437         * src/addressbook.h
4438         * src/addrgather.c
4439         * src/addrgather.h
4440         * src/addrharvest.c
4441         * src/addrharvest.h
4442         * src/addrindex.c
4443         * src/addrindex.h
4444         * src/addritem.c
4445         * src/addritem.h
4446         * src/addrquery.c
4447         * src/addrquery.h
4448         * src/addrselect.c
4449         * src/addrselect.h
4450         * src/alertpanel.c
4451         * src/alertpanel.h
4452         * src/browseldap.c
4453         * src/browseldap.h
4454         * src/codeconv.c
4455         * src/codeconv.h
4456         * src/compose.c
4457         * src/compose.h
4458         * src/customheader.c
4459         * src/customheader.h
4460         * src/displayheader.c
4461         * src/displayheader.h
4462         * src/editaddress.c
4463         * src/editaddress.h
4464         * src/editbook.c
4465         * src/editbook.h
4466         * src/editgroup.c
4467         * src/editgroup.h
4468         * src/editjpilot.c
4469         * src/editjpilot.h
4470         * src/editldap.c
4471         * src/editldap.h
4472         * src/editldap_basedn.c
4473         * src/editldap_basedn.h
4474         * src/editvcard.c
4475         * src/editvcard.h
4476         * src/exphtmldlg.c
4477         * src/exphtmldlg.h
4478         * src/expldifdlg.c
4479         * src/expldifdlg.h
4480         * src/export.h
4481         * src/exporthtml.c
4482         * src/exporthtml.h
4483         * src/exportldif.c
4484         * src/exportldif.h
4485         * src/filtering.c
4486         * src/filtering.h
4487         * src/folder.c
4488         * src/folder.h
4489         * src/folder_item_prefs.c
4490         * src/folder_item_prefs.h
4491         * src/foldersel.c
4492         * src/foldersel.h
4493         * src/folderutils.c
4494         * src/folderutils.h
4495         * src/folderview.c
4496         * src/folderview.h
4497         * src/grouplistdialog.c
4498         * src/grouplistdialog.h
4499         * src/headerview.c
4500         * src/html.c
4501         * src/html.h
4502         * src/image_viewer.c
4503         * src/image_viewer.h
4504         * src/imap.c
4505         * src/imap.h
4506         * src/imap_gtk.c
4507         * src/imap_gtk.h
4508         * src/import.h
4509         * src/importldif.c
4510         * src/importldif.h
4511         * src/importmutt.c
4512         * src/importmutt.h
4513         * src/importpine.c
4514         * src/importpine.h
4515         * src/inc.c
4516         * src/inc.h
4517         * src/jpilot.c
4518         * src/jpilot.h
4519         * src/ldapctrl.c
4520         * src/ldapctrl.h
4521         * src/ldaplocate.c
4522         * src/ldaplocate.h
4523         * src/ldapquery.c
4524         * src/ldapquery.h
4525         * src/ldapserver.c
4526         * src/ldapserver.h
4527         * src/ldaputil.c
4528         * src/ldaputil.h
4529         * src/ldif.c
4530         * src/ldif.h
4531         * src/main.c
4532         * src/main.h
4533         * src/mainwindow.c
4534         * src/mainwindow.h
4535         * src/manual.c
4536         * src/manual.h
4537         * src/mbox.c
4538         * src/mbox.h
4539         * src/message_search.c
4540         * src/message_search.h
4541         * src/messageview.c
4542         * src/messageview.h
4543         * src/mh.c
4544         * src/mh.h
4545         * src/mh_gtk.c
4546         * src/mh_gtk.h
4547         * src/mimeview.c
4548         * src/mimeview.h
4549         * src/msgcache.c
4550         * src/msgcache.h
4551         * src/mutt.c
4552         * src/mutt.h
4553         * src/news.c
4554         * src/news.h
4555         * src/news_gtk.c
4556         * src/news_gtk.h
4557         * src/partial_download.c
4558         * src/partial_download.h
4559         * src/pine.c
4560         * src/pine.h
4561         * src/pop.c
4562         * src/pop.h
4563         * src/prefs_account.c
4564         * src/prefs_account.h
4565         * src/prefs_actions.c
4566         * src/prefs_actions.h
4567         * src/prefs_common.c
4568         * src/prefs_common.h
4569         * src/prefs_compose_writing.c
4570         * src/prefs_compose_writing.h
4571         * src/prefs_customheader.c
4572         * src/prefs_customheader.h
4573         * src/prefs_display_header.c
4574         * src/prefs_display_header.h
4575         * src/prefs_filtering.c
4576         * src/prefs_filtering.h
4577         * src/prefs_filtering_action.c
4578         * src/prefs_filtering_action.h
4579         * src/prefs_folder_column.c
4580         * src/prefs_folder_column.h
4581         * src/prefs_folder_item.c
4582         * src/prefs_folder_item.h
4583         * src/prefs_fonts.c
4584         * src/prefs_fonts.h
4585         * src/prefs_gtk.c
4586         * src/prefs_gtk.h
4587         * src/prefs_image_viewer.c
4588         * src/prefs_image_viewer.h
4589         * src/prefs_matcher.c
4590         * src/prefs_matcher.h
4591         * src/prefs_message.c
4592         * src/prefs_msg_colors.c
4593         * src/prefs_msg_colors.h
4594         * src/prefs_other.c
4595         * src/prefs_quote.c
4596         * src/prefs_receive.c
4597         * src/prefs_send.c
4598         * src/prefs_spelling.c
4599         * src/prefs_spelling.h
4600         * src/prefs_summaries.c
4601         * src/prefs_summaries.h
4602         * src/prefs_summary_column.c
4603         * src/prefs_summary_column.h
4604         * src/prefs_template.c
4605         * src/prefs_template.h
4606         * src/prefs_themes.c
4607         * src/prefs_themes.h
4608         * src/prefs_toolbar.c
4609         * src/prefs_toolbar.h
4610         * src/prefs_wrapping.c
4611         * src/prefs_wrapping.h
4612         * src/privacy.c
4613         * src/privacy.h
4614         * src/procheader.c
4615         * src/procheader.h
4616         * src/procmime.c
4617         * src/procmime.h
4618         * src/procmsg.c
4619         * src/procmsg.h
4620         * src/quote_fmt.c
4621         * src/quote_fmt_parse.y
4622         * src/recv.c
4623         * src/recv.h
4624         * src/remotefolder.c
4625         * src/remotefolder.h
4626         * src/send_message.c
4627         * src/send_message.h
4628         * src/setup.c
4629         * src/setup.h
4630         * src/sourcewindow.c
4631         * src/sourcewindow.h
4632         * src/ssl_manager.c
4633         * src/ssl_manager.h
4634         * src/statusbar.c
4635         * src/statusbar.h
4636         * src/stock_pixmap.c
4637         * src/stock_pixmap.h
4638         * src/summary_search.c
4639         * src/summary_search.h
4640         * src/summaryview.c
4641         * src/summaryview.h
4642         * src/syldap.c
4643         * src/syldap.h
4644         * src/textview.c
4645         * src/textview.h
4646         * src/toolbar.c
4647         * src/toolbar.h
4648         * src/undo.c
4649         * src/undo.h
4650         * src/unmime.c
4651         * src/unmime.h
4652         * src/vcard.c
4653         * src/vcard.h
4654         * src/wizard.c
4655         * src/wizard.h
4656         * src/common/base64.c
4657         * src/common/base64.h
4658         * src/common/defs.h
4659         * src/common/hooks.c
4660         * src/common/hooks.h
4661         * src/common/log.c
4662         * src/common/log.h
4663         * src/common/mgutils.c
4664         * src/common/mgutils.h
4665         * src/common/nntp.c
4666         * src/common/nntp.h
4667         * src/common/passcrypt.c
4668         * src/common/passcrypt.h.in
4669         * src/common/plugin.c
4670         * src/common/plugin.h
4671         * src/common/prefs.c
4672         * src/common/prefs.h
4673         * src/common/progressindicator.c
4674         * src/common/progressindicator.h
4675         * src/common/quoted-printable.c
4676         * src/common/quoted-printable.h
4677         * src/common/session.c
4678         * src/common/session.h
4679         * src/common/smtp.c
4680         * src/common/smtp.h
4681         * src/common/socket.c
4682         * src/common/socket.h
4683         * src/common/ssl.c
4684         * src/common/ssl.h
4685         * src/common/ssl_certificate.c
4686         * src/common/ssl_certificate.h
4687         * src/common/stringtable.c
4688         * src/common/stringtable.h
4689         * src/common/sylpheed.c
4690         * src/common/sylpheed.h
4691         * src/common/template.c
4692         * src/common/template.h
4693         * src/common/timing.h
4694         * src/common/utils.c
4695         * src/common/utils.h
4696         * src/common/version.h.in
4697         * src/common/xml.c
4698         * src/common/xml.h
4699         * src/common/xmlprops.c
4700         * src/common/xmlprops.h
4701         * src/gtk/colorlabel.c
4702         * src/gtk/colorsel.c
4703         * src/gtk/colorsel.h
4704         * src/gtk/description_window.c
4705         * src/gtk/description_window.h
4706         * src/gtk/filesel.c
4707         * src/gtk/filesel.h
4708         * src/gtk/foldersort.c
4709         * src/gtk/foldersort.h
4710         * src/gtk/gtkutils.c
4711         * src/gtk/gtkutils.h
4712         * src/gtk/inputdialog.c
4713         * src/gtk/inputdialog.h
4714         * src/gtk/logwindow.c
4715         * src/gtk/logwindow.h
4716         * src/gtk/manage_window.c
4717         * src/gtk/manage_window.h
4718         * src/gtk/menu.c
4719         * src/gtk/menu.h
4720         * src/gtk/pluginwindow.c
4721         * src/gtk/pluginwindow.h
4722         * src/gtk/prefswindow.c
4723         * src/gtk/prefswindow.h
4724         * src/gtk/progressdialog.c
4725         * src/gtk/progressdialog.h
4726         * src/gtk/sslcertwindow.c
4727         * src/gtk/sslcertwindow.h
4728         * src/plugins/clamav/clamav_plugin.c
4729         * src/plugins/clamav/clamav_plugin.h
4730         * src/plugins/clamav/clamav_plugin_gtk.c
4731         * src/plugins/demo/demo.c
4732         * src/plugins/dillo_viewer/dillo_prefs.c
4733         * src/plugins/dillo_viewer/dillo_prefs.h
4734         * src/plugins/dillo_viewer/dillo_viewer.c
4735         * src/plugins/pgpcore/passphrase.c
4736         * src/plugins/pgpcore/passphrase.h
4737         * src/plugins/pgpcore/plugin.c
4738         * src/plugins/pgpcore/select-keys.c
4739         * src/plugins/pgpcore/select-keys.h
4740         * src/plugins/pgpcore/sgpgme.c
4741         * src/plugins/pgpcore/sgpgme.h
4742         * src/plugins/pgpinline/pgpinline.c
4743         * src/plugins/pgpinline/pgpinline.h
4744         * src/plugins/pgpinline/plugin.c
4745         * src/plugins/pgpmime/pgpmime.c
4746         * src/plugins/pgpmime/pgpmime.h
4747         * src/plugins/pgpmime/plugin.c
4748         * src/plugins/spamassassin/spamassassin.c
4749         * src/plugins/spamassassin/spamassassin.h
4750         * src/plugins/spamassassin/spamassassin_gtk.c
4751         * src/plugins/trayicon/trayicon.c
4752                 update copyright header
4753
4754 2006-01-13 [paul]       1.9.100cvs141
4755
4756         * src/account.c
4757         * src/export.c
4758         * src/import.c
4759         * src/mainwindow.c
4760         * src/prefs_account.c
4761         * src/prefs_display_header.c
4762         * src/prefs_receive.c
4763         * src/prefs_send.c
4764         * src/prefs_summaries.c
4765         * src/prefs_themes.c
4766         * src/prefs_toolbar.c
4767         * src/gtk/about.c
4768                 various cleanups
4769
4770 2006-01-12 [colin]      1.9.100cvs140
4771
4772         * src/folder.c
4773         * src/folder.h
4774         * src/main.c
4775                 Add --subscribe option
4776                 Let sylpheed-claws email@domain.com equivalent to --compose
4777                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4778
4779 2006-01-12 [paul]       1.9.100cvs139
4780
4781         * src/mainwindow.c
4782                 append 'Change folder order' label with '...'
4783         * src/prefs_actions.c
4784                 allow reordering of actions list by dnd
4785         * src/gtk/foldersort.c
4786                 make the dialog nicer
4787
4788 2006-01-11 [colin]      1.9.100cvs138
4789
4790         * src/compose.c
4791                 Allow templates without text
4792
4793 2006-01-11 [paul]       1.9.100cvs137
4794
4795         * tools/README
4796         * tools/filter_conv_new.pl
4797                 add info to README
4798                 also check .sylpheed for filter.xml
4799                 be a bit informative to the user
4800
4801 2006-01-11 [colin]      1.9.100cvs136
4802
4803         * src/textview.c
4804                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4805
4806 2006-01-10 [paul]       1.9.100cvs135
4807
4808         * tools/Makefile.am
4809         * tools/filter_conv_new.pl
4810                 add script to convert new style Sylpheed
4811                 filter rules (Sylpheed >= 0.9.99) to
4812                 Claws filtering rules
4813
4814 2006-01-10 [colin]      1.9.100cvs134
4815
4816         * src/compose.c
4817                 Fix broken line joins in certain conditions
4818                 (between two quoted lines: <enter><enter><up>
4819                  <type a wrapped sentence><go in the first line>
4820                  <insert more text><watch as line joining failed>)
4821
4822 2006-01-10 [paul]       1.9.100cvs133
4823
4824         * src/compose.c
4825                 don't report success in error dialog
4826                 thanks to Colin
4827         * src/common/utils.c
4828                 include some trailing punctuations as URI
4829                 thanks to Hiro
4830
4831 2006-01-10 [paul]       1.9.100cvs132
4832
4833         * src/mimeview.c
4834                 fix incompatible pointer type
4835                 warning
4836
4837 2006-01-10 [paul]       1.9.100cvs131
4838
4839         * src/compose.c
4840                 change Subject in window title
4841                 instantaneously
4842
4843 2006-01-09 [colin]      1.9.100cvs130
4844
4845         * src/addressbook.c
4846         * src/headerview.c
4847         * src/mainwindow.c
4848         * src/messageview.c
4849         * src/mimeview.c
4850         * src/noticeview.c
4851         * src/summaryview.c
4852                 Fix possible crashes on exit and in addressbook
4853
4854 2006-01-09 [paul]       1.9.100cvs129
4855
4856         * src/prefs_msg_colors.c
4857                 some cleanups that I forgot last time
4858
4859 2006-01-09 [paul]       1.9.100cvs128
4860
4861         * README
4862         * src/folderview.c
4863         * src/prefs_msg_colors.c
4864                 add previously hidden option, color_new, to
4865                 the gui
4866                 move the page to Display/
4867                 rework the gui
4868
4869 2006-01-09 [wwp]        1.9.100cvs127
4870
4871         * src/prefs_themes.c
4872                 made the prefs/display/themes layouts spacing less condensed
4873                 (and so they match other prefs/pages' look).
4874
4875 2006-01-09 [paul]       1.9.100cvs126
4876
4877         * src/compose.c
4878         * src/prefs_common.c
4879         * src/prefs_common.h
4880         * src/prefs_wrapping.c
4881                 remove 'wrap at send' option
4882
4883 2006-01-06 [colin]      1.9.100cvs125
4884
4885         * src/compose.c
4886                 Just make completely sure we don't insert "manual line breaks" 
4887                 when wrapping... 
4888
4889 2006-01-04 [paul]
4890
4891         * 2.0.0-rc3 released
4892
4893 2006-01-04 [paul]       1.9.100cvs124
4894
4895         * src/folderview.c
4896                 fix bug 882, 'quick scroll in folder list
4897                 displays wrong folder contents'
4898
4899 2006-01-04 [paul]       1.9.100cvs123
4900
4901         * src/plugins/pgpmime/pgpmime.c
4902                 better debug information when signing
4903                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4904
4905 2006-01-03 [colin]      1.9.100cvs122
4906
4907         * configure.ac
4908                 We need to recheck for gpgme 1.0.0 after checking
4909                 for 1.1.1, because if 1.1.1 isn't available, 
4910                 GPGME_LIBS and friends are blanked out by the 
4911                 second check.
4912
4913 2006-01-03 [colin]      1.9.100cvs121
4914
4915         * src/common/prefs.c
4916                 Windows unlink-before rename fix
4917         * src/plugins/pgpcore/sgpgme.c
4918                 Add support for PKA info if available
4919                 Both patches by Werner Koch
4920
4921 2006-01-03 [paul]       1.9.100cvs120
4922
4923         * src/messageview.c
4924                 fix bug 884, 'Send receipt' button visible in queue
4925                 Thanks to Colin
4926
4927 2006-01-02 [colin]      1.9.100cvs119
4928
4929         * src/compose.c
4930         * src/imap.c
4931                 Fix autosave on IMAP and more generally try to
4932                 return the correct ID on a newly added IMAP message
4933
4934 2006-01-02 [paul]       1.9.100cvs118
4935
4936         * manual/keyboard.xml
4937                 edited
4938
4939 2006-01-01 [paul]       1.9.100cvs117
4940
4941         * src/gtk/authors.h
4942                 alphabetical order
4943
4944 2005-12-30 [colin]      1.9.100cvs116
4945
4946         * manual/advanced.xml
4947                 Explain Pre/Post-processing differences.
4948
4949 2005-12-30 [colin]      1.9.100cvs115
4950
4951         * src/mh.c
4952                 Implement copy_msgs for a little optimization
4953         * src/imap.c
4954                 Finish yesterday's fix
4955
4956 2005-12-29 [colin]      1.9.100cvs114
4957
4958         * src/imap.c
4959                 Fix occasional failure in fetching a mail over
4960                 IMAP
4961
4962 2005-12-29 [colin]      1.9.100cvs113
4963
4964         * src/compose.c
4965                 Don't remove a draft when sending it, if it is 
4966                 locked.
4967
4968 2005-12-28 [colin]      1.9.100cvs112
4969
4970         * src/summaryview.c
4971                 Fix leak for real
4972
4973 2005-12-28 [wwp]        1.9.100cvs111
4974
4975         * doc/faq/.cvsignore
4976         * doc/faq/de/.cvsignore
4977         * doc/faq/en/.cvsignore
4978         * doc/faq/es/.cvsignore
4979         * doc/faq/fr/.cvsignore
4980         * doc/faq/it/.cvsignore
4981         * doc/manual/.cvsignore
4982         * doc/manual/de/.cvsignore
4983         * doc/manual/en/.cvsignore
4984         * doc/manual/es/.cvsignore
4985         * doc/manual/fr/.cvsignore
4986         * doc/manual/ja/.cvsignore
4987         * src/plugins/mathml_viewer/.cvsignore
4988                 rollback revival of those files (my bad, sorry for the noise).
4989
4990 2005-12-28 [wwp]        1.9.100cvs110
4991
4992         * src/compose.c
4993                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4994
4995 2005-12-28 [wwp]        1.9.100cvs109
4996
4997         * doc/faq/.cvsignore
4998         * doc/faq/de/.cvsignore
4999         * doc/faq/en/.cvsignore
5000         * doc/faq/es/.cvsignore
5001         * doc/faq/fr/.cvsignore
5002         * doc/faq/it/.cvsignore
5003         * doc/manual/.cvsignore
5004         * doc/manual/de/.cvsignore
5005         * doc/manual/en/.cvsignore
5006         * doc/manual/es/.cvsignore
5007         * doc/manual/fr/.cvsignore
5008         * doc/manual/ja/.cvsignore
5009         * src/plugins/mathml_viewer/.cvsignore
5010         * po/.cvsignore
5011                 more files to ignore.
5012
5013 2005-12-24 [colin]      1.9.100cvs108
5014
5015         * AUTHORS
5016         * src/gtk/authors.h
5017                 Update for Werner
5018
5019 2005-12-24 [colin]      1.9.100cvs107
5020
5021         * src/procmsg.c
5022                 Allow NULL src_msginfo in 
5023                 procmsg_msginfo_new_from_mimeinfo
5024
5025 2005-12-23 [paul]       1.9.100cvs106
5026
5027         * src/plugins/pgpinline/mypgpcore.def
5028                 add this forgotten file
5029
5030 2005-12-23 [colin]      1.9.100cvs105
5031
5032         * src/mainwindow.c
5033                 Fix missing break
5034
5035 2005-12-23 [colin]      1.9.100cvs104
5036
5037         * autogen.sh
5038         * src/folder.c
5039         * src/mh.c
5040         * src/common/plugin.c
5041         * src/common/socket.c
5042         * src/common/socket.h
5043         * src/common/utils.c
5044         * src/common/utils.h
5045         * src/gtk/pluginwindow.c
5046         * src/plugins/pgpcore/plugin.def
5047         * src/plugins/pgpcore/sylpheed.def
5048         * src/plugins/pgpinline/Makefile.am
5049         * src/plugins/pgpinline/plugin.def
5050         * src/plugins/pgpinline/sylpheed.def
5051         * src/plugins/pgpmime/plugin.def
5052         * src/plugins/pgpmime/sylpheed.def
5053                 Various w32 fixes by Werner Koch
5054
5055 2005-12-22 [paul]       1.9.100cvs103
5056
5057         * src/wizard.c
5058                 don't offer IMAP as 'server type' if
5059                 libetpan isn't built in
5060
5061 2005-12-22 [paul]       1.9.100cvs102
5062
5063         * AUTHORS
5064         * src/mainwindow.c
5065         * src/mainwindow.h
5066         * src/toolbar.c
5067         * src/gtk/authors.h
5068                 support GTK_TOOLBAR_BOTH_HORIZ (text
5069                 next to icon) Patch by Marien Zwart
5070                 marienz@users.sf.net
5071                 Also reword the text
5072
5073 2005-12-21 [colin]      1.9.100cvs101
5074
5075         * configure.ac
5076                 Fix DATADIRNAME
5077         * COPYING
5078                 Fix missing section and explicit the exception better
5079         * src/compose.c
5080                 Prevent mail from being lost without notice when an
5081                 SMTP error happens on trying to send an unmodified
5082                 drafted mail.
5083         * src/send_message.c
5084         * src/common/smtp.c
5085                 Fix password remembering when wrong, and add return
5086                 value checks where they should have been
5087         * src/plugins/pgpcore/sylpheed.def
5088         * src/plugins/pgpinline/sylpheed.def
5089         * src/plugins/pgpmime/sylpheed.def
5090                 Add a few symbols needed
5091
5092 2005-12-21 [paul]       1.9.100cvs100
5093
5094         * m4/codeset.m4
5095         * m4/glibc21.m4
5096         * m4/intdiv0.m4
5097         * m4/inttypes-pri.m4
5098         * m4/inttypes.m4
5099         * m4/inttypes_h.m4
5100         * m4/isc-posix.m4
5101         * m4/lcmessage.m4
5102         * m4/stdint_h.m4
5103         * m4/uintmax_t.m4
5104                 gettextization
5105                 thanks to Colin
5106
5107 2005-12-21 [paul]       1.9.100cvs99
5108
5109         * po/sv.po
5110                 fixed by Colin
5111
5112 2005-12-20 [paul]       1.9.100cvs98
5113
5114         * po/sv.po
5115                 updated by Anders Trobäck
5116
5117 2005-12-20 [colin]      1.9.100cvs97
5118
5119         * ABOUT-NLS
5120         * Makefile.am
5121         * autogen.sh
5122         * configure.ac
5123         * config/config.rpath
5124         * config/mkinstalldirs
5125         * m4/Makefile.am
5126         * m4/glibc2.m4
5127         * m4/gnupg.m4
5128         * m4/gpgme.m4
5129         * m4/intmax.m4
5130         * m4/longdouble.m4
5131         * m4/longlong.m4
5132         * m4/printf-posix.m4
5133         * m4/signed.m4
5134         * m4/size_max.m4
5135         * m4/ulonglong.m4
5136         * m4/wchar_t.m4
5137         * m4/wint_t.m4
5138         * m4/xsize.m4
5139         * po/Makefile.in.in
5140         * po/Makevars
5141         * po/bg.po
5142         * po/ca.po
5143         * po/cs.po
5144         * po/de.po
5145         * po/el.po
5146         * po/en_GB.po
5147         * po/es.po
5148         * po/fi.po
5149         * po/fr.po
5150         * po/hr.po
5151         * po/hu.po
5152         * po/it.po
5153         * po/ja.po
5154         * po/ko.po
5155         * po/nb.po
5156         * po/nl.po
5157         * po/pl.po
5158         * po/pt_BR.po
5159         * po/ru.po
5160         * po/sk.po
5161         * po/sr.po
5162         * po/stamp-po
5163         * po/sv.po
5164         * po/zh_CN.po
5165         * po/zh_TW.po
5166         * src/Makefile.am
5167         * src/codeconv.c
5168         * src/compose.c
5169         * src/exporthtml.c
5170         * src/exportldif.c
5171         * src/folder.c
5172         * src/main.c
5173         * src/manual.c
5174         * src/mh.c
5175         * src/mimeview.c
5176         * src/send_message.c
5177         * src/common/Makefile.am
5178         * src/common/fnmatch.c
5179         * src/common/fnmatch.h
5180         * src/common/fnmatch_loop.c
5181         * src/common/nntp.c
5182         * src/common/plugin.c
5183         * src/common/smtp.c
5184         * src/common/socket.c
5185         * src/common/string_match.c
5186         * src/common/sylpheed.c
5187         * src/common/utils.c
5188         * src/common/utils.h
5189         * src/common/w32_dirent.c
5190         * src/common/w32_reg.c
5191         * src/common/w32_signal.c
5192         * src/common/w32_stat.c
5193         * src/common/w32_stdio.c
5194         * src/common/w32_stdlib.c
5195         * src/common/w32_string.c
5196         * src/common/w32_time.c
5197         * src/common/w32_unistd.c
5198         * src/common/w32_wait.c
5199         * src/common/w32lib.h
5200         * src/etpan/Makefile.am
5201         * src/gtk/Makefile.am
5202         * src/plugins/clamav/Makefile.am
5203         * src/plugins/demo/Makefile.am
5204         * src/plugins/dillo_viewer/Makefile.am
5205         * src/plugins/pgpcore/Makefile.am
5206         * src/plugins/pgpcore/passphrase.c
5207         * src/plugins/pgpcore/plugin.def
5208         * src/plugins/pgpcore/sgpgme.c
5209         * src/plugins/pgpcore/sylpheed.def
5210         * src/plugins/pgpcore/version.rc
5211         * src/plugins/pgpinline/Makefile.am
5212         * src/plugins/pgpinline/plugin.def
5213         * src/plugins/pgpinline/sylpheed.def
5214         * src/plugins/pgpinline/version.rc
5215         * src/plugins/pgpmime/Makefile.am
5216         * src/plugins/pgpmime/mypgpcore.def
5217         * src/plugins/pgpmime/plugin.def
5218         * src/plugins/pgpmime/sylpheed.def
5219         * src/plugins/pgpmime/version.rc
5220         * src/plugins/spamassassin/Makefile.am
5221                 Very little ;-) patch from Werner Koch, providing
5222                 infrastructure for cross-compiling to Win32
5223
5224 2005-12-20 [paul]       1.9.100cvs96
5225
5226         * src/account.c
5227         * src/account.h
5228         * src/mainwindow.c
5229         * src/mainwindow.h
5230         * src/toolbar.c
5231         * src/toolbar.h
5232                 add a combo to the Get All button, allowing
5233                 quick retrieval from any account
5234                 Patch by Fabien Vantard, slightly modified
5235                 by Colin
5236         * src/gtk/about.c
5237                 i18n fix. Patch by Fabien Vantard
5238
5239 2005-12-19 [colin]      1.9.100cvs95
5240
5241         * src/compose.c
5242         * src/compose.h
5243                 Don't automatically join lines when they've 
5244                 been separated by the user and not automatically
5245
5246 2005-12-19 [paul]       1.9.100cvs94
5247
5248         * src/gtk/pluginwindow.c
5249                 i18n fix.
5250                 Patch by Fabien Vantard
5251
5252 2005-12-15 [paul]       1.9.100cvs93
5253
5254         * src/common/plugin.c
5255         * src/common/plugin.h
5256         * src/gtk/pluginwindow.c
5257         * src/plugins/clamav/clamav_plugin.c
5258         * src/plugins/demo/demo.c
5259         * src/plugins/dillo_viewer/dillo_viewer.c
5260         * src/plugins/pgpcore/plugin.c
5261         * src/plugins/pgpinline/plugin.c
5262         * src/plugins/pgpmime/plugin.c
5263         * src/plugins/spamassassin/spamassassin.c
5264         * src/plugins/trayicon/trayicon.c
5265                 add plugin_version()
5266
5267 2005-12-15 [colin]      1.9.100cvs92
5268
5269         * src/compose.c
5270                 Further fix bug #875
5271
5272 2005-12-15 [paul]       1.9.100cvs91
5273
5274         * src/gtk/filesel.c
5275                 fix attach_load_dir getting set to
5276                 PLUGINDIR on plugin load
5277
5278 2005-12-14 [mones]      1.9.100cvs90
5279
5280         * manual/ack.xml
5281         * manual/keyboard.xml
5282                 Initial draft and some shortcuts added
5283                 
5284         * po/es.po
5285                 Updated translation
5286
5287 2005-12-14 [colin]      1.9.100cvs89
5288
5289         * src/compose.c
5290         * src/imap.c
5291         * src/summaryview.c
5292         * src/gtk/gtkaspell.c
5293                 More leaks fixed
5294         * src/prefs_folder_item.c
5295                 Fix recursive prefs apply
5296
5297
5298 2005-12-14 [colin]      1.9.100cvs88
5299
5300         * src/compose.c
5301                 Fix bug #875 (Freeze On Inline Forward of 
5302                 Large Message)
5303
5304 2005-12-13 [colin]      1.9.100cvs87
5305
5306         * src/compose.c
5307                 Uniq-ify and sort the mimetypes list
5308                 Patch by Fabien Vantard
5309
5310 2005-12-13 [colin]      1.9.100cvs86
5311
5312         * src/imap.c
5313         * src/etpan/imap-thread.c
5314                 Fix leaks (patch by Hoa)
5315         * src/news.c
5316         * src/common/plugin.c
5317                 Fix leaks
5318
5319 2005-12-12 [colin]
5320
5321         * 2.0.0-rc2 released
5322
5323 2005-12-12 [colin]      1.9.100cvs85
5324
5325         * src/matcher.c
5326                 Fix a leak
5327
5328 2005-12-12 [wwp]        1.9.100cvs84
5329
5330         * src/gtk/icon_legend.c
5331                 fix misbehaviour and crash when closing the legend window
5332         using the Esc key (patch by Fabien Vantard).
5333
5334 2005-12-12 [paul]       1.9.100cvs83
5335
5336         * src/browseldap.c
5337         * src/foldersel.c
5338         * src/prefs_actions.c
5339         * src/prefs_filtering.c
5340         * src/prefs_matcher.c
5341         * src/prefs_spelling.glade      ** REMOVED **
5342         * src/prefs_template.c
5343         * src/gtk/foldersort.glade      ** REMOVED **
5344         * src/gtk/pluginwindow.c
5345         * src/gtk/pluginwindow.glade    ** REMOVED **
5346         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5347                 cleanups
5348
5349 2005-12-11 [paul]       1.9.100cvs82
5350
5351         * src/gtk/filesel.c
5352                 fix attach_load_dir crasher (double free)
5353
5354 2005-12-09 [paul]       1.9.100cvs81
5355
5356         * po/POTFILES.in
5357         * src/mainwindow.c
5358         * src/gtk/Makefile.am
5359         * src/gtk/icon_legend.c
5360         * src/gtk/icon_legend.h
5361                 add icon legend
5362         * src/manual.c
5363                 cleanup
5364
5365 2005-12-09 [paul]       1.9.100cvs80
5366
5367         * src/plugins/pgpcore/passphrase.c
5368                 wrap the label in the dialog
5369
5370 2005-12-09 [colin]      1.9.100cvs79
5371
5372         * src/plugins/pgpcore/sgpgme.c
5373                 Display (untrusted) on not trusted signatures
5374                 Patch by Michal Èihaø <michal@cihar.com>
5375                 Closes bug #867 (Report also key trust)
5376
5377 2005-12-09 [colin]      1.9.100cvs78
5378
5379         * src/common/plugin.c
5380                 Update licence check, following Eben Moglen's advice
5381
5382 2005-12-08 [colin]      1.9.100cvs77
5383
5384         * src/folder.c
5385                 Fix the occasionnal item->cache != NULL 
5386                 assertion failure. 
5387
5388 2005-12-08 [colin]      1.9.100cvs76
5389
5390         * src/mimeview.c
5391         * src/plugins/pgpcore/sgpgme.c
5392                 Print key id when unable to check it
5393                 Closes bug #866 (Show key id when missing)
5394
5395 2005-12-08 [paul]       1.9.100cvs75
5396
5397         * src/prefs_common.c
5398         * src/prefs_common.h
5399         * src/gtk/filesel.c
5400                 remember load attachment dir
5401
5402 2005-12-07 [colin]      1.9.100cvs74
5403
5404         * src/prefs_toolbar.c
5405                 Gtk fixes, patch by Fabien Vantard
5406
5407 2005-12-07 [colin]      1.9.100cvs73
5408
5409         * src/action.c
5410         * src/compose.c
5411         * src/compose.h
5412                 Fix bug #839 (Quoted text isn't colored after 
5413                 executing an action)
5414         * src/common/plugin.c
5415                 Require plugins to declare their licence in plugin_licence()
5416                 Refuse to load non-GPL plugins as they'd be illegal (as 
5417                 derived works of Sylpheed-Claws, they must be GPL).
5418         * src/plugins/clamav/clamav_plugin.c
5419         * src/plugins/demo/demo.c
5420         * src/plugins/dillo_viewer/dillo_viewer.c
5421         * src/plugins/pgpcore/plugin.c
5422         * src/plugins/pgpinline/plugin.c
5423         * src/plugins/pgpmime/plugin.c
5424         * src/plugins/spamassassin/spamassassin.c
5425         * src/plugins/trayicon/trayicon.c
5426                 Add plugin_licence()
5427
5428 2005-12-07 [paul]       1.9.100cvs72
5429
5430         * configure.ac
5431         * src/mainwindow.c
5432         * src/manual.c
5433         * src/manual.h
5434         * src/common/defs.h
5435                 clean up after local FAQ removal and
5436                 temporary manual removal
5437
5438 2005-12-06 [colin]      1.9.100cvs71
5439
5440         * configure.ac
5441         * doc/Makefile.am
5442         * doc/faq/.cvsignore
5443         * doc/faq/Makefile.am
5444         * doc/faq/de/.cvsignore
5445         * doc/faq/de/Makefile.am
5446         * doc/faq/de/sylpheed-faq-1.html
5447         * doc/faq/de/sylpheed-faq-2.html
5448         * doc/faq/de/sylpheed-faq-3.html
5449         * doc/faq/de/sylpheed-faq.html
5450         * doc/faq/en/.cvsignore
5451         * doc/faq/en/Makefile.am
5452         * doc/faq/en/sylpheed-faq-1.html
5453         * doc/faq/en/sylpheed-faq-2.html
5454         * doc/faq/en/sylpheed-faq-3.html
5455         * doc/faq/en/sylpheed-faq-4.html
5456         * doc/faq/en/sylpheed-faq.html
5457         * doc/faq/es/.cvsignore
5458         * doc/faq/es/Makefile.am
5459         * doc/faq/es/sylpheed-faq-1.html
5460         * doc/faq/es/sylpheed-faq-2.html
5461         * doc/faq/es/sylpheed-faq-3.html
5462         * doc/faq/es/sylpheed-faq-4.html
5463         * doc/faq/es/sylpheed-faq.html
5464         * doc/faq/fr/.cvsignore
5465         * doc/faq/fr/Makefile.am
5466         * doc/faq/fr/sylpheed-faq-1.html
5467         * doc/faq/fr/sylpheed-faq-2.html
5468         * doc/faq/fr/sylpheed-faq-3.html
5469         * doc/faq/fr/sylpheed-faq.html
5470         * doc/faq/it/.cvsignore
5471         * doc/faq/it/Makefile.am
5472         * doc/faq/it/sylpheed-faq-1.html
5473         * doc/faq/it/sylpheed-faq-2.html
5474         * doc/faq/it/sylpheed-faq-3.html
5475         * doc/faq/it/sylpheed-faq.html
5476         * doc/manual/.cvsignore
5477         * doc/manual/Makefile.am
5478         * doc/manual/de/.cvsignore
5479         * doc/manual/de/Makefile.am
5480         * doc/manual/de/sylpheed-1.html
5481         * doc/manual/de/sylpheed-10.html
5482         * doc/manual/de/sylpheed-11.html
5483         * doc/manual/de/sylpheed-12.html
5484         * doc/manual/de/sylpheed-13.html
5485         * doc/manual/de/sylpheed-14.html
5486         * doc/manual/de/sylpheed-15.html
5487         * doc/manual/de/sylpheed-16.html
5488         * doc/manual/de/sylpheed-17.html
5489         * doc/manual/de/sylpheed-18.html
5490         * doc/manual/de/sylpheed-19.html
5491         * doc/manual/de/sylpheed-2.html
5492         * doc/manual/de/sylpheed-20.html
5493         * doc/manual/de/sylpheed-3.html
5494         * doc/manual/de/sylpheed-4.html
5495         * doc/manual/de/sylpheed-5.html
5496         * doc/manual/de/sylpheed-6.html
5497         * doc/manual/de/sylpheed-7.html
5498         * doc/manual/de/sylpheed-8.html
5499         * doc/manual/de/sylpheed-9.html
5500         * doc/manual/de/sylpheed.html
5501         * doc/manual/en/.cvsignore
5502         * doc/manual/en/Makefile.am
5503         * doc/manual/en/sylpheed-1.html
5504         * doc/manual/en/sylpheed-10.html
5505         * doc/manual/en/sylpheed-11.html
5506         * doc/manual/en/sylpheed-12.html
5507         * doc/manual/en/sylpheed-13.html
5508         * doc/manual/en/sylpheed-14.html
5509         * doc/manual/en/sylpheed-15.html
5510         * doc/manual/en/sylpheed-16.html
5511         * doc/manual/en/sylpheed-17.html
5512         * doc/manual/en/sylpheed-18.html
5513         * doc/manual/en/sylpheed-19.html
5514         * doc/manual/en/sylpheed-2.html
5515         * doc/manual/en/sylpheed-20.html
5516         * doc/manual/en/sylpheed-21.html
5517         * doc/manual/en/sylpheed-22.html
5518         * doc/manual/en/sylpheed-3.html
5519         * doc/manual/en/sylpheed-4.html
5520         * doc/manual/en/sylpheed-5.html
5521         * doc/manual/en/sylpheed-6.html
5522         * doc/manual/en/sylpheed-7.html
5523         * doc/manual/en/sylpheed-8.html
5524         * doc/manual/en/sylpheed-9.html
5525         * doc/manual/en/sylpheed.html
5526         * doc/manual/es/.cvsignore
5527         * doc/manual/es/Makefile.am
5528         * doc/manual/es/sylpheed-1.html
5529         * doc/manual/es/sylpheed-10.html
5530         * doc/manual/es/sylpheed-11.html
5531         * doc/manual/es/sylpheed-12.html
5532         * doc/manual/es/sylpheed-13.html
5533         * doc/manual/es/sylpheed-14.html
5534         * doc/manual/es/sylpheed-15.html
5535         * doc/manual/es/sylpheed-16.html
5536         * doc/manual/es/sylpheed-17.html
5537         * doc/manual/es/sylpheed-18.html
5538         * doc/manual/es/sylpheed-19.html
5539         * doc/manual/es/sylpheed-2.html
5540         * doc/manual/es/sylpheed-20.html
5541         * doc/manual/es/sylpheed-3.html
5542         * doc/manual/es/sylpheed-4.html
5543         * doc/manual/es/sylpheed-5.html
5544         * doc/manual/es/sylpheed-6.html
5545         * doc/manual/es/sylpheed-7.html
5546         * doc/manual/es/sylpheed-8.html
5547         * doc/manual/es/sylpheed-9.html
5548         * doc/manual/es/sylpheed.html
5549         * doc/manual/fr/.cvsignore
5550         * doc/manual/fr/Makefile.am
5551         * doc/manual/fr/sylpheed-1.html
5552         * doc/manual/fr/sylpheed-10.html
5553         * doc/manual/fr/sylpheed-11.html
5554         * doc/manual/fr/sylpheed-12.html
5555         * doc/manual/fr/sylpheed-13.html
5556         * doc/manual/fr/sylpheed-14.html
5557         * doc/manual/fr/sylpheed-15.html
5558         * doc/manual/fr/sylpheed-16.html
5559         * doc/manual/fr/sylpheed-17.html
5560         * doc/manual/fr/sylpheed-18.html
5561         * doc/manual/fr/sylpheed-19.html
5562         * doc/manual/fr/sylpheed-2.html
5563         * doc/manual/fr/sylpheed-20.html
5564         * doc/manual/fr/sylpheed-3.html
5565         * doc/manual/fr/sylpheed-4.html
5566         * doc/manual/fr/sylpheed-5.html
5567         * doc/manual/fr/sylpheed-6.html
5568         * doc/manual/fr/sylpheed-7.html
5569         * doc/manual/fr/sylpheed-8.html
5570         * doc/manual/fr/sylpheed-9.html
5571         * doc/manual/fr/sylpheed.html
5572         * doc/manual/ja/.cvsignore
5573         * doc/manual/ja/Makefile.am
5574         * doc/manual/ja/sylpheed-1.html
5575         * doc/manual/ja/sylpheed-10.html
5576         * doc/manual/ja/sylpheed-11.html
5577         * doc/manual/ja/sylpheed-12.html
5578         * doc/manual/ja/sylpheed-13.html
5579         * doc/manual/ja/sylpheed-14.html
5580         * doc/manual/ja/sylpheed-15.html
5581         * doc/manual/ja/sylpheed-16.html
5582         * doc/manual/ja/sylpheed-17.html
5583         * doc/manual/ja/sylpheed-18.html
5584         * doc/manual/ja/sylpheed-19.html
5585         * doc/manual/ja/sylpheed-2.html
5586         * doc/manual/ja/sylpheed-20.html
5587         * doc/manual/ja/sylpheed-3.html
5588         * doc/manual/ja/sylpheed-4.html
5589         * doc/manual/ja/sylpheed-5.html
5590         * doc/manual/ja/sylpheed-6.html
5591         * doc/manual/ja/sylpheed-7.html
5592         * doc/manual/ja/sylpheed-8.html
5593         * doc/manual/ja/sylpheed-9.html
5594         * doc/manual/ja/sylpheed.html
5595         * doc/manual/ja/sylpheed.sgml
5596         * src/mainwindow.c
5597                 Remove outdated manual and faq. Noisy, eh?
5598
5599 2005-12-06 [colin]      1.9.100cvs70
5600
5601         * src/compose.c
5602         * src/quote_fmt_parse.y
5603         * src/undo.c
5604         * src/undo.h
5605                 Allow %X to position cursor at 0 
5606                 (no %X = before signature)
5607                 Fix paste as quotation putting the cursor at 0
5608                 Fix undo offsets when pasting
5609                 Insert the quote_fmt at once instead of line 
5610                 by line
5611                 Fix [Edited] when starting to reply/forward
5612
5613 2005-12-06 [paul]       1.9.100cvs69
5614
5615         * src/plugins/clamav/clamav_plugin_gtk.c
5616                 add another tooltip
5617         * src/plugins/spamassassin/spamassassin_gtk.c
5618                 rework spamassassin_create_widget_func()
5619
5620 2005-12-05 [colin]      1.9.100cvs68
5621
5622         * po/POTFILES.in
5623                 Fix make release ;-)
5624
5625 2005-12-05 [colin]      1.9.100cvs67
5626
5627         * src/compose.c
5628         * src/compose.h
5629                 Fix cursor positioning (not obeying %X)
5630
5631 2005-12-05 [paul]       1.9.100cvs66
5632
5633         * src/plugins/dillo_viewer/dillo_prefs.c
5634                 fix compilation warning
5635
5636 2005-12-05 [paul]       1.9.100cvs65
5637
5638         * src/prefs_spelling.c
5639         * src/plugins/trayicon/trayicon.c
5640                 cleanups - remove unused stuff
5641
5642 2005-12-05 [paul]       1.9.100cvs64
5643
5644         * README
5645         * manual/plugins.xml
5646                 remove info about removed mathml_viewer plugin
5647
5648 2005-12-05 [paul]       1.9.100cvs63
5649
5650         * configure.ac
5651         * src/plugins/Makefile.am
5652         * src/plugins/mathml_viewer/.cvsignore
5653         * src/plugins/mathml_viewer/Makefile.am
5654         * src/plugins/mathml_viewer/mathml_viewer.c
5655                 remove unmaintained mathml_viewer plugin
5656
5657 2005-12-05 [paul]       1.9.100cvs62
5658
5659         * src/summaryview.c
5660                 obey prefs_common.always_show_msg when
5661                 moving a msg
5662                 Thanks to Colin
5663
5664 2005-12-05 [paul]       1.9.100cvs61
5665
5666         * src/compose.c
5667         * src/prefs_account.c
5668         * src/prefs_filtering.c
5669         * src/prefs_quote.c
5670         * src/prefs_spelling.c
5671         * src/prefs_toolbar.c
5672         * src/summaryview.c
5673         * src/gtk/gtkutils.c
5674         * src/gtk/quicksearch.c
5675         * src/plugins/dillo_viewer/dillo_prefs.c
5676                 dialog cleanups
5677
5678 2005-12-04 [paul]       1.9.100cvs60
5679
5680         * src/inc.c
5681         * src/prefs_account.c
5682         * src/prefs_account.h
5683                 allow a Local account to specify a
5684                 default inbox
5685                 (closes bug 843 'Inbox cannot be changed for local
5686                  mailboxes')
5687
5688 2005-12-04 [colin]      1.9.100cvs59
5689
5690         * src/plugins/trayicon/trayicon.c
5691                 Remove Get, rename Get All to Get Mail in order to
5692                 be consistent with the default main toolbar
5693
5694 2005-12-03 [colin]      1.9.100cvs58
5695
5696         * manual/gpl.xml
5697         * manual/sylpheed-claws-manual.xml
5698                 Add GPL appendix
5699
5700 2005-12-03 [paul]       1.9.100cvs57
5701
5702         * AUTHORS
5703         * po/sv.po
5704         * src/gtk/authors.h
5705                 new (partially complete) Swedish translation
5706                 by Anders Troback <sylpheed@troback.com>
5707
5708 2005-12-02 [paul]       1.9.100cvs56
5709
5710         * configure.ac
5711                 libetpan 0.41 required
5712
5713 2005-12-02 [paul]       1.9.100cvs55
5714
5715         * src/plugins/clamav/clamav_plugin.c
5716         * src/plugins/clamav/clamav_plugin.h
5717         * src/plugins/clamav/clamav_plugin_gtk.c
5718         * src/plugins/spamassassin/spamassassin.c
5719         * src/plugins/spamassassin/spamassassin.h
5720         * src/plugins/spamassassin/spamassassin_gtk.c
5721                 unregister prefs pages on unloading, thus
5722                 preventing a crash
5723                 (thanks to Colin for the hint)
5724
5725 2005-12-02 [wwp]        1.9.100cvs54
5726
5727         * src/quote_fmt.h
5728         * src/quote_fmt_parse.y
5729                 fix misuse of gboolean*, use gboolean instead
5730                 (thanks to Paul, Colin, for pointing out that scaring one)
5731
5732 2005-12-02 [paul]       1.9.100cvs53
5733
5734         * src/plugins/clamav/clamav_plugin.c
5735                 int no --> unsigned int no
5736         * src/plugins/clamav/clamav_plugin_gtk.c
5737                 rework config page
5738
5739 2005-12-02 [wwp]        1.9.100cvs52
5740
5741         * src/compose.c
5742         * src/prefs_template.c
5743         * src/quote_fmt.h
5744         * src/quote_fmt_parse.y
5745                 prevent from executing |f and |p templates commands when
5746                 adding or replacing templates in prefs (avoids annoying and
5747                 potentially dangerous behaviours)
5748
5749 2005-12-02 [paul]       1.9.100cvs51
5750
5751         * src/prefs_common.c
5752                 allow translation of some default values
5753                 Patch by Fabien Vantard
5754
5755 2005-12-02 [paul]       1.9.100cvs50
5756
5757         * src/codeconv.c
5758         * src/codeconv.h
5759         * src/prefs_common.c
5760         * src/prefs_common.h
5761         * src/prefs_message.c
5762         * src/textview.c
5763                 remove obsolete 'convert_mb_alnum' option
5764                 and related stuff
5765         * src/gtk/about.c
5766                 remove unused 'about_textview_visibility_notify'
5767
5768 2005-12-02 [paul]       1.9.100cvs49
5769
5770         * src/prefs_account.c
5771         * src/prefs_compose_writing.c
5772         * src/prefs_fonts.c
5773         * src/prefs_gtk.h
5774         * src/prefs_image_viewer.c
5775         * src/prefs_message.c
5776         * src/prefs_other.c
5777         * src/prefs_receive.c
5778         * src/prefs_send.c
5779         * src/prefs_spelling.c
5780         * src/prefs_summaries.c
5781         * src/prefs_wrapping.c
5782         * src/plugins/dillo_viewer/dillo_prefs.c
5783         * src/plugins/pgpcore/prefs_gpg.c
5784                 several cleanups to the prefs dialogs
5785                 (slightly modified) patch by Fabien Vantard
5786
5787 2005-12-02 [paul]       1.9.100cvs48
5788
5789         * src/main.c
5790                 --exit means exit
5791         * src/send_message.c
5792                 fix crash on send when connection fails
5793
5794         Thanks to Colin
5795
5796 2005-12-01 [colin]      1.9.100cvs47
5797
5798         * src/html.c
5799                 Translate &hellip; to "..."
5800
5801 2005-11-30 [colin]      1.9.100cvs46
5802
5803         * src/matcher.c
5804         * src/matcher.h
5805                 Optimize back yesterday's fix.
5806
5807 2005-11-30 [paul]       1.9.100cvs45
5808
5809         * manual/faq.xml
5810                 standardised
5811         * manual/intro.xml
5812                 written by Colin, edited by me
5813
5814 2005-11-29 [colin]      1.9.100cvs44
5815
5816         * src/matcher.c
5817                 Skip headers unconditionnaly in match_body if the
5818                 rule is not message or ~message
5819
5820 2005-11-29 [colin]      1.9.100cvs43
5821
5822         * src/matcher.c
5823                 Fix body_part and such, not skipping headers 
5824                 if the matchcriteria wasn't the first in the rule
5825
5826 2005-11-29 [colin]      1.9.100cvs42
5827
5828         * src/compose.c
5829                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5830                 option missing from message view window)
5831                 Fix double text D'n'D with gtk-2.8
5832         * src/matcher.c
5833                 Fix ~message, ~headers_part, ~body_part rules
5834         * src/messageview.c
5835                 Add Windows-1252 (Closes bug #863)
5836                 Fix accels
5837         * src/gtk/gtkaspell.c
5838                 Properly destroy accels in all menus
5839
5840 2005-11-29 [mones]      1.9.100cvs41
5841
5842         * po/es.po
5843                 Updated.
5844
5845 2005-11-27 [colin]      1.9.100cvs40
5846
5847         * src/mh_gtk.c
5848                 "/Remove mailbox" -> "/Remove mailbox..."
5849
5850 2005-11-27 [paul]       1.9.100cvs39
5851
5852         * AUTHORS
5853         * po/de.po
5854         * src/gtk/authors.h
5855                 updated by new maintainer, Stephan Sachse
5856
5857 2005-11-27 [paul]       1.9.100cvs38
5858
5859         * manual/faq.xml
5860                 written by Colin, edited by me
5861
5862 2005-11-27 [paul]       1.9.100cvs37
5863
5864         * src/prefs_common.c
5865         * src/prefs_common.h
5866         * src/prefs_receive.c
5867         * src/prefs_summaries.c
5868                 move 'go to inbox after receiving new mail'
5869                 option from display/sumamaries to mail
5870                 handling/receive, and rework prefs_summaries
5871                 dialog a little
5872
5873 2005-11-25 [martin]     1.9.100cvs36
5874
5875         * po/de.po
5876             fixed windows-1252 translation;
5877             translated some new and fuzzy strings
5878
5879 2005-11-25 [paul]       1.9.100cvs35
5880
5881         * src/plugins/clamav/clamav_plugin.c
5882                 complete the update done in cvs34
5883
5884 2005-11-25 [paul]       1.9.100cvs34
5885
5886         * src/plugins/clamav/clamav_plugin.c
5887                 reflect upstream changes
5888
5889 2005-11-25 [paul]       1.9.100cvs33
5890
5891         * manual/ack.xml
5892         * manual/plugins.xml
5893         * manual/sylpheed-claws-manual.xml
5894                 written/updated by Colin, edited by me
5895         * tools/acroread2sylpheed.pl
5896                 update binary name
5897
5898 2005-11-24 [colin]      1.9.100cvs32
5899
5900         * src/compose.c
5901                 Fix bug #856 (reediting messages forgets Request
5902                 Return Receipt)
5903
5904 2005-11-24 [paul]       1.9.100cvs31
5905
5906         * manual/addrbook.xml
5907         * manual/starting.xml
5908                 written by Colin, proofread, edited, adapted by me
5909         * manual/advanced.xml
5910                 add some Actions examples
5911         * src/importldif.c
5912                 use a Save button instead of a Close button
5913         * src/wizard.c
5914                 indicate mandatory fields
5915                 fix page display
5916                 Thanks to Colin
5917
5918 2005-11-23 [colin]      1.9.100cvs30
5919
5920         * src/addressbook.c
5921                 Rename menu item, fix possible crash after
5922                 deletion of books
5923         * src/addrindex.c
5924                 Allow searching for '*' in ldap
5925         * src/browseldap.c
5926                 Fix "Browse Entry" (did anyone use it?)
5927         * src/wizard.c
5928                 Add guards for mandatory information
5929
5930 2005-11-23 [paul]       1.9.100cvs29
5931
5932         * manual/advanced.xml
5933                 corrections to the English
5934
5935 2005-11-23 [colin]      1.9.100cvs28
5936
5937         * src/mimeview.c
5938                 Fix possible crash at exit. After the call to
5939                 gtk_container_remove(), the Viewer's widget has no
5940                 more parent so gtk+ automatically frees it and its
5941                 sons. If destroy_viewer() then try to access it,
5942                 problems ensue.
5943
5944 2005-11-22 [colin]      1.9.100cvs27
5945
5946         * src/compose.c
5947         * src/gtk/gtkaspell.c
5948                 Fix right-clicking on a misspelled word
5949                 Fix More... in suggestions menu
5950
5951 2005-11-22 [wwp]        1.9.100cvs26
5952
5953         * src/prefs_template.c
5954                 templates works: re-sort templates list when adding or replacing,
5955                 prevent from adding or replacing when the template name is empty
5956
5957 2005-11-21 [colin]      1.9.100cvs25
5958
5959         * src/addressbook.c
5960                 Fix some addressbook suckage (dnd, select all)
5961         * src/compose.c
5962         * src/gtk/gtkaspell.c
5963         * src/gtk/gtkaspell.h
5964                 Make the spellchecker menu work with the 
5965                 GtkTextView one instead of overriding it
5966
5967 2005-11-20 [paul]       1.9.100cvs24
5968
5969         * manual/handling.xml
5970                 proofread and corrected
5971
5972 2005-11-20 [paul]       1.9.100cvs23
5973
5974         * manual/Makefile
5975                 generate html as one file
5976         * manual/advanced.xml
5977                 fix output generation
5978                 reformat hidden options list
5979         * manual/manual.xml     ** REMOVED **
5980         * manual/sylpheed-claws-manual.xml      ** ADDED **
5981                 renamed
5982
5983 2005-11-18 [colin]      1.9.100cvs22
5984
5985         * src/prefs_account.c
5986                 Fix layout in news and mbox accounts
5987         * manual/account.xml
5988         * manual/advanced.xml
5989                 New contents for Paul to check :)
5990
5991 2005-11-18 [wwp]        1.9.100cvs21
5992
5993         * src/gtk/quicksearch.c
5994                 don't update extended quicksearch buttons twice
5995
5996 2005-11-18 [paul]       1.9.100cvs20
5997
5998         * src/textview.c
5999                 complete 1.9.100cvs19
6000
6001 2005-11-18 [paul]       1.9.100cvs19
6002
6003         * src/compose.c
6004                 cosmetic improvements
6005         * src/textview.c
6006                 also list text/* attachments
6007
6008 2005-11-18 [colin]      1.9.100cvs18
6009
6010         * src/summaryview.c
6011                 Use column 0 instead of -1 in 
6012                 gtk_ctree_node_moveto, in a naive
6013                 hope it'll fix the gtk-related crashes
6014
6015 2005-11-18 [colin]      1.9.100cvs17
6016
6017         * src/gtk/inputdialog.c
6018                 Fix icon staying the first one
6019
6020 2005-11-17 [wwp]        1.9.100cvs16
6021                 fix possible problem showing some quicksearch buttons, and a bad
6022                 call to g_return_if_fail in a function that returns a value (both
6023                 fixes by Fabien Vantard)
6024
6025 2005-11-15 [wwp]        1.9.100cvs15
6026
6027         * src/gtk/quicksearch.c
6028                 added a tooltip to that obscure ... quicksearch button
6029
6030 2005-11-15 [wwp]        1.9.100cvs14
6031
6032         * src/gtk/quicksearch.c
6033                 add a quicksearch helper to filtering expression users: the ... button
6034                 raises the condition expr window. condition expressions set up w/ this
6035                 window are used by the quicksearch if the user closes it pressing OK.
6036
6037 2005-11-14 [paul]       1.9.100cvs13
6038
6039         * src/plugins/clamav/clamav_plugin.c
6040         * src/plugins/spamassassin/spamassassin.c
6041                 change plugin type following recent merging
6042
6043 2005-11-14 [wwp]        1.9.100cvs12
6044
6045         * src/folder.c
6046                 prevent from crashing when copying/moving message(s) from and
6047                 to the same folder
6048
6049 2005-11-14 [paul]       1.9.100cvs11
6050
6051         * src/plugins/clamav/Makefile.am
6052         * src/plugins/clamav/clamav_plugin.c
6053         * src/plugins/clamav/clamav_plugin.h
6054         * src/plugins/clamav/clamav_plugin_gtk.c
6055                 also merge clamav and clamav_gtk plugins
6056
6057 2005-11-13 [colin]      1.9.100cvs10
6058
6059         * configure.ac
6060         * src/plugins/spamassassin/Makefile.am
6061         * src/plugins/spamassassin/spamassassin.c
6062         * src/plugins/spamassassin/spamassassin.h
6063         * src/plugins/spamassassin/spamassassin_gtk.c
6064                 Merge spamassassin and spamassassin_gtk plugins,
6065                 and build it by default.
6066
6067 2005-11-12 [colin]      1.9.100cvs9
6068
6069         * src/etpan/imap-thread.c
6070                 Fix gcc warning
6071
6072 2005-11-12 [colin]      1.9.100cvs8
6073
6074         * src/procmime.c
6075                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6076
6077 2005-11-10 [colin]      1.9.100cvs7
6078
6079         * src/main.c
6080                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6081                 minimised state)
6082
6083 2005-11-10 [wwp]        1.9.100cvs6
6084
6085         * src/gtk/description_window.c
6086                 fix a crash when closing description windows using the WM's [X] button
6087
6088 2005-11-09 [colin]      1.9.100cvs5
6089
6090         * src/common/ssl.c
6091                 Update libetpan call to follow upstream
6092                 (yes, this requires libetpan-0.40cvs3)
6093
6094 2005-11-08 [colin]      1.9.100cvs4
6095
6096         * src/compose.c
6097         * src/textview.c
6098         * src/common/utils.c
6099         * src/common/utils.h
6100                 Enhance the email parser
6101
6102 2005-11-08 [colin]      1.9.100cvs3
6103
6104         * src/procmime.c
6105                 Fix what looks like an off-by-one (fixes 
6106                 attachments from the Bat)
6107
6108 2005-11-08 [wwp]        1.9.100cvs2
6109
6110         * src/main.c
6111                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6112
6113 2005-11-08 [wwp]        1.9.100cvs1
6114
6115         * src/main.c
6116                 allow exiting Sylpheed-Claws from command-line
6117
6118 2005-11-08 [paul]       1.9.100
6119
6120         1.9.100 released
6121
6122 2005-11-07 [colin]      1.9.99cvs17
6123
6124         * src/addritem.c
6125         * src/ldif.c
6126                 Fix import of base-64 encoded items
6127
6128 2005-11-07 [colin]      1.9.99cvs16
6129
6130         * src/send_message.c
6131                 Fix bug #314 (Queue does not empty under certain 
6132                 circumstances)
6133
6134 2005-11-07 [paul]       1.9.99cvs15
6135
6136         * src/mutt.c
6137         * src/pine.c
6138                 fix buffer overflows
6139                 Thanks to Colin
6140
6141 2005-11-07 [paul]       1.9.99cvs14
6142
6143         * doc/man/Makefile.am
6144         * doc/man/sylpheed-claws.1      ** ADDED **
6145         * doc/man/sylpheed.1            ** DELETED **
6146                 rename and update the man file
6147
6148 2005-11-06 [colin]      1.9.99cvs13
6149
6150         * src/ldif.c
6151                 Fix ldif_get_line() that returned empty strings
6152                 (Didn't understand why). Also fix a possible
6153                 buffer overflow.
6154
6155 2005-11-06 [wwp]        1.9.99cvs12
6156
6157         * src/textview.c
6158         * src/gtk/about.c
6159         * src/gtk/gtkutils.c
6160         * src/gtk/gtkutils.h
6161                 fix a compilation warning,
6162                 make links sensitive in the about dialog
6163
6164 2005-11-04 [wwp]        1.9.99cvs11
6165
6166         * src/gtk/about.c
6167                 don't wrap or translate URIs, and a bit text format cleanup
6168
6169 2005-11-04 [wwp]        1.9.99cvs10
6170
6171         * src/gtk/about.c
6172                 better textview tagging implementation (no more use of marks for
6173                 postponed tagging)
6174
6175 2005-11-02 [colin]      1.9.99cvs9
6176
6177         * src/common/ssl.c
6178                 Forgot an ifdef
6179
6180 2005-11-02 [colin]      1.9.99cvs8
6181
6182         * configure.ac
6183                 Require libetpan-0.40 due to upstream fix
6184         * src/common/ssl.c
6185                 Tell libetpan not to call SSL_Library_Init,
6186                 as we do it ourselves.
6187
6188 2005-11-02 [colin]      1.9.99cvs7
6189
6190         * po/POTFILES.in
6191                 Add missing files (thanks to Fabien Vantard)
6192
6193 2005-11-02 [colin]      1.9.99cvs6
6194
6195         * src/summaryview.c
6196                 Fix totals when read messages are hidden or quicksearch
6197                 is on
6198         * src/ssl_manager.c
6199         * src/ssl_manager.h
6200         * src/common/ssl_certificate.c
6201         * src/common/ssl_certificate.h
6202         * src/gtk/sslcertwindow.c
6203         * src/gtk/sslcertwindow.h
6204                 Fix copyright on my stuff
6205
6206 2005-11-02 [wwp]        1.9.99cvs5
6207
6208         * src/prefs_themes.c
6209                 fix directory name checking (theme installation/removal),
6210                 made related error a bit more verbose
6211
6212 2005-11-02 [colin]      1.9.99cvs4
6213
6214         * src/summaryview.c
6215                 Fix typo (probably fixes bug #841 (Sort by the From 
6216                 field doesn't work)
6217
6218 2005-11-02 [paul]       1.9.99cvs3
6219
6220         * po/ko.po
6221         * po/nb.po
6222                 updated by SungHyun Nam, Geir Helland
6223         * src/wizard.c
6224                 fix typo in welcome message. spotted by
6225                 Andrea Spadaccini
6226
6227 2005-11-01 [colin]      1.9.99cvs2
6228
6229         * src/compose.c
6230                 Fix replying to ml wen confirming subscription
6231         * src/messageview.c
6232         * src/mimeview.c
6233         * src/mimeview.h
6234         * src/privacy.h
6235         * src/summaryview.c
6236                 Make key check non blocking
6237
6238 2005-10-31 [paul]       1.9.99cvs1
6239
6240         * tools/claws.i18n.status.pl
6241                 updated for ChangeLog
6242
6243 2005-10-31 [paul]       1.9.99
6244
6245         1.9.99 released
6246
6247 2005-10-31 [paul]       1.9.15cvs131
6248
6249         * .cvsignore
6250         * ChangeLog
6251         * ChangeLog.claws       ** REMOVED **
6252         * ChangeLog-gtk2.claws  ** REMOVED **
6253         * ChangeLog.gtk1        ** ADDED **
6254         * INSTALL
6255         * Makefile.am
6256         * NEWS
6257         * README
6258         * README.claws          ** REMOVED **
6259         * README.jp             ** REMOVED **
6260         * RELEASE_NOTES         ** ADDED **
6261         * RELEASE_NOTES.claws   ** REMOVED **
6262         * commitHelper
6263         * configure.ac
6264         * sylpheed.spec.in      ** REMOVED **
6265                 tidy up and update the default docs:
6266                 ChangeLog.claws is renamed ChangeLog.gtk1
6267                 ChangeLog-gtk2.claws is renamed ChangeLog
6268                 README.claws is renamed README
6269                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6270
6271 2005-10-31 [paul]       1.9.15cvs130
6272
6273         * po/it.po
6274                 fix errors
6275
6276 2005-10-31 [paul]       1.9.15cvs129
6277
6278         * po/ca.po
6279         * po/de.po
6280         * po/en_GB.po
6281         * po/fr.po
6282         * po/it.po
6283         * po/pt_BR.po
6284         * po/sk.po
6285         * po/sr.po
6286         * po/zh_CN.po
6287                 updated by Miquel Oliete, Stephan Sachse and
6288                 Thomas Gilgin, me, Fabien Vantard, Andrea
6289                 Spadaccini, Frederico Goncalves Guimaraes,
6290                 Andrej Kacian, Aleksandar Urosevic, and
6291                 Ralgh Young.
6292
6293 2005-10-31 [mones]      1.9.15cvs128
6294
6295         * manual/faq.xml
6296                 More questions.
6297         
6298         * po/es.po
6299                 Updated for release.
6300
6301 2005-10-30 [colin]      1.9.15cvs127
6302
6303         * src/compose.c
6304                 Place cursor before rewrapping (fixes cursor
6305                 pos if quotation gets rewrapped)
6306
6307 2005-10-29 [paul]       1.9.15cvs126
6308
6309         * src/crash.c
6310         * src/foldersel.c
6311         * src/main.c
6312         * src/messageview.c
6313         * src/toolbar.c
6314         * src/gtk/authors.h
6315                 corrections to text items
6316
6317 2005-10-28 [colin]      1.9.15cvs125
6318
6319         * src/messageview.c
6320                 Make "hit 'C' to check sig" work from extern 
6321                 messageviews
6322
6323 2005-10-27 [colin]      1.9.15cvs124
6324
6325         * src/summaryview.c
6326                 Add a hack to avoid segfaulting when hammering 
6327                 on gtk's events
6328
6329 2005-10-27 [wwp]        1.9.15cvs123
6330
6331         * src/prefs_themes.c
6332                 sort list of themes names in themes prefs
6333
6334 2005-10-27 [paul]       1.9.15cvs122
6335
6336         * src/folder.c
6337         * src/prefs_account.c
6338                 fix building on Solaris
6339                 Patch by Alex Moore
6340
6341 2005-10-27 [wwp]        1.9.15cvs121
6342
6343         * src/summaryview.c
6344         * src/gtk/gtksctree.c
6345                 speed up unselecting messages in summary view (thanks to Colin)
6346
6347 2005-10-27 [paul]       1.9.15cvs120
6348
6349         * src/mainwindow.c
6350                 fix a compilation warning
6351         * src/summaryview.c
6352                 fix updating of 'n items selected' count
6353                 when deselecting
6354
6355 2005-10-27 [martin]     1.9.15cvs119
6356
6357         * src/action.c
6358                 ignore actions with a leading '/' in the action menu name
6359                 fixes a crash on menu creation
6360         * src/prefs_actions.c
6361                 do not allow a leading '/' in the action menu name
6362
6363 2005-10-27 [paul]       1.9.15cvs118
6364
6365         * src/main.c
6366                 fix compilation warning
6367
6368 2005-10-27 [paul]       1.9.15cvs117
6369
6370         * src/procmime.c
6371                 add #if HAVE_LOCALE_H
6372
6373 2005-10-27 [paul]       1.9.15cvs116
6374
6375         * src/plugins/clamav/clamav_plugin.c
6376         * src/plugins/dillo_viewer/dillo_viewer.c
6377         * src/plugins/mathml_viewer/mathml_viewer.c
6378         * src/plugins/pgpcore/plugin.c
6379         * src/plugins/pgpinline/plugin.c
6380         * src/plugins/pgpmime/plugin.c
6381         * src/plugins/spamassassin/spamassassin.c
6382         * src/plugins/trayicon/trayicon.c
6383                 plugin_init() : make error messages more
6384                 informative
6385
6386 2005-10-26 [wwp]        1.9.15cvs115
6387
6388         * src/prefs_matcher.c
6389                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6390
6391 2005-10-26 [wwp]        1.9.15cvs114
6392
6393         * src/procmime.c
6394         * src/gtk/gtksctree.c
6395         * src/plugins/spamassassin/libspamc.c
6396         * src/plugins/spamassassin/spamassassin.c
6397                 fix some compilation warnings more
6398
6399 2005-10-26 [mones]      1.9.15cvs113
6400
6401         * po/es.po
6402                 Updated translation
6403
6404 2005-10-26 [paul]       1.9.15cvs112
6405
6406         * src/prefs_message.c
6407                 give all display_xface stuff the
6408                 #if HAVE_LIBCOMPFACE treatment, thus
6409                 preventing a crash
6410                 (Thanks to Wolfgang Enderlein)
6411
6412 2005-10-26 [colin]      1.9.15cvs111
6413
6414         * src/gedit-print.c
6415                 Fix date format
6416         * src/imap_gtk.c
6417         * src/news_gtk.c
6418                 Remove context menu items that should not be there
6419         * src/jpilot.c
6420                 Fix encoding
6421         * src/main.c
6422         * src/mainwindow.c
6423                 Don't show the mainwindow too soon
6424
6425 2005-10-26 [wwp]        1.9.15cvs110
6426
6427         * src/folder.c
6428         * src/manual.c
6429         * src/summaryview.c
6430                 fix uninitialized pointers in the folder updating hook
6431                 (thanks to Colin)
6432
6433 2005-10-25 [mones]      1.9.15cvs109
6434
6435         * manual/faq.xml
6436                 General information subsection completed. 
6437                 Removed archaic references.
6438                 
6439         * manual/Makefile
6440         * manual/dtd/manual.dsl
6441                 Added customization stylesheet for getting paragraphs
6442                 fully justified in PDF output (as suggested by Colin).
6443
6444 2005-10-25 [colin]      1.9.15cvs108
6445
6446         * src/compose.c
6447                 Fix a second leak
6448
6449 2005-10-25 [colin]      1.9.15cvs107
6450
6451         * src/addrbook.c
6452         * src/addrindex.c
6453                 Fix leak (xml_get_element() allocates memory)
6454         * src/compose.c
6455                 Fix leak + dead code (shame!)
6456         * src/procmime.c
6457                 Fix leak
6458
6459 2005-10-25 [colin]      1.9.15cvs106
6460
6461         * src/mimeview.c
6462                 Fix encoding issue in Save all and in 
6463                 overwrite-confirmation alertpanel
6464
6465 2005-10-25 [colin]      1.9.15cvs105
6466
6467         * src/common/socket.c
6468                 Fix a leak - Thanks to Christopher Aillon
6469                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6470
6471 2005-10-25 [paul]       1.9.15cvs104
6472
6473         * src/wizard.c
6474                 Always guess servers from the right-hand
6475                 email part and guess username from the
6476                 left-hand part. (Thanks to Colin)
6477                 add an X-Face to the welcome message
6478
6479 2005-10-25 [paul]       1.9.15cvs103
6480
6481         * manual/handling.xml
6482                 written by Colin, edited by me
6483
6484 2005-10-25 [wwp]        1.9.15cvs102
6485
6486         * src/folderview.c
6487         * src/grouplistdialog.c
6488         * src/imap.c
6489         * src/noticeview.c
6490                 fix some compilation warnings
6491
6492 2005-10-24 [paul]
6493
6494         1.9.99-rc3 released
6495
6496 2005-10-24 [paul]       1.9.15cvs101
6497
6498         * src/gtk/about.c
6499                 fix window sizing
6500
6501 2005-10-24 [paul]       1.9.15cvs100
6502
6503         * src/pixmaps/offline.xpm
6504         * src/pixmaps/online.xpm
6505                 replace with last default versions
6506
6507 2005-10-24 [colin]      1.9.15cvs99
6508
6509         * src/imap.c
6510                 Fix bug when moving a folder
6511         * src/imap_gtk.c
6512         * src/mh_gtk.c
6513                 "Delete folder" pops up a window, so it 
6514                 should be suffixed with "..."
6515         * src/plugins/pgpcore/sgpgme.c
6516                 Include locale.h
6517
6518 2005-10-24 [mones]      1.9.15cvs98
6519
6520         * manual/Makefile
6521         * manual/account.xml
6522         * manual/ack.xml
6523         * manual/addrbook.xml
6524         * manual/advanced.xml
6525         * manual/faq.xml
6526         * manual/glossary.xml
6527         * manual/gpl.xml
6528         * manual/handling.xml
6529         * manual/intro.xml
6530         * manual/keyboard.xml
6531         * manual/manual.xml
6532         * manual/plugins.xml
6533         * manual/starting.xml
6534         * manual/dtd/sdocbook.dtd
6535                 Initial manual structure and some content.
6536
6537 2005-10-23 [wwp]        1.9.15cvs97
6538
6539         * src/gtk/about.c
6540                 fix a typo
6541
6542 2005-10-23 [wwp]        1.9.15cvs96
6543
6544         * src/gtk/about.c
6545         * src/gtk/authors.h
6546                 rework of the about window (main work by Paul), also featuring a few
6547                 fixes for typos and duplicate names
6548
6549 2005-10-23 [wwp]        1.9.15cvs95
6550
6551         * src/.cvsignore
6552                 Ignore the right binary name (sylpheed-claws now)
6553
6554 2005-10-23 [paul]       1.9.15cvs94
6555
6556         * src/compose.c
6557                 when using Folder Pref 'Default To for
6558                 replies' make the entry in the Compose
6559                 window bold
6560                 Patch by Fabien Vantard
6561
6562 2005-10-22 [colin]      1.9.15cvs93
6563
6564         * src/codeconv.c
6565                 Fix leak
6566
6567 2005-10-22 [colin]      1.9.15cvs92
6568
6569         * src/codeconv.c
6570                 try to convert using locale (apart utf8) if necessary
6571
6572 2005-10-22 [colin]      1.9.15cvs91
6573
6574         * src/pixmaps/new.xpm
6575         * src/pixmaps/unread.xpm
6576                 Make the unread envelope blue again and
6577                 saturate the new one a bit more.
6578
6579 2005-10-22 [colin]      1.9.15cvs90
6580
6581         * src/compose.c
6582                 When replying to a mail sent by one of our accounts,
6583                 use the original list of recipients. Let 'Reply All'
6584                 and 'Reply to sender' work like previously.
6585
6586 2005-10-21 [colin]      1.9.15cvs89
6587
6588         * src/prefs_filtering.c
6589                 Clear fields after add and replace
6590         * src/textview.c
6591                 Display xface differently (better)
6592         * src/plugins/pgpinline/pgpinline.c
6593                 Fix crappy encodings/recodings
6594
6595 2005-10-21 [paul]       1.9.15cvs88
6596
6597         * src/compose.c
6598         * src/prefs_folder_item.c
6599         * src/toolbar.c
6600                 fix news folder Folder Properties
6601                 (thanks to Colin)
6602         * src/folderview.c
6603                 update folderview after Themes change
6604                 keep selected folder selected
6605                 (thanks to Colin)
6606
6607 2005-10-21 [paul]       1.9.15cvs87
6608
6609         * tools/Makefile.am
6610         * tools/OOo2sylpheed.pl
6611         * tools/README
6612         * tools/README.sylprint
6613         * tools/asus_mailled.sh         ** REMOVED **
6614         * tools/filter_conv.pl
6615         * tools/freshmeat_search.pl
6616         * tools/google_search.pl
6617         * tools/gpg-sign-syl            ** REMOVED **
6618         * tools/kmail2sylpheed.pl
6619         * tools/kmail2sylpheed_v2.pl
6620         * tools/multiwebsearch.pl
6621         * tools/nautilus2sylpheed.sh
6622         * tools/newscache_clean.pl
6623         * tools/outlook2sylpheed.pl
6624         * tools/sylpheed-switcher       ** REMOVED **
6625         * tools/sylprint.pl
6626         * tools/sylprint.rc
6627         * tools/tb2sylpheed
6628         * tools/vcard2xml.py
6629         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6630                 update default config dir
6631                 update binary name (thanks to Fabien Vantard)
6632                 remove obsolete scripts
6633
6634 2005-10-21 [colin]      1.9.15cvs86
6635
6636         * src/inc.c
6637                 Fix possible leak and units. Based on a patch by
6638                 Fabien Vantard.
6639
6640 2005-10-20 [colin]      1.9.15cvs85
6641
6642         * src/textview.c
6643                 Clear xface when clearing textview
6644
6645 2005-10-20 [colin]      1.9.15cvs84
6646
6647         * configure.ac
6648         * src/folderview.c
6649         * src/headerview.c
6650         * src/main.c
6651         * src/prefs_common.c
6652         * src/prefs_common.h
6653         * src/prefs_message.c
6654         * src/textview.c
6655         * src/textview.h
6656         * src/common/defs.h
6657         * src/common/utils.c
6658         * src/common/utils.h
6659         * src/gtk/gtkutils.c
6660         * src/gtk/gtkutils.h
6661                 Migrate config to .sylpheed-claws (Automatically)
6662                 Add a way to get the Xface in the TextView
6663
6664 2005-10-20 [colin]      1.9.15cvs83
6665
6666         * src/gtk/Makefile.am
6667         * src/gtk/about.c
6668         * src/gtk/authors.h
6669                 Make the about dialog *grooovy*
6670
6671 2005-10-20 [colin]      1.9.15cvs82
6672
6673         * src/mimeview.c
6674                 Use "Open with" on double click if no command
6675                 was found
6676
6677 2005-10-20 [colin]      1.9.15cvs81
6678
6679         * src/imap.c
6680         * src/etpan/imap-thread.c
6681                 Fix possible crash.
6682
6683 2005-10-20 [paul]       1.9.15cvs80
6684
6685         * src/folder.c
6686                 don't show clipkey icon if the only
6687                 attachment is the signature
6688                 Patch by Colin
6689
6690 2005-10-20 [paul]       1.9.15cvs79
6691
6692         * AUTHORS
6693         * src/plugins/pgpmime/pgpmime.c
6694                 name the PGP/MIME signature 'signature.asc'
6695                 Patch by Andrew Nelson <freeandy@gmail.com>
6696
6697 2005-10-19 [colin]      1.9.15cvs78
6698
6699         * src/plugins/pgpmime/pgpmime.c
6700                 Oops, no need to double-check though
6701
6702 2005-10-19 [colin]      1.9.15cvs77
6703
6704         * src/plugins/pgpinline/pgpinline.c
6705         * src/plugins/pgpmime/pgpmime.c
6706                 Check that my_tmpfile() doesn't 
6707                 return NULL
6708
6709 2005-10-19 [colin]      1.9.15cvs76
6710
6711         * src/common/utils.c
6712                 Use shorter mime boundaries to avoid having
6713                 MTAs rewrapping our headers, breaking the
6714                 PGP signature in the process 
6715         * src/compose.c
6716         * src/plugins/pgpmime/pgpmime.c
6717                 Check for boundary uniqueness to be sure
6718                 it won't happen, instead of hoping for the
6719                 best
6720
6721 2005-10-19 [colin]      1.9.15cvs75
6722
6723         * sylpheed-claws.desktop
6724         * src/Makefile.am
6725         * src/main.c
6726                 Ship a sylpheed-claws binary instead
6727                 of a sylpheed one. Change the socket
6728                 name, too
6729         * src/folderview.c
6730                 Update folder only if it changed
6731         * src/wizard.c
6732                 Fix i18n in welcome mail, patch by
6733                 Fabien Vantard
6734
6735 2005-10-19 [paul]
6736
6737         1.9.99-rc2 released
6738
6739 2005-10-19 [paul]       1.9.15cvs74
6740
6741         * src/folder.c
6742         * src/folderview.c
6743                 fix summaryview update
6744                 Patch by Colin
6745
6746 2005-10-18 [colin]      1.9.15cvs73
6747
6748         * src/plugins/pgpcore/passphrase.c
6749                 Don't XGrabServer, and try a bit more to 
6750                 sync everything before grabbing mouse/keyboard
6751
6752 2005-10-18 [colin]      1.9.15cvs72
6753
6754         * src/Makefile.am
6755         * src/addressadd.c
6756         * src/addressbook.c
6757         * src/folderview.c
6758         * src/grouplistdialog.c
6759         * src/mimeview.c
6760         * src/stock_pixmap.c
6761         * src/stock_pixmap.h
6762         * src/summaryview.c
6763         * src/gtk/gtksctree.c
6764         * src/gtk/gtksctree.h
6765         * src/pixmaps/empty.xpm
6766                 Implement a wrapper call for gtk_ctree_set_node_info
6767                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6768                 pixmap instead of a NULL one. This works around some
6769                 memory problems deep inside gtk, revealed by valgrind,
6770                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6771                 as locked crashes sylpheed.), as well as, probably, 
6772                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6773
6774 2005-10-17 [colin]      1.9.15cvs71
6775
6776         * src/mimeview.c
6777                 Provide visual feedback when checking
6778                 signature
6779
6780 2005-10-17 [colin]      1.9.15cvs70
6781
6782         * src/main.c
6783                 Keep the folder list frozen while checking caches...
6784
6785 2005-10-17 [colin]      1.9.15cvs69
6786
6787         * src/addr_compl.c
6788                 Fi bug #833 (Autocompleting from addressbook 
6789                 fails with extended chars)
6790         * src/imap.c
6791                 Fix 'adding messages' staying in statusbar
6792                 after an error
6793
6794 2005-10-17 [wwp]        1.9.15cvs68
6795
6796         * src/ssl_manager.c
6797                 Fix buttons' layout resizing when window size changes
6798
6799 2005-10-17 [wwp]        1.9.15cvs67
6800
6801         * src/account.c
6802         * src/prefs_account.c
6803         * src/prefs_common.c
6804         * src/prefs_common.h
6805         * src/prefs_folder_item.c
6806         * src/prefs_gtk.c
6807         * src/gtk/logwindow.c
6808         * src/gtk/pluginwindow.c
6809         * src/gtk/prefswindow.c
6810         * src/gtk/prefswindow.h
6811                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6812
6813 2005-10-17 [paul]       1.9.15cvs66
6814
6815         * configure.ac
6816                 fix missing libetpan message
6817         * po/en_GB.po
6818                 updated
6819         * src/crash.c
6820         * src/manual.c
6821         * src/prefs_themes.c
6822         * src/common/defs.h
6823                 add some new URI defines, change some
6824                 others
6825         * src/wizard.c
6826                 make welcome message translatable
6827                 small improvements to english
6828                 other tweaks
6829         * src/gtk/menu.c
6830                 fix warnings
6831
6832 2005-10-17 [paul]       1.9.15cvs65
6833
6834         * src/summaryview.c
6835                 fix column titles
6836
6837 2005-10-16 [mones]      1.9.15cvs64
6838
6839         * po/es.po
6840                 Updated translation
6841
6842 2005-10-16 [colin]
6843
6844         1.9.99-rc1 released
6845
6846 2005-10-16 [colin]      1.9.15cvs63
6847
6848         * src/wizard.c
6849                 Fix whitespace
6850
6851 2005-10-16 [colin]      1.9.15cvs62
6852
6853         * src/toolbar.c
6854                 s/Get All/Get Mail/
6855         * src/wizard.c
6856                 Real welcome mail text, thanks Paul
6857
6858 2005-10-16 [colin]      1.9.15cvs61
6859
6860         * src/editldap.c
6861         * src/exporthtml.c
6862         * src/main.c
6863         * src/mainwindow.c
6864         * src/prefs_themes.c
6865         * src/prefs_toolbar.c
6866         * src/plugins/demo/demo.c
6867         * src/plugins/trayicon/trayicon.c
6868                 s/Sylpheed/Sylpheed-Claws/
6869
6870 2005-10-16 [colin]      1.9.15cvs60
6871
6872         * src/wizard.c
6873                 Add a welcome email in the first empty mailbox
6874         * src/prefs_common.c
6875                 Change one more default
6876
6877 2005-10-16 [colin]      1.9.15cvs59
6878
6879         * src/wizard.c
6880                 Remove printf
6881
6882 2005-10-16 [colin]      1.9.15cvs58
6883
6884         * src/toolbar.c
6885         * src/prefs_common.c
6886                 Change some defaults
6887
6888 2005-10-16 [colin]      1.9.15cvs57
6889
6890         * src/toolbar.c
6891         * src/prefs_common.c
6892                 Change some defaults
6893
6894 2005-10-16 [colin]      1.9.15cvs56
6895
6896         * src/wizard.c
6897                 By default, initialize fonts to have
6898                 the same size as normal GtkWidgets
6899
6900 2005-10-16 [colin]      1.9.15cvs55
6901
6902         * src/mimeview.c
6903                 Fix message a bit more
6904
6905 2005-10-16 [colin]      1.9.15cvs54
6906
6907         * src/addressbook.c
6908                 Second attempt at flicker fixing
6909
6910 2005-10-16 [colin]      1.9.15cvs53
6911
6912         * src/addressbook.c
6913                 Fix flicker
6914
6915 2005-10-16 [wwp]        1.9.15cvs52
6916
6917         * src/addressbook.c
6918         * src/editaddress.c
6919         * src/prefs_common.c
6920         * src/prefs_common.h
6921                 Remember window sizes (address book)
6922
6923 2005-10-16 [wwp]        1.9.15cvs51
6924
6925         * src/plugins/clamav/clamav_plugin_gtk.c
6926         * src/plugins/spamassassin/spamassassin_gtk.c
6927                 Fix compilation warnings (missing #include).
6928
6929 2005-10-16 [colin]      1.9.15cvs50
6930
6931         * src/mimeview.c
6932         * src/summaryview.c
6933         * src/textview.c
6934                 Make 'c' check signature, and forward
6935                 c, l, y, t from summaryview to mimeview
6936
6937 2005-10-16 [colin]      1.9.15cvs49
6938
6939         * src/addressbook.c
6940                 Put border around buttons
6941         * src/mainwindow.c
6942         * src/summaryview.c
6943                 Rework menus (Patch based on a patch
6944                 by Paul)
6945
6946 2005-10-15 [wwp]        1.9.15cvs48
6947
6948         * src/editjpilot.c
6949         * src/editldap.c
6950         * src/editvcard.c
6951         * src/exphtmldlg.c
6952         * src/expldifdlg.c
6953         * src/export.c
6954         * src/import.c
6955         * src/importldif.c
6956         * src/importmutt.c
6957         * src/importpine.c
6958         * src/prefs_account.c
6959         * src/prefs_spelling.c
6960         * src/gtk/gtkutils.c
6961         * src/gtk/gtkutils.h
6962         * src/plugins/clamav/clamav_plugin_gtk.c
6963         * src/plugins/spamassassin/spamassassin_gtk.c
6964                 use nicer browse-for-file/dir buttons than the "..." ones,
6965                 code factorizing more.
6966
6967 2005-10-14 [colin]      1.9.15cvs47
6968
6969         * src/mainwindow.c
6970                 set relief on the account switcher so that people see it
6971                 grey out Create processing rules when no message is selected
6972         * src/prefs_filtering.c
6973                 ask before closing if the rule has not been modified, even if
6974                 it's not valid
6975         * src/prefs_matcher.c
6976                 fix sensitivity when entering the dialog
6977         * src/gtk/inputdialog.c
6978                 display a better icon on password ask
6979         * src/plugins/pgpcore/passphrase.c
6980                 make the dialog look better
6981
6982 2005-10-14 [paul]       1.9.15cvs46
6983
6984         * src/folderview.c
6985                 indicate presense of marked msgs in
6986                 unexpanded subfolders
6987
6988 2005-10-14 [paul]       1.9.15cvs45
6989
6990         * src/prefs_actions.c
6991         * src/prefs_common.c
6992         * src/prefs_common.h
6993         * src/prefs_filtering_action.c
6994         * src/prefs_matcher.c
6995         * src/prefs_template.c
6996                 remember window sizes
6997                 fix Info button size
6998
6999         Patches by wwp
7000
7001 2005-10-13 [colin]      1.9.15cvs44
7002
7003         * src/mimeview.c
7004         * src/noticeview.c
7005         * src/noticeview.h
7006                 Add a tooltip on the icon (optional) 
7007                 Get rid of the signature buttons and only
7008                 use the icon+tooltip
7009
7010 2005-10-13 [colin]      1.9.15cvs43
7011
7012         * src/noticeview.c
7013         * src/noticeview.h
7014                 Add hand cursor for hovering over icon
7015
7016 2005-10-13 [colin]      1.9.15cvs42
7017
7018         * src/summaryview.c
7019                 Fix crash when quicksearch's hidden 
7020                 at startup
7021
7022 2005-10-13 [colin]      1.9.15cvs41
7023
7024         * src/compose.c
7025                 Set subject when forwarding multiple mails
7026                 Check that other recipient than the default Cc or Bcc
7027                 have been set before sending.
7028
7029 2005-10-13 [colin]      1.9.15cvs40
7030
7031         * src/imap.c
7032                 Batch per-folder
7033                 Introduce locking, but don't use it yet
7034
7035 2005-10-13 [colin]      1.9.15cvs39
7036
7037         * src/gtk/quicksearch.c
7038                 Reset quicksearch when hiding it
7039                 Make sticky a real pref
7040
7041 2005-10-13 [colin]      1.9.15cvs38
7042
7043         * src/summaryview.c
7044                 Faster prefs apply
7045
7046 2005-10-13 [colin]      1.9.15cvs37
7047
7048         * src/mimeview.c
7049         * src/noticeview.c
7050         * src/noticeview.h
7051         * src/plugins/pgpcore/sgpgme.c
7052                 Make privacy icon clickable
7053                 Move Trust field in Full info
7054                 When trust is less than full, don't display
7055                 a warning icon
7056
7057 2005-10-13 [colin]      1.9.15cvs36
7058
7059         * src/folder.c
7060                 Batch on flags sync
7061         * src/folderview.c
7062                 Revert speed hack which is dangerous in fact
7063                 Apply prefs faster
7064
7065 2005-10-13 [colin]      1.9.15cvs35
7066
7067         * src/folder_item_prefs.c
7068                 Fix pref corruption on folder move. Patch
7069                 by wwp
7070
7071 2005-10-13 [paul]       1.9.15cvs34
7072
7073         * src/export.c
7074         * src/import.c
7075                 fix typos in g_warnings
7076         * src/prefs_account.c
7077                 add a file selector for Signature file
7078
7079         Patches by wwp
7080
7081 2005-10-12 [colin]      1.9.15cvs33
7082
7083         * src/mimeview.c
7084                 Provide a quick way to go back from a
7085                 signature's full info to the email part
7086
7087 2005-10-12 [colin]      1.9.15cvs32
7088
7089         * src/compose.c
7090                 Remove old hack of encoding signed mails with base64.
7091                 QP works equally well.
7092
7093 2005-10-12 [colin]      1.9.15cvs31
7094
7095         * src/crash.c
7096                 Replace deprecated GtkText with GtkTextView
7097         * src/imap.c
7098                 Fix a logic bug about counts in imap_select
7099                 (previously un-triggered)
7100         * src/mainwindow.c
7101         * src/summaryview.c
7102         * src/news.c
7103                 Allow local deletion of news posts
7104         * src/mimeview.c
7105                 Show GPG noticeview on the message/rfc822 part
7106                 in addition to the text/plain one
7107         * src/prefs_image_viewer.c
7108           src/plugins/pgpcore/prefs_gpg.c
7109                 Polish (set the label as part of the checkbox)
7110         * src/wizard.c
7111                 Don't sit there doing nothing after destroying
7112                 the window - return err
7113
7114 2005-10-11 [colin]      1.9.15cvs30
7115
7116         * src/folderview.c
7117                 Apply processing rules before showing folders.
7118                 Early folder show (before flags sync) will only
7119                 be done when there are no processing rules (nor
7120                 pre- or post- ones)
7121         * src/imap.c
7122                 Fix stuff related to mail subdir, creation and 
7123                 deletion of folders 
7124         * src/imap_gtk.c
7125                 Don't allow creation of folders in NoInferior
7126                 folders, as it won't work
7127
7128 2005-10-10 [colin]      1.9.15cvs29
7129
7130         * src/compose.c
7131                 Reselect "None" Privacy system when selecting an
7132                 account with no privacy system defined
7133
7134 2005-10-10 [colin]      1.9.15cvs28
7135
7136         * src/mainwindow.c
7137                 Add Windows-1252 encoding
7138         * src/prefs_common.c
7139                 Rework some defaults:
7140                 - autosave to draft by default
7141                 - don't show header pane (it's already in the textview)
7142                 - Select first new or unread mail on entry
7143                 - Assume 'Yes' to change folder when there's no more
7144                   unread message
7145         * src/prefs_matcher.c
7146                 Fix a gtk assertion failure
7147         * src/gtk/colorlabel.c
7148                 Workaround bad repainting on selection
7149         * src/main.c
7150                 Freeze/thaw (a bit faster on ssh -X)
7151         * src/msgcache.c
7152                 Get rid of StrdupConverter that just adds an
7153                 extra strdup/free 
7154         * src/etpan/imap_thread.c
7155                 memset buf to 0
7156
7157 2005-10-10 [colin]      1.9.15cvs27
7158
7159         * src/export.c
7160         * src/import.c
7161                 Fix compile on gtk 2.4. Patch by wwp
7162
7163 2005-10-09 [colin]      1.9.15cvs26
7164
7165         * src/mainwindow.c
7166         * src/messageview.c
7167         * src/summaryview.c
7168                 Clarify forward menus. Patch by wwp
7169
7170 2005-10-09 [colin]      1.9.15cvs25
7171
7172         * src/compose.c
7173         * src/compose.h
7174                 Fix bug #829 (Non-working "Encrypt message by 
7175                 default when replying to an encrypted message")
7176
7177 2005-10-08 [colin]      1.9.15cvs24
7178
7179         * src/wizard.c
7180                 Fix bug #827 ("Welcome" setup wizard after a 
7181                 permission error gives up & forgets itself.)
7182
7183 2005-10-08 [colin]      1.9.15cvs23
7184
7185         * src/procmime.c
7186                 Fix bug #828 (Ignoring headers with spaces around = sign)
7187
7188 2005-10-08 [colin]      1.9.15cvs22
7189
7190         * src/export.c
7191                 Warning fix by wwp
7192
7193 2005-10-08 [colin]      1.9.15cvs21
7194
7195         * src/folder.c
7196         * src/folder.h
7197                 Add a processing_pending indicator, set on 
7198                 folder_item_open and cleared after 
7199                 folder_item_process_open
7200         * src/folderview.c
7201         * src/summaryview.c
7202                 wrap procmsg_msginfo_*_flags, and in the
7203                 wrapper check that there's no folder processing 
7204                 pending. If there is, defer the flags change until 
7205                 processing is done to avoid stepping over each
7206                 other's toes.
7207                 Freeze during processing, but not during scanning.
7208
7209 2005-10-07 [colin]      1.9.15cvs20
7210
7211         * src/plugins/pgpcore/passphrase.c
7212                 Fix bug #826 (X-Server hangs when 
7213                 right-clicking a PGP encrypted message)
7214
7215 2005-10-07 [paul]       1.9.15cvs19
7216
7217         * src/compose.c
7218                 fix compose_entries[]
7219                 patch by Fabien Vantard
7220
7221 2005-10-06 [colin]      1.9.15cvs18
7222
7223         * src/pixmaps/address.xpm
7224         * src/pixmaps/address_book.xpm
7225         * src/pixmaps/book.xpm
7226         * src/pixmaps/check_spelling.xpm
7227         * src/pixmaps/checkbox_off.xpm
7228         * src/pixmaps/checkbox_on.xpm
7229         * src/pixmaps/close.xpm
7230         * src/pixmaps/complete.xpm
7231         * src/pixmaps/continue.xpm
7232         * src/pixmaps/deleted.xpm
7233         * src/pixmaps/down_arrow.xpm
7234         * src/pixmaps/exec.xpm
7235         * src/pixmaps/forwarded.xpm
7236         * src/pixmaps/group.xpm
7237         * src/pixmaps/ignorethread.xpm
7238         * src/pixmaps/interface.xpm
7239         * src/pixmaps/jpilot.xpm
7240         * src/pixmaps/ldap.xpm
7241         * src/pixmaps/linewrap.xpm
7242         * src/pixmaps/linewrapcurrent.xpm
7243         * src/pixmaps/mail.xpm
7244         * src/pixmaps/mail_attach.xpm
7245         * src/pixmaps/mail_compose.xpm
7246         * src/pixmaps/mail_forward.xpm
7247         * src/pixmaps/mail_receive.xpm
7248         * src/pixmaps/mail_receive_all.xpm
7249         * src/pixmaps/mail_reply.xpm
7250         * src/pixmaps/mail_reply_to_all.xpm
7251         * src/pixmaps/mail_reply_to_author.xpm
7252         * src/pixmaps/mail_send.xpm
7253         * src/pixmaps/mail_send_queue.xpm
7254         * src/pixmaps/mime_application.xpm
7255         * src/pixmaps/mime_audio.xpm
7256         * src/pixmaps/mime_image.xpm
7257         * src/pixmaps/mime_message.xpm
7258         * src/pixmaps/mime_text_enriched.xpm
7259         * src/pixmaps/mime_text_html.xpm
7260         * src/pixmaps/mime_text_plain.xpm
7261         * src/pixmaps/mime_unknown.xpm
7262         * src/pixmaps/new.xpm
7263         * src/pixmaps/news_compose.xpm
7264         * src/pixmaps/offline.xpm
7265         * src/pixmaps/online.xpm
7266         * src/pixmaps/paste.xpm
7267         * src/pixmaps/preferences.xpm
7268         * src/pixmaps/privacy_emblem_encrypted.xpm
7269         * src/pixmaps/privacy_expired.xpm
7270         * src/pixmaps/privacy_failed.xpm
7271         * src/pixmaps/privacy_passed.xpm
7272         * src/pixmaps/privacy_signed.xpm
7273         * src/pixmaps/privacy_unknown.xpm
7274         * src/pixmaps/privacy_warn.xpm
7275         * src/pixmaps/properties.xpm
7276         * src/pixmaps/replied.xpm
7277         * src/pixmaps/search.xpm
7278         * src/pixmaps/unread.xpm
7279         * src/pixmaps/up_arrow.xpm
7280         * src/pixmaps/vcard.xpm
7281                 Modernize internal theme, with icons from the 
7282                 Gnomaws theme. Keep some of the old ones where
7283                 they were better.
7284
7285 2005-10-06 [colin]      1.9.15cvs17
7286
7287         * src/summaryview.c
7288                 Little optimisations + bugfix
7289         * src/toolbar.c
7290                 Remove default useless items - useless being defined
7291                 by the default relevant prefs
7292         * src/wizard.c
7293                 include config.h to make gettext work
7294         * src/prefs_themes.c
7295                 Fix selection of current theme in prefs
7296
7297 2005-10-06 [colin]      1.9.15cvs16
7298
7299         * src/prefs_common.c
7300         * src/prefs_common.h
7301         * src/prefs_summaries.c
7302         * src/folderview.c
7303                 Add a warning dialog on Mark all read 
7304                 (with pref to get rid of it)
7305
7306 2005-10-06 [paul]       1.9.15cvs15
7307
7308         * po/nb.po
7309         * po/pt_BR.po
7310                 updated by Geir Helland and Frederico
7311                 Goncalves Guimaraes
7312
7313 2005-10-05 [colin]      1.9.15cvs14
7314
7315         * src/folder.c
7316         * src/folder.h
7317         * src/folderview.c
7318         * src/folderview.h
7319         * src/imap_gtk.c
7320         * src/mh_gtk.c
7321         * src/mainwindow.c
7322         * src/setup.c
7323                 add a way to rescan without rebuilding
7324                 make moving a bit faster (less folders changes)
7325                 don't lock the tree on Get 
7326         * src/imap.c
7327                 Don't re-delete deleted messages before expunging
7328         * src/summaryview.c
7329                 Set batch mode when deleting mails
7330
7331 2005-10-05 [paul]       1.9.15cvs13
7332
7333         * src/mainwindow.c
7334         * src/mainwindow.h
7335                 fix disabled Execute menu item
7336         * src/toolbar.c
7337                 match the change in 1.9.15cvs10: use Compose
7338                 instead of News by default
7339
7340 2005-10-04 [colin]      1.9.15cvs12
7341
7342         * src/compose.c
7343                 When replying to an ML post with Reply-To set
7344                 to the poster's email, honor it (as before),
7345                 but also honor our user's request to reply to
7346                 the mailing list: set the ML address in the To
7347                 field and the Reply-To address in the Cc: 
7348                 field.
7349
7350 2005-10-04 [colin]      1.9.15cvs11
7351
7352         * src/plugins/trayicon/trayicon.c
7353                 Finish cosmetic change - thanks to wwp
7354
7355 2005-10-04 [colin]      1.9.15cvs10
7356
7357         * src/toolbar.c
7358                 Use Compose instead of Email by default.
7359                 Spotted by wwp.
7360
7361 2005-10-04 [colin]      1.9.15cvs9
7362
7363         * src/folder.c
7364         * src/folder.h
7365         * src/folderview.c
7366         * src/imap.c
7367         * src/etpan/imap-thread.c
7368         * src/etpan/imap-thread.h
7369                 Try to make IMAP faster, by simplifying SEARCH
7370                 commands, avoiding sending two STATUS in a row,
7371                 and deferring flags sync and processing just
7372                 after displaying the folder. 
7373                 This will update the SummaryView in certain
7374                 cases (new mails not already fetched, flags
7375                 changed from another client) but in a non-
7376                 blocking manner.
7377
7378 2005-10-04 [colin]      1.9.15cvs8
7379
7380         * src/plugins/trayicon/trayicon.c
7381                 Relabel "Offline" to "Work offline"
7382
7383 2005-10-04 [colin]      1.9.15cvs7
7384
7385         * src/export.c
7386         * src/import.c
7387         * src/mbox.c
7388                 Fix mbox import/export buglets
7389                 Patch by wwp
7390         * src/plugins/trayicon/trayicon.c
7391                 Add offline swithc
7392                 Patch by wwp
7393
7394 2005-10-04 [colin]      1.9.15cvs6
7395
7396         * src/folder.c
7397         * src/folderview.c
7398         * src/summaryview.c
7399                 Better fix (don't break mark all read) for cvs2
7400
7401 2005-10-03 [colin]      1.9.15cvs5
7402
7403         * src/folder.c
7404                 Use a sane sort by default
7405
7406 2005-10-03 [colin]      1.9.15cvs4
7407
7408         * src/inc.c
7409                 Add a 'Only once' button for overriding offline mode
7410         * src/prefs_account.c
7411         * src/wizard.c
7412                 Add Local mbox to the wizard
7413                 Add IMAP subdir to the wizard (or the wizard is useless
7414                 for such accounts, or even worse than useless)
7415                 Move IMAP subdir from Advanced to Receive tab, as it's
7416                 not that uncommon
7417
7418 2005-10-03 [colin]      1.9.15cvs3
7419
7420         * src/send_message.c
7421                 Forgot this one in cvs1
7422
7423 2005-10-03 [colin]      1.9.15cvs2
7424
7425         * src/folder.c
7426                 Faster close when leaving a folder with lots
7427                 of new mails. Idea by David Relson.
7428
7429 2005-10-03 [colin]      1.9.15cvs1
7430
7431         * src/compose.c
7432         * src/imap.c
7433         * src/inc.c
7434         * src/main.c
7435         * src/messageview.c
7436         * src/news.c
7437         * src/summaryview.c
7438         * src/gtk/sslcertwindow.c
7439         * src/plugins/trayicon/trayicon.c
7440                 Add accels to every AlertPanel. Patch by Fabien 
7441                 Vantard
7442
7443 2005-10-03 [paul]       1.9.15
7444
7445         1.9.15 released
7446
7447 2005-10-03 [paul]       1.9.14cvs68
7448
7449         * po/ca.po
7450         * po/de.po
7451         * po/es.po
7452         * po/fi.po
7453         * po/fr.po
7454         * po/sk.po
7455         * po/sr.po
7456         * po/zh_CN.po
7457                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7458                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7459                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7460
7461 2005-10-03 [paul]       1.9.14cvs67
7462
7463         * src/send_message.c
7464                 prevent hang on Cancel
7465                 patch by Colin
7466
7467 2005-10-03 [paul]       1.9.14cvs66
7468
7469         * src/main.c
7470                 fix crash in IMAP caused by discrepancy
7471                 between check_at_startup and offline mode
7472                 Patch by Colin
7473
7474 2005-10-01 [paul]       1.9.14cvs65
7475
7476         * src/inc.c
7477                 fix engrish
7478
7479 2005-10-01 [paul]       1.9.14cvs64
7480         * src/export.c
7481         * src/import.c
7482                 synchronise import_mbox() and export_mbox()
7483         * src/mbox.c
7484                 proc_mbox(): add alert if file cannot be opened
7485                 export_list_to_mbox(): test if dest file exists,
7486                 prompt user to overwrite if it does. add alert
7487                 if file cannot be created
7488                                                                 
7489         Patch by wwp
7490                                                                                                                 
7491
7492 2005-09-30 [paul]       1.9.14cvs63
7493
7494         * src/addressbook.c
7495                 Fix sensitivity of a menu
7496         * src/codeconv.c
7497                 Respect hidden pref for mails with no encoding
7498         * src/common/xml.c
7499                 Fix memory corruption
7500         * src/plugins/pgpcore/sgpgme.c
7501                 Fix segfault on incomplete sigs, and display
7502                 of S/Mime UIDs
7503
7504         Patches by Colin
7505
7506 2005-09-30 [colin]      1.9.14cvs62
7507
7508         * src/partial_download.c
7509                 Little logic fix in almost-dead code
7510         * src/pop.c
7511                 Fix partial download when there's no new mail
7512
7513 2005-09-29 [paul]       1.9.14cvs61
7514
7515         * src/plugins/pgpinline/pgpinline.c
7516                 fix bug 819, 'crash accessing sign message'
7517                 Patch by Colin
7518
7519 2005-09-28 [martin]     1.9.14cvs60
7520
7521         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7522                 fix bug #790 (Crash when restarting window manager (fluxbox))
7523
7524 2005-09-28 [paul]       1.9.14cvs59
7525
7526         * src/gtk/gtkaspell.c
7527                 fix off-by-one typo
7528
7529 2005-09-27 [colin]      1.9.14cvs58
7530
7531         * src/plugins/pgpcore/sgpgme.c
7532                 Report error when there's one, instead of
7533                 "Signature unchecked" 
7534
7535 2005-09-27 [colin]      1.9.14cvs57
7536
7537         * src/prefs_quote.c
7538                 Fix bug #816 (Weird quotation with spaces)
7539
7540 2005-09-27 [colin]      1.9.14cvs56
7541
7542         * src/codeconv.c
7543         * src/compose.c
7544         * src/compose.h
7545                 Put subject in compose's title
7546                 Fix Automatic encoding so that it's really automatic:
7547                 first try default locale's charset, then charset of the replied mail, 
7548                 then utf-8
7549                 Fix encoding of headers (must be in strict mode too)
7550
7551 2005-09-26 [colin]      1.9.14cvs55
7552
7553         * src/gtk/gtkaspell.c
7554                 Fix previous patch - don't color the space,
7555                 just uncolor it :)
7556
7557 2005-09-26 [colin]      1.9.14cvs54
7558
7559         * src/gtk/gtkaspell.c
7560                 Unmark space if possible
7561
7562 2005-09-26 [colin]      1.9.14cvs53
7563
7564         * src/imap.c
7565                 log_error instead of alertpanel according to the pref
7566         * src/etpan/imap-thread.c
7567                 Print connect status, copy only necessary size to 
7568                 logger
7569         * src/plugins/pgpmime/pgpmime.c
7570                 Handle S/Mime signatures (verification only). Patch based
7571                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7572
7573 2005-09-26 [paul]       1.9.14cvs52
7574
7575         * src/common/passcrypt.c
7576                 this 'workaround' not necessary on NetBSD.
7577                 Thanks to Daniel Gustafson
7578
7579 2005-09-26 [paul]
7580
7581         1.9.15-rc4 released
7582
7583 2005-09-26 [paul]       1.9.14cvs51
7584
7585         * src/summaryview.c
7586                 Skip currently selected message when
7587                 looking for next new or unread message
7588                 in current folder. Patch by Colin
7589         * src/common/passcrypt.c
7590                 eliminate warnings on *BSD. Patch by
7591                 Daniel Gustafson
7592
7593 2005-09-26 [colin]      1.9.14cvs50
7594
7595         * src/procmsg.c
7596                 Call postfiltering hook anyway
7597
7598 2005-09-22 [colin]      1.9.14cvs49
7599
7600         * src/codeconv.c
7601         * src/codeconv.h
7602                 Add a strict mode that doesn't replace with _
7603         * src/compose.c
7604         * src/compose.h
7605                 Use strict conversion while sending
7606                 Fix race when drafting while sending (happens
7607                 on IMAP)
7608                 Fix d'n'd of messages from summaryview
7609         * src/prefs_common.c
7610         * src/prefs_common.h
7611                 add hidden utf8_instead_of_locale_for_broken_mail 
7612                 pref for people that preferred the default charset 
7613                 to be utf8 for broken mails
7614         * src/quote_fmt_parse.y
7615                 fix bug #815 (No quote insert if "From:" fied 
7616                 contained Russian letters)
7617         * src/summaryview.c
7618                 Fix d'n'd of messages to compose
7619
7620 2005-09-22 [paul]       1.9.14cvs48
7621
7622         * src/compose.c
7623                 fix bug where attachments Name entry
7624                 would display Path instead
7625
7626 2005-09-21 [paul]       1.9.14cvs47
7627
7628         * README
7629         * README.jp
7630         * configure.ac
7631         * config/config.rpath
7632         * doc/manual/en/sylpheed-20.html
7633         * doc/manual/es/sylpheed-20.html
7634         * po/bg.po
7635         * po/ca.po
7636         * po/de.po
7637         * po/es.po
7638         * po/fr.po
7639         * po/it.po
7640         * po/pt_BR.po
7641         * po/sk.po
7642         * po/zh_TW.po
7643         * src/account.c
7644         * src/account.h
7645         * src/action.c
7646         * src/action.h
7647         * src/adbookbase.h
7648         * src/addr_compl.c
7649         * src/addr_compl.h
7650         * src/addrbook.c
7651         * src/addrbook.h
7652         * src/addrcache.c
7653         * src/addrcache.h
7654         * src/addrcindex.c
7655         * src/addrcindex.h
7656         * src/addrclip.c
7657         * src/addrclip.h
7658         * src/addrdefs.h
7659         * src/addressadd.c
7660         * src/addressadd.h
7661         * src/addressbook.c
7662         * src/addressbook.h
7663         * src/addressitem.h
7664         * src/addrgather.c
7665         * src/addrgather.h
7666         * src/addrharvest.c
7667         * src/addrharvest.h
7668         * src/addrindex.c
7669         * src/addrindex.h
7670         * src/addritem.c
7671         * src/addritem.h
7672         * src/addrquery.c
7673         * src/addrquery.h
7674         * src/addrselect.c
7675         * src/addrselect.h
7676         * src/alertpanel.c
7677         * src/alertpanel.h
7678         * src/browseldap.c
7679         * src/browseldap.h
7680         * src/codeconv.c
7681         * src/codeconv.h
7682         * src/compose.c
7683         * src/compose.h
7684         * src/crash.c
7685         * src/crash.h
7686         * src/customheader.c
7687         * src/customheader.h
7688         * src/displayheader.c
7689         * src/displayheader.h
7690         * src/editaddress.c
7691         * src/editaddress.h
7692         * src/editbook.c
7693         * src/editbook.h
7694         * src/editgroup.c
7695         * src/editgroup.h
7696         * src/editjpilot.c
7697         * src/editjpilot.h
7698         * src/editldap.c
7699         * src/editldap.h
7700         * src/editldap_basedn.c
7701         * src/editldap_basedn.h
7702         * src/editvcard.c
7703         * src/editvcard.h
7704         * src/enriched.c
7705         * src/enriched.h
7706         * src/exphtmldlg.c
7707         * src/exphtmldlg.h
7708         * src/expldifdlg.c
7709         * src/expldifdlg.h
7710         * src/export.c
7711         * src/export.h
7712         * src/exporthtml.c
7713         * src/exporthtml.h
7714         * src/exportldif.c
7715         * src/exportldif.h
7716         * src/filtering.c
7717         * src/filtering.h
7718         * src/folder.c
7719         * src/folder.h
7720         * src/folder_item_prefs.c
7721         * src/folder_item_prefs.h
7722         * src/foldersel.c
7723         * src/foldersel.h
7724         * src/folderutils.c
7725         * src/folderutils.h
7726         * src/folderview.c
7727         * src/folderview.h
7728         * src/grouplistdialog.c
7729         * src/grouplistdialog.h
7730         * src/headerview.c
7731         * src/headerview.h
7732         * src/html.c
7733         * src/html.h
7734         * src/image_viewer.c
7735         * src/image_viewer.h
7736         * src/imap.c
7737         * src/imap.h
7738         * src/imap_gtk.c
7739         * src/imap_gtk.h
7740         * src/import.c
7741         * src/import.h
7742         * src/importldif.c
7743         * src/importldif.h
7744         * src/importmutt.c
7745         * src/importmutt.h
7746         * src/importpine.c
7747         * src/importpine.h
7748         * src/inc.c
7749         * src/inc.h
7750         * src/jpilot.c
7751         * src/jpilot.h
7752         * src/ldapctrl.c
7753         * src/ldapctrl.h
7754         * src/ldaplocate.c
7755         * src/ldaplocate.h
7756         * src/ldapquery.c
7757         * src/ldapquery.h
7758         * src/ldapserver.c
7759         * src/ldapserver.h
7760         * src/ldaputil.c
7761         * src/ldaputil.h
7762         * src/ldif.c
7763         * src/ldif.h
7764         * src/localfolder.c
7765         * src/localfolder.h
7766         * src/main.c
7767         * src/main.h
7768         * src/mainwindow.c
7769         * src/mainwindow.h
7770         * src/manual.c
7771         * src/manual.h
7772         * src/matcher.c
7773         * src/matcher.h
7774         * src/matcher_parser.h
7775         * src/matcher_parser_lex.l
7776         * src/matcher_parser_parse.y
7777         * src/mbox.c
7778         * src/mbox.h
7779         * src/message_search.c
7780         * src/message_search.h
7781         * src/messageview.c
7782         * src/messageview.h
7783         * src/mh.c
7784         * src/mh.h
7785         * src/mh_gtk.c
7786         * src/mh_gtk.h
7787         * src/mimeview.c
7788         * src/mimeview.h
7789         * src/msgcache.c
7790         * src/msgcache.h
7791         * src/mutt.c
7792         * src/mutt.h
7793         * src/news.c
7794         * src/news.h
7795         * src/news_gtk.c
7796         * src/news_gtk.h
7797         * src/noticeview.c
7798         * src/noticeview.h
7799         * src/partial_download.c
7800         * src/partial_download.h
7801         * src/pine.c
7802         * src/pine.h
7803         * src/pop.c
7804         * src/pop.h
7805         * src/prefs_account.c
7806         * src/prefs_account.h
7807         * src/prefs_actions.c
7808         * src/prefs_actions.h
7809         * src/prefs_common.c
7810         * src/prefs_common.h
7811         * src/prefs_compose_writing.c
7812         * src/prefs_compose_writing.h
7813         * src/prefs_customheader.c
7814         * src/prefs_customheader.h
7815         * src/prefs_display_header.c
7816         * src/prefs_display_header.h
7817         * src/prefs_ext_prog.c
7818         * src/prefs_ext_prog.h
7819         * src/prefs_filtering.c
7820         * src/prefs_filtering.h
7821         * src/prefs_filtering_action.c
7822         * src/prefs_filtering_action.h
7823         * src/prefs_folder_column.c
7824         * src/prefs_folder_column.h
7825         * src/prefs_folder_item.c
7826         * src/prefs_folder_item.h
7827         * src/prefs_fonts.c
7828         * src/prefs_fonts.h
7829         * src/prefs_gtk.c
7830         * src/prefs_gtk.h
7831         * src/prefs_image_viewer.c
7832         * src/prefs_image_viewer.h
7833         * src/prefs_matcher.c
7834         * src/prefs_matcher.h
7835         * src/prefs_message.c
7836         * src/prefs_message.h
7837         * src/prefs_msg_colors.c
7838         * src/prefs_msg_colors.h
7839         * src/prefs_other.c
7840         * src/prefs_other.h
7841         * src/prefs_quote.c
7842         * src/prefs_quote.h
7843         * src/prefs_receive.c
7844         * src/prefs_receive.h
7845         * src/prefs_send.c
7846         * src/prefs_send.h
7847         * src/prefs_spelling.c
7848         * src/prefs_spelling.h
7849         * src/prefs_summaries.c
7850         * src/prefs_summaries.h
7851         * src/prefs_summary_column.c
7852         * src/prefs_summary_column.h
7853         * src/prefs_template.c
7854         * src/prefs_template.h
7855         * src/prefs_themes.c
7856         * src/prefs_themes.h
7857         * src/prefs_toolbar.c
7858         * src/prefs_toolbar.h
7859         * src/prefs_wrapping.c
7860         * src/prefs_wrapping.h
7861         * src/privacy.c
7862         * src/privacy.h
7863         * src/procheader.c
7864         * src/procheader.h
7865         * src/procmime.c
7866         * src/procmime.h
7867         * src/procmsg.c
7868         * src/procmsg.h
7869         * src/quote_fmt.c
7870         * src/quote_fmt_parse.y
7871         * src/recv.c
7872         * src/recv.h
7873         * src/remotefolder.c
7874         * src/remotefolder.h
7875         * src/send_message.c
7876         * src/send_message.h
7877         * src/setup.c
7878         * src/setup.h
7879         * src/simple-gettext.c
7880         * src/sourcewindow.c
7881         * src/sourcewindow.h
7882         * src/ssl_manager.c
7883         * src/ssl_manager.h
7884         * src/statusbar.c
7885         * src/statusbar.h
7886         * src/stock_pixmap.c
7887         * src/stock_pixmap.h
7888         * src/summary_search.c
7889         * src/summary_search.h
7890         * src/summaryview.c
7891         * src/summaryview.h
7892         * src/syldap.c
7893         * src/syldap.h
7894         * src/textview.c
7895         * src/textview.h
7896         * src/toolbar.c
7897         * src/toolbar.h
7898         * src/undo.c
7899         * src/undo.h
7900         * src/unmime.c
7901         * src/unmime.h
7902         * src/vcard.c
7903         * src/vcard.h
7904         * src/wizard.c
7905         * src/wizard.h
7906         * src/common/base64.c
7907         * src/common/base64.h
7908         * src/common/defs.h
7909         * src/common/hooks.c
7910         * src/common/hooks.h
7911         * src/common/log.c
7912         * src/common/log.h
7913         * src/common/md5.c
7914         * src/common/md5.h
7915         * src/common/mgutils.c
7916         * src/common/mgutils.h
7917         * src/common/nntp.c
7918         * src/common/nntp.h
7919         * src/common/passcrypt.c
7920         * src/common/passcrypt.h.in
7921         * src/common/plugin.c
7922         * src/common/plugin.h
7923         * src/common/prefs.c
7924         * src/common/prefs.h
7925         * src/common/progressindicator.c
7926         * src/common/progressindicator.h
7927         * src/common/quoted-printable.c
7928         * src/common/quoted-printable.h
7929         * src/common/session.c
7930         * src/common/session.h
7931         * src/common/smtp.c
7932         * src/common/smtp.h
7933         * src/common/socket.c
7934         * src/common/socket.h
7935         * src/common/ssl.c
7936         * src/common/ssl.h
7937         * src/common/ssl_certificate.c
7938         * src/common/ssl_certificate.h
7939         * src/common/string_match.c
7940         * src/common/string_match.h
7941         * src/common/stringtable.c
7942         * src/common/sylpheed.c
7943         * src/common/sylpheed.h
7944         * src/common/template.c
7945         * src/common/template.h
7946         * src/common/timing.h
7947         * src/common/utils.c
7948         * src/common/utils.h
7949         * src/common/uuencode.c
7950         * src/common/uuencode.h
7951         * src/common/version.h.in
7952         * src/common/xml.c
7953         * src/common/xml.h
7954         * src/common/xmlprops.c
7955         * src/common/xmlprops.h
7956         * src/gtk/about.c
7957         * src/gtk/about.h
7958         * src/gtk/colorlabel.c
7959         * src/gtk/colorlabel.h
7960         * src/gtk/colorsel.c
7961         * src/gtk/colorsel.h
7962         * src/gtk/description_window.c
7963         * src/gtk/description_window.h
7964         * src/gtk/filesel.c
7965         * src/gtk/filesel.h
7966         * src/gtk/foldersort.c
7967         * src/gtk/foldersort.h
7968         * src/gtk/gtkutils.c
7969         * src/gtk/gtkutils.h
7970         * src/gtk/inputdialog.c
7971         * src/gtk/inputdialog.h
7972         * src/gtk/logwindow.c
7973         * src/gtk/logwindow.h
7974         * src/gtk/manage_window.c
7975         * src/gtk/manage_window.h
7976         * src/gtk/menu.c
7977         * src/gtk/menu.h
7978         * src/gtk/pluginwindow.c
7979         * src/gtk/pluginwindow.h
7980         * src/gtk/prefswindow.c
7981         * src/gtk/prefswindow.h
7982         * src/gtk/progressdialog.c
7983         * src/gtk/progressdialog.h
7984         * src/gtk/quicksearch.c
7985         * src/gtk/quicksearch.h
7986         * src/gtk/sslcertwindow.c
7987         * src/gtk/sslcertwindow.h
7988         * src/plugins/clamav/clamav_plugin.c
7989         * src/plugins/clamav/clamav_plugin.h
7990         * src/plugins/clamav/clamav_plugin_gtk.c
7991         * src/plugins/demo/demo.c
7992         * src/plugins/dillo_viewer/dillo_prefs.c
7993         * src/plugins/dillo_viewer/dillo_prefs.h
7994         * src/plugins/dillo_viewer/dillo_viewer.c
7995         * src/plugins/mathml_viewer/mathml_viewer.c
7996         * src/plugins/pgpcore/passphrase.c
7997         * src/plugins/pgpcore/passphrase.h
7998         * src/plugins/pgpcore/plugin.c
7999         * src/plugins/pgpcore/prefs_gpg.c
8000         * src/plugins/pgpcore/prefs_gpg.h
8001         * src/plugins/pgpcore/select-keys.c
8002         * src/plugins/pgpcore/select-keys.h
8003         * src/plugins/pgpcore/sgpgme.c
8004         * src/plugins/pgpcore/sgpgme.h
8005         * src/plugins/pgpinline/pgpinline.c
8006         * src/plugins/pgpinline/pgpinline.h
8007         * src/plugins/pgpinline/plugin.c
8008         * src/plugins/pgpmime/pgpmime.c
8009         * src/plugins/pgpmime/pgpmime.h
8010         * src/plugins/pgpmime/plugin.c
8011         * src/plugins/spamassassin/spamassassin.c
8012         * src/plugins/spamassassin/spamassassin.h
8013         * src/plugins/spamassassin/spamassassin_gtk.c
8014         * src/plugins/trayicon/trayicon.c
8015         * tools/OOo2sylpheed.pl
8016         * tools/acroread2sylpheed.pl
8017         * tools/asus_mailled.sh
8018         * tools/filter_conv.pl
8019         * tools/freshmeat_search.pl
8020         * tools/google_search.pl
8021         * tools/kmail2sylpheed.pl
8022         * tools/kmail2sylpheed_v2.pl
8023         * tools/maildir2sylpheed.pl
8024         * tools/multiwebsearch.pl
8025         * tools/newscache_clean.pl
8026         * tools/outlook2sylpheed.pl
8027         * tools/sylpheed-switcher
8028         * tools/update-po
8029         * tools/vcard2xml.py
8030         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8031                 update FSF address
8032
8033 2005-09-21 [colin]      1.9.14cvs46
8034
8035         * src/gedit-print.c
8036         * src/procmsg.c
8037         * src/procmsg.h
8038         * src/textview.c
8039         * src/summaryview.c
8040                 Remove some printing hacks (deselection/reselection),
8041                 which by the way fix printing the currently 
8042                 displayed mime part (still only text)
8043                 Plus a little optimisation of summary_show
8044
8045
8046 2005-09-20 [colin]      1.9.14cvs45
8047
8048         * src/mainwindow.c
8049         * src/messageview.c
8050                 GUI fixups: add accels, set message
8051                 view title to displayed mail's subject
8052         * src/prefs_spelling.c
8053         * src/gtk/gtkaspell.c
8054                 GUI fixups: allow underlining misspelled
8055                 words instead of coloring them (a11y!)
8056
8057 2005-09-19 [colin]
8058
8059         1.9.15rc3 released
8060
8061 2005-09-19 [colin]      1.9.14cvs44
8062
8063         * src/compose.c
8064                 Fix draft message
8065         * src/gtk/gtkaspell.c
8066                 Fix wrong test ;-)
8067
8068 2005-09-19 [colin]      1.9.14cvs43
8069
8070         * src/addressbook.c
8071                 Fix sensitivity of Delete button
8072         * src/compose.c
8073                 Warn if the requested Privacy system
8074                 is not available
8075         * src/exphtmldlg.c
8076         * src/expldifdlg.c
8077         * src/importldif.c
8078         * src/importmutt.c
8079         * src/importpine.c
8080                 Fix crappy UI
8081         * src/
8082         * src/ssl.h
8083         * src/prefs_account.h
8084         * src/prefs_account.c
8085                 Save SSL prefs even in builds that have
8086                 SSL support disable
8087         * src/imap.c
8088         * src/inc.c
8089         * src/news.c
8090         * src/send_message.c
8091                 Warn if connection should be secure, but
8092                 SSL support isn't compiled in
8093         * src/gtkaspell.c
8094                 Fix word separation on UTF-8 systems
8095                 Fixes bug #812 (Strange inline spellchecking)
8096         * src/compose.c
8097                 Warn if the requested Privacy system
8098                 is not available
8099                 Factorize offline warning
8100         * src/imap.c
8101         * src/imap_gtk.c
8102         * src/imap_gtk.h
8103         * src/inc.h
8104         * src/news_gtk.c
8105         * src/news_gtk.h
8106         * src/messageview.c
8107                 Factorize offline warning
8108
8109 2005-09-19 [paul]
8110
8111         1.9.15-rc2 released
8112
8113 2005-09-18 [colin]      1.9.14cvs42
8114
8115         * src/codeconv.c
8116         * src/codeconv.h
8117         * src/procmime.c
8118                 Add a way to get locale's charset ignoring utf-8,
8119                 and use that as default encoding for broken mails
8120
8121 2005-09-18 [colin]      1.9.14cvs41
8122
8123         * src/gtk/logwindow.c
8124                 Translate string. Patch by Fabien Vantard
8125
8126 2005-09-18 [colin]      1.9.14cvs40
8127
8128         * configure.ac
8129                 Fix bug #803 (IMAP/SSL support breaks with 
8130                 GnuTLS libetpan 0.38)
8131
8132 2005-09-18 [colin]      1.9.14cvs39
8133
8134         * src/codeconv.c
8135         * src/compose.c
8136         * src/procmime.c
8137                 More charsets fixes. Fixes bug #806 (non
8138                 ascii characters in subject line)
8139
8140 2005-09-17 [paul]       1.9.14cvs38
8141
8142         * src/folderview.c
8143         * src/mainwindow.c
8144                 fix gcc-2.95 issues
8145                 Patch by Pawel Pekala
8146
8147 2005-09-17 [colin]      1.9.14cvs37
8148
8149         * src/addrindex.c
8150                 bugfix for NO-USE LDAP compilation, patch 
8151                 by Fabien Vantard
8152
8153 2005-09-17 [colin]      1.9.14cvs36
8154
8155         * src/prefs_actions.c
8156         * src/prefs_customheader.c
8157         * src/prefs_display_header.c
8158         * src/prefs_filtering_action.c
8159         * src/prefs_matcher.c
8160         * src/prefs_toolbar.c
8161                 Fix strange casts (less elegant but
8162                 works better)
8163
8164 2005-09-16 [colin]      1.9.14cvs35
8165
8166         * src/jpilot.c
8167                 Missed that one
8168
8169 2005-09-16 [colin]      1.9.14cvs34
8170
8171         * configure.ac
8172         * src/Makefile.am
8173         * src/addr_compl.c
8174         * src/addrindex.c
8175         * src/browseldap.c
8176         * src/editldap.c
8177         * src/ldaplocate.c
8178         * src/ldapquery.c
8179         * src/ldapquery.h
8180         * src/ldapserver.c
8181         * src/ldapserver.h
8182         * src/main.c
8183         * src/matcher_parser_parse.y
8184         * src/prefs_themes.c
8185         * src/etpan/Makefile.am
8186         * src/gtk/description_window.c
8187         * src/plugins/clamav/Makefile.am
8188         * src/plugins/clamav/clamav_plugin.c
8189         * src/plugins/dillo_viewer/Makefile.am
8190         * src/plugins/pgpcore/Makefile.am
8191         * src/plugins/pgpinline/Makefile.am
8192         * src/plugins/pgpmime/Makefile.am
8193         * src/plugins/trayicon/Makefile.am
8194                 Fix 100% cpu usage in address completion list
8195                 Fix little bugs (return with no values etc)
8196                 Fix all warnings (with common CFLAGS)
8197
8198 2005-09-15 [colin]      1.9.14cvs33
8199
8200         * src/addressbook.c
8201                 Fix bug where sometimes a group's email list is empty,
8202                 force its refresh (probably fixes "Re: how to create a 
8203                 distribution list")
8204         * src/ldapquery.c
8205                 Don't return to the callback in the main thread from the
8206                 fetch thread (or face segs!)
8207
8208 2005-09-15 [paul]       1.9.14cvs32
8209
8210         * src/prefs_matcher.c
8211                 forgotten in last commit
8212
8213 2005-09-15 [paul]       1.9.14cvs31
8214
8215         * src/prefs_actions.c
8216         * src/prefs_filtering_action.c
8217         * src/prefs_quote.c
8218         * src/quote_fmt.c
8219         * src/summaryview.c
8220         * src/gtk/description_window.c
8221         * src/gtk/description_window.h
8222         * src/gtk/quicksearch.c
8223                 allow interaction with the called
8224                 description window
8225                 Patch by Anders Hammar
8226
8227 2005-09-14 [paul]       1.9.14cvs30
8228
8229         * src/compose.c
8230                 fix a little annoyance when pasting with 3rd button 
8231                 with wrap_pastes=0 and wrap_input=1
8232                 Patch by Colin
8233
8234 2005-09-14 [paul]       1.9.14cvs29
8235
8236         * src/prefs_account.c
8237                 disable 'Filter messages on receiving' for
8238                 SMTP-only accounts
8239                 Patch  by Anders Hammar
8240
8241 2005-09-14 [paul]       1.9.14cvs28
8242
8243         * po/sk.po
8244                 fix crash
8245                 updated by Andrej Kacian
8246
8247 2005-09-14 [paul]
8248
8249         1.9.15-rc1 released
8250
8251 2005-09-14 [paul]       1.9.14cvs27
8252
8253         * po/es.po
8254                 updated by Ricardo Mones Lastra
8255         * src/compose.c
8256         * src/compose.h
8257                 associate no_wrap_tags to Compose windows
8258                 instead of using a static one
8259                 Patch by Colin
8260         * src/mbox.c
8261                 fix proc_mbox()
8262                 Patch by wwp
8263         * src/textview.c
8264                 remove unneeded printf()
8265
8266 2005-09-14 [paul]       1.9.14cvs26
8267
8268         * src/addrcache.c
8269         * src/codeconv.h
8270         * src/folder.h
8271         * src/mainwindow.h
8272         * src/mh.c
8273         * src/mimeview.h
8274         * src/partial_download.c
8275         * src/pop.c
8276         * src/prefs_account.c
8277         * src/prefs_account.h
8278         * src/prefs_actions.c
8279         * src/prefs_customheader.c
8280         * src/prefs_display_header.c
8281         * src/prefs_filtering_action.c
8282         * src/prefs_matcher.c
8283         * src/prefs_toolbar.c
8284         * src/privacy.h
8285         * src/procmime.c
8286         * src/procmime.h
8287         * src/procmsg.h
8288         * src/textview.c
8289         * src/undo.h
8290         * src/common/plugin.c
8291         * src/common/session.h
8292         * src/common/socket.c
8293         * src/common/socket.h
8294         * src/common/template.c
8295         * src/gtk/gtkaspell.c
8296         * src/gtk/quicksearch.h
8297         * src/plugins/pgpcore/passphrase.c
8298         * src/plugins/pgpcore/prefs_gpg.h
8299         * src/plugins/pgpcore/select-keys.c
8300         * src/plugins/pgpcore/select-keys.h
8301         * src/plugins/pgpcore/sgpgme.c
8302         * src/plugins/pgpinline/pgpinline.c
8303         * src/plugins/pgpmime/pgpmime.c
8304         * src/plugins/trayicon/trayicon.c
8305                 fix compilation warnings
8306                 Patch by Daniel Gustafson
8307
8308 2005-09-14 [paul]       1.9.14cvs25
8309
8310         * src/addressbook.c
8311                 add missing column header, and other small
8312                 bug fixes
8313                 Patch by Anders Hammar
8314
8315 2005-09-13 [colin]      1.9.14cvs24
8316
8317         * src/gtk/gtkaspell.c
8318                 Fix non-utf8 in menu
8319                 Fix little leaks
8320                 Nullify struct members after free()s
8321
8322 2005-09-13 [colin]      1.9.14cvs23
8323
8324         * src/compose.c
8325                 Test utf8 compliance before inserting to 
8326                 buffer, and try to convert if necessary
8327         * src/procmime.c
8328                 If no charset is present, use the locale 
8329                 one instead of us-ascii
8330         * src/procmsg.c
8331                 Add Sender, List-Post and To in the checked 
8332                 headers for automatic rules creation 
8333                 (thanks to wwp)
8334         * src/prefs_themes.c
8335         * src/gtk/gtkaspell.c
8336                 Remove deprecated functions. 
8337                 patch by Daniel Gustafson
8338
8339 2005-09-12 [colin]      1.9.14cvs22
8340
8341         * src/compose.c
8342                 Fix bug #448 (Scrolling/Redraw issue with 
8343                 address-fields in Header)
8344         * src/mainwindow.c
8345         * src/summaryview.c
8346         * src/summaryview.h
8347                 Fix loss of MSG_MARKED on move/copy
8348                 Fix bug #804 (Quicksearch togglebutton doesn't 
8349                 get depressed after '/' key is pressed)
8350
8351 2005-09-12 [paul]       1.9.14cvs21
8352
8353         * AUTHORS
8354         * src/gtk/logwindow.c
8355                 add 'Clear Log' to popup menu
8356                 Patch by Anders Hammar <anders.hammar@telia.com>
8357
8358 2005-09-12 [paul]       1.9.14cvs20
8359
8360         * src/compose.c
8361                 set correct sensitivity on attachments
8362                 popup menu
8363         * src/folder.c
8364                 fix typo
8365         * src/prefs_spelling.c
8366                 fix crash when no LANG env is set
8367         * src/common/xml.c
8368                 fix crash in wizard
8369                 don't use memeory after free
8370
8371         All patches by Daniel Gustafson
8372
8373 2005-09-12 [paul]       1.9.14cvs19
8374
8375         * src/prefs_themes.c
8376                 make theme info selectable
8377         * src/gtk/description_window.c
8378                 make window non-modal
8379         * tools/README
8380                 add details of asus_mailed.sh
8381         * tools/claws.i18n.status.pl
8382                 update for new zh_TW translator
8383                 widen the output
8384                 create alternate coloured lines
8385                 improve readability
8386
8387 2005-09-10 [colin]      1.9.14cvs18
8388
8389         * src/plugins/pgpcore/select-keys.c
8390                 Better order for the buttons
8391
8392 2005-09-10 [colin]      1.9.14cvs17
8393
8394         * src/compose.c
8395         * src/plugins/pgpcore/select-keys.c
8396         * src/plugins/pgpcore/select-keys.h
8397         * src/plugins/pgpcore/sgpgme.c
8398                 Add a "Don't encrypt" button to the key
8399                 selection dialog. Fixes bug #177 (There should be a 
8400                 'Don't encrypt button in the Select Keys dialog)
8401
8402 2005-09-10 [colin]      1.9.14cvs16
8403
8404         * src/compose.c
8405                 Fix bug #572 (%X option does not work with templates)
8406
8407 2005-09-10 [colin]      1.9.14cvs15
8408
8409         * src/toolbar.c 
8410                 Remove g_print
8411
8412 2005-09-10 [colin]      1.9.14cvs14
8413
8414         * src/imap.c
8415                 Fix a possible crash
8416
8417 2005-09-09 [colin]      1.9.14cvs13
8418
8419         * src/imap.c
8420         * src/etpan/imap-thread.c
8421         * src/etpan/imap-thread.h
8422                 Fix moving from queue or drafts to normal folders
8423                 Fix bug #794 (No way to delete without expunging)
8424                 Take flags unset by other mailers into account
8425                 Take deleted flag set by other mailers into account
8426                 Fix unsetting REPLIED flag
8427                 Fix crash when capabilities can't be retrieved
8428         * src/mainwindow.c
8429         * src/mainwindow.h
8430                 Add M_DELAYED_FLAGS condition, and let the user use
8431                 Execute in order to be able to expunge deleted mails,
8432                 even if he's not in delayed execute mode
8433         * src/prefs_spelling.c
8434                 Use 'en' dictionary by default if LANG is POSIX or C
8435         * src/gtk/prefswindow.c
8436                 Fix bug #767 (Preferences windows expanding) by making
8437                 the window a bit larger when the resolution is greater
8438                 than 640x480, and by putting the prefs in a
8439                 GtkScrolledWindow.
8440
8441 2005-09-09 [paul]       1.9.14cvs12
8442
8443         * AUTHORS
8444         * configure.ac
8445         * po/zh_TW.Big5.po      ** REMOVED **
8446         * po/zh_TW.po           ** ADDED **
8447                 updated by Wei-Lun Chao
8448
8449 2005-09-09 [paul]       1.9.14cvs11
8450
8451         * src/mainwindow.c
8452                 fix asserts
8453         * src/common/xml.c
8454                 delay memory allocation until file is
8455                 opened successfully
8456                 Patch by Daniel Gustafson
8457
8458 2005-09-09 [colin]      1.9.14cvs10
8459
8460         * src/imap.c
8461                 Add guards
8462
8463 2005-09-08 [colin]      1.9.14cvs9
8464
8465         * src/compose.c
8466                 Alert when we can't save draft
8467                 Fix various wrap/color issues
8468                 Add mid-click pasting respecting wrap_paste option
8469         * src/folder.c
8470         * src/folder.h
8471         * src/folder_item_prefs.c
8472         * src/folder_item_prefs.h
8473         * src/imap.c
8474         * src/imap_gtk.c
8475         * src/imap_gtk.h
8476         * src/main.c
8477         * src/mainwindow.c
8478         * src/mainwindow.h
8479         * src/news.c
8480         * src/news_gtk.c
8481         * src/news_gtk.h
8482         * src/prefs_folder_item.c
8483                 Fix the impossibility to synchronise folders for
8484                 offline use (IMAP and NNTP are concerned)
8485
8486 2005-09-08 [colin]      1.9.14cvs8
8487
8488         * configure.ac
8489                 Build LDAP and JPilot by default if available
8490         * src/textview.c
8491                 Fix use after free
8492
8493 2005-09-08 [paul]       1.9.14cvs7
8494
8495         * doc/manual/en/sylpheed-1.html
8496         * doc/manual/en/sylpheed-18.html
8497         * doc/manual/en/sylpheed-19.html
8498         * doc/manual/en/sylpheed-4.html
8499         * doc/manual/en/sylpheed-6.html
8500         * doc/manual/en/sylpheed.html
8501                 a few minor updates, plus include some
8502                 details about plugins and their requirements
8503         * src/mainwindow.c
8504                 minor changes to English in /View/Sort
8505
8506 2005-09-07 [colin]      1.9.14cvs6
8507
8508         * doc/manual/en/sylpheed-1.html
8509         * doc/manual/en/sylpheed-10.html
8510         * doc/manual/en/sylpheed-11.html
8511         * doc/manual/en/sylpheed-12.html
8512         * doc/manual/en/sylpheed-13.html
8513         * doc/manual/en/sylpheed-14.html
8514         * doc/manual/en/sylpheed-15.html
8515         * doc/manual/en/sylpheed-16.html
8516         * doc/manual/en/sylpheed-17.html
8517         * doc/manual/en/sylpheed-18.html
8518         * doc/manual/en/sylpheed-19.html
8519         * doc/manual/en/sylpheed-2.html
8520         * doc/manual/en/sylpheed-20.html
8521         * doc/manual/en/sylpheed-21.html
8522         * doc/manual/en/sylpheed-22.html
8523         * doc/manual/en/sylpheed-3.html
8524         * doc/manual/en/sylpheed-4.html
8525         * doc/manual/en/sylpheed-5.html
8526         * doc/manual/en/sylpheed-6.html
8527         * doc/manual/en/sylpheed-7.html
8528         * doc/manual/en/sylpheed-8.html
8529         * doc/manual/en/sylpheed-9.html
8530         * doc/manual/en/sylpheed.html
8531                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8532
8533 2005-09-07 [colin]      1.9.14cvs5
8534
8535         * src/mainwindow.c
8536                 Make labels more to-the-point
8537
8538 2005-09-07 [colin]      1.9.14cvs4
8539
8540         * doc/manual/en/sylpheed-1.html
8541         * doc/manual/en/sylpheed-12.html
8542         * doc/manual/en/sylpheed-13.html
8543         * doc/manual/en/sylpheed-14.html
8544         * doc/manual/en/sylpheed-15.html
8545         * doc/manual/en/sylpheed-16.html
8546         * doc/manual/en/sylpheed-17.html
8547         * doc/manual/en/sylpheed-18.html
8548         * doc/manual/en/sylpheed-19.html
8549         * doc/manual/en/sylpheed-2.html
8550         * doc/manual/en/sylpheed-20.html
8551         * doc/manual/en/sylpheed-21.html
8552         * doc/manual/en/sylpheed-22.html
8553         * doc/manual/en/sylpheed-4.html
8554         * doc/manual/en/sylpheed-5.html
8555         * doc/manual/en/sylpheed-6.html
8556         * doc/manual/en/sylpheed-7.html
8557         * doc/manual/en/sylpheed-8.html
8558         * doc/manual/en/sylpheed-9.html
8559         * doc/manual/en/sylpheed.html
8560                 Update manual
8561
8562 2005-09-07 [colin]      1.9.14cvs3
8563
8564         * doc/faq/en/sylpheed-faq-1.html
8565         * doc/faq/en/sylpheed-faq-2.html
8566         * doc/faq/en/sylpheed-faq-3.html
8567         * doc/faq/en/sylpheed-faq.html
8568                 Update FAQ
8569
8570 2005-09-07 [colin]      1.9.14cvs2
8571
8572         * src/folderview.c
8573         * src/procmsg.c
8574         * src/summaryview.c
8575         * src/toolbar.c
8576                 Fix special subfolders:
8577                 - Inherit parent's icon
8578                 - sent contents of queues subfolders
8579                 - empty subfolders of trashes
8580         * src/mainwindow.c
8581                 Remove outdated manual and faq entries
8582         * src/common/utils.c
8583                 Add quotes around %s coming from mailcap
8584
8585 2005-09-07 [colin]      1.9.14cvs1
8586
8587         * src/compose.c
8588                 After saving draft, set modified to FALSE
8589         * src/mimeview.c
8590         * src/common/utils.c
8591         * src/common/utils.h
8592                 Try to open mime parts using what is 
8593                 indicated in ~/.mailcap or /etc/mailcap,
8594                 if possible.
8595
8596 2005-09-05 [paul]       1.9.14
8597
8598         1.9.14 released
8599
8600         * po/sk.po
8601                 updated by Andrej Kacian
8602
8603 2005-09-05 [paul]       1.9.13cvs83
8604
8605         * po/de.po
8606         * po/es.po
8607         * po/fi.po
8608         * po/fr.po
8609         * po/nb.po
8610         * po/pt_BR.po
8611         * po/sr.po
8612                 updated translations by Thomas Gilgin, Ricardo Mones
8613                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8614                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8615
8616 2005-09-04 [paul]       1.9.13cvs82
8617
8618         * src/compose.c
8619                 only warn about exceeded line length limit
8620                 on send
8621
8622 2005-09-04 [paul]       1.9.13cvs81
8623
8624         * src/compose.c
8625                 fix crash in 'line length exceeded' dialogue
8626
8627 2005-09-02 [paul]       1.9.13cvs80
8628
8629         * src/imap.c
8630                 fix bug 795, 'Connection lost IMAP'
8631                 and add statusbar prints
8632                 Patch by Colin
8633
8634 2005-09-02 [paul]       1.9.13cvs79
8635
8636         * src/compose.c
8637                 compose_wrap_paragraph() becomes
8638                 compose_beautify_paragraph()
8639                 Patch by Colin
8640
8641 2005-09-02 [colin]      1.9.13cvs78
8642
8643         * src/folderview.c
8644                 Micro-fix
8645
8646 2005-09-01 [colin]      1.9.13cvs77
8647
8648         * src/imap.c
8649                 Maybe fix bug #795 (Connection lost IMAP)
8650                 Don't try to send logout when we're disconnected.
8651         * src/summaryview.c
8652                 Include locked and marked emails in HRM
8653                 view. Fixes bug #800 (Locked messages no longer 
8654                 show up when hide read messages is used)
8655
8656 2005-09-01 [paul]       1.9.13cvs76
8657
8658         * src/prefs_common.c
8659                 fix bad cutting
8660
8661 2005-08-31 [colin]      1.9.13cvs75
8662
8663         * src/folderview.c
8664         * src/folderview.h
8665         * src/prefs_summaries.c
8666         * src/summaryview.c
8667                 Fix "go to next new", fix preference
8668                 (Open unread/next swapped)
8669
8670 2005-08-31 [paul]       1.9.13cvs74
8671
8672         * src/compose.c
8673         * src/folderview.c
8674         * src/headerview.c
8675         * src/headerview.h
8676         * src/mainwindow.c
8677         * src/prefs_common.c
8678         * src/prefs_common.h
8679         * src/prefs_fonts.c
8680         * src/summaryview.c
8681         * src/textview.c
8682         * src/common/defs.h
8683                 remove obsolete BOLD_FONT setting
8684                 fix font update in headerview and textview
8685                 headers after prefs change
8686                 Patch By Colin
8687
8688 2005-08-31 [paul]
8689
8690         1.9.14-rc4 released
8691
8692 2005-08-30 [colin]      1.9.13cvs73
8693
8694         * src/summaryview.c
8695                 When Hide read messages is selected and we
8696                 refresh the summaryview, don't remove the 
8697                 currently displayed message. Fixes bug #797
8698                 (Summary view reloads when new mail is 
8699                 downloaded in 1.9.14 rc)
8700
8701 2005-08-30 [colin]      1.9.13cvs72
8702
8703         * src/folderview.c
8704                 Fix flickering
8705         * src/mainwindow.c
8706                 Remove useless callback
8707         * src/mimeview.c
8708         * src/gtk/filesel.c
8709         * src/gtk/filesel.h
8710                 Add a filesel_select_file_save_folder() - used by Save All
8711
8712 2005-08-29 [paul]       1.9.13cvs71
8713
8714         * AUTHORS
8715         * src/matcher_parser_parse.y
8716         * src/etpan/imap-thread.c
8717                 fix building on FreeBSD
8718                 Patch by Daniel Gustafson <daniel@hobbit.se>
8719
8720 2005-08-29 [paul]       1.9.13cvs70
8721
8722         * src/plugins/pgpinline/pgpinline.c
8723                 only initialise sig result if it's been handled
8724                 Patch by Colin
8725
8726 2005-08-29 [paul]       1.9.13cvs69
8727         
8728         Patches by Colin:
8729
8730         * src/imap.c
8731         * src/common.utils.c
8732         * src/common/utils.h
8733                 optimisation
8734         * src/stock_pixmap.h
8735                 fix wrong icon reference
8736         * src/pixmaps/trash_btn.xpm
8737                 replace with nicer image
8738
8739 2005-08-28 [colin]      1.9.13cvs68
8740
8741         * src/Makefile.am
8742         * src/stock_pixmap.c
8743         * src/stock_pixmap.h
8744         * src/toolbar.c
8745         * src/pixmaps/trash_btn.xpm
8746                 Add a specific trash xpm for the button
8747
8748 2005-08-28 [colin]      1.9.13cvs67
8749
8750         * src/imap.c
8751                 Fix leak
8752
8753 2005-08-27 [colin]      1.9.13cvs66
8754
8755         * src/imap.c
8756         * src/procmime.c
8757                 Correctly fix "Problem with replies", fixes
8758                 pgpmime encryption too. 
8759
8760 2005-08-27 [colin]      1.9.13cvs65
8761
8762         * src/folder.c
8763         * src/procmsg.c
8764         * src/procmsg.h
8765         * src/summaryview.c
8766                 Fix bug #517 (messages removed from summaryview 
8767                 when moving fails)
8768
8769 2005-08-27 [colin]      1.9.13cvs64
8770
8771         * tools/Makefile.am
8772         * tools/asus_mailled.sh
8773                 Add a script to blink ASUS laptops' mail LED where there
8774                 is unread mail.
8775
8776 2005-08-27 [colin]      1.9.13cvs63
8777
8778         * src/imap.c
8779         * src/etpan/imap-thread.c
8780         * src/etpan/imap-thread.h
8781                 Implement automatic choosing of login method
8782                 Fixes bug #791
8783         * src/gtk/.cvsignore
8784                 Add sylpheed-marshal.[ch]
8785
8786 2005-08-27 [colin]      1.9.13cvs62
8787
8788         * src/common/utils.c
8789                 Fix confusing perror
8790
8791 2005-08-27 [colin]      1.9.13cvs61
8792
8793         * src/toolbar.c
8794         * src/toolbar.h
8795                 Remove A_DELETE, replace it with 
8796                 A_TRASH and A_DELETE_REAL. Automatically
8797                 rewrite config files to replace A_DELETE
8798                 with A_TRASH (no functionality change).
8799                 Fixes half of #794
8800
8801 2005-08-26 [colin]      1.9.13cvs60
8802
8803         * src/procmime.c
8804                 Previous "Problem with replies" fix brought other
8805                 problems, fixing them
8806
8807 2005-08-26 [colin]      1.9.13cvs59
8808
8809         * src/procmime.c
8810                 Fix "Problem with replies". This happened only
8811                 on IMAP...
8812         * src/procmsg.c
8813                 Factorize code a bit
8814         * src/compose.c
8815                 Speed improvement on very long messages (wrapping)
8816                 Fix signature color on Reedit and Redirect
8817                 On Reedit, don't attach pgp-signatures parts, but
8818                 set signing to On.
8819
8820 2005-08-24 [paul]       1.9.13cvs58
8821
8822         * src/compose.c
8823                 don't claim success when clicking
8824                 Cancel on the passphrase box.
8825                 Patch by Colin
8826
8827 2005-08-24 [paul]       1.9.13cvs57
8828
8829         * src/main.c
8830                 fix misplaced sylpheed.log
8831         * src/common/defs.h
8832                 define UIDL_DIR
8833
8834 2005-08-24 [paul]       1.9.13cvs56
8835
8836         * src/imap.c
8837         * src/etpan/imap-thread.c
8838         * src/etpan/imap-thread.h
8839                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8840                 Patch by Colin
8841         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8842         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8843                 remove autogenerated files
8844         * tools/kdeservicemenu/README
8845         * tools/kdeservicemenu/install.sh
8846         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8847         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8848                 use Claws icon, use 'Sylpheed-Claws' in menu,
8849                 use kdialog, and other cleanups
8850
8851 2005-08-23 [paul]       1.9.13cvs55
8852
8853         * src/compose.c
8854                 fix paste/wrap crash
8855                 Patch by Colin
8856
8857 2005-08-23 [paul]       1.9.13cvs54
8858
8859         * src/main.c
8860                 fix crash recovery
8861                 Patch by Colin
8862
8863 2005-08-23 [paul]       1.9.13cvs53
8864
8865         * src/addressbook.c
8866         * src/editaddress.c
8867                 view all data of LDAP contacts
8868                 Patch by Colin
8869
8870 2005-08-23 [paul]       1.9.13cvs52
8871
8872         * src/addressbook.c
8873                 fix issues with the Search field
8874                 Patch by Colin
8875
8876 2005-08-22 [paul]       1.9.13cvs51
8877
8878         * src/folderview.c
8879                 put name of folder in processing dialog
8880                 title
8881         * src/prefs_folder_item.c
8882                 improve english usage
8883
8884 2005-08-22 [paul]       1.9.13cvs50
8885
8886         * src/filtering.c
8887         * src/filtering.h
8888         * src/matcher.c
8889         * src/matcher_parser_lex.l
8890         * src/matcher_parser_parse.y
8891         * src/prefs_filtering.c
8892                 add Filtering/Processing rule names feature.
8893                 (the incompatible old matcherrc is saved as
8894                 matcherrc.pre_names).
8895                 Patch by Colin
8896
8897 2005-08-22 [paul]       1.9.13cvs49
8898
8899         * src/procmsg.c
8900                 fix colour labelling
8901                 Patch by Colin
8902
8903 2005-08-22 [paul]       1.9.13cvs48
8904
8905         * src/textview.c
8906                 fix open_image_cb()
8907
8908 2005-08-22 [paul]       1.9.13cvs47
8909
8910         * src/imap.c
8911                 fix bug 789, 'SC crashes with imap (CVS ver)'
8912                 Patch by Colin
8913
8914 2005-08-22 [paul]       1.9.13cvs46
8915
8916         * src/mimeview.c
8917         * src/prefs_common.c
8918         * src/common/defs.h
8919                 define reused defaults in defs.h
8920         * src/textview.c
8921                 add 'Open image' to image popup menu
8922
8923 2005-08-21 [colin]      1.9.13cvs45
8924
8925         * src/summaryview.c
8926                 Fix bug #788 (Bogus "From" address displayed)
8927
8928 2005-08-20 [colin]      1.9.13cvs44
8929
8930         * src/folder.c
8931                 Fix buf #787 (multilevel delete causes SIGSEGV)
8932
8933 2005-08-19 [colin]      1.9.13cvs43
8934
8935         * src/inc.c
8936         * src/prefs_common.c
8937         * src/prefs_common.h
8938                 Add an hidden pref to allow modifying the
8939                 update stepping in incorporation.
8940                 Patch by wwp.
8941
8942 2005-08-19 [colin]      1.9.13cvs42
8943
8944         * src/compose.c
8945         * src/procmime.c
8946                 Workaround for broken MUAs: encode 
8947                 Content-type: name: as ASCII and 
8948                 Content-Disposition: filename: as
8949                 per rfc2231
8950         * src/prefs_account.c
8951                 Fix invisible-ness of SMTP SSL prefs
8952                 in NNTP accounts
8953
8954 2005-08-19 [paul]       1.9.13cvs41
8955
8956         * src/compose.c
8957         * src/prefs_common.c
8958         * src/prefs_common.h
8959         * src/prefs_wrapping.c
8960                 paste with or without wrapping.
8961                 patch by Colin
8962
8963 2005-08-19 [paul]       1.9.13cvs40
8964
8965         * src/prefs_common.c
8966         * src/prefs_common.h
8967         * src/summaryview.c
8968                 reintroduce enable_swap_from as a
8969                 hidden pref. patch by Colin
8970         * src/quote_fmt_parse.y
8971         * src/plugins/clamav/clamav_plugin.c
8972         * src/plugins/dillo_viewer/dillo_viewer.c
8973         * src/plugins/mathml_viewer/mathml_viewer.c
8974         * src/plugins/pgpcore/sgpgme.c
8975         * src/plugins/pgpinline/pgpinline.c
8976         * src/plugins/pgpmime/pgpmime.c
8977                 tidy up. patch by Colin
8978
8979 2005-08-19 [paul]       1.9.13cvs39
8980
8981         * configure.ac
8982                 complete cvs38's sync
8983         * src/editaddress.c
8984         * src/gedit-print.c
8985         * src/mutt.c
8986         * src/etpan/etpan-log.c
8987         * src/etpan/imap-thread.c
8988         * src/gtk/gtksourceprintjob.c
8989                 fix compilation warnings
8990                 (patch by Colin)
8991
8992 2005-08-19 [paul]       1.9.13cvs38
8993
8994         sync with main:
8995
8996         * src/account.c
8997         * src/action.c
8998         * src/addrbook.c
8999         * src/addrcache.c
9000         * src/addrharvest.c
9001         * src/addrindex.c
9002         * src/codeconv.c
9003         * src/compose.c
9004         * src/crash.c
9005         * src/exporthtml.c
9006         * src/exportldif.c
9007         * src/folder.c
9008         * src/image_viewer.c
9009         * src/inc.c
9010         * src/inc.h
9011         * src/jpilot.c
9012         * src/ldif.c
9013         * src/main.c
9014         * src/matcher.c
9015         * src/mbox.c
9016         * src/messageview.c
9017         * src/mh.c
9018         * src/mimeview.c
9019         * src/msgcache.c
9020         * src/mutt.c
9021         * src/news.c
9022         * src/partial_download.c
9023         * src/pine.c
9024         * src/pop.c
9025         * src/prefs_actions.c
9026         * src/prefs_common.c
9027         * src/prefs_customheader.c
9028         * src/prefs_display_header.c
9029         * src/prefs_gtk.c
9030         * src/prefs_themes.c
9031         * src/procheader.c
9032         * src/procmime.c
9033         * src/procmsg.c
9034         * src/recv.c
9035         * src/send_message.c
9036         * src/simple-gettext.c
9037         * src/sourcewindow.c
9038         * src/textview.c
9039         * src/vcard.c
9040         * src/common/defs.h
9041         * src/common/log.c
9042         * src/common/plugin.c
9043         * src/common/prefs.c
9044         * src/common/session.c
9045         * src/common/session.h
9046         * src/common/socket.c
9047         * src/common/socket.h
9048         * src/common/ssl_certificate.c
9049         * src/common/template.c
9050         * src/common/utils.c
9051         * src/common/utils.h
9052         * src/common/xml.c
9053         * src/gtk/about.c
9054         added wrappers for C library function that
9055                 take pathname arguments.
9056                 enabled compilation with MinGW.
9057                 use GDir instead of directly using opendir().
9058                 added rename_force().
9059
9060 2005-08-19 [paul]       1.9.13cvs37
9061         
9062         patches by Colin:
9063         * src/compose.c
9064                 fix privacy settings on re-editing
9065                 a sent message
9066         * src/jpilot.c
9067                 fix encoding bug
9068         * src/folder.c
9069         * src/procmsg.c
9070         * src/procmsg.h
9071         * src/summaryview.c
9072                 flag changing optimisation
9073
9074 2005-08-18 [martin]     1.9.13cvs36
9075
9076         * commitHelper
9077             added my login
9078         * src/addrcache.c
9079         * src/addrharvest.c
9080         * src/addrindex.c
9081         * src/compose.c
9082         * src/grouplistdialog.c
9083         * src/main.c
9084         * src/mainwindow.c
9085         * src/msgcache.c
9086         * src/mutt.c
9087         * src/pine.c
9088         * src/prefs_account.c
9089         * src/prefs_themes.c
9090         * src/stock_pixmap.c
9091         * src/summaryview.c
9092         * src/gtk/about.c
9093         * src/gtk/logwindow.c
9094             removed deprecated glib and gdk stuff
9095         * src/plugins/pgpcore/select-keys.c
9096             convert attributes from locale to utf8
9097
9098 2005-08-17 [paul]       1.9.13cvs35
9099
9100         * src/account.c
9101         * src/addressbook.c
9102                 use new GTK_STOCK_ icons if available
9103         * src/summaryview.c
9104         * src/gtk/gtksctree.c
9105         * src/gtk/gtksctree.h
9106                 faster range select. patch by Colin
9107
9108 2005-08-17 [paul]       1.9.13cvs34
9109
9110         patches by colin:
9111         * src/addressbook.c
9112         * src/addressitem.h
9113                 Add an edit button for contacts, fix selections
9114                 of gtksctree items
9115         * src/editaddress.c
9116                 Change labels, let Save be always possible in the
9117                 email and user atributes tabs
9118         * src/folderview.c
9119                 fix sort issues
9120         * src/summaryview.c
9121                 select next item instead of the displayed one
9122                 after deletion
9123
9124         * src/gtk/progressdialog.c
9125                 use prefs_common.enable_rules_hint
9126
9127 2005-08-13 [hoa]        1.9.13cvs33
9128
9129         * src/etpan/imap-thread.c
9130                 fixed build on Solaris.
9131
9132 2005-08-10 [colin]      1.9.13cvs32
9133
9134         * src/procmsg.c
9135                 Fix cvs31 (missing fclose before reading
9136                 the file)
9137
9138 2005-08-10 [colin]      1.9.13cvs31
9139
9140         * src/procmsg.c
9141                 Fix procmsg_msginfo_new_from_mimeinfo() when
9142                 the MimeInfo isn't stored in memory. This fixes
9143                 replying to an attached message.
9144
9145 2005-08-10 [colin]      1.9.13cvs30
9146
9147         * src/mainwindow.c
9148                 Fix slowness in account changing
9149
9150 2005-08-10 [colin]      1.9.13cvs29
9151
9152         * src/folder.c
9153         * src/folderutils.c
9154         * src/folderview.c
9155         * src/imap_gtk.c
9156         * src/mainwindow.c
9157         * src/mh_gtk.c
9158         * src/procmsg.c
9159         * src/summaryview.c
9160                 Optimize folder_has_parent_of_type
9161                 Prevent moving special sub-folders from contextual menus
9162                 Rework message a bit ("Empty all messages" -> "Delete all
9163                 messages")
9164                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9165                 and "Deleted Items" folders)
9166
9167 2005-08-08 [colin]      1.9.13cvs28
9168
9169         * src/summaryview.c
9170         * src/prefs_summaries.c
9171                 Make "Select first unread|new" more flexible
9172                 (just prioritize new or unread)
9173
9174 2005-08-08 [colin]      1.9.13cvs27
9175
9176         * src/summaryview.c
9177                 If "select first new" is selected and there only
9178                 are unread messages, fallback to "select first
9179                 unread".
9180
9181 2005-08-08 [colin]      1.9.13cvs26
9182
9183         * src/folder.c
9184                 Fix shameful bugs (and bug #779)
9185
9186 2005-08-08 [colin]      1.9.13cvs25
9187
9188         * src/folder.c
9189         * src/folder.h
9190                 Cache parents' type to make folder_has_parent_of_type
9191                 faster
9192         * src/folderview.c
9193                 Forbid DnD of special sub-folders
9194         * src/procmsg.c
9195         * src/procmsg.h
9196                 Add MAIL_POSTFILTERING_HOOK
9197         * src/summaryview.c
9198                 Revert over-zealous deletion of the use_addr_book 
9199                 code
9200
9201 2005-08-07 [colin]      1.9.13cvs24
9202
9203         * src/folder.c
9204                 Fix big mistake (passing MsgInfo instead 
9205                 of FolderItem)
9206
9207 2005-08-07 [colin]      1.9.13cvs23
9208
9209         * src/compose.c
9210         * src/folder.c
9211         * src/folder.h
9212         * src/foldersel.c
9213         * src/folderutils.c
9214         * src/folderview.c
9215         * src/imap.c
9216         * src/mainwindow.c
9217         * src/messageview.c
9218         * src/mh.c
9219         * src/msgcache.c
9220         * src/procmime.c
9221         * src/summaryview.c
9222                 Make subfolders of Drafts, Queue, Outbox, Trash
9223                 work like their parents. 
9224                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9225
9226 2005-08-07 [colin]      1.9.13cvs22
9227
9228         * src/addressbook.c
9229                 Fix bug #771 (Dragged contacts not saved)
9230
9231 2005-08-07 [paul]       1.9.13cvs21
9232
9233         * src/summaryview.c
9234                 fix bug 32 'Search Doesn't display results
9235                 if "Hide Read Messages" is chosen'
9236                 be more literal in interpreting 'Hide read
9237                 messages'
9238
9239 2005-08-07 [colin]      1.9.13cvs20
9240
9241         * src/folderview.c
9242                 Add debug
9243         * src/summaryview.c
9244                 Faster 'unthread_for_execution'
9245
9246 2005-08-06 [paul]       1.9.13cvs19
9247
9248         * src/mainwindow.c
9249                 add mnemonics to Set displayed columns
9250                 fix bug where msgview_visible option was
9251                 overwritten as TRUE on startup
9252
9253 2005-08-06 [paul]       1.9.13cvs18
9254
9255         * src/mainwindow.c
9256                 refer to 'displayed columns in folder/message
9257                 list' not 'displayed items in summary/message view'
9258         * src/prefs_display_header.c
9259                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9260                 be consistent with similar dialogues
9261         * src/prefs_folder_column.c
9262         * src/prefs_summary_column.c
9263                 'columns' not 'items', and folder and message lists,
9264                 instead of folder and summary views;
9265                 Use 'Hidden columns' as list heading not 'Available
9266                 items';
9267                 move the 'Remove' button to the right hand side;
9268                 top-align the buttons;
9269                 remove unneeded vbox
9270         * src/prefs_summaries.c
9271                 put the 2 column prefs buttons in a frame to reduce
9272                 overall width; refer to columns not items &c.
9273
9274 2005-08-05 [colin]      1.9.13cvs17
9275
9276         * src/prefs_common.c
9277         * src/prefs_common.h
9278         * src/mainwindow.c
9279         * src/compose.c
9280         * src/messageview.c
9281                 Add an hidden toolbar_detachable pref, so
9282                 that I can get rid of these painful handles
9283                 in the toolbars. Defaults to TRUE to avoid
9284                 changing the GUI on unsuspecting people...
9285
9286 2005-08-05 [colin]      1.9.13cvs16
9287
9288         * src/Makefile.am
9289         * src/prefs_folder_column.c
9290         * src/prefs_folder_column.h
9291                 Add prefs for folder columns
9292         * src/folderview.c
9293         * src/folderview.h
9294         * src/mainwindow.c
9295         * src/mainwindow.h
9296         * src/prefs_common.c
9297         * src/prefs_common.h
9298         * src/prefs_summaries.c
9299                 Use them
9300         * src/prefs_summary_column.c
9301         * src/summaryview.c
9302         * src/summaryview.h
9303                 Add a To column
9304         * src/textview.c
9305         * src/common/utils.c
9306         * src/common/utils.h
9307                 Move uri colourisation functions
9308                 to utils
9309         * src/compose.c
9310                 Colourise URIs
9311         * src/imap.c
9312                 Fix bug with LIST where we'd try
9313                 to get Folder//////[...]/// 
9314
9315 2005-08-05 [paul]       1.9.13cvs15
9316
9317         * src/prefs_summaries.c
9318                 improve the English usage
9319         * src/summaryview.c
9320                 set font on column change
9321                 thanks to Colin
9322
9323 2005-08-05 [paul]       1.9.13cvs14
9324
9325         * src/prefs_common.c
9326         * src/prefs_common.h
9327         * src/prefs_summaries.c
9328         * src/summaryview.c
9329                 replace 'open_unread_on_enter' option with
9330                 'select_on_entry' option. opening/not opening
9331                 is now exclusively controlled by 'always_show_msg'
9332
9333 2005-08-04 [colin]      1.9.13cvs13
9334
9335         * src/compose.c
9336                 Remove dead code
9337                 Add colourisation of quotes and signatures
9338         * src/folderview.c
9339                 Fix possible crashes
9340         * src/messageview.c
9341                 Change an assert that is no problem
9342         * src/news.c
9343         * src/news_gtk.c
9344         * src/news_gtk.h
9345                 Fix offline mode
9346         * src/gtk/quicksearch.c
9347                 Fix a possible crash
9348
9349 2005-08-03 [colin]      1.9.13cvs12
9350
9351         * src/prefs_account.c
9352                 Fix bug #777 (Sylpheed crash in account configuration)
9353
9354 2005-08-03 [colin]      1.9.13cvs11
9355
9356         * src/addressbook.c
9357         * src/editaddress.c
9358         * src/editgroup.c
9359                 Fixing addressbook, round 2
9360         * src/textview.c
9361                 Fix emphasis color on rechecking 'Colorize messages'
9362
9363 2005-08-03 [paul]       1.9.13cvs10
9364
9365         sync with main
9366
9367         * src/addr_compl.c
9368         * src/compose.c
9369         * src/main.c
9370         * src/pop.c
9371         * src/prefs_account.c
9372         * src/procmime.c
9373         * src/procmsg.c
9374         * src/quote_fmt_parse.y
9375         * src/textview.c
9376         * src/common/quoted-printable.c
9377         * src/common/utils.c
9378         * src/common/utils.h
9379         * src/common/xml.c
9380                 replaced incorrect locale-independent
9381                 ctype functions with GLib's. Corrected
9382                 signedness mismatch.
9383         * src/headerview.c
9384                 headerview_create(): added spacing for vbox.
9385         * src/gtk/about.c
9386                 set focus to the OK button.
9387
9388 2005-08-03 [colin]      1.9.13cvs9
9389
9390         * src/folderview.c
9391                 Fix possible crash
9392
9393 2005-08-02 [colin]      1.9.13cvs8
9394
9395         * src/mainwindow.c
9396                 Fix cast
9397         * src/addressbook.c
9398         * src/addressitem.h
9399                 Fix a cast and more generally, try to make the
9400                 GUI more intuitive and consistent (round 1)
9401
9402 2005-08-02 [paul]       1.9.13cvs7
9403
9404         * src/folder.h
9405                 missing in 1.9.13cvs6
9406
9407 2005-08-02 [colin]      1.9.13cvs6
9408
9409         * src/folder.c
9410                 Fix one more leak
9411
9412 2005-08-02 [colin]      1.9.13cvs5
9413
9414         * src/folder.c
9415         * src/folderview.c
9416         * src/imap.c
9417         * src/main.c
9418         * src/mbox.c
9419         * src/procmsg.c
9420         * src/summaryview.c
9421                 Fix a number of folder_item_get_msg_list()-related
9422                 leaks (missing procmsg_msginfo_free()s)
9423
9424 2005-08-01 [colin]      1.9.13cvs4
9425
9426         * src/folderview.c
9427         * src/folderview.h
9428         * src/mainwindow.c
9429         * src/prefs_fonts.c
9430         * src/prefs_summaries.c
9431         * src/prefs_themes.c
9432         * src/summaryview.c
9433         * src/summaryview.h
9434         * src/textview.c
9435         * src/textview.h
9436                 Fix instant-apply of summary and folderview-related prefs
9437                 Fix erroneous g_free and alertpanels in prefs_theme
9438                 Add instant-apply for fonts
9439                 Defer applying of prefs a little bit so it's done only
9440                 once even if requested by multiples prefs pages
9441
9442 2005-08-01 [paul]       1.9.13cvs3
9443
9444         * src/main.c
9445                 fix bug 776 'S.C. crashes on close'
9446                 thanks to Colin
9447         * src/etpan/etpan-thread-manager-types.h
9448                 add missing include
9449                 thanks to Hoa
9450
9451 2005-07-25 [paul]       1.9.13cvs2
9452
9453         * src/summaryview.c
9454                 fix typos. spotted by Fabien Vantard
9455
9456 2005-07-24 [paul]       1.9.13cvs1
9457
9458         * doc/man/sylpheed.1
9459                 update man page, incorporating fix of
9460                 bug 769 'Typo in manpage'
9461         * src/etpan/imap-thread.c
9462                 fix NetBSD openssl dependencies. patch by
9463                 George Michaelson <ggm@apnic.net>
9464         * po/pt_BR.po
9465                 updated by Frederico Goncalves Guimaraes
9466
9467 2005-07-22 [paul]       1.9.13
9468
9469         1.9.13 release
9470
9471 2005-07-22 [paul]       1.9.12cvs91
9472
9473         * AUTHORS
9474         * INSTALL
9475         * README.claws
9476         * RELEASE_NOTES.claws
9477                 updated for release
9478         * configure.ac
9479         * po/nb.po
9480         * tools/claws.i18n.status.pl
9481                 add Norwegian translation. submiited by
9482                 Geir Helland <pjallabais@users.sourceforge.net>
9483         * po/ca.po
9484         * po/de.po
9485         * po/es.po
9486         * po/fi.po
9487         * po/fr.po
9488         * po/it.po
9489         * po/sk.po
9490         * po/sr.po
9491         * po/zh_CN.po
9492                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9493                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9494                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9495                 Yang Guilong
9496         * src/plugins/clamav/clamav_plugin_gtk.c
9497         * src/plugins/spamassassin/spamassassin_gtk.c
9498                 replace outdated description strings
9499
9500 2005-07-21 [colin]      1.9.12cvs90
9501
9502         * src/folder.c
9503                 Set folder to batch mode when scanning it. Makes deletion
9504                 of unread mails on IMAP much faster (due to the UNREAD 
9505                 flag unsetting)
9506
9507 2005-07-21 [darko]      1.9.12cvs89
9508
9509         * configure.ac
9510                 link against libresolv if necessary (patch by Paul)
9511         * src/msgcache.c
9512                 use glib's portable macros to determine endianness
9513
9514 2005-07-21 [paul]       1.9.12cvs88
9515
9516         * src/crash.c
9517         * src/gtk/about.c
9518                 update compiled-in features list
9519
9520 2005-07-20 [colin]      1.9.12cvs87
9521
9522         * src/folder.c
9523         * src/textview.c
9524                 Gcc 2.9x compilation fixes, thanks to Darko
9525         * src/plugins/clamav/clamav_plugin.c
9526                 Little optimisation: load virus database only once
9527         * src/plugins/spamassassin/spamassassin.c
9528                 Big optimisation: filtering one mail took at least 1 second,
9529                 now it takes at least 50ms. Doesn't speed up spamassassin 
9530                 itself, but should already be much more tolerable.
9531
9532 2005-07-20 [colin]      1.9.12cvs86
9533
9534         * src/summaryview.c
9535                 Fix performance issue
9536
9537 2005-07-19 [colin]      1.9.12cvs85
9538
9539         * src/plugins/pgpinline/plugin.c
9540                 Fix warning
9541
9542 2005-07-19 [colin]      1.9.12cvs84
9543
9544         * configure.ac
9545         * src/plugins/Makefile.am
9546         * src/plugins/pgpinline/.cvsignore
9547         * src/plugins/pgpinline/Makefile.am
9548         * src/plugins/pgpinline/pgpinline.c
9549         * src/plugins/pgpinline/pgpinline.deps
9550         * src/plugins/pgpinline/pgpinline.h
9551         * src/plugins/pgpinline/plugin.c
9552                 Put pgpinline in the main tree
9553
9554 2005-07-19 [paul]       1.9.12cvs83
9555
9556         * src/prefs_actions.c
9557                 prevent '//' in menu names, which cause a crash
9558                 thanks to Colin
9559
9560 2005-07-19 [paul]       1.9.12cvs82
9561
9562         * configure.ac
9563                 be generally more informative in configure output.
9564                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9565                 '[ --disable-openssl ...', as --enable-openssl is default
9566                 PGP/MIME: don't check for GPGME again, check for
9567                 pgpcore instead. Therefore prevent the possibility of
9568                 attempting to build pgpmime if pgpcore dependencies are
9569                 not met
9570                 ClamAV: use pkgconfig to check for lib
9571                 libgnomeprint: revert logic on inner test to match
9572                 everything else
9573         * src/plugins/pgpcore/sgpgme.c
9574                 add missing include
9575
9576 2005-07-19 [colin]      1.9.12cvs81
9577
9578         * src/summaryview.c
9579                 Fix slow thread rebuilding in particular
9580                 cases
9581
9582 2005-07-19 [paul]       1.9.12cvs80
9583
9584         * sylpheed-claws.desktop
9585                 fix typo, spotted by Stephan Sachse
9586         * src/account.c
9587                 replace GTK_STOCK_ADD with
9588                 GTK_STOCK_NEW button
9589
9590 2005-07-18 [colin]      1.9.12cvs79
9591
9592         * src/etpan/imap-thread.c
9593                 Fix return value (Thanks Hoa)
9594
9595 2005-07-18 [colin]      1.9.12cvs78
9596
9597         * src/imap.c
9598                 Allow empty passwords
9599                 Create drafts/queue/outbox if necessary
9600         * src/summaryview.c
9601                 Remove old code
9602         * src/etpan/imap-thread.c
9603                 Fix STARTTLS (Thanks to Hoa)
9604
9605 2005-07-18 [paul]       1.9.12cvs77
9606
9607         * ChangeLog-gtk2.jp
9608         * ChangeLog.jp
9609                 removed
9610         * Makefile.am
9611                 updated to reflect additions and removals
9612         * TODO
9613                 updated to be claws-specific
9614         * TODO-gtk2
9615         * TODO-gtk2.jp
9616         * TODO.jp
9617         * sylpheed-128x128.png
9618         * sylpheed-64x64.png
9619                 removed
9620         * sylpheed-claws-128x128.png
9621         * sylpheed-claws-64x64.png
9622         * sylpheed-claws.desktop
9623         * sylpheed-claws.png
9624                 added
9625         * sylpheed.desktop
9626         * sylpheed.png
9627                 removed
9628
9629 2005-07-17 [paul]       1.9.12cvs76
9630
9631         * src/account.c
9632         * src/addressbook.c
9633         * src/alertpanel.c
9634         * src/alertpanel.h
9635         * src/compose.c
9636         * src/exphtmldlg.c
9637         * src/expldifdlg.c
9638         * src/folderview.c
9639         * src/imap_gtk.c
9640         * src/inc.c
9641         * src/message_search.c
9642         * src/messageview.c
9643         * src/mh_gtk.c
9644         * src/news_gtk.c
9645         * src/prefs_actions.c
9646         * src/prefs_filtering.c
9647         * src/prefs_matcher.c
9648         * src/prefs_template.c
9649         * src/prefs_themes.c
9650         * src/ssl_manager.c
9651         * src/summary_search.c
9652         * src/textview.c
9653         * src/toolbar.c
9654         * src/gtk/sslcertwindow.c
9655         * src/plugins/pgpcore/sgpgme.c
9656                 rework alertpanels
9657
9658 2005-07-17 [colin]      1.9.12cvs75
9659
9660         * src/privacy.c
9661                 add a PrivacySystem accessor that checks that
9662                 the system cached in a MimeInfo's privacydata
9663                 is still registered. Use this accessor instead
9664                 of directly using data->system. Fixes crashes
9665                 after unloading pgp plugins.
9666
9667 2005-07-17 [colin]      1.9.12cvs74
9668
9669         * src/alertpanel.c
9670                 Change geometry hints to a simple default size.
9671                 Fixes the certs dialogs.
9672
9673 2005-07-17 [colin]      1.9.12cvs73
9674
9675         * src/gtk/sslcertwindow.c
9676                 Use a gtkExpander
9677
9678 2005-07-17 [colin]      1.9.12cvs72
9679
9680         * src/plugins/pgpcore/Makefile.am
9681         * src/plugins/pgpmime/Makefile.am
9682                 Add gpgme libs
9683
9684 2005-07-17 [paul]       1.9.12cvs71
9685
9686         * configure.ac
9687                 add --disable-gnomeprint option
9688                 modified version of patch by Marius Mauch
9689
9690 2005-07-17 [paul]       1.9.12cvs70
9691
9692         * src/common/defs.h
9693                 update urls
9694         * src/account.c
9695         * src/action.c
9696         * src/addressbook.c
9697         * src/compose.c
9698         * src/foldersel.c
9699         * src/folderview.c
9700         * src/html.c
9701         * src/imap_gtk.c
9702         * src/main.c
9703         * src/mainwindow.c
9704         * src/messageview.c
9705         * src/mh_gtk.c
9706         * src/mimeview.c
9707         * src/news_gtk.c
9708         * src/prefs_account.c
9709         * src/prefs_send.c
9710         * src/prefs_summaries.c
9711         * src/procmsg.c
9712         * src/summaryview.c
9713         * src/common/utils.c
9714         * src/common/xml.c
9715         * src/plugins/pgpcore/passphrase.c
9716         * src/plugins/pgpcore/select-keys.c
9717                 replace inappropriately used backticks
9718                 with single quotes
9719
9720 2005-07-16 [colin]      1.9.12cvs69
9721
9722         * src/image_viewer.c
9723                 Add extra paranoid checks
9724
9725 2005-07-16 [colin]      1.9.12cvs68
9726
9727         * src/plugins/pgpcore/prefs_gpg.c
9728                 Don't auto-check sigs by default, as it
9729                 can be really slow.
9730
9731 2005-07-16 [colin]      1.9.12cvs67
9732
9733         * src/plugins/pgpcore/sgpgme.c
9734                 Make messages a bit better.
9735
9736 2005-07-16 [colin]      1.9.12cvs66
9737
9738         * src/imap.c
9739                 Remove pseudo-log
9740         * src/etpan/imap-thread.c
9741                 Add real log
9742
9743 2005-07-16 [colin]      1.9.12cvs65
9744
9745         * src/main.c
9746         * src/prefs_other.c
9747                 And now, fix build with libetpan :-/
9748
9749 2005-07-15 [colin]      1.9.12cvs64
9750
9751         * src/prefs_other.c
9752                 Continue fixing build without libetpan.
9753
9754 2005-07-15 [colin]      1.9.12cvs63
9755
9756         * src/main.c
9757                 Fix build with --disable-libetpan
9758
9759 2005-07-15 [colin]      1.9.12cvs62
9760
9761         * configure.ac
9762                 Bump libetpan's version
9763
9764 2005-07-15 [colin]      1.9.12cvs61
9765
9766         * src/etpan/imap-thread.c
9767                 Actually stop logging :)
9768
9769 2005-07-15 [colin]      1.9.12cvs60
9770
9771         * src/addressbook.c
9772                 Fix dnd of multiple addresses.
9773
9774 2005-07-15 [hoa]        1.9.12cvs59
9775
9776         * src/etpan/imap-thread.c
9777             disable login of IMAP password in libetpan log file.
9778
9779 2005-07-15 [paul]       1.9.12cvs58
9780
9781         * src/account.c
9782                 don't automatically sort
9783                 do allow drag n drop
9784
9785 2005-07-15 [paul]       1.9.12cvs57
9786
9787         * src/account.c
9788         * src/ssl_manager.c
9789                 alphabetical listing
9790
9791 2005-07-15 [paul]       1.9.12cvs56
9792
9793         * src/gtk/pluginwindow.c
9794                 sort plugin list alphabetically
9795
9796 2005-07-15 [paul]       1.9.12cvs55
9797
9798         * src/prefs_spelling.c
9799         * src/prefs_wrapping.c
9800                 unify English usage
9801
9802 2005-07-15 [colin]      1.9.12cvs54
9803
9804         * src/wizard.c
9805                 Typo fix
9806
9807 2005-07-15 [paul]       1.9.12cvs53
9808
9809         * src/prefs_message.c
9810                 make 'show cursor' a hidden option
9811
9812 2005-07-14 [colin]      1.9.12cvs52
9813
9814         * src/plugins/spamassassin/Makefile.am
9815         * src/plugins/clamav/Makefile.am
9816                 Fix double EXTRA_DISTs
9817
9818 2005-07-14 [colin]      1.9.12cvs51
9819
9820         * src/plugins/clamav/Makefile.am
9821         * src/plugins/clamav/clamav_plugin_gtk.deps
9822         * src/plugins/spamassassin/Makefile.am
9823         * src/plugins/spamassassin/spamassassin_gtk.deps
9824                 Make $plugin_gtk depend on $plugin
9825
9826 2005-07-14 [hoa]        1.9.12cvs50
9827
9828         * src/etpan/imap-thread.c
9829                 enable debug log of libetpan when running with --debug
9830
9831 2005-07-14 [colin]      1.9.12cvs49
9832
9833         * configure.ac
9834         * src/common/Makefile.am
9835         * src/common/plugin.c
9836         * src/common/plugin.h
9837                 Add a little plugin dependancy system.
9838                 Plugins can ship a $plugin_name.deps file
9839                 (near them in PLUGINDIR) so that their
9840                 dependancies are loaded if possible.
9841         * src/plugins/Makefile.am
9842         * src/plugins/pgpcore/Makefile.am
9843         * src/plugins/pgpcore/passphrase.c
9844         * src/plugins/pgpcore/passphrase.h
9845         * src/plugins/pgpcore/plugin.c
9846         * src/plugins/pgpcore/prefs_gpg.c
9847         * src/plugins/pgpcore/prefs_gpg.h
9848         * src/plugins/pgpcore/select-keys.c
9849         * src/plugins/pgpcore/select-keys.h
9850         * src/plugins/pgpcore/sgpgme.c
9851         * src/plugins/pgpcore/sgpgme.h
9852                 Introduce pgpcore, used by pgpmime and
9853                 pgpinline
9854         * src/plugins/pgpmime/Makefile.am
9855         * src/plugins/pgpmime/passphrase.c
9856         * src/plugins/pgpmime/passphrase.h
9857         * src/plugins/pgpmime/pgpmime.c
9858         * src/plugins/pgpmime/pgpmime.deps
9859         * src/plugins/pgpmime/plugin.c
9860         * src/plugins/pgpmime/prefs_gpg.c
9861         * src/plugins/pgpmime/prefs_gpg.h
9862         * src/plugins/pgpmime/select-keys.c
9863         * src/plugins/pgpmime/select-keys.h
9864         * src/plugins/pgpmime/sgpgme.c
9865         * src/plugins/pgpmime/sgpgme.h
9866                 Remove the core from pgpmime and add the
9867                 dependancy to pgpcore.
9868
9869 2005-07-14 [paul]       1.9.12cvs48
9870
9871         * src/stock_pixmap.c
9872                 forgot this in last commit
9873
9874 2005-07-14 [paul]       1.9.12cvs47
9875
9876         * src/account.c
9877         * src/addressbook.c
9878                 add accelerators for the buttons (sync with main)
9879         * src/compose.c
9880         * src/compose.h
9881                 add accelerators for the buttons.
9882                 fix editing with external editor.
9883                 replace gdk_input_*() with GIOChannel;
9884                 (sync with main)
9885         * src/foldersel.c
9886                 display folder names with new/unread
9887                 representation (sync with main)
9888         * src/main.c
9889                 specify default window icon (sync with main)
9890         * src/prefs_common.c
9891                 use_addr_book default to FALSE
9892         * src/summaryview.c
9893         * src/textview.c
9894                 add accelerators for the buttons (sync with main)
9895         * src/gtk/menu.c
9896                 fix typos
9897         * src/pixmaps/sylpheed_icon.xpm
9898                 updated
9899
9900 2005-07-13 [paul]       1.9.12cvs46
9901
9902         * src/plugins/pgpmime/pgpmime.c
9903         * src/plugins/pgpmime/sgpgme.c
9904                 (temporarily) use deprecated gpgme_data_rewind()
9905                 while largefile support is not present
9906                 (as suggested by Colin)
9907
9908 2005-07-13 [paul]       1.9.12cvs45
9909
9910         * configure.ac
9911                 remove large file support (for now):
9912                 it breaks too many things
9913
9914 2005-07-13 [paul]       1.9.12cvs44
9915
9916         * configure.ac
9917                 add large file support
9918         * src/html.c
9919                 fix bug #763 where href attribute was not
9920                 the very first attribute of a link
9921                 patch by Thomas Gilgin
9922
9923 2005-07-13 [colin]      1.9.12cvs43
9924
9925         * src/gtk/pluginwindow.c
9926                 Little portability fix
9927
9928 2005-07-13 [colin]      1.9.12cvs42
9929
9930         * src/plugins/pgpmime/sgpgme.c
9931                 Fix crasher.
9932
9933 2005-07-13 [colin]      1.9.12cvs41
9934
9935         * src/plugins/pgpmime/pgpmime.c
9936         * src/plugins/pgpmime/sgpgme.c
9937                 Use gpgme_data_release_and_get_mem instead
9938                 of gpgme_data_read.
9939
9940 2005-07-13 [colin]      1.9.12cvs40
9941
9942         * configure.ac
9943         * src/plugins/pgpmime/passphrase.c
9944         * src/plugins/pgpmime/passphrase.h
9945         * src/plugins/pgpmime/pgpmime.c
9946         * src/plugins/pgpmime/plugin.c
9947         * src/plugins/pgpmime/select-keys.c
9948         * src/plugins/pgpmime/select-keys.h
9949         * src/plugins/pgpmime/sgpgme.c
9950         * src/plugins/pgpmime/sgpgme.h
9951                 Port pgpmime to gpgme-1.0.
9952
9953 2005-07-12 [paul]       1.9.12cvs39
9954
9955         * AUTHORS
9956         * src/toolbar.c
9957         * src/toolbar.h
9958                 add a 'Go to Prev' button to the toolbar.
9959                 correct tooltip text of go to buttons.
9960                 based on patch by Yang Guilong <bamanzi@gmail.com>
9961
9962 2005-07-12 [colin]      1.9.12cvs38
9963
9964         * src/statusbar.c
9965                 Fix progress bar showing stuff at startup.
9966
9967 2005-07-12 [paul]       1.9.12cvs37
9968
9969         * src/editjpilot.c
9970                 fix building with jpilot support
9971
9972 2005-07-11 [colin]      1.9.12cvs36
9973
9974         * src/inc.c
9975                 Add visual indication that filtering is running
9976         * src/textview.c
9977                 Make {}[] uri delimiters
9978         * src/summaryview.c
9979                 Remove useless (and slow) calls
9980
9981 2005-07-11 [paul]       1.9.12cvs35
9982
9983         * src/plugins/clamav/clamav_plugin_gtk.c
9984         * src/plugins/dillo_viewer/dillo_prefs.c
9985         * src/plugins/pgpmime/prefs_gpg.c
9986         * src/plugins/spamassassin/spamassassin_gtk.c
9987                 gather plugins prefs together under their
9988                 own 'Plugins' heading
9989
9990 2005-07-11 [paul]       1.9.12cvs34
9991
9992         sync with main
9993
9994         * src/account.c
9995                 account_delete(): modified alert dialog
9996         * src/editjpilot.c
9997         * src/editvcard.c
9998                 fixed a crash when cancelling file selection
9999                 dialog by Escape key. Made non-ascii filename
10000                 selectable.
10001         * src/prefs_template.c
10002                 prefs_template_window_create(): make scrolled
10003                 window policy AUTOMATIC
10004
10005 2005-07-10 [hoa]        1.9.12cvs33
10006
10007         * src/etpan/imap-thread.c
10008                 workaround for old Courier IMAP servers.
10009
10010 2005-07-10 [colin]      1.9.12cvs32
10011
10012         * src/folder.c
10013         * src/statusbar.c
10014         * src/statusbar.h
10015                 Add visual progress indicator on filtering/processing
10016                 Factorize the progress bar code
10017         * src/imap.c
10018         * src/imap.h
10019         * src/etpan/imap-thread.c
10020                 Add a reference counter to avoid destroying the Folder
10021                 while it's in use by another callback.
10022
10023 2005-07-09 [hoa]        1.9.12cvs31
10024
10025         * src/imap.c
10026         * src/etpan/imap-thread.c
10027                 fixed deadlock when removing IMAP account.
10028
10029 2005-07-08 [colin]      1.9.12cvs30
10030
10031         * src/textview.c
10032         * src/unmime.c
10033                 Fix again problems decoding broken headers
10034         * src/gtk/inputdialog.c
10035                 Fix local variable shadowing a global one
10036
10037 2005-07-08 [colin]      1.9.12cvs29
10038
10039         * src/msgcache.c
10040                 Make the cache/mark files platform-agnostic by writing
10041                 them in little-endian format. Reading them is also done
10042                 in little-endian format, of course; however, in order
10043                 to avoid trashing mark data on big-endian machines, the
10044                 files are, at first, read from the native format if the
10045                 little-endian one doesn't exist. This is easy to deter-
10046                 mine by trying to open a file with a swapped data_ver
10047                 and seeing if it's the wanted version.
10048                 Little-endian using users should see absolutely no
10049                 difference, Big-endian users may get a very little
10050                 performance drop due to byte-swapping.
10051                 Tested on i386 and ppc32. 
10052                 Fixes bug #159 (The index file, in the mailboxes, is 
10053                 hardware depending).
10054
10055                 To have the cache/mark files updated to the new little-
10056                 endian format, "Check for new messages" or even
10057                 "Rebuild folder tree" aren't enough. Files will be
10058                 updated as soon as a folder has been opened/closed.
10059                 To update everything, just select all folders by
10060                 selecting them one by one.
10061
10062 2005-07-07 [colin]      1.9.12cvs28
10063
10064         * src/imap.c
10065                 Remember the folder separator per IMAPFolder
10066                 instead of globally.
10067                 Revive the Session on noop; fixes bug #761
10068                 (mark a bunch of unread messages as read takes 
10069                 forever)
10070
10071 2005-07-07 [darko]      1.9.12cvs27
10072
10073         * src/common/template.c
10074                 Sort templates alphabetically
10075
10076 2005-07-06 [colin]      1.9.12cvs26
10077
10078         * src/imap.c
10079                 Try to use the correct separator in
10080                 most cases. Possibly fixes bug #759
10081                 (only creates the INBOX folder when 
10082                 setting up new IMAP account) and 
10083                 bug #760 (Can't retrieve messages)
10084
10085 2005-07-06 [colin]      1.9.12cvs25
10086
10087         * src/imap.c
10088                 Use real_path in status command. This will
10089                 help later, when namespaces will be used.
10090
10091 2005-07-06 [colin]      1.9.12cvs24
10092
10093         * configure.ac
10094         * src/account.c
10095         * src/folder.c
10096         * src/imap.c
10097         * src/etpan/etpan-log.c
10098         * src/etpan/etpan-thread-manager.c
10099         * src/etpan/imap-thread.c
10100                 Add a --disable-libetpan parameter. With this,
10101                 users that don't want IMAP4 support can avoid
10102                 the new dependancy (and have no IMAP support).
10103                 Users that have IMAP4 accounts and use this
10104                 parameter won't lose their configuration, their
10105                 IMAP accounts will just be invisible and not
10106                 used.
10107         * src/textview.c
10108                 Make the "Copy ..." contextual menu items 
10109                 copy to both the X clipboard and the gtk 
10110                 clipboard - as most other apps do.
10111         * src/gtk/about.c
10112                 Add a notice about OpenSSL usage, in order to
10113                 comply with OpenSSL's license (point 6):
10114                 http://www.openssl.org/source/license.html
10115
10116 2005-07-06 [colin]      1.9.12cvs23
10117
10118         * src/alertpanel.c
10119                 Fix a minimum size for alertpanels
10120         * src/compose.c
10121                 Show 'No space left on device' type errors
10122                 when queuing/sending
10123         * src/imap_gtk.c
10124         * src/mh_gtk.c
10125                 Rework folder's deletion message (remove 
10126                 extra \n)
10127
10128 2005-07-05 [colin]      1.9.12cvs22
10129
10130         * src/imap.c
10131                 Add an alertpanel on auth error
10132                 Add pseudo-log
10133                 Remove pthread-related stuff
10134
10135 2005-07-05 [colin]      1.9.12cvs21
10136
10137         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10138                 Fix crash on plugin reloading (with a hack)
10139
10140 2005-07-05 [colin]      1.9.12cvs20
10141
10142         * src/prefs_account.c
10143         * src/prefs_account.h
10144                 Fix typo
10145         * src/gtk/filesel.c
10146         * src/gtk/filesel.h
10147                 Add a way to filter the view
10148         * src/gtk/pluginwindow.c
10149                 Filter loadable stuff
10150         * src/plugins/pgpmime/prefs_gpg.c
10151                 Fix missing unregistration
10152         * .cvsignore
10153         * src/etpan/.cvsignore
10154         * src/plugins/spamassassin/.cvsignore
10155                 Add more stuff to cvs ignored files
10156
10157 2005-07-04 [colin]      1.9.12cvs19
10158
10159         * src/imap.c
10160                 Fix scan_required returning FALSE when it
10161                 shouldn't. Maybe fix #760 (Can't retrieve
10162                 messages)
10163
10164 2005-07-04 [colin]      1.9.12cvs18
10165
10166         * src/summaryview.c
10167                 Fix always_show_msg pref
10168
10169 2005-07-04 [paul]       1.9.12cvs17
10170
10171         sync with main (forgotten in last commit)
10172         
10173         * src/common/utils.c
10174         * src/common/utils.h
10175                 check_line_length(): new.
10176                 is_dir_exist()
10177                 is_file_entry_exist()
10178                 dirent_is_regular_file()
10179                 dirent_is_directory(): use g_file_test() instead of stat().
10180
10181 2005-07-04 [paul]       1.9.12cvs16
10182
10183         sync with main:
10184
10185         * src/compose.c
10186                 compose_write_to_file(): check for line
10187                 length limit and display warning if exceeds
10188         * src/jpilot.c
10189                 use get_home_dir() instead of g_get_home_dir()
10190         * src/procheader.c
10191                 removed warning about invalid date
10192         * src/vcard.c
10193                 use get_home_dir() instead of g_get_home_dir()
10194
10195 2005-07-04 [paul]       1.9.12cvs15
10196
10197         * src/stock_pixmap.c
10198                 fix new pixmap naming errors
10199                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10200
10201 2005-07-04 [colin]      1.9.12cvs14
10202
10203         * src/imap.c
10204                 Fix debugging string with a warning
10205
10206 2005-07-04 [colin]      1.9.12cvs13
10207
10208         * configure.ac
10209                 Add a check for libetpan's version (>= 0.37)
10210
10211 2005-07-04 [hoa]        1.9.12cvs12
10212
10213         * commitHelper
10214         * src/imap.c
10215         * src/etpan/imap-thread.c
10216         * src/etpan/imap-thread.h
10217                 fixed IMAP implementation of check of mails.
10218
10219 2005-07-03 [hoa]        1.9.12cvs11
10220
10221         * src/etpan/Makefile.am
10222         * src/etpan/etpan-errors.h
10223         * src/etpan/etpan-log.[ch]
10224         * src/etpan/etpan-thread-manager-types.h
10225         * src/etpan/etpan-thread-manager.[ch]
10226         * src/etpan/imap-thread.[ch]
10227         * src/Makefile.am
10228         * src/imap.c
10229         * src/main.c
10230         * src/prefs_other.c
10231         * configure.ac
10232             merged imap branch.
10233             dependency on libetpan 0.37 is now added.
10234
10235 2005-07-01 [colin]      1.9.12cvs10
10236
10237         * src/Makefile.am
10238         * src/folder.c
10239         * src/folder.h
10240         * src/folderview.c
10241         * src/stock_pixmap.c
10242         * src/stock_pixmap.h
10243         * src/plugins/trayicon/trayicon.c
10244                 Add marked symbol on folders containing
10245                 marked messages
10246         * src/procmsg.c
10247         * src/procmsg.h
10248         * src/toolbar.c
10249         * src/prefs_common.c
10250         * src/prefs_common.h
10251         * src/prefs_send.c
10252                 Add an optional confirmation dialog on queue
10253                 sending. Patch by wwp.
10254         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10255         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10256         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10257         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10258         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10259         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10260         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10261         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10262         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10263         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10264         * src/pixmaps/trash_mark.xpm            ** ADDED **
10265                 New pixmaps
10266
10267 2005-07-01 [colin]      1.9.12cvs9
10268
10269         * src/summaryview.c
10270                 Fix a little threading bug
10271         * src/addrgather.c
10272         * src/mainwindow.c
10273                 A little bit of HIG normality never hurts
10274
10275 2005-07-01 [colin]      1.9.12cvs8
10276
10277         * src/compose.c
10278         * src/msgcache.c
10279         * src/pop.c
10280         * src/procmime.c
10281         * src/recv.c
10282         * src/common/log.c
10283         * src/common/template.c
10284         * src/common/utils.c
10285         * src/common/utils.h
10286                 Reverted the fwrite_atomic stuff. In fact
10287                 it is already atomic.
10288
10289 2005-06-30 [colin]      1.9.12cvs7
10290
10291         * src/common/utils.c
10292         * src/common/utils.h
10293                 Add an fwrite_atomic() function to make
10294                 sure we write everything: fwrite can make
10295                 short writes.
10296         * src/compose.c
10297         * src/msgcache.c
10298         * src/pop.c
10299         * src/procmime.c
10300         * src/recv.c
10301         * src/common/log.c
10302         * src/common/template.c
10303                 Use that (and fix swapping of size and nmemb).
10304                 Thanks to Rich Coe for the heads up.
10305
10306 2005-06-30 [colin]      1.9.12cvs6
10307
10308         * src/addressbook.c
10309                 Optimize addressbook opening 
10310
10311 2005-06-30 [colin]      1.9.12cvs5
10312
10313         * src/summaryview.c
10314                 Remove calls to summary_step after move/copy
10315
10316 2005-06-28 [paul]       1.9.12cvs4
10317
10318         * src/alertpanel.c
10319                 wrap and make the error msg selectable
10320
10321 2005-06-28 [paul]       1.9.12cvs3
10322
10323         * src/ssl_manager.c
10324                 replace the OK button with a Close button
10325         * src/gtk/foldersort.c
10326                 use GTK_STOCK_ icons/buttons
10327
10328 2005-06-28 [colin]      1.9.12cvs2
10329
10330         * src/gedit-print.c             ** ADDED **
10331         * src/gedit-print.h             ** ADDED **
10332         * src/gtk/gtksourceprintjob.c   ** ADDED **
10333         * src/gtk/gtksourceprintjob.h   ** ADDED **
10334                 I can't believe no one had enough time to tell
10335                 me I forgot the `cvs add`
10336
10337 2005-06-27 [colin]      1.9.12cvs1
10338
10339         * src/Makefile.am
10340         * src/gtk/Makefile.am
10341         * src/messageview.c
10342         * src/procmsg.c
10343         * src/summaryview.c
10344         * configure.ac
10345                 Add optional libgnomeprint-based printing
10346         * src/mainwindow.c
10347         * src/gtk/quicksearch.c
10348                 Add an Edit/Quick search menu item to show
10349                 and focus the quicksearch
10350
10351 2005-06-27 [paul]       1.9.12
10352
10353         1.9.12 release
10354
10355         * po/ca.po
10356         * po/de.po
10357         * po/es.po
10358         * po/fr.po
10359         * po/it.po
10360         * po/ko.po
10361         * po/pt_BR.po
10362         * po/sk.po
10363         * po/zh_CN.po
10364                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10365                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10366                 SungHyun Nam, Frederico Goncalves Guimaraes,
10367                 Andrej Kacian, and Yang Guilong
10368 2005-06-26 [colin]      1.9.11cvs106
10369
10370         * src/imap_gtk.c
10371                 Forgot one file for previous fix
10372
10373 2005-06-26 [colin]      1.9.11cvs105
10374
10375         * src/folder.c
10376         * src/imap.c
10377                 Fix problems with folder operations in no_select
10378                 imap folders. it applies only to mails, and 
10379                 creation/deletion/move/renaming of folders 
10380                 should be possible
10381
10382 2005-06-26 [paul]       1.9.11cvs104
10383
10384         * src/prefs_filtering.c
10385                 replace one more GTK_STOCK_REMOVE
10386                 with GTK_STOCK_DELETE
10387
10388 2005-06-25 [colin]      1.9.11cvs103
10389
10390         * src/imap.c
10391                 Optimize get_seq_set_from_seq_list
10392                 (Patch by Ricardo) 
10393
10394 2005-06-25 [colin]      1.9.11cvs102
10395
10396         * src/mh.c
10397                 If the directory exists, but not in the
10398                 correct encoding, rename it. This should
10399                 handle old-versions-induced bugs.
10400
10401 2005-06-25 [colin]      1.9.11cvs101
10402
10403         * src/mh.c
10404                 Fix path access with extended dir names
10405                 Fixes bug #589 (SC segfaults with wrong locale
10406                 settings)
10407
10408 2005-06-25 [colin]      1.9.11cvs100
10409
10410         * src/prefs_account.c
10411         * src/prefs_account.h
10412         * src/compose.c
10413                 Add an option to encrypt replies to
10414                 encrypted messages
10415
10416 2005-06-25 [colin]      1.9.11cvs99
10417
10418         * src/compose.c
10419         * src/quote_fmt_parse.y
10420                 ... And make it work with pgpinline.
10421
10422 2005-06-25 [colin]      1.9.11cvs98
10423
10424         * src/compose.c
10425         * src/procmime.c
10426         * src/procmime.h
10427         * src/quote_fmt_parse.y
10428                 o Make reedition of encrypted messages possible
10429                   (as long as it is encrypted to self too, no
10430                    magic there)
10431                 o Make replying with quote (and without selecting
10432                   text) possible for encrypted messages.
10433                 Closes bug #550 (Not possible to "reply with quote"
10434                 to gnupg encrypted messages)
10435
10436 2005-06-24 [paul]       1.9.11cvs97
10437
10438         * src/imap.c
10439                 add missing include
10440
10441 2005-06-24 [paul]       1.9.11cvs96
10442
10443         * src/editldap.c
10444                 made bind password entry invisible
10445                 (sync with main)
10446         * src/send_message.c
10447                 send_message_local(): check exit status
10448                 to detect errors (sync with main)
10449         * src/textview.c
10450                 use main's less ambiguous popup menu
10451                 wording
10452
10453 2005-06-24 [paul]       1.9.11cvs95
10454
10455         * src/prefs_actions.c
10456         * src/prefs_customheader.c
10457         * src/prefs_display_header.c
10458         * src/prefs_filtering_action.c
10459         * src/prefs_matcher.c
10460         * src/prefs_template.c
10461         * src/prefs_toolbar.c
10462                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10463         * src/gtk/description_window.c
10464                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10465
10466 2005-06-23 [colin]      1.9.11cvs94
10467
10468         * src/summaryview.c
10469                 Fix rough edges (be sure to call status_show whenever
10470                 necessary).
10471
10472 2005-06-23 [colin]      1.9.11cvs93
10473
10474         * src/summaryview.c
10475                 Optimize Select All
10476                 Before, in a 5K mails folder: 11s
10477                 After, in the same folder: 58000µs
10478                 The joys of locking... gtk_clist_select_all() fires a 
10479                 tree-select-row event for each selected row, which in 
10480                 summaryview, callbacks summary_selected which in turn,
10481                 calls summary_status_show, which walks the selected
10482                 rows. Hence, calling gtk_clist_select_all was 
10483                 exponential. Locking the summaryview makes 
10484                 summary_selected return early.
10485
10486 2005-06-23 [colin]      1.9.11cvs92
10487
10488         * src/imap.c
10489                 Move mutex at the important place to avoid
10490                 deadlocks
10491         * src/summaryview.c
10492                 Fix Del key deleting directly instead of
10493                 moving to trash
10494
10495 2005-06-22 [colin]      1.9.11cvs91
10496
10497         * src/plugins/spamassassin/libspamc.c
10498                 As we do spagetti code with assignations in multiple
10499                 places (see _message_read_raw where out = msg = raw),
10500                 let's be sure we don't free the same pointer twice.
10501                 Should fix bug #683 (Crash in libpam at 
10502                 message_cleanup).
10503
10504 2005-06-22 [colin]      1.9.11cvs90
10505
10506         * src/compose.c
10507         * src/messageview.c
10508         * src/toolbar.c
10509                 Make toolbar's delete use the move to trash stuff;
10510                 Add gtk_widget_realize to be sure pixmaps can get
10511                 created (that may fix an old worksforme bug which
10512                 I can't find back...)
10513
10514 2005-06-22 [colin]      1.9.11cvs89
10515
10516         * src/summaryview.c
10517         * src/summaryview.h
10518         * src/mainwindow.c
10519                 Rename "Message/Delete" to "Message/Move to trash"
10520                 Add "Message/Delete..." that directly destroys the
10521                 selected messages after asking for a confirmation.
10522
10523 2005-06-22 [colin]      1.9.11cvs88
10524
10525         * src/imap.c
10526                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10527                 o Fix a deadlock (thanks Darko)
10528
10529 2005-06-22 [colin]      1.9.11cvs87
10530
10531         * src/gtk/foldersort.c
10532                 Add missing include for the i18n;
10533                 patch by Fabien Vantard
10534
10535 2005-06-21 [colin]      1.9.11cvs86
10536
10537         * src/folder.c
10538         * src/folderview.c
10539                 Respect the no_select flag
10540         * src/imap.c
10541                 Fix recursive deletion
10542         * src/imap_gtk.c
10543         * src/mh_gtk.c
10544                 Make the folder deletion's warning
10545                 more explicit
10546
10547 2005-06-21 [colin]      1.9.11cvs85
10548
10549         * src/textview.c
10550                 Prevent email addresses from spanning accross
10551                 lines - fixes bug # 646 (newline-chars in 
10552                 email addresses)
10553
10554 2005-06-20 [colin]      1.9.11cvs84
10555
10556         * src/folder.c
10557                 Be sure not to remove source if copy failed
10558
10559 2005-06-20 [colin]      1.9.11cvs83
10560
10561         * src/folderview.c
10562         * src/imap_gtk.c
10563                 remove summaryview's lock
10564         * src/imap.c
10565                 introduce threads to avoid problems when foreground tasks
10566                 interfere with background tasks
10567         * src/mh.c
10568                 prevent moving to drafts/queue
10569         * src/mimeview.c
10570                 fix leak
10571
10572 2005-06-19 [colin]      1.9.11cvs82
10573
10574         * src/imap_gtk.c
10575                 Remember that the user doesn't want to override
10576                 offline mode, for 3 seconds. It avoid presenting
10577                 him with N popups in a really short time.
10578
10579 2005-06-17 [colin]      1.9.11cvs81
10580
10581         * src/imap.c
10582                 Fix IMAP breaking on folders containing '('
10583                 (Probably won't be enough)
10584
10585 2005-06-17 [colin]      1.9.11cvs80
10586
10587         Forgotten files on 1.9.11cvs79
10588         * src/summaryview.c
10589                 Fix stepping when not immediately executing
10590         * src/imap.c
10591                 Really prevent UID FETCH 0
10592         * src/codeconv.c
10593                 Fix outgoing charset never set to utf-8
10594         * src/mh.c
10595                 Fix leak
10596
10597 2005-06-16 [colin]      1.9.11cvs79
10598
10599         * src/compose.c
10600                 Fix bug #707 (Dash splits rows)
10601                 Only wrap if we're on a line break position and
10602                 the previous one was a "white" (space) char.
10603                 Pango stuff is weird.
10604
10605 2005-06-16 [colin]      1.9.11cvs78
10606
10607         * src/imap_gtk.c
10608                 Lock summaryview while downloading messages
10609                 on user demand
10610         * src/procheader.c
10611         * src/unmime.c
10612         * src/common/utils.c
10613         * src/common/utils.h
10614                 Replace \r and \n with spaces in From and
10615                 Subject headers
10616
10617 2005-06-16 [paul]       1.9.11cvs77
10618
10619         * src/procmime.c
10620                 liberalise the mime parser
10621         * src/gtk/about.c
10622                 add text wrapping
10623
10624 2005-06-16 [paul]       1.9.11cvs76
10625
10626         * src/gtk/about.c
10627                 reworked
10628
10629 2005-06-15 [colin]      1.9.11cvs75
10630
10631         * src/compose.c
10632                 Finish header encoding fix
10633         * src/summaryview.c
10634                 Fix segfault
10635         * src/headerview.c
10636                 Fix compilation (Thanks Stephan
10637                 Sachse)
10638
10639 2005-06-15 [colin]      1.9.11cvs74
10640
10641         * Makefile.am
10642                 Install gnome2 stuff rather than gnome1, 
10643                 if both are present
10644         * src/codeconv.c
10645         * src/codeconv.h
10646         * src/compose.c
10647                 Fix headers encoding
10648         * src/folder.c
10649                 Visual progress when fetching all messages
10650         * src/folderview.c
10651         * src/summaryview.c
10652         * src/summaryview.h
10653                 Prevent changing current message while
10654                 incorporating
10655
10656 2005-06-15 [paul]       1.9.11cvs73
10657
10658         * src/gtk/gtkaspell.c
10659         * src/gtk/gtkaspell.h
10660                 fix build warnings
10661
10662 2005-06-15 [paul]       1.9.11cvs72
10663
10664         * src/prefs_filtering.c
10665                 allow reordering of filter rules by
10666                 drag n drop
10667
10668 2005-06-15 [paul]       1.9.11cvs71
10669
10670         * COPYING
10671                 updated
10672         * src/codeconv.c
10673                 replace deprecated function
10674         * src/inc.c
10675         * src/send_message.c
10676         * src/gtk/progressdialog.c
10677         * src/gtk/progressdialog.h
10678                 salvage and reuse parts of reverted sync
10679
10680 2005-06-15 [paul]       1.9.11cvs70
10681
10682         * src/inc.c
10683         * src/send_message.c
10684         * src/gtk/progressdialog.c
10685         * src/gtk/progressdialog.h
10686                 revert yesterday's sync with main
10687                 it contains deprecated functions
10688
10689 2005-06-15 [colin]      1.9.11cvs69
10690
10691         * src/headerview.c
10692                 Fix bug #670 (multi user to: will corrupt message 
10693                 headers display)
10694
10695 2005-06-15 [colin]      1.9.11cvs68
10696
10697         * src/compose.c
10698                 Fix bug #421 (Fix undo on wrapping)
10699
10700 2005-06-15 [colin]      1.9.11cvs67
10701
10702         * src/folder.c
10703                 Provide visual feedback while processing
10704                 folder's rules.
10705         * src/imap.c
10706                 Provide visual feedback while getting
10707                 short headers (for uncached messages)
10708
10709
10710 2005-06-14 [paul]       1.9.11cvs66
10711
10712         * src/account.c
10713                 change a couple stock icons
10714         * src/inc.c
10715         * src/send_message.c
10716         * src/gtk/progressdialog.c
10717         * src/gtk/progressdialog.h
10718                 sync main's GtkTreeView implementation
10719
10720 2005-06-14 [colin]      1.9.11cvs65
10721
10722         * src/imap.c
10723                 Various little fixes, mainly on error paths
10724
10725 2005-06-13 [colin]      1.9.11cvs64
10726
10727         * matcher.c
10728         * procmsg.c
10729         * procmsg.h
10730                 Add a way to fetch only headers. This speeds
10731                 up filtering on headers for IMAP. Fixes:
10732                 bug #481 extraneous imap commands slow down 
10733                         imap filtering
10734                 bug #522 Sylpheed downloads all messages 
10735                         when opening mailbox (IMAP)
10736                 bug #677 IMAP fetch is soooooooooooooo slow
10737         * src/folder.c
10738         * src/folder.h
10739                 Add a folder set_batch method so that
10740                 implementations can speed up flags changes
10741         * src/folderutils.c
10742         * src/summaryview.c
10743                 Use that in mark as (un)read and mark all read
10744                 Refix bug #679
10745         * src/imap.c
10746                 Implement set_batch - brings back deferred
10747                 flags in a less buggy manner. Fixes:
10748                 bug #729 IMAP immediate expunge of deleted messages
10749                 bug #191 remove list of messages with one command
10750                 Fix login with strange chars
10751                 Implement fetch_msg_full
10752                 Fix copy (wrong counts)
10753
10754 2005-06-12 [colin]      1.9.11cvs63
10755
10756         * src/folder.c
10757                 lock incorporation during long operations.
10758                 Avoids fucking up the IMAP socket.
10759
10760 2005-06-12 [colin]      1.9.11cvs62
10761
10762         * src/imap.c
10763                 Fix harmful typo
10764                 Factorize remove_all_msg
10765                 Thread-ize expunge
10766         * src/summaryview.c
10767                 Don't update partial-download status if unnecessary
10768         * src/folder.c
10769                 Use remove_msgs everywhere possible
10770
10771 2005-06-12 [colin]      1.9.11cvs61
10772
10773         * src/folder.c
10774         * src/folder.h
10775                 Add a remove_msgs function to remove a 
10776                 list of messages
10777         * src/imap.c
10778                 Implement that.
10779
10780 2005-06-12 [colin]      1.9.11cvs60
10781
10782         * src/imap.c
10783                 Remove flags-processing deferring... Too hard
10784                 to get it to work in all cases.
10785
10786 2005-06-11 [colin]      1.9.11cvs59
10787
10788         * src/imap.c
10789                 printf -> debug_print
10790
10791 2005-06-11 [colin]      1.9.11cvs58
10792
10793         * src/imap.c
10794                 o Fix build without USE_PTHREAD
10795                 o Factorize imap_open
10796                 o Alertpanel in case of impossible connection
10797                 o Alertpanel in case of impossible login
10798                 o Fix deferred flags processing to force a 
10799                   flush before adding some more flags to process,
10800                   but in another folder.
10801
10802 2005-06-10 [colin]      1.9.11cvs57
10803
10804         * src/imap.c
10805                 o Fix a format string error
10806                 o init ssl socket outside of the thread 
10807                   (it possibly invokes gtk calls)
10808         * src/procmime.c
10809                 o Put back the buffer to its necessary size
10810                 o Fix changing a file pointer without keeping
10811                   track of it (thanks Valgrind)
10812         * src/common/smtp.c
10813                 o Fix automatic STARTTLS if login should be done
10814                   and the server only allows it after starting TLS
10815         * src/gtk/gtkinputdialog.c
10816                 o Eat GDK_Return so that the combo popup doesn't 
10817                   appear when we press Enter to validate the combo
10818                   input dialog (as seen in the Open with... dialog)
10819
10820 2005-06-10 [colin]      1.9.11cvs56
10821
10822         * src/imap.c
10823                 o A bit less debug
10824                 o Fix a crash on deletion
10825                 o Threadize imap_select (it's called outside of 
10826                   threads)
10827                 o Defer treatment of DELETED flags
10828
10829
10830 2005-06-09 [colin]      1.9.11cvs55
10831
10832         * src/imap.c
10833                 Make sure we check imap_gtk_should_override(), which
10834                 potentially calls gtk stuff, before creating thread.
10835                 That way it should't be called via imap_get_session()
10836                 inside a thread.
10837
10838 2005-06-09 [colin]      1.9.11cvs54
10839
10840         * src/imap.c
10841                 o add a bit of status output
10842                 o remove some dead code
10843                 o threadize get_list_of_uids
10844                 o threadize imap_get_flags
10845                 o defer flag changing by 500ms so that they
10846                   can be batched
10847
10848
10849 2005-06-08 [colin]      1.9.11cvs53
10850
10851         * src/imap.c
10852                 Thread-ize imap_cmd_fetch
10853
10854 2005-06-08 [colin]      1.9.11cvs52
10855
10856         * src/main.c
10857                 Mmh, that broke POP3...
10858
10859 2005-06-08 [colin]      1.9.11cvs51
10860
10861         * src/main.c
10862                 Stabilize IMAP patch (thanks to Hoa)
10863
10864 2005-06-08 [colin]      1.9.11cvs50
10865
10866         * src/imap.c
10867                 Test patch to speed up imap. 
10868
10869 2005-06-08 [colin]      1.9.11cvs49
10870
10871         * src/imap_gtk.c
10872                 Warning fix
10873         * src/procmime.c
10874                 Apply patch from gentoo to use /usr/share/mime/globs if 
10875                 available, after un-breaking it
10876         * src/common/log.c
10877         * src/common/log.h
10878                 Use g_timeout for invoking hooks that possibly use gtk
10879                 calls. This should leave gtk calls in the main thread.
10880
10881 2005-06-08 [paul]       1.9.11cvs48
10882
10883         * src/codeconv.c
10884                 conv_get_outgoing_charset_str(): don't
10885                 use prefs_common setting
10886         * src/compose.c
10887         * src/compose.h
10888                 add /Options/Character encoding/... to
10889                 temporarily change the outgoing encoding
10890
10891         (belated sync with main)
10892
10893 2005-06-08 [paul]       1.9.11cvs47
10894
10895         * src/compose.c
10896                 correction to/completion of last
10897                 sync with main
10898
10899 2005-06-08 [paul]       1.9.11cvs46
10900
10901         sync with main:
10902         
10903         * src/codeconv.c
10904         * src/codeconv.h
10905                 always enabled Japanese auto-detection
10906                 if the first letters of locale string
10907                 is "ja"
10908         * src/compose.c
10909                 don't use "destroy" signal to destroy
10910                 Compose object (fix rare crashes on discard?)
10911         * src/mainwindow.c
10912         * src/messageview.c
10913         * src/prefs_send.c
10914                 added Hebrew encodings
10915         * src/sourcewindow.c
10916                 don't use "destroy" signal to destroy
10917                 objects
10918
10919 2005-06-07 [colin]      1.9.11cvs45
10920
10921         * src/summaryview.c
10922                 Add missing unlocks/locks
10923
10924 2005-06-07 [paul]       1.9.11cvs44
10925
10926         * src/summaryview.c
10927                 restore bug #749 fix
10928
10929 2005-06-06 [colin]      1.9.11cvs43
10930
10931         * src/summaryview.c
10932                 Fix selection bug when prefs_common.open_unread 
10933                 is FALSE
10934
10935 2005-06-06 [colin]      1.9.11cvs42
10936
10937         * src/common/md5.c
10938                 Fix a warning
10939         * src/summaryview.c
10940         * src/folderview.c
10941                 Factorize long operations beginning and end
10942                 (locking, freezing/thawing, cursor, ...)
10943                 Check selection->data member in selection-
10944                 related loops; this avoids dying an awful
10945                 death if the selection changes on us while
10946                 we're marking a whole IMAP folder unread, 
10947                 for example.
10948
10949 2005-06-06 [paul]       1.9.11cvs41
10950
10951         * src/textview.c
10952                 don't g_free() a static gchar buffer
10953
10954 2005-06-05 [colin]      1.9.11cvs40
10955
10956         * src/mainwindow.c
10957         * src/messageview.c
10958         * src/summaryview.c
10959                 Fix bug #749 (Show all headers should be
10960                 sticky as the GUI suggests)
10961
10962 2005-06-03 [paul]       1.9.11cvs39
10963
10964         * src/compose.c
10965                 don't allow editing of mail while sending.
10966                 patch by Colin
10967
10968 2005-06-03 [paul]       1.9.11cvs38
10969
10970         * src/folderview.c
10971                 add a freeze/thaw to speed up 'mark all read'
10972
10973 2005-06-03 [paul]       1.9.11cvs37
10974
10975         * src/prefs_message.c
10976                 reflect changes immediately
10977
10978 2005-06-02 [colin]      1.9.11cvs36
10979
10980         * po/POTFILES.in
10981                 Patch by Fabien Vantard.
10982
10983 2005-06-02 [colin]      1.9.11cvs35
10984
10985         * src/imap.c
10986                 Use a non-blocking imap_getline() if possible.
10987                 This should completely prevent the interface
10988                 from freezin on imap operations, although it
10989                 may do strange stuff in case of folder switching
10990                 while a big imap operation is taking place...
10991
10992                 In addition, fix a leak in the case thread
10993                 creation fails on connection.
10994
10995 2005-06-02 [colin]      1.9.11cvs34
10996
10997         * src/crash.c
10998         * src/prefs_common.h
10999                 Fix build (prefs_common_init() doesn't exist
11000                 anymore)
11001
11002 2005-06-02 [colin]      1.9.11cvs33
11003
11004         * src/prefs_account.c
11005                 Fix bug #245 (filtering rules broken when
11006                 renaming a remote account (imap4 or nntp)
11007
11008 2005-06-02 [colin]      1.9.11cvs32
11009
11010         * src/imap.c
11011                 Try to fix IMAP shortcomings: 
11012                 o Multithread imap_open()
11013                 o allow offline-mode overriding instead of
11014                   just returning NULL
11015         * src/imap_gtk.c
11016         * src/imap_gtk.h
11017                 Add a function to ask whether we want to
11018                 override offline-mode for 10 minutes (one-shot
11019                 asking was painful)
11020         * src/procheader.c
11021                 Fix segfault when imap parser isn't happy about
11022                 a missing {
11023
11024 2005-06-01 [colin]      1.9.11cvs31
11025
11026         * src/addrharvest.c
11027         * src/compose.c
11028         * src/mbox.c
11029         * src/mbox.h
11030         * src/mh.c
11031         * src/msgcache.c
11032         * src/send_message.c
11033         * src/setup.c
11034         * src/undo.c
11035         * src/common/hooks.c
11036         * src/common/prefs.c
11037         * src/common/template.c
11038         * src/common/utils.c
11039         * src/gtk/gtkutils.c
11040         * src/gtk/inputdialog.c
11041         * src/gtk/menu.c
11042         * src/gtk/pluginwindow.c
11043         * src/gtk/prefswindow.c
11044         * src/plugins/pgpmime/passphrase.c
11045         * src/plugins/pgpmime/prefs_gpg.c
11046                 More -Wall fixes
11047
11048         * src/common/Makefile.am
11049         * src/common/timing.h
11050                 Add basic timing code
11051
11052         * src/summaryview.c
11053                 Fix a bug with unread messages when 
11054                 re-sorting folders, and by the way
11055                 fix a big performance hit when 
11056                 re-sorting (10k mails: before 5s,
11057                 after .5s)
11058
11059         * src/prefs_compose_writing.c
11060         * src/prefs_compose_writing.h
11061         * src/prefs_message.c
11062         * src/prefs_message.h
11063         * src/prefs_other.c
11064         * src/prefs_other.h
11065         * src/prefs_quote.c
11066         * src/prefs_quote.h
11067         * src/prefs_receive.c
11068         * src/prefs_receive.h
11069         * src/prefs_send.c
11070         * src/prefs_send.h
11071         * src/prefs_summaries.c
11072         * src/prefs_summaries.h
11073                 Fix copyright banner
11074
11075 2005-06-01 [paul]       1.9.11cvs30
11076
11077         * po/fi.po
11078                 updated by Flammie Pirinen
11079         * src/procmime.c
11080                 fix 'Bad BASE64 content' output
11081
11082 2005-05-31 [colin]      1.9.11cvs29
11083
11084         * src/procmime.c
11085                 Oops, where did my hunk go.
11086
11087 2005-05-31 [colin]      1.9.11cvs28
11088
11089         * src/Makefile.am
11090         * src/account.c
11091         * src/action.c
11092         * src/addr_compl.c
11093         * src/addressbook.c
11094         * src/codeconv.c
11095         * src/compose.c
11096         * src/export.c
11097         * src/folder.c
11098         * src/folderview.c
11099         * src/image_viewer.c
11100         * src/main.c
11101         * src/mainwindow.c
11102         * src/messageview.c
11103         * src/mimeview.c
11104         * src/msgcache.c
11105         * src/prefs_account.c
11106         * src/prefs_actions.c
11107         * src/prefs_common.c
11108         * src/prefs_compose_writing.c
11109         * src/prefs_customheader.c
11110         * src/prefs_ext_prog.c
11111         * src/prefs_filtering.c
11112         * src/prefs_filtering_action.c
11113         * src/prefs_fonts.c
11114         * src/prefs_image_viewer.c
11115         * src/prefs_message.c
11116         * src/prefs_message.h
11117         * src/prefs_msg_colors.c
11118         * src/prefs_other.c
11119         * src/prefs_other.h
11120         * src/prefs_quote.c
11121         * src/prefs_receive.c
11122         * src/prefs_receive.h
11123         * src/prefs_send.c
11124         * src/prefs_send.h
11125         * src/prefs_spelling.c
11126         * src/prefs_summaries.c
11127         * src/prefs_summary_column.c
11128         * src/prefs_template.c
11129         * src/prefs_themes.c
11130         * src/prefs_toolbar.c
11131         * src/prefs_wrapping.c
11132         * src/procmime.c
11133         * src/procmsg.c
11134         * src/send_message.h
11135         * src/ssl_manager.c
11136         * src/summary_search.c
11137         * src/summaryview.c
11138         * src/textview.c
11139         * src/wizard.c
11140         * src/common/smtp.c
11141         * src/common/smtp.h
11142         * src/gtk/gtkutils.h
11143                 o Move the rest of Common prefs to new style
11144                 o Lots of -Wall warning fixes
11145                 o fix FIXME in cache memusage calculation
11146                 o Let return receipts be sent from any account
11147                 o Little cache optimisation (read)
11148                 o Fix bug #746 (don't treat commas as separators
11149                   when inside a quoted string)
11150
11151 2005-05-31 [paul]       1.9.11cvs27
11152
11153         * src/prefs_common.c
11154                 fix 'off-by-one' typo
11155
11156 2005-05-31 [paul]       1.9.11cvs26
11157
11158         * src/account.c
11159         * src/addr_compl.c
11160         * src/compose.c
11161         * src/foldersel.c
11162         * src/prefs_actions.c
11163         * src/prefs_common.c
11164         * src/prefs_common.h
11165         * src/prefs_customheader.c
11166         * src/prefs_display_header.c
11167         * src/prefs_filtering.c
11168         * src/prefs_filtering_action.c
11169         * src/prefs_matcher.c
11170         * src/prefs_summaries.c
11171         * src/prefs_summary_column.c
11172         * src/prefs_template.c
11173         * src/prefs_toolbar.c
11174         * src/ssl_manager.c
11175         * src/gtk/pluginwindow.c
11176         * src/gtk/prefswindow.c
11177         * src/gtk/progressdialog.c
11178                 add hidden prefs 'enable_rules_hint'
11179                 for gtk_tree_view_set_rules_hint()
11180                 (sync with main)
11181                 
11182
11183 2005-05-31 [colin]      1.9.11cvs25
11184
11185         * src/Makefile.am
11186         * src/main.c
11187         * src/prefs_common.c
11188         * src/prefs_summaries.c ** ADDED **
11189         * src/prefs_summaries.h ** ADDED **
11190                 Common/Display -> Display/Summaries
11191
11192 2005-05-31 [colin]      1.9.11cvs24
11193
11194         * src/Makefile.am
11195         * src/main.c
11196         * src/prefs_quote.c ** ADDED **
11197         * src/prefs_quote.h ** ADDED **
11198                 Move Common/Quote to Compose/Quoting
11199         * src/prefs_common.c
11200         * src/prefs_common.h
11201                 Remove old quote stuff, add
11202                 convenience functions for GtkTextView prefs
11203         * src/gtk/prefswindow.c
11204                 Set default height higher
11205
11206 2005-05-30 [colin]      1.9.11cvs23
11207
11208         * src/Makefile.am
11209         * src/main.c
11210         * src/prefs_common.c
11211         * src/prefs_compose_writing.c ** ADDED **
11212         * src/prefs_compose_writing.h ** ADDED **
11213                 Move Common/Compose prefs to Compose/Writing
11214
11215 2005-05-30 [colin]      1.9.11cvs22
11216
11217         * src/common/utils.c
11218                 Fix bug #651 (Confused Attract by Subject)
11219                 Patch by M. Benkmann <haferfrost@web.de>
11220         * AUTHORS
11221
11222 2005-05-30 [colin]      1.9.11cvs21
11223
11224         * src/compose.c
11225                 Fix concatenation of different headers of
11226                 the same type (bug #645)
11227         * src/prefs_folder_item.c
11228                 Fix bug #699 (setting color to black doesn't
11229                 work immediately)
11230         * src/procmime.c
11231                 Print out decoding error only once per
11232                 block
11233
11234 2005-05-30 [paul]       1.9.11cvs20
11235
11236         * src/common/template.c
11237                 fix Bcc
11238
11239 2005-05-30 [paul]       1.9.11cvs19
11240
11241         * doc/src/rfc2368.txt   **NEW FILE**
11242         * src/compose.c
11243                 compose_entries_set(): don't interpret Bcc
11244                 header field (conform to RFC 2368)
11245                 (sync with main)
11246
11247 2005-05-29 [colin]      1.9.11cvs18
11248
11249         * src/prefs_common.c
11250                 Let the default reply format respect
11251                 netiquette by cutting the signature.
11252
11253 2005-05-29 [colin]      1.9.11cvs17
11254
11255         * src/summaryview.c
11256                 Don't let always_show_msg override
11257                 open_unread_on_enter when opening a new
11258                 directory.
11259
11260 2005-05-27 [paul]       1.9.11cvs16
11261
11262         sync with main:
11263
11264         * src/main.c
11265                 app_will_exit(): cleanup tmp directory when exit
11266         * src/message_search.c
11267                 improved the interface and made code cleanup.
11268                 removed Clear button
11269         * src/send_message.c
11270                 send_message_local(): use GSpawn, and detect errors
11271         * src/summary_search.c
11272                 improved the interface and made code cleanup
11273         * src/textview.c
11274                 textview_write_link(): also skip non-ascii space
11275                  at the head of link strings (phishing check
11276                  didn't work at the case)
11277         * src/common/utils.c
11278                 get_command_output(): use g_spawn_command_line_sync()
11279                 instead of popen()
11280
11281 2005-05-26 [colin]      1.9.11cvs15
11282
11283         * src/folder.c
11284                 remove printf
11285
11286 2005-05-26 [colin]      1.9.11cvs14
11287
11288         * src/common/nntp.c
11289                 Fix nntp mode reader (bug #611)
11290                 Patch by Florian Mickler <florian@mickler.org>
11291
11292 2005-05-26 [colin]      1.9.11cvs13
11293
11294         * src/plugins/pgpmime/passphrase.c
11295                 Fix mouse grabbing (bug #557)
11296
11297 2005-05-26 [colin]      1.9.11cvs12
11298
11299         * src/prefs_themes.c
11300                 Fix g_warning (bug #541)
11301
11302 2005-05-26 [colin]      1.9.11cvs11
11303
11304         * src/prefs_actions.c
11305         * src/prefs_template.c
11306                 Fix bug #506 (no warning if action/template
11307                 is not saved)
11308         * src/common/template.c
11309                 Fix a possible crash
11310
11311 2005-05-26 [colin]      1.9.11cvs10
11312
11313         * src/folder.c
11314         * src/folderview.c
11315         * src/procmsg.c
11316         * src/summaryview.c
11317                 Forbid locked messages to be moved or
11318                 deleted. Locked messages in trashes 
11319                 still get deleted, for performance
11320                 reason (mh.c::mh_remove_all_msgs)
11321
11322 2005-05-25 [colin]      1.9.11cvs9
11323
11324         * src/procmime.c
11325                 Use correct encoding when sending mails
11326                 with attachments that have accentued 
11327                 chars in their name
11328
11329 2005-05-24 [colin]      1.9.11cvs8
11330
11331         * src/summaryview.c
11332                 Fix bug #688 f) read/unread marker not
11333                 changed on first click
11334                 Also, optimize summary_status_show()
11335                 calls
11336         * src/folder.c
11337         * src/inc.c
11338         * src/procmime.c
11339                 Fix bug #688 b) and c) wrt message
11340                 attachments and signature
11341         * src/stock_pixmap.c
11342         * src/stock_pixmap.h
11343         * src/stock_pixmap.c
11344         * src/stock_pixmap.h
11345         * src/Makefile.am
11346         * src/pixmaps/clip_gpg_signed.xpm
11347                 Add clip/signed icon
11348
11349 2005-05-24 [colin]      1.9.11cvs7
11350
11351         * src/folder_item_prefs.c
11352                 whitespace fix
11353
11354 2005-05-24 [colin]      1.9.11cvs6
11355
11356         * src/folderview.c
11357         * src/prefs_common.c
11358         * src/prefs_common.h
11359                 Add a confirmation to folder drag and drop
11360                 fixes bug #156
11361         * src/alertpanel.c
11362         * src/alertpanel.h
11363                 fix _with_disable parameters so that
11364                 the buttons labels are specifiable too
11365         * src/plugins/pgpmime/sgpgme.c
11366                 reflect said change
11367                 
11368
11369 2005-05-24 [colin]      1.9.11cvs5
11370
11371         * src/folderview.c
11372                 Uncollapse/collapse folders on double-click
11373                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11374                 closes bug #108
11375
11376 2005-05-23 [colin]      1.9.11cvs4
11377
11378         * src/common/socket.c
11379                 Check another special SSL_peek() error.
11380                 Should help wrt bug #728
11381
11382 2005-05-23 [colin]      1.9.11cvs3
11383
11384         * src/plugins/pgpmime/pgpmime.c
11385                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11386                 breaking menu accelerators and stuff. Users will have to
11387                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11388                 account's privacy preferences if needed.
11389
11390 2005-05-22 [paul]
11391
11392         * tools/kdeservicemenu/install.sh
11393                 use kdesu to prompt for root password if doing
11394                 global install/uninstall
11395
11396 2005-05-20 [colin]      1.9.11cvs2
11397
11398         * src/procmsg.c
11399                 Fix another compilation error with gcc-2.9x
11400                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11401         * src/send_message.c
11402                 Don't send QUIT if we aren't connected
11403
11404 2005-05-19 [colin]      1.9.11cvs1
11405
11406         * src/procmsg.c
11407                 Fix compilation with gcc 2.9x
11408
11409 2005-05-19 [paul]       1.9.11
11410
11411         1.9.11 released
11412
11413 2005-05-19 [paul]       1.9.9cvs14
11414
11415         * src/gtk/inputdialog.c
11416                 prevent gettext warning
11417
11418 2005-05-19 [paul]       1.9.9cvs13
11419
11420         * src/mainwindow.c
11421         * src/prefs_common.c
11422         * src/prefs_common.h
11423         * src/textview.c
11424         * src/textview.h
11425                 add an option to toggle cursor in message
11426                 view (sync with main)
11427
11428 2005-05-18 [colin]      1.9.9cvs12
11429
11430         * src/compose.c
11431                 Dereference freed pointer
11432         * src/gtk/gtkaspell.c
11433                 Fix duplication of dictionaries (is it an aspell issue?)
11434
11435 2005-05-18 [colin]      1.9.9cvs11
11436
11437         * src/gtk/inputdialog.c
11438         * src/gtk/gtkaspell.c
11439                 HIGuify dialogs
11440         * src/alertpanel.c
11441                 Remove a double call
11442
11443 2005-05-17 [colin]      1.9.9cvs10
11444
11445         * src/gtk/gtkaspell.c
11446                 Fix dialogs, Ctrl-Enter accel
11447
11448 2005-05-17 [colin]      1.9.9cvs9
11449
11450         * src/gtk/gtkaspell.c
11451                 Fix some accelerators, escape in replace-window
11452
11453 2005-05-16 [colin]      1.9.9cvs8
11454
11455         * src/gtk/gtkaspell.c
11456                 Revert last commit, it was a mistake.
11457
11458 2005-05-16 [colin]      1.9.9cvs7
11459
11460         * src/gtk/gtkaspell.c
11461                 Remove buggy code while we're at it. It's a 
11462                 dead code path anyway.
11463
11464 2005-05-16 [colin]      1.9.9cvs6
11465
11466         * src/gtk/gtkaspell.c
11467                 Missed some gtk_menu_popup where deactivate
11468                 signal should be handled. Should fix bug
11469                 #629 a bit more.
11470
11471 2005-05-16 [colin]      1.9.9cvs5
11472
11473         * src/gtk/gtkaspell.c
11474                 Remove debug printf()s
11475
11476 2005-05-16 [colin]      1.9.9cvs4
11477
11478         * src/gtk/gtkaspell.c
11479                 Fix a bit aspell problems
11480                 (see bug #629)
11481
11482 2005-05-13 [colin]      1.9.9cvs3
11483
11484         * src/folderview.c
11485                 Fix the + appearing even when no subfolders
11486                 have unread messages. Thanks to wwp for the
11487                 bug report.
11488
11489 2005-05-11 [paul]       1.9.9cvs2
11490
11491         * src/folderview.c
11492                 correction to 1.9.9cvs1, only colour folders that
11493                 have new msgs (not unread msgs)
11494
11495 2005-05-10 [colin]      1.9.9cvs1
11496
11497         * src/folderview.c
11498         * src/summaryview.c
11499                 Try to fix bolding bugs again.
11500
11501 2005-05-09 [paul]
11502
11503         * tools/claws.i18n.status.pl
11504                 add Ricardo Mones Lastra's script that has been providing
11505                 the i18n status page for many months
11506
11507 2005-05-09 [paul]       1.9.9
11508
11509         1.9.9 release
11510
11511 2005-05-09 [paul]       1.9.6cvs58
11512
11513         * AUTHORS
11514         * INSTALL
11515         * README.claws
11516                 updated
11517         * Makefile.am 
11518         * RELEASE_NOTES.claws
11519                 add release notes to cvs to simplify release
11520                 procedure
11521         * configure.ac
11522                 add ca and fi to ALL_LINGUAS
11523         * po/Makefile.in.in
11524                 workaround for missing Makevars
11525         * po/ca.po
11526         * po/fi.po
11527                 add new Catalan and Finnish translations
11528                 submitted by Miquel Oliete and Flammie Pirinen
11529         * po/de.po
11530         * po/es.po
11531         * po/fr.po
11532         * po/it.po
11533         * po/pl.po
11534         * po/ru.po
11535         * po/sk.po
11536         * po/sr.po
11537         * po/zh_CN.po
11538                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11539                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11540                 Urke MMI, and Hansom Young
11541         * src/main.c
11542                 Fix drafting when quitting. compose_draft() closes the
11543                 compose windows, which modifies the compose_list GSList.
11544                 We have to refresh this list after echo drafting to avoid a
11545                 segfault
11546         * src/partial_download.c
11547                 fix segfault on exit
11548
11549 2005-05-06 [paul]       1.9.6cvs57
11550
11551         * src/grouplistdialog.c
11552                 quick fix/workaround for unresizeable newsgroup
11553                 name column 
11554
11555 2005-05-06 [paul]       1.9.6cvs56
11556
11557         * src/inc.c
11558         * src/mainwindow.c
11559                 use gettext plural forms
11560         * src/imap_gtk.c
11561         * src/mh_gtk.c
11562         * src/toolbar.c
11563                 small improvement to english usage
11564
11565 2005-05-05 [thorsten]   1.9.6cvs55
11566
11567         * src/folder.c
11568                 fix possible crash
11569
11570 2005-05-05 [paul]       1.9.6cvs54
11571         
11572         sync with HEAD
11573
11574         * AUTHORS
11575         * src/compose.c
11576                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11577                 patch by Tim Mann
11578
11579 2005-05-05 [paul]       1.9.6cvs53
11580
11581         * src/mainwindow.c
11582                 fix resizing of separate message and
11583                 folder views
11584
11585 2005-05-05 [paul]       1.9.6cvs52
11586
11587         * src/account.c
11588         * src/addrgather.c
11589         * src/browseldap.c
11590         * src/exphtmldlg.c
11591         * src/expldifdlg.c
11592         * src/importmutt.c
11593         * src/importpine.c
11594         * src/main.c
11595         * src/mainwindow.c
11596         * src/noticeview.c
11597         * src/prefs_filtering.c
11598         * src/prefs_filtering_action.c
11599         * src/prefs_matcher.c
11600         * src/prefs_spelling.c
11601         * src/prefs_toolbar.c
11602         * src/toolbar.c
11603         * src/wizard.c
11604         * src/gtk/description_window.c
11605         * src/gtk/gtkvscrollbutton.c
11606         * src/gtk/progressdialog.c
11607         * src/gtk/quicksearch.c
11608         * src/plugins/pgpmime/prefs_gpg.c
11609         * src/plugins/spamassassin/spamassassin_gtk.c
11610                 replace deprecated gtk_widget_set_usize
11611
11612 2005-05-04 [colin]      1.9.6cvs51
11613
11614         * src/common/utils.c
11615                 Fix crash when subst_for_filename is called
11616                 with a NULL parameter
11617
11618 2005-05-04 [colin]      1.9.6cvs50
11619
11620         * src/partial_download.c
11621         * src/pop.c
11622                 Escape login when writing uidl file
11623                 fixes bug #736
11624
11625 2005-05-03 [colin]      1.9.6cvs49
11626
11627         * src/procmime.c
11628                 Fix possible DOS in mime parser
11629                 (see bug #634)
11630
11631 2005-05-02 [colin]      1.9.6cvs48
11632
11633         * src/compose.c
11634                 Try to fix the copy/paste mess once again.
11635
11636
11637 2005-04-30 [colin]      1.9.6cvs47
11638
11639         * src/prefs_account.h
11640         * src/procmsg.c
11641         * src/send_message.c
11642         * src/common/smtp.c
11643         * src/common/smtp.h
11644                 Try to batch sending mails (per account) instead of
11645                 reconnecting to server every time.
11646
11647 2005-04-29 [colin]      1.9.6cvs46
11648
11649         * src/messageview.c
11650                 Fix window resizing that refused to size down
11651         * src/prefs_common.c
11652         * src/prefs_common.h
11653         * src/prefs_filtering.c
11654                 Save Filtering's window size
11655
11656 2005-04-21 [paul]       1.9.6cvs45
11657
11658         * ChangeLog-gtk2.claws
11659         * src/setup.c
11660                 correction to sync
11661
11662 2005-04-21 [paul]       1.9.6cvs44
11663
11664         sync with main:
11665
11666         * src/setup.c
11667         * src/statusbar.c
11668         * src/statusbar.h
11669                 use gtkut_widget_draw_now(). Improved performance
11670                 of the update of statusbar
11671         * src/textview.c
11672                 textview_smooth_scroll_do(): redraw it after scroll
11673                 is done (fixed incorrect display when a part of the
11674                 view is hidden).
11675         * src/gtk/gtkutils.c
11676         * src/gtk/gtkutils.h
11677                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11678                 to force update of widgets.
11679                 Removed gtkut_widget_wait_for_draw() which had a big
11680                 overhead  because of waiting for all events processed 
11681
11682 2005-04-20 [paul]       1.9.6cvs43
11683
11684         * src/codeconv.c
11685                 complete 1.9.6cvs42's sync:
11686                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11687
11688 2005-04-19 [paul]       1.9.6cvs42
11689
11690         sync with main:
11691
11692         * src/action.c
11693                 catch_output(): correctly select the insert text
11694                 (fix invalid iterator warnings).
11695         * src/codeconv.c
11696         * src/codeconv.h
11697         * src/mainwindow.c
11698         * src/messageview.c
11699         * src/prefs_common.c
11700                 support GBK encoding.
11701         * src/common/session.c
11702         * src/common/session.h
11703                 use separate buffer for large data to be sent,
11704                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11705
11706 2005-04-18 [paul]       1.9.6cvs41
11707
11708         * src/jpilot.c
11709                 convert unsigned long into guint32
11710                 patch by Paul LeoNerd Evans 
11711
11712 2005-04-17 [colin]      1.9.6cvs40
11713
11714         * src/compose.c
11715                 Fix 'Request return receipt' from folder
11716                 properties (bug #708)
11717
11718 2005-04-17 [colin]      1.9.6cvs39
11719
11720         * src/mainwindow.c
11721                 Fix duplicate hotkeys in Mainwindow's menu
11722
11723 2005-04-17 [colin]      1.9.6cvs38
11724
11725         * src/folderview.c
11726                 Fix duplicate hotkeys in Folderview's contextual
11727                 menu
11728
11729 2005-04-15 [colin]      1.9.6cvs37
11730
11731         * src/summaryview.c
11732                 Fix 'Save as...' with non-ascii filenames
11733
11734 2005-04-15 [colin]      1.9.6cvs36
11735
11736         * src/plugins/pgpmime/pgpmime.c
11737                 Fix bus error on 64bit. Spotted by 
11738                 macallan1888@gmail.com
11739
11740 2005-04-15 [colin]      1.9.6cvs35
11741
11742         * src/prefs_account.c
11743                 Fix cvs34.
11744
11745 2005-04-12 [colin]      1.9.6cvs34
11746
11747         * src/prefs_account.c
11748                 Fix smtp auth type off-by-one. We forgot to
11749                 add PLAIN in the prefs-to-gui setter func and
11750                 as a result, the selected auth when opening
11751                 account prefs was not the correct one.
11752
11753 2005-04-12 [paul]       1.9.6cvs33
11754
11755         * src/inc.c
11756                 if the recv dialog is visible, Cancel only
11757                 cancels the current account
11758
11759
11760 2005-04-10 [colin]      1.9.6cvs32
11761
11762         * src/filtering.c
11763                 Copy score when copying FilteringActions
11764                 Fix bug #674
11765
11766 2005-04-10 [colin]      1.9.6cvs31
11767
11768         * src/inc.c
11769                 Make Message -> Receive -> Cancel cancel 
11770                 incorporation on all accounts. Fixes
11771                 bug #693
11772
11773 2005-04-10 [colin]      1.9.6cvs30
11774
11775         * src/prefs_account.c
11776                 Update Privacy checkbuttons status based
11777                 on the selected privacy system
11778         * src/compose.c
11779                 Always connect the "None" privacy system; the
11780                 static boolean was probably there to avoid
11781                 reconnecting twice in the same compose window,
11782                 but as the parent function is only called once
11783                 per compose, it's only a bug - as a static is
11784                 initialized once per application instance.
11785                 Also, don't uncheck Sign and Encrypt when
11786                 selecting None as privacy system; just ignore
11787                 them when sending/queuing.
11788                 Should fix bug #695
11789
11790 2005-04-08 [colin]      1.9.6cvs29
11791
11792         * src/account.c
11793         * src/prefs_account.c
11794         * src/prefs_account.h
11795                 Add account preference to queue message in a certain
11796                 folder.
11797
11798 2005-04-06 [colin]      1.9.6cvs28
11799
11800         * src/prefs_account.c
11801                 Update old inbox path syntax
11802
11803 2005-04-06 [paul]       1.9.6cvs27
11804
11805         sync with main:
11806
11807         * configure.ac
11808                 changed -traditional-cpp to -no-cpp-precomp for newer
11809                 Mac OS X support
11810         * src/foldersel.c
11811                 made column resize automatically
11812         * src/send_message.c
11813                 send_message_smtp(): consider EOF right after QUIT
11814                 successful (workaround for Gmail SMTP server)
11815         * src/common/socket.c
11816                 ssl_read(), ssl_peek(): check EOF which violates the
11817                 SSL protocol
11818         * src/gtk/colorlabel.c
11819                 removed warnings when displaying colorlabel menu
11820                 (don't use GtkAlignment)
11821
11822 2005-04-05 [paul]       1.9.6cvs26
11823
11824         * src/plugins/trayicon/trayicon.c
11825                 fix clipping of icon under KDE3 
11826
11827 2005-04-05 [paul]       1.9.6cvs25
11828
11829         * src/summaryview.c
11830                 hide display of threading
11831                 patch by Alfons
11832
11833 2005-04-04 [thorsten]   1.9.6cvs24
11834
11835         * src/mh.c
11836                 marks lost on filesystems with different stat() results on
11837                 summer-/wintertime
11838
11839 2005-04-03 [colin]      1.9.6cvs23
11840
11841         * src/summaryview.c
11842                 Don't handle up/down. Patch by Alfons
11843
11844 2005-04-02 [colin]      1.9.6cvs22
11845
11846         * src/summaryview.c
11847                 Make scrolling faster. Patch by Alfons.
11848
11849 2005-04-01 [colin]      1.9.6cvs21
11850
11851         * src/Makefile.am
11852         * src/stock_pixmap.c
11853         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11854         * src/pixmaps/dir_noselect.xpm ** ADDED **
11855                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11856
11857 2005-04-01 [colin]      1.9.6cvs20
11858
11859         * src/image_viewer.c
11860         * src/image_viewer.h
11861         * src/procmime.c
11862         * src/procmime.h
11863         * src/textview.c
11864         * src/textview.h
11865                 Implement inline image resizing and right-clicking
11866
11867 2005-04-01 [paul]       1.9.6cvs19
11868
11869         * AUTHORS
11870         * Makefile.am
11871         * configure.ac
11872                 check for gnome2
11873                 patch by Luca Cavalli <loopback<AT>slackit.org>
11874         * po/ru.po
11875                 updated by Pavlo Bohmat
11876
11877 2005-03-31 [colin]      1.9.6cvs18
11878
11879         * src/news.c
11880                 Fix parsing references
11881         * src/msgcache.c
11882                 don't put nulls in the references list
11883         * src/procheader.c
11884                 commit that forgotten file in 1.9.6cvs14
11885
11886 2005-03-31 [colin]      1.9.6cvs17
11887
11888         * src/compose.c
11889                 Fix joining of signature separator again. 
11890                 Maybe Hiro could put it in main too...
11891
11892 2005-03-31 [colin]      1.9.6cvs16
11893
11894         * src/Makefile.am
11895         * src/foldersel.c
11896         * src/stock_pixmap.c
11897         * src/stock_pixmap.h
11898         * src/pixmaps/dir-noselect.xpm
11899                 Update foldersel.c (sync from main, patch by Alfons)
11900
11901 2005-03-30 [colin]      1.9.6cvs15
11902
11903         * src/imap.c
11904                 Fix handling of imap folders containing [] in 
11905                 their name. Thanks to Nahuel Angelinetti for
11906                 the detailed bugreport.
11907
11908 2005-03-30 [colin]      1.9.6cvs14
11909
11910         * src/common/utils.h
11911         * src/common/utils.c
11912         * src/common/defs.h
11913         * src/matcher.c
11914         * src/msgcache.c
11915         * src/news.c
11916         * src/procmsg.c
11917         * src/procmsg.h
11918         * src/quote_fmt_parse.y
11919         * src/summaryview.c
11920                 Update references system. Patch by Alfons
11921
11922 2005-03-30 [colin]      1.9.6cvs13
11923
11924         * src/common/socket.c
11925                 Force the glibc to read resolv.conf again when 
11926                 it has changed. Should fix issues when changing
11927                 networks on a laptop and not restarting sylpheed. 
11928
11929 2005-03-30 [paul]       1.9.6cvs12
11930
11931         partial sync with main:
11932
11933         * src/action.c
11934                 create_io_dialog(): use user-defined text font
11935                 (thanks to Alfons), and modified its appearance.
11936         * src/addrgather.c
11937         * src/addrharvest.c
11938         * src/browseldap.c
11939                 replace old code
11940         * src/compose.c
11941                 don't join (presumably) itemized lines on line-wrapping
11942                 fixed wrapping of quote when auto-wrapping is enabled
11943                 compose_destroy(): destroy paned only if it's not
11944                 attached to window. Fixed memory leak of popup menu.
11945         * src/exphtmldlg.c
11946         * src/expldifdlg.c
11947                 replace old code
11948         * src/html.c
11949         * src/html.h
11950         * src/importmutt.c
11951         * src/importpine.c
11952                 replace old code
11953         * src/main.c
11954                 removed redundant code
11955         * src/mainwindow.c
11956                 changed 'Code set' (which is rather incorrect)
11957                 in the menu to 'Character encoding'
11958                 main_window_set_widgets(): request size first
11959                 to prevent window size becoming wrong
11960                 fixed remembering of the state of the visibility
11961                 of MessageView
11962         * src/messageview.c
11963                 changed 'Code set' (which is rather incorrect)
11964                 in the menu to 'Character encoding'
11965         * src/prefs_common.c
11966         * src/prefs_common.h
11967                 added an option whether to render HTML as text or not
11968                 added separators to outgoing encoding menu
11969         * src/procheader.c
11970                 procheader_scan_date_string(): support header
11971                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11972         * src/summaryview.c
11973         * src/summaryview.h
11974                 minor code cleanup
11975         * src/textview.c
11976                 textview_show_html(): force output of newline
11977                 added an option whether to render HTML as text or not
11978         * src/common/utils.c
11979                 strncpy2(): optimized based on Alfons' code
11980         * src/gtk/gtkutils.c
11981         * src/gtk/gtkutils.h
11982                 removed non-used code
11983         * src/plugins/pgpmime/passphrase.c
11984                 partially fixed grab input of passphrase dialog
11985                 Confine pointer to window
11986
11987 2005-03-30 [colin]      1.9.6cvs11
11988
11989         * src/msgcache.c
11990         * src/msgcache.h
11991                 Read/write 32bit ints from cache & marks
11992                 From main.
11993
11994 2005-03-29 [paul]       1.9.6cvs10
11995
11996         * AUTHORS
11997         * ChangeLog.claws
11998         * src/compose.c
11999         * src/gtk/gtkaspell.c
12000                 sync with HEAD (don't pass NULL pointers) 
12001
12002 2005-03-24 [paul]
12003
12004         * tools/Makefile.am
12005         * tools/README
12006         * tools/acroread2sylpheed.pl
12007                 sync with HEAD (add script to send pdfs as
12008                 attachments from Adobe Reader 7)
12009
12010 2005-03-21 [paul]       1.9.6cvs9
12011
12012         * configure.ac
12013         * po/POTFILES.in
12014         * src/Makefile.am
12015         * src/crash.c
12016         * src/image_viewer.c ** ADDED **
12017         * src/image_viewer.h ** ADDED **
12018         * src/main.c
12019         * src/prefs_common.c
12020         * src/prefs_common.h
12021         * src/prefs_image_viewer.c ** ADDED **
12022         * src/prefs_image_viewer.h ** ADDED **
12023         * src/textview.c
12024         * src/gtk/about.c
12025         * src/pixmaps/sylpheed_logo.xpm
12026         * src/plugins/Makefile.am
12027         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12028         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12029         * src/plugins/image_viewer/plugin.c ** REMOVED **
12030         * src/plugins/image_viewer/viewer.c ** REMOVED **
12031         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12032         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12033         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12034         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12035         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12036                 as gdk-pixbuf is now built-in
12037                 remove image_viewer plugin and put code back into
12038                 main codebase
12039                 implement inline image display (sync with main)
12040
12041                 replace logo with newer, nicer, larger version  
12042
12043 2005-03-21 [paul]       1.9.6cvs8
12044
12045         * src/gtk/about.c
12046                 cosmetic improvement
12047
12048 2005-03-21 [holger]     1.9.6cvs7
12049
12050         * src/plugins/spamassassin/spamassassin.c
12051                 Sync with HEAD
12052                 (unregister hook on failed plugin init)
12053
12054 2005-03-20 [colin]      1.9.6cvs6
12055
12056         * src/common/plugin.c
12057                 Check that plugin isn't already loaded
12058                 Patch by Alfons
12059
12060 2005-03-20 [thorsten]   1.9.6cvs5
12061
12062         * src/compose.c
12063                 use a more compatible syntax
12064
12065 2005-03-20 [thorsten]   1.9.6cvs4
12066
12067         * src/prefs_toolbar.c
12068                 fix crash when selecting toolbar item (uninitialized pointer)
12069
12070 2005-03-20 [thorsten]   1.9.6cvs3
12071
12072         * src/procmime.c
12073                 fix mimetype detection (referenced free()d string)
12074
12075 2005-03-20 [paul]       1.9.6cvs2
12076
12077         * src/compose.c
12078                 sync with HEAD (1.0.3cvs5)
12079                 neglect Reply-To header if empty
12080                 Patch by Alfons 
12081
12082 2005-03-19 [holger]     1.9.6cvs1
12083
12084         * src/summaryview.c
12085         * src/summaryview.h
12086                 Sync with HEAD
12087
12088 2005-03-18 [paul]       1.9.6
12089
12090         initial GTK2 release
12091
12092 2005-03-18 [paul]       1.0.3cvs3.1
12093
12094         * AUTHORS
12095         * ChangeLog.claws
12096         * configure.ac
12097         * src/gtk/about.c
12098         * src/pixmaps/sylpheed_logo.xpm
12099                 sync with HEAD
12100
12101 2005-03-18 [colin]      1.0.3cvs2.6
12102
12103         * src/summaryview.c
12104                 Remove call to summary_step in summary_copy_selected_to
12105                 Can't see its purpose, and this causes bug when copying
12106                 a message if the next one is unread: it reads it.
12107
12108 2005-03-18 [paul]       1.0.3cvs2.5
12109
12110         * src/foldersel.c
12111                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12112
12113 2005-03-18 [paul]       1.0.3cvs2.4
12114
12115         * src/addrharvest.c
12116         * src/codeconv.c
12117         * src/codeconv.h
12118         * src/compose.c
12119         * src/news.c
12120         * src/procheader.c
12121         * src/procmime.c
12122         * src/unmime.c
12123         * src/unmime.h
12124                 fix buffer overflow, CAN-2005-0667, see
12125                 http://secunia.com/advisories/14491/
12126                 Patch by Alfons
12127
12128 2005-03-17 [colin]      1.0.3cvs2.3
12129
12130         * src/prefs_fonts.c
12131         * src/summaryview.c
12132                 Fix font bugs (both lists now officialy share 
12133                 the same font)
12134                 
12135
12136 2005-03-17 [paul]       1.0.3cvs2.2
12137
12138         * src/gtk/pluginwindow.c
12139                 make plugin descriptions uneditable
12140
12141 2005-03-11 [paul]       1.0.3cvs2.1
12142
12143         * ChangeLog.claws
12144         * configure.ac
12145         * po/POTFILES.in
12146         * src/plugins/trayicon/trayicon.c
12147                 sync with HEAD
12148                 add src/wizard.c to POTFILES.in
12149
12150 2005-03-11 [paul]       1.0.3cvs1.1
12151
12152         * ChangeLog
12153         * ChangeLog.claws
12154         * configure.ac
12155         * po/de.po
12156         * po/es.po
12157         * po/fr.po
12158         * po/it.po
12159         * po/pt_BR.po
12160         * po/ru.po
12161         * po/sk.po
12162         * po/sr.po
12163         * po/zh_CN.po
12164                 sync with HEAD
12165
12166 2005-03-04 [colin]      1.0.1cvs22.2
12167
12168         * src/compose.c
12169                 Fix signatures with accentued chars in it
12170
12171 2005-03-04 [colin]      1.0.1cvs22.1
12172
12173         * src/common/smtp.c
12174         * src/common/smtp.h
12175                 Don't use SIZE param in MAIL FROM: if server 
12176                 doesn't support it. Patch by Eugen Freiter
12177                 <eugen_f@users.sf.net>
12178
12179 2005-02-27 [paul]       1.0.1cvs20.1
12180
12181         * ChangeLog.claws
12182         * configure.ac
12183         * src/messageview.c
12184                 sync with HEAD
12185
12186 2005-02-27 [colin]      1.0.1cvs19.4
12187
12188         * src/procheader.c
12189         * src/procheader.h
12190                 Fix prototypes. Patch by Alfons
12191
12192 2005-02-27 [colin]      1.0.1cvs19.3
12193
12194         * src/compose.c
12195                 Don't auto-join the signature separator.
12196
12197 2005-02-26 [colin]      1.0.1cvs19.2
12198
12199         * src/summaryview.c
12200                 Fix 'mark all read' with collapsed threads.
12201                 Patch by Alfons.
12202
12203 2005-02-25 [paul]       1.0.1cvs19.1
12204
12205         * ChangeLog.claws
12206         * configure.ac
12207         * src/prefs_account.c
12208         * src/prefs_folder_item.c
12209         * src/gtk/prefswindow.c
12210         * src/gtk/prefswindow.h
12211                 sync with HEAD
12212
12213 2005-02-25 [paul]       1.0.1cvs15.12
12214
12215         * src/alertpanel.c
12216         * src/codeconv.c
12217         * src/compose.c
12218         * src/textview.c
12219         * src/gtk/gtkutils.c
12220         * src/gtk/gtkutils.h
12221         * src/gtk/logwindow.c
12222         * src/gtk/progressdialog.c
12223                 sync with main (revision 127)
12224                 and fix logwindow clipping
12225
12226 2005-02-24 [colin]      1.0.1cvs15.11
12227
12228         * src/plugins/pgpmime/passphrase.c
12229                 Disable input grabbing; it doesn't work yet.
12230
12231 2005-02-24 [colin]      1.0.1cvs15.10
12232
12233         * src/messageview.c
12234                 Don't send out receipts if offline. Ask.
12235
12236 2005-02-23 [colin]      1.0.1cvs15.9
12237
12238         * src/summaryview.c     
12239                 Fix expanding
12240
12241 2005-02-23 [colin]      1.0.1cvs15.8
12242
12243         * src/summaryview.c
12244                 Really fix Bug 568 by removing useless
12245                 calls. summary_thread_init() now called
12246                 in summary_sort(). This should please
12247                 Alfons as it should be faster than 
12248                 previously.
12249
12250 2005-02-23 [colin]      1.0.1cvs15.7
12251
12252         * src/compose.c
12253                 Encode parts as QP or B64 if signing
12254
12255 2005-02-23 [colin]      1.0.1cvs15.6
12256
12257         * src/compose.c
12258                 Fix Mimeinfo leakage (including tmp files)
12259         * src/procmsg.c
12260                 Fix tmp file leakage (spotted by Ivan Rayner)
12261
12262 2005-02-22 [colin]      1.0.1cvs15.5
12263
12264         * src/expldifdlg.c
12265                 Fix keyboard input. Patch by Alfons.
12266
12267 2005-02-21 [colin]      1.0.1cvs15.4
12268
12269         * src/compose.c
12270                 Fix Sign/Encrypt when unselecting privacy
12271                 system
12272         * src/prefs_common.c
12273                 Change default message font to Monospace
12274         * src/summaryview.c
12275                 More freezing during potentially large operations
12276
12277 2005-02-21 [paul]       1.0.1cvs15.3
12278
12279         * src/main.c
12280                 fix --help output
12281
12282 2005-02-21 [paul]       1.0.1cvs15.2
12283
12284         * po/Makefile.in.in
12285         * src/compose.c
12286         * src/summaryview.c
12287         * src/textview.c
12288         * src/common/utils.c
12289         * src/common/utils.h
12290                 sync with main (revision 117)
12291
12292 2005-02-20 [colin]      1.0.1cvs15.1
12293
12294         * src/common/defs.h
12295                 Change cache file to .sylpheed_claws_cache, as
12296                 suggested by Alfons. Allows people to switch
12297                 between Sylpheed and Sylpheed-Claws. it is
12298                 a good idea to "Check for new messages" at next
12299                 startup.
12300
12301
12302 2005-02-18 [colin]      1.0.1cvs14.1
12303
12304         * src/quote_fmt_lex.l
12305         * src/quote_fmt_parse.y
12306                 Fix parser initialisation. Patch by Ivan.
12307
12308 2005-02-18 [colin]      1.0.1cvs11.6
12309
12310         * src/folderview.c
12311                 Fix scrolldown (bug 662)
12312
12313 2005-02-17 [colin]      1.0.1cvs11.5
12314
12315         * src/codeconv.c
12316                 conv_filename_to_utf8: return clean 7bit instead
12317                 of broken utf8 if needed
12318         * src/mimeview.c
12319                 Fix display of parts with unclean 8bit names
12320
12321 2005-02-17 [paul]       1.0.1cvs11.4
12322
12323         * src/compose.c
12324         * src/exportldif.c
12325         * src/matcher_parser_parse.y
12326         * src/procmime.c
12327         * src/sourcewindow.c
12328         * src/common/Makefile.am
12329         * src/common/intl.h             ** REMOVED **
12330         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12331                 sync with main (revision 109)
12332                 and clean up
12333
12334 2005-02-16 [colin]      1.0.1cvs11.3
12335
12336         * src/summaryview.c
12337                 Fix collapsed thread not highlighting when new
12338                 messages in it (Bug 568) Patch by Stephan Sachse.
12339                 Fix messed up selection when reaching bounds (Bug 632)
12340         * src/prefs_themes.c
12341                 Fix theme installing (Bug 684)
12342
12343 2005-02-16 [colin]      1.0.1cvs11.2
12344
12345         * src/messageview.c
12346                 Fix messageview_select_all
12347
12348 2005-02-16 [colin]      1.0.1cvs11.1
12349
12350         * src/mh.c
12351                 Sync with HEAD (MH scan required function)
12352
12353 2005-02-15 [colin]      1.0.1cvs8.1
12354
12355         * src/mimeview.c
12356         * src/common/utils.c
12357                 Sync with HEAD (filename chars substitution)
12358
12359 2005-02-15 [colin]      1.0.1cvs7.3
12360
12361         * src/gtk/pluginwindow.c
12362                 Fix button spacing
12363
12364 2005-02-15 [colin]      1.0.1cvs7.2
12365
12366         * src/mimeview.c
12367                 Fix mime icons not reset across message when
12368                 scrolled down
12369
12370 2005-02-15 [colin]      1.0.1cvs7.1
12371
12372         * src/compose.c
12373         * src/procmime.c
12374                 Sync with HEAD (optimisation of cvs6)
12375
12376 2005-02-14 [colin]      1.0.1cvs6.1
12377
12378         * src/compose.c
12379         * src/procmime.c
12380                 Sync with HEAD (encode "From " at line beginning)
12381
12382 2005-02-14 [colin]      1.0.1cvs5.3
12383
12384         * src/compose.c
12385                 Fix wrapping with accentued chars.
12386
12387 2005-02-13 [colin]      1.0.1cvs5.2
12388
12389         * src/textview.c
12390                 Fix email informative part parsing with
12391                 accentued chars in it. ispunct() returns
12392                 true for them in utf8...
12393
12394 2005-02-12 [colin]      1.0.1cvs5.1
12395
12396         * src/filtering.c
12397                 Sync with HEAD (remove wrong use of compose after send)
12398
12399 2005-02-12 [paul]       1.0.1cvs4.5
12400
12401         * src/textview.c
12402                 remove unnecessary code (thanks to Alfons)
12403
12404 2005-02-12 [paul]       1.0.1cvs4.4
12405
12406         * src/textview.c
12407                 add 'Copy' to contextual menu on emails
12408
12409 2005-02-11 [colin]      1.0.1cvs4.3
12410
12411         * src/compose.c
12412                 revert 1.0.0cvs28.2, it doesn't work that well.
12413
12414 2005-02-11 [paul]       1.0.1cvs4.2
12415
12416         * po/Makefile.in.in
12417                 fix 'make release'
12418
12419 2005-02-10 [paul]       1.0.1cvs4.1
12420
12421         * ChangeLog
12422         * ChangeLog.claws
12423         * ChangeLog.jp
12424         * configure.ac
12425         * src/compose.c
12426                 sync with HEAD (sync with main)
12427
12428 2005-02-10 [paul]       1.0.1cvs3.2
12429
12430         * AUTHORS
12431         * Makefile.am
12432         * autogen.sh
12433         * configure.ac
12434         * config/mkinstalldirs
12435         * intl/.cvsignore
12436         * intl/ChangeLog
12437         * intl/VERSION
12438         * intl/bindtextdom.c
12439         * intl/config.charset
12440         * intl/dcgettext.c
12441         * intl/dcigettext.c
12442         * intl/dcngettext.c
12443         * intl/dgettext.c
12444         * intl/dngettext.c
12445         * intl/eval-plural.h
12446         * intl/explodename.c
12447         * intl/finddomain.c
12448         * intl/gettext.c
12449         * intl/gettextP.h
12450         * intl/gmo.h
12451         * intl/hash-string.h
12452         * intl/intl-compat.c
12453         * intl/l10nflist.c
12454         * intl/libgnuintl.h.in
12455         * intl/loadinfo.h
12456         * intl/loadmsgcat.c
12457         * intl/localcharset.c
12458         * intl/localcharset.h
12459         * intl/locale.alias
12460         * intl/localealias.c
12461         * intl/localename.c
12462         * intl/log.c
12463         * intl/ngettext.c
12464         * intl/os2compat.c
12465         * intl/os2compat.h
12466         * intl/osdep.c
12467         * intl/plural-exp.c
12468         * intl/plural-exp.h
12469         * intl/plural.c
12470         * intl/plural.y
12471         * intl/ref-add.sin
12472         * intl/ref-del.sin
12473         * intl/relocatable.c
12474         * intl/relocatable.h
12475         * intl/textdomain.c
12476         * m4/Makefile.am
12477         * po/Makefile.in.in
12478         * src/Makefile.am
12479         * src/account.c
12480         * src/action.c
12481         * src/addr_compl.c
12482         * src/addressadd.c
12483         * src/addressbook.c
12484         * src/addrgather.c
12485         * src/addrindex.c
12486         * src/alertpanel.c
12487         * src/browseldap.c
12488         * src/codeconv.c
12489         * src/codeconv.h
12490         * src/compose.c
12491         * src/compose.h
12492         * src/crash.c
12493         * src/editaddress.c
12494         * src/editbook.c
12495         * src/editgroup.c
12496         * src/editjpilot.c
12497         * src/editldap.c
12498         * src/editldap_basedn.c
12499         * src/editvcard.c
12500         * src/exphtmldlg.c
12501         * src/expldifdlg.c
12502         * src/export.c
12503         * src/exporthtml.c
12504         * src/filtering.c
12505         * src/folder.c
12506         * src/folder_item_prefs.c
12507         * src/foldersel.c
12508         * src/folderview.c
12509         * src/grouplistdialog.c
12510         * src/headerview.c
12511         * src/imap.c
12512         * src/imap_gtk.c
12513         * src/import.c
12514         * src/importldif.c
12515         * src/importmutt.c
12516         * src/importpine.c
12517         * src/inc.c
12518         * src/ldif.c
12519         * src/main.c
12520         * src/mainwindow.c
12521         * src/matcher.c
12522         * src/mbox.c
12523         * src/message_search.c
12524         * src/messageview.c
12525         * src/mh.c
12526         * src/mh_gtk.c
12527         * src/mimeview.c
12528         * src/msgcache.c
12529         * src/news.c
12530         * src/news_gtk.c
12531         * src/noticeview.c
12532         * src/partial_download.c
12533         * src/pop.c
12534         * src/prefs_account.c
12535         * src/prefs_actions.c
12536         * src/prefs_common.c
12537         * src/prefs_customheader.c
12538         * src/prefs_display_header.c
12539         * src/prefs_ext_prog.c
12540         * src/prefs_filtering.c
12541         * src/prefs_filtering_action.c
12542         * src/prefs_folder_item.c
12543         * src/prefs_fonts.c
12544         * src/prefs_gtk.c
12545         * src/prefs_matcher.c
12546         * src/prefs_msg_colors.c
12547         * src/prefs_spelling.c
12548         * src/prefs_summary_column.c
12549         * src/prefs_template.c
12550         * src/prefs_themes.c
12551         * src/prefs_toolbar.c
12552         * src/prefs_wrapping.c
12553         * src/privacy.c
12554         * src/procheader.c
12555         * src/procmime.c
12556         * src/procmsg.c
12557         * src/quote_fmt.c
12558         * src/recv.c
12559         * src/send_message.c
12560         * src/setup.c
12561         * src/sourcewindow.c
12562         * src/ssl_manager.c
12563         * src/statusbar.c
12564         * src/summary_search.c
12565         * src/summaryview.c
12566         * src/textview.c
12567         * src/toolbar.c
12568         * src/wizard.c
12569         * src/common/nntp.c
12570         * src/common/plugin.c
12571         * src/common/smtp.c
12572         * src/common/ssl.c
12573         * src/common/ssl_certificate.c
12574         * src/common/string_match.c
12575         * src/common/sylpheed.c
12576         * src/common/template.c
12577         * src/common/utils.c
12578         * src/gtk/about.c
12579         * src/gtk/colorlabel.c
12580         * src/gtk/description_window.c
12581         * src/gtk/filesel.c
12582         * src/gtk/foldersort.c
12583         * src/gtk/gtkaspell.c
12584         * src/gtk/gtkutils.c
12585         * src/gtk/inputdialog.c
12586         * src/gtk/logwindow.c
12587         * src/gtk/menu.c
12588         * src/gtk/pluginwindow.c
12589         * src/gtk/prefswindow.c
12590         * src/gtk/progressdialog.c
12591         * src/gtk/quicksearch.c
12592         * src/gtk/sslcertwindow.c
12593         * src/plugins/clamav/clamav_plugin.c
12594         * src/plugins/clamav/clamav_plugin_gtk.c
12595         * src/plugins/demo/demo.c
12596         * src/plugins/dillo_viewer/dillo_prefs.c
12597         * src/plugins/dillo_viewer/dillo_viewer.c
12598         * src/plugins/image_viewer/plugin.c
12599         * src/plugins/image_viewer/viewer.c
12600         * src/plugins/image_viewer/viewerprefs.c
12601         * src/plugins/mathml_viewer/mathml_viewer.c
12602         * src/plugins/pgpmime/passphrase.c
12603         * src/plugins/pgpmime/plugin.c
12604         * src/plugins/pgpmime/prefs_gpg.c
12605         * src/plugins/pgpmime/select-keys.c
12606         * src/plugins/pgpmime/sgpgme.c
12607         * src/plugins/spamassassin/spamassassin.c
12608         * src/plugins/spamassassin/spamassassin_gtk.c
12609         * src/plugins/trayicon/trayicon.c
12610                 sync with main (revision 104)
12611
12612 2005-02-10 [colin]      1.0.1cvs3.1
12613
12614         * src/mainwindow.c
12615                 Sync with HEAD (fix occasional crasher)
12616
12617 2005-02-10 [colin]      1.0.1cvs2.1
12618
12619         * src/messageview.c
12620                 Synw with HEAD (don't automatically display html)
12621
12622 2005-02-09 [colin]      1.0.1cvs1.3
12623
12624         * src/textview.c
12625         * src/textview.h
12626                 Add contextual menu on emails
12627
12628 2005-02-09 [colin]      1.0.1cvs1.2
12629
12630         * src/codeconv.c
12631                 Fix converting from broken headers and 
12632                 put back the _ in missing places
12633                 (feature broke with cvs24.2 sync, main 
12634                  possibly affected?)
12635
12636 2005-02-09 [colin]      1.0.1cvs1.1
12637
12638         * src/messageview.c
12639         * src/mimeview.c
12640         * src/mimeview.h
12641                 Sync with HEAD (display non text/plain mails with plugin)
12642
12643 2005-02-08 [colin]      1.0.1.1
12644
12645         * ChangeLog.claws
12646         * po/pt_BR.po
12647                 Sync with HEAD
12648         * configure.ac
12649                 Make default configuration directory 
12650                 be .sylpheed-gtk2
12651
12652 2005-02-08 [colin]      1.0.0cvs29.1
12653
12654         * po/de.po
12655         * po/es.po
12656         * po/fr.po
12657         * po/it.po
12658         * po/sk.po
12659         * po/sr.po
12660                 Sync translations with HEAD
12661
12662 2005-02-06 [colin]      1.0.0cvs28.3
12663
12664         * src/compose.c
12665                 Make compose a bit faster - patch by Alfons.
12666
12667 2005-02-06 [colin]      1.0.0cvs28.2
12668
12669         * src/compose.c
12670                 Make pasting via middle-click more reliable
12671
12672 2005-02-05 [paul]       1.0.0cvs28.1
12673
12674         * ChangeLog
12675         * ChangeLog.claws
12676         * ChangeLog.jp
12677         * configure.ac
12678         * src/compose.c
12679                 sync with HEAD
12680                 (fix bug 682 'redirect is broken'
12681
12682 2005-02-05 [torte]      1.0.0cvs27.1
12683
12684         * ChangeLog.claws
12685         * configure.ac
12686         * src/partial_download.c
12687                 Sync with HEAD (fix buf overflow)
12688
12689 2005-02-03 [colin]      1.0.0cvs26.1
12690
12691         * src/common/plugin.c
12692                 Sync with HEAD (avoid plugin mismatches)
12693
12694 2005-02-03 [paul]       1.0.0cvs25.3
12695
12696         * src/folderview.c
12697         * src/headerview.c
12698         * src/summaryview.c
12699         * src/textview.c
12700         * src/gtk/colorlabel.c
12701                 third and final part of initial sync with main-gtk2
12702
12703 2005-02-03 [paul]       1.0.0cvs25.2
12704
12705         * src/jpilot.c
12706                 fix building with jpilot support
12707
12708 2005-02-02 [colin]      1.0.0cvs25.1
12709
12710         * src/messageview.c
12711                 Sync with HEAD (fix dangerous typo)
12712
12713 2005-02-01 [colin]      1.0.0cvs24.3
12714
12715         * src/common/xml.c
12716                 Write file as advertised (UTF-8)
12717
12718 2005-02-01 [paul]       1.0.0cvs24.2
12719
12720         * src/addrbook.c
12721         * src/addrindex.c
12722         * src/alertpanel.h
12723         * src/codeconv.c
12724         * src/codeconv.h
12725         * src/compose.c
12726         * src/export.c
12727         * src/folder_item_prefs.c
12728         * src/html.c
12729         * src/imap.c
12730         * src/import.c
12731         * src/jpilot.c
12732         * src/mainwindow.c
12733         * src/matcher_parser_lex.l
12734         * src/messageview.c
12735         * src/mh.c
12736         * src/prefs_account.c
12737         * src/prefs_actions.c
12738         * src/prefs_common.c
12739         * src/prefs_gtk.c
12740         * src/prefs_gtk.h
12741         * src/prefs_themes.c
12742         * src/procheader.c
12743         * src/procmime.c
12744         * src/sourcewindow.c
12745         * src/statusbar.c
12746         * src/summaryview.c
12747         * src/textview.c
12748         * src/toolbar.c
12749         * src/unmime.c
12750         * src/common/template.c
12751         * src/common/utils.c
12752         * src/common/xml.c
12753         * src/common/xml.h
12754         * src/gtk/gtkaspell.c
12755         * src/plugins/clamav/clamav_plugin.c
12756         * src/plugins/dillo_viewer/dillo_prefs.c
12757         * src/plugins/image_viewer/viewerprefs.c
12758         * src/plugins/pgpmime/passphrase.c
12759         * src/plugins/pgpmime/prefs_gpg.c
12760         * src/plugins/pgpmime/select-keys.c
12761         * src/plugins/spamassassin/spamassassin.c
12762                 second part of initial sync with main-gtk2
12763                 (more to follow)
12764
12765 2005-01-31 [colin]      1.0.0cvs24.1
12766
12767         * src/compose.c
12768                 Sync with HEAD
12769
12770 2005-01-29 [paul]       1.0.0cvs23.2
12771
12772         * src/account.c
12773         * src/action.c
12774         * src/addressadd.c
12775         * src/addressbook.c
12776         * src/alertpanel.c
12777         * src/compose.c
12778         * src/editaddress.c
12779         * src/editbook.c
12780         * src/editgroup.c
12781         * src/editjpilot.c
12782         * src/editldap.c
12783         * src/editldap_basedn.c
12784         * src/editvcard.c
12785         * src/export.c
12786         * src/foldersel.c
12787         * src/grouplistdialog.c
12788         * src/import.c
12789         * src/importldif.c
12790         * src/inc.c
12791         * src/main.c
12792         * src/mainwindow.c
12793         * src/message_search.c
12794         * src/messageview.c
12795         * src/mimeview.c
12796         * src/prefs_actions.c
12797         * src/prefs_common.c
12798         * src/prefs_common.h
12799         * src/prefs_customheader.c
12800         * src/prefs_display_header.c
12801         * src/prefs_filtering.c
12802         * src/prefs_filtering_action.c
12803         * src/prefs_gtk.c
12804         * src/prefs_matcher.c
12805         * src/prefs_summary_column.c
12806         * src/prefs_template.c
12807         * src/sourcewindow.c
12808         * src/summary_search.c
12809         * src/summaryview.c
12810         * src/textview.c
12811         * src/gtk/about.c
12812         * src/gtk/description_window.c
12813         * src/gtk/gtkshruler.c
12814         * src/gtk/gtkutils.c
12815         * src/gtk/gtkutils.h
12816         * src/gtk/inputdialog.c
12817         * src/gtk/logwindow.c
12818         * src/gtk/prefswindow.c
12819         * src/gtk/progressdialog.c
12820         * src/gtk/progressdialog.h
12821                 first part of initial sync with main-gtk2
12822                 (more to follow)
12823
12824 2005-01-28 [colin]      1.0.0cvs23.1
12825
12826         * src/folderview.c
12827                 Sync with HEAD
12828
12829 2005-01-27 [colin]      1.0.0cvs21.1
12830
12831         * src/folder.c
12832         * src/folderview.c
12833                 Sync with HEAD
12834
12835 2005-01-27 [colin]      1.0.0cvs19.1
12836
12837         * src/procmime.c
12838                 Sync with HEAD
12839
12840 2005-01-27 [colin]      1.0.0cvs18.1
12841
12842         * src/messageview.c
12843         * src/summaryview.c
12844         * src/mainwindow.c
12845         * src/compose.c
12846         * src/compose.h
12847         * src/procmsg.c
12848         * src/procmsg.h
12849         * src/toolbar.c
12850                 Sync with HEAD
12851
12852 2005-01-26 [paul]       1.0.0cvs15.2
12853
12854         * src/compose.c
12855                 compose_entries_set(): convert subject and body to
12856                 utf8 if necessary. patch by Felix Eckhofer
12857
12858 2005-01-26 [paul]       1.0.0cvs15.1
12859
12860         * configure.ac
12861         * src/common/template.c
12862                 sync with HEAD (fix memory leak)
12863
12864 2005-01-25 [paul]       1.0.0cvs14.1
12865
12866         * configure.ac
12867         * src/compose.c
12868                 sync with HEAD
12869
12870 2005-01-24 [colin]      1.0.0cvs13.1
12871
12872         * src/summaryview.c
12873                 Sync with HEAD
12874
12875 2005-01-24 [paul]       1.0.0cvs12.1
12876
12877         * configure.ac
12878         * src/messageview.c
12879         * src/mh.c
12880         * src/common/utils.c
12881                 sync with HEAD
12882
12883 2005-01-24 [colin]      1.0.0cvs11.1
12884
12885         * src/procheader.c
12886                 Sync with HEAD
12887
12888 2005-01-24 [colin]      1.0.0cvs10.1
12889
12890         * src/folderview.c
12891                 Sync with HEAD
12892
12893 2005-01-23 [colin]      1.0.0cvs9.1
12894
12895         * src/crash.c
12896                 Sync with HEAD
12897
12898 2005-01-22 [colin]      1.0.0cvs8.1
12899
12900         * src/summaryview.c
12901         * src/gtk/quicksearch.c
12902                 Sync with HEAD
12903
12904 2005-01-21 [colin]      1.0.0cvs7.1
12905
12906         * src/summaryview.c
12907                 Sync with HEAD
12908
12909 2005-01-21 [colin]      1.0.0cvs6.1
12910
12911         * src/summaryview.c
12912                 Sync with HEAD
12913
12914 2005-01-21 [colin]      1.0.0cvs5.1
12915
12916         * src/gtk/quicksearch.c
12917         * src/prefs_common.c
12918         * src/prefs_common.h
12919                 Sync with HEAD (recurse option)
12920
12921 2005-01-21 [colin]      1.0.0cvs4.1
12922
12923         * src/folder.h
12924         * src/folderview.c
12925         * src/folderview.h
12926         * src/summaryview.c
12927         * src/gtk/quicksearch.c
12928         * src/gtk/quicksearch.h
12929                 Sync with HEAD (recursive quicksearch)
12930
12931 2005-01-20 [colin]      1.0.0cvs3.4
12932
12933         * src/ssl_manager.c
12934                 Remove useless code
12935
12936 2005-01-20 [colin]      1.0.0cvs3.3
12937
12938         * src/ssl_manager.c
12939                 Fix leak, thanks to Alfons.
12940
12941 2005-01-20 [colin]      1.0.0cvs3.2
12942
12943         * src/ssl_manager.c
12944                 Port SSL certificate window to GTK2.
12945
12946 2005-01-20 [paul]       1.0.0cvs3.1
12947
12948         * ChangeLog.claws
12949         * configure.ac
12950         * src/addrindex.c
12951         * src/addrindex.h
12952                 sync with HEAD
12953
12954 2005-01-19 [colin]      1.0.0cvs2.2
12955
12956         * src/plugins/trayicon/trayicon.c
12957                 Fix freeze with gtk-2.6, the easy way
12958                 (signal blocking helpless there...)
12959                 Closes bug #668.
12960
12961 2005-01-19 [colin]      1.0.0cvs2.1
12962
12963         * src/mbox.c
12964         * src/mbox.h
12965         * src/mainwindow.c
12966         * src/summaryview.c
12967         * src/summaryview.h
12968                 Sync with HEAD
12969
12970 2005-01-19 [paul]       1.0.0cvs1.1
12971
12972         * configure.ac
12973         * po/de.po
12974         * po/es.po
12975         * po/fr.po
12976         * po/hr.po
12977         * po/it.po
12978         * po/ja.po
12979         * po/ko.po
12980         * po/pt_BR.po
12981         * po/ru.po
12982         * po/sk.po
12983         * po/sr.po
12984                 sync with HEAD (update translations)
12985
12986 2005-01-18 [colin]      1.0.0cvs0.1
12987
12988         * src/foldersel.c
12989                 Specify search column - patch by Alfons
12990
12991 2005-01-18 [colin]      0.9.13cvs36.3
12992
12993         * src/prefs_toolbar.c
12994                 Change Delete to Remove
12995         * src/prefs_fonts.c
12996                 GTK2 version and leak fixes
12997         * src/prefs_actions.c
12998                 Add stock buttons.
12999                 All patches by Alfons
13000
13001 2005-01-17 [colin]      0.9.13cvs36.2
13002
13003         * src/compose.c
13004                 Fix DnD inserting twice. While at it,
13005                 add DnD support for text/plain in the
13006                 body, and add support in the headers.
13007
13008 2005-01-16 [colin]      0.9.13cvs36.1
13009
13010         * ChangeLog
13011         * ChangeLog.jp
13012         * ChangeLog.claws
13013                 Sync with HEAD (nothing applicable)
13014
13015 2005-01-16 [colin]      0.9.13cvs33.2
13016
13017         * src/prefs_toolbar.c
13018                 GTK2ize prefs_toolbar, by Alfons.
13019
13020 2005-01-14 [colin]      0.9.13cvs33.1
13021
13022         * src/html.c
13023         * src/msgcache.c
13024                 Sync with HEAD
13025
13026 2005-01-14 [colin]      0.9.13cvs32.1
13027
13028         * src/html.c
13029         * src/html.h
13030         * src/msgcache.c
13031         * AUTHORS
13032         * tools/calypso_convert.pl
13033                 Sync with HEAD
13034
13035 2005-01-08 [colin]      0.9.13cvs29.2
13036
13037         * src/prefs_filtering_action.c
13038         * src/prefs_filtering.c
13039                 2 more gtk2 patches by Alfons
13040
13041 2005-01-07 [paul]       0.9.13cvs29.1
13042
13043         * ChangeLog
13044         * ChangeLog.claws
13045         * ChangeLog.jp
13046         * configure.ac
13047         * src/pop.c
13048         * src/pop.h
13049                 sync with HEAD
13050
13051 2005-01-07 [colin]      0.9.13cvs28.3
13052
13053         * src/gtk/progressdialog.c
13054         * src/gtk/progressdialog.h
13055         * src/inc.c
13056         * src/send_message.c
13057                 GTK2 for the incorporation dialog. The CList isn't dead
13058                 yet, for a more smooth migration. Patch by Alfons.
13059
13060 2005-01-06 [colin]      0.9.13cvs28.2
13061
13062         * src/prefs_display_header.c
13063                 GTK2 conversion by Alfons
13064         * src/prefs_actions.c
13065         * src/prefs_matcher.c
13066                 Fix 2 leaks - patch by Alfons
13067
13068 2005-01-06 [colin]      0.9.13cvs28.1
13069
13070         * src/prefs_matcher.c
13071                 Sync with HEAD
13072
13073 2005-01-06 [colin]      0.9.13cvs27.4
13074
13075         * src/prefs_matcher.c
13076                 Fix double-free. Patch by Alfons
13077
13078 2005-01-06 [colin]      0.9.13cvs27.3
13079
13080         * src/prefs_matcher.c
13081                 GTK2 widgets + memleak
13082                 Patch by Alfons
13083
13084 2005-01-05 [colin]      0.9.13cvs27.2
13085
13086         * src/account.c
13087         * src/addr_compl.c
13088         * src/foldersel.c
13089         * src/stock_pixmap.c
13090         * src/stock_pixmap.h
13091                 3 more GTK2 patches by Alfons.
13092
13093 2005-01-04 [colin]      0.9.13cvs27.1
13094
13095         * src/folderview.c
13096         * src/imap_gtk.c
13097         * src/news_gtk.c
13098                 Sync with HEAD
13099
13100 2005-01-04 [colin]      0.9.13cvs25.9
13101
13102         * src/compose.c
13103                 Fix Show Ruler menuitem
13104         * src/prefs_template.c
13105                 Convert to GTK2
13106         * src/common/utils.c
13107                 Make auto pointer stuff handles NULLs
13108                 Patches by Alfons.
13109
13110 2005-01-04 [colin]      0.9.13cvs25.8
13111
13112         * src/compose.c
13113                 Move the attachment list to gtk2
13114                 Patch by Alfons.
13115
13116 2005-01-04 [colin]      0.9.13cvs25.7
13117
13118         * src/textview.c
13119                 Make some keys work again
13120                 Patch by SungHyun Nam <namsh@kldp.org>
13121
13122 2005-01-04 [colin]      0.9.13cvs25.6
13123
13124         * src/gtk/gtkshruler.c
13125                 Move the ruler to GTK2
13126                 Patch by Alfons
13127
13128 2005-01-03 [colin]      0.9.13cvs25.5
13129
13130         * src/compose.c
13131                 Fix my broken patch apply 
13132
13133 2005-01-03 [colin]      0.9.13cvs25.4
13134
13135         * src/common/utils.c
13136         * src/common/utils.h
13137         * src/gtk/prefswindow.c
13138                 Move auto pointer stuff to utils.c
13139                 Patch by Alfons again :)
13140
13141 2005-01-03 [colin]      0.9.13cvs25.3
13142
13143         * src/compose.c
13144         * src/prefs_gtk.c
13145         * src/prefs_template.c
13146         * src/textview.c
13147                 Empty text widgets with empty strings, not NULL char
13148                 Patch by SungHyun Nam <namsh@kldp_org>
13149
13150 2005-01-03 [colin]      0.9.13cvs25.2
13151
13152         * src/main.c
13153         * AUTHORS
13154                 Sync with HEAD
13155
13156 2005-01-03 [colin]      0.9.13cvs25.1
13157
13158         * src/pop.c
13159         * src/pop.h
13160                 Sync with HEAD
13161
13162 2005-01-03 [colin]      0.9.13cvs24.3
13163
13164         * src/account.c
13165                 Two patches from Alfons and Alex S Moore:
13166                 fix images, fix return value.
13167
13168 2005-01-01 [colin]      0.9.13cvs24.2
13169
13170         * src/prefs_actions.c
13171                 Fix over-zealous assertion. Patch by Alfons
13172
13173 2005-01-01 [colin]      0.9.13cvs24.1
13174
13175         * src/procmime.c
13176                 Sync with HEAD (leak fix)
13177
13178 2004-12-31 [colin]      0.9.13cvs23.2
13179
13180         * src/prefs_common.c
13181                 GTK2 widgets + stock buttons - patch by Alfons
13182
13183 2004-12-31 [paul]       0.9.13cvs23.1
13184
13185         * configure.ac
13186                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13187         * src/gtk/pluginwindow.c
13188                 use GTK2 widgets and plug memory leaks,
13189                 patches by Alfons
13190
13191 2004-12-30 [colin]      0.9.13cvs22.4
13192
13193         * src/account.c
13194         * src/action.c
13195         * src/export.c
13196         * src/foldersel.c
13197         * src/import.c
13198         * src/message_search.c
13199         * src/prefs_actions.c
13200         * src/prefs_common.c
13201         * src/prefs_customheader.c
13202         * src/prefs_filtering.c
13203         * src/prefs_summary_column.c
13204         * src/summary_search.c
13205         * src/gtk/about.c
13206         * src/gtk/description_window.c
13207         * src/gtk/gtkutils.c
13208         * src/gtk/gtkutils.h
13209         * src/gtk/inputdialog.c
13210         * src/gtk/prefswindow.c
13211                 Use GTK2 stock buttons. Patches by Alfons.
13212
13213 2004-12-30 [colin]      0.9.13cvs22.3
13214
13215         * src/account.c
13216                 Sync with HEAD
13217         * src/prefs_actions.c
13218         * src/prefs_customheader.c
13219         * src/prefs_filtering.c
13220         * src/prefs_msg_colors.c
13221         * src/prefs_summary_column.c
13222         * src/gtk/prefswindow.c
13223                 Use GtkTreeView instead of deprecated 
13224                 widgets. Patches by Alfons.
13225
13226 2004-12-30 [paul]       0.9.13cvs22.2
13227
13228         * src/foldersel.c
13229                 use GTK 2 Tree View
13230                 patch by Alfons, with root folder sorting fix
13231                 by Stephan Sachse
13232
13233 2004-12-30 [paul]       0.9.13cvs22.1
13234
13235         * ChangeLog
13236         * ChangeLog.claws
13237         * ChangeLog.jp
13238         * NEWS
13239         * configure.ac
13240         * src/account.c
13241                 sync with HEAD
13242
13243 2004-12-22 [martin]     0.9.13cvs21.2
13244
13245         * src/action.c
13246                 free the command line after its use
13247
13248 2004-12-18 [paul]       0.9.13cvs21.1
13249
13250         * AUTHORS
13251         * ChangeLog
13252         * ChangeLog.claws
13253         * ChangeLog.jp
13254         * NEWS
13255         * configure.ac
13256         * src/action.c
13257         * src/compose.c
13258         * src/syldap.c
13259                 sync with HEAD
13260
13261 2004-12-17 [martin]     0.9.13cvs17.2
13262
13263         * src/action.c
13264                 convert actions input to locale
13265         * src/inc.c
13266                 convert notification command to locale
13267         * src/plugins/pgpmime/select-keys.c
13268                 convert attributes to utf8
13269
13270 2004-12-14 [colin]      0.9.13cvs17.1
13271
13272         * ChangeLog
13273         * ChangeLog.jp
13274         * ChangeLog.claws
13275         * src/action.c
13276         * src/common/utils.c
13277         * src/gtk/prefswindow.c
13278         * src/gtk/gtkutils.c
13279         * src/gtk/gtkutils.h
13280         * src/plugins/spamassassin/libspamc.c
13281                 Sync with HEAD
13282
13283 2004-12-13 [colin]      0.9.13cvs14.1
13284
13285         * src/quote_fmt_parse.y
13286                 Sync with HEAD
13287
13288 2004-12-10 [colin]      0.9.13cvs12.1
13289
13290         * src/prefs_themes.c
13291         * src/mainwindow.c
13292         * src/messageview.c
13293                 Sync with HEAD
13294
13295 2004-12-09 [colin]      0.9.13cvs10.1
13296
13297         * src/procmime.c
13298                 Sync with HEAD (fix B64 encoding from memory)
13299
13300 2004-12-08 [colin]      0.9.13cvs9.1
13301
13302         * src/gtk/colorlabel.c
13303                 Sync with HEAD
13304
13305 2004-12-08 [paul]       0.9.13cvs8.2
13306
13307         * src/gtk/pluginwindow.c
13308                 fix window resizing oddities
13309
13310 2004-12-08 [colin]      0.9.13cvs8.1
13311
13312         * src/quote_fmt_parse.y
13313                 Sync with HEAD
13314
13315 2004-12-08 [colin]      0.9.13cvs7.1
13316
13317         * src/matcher_parser_parse.y
13318         * src/msgcache.c
13319         * src/prefs_matcher.c
13320         * src/procheader.c
13321         * src/matcher.c
13322         * src/common/defs.h
13323         * po/sr.po
13324                 Sync with HEAD
13325
13326 2004-12-08 [colin]      0.9.13cvs6.1
13327
13328         * src/quote_fmt_parse.y
13329         * src/textview.c
13330                 Sync with HEAD
13331         * src/gtk/prefswindow.c
13332         * src/gtk/pluginwindow.c
13333                 Fix G_CALLBACKS protos (thanks to Alfons)
13334
13335 2004-12-07 [torte]      0.9.13cvs2.2
13336
13337         * src/procmime.c
13338                 [Bug 650] reply button causes crash
13339                 Thanks to David Relson and Christoph
13340
13341 2004-12-07 [colin]      0.9.13cvs2.1
13342
13343         * ChangeLog.claws
13344         * AUTHORS
13345         * po/sk.po
13346         * src/procmime.c
13347         * src/prefs_account.c
13348         * src/common/smtp.c
13349         * src/common/smtp.h
13350                 Sync with HEAD
13351
13352 2004-12-06 [colin]      0.9.12cvs187.1
13353
13354         * ChangeLog.claws
13355         * INSTALL
13356         * Makefile.am
13357         * README.claws
13358         * TODO.claws
13359         * configure.ac
13360         * po/bg.po
13361         * po/cs.po
13362         * po/el.po
13363         * po/en_GB.po
13364         * po/es.po
13365         * po/fr.po
13366         * po/hr.po
13367         * po/hu.po
13368         * po/it.po
13369         * po/ja.po
13370         * po/ko.po
13371         * po/nl.po
13372         * po/pl.po
13373         * po/pt_BR.po
13374         * po/ru.po
13375         * po/sk.po
13376         * po/sr.po
13377         * po/sv.po
13378         * po/zh_CN.po
13379         * po/zh_TW.Big5.po
13380         * src/compose.c
13381         * tools/Makefile.am
13382         * tools/README
13383         * tools/filter_conv.pl
13384         * tools/kdeservicemenu/README
13385         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13386         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13387                 Sync with HEAD
13388
13389 2004-12-04 [colin]      0.9.12cvs183.1
13390
13391         * src/compose.c
13392                 Sync with HEAD (compose window position saving)
13393
13394 2004-12-04 [paul]       0.9.12cvs182.3
13395
13396         * src/messageview.c
13397         * src/mimeview.c
13398         * src/prefs_customheader.c
13399         * src/gtk/quicksearch.c
13400                 replace some forgotten GTK_SIGNAL_FUNCs
13401
13402 2004-12-04 [paul]       0.9.12cvs182.2
13403
13404         * src/Makefile.am
13405                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13406                 committed in error      
13407
13408 2004-12-04 [paul]       0.9.12cvs182.1
13409
13410         * ChangeLog
13411         * ChangeLog.claws
13412         * ChangeLog.jp
13413         * INSTALL
13414         * NEWS
13415         * README
13416         * README.jp
13417         * configure.ac
13418         * doc/manual/ja/Makefile.am
13419         * doc/manual/ja/sylpheed-1.html
13420         * doc/manual/ja/sylpheed-10.html
13421         * doc/manual/ja/sylpheed-11.html
13422         * doc/manual/ja/sylpheed-12.html
13423         * doc/manual/ja/sylpheed-13.html
13424         * doc/manual/ja/sylpheed-14.html
13425         * doc/manual/ja/sylpheed-15.html
13426         * doc/manual/ja/sylpheed-16.html
13427         * doc/manual/ja/sylpheed-17.html
13428         * doc/manual/ja/sylpheed-18.html
13429         * doc/manual/ja/sylpheed-19.html
13430         * doc/manual/ja/sylpheed-2.html
13431         * doc/manual/ja/sylpheed-20.html
13432         * doc/manual/ja/sylpheed-3.html
13433         * doc/manual/ja/sylpheed-4.html
13434         * doc/manual/ja/sylpheed-5.html
13435         * doc/manual/ja/sylpheed-6.html
13436         * doc/manual/ja/sylpheed-7.html
13437         * doc/manual/ja/sylpheed-8.html
13438         * doc/manual/ja/sylpheed-9.html
13439         * doc/manual/ja/sylpheed.html
13440         * doc/manual/ja/sylpheed.sgml
13441         * po/de.po
13442         * src/Makefile.am
13443         * src/compose.c
13444         * src/procmime.c
13445         * src/pixmaps/regular.xpm **REMOVED**
13446         * src/plugins/pgpmime/pgpmime.c
13447         * src/plugins/pgpmime/plugin.c
13448         * src/plugins/pgpmime/prefs_gpg.c
13449                 sync with HEAD
13450
13451 2004-12-03 [paul]       0.9.12cvs180.1
13452
13453         * ChangeLog
13454         * ChangeLog.claws
13455         * ChangeLog.jp
13456         * configure.ac
13457         * src/Makefile.am
13458         * src/pop.c
13459         * src/common/utils.c
13460         * src/common/utils.h
13461         * src/pixmaps/continue.xpm
13462         * src/pixmaps/dir_close.xpm
13463         * src/pixmaps/dir_open.xpm
13464         * src/pixmaps/drafts_close.xpm
13465         * src/pixmaps/drafts_open.xpm
13466         * src/pixmaps/folder.xpm **REMOVED**
13467         * src/pixmaps/group.xpm
13468         * src/pixmaps/unread.xpm
13469                 sync with HEAD
13470
13471 2004-12-02 [colin]      0.9.12cvs179.1
13472
13473         * src/compose.c
13474                 Sync with HEAD (non-duplicated reedition)
13475
13476 2004-12-02 [colin]      0.9.12cvs178.1
13477
13478         * src/compose.c
13479                 Sync with HEAD (linewrap_quote fix)
13480
13481 2004-12-01 [colin]      0.9.12cvs177.3
13482
13483         * src/addrharvest.c
13484                 Replace sizeof with strlen
13485
13486 2004-12-01 [paul]       0.9.12cvs177.2
13487
13488         * src/addrharvest.c
13489                 fix 'harvest addresses'
13490
13491 2004-11-30 [colin]      0.9.12cvs177.1
13492
13493         * src/gtk/prefswindow.c
13494         * src/gtk/pluginwindow.c
13495                 Sync with HEAD
13496
13497 2004-11-29 [colin]      0.9.12cvs176.1
13498
13499         * src/folderview.c
13500                 sync with HEAD (Fix disappearing separators in folderview's popup)
13501
13502 2004-11-29 [colin]      0.9.12cvs175.1
13503
13504         * src/procmime.c
13505                 Sync with head (another format fix)
13506
13507 2004-11-29 [colin]      0.9.12cvs174.1
13508
13509         * src/pop.c
13510                 Sync with HEAD (format string fix)
13511
13512 2004-11-26 [colin]      0.9.12cvs173.1
13513
13514         * src/common/smtp.c
13515         * src/common/smtp.h
13516                 Sync with HEAD
13517
13518 2004-11-24 [colin]      0.9.12cvs172.1
13519
13520         * src/plugins/pgpmime/pgpmime.c
13521                 Sync with HEAD
13522
13523 2004-11-24 [colin]      0.9.12cvs171.1
13524
13525         * src/plugins/pgpmime/pgpmime.c
13526                 Sync with head (gpgmectx leaks)
13527
13528 2004-11-24 [colin]      0.9.12cvs169.1
13529
13530         * src/plugins/pgpmime/plugin.c
13531         * src/plugins/trayicon/Makefile.am
13532         * src/plugins/trayicon/newmarkedmail.xpm
13533         * src/plugins/trayicon/trayicon.c
13534         * src/plugins/trayicon/unreadmarkedmail.xpm
13535                 Sync with HEAD
13536
13537 2004-11-23 [colin]      0.9.12cvs168.1
13538
13539         * src/partial_download.c
13540         * src/partial_download.h
13541         * src/plugins/pgpmime/plugin.c
13542                 Sync with HEAD
13543
13544 2004-11-23 [colin]      0.9.12cvs166.1
13545
13546         * src/Makefile.am
13547         * src/codeconv.c
13548         * src/compose.c
13549         * src/folderview.c
13550         * src/main.c
13551         * src/partial_download.c
13552         * src/partial_download.h
13553         * src/prefs_account.c
13554         * src/prefs_account.h
13555         * src/privacy.c
13556         * src/privacy.h
13557         * src/procmime.c
13558         * src/common/Makefile.am
13559         * src/common/base64.h
13560         * src/common/partial_download.c
13561         * src/common/partial_download.h
13562         * src/gtk/prefswindow.c
13563         * src/gtk/prefswindow.h
13564         * src/plugins/pgpmime/pgpmime.c
13565         * src/plugins/pgpmime/prefs_gpg.c
13566         * src/plugins/pgpmime/prefs_gpg.h
13567         * src/plugins/pgpmime/sgpgme.c
13568         * src/plugins/pgpmime/sgpgme.h
13569                 Sync with HEAD
13570
13571 2004-11-23 [colin]      0.9.12cvs163.1
13572
13573         * src/main.c
13574                 Sync with HEAD (cursor optimization)
13575
13576 2004-11-23 [colin]      0.9.12cvs162.1
13577
13578         * src/prefs_common.c
13579         * src/prefs_themes.c
13580         * src/procmsg.c
13581                 Sync with HEAD
13582
13583 2004-11-23 [colin]      0.9.12cvs158.9
13584
13585         * src/compose.c
13586                 Fix double-free when forwarding
13587         * src/msgcache.c
13588                 Fix leak on error path
13589                 
13590
13591 2004-11-23 [colin]      0.9.12cvs158.8
13592
13593         * src/compose.c
13594                 Fix possible double-free
13595                 Spotted by Alfons
13596
13597 2004-11-23 [colin]      0.9.12cvs158.7
13598
13599         * src/compose.c
13600                 Fix some signal handlers' prototypes
13601                 Spotted by Alfons
13602
13603 2004-11-22 [colin]      0.9.12cvs158.6
13604
13605         * src/compose.c
13606                 Remove unneeded code and duplicated
13607                 wrapping - patch by Alfons
13608
13609 2004-11-22 [colin]      0.9.12cvs158.5
13610
13611         * src/prefs_themes.c
13612                 Fix oversized selector
13613
13614 2004-11-22 [colin]      0.9.12cvs158.4
13615
13616         * src/compose.c
13617                 fix dump_text()
13618                 patch by Alfons
13619
13620 2004-11-19 [colin]      0.9.12cvs158.3
13621
13622         * src/textview.c
13623                 Add a context menu on links (open, copy)
13624
13625 2004-11-18 [paul]       0.9.12cvs158.2
13626
13627         * src/addrgather.c
13628         * src/exphtmldlg.c
13629         * src/expldifdlg.c
13630         * src/mimeview.c
13631         * src/prefs_common.c
13632         * src/plugins/image_viewer/viewer.c
13633         * src/plugins/spamassassin/spamassassin_gtk.c
13634                 replace deprecated gtk_notebook_set_page
13635                 and gtk_notebook_current_page
13636
13637 2004-11-18 [paul]       0.9.12cvs158.1
13638
13639         * configure.ac
13640         * src/compose.c
13641         * src/mainwindow.c
13642         * src/messageview.c
13643         * src/prefs_common.c
13644         * src/common/utils.c
13645         * src/common/utils.h
13646                 sync with HEAD
13647
13648 2004-11-17 [colin]      0.9.12cvs156.1
13649
13650         * src/prefs_account.c
13651         * src/prefs_account.h
13652         * src/procmsg.c
13653                 Sync with HEAD (add pref to store encrypted mails encrypted)
13654
13655 2004-11-17 [paul]       0.9.12cvs155.1
13656
13657         * ChangeLog
13658         * ChangeLog.claws
13659         * ChangeLog.jp
13660         * NEWS
13661         * configure.ac
13662         * src/compose.c
13663         * src/jpilot.c
13664         * src/privacy.c
13665         * src/procmime.c
13666         * src/procmime.h
13667         * src/procmsg.c
13668         * src/toolbar.c
13669         * src/pixmaps/error.xpm
13670                 sync with HEAD
13671
13672 2004-11-17 [colin]      0.9.12cvs151.1
13673
13674         * src/plugins/pgpmime/pgpmime.c
13675                 Sync with HEAD (remove debug printf)
13676
13677 2004-11-17 [colin]      0.9.12cvs150.1
13678
13679         * src/plugins/pgpmime/pgpmime.c
13680                 Sync with HEAD (off-by-one fix)
13681
13682 2004-11-17 [colin]      0.9.12cvs149.1
13683
13684         * src/procmsg.c
13685                 Sync with HEAD (coding style fixes)
13686
13687 2004-11-16 [colin]      0.9.12cvs148.1
13688
13689         * src/procmsg.c
13690                 Sync with head (Fix the fix)
13691
13692 2004-11-16 [colin]      0.9.12cvs147.1
13693
13694         * src/procmsg.c
13695                 Sync with Main (leak fix)
13696
13697 2004-11-16 [colin]      0.9.12cvs146.14
13698
13699         * src/compose.c
13700                 Remove useless chunk of code
13701                 Patch by Alfons
13702
13703 2004-11-15 [colin]      0.9.12cvs146.13
13704
13705         * src/compose.c
13706                 Fix drafting after insertion
13707                 Patch by Alfons
13708
13709 2004-11-15 [colin]      0.9.12cvs146.12
13710
13711         * src/compose.c
13712         * src/prefs_filtering.c
13713         * src/prefs_filtering_action.c
13714         * src/prefs_toolbar.c
13715                 Fix some const-correctness
13716
13717 2004-11-15 [colin]      0.9.12cvs146.11
13718
13719         * src/summaryview.c
13720         * src/prefs_themes.c
13721         * src/messageview.c
13722                 Fix some leaks
13723
13724 2004-11-15 [colin]      0.9.12cvs146.10
13725
13726         * src/codeconv.c
13727                 More unreadable locale fixes
13728
13729 2004-11-14 [colin]      0.9.12cvs146.9
13730
13731         * src/textview.c
13732                 Fix uri_security_check
13733                 Patch by Alfons
13734
13735 2004-11-13 [paul]       0.9.12cvs146.8
13736
13737         * src/folder.c
13738         * src/procmime.c
13739                 fix 2 bugs introduced in last commit
13740
13741 2004-11-13 [paul]       0.9.12cvs146.7
13742
13743         * src/compose.c
13744         * src/exporthtml.c
13745         * src/exportldif.c
13746         * src/folder.c
13747         * src/imap.c
13748         * src/imap_gtk.c
13749         * src/main.c
13750         * src/mainwindow.c
13751         * src/messageview.c
13752         * src/mh_gtk.c
13753         * src/prefs_themes.c
13754         * src/procmime.c
13755         * src/setup.c
13756         * src/summaryview.c
13757                 replace deprecated g_basename
13758
13759 2004-11-13 [paul]       0.9.12cvs146.6
13760
13761         * src/compose.c
13762         * src/imap.c
13763         * src/matcher_parser.h
13764         * src/matcher_parser_parse.y
13765         * src/prefs_filtering.c
13766         * src/prefs_filtering_action.c
13767         * src/prefs_themes.c
13768         * src/prefs_toolbar.c
13769         * src/common/utils.c
13770                 various small fixes/cleanups
13771
13772 2004-11-12 [colin]      0.9.12cvs146.5
13773
13774         * src/textview.c
13775                 Validate event's origin on visibility notify
13776                 Patch by Alfons.
13777
13778 2004-11-12 [paul]       0.9.12cvs146.4
13779
13780         * src/exporthtml.c
13781         * src/exportldif.c
13782         * src/imap.c
13783         * src/mh.c
13784         * src/mimeview.c
13785         * src/prefs_spelling.c
13786         * src/prefs_themes.c
13787                 replace deprecated g_dirname    
13788
13789 2004-11-12 [colin]      0.9.12cvs146.3
13790
13791         * src/textview.c
13792                 Some coding style fixes
13793
13794 2004-11-12 [colin]      0.9.12cvs146.2
13795
13796         * src/codeconv.c
13797                 We want to replace _all_ extended chars in
13798                 conv_unreadable_*, because any string containing
13799                 extended chars not parsing as UTF8 is 
13800                 undisplayed on gtk2.
13801
13802 2004-11-12 [paul]       0.9.12cvs146.1
13803
13804         * ChangeLog
13805         * ChangeLog.claws
13806         * ChangeLog.jp
13807         * NEWS
13808         * configure.ac
13809         * src/account.c
13810         * src/folderview.c
13811         * src/folderview.h
13812         * src/imap.c
13813         * src/imap_gtk.c
13814         * src/inc.c
13815         * src/mainwindow.c
13816         * src/mh_gtk.c
13817         * src/news_gtk.c
13818         * src/pop.c
13819         * src/prefs_account.c
13820         * src/prefs_account.h
13821         * src/prefs_ext_prog.c
13822         * src/procmime.c
13823         * src/procmime.h
13824         * src/procmsg.c
13825         * src/procmsg.h
13826         * src/summary_search.c
13827         * src/summaryview.c
13828         * src/textview.c
13829         * src/common/defs.h
13830         * src/common/utils.c
13831         * src/common/utils.h
13832         * src/gtk/menu.c
13833         * src/gtk/menu.h
13834                 sync with HEAD
13835
13836 2004-11-11 [colin]      0.9.12cvs144.2
13837
13838         * src/textview.c
13839                 Fix URI range selection (patch by Alfons)
13840
13841 2004-11-09 [colin]      0.9.12cvs144.1
13842
13843         * ChangeLog.claws
13844         * src/compose.c
13845         * src/folder.c
13846         * src/folder_item_prefs.c
13847         * src/prefs_account.c
13848         * src/prefs_account.h
13849         * src/plugins/pgpmime/pgpmime.c
13850                 Sync with HEAD
13851
13852 2004-11-08 [colin]      0.9.12cvs143.1
13853
13854         * src/summaryview.c
13855                 Sync with HEAD (optimize quicksearch)
13856
13857 2004-11-08 [colin]      0.9.12cvs142.2
13858
13859         * src/compose.c
13860                 Don't wrap when Edit/Auto wrapping is disabled
13861
13862 2004-11-08 [colin]      0.9.12cvs142.1
13863
13864         * src/textview.c
13865                 Sync with HEAD
13866
13867 2004-11-08 [colin]      0.9.12cvs141.1
13868
13869         * src/textview.c
13870                 Sync with HEAD (fix some mail URIs)
13871
13872 2004-11-08 [colin]      0.9.12cvs140.3
13873
13874         * src/textview.c
13875                 o Use text cursor instead of arrow when
13876                   not on a link
13877                 o Fix handling of contiguous links (as in
13878                   "colin@colino.net" <colin@colino.net>)
13879                   This one unveils a bug in get_email_part()
13880
13881 2004-11-07 [colin]      0.9.12cvs140.2
13882
13883         * src/textview.c
13884                 Fix memleak. Patch by Alfons.
13885
13886 2004-11-06 [colin]      0.9.12cvs140.1
13887
13888         * src/compose.c
13889                 Sync with HEAD (don't ask passphrase
13890                 when drafting)
13891
13892 2004-11-06 [paul]       0.9.12cvs139.2
13893
13894         * AUTHORS
13895         * src/textview.c
13896         * src/textview.h
13897                 textview URI handling. hovering over a 
13898                 link displays it in the status bar,
13899                 and changes the mouse pointer to a hand 
13900                 cursor. a link is activated with a single 
13901                 click. (Modified from the) patch by Jean-Yves 
13902                 Lefort <jylefort@users.sourceforge.net>
13903                 
13904
13905 2004-11-05 [colin]      0.9.12cvs139.1
13906
13907         * src/compose.c
13908         * src/procmime.c
13909                 Sync with HEAD again ^^
13910
13911 2004-11-05 [colin]      0.9.12cvs139.1
13912
13913         * src/compose.c
13914         * src/procmime.c
13915                 Sync with HEAD
13916
13917 2004-11-03 [paul]       0.9.12cvs138.1
13918
13919         * ChangeLog.claws
13920         * configure.ac
13921         * po/POTFILES.in
13922         * src/prefs_ext_prog.c
13923         * src/procmime.c
13924         * tools/kdeservicemenu/README
13925         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13926         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13927                 sync with HEAD
13928
13929 2004-11-01 [christoph]  0.9.12cvs136.2
13930
13931         * src/procmime.c
13932                 convert MIME parameters to UTF-8
13933
13934 2004-10-29 [colin]      0.9.12cvs136.1
13935
13936         * src/common/utils.c
13937                 Sync with HEAD (don't use '=' in mime boundary)
13938
13939 2004-10-29 [paul]       0.9.12cvs135.1
13940
13941         * configure.ac
13942         * doc/src/rfc2231.txt
13943         * src/procmime.c
13944         * src/common/quoted-printable.c
13945         * src/common/utils.c
13946         * src/common/utils.h
13947                 sync with HEAD
13948
13949 2004-10-27 [paul]       0.9.12cvs134.1
13950
13951         * configure.ac
13952         * src/main.c
13953         * src/procmime.c
13954         * src/plugins/pgpmime/pgpmime.c
13955                 sync with HEAD
13956
13957 2004-10-26 [paul]       0.9.12cvs132.3
13958
13959         * src/account.c
13960         * src/addressbook.c
13961         * src/addrgather.c
13962         * src/addrharvest.c
13963         * src/codeconv.c
13964         * src/compose.c
13965         * src/customheader.c
13966         * src/editaddress.c
13967         * src/editgroup.c
13968         * src/enriched.c
13969         * src/expldifdlg.c
13970         * src/exporthtml.c
13971         * src/exportldif.c
13972         * src/folder.c
13973         * src/foldersel.c
13974         * src/folderview.c
13975         * src/grouplistdialog.c
13976         * src/html.c
13977         * src/imap.c
13978         * src/jpilot.c
13979         * src/ldapserver.c
13980         * src/ldif.c
13981         * src/mimeview.c
13982         * src/news.c
13983         * src/news_gtk.c
13984         * src/pop.c
13985         * src/prefs_display_header.c
13986         * src/prefs_gtk.c
13987         * src/prefs_msg_colors.c
13988         * src/prefs_toolbar.c
13989         * src/procheader.c
13990         * src/procmime.c
13991         * src/summaryview.c
13992         * src/textview.c
13993         * src/toolbar.c
13994         * src/vcard.c
13995         * src/common/mgutils.c
13996         * src/common/nntp.c
13997         * src/common/smtp.c
13998         * src/common/template.c
13999         * src/common/utils.c
14000         * src/common/xmlprops.c
14001         * src/plugins/pgpmime/pgpmime.c
14002         * src/plugins/pgpmime/select-keys.c
14003         * src/plugins/pgpmime/sgpgme.c
14004                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14005                 g_string_sprintfa(), gtk_notebook_current_page()
14006
14007 2004-10-26 [colin]      0.9.12cvs132.2
14008
14009         * src/prefs_folder_item.c
14010                 Fix default-account selection
14011
14012 2004-10-21 [colin]      0.9.12cvs133
14013
14014         * src/compose.c
14015                 Sync with HEAD (Remove extra separator in compose's Options)
14016         * src/textview.c
14017                 Set wrapping to char
14018
14019 2004-10-21 [paul]       0.9.12cvs131.2
14020
14021         * src/compose.c
14022         * src/sourcewindow.c
14023                 fix wrapping
14024                 fix window shrinking 
14025
14026 2004-10-21 [colin]      0.9.12cvs131.1
14027
14028         * ChangeLog.claws
14029         * src/compose.c
14030                 Sync with HEAD
14031
14032 2004-10-21 [paul]       0.9.12cvs130.2
14033
14034         * src/prefs_folder_item.c
14035                 sync with HEAD (Apply to subfolders)
14036
14037 2004-10-19 [colin]      0.9.12cvs130.1
14038
14039         * ChangeLog.claws
14040         * src/compose.c
14041         * src/common/utils.c
14042         * src/gtk/menu.c
14043                 Sync with HEAD
14044
14045 2004-10-19 [colin]      0.9.12cvs128.1
14046
14047         * src/addrbook.c
14048         * src/addrcache.c
14049         * src/addressbook.c
14050         * src/codeconv.c
14051         * src/compose.c
14052         * src/customheader.c
14053         * src/editaddress.c
14054         * src/editgroup.c
14055         * src/exporthtml.c
14056         * src/folder.c
14057         * src/folderview.c
14058         * src/imap.c
14059         * src/jpilot.c
14060         * src/main.c
14061         * src/matcher_parser_parse.y
14062         * src/mbox.c
14063         * src/pop.c
14064         * src/prefs_account.c
14065         * src/prefs_gtk.c
14066         * src/prefs_msg_colors.c
14067         * src/procheader.c
14068         * src/procmime.c
14069         * src/procmime.h
14070         * src/procmsg.c
14071         * src/summaryview.c
14072         * src/textview.c
14073         * src/common/base64.c
14074         * src/common/partial_download.c
14075         * src/common/socket.c
14076         * src/common/sylpheed.c
14077         * src/common/utils.c
14078         * src/common/utils.h
14079         * src/gtk/pluginwindow.c
14080         * src/gtk/quicksearch.c
14081         * src/plugins/clamav/clamav_plugin.c
14082         * src/plugins/clamav/clamav_plugin.h
14083         * src/plugins/clamav/clamav_plugin_gtk.c
14084         * src/plugins/pgpmime/passphrase.c
14085         * src/plugins/pgpmime/pgpmime.c
14086         * src/plugins/pgpmime/plugin.c
14087         * src/plugins/pgpmime/prefs_gpg.c
14088         * src/plugins/pgpmime/prefs_gpg.h
14089         * src/plugins/pgpmime/select-keys.c
14090         * src/plugins/pgpmime/sgpgme.c
14091         * src/plugins/spamassassin/libspamc.c
14092         * src/plugins/spamassassin/spamassassin.c
14093         * src/plugins/spamassassin/spamassassin.h
14094         * src/plugins/spamassassin/spamassassin_gtk.c
14095         * src/plugins/trayicon/trayicon.c
14096         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14097                 Sync with HEAD
14098
14099 2004-10-14 [colin]      0.9.12cvs126.2
14100
14101         * src/codeconv.c
14102         * src/textview.c
14103                 Fix conv_unreadable_locale
14104
14105 2004-10-13 [colin]      0.9.12cvs126.1
14106
14107         * src/compose.c
14108                 Sync with HEAD (don't convert charset for 
14109                 drafted messages, minor cleanup)
14110
14111 2004-10-13 [colin]      0.9.12cvs125.1
14112
14113         * po/POTFILES.in
14114                 Sync with HEAD (POTFILES fix)
14115
14116 2004-10-12 [colin]      0.9.12cvs124.3
14117
14118         * src/compose.c
14119                 Fix encoding bug from latest sync
14120
14121 2004-10-12 [paul]       0.9.12cvs124.2
14122
14123         * src/plugins/pgpmime/prefs_gpg.c
14124         * src/plugins/pgpmime/prefs_gpg.h
14125                 forgotten in last commit        
14126
14127 2004-10-12 [paul]       0.9.12cvs124.1
14128
14129         * ChangeLog.claws
14130         * configure.ac
14131         * m4/spamassassin.m4
14132         * src/Makefile.am
14133         * src/account.c
14134         * src/compose.c
14135         * src/compose.h
14136         * src/crash.c
14137         * src/main.c
14138         * src/mimeview.c
14139         * src/passphrase.c
14140         * src/passphrase.h
14141         * src/prefs_account.c
14142         * src/prefs_account.h
14143         * src/prefs_common.c
14144         * src/privacy.c
14145         * src/privacy.h
14146         * src/procmime.c
14147         * src/procmime.h
14148         * src/procmsg.c
14149         * src/rfc2015.c
14150         * src/rfc2015.h
14151         * src/select-keys.c
14152         * src/select-keys.h
14153         * src/textview.c
14154         * src/common/utils.c
14155         * src/common/utils.h
14156         * src/gtk/about.c
14157         * src/plugins/pgpmime/Makefile.am
14158         * src/plugins/pgpmime/passphrase.c
14159         * src/plugins/pgpmime/passphrase.h
14160         * src/plugins/pgpmime/pgpmime.c
14161         * src/plugins/pgpmime/plugin.c
14162         * src/plugins/pgpmime/select-keys.c
14163         * src/plugins/pgpmime/select-keys.h
14164         * src/plugins/pgpmime/sgpgme.c
14165         * src/plugins/pgpmime/sgpgme.h
14166                 sync with HEAD
14167
14168 2004-10-04 [colin]      0.9.12cvs122.1
14169
14170         * src/mainwindow.c
14171         * src/messageview.c
14172         * src/messageview.h
14173         * src/textview.c
14174                 Sync with HEAD
14175
14176 2004-10-04 [colin]      0.9.12cvs121.1
14177
14178         * src/summaryview.c
14179                 Sync with HEAD
14180
14181 2004-10-04 [paul]       0.9.12cvs120.1
14182
14183         * configure.ac
14184                 sync with HEAD [don't try to build 
14185                 pgpmime plugin when gpgme is disabled]
14186
14187 2004-10-03 [colin]      0.9.12cvs119.3
14188
14189         * src/gtk/gtksctree.c
14190                 Lots of side effects. Put back as before 117.2.
14191         * src/summaryview.c
14192                 Fix bug #602
14193
14194 2004-10-03 [colin]      0.9.12cvs119.2
14195
14196         * src/gtk/gtksctree.c
14197                 Revert 608 fix that doesn't work that good
14198
14199 2004-10-02 [colin]      0.9.12cvs119.1
14200
14201         * src/mainwindow.c
14202         * src/messageview.c
14203         * src/prefs_common.h
14204         * src/procmime.c
14205         * src/procmime.h
14206         * src/textview.c
14207                 Sync with HEAD
14208         * src/gtk/gtksctree.c
14209                 Close bug #608
14210
14211 2004-10-01 [colin]      0.9.12cvs118.1
14212
14213         * src/mimeview.c
14214                 Sync with HEAD (better Save All fix)
14215
14216 2004-10-01 [colin]      0.9.12cvs117.2
14217
14218         * src/gtk/gtksctree.c
14219                 Faster on selection
14220
14221 2004-10-01 [colin]      0.9.12cvs117.1
14222
14223         * src/mimeview.c
14224                 Sync with HEAD (Save All: only attachments)
14225
14226 2004-10-01 [paul]       0.9.12cvs116.1
14227
14228         * ChangeLog.claws
14229         * configure.ac
14230         * src/account.c
14231         * src/prefs_common.c
14232         * src/gtk/colorlabel.c
14233                 sync with HEAD
14234
14235 2004-09-30 [colin]      0.9.12cvs115.1
14236
14237         * src/stock_pixmap.c
14238         * src/stock_pixmap.h
14239         * src/folderview.c
14240         * src/Makefile.am
14241         * src/pixmaps/read.xpm
14242                 Sync with HEAD (new pixmap)
14243
14244 2004-09-29 [colin]      0.9.12cvs114.1
14245
14246         * src/compose.c
14247                 Sync with HEAD
14248                 Fix focus handling in headers
14249
14250 2004-09-29 [paul]       0.9.12cvs113.1
14251
14252         * src/quote_fmt_parse.y
14253                 sync with HEAD
14254  
14255
14256 2004-09-28 [colin]      0.9.12cvs112.1
14257
14258         * src/folderview.c
14259         * src/mainwindow.c
14260                 Sync with HEAD
14261
14262 2004-09-28 [colin]      0.9.12cvs110.1
14263
14264         * src/folderview.c
14265                 Sync with HEAD (Contextual Empty trash menu)
14266
14267 2004-09-28 [colin]      0.9.12cvs108.1
14268
14269         * src/addressbook.c
14270                 Sync with HEAD (addressbook edit on double-click)
14271
14272 2004-09-28 [colin]      0.9.12cvs106.1
14273
14274         * src/inc.c
14275                 Sync with HEAD (folder_item freeze on inc)
14276
14277 2004-09-27 [colin]      0.9.12cvs105.1
14278
14279         * src/folderview.c
14280                 Sync with HEAD (right-align new and unread column)
14281
14282 2004-09-27 [colin]      0.9.12cvs104.1
14283
14284         * src/main.c
14285                 Sync with HEAD (revert 0.9.12cvs101)
14286
14287 2004-09-24 [colin]      0.9.12cvs103.2
14288
14289         * src/wizard.c
14290                 Fix gtk warnings and use domain part of the email address 
14291                 when domain detection fails (no dot in domain name)
14292
14293 2004-09-23 [colin]      0.9.12cvs103.1
14294
14295         * src/plugins/spamassassin/libspamc.c
14296         * src/plugins/spamassassin/libspamc.h
14297         * src/plugins/spamassassin/utils.c
14298         * src/plugins/spamassassin/utils.h
14299                 Sync with HEAD (Update spamassassin to 3.0)
14300
14301 2004-09-21 [colin]      0.9.12cvs102.3
14302
14303         * src/action.c
14304                 Add horizontal scrollbar in action io dialog as needed
14305                 Patch by Alfons.
14306
14307 2004-09-20 [colin]      0.9.12cvs102.2
14308
14309         * src/plugins/image_viewer/viewer.c
14310                 Remove imlib stuff
14311                 use gtk_pixmap_set when clearing
14312                 (would be better to use gtkImages, but causes size-allocate 
14313                 signals storm)
14314
14315 2004-09-17 [paul]       0.9.12cvs102.1
14316
14317         * ChangeLog
14318         * ChangeLog.claws
14319         * ChangeLog.jp
14320         * configure.ac
14321         * src/inc.c
14322                 sync with HEAD
14323
14324
14325 2004-09-17 [colin]      0.9.12cvs101.1
14326
14327         * ChangeLog.claws
14328         * src/main.c
14329                 Sync with HEAD (fix segs at exit)
14330
14331 2004-09-14 [colin]      0.9.12cvs99.5
14332
14333         * src/common/socket.c
14334         * AUTHORS
14335                 Fix send error on 64bit platforms
14336                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14337
14338 2004-09-14 [colin]      0.9.12cvs99.4
14339
14340         * src/action.c
14341                 Fix action output with utf8 
14342                 Patch by Alfons.
14343
14344 2004-09-14 [colin]      0.9.12cvs99.3
14345
14346         * ChangeLog.claws
14347         * src/folder.c
14348                 Sync with HEAD
14349
14350 2004-09-09 [colin]      0.9.12cvs99.2
14351
14352         * src/action.c
14353                 Fix progress bar (displaying "Completed %v/%u")
14354                 Patch by Alfons.
14355
14356 2004-09-08 [colin]      0.9.12cvs99.1
14357
14358         * src/account.c
14359         * src/folder.c
14360         * src/procmsg.c
14361         * src/procmsg.h
14362         * src/plugins/pgpmime/pgpmime.c
14363                 Sync with HEAD
14364
14365 2004-09-08 [colin]      0.9.12cvs97.2
14366
14367         * src/summaryview.c
14368                 Don't select mails in collapsed threads 
14369                 when navigating with up/down
14370
14371 2004-09-07 [colin]      0.9.12cvs97.1
14372
14373         * src/inc.c
14374                 Sync with HEAD (meaningful error messages)
14375
14376 2004-09-06 [colin]      0.9.12cvs96.1
14377
14378         * src/toolbar.c
14379                 Sync with HEAD (fix Redirect graying out)
14380
14381 2004-09-06 [colin]      0.9.12cvs95.1
14382
14383         * src/summaryview.c
14384         * src/mimeview.c
14385                 Sync with HEAD (fix dropped URIs)
14386
14387 2004-09-06 [colin]      0.9.12cvs94.1
14388
14389         * src/addressbook.c
14390         * src/addressitem.h
14391         * src/addritem.c
14392         * src/addritem.h
14393                 Sync with HEAD (addressbook DnD)
14394
14395 2004-09-03 [colin]      0.9.12cvs93.1
14396
14397         * src/summaryview.c
14398                 Sync with HEAD (next/prev unread)
14399
14400 2004-09-03 [colin]      0.9.12cvs92.1
14401
14402         * src/prefs_common.c
14403         * src/prefs_common.h
14404         * src/summaryview.c
14405                 Sync with HEAD ('mark_as_read_delay' pref)
14406
14407 2004-09-02 [colin]      0.9.12cvs91.2
14408
14409         * src/common/xml.c
14410                 Fix leak
14411
14412 2004-09-02 [colin]      0.9.12cvs91.1
14413
14414         * src/gtk/menu.c
14415                 Sync with HEAD (menu accel don't work, but whatever)
14416
14417 2004-09-02 [colin]      0.9.12cvs90.1
14418
14419         * src/account.c
14420                 Sync with HEAD (fix bug 582)
14421
14422 2004-09-02 [colin]      0.9.12cvs89.1
14423
14424         * src/addrindex.c
14425                 Sync with HEAD (free deleted queries)
14426
14427 2004-09-02 [colin]      0.9.12cvs88.1
14428
14429         * src/ldapquery.c
14430                 Sync with HEAD (fix LDAP freezes)
14431
14432 2004-09-02 [colin]      0.9.12cvs87.1
14433
14434         * src/prefs_spelling.c
14435                 Sync with HEAD (add default dictionary)
14436
14437 2004-09-01 [colin]      0.9.12cvs86.1
14438
14439         * src/filtering.c
14440         * src/folderview.c
14441         * src/imap.c
14442         * src/prefs_matcher.c
14443         * src/stock_pixmap.c
14444         * src/summary_search.c
14445         * src/summaryview.c
14446         * src/wizard.c
14447         * src/wizard.h
14448                 Sync with HEAD (uninitialized vars fixes)
14449                 + gtk2 specific warning fixes
14450
14451 2004-08-31 [colin]      0.9.12cvs85.1
14452
14453         * src/folder.c
14454                 Sync with HEAD (Fix memory corruption due to 
14455                 uninitialized var)
14456
14457 2004-08-31 [colin]      0.9.12cvs84.4
14458
14459         * src/summary_search.c
14460                 Fix segfaults when searching in folders with broken headers
14461
14462 2004-08-31 [colin]      0.9.12cvs84.3
14463
14464         * src/compose.c
14465         * src/textview.c
14466                 Fix some more encoding/decoding issues
14467
14468 2004-08-30 [colin]      0.9.12cvs84.2
14469
14470         * src/mimeview.c
14471         * src/prefs_themes.c
14472         * src/gtk/filesel.c
14473         * src/gtk/filesel.h
14474                 Add a folder-mode selection (fixes mimeview's "Save all")
14475
14476 2004-08-29 [colin]      0.9.12cvs84.1
14477
14478         * src/mimeview.c
14479                 Sync with HEAD (don't escape saved filenames)
14480
14481 2004-08-27 [colin]      0.9.12cvs83.1
14482
14483         * ChangeLog
14484         * ChangeLog.claws
14485         * ChangeLog.jp
14486         * src/mh.c
14487         * src/procheader.c
14488         * src/procmsg.c
14489         * src/procmsg.h
14490         * src/common/utils.c
14491         * src/gtk/menu.h
14492         * po/
14493                 Sync with HEAD 0.9.12cvs83 (sync with main)
14494
14495 2004-08-26 [colin]      0.9.12cvs82.4
14496
14497         * src/codeconv.c
14498                 Fix strange stack corruption
14499                 Convert to utf8 after unmime, not before
14500
14501 2004-08-26 [colin]      0.9.12cvs82.3
14502
14503         * src/main.c
14504         * src/wizard.c
14505                 Fix account folders duplication
14506
14507 2004-08-25 [colin]      0.9.12cvs82.2
14508
14509         * src/wizard.c
14510                 Remove ports
14511                 Add SSL selection
14512                 Use login@server as account name
14513
14514 2004-08-25 [colin]      0.9.12cvs82.1
14515
14516         * src/plugins/pgpmime/pgpmime.c
14517                 Sync with HEAD (leak fix).
14518
14519 2004-08-25 [colin]      0.9.12cvs81.1
14520
14521         * src/plugins/pgpmime/pgpmime.c
14522         * src/plugins/pgpmime/sgpgme.c
14523         * src/plugins/pgpmime/sgpgme.h
14524                 Sync with HEAD (Handle combined messages).
14525
14526 2004-08-24 [colin]      0.9.12cvs80.3
14527
14528         * src/wizard.c
14529                 Fix full name, ports, and imap
14530
14531 2004-08-24 [colin]      0.9.12cvs80.2
14532
14533         * src/Makefile.am
14534         * src/main.c
14535         * src/setup.c
14536         * src/setup.h
14537         * src/stock_pixmap.c
14538         * src/stock_pixmap.h
14539         * src/wizard.c ** ADDED **
14540         * src/wizard.h ** ADDED ** 
14541         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14542                 Add a setup wizard 
14543
14544 2004-08-24 [colin]      0.9.12cvs80.1
14545
14546         * src/folder.c
14547                 Sync with HEAD (set mimeflags on all messages)
14548
14549 2004-08-24 [colin]      0.9.12cvs79.3
14550
14551         * src/matcher_parser_lex.l
14552                 Fix 8bits strings not in utf8
14553
14554 2004-08-24 [colin]      0.9.12cvs79.2
14555
14556         * src/compose.c
14557                 Check conversion result before replacing buffer
14558
14559 2004-08-23 [colin]      0.9.12cvs79.1
14560
14561         * src/compose.c
14562                 Sync with HEAD (create message header in memory)
14563
14564 2004-08-23 [colin]      0.9.12cvs78.1
14565
14566         * src/rfc2015.c
14567         * src/rfc2015.h
14568                 Sync with HEAD (fix bug 197 again)
14569
14570 2004-08-23 [colin]      0.9.12cvs77.3
14571
14572         * src/compose.c
14573                 Fix again inline gpg signing (which outputs utf8
14574                 in gtk2). Not syncing this fix to HEAD as this 
14575                 code is meant to die.
14576
14577 2004-08-23 [colin]      0.9.12cvs77.2
14578
14579         * src/prefs_account.h
14580                 Remove useless include
14581
14582 2004-08-23 [colin]      0.9.12cvs77.1
14583
14584         * src/imap.c
14585         * po/es.po
14586         * po/fr.po
14587         * po/it.po
14588         * po/pl.po
14589         * po/pt_BR.po
14590         * po/sk.po
14591         * po/sr.po
14592                 Sync with HEAD (fix bug 577)
14593
14594 2004-08-22 [colin]      0.9.12cvs76.1
14595
14596         * src/plugins/trayicon/trayicon.c
14597                 Sync with HEAD (fix formatting bug)
14598
14599 2004-08-21 [colin]      0.9.12cvs74.2
14600
14601         * src/gtk/colorsel.c
14602                 Fix bug 564 (Folder color selection window exits on any
14603                 keypress)
14604
14605 2004-08-21 [colin]      0.9.12cvs74.1
14606
14607         * ChangeLog.claws
14608         * src/compose.c
14609         * src/summaryview.c
14610         * src/toolbar.c
14611                 Sync with HEAD (fix bug 576)
14612
14613 2004-08-21 [colin]      0.9.12cvs70.1
14614
14615         * src/compose.c
14616         * src/mainwindow.c
14617                 Sync with HEAD
14618                 
14619
14620 2004-08-21 [paul]       0.9.12cvs66.4
14621
14622         * src/mainwindow.c
14623         * src/messageview.c
14624         * src/gtk/menu.c
14625         * src/plugins/spamassassin/spamassassin_gtk.c
14626                 remove some deprecated gtk1 functions
14627
14628
14629 2004-08-21 [colin]      0.9.12cvs66.3
14630
14631         * src/compose.c
14632         * src/codeconv.c
14633                 Fix warnings
14634                 Remove encoding hacks
14635                 Fix bug 575 (Strange character messes up message)
14636                 Don't display conversion error when drafting
14637
14638 2004-08-21 [paul]       0.9.12cvs66.2
14639
14640         * src/prefs_account.c
14641                 fix GnuPG mode bugs
14642
14643
14644 2004-08-20 [colin]      0.9.12cvs66.1
14645
14646         * src/codeconv.c
14647                 Sync with HEAD 0.9.12cvs66
14648
14649 2004-08-20 [paul]
14650
14651         * src/plugins/pgpmime/plugin.c
14652                 modify PGP/MIME plugin's description
14653
14654 2004-08-17 [colin]      0.9.12cvs65.1
14655
14656         * src/common/ssl.c
14657         * src/plugins/pgpmime/plugin.c
14658                 Sync with HEAD
14659
14660 2004-08-14 [colin]      0.9.12cvs60.3
14661
14662         * src/plugins/trayicon/trayicon.c
14663                 Put back resize callback, on size-request signal
14664                 rather than size-allocate to avoid infinite 
14665                 callback loop
14666
14667 2004-08-13 [colin]      0.9.12cvs60.2
14668
14669         * src/common/defs.h
14670                 Cache versions have been fixed
14671
14672 2004-08-13 [colin]      0.9.12cvs60.1
14673
14674         * src/folderutils.c
14675                 Sync with HEAD
14676
14677 2004-08-12 [colin]      0.9.12cvs59.1
14678
14679         * src/plugins/trayicon/trayicon.c
14680                 Sync with HEAD
14681
14682 2004-08-12 [colin]      0.9.12cvs57.5
14683
14684         * sylpheed.desktop
14685         * configure.ac
14686         * src/Makefile.am
14687         * src/main.c
14688                 Add support for Freedesktop.org's startup notification
14689
14690 2004-08-11 [colin]      0.9.12cvs57.4
14691
14692         * src/textview.c
14693                 Fix off-by-one
14694
14695 2004-08-11 [colin]      0.9.12cvs57.3
14696
14697         * src/message_search.c
14698         * src/summary_search.c
14699                 Make searches case insensitive by default
14700         * src/textview.c
14701                 Fix case-insensitive search in message
14702
14703 2004-08-11 [colin]      0.9.12cvs57.2
14704
14705         * src/summary_search.c
14706                 Let case-sensitive be specified
14707
14708 2004-08-10 [colin]      0.9.12cvs55.4
14709
14710         * src/common/socket.c
14711                 Fix the possible race condition
14712
14713 2004-08-09 [paul]       0.9.12cvs55.3
14714
14715         * configure.ac
14716         * src/Makefile.am
14717         * src/common/Makefile.am
14718                 sync with HEAD
14719
14720
14721 2004-08-09 [paul]       0.9.12cvs55.2
14722
14723         * autogen.sh
14724         * po/poconv.sh
14725                 remove unneeded script
14726
14727         * configure.ac
14728                 add forgotten USE_LDAP_TLS (sync with HEAD)
14729
14730
14731 2004-08-09 [colin]      0.9.12cvs55.1
14732
14733         * src/main.c
14734         * src/common/ssl.c
14735         * src/common/sylpheed.c
14736         * src/common/sylpheed.h
14737                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14738
14739 2004-08-09 [paul]       0.9.12cvs54.1
14740
14741         * ChangeLog
14742         * ChangeLog.claws
14743         * ChangeLog.jp
14744         * configure.ac
14745         * po/POTFILES.in
14746         * src/Makefile.am
14747         * src/folderutils.c
14748         * src/main.c
14749         * src/pgpmime.c
14750         * src/pgpmime.h
14751         * src/sgpgme.c
14752         * src/sgpgme.h
14753         * src/plugins/Makefile.am
14754         * src/plugins/pgpmime/.cvsignore
14755         * src/plugins/pgpmime/Makefile.am
14756         * src/plugins/pgpmime/pgpmime.c
14757         * src/plugins/pgpmime/pgpmime.h
14758         * src/plugins/pgpmime/plugin.c
14759         * src/plugins/pgpmime/sgpgme.c
14760         * src/plugins/pgpmime/sgpgme.h
14761                 sync with HEAD
14762
14763 2004-08-08 [paul]       0.9.12cvs51.1
14764
14765         * configure.ac
14766         * src/folder.c
14767                 sync with HEAD
14768
14769 2004-08-07 [colin]      0.9.12cvs50.1
14770
14771         * src/pop.c
14772         * src/common/partial_download.c
14773                 fix warnings (sync from HEAD)
14774
14775 2004-08-07 [colin]      0.9.12cvs48.1
14776
14777         * src/prefs_folder_item.c
14778                 sync with HEAD 0.9.12cvs48
14779
14780 2004-08-06 [colin]      0.9.12cvs47.1
14781
14782         * src/compose.c
14783                 Sync with HEAD
14784
14785 2004-08-06 [christoph]  0.9.12cvs46.2
14786
14787         * src/main.c
14788         * src/plugins/clamav/clamav_plugin_gtk.c
14789         * src/plugins/dillo_viewer/dillo_viewer.c
14790         * src/plugins/image_viewer/plugin.c
14791         * src/plugins/mathml_viewer/mathml_viewer.c
14792         * src/plugins/spamassassin/spamassassin_gtk.c
14793         * src/plugins/trayicon/trayicon.c
14794                 don't mix GTK1.2 plugin with GTK2 plugins
14795
14796 2004-08-06 [colin]      0.9.12cvs46.1
14797
14798         * ChangeLog
14799         * ChangeLog.claws
14800         * ChangeLog.jp
14801         * configure.ac
14802         * sylpheed-claws.pc.in
14803         * src/folder.c
14804         * src/imap.c
14805         * src/localfolder.c
14806         * src/messageview.c
14807         * src/mimeview.c
14808         * src/mimeview.h
14809         * src/msgcache.c
14810         * src/news.c
14811         * src/prefs_ext_prog.c
14812         * src/prefs_folder_item.c
14813         * src/prefs_fonts.c
14814         * src/prefs_msg_colors.c
14815         * src/prefs_spelling.c
14816         * src/prefs_themes.c
14817         * src/prefs_toolbar.c
14818         * src/prefs_wrapping.c
14819         * src/procmime.h
14820         * src/common/defs.h
14821         * src/common/nntp.c
14822         * src/common/session.c
14823         * src/common/session.h
14824         * src/common/socket.c
14825         * src/common/utils.h
14826         * src/common/xml.c
14827         * src/common/xml.h
14828         * src/gtk/prefswindow.c
14829         * src/gtk/prefswindow.h
14830         * src/plugins/clamav/clamav_plugin_gtk.c
14831         * src/plugins/dillo_viewer/dillo_prefs.c
14832         * src/plugins/image_viewer/viewerprefs.c
14833         * src/plugins/spamassassin/spamassassin_gtk.c
14834         * m4/openssl.m4 *** REMOVED ***
14835                 Sync with HEAD 0.9.12cvs46
14836
14837 2004-08-03 [paul]       0.9.12cvs40.2
14838
14839         * src/action.c
14840         * src/addressadd.c
14841         * src/addressbook.c
14842         * src/addrgather.c
14843         * src/browseldap.c
14844         * src/compose.c
14845         * src/crash.c
14846         * src/editaddress.c
14847         * src/editgroup.c
14848         * src/editldap_basedn.c
14849         * src/foldersel.c
14850         * src/importldif.c
14851         * src/mimeview.c
14852         * src/prefs_common.c
14853         * src/prefs_template.c
14854         * src/sourcewindow.c
14855         * src/summaryview.c
14856         * src/gtk/about.c
14857         * src/gtk/foldersort.c
14858         * src/gtk/logwindow.c
14859         * src/gtk/pluginwindow.c
14860         * src/gtk/prefswindow.c
14861                 change all gtk_scrolled_window_set_policy from 
14862                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14863
14864 2004-08-02 [paul]       0.9.12cvs40.1
14865
14866         * AUTHORS
14867                 update translation team section
14868         * po/pt_BR.po
14869                 updated by Frederico Goncalves Guimaraes
14870                 <fggdebian@yahoo.com.br>
14871
14872 2004-07-31 [colin]      0.9.12cvs39.9
14873
14874         * src/exphtmldlg.c
14875                 Fix compilation
14876
14877 2004-07-31 [colin]      0.9.12cvs39.8
14878
14879         * src/exphtmldlg.c
14880                 Fix an alertpanel type
14881
14882 2004-07-30 [colin]      0.9.12cvs39.7
14883
14884         * src/alertpanel.c
14885                 Fix alertpanel_error_log's icon
14886
14887 2004-07-30 [colin]      0.9.12cvs39.6
14888
14889         * src/pop.c
14890                 Two of them should still be warnings
14891
14892 2004-07-30 [colin]      0.9.12cvs39.5
14893
14894         * src/pop.c
14895                 More warning -> error
14896 2004-07-29 [colin]      0.9.12cvs39.4
14897
14898         * src/pop.c
14899                 Warning -> error
14900
14901 2004-07-29 [colin]      0.9.12cvs39.3
14902
14903         * src/prefs_matcher.c
14904                 Fix segfault
14905
14906 2004-07-29 [colin]      0.9.12cvs39.2
14907
14908         * src/alertpanel.c
14909                 More nice-looking alertpanels
14910
14911 2004-07-29 [colin]      0.9.12cvs39.1
14912
14913         * src/messageview.c
14914                 sync with head
14915                 (inform user when partial mail is deleted on server)
14916
14917 2004-07-29 [colin]      0.9.12cvs38.1
14918
14919         * src/messageview.c
14920                 sync with head
14921
14922 2004-07-28 [paul]       0.9.12cvs37.7
14923
14924         * src/mainwindow.c
14925                 complete the replacement of deprecated gtk_progress_*
14926
14927 2004-07-28 [paul]       0.9.12cvs37.6
14928
14929         * src/action.c
14930         * src/inc.c
14931         * src/mainwindow.c
14932         * src/send_message.c
14933         * src/gtk/progressdialog.c
14934         * src/gtk/progressdialog.h
14935                 replace deprecated gtk_progress_*
14936
14937 2004-07-28 [paul]       0.9.12cvs37.5
14938
14939         * src/gtk/filesel.c
14940                 remove gtk_window_set_wmclass()
14941 2004-07-28 [paul]       0.9.12cvs37.4
14942
14943         * src/addressbook.c
14944         * src/compose.c
14945         * src/foldersel.c
14946         * src/mainwindow.c
14947         * src/messageview.c
14948         * src/sourcewindow.c
14949         * src/gtk/logwindow.c
14950                 remove gtk_window_set_wmclass()
14951                 
14952         * src/prefs_filtering.c
14953         * src/prefs_filtering_action.c
14954         * src/prefs_fonts.c
14955         * src/prefs_gtk.c
14956         * src/prefs_matcher.c
14957         * src/ssl_manager.c
14958         * src/gtk/prefswindow.c
14959                 replace gtk_window_position()
14960
14961 2004-07-28 [colin]      0.9.12cvs37.3
14962
14963         * src/alertpanel.c
14964         * src/alertpanel.h
14965                 Add a way to specify panel type for specific
14966                 panels (alertpanel())
14967         * src/account.c
14968         * src/addressbook.c
14969         * src/compose.c
14970         * src/expldifdlg.c
14971         * src/main.c
14972         * src/messageview.c
14973         * src/summaryview.c
14974         * src/textview.c
14975         * src/gtk/sslcertwindow.c
14976                 Fix alertpanel()s so that their icon match
14977                 their real type
14978
14979 2004-07-28 [paul]       0.9.12cvs37.2
14980
14981         * src/addr_compl.c
14982         * src/addressbook.c
14983         * src/alertpanel.c
14984         * src/compose.c
14985         * src/export.c
14986         * src/foldersel.c
14987         * src/folderview.c
14988         * src/grouplistdialog.c
14989         * src/import.c
14990         * src/mainwindow.c
14991         * src/message_search.c
14992         * src/messageview.c
14993         * src/passphrase.c
14994         * src/prefs_actions.c
14995         * src/prefs_common.c
14996         * src/prefs_customheader.c
14997         * src/prefs_display_header.c
14998         * src/prefs_filtering.c
14999         * src/prefs_filtering_action.c
15000         * src/prefs_gtk.c
15001         * src/prefs_matcher.c
15002         * src/prefs_msg_colors.c
15003         * src/prefs_summary_column.c
15004         * src/prefs_template.c
15005         * src/sourcewindow.c
15006         * src/ssl_manager.c
15007         * src/summary_search.c
15008         * src/gtk/colorsel.c
15009         * src/gtk/description_window.c
15010         * src/gtk/gtkaspell.c
15011         * src/gtk/inputdialog.c
15012         * src/gtk/logwindow.c
15013         * src/gtk/prefswindow.c
15014         * src/gtk/progressdialog.c
15015                 replace deprecated gtk_window_set_policy
15016
15017 2004-07-27 [colin]      0.9.12cvs37.1
15018
15019         * src/msgcache.c
15020                 More fixes (synced for head again)
15021
15022 2004-07-27 [colin]      0.9.12cvs35.3
15023
15024         * src/msgcache.c
15025                 Fix wrong test
15026
15027 2004-07-27 [colin]      0.9.12cvs35.2
15028
15029         * src/mimeview.c
15030                 Fix width a bit (by Paul)
15031         * src/alertpanel.c
15032         * src/alertpanel.h
15033                 Specialize icons, make alertpanel_message()
15034                 private
15035         * src/message_search.c
15036         * src/sgpgme.c
15037         * src/summary_search.c
15038                 Suit alertpanel changes
15039
15040 2004-07-27 [colin]      0.9.12cvs35.1
15041
15042         * src/alertpanel.c
15043                 Add an icon
15044         * src/passphrase.c
15045                 Add debug output - maybe someone will
15046                 want to look at the problem with Grab
15047                 Input :)
15048         Bump version as we're synced with HEAD
15049
15050 2004-07-26 [colin]      0.9.12cvs33.26
15051
15052         * src/pop.c
15053                 Fix uidl-file parsing when not in new
15054                 format
15055
15056 2004-07-26 [colin]      0.9.12cvs33.25
15057
15058         * src/gtk/menu.c
15059                 Move popup menu up if necessary (fixes 
15060                 account selector)
15061         * src/mainwindow.c
15062                 Set account selector's button height to
15063                 minimum
15064
15065 2004-07-26 [colin]      0.9.12cvs33.24
15066
15067         * src/alertpanel.c
15068                 Maybe fix 551 (Truncated font in alert window)
15069
15070 2004-07-26 [colin]      0.9.12cvs33.23
15071
15072         * po/de.po
15073         * po/es.po
15074         * po/fr.po
15075         * po/it.po
15076         * po/ja.po
15077         * po/pl.po
15078         * po/ru.po
15079         * po/sk.po
15080         * po/sr.po
15081         * po/zh_CN.po
15082                 Sync po files with HEAD
15083
15084 2004-07-26 [paul]       0.9.12cvs33.22
15085
15086         * src/compose.c
15087                 fix Bug 556 'Organisation-header is sent even if empty'
15088
15089 2004-07-24 [colin]      0.9.12cvs33.21
15090
15091         * src/compose.c
15092         * src/gtk/gtkaspell.c
15093         * src/gtk/gtkaspell.h
15094                 Fix speller accelerators (require hack)
15095
15096 2004-07-24 [colin]      0.9.12cvs33.20
15097
15098         * src/gtk/gtkaspell.c
15099                 Fix over-eager code deletion breaking
15100                 Check while typing
15101
15102 2004-07-24 [colin]      0.9.12cvs33.19
15103
15104         * src/browseldap.c
15105         * src/ldapctrl.c
15106         * src/ldapctrl.h
15107         * src/ldapserver.h
15108                 Sync ldap with HEAD
15109         (Fixes 546 LDAP completely broken)
15110
15111 2004-07-24 [colin]      0.9.12cvs33.18
15112
15113         * src/prefs_msg_colors.c
15114                 Fix prototype mismatch
15115         (Fixes 547 void function cannot return value)
15116
15117 2004-07-24 [colin]      0.9.12cvs33.17
15118
15119         * src/mainwindow.c
15120                 Fix sort going back to previous sort key
15121                 when changing sort direction
15122
15123 2004-07-24 [colin]      0.9.12cvs33.16
15124
15125         * src/compose.c
15126                 Fix space insertion when re-wrapping at 
15127                 cursor point
15128
15129 2004-07-24 [colin]      0.9.12cvs33.15
15130
15131         * src/gtk/gtkaspell.c
15132                 Don't change cursor position in insert-text
15133                 callback
15134         (Fixes 539 Word wrapping on input transposes letters)
15135
15136 2004-07-24 [colin]      0.9.12cvs33.14
15137
15138         * src/gtk/gtkaspell.c
15139                 Reencode non-ascii chars to dictionary's
15140                 encoding
15141         (Fixes 544 Spell check broken non english locale)
15142
15143 2004-07-24 [colin]      0.9.12cvs33.13
15144
15145         * src/summaryview.c
15146                 Fix Shift+Down, add Home/End/PgUp/PgDown
15147
15148 2004-07-21 [colin]      0.9.12cvs33.12
15149
15150         * src/prefs_common.c
15151                 Fix a gtk warning (Patch by Andrej Kacian)
15152
15153 2004-07-21 [colin]      0.9.12cvs33.11
15154
15155         * src/gtk/filesel.c
15156                 More check
15157
15158 2004-07-21 [colin]      0.9.12cvs33.10
15159
15160         * src/compose.c
15161         * src/crash.c
15162         * src/export.c
15163         * src/import.c
15164         * src/messageview.c
15165         * src/mimeview.c
15166         * src/prefs_spelling.c
15167         * src/prefs_themes.c
15168         * src/summaryview.c
15169         * src/gtk/filesel.c
15170         * src/gtk/filesel.h
15171         * src/gtk/pluginwindow.c
15172                 Untwist open/save mode guessing logic, make
15173                 it explicit
15174
15175 2004-07-20 [colin]      0.9.12cvs33.9
15176
15177         * src/codeconv.c
15178                 conv_encode_header: src_charset is UTF-8 on
15179                 gtk2
15180         * src/compose.c
15181                 Remove double encoding of the headers
15182
15183 2004-07-20 [colin]      0.9.12cvs33.8
15184
15185         * src/codeconv.c
15186                 Fix typo
15187
15188 2004-07-20 [colin]      0.9.12cvs33.7
15189
15190         * src/mainwindow.c
15191                 Set the separated messageview to the saved
15192                 size of Claws' messageview (Patch by Alfons)
15193                 Fix a callback prototype (me)
15194
15195 2004-07-20 [colin]      0.9.12cvs33.6
15196
15197         * src/codeconv.h
15198                 Forgot one hunk in 0.9.12cvs33.4
15199
15200 2004-07-19 [colin]      0.9.12cvs33.5
15201
15202         * src/action.c
15203                 Action output fix
15204                 Patch by Alfons
15205
15206 2004-07-19 [colin]      0.9.12cvs33.4
15207
15208         * src/compose.c
15209                 Fix outgoing charset bug in headers
15210         * src/codeconv.c
15211                 Clean for glib2 - Patch by Alfons
15212
15213 2004-07-19 [colin]      0.9.12cvs33.3
15214
15215         * src/statusbar.c
15216                 Remove grip from the statusbar
15217                 Patch by Alfons
15218
15219 2004-07-19 [colin]      0.9.12cvs33.2
15220
15221         * src/messageview.c
15222         * src/textview.c
15223                 Fix messageview remembering the previous
15224                 scroll position when loading a new message
15225                 Patch by Alfons
15226
15227 2004-07-19 [colin]      0.9.12cvs33.1
15228
15229         * src/folder.h
15230         * src/folderview.c
15231         * src/summaryview.c
15232                 Sync with HEAD
15233
15234 2004-07-18 [colin]      0.9.12cvs32.7
15235
15236         * configure.ac
15237                 Remove useless check for XIM - noticed
15238                 by Alfons
15239
15240 2004-07-18 [colin]      0.9.12cvs32.6
15241
15242         * src/summaryview.c
15243                 Remove non-modified and shift-modified
15244                 accelerators in summaryview's popup
15245                 menu, as that doesn't get catched by
15246                 the accel-activate signal catcher...
15247
15248 2004-07-18 [colin]      0.9.12cvs32.5
15249
15250         * src/prefs_common.c
15251                 Define sensible default prefs for 
15252                 wrapping
15253
15254 2004-07-18 [colin]      0.9.12cvs32.4
15255
15256         * src/compose.c
15257         * src/prefs_common.c
15258         * src/prefs_common.h
15259         * src/prefs_wrapping.c
15260                 Remove Smart Wrapping pref, which does
15261                 nothing on gtk2 branch
15262
15263 2004-07-18 [colin]      0.9.12cvs32.3
15264
15265         * src/sourcewindow.c
15266                 Proper utf8
15267
15268 2004-07-18 [colin]      0.9.12cvs32.2
15269
15270         * src/compose.c
15271                 Save attachment status when drafting
15272
15273 2004-07-18 [colin]      0.9.12cvs32.1
15274
15275         * src/gtk/filesel.c
15276                 Fix erratic folder selection in open mode
15277
15278 2004-07-18 [colin]      0.9.12cvs31.11
15279
15280         * src/pop.c
15281                 Don't let partial messages get deleted
15282                 even with "dowload all"
15283                 (0.9.12cvs31.8 fix extension)
15284 2004-07-18 [colin]      0.9.12cvs31.10
15285
15286         * src/gtk/logwindow.c
15287                 Fix log scrolling
15288
15289 2004-07-18 [colin]      0.9.12cvs31.9
15290
15291         * src/common/utils.c
15292                 Fix non-utf8 strings coming from commands
15293                 and files
15294
15295 2004-07-18 [colin]      0.9.12cvs31.8
15296
15297         * src/pop.c
15298                 Fix partial download bug with Download all
15299                 messages option
15300
15301 2004-07-18 [colin]      0.9.12cvs31.7
15302
15303         * src/textview.c
15304                 Fix bug introduced in 0.9.12cvs31.2
15305                 (blocked in select mode after double click)
15306
15307 2004-07-18 [colin]      0.9.12cvs31.6
15308
15309         * src/compose.c
15310         * src/gtk/menu.c
15311                 More glib-warning fixes
15312
15313 2004-07-18 [colin]      0.9.12cvs31.5
15314
15315         * src/compose.c
15316                 Fix trashing the primary clipboard when moving 
15317                 around with tab
15318         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15319
15320 2004-07-18 [colin]      0.9.12cvs31.4
15321
15322         * src/codeconv.c
15323                 convert unencoded iso headers to utf8
15324         (Fix Bug 538 Unencoded local characters in subject make it 
15325          disappear)
15326
15327 2004-07-18 [colin]      0.9.12cvs31.3
15328
15329         * src/compose.c
15330                 Fix tab char handling in wrapping
15331         (Fix Bug 537 Line wrap problem - TAB character treated as 
15332          one character instead of 8)
15333
15334 2004-07-18 [colin]      0.9.12cvs31.2
15335
15336         * src/textview.c
15337                 return FALSE on GDK_MOTION_NOTIFY
15338         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15339          (unable to highlight))
15340
15341 2004-07-18 [colin]      0.9.12cvs31.1
15342
15343         * src/folderview.c
15344                 Sync with 0.9.12cvs31
15345
15346 2004-07-18 [colin]      0.9.12cvs30.4
15347
15348         * src/compose.c
15349                 Also block text_inserted when inserting a file
15350
15351 2004-07-18 [colin]      0.9.12cvs30.3
15352
15353         * src/compose.c
15354                 Fix smart wrapping (block text_inserted handler
15355                 while putting quotation to avoid wrap on input,
15356                 don't join lines if next is sig separator)
15357
15358 2004-07-17 [colin]      0.9.12cvs30.2
15359
15360         * src/folderview.c
15361         * src/mainwindow.c
15362         * src/mimeview.c
15363         * src/summaryview.c
15364         * src/gtk/quicksearch.c
15365         * src/gtk/quicksearch.h
15366                 Block key events handlers *and* accels while
15367                 quicksearch is focused
15368         (Fixes Bug 534 quick-search bar not accepting certain letters)
15369
15370 2004-07-17 [colin]      0.9.12cvs30.1
15371
15372         * src/folder.h
15373         * src/folderview.c
15374         * src/summaryview.c
15375                 Sync with 0.9.12cvs30
15376
15377 2004-07-17 [colin]      0.9.12cvs28.2
15378
15379         * src/mimeview.c
15380         * src/procmime.c
15381         * src/summaryview.c
15382         * src/gtk/menu.c
15383                 Squash some compile and glib warnings
15384
15385 2004-07-17 [paul]       0.9.12cvs28.1
15386
15387         * src/mimeview.c
15388                 sync with 0.9.12cvs28 HEAD
15389
15390 2004-07-16 [paul]       0.9.12cvs26.1
15391         
15392         * src/gtk/quicksearch.c
15393         * src/account.c
15394         * src/account.h
15395         * src/compose.c
15396         * src/customheader.c
15397         * src/folder_item_prefs.c
15398         * src/main.c
15399         * src/mainwindow.c
15400         * src/messageview.c
15401         * src/mimeview.c
15402         * src/news.c
15403         * src/pgpmime.c
15404         * src/pop.c
15405         * src/pop.h
15406         * src/prefs_account.c
15407         * src/prefs_account.h
15408         * src/prefs_common.c
15409         * src/prefs_common.h
15410         * src/prefs_display_header.c
15411         * src/prefs_gtk.c
15412         * src/prefs_gtk.h
15413         * src/procheader.c
15414         * src/procmime.c
15415                 sync with 0.9.12cvs26 HEAD      
15416
15417 2004-07-15 [colin]      0.9.12cvs18.14
15418
15419         * src/folder.c
15420                 Disable GPG signature check during
15421                 folder move and scan
15422         (Closes Bug 521 Signature checking slows down Folder-Move)
15423
15424 2004-07-14 [colin]      0.9.12cvs18.13
15425
15426         * src/common/partial_download.c
15427                 update includes
15428
15429 2004-07-14 [colin]      0.9.12cvs18.12
15430
15431         * src/common/partial_download.c
15432         * src/common/partial_download.h
15433                 Move doc at top, add correct copyright
15434
15435 2004-07-14 [colin]      0.9.12cvs18.11
15436
15437         * src/folder.c
15438         * src/messageview.c
15439         * src/pop.c
15440         * src/pop.h
15441         * src/procmsg.c
15442         * src/summaryview.c
15443         * src/common/Makefile.am
15444         * src/common/partial_download.c ** NEW FILES **
15445         * src/common/partial_download.h ** NEW FILES **
15446                 Move partial-download related stuff to its
15447                 own file
15448
15449 2004-07-14 [colin]      0.9.12cvs18.10
15450
15451         * src/send_message.c
15452                 Fix smtp auth when user is null or empty
15453
15454 2004-07-13 [colin]      0.9.12cvs18.9
15455
15456         * src/gtk/quicksearch.c
15457                 Use alphabetic order
15458
15459 2004-07-13 [colin]      0.9.12cvs18.8
15460
15461         * src/pop.c
15462                 Be paranoid on the checks
15463
15464 2004-07-13 [colin]      0.9.12cvs18.7
15465
15466         * src/gtk/quicksearch.c
15467                 Fix Engrish once again
15468
15469 2004-07-13 [colin]      0.9.12cvs18.6
15470
15471         * src/procmsg.c
15472         * src/summaryview.c
15473                 Mark messages for deletion when they are about to
15474                 be removed from trash
15475
15476 2004-07-13 [colin]      0.9.12cvs18.5
15477
15478         * src/matcher.c
15479         * src/matcher.h
15480         * src/matcher_parser_parse.y
15481         * src/prefs_matcher.c
15482         * src/gtk/quicksearch.c
15483                 Add 'partial' ('p') match string to find partially
15484                 downloaded messages
15485
15486 2004-07-13 [colin]      0.9.12cvs18.4
15487
15488         * src/pop.c
15489                 Fix misplaced block
15490
15491 2004-07-13 [colin]      0.9.12cvs18.3
15492
15493         * src/pop.c
15494         * src/pop.h
15495         * src/messageview.c
15496                 Refactor API (to avoid passing 5+ params and code
15497                 duplication)
15498         * src/folder.c
15499         * src/msgcache.c
15500         * src/procheader.c
15501         * src/common/defs.h
15502                 Add planned_download to cache
15503                 Don't mess uidl file when moving partially downloaded
15504                 mails (they change folder, we should change it in the
15505                 uidl list too or we'll remove an incorrect message)
15506                 (this also helps removing hacks when changing 
15507                 planned_download in messageview.c)
15508
15509 2004-07-12 [colin]      0.9.12cvs18.2
15510
15511         * src/gtk/quicksearch.c
15512                 Fix missing status update in quicksearch
15513
15514 2004-07-12 [paul]       0.9.12cvs18.1
15515
15516         * po/POTFILES.in
15517         * src/Makefile.am
15518         * src/account.c
15519         * src/codeconv.c
15520         * src/compose.c
15521         * src/inc.c
15522         * src/main.c
15523         * src/prefs_common.c
15524         * src/procmsg.h
15525         * src/toolbar.c
15526         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15527         * src/prefs_wrapping.[ch]       ** NEW FILES **
15528         * src/common/intl.h
15529         * src/common/utils.[ch]
15530         * src/gtk/quicksearch.[ch]
15531                 sync with 0.9.12cvs18 HEAD
15532
15533 2004-07-12 [colin]      0.9.11cvs17.25
15534
15535         * src/folder.c
15536         * src/folder.h
15537                 Remove unused function added by me in 0.9.11cvs17.10
15538
15539 2004-07-11 [colin]      0.9.11cvs17.24
15540
15541         * src/inc.c
15542         * src/messageview.c
15543         * src/pop.c
15544         * src/pop.h
15545                 Use folderitem and msgnum instead of filename to
15546                 know which mail to delete
15547                 Move old partial mail deletion to pop.c
15548
15549 2004-07-10 [colin]      0.9.11cvs17.23
15550
15551         * src/inc.c
15552                 Add debug
15553         * src/pop.c
15554         * src/pop.h
15555                 Don't re-use same enums for unrelated stuff: it's 
15556                 completely misleading !
15557                 Document a bit
15558
15559 2004-07-09 [colin]      0.9.11cvs17.22
15560
15561         * src/inc.c
15562                 Remove folder-type check and do
15563                 more tests to be sure everything's
15564                 ok
15565         * src/messageview.c
15566                 Punctuation update, remove useless
15567                 code, fix two warnings
15568         * src/noticeview.c
15569                 Layout cleaning, reset 2nd button
15570                 when specifying one
15571
15572 2004-07-09 [colin]      0.9.11cvs17.21
15573
15574         * src/messageview.c
15575         * src/pop.c
15576         * src/pop.h
15577                 Allow user to change his mind
15578                 and postpone decision (by
15579                 unmarking the mail)
15580
15581 2004-07-09 [colin]      0.9.11cvs17.20
15582
15583         * src/messageview.c
15584                 Fix bug with delete state
15585         * src/pop.c
15586         * src/pop.h
15587                 Fix buffer leak (fread doesn't 
15588                 terminate buffers with \0)
15589                 Refactoring (remove magic 
15590                 numbers)
15591
15592 2004-07-09 [colin]      0.9.11cvs17.19
15593
15594         * src/pop.c
15595                 Don't log "Skipping message" if 
15596                 we're going to TOP it two lines
15597                 later
15598
15599 2004-07-09 [colin]      0.9.11cvs17.18
15600
15601         * src/messageview.c
15602                 Fix Engrish
15603
15604 2004-07-09 [colin]      0.9.11cvs17.17
15605
15606         * src/pop.c
15607                 strlen checking...
15608         * src/messageview.c
15609                 refactoring a bit
15610
15611 2004-07-08 [colin]      0.9.11cvs17.16
15612
15613         * src/noticeview.c
15614         * src/noticeview.h
15615                 Add an optional second button
15616         * src/messageview.c
15617         * src/pop.c
15618         * src/pop.h
15619                 Don't delete partially received mails after a certain
15620                 time; rather, let the user decide.
15621
15622 2004-07-08 [colin]      0.9.11cvs17.15
15623
15624         * src/common/smtp.h
15625                 Sync with HEAD
15626
15627 2004-07-08 [colin]      0.9.11cvs17.14
15628
15629         * src/messageview.c
15630         * src/common/smtp.c
15631                 Use to_human_readable() for sizes
15632
15633 2004-07-08 [colin]      0.9.11cvs17.13
15634
15635         * src/inc.c
15636         * src/messageview.c
15637         * src/pop.c
15638         * src/pop.h
15639         * src/procmsg.c
15640                 Fix partial-downloading issues:
15641                         catch unsupported TOP
15642                         don't delete partially downloaded mails before 5 days
15643                         don't update existing with non-MH folders; that'll
15644                         make dups, but it's better than trashing the folder
15645                         free new msginfo parts
15646                 Fix indentation ;-)
15647
15648 2004-07-08 [colin]      0.9.11cvs17.12
15649
15650         * src/common/smtp.c
15651         * src/common/smtp.h
15652                 Sync smtp size verification with HEAD
15653
15654 2004-07-08 [colin]      0.9.11cvs17.11
15655
15656         * src/summaryview.c
15657         * src/prefs_common.c
15658         * src/prefs_common.h
15659         * src/gtk/quicksearch.c
15660         * src/gtk/quicksearch.h
15661                 Sync sticky pref with HEAD
15662
15663 2004-07-08 [colin]      0.9.11cvs17.10
15664
15665         * src/folder.c [1.213.2.6]
15666         * src/folder.h [1.87.2.6]
15667         * src/inc.c [1.149.2.7]
15668         * src/messageview.c [1.94.2.8]
15669         * src/procheader.c [1.47.2.6]
15670         * src/procmsg.c [1.150.2.4]
15671         * src/procmsg.h [1.60.2.5]
15672         * src/pop.c [1.56.2.4]
15673         * src/pop.h [1.17.2.3]
15674                 Let too big messages get downloaded, but truncated
15675                 Add a button to download them completely
15676                 
15677 2004-07-06 [colin]      0.9.11cvs17.9
15678
15679         * src/gtk/quicksearch.c [1.1.2.3]
15680                 Add a Clear button
15681         * commitHelper
15682         * PATCHSETS
15683                 Add a script to help with cvs
15684
15685 2004-07-03 [colin]      0.9.11cvs17.8
15686
15687         * src/plugins/imageviewer/viewer.c
15688                 fix imageviewer (which was staying on the first
15689                 displayed image)
15690
15691 2004-07-03 [colin]      0.9.11cvs17.7
15692
15693         Removed FIXME_GTK2 warnings
15694         * src/gtk/gtkutils.c
15695                 useless #warnings
15696         * src/gtk/menu.c
15697                 useless #warnings (no need to mess with menu rc)
15698         * src/gtk/menu.h
15699                 unused functions
15700         
15701
15702 2004-07-03 [colin]      0.9.11cvs17.6
15703
15704         Removed FIXME_GTK2 warnings
15705         * src/codeconv.c
15706                 useless #warnings (rewrite needed)
15707         * src/compose.c
15708                 useless #warnings (rewrite needed)
15709                 useless #warnings (gtk2 is like that)
15710                 useless #warnings (previously fixed)
15711         * src/main.c
15712                 useless #warnings (previously fixed)
15713         * src/message_search.c
15714                 useless #warnings (gtk2 is like that)
15715                 Made apparent that search is case-sensitive
15716         * src/mimeview.c
15717                 useless #warnings (rewrite needed)
15718                 useless #warnings (gtk2 is like that)
15719                 reimplemented real warnings
15720         * src/prefs_common.c
15721                 Removed block cursor option (not it gtk2)
15722         * src/prefs_gtk.c
15723                 useless #warnings (rewrite needed)
15724         * src/procheader.c
15725                 useless #warnings (rewrite needed)
15726         * src/sourcewindow.c
15727                 useless #warnings (incorrect placing)
15728         * src/summary_search.c
15729                 useless #warnings (gtk2 is like that)
15730                 Made apparent that search is case-sensitive
15731         * src/action.c
15732                 useless #warnings (gtk2 is like that)
15733         * src/textview.c
15734                 useless #warnings (rewrite needed)
15735         * src/toolbar.c
15736                 useless #warnings (rewrite needed)
15737
15738 2004-07-03 [colin]      0.9.11cvs17.5
15739
15740         * src/textview.c
15741                 Fix mismerge which broke URI opening
15742                 
15743 2004-07-01 [colin]      0.9.11cvs17.4
15744
15745         * src/gtk/filesel.c
15746                 Fill filename when saving
15747                 
15748 2004-06-27 [colin]      0.9.11cvs17.3
15749
15750         * src/gtk/filesel.[ch]
15751                 Use the new GTK file selector
15752                 Update prototype to match the reality: multiple file
15753                 selection is open-only          
15754         * src/compose.c
15755                 Match the new prototypes        
15756         * configure.ac
15757                 Match the new requirements (gtk 2.4.0)
15758                         
15759 2004-06-26 [colin]      0.9.11cvs17.2
15760
15761         * src/plugins/trayicon/trayicon.c
15762                 Remove useless signal handler on resize, which causes
15763                 an infinite "loop"
15764         
15765 2004-06-26 [colin]      0.9.11cvs17.1
15766         
15767         * tools/Makefile.am
15768                 remove launch_firebird and add nautilus2sylpheed.sh
15769         * src/quicksearch.c
15770           src/summaryview.c
15771                 Fix show/hide "Extended symbols" button problem
15772                 Fix apparition at startup
15773                 Fix const warnings
15774         * src/plugins/image_viewer/Makefile.am
15775                 Fix configure 
15776         * common/ssl.c
15777                 Re-enable certificate check, as it doesn't seem to
15778                 cause Xlib errors anymore
15779
15780 2004-06-25 [paul]       0.9.11cvs17
15781
15782         * sync with 0.9.11cvs17 HEAD
15783         
15784         NOTE: QuickSearch is broken
15785
15786 2004-06-07 [colin]      0.9.10claws67.10
15787         * src/plugins/trayicon/trayicon.c
15788           src/plugins/trayicon/libeggtrayicon/Makefile.am
15789           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15790                 Fix gettextization in trayicon plugin
15791
15792 2004-06-07 [colin]      0.9.10claws67.9
15793         
15794         * src/summaryview.c
15795           src/gtk/gtksctree.[ch]
15796                 Let Shift+{Up,Down} work in summaryview
15797                 (well, Down "works" and Up works)
15798                 Let the list scroll when using these keys
15799
15800 2004-06-06 [colin]      0.9.10claws67.8
15801
15802         * src/plugins/trayicon/trayicon.c
15803                 Fix pixmap update
15804
15805 2004-06-06 [colin]      0.9.10claws67.7
15806
15807         * src/addressbook.c
15808                 Fix signal handling causing system-wide focus grab
15809
15810 2004-05-25 [paul]       0.9.10claws67.6
15811
15812         * Makefile.am
15813           src/Makefile.am
15814                 clean up
15815
15816 2004-05-25 [paul]       0.9.10claws67.5
15817
15818         * replace deprecated gtk_signal... functions
15819
15820 2004-05-23 [colin]      0.9.10claws67.4
15821
15822         * src/compose.c
15823                 Fix wrapping
15824
15825 2004-05-22 [colin]      0.9.10claws67.3
15826
15827         * src/compose.c
15828                 Re-fix [Edited] in compose.c::compose_reedit()
15829
15830 2004-05-22 [colin]      0.9.10claws67.2
15831
15832         * src/procmime.c
15833                 Fix parsing of multiparts mails
15834
15835 2004-05-22 [colin]      0.9.10claws67.1
15836
15837         * src/summaryview.c
15838                 Fix quicksearch
15839
15840 2004-05-22 [paul]       0.9.10claws67
15841
15842         * sync with 0.9.10claws67 HEAD
15843
15844 2004-05-14 [alfons]
15845
15846         * src/procmime.h
15847                 add forgotton prototype
15848
15849 2004-05-10 [paul]       0.9.10claws57
15850
15851         * sync with 0.9.10claws57 HEAD
15852
15853 2004-05-05 [paul]       0.9.9.claws1
15854
15855         * ChangeLog-gtk2        ** REMOVED **
15856           ChangeLog-gtk2.claws  ** ADDED **
15857                 rename and adopt the normal claws format
15858                 
15859         * configure.ac
15860                 require gtkmathview >= 0.5
15861
15862         * ac/*                          ** REMOVED **
15863           ac/                           ** REMOVED **
15864           intl/Makefile.in              ** REMOVED **
15865           m4/                           ** ADDED **
15866           m4/missing                    ** ADDED **
15867           m4/missing/gdk-pixbuf.m4      ** ADDED **
15868           m4/missing/gettext.m4         ** ADDED **
15869           m4/missing/gpgme.m4           ** ADDED **
15870           m4/missing/imlib.m4           ** ADDED **
15871           m4/.cvsignore                 ** ADDED **
15872           m4/Makefile.am                ** ADDED **
15873           m4/README                     ** ADDED **
15874           m4/aclocal-include.m4         ** ADDED **
15875           m4/aspell.m4                  ** ADDED **
15876           m4/check-type.m4              ** ADDED **
15877           m4/gnupg-check-typedef.m4     ** ADDED **
15878           m4/openssl.m4                 ** ADDED **
15879           m4/spamassassin.m4            ** ADDED **
15880           po/ChangeLog                  ** REMOVED **
15881           po/Makefile.in.in             ** REMOVED **
15882           po/Rules-quot                 ** REMOVED **
15883           po/boldquot.sed               ** REMOVED **
15884           po/en@boldquot.header         ** REMOVED **
15885           po/en@quot.header             ** REMOVED **
15886           po/insert-header.sin          ** REMOVED **
15887           po/quot.sed                   ** REMOVED **
15888           po/remove-potcdate.sed        ** REMOVED **
15889           po/remove-potcdate.sin        ** REMOVED **
15890           po/stamp-po                   ** REMOVED **
15891           Makefile.am
15892           autogen.sh
15893           configure.ac
15894                 enable building with automake 1.8.x
15895                 add 'autopoint --force' to autogen.sh and remove all
15896                 auto-generated files, remove ac/ directory and use
15897                 m4/ directory instead
15898                 
15899         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15900                 fix gettextization
15901
15902 2004-02-28 Colin Leroy <colin@colino.net>
15903         * src/prefs_matcher.c
15904           src/prefs_filtering.c
15905           src/prefs_filtering_action.c
15906                 Fix non-editable GtkEntries
15907
15908 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15909         * src/prefs_themes.c
15910                 utf8 conversion for theme info
15911
15912 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15913         * sync 0.9.9claws
15914
15915 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15916         * src/grouplistdialog.c
15917                 allow multiple selections without ctrl key
15918
15919 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15920         * src/main.c
15921                 enable customizable accelerators
15922
15923 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15924         * src/prefs_common.c
15925                 re-enable different font settings for gtk1/2
15926         * src/prefs_folder_item.c
15927                 fix folder prefs displayed wrong
15928         * src/textview.c
15929                 set 'sunken' shadow type
15930
15931 2004-02-07 Colin Leroy <colin@colino.net>
15932         * src/compose.c
15933                 Fix message being always [Edited]
15934                 Encode headers correctly (utf8 buf)
15935
15936 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15937         * src/socket.c
15938                 remove double g_source_attach()
15939                 (Thanks to Colin Leroy)
15940
15941 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15942         * src/gtk/gtksctree.c
15943                 Fix SSL certificate list not shown
15944         * src/mimeview.c
15945                 Fix clicks in mime tree
15946
15947 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15948         * src/common/socket.c
15949                 Fix SSL receive
15950         * src/compose.c
15951                 Fix clipboard menu hotkeys
15952
15953 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15954         * src/gtk/gtkaspell.[ch]
15955           src/compose.c
15956                 reimplement spellchecker
15957
15958 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15959         * src/gtk/filesel.c
15960                 crash when inserting file in compose window
15961                 (TODO: keep old selection on clicks)
15962         * src/main.c
15963                 use gtkrc-2.0 instead of gtkrc
15964
15965 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15966         * src/messageview.c
15967                 remove orphaned mimeview unref()
15968
15969 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15970         * src/grouplistdialog.c
15971                 expand nodes containing subscribed groups
15972
15973 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15974         * src/textview.c
15975                 textview: hide cursor, restore old click behaviour
15976
15977 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15978         * src/textview.c
15979                 variable names messed up
15980
15981 2004-01-17 Colin Leroy <colin@colino.net>
15982         * src/addr_compl.c
15983                 Fix completion address too thin
15984         * src/compose.c
15985                 Fix tab-to-subject behaviour
15986         * src/summaryview.c
15987                 Implement key up & down in summaryview
15988
15989 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15990
15991         * sync 098claws
15992
15993 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15994         * configure.ac
15995           Makefile.am
15996           doc/.cvsignore
15997           doc/Makefile.am
15998                 faq, man, manual moved to doc/
15999         * ac/aspell.m4
16000           ac/check-type.m4
16001           ac/gnupg-check-typedef.m4
16002           ac/openssl.m4
16003           ac/spamassassin.m4
16004           ac/missing/gdk-pixbuf.m4
16005           ac/missing/gpgme.m4
16006           ac/missing/imlib.m4
16007                 fix automake warnings
16008
16009 2003-12-06 Colin Leroy <colin@colino.net>
16010         * src/summaryview.c
16011                 Fix quicksearch
16012
16013 2003-12-05 Colin Leroy <colin@colino.net>
16014         * src/summaryview.c
16015                 Fix going to next unread folder
16016
16017 2003-12-05 Colin Leroy <colin@colino.net>
16018         * src/crash.c
16019                 Fix gtk2 compilation
16020         * src/session.c
16021                 Remove iotag source handler at disconnection
16022         * src/socket.[ch] 
16023                 Remove source handler when closing socket 
16024                 (fixes another seg)
16025
16026 2003-12-04 Colin Leroy <colin@colino.net>
16027         * src/compose.c
16028           src/prefs_account.c
16029           src/prefs_common.c
16030                 Fix some dropdown menus
16031
16032 2003-12-04 Colin Leroy <colin@colino.net>
16033         * src/compose.c
16034                 Fix event handlers on header fields
16035         * src/common/socket.c
16036           src/common/session.c
16037                 Fix segfault with callback (SSL)
16038                 Fix end of session 
16039
16040 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16041
16042         * Fix compile bug in src/compose.c
16043         * removed src/gtk/gtkstext.[ch]
16044
16045 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16046
16047         * Convert character set and escape "text" attributes in toolbar setting
16048         files.
16049         * Fixed bug in button-press-event handling.
16050
16051 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16052
16053         * Fixed bug in key-press-event handling.
16054
16055 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16056
16057         * Enabled to compile tray-icon plugin (Ad-hoc).
16058         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16059
16060 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16061
16062         * Enabled to compile on sylpheed-claws.
16063         (tray-icon plugin still cannot compile yet.)
16064
16065 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16066
16067         * Updated to 0.9.5.
16068
16069 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16070
16071         * Updated to 0.9.4.
16072         * Ported monitoring SSL mechanism to GSource of GLib2
16073         (I don't confirm it)
16074         * Added _gtk2 suffix to key name of font preference to avoid
16075         ovverwriting preference of Gtk+-1.2 version.
16076
16077 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16078
16079         * Updated to 0.9.2.
16080
16081 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16082
16083         * Updated to 0.9.1.
16084         * Translate po files into UTF-8 when execute autogen.sh.
16085
16086 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16087
16088         * Updated to 0.9.0.
16089
16090 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16091
16092         * Plugged GError related memory leaks.
16093
16094 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16095
16096         * Changed default size of fonts.
16097         * Enabled to set titile font size of warning dialog.
16098
16099 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16100
16101         * Embed a sylpheed icon into executable binary on Windows.
16102
16103 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16104
16105         * I forgot to traslate character set of element string in src/xml.c.
16106
16107 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16108
16109         * Fixed detecting bind_textdomain_codeset in configure.in.
16110         * The bug in which "Example" of "Date fromat" preference isn't displayed
16111         correctly has been fixed.
16112
16113 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16114
16115         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16116           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16117           glib-gettextize
16118           Removed intl directory.
16119           Translated po files into UTF-8.
16120           (Thanks! Ryuji Abe)
16121
16122 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16123
16124         * The bug which doesn't unscape string in xml.c has been fixed.
16125
16126 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16127
16128         * The bug which is failed to translate encoding of file name thorough
16129         file dialog has been fixed.
16130
16131 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16132
16133         * Modified to translate file names which is used in inporting/expoting
16134         mbox feature and "Save as" feature into locale encoding.
16135         * Translate file names into locale encoding when "Attache file" and
16136         "Insert file".
16137         * Force set G_BROKEN_FILENAMES environment variable.
16138         * Other minor fixes.
16139
16140 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16141
16142         * Modified to treat MH folder's name as locale encoding.
16143
16144 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16145
16146         * The bug which clash on switching candidates of auto completion of
16147         addresses, cannot use auto completion in Japanesse is fixed
16148         (Thanks! Tokunaga-san)¡¥
16149
16150 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16151
16152         * The bug which cannot switch key accelerator preference has been fixed
16153         (Thanks! smbd-san)¡¥
16154
16155 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16156
16157         * version 0.8.11-gtk2-20030314
16158
16159 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16160
16161         * The bug in which character set conversion of filtering messages has
16162         been fixed.(Thanks! COCOA-san).
16163
16164 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16165
16166         * Revived "Leave space on head" preference in "Message" category.
16167         * A bug which clash when put the cursor to end of buffer and execute
16168         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16169
16170 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16171
16172         * version 0.8.11-gtk2-20030312
16173
16174 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16175
16176         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16177         * Modified to use Pango's API directly for font preference.
16178         * Integrated GtkTextView of textview to one widget.
16179         * Set fonts of header title in textview by "header_title" tag.
16180         * Removed some deprecated codes.
16181
16182 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16183
16184         * Updated to 0.8.11.
16185         * Merged cygwin patch(Thanks! Sakai-san).
16186
16187 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16188
16189         * version 0.8.10-gtk2-20030309