GTK_STOCK_INFO!
[claws.git] / ChangeLog
1 2006-06-28 [wwp]        2.3.1cvs35
2
3         * src/prefs_template.c
4         * src/prefs_matcher.c
5         * src/prefs_filtering_action.c
6         * src/prefs_quote.c
7                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
8                 patch by Fabien Vantard, slightly modified.
9
10 2006-06-28 [paul]
11
12         2.4.0-rc2 released
13
14 2006-06-28 [colin]      2.3.1cvs34
15
16         * src/prefs_account.c
17                 Fix bug #977 (Can't add or edit imap accounts)
18
19 2006-06-28 [colin]      2.3.1cvs33
20
21         * src/mimeview.c
22                 Fix previous
23
24 2006-06-28 [colin]      2.3.1cvs32
25
26         * src/mimeview.c
27                 Save named inlined attachments with "Save all"
28         * src/main.c
29         * src/mbox.c
30         * src/common/plugin.c
31         * src/common/plugin.h
32         * src/common/sylpheed.c
33         * src/common/utils.c
34         * src/plugins/pgpcore/sylpheed.def
35         * src/plugins/pgpinline/sylpheed.def
36         * src/plugins/pgpmime/sylpheed.def
37                 Win32 compatibility patch, by
38                 Werner Koch
39
40 2006-06-28 [wwp]        2.3.1cvs31
41
42         * src/imap.c
43         * src/prefs_folder_item.c
44                 less compilation warnings (thanks to Fabien Vantard), less typos.
45
46 2006-06-28 [paul]       2.3.1cvs30
47
48         * src/gtk/gtkutils.c
49                 gtk_combo_box_set_focus_on_click() is only
50                 available since gtk 2.6.0
51
52 2006-06-28 [paul]       2.3.1cvs29
53
54         * src/prefs_ext_prog.c
55                 fix engrish and add a tooltip for the
56                 'command for 'Display as text' option
57
58 2006-06-28 [paul]
59
60         2.4.0-rc1 released
61
62 2006-06-28 [paul]       2.3.1cvs28
63
64         * ChangeLog
65         * tools/Makefile.am
66                 include textviewer.pl in releases
67
68 2006-06-28 [paul]       2.3.1cvs27
69
70         * src/prefs_ext_prog.c
71                 hide Print command option if libgnomeprint
72                 support is present
73
74 2006-06-27 [colin]      2.3.1cvs26
75
76         * src/compose.c
77                 Fix Esc handling in insert/attach dialog
78                 Don't show this dialog if dragging something
79                 else than text/uri-list
80                 Thanks to Fabien Vantard
81         * tools/textviewer.pl
82                 Filter script to display stuff as text
83                 by H. Merijn Brand
84
85 2006-06-27 [wwp]        2.3.1cvs25
86
87         * src/messageview.c
88                 use the exact product name (message view title), patch
89                 by Fabien Vantard.
90
91 2006-06-27 [ticho]      2.3.1cvs24
92
93         * src/prefs_account.c
94         * src/prefs_common.c
95         * src/prefs_common.h
96         * src/prefs_ext_prog.c
97         * src/textview.c
98                 Add a preference (Preferences/External programs)
99                 to allow "Display as text" to be done via a script
100                 (patch by H.Merijn Brand).
101                 Use GtkComboBox for protocol selection in account
102                 preferences.
103                 Only include current choice for existing accounts, and
104                 insensitivize the combobox.
105
106 2006-06-27 [paul]       2.3.1cvs23
107
108         * src/mbox.c
109                 fix crasher introduced in cvs21.
110                 Thanks to Colin
111
112 2006-06-26 [colin]      2.3.1cvs22
113
114         * src/mbox.c
115                 Fix double-frees when leaving folders
116                 after exporting to mbox
117
118 2006-06-26 [colin]      2.3.1cvs21
119
120         * src/mbox.c
121                 More feedback (and optimisation)
122                 on import/export
123         * src/common/utils.c
124                 Fix case when looking for mail addresses
125         * src/gtk/gtkutils.c
126                 Extra check for (X-)Face
127
128 2006-06-25 [ticho]      2.3.1cvs20
129
130         * src/compose.c
131         * src/exphtmldlg.c
132         * src/gtk/gtkutils.c
133         * src/gtk/gtkutils.h
134         Added second argument to gtkut_sc_combobox_create() to
135         control focus-on-click for the widget.
136         Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
137
138 2006-06-25 [ticho]      2.3.1cvs19
139
140         * src/compose.c
141         * src/gtk/Makefile.am
142         * src/gtk/combobox.c
143         * src/gtk/combobox.h
144         * src/gtk/gtkutils.c
145         * src/gtk/gtkutils.h
146                 Use GtkComboBox instead of deprecated GtkOptionMenu
147                 for account selector in compose window and for encoding
148                 selector in attachment properties.
149                 Also factorise working with the new GtkComboBox somewhat.
150
151 2006-06-24 [paul]       2.3.1cvs18
152
153         * src/prefs_common.c
154                 use the correct default value
155
156 2006-06-24 [paul]       2.3.1cvs17
157
158         * src/compose.c
159         * src/prefs_common.c
160         * src/prefs_common.h
161         * src/prefs_compose_writing.c
162                 enable setting of default action when
163                 dnd'ing files in the compose window.
164                 (Collaborative effort with wwp)
165
166 2006-06-23 [wwp]        2.3.1cvs16
167
168         * src/compose.c
169                 i18n fix (thanks to Fabien Vantard)
170
171 2006-06-22 [colin]      2.3.1cvs15
172
173         * src/prefs_customheader.c
174                 Don't use filters in custom headers' file 
175                 selector. Remember, extensions mean nothing :)
176
177 2006-06-22 [paul]       2.3.1cvs14
178
179         * configure.ac
180                 allow setting of man directory location
181
182 2006-06-22 [colin]      2.3.1cvs13
183
184         * src/mainwindow.c
185                 Add 'View/Go to/Next unread folder'.
186                 I missed that :)
187
188 2006-06-22 [colin]      2.3.1cvs12
189
190         * src/common/utils.c
191                 Add some subject prefixes
192                 Patch by Bjorn T Johansen <btj@havleik.no>
193
194 2006-06-22 [colin]      2.3.1cvs11
195
196         * manual/advanced.xml
197                 Forgotten hidden pref
198
199 2006-06-21 [paul]       2.3.1cvs10
200
201         * src/prefs_account.c
202                 complete the removal of 'Add date header' option
203
204 2006-06-21 [paul]       2.3.1cvs9
205
206         * src/account.c
207         * src/compose.c
208         * src/prefs_account.c
209         * src/prefs_account.h
210                 remove option to add date header - always
211                 add date header
212         * src/etpan/imap-thread.c
213                 fix warnings (Thanks to Colin)
214
215 2006-06-21 [wwp]        2.3.1cvs8
216
217         * src/folder.c
218                 set the attachment flag when inline text part are (file)named. This is more convenient
219                 when receiving (for instance) inline source files or patches sent using thunderbird.
220
221 2006-06-21 [paul]       2.3.1cvs7
222
223         * src/inc.c
224                 fix off-by-one count of current msg in
225                 statusbar filtering progressbar
226
227 2006-06-21 [paul]       2.3.1cvs6
228
229         * src/folder.c
230                 Show attachment icon even if the part is 'inline'
231                 if the following conditions are met:
232                 - content-type != 'text/plain'
233                 - content-type != '*/pgp-signature'
234                 - either 'name' or 'filename' parameter is not NULL
235                 
236                 Thanks to Colin
237
238 2006-06-21 [paul]       2.3.1cvs5
239
240         * src/messageview.c
241         * src/prefs_common.c
242         * src/prefs_common.h
243         * src/prefs_other.c
244                 add an option to 'Never send Return
245                 Receipts'
246                 Thanks to Colin
247
248 2006-06-20 [mones]      2.3.1cvs4
249
250         * po/es.po
251                 updated
252         * src/compose.c
253                 typo fixed (space after comma)
254         * tools/make.themes.project
255                 remove exec mode from tarball files
256
257 2006-06-20 [colin]      2.3.1cvs3
258
259         * src/news.c
260         * src/procheader.c
261         * src/unmime.c
262                 Better fix for \n's in headers (don't 
263                 break Received: and others)
264
265 2006-06-20 [paul]       2.3.1cvs2
266
267         * src/alertpanel.c
268         * src/textview.c
269                 improve legibility of phishing attempt
270                 dialog
271
272 2006-06-20 [paul]       2.3.1cvs1
273
274         * NEWS
275         * README
276         * configure.ac
277                 Update version number following
278                 stable release
279
280 2006-06-20 [colin]      2.3.0cvs26
281
282         * src/compose.c
283                 When dragging a file to the text of the compose
284                 window, ask whether we want to insert or attach
285                 (I know lots of people who do that to attach)
286
287 2006-06-20 [colin]      2.3.0cvs25
288
289         * src/etpan/imap-thread.c
290                 Fix threshold (the append command is often > 32 bytes)
291
292 2006-06-19 [colin]      2.3.0cvs24
293
294         * src/imap.c
295         * src/etpan/imap-thread.c
296                 Workaround Rockliffe IMAP server bug: replace
297                 "x UID SEARCH (ANSWERED UID 1:*)" with
298                 "x UID SEARCH ANSWERED"
299                 (Rockliffe doesn't handle the parenthesis)
300
301 2006-06-19 [colin]      2.3.0cvs23
302
303         * src/compose.c
304         * src/imap.c
305         * src/etpan/imap-thread.c
306                 Probably fix bug #972 (Freezes when adding 
307                 an attachment to the message)
308         * src/common/defs.h
309                 Modernize Firefox cmd
310
311
312 2006-06-18 [colin]      2.3.0cvs22
313
314         * src/prefs_customheader.c
315                 Only allow correct filenames for various
316                 custom headers
317
318 2006-06-18 [colin]      2.3.0cvs21
319
320         * src/prefs_customheader.c
321                 Add a 'From File...' button in custom headers prefs, which
322                 try to do the right thing: 
323                 for normal headers, use file as plaintext,
324                 for X-Face, calls compface,
325                 for Face, encode to b64.
326
327 2006-06-17 [colin]      2.3.0cvs20
328
329         * src/mh.c
330                 Warning fix
331
332 2006-06-16 [colin]      2.3.0cvs19
333
334         * src/summaryview.c
335                 Recursive quicksearch: show message list
336                 in current folder, *then* search children
337                 in the background.
338
339 2006-06-16 [colin]      2.3.0cvs18
340
341         * src/main.c
342                 Instead of ignoring SIGPIPE, save caches
343                 when getting one. Will fix the fact that
344                 hot caches are out-of-date when logging 
345                 out of Xorg.
346         * src/compose.c
347         * src/prefs_compose_writing.c
348                 Only save text (not attachments) when 
349                 auto-saving to drafts
350         * src/unmime.c
351                 Always replace \n, \r and \t with spaces
352                 in headers
353         * manual/dist/html/Makefile.am
354         * manual/dist/pdf/Makefile.am
355         * manual/dist/ps/Makefile.am
356         * manual/dist/txt/Makefile.am
357         * manual/fr/dist/html/Makefile.am
358         * manual/fr/dist/pdf/Makefile.am
359         * manual/fr/dist/ps/Makefile.am
360         * manual/fr/dist/txt/Makefile.am
361         * manual/pl/dist/html/Makefile.am
362         * manual/pl/dist/pdf/Makefile.am
363         * manual/pl/dist/ps/Makefile.am
364         * manual/pl/dist/txt/Makefile.am
365                 Fix make clean removing pregenerated manuals
366
367
368 2006-06-16 [colin]      2.3.0cvs17
369
370         * src/plugins/pgpcore/sgpgme.c
371         * src/plugins/pgpmime/pgpmime.c
372         * src/plugins/pgpinline/pgpinline.c
373                 Better error reporting in setup_signers.
374                 Don't fallback to default key if specified
375                 key isn't found.
376                 Don't allow signing if more than one secret
377                 key matches the one specified in prefs.
378
379 2006-06-15 [colin]      2.3.0cvs16
380
381         * src/folderview.c
382                 Add "Send queue" in the folder's contextual
383                 menu
384         * src/compose.c
385         * src/messageview.c
386         * src/privacy.c
387         * src/privacy.h
388         * src/procmime.c
389         * src/procmsg.c
390         * src/plugins/pgpcore/passphrase.c
391         * src/plugins/pgpcore/sgpgme.c
392         * src/plugins/pgpinline/pgpinline.c
393         * src/plugins/pgpmime/pgpmime.c
394                 Better error reporting
395         * src/mbox.c
396                 Probably fix bug #971 (2.2.3 cannot read mail 
397                 from local mbox)
398
399
400 2006-06-15 [mones]      2.3.0cvs15
401
402         * tools/make.themes.project
403                 creates the themes project from the web page
404
405 2006-06-15 [colin]      2.3.0cvs14
406
407         * src/folder.c
408                 Better fix (avoid losing the folder if scan_tree 
409                 fails)
410
411 2006-06-15 [cleroy]     2.3.0cvs13
412
413         * src/folder.c
414                 Probably fix Bug #969 (crash on rebuilding 
415                 imap folder)
416
417 2006-06-14 [colin]      2.3.0cvs12
418
419         * manual/dtd/manual.xsl
420         * manual/sylpheed-claws-manual.xml
421         * manual/fr/sylpheed-claws-manual.xml
422         * manual/pl/sylpheed-claws-manual.xml
423                 Insert pagebreaks between sections
424
425 2006-06-14 [paul]       2.3.0cvs11
426
427         * configure.ac
428                 better fix than 2.3.0cvs10
429
430 2006-06-14 [paul]       2.3.0cvs10
431
432         * configure.ac
433                 fix setting of PACKAGE_DATA_DIR with newer autoconf
434                 (backwards compatible)
435
436 2006-06-13 [colin]      2.3.0cvs9
437
438         * src/messageview.c
439                 Fix sending of return receipt with the new queue folders
440
441 2006-06-13 [wwp]        2.3.0cvs8
442
443         * src/quote_fmt_lex.l
444                 fix wrong tokens returned in quote_fmt lexer, query not().
445
446 2006-06-13 [wwp]        2.3.0cvs7
447
448         * src/folder.c
449         * src/prefs_folder_item.c
450                 allow changing folder type even when folder is not a top-level one,
451                 thanks to Colin.
452
453 2006-06-12 [colin]      2.3.0cvs6
454
455         * src/folderview.c
456                 Fix double-ask of "Do you want to mark all
457                 as read"
458
459 2006-06-12 [colin]      2.3.0cvs5
460
461         * src/compose.c
462         * src/compose.h
463         * src/folder.c
464         * src/folder.h
465         * src/imap.c
466         * src/inc.c
467         * src/main.c
468         * src/messageview.c
469         * src/mh.c
470         * src/prefs_folder_item.c
471         * src/procheader.c
472         * src/procmime.c
473         * src/procmsg.c
474         * src/procmsg.h
475         * src/send_message.c
476         * src/summaryview.c
477         * src/toolbar.c
478                 Apply bug #964's patch (Queue and drafts aren't normal)
479                 The Drafts and Queue folder now contain RFC-822 files,
480                 allowing to move and copy mails from and to these 
481                 folders. Moving from Drafts to Queue will prepare the
482                 mail for sending (PGP signature, encryption, etc).
483                 This patch also rework sending errors handling to try
484                 to be more helpful.
485                 Also, allow redefining folder types via the GUI 
486                 (Folder type in its Properties)
487
488 2006-06-12 [colin]      2.3.0cvs4
489
490         * src/summaryview.c
491         * src/prefs_common.c
492         * src/prefs_common.h
493         * src/gedit-print.c
494                 Allow to define a specific print font - patch
495                 by Bernhard Walle <bernhard.walle@gmx.de>
496         * src/prefs_fonts.c
497         * manual/advanced.xml
498         * manual/fr/advanced.xml
499                 Add a hidden pref to allow deletion without
500                 confirmation
501
502 2006-06-12 [wwp]        2.3.0cvs3
503
504         * .cvsignore
505                 more files to ignore.
506
507 2006-06-12 [wwp]        2.3.0cvs2
508
509         * src/quote_fmt.c
510         * src/quote_fmt_lex.l
511         * src/quote_fmt_parse.y
512                 extend the quote_fmt parser (templates and quotes):
513                 - allow limited sub-expressions in |p{} and |f{} expressions,
514                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
515                 - implemented/fixed missing implementation of query_references and show_references,
516                 - completed, fixed contents and format of the symbols help dialog,
517                 - fix some compilation warnings.
518
519 2006-06-12 [wwp]        2.3.0cvs1
520
521         * manual/advanced.xml
522         * manual/fr/advanced.xml
523                 updates in the "templates" section of the manual (eng/fr):
524                  - be more precise (both versions)
525                  - completed to match the english reference (fr version)
526                  - touchups (both versions)
527
528 2006-06-12 [paul]       2.3.0
529
530         2.3.0 released
531
532 2006-06-12 [paul]       2.2.3cvs14
533
534         * po/ca.po
535         * po/cs.po
536         * po/de.po
537         * po/el.po
538         * po/fr.po
539         * po/it.po
540         * po/pt_BR.po
541         * po/sr.po
542         * po/zh_CN.po
543                 updated by Miquel Oliete, Tim, Stephan Sachse,
544                 Stavros Giannouris, Fabien Vantard, Andrea
545                 Spadaccini, Frederico Goncalves Guimaraes,
546                 Aleksandar Urosevic, and Ralgh Young
547
548 2006-06-12 [colin]      2.2.3cvs13
549
550         * src/mbox.c
551                 Add missing header
552
553 2006-06-11 [colin]      2.2.3cvs12
554
555         * src/msgcache.c
556                 Verify that g_malloc() succeeded
557
558 2006-06-11 [colin]      2.2.3cvs11
559
560         * src/wizard.c
561                 Add Face header to welcome mail
562
563 2006-06-10 [colin]      2.2.3cvs10
564
565         * src/textview.c
566                 Revert previous (Forgot it changes the
567                 margin on the whole mail)
568
569 2006-06-10 [colin]      2.2.3cvs9
570
571         * src/textview.c
572                 Don't overlap long headers under (X-)Face
573
574 2006-06-10 [mones]      2.2.3cvs8
575
576         * manual/xml2pdf
577                 allow generation of manual on systems lacking saxon binary
578                 but with java and the saxon library installed
579
580         * po/es.po
581                 updated for release
582
583 2006-06-09 [colin]      2.2.3cvs7
584
585         * src/summaryview.c
586                 Fix leak when using Display Sender using Addressbook
587
588 2006-06-09 [colin]      2.2.3cvs6
589
590         * src/compose.c
591         * src/folder.c
592         * src/folderview.c
593         * src/mimeview.c
594         * src/summaryview.c
595                 More leaks fixes
596
597 2006-06-09 [paul]       2.2.3cvs5
598
599         * AUTHORS
600         * src/gtk/authors.h
601         * tools/claws.i18n.status.pl
602                 updated with new info
603
604 2006-06-09 [paul]       2.2.3cvs4
605
606         * README
607                 updated
608         * manual/ack.xml
609                 add wwp to authors list
610         * src/gtk/authors.h
611                 update mine and Colin's addresses
612
613 2006-06-08 [colin]      2.2.3cvs3
614
615         * src/etpan/imap-thread.c
616                 Fix leak on SSL cert check
617
618 2006-06-08 [colin]      2.2.3cvs2
619
620         * src/common/utils.c
621                 Fix leak
622
623 2006-06-08 [paul]       2.2.3cvs1
624
625         * configure.ac
626                 Update version number following
627                 stable release
628
629 2006-06-07 [colin]      2.2.2cvs3
630
631         * src/msgcache.c
632                 Fix catching cache read errors (guint instead of gint)
633                 Prevent malloc'ing more than 8MB (means cache corruption)
634
635 2006-06-07 [paul]       2.2.2cvs2
636
637         * src/exporthtml.c
638         * src/exportldif.c
639         * src/mh.c
640         * src/mutt.c
641         * src/pine.c
642         * src/common/utils.c
643                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
644                 obey $HOME'
645                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
646                 Thanks to Colin
647
648 2006-06-06 [paul]       2.2.2cvs1
649
650         * configure.ac
651                 Update version number following
652                 stable release
653
654 2006-06-06 [paul]       2.2.1cvs6
655
656         * src/matcher.c
657                 fix  implicit declaration of
658                 sylpheed_do_idle()
659                 Patch by Fabien Vantard
660
661 2006-06-06 [paul]       2.2.1cvs5
662
663         * src/matcher.c
664                 fix age_greater and age_lower so that they
665                 mean what say and not '...or equal to'
666                 Thanks to Colin
667
668 2006-06-06 [paul]       2.2.1cvs4
669
670         * src/textview.c
671         * src/common/utils.c
672                 fix URI check
673                 Thanks to Colin
674
675 2006-06-05 [wwp]        2.2.1cvs3
676
677         * manual/fr/account.xml
678                 minor language fixes (thanks to Fabien Vantard).
679
680 2006-06-05 [colin]      2.2.1cvs2
681
682         * src/prefs_folder_item.c
683         * src/folderview.c
684                 Allow recursive setting of properties 
685                 for whole mailboxes
686         * src/matcher.c
687                 Don't freeze on 'test' filtering rule
688
689 2006-06-05 [colin]      2.2.1cvs1
690
691         * configure.ac
692                 Update version number following
693                 stable release
694
695 2006-06-04 [wwp]        2.2.0cvs82
696
697         * manual/glossary.xml
698         * manual/account.xml
699         * manual/fr/glossary.xml
700         * manual/fr/account.xml
701                 added glossary section and references/links related to the Face custom header.
702
703 2006-06-04 [colin]      2.2.0cvs81
704
705         * src/summaryview.c
706                 Skip to next message on move with no
707                 immediate execution
708
709 2006-06-04 [wwp]        2.2.0cvs80
710
711         * manual/xml2pdf
712                 added sanity checks, exit when needed.
713
714 2006-06-03 [paul]       2.2.0cvs79
715
716         * src/prefs_receive.c
717                 page name is now 'Receiving'
718         * src/prefs_send.c
719                 page name is now 'Sending'
720
721 2006-06-03 [colin]      2.2.0cvs78
722
723         * src/plugins/spamassassin/spamassassin_gtk.c
724                 Autoswitch to Localhost if transport was previously
725                 disabled. Else people had to check [] Enable, then
726                 *reselect* transport.
727
728 2006-06-03 [colin]      2.2.0cvs77
729
730         * src/plugins/pgpinline/pgpinline.c
731         * src/plugins/pgpmime/pgpmime.c
732                 Check that gpg_data_release_and_get_mem 
733                 didn't fail (now, why this happens...)
734
735 2006-06-03 [colin]      2.2.0cvs76
736
737         * src/mbox.c
738                 Fix bug #962 (Manual and/or UI should 
739                 warn about incompatible locking 
740                 causing dataloss)
741
742 2006-06-02 [cleroy]     2.2.0cvs75
743
744         * src/filtering.c
745         * src/folder.c
746         * src/procmsg.c
747         * src/summaryview.c
748                 Fix a few leaks
749
750 2006-06-02 [colin]      2.2.0cvs74
751
752         * src/main.c
753                 On exit, free caches after writing them
754                 Shuts up some valgrind false positives
755         * src/procmsg.c
756         * src/send_message.c
757                 Fix races when reusing existing SMTP connections
758                 Fix inexistant session timeout
759         * src/toolbar.c
760                 Display alertpanel after all queues have
761                 been processed, not after each
762
763 2006-06-02 [wwp]        2.2.0cvs73
764
765         * manual/fr/glossary.xml
766         * manual/fr/ack.xml
767         * manual/ack.xml
768                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
769
770 2006-06-02 [wwp]        2.2.0cvs72
771
772         * manual/xml2pdf
773         * manual/dist/pdf/Makefile.am
774         * manual/dtd/manual.xsl
775         * manual/fr/dist/pdf/Makefile.am
776         * manual/pl/dist/pdf/Makefile.am
777                 we changed the procedure to generate the .pdf version of the manual.
778                 The procedure is more modern and the .pdf we get now has a valid index.
779                 Here are the new pre-requisites:
780
781                 - JRE 1.x (1.4 here): there must be one from your distro
782                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
783                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
784                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
785
786                 See my posts for further info about the installation of this toolchain:
787
788                 Date: Fri, 19 May 2006 19:40:06 +0200
789                 From: wwp <subscript@free.fr>
790                 To: sylpheed-claws-devel@lists.sourceforge.net
791                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
792
793                 and
794
795                 Date: Wed, 24 May 2006 12:58:49 +0200
796                 From: wwp <subscript@free.fr>
797                 To: sylpheed-claws-devel@lists.sourceforge.net
798                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
799
800 2006-06-01 [colin]      2.2.0cvs71
801
802         * src/compose.c
803                 Better guards against IMAP races
804         * src/main.c
805         * src/prefs_common.c
806         * src/prefs_common.h
807         * src/common/ssl_certificate.c
808         * src/etpan/imap-thread.c
809         * src/etpan/imap-thread.h
810         * src/gtk/sslcertwindow.c
811                 New hidden option ssl_skip_cert_check to 
812                 avoid dups of bug #959 (libetpan linked
813                 against gnutls and gnutls buggy on 64bit)
814                 Present expired warning only once per
815                 session/server.
816         * manual/advanced.xml
817         * manual/fr/advanced.xml
818                 Document new option
819
820 2006-06-01 [wwp]        2.2.0cvs70
821
822         * src/messageview.c
823                 fix for bug #961 (return receipt dialog 
824                 complains incorrectly about return-path 
825                 email adress being different), thanks 
826                 to Colin.
827
828 2006-05-31 [cleroy]     2.2.0cvs69
829
830         * src/common/ssl.c
831                 Guard against NULLs, although this
832                 should never be an issue
833
834 2006-05-31 [colin]      2.2.0cvs68
835
836         * src/filtering.c
837                 Use g_slist_prepend
838         * src/imap.c
839                 Don't remove caches when destroying folder, it
840                 could (should) be done at exit
841         * src/inc.c
842                 free processing cache after incorporation
843         * src/etpan/imap-thread.c
844                 Maybe fix bug #959 (Crash on moving to emails 
845                 to a imap account per ssl with a expired 
846                 certificate.)
847
848 2006-05-30 [colin]      2.2.0cvs67
849
850         * src/summaryview.c
851                 Put back event flush when displaying message
852                 It avoids reading a bunch of messages just
853                 by hitting shift-n for too long ;)
854
855 2006-05-29 [colin]      2.2.0cvs66
856
857         * src/summaryview.c
858                 Remove useless g_warnings
859
860 2006-05-29 [colin]      2.2.0cvs65
861
862         * src/imap.c
863                 Fix g_slist_append()s for performance
864
865 2006-05-29 [colin]      2.2.0cvs64
866
867         * src/compose.c
868         * src/common/utils.c
869                 Fix extraneous tab at start of addresses
870         * src/mainwindow.c
871                 Fix warnings (thanks to Fabien)
872                 Fix crash at exit when composing messages 
873                 exist
874         * src/pop.c
875                 Fix progress bar when deleting expired mails
876                 Thanks to Hiro
877         * src/summaryview.c
878         * src/gtk/gtksctree.c
879                 Fix re-sorting slowness
880
881 2006-05-29 [paul]       2.2.0cvs63
882
883         * src/mh.c
884                 fetch full message when moving mails
885                 from another mailbox, (fixed data loss
886                 when filtering from IMAP to MH, introduced
887                 in 2.2.0cvs57).
888                 Thanks to Colin
889
890 2006-05-29 [mones]      2.2.0cvs62
891
892         * src/gtk/gtksctree.c
893                 Unselect faster (patch by Colin)        
894
895 2006-05-26 [colin]      2.2.0cvs61
896
897         * src/summaryview.c
898                 Unplug MSGINFO_UPDATE callback on delete too.
899
900 2006-05-26 [colin]      2.2.0cvs60
901
902         * src/foldersel.c
903                 Fix bold in folder selection window with glib2.10
904                 thanks Hiro
905
906 2006-05-26 [colin]      2.2.0cvs59
907
908         * src/procheader.c
909                 Convert date only if necessary (and don't
910                 try to convert from utf8 to utf8, too)
911         * src/summaryview.c
912                 Only set column's text if the column's 
913                 displayed
914
915 2006-05-26 [colin]      2.2.0cvs58
916
917         * src/summaryview.c
918         * src/gtk/gtkutils.c
919                 Fix useless warning
920
921 2006-05-26 [colin]      2.2.0cvs57
922
923         * src/mainwindow.c
924                 Make summaryview selectable as long as 
925                 no message has focus
926         * src/mh.c
927                 Faster deletion (by implementing mh_remove_msgs)
928                 Faster copy (avoid using mh_fetch_msg just to get
929                 the filename)
930                 Faster move (using move_file instead of copy_file
931                 if MSG_IS_MOVE)
932                 No progressbar if total number of mails to cp/mv 
933                 is less than 100
934         * src/summaryview.c
935                 Fix removal from subject_table when mail gets moved
936                 Faster deletion (g_slist_prepend instead of append)
937         * src/gtk/gtksctree.c
938                 Remove useless code
939
940 2006-05-25 [colin]      2.2.0cvs56
941
942         * src/common/ssl_certificate.c
943                 Fix leak in expired cert check
944
945 2006-05-25 [colin]      2.2.0cvs55
946
947         * src/mh.c
948                 Disable flags syncing on .mh_sequences - it
949                 is buggy and marks mails read under unknown
950                 conditions.
951
952 2006-05-25 [paul]
953
954         * 2.3.0-rc4 released
955
956 2006-05-24 [colin]      2.2.0cvs54
957
958         attention cvs users: if you manage to crash
959         Sylpheed-Claws while moving, copying or deleting
960         mails, we *are* interested in stack traces and
961         valgrind logs. It looks stable, but one never
962         knows...
963
964         * src/folder.c
965                 Add progressbar for cache updates
966         * src/folderutils.c
967                 Optimize Mark all read in the current
968                 folder
969         * src/mh.c
970                 Add progressbar for copy/move
971         * src/procmsg.c
972                 Optimize O(n^2) in copy/move
973         * src/summaryview.c
974         * src/gtk/gtksctree.c
975                 Optimize O(n^2) algos
976         * src/common/timing.h
977                 Display ms instead of us
978
979 2006-05-24 [wwp]        2.2.0cvs53
980
981         * manual/fr/advanced.xml
982                 updates to the French manual.
983
984 2006-05-24 [wwp]        2.2.0cvs52
985
986         * src/common/utils.c
987                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
988
989 2006-05-24 [wwp]        2.2.0cvs51
990
991         * src/folderutils.c
992                 fixed "mark all read" in MH folders (thanks to Colin).
993
994 2006-05-24 [paul]       2.2.0cvs50
995
996         * doc/man/sylpheed-claws.1
997                 updated the man page
998
999 2006-05-23 [colin]      2.2.0cvs49
1000
1001         * src/folderview.c
1002         * src/imap.c
1003         * src/inc.c
1004         * src/mbox.c
1005         * src/messageview.c
1006         * src/news.c
1007         * src/send_message.c
1008         * src/summaryview.c
1009         * src/gtk/sslcertwindow.c
1010                 alertpanel fixes, by Fabien
1011
1012 2006-05-23 [colin]      2.2.0cvs48
1013
1014         * src/folder.c
1015         * src/folderview.c
1016         * src/msgcache.c
1017         * src/summaryview.c
1018         * src/gtk/gtksctree.c
1019         * src/gtk/gtksctree.h
1020                 More timings
1021                 Fix slow loading problem, which was caused by the
1022                 use of some gtk_ctree funcs and their use of
1023                 g_list_position while gtk_ctree_(un)link'ing.
1024                 Reap more functions from gtkctree.c to be sure we
1025                 use our (fast) version instead of theirs.
1026         * src/mh.c
1027                 Fix copy of unread mails
1028
1029
1030 2006-05-22 [wwp]        2.2.0cvs47
1031
1032         * manual/fr/advanced.xml
1033                 updated.
1034
1035 2006-05-22 [colin]      2.2.0cvs46
1036
1037         * src/filtering.c
1038                 Fix possible infinite loop. 'copy' is not a 
1039                 final action, so when encountering a 'copy',
1040                 we have to check if a previous one was set
1041                 and do it. In the same way, if we encounter
1042                 a 'move' we have to perform a possibly 
1043                 pending 'copy'. This will slow down filtering
1044                 on IMAP if move+copy or multiple copy actions
1045                 are to be done, but handling it via the batch
1046                 would be really too convoluted.
1047
1048 2006-05-22 [wwp]        2.2.0cvs45
1049
1050         * manual/fr/advanced.xml
1051         * manual/fr/faq.xml
1052         * manual/fr/glossary.xml
1053         * manual/fr/handling.xml
1054         * manual/fr/intro.xml
1055         * manual/fr/plugins.xml
1056         * manual/fr/sylpheed-claws-manual.xml
1057                 sync w/ the english manual: updates URIs, documented mailing-list
1058                 support, better explanation about the enabled/disabled feature
1059                 in filtering/processing rules by Paul.
1060
1061 2006-05-21 [colin]      2.2.0cvs44
1062
1063         * src/summaryview.c
1064                 Don't expand after building threads, but during
1065
1066 2006-05-21 [colin]      2.2.0cvs43
1067
1068         * src/procmsg.c
1069         * src/summaryview.c
1070                 More timing possibilities... For next time I have 
1071                 to find out how the hell some 3GHz computer takes
1072                 one minute to open a 30k folder...
1073
1074 2006-05-21 [colin]      2.2.0cvs42
1075
1076         * manual/pl/advanced.xml
1077         * manual/pl/faq.xml
1078         * manual/pl/glossary.xml
1079         * manual/pl/handling.xml
1080         * manual/pl/intro.xml
1081         * manual/pl/plugins.xml
1082         * manual/pl/sylpheed-claws-manual.xml
1083                 Polish manual updated by Pawel
1084
1085 2006-05-20 [colin]
1086
1087         * 2.3.0-rc3 released
1088
1089 2006-05-20 [colin]      2.2.0cvs41
1090
1091         * src/imap.c
1092                 Fix -rc2 problems:
1093                 - remove cache of moved messages from original folder
1094                 - apply new flags to messages even if they aren't appliable
1095                   via IMAP.
1096
1097 2006-05-20 [colin]
1098
1099         * 2.3.0-rc2 released
1100
1101 2006-05-19 [colin]      2.2.0cvs40
1102
1103         * src/imap.c
1104                 Don't issue SELECT in imap_change_flags
1105                 before having checked that we indeed have
1106                 some flags to change. MSG_POSTFILTERED for
1107                 example can't be used on IMAP.
1108                 Fixes bug #955 (copying messages between 
1109                 imap folders is extremely slow), which was
1110                 a regression.
1111
1112 2006-05-19 [colin]      2.2.0cvs39
1113
1114         * src/folder.c
1115         * src/folder.h
1116         * src/folderview.c
1117                 Try to fix bug #830 (Some unread messages 
1118                 get marked read in IMAP inbox):
1119                 - Prevent scanning a folder if it's being 
1120                   opened via the GUI
1121                 - Postpone opening via the GUI of a folder
1122                   currently scanned.
1123
1124
1125 2006-05-19 [wwp]        2.2.0cvs38
1126
1127         * manual/advanced.xml
1128                 fix English+typo (thanks to Paul).
1129
1130 2006-05-19 [wwp]        2.2.0cvs37
1131
1132         * manual/advanced.xml
1133         * manual/fr/advanced.xml
1134         * src/gtk/logwindow.c
1135         * src/prefs_common.c
1136         * src/prefs_common.h
1137                 added hidden prefs to allow customization of colors used in
1138                 protocol log window (useful for dark gtk+ themes).
1139
1140 2006-05-19 [wwp]        2.2.0cvs36
1141
1142         * ChangeLog
1143                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1144
1145 2006-05-19 [paul]       2.2.0cvs35
1146
1147         * src/textview.c
1148                 make Reply-To fully clickable
1149         * src/gtk/logwindow.c
1150                 more colouring (SMTP ESMTP)
1151         Both patches by Pawel Pekala
1152
1153 2006-05-19 [cleroy]     2.2.0cvs34
1154
1155         * src/mh.c
1156                 Don't update flags from current folder
1157                 Probably fixes bug #935 (Read Messages 
1158                 Revert to Being Marked as Unread)
1159
1160 2006-05-18 [colin]      2.2.0cvs33
1161
1162         * src/imap.c
1163                 Warning fix
1164         * src/compose.c
1165         * src/mainwindow.c
1166         * src/summaryview.c
1167         * src/toolbar.c
1168                 Allow replying to multiple emails
1169                 in multiple windows
1170         * src/mimeview.c
1171         * src/etpan/imap-thread.c
1172                 Leak fixes
1173
1174 2006-05-18 [paul]       2.2.0cvs32
1175
1176         * src/summaryview.c
1177                 keep Mailing-List menu refreshed
1178                 Thanks to Colin
1179
1180 2006-05-18 [paul]       2.2.0cvs31
1181
1182         * manual/advanced.xml
1183         * manual/faq.xml
1184         * manual/glossary.xml
1185         * manual/handling.xml
1186         * manual/intro.xml
1187         * manual/plugins.xml
1188         * manual/sylpheed-claws-manual.xml
1189                 update URLs
1190                 add info about mailing-list support
1191                 edit filtering info
1192         * src/wizard.c
1193         * src/common/defs.h
1194         * src/gtk/about.c
1195         * src/plugins/dillo_viewer/README
1196                 update URLs
1197
1198 2006-05-17 [wwp]        2.2.0cvs30
1199
1200         * manual/handling.xml
1201         * manual/fr/handling.xml
1202                 documented the ability to enabled/disable filtering/processing rules.
1203
1204 2006-05-17 [colin]      2.2.0cvs29
1205
1206         * src/main.c
1207                 Don't initialize g_thread subsystem if it's 
1208                 already done (thanks to Hiro)
1209         * src/mimeview.c
1210                 Fix saving of parts when there name can't be
1211                 converted from UTF-8.
1212
1213 2006-05-17 [paul]       2.2.0cvs28
1214
1215         * po/Makefile.in.in
1216                 fix config.status warning with autoconf 2.60
1217
1218 2006-05-17 [paul]       2.2.0cvs27
1219
1220         * po/POTFILES.in
1221                 add src/mbox.c
1222
1223 2006-05-17 [wwp]        2.2.0cvs26
1224
1225         * src/mainwindow.c
1226                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1227
1228 2006-05-17 [wwp]        2.2.0cvs25
1229
1230         * src/plugins/demo/demo.c
1231                 updated product name in plugin demo (many plugins need to be
1232                 sync'ed w/ that change).
1233
1234 2006-05-17 [colin]      2.2.0cvs24
1235
1236         * src/mh.c
1237                 Fix leak
1238
1239 2006-05-16 [colin]      2.2.0cvs23
1240
1241         * src/mainwindow.c
1242                 Stupid me hit again. Fix cvs22.
1243
1244 2006-05-16 [colin]      2.2.0cvs22
1245
1246         * src/mainwindow.c
1247                 Fix bug #922 (sylpheed-claws crashed after 
1248                 pushing on Inbox folder)
1249
1250 2006-05-16 [colin]      2.2.0cvs21
1251
1252         * src/compose.c
1253                 Make From header be copy/paste/select-able
1254
1255 2006-05-16 [wwp]        2.2.0cvs20
1256
1257         * src/export.c
1258         * src/matcher.c
1259         * src/summaryview.c
1260         * src/etpan/imap-thread.c
1261                 fix some compiler warnings (thanks to Colin).
1262
1263 2006-05-16 [wwp]        2.2.0cvs19
1264
1265         * src/action.c
1266         * src/gedit-print.c
1267         * src/inc.c
1268         * src/mainwindow.c
1269         * src/mh.c
1270         * src/statusbar.c
1271         * src/send_message.c
1272         * src/summaryview.c
1273                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1274
1275 2006-05-15 [colin]      2.2.0cvs18
1276
1277         * src/procmsg.c
1278                 Fix automatic rule creation with List-Post
1279
1280 2006-05-15 [paul]       2.2.0cvs17
1281
1282         * tools/filter_conv_new.pl
1283                 updated for rule enabling/disabling
1284                 claws version >= 2.3.x required
1285
1286 2006-05-15 [cleroy]     2.2.0cvs16
1287
1288         * src/main.c
1289                 Revert test
1290
1291 2006-05-15 [cleroy]     2.2.0cvs15
1292
1293         * src/main.c
1294                 test
1295
1296 2006-05-15 [wwp]        2.2.0cvs14
1297
1298         * manual/pl/.cvsignore
1299                 ignore generated files.
1300
1301 2006-05-14 [wwp]        2.3.0-rc1
1302
1303         * 2.3.0-rc1 released
1304
1305 2006-05-13 [wwp]        2.2.0cvs13
1306
1307         * src/filtering.c
1308         * src/filtering.h
1309         * src/matcher.c
1310         * src/matcher_parser_lex.l
1311         * src/matcher_parser_parse.y
1312         * src/prefs_filtering.c
1313                 new feature: provide the ability to disable filtering and processing
1314                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1315                 adaptations.
1316
1317 2006-05-13 [colin]      2.2.0cvs12
1318
1319         * src/compose.c
1320                 Remove useless if (a) b; else b;
1321                 Thanks to wwp
1322
1323 2006-05-13 [wwp]        2.2.0cvs11
1324
1325         * src/export.c
1326         * src/import.c
1327         * src/mainwindow.c
1328         * src/mbox.c
1329         * src/summaryview.c
1330         * src/summaryview.h
1331                 no more silent failures (or at least less ones) when importing
1332                 or exporting from/to mbox. Also start importing/exporting if
1333                 the necessary info is set.
1334
1335 2006-05-13 [wwp]        2.2.0cvs10
1336
1337         * RELEASE_NOTES
1338                 restored up-to-date release notes.
1339
1340 2006-05-13 [paul]       2.2.0cvs9
1341
1342         * po/nl.po
1343         * po/ru.po
1344                 updated by Tim Dijkstra and Pavlo Bohmat
1345
1346 2006-05-12 [colin]      2.2.0cvs8
1347
1348         * src/gtk/quicksearch.c
1349                 Add "k" as shortcut for "colorlabel". Patch
1350                 by ath42@users.sf.net.
1351
1352 2006-05-12 [paul]       2.2.0cvs7
1353
1354         * src/prefs_common.h
1355         * src/prefs_summaries.c
1356         * src/summaryview.c
1357                 when entering a folder also allow
1358                 going directly to first Marked message
1359
1360 2006-05-12 [paul]       2.2.0cvs6
1361
1362         * src/summaryview.c
1363                 always obey 'confirm before marking all
1364                 mails read' option
1365
1366 2006-05-12 [paul]       2.2.0cvs5
1367
1368         * src/textview.c
1369                 make Sender fully clickable
1370
1371 2006-05-12 [colin]      2.2.0cvs4
1372
1373         * src/compose.c
1374         * src/compose.h
1375                 Let From be editable
1376         * src/main.c
1377         * src/mh.c
1378                 Full support of .mh_sequences' Unseen seq
1379
1380 2006-05-12 [colin]      2.2.0cvs3
1381
1382         * src/folder.c
1383         * src/mainwindow.c
1384         * src/mainwindow.h
1385         * src/messageview.c
1386         * src/prefs_spelling.c
1387         * src/procheader.c
1388         * src/procmsg.c
1389         * src/procmsg.h
1390         * src/summaryview.c
1391         * src/toolbar.c
1392         * src/toolbar.h
1393                 Add contextual menu on Compose toolbar
1394                 button. Fixes bug #944 (Automatic
1395                 addresses not applied when changing account
1396                 from compose window)
1397                 add Mailing List support
1398                 based on the old 0.6.5claws25 patch by
1399                 Melvin Hadasht, with finishing touches
1400                 by Colin
1401                 Fix "ignore thread" when mails are threaded by
1402                 subject (and weren't ignored although appearing
1403                 in the thread).
1404                 GUI rework.
1405                 Both patches by Pawel.
1406
1407 2006-05-08 [paul]       2.2.0cvs2
1408
1409         * src/mainwindow.c
1410         * src/mainwindow.h
1411         * src/messageview.c
1412         * src/procheader.c
1413         * src/procmsg.c
1414         * src/procmsg.h
1415         * src/summaryview.c
1416                 add Mailing List support
1417                 based on the old 0.6.5claws25 patch by 
1418                 Melvin Hadasht, with finishing touches
1419                 by Colin
1420
1421 2006-05-08 [colin]      2.2.0cvs1
1422
1423         * src/mainwindow.c
1424         * src/toolbar.c
1425         * src/toolbar.h
1426                 Add contextual menu on Compose toolbar 
1427                 button. Fixes bug #944 (Automatic 
1428                 addresses not applied when changing account 
1429                 from compose window)
1430
1431 2006-05-08 [paul]       2.2.0
1432
1433         2.2.0 released
1434
1435 2006-05-08 [paul]       2.1.1cvs51
1436
1437         * po/cs.po
1438         * po/de.po
1439         * po/en_GB.po
1440         * po/fi.po
1441         * po/fr.po
1442         * po/pt_BR.po
1443         * po/sr.po
1444         * po/zh_CN.po
1445                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1446                 Fabien Vantard, Frederico Goncalves Guimaraes,
1447                 Aleksandar Urosevic, and Ralgh Young
1448
1449 2006-05-12 [colin]      2.1.1cvs50
1450
1451         * po/cs.po
1452         * po/de.po
1453         * po/en_GB.po
1454         * po/es.po
1455         * po/fi.po
1456         * po/fr.po
1457         * po/pt_BR.po
1458         * po/sr.po
1459         * po/zh_CN.po
1460                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1461                 Fabien Vantard, Frederico Goncalves Guimaraes,
1462                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1463
1464 2006-05-05 [colin]      2.1.1cvs49
1465
1466         * manual/Makefile.am
1467         * manual/pl/Makefile.am
1468         * manual/pl/account.xml
1469         * manual/pl/ack.xml
1470         * manual/pl/addrbook.xml
1471         * manual/pl/advanced.xml
1472         * manual/pl/faq.xml
1473         * manual/pl/glossary.xml
1474         * manual/pl/gpl.xml
1475         * manual/pl/handling.xml
1476         * manual/pl/intro.xml
1477         * manual/pl/keyboard.xml
1478         * manual/pl/plugins.xml
1479         * manual/pl/starting.xml
1480         * manual/pl/sylpheed-claws-manual.xml
1481         * manual/pl/dist/.cvsignore
1482         * manual/pl/dist/Makefile.am
1483         * manual/pl/dist/html/.cvsignore
1484         * manual/pl/dist/html/Makefile.am
1485         * manual/pl/dist/pdf/.cvsignore
1486         * manual/pl/dist/pdf/Makefile.am
1487         * manual/pl/dist/ps/.cvsignore
1488         * manual/pl/dist/ps/Makefile.am
1489         * manual/pl/dist/txt/.cvsignore
1490         * manual/pl/dist/txt/Makefile.am
1491                 Add the polish translation of the manual,
1492                 Authored by Pawel Pekala.
1493
1494 2006-05-05 [cleroy]     2.1.1cvs48
1495
1496         * src/main.c
1497                 Re-read matcherrc after loading plugins 
1498                 if some of them add folders.
1499
1500 2006-05-03 [colin]      2.1.1cvs47
1501
1502         * src/imap.c
1503                 I'm idiot
1504
1505 2006-05-03 [colin]      2.1.1cvs46
1506
1507         * src/imap.c
1508                 Be sure to have a session when
1509                 getting separator
1510
1511 2006-05-03 [colin]      2.1.1cvs45
1512
1513         * src/imap.c
1514         * src/imap.h
1515         * src/imap_gtk.c
1516                 Fix preventing renaming with namespace 
1517                 separator.
1518
1519 2006-05-01 [colin]      2.1.1cvs44
1520
1521         * src/action.c
1522                 Don't reload messageview when result of
1523                 action is piped.
1524
1525 2006-04-29 [colin]      2.1.1cvs43
1526
1527         * src/prefs_receive.c
1528         * src/plugins/spamassassin/spamassassin_gtk.c
1529         * src/plugins/clamav/clamav_plugin_gtk.c
1530                 GUI fixes by Pawel
1531
1532 2006-04-29 [colin]      2.1.1cvs42
1533
1534         * src/prefs_compose_writing.c
1535         * src/prefs_quote.c
1536                 Cleanups. Patch by Pawel
1537
1538 2006-04-28 [paul]       2.1.1cvs41
1539
1540         * src/matcher.c
1541                 fix returned quick search results when search
1542                 term contains an underscore.
1543                 Thanks to Colin
1544
1545 2006-04-28 [paul]       2.1.1cvs40
1546
1547         * src/prefs_message.c
1548         * src/prefs_receive.c
1549                 GUI cleanups
1550                 Patches by Pawel Pekala
1551
1552 2006-04-27 [colin]      2.1.1cvs39
1553
1554         * src/wizard.c
1555                 Differentiate subject Welcome from
1556                 window's title Welcome
1557
1558 2006-04-27 [paul]
1559
1560         2.2.0-rc1 released
1561
1562 2006-04-27 [paul]       2.1.1cvs38
1563
1564         * manual/advanced.xml
1565         * manual/fr/advanced.xml
1566                 add info about compose_no_markup hidden pref
1567
1568 2006-04-27 [paul]       2.1.1cvs37
1569
1570         * src/prefs_account.c
1571                 improve privacy labels
1572         * src/prefs_msg_colors.c
1573                 change some strings for translators' convenience
1574         * src/gtk/gtkutils.c
1575                 don't underline the link button text
1576
1577 2006-04-25 [colin]      2.1.1cvs36
1578
1579         * src/folder.c
1580                 Complete 2.1.1cvs33 (once more ;)
1581
1582 2006-04-25 [colin]      2.1.1cvs35
1583
1584         * src/editldap.c
1585                 Fix tooltip
1586
1587 2006-04-25 [cleroy]     2.1.1cvs34
1588
1589         * src/compose.c
1590         * src/gtk/gtkaspell.c
1591                 Fix crash on redirect (related to the return 
1592                 of the aspell menu in compose's toolbar)
1593         * src/prefs_msg_colors.c
1594                 Fix sensitivity widgets
1595         * src/image_viewer.c
1596         * src/gtk/pluginwindow.c
1597         * src/gtk/prefswindow.c
1598                 Change released signals to clicked (Fabien)
1599         * po/POTFILES.in
1600         * src/common/socket.c
1601         * src/plugins/spamassassin/spamassassin.c
1602                 Translate strings (Fabien)
1603
1604 2006-04-25 [paul]       2.1.1cvs33
1605
1606         * src/folder.c
1607         * src/folder.h
1608         * src/folderview.c
1609                 complete the fix of bug #912
1610                 Thanks to Colin
1611
1612 2006-04-25 [colin]      2.1.1cvs32
1613
1614         * src/news.c
1615                 Better progress bar
1616         * src/mimeview.c
1617         * src/summaryview.c
1618         * src/summaryview.h
1619                 Fix focus chain
1620                 Patches by Pawel Pekala
1621
1622 2006-04-24 [colin]      2.1.1cvs31
1623
1624         * src/compose.c
1625                 Fix compilation warnings (Fabien)
1626
1627 2006-04-24 [colin]      2.1.1cvs30
1628
1629         * src/addrindex.c
1630         * src/editldap.c
1631         * src/editldap_basedn.c
1632         * src/editldap_basedn.h
1633         * src/ldapctrl.c
1634         * src/ldapctrl.h
1635         * src/ldapquery.c
1636         * src/ldaputil.c
1637         * src/ldaputil.h
1638                 Fix bug #901 (LDAPS support)
1639
1640 2006-04-24 [colin]      2.1.1cvs29
1641
1642         * src/compose.c
1643                 Fix logic on error with send dialog on
1644         * src/imap.c
1645                 Fix compilation without libetpan, thanks
1646                 to Fabien
1647         * src/summaryview.c
1648                 Fix 'context-menu' key
1649
1650 2006-04-23 [colin]      2.1.1cvs28
1651
1652         * src/folder.c
1653                 Never free current's cache to free up 
1654                 memory. Fixes bug #912 (new count 
1655                 randomly set to message count)
1656
1657 2006-04-23 [colin]      2.1.1cvs27
1658
1659         * src/gtk/quicksearch.c
1660                 And remove printf...
1661
1662 2006-04-23 [colin]      2.1.1cvs26
1663
1664         * src/gtk/quicksearch.c
1665                 Fix replacing in quicksearch, and fix inserting
1666                 in the middle of the string. (introduced at 2.1.0cvs22)
1667
1668 2006-04-23 [colin]      2.1.1cvs25
1669
1670         * src/imap.c
1671                 Make sure uidnext is initialized in get_num_list
1672                 (not for stable, related to 2.1.1cvs8 and friends)
1673
1674 2006-04-23 [colin]      2.1.1cvs24
1675
1676         * src/imap.c
1677                 Output something when login is successful
1678                 too
1679
1680 2006-04-23 [colin]      2.1.1cvs23
1681
1682         * src/etpan/imap-thread.c
1683                 Better logging (line-per-line, hide data in fetch)
1684                 Fix a const warning
1685         * src/gtk/logwindow.c
1686         * src/gtk/logwindow.h
1687                 Better logging (color for input/output)
1688
1689 2006-04-21 [colin]      2.1.1cvs22
1690
1691         * src/gtk/quicksearch.c
1692                 On gtk+-2.8, use stock buttons in quicksearch
1693                 Based on a patch by Fabien and a design by Paul
1694
1695 2006-04-21 [colin]      2.1.1cvs21
1696
1697         * src/folderview.c
1698         * src/mainwindow.c
1699                 Fix occasional flicker in folderview
1700         * src/common/utils.c
1701                 Fix bug #943 (Incorrectly parsed email address 
1702                 list in short headers on message view and in 
1703                 printouts)
1704
1705 2006-04-20 [colin]      2.1.1cvs20
1706
1707         * src/imap.c
1708         * src/imap.h
1709         * src/prefs_account.c
1710                 Add ANONYMOUS auth for IMAP
1711
1712 2006-04-20 [paul]       2.1.1cvs19
1713
1714         * src/main.c
1715                 proper fix for 2.1.1cvs18
1716                 Thanks to Colin
1717
1718 2006-04-20 [paul]       2.1.1cvs18
1719
1720         * src/main.c
1721                 fix build warnings
1722
1723 2006-04-20 [paul]       2.1.1cvs17
1724
1725         * src/gtk/quicksearch.c
1726                 fix standard, non-extended Quick search,
1727                 was broken in 2.1.1cvs15.
1728                 Thanks to Colin.
1729
1730 2006-04-20 [colin]      2.1.1cvs16
1731
1732         * src/prefs_matcher.c
1733                 Fix values when reselecting a ~test
1734                 rule
1735
1736 2006-04-19 [colin]      2.1.1cvs15
1737
1738         * src/compose.c
1739         * src/compose.h
1740         * src/gtk/gtkaspell.c
1741         * src/gtk/gtkaspell.h
1742                 Put back Options menu in Spelling/
1743         * src/gtk/quicksearch.c
1744                 Don't search, and show error, if the
1745                 advanced search has a syntax error
1746
1747 2006-04-18 [colin]      2.1.1cvs14
1748
1749         * src/textview.c
1750                 Fix gdk warnings on set_cursor when textview
1751                 isn't visible
1752
1753 2006-04-18 [colin]      2.1.1cvs13
1754
1755         * src/gtk/gtksctree.c
1756                 Remove seemingly useless refresh that causes
1757                 flicker - watch this commit in case of 
1758                 problems before planned backport to stable
1759
1760 2006-04-18 [colin]      2.1.1cvs12
1761
1762         * src/imap.c
1763                 Factorize get/set_xml code
1764         * src/compose.c
1765         * src/prefs_account.c
1766         * src/prefs_account.h
1767         * src/procmsg.c
1768                 Add Encrypt to self option
1769
1770 2006-04-17 [colin]      2.1.1cvs11
1771
1772         * configure.ac
1773                 Fix search on encrpyt function on dragonfly
1774                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1775
1776 2006-04-17 [colin]      2.1.1cvs10
1777
1778         * src/prefs_account.c
1779                 Be safe by default: remove mails from POP3
1780                 after 7 days, not immediately
1781
1782 2006-04-17 [colin]      2.1.1cvs9
1783
1784         * src/etpan/imap-thread.c
1785                 Fix build on DragonFly - patch by 
1786                 Jonathan Buschmann <jonthn@agmact.com>
1787
1788 2006-04-17 [colin]      2.1.1cvs8
1789
1790         * src/imap.c
1791                 Save uidnext between sessions
1792
1793 2006-04-17 [colin]      2.1.1cvs7
1794
1795         * src/imap.c
1796                 scan is required when uid validity changes
1797
1798 2006-04-17 [colin]      2.1.1cvs6
1799
1800         * src/folderview.c
1801                 Don't scan if not necessary, apart in current
1802                 folder and INBOX to fetch flags.
1803         * src/imap.c
1804                 Scan is necessary if unread count changes
1805
1806 2006-04-17 [colin]      2.1.1cvs5
1807
1808         * src/imap.c
1809                 ...But always fetch ANSWERED and DELETED flags for
1810                 INBOX, as filtering can happen on these flags.
1811
1812 2006-04-17 [colin]      2.1.1cvs4
1813
1814         * src/imap.c
1815                 Don't fetch REPLIED and DELETED flags when synchronising
1816                 flags with a closed folder. We only need UNSEEN and FLAGGED
1817                 to update the folderview.
1818
1819 2006-04-17 [colin]      2.1.1cvs3
1820
1821         * src/imap.c
1822                 Faster flag search when there are new mails 
1823                 in a folder. We can do a full search if the 
1824                 folder contains less messages than the new
1825                 list.
1826
1827 2006-04-17 [colin]      2.1.1cvs2
1828
1829         * po/cs.po
1830         * po/de.po
1831         * po/fr.po
1832         * po/nl.po
1833         * po/pt_BR.po
1834                 Update translations from stable branch
1835
1836 2006-04-17 [colin]      2.1.1cvs1
1837
1838         * configure.ac
1839                 Bump version to follow stable release
1840
1841 2006-04-16 [mones]      2.1.0cvs50
1842
1843         * po/es.po
1844                 Updated for release
1845
1846 2006-04-16 [colin]      2.1.0cvs49
1847
1848         * src/textview.c
1849                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1850                 with gtk < 2.8. Thanks to Fabien Vantard.
1851
1852 2006-04-15 [colin]      2.1.0cvs48
1853
1854         * src/etpan/imap-thread.c
1855                 Fix bug #919 (libetpan: SEGV when connecting 
1856                 using command)
1857
1858 2006-04-14 [colin]      2.1.0cvs47
1859
1860         * src/main.c
1861                 Fix race on --select (should be done better)
1862
1863 2006-04-14 [wwp]        2.1.0cvs46
1864
1865         * src/send_message.c
1866                 enforce a check for domain in account prefs (a sending
1867                 error could be faced if domain was checked but no value set),
1868                 thanks to Colin.
1869
1870 2006-04-14 [colin]      2.1.0cvs45
1871
1872         * src/codeconv.c
1873                 when converting from unknown to unknown, if the
1874                 string is UTF8, don't convert it to the locale
1875                 (which breaks it)
1876
1877 2006-04-14 [colin]      2.1.0cvs44
1878
1879         * src/compose.c
1880                 Don't try to use ASCII for converting headers
1881                 (as done in body)
1882
1883 2006-04-14 [paul]       2.1.0cvs43
1884
1885         * src/crash.c
1886                 add locale/charset info to crash report
1887         * src/gtk/about.c
1888                 add wwp to doc team
1889                 replace 'e-mail' with preferred 'email'
1890         * src/gtk/authors.h
1891                 ensure contributors list is in alphabetical
1892                 order
1893
1894 2006-04-13 [colin]      2.1.0cvs42
1895
1896         * src/textview.c
1897                 Prevent gdk warnings
1898
1899 2006-04-13 [colin]      2.1.0cvs41
1900
1901         * src/common/ssl_certificate.c
1902         * src/common/ssl_certificate.h
1903         * src/gtk/sslcertwindow.c
1904                 Warn on expired certs, and display the expiration date
1905
1906 2006-04-13 [colin]      2.1.0cvs40
1907
1908         * src/plugins/spamassassin/spamassassin_gtk.c
1909                 Fix missing set_text on unix socket
1910
1911 2006-04-13 [wwp]        2.1.0cvs39
1912
1913         * manual/fr/advanced.xml
1914         * manual/fr/glossary.xml
1915                 applied new spam/ham/email lexicon (pourriel, courriel)
1916
1917 2006-04-13 [paul]       2.1.0cvs38
1918
1919         * src/plugins/pgpmime/plugin.c
1920                 remove the mention of S/MIME from the
1921                 description. This is now handled by the
1922                 S/MIME plugin.
1923
1924 2006-04-13 [paul]       2.1.0cvs37
1925
1926         * src/prefs_msg_colors.c
1927                 rework dialog
1928         * src/prefs_folder_item.c
1929         * src/prefs_spelling.c
1930                 add a tooltip to the colour selector buttons
1931
1932 2006-04-13 [wwp]        2.1.0cvs36
1933
1934         * manual/advanced.xml
1935         * manual/glossary.xml
1936         * manual/handling.xml
1937         * manual/keyboard.xml
1938         * manual/plugins.xml
1939         * manual/starting.xml
1940         * manual/fr/account.xml
1941         * manual/fr/ack.xml
1942         * manual/fr/addrbook.xml
1943         * manual/fr/advanced.xml
1944         * manual/fr/faq.xml
1945         * manual/fr/glossary.xml
1946         * manual/fr/gpl.xml
1947         * manual/fr/handling.xml
1948         * manual/fr/intro.xml
1949         * manual/fr/keyboard.xml
1950         * manual/fr/plugins.xml
1951         * manual/fr/starting.xml
1952         * manual/fr/sylpheed-claws-manual.xml
1953                 fixes to the manuals:
1954                  - summaryview -> Message List (same in French)
1955                  - translate key names
1956                  - fix French punctuation, use non-breakable spaces when
1957                    necessary, don't use &thinsp; which is not portable
1958                  - tell what maildir and mbox formats we support
1959
1960 2006-04-12 [wwp]        2.1.0cvs35
1961
1962         * src/prefs_toolbar.c
1963                 unified a replace button more,
1964                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1965
1966 2006-04-12 [wwp]        2.1.0cvs34
1967
1968         * src/prefs_common.c
1969         * src/prefs_msg_colors.c
1970                 make default color labels translatable,
1971                 patch from Fabien Vantard <fzzzzz@gmail.com>,
1972                 thanks to Tim <timbrain@post.cz> for reporting.
1973
1974 2006-04-12 [wwp]        2.1.0cvs33
1975
1976         * manual/glossary.xml
1977         * manual/intro.xml
1978         * manual/plugins.xml
1979         * manual/starting.xml
1980         * manual/sylpheed-claws-manual.xml
1981         * manual/fr/.cvsignore
1982         * manual/fr/account.xml
1983         * manual/fr/ack.xml
1984         * manual/fr/addrbook.xml
1985         * manual/fr/advanced.xml
1986         * manual/fr/faq.xml
1987         * manual/fr/glossary.xml
1988         * manual/fr/handling.xml
1989         * manual/fr/intro.xml
1990         * manual/fr/keyboard.xml
1991         * manual/fr/plugins.xml
1992         * manual/fr/starting.xml
1993         * manual/fr/sylpheed-claws-manual.xml
1994                 various fixes: typos, missing .fr translations, punctuation,
1995                 capitalization, links, accents and some bad French more.
1996
1997 2006-04-12 [wwp]        2.1.0cvs32
1998
1999         * src/prefs_gtk.c
2000                 fix for bug #935: always store prefs files in UTF-8 (thanks
2001                 to Colin).
2002
2003 2006-04-11 [colin]      2.1.0cvs31
2004
2005         * src/compose.c
2006                 Fix inserting files not in utf8 when locale is utf8
2007
2008 2006-04-11 [colin]      2.1.0cvs30
2009
2010         * src/inc.c
2011                 Don't show error dialog when cancelling connection
2012                 Patch by Pawel
2013
2014 2006-04-11 [cleroy]     2.1.0cvs29
2015
2016         * src/compose.c
2017                 Implement multiple quote levels
2018         * src/prefs_common.c
2019                 Change a little bit the quote bgcolor for 2nd level
2020
2021 2006-04-11 [colin]      2.1.0cvs28
2022
2023         * src/gtk/about.c
2024                 Add locale and charset in the label
2025
2026 2006-04-10 [colin]      2.1.0cvs27
2027
2028         * src/compose.c
2029         * src/prefs_common.c
2030         * src/prefs_common.h
2031         * src/prefs_msg_colors.c
2032         * src/textview.c
2033                 Allow optional background color in quotes
2034                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2035                 GTK+-2.8.x feature
2036
2037 2006-04-10 [colin]      2.1.0cvs26
2038
2039         * src/main.c
2040         * src/mainwindow.c
2041         * src/mainwindow.h
2042                 Implement --select
2043
2044 2006-04-10 [colin]      2.1.0cvs25
2045
2046         * manual/plugins.xml
2047         * manual/fr/plugins.xml
2048                 Document libcurl's proxy variables
2049
2050 2006-04-09 [colin]      2.1.0cvs24
2051
2052         * src/prefs_common.c
2053                 gettext() returns statically allocated stuff. We have
2054                 to strdup it in order to be able to free it.
2055
2056 2006-04-09 [colin]      2.1.0cvs23
2057
2058         * AUTHORS
2059         * src/gtk/authors.h
2060                 Add Alexei
2061
2062 2006-04-09 [colin]      2.1.0cvs22
2063
2064         * src/mainwindow.c
2065         * src/gtk/quicksearch.c
2066                 Fix bug #859 (problems with cyrilic input in 
2067                 search panel) - Patch by Alexey Illarionov 
2068                 <littlesavage@rambler.ru>
2069
2070 2006-04-09 [colin]      2.1.0cvs21
2071
2072         * src/prefs_customheader.c
2073                 I prefer removing then freeing rather than the contrary
2074                 (even if it doesn't change anything ;-)
2075         * src/prefs_account.c
2076                 Fix bug #933 (Crash re-entering the custom headers list 
2077                 dialog in accounts prefs)
2078                 The problem happened when cancelling the Account 
2079                 Preferences' dialogs - in which case we didn't do 
2080                 anything to the PrefsAccount * struct. In case of applying,
2081                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2082                 working with in this dialog. The problem is that 
2083                 prefs_customheader.c, working on this tmp_ac_prefs, always
2084                 changes the ->customhdr_list pointer, even when cancelled. 
2085                 So in case of cancelling the prefs_account dialog, we still
2086                 have to update ->customhdr_list in the real account.
2087
2088 2006-04-08 [colin]      2.1.0cvs20
2089
2090         * manual/fr/glossary.xml
2091         * manual/fr/keyboard.xml
2092                 Forgot some headers :)
2093
2094 2006-04-08 [colin]      2.1.0cvs19
2095
2096         * manual/Makefile.am
2097         * manual/fr/Makefile.am
2098         * manual/fr/account.xml
2099         * manual/fr/ack.xml
2100         * manual/fr/addrbook.xml
2101         * manual/fr/advanced.xml
2102         * manual/fr/faq.xml
2103         * manual/fr/glossary.xml
2104         * manual/fr/gpl.xml
2105         * manual/fr/handling.xml
2106         * manual/fr/intro.xml
2107         * manual/fr/keyboard.xml
2108         * manual/fr/plugins.xml
2109         * manual/fr/starting.xml
2110         * manual/fr/sylpheed-claws-manual.xml
2111         * manual/fr/dist/.cvsignore
2112         * manual/fr/dist/Makefile.am
2113         * manual/fr/dist/html/.cvsignore
2114         * manual/fr/dist/html/Makefile.am
2115         * manual/fr/dist/pdf/.cvsignore
2116         * manual/fr/dist/pdf/Makefile.am
2117         * manual/fr/dist/ps/.cvsignore
2118         * manual/fr/dist/ps/Makefile.am
2119         * manual/fr/dist/txt/.cvsignore
2120         * manual/fr/dist/txt/Makefile.am
2121                 Add the french translation of the manual. Thanks to
2122                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2123                 account.xml, ack.xml, addrbook.xml and advanced.xml
2124
2125 2006-04-08 [colin]      2.1.0cvs18
2126
2127         * manual/plugins.xml
2128         * manual/starting.xml
2129                 More fixes
2130
2131 2006-04-07 [colin]      2.1.0cvs17
2132
2133         * manual/faq.xml
2134         * manual/intro.xml
2135         * manual/keyboard.xml
2136                 Little fixes
2137
2138 2006-04-07 [colin]      2.1.0cvs16
2139
2140         * README
2141         * src/compose.c
2142         * src/prefs_common.c
2143         * src/prefs_common.h
2144                 Add hidden compose_no_markup pref
2145
2146 2006-04-07 [wwp]        2.1.0cvs15
2147
2148         * src/summary_search.c
2149         * .cvsignore
2150                 Bugfix: stop button was sticky when searching in an empty folder.
2151                 Applied curly brackets code style to the whole file (summary_search.c).
2152                 More files to ignore.
2153
2154 2006-04-07 [wwp]        2.1.0cvs14
2155
2156         * src/message_search.c
2157         * src/summary_search.c
2158                 changed default button when search bumps at file/folder
2159                 beginning or end, for convenience (thanks to Colin).
2160
2161 2006-04-07 [paul]       2.1.0cvs13
2162
2163         * src/plugins/dillo_viewer/dillo_prefs.c
2164                 avoid future potential for namespace collision
2165                 Patch by Colin
2166
2167 2006-04-06 [wwp]        2.1.0cvs12
2168
2169         * src/summary_search.c
2170                 Unify extended/advanced searches names (and thus factorize labels),
2171                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2172
2173 2006-04-06 [wwp]        2.1.0cvs11
2174
2175         * src/folderview.c
2176         * src/prefs_themes.c
2177         * src/summaryview.c
2178                 Fixed some compilation warnings.
2179
2180 2006-04-06 [colin]      2.1.0cvs10
2181
2182         * manual/advanced.xml
2183                 Document the wizard template and how to deploy
2184                 Sylpheed-Claws effectively
2185
2186 2006-04-06 [colin]      2.1.0cvs9
2187
2188         * src/folderview.c
2189                 gettext patch to tell translators about _("#"),
2190                 by Maxim Britov
2191
2192 2006-04-06 [colin]      2.1.0cvs8
2193
2194         * src/textview.c
2195                 Fix invalid GtkTextBIter after clicking "Display as text"
2196
2197 2006-04-06 [mones]      2.1.0cvs7
2198
2199         * src/addr_compl.c
2200         * src/addrindex.c
2201         * src/addritem.c
2202         * src/codeconv.c
2203         * src/compose.c
2204         * src/filtering.c
2205         * src/folder.c
2206         * src/folder_item_prefs.c
2207         * src/folderview.c
2208         * src/localfolder.c
2209         * src/matcher.c
2210         * src/mimeview.c
2211         * src/prefs_msg_colors.c
2212         * src/prefs_spelling.c
2213         * src/prefs_themes.c
2214         * src/procmime.c
2215         * src/procmsg.c
2216         * src/stock_pixmap.c
2217         * src/summaryview.c
2218         * src/textview.c
2219         * src/toolbar.c
2220         * src/common/mgutils.c
2221         * src/common/prefs.c
2222         * src/common/ssl_certificate.c
2223         * src/gtk/colorlabel.c
2224         * src/gtk/quicksearch.c
2225         * src/plugins/pgpmime/pgpmime.c
2226         * src/plugins/spamassassin/spamassassin.c
2227                 Removed redundant NULL checks for g_free() calls.
2228                 Patch by Pawel Pekala.
2229
2230 2006-04-06 [mones]      2.1.0cvs6
2231
2232         * src/prefs_actions.c
2233         * src/prefs_filtering.c
2234         * src/prefs_filtering_action.c
2235         * src/prefs_matcher.c
2236         * src/prefs_template.c
2237         * src/gtk/gtkutils.c
2238         * src/gtk/gtkutils.h
2239                 Have a nice replace button. Patch by Pawel Pekala
2240
2241 2006-04-06 [colin]      2.1.0cvs5
2242
2243         * src/addressbook.c
2244                 Fix crash with empty columns
2245
2246 2006-04-05 [colin]      2.1.0cvs4
2247
2248         * src/wizard.c
2249         * src/prefs_gtk.c
2250                 Allow wizard customization with pre-filled values
2251
2252 2006-04-05 [colin]      2.1.0cvs3
2253
2254         * src/textview.c
2255         * src/mimeview.c
2256         * src/mimeview.h
2257                 Nicer messages in mimeview
2258
2259 2006-04-05 [colin]      2.1.0cvs2
2260
2261         * src/addressbook.c
2262         * src/prefs_summaries.c
2263                 i18n fix
2264
2265 2006-04-05 [colin]      2.1.0cvs1
2266
2267         * src/plugins/pgpcore/plugin.c
2268         * src/plugins/pgpcore/select-keys.c
2269         * src/plugins/pgpcore/select-keys.h
2270         * src/plugins/pgpcore/sgpgme.c
2271         * src/plugins/pgpcore/sgpgme.h
2272         * src/plugins/pgpinline/pgpinline.c
2273         * src/plugins/pgpinline/plugin.c
2274         * src/plugins/pgpmime/pgpmime.c
2275         * src/plugins/pgpmime/plugin.c
2276                 Factorize and generalize a bit 
2277                 Drop S/MIME signature verification from PGP/MIME
2278                 (adding it as another, more complete plugin)
2279
2280 2006-04-05 [paul]       2.1.0
2281
2282         2.1.0 released
2283
2284 2006-04-05 [paul]       2.0.0cvs186
2285
2286         * manual/advanced.xml
2287                 add info on colour labels
2288
2289 2006-04-05 [paul]       2.0.0cvs185
2290
2291         * po/bg.po
2292         * po/cs.po
2293         * po/de.po
2294         * po/el.po
2295         * po/en_GB.po
2296         * po/fi.po
2297         * po/fr.po
2298         * po/it.po
2299         * po/nl.po
2300         * po/pl.po
2301         * po/pt_BR.po
2302         * po/sr.po
2303         * po/zh_CN.po
2304                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2305                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2306                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2307                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2308         * src/gtk/authors.h
2309         * tools/claws.i18n.status.pl
2310                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2311                 and new Czech translator, Tim <timbrain@post.cz>
2312
2313 2006-04-05 [mones]      2.0.0cvs184
2314
2315         * po/es.po
2316                 Updated translation
2317
2318 2006-04-05 [colin]      2.0.0cvs183
2319
2320         * src/gtk/quicksearch.c
2321                 Fix bug #929 (unnecessary reload in quick search bar)
2322
2323 2006-04-05 [colin]      2.0.0cvs182
2324
2325         * src/compose.c
2326                 Fix crash on Reply with no From:
2327                 Show signature and conversion error on queuing 
2328                 (but not sending)
2329         * src/mainwindow.c
2330         * src/summaryview.c
2331         * src/summaryview.h
2332                 Factorize threading code and make sure msginfo 
2333                 is not null when it comes from a GtkCTreeRow's 
2334                 data
2335         * src/gtk/gtkaspell.c
2336                 Check for necessary things
2337         * src/gtk/gtksctree.c
2338         * src/gtk/gtksctree.h
2339                 Reset anchor if necessary when removing node
2340
2341 2006-03-29 [colin]      2.0.0cvs181
2342
2343         * src/folderview.c
2344                 Warn for disabled IMAP accounts (due to lack of
2345                 libetpan). Breaks string-freeze - sorry - but it
2346                 is kind of important ;)
2347
2348 2006-03-28 [colin]      2.0.0cvs180
2349
2350         * src/gtk/gtkutils.c
2351         * src/gtk/gtkutils.h
2352                 Add a gtkut_get_link_btn() function that
2353                 creates a button which acts like an URI
2354         * src/prefs_themes.c
2355         * src/gtk/about.c
2356                 Use this function (factorizes codes)
2357         * src/common/defs.h
2358         * src/gtk/pluginwindow.c
2359                 Add a "Get more..." in the plugins window
2360
2361 2006-03-28 [colin]      2.0.0cvs179
2362
2363         * src/common/smtp.c
2364         * src/common/passcrypt.c
2365         * src/undo.c
2366                 Warning fixes. Patch by Pawel Pekala
2367
2368 2006-03-27 [colin]      2.0.0cvs178
2369
2370         * src/undo.c
2371                 Fix undoing by blocks with spaces
2372
2373 2006-03-27 [colin]      2.0.0cvs177
2374
2375         * src/textview.c
2376                 Set margin to 3px for headers
2377
2378 2006-03-27 [paul]
2379
2380         2.1.0-rc2 released
2381
2382 2006-03-27 [wwp]        2.0.0cvs176
2383
2384         * src/summaryview.c
2385                 don't reset quicksearch when updating the message list.
2386                 Thanks to Colin.
2387
2388 2006-03-26 [wwp]        2.0.0cvs175
2389
2390         * src/compose.c
2391                 use a unified border width ('other' tab in the compose window,
2392                 patch by Pawel Pekala).
2393
2394
2395 2006-03-26 [wwp]        2.0.0cvs174
2396
2397         * src/common/quoted-printable.c
2398         * src/addressbook.c
2399                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2400
2401 2006-03-26 [colin]      2.0.0cvs173
2402
2403         * src/quote_fmt_parse.y
2404                 Fix non-UTF8 date formats messing up the whole quote a 
2405                 little bit
2406
2407 2006-03-26 [colin]      2.0.0cvs172
2408
2409         * src/procheader.c
2410                 Make sure the date is UTF8 valid, or try to make it
2411                 so. IncrediMail is really IncrediStupid.
2412         * src/compose.c
2413                 Fix possible conversions. 
2414                 
2415
2416 2006-03-26 [colin]      2.0.0cvs171
2417
2418         * src/matcher.c
2419                 Fix corner cases in body search. This is still a
2420                 hack... It seems impossible to make it good and 
2421                 reasonably fast at the same time.
2422
2423 2006-03-26 [colin]      2.0.0cvs170
2424
2425         * src/summaryview.c
2426                 I think I killed the twilight zone bug!
2427                 summary_select_node() flushes GTK events in order
2428                 to be able to center the view. But this also 
2429                 flushes keypresses like Ctrl-Alt-U, so this can
2430                 call summary_show from summary_select_node (itself
2431                 called from summary_show, etc.). And the summaryview
2432                 has to be unlocked in this function. So just locking
2433                 while processing GTK events, and bailing if locked, 
2434                 should fix it.
2435                 Fixes bug #927 (SIGSEGV during Update Summary)
2436
2437 2006-03-25 [colin]      2.0.0cvs169
2438
2439         * src/matcher.c
2440                 Fix search in QP-encoded bodies
2441                 Fix utf-8 searches in bodies encoded in the
2442                 locale's encoding
2443         * src/common/quoted-printable.c
2444         * src/common/quoted-printable.h
2445                 Add a decode function that doesn't overwrite
2446                 the original pointer
2447                 
2448
2449 2006-03-24 [colin]      2.0.0cvs168
2450
2451         * src/action.c
2452         * src/summaryview.c
2453         * src/summaryview.h
2454                 Update message cache after action
2455                 Patch by H. Merijn Brand
2456         * src/prefs_msg_colors.c
2457                 Factorize label 
2458                 Patch by Fabien Vantard
2459         * src/plugins/spamassassin/spamassassin_gtk.c
2460                 Remove useless translation
2461                 Patch by Fabien Vantard
2462
2463 2006-03-23 [colin]      2.0.0cvs167
2464
2465         * src/common/ssl.c
2466                 Let 30 seconds to SSL_connect
2467
2468 2006-03-23 [wwp]        2.0.0cvs166
2469
2470         * src/summaryview.c
2471         * src/gtk/description_window.c
2472                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2473                 and headers are translated; adjust description windows' width to fit their
2474                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2475
2476 2006-03-23 [paul]       2.0.0cvs165
2477
2478         * src/common/utils.c
2479                 fix highlighting of URIs containing "()"
2480                 (2.0.0cvs164's reversal fixed)
2481                 Thanks to Colin.
2482
2483 2006-03-23 [paul]       2.0.0cvs164
2484
2485         * src/common/utils.c
2486                 revert patch, (postponing a fix), at 2.0.0cvs120
2487                 as it breaks more URIs than it fixes.
2488                 Allow '-' to be a terminating character in a URI
2489
2490 2006-03-22 [colin]      2.0.0cvs163
2491
2492         * configure.ac
2493                 Require libetpan 0.45
2494                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2495
2496 2006-03-22 [paul]       2.0.0cvs162
2497
2498         * src/editgroup.c
2499                 replace '<-' and '->' buttons with GTK_STOCK graphical
2500                 buttons
2501         * src/summary_search.c
2502                 don't offer '...' for translation
2503                 add a tooltip to advanced search '...' button
2504         * src/gtk/quicksearch.c
2505                 don't offer '...' for translation
2506
2507 2006-03-21 [colin]      2.0.0cvs161
2508
2509         * src/compose.c
2510                 Fix middle-click pasting (insert at click
2511                 position instead of cursor position, don't
2512                 remove existing selection and allow pasting
2513                 our own selection)
2514         * src/addressbook.c
2515                 "LDAP Server" -> "LDAP servers"
2516
2517 2006-03-21 [wwp]        2.0.0cvs160
2518
2519         * src/etpan/imap-thread.c
2520                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2521
2522 2006-03-20 [colin]      2.0.0cvs159
2523
2524         * src/summaryview.c
2525                 Don't reload summaryview after an execute with no
2526                 move action
2527
2528 2006-03-19 [colin]      2.0.0cvs158
2529
2530         * src/addressbook.c
2531                 and put groups at the top, always
2532
2533 2006-03-19 [colin]      2.0.0cvs157
2534
2535         * src/addressbook.c
2536                 Order groups before names, as previously
2537
2538 2006-03-19 [colin]      2.0.0cvs156
2539
2540         * src/addressbook.c
2541                 - Sort case-unsensitive
2542                 - Put the sort arrow at opening too
2543
2544 2006-03-19 [wwp]        2.0.0cvs155
2545
2546         * src/addressbook.c
2547                 allow sorting by name/email/remarks, ensure that right-pane's contents
2548                 matches the left-pane selection (cleared when appropriate).
2549                 Patch by Pawel Pekala <c0rn@o2.pl>.
2550
2551 2006-03-18 [colin]      2.0.0cvs154
2552
2553         * src/textview.c
2554                 Fix text cursor ;)
2555
2556 2006-03-18 [colin]      2.0.0cvs153
2557
2558         * src/gtk/filesel.c
2559                 Make sure we hide the preview if we didn't get
2560                 a filename
2561
2562 2006-03-18 [colin]      2.0.0cvs152
2563
2564         * src/summaryview.c
2565                 Set cursor to watch for execution (fixes lack
2566                 of watch-cursor when dnd'ing hundreds of mails)
2567         * src/gtk/filesel.c
2568                 Check that mime type is 'image/*' before updating
2569                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2570
2571 2006-03-18 [colin]      2.0.0cvs151
2572
2573         * src/mainwindow.c
2574         * src/textview.c
2575         * src/textview.h
2576                 Put a watch cursor in textview too when the mainwindow's
2577                 cursor in a watch
2578
2579 2006-03-18 [colin]      2.0.0cvs150
2580
2581         * src/folder.c
2582                 Change wrong asserts to simple tests
2583
2584 2006-03-17 [colin]      2.0.0cvs149
2585
2586         * src/mainwindow.c
2587         * src/mainwindow.h
2588         * src/prefs_msg_colors.c
2589         * src/summaryview.c
2590         * src/summaryview.h
2591         * src/gtk/colorlabel.c
2592         * src/gtk/colorlabel.h
2593                 Add a color label menu in the main menubar
2594                 Add (fixed) accels Ctrl-{0-7} to change the color
2595                 They have to be fixed because the menu's dynamic,
2596                 the items are complex widgets, hence we can't use
2597                 a GtkItemFactory.
2598
2599
2600 2006-03-17 [wwp]        2.0.0cvs148
2601
2602         * src/compose.c
2603                 rollback few lines from my previous commit (those lines come from
2604                 a pending patch, accidentally commited, even if neutral as they are
2605                 commented out).
2606
2607 2006-03-17 [wwp]        2.0.0cvs147
2608
2609         * src/compose.c
2610                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2611                 applied code style/indentation to the modified function.
2612
2613 2006-03-17 [wwp]        2.0.0cvs146
2614
2615         * src/procmsg.c
2616         * src/compose.c
2617                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2618
2619 2006-03-17 [paul]
2620
2621         2.1.0-rc1 released
2622
2623 2006-03-17 [paul]       2.0.0cvs145
2624
2625         * src/main.c
2626                 addressbook_read_file() was called twice
2627         * src/textview.c
2628                 X-Mailer highlighting
2629
2630 2006-03-16 [colin]      2.0.0cvs144
2631
2632         * src/sourcewindow.c
2633         * src/sourcewindow.h
2634                 And the last one, in source window.
2635
2636 2006-03-16 [colin]      2.0.0cvs143
2637
2638         * src/compose.c
2639         * src/compose.h
2640                 Fix the same stuff in compose
2641
2642 2006-03-16 [colin]      2.0.0cvs142
2643
2644         * src/messageview.c
2645                 Complete the previous messageview crash fix
2646
2647 2006-03-16 [colin]      2.0.0cvs141
2648
2649         * src/procmsg.h
2650         * src/procmsg.c
2651         * src/folder.c
2652                 Fix POSTPROCESSING hook
2653                 Patch by H. Merijn Brand
2654
2655         * src/procmime.c
2656         * src/procmime.h
2657                 Parse Content-Location
2658
2659         * src/toolbar.c
2660         * src/messageview.c
2661         * src/messageview.h
2662                 Don't crash when a top-level MessageView has
2663                 been closed on us. Same problematic than
2664                 yesterday's quicksearch issue.
2665
2666 2006-03-15 [colin]      2.0.0cvs140
2667
2668         * src/gtk/quicksearch.c
2669                 Fix a bitchy race we didn't think about when we
2670                 added quicksearch cancellation:
2671                 If the search is not on cached fields, for example
2672                 body_part matchcase "stuff"
2673                 the matcher code has to get the whole message. If
2674                 we're on IMAP, that can be slow, and in order to
2675                 be non-blocking, the IMAP code idle loop processes
2676                 gtk events too. So it is possible to cancel a
2677                 quicksearch while the matcher is getting the mail's
2678                 body. After matcher got its body, it will start to
2679                 iterate over the matcher list that the Quicksearch's
2680                 clear_search_cb() just freed via prepare_matcher().
2681                 SIGSEGV ensues.
2682                 The fix consists of guarding the matcherlist_match()
2683                 call with a boolean 'matching'. If we reset the
2684                 quicksearch while matching is TRUE, we don't free
2685                 the matcherlist anymore like we did, but we set
2686                 another new flag, deferred_free, to TRUE. Then,
2687                 in quicksearch_match(), just after returning from
2688                 matcherlist_match() and unsetting the matching flag,
2689                 we check the deferred_free flag and do the
2690                 prepare_matcher() (which does the matcherlist_free)
2691                 for real, so we free the matcherlist once it's not
2692                 used anymore.
2693                 As all of this runs via the glib main loop, we
2694                 luckily don't need a mutex.
2695         * src/summaryview.c
2696                 Also, show progress while searching.
2697
2698
2699 2006-03-14 [colin]      2.0.0cvs139
2700
2701         * src/alertpanel.c
2702                 Make alertpanel_is_open non-static
2703
2704 2006-03-14 [colin]      2.0.0cvs138
2705
2706         * src/prefs_spelling.c
2707                 Cleanups - Fabien Vantard
2708
2709 2006-03-14 [wwp]        2.0.0cvs137
2710
2711         * src/main.c
2712                 code style normalization (curly braces, indentation).
2713
2714 2006-03-14 [wwp]        2.0.0cvs137
2715
2716         * src/main.c
2717                 code style (braces, indentation)
2718
2719 2006-03-12 [paul]       2.0.0cvs136
2720
2721         * src/prefs_common.c
2722                 trans_hdr defaults to FALSE to be RFC-savvy
2723         * src/prefs_summaries.c
2724                 add a tooltip to the trans_hdr option
2725                 
2726
2727 2006-03-12 [paul]       2.0.0cvs135
2728
2729         * src/prefs_matcher.c
2730                 give a little more width to the combos
2731         * src/prefs_display_header.c
2732         * src/textview.c
2733                 translate headers if prefs_common.trans_hdr
2734                 is TRUE
2735
2736         Patches by Pawel Pekala
2737
2738 2006-03-12 [paul]       2.0.0cvs134
2739
2740         * src/plugins/clamav/clamav_plugin.c
2741         * src/plugins/dillo_viewer/dillo_viewer.c
2742         * src/plugins/pgpcore/plugin.c
2743         * src/plugins/pgpinline/plugin.c
2744         * src/plugins/pgpmime/plugin.c
2745         * src/plugins/spamassassin/spamassassin.c
2746                 update/add to descriptions
2747         * src/plugins/spamassassin/spamassassin_gtk.c
2748                 fixes to the english, remove superfluous
2749                 tooltips, clean up a little
2750
2751 2006-03-12 [paul]       2.0.0cvs133
2752
2753         * src/compose.c
2754                 fix Bug 924, 'Account combo box shows up wrong 
2755                 if & is in account name'
2756
2757 2006-03-11 [colin]      2.0.0cvs132
2758
2759         * src/summaryview.c
2760                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2761                 messed up shift-selection because is slows down
2762                 moving around summaryview. thanks -users
2763
2764 2006-03-10 [colin]      2.0.0cvs131
2765
2766         * src/plugins/spamassassin/spamassassin_gtk.c
2767                 Put back Paul's engrish fixes
2768
2769 2006-03-10 [colin]      2.0.0cvs130
2770
2771         * src/plugins/spamassassin/spamassassin.c
2772         * src/plugins/spamassassin/spamassassin.h
2773         * src/plugins/spamassassin/spamassassin_gtk.c
2774                 Cleanup SA prefs page (more)
2775                 Patch by Fabien Vantard
2776
2777 2006-03-10 [paul]       2.0.0cvs129
2778
2779         * src/prefs_msg_colors.c
2780         * src/prefs_spelling.c
2781                 widget sensitivity
2782
2783 2006-03-09 [mones]      2.0.0cvs128
2784
2785         * po/es.po
2786                 Update for next RC
2787
2788 2006-03-09 [wwp]        2.0.0cvs127
2789
2790         * configure.ac
2791                 revert accidental commit (requirement for libetpan 0.43), this time
2792                 not in HEAD.
2793
2794 2006-03-09 [wwp]        2.0.0cvs125
2795
2796         * configure.ac
2797                 revert accidental commit (requirement for libetpan 0.43)
2798
2799 2006-03-09 [paul]       2.0.0cvs126
2800
2801         * src/prefs_receive.c
2802                 remove useless frame
2803                 replace 'incorporation' with 'receiving'
2804         * src/plugins/clamav/clamav_plugin_gtk.c
2805         * src/plugins/spamassassin/spamassassin_gtk.c
2806                 improve widget sensitivity
2807                 fix a bit his engrish
2808
2809 2006-03-09 [wwp]        2.0.0cvs125
2810
2811         * src/addressadd.c
2812         * src/foldersel.c
2813         * src/prefs_common.c
2814         * src/prefs_common.h
2815                 remember some more windows' sizes (add to addressbook and
2816                 select folder).
2817
2818 2006-03-09 [paul]       2.0.0cvs124
2819
2820         * src/plugins/pgpcore/prefs_gpg.c
2821                 normalise construction of dialogue
2822
2823 2006-03-09 [paul]       2.0.0cvs123
2824
2825         * src/plugins/trayicon/Makefile.am
2826                 add missing slash
2827
2828 2006-03-08 [colin]      2.0.0cvs122
2829
2830         * src/plugins/trayicon/Makefile.am
2831                 Fix build in separate dir 
2832                 Patch by Bamanzi <bamanzi@gmail.com>
2833
2834 2006-03-08 [colin]      2.0.0cvs121
2835
2836         * src/procmsg.c
2837                 Batch move and copies from summaryview with delayed execution
2838                 too
2839
2840 2006-03-07 [paul]       2.0.0cvs120
2841
2842         * src/common/utils.c
2843                 fix highlighting of URIs containing "()"
2844                 Patch by Pawel Pekala
2845
2846 2006-03-07 [paul]       2.0.0cvs119
2847
2848         * src/folder.c
2849         * src/folder.h
2850         * src/folderview.c
2851                 immediately do alphabetical resort when
2852                 changing a folder's name
2853                 Patch by Pawel Pekala
2854
2855 2006-03-07 [paul]       2.0.0cvs118
2856
2857         * src/news.c
2858         * src/news_gtk.c
2859                 when unsubscribing a newsgroup, remove the
2860                 folder and msgs in .sylpheed-claws/newscache
2861                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2862
2863 2006-03-07 [paul]       2.0.0cvs117
2864
2865         * src/textview.c
2866                 fix wrong Fake URL Warning
2867                 Thanks to Hiro
2868
2869 2006-03-07 [colin]      2.0.0cvs116
2870
2871         * src/imap.c
2872                 Return immediately when password dialog was
2873                 cancelled
2874         * src/gtk/inputdialog.c
2875                 Allow empty strings for passwords
2876
2877
2878 2006-03-06 [colin]      2.0.0cvs115
2879
2880         * src/imap.c
2881                 Prevent double-timeouts when connection fails
2882
2883 2006-03-06 [colin]
2884
2885         2.0.1-rc1 released
2886
2887 2006-03-06 [colin]      2.0.0cvs114
2888
2889         * src/imap.c
2890                 Refresh session during potentially long
2891                 operations
2892
2893 2006-03-06 [wwp]        2.0.0cvs113
2894
2895         * src/prefs_msg_colors.h
2896                 forgot that one (custom color labels).
2897
2898 2006-03-06 [wwp]        2.0.0cvs112
2899
2900         * src/prefs_common.c
2901         * src/prefs_common.h
2902         * src/prefs_msg_colors.c
2903         * src/summaryview.c
2904         * src/summaryview.h
2905         * src/gtk/colorlabel.c
2906         * src/gtk/colorlabel.h
2907                 colors in messages list are now customizable. Color values and names can
2908                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2909                 Thanks to Paul and Colin for their help with this longstanding patch!
2910
2911 2006-03-06 [wwp]        2.0.0cvs111
2912
2913         * src/textview.c
2914                 don't crash if (x)face is bad.
2915
2916 2006-03-05 [paul]       2.0.0cvs110
2917
2918         * AUTHORS
2919         * configure.ac
2920         * src/Makefile.am
2921         * src/common/Makefile.am
2922         * src/common/utils.h
2923         * src/etpan/imap-thread.c
2924         * src/gtk/authors.h
2925         * src/plugins/clamav/Makefile.am
2926         * src/plugins/demo/Makefile.am
2927         * src/plugins/dillo_viewer/Makefile.am
2928         * src/plugins/pgpcore/Makefile.am
2929         * src/plugins/pgpcore/passphrase.c
2930         * src/plugins/pgpinline/Makefile.am
2931         * src/plugins/pgpmime/Makefile.am
2932         * src/plugins/spamassassin/Makefile.am
2933         * src/plugins/trayicon/Makefile.am
2934                 fix builiding on cygwin
2935                 Patch by Ralgh Young <bamanzi@gmail.com>
2936
2937 2006-03-04 [wwp]        2.0.0cvs109
2938
2939         * manual/keyboard.xml
2940                 fix mixed up/down keys.
2941
2942 2006-03-04 [wwp]        2.0.0cvs108
2943
2944         * README
2945         * INSTALL
2946                 updated links to SpamAssassin.
2947
2948 2006-03-04 [wwp]        2.0.0cvs107
2949
2950         * manual/plugins.xml
2951         * src/plugins/spamassassin/README
2952                 updated SpamAssassin plugin docs to reflect new functional additions
2953                 (also fix/update/documents few technical stuff more, see the README).
2954
2955 2006-03-04 [wwp]        2.0.0cvs106
2956
2957         * src/prefs_message.c
2958                 normalized capitalization of message-prefs paths.
2959
2960 2006-03-04 [wwp]        2.0.0cvs105
2961
2962         * manual/advanced.xml
2963                 typo.
2964
2965 2006-03-03 [colin]      2.0.0cvs104
2966
2967         * src/plugins/clamav/clamav_plugin_gtk.c
2968                 Rework prefs page, patch by Fabien 
2969
2970 2006-03-03 [colin]      2.0.0cvs103
2971
2972         * src/plugins/clamav/clamav_plugin.c
2973                 Set error on all errors
2974
2975 2006-03-03 [colin]      2.0.0cvs102
2976
2977         * src/common/plugin.c
2978                 Initialize error to avoid crashing when a plugin fails
2979                 without setting error
2980
2981 2006-03-02 [wwp]        2.0.0cvs101
2982
2983         * configure.ac
2984                 fixed linker flags for libetpan support on Cygwin
2985                 (thanks to H.Merijn Brand).
2986
2987 2006-03-02 [wwp]        2.0.0cvs100
2988
2989         * src/addressbook.c
2990                 fix some AB error messages: one for punctuation and
2991                 one wrongly duplicate (thanks, maxbritov).
2992
2993 2006-03-02 [wwp]        2.0.0cvs99
2994
2995         * src/plugins/spamassassin/spamassassin.c
2996                 make sync calls to sa-learn/spamc to prevent
2997                 system (whatever local or client/server) overload.
2998
2999 2006-03-02 [colin]      2.0.0cvs98
3000
3001         * src/summaryview.c
3002                 Put the spam icon in the status column instead of the
3003                 mark one
3004
3005 2006-03-01 [colin]      2.0.0cvs97
3006
3007         * src/plugins/spamassassin/spamassassin.c
3008                 Fix segfault (g_file_set_contents fails for some 
3009                 reason and err==0x2f. Can't find out why with
3010                 valgrind, using working function :-)
3011
3012 2006-03-01 [colin]      2.0.0cvs96
3013
3014         * src/inc.c
3015                 Offline overriding: let 'No' be cached only 3 seconds
3016
3017 2006-03-01 [colin]      2.0.0cvs95
3018
3019         * src/addr_compl.c
3020         * src/addrbook.c
3021         * src/addressbook.c
3022         * src/addrindex.c
3023         * src/folder_item_prefs.c
3024         * src/headerview.c
3025         * src/imap.c
3026         * src/inc.c
3027         * src/ldif.c
3028         * src/mainwindow.c
3029         * src/mh.c
3030         * src/msgcache.c
3031         * src/prefs_common.h
3032         * src/prefs_msg_colors.c
3033         * src/procheader.c
3034         * src/procheader.h
3035         * src/procmime.c
3036         * src/procmsg.c
3037         * src/procmsg.h
3038         * src/send_message.h
3039         * src/simple-gettext.c
3040         * src/summaryview.c
3041         * src/summaryview.h
3042         * src/syldap.c
3043         * src/textview.c
3044         * src/undo.c
3045         * src/common/ssl_certificate.c
3046         * src/common/utils.c
3047         * src/gtk/colorsel.c
3048         * src/gtk/gtksctree.c
3049         * src/gtk/gtkshruler.c
3050         * src/plugins/trayicon/trayicon.c
3051                 #if 0 goes to /dev/null
3052
3053 2006-03-01 [colin]      2.0.0cvs94
3054
3055         * src/compose.c
3056         * src/imap.c
3057         * src/inc.c
3058         * src/inc.h
3059         * src/messageview.c
3060         * src/news.c
3061         * src/plugins/spamassassin/spamassassin.c
3062                 Allow to add information in the "working offline"
3063                 window
3064
3065 2006-03-01 [wwp]        2.0.0cvs93
3066
3067         * src/plugins/spamassassin/spamassassin.c
3068                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3069                 'cause it seems that calling `spamc ... < inputfile` with
3070                 g_spawn_(a)sync simply.. erm doesn't work :-).
3071
3072 2006-03-01 [wwp]        2.0.0cvs92
3073
3074         * src/toolbar.c
3075         * src/toolbar.h
3076                 simplify the adding of spam/ham button to the messageview toolbar
3077                 (it gets more clear now that the same button will be "Mark as spam"
3078                 or "Mark as ham" according to the current message status,
3079                 thanks to Colin).
3080
3081 2006-03-01 [wwp]        2.0.0cvs91
3082
3083         * src/messageview.c
3084         * src/procmsg.c
3085         * src/procmsg.h
3086         * src/summaryview.c
3087         * src/plugins/spamassassin/spamassassin.c
3088         * src/plugins/spamassassin/spamassassin.h
3089                 make learner callbacks return a status (0 for ok),
3090                 handle it in main code to avoid setting flags when learning failed,
3091                 don't learn on TCP if offline in spamassassin,
3092                 thanks to Colin.
3093
3094                 
3095
3096 2006-03-01 [wwp]        2.0.0cvs90
3097
3098         * src/compose.c
3099                 some work around the compose window's account menu,
3100                 patch by Fabien Vantard.
3101
3102 2006-03-01 [wwp]        2.0.0cvs89
3103
3104         * src/plugins/spamassassin/spamassassin.c
3105                 fixed bad logics, was using spamc in local mode and sa-learn
3106                 in remote mode (thanks, Colin).
3107
3108 2006-03-01 [wwp]        2.0.0cvs88
3109
3110         * src/plugins/spamassassin/spamassassin.c
3111         * src/plugins/spamassassin/spamassassin.h
3112         * src/plugins/spamassassin/spamassassin_gtk.c
3113                 made processing of emails w/ sa-plugin an option (default is TRUE),
3114                 fixed Engrish some tooltips, capitalization of some debug messages
3115                 and warnings. The spamassassin plugin now provides two separate
3116                 services: process emails upon incorporation and spamd training.
3117                 Both services (un)register independently but use some common
3118                 plugin settings (transport settings, spam storage location).
3119
3120 2006-02-28 [wwp]        2.0.0cvs87
3121
3122         * src/plugins/spamassassin/spamassassin.c
3123                 fix async flag to spamc cmdline execution (batch exec should
3124                 be asynchronous).
3125
3126 2006-02-27 [wwp]        2.0.0cvs86
3127
3128         * src/plugins/spamassassin/spamassassin.c
3129         * src/plugins/spamassassin/spamassassin.h
3130         * src/plugins/spamassassin/spamassassin_gtk.c
3131                 - added the ability to learn a remote spamassassin server (spamd),
3132                 using spamc.
3133                 - added the spamassassin option 'username', that applies to all
3134                 spamassassin operations (filtering, learning, local or remote).
3135                 The default username is the current unix user (if left blank
3136                 from gtk prefs or config file).
3137                 - commented out some unused code (notebook widget), removed unused
3138                 layout (hbox1).
3139                 - make more widgets sensitive to the transport type.
3140
3141 2006-02-27 [colin]      2.0.0cvs85
3142
3143         * src/plugins/spamassassin/spamassassin.c
3144                 Fix sa-learn call when offline
3145
3146 2006-02-27 [colin]      2.0.0cvs84
3147
3148         * configure.ac
3149         * src/Makefile.am
3150         * src/mainwindow.c
3151         * src/mainwindow.h
3152         * src/messageview.c
3153         * src/messageview.h
3154         * src/prefs_toolbar.c
3155         * src/procmsg.c
3156         * src/stock_pixmap.c
3157         * src/stock_pixmap.h
3158         * src/summaryview.c
3159         * src/toolbar.c
3160         * src/toolbar.h
3161         * src/pixmaps/ham_btn.xpm
3162         * src/pixmaps/spam.xpm
3163         * src/pixmaps/spam_btn.xpm
3164         * src/plugins/spamassassin/spamassassin.c
3165                 Add button in toolbar for spam learning
3166                 Fix a few bugs from the last related commit
3167                 Revert 1.9.6cvs23 which messed up shift-selection
3168
3169 2006-02-24 [colin]      2.0.0cvs83
3170
3171         * src/procmsg.c
3172         * src/summaryview.c
3173         * src/summaryview.h
3174         * src/plugins/spamassassin/spamassassin.c
3175         * src/plugins/spamassassin/spamassassin.h
3176         * src/plugins/spamassassin/spamassassin_gtk.c
3177                 Unregister learner when spamassassin is either
3178                 disabled or over tcp
3179
3180 2006-02-24 [colin]      2.0.0cvs82
3181
3182         * src/Makefile.am
3183         * src/mainwindow.c
3184         * src/mainwindow.h
3185         * src/procmsg.c
3186         * src/procmsg.h
3187         * src/stock_pixmap.c
3188         * src/stock_pixmap.h
3189         * src/summaryview.c
3190         * src/summaryview.h
3191         * src/gtk/icon_legend.c
3192         * src/pixmaps/spam.xpm  ** NEW FILE **
3193         * src/plugins/spamassassin/spamassassin.c
3194         * src/plugins/spamassassin/spamassassin_gtk.c
3195                 Add spam learning interface (Mark/Mark as 
3196                 (spam|ham) menus)
3197
3198 2006-02-24 [wwp]        2.0.0cvs81
3199
3200         * src/compose.c
3201         * src/compose.h
3202         * src/filtering.c
3203                 hide compose window when sending message in batch mode
3204                 (filtering: forward and redirect). Also fixed a wrong
3205                 value returned when sending failed, neutral anyway.
3206                 (Colin, me) 
3207
3208 2006-02-24 [wwp]        2.0.0cvs80
3209
3210         * src/mainwindow.c
3211                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3212
3213 2006-02-24 [paul]       2.0.0cvs79
3214
3215         * src/news.c
3216         * src/news.h
3217         * src/news_gtk.c
3218                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3219                 Thanks to Colin
3220
3221 2006-02-23 [colin]      2.0.0cvs78
3222
3223         * src/alertpanel.c
3224                 Change OK to Close in alertpanel with View log
3225                 button; add accel to View log. Patch by Fabien
3226                 Vantard
3227
3228 2006-02-23 [wwp]        2.0.0cvs77
3229
3230         * src/compose.c
3231                 silly me, there were much more tests to perform, since toolbars can
3232                 really have down to 1 element only.
3233
3234 2006-02-23 [wwp]        2.0.0cvs76
3235
3236         * commitHelper
3237                 fixed indentation from my previous commit. Fallback to VISUAL if
3238                 EDITOR is not set (and to vi, at last resort).
3239
3240 2006-02-23 [wwp]        2.0.0cvs75
3241
3242         * commitHelper
3243                 improved error detection (Colin, me).
3244
3245 2006-02-23 [wwp]        2.0.0cvs74
3246
3247         * src/prefs_toolbar.c
3248                 simplify and fix prefs/toolbars layouting. Combos' contents can
3249                 now be really displayed.
3250
3251 2006-02-23 [wwp]        2.0.0cvs73
3252         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3253         be really displayed.
3254
3255 2006-02-22 [wwp]        2.0.0cvs72
3256
3257         * src/compose.c
3258                 fix a typo in my previous commit (sorry!).
3259
3260 2006-02-22 [wwp]        2.0.0cvs71
3261
3262         * src/prefs_toolbar.c
3263                 fix a crash when adding separators to toolbars,
3264                 also fix some separator item information.
3265
3266 2006-02-22 [wwp]        2.0.0cvs70
3267
3268         * src/compose.c
3269                 fix a crash when redirecting (for instance) when compose window's
3270                 toolbar contents has been customized (when some buttons have been
3271                 removed in fact).
3272
3273 2006-02-21 [wwp]        2.0.0cvs69
3274
3275         * src/summaryview.c
3276         * src/gtk/pluginwindow.c
3277         * src/plugins/pgpcore/prefs_gpg.c
3278                 fix some compilation warnings (feat. remains of removed code).
3279
3280 2006-02-21 [wwp]        2.0.0cvs68
3281
3282         * src/gtk/gtkutils.c
3283                 fix two compilation issues, thanks to Stephan Sachse.
3284
3285 2006-02-20 [colin]      2.0.0cvs67
3286
3287         * src/mainwindow.c
3288                 Don't reselect displayed mail on refocus
3289                 This fixes actions misbehaving 
3290
3291 2006-02-20 [wwp]        2.0.0cvs66
3292
3293         * src/summaryview.c
3294         * src/gtk/gtksctree.c
3295         * src/gtk/gtkshruler.c
3296                 changed more runtime typecast checks.
3297
3298 2006-02-20 [wwp]        2.0.0cvs65
3299
3300         * src/summary_search.c
3301                 find all - summaryview refresh issue fixed, thanks to Colin.
3302
3303 2006-02-20 [wwp]        2.0.0cvs64
3304
3305         * src/gtk/gtkutils.c
3306                 better runtime typecast checks.
3307
3308 2006-02-20 [wwp]        2.0.0cvs63
3309
3310         * src/summary_search.c
3311                 enhancements to the summary search:
3312                         - add the ability to stop the running search
3313                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3314                         - don't search if no criteria (From/To/Subject/Body) is set
3315                         - ensure that a busy mouse pointer is always shown when searching,
3316                           show it even a bit earlier
3317
3318 2006-02-19 [colin]      2.0.0cvs62
3319
3320         * src/compose.c
3321         * src/imap.c
3322         * src/etpan/imap-thread.c
3323         * src/etpan/imap-thread.h
3324                 (Future) IMAP speed improvement on sending
3325                 Will require a libetpan update
3326         * src/summaryview.c
3327         * src/gtk/quicksearch.c
3328                 Make quicksearch clearable while running.
3329
3330 2006-02-17 [colin]      2.0.0cvs61
3331
3332         * src/imap.c
3333         * src/etpan/imap-thread.c
3334         * src/etpan/imap-thread.h
3335                 Check for IMAP certificates
3336                 ** Requires libetpan-0.42-cvs4 
3337                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3338
3339 2006-02-17 [colin]      2.0.0cvs60
3340
3341         * src/messageview.c
3342         * src/prefs_common.c
3343         * src/prefs_common.h
3344         * src/prefs_message.c
3345                 Add pref to display HTML-only mails with plugin, 
3346                 if possible (defaulting to FALSE of course).
3347
3348 2006-02-16 [colin]      2.0.0cvs59
3349
3350         * src/main.c
3351         * src/common/plugin.c
3352         * src/common/plugin.h
3353         * src/gtk/pluginwindow.c
3354                 Keep track of requested (but unloaded) plugins
3355                 in some error cases.
3356
3357 2006-02-16 [wwp]        2.0.0cvs58
3358
3359         * src/gtk/gtkaspell.c
3360         * src/gtk/gtkaspell.h
3361         * src/prefs_spelling.c
3362         * src/compose.c
3363         * src/prefs_common.c
3364         * src/prefs_common.h
3365                 implemented new optional spellchecker behaviour: re-check message when
3366                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3367
3368 2006-02-16 [wwp]        2.0.0cvs57
3369
3370         * src/quote_fmt_parse.y
3371                 pclose popen'ed pipe.
3372
3373 2006-02-15 [colin]      2.0.0cvs56
3374
3375         * src/mimeview.c
3376         * src/mimeview.h
3377                 Let MimeViewers know which MimeView they
3378                 depend of.
3379         * src/summaryview.c
3380                 Swap From/To columns in Sent/Queue/Drafts
3381                 folders
3382         * src/etpan/imap-thread.c
3383                 Use mailstream_low_tls_open() for STARTTLS
3384                 instead of mailstream_low_ssl_open()
3385                 ** REQUIRES libetpan 0.42cvs3 **
3386
3387 2006-02-15 [wwp]        2.0.0cvs55
3388
3389         * src/compose.c
3390         * src/compose.h
3391         * src/message_search.c
3392         * src/message_search.h
3393         * src/textview.c
3394         * src/gtk/gtkutils.c
3395         * src/gtk/gtkutils.h
3396                 added the ability to Find text in the compose window (and a bit
3397                 of code factorization).
3398
3399 2006-02-15 [wwp]        2.0.0cvs54
3400
3401         * src/prefs_gtk.c
3402                 yet another one file was missing (fix for some widgets' sensitivity).
3403                 Thanks Colin!
3404
3405 2006-02-15 [wwp]        2.0.0cvs53
3406
3407         * src/prefs_gtk.h
3408                 oops forgot that file (fix for some widgets' sensitivity).
3409
3410 2006-02-15 [wwp]        2.0.0cvs52
3411
3412         * src/summary_search.c
3413                 implemented advanced summary search options (added the ability
3414                 to use matcher conditions in an advanced search mode).
3415
3416 2006-02-15 [wwp]        2.0.0cvs51
3417
3418         * src/plugins/pgpcore/prefs_gpg.c
3419         * src/prefs_account.c
3420                 fix some widget sensitivity, mostly around some labels in
3421                 account prefs.
3422
3423 2006-02-15 [paul]       2.0.0cvs50
3424
3425         * manual/advanced.xml
3426                 improve Templates info
3427                 written by wwp
3428
3429 2006-02-14 [colin]      2.0.0cvs49
3430
3431         * src/pixmaps/address_book.xpm
3432         * src/pixmaps/preferences.xpm
3433         * src/pixmaps/properties.xpm
3434                 Fix pixmap size - patch by Fabien Vantard
3435
3436 2006-02-13 [colin]      2.0.0cvs48
3437
3438         * src/procmime.c
3439                 Add missing fclose()s on error
3440         * src/textview.c
3441                 Remove unused code
3442         * src/common/utils.c
3443                 Fix temp files not being deleted on windows
3444         Patches by Thomas Gilgin
3445
3446 2006-02-13 [colin]      2.0.0cvs47
3447
3448         * src/mainwindow.c
3449                 Fix exit crash
3450
3451 2006-02-13 [wwp]        2.0.0cvs46
3452
3453         * src/plugins/pgpcore/prefs_gpg.c
3454                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3455
3456 2006-02-12 [colin]      2.0.0cvs45
3457
3458         * src/folderview.c
3459         * src/main.c
3460         * src/mainwindow.c
3461                 Fix "stuff" when quitting
3462
3463 2006-02-12 [wwp]        2.0.0cvs44
3464
3465         * src/prefs_themes.c
3466                 fix typos in debug messages.
3467
3468 2006-02-11 [colin]      2.0.0cvs43
3469
3470         * src/summaryview.c
3471                 don't allow drag/drop from ourself
3472
3473 2006-02-10 [wwp]        2.0.0cvs42
3474
3475         * src/exporthtml.c
3476         * src/html.c
3477         * src/html.h
3478         * src/procmime.c
3479         * src/textview.c
3480                 renamed html_ prefixed functions and data structures to avoid
3481                 namespace clashes w/ other software (gtkhtml2 for instance).
3482                 Closes bug #907.
3483
3484
3485 2006-02-09 [colin]      2.0.0cvs41
3486
3487         * src/summaryview.c
3488                 Fix shitty logic messed up. Thanks Ticho for the hint!
3489
3490 2006-02-09 [wwp]        2.0.0cvs40
3491
3492         * src/gtk/about.c
3493         * src/compose.c
3494         * src/prefs_account.c
3495         * src/prefs_gtk.h
3496         * src/editaddress.c
3497                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3498                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3499                 Browse buttons in accounts prefs.
3500
3501 2006-02-09 [colin]      2.0.0cvs39
3502
3503         * src/matcher.c
3504                 Check for pointer before using its members
3505         * src/gtk/gtksourceprintjob.c
3506                 Fix a wrong warning
3507
3508 2006-02-09 [wwp]        2.0.0cvs38
3509
3510         * src/gtk/filesel.c
3511                 fix few compiler warnings (type mismatch).
3512
3513 2006-02-09 [paul]       2.0.0cvs37
3514
3515         * po/fr.po
3516                 updated by Fabien Vantard
3517
3518 2006-02-08 [colin]      2.0.0cvs36
3519
3520         * src/prefs_common.c
3521         * src/common/defs.h
3522         * src/common/plugin.c
3523                 allow windows and linux configurations to coexist
3524                 patch by Thomas Gilgin
3525
3526 2006-02-08 [colin]      2.0.0cvs35
3527
3528         * src/filtering.c
3529         * src/matcher.c
3530         * src/matcher.h
3531         * src/matcher_parser_parse.y
3532         * src/prefs_filtering_action.c
3533         * src/prefs_matcher.c
3534                 Add the "Ignore thread" filtering
3535                 action
3536
3537 2006-02-08 [colin]      2.0.0cvs34
3538
3539         * src/compose.c
3540         * src/procmime.c
3541         * src/procmime.h
3542                 Fix bug #905 (damaged attachment)
3543                 text files with raw \0's aren't really text files
3544         FOR_STABLE
3545
3546 2006-02-08 [colin]      2.0.0cvs33
3547
3548         * src/summaryview.c
3549                 Fix crasher introduced yesterday
3550
3551 2006-02-08 [wwp]        2.0.0cvs32
3552
3553         * src/compose.c
3554         * src/compose.h
3555                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3556
3557 2006-02-08 [wwp]        2.0.0cvs31
3558
3559         * src/prefs_template.c
3560                 templates enhancement: allow address completion for Cc and Bcc fields
3561                 (it was currently possible for the To field only)
3562
3563 2006-02-08 [colin]      2.0.0cvs30
3564
3565         * src/compose.c
3566                 Don't unblock if not blocked
3567         FOR_STABLE
3568
3569 2006-02-07 [colin]      2.0.0cvs29
3570
3571         * src/action.c
3572                 Forgot to refresh summaryview
3573
3574 2006-02-07 [colin]      2.0.0cvs28
3575
3576         * src/action.c
3577                 Freeze/thaw message list and folder list while
3578                 processing %as{} actions 
3579         * src/compose.c
3580                 Fix auto-wrap disabling after a middle-click
3581                 paste - FOR_STABLE
3582
3583 2006-02-07 [paul]       2.0.0cvs27
3584
3585         * src/folder.c
3586                 fix freeing of uninitialised pointers
3587                 Thanks to Colin
3588
3589 2006-02-06 [colin]      2.0.0cvs26
3590
3591         * src/folder.c
3592                 Use g_slist_prepend in potentially big list
3593
3594 2006-02-06 [colin]      2.0.0cvs25
3595
3596         * src/folder.c
3597                 Completely skip processing if it doesn't 
3598                 exist (faster!)
3599
3600 2006-02-06 [colin]      2.0.0cvs24
3601
3602         * src/folder.c
3603         * src/summaryview.c
3604                 Batch filtering in summaryview (from Tools menu)
3605                 and pre/post//-processing too
3606
3607 2006-02-06 [colin]      2.0.0cvs23
3608
3609         * src/procmsg.h
3610         * src/filtering.c
3611                 Use a special field for batch filtering instead
3612                 of stepping on deferred execution's toes
3613
3614 2006-02-06 [colin]      2.0.0cvs22
3615
3616         * src/action.c
3617         * src/filtering.c
3618         * src/filtering.h
3619         * src/folder.c
3620         * src/summaryview.c
3621                 Fix filtering via menus and actions
3622
3623 2006-02-06 [colin]      2.0.0cvs21
3624
3625         * src/imap.c
3626                 Put the added file directly to cache if possible (will work
3627                 with next libetpan)
3628         * src/filtering.c
3629         * src/filtering.h
3630         * src/inc.c
3631         * src/folder.c
3632         * src/mbox.c
3633         * src/procmsg.h
3634                 Move and copy filtered messages by batches instead of one
3635                 by one - faster on IMAP
3636         * src/procmsg.c
3637                 Add a function that'll possibly be useful later
3638
3639 2006-02-06 [colin]      2.0.0cvs20
3640
3641         * src/addressbook.c
3642                 Use internal mime-type instead of text/plain for d'n'd
3643         * src/compose.c
3644                 Allow attaching files from mimeview's icon list via d'n'd
3645         * src/folderview.c
3646         * src/folderview.h
3647                 Use internal mime-type instead of text/plain for d'n'd
3648                 Don't try to selected opened folder if none is
3649                 Factorize d'n'd from other apps code
3650         * src/headerview.c
3651         * src/textview.c
3652         * src/gtk/gtkutils.c
3653         * src/gtk/gtkutils.h
3654                 Factorize Face/X-Face stuff
3655         * src/mimeview.c
3656                 Fix d'n'd to other apps
3657         * src/prefs_message.c
3658                 Let the XFace pref be usable without libcompface as it also
3659                 applies to Face
3660         * src/summaryview.c
3661                 Fix d'n'd to other apps
3662                 Factorize d'n'd from other apps code
3663
3664 2006-02-06 [wwp]        2.0.0cvs19
3665
3666         * po/it.po
3667                 Italian translation fixes by Andrea Spadaccini (no more confusion
3668                 between filtering and processing, and few changes in the About
3669                 dialog).
3670
3671
3672 2006-02-06 [mones]      2.0.0cvs18
3673
3674         * src/gtk/icon_legend.c
3675                 Improved descriptions allowing better translations
3676
3677 2006-02-05 [colin]      2.0.0cvs17
3678
3679         * src/imap.c
3680                 Add the f*cking missing expunge that caused imap_fetch_env
3681                 to fail after an add_msgs ! :-///
3682         * src/etpan/imap-thread.c
3683                 Add a bit of debug
3684         FOR_STABLE
3685
3686 2006-02-05 [colin]      2.0.0cvs16
3687
3688         * src/common/utils.c
3689                 Don't check for return-path (or we can't put
3690                 back non-sent mails)
3691
3692 2006-02-05 [colin]      2.0.0cvs15
3693
3694         * src/textview.c
3695                 Don't try to display Face header in textview
3696                 when teh headerview's active
3697
3698 2006-02-05 [colin]      2.0.0cvs14
3699
3700         * tools/tbird2syl.py
3701         * tools/Makefile.am
3702                 Add script to import Thunderbird mails
3703
3704 2006-02-05 [colin]      2.0.0cvs13
3705
3706         * src/headerview.c
3707         * src/procheader.c
3708         * src/procmsg.c
3709         * src/procmsg.h
3710         * src/textview.c
3711                 Show Face headers - patch partially by Klaus Flittner
3712
3713 2006-02-05 [colin]      2.0.0cvs12
3714
3715         * src/folderview.c
3716         * src/summaryview.c
3717         * src/common/utils.c
3718         * src/common/utils.h
3719                 Let dnd work from mime icons to summaryview
3720                 and to folderview too
3721                 Add a crude test to avoid trying to add files
3722                 drag'n'dropped when they're not mails
3723
3724 2006-02-04 [colin]      2.0.0cvs11
3725
3726         * src/summaryview.c
3727         * src/mimeview.c
3728                 Fix utf8 conversion
3729
3730 2006-02-04 [colin]      2.0.0cvs10
3731
3732         * src/compose.c
3733         * src/folderview.c
3734         * src/mimeview.c
3735         * src/summaryview.c
3736         * src/summaryview.h
3737                 Added various drag and drop capas:
3738                 From                    To
3739                 summaryview             other apps
3740                 mimeview icons          other apps
3741                 other apps              summaryview
3742                 other apps              folderview
3743
3744                 This shouldn't have broken the existing:
3745                 From                    To
3746                 summaryview             folderview
3747                 folderview              folderview
3748                 summaryview             compose's attachments
3749
3750         Tests welcomed.
3751
3752 2006-02-02 [paul]       2.0.0cvs9
3753
3754         * src/mainwindow.c
3755                 move global option 'Set displayed columns...' out
3756                 of folder option grouping.
3757                 fix sensitivity of 'harvest addresses'
3758         FOR_STABLE
3759
3760 2006-02-01 [colin]      2.0.0cvs8
3761
3762         * src/mimeview.c
3763                 Revert the alertpanel patch, it sucks (intrusive
3764                 and gets in the way of "open")
3765
3766 2006-02-01 [colin]      2.0.0cvs7
3767
3768         * src/compose.c
3769         * src/prefs_account.c
3770         * src/prefs_common.c
3771         * src/common/defs.h
3772         * src/common/utils.c
3773         * src/common/utils.h
3774                 Add ability to edit the signature file
3775                 from the account preferences, and use
3776                 a default for the text editor.
3777                 Patch by Fabien Vantard
3778
3779 2006-02-01 [colin]      2.0.0cvs6
3780
3781         * src/mimeview.c
3782                 Try to get mime type by extension if it is
3783                 application/octet-stream
3784                 Display a window with possible choices when
3785                 encountering unknown mime types
3786         * src/gtk/filesel.c
3787         * src/gtk/filesel.h
3788                 Add preview
3789                 Allow multiple selection in filtered filesel
3790                 (patch by Fabien Vantard)
3791         * src/gtk/pluginwindow.c
3792                 Use it (patch by Fabien Vantard)
3793
3794 2006-02-01 [paul]       2.0.0cvs5
3795
3796         * src/jpilot.c
3797                 fix crash on creating jpilot address book
3798                 Thanks to Colin - FOR_STABLE
3799         * src/prefs_summaries.c
3800         * src/prefs_wrapping.c
3801         * src/gtk/icon_legend.c
3802         * src/gtk/quicksearch.c
3803                 string fixes and additions
3804
3805 2006-02-01 [paul]       2.0.0cvs4
3806
3807         * src/compose.c
3808         * src/mainwindow.c
3809         * src/messageview.c
3810         * src/prefs_send.c
3811                 add Arabic encoding option
3812                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3813
3814 2006-01-31 [colin]      2.0.0cvs3
3815
3816         * src/plugins/pgpcore/passphrase.c
3817                 Convert passphrase to locale encoding
3818         * src/compose.c
3819                 Fix drafting on IMAP. Crappy bug sneaked in
3820                 the release :-/
3821         FOR_STABLE
3822
3823 2006-01-30 [paul]       2.0.0cvs2
3824
3825         * src/gtk/icon_legend.c
3826                 show the new entries
3827
3828 2006-01-30 [colin]      2.0.0cvs1
3829
3830         * src/manual.c
3831                 Check for the file to be present before 
3832                 enabling the menu - FOR_STABLE
3833         * src/gtk/icon_legend.c
3834                 Add folders icons (not all of them, there
3835                 are too much, but the most intriguing ones)
3836
3837 2006-01-30 [paul]       2.0.0
3838
3839         version 2.0.0 released
3840
3841 2006-01-30 [paul]       1.9.100cvs200
3842
3843         * manual/faq.xml
3844         * manual/gpl.xml
3845         * manual/intro.xml
3846         * manual/starting.xml
3847         * manual/sylpheed-claws-manual.xml
3848                 fixes, additions
3849
3850 2006-01-29 [mones]      1.9.100cvs199
3851
3852         * manual/account.xml
3853         * manual/advanced.xml
3854         * manual/glossary.xml
3855                 Some typos fixed, added LDIF term to glossary
3856         * po/es.po
3857                 Fixed leading plus symbol
3858
3859 2006-01-29 [paul]       1.9.100cvs198
3860
3861         * po/fi.po
3862         * po/sk.po
3863                 updated by Tommi Pirinen and Andrej Kacian
3864
3865 2006-01-29 [paul]       1.9.100cvs197
3866
3867         * src/gtk/authors.h
3868                 remove duplicates
3869
3870 2006-01-29 [paul]       1.9.100cvs196
3871
3872         * AUTHORS
3873         * po/nl.po
3874         * src/gtk/authors.h
3875         * tools/claws.i18n.status.pl
3876                 nl translation updated by Tim Dijkstra
3877
3878 2006-01-29 [paul]       1.9.100cvs195
3879
3880         * po/sr.po
3881         * po/sv.po
3882                 updated by Aleksandar Urosevic and Anders Troback
3883
3884 2006-01-28 [colin]      1.9.100cvs194
3885
3886         * src/gtk/gtksourceprintjob.c
3887                 Don't fiddle with PangoLayout when we
3888                 have an image
3889
3890 2006-01-28 [paul]       1.9.100cvs193
3891
3892         * AUTHORS
3893         * po/el.po
3894         * po/zh_CN.po
3895         * src/gtk/authors.h
3896         * tools/claws.i18n.status.pl
3897                 updated translations submitted by Stavros Giannouris
3898                 and Ralgh Young
3899
3900 2006-01-27 [colin]      1.9.100cvs192
3901
3902         * src/summaryview.c
3903         * src/gtk/gtksourceprintjob.c
3904                 Add image printing 
3905                 (libgnomeprint only, of course)
3906
3907 2006-01-27 [paul]       1.9.100cvs191
3908
3909         * po/fr.po
3910         * po/it.po
3911                 updated by Fabien Vantard and Andrea Spadaccini
3912
3913 2006-01-26 [colin]      1.9.100cvs190
3914
3915         * manual/Makefile.am
3916         * configure.ac
3917                 Make building the manual optional 
3918                 (--disable-manual)
3919
3920 2006-01-26 [paul]       1.9.100cvs189
3921
3922         * manual/glossary.xml
3923         * manual/plugins.xml
3924                 edited
3925         * po/en_GB.po
3926                 updated
3927
3928 2006-01-26 [paul]       1.9.100cvs188
3929
3930         * src/prefs_display_header.c
3931         * src/prefs_folder_column.c
3932         * src/prefs_msg_colors.c
3933         * src/prefs_summaries.c
3934         * src/prefs_summary_column.c
3935                 HIGify
3936
3937 2006-01-25 [colin]      1.9.100cvs187
3938
3939         * src/imap.c
3940                 Don't allow moving/copying mails between
3941                 queue/drafts and non-queue/drafts folders
3942                 Fixes bug #897 (message header is resetted 
3943                 if one is copied to Drafts)
3944
3945 2006-01-25 [colin]      1.9.100cvs186
3946
3947         * src/folder.c
3948         * src/mainwindow.c
3949                 Fix subscribed folders not found
3950         * src/compose.c
3951                 Don't try to encode as original mail's charset
3952                 if it's ascii 
3953
3954 2006-01-25 [paul]       1.9.100cvs185
3955
3956         * AUTHORS
3957         * po/Makevars
3958                 updated
3959         * po/de.po
3960         * po/pl.po
3961         * po/pt_BR.po
3962         * po/sr.po
3963                 updates submitted by Stephan Sachse, Emilian Nowak
3964                 and Quar, Frederico Goncalves Guimaraes, and
3965                 Aleksandar Urosevic
3966                 Fix Bug 896, 'PT_BR locale broken'.
3967         * src/gtk/authors.h
3968                 updated
3969
3970 2006-01-24 [mones]      1.9.100cvs184
3971
3972         * manual/glossary.xml
3973                 All current terms finished. Reviewers welcome ;-)
3974         * manual/keyboard.xml
3975                 Fixed column width for pdf output.
3976         * po/es.po
3977                 Updated
3978
3979 2006-01-24 [paul]       1.9.100cvs183
3980
3981         * manual/glossary.xml
3982                 fix id name
3983         * manual/dist/html/Makefile.am
3984         * manual/dist/pdf/Makefile.am
3985         * manual/dist/ps/Makefile.am
3986         * manual/dist/txt/Makefile.am
3987                 fix make deps
3988                 Thanks to Colin
3989
3990 2006-01-24 [mones]      1.9.100cvs182
3991
3992         * manual/glossary.xml
3993                 Nearly finished, some terms missing.
3994
3995 2006-01-23 [paul]       1.9.100cvs181
3996
3997         * manual/dist/html/Makefile.am
3998         * manual/dist/pdf/Makefile.am
3999         * manual/dist/ps/Makefile.am
4000         * manual/dist/txt/Makefile.am
4001         * src/mainwindow.c
4002                 re-enable manual
4003                 Thanks to Colin
4004
4005 2006-01-22 [colin]      1.9.100cvs180
4006
4007         * src/compose.c
4008         * src/gtk/gtkaspell.c
4009                 Don't deselect stuff before right-clicking, with aspell.
4010                 (This prevented right-click Copy, for example).
4011                 Thanks to Clo!
4012
4013 2006-01-22 [paul]       1.9.100cvs179
4014
4015         * src/summary_search.c
4016                 don't fix the widget size as it causes problems
4017                 under localisation.
4018                 Thanks to Emilian Nowak
4019
4020 2006-01-21 [paul]       1.9.100cvs178
4021
4022         * src/prefs_themes.c
4023                 fix broken underlining of label text
4024                 with some translations
4025
4026 2006-01-21 [colin]      1.9.100cvs177
4027
4028         * po/fr.po
4029                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4030
4031 2006-01-20 [colin]      1.9.100cvs176
4032
4033         * configure.ac
4034         * Makefile.am
4035         * manual/Makefile
4036         * manual/dist/html/.cvsignore
4037         * manual/dist/html/Makefile.am
4038         * manual/dist/pdf/.cvsignore
4039         * manual/dist/pdf/Makefile.am
4040         * manual/dist/ps/.cvsignore
4041         * manual/dist/ps/Makefile.am
4042         * manual/dist/txt/.cvsignore
4043         * manual/dist/txt/Makefile.am
4044                 Autotool-ize manual
4045
4046 2006-01-20 [paul]       1.9.100cvs175
4047
4048         * manual/handling.xml
4049                 make Filtering and Searching entries easier to find
4050         * manual/keyboard.xml
4051                 add the remaining default keybinds
4052         * src/prefs_summaries.c
4053                 update the default keybinds
4054
4055 2006-01-20 [paul]       1.9.100cvs174
4056
4057         * src/addressbook.c
4058         * src/addrgather.c
4059         * src/addrharvest.c
4060         * src/editaddress.c
4061         * src/editgroup.c
4062         * src/exphtmldlg.c
4063         * src/expldifdlg.c
4064         * src/exporthtml.c
4065         * src/exportldif.c
4066         * src/ldif.c
4067                 replace 'e-mail' with 'email'
4068         * src/summary_search.c
4069                 add mnemonic to "Find all" button
4070
4071 2006-01-20 [wwp]        1.9.100cvs173
4072
4073         * src/export.c
4074         * src/import.c
4075                 touched mbox import/export buttons for HIG-compliance
4076
4077 2006-01-19 [paul]       1.9.100cvs172
4078
4079         * manual/account.xml
4080         * manual/addrbook.xml
4081         * manual/advanced.xml
4082         * manual/faq.xml
4083         * manual/handling.xml
4084         * manual/intro.xml
4085         * manual/plugins.xml
4086         * manual/starting.xml
4087                 more editing
4088
4089 2006-01-19 [paul]       1.9.100cvs171
4090
4091         * src/toolbar.c
4092                 allow use of trash button while receiving
4093                 Thanks to Colin
4094
4095 2006-01-19 [wwp]        1.9.100cvs170
4096
4097         * src/gtk/quicksearch.c
4098         * src/compose.c
4099                 force text color to black when yellow background is set
4100
4101 2006-01-19 [colin]      1.9.100cvs169
4102
4103         * src/plugins/trayicon/trayicon.c
4104                 Gray out Get Mail when already getting mail
4105
4106 2006-01-18 [paul]       1.9.100cvs168
4107
4108         * src/compose.c
4109                 give widget yellow background was To is
4110                 set via folder prefs
4111         * src/gtk/quicksearch.c
4112                 give widget yellow background when quick
4113                 search is active.
4114                 Thanks to Colin
4115
4116 2006-01-18 [paul]       1.9.100cvs167
4117
4118         * doc/man/sylpheed-claws.1
4119                 add --subscribe option
4120
4121 2006-01-18 [paul]       1.9.100cvs166
4122
4123         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4124         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4125                 use %U instead of %F (%F is broken for user installed
4126                 files in kde 3.5)
4127
4128 2006-01-18 [colin]      1.9.100cvs165
4129
4130         * src/summaryview.c
4131                 Default to Yes in "No more * messages" dialogs
4132
4133 2006-01-17 [colin]      1.9.100cvs164
4134
4135         * src/compose.c
4136                 Possibly fix an invalid iterator causing
4137                 crash
4138
4139 2006-01-17 [colin]      1.9.100cvs163
4140
4141         * src/mimeview.c
4142                 Fix crash when the image disappears under the
4143                 image viewer
4144
4145 2006-01-16 [colin]      1.9.100cvs162
4146
4147         * src/compose.c
4148                 Fix reenabling autowrap
4149
4150 2006-01-16 [colin]      1.9.100cvs161
4151
4152         * src/compose.c
4153                 reset quote_len before getting quote_str
4154
4155 2006-01-16 [colin]      1.9.100cvs160
4156
4157         * src/account.c
4158         * src/account.h
4159         * src/folder.c
4160         * src/imap_gtk.c
4161         * src/mh_gtk.c
4162                 Fix bug #883 (default inbox does not track folder move)
4163
4164 2006-01-16 [colin]      1.9.100cvs159
4165
4166         * src/compose.c
4167         * src/plugins/pgpcore/passphrase.c
4168                 More buttons fixes
4169
4170 2006-01-16 [paul]       1.9.100cvs158
4171
4172         * src/prefs_actions.c
4173         * src/prefs_filtering_action.c
4174         * src/prefs_matcher.c
4175         * src/quote_fmt.c
4176         * src/gtk/description_window.c
4177         * src/gtk/description_window.h
4178         * src/gtk/quicksearch.c
4179                 description window cleanups
4180
4181 2006-01-15 [colin]      1.9.100cvs157
4182
4183         * src/addressbook.c
4184         * src/prefs_filtering.c
4185                 Same here
4186
4187 2006-01-15 [colin]      1.9.100cvs156
4188
4189         * src/folderview.c
4190         * src/mainwindow.c
4191                 Same for "Empty trash"
4192
4193 2006-01-15 [colin]      1.9.100cvs155
4194
4195         * src/inc.c
4196                 Override offline dialog had Yes by default
4197
4198 2006-01-15 [colin]      1.9.100cvs154
4199
4200         * src/summaryview.c
4201                 Delete selected messages? previously had Yes the default
4202
4203 2006-01-15 [colin]      1.9.100cvs153
4204
4205         * src/folder.c
4206         * src/folder.h
4207         * src/main.c
4208                 Check if a mailbox is loaded after all
4209                 plugins are loaded.
4210
4211 2006-01-15 [colin]      1.9.100cvs152
4212
4213         * src/folder.c
4214                 Don't start wizard when there are unloaded folders (will help
4215                 people with only mbox or maildir mailboxes)
4216
4217 2006-01-14 [colin]      1.9.100cvs151
4218
4219         * src/addressbook.c
4220         * src/expldifdlg.c
4221         * src/importldif.c
4222         * src/importmutt.c
4223         * src/importpine.c
4224         * src/mh_gtk.c
4225                 More HIG compliance and fixes
4226
4227 2006-01-14 [colin]      1.9.100cvs150
4228
4229         * src/prefs_filtering_action.c
4230         * src/foldersel.c
4231                 Two forgotten button order changes
4232
4233 2006-01-14 [colin]      1.9.100cvs149
4234
4235         * src/account.c
4236         * src/addressbook.c
4237         * src/compose.c
4238         * src/folderview.c
4239         * src/imap_gtk.c
4240         * src/mainwindow.c
4241         * src/mh_gtk.c
4242         * src/news_gtk.c
4243         * src/prefs_actions.c
4244         * src/prefs_customheader.c
4245         * src/prefs_filtering.c
4246         * src/prefs_matcher.c
4247         * src/prefs_template.c
4248         * src/ssl_manager.c
4249         * src/summaryview.c
4250         * src/textview.c
4251         * src/toolbar.c
4252                 All deletion confirmations are now "Cancel, Delete" 
4253                 instead of "No, Yes"
4254                 Clarified most of the other "No, Yes" to 
4255                 "Cancel, Descriptive_action"
4256                 Rechanged the "Entry not saved" alerts to have 
4257                 "Close, Continue editing"
4258
4259
4260 2006-01-14 [paul]
4261
4262         * 2.0.0-rc4 released
4263
4264 2006-01-14 [paul]       1.9.100cvs148
4265
4266         * src/account.c
4267         * src/addressadd.c
4268         * src/addressbook.c
4269         * src/compose.c
4270         * src/editaddress.c
4271         * src/editbook.c
4272         * src/editgroup.c
4273         * src/editjpilot.c
4274         * src/editldap.c
4275         * src/editvcard.c
4276         * src/exphtmldlg.c
4277         * src/expldifdlg.c
4278         * src/folderview.c
4279         * src/grouplistdialog.c
4280         * src/imap_gtk.c
4281         * src/importmutt.c
4282         * src/importpine.c
4283         * src/inc.c
4284         * src/main.c
4285         * src/mainwindow.c
4286         * src/message_search.c
4287         * src/messageview.c
4288         * src/mh_gtk.c
4289         * src/mimeview.c
4290         * src/news_gtk.c
4291         * src/prefs_actions.c
4292         * src/prefs_customheader.c
4293         * src/prefs_filtering.c
4294         * src/prefs_matcher.c
4295         * src/prefs_template.c
4296         * src/prefs_themes.c
4297         * src/ssl_manager.c
4298         * src/summary_search.c
4299         * src/summaryview.c
4300         * src/textview.c
4301         * src/toolbar.c
4302         * src/gtk/foldersort.c
4303         * src/gtk/gtkaspell.c
4304         * src/gtk/inputdialog.c
4305         * src/gtk/prefswindow.c
4306         * src/plugins/pgpcore/select-keys.c
4307         * src/plugins/trayicon/trayicon.c
4308                 HIG compliant button order
4309
4310 2006-01-14 [mones]      1.9.100cvs147
4311
4312         * po/es.po
4313                 Updated translation
4314
4315 2006-01-13 [paul]       1.9.100cvs146
4316
4317         * AUTHORS
4318         * ChangeLog
4319         * src/gtk/authors.h
4320                 add Joshua M. Kwan to contributors list
4321
4322 2006-01-13 [colin]      1.9.100cvs145
4323
4324         * src/gtk/quicksearch.c
4325                 Don't refocus quick search after executing (Esc or Enter)
4326                 Allows to '/'search something then move up/down in 
4327                 summaryview, and to Esc a search and be back in the 
4328                 summaryview
4329
4330 2006-01-13 [paul]       1.9.100cvs144
4331
4332         * src/plugins/pgpinline/pgpinline.c
4333                 support Content-Type 'application/pgp'
4334                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4335
4336 2006-01-13 [paul]       1.9.100cvs143
4337
4338         * manual/account.xml
4339                 make mention of partial retrieval
4340                 thanks to Colin
4341
4342 2006-01-13 [paul]       1.9.100cvs142
4343
4344         * src/account.c
4345         * src/account.h
4346         * src/action.c
4347         * src/action.h
4348         * src/adbookbase.h
4349         * src/addr_compl.c
4350         * src/addr_compl.h
4351         * src/addrbook.c
4352         * src/addrcache.c
4353         * src/addrcache.h
4354         * src/addrcindex.c
4355         * src/addrcindex.h
4356         * src/addrclip.c
4357         * src/addrclip.h
4358         * src/addrdefs.h
4359         * src/addressadd.c
4360         * src/addressadd.h
4361         * src/addressbook.c
4362         * src/addressbook.h
4363         * src/addrgather.c
4364         * src/addrgather.h
4365         * src/addrharvest.c
4366         * src/addrharvest.h
4367         * src/addrindex.c
4368         * src/addrindex.h
4369         * src/addritem.c
4370         * src/addritem.h
4371         * src/addrquery.c
4372         * src/addrquery.h
4373         * src/addrselect.c
4374         * src/addrselect.h
4375         * src/alertpanel.c
4376         * src/alertpanel.h
4377         * src/browseldap.c
4378         * src/browseldap.h
4379         * src/codeconv.c
4380         * src/codeconv.h
4381         * src/compose.c
4382         * src/compose.h
4383         * src/customheader.c
4384         * src/customheader.h
4385         * src/displayheader.c
4386         * src/displayheader.h
4387         * src/editaddress.c
4388         * src/editaddress.h
4389         * src/editbook.c
4390         * src/editbook.h
4391         * src/editgroup.c
4392         * src/editgroup.h
4393         * src/editjpilot.c
4394         * src/editjpilot.h
4395         * src/editldap.c
4396         * src/editldap.h
4397         * src/editldap_basedn.c
4398         * src/editldap_basedn.h
4399         * src/editvcard.c
4400         * src/editvcard.h
4401         * src/exphtmldlg.c
4402         * src/exphtmldlg.h
4403         * src/expldifdlg.c
4404         * src/expldifdlg.h
4405         * src/export.h
4406         * src/exporthtml.c
4407         * src/exporthtml.h
4408         * src/exportldif.c
4409         * src/exportldif.h
4410         * src/filtering.c
4411         * src/filtering.h
4412         * src/folder.c
4413         * src/folder.h
4414         * src/folder_item_prefs.c
4415         * src/folder_item_prefs.h
4416         * src/foldersel.c
4417         * src/foldersel.h
4418         * src/folderutils.c
4419         * src/folderutils.h
4420         * src/folderview.c
4421         * src/folderview.h
4422         * src/grouplistdialog.c
4423         * src/grouplistdialog.h
4424         * src/headerview.c
4425         * src/html.c
4426         * src/html.h
4427         * src/image_viewer.c
4428         * src/image_viewer.h
4429         * src/imap.c
4430         * src/imap.h
4431         * src/imap_gtk.c
4432         * src/imap_gtk.h
4433         * src/import.h
4434         * src/importldif.c
4435         * src/importldif.h
4436         * src/importmutt.c
4437         * src/importmutt.h
4438         * src/importpine.c
4439         * src/importpine.h
4440         * src/inc.c
4441         * src/inc.h
4442         * src/jpilot.c
4443         * src/jpilot.h
4444         * src/ldapctrl.c
4445         * src/ldapctrl.h
4446         * src/ldaplocate.c
4447         * src/ldaplocate.h
4448         * src/ldapquery.c
4449         * src/ldapquery.h
4450         * src/ldapserver.c
4451         * src/ldapserver.h
4452         * src/ldaputil.c
4453         * src/ldaputil.h
4454         * src/ldif.c
4455         * src/ldif.h
4456         * src/main.c
4457         * src/main.h
4458         * src/mainwindow.c
4459         * src/mainwindow.h
4460         * src/manual.c
4461         * src/manual.h
4462         * src/mbox.c
4463         * src/mbox.h
4464         * src/message_search.c
4465         * src/message_search.h
4466         * src/messageview.c
4467         * src/messageview.h
4468         * src/mh.c
4469         * src/mh.h
4470         * src/mh_gtk.c
4471         * src/mh_gtk.h
4472         * src/mimeview.c
4473         * src/mimeview.h
4474         * src/msgcache.c
4475         * src/msgcache.h
4476         * src/mutt.c
4477         * src/mutt.h
4478         * src/news.c
4479         * src/news.h
4480         * src/news_gtk.c
4481         * src/news_gtk.h
4482         * src/partial_download.c
4483         * src/partial_download.h
4484         * src/pine.c
4485         * src/pine.h
4486         * src/pop.c
4487         * src/pop.h
4488         * src/prefs_account.c
4489         * src/prefs_account.h
4490         * src/prefs_actions.c
4491         * src/prefs_actions.h
4492         * src/prefs_common.c
4493         * src/prefs_common.h
4494         * src/prefs_compose_writing.c
4495         * src/prefs_compose_writing.h
4496         * src/prefs_customheader.c
4497         * src/prefs_customheader.h
4498         * src/prefs_display_header.c
4499         * src/prefs_display_header.h
4500         * src/prefs_filtering.c
4501         * src/prefs_filtering.h
4502         * src/prefs_filtering_action.c
4503         * src/prefs_filtering_action.h
4504         * src/prefs_folder_column.c
4505         * src/prefs_folder_column.h
4506         * src/prefs_folder_item.c
4507         * src/prefs_folder_item.h
4508         * src/prefs_fonts.c
4509         * src/prefs_fonts.h
4510         * src/prefs_gtk.c
4511         * src/prefs_gtk.h
4512         * src/prefs_image_viewer.c
4513         * src/prefs_image_viewer.h
4514         * src/prefs_matcher.c
4515         * src/prefs_matcher.h
4516         * src/prefs_message.c
4517         * src/prefs_msg_colors.c
4518         * src/prefs_msg_colors.h
4519         * src/prefs_other.c
4520         * src/prefs_quote.c
4521         * src/prefs_receive.c
4522         * src/prefs_send.c
4523         * src/prefs_spelling.c
4524         * src/prefs_spelling.h
4525         * src/prefs_summaries.c
4526         * src/prefs_summaries.h
4527         * src/prefs_summary_column.c
4528         * src/prefs_summary_column.h
4529         * src/prefs_template.c
4530         * src/prefs_template.h
4531         * src/prefs_themes.c
4532         * src/prefs_themes.h
4533         * src/prefs_toolbar.c
4534         * src/prefs_toolbar.h
4535         * src/prefs_wrapping.c
4536         * src/prefs_wrapping.h
4537         * src/privacy.c
4538         * src/privacy.h
4539         * src/procheader.c
4540         * src/procheader.h
4541         * src/procmime.c
4542         * src/procmime.h
4543         * src/procmsg.c
4544         * src/procmsg.h
4545         * src/quote_fmt.c
4546         * src/quote_fmt_parse.y
4547         * src/recv.c
4548         * src/recv.h
4549         * src/remotefolder.c
4550         * src/remotefolder.h
4551         * src/send_message.c
4552         * src/send_message.h
4553         * src/setup.c
4554         * src/setup.h
4555         * src/sourcewindow.c
4556         * src/sourcewindow.h
4557         * src/ssl_manager.c
4558         * src/ssl_manager.h
4559         * src/statusbar.c
4560         * src/statusbar.h
4561         * src/stock_pixmap.c
4562         * src/stock_pixmap.h
4563         * src/summary_search.c
4564         * src/summary_search.h
4565         * src/summaryview.c
4566         * src/summaryview.h
4567         * src/syldap.c
4568         * src/syldap.h
4569         * src/textview.c
4570         * src/textview.h
4571         * src/toolbar.c
4572         * src/toolbar.h
4573         * src/undo.c
4574         * src/undo.h
4575         * src/unmime.c
4576         * src/unmime.h
4577         * src/vcard.c
4578         * src/vcard.h
4579         * src/wizard.c
4580         * src/wizard.h
4581         * src/common/base64.c
4582         * src/common/base64.h
4583         * src/common/defs.h
4584         * src/common/hooks.c
4585         * src/common/hooks.h
4586         * src/common/log.c
4587         * src/common/log.h
4588         * src/common/mgutils.c
4589         * src/common/mgutils.h
4590         * src/common/nntp.c
4591         * src/common/nntp.h
4592         * src/common/passcrypt.c
4593         * src/common/passcrypt.h.in
4594         * src/common/plugin.c
4595         * src/common/plugin.h
4596         * src/common/prefs.c
4597         * src/common/prefs.h
4598         * src/common/progressindicator.c
4599         * src/common/progressindicator.h
4600         * src/common/quoted-printable.c
4601         * src/common/quoted-printable.h
4602         * src/common/session.c
4603         * src/common/session.h
4604         * src/common/smtp.c
4605         * src/common/smtp.h
4606         * src/common/socket.c
4607         * src/common/socket.h
4608         * src/common/ssl.c
4609         * src/common/ssl.h
4610         * src/common/ssl_certificate.c
4611         * src/common/ssl_certificate.h
4612         * src/common/stringtable.c
4613         * src/common/stringtable.h
4614         * src/common/sylpheed.c
4615         * src/common/sylpheed.h
4616         * src/common/template.c
4617         * src/common/template.h
4618         * src/common/timing.h
4619         * src/common/utils.c
4620         * src/common/utils.h
4621         * src/common/version.h.in
4622         * src/common/xml.c
4623         * src/common/xml.h
4624         * src/common/xmlprops.c
4625         * src/common/xmlprops.h
4626         * src/gtk/colorlabel.c
4627         * src/gtk/colorsel.c
4628         * src/gtk/colorsel.h
4629         * src/gtk/description_window.c
4630         * src/gtk/description_window.h
4631         * src/gtk/filesel.c
4632         * src/gtk/filesel.h
4633         * src/gtk/foldersort.c
4634         * src/gtk/foldersort.h
4635         * src/gtk/gtkutils.c
4636         * src/gtk/gtkutils.h
4637         * src/gtk/inputdialog.c
4638         * src/gtk/inputdialog.h
4639         * src/gtk/logwindow.c
4640         * src/gtk/logwindow.h
4641         * src/gtk/manage_window.c
4642         * src/gtk/manage_window.h
4643         * src/gtk/menu.c
4644         * src/gtk/menu.h
4645         * src/gtk/pluginwindow.c
4646         * src/gtk/pluginwindow.h
4647         * src/gtk/prefswindow.c
4648         * src/gtk/prefswindow.h
4649         * src/gtk/progressdialog.c
4650         * src/gtk/progressdialog.h
4651         * src/gtk/sslcertwindow.c
4652         * src/gtk/sslcertwindow.h
4653         * src/plugins/clamav/clamav_plugin.c
4654         * src/plugins/clamav/clamav_plugin.h
4655         * src/plugins/clamav/clamav_plugin_gtk.c
4656         * src/plugins/demo/demo.c
4657         * src/plugins/dillo_viewer/dillo_prefs.c
4658         * src/plugins/dillo_viewer/dillo_prefs.h
4659         * src/plugins/dillo_viewer/dillo_viewer.c
4660         * src/plugins/pgpcore/passphrase.c
4661         * src/plugins/pgpcore/passphrase.h
4662         * src/plugins/pgpcore/plugin.c
4663         * src/plugins/pgpcore/select-keys.c
4664         * src/plugins/pgpcore/select-keys.h
4665         * src/plugins/pgpcore/sgpgme.c
4666         * src/plugins/pgpcore/sgpgme.h
4667         * src/plugins/pgpinline/pgpinline.c
4668         * src/plugins/pgpinline/pgpinline.h
4669         * src/plugins/pgpinline/plugin.c
4670         * src/plugins/pgpmime/pgpmime.c
4671         * src/plugins/pgpmime/pgpmime.h
4672         * src/plugins/pgpmime/plugin.c
4673         * src/plugins/spamassassin/spamassassin.c
4674         * src/plugins/spamassassin/spamassassin.h
4675         * src/plugins/spamassassin/spamassassin_gtk.c
4676         * src/plugins/trayicon/trayicon.c
4677                 update copyright header
4678
4679 2006-01-13 [paul]       1.9.100cvs141
4680
4681         * src/account.c
4682         * src/export.c
4683         * src/import.c
4684         * src/mainwindow.c
4685         * src/prefs_account.c
4686         * src/prefs_display_header.c
4687         * src/prefs_receive.c
4688         * src/prefs_send.c
4689         * src/prefs_summaries.c
4690         * src/prefs_themes.c
4691         * src/prefs_toolbar.c
4692         * src/gtk/about.c
4693                 various cleanups
4694
4695 2006-01-12 [colin]      1.9.100cvs140
4696
4697         * src/folder.c
4698         * src/folder.h
4699         * src/main.c
4700                 Add --subscribe option
4701                 Let sylpheed-claws email@domain.com equivalent to --compose
4702                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4703
4704 2006-01-12 [paul]       1.9.100cvs139
4705
4706         * src/mainwindow.c
4707                 append 'Change folder order' label with '...'
4708         * src/prefs_actions.c
4709                 allow reordering of actions list by dnd
4710         * src/gtk/foldersort.c
4711                 make the dialog nicer
4712
4713 2006-01-11 [colin]      1.9.100cvs138
4714
4715         * src/compose.c
4716                 Allow templates without text
4717
4718 2006-01-11 [paul]       1.9.100cvs137
4719
4720         * tools/README
4721         * tools/filter_conv_new.pl
4722                 add info to README
4723                 also check .sylpheed for filter.xml
4724                 be a bit informative to the user
4725
4726 2006-01-11 [colin]      1.9.100cvs136
4727
4728         * src/textview.c
4729                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4730
4731 2006-01-10 [paul]       1.9.100cvs135
4732
4733         * tools/Makefile.am
4734         * tools/filter_conv_new.pl
4735                 add script to convert new style Sylpheed
4736                 filter rules (Sylpheed >= 0.9.99) to
4737                 Claws filtering rules
4738
4739 2006-01-10 [colin]      1.9.100cvs134
4740
4741         * src/compose.c
4742                 Fix broken line joins in certain conditions
4743                 (between two quoted lines: <enter><enter><up>
4744                  <type a wrapped sentence><go in the first line>
4745                  <insert more text><watch as line joining failed>)
4746
4747 2006-01-10 [paul]       1.9.100cvs133
4748
4749         * src/compose.c
4750                 don't report success in error dialog
4751                 thanks to Colin
4752         * src/common/utils.c
4753                 include some trailing punctuations as URI
4754                 thanks to Hiro
4755
4756 2006-01-10 [paul]       1.9.100cvs132
4757
4758         * src/mimeview.c
4759                 fix incompatible pointer type
4760                 warning
4761
4762 2006-01-10 [paul]       1.9.100cvs131
4763
4764         * src/compose.c
4765                 change Subject in window title
4766                 instantaneously
4767
4768 2006-01-09 [colin]      1.9.100cvs130
4769
4770         * src/addressbook.c
4771         * src/headerview.c
4772         * src/mainwindow.c
4773         * src/messageview.c
4774         * src/mimeview.c
4775         * src/noticeview.c
4776         * src/summaryview.c
4777                 Fix possible crashes on exit and in addressbook
4778
4779 2006-01-09 [paul]       1.9.100cvs129
4780
4781         * src/prefs_msg_colors.c
4782                 some cleanups that I forgot last time
4783
4784 2006-01-09 [paul]       1.9.100cvs128
4785
4786         * README
4787         * src/folderview.c
4788         * src/prefs_msg_colors.c
4789                 add previously hidden option, color_new, to
4790                 the gui
4791                 move the page to Display/
4792                 rework the gui
4793
4794 2006-01-09 [wwp]        1.9.100cvs127
4795
4796         * src/prefs_themes.c
4797                 made the prefs/display/themes layouts spacing less condensed
4798                 (and so they match other prefs/pages' look).
4799
4800 2006-01-09 [paul]       1.9.100cvs126
4801
4802         * src/compose.c
4803         * src/prefs_common.c
4804         * src/prefs_common.h
4805         * src/prefs_wrapping.c
4806                 remove 'wrap at send' option
4807
4808 2006-01-06 [colin]      1.9.100cvs125
4809
4810         * src/compose.c
4811                 Just make completely sure we don't insert "manual line breaks" 
4812                 when wrapping... 
4813
4814 2006-01-04 [paul]
4815
4816         * 2.0.0-rc3 released
4817
4818 2006-01-04 [paul]       1.9.100cvs124
4819
4820         * src/folderview.c
4821                 fix bug 882, 'quick scroll in folder list
4822                 displays wrong folder contents'
4823
4824 2006-01-04 [paul]       1.9.100cvs123
4825
4826         * src/plugins/pgpmime/pgpmime.c
4827                 better debug information when signing
4828                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4829
4830 2006-01-03 [colin]      1.9.100cvs122
4831
4832         * configure.ac
4833                 We need to recheck for gpgme 1.0.0 after checking
4834                 for 1.1.1, because if 1.1.1 isn't available, 
4835                 GPGME_LIBS and friends are blanked out by the 
4836                 second check.
4837
4838 2006-01-03 [colin]      1.9.100cvs121
4839
4840         * src/common/prefs.c
4841                 Windows unlink-before rename fix
4842         * src/plugins/pgpcore/sgpgme.c
4843                 Add support for PKA info if available
4844                 Both patches by Werner Koch
4845
4846 2006-01-03 [paul]       1.9.100cvs120
4847
4848         * src/messageview.c
4849                 fix bug 884, 'Send receipt' button visible in queue
4850                 Thanks to Colin
4851
4852 2006-01-02 [colin]      1.9.100cvs119
4853
4854         * src/compose.c
4855         * src/imap.c
4856                 Fix autosave on IMAP and more generally try to
4857                 return the correct ID on a newly added IMAP message
4858
4859 2006-01-02 [paul]       1.9.100cvs118
4860
4861         * manual/keyboard.xml
4862                 edited
4863
4864 2006-01-01 [paul]       1.9.100cvs117
4865
4866         * src/gtk/authors.h
4867                 alphabetical order
4868
4869 2005-12-30 [colin]      1.9.100cvs116
4870
4871         * manual/advanced.xml
4872                 Explain Pre/Post-processing differences.
4873
4874 2005-12-30 [colin]      1.9.100cvs115
4875
4876         * src/mh.c
4877                 Implement copy_msgs for a little optimization
4878         * src/imap.c
4879                 Finish yesterday's fix
4880
4881 2005-12-29 [colin]      1.9.100cvs114
4882
4883         * src/imap.c
4884                 Fix occasional failure in fetching a mail over
4885                 IMAP
4886
4887 2005-12-29 [colin]      1.9.100cvs113
4888
4889         * src/compose.c
4890                 Don't remove a draft when sending it, if it is 
4891                 locked.
4892
4893 2005-12-28 [colin]      1.9.100cvs112
4894
4895         * src/summaryview.c
4896                 Fix leak for real
4897
4898 2005-12-28 [wwp]        1.9.100cvs111
4899
4900         * doc/faq/.cvsignore
4901         * doc/faq/de/.cvsignore
4902         * doc/faq/en/.cvsignore
4903         * doc/faq/es/.cvsignore
4904         * doc/faq/fr/.cvsignore
4905         * doc/faq/it/.cvsignore
4906         * doc/manual/.cvsignore
4907         * doc/manual/de/.cvsignore
4908         * doc/manual/en/.cvsignore
4909         * doc/manual/es/.cvsignore
4910         * doc/manual/fr/.cvsignore
4911         * doc/manual/ja/.cvsignore
4912         * src/plugins/mathml_viewer/.cvsignore
4913                 rollback revival of those files (my bad, sorry for the noise).
4914
4915 2005-12-28 [wwp]        1.9.100cvs110
4916
4917         * src/compose.c
4918                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4919
4920 2005-12-28 [wwp]        1.9.100cvs109
4921
4922         * doc/faq/.cvsignore
4923         * doc/faq/de/.cvsignore
4924         * doc/faq/en/.cvsignore
4925         * doc/faq/es/.cvsignore
4926         * doc/faq/fr/.cvsignore
4927         * doc/faq/it/.cvsignore
4928         * doc/manual/.cvsignore
4929         * doc/manual/de/.cvsignore
4930         * doc/manual/en/.cvsignore
4931         * doc/manual/es/.cvsignore
4932         * doc/manual/fr/.cvsignore
4933         * doc/manual/ja/.cvsignore
4934         * src/plugins/mathml_viewer/.cvsignore
4935         * po/.cvsignore
4936                 more files to ignore.
4937
4938 2005-12-24 [colin]      1.9.100cvs108
4939
4940         * AUTHORS
4941         * src/gtk/authors.h
4942                 Update for Werner
4943
4944 2005-12-24 [colin]      1.9.100cvs107
4945
4946         * src/procmsg.c
4947                 Allow NULL src_msginfo in 
4948                 procmsg_msginfo_new_from_mimeinfo
4949
4950 2005-12-23 [paul]       1.9.100cvs106
4951
4952         * src/plugins/pgpinline/mypgpcore.def
4953                 add this forgotten file
4954
4955 2005-12-23 [colin]      1.9.100cvs105
4956
4957         * src/mainwindow.c
4958                 Fix missing break
4959
4960 2005-12-23 [colin]      1.9.100cvs104
4961
4962         * autogen.sh
4963         * src/folder.c
4964         * src/mh.c
4965         * src/common/plugin.c
4966         * src/common/socket.c
4967         * src/common/socket.h
4968         * src/common/utils.c
4969         * src/common/utils.h
4970         * src/gtk/pluginwindow.c
4971         * src/plugins/pgpcore/plugin.def
4972         * src/plugins/pgpcore/sylpheed.def
4973         * src/plugins/pgpinline/Makefile.am
4974         * src/plugins/pgpinline/plugin.def
4975         * src/plugins/pgpinline/sylpheed.def
4976         * src/plugins/pgpmime/plugin.def
4977         * src/plugins/pgpmime/sylpheed.def
4978                 Various w32 fixes by Werner Koch
4979
4980 2005-12-22 [paul]       1.9.100cvs103
4981
4982         * src/wizard.c
4983                 don't offer IMAP as 'server type' if
4984                 libetpan isn't built in
4985
4986 2005-12-22 [paul]       1.9.100cvs102
4987
4988         * AUTHORS
4989         * src/mainwindow.c
4990         * src/mainwindow.h
4991         * src/toolbar.c
4992         * src/gtk/authors.h
4993                 support GTK_TOOLBAR_BOTH_HORIZ (text
4994                 next to icon) Patch by Marien Zwart
4995                 marienz@users.sf.net
4996                 Also reword the text
4997
4998 2005-12-21 [colin]      1.9.100cvs101
4999
5000         * configure.ac
5001                 Fix DATADIRNAME
5002         * COPYING
5003                 Fix missing section and explicit the exception better
5004         * src/compose.c
5005                 Prevent mail from being lost without notice when an
5006                 SMTP error happens on trying to send an unmodified
5007                 drafted mail.
5008         * src/send_message.c
5009         * src/common/smtp.c
5010                 Fix password remembering when wrong, and add return
5011                 value checks where they should have been
5012         * src/plugins/pgpcore/sylpheed.def
5013         * src/plugins/pgpinline/sylpheed.def
5014         * src/plugins/pgpmime/sylpheed.def
5015                 Add a few symbols needed
5016
5017 2005-12-21 [paul]       1.9.100cvs100
5018
5019         * m4/codeset.m4
5020         * m4/glibc21.m4
5021         * m4/intdiv0.m4
5022         * m4/inttypes-pri.m4
5023         * m4/inttypes.m4
5024         * m4/inttypes_h.m4
5025         * m4/isc-posix.m4
5026         * m4/lcmessage.m4
5027         * m4/stdint_h.m4
5028         * m4/uintmax_t.m4
5029                 gettextization
5030                 thanks to Colin
5031
5032 2005-12-21 [paul]       1.9.100cvs99
5033
5034         * po/sv.po
5035                 fixed by Colin
5036
5037 2005-12-20 [paul]       1.9.100cvs98
5038
5039         * po/sv.po
5040                 updated by Anders Trobäck
5041
5042 2005-12-20 [colin]      1.9.100cvs97
5043
5044         * ABOUT-NLS
5045         * Makefile.am
5046         * autogen.sh
5047         * configure.ac
5048         * config/config.rpath
5049         * config/mkinstalldirs
5050         * m4/Makefile.am
5051         * m4/glibc2.m4
5052         * m4/gnupg.m4
5053         * m4/gpgme.m4
5054         * m4/intmax.m4
5055         * m4/longdouble.m4
5056         * m4/longlong.m4
5057         * m4/printf-posix.m4
5058         * m4/signed.m4
5059         * m4/size_max.m4
5060         * m4/ulonglong.m4
5061         * m4/wchar_t.m4
5062         * m4/wint_t.m4
5063         * m4/xsize.m4
5064         * po/Makefile.in.in
5065         * po/Makevars
5066         * po/bg.po
5067         * po/ca.po
5068         * po/cs.po
5069         * po/de.po
5070         * po/el.po
5071         * po/en_GB.po
5072         * po/es.po
5073         * po/fi.po
5074         * po/fr.po
5075         * po/hr.po
5076         * po/hu.po
5077         * po/it.po
5078         * po/ja.po
5079         * po/ko.po
5080         * po/nb.po
5081         * po/nl.po
5082         * po/pl.po
5083         * po/pt_BR.po
5084         * po/ru.po
5085         * po/sk.po
5086         * po/sr.po
5087         * po/stamp-po
5088         * po/sv.po
5089         * po/zh_CN.po
5090         * po/zh_TW.po
5091         * src/Makefile.am
5092         * src/codeconv.c
5093         * src/compose.c
5094         * src/exporthtml.c
5095         * src/exportldif.c
5096         * src/folder.c
5097         * src/main.c
5098         * src/manual.c
5099         * src/mh.c
5100         * src/mimeview.c
5101         * src/send_message.c
5102         * src/common/Makefile.am
5103         * src/common/fnmatch.c
5104         * src/common/fnmatch.h
5105         * src/common/fnmatch_loop.c
5106         * src/common/nntp.c
5107         * src/common/plugin.c
5108         * src/common/smtp.c
5109         * src/common/socket.c
5110         * src/common/string_match.c
5111         * src/common/sylpheed.c
5112         * src/common/utils.c
5113         * src/common/utils.h
5114         * src/common/w32_dirent.c
5115         * src/common/w32_reg.c
5116         * src/common/w32_signal.c
5117         * src/common/w32_stat.c
5118         * src/common/w32_stdio.c
5119         * src/common/w32_stdlib.c
5120         * src/common/w32_string.c
5121         * src/common/w32_time.c
5122         * src/common/w32_unistd.c
5123         * src/common/w32_wait.c
5124         * src/common/w32lib.h
5125         * src/etpan/Makefile.am
5126         * src/gtk/Makefile.am
5127         * src/plugins/clamav/Makefile.am
5128         * src/plugins/demo/Makefile.am
5129         * src/plugins/dillo_viewer/Makefile.am
5130         * src/plugins/pgpcore/Makefile.am
5131         * src/plugins/pgpcore/passphrase.c
5132         * src/plugins/pgpcore/plugin.def
5133         * src/plugins/pgpcore/sgpgme.c
5134         * src/plugins/pgpcore/sylpheed.def
5135         * src/plugins/pgpcore/version.rc
5136         * src/plugins/pgpinline/Makefile.am
5137         * src/plugins/pgpinline/plugin.def
5138         * src/plugins/pgpinline/sylpheed.def
5139         * src/plugins/pgpinline/version.rc
5140         * src/plugins/pgpmime/Makefile.am
5141         * src/plugins/pgpmime/mypgpcore.def
5142         * src/plugins/pgpmime/plugin.def
5143         * src/plugins/pgpmime/sylpheed.def
5144         * src/plugins/pgpmime/version.rc
5145         * src/plugins/spamassassin/Makefile.am
5146                 Very little ;-) patch from Werner Koch, providing
5147                 infrastructure for cross-compiling to Win32
5148
5149 2005-12-20 [paul]       1.9.100cvs96
5150
5151         * src/account.c
5152         * src/account.h
5153         * src/mainwindow.c
5154         * src/mainwindow.h
5155         * src/toolbar.c
5156         * src/toolbar.h
5157                 add a combo to the Get All button, allowing
5158                 quick retrieval from any account
5159                 Patch by Fabien Vantard, slightly modified
5160                 by Colin
5161         * src/gtk/about.c
5162                 i18n fix. Patch by Fabien Vantard
5163
5164 2005-12-19 [colin]      1.9.100cvs95
5165
5166         * src/compose.c
5167         * src/compose.h
5168                 Don't automatically join lines when they've 
5169                 been separated by the user and not automatically
5170
5171 2005-12-19 [paul]       1.9.100cvs94
5172
5173         * src/gtk/pluginwindow.c
5174                 i18n fix.
5175                 Patch by Fabien Vantard
5176
5177 2005-12-15 [paul]       1.9.100cvs93
5178
5179         * src/common/plugin.c
5180         * src/common/plugin.h
5181         * src/gtk/pluginwindow.c
5182         * src/plugins/clamav/clamav_plugin.c
5183         * src/plugins/demo/demo.c
5184         * src/plugins/dillo_viewer/dillo_viewer.c
5185         * src/plugins/pgpcore/plugin.c
5186         * src/plugins/pgpinline/plugin.c
5187         * src/plugins/pgpmime/plugin.c
5188         * src/plugins/spamassassin/spamassassin.c
5189         * src/plugins/trayicon/trayicon.c
5190                 add plugin_version()
5191
5192 2005-12-15 [colin]      1.9.100cvs92
5193
5194         * src/compose.c
5195                 Further fix bug #875
5196
5197 2005-12-15 [paul]       1.9.100cvs91
5198
5199         * src/gtk/filesel.c
5200                 fix attach_load_dir getting set to
5201                 PLUGINDIR on plugin load
5202
5203 2005-12-14 [mones]      1.9.100cvs90
5204
5205         * manual/ack.xml
5206         * manual/keyboard.xml
5207                 Initial draft and some shortcuts added
5208                 
5209         * po/es.po
5210                 Updated translation
5211
5212 2005-12-14 [colin]      1.9.100cvs89
5213
5214         * src/compose.c
5215         * src/imap.c
5216         * src/summaryview.c
5217         * src/gtk/gtkaspell.c
5218                 More leaks fixed
5219         * src/prefs_folder_item.c
5220                 Fix recursive prefs apply
5221
5222
5223 2005-12-14 [colin]      1.9.100cvs88
5224
5225         * src/compose.c
5226                 Fix bug #875 (Freeze On Inline Forward of 
5227                 Large Message)
5228
5229 2005-12-13 [colin]      1.9.100cvs87
5230
5231         * src/compose.c
5232                 Uniq-ify and sort the mimetypes list
5233                 Patch by Fabien Vantard
5234
5235 2005-12-13 [colin]      1.9.100cvs86
5236
5237         * src/imap.c
5238         * src/etpan/imap-thread.c
5239                 Fix leaks (patch by Hoa)
5240         * src/news.c
5241         * src/common/plugin.c
5242                 Fix leaks
5243
5244 2005-12-12 [colin]
5245
5246         * 2.0.0-rc2 released
5247
5248 2005-12-12 [colin]      1.9.100cvs85
5249
5250         * src/matcher.c
5251                 Fix a leak
5252
5253 2005-12-12 [wwp]        1.9.100cvs84
5254
5255         * src/gtk/icon_legend.c
5256                 fix misbehaviour and crash when closing the legend window
5257         using the Esc key (patch by Fabien Vantard).
5258
5259 2005-12-12 [paul]       1.9.100cvs83
5260
5261         * src/browseldap.c
5262         * src/foldersel.c
5263         * src/prefs_actions.c
5264         * src/prefs_filtering.c
5265         * src/prefs_matcher.c
5266         * src/prefs_spelling.glade      ** REMOVED **
5267         * src/prefs_template.c
5268         * src/gtk/foldersort.glade      ** REMOVED **
5269         * src/gtk/pluginwindow.c
5270         * src/gtk/pluginwindow.glade    ** REMOVED **
5271         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5272                 cleanups
5273
5274 2005-12-11 [paul]       1.9.100cvs82
5275
5276         * src/gtk/filesel.c
5277                 fix attach_load_dir crasher (double free)
5278
5279 2005-12-09 [paul]       1.9.100cvs81
5280
5281         * po/POTFILES.in
5282         * src/mainwindow.c
5283         * src/gtk/Makefile.am
5284         * src/gtk/icon_legend.c
5285         * src/gtk/icon_legend.h
5286                 add icon legend
5287         * src/manual.c
5288                 cleanup
5289
5290 2005-12-09 [paul]       1.9.100cvs80
5291
5292         * src/plugins/pgpcore/passphrase.c
5293                 wrap the label in the dialog
5294
5295 2005-12-09 [colin]      1.9.100cvs79
5296
5297         * src/plugins/pgpcore/sgpgme.c
5298                 Display (untrusted) on not trusted signatures
5299                 Patch by Michal Èihaø <michal@cihar.com>
5300                 Closes bug #867 (Report also key trust)
5301
5302 2005-12-09 [colin]      1.9.100cvs78
5303
5304         * src/common/plugin.c
5305                 Update licence check, following Eben Moglen's advice
5306
5307 2005-12-08 [colin]      1.9.100cvs77
5308
5309         * src/folder.c
5310                 Fix the occasionnal item->cache != NULL 
5311                 assertion failure. 
5312
5313 2005-12-08 [colin]      1.9.100cvs76
5314
5315         * src/mimeview.c
5316         * src/plugins/pgpcore/sgpgme.c
5317                 Print key id when unable to check it
5318                 Closes bug #866 (Show key id when missing)
5319
5320 2005-12-08 [paul]       1.9.100cvs75
5321
5322         * src/prefs_common.c
5323         * src/prefs_common.h
5324         * src/gtk/filesel.c
5325                 remember load attachment dir
5326
5327 2005-12-07 [colin]      1.9.100cvs74
5328
5329         * src/prefs_toolbar.c
5330                 Gtk fixes, patch by Fabien Vantard
5331
5332 2005-12-07 [colin]      1.9.100cvs73
5333
5334         * src/action.c
5335         * src/compose.c
5336         * src/compose.h
5337                 Fix bug #839 (Quoted text isn't colored after 
5338                 executing an action)
5339         * src/common/plugin.c
5340                 Require plugins to declare their licence in plugin_licence()
5341                 Refuse to load non-GPL plugins as they'd be illegal (as 
5342                 derived works of Sylpheed-Claws, they must be GPL).
5343         * src/plugins/clamav/clamav_plugin.c
5344         * src/plugins/demo/demo.c
5345         * src/plugins/dillo_viewer/dillo_viewer.c
5346         * src/plugins/pgpcore/plugin.c
5347         * src/plugins/pgpinline/plugin.c
5348         * src/plugins/pgpmime/plugin.c
5349         * src/plugins/spamassassin/spamassassin.c
5350         * src/plugins/trayicon/trayicon.c
5351                 Add plugin_licence()
5352
5353 2005-12-07 [paul]       1.9.100cvs72
5354
5355         * configure.ac
5356         * src/mainwindow.c
5357         * src/manual.c
5358         * src/manual.h
5359         * src/common/defs.h
5360                 clean up after local FAQ removal and
5361                 temporary manual removal
5362
5363 2005-12-06 [colin]      1.9.100cvs71
5364
5365         * configure.ac
5366         * doc/Makefile.am
5367         * doc/faq/.cvsignore
5368         * doc/faq/Makefile.am
5369         * doc/faq/de/.cvsignore
5370         * doc/faq/de/Makefile.am
5371         * doc/faq/de/sylpheed-faq-1.html
5372         * doc/faq/de/sylpheed-faq-2.html
5373         * doc/faq/de/sylpheed-faq-3.html
5374         * doc/faq/de/sylpheed-faq.html
5375         * doc/faq/en/.cvsignore
5376         * doc/faq/en/Makefile.am
5377         * doc/faq/en/sylpheed-faq-1.html
5378         * doc/faq/en/sylpheed-faq-2.html
5379         * doc/faq/en/sylpheed-faq-3.html
5380         * doc/faq/en/sylpheed-faq-4.html
5381         * doc/faq/en/sylpheed-faq.html
5382         * doc/faq/es/.cvsignore
5383         * doc/faq/es/Makefile.am
5384         * doc/faq/es/sylpheed-faq-1.html
5385         * doc/faq/es/sylpheed-faq-2.html
5386         * doc/faq/es/sylpheed-faq-3.html
5387         * doc/faq/es/sylpheed-faq-4.html
5388         * doc/faq/es/sylpheed-faq.html
5389         * doc/faq/fr/.cvsignore
5390         * doc/faq/fr/Makefile.am
5391         * doc/faq/fr/sylpheed-faq-1.html
5392         * doc/faq/fr/sylpheed-faq-2.html
5393         * doc/faq/fr/sylpheed-faq-3.html
5394         * doc/faq/fr/sylpheed-faq.html
5395         * doc/faq/it/.cvsignore
5396         * doc/faq/it/Makefile.am
5397         * doc/faq/it/sylpheed-faq-1.html
5398         * doc/faq/it/sylpheed-faq-2.html
5399         * doc/faq/it/sylpheed-faq-3.html
5400         * doc/faq/it/sylpheed-faq.html
5401         * doc/manual/.cvsignore
5402         * doc/manual/Makefile.am
5403         * doc/manual/de/.cvsignore
5404         * doc/manual/de/Makefile.am
5405         * doc/manual/de/sylpheed-1.html
5406         * doc/manual/de/sylpheed-10.html
5407         * doc/manual/de/sylpheed-11.html
5408         * doc/manual/de/sylpheed-12.html
5409         * doc/manual/de/sylpheed-13.html
5410         * doc/manual/de/sylpheed-14.html
5411         * doc/manual/de/sylpheed-15.html
5412         * doc/manual/de/sylpheed-16.html
5413         * doc/manual/de/sylpheed-17.html
5414         * doc/manual/de/sylpheed-18.html
5415         * doc/manual/de/sylpheed-19.html
5416         * doc/manual/de/sylpheed-2.html
5417         * doc/manual/de/sylpheed-20.html
5418         * doc/manual/de/sylpheed-3.html
5419         * doc/manual/de/sylpheed-4.html
5420         * doc/manual/de/sylpheed-5.html
5421         * doc/manual/de/sylpheed-6.html
5422         * doc/manual/de/sylpheed-7.html
5423         * doc/manual/de/sylpheed-8.html
5424         * doc/manual/de/sylpheed-9.html
5425         * doc/manual/de/sylpheed.html
5426         * doc/manual/en/.cvsignore
5427         * doc/manual/en/Makefile.am
5428         * doc/manual/en/sylpheed-1.html
5429         * doc/manual/en/sylpheed-10.html
5430         * doc/manual/en/sylpheed-11.html
5431         * doc/manual/en/sylpheed-12.html
5432         * doc/manual/en/sylpheed-13.html
5433         * doc/manual/en/sylpheed-14.html
5434         * doc/manual/en/sylpheed-15.html
5435         * doc/manual/en/sylpheed-16.html
5436         * doc/manual/en/sylpheed-17.html
5437         * doc/manual/en/sylpheed-18.html
5438         * doc/manual/en/sylpheed-19.html
5439         * doc/manual/en/sylpheed-2.html
5440         * doc/manual/en/sylpheed-20.html
5441         * doc/manual/en/sylpheed-21.html
5442         * doc/manual/en/sylpheed-22.html
5443         * doc/manual/en/sylpheed-3.html
5444         * doc/manual/en/sylpheed-4.html
5445         * doc/manual/en/sylpheed-5.html
5446         * doc/manual/en/sylpheed-6.html
5447         * doc/manual/en/sylpheed-7.html
5448         * doc/manual/en/sylpheed-8.html
5449         * doc/manual/en/sylpheed-9.html
5450         * doc/manual/en/sylpheed.html
5451         * doc/manual/es/.cvsignore
5452         * doc/manual/es/Makefile.am
5453         * doc/manual/es/sylpheed-1.html
5454         * doc/manual/es/sylpheed-10.html
5455         * doc/manual/es/sylpheed-11.html
5456         * doc/manual/es/sylpheed-12.html
5457         * doc/manual/es/sylpheed-13.html
5458         * doc/manual/es/sylpheed-14.html
5459         * doc/manual/es/sylpheed-15.html
5460         * doc/manual/es/sylpheed-16.html
5461         * doc/manual/es/sylpheed-17.html
5462         * doc/manual/es/sylpheed-18.html
5463         * doc/manual/es/sylpheed-19.html
5464         * doc/manual/es/sylpheed-2.html
5465         * doc/manual/es/sylpheed-20.html
5466         * doc/manual/es/sylpheed-3.html
5467         * doc/manual/es/sylpheed-4.html
5468         * doc/manual/es/sylpheed-5.html
5469         * doc/manual/es/sylpheed-6.html
5470         * doc/manual/es/sylpheed-7.html
5471         * doc/manual/es/sylpheed-8.html
5472         * doc/manual/es/sylpheed-9.html
5473         * doc/manual/es/sylpheed.html
5474         * doc/manual/fr/.cvsignore
5475         * doc/manual/fr/Makefile.am
5476         * doc/manual/fr/sylpheed-1.html
5477         * doc/manual/fr/sylpheed-10.html
5478         * doc/manual/fr/sylpheed-11.html
5479         * doc/manual/fr/sylpheed-12.html
5480         * doc/manual/fr/sylpheed-13.html
5481         * doc/manual/fr/sylpheed-14.html
5482         * doc/manual/fr/sylpheed-15.html
5483         * doc/manual/fr/sylpheed-16.html
5484         * doc/manual/fr/sylpheed-17.html
5485         * doc/manual/fr/sylpheed-18.html
5486         * doc/manual/fr/sylpheed-19.html
5487         * doc/manual/fr/sylpheed-2.html
5488         * doc/manual/fr/sylpheed-20.html
5489         * doc/manual/fr/sylpheed-3.html
5490         * doc/manual/fr/sylpheed-4.html
5491         * doc/manual/fr/sylpheed-5.html
5492         * doc/manual/fr/sylpheed-6.html
5493         * doc/manual/fr/sylpheed-7.html
5494         * doc/manual/fr/sylpheed-8.html
5495         * doc/manual/fr/sylpheed-9.html
5496         * doc/manual/fr/sylpheed.html
5497         * doc/manual/ja/.cvsignore
5498         * doc/manual/ja/Makefile.am
5499         * doc/manual/ja/sylpheed-1.html
5500         * doc/manual/ja/sylpheed-10.html
5501         * doc/manual/ja/sylpheed-11.html
5502         * doc/manual/ja/sylpheed-12.html
5503         * doc/manual/ja/sylpheed-13.html
5504         * doc/manual/ja/sylpheed-14.html
5505         * doc/manual/ja/sylpheed-15.html
5506         * doc/manual/ja/sylpheed-16.html
5507         * doc/manual/ja/sylpheed-17.html
5508         * doc/manual/ja/sylpheed-18.html
5509         * doc/manual/ja/sylpheed-19.html
5510         * doc/manual/ja/sylpheed-2.html
5511         * doc/manual/ja/sylpheed-20.html
5512         * doc/manual/ja/sylpheed-3.html
5513         * doc/manual/ja/sylpheed-4.html
5514         * doc/manual/ja/sylpheed-5.html
5515         * doc/manual/ja/sylpheed-6.html
5516         * doc/manual/ja/sylpheed-7.html
5517         * doc/manual/ja/sylpheed-8.html
5518         * doc/manual/ja/sylpheed-9.html
5519         * doc/manual/ja/sylpheed.html
5520         * doc/manual/ja/sylpheed.sgml
5521         * src/mainwindow.c
5522                 Remove outdated manual and faq. Noisy, eh?
5523
5524 2005-12-06 [colin]      1.9.100cvs70
5525
5526         * src/compose.c
5527         * src/quote_fmt_parse.y
5528         * src/undo.c
5529         * src/undo.h
5530                 Allow %X to position cursor at 0 
5531                 (no %X = before signature)
5532                 Fix paste as quotation putting the cursor at 0
5533                 Fix undo offsets when pasting
5534                 Insert the quote_fmt at once instead of line 
5535                 by line
5536                 Fix [Edited] when starting to reply/forward
5537
5538 2005-12-06 [paul]       1.9.100cvs69
5539
5540         * src/plugins/clamav/clamav_plugin_gtk.c
5541                 add another tooltip
5542         * src/plugins/spamassassin/spamassassin_gtk.c
5543                 rework spamassassin_create_widget_func()
5544
5545 2005-12-05 [colin]      1.9.100cvs68
5546
5547         * po/POTFILES.in
5548                 Fix make release ;-)
5549
5550 2005-12-05 [colin]      1.9.100cvs67
5551
5552         * src/compose.c
5553         * src/compose.h
5554                 Fix cursor positioning (not obeying %X)
5555
5556 2005-12-05 [paul]       1.9.100cvs66
5557
5558         * src/plugins/dillo_viewer/dillo_prefs.c
5559                 fix compilation warning
5560
5561 2005-12-05 [paul]       1.9.100cvs65
5562
5563         * src/prefs_spelling.c
5564         * src/plugins/trayicon/trayicon.c
5565                 cleanups - remove unused stuff
5566
5567 2005-12-05 [paul]       1.9.100cvs64
5568
5569         * README
5570         * manual/plugins.xml
5571                 remove info about removed mathml_viewer plugin
5572
5573 2005-12-05 [paul]       1.9.100cvs63
5574
5575         * configure.ac
5576         * src/plugins/Makefile.am
5577         * src/plugins/mathml_viewer/.cvsignore
5578         * src/plugins/mathml_viewer/Makefile.am
5579         * src/plugins/mathml_viewer/mathml_viewer.c
5580                 remove unmaintained mathml_viewer plugin
5581
5582 2005-12-05 [paul]       1.9.100cvs62
5583
5584         * src/summaryview.c
5585                 obey prefs_common.always_show_msg when
5586                 moving a msg
5587                 Thanks to Colin
5588
5589 2005-12-05 [paul]       1.9.100cvs61
5590
5591         * src/compose.c
5592         * src/prefs_account.c
5593         * src/prefs_filtering.c
5594         * src/prefs_quote.c
5595         * src/prefs_spelling.c
5596         * src/prefs_toolbar.c
5597         * src/summaryview.c
5598         * src/gtk/gtkutils.c
5599         * src/gtk/quicksearch.c
5600         * src/plugins/dillo_viewer/dillo_prefs.c
5601                 dialog cleanups
5602
5603 2005-12-04 [paul]       1.9.100cvs60
5604
5605         * src/inc.c
5606         * src/prefs_account.c
5607         * src/prefs_account.h
5608                 allow a Local account to specify a
5609                 default inbox
5610                 (closes bug 843 'Inbox cannot be changed for local
5611                  mailboxes')
5612
5613 2005-12-04 [colin]      1.9.100cvs59
5614
5615         * src/plugins/trayicon/trayicon.c
5616                 Remove Get, rename Get All to Get Mail in order to
5617                 be consistent with the default main toolbar
5618
5619 2005-12-03 [colin]      1.9.100cvs58
5620
5621         * manual/gpl.xml
5622         * manual/sylpheed-claws-manual.xml
5623                 Add GPL appendix
5624
5625 2005-12-03 [paul]       1.9.100cvs57
5626
5627         * AUTHORS
5628         * po/sv.po
5629         * src/gtk/authors.h
5630                 new (partially complete) Swedish translation
5631                 by Anders Troback <sylpheed@troback.com>
5632
5633 2005-12-02 [paul]       1.9.100cvs56
5634
5635         * configure.ac
5636                 libetpan 0.41 required
5637
5638 2005-12-02 [paul]       1.9.100cvs55
5639
5640         * src/plugins/clamav/clamav_plugin.c
5641         * src/plugins/clamav/clamav_plugin.h
5642         * src/plugins/clamav/clamav_plugin_gtk.c
5643         * src/plugins/spamassassin/spamassassin.c
5644         * src/plugins/spamassassin/spamassassin.h
5645         * src/plugins/spamassassin/spamassassin_gtk.c
5646                 unregister prefs pages on unloading, thus
5647                 preventing a crash
5648                 (thanks to Colin for the hint)
5649
5650 2005-12-02 [wwp]        1.9.100cvs54
5651
5652         * src/quote_fmt.h
5653         * src/quote_fmt_parse.y
5654                 fix misuse of gboolean*, use gboolean instead
5655                 (thanks to Paul, Colin, for pointing out that scaring one)
5656
5657 2005-12-02 [paul]       1.9.100cvs53
5658
5659         * src/plugins/clamav/clamav_plugin.c
5660                 int no --> unsigned int no
5661         * src/plugins/clamav/clamav_plugin_gtk.c
5662                 rework config page
5663
5664 2005-12-02 [wwp]        1.9.100cvs52
5665
5666         * src/compose.c
5667         * src/prefs_template.c
5668         * src/quote_fmt.h
5669         * src/quote_fmt_parse.y
5670                 prevent from executing |f and |p templates commands when
5671                 adding or replacing templates in prefs (avoids annoying and
5672                 potentially dangerous behaviours)
5673
5674 2005-12-02 [paul]       1.9.100cvs51
5675
5676         * src/prefs_common.c
5677                 allow translation of some default values
5678                 Patch by Fabien Vantard
5679
5680 2005-12-02 [paul]       1.9.100cvs50
5681
5682         * src/codeconv.c
5683         * src/codeconv.h
5684         * src/prefs_common.c
5685         * src/prefs_common.h
5686         * src/prefs_message.c
5687         * src/textview.c
5688                 remove obsolete 'convert_mb_alnum' option
5689                 and related stuff
5690         * src/gtk/about.c
5691                 remove unused 'about_textview_visibility_notify'
5692
5693 2005-12-02 [paul]       1.9.100cvs49
5694
5695         * src/prefs_account.c
5696         * src/prefs_compose_writing.c
5697         * src/prefs_fonts.c
5698         * src/prefs_gtk.h
5699         * src/prefs_image_viewer.c
5700         * src/prefs_message.c
5701         * src/prefs_other.c
5702         * src/prefs_receive.c
5703         * src/prefs_send.c
5704         * src/prefs_spelling.c
5705         * src/prefs_summaries.c
5706         * src/prefs_wrapping.c
5707         * src/plugins/dillo_viewer/dillo_prefs.c
5708         * src/plugins/pgpcore/prefs_gpg.c
5709                 several cleanups to the prefs dialogs
5710                 (slightly modified) patch by Fabien Vantard
5711
5712 2005-12-02 [paul]       1.9.100cvs48
5713
5714         * src/main.c
5715                 --exit means exit
5716         * src/send_message.c
5717                 fix crash on send when connection fails
5718
5719         Thanks to Colin
5720
5721 2005-12-01 [colin]      1.9.100cvs47
5722
5723         * src/html.c
5724                 Translate &hellip; to "..."
5725
5726 2005-11-30 [colin]      1.9.100cvs46
5727
5728         * src/matcher.c
5729         * src/matcher.h
5730                 Optimize back yesterday's fix.
5731
5732 2005-11-30 [paul]       1.9.100cvs45
5733
5734         * manual/faq.xml
5735                 standardised
5736         * manual/intro.xml
5737                 written by Colin, edited by me
5738
5739 2005-11-29 [colin]      1.9.100cvs44
5740
5741         * src/matcher.c
5742                 Skip headers unconditionnaly in match_body if the
5743                 rule is not message or ~message
5744
5745 2005-11-29 [colin]      1.9.100cvs43
5746
5747         * src/matcher.c
5748                 Fix body_part and such, not skipping headers 
5749                 if the matchcriteria wasn't the first in the rule
5750
5751 2005-11-29 [colin]      1.9.100cvs42
5752
5753         * src/compose.c
5754                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5755                 option missing from message view window)
5756                 Fix double text D'n'D with gtk-2.8
5757         * src/matcher.c
5758                 Fix ~message, ~headers_part, ~body_part rules
5759         * src/messageview.c
5760                 Add Windows-1252 (Closes bug #863)
5761                 Fix accels
5762         * src/gtk/gtkaspell.c
5763                 Properly destroy accels in all menus
5764
5765 2005-11-29 [mones]      1.9.100cvs41
5766
5767         * po/es.po
5768                 Updated.
5769
5770 2005-11-27 [colin]      1.9.100cvs40
5771
5772         * src/mh_gtk.c
5773                 "/Remove mailbox" -> "/Remove mailbox..."
5774
5775 2005-11-27 [paul]       1.9.100cvs39
5776
5777         * AUTHORS
5778         * po/de.po
5779         * src/gtk/authors.h
5780                 updated by new maintainer, Stephan Sachse
5781
5782 2005-11-27 [paul]       1.9.100cvs38
5783
5784         * manual/faq.xml
5785                 written by Colin, edited by me
5786
5787 2005-11-27 [paul]       1.9.100cvs37
5788
5789         * src/prefs_common.c
5790         * src/prefs_common.h
5791         * src/prefs_receive.c
5792         * src/prefs_summaries.c
5793                 move 'go to inbox after receiving new mail'
5794                 option from display/sumamaries to mail
5795                 handling/receive, and rework prefs_summaries
5796                 dialog a little
5797
5798 2005-11-25 [martin]     1.9.100cvs36
5799
5800         * po/de.po
5801             fixed windows-1252 translation;
5802             translated some new and fuzzy strings
5803
5804 2005-11-25 [paul]       1.9.100cvs35
5805
5806         * src/plugins/clamav/clamav_plugin.c
5807                 complete the update done in cvs34
5808
5809 2005-11-25 [paul]       1.9.100cvs34
5810
5811         * src/plugins/clamav/clamav_plugin.c
5812                 reflect upstream changes
5813
5814 2005-11-25 [paul]       1.9.100cvs33
5815
5816         * manual/ack.xml
5817         * manual/plugins.xml
5818         * manual/sylpheed-claws-manual.xml
5819                 written/updated by Colin, edited by me
5820         * tools/acroread2sylpheed.pl
5821                 update binary name
5822
5823 2005-11-24 [colin]      1.9.100cvs32
5824
5825         * src/compose.c
5826                 Fix bug #856 (reediting messages forgets Request
5827                 Return Receipt)
5828
5829 2005-11-24 [paul]       1.9.100cvs31
5830
5831         * manual/addrbook.xml
5832         * manual/starting.xml
5833                 written by Colin, proofread, edited, adapted by me
5834         * manual/advanced.xml
5835                 add some Actions examples
5836         * src/importldif.c
5837                 use a Save button instead of a Close button
5838         * src/wizard.c
5839                 indicate mandatory fields
5840                 fix page display
5841                 Thanks to Colin
5842
5843 2005-11-23 [colin]      1.9.100cvs30
5844
5845         * src/addressbook.c
5846                 Rename menu item, fix possible crash after
5847                 deletion of books
5848         * src/addrindex.c
5849                 Allow searching for '*' in ldap
5850         * src/browseldap.c
5851                 Fix "Browse Entry" (did anyone use it?)
5852         * src/wizard.c
5853                 Add guards for mandatory information
5854
5855 2005-11-23 [paul]       1.9.100cvs29
5856
5857         * manual/advanced.xml
5858                 corrections to the English
5859
5860 2005-11-23 [colin]      1.9.100cvs28
5861
5862         * src/mimeview.c
5863                 Fix possible crash at exit. After the call to
5864                 gtk_container_remove(), the Viewer's widget has no
5865                 more parent so gtk+ automatically frees it and its
5866                 sons. If destroy_viewer() then try to access it,
5867                 problems ensue.
5868
5869 2005-11-22 [colin]      1.9.100cvs27
5870
5871         * src/compose.c
5872         * src/gtk/gtkaspell.c
5873                 Fix right-clicking on a misspelled word
5874                 Fix More... in suggestions menu
5875
5876 2005-11-22 [wwp]        1.9.100cvs26
5877
5878         * src/prefs_template.c
5879                 templates works: re-sort templates list when adding or replacing,
5880                 prevent from adding or replacing when the template name is empty
5881
5882 2005-11-21 [colin]      1.9.100cvs25
5883
5884         * src/addressbook.c
5885                 Fix some addressbook suckage (dnd, select all)
5886         * src/compose.c
5887         * src/gtk/gtkaspell.c
5888         * src/gtk/gtkaspell.h
5889                 Make the spellchecker menu work with the 
5890                 GtkTextView one instead of overriding it
5891
5892 2005-11-20 [paul]       1.9.100cvs24
5893
5894         * manual/handling.xml
5895                 proofread and corrected
5896
5897 2005-11-20 [paul]       1.9.100cvs23
5898
5899         * manual/Makefile
5900                 generate html as one file
5901         * manual/advanced.xml
5902                 fix output generation
5903                 reformat hidden options list
5904         * manual/manual.xml     ** REMOVED **
5905         * manual/sylpheed-claws-manual.xml      ** ADDED **
5906                 renamed
5907
5908 2005-11-18 [colin]      1.9.100cvs22
5909
5910         * src/prefs_account.c
5911                 Fix layout in news and mbox accounts
5912         * manual/account.xml
5913         * manual/advanced.xml
5914                 New contents for Paul to check :)
5915
5916 2005-11-18 [wwp]        1.9.100cvs21
5917
5918         * src/gtk/quicksearch.c
5919                 don't update extended quicksearch buttons twice
5920
5921 2005-11-18 [paul]       1.9.100cvs20
5922
5923         * src/textview.c
5924                 complete 1.9.100cvs19
5925
5926 2005-11-18 [paul]       1.9.100cvs19
5927
5928         * src/compose.c
5929                 cosmetic improvements
5930         * src/textview.c
5931                 also list text/* attachments
5932
5933 2005-11-18 [colin]      1.9.100cvs18
5934
5935         * src/summaryview.c
5936                 Use column 0 instead of -1 in 
5937                 gtk_ctree_node_moveto, in a naive
5938                 hope it'll fix the gtk-related crashes
5939
5940 2005-11-18 [colin]      1.9.100cvs17
5941
5942         * src/gtk/inputdialog.c
5943                 Fix icon staying the first one
5944
5945 2005-11-17 [wwp]        1.9.100cvs16
5946                 fix possible problem showing some quicksearch buttons, and a bad
5947                 call to g_return_if_fail in a function that returns a value (both
5948                 fixes by Fabien Vantard)
5949
5950 2005-11-15 [wwp]        1.9.100cvs15
5951
5952         * src/gtk/quicksearch.c
5953                 added a tooltip to that obscure ... quicksearch button
5954
5955 2005-11-15 [wwp]        1.9.100cvs14
5956
5957         * src/gtk/quicksearch.c
5958                 add a quicksearch helper to filtering expression users: the ... button
5959                 raises the condition expr window. condition expressions set up w/ this
5960                 window are used by the quicksearch if the user closes it pressing OK.
5961
5962 2005-11-14 [paul]       1.9.100cvs13
5963
5964         * src/plugins/clamav/clamav_plugin.c
5965         * src/plugins/spamassassin/spamassassin.c
5966                 change plugin type following recent merging
5967
5968 2005-11-14 [wwp]        1.9.100cvs12
5969
5970         * src/folder.c
5971                 prevent from crashing when copying/moving message(s) from and
5972                 to the same folder
5973
5974 2005-11-14 [paul]       1.9.100cvs11
5975
5976         * src/plugins/clamav/Makefile.am
5977         * src/plugins/clamav/clamav_plugin.c
5978         * src/plugins/clamav/clamav_plugin.h
5979         * src/plugins/clamav/clamav_plugin_gtk.c
5980                 also merge clamav and clamav_gtk plugins
5981
5982 2005-11-13 [colin]      1.9.100cvs10
5983
5984         * configure.ac
5985         * src/plugins/spamassassin/Makefile.am
5986         * src/plugins/spamassassin/spamassassin.c
5987         * src/plugins/spamassassin/spamassassin.h
5988         * src/plugins/spamassassin/spamassassin_gtk.c
5989                 Merge spamassassin and spamassassin_gtk plugins,
5990                 and build it by default.
5991
5992 2005-11-12 [colin]      1.9.100cvs9
5993
5994         * src/etpan/imap-thread.c
5995                 Fix gcc warning
5996
5997 2005-11-12 [colin]      1.9.100cvs8
5998
5999         * src/procmime.c
6000                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6001
6002 2005-11-10 [colin]      1.9.100cvs7
6003
6004         * src/main.c
6005                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6006                 minimised state)
6007
6008 2005-11-10 [wwp]        1.9.100cvs6
6009
6010         * src/gtk/description_window.c
6011                 fix a crash when closing description windows using the WM's [X] button
6012
6013 2005-11-09 [colin]      1.9.100cvs5
6014
6015         * src/common/ssl.c
6016                 Update libetpan call to follow upstream
6017                 (yes, this requires libetpan-0.40cvs3)
6018
6019 2005-11-08 [colin]      1.9.100cvs4
6020
6021         * src/compose.c
6022         * src/textview.c
6023         * src/common/utils.c
6024         * src/common/utils.h
6025                 Enhance the email parser
6026
6027 2005-11-08 [colin]      1.9.100cvs3
6028
6029         * src/procmime.c
6030                 Fix what looks like an off-by-one (fixes 
6031                 attachments from the Bat)
6032
6033 2005-11-08 [wwp]        1.9.100cvs2
6034
6035         * src/main.c
6036                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6037
6038 2005-11-08 [wwp]        1.9.100cvs1
6039
6040         * src/main.c
6041                 allow exiting Sylpheed-Claws from command-line
6042
6043 2005-11-08 [paul]       1.9.100
6044
6045         1.9.100 released
6046
6047 2005-11-07 [colin]      1.9.99cvs17
6048
6049         * src/addritem.c
6050         * src/ldif.c
6051                 Fix import of base-64 encoded items
6052
6053 2005-11-07 [colin]      1.9.99cvs16
6054
6055         * src/send_message.c
6056                 Fix bug #314 (Queue does not empty under certain 
6057                 circumstances)
6058
6059 2005-11-07 [paul]       1.9.99cvs15
6060
6061         * src/mutt.c
6062         * src/pine.c
6063                 fix buffer overflows
6064                 Thanks to Colin
6065
6066 2005-11-07 [paul]       1.9.99cvs14
6067
6068         * doc/man/Makefile.am
6069         * doc/man/sylpheed-claws.1      ** ADDED **
6070         * doc/man/sylpheed.1            ** DELETED **
6071                 rename and update the man file
6072
6073 2005-11-06 [colin]      1.9.99cvs13
6074
6075         * src/ldif.c
6076                 Fix ldif_get_line() that returned empty strings
6077                 (Didn't understand why). Also fix a possible
6078                 buffer overflow.
6079
6080 2005-11-06 [wwp]        1.9.99cvs12
6081
6082         * src/textview.c
6083         * src/gtk/about.c
6084         * src/gtk/gtkutils.c
6085         * src/gtk/gtkutils.h
6086                 fix a compilation warning,
6087                 make links sensitive in the about dialog
6088
6089 2005-11-04 [wwp]        1.9.99cvs11
6090
6091         * src/gtk/about.c
6092                 don't wrap or translate URIs, and a bit text format cleanup
6093
6094 2005-11-04 [wwp]        1.9.99cvs10
6095
6096         * src/gtk/about.c
6097                 better textview tagging implementation (no more use of marks for
6098                 postponed tagging)
6099
6100 2005-11-02 [colin]      1.9.99cvs9
6101
6102         * src/common/ssl.c
6103                 Forgot an ifdef
6104
6105 2005-11-02 [colin]      1.9.99cvs8
6106
6107         * configure.ac
6108                 Require libetpan-0.40 due to upstream fix
6109         * src/common/ssl.c
6110                 Tell libetpan not to call SSL_Library_Init,
6111                 as we do it ourselves.
6112
6113 2005-11-02 [colin]      1.9.99cvs7
6114
6115         * po/POTFILES.in
6116                 Add missing files (thanks to Fabien Vantard)
6117
6118 2005-11-02 [colin]      1.9.99cvs6
6119
6120         * src/summaryview.c
6121                 Fix totals when read messages are hidden or quicksearch
6122                 is on
6123         * src/ssl_manager.c
6124         * src/ssl_manager.h
6125         * src/common/ssl_certificate.c
6126         * src/common/ssl_certificate.h
6127         * src/gtk/sslcertwindow.c
6128         * src/gtk/sslcertwindow.h
6129                 Fix copyright on my stuff
6130
6131 2005-11-02 [wwp]        1.9.99cvs5
6132
6133         * src/prefs_themes.c
6134                 fix directory name checking (theme installation/removal),
6135                 made related error a bit more verbose
6136
6137 2005-11-02 [colin]      1.9.99cvs4
6138
6139         * src/summaryview.c
6140                 Fix typo (probably fixes bug #841 (Sort by the From 
6141                 field doesn't work)
6142
6143 2005-11-02 [paul]       1.9.99cvs3
6144
6145         * po/ko.po
6146         * po/nb.po
6147                 updated by SungHyun Nam, Geir Helland
6148         * src/wizard.c
6149                 fix typo in welcome message. spotted by
6150                 Andrea Spadaccini
6151
6152 2005-11-01 [colin]      1.9.99cvs2
6153
6154         * src/compose.c
6155                 Fix replying to ml wen confirming subscription
6156         * src/messageview.c
6157         * src/mimeview.c
6158         * src/mimeview.h
6159         * src/privacy.h
6160         * src/summaryview.c
6161                 Make key check non blocking
6162
6163 2005-10-31 [paul]       1.9.99cvs1
6164
6165         * tools/claws.i18n.status.pl
6166                 updated for ChangeLog
6167
6168 2005-10-31 [paul]       1.9.99
6169
6170         1.9.99 released
6171
6172 2005-10-31 [paul]       1.9.15cvs131
6173
6174         * .cvsignore
6175         * ChangeLog
6176         * ChangeLog.claws       ** REMOVED **
6177         * ChangeLog-gtk2.claws  ** REMOVED **
6178         * ChangeLog.gtk1        ** ADDED **
6179         * INSTALL
6180         * Makefile.am
6181         * NEWS
6182         * README
6183         * README.claws          ** REMOVED **
6184         * README.jp             ** REMOVED **
6185         * RELEASE_NOTES         ** ADDED **
6186         * RELEASE_NOTES.claws   ** REMOVED **
6187         * commitHelper
6188         * configure.ac
6189         * sylpheed.spec.in      ** REMOVED **
6190                 tidy up and update the default docs:
6191                 ChangeLog.claws is renamed ChangeLog.gtk1
6192                 ChangeLog-gtk2.claws is renamed ChangeLog
6193                 README.claws is renamed README
6194                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6195
6196 2005-10-31 [paul]       1.9.15cvs130
6197
6198         * po/it.po
6199                 fix errors
6200
6201 2005-10-31 [paul]       1.9.15cvs129
6202
6203         * po/ca.po
6204         * po/de.po
6205         * po/en_GB.po
6206         * po/fr.po
6207         * po/it.po
6208         * po/pt_BR.po
6209         * po/sk.po
6210         * po/sr.po
6211         * po/zh_CN.po
6212                 updated by Miquel Oliete, Stephan Sachse and
6213                 Thomas Gilgin, me, Fabien Vantard, Andrea
6214                 Spadaccini, Frederico Goncalves Guimaraes,
6215                 Andrej Kacian, Aleksandar Urosevic, and
6216                 Ralgh Young.
6217
6218 2005-10-31 [mones]      1.9.15cvs128
6219
6220         * manual/faq.xml
6221                 More questions.
6222         
6223         * po/es.po
6224                 Updated for release.
6225
6226 2005-10-30 [colin]      1.9.15cvs127
6227
6228         * src/compose.c
6229                 Place cursor before rewrapping (fixes cursor
6230                 pos if quotation gets rewrapped)
6231
6232 2005-10-29 [paul]       1.9.15cvs126
6233
6234         * src/crash.c
6235         * src/foldersel.c
6236         * src/main.c
6237         * src/messageview.c
6238         * src/toolbar.c
6239         * src/gtk/authors.h
6240                 corrections to text items
6241
6242 2005-10-28 [colin]      1.9.15cvs125
6243
6244         * src/messageview.c
6245                 Make "hit 'C' to check sig" work from extern 
6246                 messageviews
6247
6248 2005-10-27 [colin]      1.9.15cvs124
6249
6250         * src/summaryview.c
6251                 Add a hack to avoid segfaulting when hammering 
6252                 on gtk's events
6253
6254 2005-10-27 [wwp]        1.9.15cvs123
6255
6256         * src/prefs_themes.c
6257                 sort list of themes names in themes prefs
6258
6259 2005-10-27 [paul]       1.9.15cvs122
6260
6261         * src/folder.c
6262         * src/prefs_account.c
6263                 fix building on Solaris
6264                 Patch by Alex Moore
6265
6266 2005-10-27 [wwp]        1.9.15cvs121
6267
6268         * src/summaryview.c
6269         * src/gtk/gtksctree.c
6270                 speed up unselecting messages in summary view (thanks to Colin)
6271
6272 2005-10-27 [paul]       1.9.15cvs120
6273
6274         * src/mainwindow.c
6275                 fix a compilation warning
6276         * src/summaryview.c
6277                 fix updating of 'n items selected' count
6278                 when deselecting
6279
6280 2005-10-27 [martin]     1.9.15cvs119
6281
6282         * src/action.c
6283                 ignore actions with a leading '/' in the action menu name
6284                 fixes a crash on menu creation
6285         * src/prefs_actions.c
6286                 do not allow a leading '/' in the action menu name
6287
6288 2005-10-27 [paul]       1.9.15cvs118
6289
6290         * src/main.c
6291                 fix compilation warning
6292
6293 2005-10-27 [paul]       1.9.15cvs117
6294
6295         * src/procmime.c
6296                 add #if HAVE_LOCALE_H
6297
6298 2005-10-27 [paul]       1.9.15cvs116
6299
6300         * src/plugins/clamav/clamav_plugin.c
6301         * src/plugins/dillo_viewer/dillo_viewer.c
6302         * src/plugins/mathml_viewer/mathml_viewer.c
6303         * src/plugins/pgpcore/plugin.c
6304         * src/plugins/pgpinline/plugin.c
6305         * src/plugins/pgpmime/plugin.c
6306         * src/plugins/spamassassin/spamassassin.c
6307         * src/plugins/trayicon/trayicon.c
6308                 plugin_init() : make error messages more
6309                 informative
6310
6311 2005-10-26 [wwp]        1.9.15cvs115
6312
6313         * src/prefs_matcher.c
6314                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6315
6316 2005-10-26 [wwp]        1.9.15cvs114
6317
6318         * src/procmime.c
6319         * src/gtk/gtksctree.c
6320         * src/plugins/spamassassin/libspamc.c
6321         * src/plugins/spamassassin/spamassassin.c
6322                 fix some compilation warnings more
6323
6324 2005-10-26 [mones]      1.9.15cvs113
6325
6326         * po/es.po
6327                 Updated translation
6328
6329 2005-10-26 [paul]       1.9.15cvs112
6330
6331         * src/prefs_message.c
6332                 give all display_xface stuff the
6333                 #if HAVE_LIBCOMPFACE treatment, thus
6334                 preventing a crash
6335                 (Thanks to Wolfgang Enderlein)
6336
6337 2005-10-26 [colin]      1.9.15cvs111
6338
6339         * src/gedit-print.c
6340                 Fix date format
6341         * src/imap_gtk.c
6342         * src/news_gtk.c
6343                 Remove context menu items that should not be there
6344         * src/jpilot.c
6345                 Fix encoding
6346         * src/main.c
6347         * src/mainwindow.c
6348                 Don't show the mainwindow too soon
6349
6350 2005-10-26 [wwp]        1.9.15cvs110
6351
6352         * src/folder.c
6353         * src/manual.c
6354         * src/summaryview.c
6355                 fix uninitialized pointers in the folder updating hook
6356                 (thanks to Colin)
6357
6358 2005-10-25 [mones]      1.9.15cvs109
6359
6360         * manual/faq.xml
6361                 General information subsection completed. 
6362                 Removed archaic references.
6363                 
6364         * manual/Makefile
6365         * manual/dtd/manual.dsl
6366                 Added customization stylesheet for getting paragraphs
6367                 fully justified in PDF output (as suggested by Colin).
6368
6369 2005-10-25 [colin]      1.9.15cvs108
6370
6371         * src/compose.c
6372                 Fix a second leak
6373
6374 2005-10-25 [colin]      1.9.15cvs107
6375
6376         * src/addrbook.c
6377         * src/addrindex.c
6378                 Fix leak (xml_get_element() allocates memory)
6379         * src/compose.c
6380                 Fix leak + dead code (shame!)
6381         * src/procmime.c
6382                 Fix leak
6383
6384 2005-10-25 [colin]      1.9.15cvs106
6385
6386         * src/mimeview.c
6387                 Fix encoding issue in Save all and in 
6388                 overwrite-confirmation alertpanel
6389
6390 2005-10-25 [colin]      1.9.15cvs105
6391
6392         * src/common/socket.c
6393                 Fix a leak - Thanks to Christopher Aillon
6394                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6395
6396 2005-10-25 [paul]       1.9.15cvs104
6397
6398         * src/wizard.c
6399                 Always guess servers from the right-hand
6400                 email part and guess username from the
6401                 left-hand part. (Thanks to Colin)
6402                 add an X-Face to the welcome message
6403
6404 2005-10-25 [paul]       1.9.15cvs103
6405
6406         * manual/handling.xml
6407                 written by Colin, edited by me
6408
6409 2005-10-25 [wwp]        1.9.15cvs102
6410
6411         * src/folderview.c
6412         * src/grouplistdialog.c
6413         * src/imap.c
6414         * src/noticeview.c
6415                 fix some compilation warnings
6416
6417 2005-10-24 [paul]
6418
6419         1.9.99-rc3 released
6420
6421 2005-10-24 [paul]       1.9.15cvs101
6422
6423         * src/gtk/about.c
6424                 fix window sizing
6425
6426 2005-10-24 [paul]       1.9.15cvs100
6427
6428         * src/pixmaps/offline.xpm
6429         * src/pixmaps/online.xpm
6430                 replace with last default versions
6431
6432 2005-10-24 [colin]      1.9.15cvs99
6433
6434         * src/imap.c
6435                 Fix bug when moving a folder
6436         * src/imap_gtk.c
6437         * src/mh_gtk.c
6438                 "Delete folder" pops up a window, so it 
6439                 should be suffixed with "..."
6440         * src/plugins/pgpcore/sgpgme.c
6441                 Include locale.h
6442
6443 2005-10-24 [mones]      1.9.15cvs98
6444
6445         * manual/Makefile
6446         * manual/account.xml
6447         * manual/ack.xml
6448         * manual/addrbook.xml
6449         * manual/advanced.xml
6450         * manual/faq.xml
6451         * manual/glossary.xml
6452         * manual/gpl.xml
6453         * manual/handling.xml
6454         * manual/intro.xml
6455         * manual/keyboard.xml
6456         * manual/manual.xml
6457         * manual/plugins.xml
6458         * manual/starting.xml
6459         * manual/dtd/sdocbook.dtd
6460                 Initial manual structure and some content.
6461
6462 2005-10-23 [wwp]        1.9.15cvs97
6463
6464         * src/gtk/about.c
6465                 fix a typo
6466
6467 2005-10-23 [wwp]        1.9.15cvs96
6468
6469         * src/gtk/about.c
6470         * src/gtk/authors.h
6471                 rework of the about window (main work by Paul), also featuring a few
6472                 fixes for typos and duplicate names
6473
6474 2005-10-23 [wwp]        1.9.15cvs95
6475
6476         * src/.cvsignore
6477                 Ignore the right binary name (sylpheed-claws now)
6478
6479 2005-10-23 [paul]       1.9.15cvs94
6480
6481         * src/compose.c
6482                 when using Folder Pref 'Default To for
6483                 replies' make the entry in the Compose
6484                 window bold
6485                 Patch by Fabien Vantard
6486
6487 2005-10-22 [colin]      1.9.15cvs93
6488
6489         * src/codeconv.c
6490                 Fix leak
6491
6492 2005-10-22 [colin]      1.9.15cvs92
6493
6494         * src/codeconv.c
6495                 try to convert using locale (apart utf8) if necessary
6496
6497 2005-10-22 [colin]      1.9.15cvs91
6498
6499         * src/pixmaps/new.xpm
6500         * src/pixmaps/unread.xpm
6501                 Make the unread envelope blue again and
6502                 saturate the new one a bit more.
6503
6504 2005-10-22 [colin]      1.9.15cvs90
6505
6506         * src/compose.c
6507                 When replying to a mail sent by one of our accounts,
6508                 use the original list of recipients. Let 'Reply All'
6509                 and 'Reply to sender' work like previously.
6510
6511 2005-10-21 [colin]      1.9.15cvs89
6512
6513         * src/prefs_filtering.c
6514                 Clear fields after add and replace
6515         * src/textview.c
6516                 Display xface differently (better)
6517         * src/plugins/pgpinline/pgpinline.c
6518                 Fix crappy encodings/recodings
6519
6520 2005-10-21 [paul]       1.9.15cvs88
6521
6522         * src/compose.c
6523         * src/prefs_folder_item.c
6524         * src/toolbar.c
6525                 fix news folder Folder Properties
6526                 (thanks to Colin)
6527         * src/folderview.c
6528                 update folderview after Themes change
6529                 keep selected folder selected
6530                 (thanks to Colin)
6531
6532 2005-10-21 [paul]       1.9.15cvs87
6533
6534         * tools/Makefile.am
6535         * tools/OOo2sylpheed.pl
6536         * tools/README
6537         * tools/README.sylprint
6538         * tools/asus_mailled.sh         ** REMOVED **
6539         * tools/filter_conv.pl
6540         * tools/freshmeat_search.pl
6541         * tools/google_search.pl
6542         * tools/gpg-sign-syl            ** REMOVED **
6543         * tools/kmail2sylpheed.pl
6544         * tools/kmail2sylpheed_v2.pl
6545         * tools/multiwebsearch.pl
6546         * tools/nautilus2sylpheed.sh
6547         * tools/newscache_clean.pl
6548         * tools/outlook2sylpheed.pl
6549         * tools/sylpheed-switcher       ** REMOVED **
6550         * tools/sylprint.pl
6551         * tools/sylprint.rc
6552         * tools/tb2sylpheed
6553         * tools/vcard2xml.py
6554         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6555                 update default config dir
6556                 update binary name (thanks to Fabien Vantard)
6557                 remove obsolete scripts
6558
6559 2005-10-21 [colin]      1.9.15cvs86
6560
6561         * src/inc.c
6562                 Fix possible leak and units. Based on a patch by
6563                 Fabien Vantard.
6564
6565 2005-10-20 [colin]      1.9.15cvs85
6566
6567         * src/textview.c
6568                 Clear xface when clearing textview
6569
6570 2005-10-20 [colin]      1.9.15cvs84
6571
6572         * configure.ac
6573         * src/folderview.c
6574         * src/headerview.c
6575         * src/main.c
6576         * src/prefs_common.c
6577         * src/prefs_common.h
6578         * src/prefs_message.c
6579         * src/textview.c
6580         * src/textview.h
6581         * src/common/defs.h
6582         * src/common/utils.c
6583         * src/common/utils.h
6584         * src/gtk/gtkutils.c
6585         * src/gtk/gtkutils.h
6586                 Migrate config to .sylpheed-claws (Automatically)
6587                 Add a way to get the Xface in the TextView
6588
6589 2005-10-20 [colin]      1.9.15cvs83
6590
6591         * src/gtk/Makefile.am
6592         * src/gtk/about.c
6593         * src/gtk/authors.h
6594                 Make the about dialog *grooovy*
6595
6596 2005-10-20 [colin]      1.9.15cvs82
6597
6598         * src/mimeview.c
6599                 Use "Open with" on double click if no command
6600                 was found
6601
6602 2005-10-20 [colin]      1.9.15cvs81
6603
6604         * src/imap.c
6605         * src/etpan/imap-thread.c
6606                 Fix possible crash.
6607
6608 2005-10-20 [paul]       1.9.15cvs80
6609
6610         * src/folder.c
6611                 don't show clipkey icon if the only
6612                 attachment is the signature
6613                 Patch by Colin
6614
6615 2005-10-20 [paul]       1.9.15cvs79
6616
6617         * AUTHORS
6618         * src/plugins/pgpmime/pgpmime.c
6619                 name the PGP/MIME signature 'signature.asc'
6620                 Patch by Andrew Nelson <freeandy@gmail.com>
6621
6622 2005-10-19 [colin]      1.9.15cvs78
6623
6624         * src/plugins/pgpmime/pgpmime.c
6625                 Oops, no need to double-check though
6626
6627 2005-10-19 [colin]      1.9.15cvs77
6628
6629         * src/plugins/pgpinline/pgpinline.c
6630         * src/plugins/pgpmime/pgpmime.c
6631                 Check that my_tmpfile() doesn't 
6632                 return NULL
6633
6634 2005-10-19 [colin]      1.9.15cvs76
6635
6636         * src/common/utils.c
6637                 Use shorter mime boundaries to avoid having
6638                 MTAs rewrapping our headers, breaking the
6639                 PGP signature in the process 
6640         * src/compose.c
6641         * src/plugins/pgpmime/pgpmime.c
6642                 Check for boundary uniqueness to be sure
6643                 it won't happen, instead of hoping for the
6644                 best
6645
6646 2005-10-19 [colin]      1.9.15cvs75
6647
6648         * sylpheed-claws.desktop
6649         * src/Makefile.am
6650         * src/main.c
6651                 Ship a sylpheed-claws binary instead
6652                 of a sylpheed one. Change the socket
6653                 name, too
6654         * src/folderview.c
6655                 Update folder only if it changed
6656         * src/wizard.c
6657                 Fix i18n in welcome mail, patch by
6658                 Fabien Vantard
6659
6660 2005-10-19 [paul]
6661
6662         1.9.99-rc2 released
6663
6664 2005-10-19 [paul]       1.9.15cvs74
6665
6666         * src/folder.c
6667         * src/folderview.c
6668                 fix summaryview update
6669                 Patch by Colin
6670
6671 2005-10-18 [colin]      1.9.15cvs73
6672
6673         * src/plugins/pgpcore/passphrase.c
6674                 Don't XGrabServer, and try a bit more to 
6675                 sync everything before grabbing mouse/keyboard
6676
6677 2005-10-18 [colin]      1.9.15cvs72
6678
6679         * src/Makefile.am
6680         * src/addressadd.c
6681         * src/addressbook.c
6682         * src/folderview.c
6683         * src/grouplistdialog.c
6684         * src/mimeview.c
6685         * src/stock_pixmap.c
6686         * src/stock_pixmap.h
6687         * src/summaryview.c
6688         * src/gtk/gtksctree.c
6689         * src/gtk/gtksctree.h
6690         * src/pixmaps/empty.xpm
6691                 Implement a wrapper call for gtk_ctree_set_node_info
6692                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6693                 pixmap instead of a NULL one. This works around some
6694                 memory problems deep inside gtk, revealed by valgrind,
6695                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6696                 as locked crashes sylpheed.), as well as, probably, 
6697                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6698
6699 2005-10-17 [colin]      1.9.15cvs71
6700
6701         * src/mimeview.c
6702                 Provide visual feedback when checking
6703                 signature
6704
6705 2005-10-17 [colin]      1.9.15cvs70
6706
6707         * src/main.c
6708                 Keep the folder list frozen while checking caches...
6709
6710 2005-10-17 [colin]      1.9.15cvs69
6711
6712         * src/addr_compl.c
6713                 Fi bug #833 (Autocompleting from addressbook 
6714                 fails with extended chars)
6715         * src/imap.c
6716                 Fix 'adding messages' staying in statusbar
6717                 after an error
6718
6719 2005-10-17 [wwp]        1.9.15cvs68
6720
6721         * src/ssl_manager.c
6722                 Fix buttons' layout resizing when window size changes
6723
6724 2005-10-17 [wwp]        1.9.15cvs67
6725
6726         * src/account.c
6727         * src/prefs_account.c
6728         * src/prefs_common.c
6729         * src/prefs_common.h
6730         * src/prefs_folder_item.c
6731         * src/prefs_gtk.c
6732         * src/gtk/logwindow.c
6733         * src/gtk/pluginwindow.c
6734         * src/gtk/prefswindow.c
6735         * src/gtk/prefswindow.h
6736                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6737
6738 2005-10-17 [paul]       1.9.15cvs66
6739
6740         * configure.ac
6741                 fix missing libetpan message
6742         * po/en_GB.po
6743                 updated
6744         * src/crash.c
6745         * src/manual.c
6746         * src/prefs_themes.c
6747         * src/common/defs.h
6748                 add some new URI defines, change some
6749                 others
6750         * src/wizard.c
6751                 make welcome message translatable
6752                 small improvements to english
6753                 other tweaks
6754         * src/gtk/menu.c
6755                 fix warnings
6756
6757 2005-10-17 [paul]       1.9.15cvs65
6758
6759         * src/summaryview.c
6760                 fix column titles
6761
6762 2005-10-16 [mones]      1.9.15cvs64
6763
6764         * po/es.po
6765                 Updated translation
6766
6767 2005-10-16 [colin]
6768
6769         1.9.99-rc1 released
6770
6771 2005-10-16 [colin]      1.9.15cvs63
6772
6773         * src/wizard.c
6774                 Fix whitespace
6775
6776 2005-10-16 [colin]      1.9.15cvs62
6777
6778         * src/toolbar.c
6779                 s/Get All/Get Mail/
6780         * src/wizard.c
6781                 Real welcome mail text, thanks Paul
6782
6783 2005-10-16 [colin]      1.9.15cvs61
6784
6785         * src/editldap.c
6786         * src/exporthtml.c
6787         * src/main.c
6788         * src/mainwindow.c
6789         * src/prefs_themes.c
6790         * src/prefs_toolbar.c
6791         * src/plugins/demo/demo.c
6792         * src/plugins/trayicon/trayicon.c
6793                 s/Sylpheed/Sylpheed-Claws/
6794
6795 2005-10-16 [colin]      1.9.15cvs60
6796
6797         * src/wizard.c
6798                 Add a welcome email in the first empty mailbox
6799         * src/prefs_common.c
6800                 Change one more default
6801
6802 2005-10-16 [colin]      1.9.15cvs59
6803
6804         * src/wizard.c
6805                 Remove printf
6806
6807 2005-10-16 [colin]      1.9.15cvs58
6808
6809         * src/toolbar.c
6810         * src/prefs_common.c
6811                 Change some defaults
6812
6813 2005-10-16 [colin]      1.9.15cvs57
6814
6815         * src/toolbar.c
6816         * src/prefs_common.c
6817                 Change some defaults
6818
6819 2005-10-16 [colin]      1.9.15cvs56
6820
6821         * src/wizard.c
6822                 By default, initialize fonts to have
6823                 the same size as normal GtkWidgets
6824
6825 2005-10-16 [colin]      1.9.15cvs55
6826
6827         * src/mimeview.c
6828                 Fix message a bit more
6829
6830 2005-10-16 [colin]      1.9.15cvs54
6831
6832         * src/addressbook.c
6833                 Second attempt at flicker fixing
6834
6835 2005-10-16 [colin]      1.9.15cvs53
6836
6837         * src/addressbook.c
6838                 Fix flicker
6839
6840 2005-10-16 [wwp]        1.9.15cvs52
6841
6842         * src/addressbook.c
6843         * src/editaddress.c
6844         * src/prefs_common.c
6845         * src/prefs_common.h
6846                 Remember window sizes (address book)
6847
6848 2005-10-16 [wwp]        1.9.15cvs51
6849
6850         * src/plugins/clamav/clamav_plugin_gtk.c
6851         * src/plugins/spamassassin/spamassassin_gtk.c
6852                 Fix compilation warnings (missing #include).
6853
6854 2005-10-16 [colin]      1.9.15cvs50
6855
6856         * src/mimeview.c
6857         * src/summaryview.c
6858         * src/textview.c
6859                 Make 'c' check signature, and forward
6860                 c, l, y, t from summaryview to mimeview
6861
6862 2005-10-16 [colin]      1.9.15cvs49
6863
6864         * src/addressbook.c
6865                 Put border around buttons
6866         * src/mainwindow.c
6867         * src/summaryview.c
6868                 Rework menus (Patch based on a patch
6869                 by Paul)
6870
6871 2005-10-15 [wwp]        1.9.15cvs48
6872
6873         * src/editjpilot.c
6874         * src/editldap.c
6875         * src/editvcard.c
6876         * src/exphtmldlg.c
6877         * src/expldifdlg.c
6878         * src/export.c
6879         * src/import.c
6880         * src/importldif.c
6881         * src/importmutt.c
6882         * src/importpine.c
6883         * src/prefs_account.c
6884         * src/prefs_spelling.c
6885         * src/gtk/gtkutils.c
6886         * src/gtk/gtkutils.h
6887         * src/plugins/clamav/clamav_plugin_gtk.c
6888         * src/plugins/spamassassin/spamassassin_gtk.c
6889                 use nicer browse-for-file/dir buttons than the "..." ones,
6890                 code factorizing more.
6891
6892 2005-10-14 [colin]      1.9.15cvs47
6893
6894         * src/mainwindow.c
6895                 set relief on the account switcher so that people see it
6896                 grey out Create processing rules when no message is selected
6897         * src/prefs_filtering.c
6898                 ask before closing if the rule has not been modified, even if
6899                 it's not valid
6900         * src/prefs_matcher.c
6901                 fix sensitivity when entering the dialog
6902         * src/gtk/inputdialog.c
6903                 display a better icon on password ask
6904         * src/plugins/pgpcore/passphrase.c
6905                 make the dialog look better
6906
6907 2005-10-14 [paul]       1.9.15cvs46
6908
6909         * src/folderview.c
6910                 indicate presense of marked msgs in
6911                 unexpanded subfolders
6912
6913 2005-10-14 [paul]       1.9.15cvs45
6914
6915         * src/prefs_actions.c
6916         * src/prefs_common.c
6917         * src/prefs_common.h
6918         * src/prefs_filtering_action.c
6919         * src/prefs_matcher.c
6920         * src/prefs_template.c
6921                 remember window sizes
6922                 fix Info button size
6923
6924         Patches by wwp
6925
6926 2005-10-13 [colin]      1.9.15cvs44
6927
6928         * src/mimeview.c
6929         * src/noticeview.c
6930         * src/noticeview.h
6931                 Add a tooltip on the icon (optional) 
6932                 Get rid of the signature buttons and only
6933                 use the icon+tooltip
6934
6935 2005-10-13 [colin]      1.9.15cvs43
6936
6937         * src/noticeview.c
6938         * src/noticeview.h
6939                 Add hand cursor for hovering over icon
6940
6941 2005-10-13 [colin]      1.9.15cvs42
6942
6943         * src/summaryview.c
6944                 Fix crash when quicksearch's hidden 
6945                 at startup
6946
6947 2005-10-13 [colin]      1.9.15cvs41
6948
6949         * src/compose.c
6950                 Set subject when forwarding multiple mails
6951                 Check that other recipient than the default Cc or Bcc
6952                 have been set before sending.
6953
6954 2005-10-13 [colin]      1.9.15cvs40
6955
6956         * src/imap.c
6957                 Batch per-folder
6958                 Introduce locking, but don't use it yet
6959
6960 2005-10-13 [colin]      1.9.15cvs39
6961
6962         * src/gtk/quicksearch.c
6963                 Reset quicksearch when hiding it
6964                 Make sticky a real pref
6965
6966 2005-10-13 [colin]      1.9.15cvs38
6967
6968         * src/summaryview.c
6969                 Faster prefs apply
6970
6971 2005-10-13 [colin]      1.9.15cvs37
6972
6973         * src/mimeview.c
6974         * src/noticeview.c
6975         * src/noticeview.h
6976         * src/plugins/pgpcore/sgpgme.c
6977                 Make privacy icon clickable
6978                 Move Trust field in Full info
6979                 When trust is less than full, don't display
6980                 a warning icon
6981
6982 2005-10-13 [colin]      1.9.15cvs36
6983
6984         * src/folder.c
6985                 Batch on flags sync
6986         * src/folderview.c
6987                 Revert speed hack which is dangerous in fact
6988                 Apply prefs faster
6989
6990 2005-10-13 [colin]      1.9.15cvs35
6991
6992         * src/folder_item_prefs.c
6993                 Fix pref corruption on folder move. Patch
6994                 by wwp
6995
6996 2005-10-13 [paul]       1.9.15cvs34
6997
6998         * src/export.c
6999         * src/import.c
7000                 fix typos in g_warnings
7001         * src/prefs_account.c
7002                 add a file selector for Signature file
7003
7004         Patches by wwp
7005
7006 2005-10-12 [colin]      1.9.15cvs33
7007
7008         * src/mimeview.c
7009                 Provide a quick way to go back from a
7010                 signature's full info to the email part
7011
7012 2005-10-12 [colin]      1.9.15cvs32
7013
7014         * src/compose.c
7015                 Remove old hack of encoding signed mails with base64.
7016                 QP works equally well.
7017
7018 2005-10-12 [colin]      1.9.15cvs31
7019
7020         * src/crash.c
7021                 Replace deprecated GtkText with GtkTextView
7022         * src/imap.c
7023                 Fix a logic bug about counts in imap_select
7024                 (previously un-triggered)
7025         * src/mainwindow.c
7026         * src/summaryview.c
7027         * src/news.c
7028                 Allow local deletion of news posts
7029         * src/mimeview.c
7030                 Show GPG noticeview on the message/rfc822 part
7031                 in addition to the text/plain one
7032         * src/prefs_image_viewer.c
7033           src/plugins/pgpcore/prefs_gpg.c
7034                 Polish (set the label as part of the checkbox)
7035         * src/wizard.c
7036                 Don't sit there doing nothing after destroying
7037                 the window - return err
7038
7039 2005-10-11 [colin]      1.9.15cvs30
7040
7041         * src/folderview.c
7042                 Apply processing rules before showing folders.
7043                 Early folder show (before flags sync) will only
7044                 be done when there are no processing rules (nor
7045                 pre- or post- ones)
7046         * src/imap.c
7047                 Fix stuff related to mail subdir, creation and 
7048                 deletion of folders 
7049         * src/imap_gtk.c
7050                 Don't allow creation of folders in NoInferior
7051                 folders, as it won't work
7052
7053 2005-10-10 [colin]      1.9.15cvs29
7054
7055         * src/compose.c
7056                 Reselect "None" Privacy system when selecting an
7057                 account with no privacy system defined
7058
7059 2005-10-10 [colin]      1.9.15cvs28
7060
7061         * src/mainwindow.c
7062                 Add Windows-1252 encoding
7063         * src/prefs_common.c
7064                 Rework some defaults:
7065                 - autosave to draft by default
7066                 - don't show header pane (it's already in the textview)
7067                 - Select first new or unread mail on entry
7068                 - Assume 'Yes' to change folder when there's no more
7069                   unread message
7070         * src/prefs_matcher.c
7071                 Fix a gtk assertion failure
7072         * src/gtk/colorlabel.c
7073                 Workaround bad repainting on selection
7074         * src/main.c
7075                 Freeze/thaw (a bit faster on ssh -X)
7076         * src/msgcache.c
7077                 Get rid of StrdupConverter that just adds an
7078                 extra strdup/free 
7079         * src/etpan/imap_thread.c
7080                 memset buf to 0
7081
7082 2005-10-10 [colin]      1.9.15cvs27
7083
7084         * src/export.c
7085         * src/import.c
7086                 Fix compile on gtk 2.4. Patch by wwp
7087
7088 2005-10-09 [colin]      1.9.15cvs26
7089
7090         * src/mainwindow.c
7091         * src/messageview.c
7092         * src/summaryview.c
7093                 Clarify forward menus. Patch by wwp
7094
7095 2005-10-09 [colin]      1.9.15cvs25
7096
7097         * src/compose.c
7098         * src/compose.h
7099                 Fix bug #829 (Non-working "Encrypt message by 
7100                 default when replying to an encrypted message")
7101
7102 2005-10-08 [colin]      1.9.15cvs24
7103
7104         * src/wizard.c
7105                 Fix bug #827 ("Welcome" setup wizard after a 
7106                 permission error gives up & forgets itself.)
7107
7108 2005-10-08 [colin]      1.9.15cvs23
7109
7110         * src/procmime.c
7111                 Fix bug #828 (Ignoring headers with spaces around = sign)
7112
7113 2005-10-08 [colin]      1.9.15cvs22
7114
7115         * src/export.c
7116                 Warning fix by wwp
7117
7118 2005-10-08 [colin]      1.9.15cvs21
7119
7120         * src/folder.c
7121         * src/folder.h
7122                 Add a processing_pending indicator, set on 
7123                 folder_item_open and cleared after 
7124                 folder_item_process_open
7125         * src/folderview.c
7126         * src/summaryview.c
7127                 wrap procmsg_msginfo_*_flags, and in the
7128                 wrapper check that there's no folder processing 
7129                 pending. If there is, defer the flags change until 
7130                 processing is done to avoid stepping over each
7131                 other's toes.
7132                 Freeze during processing, but not during scanning.
7133
7134 2005-10-07 [colin]      1.9.15cvs20
7135
7136         * src/plugins/pgpcore/passphrase.c
7137                 Fix bug #826 (X-Server hangs when 
7138                 right-clicking a PGP encrypted message)
7139
7140 2005-10-07 [paul]       1.9.15cvs19
7141
7142         * src/compose.c
7143                 fix compose_entries[]
7144                 patch by Fabien Vantard
7145
7146 2005-10-06 [colin]      1.9.15cvs18
7147
7148         * src/pixmaps/address.xpm
7149         * src/pixmaps/address_book.xpm
7150         * src/pixmaps/book.xpm
7151         * src/pixmaps/check_spelling.xpm
7152         * src/pixmaps/checkbox_off.xpm
7153         * src/pixmaps/checkbox_on.xpm
7154         * src/pixmaps/close.xpm
7155         * src/pixmaps/complete.xpm
7156         * src/pixmaps/continue.xpm
7157         * src/pixmaps/deleted.xpm
7158         * src/pixmaps/down_arrow.xpm
7159         * src/pixmaps/exec.xpm
7160         * src/pixmaps/forwarded.xpm
7161         * src/pixmaps/group.xpm
7162         * src/pixmaps/ignorethread.xpm
7163         * src/pixmaps/interface.xpm
7164         * src/pixmaps/jpilot.xpm
7165         * src/pixmaps/ldap.xpm
7166         * src/pixmaps/linewrap.xpm
7167         * src/pixmaps/linewrapcurrent.xpm
7168         * src/pixmaps/mail.xpm
7169         * src/pixmaps/mail_attach.xpm
7170         * src/pixmaps/mail_compose.xpm
7171         * src/pixmaps/mail_forward.xpm
7172         * src/pixmaps/mail_receive.xpm
7173         * src/pixmaps/mail_receive_all.xpm
7174         * src/pixmaps/mail_reply.xpm
7175         * src/pixmaps/mail_reply_to_all.xpm
7176         * src/pixmaps/mail_reply_to_author.xpm
7177         * src/pixmaps/mail_send.xpm
7178         * src/pixmaps/mail_send_queue.xpm
7179         * src/pixmaps/mime_application.xpm
7180         * src/pixmaps/mime_audio.xpm
7181         * src/pixmaps/mime_image.xpm
7182         * src/pixmaps/mime_message.xpm
7183         * src/pixmaps/mime_text_enriched.xpm
7184         * src/pixmaps/mime_text_html.xpm
7185         * src/pixmaps/mime_text_plain.xpm
7186         * src/pixmaps/mime_unknown.xpm
7187         * src/pixmaps/new.xpm
7188         * src/pixmaps/news_compose.xpm
7189         * src/pixmaps/offline.xpm
7190         * src/pixmaps/online.xpm
7191         * src/pixmaps/paste.xpm
7192         * src/pixmaps/preferences.xpm
7193         * src/pixmaps/privacy_emblem_encrypted.xpm
7194         * src/pixmaps/privacy_expired.xpm
7195         * src/pixmaps/privacy_failed.xpm
7196         * src/pixmaps/privacy_passed.xpm
7197         * src/pixmaps/privacy_signed.xpm
7198         * src/pixmaps/privacy_unknown.xpm
7199         * src/pixmaps/privacy_warn.xpm
7200         * src/pixmaps/properties.xpm
7201         * src/pixmaps/replied.xpm
7202         * src/pixmaps/search.xpm
7203         * src/pixmaps/unread.xpm
7204         * src/pixmaps/up_arrow.xpm
7205         * src/pixmaps/vcard.xpm
7206                 Modernize internal theme, with icons from the 
7207                 Gnomaws theme. Keep some of the old ones where
7208                 they were better.
7209
7210 2005-10-06 [colin]      1.9.15cvs17
7211
7212         * src/summaryview.c
7213                 Little optimisations + bugfix
7214         * src/toolbar.c
7215                 Remove default useless items - useless being defined
7216                 by the default relevant prefs
7217         * src/wizard.c
7218                 include config.h to make gettext work
7219         * src/prefs_themes.c
7220                 Fix selection of current theme in prefs
7221
7222 2005-10-06 [colin]      1.9.15cvs16
7223
7224         * src/prefs_common.c
7225         * src/prefs_common.h
7226         * src/prefs_summaries.c
7227         * src/folderview.c
7228                 Add a warning dialog on Mark all read 
7229                 (with pref to get rid of it)
7230
7231 2005-10-06 [paul]       1.9.15cvs15
7232
7233         * po/nb.po
7234         * po/pt_BR.po
7235                 updated by Geir Helland and Frederico
7236                 Goncalves Guimaraes
7237
7238 2005-10-05 [colin]      1.9.15cvs14
7239
7240         * src/folder.c
7241         * src/folder.h
7242         * src/folderview.c
7243         * src/folderview.h
7244         * src/imap_gtk.c
7245         * src/mh_gtk.c
7246         * src/mainwindow.c
7247         * src/setup.c
7248                 add a way to rescan without rebuilding
7249                 make moving a bit faster (less folders changes)
7250                 don't lock the tree on Get 
7251         * src/imap.c
7252                 Don't re-delete deleted messages before expunging
7253         * src/summaryview.c
7254                 Set batch mode when deleting mails
7255
7256 2005-10-05 [paul]       1.9.15cvs13
7257
7258         * src/mainwindow.c
7259         * src/mainwindow.h
7260                 fix disabled Execute menu item
7261         * src/toolbar.c
7262                 match the change in 1.9.15cvs10: use Compose
7263                 instead of News by default
7264
7265 2005-10-04 [colin]      1.9.15cvs12
7266
7267         * src/compose.c
7268                 When replying to an ML post with Reply-To set
7269                 to the poster's email, honor it (as before),
7270                 but also honor our user's request to reply to
7271                 the mailing list: set the ML address in the To
7272                 field and the Reply-To address in the Cc: 
7273                 field.
7274
7275 2005-10-04 [colin]      1.9.15cvs11
7276
7277         * src/plugins/trayicon/trayicon.c
7278                 Finish cosmetic change - thanks to wwp
7279
7280 2005-10-04 [colin]      1.9.15cvs10
7281
7282         * src/toolbar.c
7283                 Use Compose instead of Email by default.
7284                 Spotted by wwp.
7285
7286 2005-10-04 [colin]      1.9.15cvs9
7287
7288         * src/folder.c
7289         * src/folder.h
7290         * src/folderview.c
7291         * src/imap.c
7292         * src/etpan/imap-thread.c
7293         * src/etpan/imap-thread.h
7294                 Try to make IMAP faster, by simplifying SEARCH
7295                 commands, avoiding sending two STATUS in a row,
7296                 and deferring flags sync and processing just
7297                 after displaying the folder. 
7298                 This will update the SummaryView in certain
7299                 cases (new mails not already fetched, flags
7300                 changed from another client) but in a non-
7301                 blocking manner.
7302
7303 2005-10-04 [colin]      1.9.15cvs8
7304
7305         * src/plugins/trayicon/trayicon.c
7306                 Relabel "Offline" to "Work offline"
7307
7308 2005-10-04 [colin]      1.9.15cvs7
7309
7310         * src/export.c
7311         * src/import.c
7312         * src/mbox.c
7313                 Fix mbox import/export buglets
7314                 Patch by wwp
7315         * src/plugins/trayicon/trayicon.c
7316                 Add offline swithc
7317                 Patch by wwp
7318
7319 2005-10-04 [colin]      1.9.15cvs6
7320
7321         * src/folder.c
7322         * src/folderview.c
7323         * src/summaryview.c
7324                 Better fix (don't break mark all read) for cvs2
7325
7326 2005-10-03 [colin]      1.9.15cvs5
7327
7328         * src/folder.c
7329                 Use a sane sort by default
7330
7331 2005-10-03 [colin]      1.9.15cvs4
7332
7333         * src/inc.c
7334                 Add a 'Only once' button for overriding offline mode
7335         * src/prefs_account.c
7336         * src/wizard.c
7337                 Add Local mbox to the wizard
7338                 Add IMAP subdir to the wizard (or the wizard is useless
7339                 for such accounts, or even worse than useless)
7340                 Move IMAP subdir from Advanced to Receive tab, as it's
7341                 not that uncommon
7342
7343 2005-10-03 [colin]      1.9.15cvs3
7344
7345         * src/send_message.c
7346                 Forgot this one in cvs1
7347
7348 2005-10-03 [colin]      1.9.15cvs2
7349
7350         * src/folder.c
7351                 Faster close when leaving a folder with lots
7352                 of new mails. Idea by David Relson.
7353
7354 2005-10-03 [colin]      1.9.15cvs1
7355
7356         * src/compose.c
7357         * src/imap.c
7358         * src/inc.c
7359         * src/main.c
7360         * src/messageview.c
7361         * src/news.c
7362         * src/summaryview.c
7363         * src/gtk/sslcertwindow.c
7364         * src/plugins/trayicon/trayicon.c
7365                 Add accels to every AlertPanel. Patch by Fabien 
7366                 Vantard
7367
7368 2005-10-03 [paul]       1.9.15
7369
7370         1.9.15 released
7371
7372 2005-10-03 [paul]       1.9.14cvs68
7373
7374         * po/ca.po
7375         * po/de.po
7376         * po/es.po
7377         * po/fi.po
7378         * po/fr.po
7379         * po/sk.po
7380         * po/sr.po
7381         * po/zh_CN.po
7382                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7383                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7384                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7385
7386 2005-10-03 [paul]       1.9.14cvs67
7387
7388         * src/send_message.c
7389                 prevent hang on Cancel
7390                 patch by Colin
7391
7392 2005-10-03 [paul]       1.9.14cvs66
7393
7394         * src/main.c
7395                 fix crash in IMAP caused by discrepancy
7396                 between check_at_startup and offline mode
7397                 Patch by Colin
7398
7399 2005-10-01 [paul]       1.9.14cvs65
7400
7401         * src/inc.c
7402                 fix engrish
7403
7404 2005-10-01 [paul]       1.9.14cvs64
7405         * src/export.c
7406         * src/import.c
7407                 synchronise import_mbox() and export_mbox()
7408         * src/mbox.c
7409                 proc_mbox(): add alert if file cannot be opened
7410                 export_list_to_mbox(): test if dest file exists,
7411                 prompt user to overwrite if it does. add alert
7412                 if file cannot be created
7413                                                                 
7414         Patch by wwp
7415                                                                                                                 
7416
7417 2005-09-30 [paul]       1.9.14cvs63
7418
7419         * src/addressbook.c
7420                 Fix sensitivity of a menu
7421         * src/codeconv.c
7422                 Respect hidden pref for mails with no encoding
7423         * src/common/xml.c
7424                 Fix memory corruption
7425         * src/plugins/pgpcore/sgpgme.c
7426                 Fix segfault on incomplete sigs, and display
7427                 of S/Mime UIDs
7428
7429         Patches by Colin
7430
7431 2005-09-30 [colin]      1.9.14cvs62
7432
7433         * src/partial_download.c
7434                 Little logic fix in almost-dead code
7435         * src/pop.c
7436                 Fix partial download when there's no new mail
7437
7438 2005-09-29 [paul]       1.9.14cvs61
7439
7440         * src/plugins/pgpinline/pgpinline.c
7441                 fix bug 819, 'crash accessing sign message'
7442                 Patch by Colin
7443
7444 2005-09-28 [martin]     1.9.14cvs60
7445
7446         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7447                 fix bug #790 (Crash when restarting window manager (fluxbox))
7448
7449 2005-09-28 [paul]       1.9.14cvs59
7450
7451         * src/gtk/gtkaspell.c
7452                 fix off-by-one typo
7453
7454 2005-09-27 [colin]      1.9.14cvs58
7455
7456         * src/plugins/pgpcore/sgpgme.c
7457                 Report error when there's one, instead of
7458                 "Signature unchecked" 
7459
7460 2005-09-27 [colin]      1.9.14cvs57
7461
7462         * src/prefs_quote.c
7463                 Fix bug #816 (Weird quotation with spaces)
7464
7465 2005-09-27 [colin]      1.9.14cvs56
7466
7467         * src/codeconv.c
7468         * src/compose.c
7469         * src/compose.h
7470                 Put subject in compose's title
7471                 Fix Automatic encoding so that it's really automatic:
7472                 first try default locale's charset, then charset of the replied mail, 
7473                 then utf-8
7474                 Fix encoding of headers (must be in strict mode too)
7475
7476 2005-09-26 [colin]      1.9.14cvs55
7477
7478         * src/gtk/gtkaspell.c
7479                 Fix previous patch - don't color the space,
7480                 just uncolor it :)
7481
7482 2005-09-26 [colin]      1.9.14cvs54
7483
7484         * src/gtk/gtkaspell.c
7485                 Unmark space if possible
7486
7487 2005-09-26 [colin]      1.9.14cvs53
7488
7489         * src/imap.c
7490                 log_error instead of alertpanel according to the pref
7491         * src/etpan/imap-thread.c
7492                 Print connect status, copy only necessary size to 
7493                 logger
7494         * src/plugins/pgpmime/pgpmime.c
7495                 Handle S/Mime signatures (verification only). Patch based
7496                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7497
7498 2005-09-26 [paul]       1.9.14cvs52
7499
7500         * src/common/passcrypt.c
7501                 this 'workaround' not necessary on NetBSD.
7502                 Thanks to Daniel Gustafson
7503
7504 2005-09-26 [paul]
7505
7506         1.9.15-rc4 released
7507
7508 2005-09-26 [paul]       1.9.14cvs51
7509
7510         * src/summaryview.c
7511                 Skip currently selected message when
7512                 looking for next new or unread message
7513                 in current folder. Patch by Colin
7514         * src/common/passcrypt.c
7515                 eliminate warnings on *BSD. Patch by
7516                 Daniel Gustafson
7517
7518 2005-09-26 [colin]      1.9.14cvs50
7519
7520         * src/procmsg.c
7521                 Call postfiltering hook anyway
7522
7523 2005-09-22 [colin]      1.9.14cvs49
7524
7525         * src/codeconv.c
7526         * src/codeconv.h
7527                 Add a strict mode that doesn't replace with _
7528         * src/compose.c
7529         * src/compose.h
7530                 Use strict conversion while sending
7531                 Fix race when drafting while sending (happens
7532                 on IMAP)
7533                 Fix d'n'd of messages from summaryview
7534         * src/prefs_common.c
7535         * src/prefs_common.h
7536                 add hidden utf8_instead_of_locale_for_broken_mail 
7537                 pref for people that preferred the default charset 
7538                 to be utf8 for broken mails
7539         * src/quote_fmt_parse.y
7540                 fix bug #815 (No quote insert if "From:" fied 
7541                 contained Russian letters)
7542         * src/summaryview.c
7543                 Fix d'n'd of messages to compose
7544
7545 2005-09-22 [paul]       1.9.14cvs48
7546
7547         * src/compose.c
7548                 fix bug where attachments Name entry
7549                 would display Path instead
7550
7551 2005-09-21 [paul]       1.9.14cvs47
7552
7553         * README
7554         * README.jp
7555         * configure.ac
7556         * config/config.rpath
7557         * doc/manual/en/sylpheed-20.html
7558         * doc/manual/es/sylpheed-20.html
7559         * po/bg.po
7560         * po/ca.po
7561         * po/de.po
7562         * po/es.po
7563         * po/fr.po
7564         * po/it.po
7565         * po/pt_BR.po
7566         * po/sk.po
7567         * po/zh_TW.po
7568         * src/account.c
7569         * src/account.h
7570         * src/action.c
7571         * src/action.h
7572         * src/adbookbase.h
7573         * src/addr_compl.c
7574         * src/addr_compl.h
7575         * src/addrbook.c
7576         * src/addrbook.h
7577         * src/addrcache.c
7578         * src/addrcache.h
7579         * src/addrcindex.c
7580         * src/addrcindex.h
7581         * src/addrclip.c
7582         * src/addrclip.h
7583         * src/addrdefs.h
7584         * src/addressadd.c
7585         * src/addressadd.h
7586         * src/addressbook.c
7587         * src/addressbook.h
7588         * src/addressitem.h
7589         * src/addrgather.c
7590         * src/addrgather.h
7591         * src/addrharvest.c
7592         * src/addrharvest.h
7593         * src/addrindex.c
7594         * src/addrindex.h
7595         * src/addritem.c
7596         * src/addritem.h
7597         * src/addrquery.c
7598         * src/addrquery.h
7599         * src/addrselect.c
7600         * src/addrselect.h
7601         * src/alertpanel.c
7602         * src/alertpanel.h
7603         * src/browseldap.c
7604         * src/browseldap.h
7605         * src/codeconv.c
7606         * src/codeconv.h
7607         * src/compose.c
7608         * src/compose.h
7609         * src/crash.c
7610         * src/crash.h
7611         * src/customheader.c
7612         * src/customheader.h
7613         * src/displayheader.c
7614         * src/displayheader.h
7615         * src/editaddress.c
7616         * src/editaddress.h
7617         * src/editbook.c
7618         * src/editbook.h
7619         * src/editgroup.c
7620         * src/editgroup.h
7621         * src/editjpilot.c
7622         * src/editjpilot.h
7623         * src/editldap.c
7624         * src/editldap.h
7625         * src/editldap_basedn.c
7626         * src/editldap_basedn.h
7627         * src/editvcard.c
7628         * src/editvcard.h
7629         * src/enriched.c
7630         * src/enriched.h
7631         * src/exphtmldlg.c
7632         * src/exphtmldlg.h
7633         * src/expldifdlg.c
7634         * src/expldifdlg.h
7635         * src/export.c
7636         * src/export.h
7637         * src/exporthtml.c
7638         * src/exporthtml.h
7639         * src/exportldif.c
7640         * src/exportldif.h
7641         * src/filtering.c
7642         * src/filtering.h
7643         * src/folder.c
7644         * src/folder.h
7645         * src/folder_item_prefs.c
7646         * src/folder_item_prefs.h
7647         * src/foldersel.c
7648         * src/foldersel.h
7649         * src/folderutils.c
7650         * src/folderutils.h
7651         * src/folderview.c
7652         * src/folderview.h
7653         * src/grouplistdialog.c
7654         * src/grouplistdialog.h
7655         * src/headerview.c
7656         * src/headerview.h
7657         * src/html.c
7658         * src/html.h
7659         * src/image_viewer.c
7660         * src/image_viewer.h
7661         * src/imap.c
7662         * src/imap.h
7663         * src/imap_gtk.c
7664         * src/imap_gtk.h
7665         * src/import.c
7666         * src/import.h
7667         * src/importldif.c
7668         * src/importldif.h
7669         * src/importmutt.c
7670         * src/importmutt.h
7671         * src/importpine.c
7672         * src/importpine.h
7673         * src/inc.c
7674         * src/inc.h
7675         * src/jpilot.c
7676         * src/jpilot.h
7677         * src/ldapctrl.c
7678         * src/ldapctrl.h
7679         * src/ldaplocate.c
7680         * src/ldaplocate.h
7681         * src/ldapquery.c
7682         * src/ldapquery.h
7683         * src/ldapserver.c
7684         * src/ldapserver.h
7685         * src/ldaputil.c
7686         * src/ldaputil.h
7687         * src/ldif.c
7688         * src/ldif.h
7689         * src/localfolder.c
7690         * src/localfolder.h
7691         * src/main.c
7692         * src/main.h
7693         * src/mainwindow.c
7694         * src/mainwindow.h
7695         * src/manual.c
7696         * src/manual.h
7697         * src/matcher.c
7698         * src/matcher.h
7699         * src/matcher_parser.h
7700         * src/matcher_parser_lex.l
7701         * src/matcher_parser_parse.y
7702         * src/mbox.c
7703         * src/mbox.h
7704         * src/message_search.c
7705         * src/message_search.h
7706         * src/messageview.c
7707         * src/messageview.h
7708         * src/mh.c
7709         * src/mh.h
7710         * src/mh_gtk.c
7711         * src/mh_gtk.h
7712         * src/mimeview.c
7713         * src/mimeview.h
7714         * src/msgcache.c
7715         * src/msgcache.h
7716         * src/mutt.c
7717         * src/mutt.h
7718         * src/news.c
7719         * src/news.h
7720         * src/news_gtk.c
7721         * src/news_gtk.h
7722         * src/noticeview.c
7723         * src/noticeview.h
7724         * src/partial_download.c
7725         * src/partial_download.h
7726         * src/pine.c
7727         * src/pine.h
7728         * src/pop.c
7729         * src/pop.h
7730         * src/prefs_account.c
7731         * src/prefs_account.h
7732         * src/prefs_actions.c
7733         * src/prefs_actions.h
7734         * src/prefs_common.c
7735         * src/prefs_common.h
7736         * src/prefs_compose_writing.c
7737         * src/prefs_compose_writing.h
7738         * src/prefs_customheader.c
7739         * src/prefs_customheader.h
7740         * src/prefs_display_header.c
7741         * src/prefs_display_header.h
7742         * src/prefs_ext_prog.c
7743         * src/prefs_ext_prog.h
7744         * src/prefs_filtering.c
7745         * src/prefs_filtering.h
7746         * src/prefs_filtering_action.c
7747         * src/prefs_filtering_action.h
7748         * src/prefs_folder_column.c
7749         * src/prefs_folder_column.h
7750         * src/prefs_folder_item.c
7751         * src/prefs_folder_item.h
7752         * src/prefs_fonts.c
7753         * src/prefs_fonts.h
7754         * src/prefs_gtk.c
7755         * src/prefs_gtk.h
7756         * src/prefs_image_viewer.c
7757         * src/prefs_image_viewer.h
7758         * src/prefs_matcher.c
7759         * src/prefs_matcher.h
7760         * src/prefs_message.c
7761         * src/prefs_message.h
7762         * src/prefs_msg_colors.c
7763         * src/prefs_msg_colors.h
7764         * src/prefs_other.c
7765         * src/prefs_other.h
7766         * src/prefs_quote.c
7767         * src/prefs_quote.h
7768         * src/prefs_receive.c
7769         * src/prefs_receive.h
7770         * src/prefs_send.c
7771         * src/prefs_send.h
7772         * src/prefs_spelling.c
7773         * src/prefs_spelling.h
7774         * src/prefs_summaries.c
7775         * src/prefs_summaries.h
7776         * src/prefs_summary_column.c
7777         * src/prefs_summary_column.h
7778         * src/prefs_template.c
7779         * src/prefs_template.h
7780         * src/prefs_themes.c
7781         * src/prefs_themes.h
7782         * src/prefs_toolbar.c
7783         * src/prefs_toolbar.h
7784         * src/prefs_wrapping.c
7785         * src/prefs_wrapping.h
7786         * src/privacy.c
7787         * src/privacy.h
7788         * src/procheader.c
7789         * src/procheader.h
7790         * src/procmime.c
7791         * src/procmime.h
7792         * src/procmsg.c
7793         * src/procmsg.h
7794         * src/quote_fmt.c
7795         * src/quote_fmt_parse.y
7796         * src/recv.c
7797         * src/recv.h
7798         * src/remotefolder.c
7799         * src/remotefolder.h
7800         * src/send_message.c
7801         * src/send_message.h
7802         * src/setup.c
7803         * src/setup.h
7804         * src/simple-gettext.c
7805         * src/sourcewindow.c
7806         * src/sourcewindow.h
7807         * src/ssl_manager.c
7808         * src/ssl_manager.h
7809         * src/statusbar.c
7810         * src/statusbar.h
7811         * src/stock_pixmap.c
7812         * src/stock_pixmap.h
7813         * src/summary_search.c
7814         * src/summary_search.h
7815         * src/summaryview.c
7816         * src/summaryview.h
7817         * src/syldap.c
7818         * src/syldap.h
7819         * src/textview.c
7820         * src/textview.h
7821         * src/toolbar.c
7822         * src/toolbar.h
7823         * src/undo.c
7824         * src/undo.h
7825         * src/unmime.c
7826         * src/unmime.h
7827         * src/vcard.c
7828         * src/vcard.h
7829         * src/wizard.c
7830         * src/wizard.h
7831         * src/common/base64.c
7832         * src/common/base64.h
7833         * src/common/defs.h
7834         * src/common/hooks.c
7835         * src/common/hooks.h
7836         * src/common/log.c
7837         * src/common/log.h
7838         * src/common/md5.c
7839         * src/common/md5.h
7840         * src/common/mgutils.c
7841         * src/common/mgutils.h
7842         * src/common/nntp.c
7843         * src/common/nntp.h
7844         * src/common/passcrypt.c
7845         * src/common/passcrypt.h.in
7846         * src/common/plugin.c
7847         * src/common/plugin.h
7848         * src/common/prefs.c
7849         * src/common/prefs.h
7850         * src/common/progressindicator.c
7851         * src/common/progressindicator.h
7852         * src/common/quoted-printable.c
7853         * src/common/quoted-printable.h
7854         * src/common/session.c
7855         * src/common/session.h
7856         * src/common/smtp.c
7857         * src/common/smtp.h
7858         * src/common/socket.c
7859         * src/common/socket.h
7860         * src/common/ssl.c
7861         * src/common/ssl.h
7862         * src/common/ssl_certificate.c
7863         * src/common/ssl_certificate.h
7864         * src/common/string_match.c
7865         * src/common/string_match.h
7866         * src/common/stringtable.c
7867         * src/common/sylpheed.c
7868         * src/common/sylpheed.h
7869         * src/common/template.c
7870         * src/common/template.h
7871         * src/common/timing.h
7872         * src/common/utils.c
7873         * src/common/utils.h
7874         * src/common/uuencode.c
7875         * src/common/uuencode.h
7876         * src/common/version.h.in
7877         * src/common/xml.c
7878         * src/common/xml.h
7879         * src/common/xmlprops.c
7880         * src/common/xmlprops.h
7881         * src/gtk/about.c
7882         * src/gtk/about.h
7883         * src/gtk/colorlabel.c
7884         * src/gtk/colorlabel.h
7885         * src/gtk/colorsel.c
7886         * src/gtk/colorsel.h
7887         * src/gtk/description_window.c
7888         * src/gtk/description_window.h
7889         * src/gtk/filesel.c
7890         * src/gtk/filesel.h
7891         * src/gtk/foldersort.c
7892         * src/gtk/foldersort.h
7893         * src/gtk/gtkutils.c
7894         * src/gtk/gtkutils.h
7895         * src/gtk/inputdialog.c
7896         * src/gtk/inputdialog.h
7897         * src/gtk/logwindow.c
7898         * src/gtk/logwindow.h
7899         * src/gtk/manage_window.c
7900         * src/gtk/manage_window.h
7901         * src/gtk/menu.c
7902         * src/gtk/menu.h
7903         * src/gtk/pluginwindow.c
7904         * src/gtk/pluginwindow.h
7905         * src/gtk/prefswindow.c
7906         * src/gtk/prefswindow.h
7907         * src/gtk/progressdialog.c
7908         * src/gtk/progressdialog.h
7909         * src/gtk/quicksearch.c
7910         * src/gtk/quicksearch.h
7911         * src/gtk/sslcertwindow.c
7912         * src/gtk/sslcertwindow.h
7913         * src/plugins/clamav/clamav_plugin.c
7914         * src/plugins/clamav/clamav_plugin.h
7915         * src/plugins/clamav/clamav_plugin_gtk.c
7916         * src/plugins/demo/demo.c
7917         * src/plugins/dillo_viewer/dillo_prefs.c
7918         * src/plugins/dillo_viewer/dillo_prefs.h
7919         * src/plugins/dillo_viewer/dillo_viewer.c
7920         * src/plugins/mathml_viewer/mathml_viewer.c
7921         * src/plugins/pgpcore/passphrase.c
7922         * src/plugins/pgpcore/passphrase.h
7923         * src/plugins/pgpcore/plugin.c
7924         * src/plugins/pgpcore/prefs_gpg.c
7925         * src/plugins/pgpcore/prefs_gpg.h
7926         * src/plugins/pgpcore/select-keys.c
7927         * src/plugins/pgpcore/select-keys.h
7928         * src/plugins/pgpcore/sgpgme.c
7929         * src/plugins/pgpcore/sgpgme.h
7930         * src/plugins/pgpinline/pgpinline.c
7931         * src/plugins/pgpinline/pgpinline.h
7932         * src/plugins/pgpinline/plugin.c
7933         * src/plugins/pgpmime/pgpmime.c
7934         * src/plugins/pgpmime/pgpmime.h
7935         * src/plugins/pgpmime/plugin.c
7936         * src/plugins/spamassassin/spamassassin.c
7937         * src/plugins/spamassassin/spamassassin.h
7938         * src/plugins/spamassassin/spamassassin_gtk.c
7939         * src/plugins/trayicon/trayicon.c
7940         * tools/OOo2sylpheed.pl
7941         * tools/acroread2sylpheed.pl
7942         * tools/asus_mailled.sh
7943         * tools/filter_conv.pl
7944         * tools/freshmeat_search.pl
7945         * tools/google_search.pl
7946         * tools/kmail2sylpheed.pl
7947         * tools/kmail2sylpheed_v2.pl
7948         * tools/maildir2sylpheed.pl
7949         * tools/multiwebsearch.pl
7950         * tools/newscache_clean.pl
7951         * tools/outlook2sylpheed.pl
7952         * tools/sylpheed-switcher
7953         * tools/update-po
7954         * tools/vcard2xml.py
7955         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7956                 update FSF address
7957
7958 2005-09-21 [colin]      1.9.14cvs46
7959
7960         * src/gedit-print.c
7961         * src/procmsg.c
7962         * src/procmsg.h
7963         * src/textview.c
7964         * src/summaryview.c
7965                 Remove some printing hacks (deselection/reselection),
7966                 which by the way fix printing the currently 
7967                 displayed mime part (still only text)
7968                 Plus a little optimisation of summary_show
7969
7970
7971 2005-09-20 [colin]      1.9.14cvs45
7972
7973         * src/mainwindow.c
7974         * src/messageview.c
7975                 GUI fixups: add accels, set message
7976                 view title to displayed mail's subject
7977         * src/prefs_spelling.c
7978         * src/gtk/gtkaspell.c
7979                 GUI fixups: allow underlining misspelled
7980                 words instead of coloring them (a11y!)
7981
7982 2005-09-19 [colin]
7983
7984         1.9.15rc3 released
7985
7986 2005-09-19 [colin]      1.9.14cvs44
7987
7988         * src/compose.c
7989                 Fix draft message
7990         * src/gtk/gtkaspell.c
7991                 Fix wrong test ;-)
7992
7993 2005-09-19 [colin]      1.9.14cvs43
7994
7995         * src/addressbook.c
7996                 Fix sensitivity of Delete button
7997         * src/compose.c
7998                 Warn if the requested Privacy system
7999                 is not available
8000         * src/exphtmldlg.c
8001         * src/expldifdlg.c
8002         * src/importldif.c
8003         * src/importmutt.c
8004         * src/importpine.c
8005                 Fix crappy UI
8006         * src/
8007         * src/ssl.h
8008         * src/prefs_account.h
8009         * src/prefs_account.c
8010                 Save SSL prefs even in builds that have
8011                 SSL support disable
8012         * src/imap.c
8013         * src/inc.c
8014         * src/news.c
8015         * src/send_message.c
8016                 Warn if connection should be secure, but
8017                 SSL support isn't compiled in
8018         * src/gtkaspell.c
8019                 Fix word separation on UTF-8 systems
8020                 Fixes bug #812 (Strange inline spellchecking)
8021         * src/compose.c
8022                 Warn if the requested Privacy system
8023                 is not available
8024                 Factorize offline warning
8025         * src/imap.c
8026         * src/imap_gtk.c
8027         * src/imap_gtk.h
8028         * src/inc.h
8029         * src/news_gtk.c
8030         * src/news_gtk.h
8031         * src/messageview.c
8032                 Factorize offline warning
8033
8034 2005-09-19 [paul]
8035
8036         1.9.15-rc2 released
8037
8038 2005-09-18 [colin]      1.9.14cvs42
8039
8040         * src/codeconv.c
8041         * src/codeconv.h
8042         * src/procmime.c
8043                 Add a way to get locale's charset ignoring utf-8,
8044                 and use that as default encoding for broken mails
8045
8046 2005-09-18 [colin]      1.9.14cvs41
8047
8048         * src/gtk/logwindow.c
8049                 Translate string. Patch by Fabien Vantard
8050
8051 2005-09-18 [colin]      1.9.14cvs40
8052
8053         * configure.ac
8054                 Fix bug #803 (IMAP/SSL support breaks with 
8055                 GnuTLS libetpan 0.38)
8056
8057 2005-09-18 [colin]      1.9.14cvs39
8058
8059         * src/codeconv.c
8060         * src/compose.c
8061         * src/procmime.c
8062                 More charsets fixes. Fixes bug #806 (non
8063                 ascii characters in subject line)
8064
8065 2005-09-17 [paul]       1.9.14cvs38
8066
8067         * src/folderview.c
8068         * src/mainwindow.c
8069                 fix gcc-2.95 issues
8070                 Patch by Pawel Pekala
8071
8072 2005-09-17 [colin]      1.9.14cvs37
8073
8074         * src/addrindex.c
8075                 bugfix for NO-USE LDAP compilation, patch 
8076                 by Fabien Vantard
8077
8078 2005-09-17 [colin]      1.9.14cvs36
8079
8080         * src/prefs_actions.c
8081         * src/prefs_customheader.c
8082         * src/prefs_display_header.c
8083         * src/prefs_filtering_action.c
8084         * src/prefs_matcher.c
8085         * src/prefs_toolbar.c
8086                 Fix strange casts (less elegant but
8087                 works better)
8088
8089 2005-09-16 [colin]      1.9.14cvs35
8090
8091         * src/jpilot.c
8092                 Missed that one
8093
8094 2005-09-16 [colin]      1.9.14cvs34
8095
8096         * configure.ac
8097         * src/Makefile.am
8098         * src/addr_compl.c
8099         * src/addrindex.c
8100         * src/browseldap.c
8101         * src/editldap.c
8102         * src/ldaplocate.c
8103         * src/ldapquery.c
8104         * src/ldapquery.h
8105         * src/ldapserver.c
8106         * src/ldapserver.h
8107         * src/main.c
8108         * src/matcher_parser_parse.y
8109         * src/prefs_themes.c
8110         * src/etpan/Makefile.am
8111         * src/gtk/description_window.c
8112         * src/plugins/clamav/Makefile.am
8113         * src/plugins/clamav/clamav_plugin.c
8114         * src/plugins/dillo_viewer/Makefile.am
8115         * src/plugins/pgpcore/Makefile.am
8116         * src/plugins/pgpinline/Makefile.am
8117         * src/plugins/pgpmime/Makefile.am
8118         * src/plugins/trayicon/Makefile.am
8119                 Fix 100% cpu usage in address completion list
8120                 Fix little bugs (return with no values etc)
8121                 Fix all warnings (with common CFLAGS)
8122
8123 2005-09-15 [colin]      1.9.14cvs33
8124
8125         * src/addressbook.c
8126                 Fix bug where sometimes a group's email list is empty,
8127                 force its refresh (probably fixes "Re: how to create a 
8128                 distribution list")
8129         * src/ldapquery.c
8130                 Don't return to the callback in the main thread from the
8131                 fetch thread (or face segs!)
8132
8133 2005-09-15 [paul]       1.9.14cvs32
8134
8135         * src/prefs_matcher.c
8136                 forgotten in last commit
8137
8138 2005-09-15 [paul]       1.9.14cvs31
8139
8140         * src/prefs_actions.c
8141         * src/prefs_filtering_action.c
8142         * src/prefs_quote.c
8143         * src/quote_fmt.c
8144         * src/summaryview.c
8145         * src/gtk/description_window.c
8146         * src/gtk/description_window.h
8147         * src/gtk/quicksearch.c
8148                 allow interaction with the called
8149                 description window
8150                 Patch by Anders Hammar
8151
8152 2005-09-14 [paul]       1.9.14cvs30
8153
8154         * src/compose.c
8155                 fix a little annoyance when pasting with 3rd button 
8156                 with wrap_pastes=0 and wrap_input=1
8157                 Patch by Colin
8158
8159 2005-09-14 [paul]       1.9.14cvs29
8160
8161         * src/prefs_account.c
8162                 disable 'Filter messages on receiving' for
8163                 SMTP-only accounts
8164                 Patch  by Anders Hammar
8165
8166 2005-09-14 [paul]       1.9.14cvs28
8167
8168         * po/sk.po
8169                 fix crash
8170                 updated by Andrej Kacian
8171
8172 2005-09-14 [paul]
8173
8174         1.9.15-rc1 released
8175
8176 2005-09-14 [paul]       1.9.14cvs27
8177
8178         * po/es.po
8179                 updated by Ricardo Mones Lastra
8180         * src/compose.c
8181         * src/compose.h
8182                 associate no_wrap_tags to Compose windows
8183                 instead of using a static one
8184                 Patch by Colin
8185         * src/mbox.c
8186                 fix proc_mbox()
8187                 Patch by wwp
8188         * src/textview.c
8189                 remove unneeded printf()
8190
8191 2005-09-14 [paul]       1.9.14cvs26
8192
8193         * src/addrcache.c
8194         * src/codeconv.h
8195         * src/folder.h
8196         * src/mainwindow.h
8197         * src/mh.c
8198         * src/mimeview.h
8199         * src/partial_download.c
8200         * src/pop.c
8201         * src/prefs_account.c
8202         * src/prefs_account.h
8203         * src/prefs_actions.c
8204         * src/prefs_customheader.c
8205         * src/prefs_display_header.c
8206         * src/prefs_filtering_action.c
8207         * src/prefs_matcher.c
8208         * src/prefs_toolbar.c
8209         * src/privacy.h
8210         * src/procmime.c
8211         * src/procmime.h
8212         * src/procmsg.h
8213         * src/textview.c
8214         * src/undo.h
8215         * src/common/plugin.c
8216         * src/common/session.h
8217         * src/common/socket.c
8218         * src/common/socket.h
8219         * src/common/template.c
8220         * src/gtk/gtkaspell.c
8221         * src/gtk/quicksearch.h
8222         * src/plugins/pgpcore/passphrase.c
8223         * src/plugins/pgpcore/prefs_gpg.h
8224         * src/plugins/pgpcore/select-keys.c
8225         * src/plugins/pgpcore/select-keys.h
8226         * src/plugins/pgpcore/sgpgme.c
8227         * src/plugins/pgpinline/pgpinline.c
8228         * src/plugins/pgpmime/pgpmime.c
8229         * src/plugins/trayicon/trayicon.c
8230                 fix compilation warnings
8231                 Patch by Daniel Gustafson
8232
8233 2005-09-14 [paul]       1.9.14cvs25
8234
8235         * src/addressbook.c
8236                 add missing column header, and other small
8237                 bug fixes
8238                 Patch by Anders Hammar
8239
8240 2005-09-13 [colin]      1.9.14cvs24
8241
8242         * src/gtk/gtkaspell.c
8243                 Fix non-utf8 in menu
8244                 Fix little leaks
8245                 Nullify struct members after free()s
8246
8247 2005-09-13 [colin]      1.9.14cvs23
8248
8249         * src/compose.c
8250                 Test utf8 compliance before inserting to 
8251                 buffer, and try to convert if necessary
8252         * src/procmime.c
8253                 If no charset is present, use the locale 
8254                 one instead of us-ascii
8255         * src/procmsg.c
8256                 Add Sender, List-Post and To in the checked 
8257                 headers for automatic rules creation 
8258                 (thanks to wwp)
8259         * src/prefs_themes.c
8260         * src/gtk/gtkaspell.c
8261                 Remove deprecated functions. 
8262                 patch by Daniel Gustafson
8263
8264 2005-09-12 [colin]      1.9.14cvs22
8265
8266         * src/compose.c
8267                 Fix bug #448 (Scrolling/Redraw issue with 
8268                 address-fields in Header)
8269         * src/mainwindow.c
8270         * src/summaryview.c
8271         * src/summaryview.h
8272                 Fix loss of MSG_MARKED on move/copy
8273                 Fix bug #804 (Quicksearch togglebutton doesn't 
8274                 get depressed after '/' key is pressed)
8275
8276 2005-09-12 [paul]       1.9.14cvs21
8277
8278         * AUTHORS
8279         * src/gtk/logwindow.c
8280                 add 'Clear Log' to popup menu
8281                 Patch by Anders Hammar <anders.hammar@telia.com>
8282
8283 2005-09-12 [paul]       1.9.14cvs20
8284
8285         * src/compose.c
8286                 set correct sensitivity on attachments
8287                 popup menu
8288         * src/folder.c
8289                 fix typo
8290         * src/prefs_spelling.c
8291                 fix crash when no LANG env is set
8292         * src/common/xml.c
8293                 fix crash in wizard
8294                 don't use memeory after free
8295
8296         All patches by Daniel Gustafson
8297
8298 2005-09-12 [paul]       1.9.14cvs19
8299
8300         * src/prefs_themes.c
8301                 make theme info selectable
8302         * src/gtk/description_window.c
8303                 make window non-modal
8304         * tools/README
8305                 add details of asus_mailed.sh
8306         * tools/claws.i18n.status.pl
8307                 update for new zh_TW translator
8308                 widen the output
8309                 create alternate coloured lines
8310                 improve readability
8311
8312 2005-09-10 [colin]      1.9.14cvs18
8313
8314         * src/plugins/pgpcore/select-keys.c
8315                 Better order for the buttons
8316
8317 2005-09-10 [colin]      1.9.14cvs17
8318
8319         * src/compose.c
8320         * src/plugins/pgpcore/select-keys.c
8321         * src/plugins/pgpcore/select-keys.h
8322         * src/plugins/pgpcore/sgpgme.c
8323                 Add a "Don't encrypt" button to the key
8324                 selection dialog. Fixes bug #177 (There should be a 
8325                 'Don't encrypt button in the Select Keys dialog)
8326
8327 2005-09-10 [colin]      1.9.14cvs16
8328
8329         * src/compose.c
8330                 Fix bug #572 (%X option does not work with templates)
8331
8332 2005-09-10 [colin]      1.9.14cvs15
8333
8334         * src/toolbar.c 
8335                 Remove g_print
8336
8337 2005-09-10 [colin]      1.9.14cvs14
8338
8339         * src/imap.c
8340                 Fix a possible crash
8341
8342 2005-09-09 [colin]      1.9.14cvs13
8343
8344         * src/imap.c
8345         * src/etpan/imap-thread.c
8346         * src/etpan/imap-thread.h
8347                 Fix moving from queue or drafts to normal folders
8348                 Fix bug #794 (No way to delete without expunging)
8349                 Take flags unset by other mailers into account
8350                 Take deleted flag set by other mailers into account
8351                 Fix unsetting REPLIED flag
8352                 Fix crash when capabilities can't be retrieved
8353         * src/mainwindow.c
8354         * src/mainwindow.h
8355                 Add M_DELAYED_FLAGS condition, and let the user use
8356                 Execute in order to be able to expunge deleted mails,
8357                 even if he's not in delayed execute mode
8358         * src/prefs_spelling.c
8359                 Use 'en' dictionary by default if LANG is POSIX or C
8360         * src/gtk/prefswindow.c
8361                 Fix bug #767 (Preferences windows expanding) by making
8362                 the window a bit larger when the resolution is greater
8363                 than 640x480, and by putting the prefs in a
8364                 GtkScrolledWindow.
8365
8366 2005-09-09 [paul]       1.9.14cvs12
8367
8368         * AUTHORS
8369         * configure.ac
8370         * po/zh_TW.Big5.po      ** REMOVED **
8371         * po/zh_TW.po           ** ADDED **
8372                 updated by Wei-Lun Chao
8373
8374 2005-09-09 [paul]       1.9.14cvs11
8375
8376         * src/mainwindow.c
8377                 fix asserts
8378         * src/common/xml.c
8379                 delay memory allocation until file is
8380                 opened successfully
8381                 Patch by Daniel Gustafson
8382
8383 2005-09-09 [colin]      1.9.14cvs10
8384
8385         * src/imap.c
8386                 Add guards
8387
8388 2005-09-08 [colin]      1.9.14cvs9
8389
8390         * src/compose.c
8391                 Alert when we can't save draft
8392                 Fix various wrap/color issues
8393                 Add mid-click pasting respecting wrap_paste option
8394         * src/folder.c
8395         * src/folder.h
8396         * src/folder_item_prefs.c
8397         * src/folder_item_prefs.h
8398         * src/imap.c
8399         * src/imap_gtk.c
8400         * src/imap_gtk.h
8401         * src/main.c
8402         * src/mainwindow.c
8403         * src/mainwindow.h
8404         * src/news.c
8405         * src/news_gtk.c
8406         * src/news_gtk.h
8407         * src/prefs_folder_item.c
8408                 Fix the impossibility to synchronise folders for
8409                 offline use (IMAP and NNTP are concerned)
8410
8411 2005-09-08 [colin]      1.9.14cvs8
8412
8413         * configure.ac
8414                 Build LDAP and JPilot by default if available
8415         * src/textview.c
8416                 Fix use after free
8417
8418 2005-09-08 [paul]       1.9.14cvs7
8419
8420         * doc/manual/en/sylpheed-1.html
8421         * doc/manual/en/sylpheed-18.html
8422         * doc/manual/en/sylpheed-19.html
8423         * doc/manual/en/sylpheed-4.html
8424         * doc/manual/en/sylpheed-6.html
8425         * doc/manual/en/sylpheed.html
8426                 a few minor updates, plus include some
8427                 details about plugins and their requirements
8428         * src/mainwindow.c
8429                 minor changes to English in /View/Sort
8430
8431 2005-09-07 [colin]      1.9.14cvs6
8432
8433         * doc/manual/en/sylpheed-1.html
8434         * doc/manual/en/sylpheed-10.html
8435         * doc/manual/en/sylpheed-11.html
8436         * doc/manual/en/sylpheed-12.html
8437         * doc/manual/en/sylpheed-13.html
8438         * doc/manual/en/sylpheed-14.html
8439         * doc/manual/en/sylpheed-15.html
8440         * doc/manual/en/sylpheed-16.html
8441         * doc/manual/en/sylpheed-17.html
8442         * doc/manual/en/sylpheed-18.html
8443         * doc/manual/en/sylpheed-19.html
8444         * doc/manual/en/sylpheed-2.html
8445         * doc/manual/en/sylpheed-20.html
8446         * doc/manual/en/sylpheed-21.html
8447         * doc/manual/en/sylpheed-22.html
8448         * doc/manual/en/sylpheed-3.html
8449         * doc/manual/en/sylpheed-4.html
8450         * doc/manual/en/sylpheed-5.html
8451         * doc/manual/en/sylpheed-6.html
8452         * doc/manual/en/sylpheed-7.html
8453         * doc/manual/en/sylpheed-8.html
8454         * doc/manual/en/sylpheed-9.html
8455         * doc/manual/en/sylpheed.html
8456                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8457
8458 2005-09-07 [colin]      1.9.14cvs5
8459
8460         * src/mainwindow.c
8461                 Make labels more to-the-point
8462
8463 2005-09-07 [colin]      1.9.14cvs4
8464
8465         * doc/manual/en/sylpheed-1.html
8466         * doc/manual/en/sylpheed-12.html
8467         * doc/manual/en/sylpheed-13.html
8468         * doc/manual/en/sylpheed-14.html
8469         * doc/manual/en/sylpheed-15.html
8470         * doc/manual/en/sylpheed-16.html
8471         * doc/manual/en/sylpheed-17.html
8472         * doc/manual/en/sylpheed-18.html
8473         * doc/manual/en/sylpheed-19.html
8474         * doc/manual/en/sylpheed-2.html
8475         * doc/manual/en/sylpheed-20.html
8476         * doc/manual/en/sylpheed-21.html
8477         * doc/manual/en/sylpheed-22.html
8478         * doc/manual/en/sylpheed-4.html
8479         * doc/manual/en/sylpheed-5.html
8480         * doc/manual/en/sylpheed-6.html
8481         * doc/manual/en/sylpheed-7.html
8482         * doc/manual/en/sylpheed-8.html
8483         * doc/manual/en/sylpheed-9.html
8484         * doc/manual/en/sylpheed.html
8485                 Update manual
8486
8487 2005-09-07 [colin]      1.9.14cvs3
8488
8489         * doc/faq/en/sylpheed-faq-1.html
8490         * doc/faq/en/sylpheed-faq-2.html
8491         * doc/faq/en/sylpheed-faq-3.html
8492         * doc/faq/en/sylpheed-faq.html
8493                 Update FAQ
8494
8495 2005-09-07 [colin]      1.9.14cvs2
8496
8497         * src/folderview.c
8498         * src/procmsg.c
8499         * src/summaryview.c
8500         * src/toolbar.c
8501                 Fix special subfolders:
8502                 - Inherit parent's icon
8503                 - sent contents of queues subfolders
8504                 - empty subfolders of trashes
8505         * src/mainwindow.c
8506                 Remove outdated manual and faq entries
8507         * src/common/utils.c
8508                 Add quotes around %s coming from mailcap
8509
8510 2005-09-07 [colin]      1.9.14cvs1
8511
8512         * src/compose.c
8513                 After saving draft, set modified to FALSE
8514         * src/mimeview.c
8515         * src/common/utils.c
8516         * src/common/utils.h
8517                 Try to open mime parts using what is 
8518                 indicated in ~/.mailcap or /etc/mailcap,
8519                 if possible.
8520
8521 2005-09-05 [paul]       1.9.14
8522
8523         1.9.14 released
8524
8525         * po/sk.po
8526                 updated by Andrej Kacian
8527
8528 2005-09-05 [paul]       1.9.13cvs83
8529
8530         * po/de.po
8531         * po/es.po
8532         * po/fi.po
8533         * po/fr.po
8534         * po/nb.po
8535         * po/pt_BR.po
8536         * po/sr.po
8537                 updated translations by Thomas Gilgin, Ricardo Mones
8538                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8539                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8540
8541 2005-09-04 [paul]       1.9.13cvs82
8542
8543         * src/compose.c
8544                 only warn about exceeded line length limit
8545                 on send
8546
8547 2005-09-04 [paul]       1.9.13cvs81
8548
8549         * src/compose.c
8550                 fix crash in 'line length exceeded' dialogue
8551
8552 2005-09-02 [paul]       1.9.13cvs80
8553
8554         * src/imap.c
8555                 fix bug 795, 'Connection lost IMAP'
8556                 and add statusbar prints
8557                 Patch by Colin
8558
8559 2005-09-02 [paul]       1.9.13cvs79
8560
8561         * src/compose.c
8562                 compose_wrap_paragraph() becomes
8563                 compose_beautify_paragraph()
8564                 Patch by Colin
8565
8566 2005-09-02 [colin]      1.9.13cvs78
8567
8568         * src/folderview.c
8569                 Micro-fix
8570
8571 2005-09-01 [colin]      1.9.13cvs77
8572
8573         * src/imap.c
8574                 Maybe fix bug #795 (Connection lost IMAP)
8575                 Don't try to send logout when we're disconnected.
8576         * src/summaryview.c
8577                 Include locked and marked emails in HRM
8578                 view. Fixes bug #800 (Locked messages no longer 
8579                 show up when hide read messages is used)
8580
8581 2005-09-01 [paul]       1.9.13cvs76
8582
8583         * src/prefs_common.c
8584                 fix bad cutting
8585
8586 2005-08-31 [colin]      1.9.13cvs75
8587
8588         * src/folderview.c
8589         * src/folderview.h
8590         * src/prefs_summaries.c
8591         * src/summaryview.c
8592                 Fix "go to next new", fix preference
8593                 (Open unread/next swapped)
8594
8595 2005-08-31 [paul]       1.9.13cvs74
8596
8597         * src/compose.c
8598         * src/folderview.c
8599         * src/headerview.c
8600         * src/headerview.h
8601         * src/mainwindow.c
8602         * src/prefs_common.c
8603         * src/prefs_common.h
8604         * src/prefs_fonts.c
8605         * src/summaryview.c
8606         * src/textview.c
8607         * src/common/defs.h
8608                 remove obsolete BOLD_FONT setting
8609                 fix font update in headerview and textview
8610                 headers after prefs change
8611                 Patch By Colin
8612
8613 2005-08-31 [paul]
8614
8615         1.9.14-rc4 released
8616
8617 2005-08-30 [colin]      1.9.13cvs73
8618
8619         * src/summaryview.c
8620                 When Hide read messages is selected and we
8621                 refresh the summaryview, don't remove the 
8622                 currently displayed message. Fixes bug #797
8623                 (Summary view reloads when new mail is 
8624                 downloaded in 1.9.14 rc)
8625
8626 2005-08-30 [colin]      1.9.13cvs72
8627
8628         * src/folderview.c
8629                 Fix flickering
8630         * src/mainwindow.c
8631                 Remove useless callback
8632         * src/mimeview.c
8633         * src/gtk/filesel.c
8634         * src/gtk/filesel.h
8635                 Add a filesel_select_file_save_folder() - used by Save All
8636
8637 2005-08-29 [paul]       1.9.13cvs71
8638
8639         * AUTHORS
8640         * src/matcher_parser_parse.y
8641         * src/etpan/imap-thread.c
8642                 fix building on FreeBSD
8643                 Patch by Daniel Gustafson <daniel@hobbit.se>
8644
8645 2005-08-29 [paul]       1.9.13cvs70
8646
8647         * src/plugins/pgpinline/pgpinline.c
8648                 only initialise sig result if it's been handled
8649                 Patch by Colin
8650
8651 2005-08-29 [paul]       1.9.13cvs69
8652         
8653         Patches by Colin:
8654
8655         * src/imap.c
8656         * src/common.utils.c
8657         * src/common/utils.h
8658                 optimisation
8659         * src/stock_pixmap.h
8660                 fix wrong icon reference
8661         * src/pixmaps/trash_btn.xpm
8662                 replace with nicer image
8663
8664 2005-08-28 [colin]      1.9.13cvs68
8665
8666         * src/Makefile.am
8667         * src/stock_pixmap.c
8668         * src/stock_pixmap.h
8669         * src/toolbar.c
8670         * src/pixmaps/trash_btn.xpm
8671                 Add a specific trash xpm for the button
8672
8673 2005-08-28 [colin]      1.9.13cvs67
8674
8675         * src/imap.c
8676                 Fix leak
8677
8678 2005-08-27 [colin]      1.9.13cvs66
8679
8680         * src/imap.c
8681         * src/procmime.c
8682                 Correctly fix "Problem with replies", fixes
8683                 pgpmime encryption too. 
8684
8685 2005-08-27 [colin]      1.9.13cvs65
8686
8687         * src/folder.c
8688         * src/procmsg.c
8689         * src/procmsg.h
8690         * src/summaryview.c
8691                 Fix bug #517 (messages removed from summaryview 
8692                 when moving fails)
8693
8694 2005-08-27 [colin]      1.9.13cvs64
8695
8696         * tools/Makefile.am
8697         * tools/asus_mailled.sh
8698                 Add a script to blink ASUS laptops' mail LED where there
8699                 is unread mail.
8700
8701 2005-08-27 [colin]      1.9.13cvs63
8702
8703         * src/imap.c
8704         * src/etpan/imap-thread.c
8705         * src/etpan/imap-thread.h
8706                 Implement automatic choosing of login method
8707                 Fixes bug #791
8708         * src/gtk/.cvsignore
8709                 Add sylpheed-marshal.[ch]
8710
8711 2005-08-27 [colin]      1.9.13cvs62
8712
8713         * src/common/utils.c
8714                 Fix confusing perror
8715
8716 2005-08-27 [colin]      1.9.13cvs61
8717
8718         * src/toolbar.c
8719         * src/toolbar.h
8720                 Remove A_DELETE, replace it with 
8721                 A_TRASH and A_DELETE_REAL. Automatically
8722                 rewrite config files to replace A_DELETE
8723                 with A_TRASH (no functionality change).
8724                 Fixes half of #794
8725
8726 2005-08-26 [colin]      1.9.13cvs60
8727
8728         * src/procmime.c
8729                 Previous "Problem with replies" fix brought other
8730                 problems, fixing them
8731
8732 2005-08-26 [colin]      1.9.13cvs59
8733
8734         * src/procmime.c
8735                 Fix "Problem with replies". This happened only
8736                 on IMAP...
8737         * src/procmsg.c
8738                 Factorize code a bit
8739         * src/compose.c
8740                 Speed improvement on very long messages (wrapping)
8741                 Fix signature color on Reedit and Redirect
8742                 On Reedit, don't attach pgp-signatures parts, but
8743                 set signing to On.
8744
8745 2005-08-24 [paul]       1.9.13cvs58
8746
8747         * src/compose.c
8748                 don't claim success when clicking
8749                 Cancel on the passphrase box.
8750                 Patch by Colin
8751
8752 2005-08-24 [paul]       1.9.13cvs57
8753
8754         * src/main.c
8755                 fix misplaced sylpheed.log
8756         * src/common/defs.h
8757                 define UIDL_DIR
8758
8759 2005-08-24 [paul]       1.9.13cvs56
8760
8761         * src/imap.c
8762         * src/etpan/imap-thread.c
8763         * src/etpan/imap-thread.h
8764                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8765                 Patch by Colin
8766         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8767         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8768                 remove autogenerated files
8769         * tools/kdeservicemenu/README
8770         * tools/kdeservicemenu/install.sh
8771         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8772         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8773                 use Claws icon, use 'Sylpheed-Claws' in menu,
8774                 use kdialog, and other cleanups
8775
8776 2005-08-23 [paul]       1.9.13cvs55
8777
8778         * src/compose.c
8779                 fix paste/wrap crash
8780                 Patch by Colin
8781
8782 2005-08-23 [paul]       1.9.13cvs54
8783
8784         * src/main.c
8785                 fix crash recovery
8786                 Patch by Colin
8787
8788 2005-08-23 [paul]       1.9.13cvs53
8789
8790         * src/addressbook.c
8791         * src/editaddress.c
8792                 view all data of LDAP contacts
8793                 Patch by Colin
8794
8795 2005-08-23 [paul]       1.9.13cvs52
8796
8797         * src/addressbook.c
8798                 fix issues with the Search field
8799                 Patch by Colin
8800
8801 2005-08-22 [paul]       1.9.13cvs51
8802
8803         * src/folderview.c
8804                 put name of folder in processing dialog
8805                 title
8806         * src/prefs_folder_item.c
8807                 improve english usage
8808
8809 2005-08-22 [paul]       1.9.13cvs50
8810
8811         * src/filtering.c
8812         * src/filtering.h
8813         * src/matcher.c
8814         * src/matcher_parser_lex.l
8815         * src/matcher_parser_parse.y
8816         * src/prefs_filtering.c
8817                 add Filtering/Processing rule names feature.
8818                 (the incompatible old matcherrc is saved as
8819                 matcherrc.pre_names).
8820                 Patch by Colin
8821
8822 2005-08-22 [paul]       1.9.13cvs49
8823
8824         * src/procmsg.c
8825                 fix colour labelling
8826                 Patch by Colin
8827
8828 2005-08-22 [paul]       1.9.13cvs48
8829
8830         * src/textview.c
8831                 fix open_image_cb()
8832
8833 2005-08-22 [paul]       1.9.13cvs47
8834
8835         * src/imap.c
8836                 fix bug 789, 'SC crashes with imap (CVS ver)'
8837                 Patch by Colin
8838
8839 2005-08-22 [paul]       1.9.13cvs46
8840
8841         * src/mimeview.c
8842         * src/prefs_common.c
8843         * src/common/defs.h
8844                 define reused defaults in defs.h
8845         * src/textview.c
8846                 add 'Open image' to image popup menu
8847
8848 2005-08-21 [colin]      1.9.13cvs45
8849
8850         * src/summaryview.c
8851                 Fix bug #788 (Bogus "From" address displayed)
8852
8853 2005-08-20 [colin]      1.9.13cvs44
8854
8855         * src/folder.c
8856                 Fix buf #787 (multilevel delete causes SIGSEGV)
8857
8858 2005-08-19 [colin]      1.9.13cvs43
8859
8860         * src/inc.c
8861         * src/prefs_common.c
8862         * src/prefs_common.h
8863                 Add an hidden pref to allow modifying the
8864                 update stepping in incorporation.
8865                 Patch by wwp.
8866
8867 2005-08-19 [colin]      1.9.13cvs42
8868
8869         * src/compose.c
8870         * src/procmime.c
8871                 Workaround for broken MUAs: encode 
8872                 Content-type: name: as ASCII and 
8873                 Content-Disposition: filename: as
8874                 per rfc2231
8875         * src/prefs_account.c
8876                 Fix invisible-ness of SMTP SSL prefs
8877                 in NNTP accounts
8878
8879 2005-08-19 [paul]       1.9.13cvs41
8880
8881         * src/compose.c
8882         * src/prefs_common.c
8883         * src/prefs_common.h
8884         * src/prefs_wrapping.c
8885                 paste with or without wrapping.
8886                 patch by Colin
8887
8888 2005-08-19 [paul]       1.9.13cvs40
8889
8890         * src/prefs_common.c
8891         * src/prefs_common.h
8892         * src/summaryview.c
8893                 reintroduce enable_swap_from as a
8894                 hidden pref. patch by Colin
8895         * src/quote_fmt_parse.y
8896         * src/plugins/clamav/clamav_plugin.c
8897         * src/plugins/dillo_viewer/dillo_viewer.c
8898         * src/plugins/mathml_viewer/mathml_viewer.c
8899         * src/plugins/pgpcore/sgpgme.c
8900         * src/plugins/pgpinline/pgpinline.c
8901         * src/plugins/pgpmime/pgpmime.c
8902                 tidy up. patch by Colin
8903
8904 2005-08-19 [paul]       1.9.13cvs39
8905
8906         * configure.ac
8907                 complete cvs38's sync
8908         * src/editaddress.c
8909         * src/gedit-print.c
8910         * src/mutt.c
8911         * src/etpan/etpan-log.c
8912         * src/etpan/imap-thread.c
8913         * src/gtk/gtksourceprintjob.c
8914                 fix compilation warnings
8915                 (patch by Colin)
8916
8917 2005-08-19 [paul]       1.9.13cvs38
8918
8919         sync with main:
8920
8921         * src/account.c
8922         * src/action.c
8923         * src/addrbook.c
8924         * src/addrcache.c
8925         * src/addrharvest.c
8926         * src/addrindex.c
8927         * src/codeconv.c
8928         * src/compose.c
8929         * src/crash.c
8930         * src/exporthtml.c
8931         * src/exportldif.c
8932         * src/folder.c
8933         * src/image_viewer.c
8934         * src/inc.c
8935         * src/inc.h
8936         * src/jpilot.c
8937         * src/ldif.c
8938         * src/main.c
8939         * src/matcher.c
8940         * src/mbox.c
8941         * src/messageview.c
8942         * src/mh.c
8943         * src/mimeview.c
8944         * src/msgcache.c
8945         * src/mutt.c
8946         * src/news.c
8947         * src/partial_download.c
8948         * src/pine.c
8949         * src/pop.c
8950         * src/prefs_actions.c
8951         * src/prefs_common.c
8952         * src/prefs_customheader.c
8953         * src/prefs_display_header.c
8954         * src/prefs_gtk.c
8955         * src/prefs_themes.c
8956         * src/procheader.c
8957         * src/procmime.c
8958         * src/procmsg.c
8959         * src/recv.c
8960         * src/send_message.c
8961         * src/simple-gettext.c
8962         * src/sourcewindow.c
8963         * src/textview.c
8964         * src/vcard.c
8965         * src/common/defs.h
8966         * src/common/log.c
8967         * src/common/plugin.c
8968         * src/common/prefs.c
8969         * src/common/session.c
8970         * src/common/session.h
8971         * src/common/socket.c
8972         * src/common/socket.h
8973         * src/common/ssl_certificate.c
8974         * src/common/template.c
8975         * src/common/utils.c
8976         * src/common/utils.h
8977         * src/common/xml.c
8978         * src/gtk/about.c
8979         added wrappers for C library function that
8980                 take pathname arguments.
8981                 enabled compilation with MinGW.
8982                 use GDir instead of directly using opendir().
8983                 added rename_force().
8984
8985 2005-08-19 [paul]       1.9.13cvs37
8986         
8987         patches by Colin:
8988         * src/compose.c
8989                 fix privacy settings on re-editing
8990                 a sent message
8991         * src/jpilot.c
8992                 fix encoding bug
8993         * src/folder.c
8994         * src/procmsg.c
8995         * src/procmsg.h
8996         * src/summaryview.c
8997                 flag changing optimisation
8998
8999 2005-08-18 [martin]     1.9.13cvs36
9000
9001         * commitHelper
9002             added my login
9003         * src/addrcache.c
9004         * src/addrharvest.c
9005         * src/addrindex.c
9006         * src/compose.c
9007         * src/grouplistdialog.c
9008         * src/main.c
9009         * src/mainwindow.c
9010         * src/msgcache.c
9011         * src/mutt.c
9012         * src/pine.c
9013         * src/prefs_account.c
9014         * src/prefs_themes.c
9015         * src/stock_pixmap.c
9016         * src/summaryview.c
9017         * src/gtk/about.c
9018         * src/gtk/logwindow.c
9019             removed deprecated glib and gdk stuff
9020         * src/plugins/pgpcore/select-keys.c
9021             convert attributes from locale to utf8
9022
9023 2005-08-17 [paul]       1.9.13cvs35
9024
9025         * src/account.c
9026         * src/addressbook.c
9027                 use new GTK_STOCK_ icons if available
9028         * src/summaryview.c
9029         * src/gtk/gtksctree.c
9030         * src/gtk/gtksctree.h
9031                 faster range select. patch by Colin
9032
9033 2005-08-17 [paul]       1.9.13cvs34
9034
9035         patches by colin:
9036         * src/addressbook.c
9037         * src/addressitem.h
9038                 Add an edit button for contacts, fix selections
9039                 of gtksctree items
9040         * src/editaddress.c
9041                 Change labels, let Save be always possible in the
9042                 email and user atributes tabs
9043         * src/folderview.c
9044                 fix sort issues
9045         * src/summaryview.c
9046                 select next item instead of the displayed one
9047                 after deletion
9048
9049         * src/gtk/progressdialog.c
9050                 use prefs_common.enable_rules_hint
9051
9052 2005-08-13 [hoa]        1.9.13cvs33
9053
9054         * src/etpan/imap-thread.c
9055                 fixed build on Solaris.
9056
9057 2005-08-10 [colin]      1.9.13cvs32
9058
9059         * src/procmsg.c
9060                 Fix cvs31 (missing fclose before reading
9061                 the file)
9062
9063 2005-08-10 [colin]      1.9.13cvs31
9064
9065         * src/procmsg.c
9066                 Fix procmsg_msginfo_new_from_mimeinfo() when
9067                 the MimeInfo isn't stored in memory. This fixes
9068                 replying to an attached message.
9069
9070 2005-08-10 [colin]      1.9.13cvs30
9071
9072         * src/mainwindow.c
9073                 Fix slowness in account changing
9074
9075 2005-08-10 [colin]      1.9.13cvs29
9076
9077         * src/folder.c
9078         * src/folderutils.c
9079         * src/folderview.c
9080         * src/imap_gtk.c
9081         * src/mainwindow.c
9082         * src/mh_gtk.c
9083         * src/procmsg.c
9084         * src/summaryview.c
9085                 Optimize folder_has_parent_of_type
9086                 Prevent moving special sub-folders from contextual menus
9087                 Rework message a bit ("Empty all messages" -> "Delete all
9088                 messages")
9089                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9090                 and "Deleted Items" folders)
9091
9092 2005-08-08 [colin]      1.9.13cvs28
9093
9094         * src/summaryview.c
9095         * src/prefs_summaries.c
9096                 Make "Select first unread|new" more flexible
9097                 (just prioritize new or unread)
9098
9099 2005-08-08 [colin]      1.9.13cvs27
9100
9101         * src/summaryview.c
9102                 If "select first new" is selected and there only
9103                 are unread messages, fallback to "select first
9104                 unread".
9105
9106 2005-08-08 [colin]      1.9.13cvs26
9107
9108         * src/folder.c
9109                 Fix shameful bugs (and bug #779)
9110
9111 2005-08-08 [colin]      1.9.13cvs25
9112
9113         * src/folder.c
9114         * src/folder.h
9115                 Cache parents' type to make folder_has_parent_of_type
9116                 faster
9117         * src/folderview.c
9118                 Forbid DnD of special sub-folders
9119         * src/procmsg.c
9120         * src/procmsg.h
9121                 Add MAIL_POSTFILTERING_HOOK
9122         * src/summaryview.c
9123                 Revert over-zealous deletion of the use_addr_book 
9124                 code
9125
9126 2005-08-07 [colin]      1.9.13cvs24
9127
9128         * src/folder.c
9129                 Fix big mistake (passing MsgInfo instead 
9130                 of FolderItem)
9131
9132 2005-08-07 [colin]      1.9.13cvs23
9133
9134         * src/compose.c
9135         * src/folder.c
9136         * src/folder.h
9137         * src/foldersel.c
9138         * src/folderutils.c
9139         * src/folderview.c
9140         * src/imap.c
9141         * src/mainwindow.c
9142         * src/messageview.c
9143         * src/mh.c
9144         * src/msgcache.c
9145         * src/procmime.c
9146         * src/summaryview.c
9147                 Make subfolders of Drafts, Queue, Outbox, Trash
9148                 work like their parents. 
9149                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9150
9151 2005-08-07 [colin]      1.9.13cvs22
9152
9153         * src/addressbook.c
9154                 Fix bug #771 (Dragged contacts not saved)
9155
9156 2005-08-07 [paul]       1.9.13cvs21
9157
9158         * src/summaryview.c
9159                 fix bug 32 'Search Doesn't display results
9160                 if "Hide Read Messages" is chosen'
9161                 be more literal in interpreting 'Hide read
9162                 messages'
9163
9164 2005-08-07 [colin]      1.9.13cvs20
9165
9166         * src/folderview.c
9167                 Add debug
9168         * src/summaryview.c
9169                 Faster 'unthread_for_execution'
9170
9171 2005-08-06 [paul]       1.9.13cvs19
9172
9173         * src/mainwindow.c
9174                 add mnemonics to Set displayed columns
9175                 fix bug where msgview_visible option was
9176                 overwritten as TRUE on startup
9177
9178 2005-08-06 [paul]       1.9.13cvs18
9179
9180         * src/mainwindow.c
9181                 refer to 'displayed columns in folder/message
9182                 list' not 'displayed items in summary/message view'
9183         * src/prefs_display_header.c
9184                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9185                 be consistent with similar dialogues
9186         * src/prefs_folder_column.c
9187         * src/prefs_summary_column.c
9188                 'columns' not 'items', and folder and message lists,
9189                 instead of folder and summary views;
9190                 Use 'Hidden columns' as list heading not 'Available
9191                 items';
9192                 move the 'Remove' button to the right hand side;
9193                 top-align the buttons;
9194                 remove unneeded vbox
9195         * src/prefs_summaries.c
9196                 put the 2 column prefs buttons in a frame to reduce
9197                 overall width; refer to columns not items &c.
9198
9199 2005-08-05 [colin]      1.9.13cvs17
9200
9201         * src/prefs_common.c
9202         * src/prefs_common.h
9203         * src/mainwindow.c
9204         * src/compose.c
9205         * src/messageview.c
9206                 Add an hidden toolbar_detachable pref, so
9207                 that I can get rid of these painful handles
9208                 in the toolbars. Defaults to TRUE to avoid
9209                 changing the GUI on unsuspecting people...
9210
9211 2005-08-05 [colin]      1.9.13cvs16
9212
9213         * src/Makefile.am
9214         * src/prefs_folder_column.c
9215         * src/prefs_folder_column.h
9216                 Add prefs for folder columns
9217         * src/folderview.c
9218         * src/folderview.h
9219         * src/mainwindow.c
9220         * src/mainwindow.h
9221         * src/prefs_common.c
9222         * src/prefs_common.h
9223         * src/prefs_summaries.c
9224                 Use them
9225         * src/prefs_summary_column.c
9226         * src/summaryview.c
9227         * src/summaryview.h
9228                 Add a To column
9229         * src/textview.c
9230         * src/common/utils.c
9231         * src/common/utils.h
9232                 Move uri colourisation functions
9233                 to utils
9234         * src/compose.c
9235                 Colourise URIs
9236         * src/imap.c
9237                 Fix bug with LIST where we'd try
9238                 to get Folder//////[...]/// 
9239
9240 2005-08-05 [paul]       1.9.13cvs15
9241
9242         * src/prefs_summaries.c
9243                 improve the English usage
9244         * src/summaryview.c
9245                 set font on column change
9246                 thanks to Colin
9247
9248 2005-08-05 [paul]       1.9.13cvs14
9249
9250         * src/prefs_common.c
9251         * src/prefs_common.h
9252         * src/prefs_summaries.c
9253         * src/summaryview.c
9254                 replace 'open_unread_on_enter' option with
9255                 'select_on_entry' option. opening/not opening
9256                 is now exclusively controlled by 'always_show_msg'
9257
9258 2005-08-04 [colin]      1.9.13cvs13
9259
9260         * src/compose.c
9261                 Remove dead code
9262                 Add colourisation of quotes and signatures
9263         * src/folderview.c
9264                 Fix possible crashes
9265         * src/messageview.c
9266                 Change an assert that is no problem
9267         * src/news.c
9268         * src/news_gtk.c
9269         * src/news_gtk.h
9270                 Fix offline mode
9271         * src/gtk/quicksearch.c
9272                 Fix a possible crash
9273
9274 2005-08-03 [colin]      1.9.13cvs12
9275
9276         * src/prefs_account.c
9277                 Fix bug #777 (Sylpheed crash in account configuration)
9278
9279 2005-08-03 [colin]      1.9.13cvs11
9280
9281         * src/addressbook.c
9282         * src/editaddress.c
9283         * src/editgroup.c
9284                 Fixing addressbook, round 2
9285         * src/textview.c
9286                 Fix emphasis color on rechecking 'Colorize messages'
9287
9288 2005-08-03 [paul]       1.9.13cvs10
9289
9290         sync with main
9291
9292         * src/addr_compl.c
9293         * src/compose.c
9294         * src/main.c
9295         * src/pop.c
9296         * src/prefs_account.c
9297         * src/procmime.c
9298         * src/procmsg.c
9299         * src/quote_fmt_parse.y
9300         * src/textview.c
9301         * src/common/quoted-printable.c
9302         * src/common/utils.c
9303         * src/common/utils.h
9304         * src/common/xml.c
9305                 replaced incorrect locale-independent
9306                 ctype functions with GLib's. Corrected
9307                 signedness mismatch.
9308         * src/headerview.c
9309                 headerview_create(): added spacing for vbox.
9310         * src/gtk/about.c
9311                 set focus to the OK button.
9312
9313 2005-08-03 [colin]      1.9.13cvs9
9314
9315         * src/folderview.c
9316                 Fix possible crash
9317
9318 2005-08-02 [colin]      1.9.13cvs8
9319
9320         * src/mainwindow.c
9321                 Fix cast
9322         * src/addressbook.c
9323         * src/addressitem.h
9324                 Fix a cast and more generally, try to make the
9325                 GUI more intuitive and consistent (round 1)
9326
9327 2005-08-02 [paul]       1.9.13cvs7
9328
9329         * src/folder.h
9330                 missing in 1.9.13cvs6
9331
9332 2005-08-02 [colin]      1.9.13cvs6
9333
9334         * src/folder.c
9335                 Fix one more leak
9336
9337 2005-08-02 [colin]      1.9.13cvs5
9338
9339         * src/folder.c
9340         * src/folderview.c
9341         * src/imap.c
9342         * src/main.c
9343         * src/mbox.c
9344         * src/procmsg.c
9345         * src/summaryview.c
9346                 Fix a number of folder_item_get_msg_list()-related
9347                 leaks (missing procmsg_msginfo_free()s)
9348
9349 2005-08-01 [colin]      1.9.13cvs4
9350
9351         * src/folderview.c
9352         * src/folderview.h
9353         * src/mainwindow.c
9354         * src/prefs_fonts.c
9355         * src/prefs_summaries.c
9356         * src/prefs_themes.c
9357         * src/summaryview.c
9358         * src/summaryview.h
9359         * src/textview.c
9360         * src/textview.h
9361                 Fix instant-apply of summary and folderview-related prefs
9362                 Fix erroneous g_free and alertpanels in prefs_theme
9363                 Add instant-apply for fonts
9364                 Defer applying of prefs a little bit so it's done only
9365                 once even if requested by multiples prefs pages
9366
9367 2005-08-01 [paul]       1.9.13cvs3
9368
9369         * src/main.c
9370                 fix bug 776 'S.C. crashes on close'
9371                 thanks to Colin
9372         * src/etpan/etpan-thread-manager-types.h
9373                 add missing include
9374                 thanks to Hoa
9375
9376 2005-07-25 [paul]       1.9.13cvs2
9377
9378         * src/summaryview.c
9379                 fix typos. spotted by Fabien Vantard
9380
9381 2005-07-24 [paul]       1.9.13cvs1
9382
9383         * doc/man/sylpheed.1
9384                 update man page, incorporating fix of
9385                 bug 769 'Typo in manpage'
9386         * src/etpan/imap-thread.c
9387                 fix NetBSD openssl dependencies. patch by
9388                 George Michaelson <ggm@apnic.net>
9389         * po/pt_BR.po
9390                 updated by Frederico Goncalves Guimaraes
9391
9392 2005-07-22 [paul]       1.9.13
9393
9394         1.9.13 release
9395
9396 2005-07-22 [paul]       1.9.12cvs91
9397
9398         * AUTHORS
9399         * INSTALL
9400         * README.claws
9401         * RELEASE_NOTES.claws
9402                 updated for release
9403         * configure.ac
9404         * po/nb.po
9405         * tools/claws.i18n.status.pl
9406                 add Norwegian translation. submiited by
9407                 Geir Helland <pjallabais@users.sourceforge.net>
9408         * po/ca.po
9409         * po/de.po
9410         * po/es.po
9411         * po/fi.po
9412         * po/fr.po
9413         * po/it.po
9414         * po/sk.po
9415         * po/sr.po
9416         * po/zh_CN.po
9417                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9418                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9419                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9420                 Yang Guilong
9421         * src/plugins/clamav/clamav_plugin_gtk.c
9422         * src/plugins/spamassassin/spamassassin_gtk.c
9423                 replace outdated description strings
9424
9425 2005-07-21 [colin]      1.9.12cvs90
9426
9427         * src/folder.c
9428                 Set folder to batch mode when scanning it. Makes deletion
9429                 of unread mails on IMAP much faster (due to the UNREAD 
9430                 flag unsetting)
9431
9432 2005-07-21 [darko]      1.9.12cvs89
9433
9434         * configure.ac
9435                 link against libresolv if necessary (patch by Paul)
9436         * src/msgcache.c
9437                 use glib's portable macros to determine endianness
9438
9439 2005-07-21 [paul]       1.9.12cvs88
9440
9441         * src/crash.c
9442         * src/gtk/about.c
9443                 update compiled-in features list
9444
9445 2005-07-20 [colin]      1.9.12cvs87
9446
9447         * src/folder.c
9448         * src/textview.c
9449                 Gcc 2.9x compilation fixes, thanks to Darko
9450         * src/plugins/clamav/clamav_plugin.c
9451                 Little optimisation: load virus database only once
9452         * src/plugins/spamassassin/spamassassin.c
9453                 Big optimisation: filtering one mail took at least 1 second,
9454                 now it takes at least 50ms. Doesn't speed up spamassassin 
9455                 itself, but should already be much more tolerable.
9456
9457 2005-07-20 [colin]      1.9.12cvs86
9458
9459         * src/summaryview.c
9460                 Fix performance issue
9461
9462 2005-07-19 [colin]      1.9.12cvs85
9463
9464         * src/plugins/pgpinline/plugin.c
9465                 Fix warning
9466
9467 2005-07-19 [colin]      1.9.12cvs84
9468
9469         * configure.ac
9470         * src/plugins/Makefile.am
9471         * src/plugins/pgpinline/.cvsignore
9472         * src/plugins/pgpinline/Makefile.am
9473         * src/plugins/pgpinline/pgpinline.c
9474         * src/plugins/pgpinline/pgpinline.deps
9475         * src/plugins/pgpinline/pgpinline.h
9476         * src/plugins/pgpinline/plugin.c
9477                 Put pgpinline in the main tree
9478
9479 2005-07-19 [paul]       1.9.12cvs83
9480
9481         * src/prefs_actions.c
9482                 prevent '//' in menu names, which cause a crash
9483                 thanks to Colin
9484
9485 2005-07-19 [paul]       1.9.12cvs82
9486
9487         * configure.ac
9488                 be generally more informative in configure output.
9489                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9490                 '[ --disable-openssl ...', as --enable-openssl is default
9491                 PGP/MIME: don't check for GPGME again, check for
9492                 pgpcore instead. Therefore prevent the possibility of
9493                 attempting to build pgpmime if pgpcore dependencies are
9494                 not met
9495                 ClamAV: use pkgconfig to check for lib
9496                 libgnomeprint: revert logic on inner test to match
9497                 everything else
9498         * src/plugins/pgpcore/sgpgme.c
9499                 add missing include
9500
9501 2005-07-19 [colin]      1.9.12cvs81
9502
9503         * src/summaryview.c
9504                 Fix slow thread rebuilding in particular
9505                 cases
9506
9507 2005-07-19 [paul]       1.9.12cvs80
9508
9509         * sylpheed-claws.desktop
9510                 fix typo, spotted by Stephan Sachse
9511         * src/account.c
9512                 replace GTK_STOCK_ADD with
9513                 GTK_STOCK_NEW button
9514
9515 2005-07-18 [colin]      1.9.12cvs79
9516
9517         * src/etpan/imap-thread.c
9518                 Fix return value (Thanks Hoa)
9519
9520 2005-07-18 [colin]      1.9.12cvs78
9521
9522         * src/imap.c
9523                 Allow empty passwords
9524                 Create drafts/queue/outbox if necessary
9525         * src/summaryview.c
9526                 Remove old code
9527         * src/etpan/imap-thread.c
9528                 Fix STARTTLS (Thanks to Hoa)
9529
9530 2005-07-18 [paul]       1.9.12cvs77
9531
9532         * ChangeLog-gtk2.jp
9533         * ChangeLog.jp
9534                 removed
9535         * Makefile.am
9536                 updated to reflect additions and removals
9537         * TODO
9538                 updated to be claws-specific
9539         * TODO-gtk2
9540         * TODO-gtk2.jp
9541         * TODO.jp
9542         * sylpheed-128x128.png
9543         * sylpheed-64x64.png
9544                 removed
9545         * sylpheed-claws-128x128.png
9546         * sylpheed-claws-64x64.png
9547         * sylpheed-claws.desktop
9548         * sylpheed-claws.png
9549                 added
9550         * sylpheed.desktop
9551         * sylpheed.png
9552                 removed
9553
9554 2005-07-17 [paul]       1.9.12cvs76
9555
9556         * src/account.c
9557         * src/addressbook.c
9558         * src/alertpanel.c
9559         * src/alertpanel.h
9560         * src/compose.c
9561         * src/exphtmldlg.c
9562         * src/expldifdlg.c
9563         * src/folderview.c
9564         * src/imap_gtk.c
9565         * src/inc.c
9566         * src/message_search.c
9567         * src/messageview.c
9568         * src/mh_gtk.c
9569         * src/news_gtk.c
9570         * src/prefs_actions.c
9571         * src/prefs_filtering.c
9572         * src/prefs_matcher.c
9573         * src/prefs_template.c
9574         * src/prefs_themes.c
9575         * src/ssl_manager.c
9576         * src/summary_search.c
9577         * src/textview.c
9578         * src/toolbar.c
9579         * src/gtk/sslcertwindow.c
9580         * src/plugins/pgpcore/sgpgme.c
9581                 rework alertpanels
9582
9583 2005-07-17 [colin]      1.9.12cvs75
9584
9585         * src/privacy.c
9586                 add a PrivacySystem accessor that checks that
9587                 the system cached in a MimeInfo's privacydata
9588                 is still registered. Use this accessor instead
9589                 of directly using data->system. Fixes crashes
9590                 after unloading pgp plugins.
9591
9592 2005-07-17 [colin]      1.9.12cvs74
9593
9594         * src/alertpanel.c
9595                 Change geometry hints to a simple default size.
9596                 Fixes the certs dialogs.
9597
9598 2005-07-17 [colin]      1.9.12cvs73
9599
9600         * src/gtk/sslcertwindow.c
9601                 Use a gtkExpander
9602
9603 2005-07-17 [colin]      1.9.12cvs72
9604
9605         * src/plugins/pgpcore/Makefile.am
9606         * src/plugins/pgpmime/Makefile.am
9607                 Add gpgme libs
9608
9609 2005-07-17 [paul]       1.9.12cvs71
9610
9611         * configure.ac
9612                 add --disable-gnomeprint option
9613                 modified version of patch by Marius Mauch
9614
9615 2005-07-17 [paul]       1.9.12cvs70
9616
9617         * src/common/defs.h
9618                 update urls
9619         * src/account.c
9620         * src/action.c
9621         * src/addressbook.c
9622         * src/compose.c
9623         * src/foldersel.c
9624         * src/folderview.c
9625         * src/html.c
9626         * src/imap_gtk.c
9627         * src/main.c
9628         * src/mainwindow.c
9629         * src/messageview.c
9630         * src/mh_gtk.c
9631         * src/mimeview.c
9632         * src/news_gtk.c
9633         * src/prefs_account.c
9634         * src/prefs_send.c
9635         * src/prefs_summaries.c
9636         * src/procmsg.c
9637         * src/summaryview.c
9638         * src/common/utils.c
9639         * src/common/xml.c
9640         * src/plugins/pgpcore/passphrase.c
9641         * src/plugins/pgpcore/select-keys.c
9642                 replace inappropriately used backticks
9643                 with single quotes
9644
9645 2005-07-16 [colin]      1.9.12cvs69
9646
9647         * src/image_viewer.c
9648                 Add extra paranoid checks
9649
9650 2005-07-16 [colin]      1.9.12cvs68
9651
9652         * src/plugins/pgpcore/prefs_gpg.c
9653                 Don't auto-check sigs by default, as it
9654                 can be really slow.
9655
9656 2005-07-16 [colin]      1.9.12cvs67
9657
9658         * src/plugins/pgpcore/sgpgme.c
9659                 Make messages a bit better.
9660
9661 2005-07-16 [colin]      1.9.12cvs66
9662
9663         * src/imap.c
9664                 Remove pseudo-log
9665         * src/etpan/imap-thread.c
9666                 Add real log
9667
9668 2005-07-16 [colin]      1.9.12cvs65
9669
9670         * src/main.c
9671         * src/prefs_other.c
9672                 And now, fix build with libetpan :-/
9673
9674 2005-07-15 [colin]      1.9.12cvs64
9675
9676         * src/prefs_other.c
9677                 Continue fixing build without libetpan.
9678
9679 2005-07-15 [colin]      1.9.12cvs63
9680
9681         * src/main.c
9682                 Fix build with --disable-libetpan
9683
9684 2005-07-15 [colin]      1.9.12cvs62
9685
9686         * configure.ac
9687                 Bump libetpan's version
9688
9689 2005-07-15 [colin]      1.9.12cvs61
9690
9691         * src/etpan/imap-thread.c
9692                 Actually stop logging :)
9693
9694 2005-07-15 [colin]      1.9.12cvs60
9695
9696         * src/addressbook.c
9697                 Fix dnd of multiple addresses.
9698
9699 2005-07-15 [hoa]        1.9.12cvs59
9700
9701         * src/etpan/imap-thread.c
9702             disable login of IMAP password in libetpan log file.
9703
9704 2005-07-15 [paul]       1.9.12cvs58
9705
9706         * src/account.c
9707                 don't automatically sort
9708                 do allow drag n drop
9709
9710 2005-07-15 [paul]       1.9.12cvs57
9711
9712         * src/account.c
9713         * src/ssl_manager.c
9714                 alphabetical listing
9715
9716 2005-07-15 [paul]       1.9.12cvs56
9717
9718         * src/gtk/pluginwindow.c
9719                 sort plugin list alphabetically
9720
9721 2005-07-15 [paul]       1.9.12cvs55
9722
9723         * src/prefs_spelling.c
9724         * src/prefs_wrapping.c
9725                 unify English usage
9726
9727 2005-07-15 [colin]      1.9.12cvs54
9728
9729         * src/wizard.c
9730                 Typo fix
9731
9732 2005-07-15 [paul]       1.9.12cvs53
9733
9734         * src/prefs_message.c
9735                 make 'show cursor' a hidden option
9736
9737 2005-07-14 [colin]      1.9.12cvs52
9738
9739         * src/plugins/spamassassin/Makefile.am
9740         * src/plugins/clamav/Makefile.am
9741                 Fix double EXTRA_DISTs
9742
9743 2005-07-14 [colin]      1.9.12cvs51
9744
9745         * src/plugins/clamav/Makefile.am
9746         * src/plugins/clamav/clamav_plugin_gtk.deps
9747         * src/plugins/spamassassin/Makefile.am
9748         * src/plugins/spamassassin/spamassassin_gtk.deps
9749                 Make $plugin_gtk depend on $plugin
9750
9751 2005-07-14 [hoa]        1.9.12cvs50
9752
9753         * src/etpan/imap-thread.c
9754                 enable debug log of libetpan when running with --debug
9755
9756 2005-07-14 [colin]      1.9.12cvs49
9757
9758         * configure.ac
9759         * src/common/Makefile.am
9760         * src/common/plugin.c
9761         * src/common/plugin.h
9762                 Add a little plugin dependancy system.
9763                 Plugins can ship a $plugin_name.deps file
9764                 (near them in PLUGINDIR) so that their
9765                 dependancies are loaded if possible.
9766         * src/plugins/Makefile.am
9767         * src/plugins/pgpcore/Makefile.am
9768         * src/plugins/pgpcore/passphrase.c
9769         * src/plugins/pgpcore/passphrase.h
9770         * src/plugins/pgpcore/plugin.c
9771         * src/plugins/pgpcore/prefs_gpg.c
9772         * src/plugins/pgpcore/prefs_gpg.h
9773         * src/plugins/pgpcore/select-keys.c
9774         * src/plugins/pgpcore/select-keys.h
9775         * src/plugins/pgpcore/sgpgme.c
9776         * src/plugins/pgpcore/sgpgme.h
9777                 Introduce pgpcore, used by pgpmime and
9778                 pgpinline
9779         * src/plugins/pgpmime/Makefile.am
9780         * src/plugins/pgpmime/passphrase.c
9781         * src/plugins/pgpmime/passphrase.h
9782         * src/plugins/pgpmime/pgpmime.c
9783         * src/plugins/pgpmime/pgpmime.deps
9784         * src/plugins/pgpmime/plugin.c
9785         * src/plugins/pgpmime/prefs_gpg.c
9786         * src/plugins/pgpmime/prefs_gpg.h
9787         * src/plugins/pgpmime/select-keys.c
9788         * src/plugins/pgpmime/select-keys.h
9789         * src/plugins/pgpmime/sgpgme.c
9790         * src/plugins/pgpmime/sgpgme.h
9791                 Remove the core from pgpmime and add the
9792                 dependancy to pgpcore.
9793
9794 2005-07-14 [paul]       1.9.12cvs48
9795
9796         * src/stock_pixmap.c
9797                 forgot this in last commit
9798
9799 2005-07-14 [paul]       1.9.12cvs47
9800
9801         * src/account.c
9802         * src/addressbook.c
9803                 add accelerators for the buttons (sync with main)
9804         * src/compose.c
9805         * src/compose.h
9806                 add accelerators for the buttons.
9807                 fix editing with external editor.
9808                 replace gdk_input_*() with GIOChannel;
9809                 (sync with main)
9810         * src/foldersel.c
9811                 display folder names with new/unread
9812                 representation (sync with main)
9813         * src/main.c
9814                 specify default window icon (sync with main)
9815         * src/prefs_common.c
9816                 use_addr_book default to FALSE
9817         * src/summaryview.c
9818         * src/textview.c
9819                 add accelerators for the buttons (sync with main)
9820         * src/gtk/menu.c
9821                 fix typos
9822         * src/pixmaps/sylpheed_icon.xpm
9823                 updated
9824
9825 2005-07-13 [paul]       1.9.12cvs46
9826
9827         * src/plugins/pgpmime/pgpmime.c
9828         * src/plugins/pgpmime/sgpgme.c
9829                 (temporarily) use deprecated gpgme_data_rewind()
9830                 while largefile support is not present
9831                 (as suggested by Colin)
9832
9833 2005-07-13 [paul]       1.9.12cvs45
9834
9835         * configure.ac
9836                 remove large file support (for now):
9837                 it breaks too many things
9838
9839 2005-07-13 [paul]       1.9.12cvs44
9840
9841         * configure.ac
9842                 add large file support
9843         * src/html.c
9844                 fix bug #763 where href attribute was not
9845                 the very first attribute of a link
9846                 patch by Thomas Gilgin
9847
9848 2005-07-13 [colin]      1.9.12cvs43
9849
9850         * src/gtk/pluginwindow.c
9851                 Little portability fix
9852
9853 2005-07-13 [colin]      1.9.12cvs42
9854
9855         * src/plugins/pgpmime/sgpgme.c
9856                 Fix crasher.
9857
9858 2005-07-13 [colin]      1.9.12cvs41
9859
9860         * src/plugins/pgpmime/pgpmime.c
9861         * src/plugins/pgpmime/sgpgme.c
9862                 Use gpgme_data_release_and_get_mem instead
9863                 of gpgme_data_read.
9864
9865 2005-07-13 [colin]      1.9.12cvs40
9866
9867         * configure.ac
9868         * src/plugins/pgpmime/passphrase.c
9869         * src/plugins/pgpmime/passphrase.h
9870         * src/plugins/pgpmime/pgpmime.c
9871         * src/plugins/pgpmime/plugin.c
9872         * src/plugins/pgpmime/select-keys.c
9873         * src/plugins/pgpmime/select-keys.h
9874         * src/plugins/pgpmime/sgpgme.c
9875         * src/plugins/pgpmime/sgpgme.h
9876                 Port pgpmime to gpgme-1.0.
9877
9878 2005-07-12 [paul]       1.9.12cvs39
9879
9880         * AUTHORS
9881         * src/toolbar.c
9882         * src/toolbar.h
9883                 add a 'Go to Prev' button to the toolbar.
9884                 correct tooltip text of go to buttons.
9885                 based on patch by Yang Guilong <bamanzi@gmail.com>
9886
9887 2005-07-12 [colin]      1.9.12cvs38
9888
9889         * src/statusbar.c
9890                 Fix progress bar showing stuff at startup.
9891
9892 2005-07-12 [paul]       1.9.12cvs37
9893
9894         * src/editjpilot.c
9895                 fix building with jpilot support
9896
9897 2005-07-11 [colin]      1.9.12cvs36
9898
9899         * src/inc.c
9900                 Add visual indication that filtering is running
9901         * src/textview.c
9902                 Make {}[] uri delimiters
9903         * src/summaryview.c
9904                 Remove useless (and slow) calls
9905
9906 2005-07-11 [paul]       1.9.12cvs35
9907
9908         * src/plugins/clamav/clamav_plugin_gtk.c
9909         * src/plugins/dillo_viewer/dillo_prefs.c
9910         * src/plugins/pgpmime/prefs_gpg.c
9911         * src/plugins/spamassassin/spamassassin_gtk.c
9912                 gather plugins prefs together under their
9913                 own 'Plugins' heading
9914
9915 2005-07-11 [paul]       1.9.12cvs34
9916
9917         sync with main
9918
9919         * src/account.c
9920                 account_delete(): modified alert dialog
9921         * src/editjpilot.c
9922         * src/editvcard.c
9923                 fixed a crash when cancelling file selection
9924                 dialog by Escape key. Made non-ascii filename
9925                 selectable.
9926         * src/prefs_template.c
9927                 prefs_template_window_create(): make scrolled
9928                 window policy AUTOMATIC
9929
9930 2005-07-10 [hoa]        1.9.12cvs33
9931
9932         * src/etpan/imap-thread.c
9933                 workaround for old Courier IMAP servers.
9934
9935 2005-07-10 [colin]      1.9.12cvs32
9936
9937         * src/folder.c
9938         * src/statusbar.c
9939         * src/statusbar.h
9940                 Add visual progress indicator on filtering/processing
9941                 Factorize the progress bar code
9942         * src/imap.c
9943         * src/imap.h
9944         * src/etpan/imap-thread.c
9945                 Add a reference counter to avoid destroying the Folder
9946                 while it's in use by another callback.
9947
9948 2005-07-09 [hoa]        1.9.12cvs31
9949
9950         * src/imap.c
9951         * src/etpan/imap-thread.c
9952                 fixed deadlock when removing IMAP account.
9953
9954 2005-07-08 [colin]      1.9.12cvs30
9955
9956         * src/textview.c
9957         * src/unmime.c
9958                 Fix again problems decoding broken headers
9959         * src/gtk/inputdialog.c
9960                 Fix local variable shadowing a global one
9961
9962 2005-07-08 [colin]      1.9.12cvs29
9963
9964         * src/msgcache.c
9965                 Make the cache/mark files platform-agnostic by writing
9966                 them in little-endian format. Reading them is also done
9967                 in little-endian format, of course; however, in order
9968                 to avoid trashing mark data on big-endian machines, the
9969                 files are, at first, read from the native format if the
9970                 little-endian one doesn't exist. This is easy to deter-
9971                 mine by trying to open a file with a swapped data_ver
9972                 and seeing if it's the wanted version.
9973                 Little-endian using users should see absolutely no
9974                 difference, Big-endian users may get a very little
9975                 performance drop due to byte-swapping.
9976                 Tested on i386 and ppc32. 
9977                 Fixes bug #159 (The index file, in the mailboxes, is 
9978                 hardware depending).
9979
9980                 To have the cache/mark files updated to the new little-
9981                 endian format, "Check for new messages" or even
9982                 "Rebuild folder tree" aren't enough. Files will be
9983                 updated as soon as a folder has been opened/closed.
9984                 To update everything, just select all folders by
9985                 selecting them one by one.
9986
9987 2005-07-07 [colin]      1.9.12cvs28
9988
9989         * src/imap.c
9990                 Remember the folder separator per IMAPFolder
9991                 instead of globally.
9992                 Revive the Session on noop; fixes bug #761
9993                 (mark a bunch of unread messages as read takes 
9994                 forever)
9995
9996 2005-07-07 [darko]      1.9.12cvs27
9997
9998         * src/common/template.c
9999                 Sort templates alphabetically
10000
10001 2005-07-06 [colin]      1.9.12cvs26
10002
10003         * src/imap.c
10004                 Try to use the correct separator in
10005                 most cases. Possibly fixes bug #759
10006                 (only creates the INBOX folder when 
10007                 setting up new IMAP account) and 
10008                 bug #760 (Can't retrieve messages)
10009
10010 2005-07-06 [colin]      1.9.12cvs25
10011
10012         * src/imap.c
10013                 Use real_path in status command. This will
10014                 help later, when namespaces will be used.
10015
10016 2005-07-06 [colin]      1.9.12cvs24
10017
10018         * configure.ac
10019         * src/account.c
10020         * src/folder.c
10021         * src/imap.c
10022         * src/etpan/etpan-log.c
10023         * src/etpan/etpan-thread-manager.c
10024         * src/etpan/imap-thread.c
10025                 Add a --disable-libetpan parameter. With this,
10026                 users that don't want IMAP4 support can avoid
10027                 the new dependancy (and have no IMAP support).
10028                 Users that have IMAP4 accounts and use this
10029                 parameter won't lose their configuration, their
10030                 IMAP accounts will just be invisible and not
10031                 used.
10032         * src/textview.c
10033                 Make the "Copy ..." contextual menu items 
10034                 copy to both the X clipboard and the gtk 
10035                 clipboard - as most other apps do.
10036         * src/gtk/about.c
10037                 Add a notice about OpenSSL usage, in order to
10038                 comply with OpenSSL's license (point 6):
10039                 http://www.openssl.org/source/license.html
10040
10041 2005-07-06 [colin]      1.9.12cvs23
10042
10043         * src/alertpanel.c
10044                 Fix a minimum size for alertpanels
10045         * src/compose.c
10046                 Show 'No space left on device' type errors
10047                 when queuing/sending
10048         * src/imap_gtk.c
10049         * src/mh_gtk.c
10050                 Rework folder's deletion message (remove 
10051                 extra \n)
10052
10053 2005-07-05 [colin]      1.9.12cvs22
10054
10055         * src/imap.c
10056                 Add an alertpanel on auth error
10057                 Add pseudo-log
10058                 Remove pthread-related stuff
10059
10060 2005-07-05 [colin]      1.9.12cvs21
10061
10062         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10063                 Fix crash on plugin reloading (with a hack)
10064
10065 2005-07-05 [colin]      1.9.12cvs20
10066
10067         * src/prefs_account.c
10068         * src/prefs_account.h
10069                 Fix typo
10070         * src/gtk/filesel.c
10071         * src/gtk/filesel.h
10072                 Add a way to filter the view
10073         * src/gtk/pluginwindow.c
10074                 Filter loadable stuff
10075         * src/plugins/pgpmime/prefs_gpg.c
10076                 Fix missing unregistration
10077         * .cvsignore
10078         * src/etpan/.cvsignore
10079         * src/plugins/spamassassin/.cvsignore
10080                 Add more stuff to cvs ignored files
10081
10082 2005-07-04 [colin]      1.9.12cvs19
10083
10084         * src/imap.c
10085                 Fix scan_required returning FALSE when it
10086                 shouldn't. Maybe fix #760 (Can't retrieve
10087                 messages)
10088
10089 2005-07-04 [colin]      1.9.12cvs18
10090
10091         * src/summaryview.c
10092                 Fix always_show_msg pref
10093
10094 2005-07-04 [paul]       1.9.12cvs17
10095
10096         sync with main (forgotten in last commit)
10097         
10098         * src/common/utils.c
10099         * src/common/utils.h
10100                 check_line_length(): new.
10101                 is_dir_exist()
10102                 is_file_entry_exist()
10103                 dirent_is_regular_file()
10104                 dirent_is_directory(): use g_file_test() instead of stat().
10105
10106 2005-07-04 [paul]       1.9.12cvs16
10107
10108         sync with main:
10109
10110         * src/compose.c
10111                 compose_write_to_file(): check for line
10112                 length limit and display warning if exceeds
10113         * src/jpilot.c
10114                 use get_home_dir() instead of g_get_home_dir()
10115         * src/procheader.c
10116                 removed warning about invalid date
10117         * src/vcard.c
10118                 use get_home_dir() instead of g_get_home_dir()
10119
10120 2005-07-04 [paul]       1.9.12cvs15
10121
10122         * src/stock_pixmap.c
10123                 fix new pixmap naming errors
10124                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10125
10126 2005-07-04 [colin]      1.9.12cvs14
10127
10128         * src/imap.c
10129                 Fix debugging string with a warning
10130
10131 2005-07-04 [colin]      1.9.12cvs13
10132
10133         * configure.ac
10134                 Add a check for libetpan's version (>= 0.37)
10135
10136 2005-07-04 [hoa]        1.9.12cvs12
10137
10138         * commitHelper
10139         * src/imap.c
10140         * src/etpan/imap-thread.c
10141         * src/etpan/imap-thread.h
10142                 fixed IMAP implementation of check of mails.
10143
10144 2005-07-03 [hoa]        1.9.12cvs11
10145
10146         * src/etpan/Makefile.am
10147         * src/etpan/etpan-errors.h
10148         * src/etpan/etpan-log.[ch]
10149         * src/etpan/etpan-thread-manager-types.h
10150         * src/etpan/etpan-thread-manager.[ch]
10151         * src/etpan/imap-thread.[ch]
10152         * src/Makefile.am
10153         * src/imap.c
10154         * src/main.c
10155         * src/prefs_other.c
10156         * configure.ac
10157             merged imap branch.
10158             dependency on libetpan 0.37 is now added.
10159
10160 2005-07-01 [colin]      1.9.12cvs10
10161
10162         * src/Makefile.am
10163         * src/folder.c
10164         * src/folder.h
10165         * src/folderview.c
10166         * src/stock_pixmap.c
10167         * src/stock_pixmap.h
10168         * src/plugins/trayicon/trayicon.c
10169                 Add marked symbol on folders containing
10170                 marked messages
10171         * src/procmsg.c
10172         * src/procmsg.h
10173         * src/toolbar.c
10174         * src/prefs_common.c
10175         * src/prefs_common.h
10176         * src/prefs_send.c
10177                 Add an optional confirmation dialog on queue
10178                 sending. Patch by wwp.
10179         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10180         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10181         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10182         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10183         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10184         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10185         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10186         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10187         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10188         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10189         * src/pixmaps/trash_mark.xpm            ** ADDED **
10190                 New pixmaps
10191
10192 2005-07-01 [colin]      1.9.12cvs9
10193
10194         * src/summaryview.c
10195                 Fix a little threading bug
10196         * src/addrgather.c
10197         * src/mainwindow.c
10198                 A little bit of HIG normality never hurts
10199
10200 2005-07-01 [colin]      1.9.12cvs8
10201
10202         * src/compose.c
10203         * src/msgcache.c
10204         * src/pop.c
10205         * src/procmime.c
10206         * src/recv.c
10207         * src/common/log.c
10208         * src/common/template.c
10209         * src/common/utils.c
10210         * src/common/utils.h
10211                 Reverted the fwrite_atomic stuff. In fact
10212                 it is already atomic.
10213
10214 2005-06-30 [colin]      1.9.12cvs7
10215
10216         * src/common/utils.c
10217         * src/common/utils.h
10218                 Add an fwrite_atomic() function to make
10219                 sure we write everything: fwrite can make
10220                 short writes.
10221         * src/compose.c
10222         * src/msgcache.c
10223         * src/pop.c
10224         * src/procmime.c
10225         * src/recv.c
10226         * src/common/log.c
10227         * src/common/template.c
10228                 Use that (and fix swapping of size and nmemb).
10229                 Thanks to Rich Coe for the heads up.
10230
10231 2005-06-30 [colin]      1.9.12cvs6
10232
10233         * src/addressbook.c
10234                 Optimize addressbook opening 
10235
10236 2005-06-30 [colin]      1.9.12cvs5
10237
10238         * src/summaryview.c
10239                 Remove calls to summary_step after move/copy
10240
10241 2005-06-28 [paul]       1.9.12cvs4
10242
10243         * src/alertpanel.c
10244                 wrap and make the error msg selectable
10245
10246 2005-06-28 [paul]       1.9.12cvs3
10247
10248         * src/ssl_manager.c
10249                 replace the OK button with a Close button
10250         * src/gtk/foldersort.c
10251                 use GTK_STOCK_ icons/buttons
10252
10253 2005-06-28 [colin]      1.9.12cvs2
10254
10255         * src/gedit-print.c             ** ADDED **
10256         * src/gedit-print.h             ** ADDED **
10257         * src/gtk/gtksourceprintjob.c   ** ADDED **
10258         * src/gtk/gtksourceprintjob.h   ** ADDED **
10259                 I can't believe no one had enough time to tell
10260                 me I forgot the `cvs add`
10261
10262 2005-06-27 [colin]      1.9.12cvs1
10263
10264         * src/Makefile.am
10265         * src/gtk/Makefile.am
10266         * src/messageview.c
10267         * src/procmsg.c
10268         * src/summaryview.c
10269         * configure.ac
10270                 Add optional libgnomeprint-based printing
10271         * src/mainwindow.c
10272         * src/gtk/quicksearch.c
10273                 Add an Edit/Quick search menu item to show
10274                 and focus the quicksearch
10275
10276 2005-06-27 [paul]       1.9.12
10277
10278         1.9.12 release
10279
10280         * po/ca.po
10281         * po/de.po
10282         * po/es.po
10283         * po/fr.po
10284         * po/it.po
10285         * po/ko.po
10286         * po/pt_BR.po
10287         * po/sk.po
10288         * po/zh_CN.po
10289                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10290                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10291                 SungHyun Nam, Frederico Goncalves Guimaraes,
10292                 Andrej Kacian, and Yang Guilong
10293 2005-06-26 [colin]      1.9.11cvs106
10294
10295         * src/imap_gtk.c
10296                 Forgot one file for previous fix
10297
10298 2005-06-26 [colin]      1.9.11cvs105
10299
10300         * src/folder.c
10301         * src/imap.c
10302                 Fix problems with folder operations in no_select
10303                 imap folders. it applies only to mails, and 
10304                 creation/deletion/move/renaming of folders 
10305                 should be possible
10306
10307 2005-06-26 [paul]       1.9.11cvs104
10308
10309         * src/prefs_filtering.c
10310                 replace one more GTK_STOCK_REMOVE
10311                 with GTK_STOCK_DELETE
10312
10313 2005-06-25 [colin]      1.9.11cvs103
10314
10315         * src/imap.c
10316                 Optimize get_seq_set_from_seq_list
10317                 (Patch by Ricardo) 
10318
10319 2005-06-25 [colin]      1.9.11cvs102
10320
10321         * src/mh.c
10322                 If the directory exists, but not in the
10323                 correct encoding, rename it. This should
10324                 handle old-versions-induced bugs.
10325
10326 2005-06-25 [colin]      1.9.11cvs101
10327
10328         * src/mh.c
10329                 Fix path access with extended dir names
10330                 Fixes bug #589 (SC segfaults with wrong locale
10331                 settings)
10332
10333 2005-06-25 [colin]      1.9.11cvs100
10334
10335         * src/prefs_account.c
10336         * src/prefs_account.h
10337         * src/compose.c
10338                 Add an option to encrypt replies to
10339                 encrypted messages
10340
10341 2005-06-25 [colin]      1.9.11cvs99
10342
10343         * src/compose.c
10344         * src/quote_fmt_parse.y
10345                 ... And make it work with pgpinline.
10346
10347 2005-06-25 [colin]      1.9.11cvs98
10348
10349         * src/compose.c
10350         * src/procmime.c
10351         * src/procmime.h
10352         * src/quote_fmt_parse.y
10353                 o Make reedition of encrypted messages possible
10354                   (as long as it is encrypted to self too, no
10355                    magic there)
10356                 o Make replying with quote (and without selecting
10357                   text) possible for encrypted messages.
10358                 Closes bug #550 (Not possible to "reply with quote"
10359                 to gnupg encrypted messages)
10360
10361 2005-06-24 [paul]       1.9.11cvs97
10362
10363         * src/imap.c
10364                 add missing include
10365
10366 2005-06-24 [paul]       1.9.11cvs96
10367
10368         * src/editldap.c
10369                 made bind password entry invisible
10370                 (sync with main)
10371         * src/send_message.c
10372                 send_message_local(): check exit status
10373                 to detect errors (sync with main)
10374         * src/textview.c
10375                 use main's less ambiguous popup menu
10376                 wording
10377
10378 2005-06-24 [paul]       1.9.11cvs95
10379
10380         * src/prefs_actions.c
10381         * src/prefs_customheader.c
10382         * src/prefs_display_header.c
10383         * src/prefs_filtering_action.c
10384         * src/prefs_matcher.c
10385         * src/prefs_template.c
10386         * src/prefs_toolbar.c
10387                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10388         * src/gtk/description_window.c
10389                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10390
10391 2005-06-23 [colin]      1.9.11cvs94
10392
10393         * src/summaryview.c
10394                 Fix rough edges (be sure to call status_show whenever
10395                 necessary).
10396
10397 2005-06-23 [colin]      1.9.11cvs93
10398
10399         * src/summaryview.c
10400                 Optimize Select All
10401                 Before, in a 5K mails folder: 11s
10402                 After, in the same folder: 58000µs
10403                 The joys of locking... gtk_clist_select_all() fires a 
10404                 tree-select-row event for each selected row, which in 
10405                 summaryview, callbacks summary_selected which in turn,
10406                 calls summary_status_show, which walks the selected
10407                 rows. Hence, calling gtk_clist_select_all was 
10408                 exponential. Locking the summaryview makes 
10409                 summary_selected return early.
10410
10411 2005-06-23 [colin]      1.9.11cvs92
10412
10413         * src/imap.c
10414                 Move mutex at the important place to avoid
10415                 deadlocks
10416         * src/summaryview.c
10417                 Fix Del key deleting directly instead of
10418                 moving to trash
10419
10420 2005-06-22 [colin]      1.9.11cvs91
10421
10422         * src/plugins/spamassassin/libspamc.c
10423                 As we do spagetti code with assignations in multiple
10424                 places (see _message_read_raw where out = msg = raw),
10425                 let's be sure we don't free the same pointer twice.
10426                 Should fix bug #683 (Crash in libpam at 
10427                 message_cleanup).
10428
10429 2005-06-22 [colin]      1.9.11cvs90
10430
10431         * src/compose.c
10432         * src/messageview.c
10433         * src/toolbar.c
10434                 Make toolbar's delete use the move to trash stuff;
10435                 Add gtk_widget_realize to be sure pixmaps can get
10436                 created (that may fix an old worksforme bug which
10437                 I can't find back...)
10438
10439 2005-06-22 [colin]      1.9.11cvs89
10440
10441         * src/summaryview.c
10442         * src/summaryview.h
10443         * src/mainwindow.c
10444                 Rename "Message/Delete" to "Message/Move to trash"
10445                 Add "Message/Delete..." that directly destroys the
10446                 selected messages after asking for a confirmation.
10447
10448 2005-06-22 [colin]      1.9.11cvs88
10449
10450         * src/imap.c
10451                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10452                 o Fix a deadlock (thanks Darko)
10453
10454 2005-06-22 [colin]      1.9.11cvs87
10455
10456         * src/gtk/foldersort.c
10457                 Add missing include for the i18n;
10458                 patch by Fabien Vantard
10459
10460 2005-06-21 [colin]      1.9.11cvs86
10461
10462         * src/folder.c
10463         * src/folderview.c
10464                 Respect the no_select flag
10465         * src/imap.c
10466                 Fix recursive deletion
10467         * src/imap_gtk.c
10468         * src/mh_gtk.c
10469                 Make the folder deletion's warning
10470                 more explicit
10471
10472 2005-06-21 [colin]      1.9.11cvs85
10473
10474         * src/textview.c
10475                 Prevent email addresses from spanning accross
10476                 lines - fixes bug # 646 (newline-chars in 
10477                 email addresses)
10478
10479 2005-06-20 [colin]      1.9.11cvs84
10480
10481         * src/folder.c
10482                 Be sure not to remove source if copy failed
10483
10484 2005-06-20 [colin]      1.9.11cvs83
10485
10486         * src/folderview.c
10487         * src/imap_gtk.c
10488                 remove summaryview's lock
10489         * src/imap.c
10490                 introduce threads to avoid problems when foreground tasks
10491                 interfere with background tasks
10492         * src/mh.c
10493                 prevent moving to drafts/queue
10494         * src/mimeview.c
10495                 fix leak
10496
10497 2005-06-19 [colin]      1.9.11cvs82
10498
10499         * src/imap_gtk.c
10500                 Remember that the user doesn't want to override
10501                 offline mode, for 3 seconds. It avoid presenting
10502                 him with N popups in a really short time.
10503
10504 2005-06-17 [colin]      1.9.11cvs81
10505
10506         * src/imap.c
10507                 Fix IMAP breaking on folders containing '('
10508                 (Probably won't be enough)
10509
10510 2005-06-17 [colin]      1.9.11cvs80
10511
10512         Forgotten files on 1.9.11cvs79
10513         * src/summaryview.c
10514                 Fix stepping when not immediately executing
10515         * src/imap.c
10516                 Really prevent UID FETCH 0
10517         * src/codeconv.c
10518                 Fix outgoing charset never set to utf-8
10519         * src/mh.c
10520                 Fix leak
10521
10522 2005-06-16 [colin]      1.9.11cvs79
10523
10524         * src/compose.c
10525                 Fix bug #707 (Dash splits rows)
10526                 Only wrap if we're on a line break position and
10527                 the previous one was a "white" (space) char.
10528                 Pango stuff is weird.
10529
10530 2005-06-16 [colin]      1.9.11cvs78
10531
10532         * src/imap_gtk.c
10533                 Lock summaryview while downloading messages
10534                 on user demand
10535         * src/procheader.c
10536         * src/unmime.c
10537         * src/common/utils.c
10538         * src/common/utils.h
10539                 Replace \r and \n with spaces in From and
10540                 Subject headers
10541
10542 2005-06-16 [paul]       1.9.11cvs77
10543
10544         * src/procmime.c
10545                 liberalise the mime parser
10546         * src/gtk/about.c
10547                 add text wrapping
10548
10549 2005-06-16 [paul]       1.9.11cvs76
10550
10551         * src/gtk/about.c
10552                 reworked
10553
10554 2005-06-15 [colin]      1.9.11cvs75
10555
10556         * src/compose.c
10557                 Finish header encoding fix
10558         * src/summaryview.c
10559                 Fix segfault
10560         * src/headerview.c
10561                 Fix compilation (Thanks Stephan
10562                 Sachse)
10563
10564 2005-06-15 [colin]      1.9.11cvs74
10565
10566         * Makefile.am
10567                 Install gnome2 stuff rather than gnome1, 
10568                 if both are present
10569         * src/codeconv.c
10570         * src/codeconv.h
10571         * src/compose.c
10572                 Fix headers encoding
10573         * src/folder.c
10574                 Visual progress when fetching all messages
10575         * src/folderview.c
10576         * src/summaryview.c
10577         * src/summaryview.h
10578                 Prevent changing current message while
10579                 incorporating
10580
10581 2005-06-15 [paul]       1.9.11cvs73
10582
10583         * src/gtk/gtkaspell.c
10584         * src/gtk/gtkaspell.h
10585                 fix build warnings
10586
10587 2005-06-15 [paul]       1.9.11cvs72
10588
10589         * src/prefs_filtering.c
10590                 allow reordering of filter rules by
10591                 drag n drop
10592
10593 2005-06-15 [paul]       1.9.11cvs71
10594
10595         * COPYING
10596                 updated
10597         * src/codeconv.c
10598                 replace deprecated function
10599         * src/inc.c
10600         * src/send_message.c
10601         * src/gtk/progressdialog.c
10602         * src/gtk/progressdialog.h
10603                 salvage and reuse parts of reverted sync
10604
10605 2005-06-15 [paul]       1.9.11cvs70
10606
10607         * src/inc.c
10608         * src/send_message.c
10609         * src/gtk/progressdialog.c
10610         * src/gtk/progressdialog.h
10611                 revert yesterday's sync with main
10612                 it contains deprecated functions
10613
10614 2005-06-15 [colin]      1.9.11cvs69
10615
10616         * src/headerview.c
10617                 Fix bug #670 (multi user to: will corrupt message 
10618                 headers display)
10619
10620 2005-06-15 [colin]      1.9.11cvs68
10621
10622         * src/compose.c
10623                 Fix bug #421 (Fix undo on wrapping)
10624
10625 2005-06-15 [colin]      1.9.11cvs67
10626
10627         * src/folder.c
10628                 Provide visual feedback while processing
10629                 folder's rules.
10630         * src/imap.c
10631                 Provide visual feedback while getting
10632                 short headers (for uncached messages)
10633
10634
10635 2005-06-14 [paul]       1.9.11cvs66
10636
10637         * src/account.c
10638                 change a couple stock icons
10639         * src/inc.c
10640         * src/send_message.c
10641         * src/gtk/progressdialog.c
10642         * src/gtk/progressdialog.h
10643                 sync main's GtkTreeView implementation
10644
10645 2005-06-14 [colin]      1.9.11cvs65
10646
10647         * src/imap.c
10648                 Various little fixes, mainly on error paths
10649
10650 2005-06-13 [colin]      1.9.11cvs64
10651
10652         * matcher.c
10653         * procmsg.c
10654         * procmsg.h
10655                 Add a way to fetch only headers. This speeds
10656                 up filtering on headers for IMAP. Fixes:
10657                 bug #481 extraneous imap commands slow down 
10658                         imap filtering
10659                 bug #522 Sylpheed downloads all messages 
10660                         when opening mailbox (IMAP)
10661                 bug #677 IMAP fetch is soooooooooooooo slow
10662         * src/folder.c
10663         * src/folder.h
10664                 Add a folder set_batch method so that
10665                 implementations can speed up flags changes
10666         * src/folderutils.c
10667         * src/summaryview.c
10668                 Use that in mark as (un)read and mark all read
10669                 Refix bug #679
10670         * src/imap.c
10671                 Implement set_batch - brings back deferred
10672                 flags in a less buggy manner. Fixes:
10673                 bug #729 IMAP immediate expunge of deleted messages
10674                 bug #191 remove list of messages with one command
10675                 Fix login with strange chars
10676                 Implement fetch_msg_full
10677                 Fix copy (wrong counts)
10678
10679 2005-06-12 [colin]      1.9.11cvs63
10680
10681         * src/folder.c
10682                 lock incorporation during long operations.
10683                 Avoids fucking up the IMAP socket.
10684
10685 2005-06-12 [colin]      1.9.11cvs62
10686
10687         * src/imap.c
10688                 Fix harmful typo
10689                 Factorize remove_all_msg
10690                 Thread-ize expunge
10691         * src/summaryview.c
10692                 Don't update partial-download status if unnecessary
10693         * src/folder.c
10694                 Use remove_msgs everywhere possible
10695
10696 2005-06-12 [colin]      1.9.11cvs61
10697
10698         * src/folder.c
10699         * src/folder.h
10700                 Add a remove_msgs function to remove a 
10701                 list of messages
10702         * src/imap.c
10703                 Implement that.
10704
10705 2005-06-12 [colin]      1.9.11cvs60
10706
10707         * src/imap.c
10708                 Remove flags-processing deferring... Too hard
10709                 to get it to work in all cases.
10710
10711 2005-06-11 [colin]      1.9.11cvs59
10712
10713         * src/imap.c
10714                 printf -> debug_print
10715
10716 2005-06-11 [colin]      1.9.11cvs58
10717
10718         * src/imap.c
10719                 o Fix build without USE_PTHREAD
10720                 o Factorize imap_open
10721                 o Alertpanel in case of impossible connection
10722                 o Alertpanel in case of impossible login
10723                 o Fix deferred flags processing to force a 
10724                   flush before adding some more flags to process,
10725                   but in another folder.
10726
10727 2005-06-10 [colin]      1.9.11cvs57
10728
10729         * src/imap.c
10730                 o Fix a format string error
10731                 o init ssl socket outside of the thread 
10732                   (it possibly invokes gtk calls)
10733         * src/procmime.c
10734                 o Put back the buffer to its necessary size
10735                 o Fix changing a file pointer without keeping
10736                   track of it (thanks Valgrind)
10737         * src/common/smtp.c
10738                 o Fix automatic STARTTLS if login should be done
10739                   and the server only allows it after starting TLS
10740         * src/gtk/gtkinputdialog.c
10741                 o Eat GDK_Return so that the combo popup doesn't 
10742                   appear when we press Enter to validate the combo
10743                   input dialog (as seen in the Open with... dialog)
10744
10745 2005-06-10 [colin]      1.9.11cvs56
10746
10747         * src/imap.c
10748                 o A bit less debug
10749                 o Fix a crash on deletion
10750                 o Threadize imap_select (it's called outside of 
10751                   threads)
10752                 o Defer treatment of DELETED flags
10753
10754
10755 2005-06-09 [colin]      1.9.11cvs55
10756
10757         * src/imap.c
10758                 Make sure we check imap_gtk_should_override(), which
10759                 potentially calls gtk stuff, before creating thread.
10760                 That way it should't be called via imap_get_session()
10761                 inside a thread.
10762
10763 2005-06-09 [colin]      1.9.11cvs54
10764
10765         * src/imap.c
10766                 o add a bit of status output
10767                 o remove some dead code
10768                 o threadize get_list_of_uids
10769                 o threadize imap_get_flags
10770                 o defer flag changing by 500ms so that they
10771                   can be batched
10772
10773
10774 2005-06-08 [colin]      1.9.11cvs53
10775
10776         * src/imap.c
10777                 Thread-ize imap_cmd_fetch
10778
10779 2005-06-08 [colin]      1.9.11cvs52
10780
10781         * src/main.c
10782                 Mmh, that broke POP3...
10783
10784 2005-06-08 [colin]      1.9.11cvs51
10785
10786         * src/main.c
10787                 Stabilize IMAP patch (thanks to Hoa)
10788
10789 2005-06-08 [colin]      1.9.11cvs50
10790
10791         * src/imap.c
10792                 Test patch to speed up imap. 
10793
10794 2005-06-08 [colin]      1.9.11cvs49
10795
10796         * src/imap_gtk.c
10797                 Warning fix
10798         * src/procmime.c
10799                 Apply patch from gentoo to use /usr/share/mime/globs if 
10800                 available, after un-breaking it
10801         * src/common/log.c
10802         * src/common/log.h
10803                 Use g_timeout for invoking hooks that possibly use gtk
10804                 calls. This should leave gtk calls in the main thread.
10805
10806 2005-06-08 [paul]       1.9.11cvs48
10807
10808         * src/codeconv.c
10809                 conv_get_outgoing_charset_str(): don't
10810                 use prefs_common setting
10811         * src/compose.c
10812         * src/compose.h
10813                 add /Options/Character encoding/... to
10814                 temporarily change the outgoing encoding
10815
10816         (belated sync with main)
10817
10818 2005-06-08 [paul]       1.9.11cvs47
10819
10820         * src/compose.c
10821                 correction to/completion of last
10822                 sync with main
10823
10824 2005-06-08 [paul]       1.9.11cvs46
10825
10826         sync with main:
10827         
10828         * src/codeconv.c
10829         * src/codeconv.h
10830                 always enabled Japanese auto-detection
10831                 if the first letters of locale string
10832                 is "ja"
10833         * src/compose.c
10834                 don't use "destroy" signal to destroy
10835                 Compose object (fix rare crashes on discard?)
10836         * src/mainwindow.c
10837         * src/messageview.c
10838         * src/prefs_send.c
10839                 added Hebrew encodings
10840         * src/sourcewindow.c
10841                 don't use "destroy" signal to destroy
10842                 objects
10843
10844 2005-06-07 [colin]      1.9.11cvs45
10845
10846         * src/summaryview.c
10847                 Add missing unlocks/locks
10848
10849 2005-06-07 [paul]       1.9.11cvs44
10850
10851         * src/summaryview.c
10852                 restore bug #749 fix
10853
10854 2005-06-06 [colin]      1.9.11cvs43
10855
10856         * src/summaryview.c
10857                 Fix selection bug when prefs_common.open_unread 
10858                 is FALSE
10859
10860 2005-06-06 [colin]      1.9.11cvs42
10861
10862         * src/common/md5.c
10863                 Fix a warning
10864         * src/summaryview.c
10865         * src/folderview.c
10866                 Factorize long operations beginning and end
10867                 (locking, freezing/thawing, cursor, ...)
10868                 Check selection->data member in selection-
10869                 related loops; this avoids dying an awful
10870                 death if the selection changes on us while
10871                 we're marking a whole IMAP folder unread, 
10872                 for example.
10873
10874 2005-06-06 [paul]       1.9.11cvs41
10875
10876         * src/textview.c
10877                 don't g_free() a static gchar buffer
10878
10879 2005-06-05 [colin]      1.9.11cvs40
10880
10881         * src/mainwindow.c
10882         * src/messageview.c
10883         * src/summaryview.c
10884                 Fix bug #749 (Show all headers should be
10885                 sticky as the GUI suggests)
10886
10887 2005-06-03 [paul]       1.9.11cvs39
10888
10889         * src/compose.c
10890                 don't allow editing of mail while sending.
10891                 patch by Colin
10892
10893 2005-06-03 [paul]       1.9.11cvs38
10894
10895         * src/folderview.c
10896                 add a freeze/thaw to speed up 'mark all read'
10897
10898 2005-06-03 [paul]       1.9.11cvs37
10899
10900         * src/prefs_message.c
10901                 reflect changes immediately
10902
10903 2005-06-02 [colin]      1.9.11cvs36
10904
10905         * po/POTFILES.in
10906                 Patch by Fabien Vantard.
10907
10908 2005-06-02 [colin]      1.9.11cvs35
10909
10910         * src/imap.c
10911                 Use a non-blocking imap_getline() if possible.
10912                 This should completely prevent the interface
10913                 from freezin on imap operations, although it
10914                 may do strange stuff in case of folder switching
10915                 while a big imap operation is taking place...
10916
10917                 In addition, fix a leak in the case thread
10918                 creation fails on connection.
10919
10920 2005-06-02 [colin]      1.9.11cvs34
10921
10922         * src/crash.c
10923         * src/prefs_common.h
10924                 Fix build (prefs_common_init() doesn't exist
10925                 anymore)
10926
10927 2005-06-02 [colin]      1.9.11cvs33
10928
10929         * src/prefs_account.c
10930                 Fix bug #245 (filtering rules broken when
10931                 renaming a remote account (imap4 or nntp)
10932
10933 2005-06-02 [colin]      1.9.11cvs32
10934
10935         * src/imap.c
10936                 Try to fix IMAP shortcomings: 
10937                 o Multithread imap_open()
10938                 o allow offline-mode overriding instead of
10939                   just returning NULL
10940         * src/imap_gtk.c
10941         * src/imap_gtk.h
10942                 Add a function to ask whether we want to
10943                 override offline-mode for 10 minutes (one-shot
10944                 asking was painful)
10945         * src/procheader.c
10946                 Fix segfault when imap parser isn't happy about
10947                 a missing {
10948
10949 2005-06-01 [colin]      1.9.11cvs31
10950
10951         * src/addrharvest.c
10952         * src/compose.c
10953         * src/mbox.c
10954         * src/mbox.h
10955         * src/mh.c
10956         * src/msgcache.c
10957         * src/send_message.c
10958         * src/setup.c
10959         * src/undo.c
10960         * src/common/hooks.c
10961         * src/common/prefs.c
10962         * src/common/template.c
10963         * src/common/utils.c
10964         * src/gtk/gtkutils.c
10965         * src/gtk/inputdialog.c
10966         * src/gtk/menu.c
10967         * src/gtk/pluginwindow.c
10968         * src/gtk/prefswindow.c
10969         * src/plugins/pgpmime/passphrase.c
10970         * src/plugins/pgpmime/prefs_gpg.c
10971                 More -Wall fixes
10972
10973         * src/common/Makefile.am
10974         * src/common/timing.h
10975                 Add basic timing code
10976
10977         * src/summaryview.c
10978                 Fix a bug with unread messages when 
10979                 re-sorting folders, and by the way
10980                 fix a big performance hit when 
10981                 re-sorting (10k mails: before 5s,
10982                 after .5s)
10983
10984         * src/prefs_compose_writing.c
10985         * src/prefs_compose_writing.h
10986         * src/prefs_message.c
10987         * src/prefs_message.h
10988         * src/prefs_other.c
10989         * src/prefs_other.h
10990         * src/prefs_quote.c
10991         * src/prefs_quote.h
10992         * src/prefs_receive.c
10993         * src/prefs_receive.h
10994         * src/prefs_send.c
10995         * src/prefs_send.h
10996         * src/prefs_summaries.c
10997         * src/prefs_summaries.h
10998                 Fix copyright banner
10999
11000 2005-06-01 [paul]       1.9.11cvs30
11001
11002         * po/fi.po
11003                 updated by Flammie Pirinen
11004         * src/procmime.c
11005                 fix 'Bad BASE64 content' output
11006
11007 2005-05-31 [colin]      1.9.11cvs29
11008
11009         * src/procmime.c
11010                 Oops, where did my hunk go.
11011
11012 2005-05-31 [colin]      1.9.11cvs28
11013
11014         * src/Makefile.am
11015         * src/account.c
11016         * src/action.c
11017         * src/addr_compl.c
11018         * src/addressbook.c
11019         * src/codeconv.c
11020         * src/compose.c
11021         * src/export.c
11022         * src/folder.c
11023         * src/folderview.c
11024         * src/image_viewer.c
11025         * src/main.c
11026         * src/mainwindow.c
11027         * src/messageview.c
11028         * src/mimeview.c
11029         * src/msgcache.c
11030         * src/prefs_account.c
11031         * src/prefs_actions.c
11032         * src/prefs_common.c
11033         * src/prefs_compose_writing.c
11034         * src/prefs_customheader.c
11035         * src/prefs_ext_prog.c
11036         * src/prefs_filtering.c
11037         * src/prefs_filtering_action.c
11038         * src/prefs_fonts.c
11039         * src/prefs_image_viewer.c
11040         * src/prefs_message.c
11041         * src/prefs_message.h
11042         * src/prefs_msg_colors.c
11043         * src/prefs_other.c
11044         * src/prefs_other.h
11045         * src/prefs_quote.c
11046         * src/prefs_receive.c
11047         * src/prefs_receive.h
11048         * src/prefs_send.c
11049         * src/prefs_send.h
11050         * src/prefs_spelling.c
11051         * src/prefs_summaries.c
11052         * src/prefs_summary_column.c
11053         * src/prefs_template.c
11054         * src/prefs_themes.c
11055         * src/prefs_toolbar.c
11056         * src/prefs_wrapping.c
11057         * src/procmime.c
11058         * src/procmsg.c
11059         * src/send_message.h
11060         * src/ssl_manager.c
11061         * src/summary_search.c
11062         * src/summaryview.c
11063         * src/textview.c
11064         * src/wizard.c
11065         * src/common/smtp.c
11066         * src/common/smtp.h
11067         * src/gtk/gtkutils.h
11068                 o Move the rest of Common prefs to new style
11069                 o Lots of -Wall warning fixes
11070                 o fix FIXME in cache memusage calculation
11071                 o Let return receipts be sent from any account
11072                 o Little cache optimisation (read)
11073                 o Fix bug #746 (don't treat commas as separators
11074                   when inside a quoted string)
11075
11076 2005-05-31 [paul]       1.9.11cvs27
11077
11078         * src/prefs_common.c
11079                 fix 'off-by-one' typo
11080
11081 2005-05-31 [paul]       1.9.11cvs26
11082
11083         * src/account.c
11084         * src/addr_compl.c
11085         * src/compose.c
11086         * src/foldersel.c
11087         * src/prefs_actions.c
11088         * src/prefs_common.c
11089         * src/prefs_common.h
11090         * src/prefs_customheader.c
11091         * src/prefs_display_header.c
11092         * src/prefs_filtering.c
11093         * src/prefs_filtering_action.c
11094         * src/prefs_matcher.c
11095         * src/prefs_summaries.c
11096         * src/prefs_summary_column.c
11097         * src/prefs_template.c
11098         * src/prefs_toolbar.c
11099         * src/ssl_manager.c
11100         * src/gtk/pluginwindow.c
11101         * src/gtk/prefswindow.c
11102         * src/gtk/progressdialog.c
11103                 add hidden prefs 'enable_rules_hint'
11104                 for gtk_tree_view_set_rules_hint()
11105                 (sync with main)
11106                 
11107
11108 2005-05-31 [colin]      1.9.11cvs25
11109
11110         * src/Makefile.am
11111         * src/main.c
11112         * src/prefs_common.c
11113         * src/prefs_summaries.c ** ADDED **
11114         * src/prefs_summaries.h ** ADDED **
11115                 Common/Display -> Display/Summaries
11116
11117 2005-05-31 [colin]      1.9.11cvs24
11118
11119         * src/Makefile.am
11120         * src/main.c
11121         * src/prefs_quote.c ** ADDED **
11122         * src/prefs_quote.h ** ADDED **
11123                 Move Common/Quote to Compose/Quoting
11124         * src/prefs_common.c
11125         * src/prefs_common.h
11126                 Remove old quote stuff, add
11127                 convenience functions for GtkTextView prefs
11128         * src/gtk/prefswindow.c
11129                 Set default height higher
11130
11131 2005-05-30 [colin]      1.9.11cvs23
11132
11133         * src/Makefile.am
11134         * src/main.c
11135         * src/prefs_common.c
11136         * src/prefs_compose_writing.c ** ADDED **
11137         * src/prefs_compose_writing.h ** ADDED **
11138                 Move Common/Compose prefs to Compose/Writing
11139
11140 2005-05-30 [colin]      1.9.11cvs22
11141
11142         * src/common/utils.c
11143                 Fix bug #651 (Confused Attract by Subject)
11144                 Patch by M. Benkmann <haferfrost@web.de>
11145         * AUTHORS
11146
11147 2005-05-30 [colin]      1.9.11cvs21
11148
11149         * src/compose.c
11150                 Fix concatenation of different headers of
11151                 the same type (bug #645)
11152         * src/prefs_folder_item.c
11153                 Fix bug #699 (setting color to black doesn't
11154                 work immediately)
11155         * src/procmime.c
11156                 Print out decoding error only once per
11157                 block
11158
11159 2005-05-30 [paul]       1.9.11cvs20
11160
11161         * src/common/template.c
11162                 fix Bcc
11163
11164 2005-05-30 [paul]       1.9.11cvs19
11165
11166         * doc/src/rfc2368.txt   **NEW FILE**
11167         * src/compose.c
11168                 compose_entries_set(): don't interpret Bcc
11169                 header field (conform to RFC 2368)
11170                 (sync with main)
11171
11172 2005-05-29 [colin]      1.9.11cvs18
11173
11174         * src/prefs_common.c
11175                 Let the default reply format respect
11176                 netiquette by cutting the signature.
11177
11178 2005-05-29 [colin]      1.9.11cvs17
11179
11180         * src/summaryview.c
11181                 Don't let always_show_msg override
11182                 open_unread_on_enter when opening a new
11183                 directory.
11184
11185 2005-05-27 [paul]       1.9.11cvs16
11186
11187         sync with main:
11188
11189         * src/main.c
11190                 app_will_exit(): cleanup tmp directory when exit
11191         * src/message_search.c
11192                 improved the interface and made code cleanup.
11193                 removed Clear button
11194         * src/send_message.c
11195                 send_message_local(): use GSpawn, and detect errors
11196         * src/summary_search.c
11197                 improved the interface and made code cleanup
11198         * src/textview.c
11199                 textview_write_link(): also skip non-ascii space
11200                  at the head of link strings (phishing check
11201                  didn't work at the case)
11202         * src/common/utils.c
11203                 get_command_output(): use g_spawn_command_line_sync()
11204                 instead of popen()
11205
11206 2005-05-26 [colin]      1.9.11cvs15
11207
11208         * src/folder.c
11209                 remove printf
11210
11211 2005-05-26 [colin]      1.9.11cvs14
11212
11213         * src/common/nntp.c
11214                 Fix nntp mode reader (bug #611)
11215                 Patch by Florian Mickler <florian@mickler.org>
11216
11217 2005-05-26 [colin]      1.9.11cvs13
11218
11219         * src/plugins/pgpmime/passphrase.c
11220                 Fix mouse grabbing (bug #557)
11221
11222 2005-05-26 [colin]      1.9.11cvs12
11223
11224         * src/prefs_themes.c
11225                 Fix g_warning (bug #541)
11226
11227 2005-05-26 [colin]      1.9.11cvs11
11228
11229         * src/prefs_actions.c
11230         * src/prefs_template.c
11231                 Fix bug #506 (no warning if action/template
11232                 is not saved)
11233         * src/common/template.c
11234                 Fix a possible crash
11235
11236 2005-05-26 [colin]      1.9.11cvs10
11237
11238         * src/folder.c
11239         * src/folderview.c
11240         * src/procmsg.c
11241         * src/summaryview.c
11242                 Forbid locked messages to be moved or
11243                 deleted. Locked messages in trashes 
11244                 still get deleted, for performance
11245                 reason (mh.c::mh_remove_all_msgs)
11246
11247 2005-05-25 [colin]      1.9.11cvs9
11248
11249         * src/procmime.c
11250                 Use correct encoding when sending mails
11251                 with attachments that have accentued 
11252                 chars in their name
11253
11254 2005-05-24 [colin]      1.9.11cvs8
11255
11256         * src/summaryview.c
11257                 Fix bug #688 f) read/unread marker not
11258                 changed on first click
11259                 Also, optimize summary_status_show()
11260                 calls
11261         * src/folder.c
11262         * src/inc.c
11263         * src/procmime.c
11264                 Fix bug #688 b) and c) wrt message
11265                 attachments and signature
11266         * src/stock_pixmap.c
11267         * src/stock_pixmap.h
11268         * src/stock_pixmap.c
11269         * src/stock_pixmap.h
11270         * src/Makefile.am
11271         * src/pixmaps/clip_gpg_signed.xpm
11272                 Add clip/signed icon
11273
11274 2005-05-24 [colin]      1.9.11cvs7
11275
11276         * src/folder_item_prefs.c
11277                 whitespace fix
11278
11279 2005-05-24 [colin]      1.9.11cvs6
11280
11281         * src/folderview.c
11282         * src/prefs_common.c
11283         * src/prefs_common.h
11284                 Add a confirmation to folder drag and drop
11285                 fixes bug #156
11286         * src/alertpanel.c
11287         * src/alertpanel.h
11288                 fix _with_disable parameters so that
11289                 the buttons labels are specifiable too
11290         * src/plugins/pgpmime/sgpgme.c
11291                 reflect said change
11292                 
11293
11294 2005-05-24 [colin]      1.9.11cvs5
11295
11296         * src/folderview.c
11297                 Uncollapse/collapse folders on double-click
11298                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11299                 closes bug #108
11300
11301 2005-05-23 [colin]      1.9.11cvs4
11302
11303         * src/common/socket.c
11304                 Check another special SSL_peek() error.
11305                 Should help wrt bug #728
11306
11307 2005-05-23 [colin]      1.9.11cvs3
11308
11309         * src/plugins/pgpmime/pgpmime.c
11310                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11311                 breaking menu accelerators and stuff. Users will have to
11312                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11313                 account's privacy preferences if needed.
11314
11315 2005-05-22 [paul]
11316
11317         * tools/kdeservicemenu/install.sh
11318                 use kdesu to prompt for root password if doing
11319                 global install/uninstall
11320
11321 2005-05-20 [colin]      1.9.11cvs2
11322
11323         * src/procmsg.c
11324                 Fix another compilation error with gcc-2.9x
11325                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11326         * src/send_message.c
11327                 Don't send QUIT if we aren't connected
11328
11329 2005-05-19 [colin]      1.9.11cvs1
11330
11331         * src/procmsg.c
11332                 Fix compilation with gcc 2.9x
11333
11334 2005-05-19 [paul]       1.9.11
11335
11336         1.9.11 released
11337
11338 2005-05-19 [paul]       1.9.9cvs14
11339
11340         * src/gtk/inputdialog.c
11341                 prevent gettext warning
11342
11343 2005-05-19 [paul]       1.9.9cvs13
11344
11345         * src/mainwindow.c
11346         * src/prefs_common.c
11347         * src/prefs_common.h
11348         * src/textview.c
11349         * src/textview.h
11350                 add an option to toggle cursor in message
11351                 view (sync with main)
11352
11353 2005-05-18 [colin]      1.9.9cvs12
11354
11355         * src/compose.c
11356                 Dereference freed pointer
11357         * src/gtk/gtkaspell.c
11358                 Fix duplication of dictionaries (is it an aspell issue?)
11359
11360 2005-05-18 [colin]      1.9.9cvs11
11361
11362         * src/gtk/inputdialog.c
11363         * src/gtk/gtkaspell.c
11364                 HIGuify dialogs
11365         * src/alertpanel.c
11366                 Remove a double call
11367
11368 2005-05-17 [colin]      1.9.9cvs10
11369
11370         * src/gtk/gtkaspell.c
11371                 Fix dialogs, Ctrl-Enter accel
11372
11373 2005-05-17 [colin]      1.9.9cvs9
11374
11375         * src/gtk/gtkaspell.c
11376                 Fix some accelerators, escape in replace-window
11377
11378 2005-05-16 [colin]      1.9.9cvs8
11379
11380         * src/gtk/gtkaspell.c
11381                 Revert last commit, it was a mistake.
11382
11383 2005-05-16 [colin]      1.9.9cvs7
11384
11385         * src/gtk/gtkaspell.c
11386                 Remove buggy code while we're at it. It's a 
11387                 dead code path anyway.
11388
11389 2005-05-16 [colin]      1.9.9cvs6
11390
11391         * src/gtk/gtkaspell.c
11392                 Missed some gtk_menu_popup where deactivate
11393                 signal should be handled. Should fix bug
11394                 #629 a bit more.
11395
11396 2005-05-16 [colin]      1.9.9cvs5
11397
11398         * src/gtk/gtkaspell.c
11399                 Remove debug printf()s
11400
11401 2005-05-16 [colin]      1.9.9cvs4
11402
11403         * src/gtk/gtkaspell.c
11404                 Fix a bit aspell problems
11405                 (see bug #629)
11406
11407 2005-05-13 [colin]      1.9.9cvs3
11408
11409         * src/folderview.c
11410                 Fix the + appearing even when no subfolders
11411                 have unread messages. Thanks to wwp for the
11412                 bug report.
11413
11414 2005-05-11 [paul]       1.9.9cvs2
11415
11416         * src/folderview.c
11417                 correction to 1.9.9cvs1, only colour folders that
11418                 have new msgs (not unread msgs)
11419
11420 2005-05-10 [colin]      1.9.9cvs1
11421
11422         * src/folderview.c
11423         * src/summaryview.c
11424                 Try to fix bolding bugs again.
11425
11426 2005-05-09 [paul]
11427
11428         * tools/claws.i18n.status.pl
11429                 add Ricardo Mones Lastra's script that has been providing
11430                 the i18n status page for many months
11431
11432 2005-05-09 [paul]       1.9.9
11433
11434         1.9.9 release
11435
11436 2005-05-09 [paul]       1.9.6cvs58
11437
11438         * AUTHORS
11439         * INSTALL
11440         * README.claws
11441                 updated
11442         * Makefile.am 
11443         * RELEASE_NOTES.claws
11444                 add release notes to cvs to simplify release
11445                 procedure
11446         * configure.ac
11447                 add ca and fi to ALL_LINGUAS
11448         * po/Makefile.in.in
11449                 workaround for missing Makevars
11450         * po/ca.po
11451         * po/fi.po
11452                 add new Catalan and Finnish translations
11453                 submitted by Miquel Oliete and Flammie Pirinen
11454         * po/de.po
11455         * po/es.po
11456         * po/fr.po
11457         * po/it.po
11458         * po/pl.po
11459         * po/ru.po
11460         * po/sk.po
11461         * po/sr.po
11462         * po/zh_CN.po
11463                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11464                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11465                 Urke MMI, and Hansom Young
11466         * src/main.c
11467                 Fix drafting when quitting. compose_draft() closes the
11468                 compose windows, which modifies the compose_list GSList.
11469                 We have to refresh this list after echo drafting to avoid a
11470                 segfault
11471         * src/partial_download.c
11472                 fix segfault on exit
11473
11474 2005-05-06 [paul]       1.9.6cvs57
11475
11476         * src/grouplistdialog.c
11477                 quick fix/workaround for unresizeable newsgroup
11478                 name column 
11479
11480 2005-05-06 [paul]       1.9.6cvs56
11481
11482         * src/inc.c
11483         * src/mainwindow.c
11484                 use gettext plural forms
11485         * src/imap_gtk.c
11486         * src/mh_gtk.c
11487         * src/toolbar.c
11488                 small improvement to english usage
11489
11490 2005-05-05 [thorsten]   1.9.6cvs55
11491
11492         * src/folder.c
11493                 fix possible crash
11494
11495 2005-05-05 [paul]       1.9.6cvs54
11496         
11497         sync with HEAD
11498
11499         * AUTHORS
11500         * src/compose.c
11501                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11502                 patch by Tim Mann
11503
11504 2005-05-05 [paul]       1.9.6cvs53
11505
11506         * src/mainwindow.c
11507                 fix resizing of separate message and
11508                 folder views
11509
11510 2005-05-05 [paul]       1.9.6cvs52
11511
11512         * src/account.c
11513         * src/addrgather.c
11514         * src/browseldap.c
11515         * src/exphtmldlg.c
11516         * src/expldifdlg.c
11517         * src/importmutt.c
11518         * src/importpine.c
11519         * src/main.c
11520         * src/mainwindow.c
11521         * src/noticeview.c
11522         * src/prefs_filtering.c
11523         * src/prefs_filtering_action.c
11524         * src/prefs_matcher.c
11525         * src/prefs_spelling.c
11526         * src/prefs_toolbar.c
11527         * src/toolbar.c
11528         * src/wizard.c
11529         * src/gtk/description_window.c
11530         * src/gtk/gtkvscrollbutton.c
11531         * src/gtk/progressdialog.c
11532         * src/gtk/quicksearch.c
11533         * src/plugins/pgpmime/prefs_gpg.c
11534         * src/plugins/spamassassin/spamassassin_gtk.c
11535                 replace deprecated gtk_widget_set_usize
11536
11537 2005-05-04 [colin]      1.9.6cvs51
11538
11539         * src/common/utils.c
11540                 Fix crash when subst_for_filename is called
11541                 with a NULL parameter
11542
11543 2005-05-04 [colin]      1.9.6cvs50
11544
11545         * src/partial_download.c
11546         * src/pop.c
11547                 Escape login when writing uidl file
11548                 fixes bug #736
11549
11550 2005-05-03 [colin]      1.9.6cvs49
11551
11552         * src/procmime.c
11553                 Fix possible DOS in mime parser
11554                 (see bug #634)
11555
11556 2005-05-02 [colin]      1.9.6cvs48
11557
11558         * src/compose.c
11559                 Try to fix the copy/paste mess once again.
11560
11561
11562 2005-04-30 [colin]      1.9.6cvs47
11563
11564         * src/prefs_account.h
11565         * src/procmsg.c
11566         * src/send_message.c
11567         * src/common/smtp.c
11568         * src/common/smtp.h
11569                 Try to batch sending mails (per account) instead of
11570                 reconnecting to server every time.
11571
11572 2005-04-29 [colin]      1.9.6cvs46
11573
11574         * src/messageview.c
11575                 Fix window resizing that refused to size down
11576         * src/prefs_common.c
11577         * src/prefs_common.h
11578         * src/prefs_filtering.c
11579                 Save Filtering's window size
11580
11581 2005-04-21 [paul]       1.9.6cvs45
11582
11583         * ChangeLog-gtk2.claws
11584         * src/setup.c
11585                 correction to sync
11586
11587 2005-04-21 [paul]       1.9.6cvs44
11588
11589         sync with main:
11590
11591         * src/setup.c
11592         * src/statusbar.c
11593         * src/statusbar.h
11594                 use gtkut_widget_draw_now(). Improved performance
11595                 of the update of statusbar
11596         * src/textview.c
11597                 textview_smooth_scroll_do(): redraw it after scroll
11598                 is done (fixed incorrect display when a part of the
11599                 view is hidden).
11600         * src/gtk/gtkutils.c
11601         * src/gtk/gtkutils.h
11602                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11603                 to force update of widgets.
11604                 Removed gtkut_widget_wait_for_draw() which had a big
11605                 overhead  because of waiting for all events processed 
11606
11607 2005-04-20 [paul]       1.9.6cvs43
11608
11609         * src/codeconv.c
11610                 complete 1.9.6cvs42's sync:
11611                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11612
11613 2005-04-19 [paul]       1.9.6cvs42
11614
11615         sync with main:
11616
11617         * src/action.c
11618                 catch_output(): correctly select the insert text
11619                 (fix invalid iterator warnings).
11620         * src/codeconv.c
11621         * src/codeconv.h
11622         * src/mainwindow.c
11623         * src/messageview.c
11624         * src/prefs_common.c
11625                 support GBK encoding.
11626         * src/common/session.c
11627         * src/common/session.h
11628                 use separate buffer for large data to be sent,
11629                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11630
11631 2005-04-18 [paul]       1.9.6cvs41
11632
11633         * src/jpilot.c
11634                 convert unsigned long into guint32
11635                 patch by Paul LeoNerd Evans 
11636
11637 2005-04-17 [colin]      1.9.6cvs40
11638
11639         * src/compose.c
11640                 Fix 'Request return receipt' from folder
11641                 properties (bug #708)
11642
11643 2005-04-17 [colin]      1.9.6cvs39
11644
11645         * src/mainwindow.c
11646                 Fix duplicate hotkeys in Mainwindow's menu
11647
11648 2005-04-17 [colin]      1.9.6cvs38
11649
11650         * src/folderview.c
11651                 Fix duplicate hotkeys in Folderview's contextual
11652                 menu
11653
11654 2005-04-15 [colin]      1.9.6cvs37
11655
11656         * src/summaryview.c
11657                 Fix 'Save as...' with non-ascii filenames
11658
11659 2005-04-15 [colin]      1.9.6cvs36
11660
11661         * src/plugins/pgpmime/pgpmime.c
11662                 Fix bus error on 64bit. Spotted by 
11663                 macallan1888@gmail.com
11664
11665 2005-04-15 [colin]      1.9.6cvs35
11666
11667         * src/prefs_account.c
11668                 Fix cvs34.
11669
11670 2005-04-12 [colin]      1.9.6cvs34
11671
11672         * src/prefs_account.c
11673                 Fix smtp auth type off-by-one. We forgot to
11674                 add PLAIN in the prefs-to-gui setter func and
11675                 as a result, the selected auth when opening
11676                 account prefs was not the correct one.
11677
11678 2005-04-12 [paul]       1.9.6cvs33
11679
11680         * src/inc.c
11681                 if the recv dialog is visible, Cancel only
11682                 cancels the current account
11683
11684
11685 2005-04-10 [colin]      1.9.6cvs32
11686
11687         * src/filtering.c
11688                 Copy score when copying FilteringActions
11689                 Fix bug #674
11690
11691 2005-04-10 [colin]      1.9.6cvs31
11692
11693         * src/inc.c
11694                 Make Message -> Receive -> Cancel cancel 
11695                 incorporation on all accounts. Fixes
11696                 bug #693
11697
11698 2005-04-10 [colin]      1.9.6cvs30
11699
11700         * src/prefs_account.c
11701                 Update Privacy checkbuttons status based
11702                 on the selected privacy system
11703         * src/compose.c
11704                 Always connect the "None" privacy system; the
11705                 static boolean was probably there to avoid
11706                 reconnecting twice in the same compose window,
11707                 but as the parent function is only called once
11708                 per compose, it's only a bug - as a static is
11709                 initialized once per application instance.
11710                 Also, don't uncheck Sign and Encrypt when
11711                 selecting None as privacy system; just ignore
11712                 them when sending/queuing.
11713                 Should fix bug #695
11714
11715 2005-04-08 [colin]      1.9.6cvs29
11716
11717         * src/account.c
11718         * src/prefs_account.c
11719         * src/prefs_account.h
11720                 Add account preference to queue message in a certain
11721                 folder.
11722
11723 2005-04-06 [colin]      1.9.6cvs28
11724
11725         * src/prefs_account.c
11726                 Update old inbox path syntax
11727
11728 2005-04-06 [paul]       1.9.6cvs27
11729
11730         sync with main:
11731
11732         * configure.ac
11733                 changed -traditional-cpp to -no-cpp-precomp for newer
11734                 Mac OS X support
11735         * src/foldersel.c
11736                 made column resize automatically
11737         * src/send_message.c
11738                 send_message_smtp(): consider EOF right after QUIT
11739                 successful (workaround for Gmail SMTP server)
11740         * src/common/socket.c
11741                 ssl_read(), ssl_peek(): check EOF which violates the
11742                 SSL protocol
11743         * src/gtk/colorlabel.c
11744                 removed warnings when displaying colorlabel menu
11745                 (don't use GtkAlignment)
11746
11747 2005-04-05 [paul]       1.9.6cvs26
11748
11749         * src/plugins/trayicon/trayicon.c
11750                 fix clipping of icon under KDE3 
11751
11752 2005-04-05 [paul]       1.9.6cvs25
11753
11754         * src/summaryview.c
11755                 hide display of threading
11756                 patch by Alfons
11757
11758 2005-04-04 [thorsten]   1.9.6cvs24
11759
11760         * src/mh.c
11761                 marks lost on filesystems with different stat() results on
11762                 summer-/wintertime
11763
11764 2005-04-03 [colin]      1.9.6cvs23
11765
11766         * src/summaryview.c
11767                 Don't handle up/down. Patch by Alfons
11768
11769 2005-04-02 [colin]      1.9.6cvs22
11770
11771         * src/summaryview.c
11772                 Make scrolling faster. Patch by Alfons.
11773
11774 2005-04-01 [colin]      1.9.6cvs21
11775
11776         * src/Makefile.am
11777         * src/stock_pixmap.c
11778         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11779         * src/pixmaps/dir_noselect.xpm ** ADDED **
11780                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11781
11782 2005-04-01 [colin]      1.9.6cvs20
11783
11784         * src/image_viewer.c
11785         * src/image_viewer.h
11786         * src/procmime.c
11787         * src/procmime.h
11788         * src/textview.c
11789         * src/textview.h
11790                 Implement inline image resizing and right-clicking
11791
11792 2005-04-01 [paul]       1.9.6cvs19
11793
11794         * AUTHORS
11795         * Makefile.am
11796         * configure.ac
11797                 check for gnome2
11798                 patch by Luca Cavalli <loopback<AT>slackit.org>
11799         * po/ru.po
11800                 updated by Pavlo Bohmat
11801
11802 2005-03-31 [colin]      1.9.6cvs18
11803
11804         * src/news.c
11805                 Fix parsing references
11806         * src/msgcache.c
11807                 don't put nulls in the references list
11808         * src/procheader.c
11809                 commit that forgotten file in 1.9.6cvs14
11810
11811 2005-03-31 [colin]      1.9.6cvs17
11812
11813         * src/compose.c
11814                 Fix joining of signature separator again. 
11815                 Maybe Hiro could put it in main too...
11816
11817 2005-03-31 [colin]      1.9.6cvs16
11818
11819         * src/Makefile.am
11820         * src/foldersel.c
11821         * src/stock_pixmap.c
11822         * src/stock_pixmap.h
11823         * src/pixmaps/dir-noselect.xpm
11824                 Update foldersel.c (sync from main, patch by Alfons)
11825
11826 2005-03-30 [colin]      1.9.6cvs15
11827
11828         * src/imap.c
11829                 Fix handling of imap folders containing [] in 
11830                 their name. Thanks to Nahuel Angelinetti for
11831                 the detailed bugreport.
11832
11833 2005-03-30 [colin]      1.9.6cvs14
11834
11835         * src/common/utils.h
11836         * src/common/utils.c
11837         * src/common/defs.h
11838         * src/matcher.c
11839         * src/msgcache.c
11840         * src/news.c
11841         * src/procmsg.c
11842         * src/procmsg.h
11843         * src/quote_fmt_parse.y
11844         * src/summaryview.c
11845                 Update references system. Patch by Alfons
11846
11847 2005-03-30 [colin]      1.9.6cvs13
11848
11849         * src/common/socket.c
11850                 Force the glibc to read resolv.conf again when 
11851                 it has changed. Should fix issues when changing
11852                 networks on a laptop and not restarting sylpheed. 
11853
11854 2005-03-30 [paul]       1.9.6cvs12
11855
11856         partial sync with main:
11857
11858         * src/action.c
11859                 create_io_dialog(): use user-defined text font
11860                 (thanks to Alfons), and modified its appearance.
11861         * src/addrgather.c
11862         * src/addrharvest.c
11863         * src/browseldap.c
11864                 replace old code
11865         * src/compose.c
11866                 don't join (presumably) itemized lines on line-wrapping
11867                 fixed wrapping of quote when auto-wrapping is enabled
11868                 compose_destroy(): destroy paned only if it's not
11869                 attached to window. Fixed memory leak of popup menu.
11870         * src/exphtmldlg.c
11871         * src/expldifdlg.c
11872                 replace old code
11873         * src/html.c
11874         * src/html.h
11875         * src/importmutt.c
11876         * src/importpine.c
11877                 replace old code
11878         * src/main.c
11879                 removed redundant code
11880         * src/mainwindow.c
11881                 changed 'Code set' (which is rather incorrect)
11882                 in the menu to 'Character encoding'
11883                 main_window_set_widgets(): request size first
11884                 to prevent window size becoming wrong
11885                 fixed remembering of the state of the visibility
11886                 of MessageView
11887         * src/messageview.c
11888                 changed 'Code set' (which is rather incorrect)
11889                 in the menu to 'Character encoding'
11890         * src/prefs_common.c
11891         * src/prefs_common.h
11892                 added an option whether to render HTML as text or not
11893                 added separators to outgoing encoding menu
11894         * src/procheader.c
11895                 procheader_scan_date_string(): support header
11896                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11897         * src/summaryview.c
11898         * src/summaryview.h
11899                 minor code cleanup
11900         * src/textview.c
11901                 textview_show_html(): force output of newline
11902                 added an option whether to render HTML as text or not
11903         * src/common/utils.c
11904                 strncpy2(): optimized based on Alfons' code
11905         * src/gtk/gtkutils.c
11906         * src/gtk/gtkutils.h
11907                 removed non-used code
11908         * src/plugins/pgpmime/passphrase.c
11909                 partially fixed grab input of passphrase dialog
11910                 Confine pointer to window
11911
11912 2005-03-30 [colin]      1.9.6cvs11
11913
11914         * src/msgcache.c
11915         * src/msgcache.h
11916                 Read/write 32bit ints from cache & marks
11917                 From main.
11918
11919 2005-03-29 [paul]       1.9.6cvs10
11920
11921         * AUTHORS
11922         * ChangeLog.claws
11923         * src/compose.c
11924         * src/gtk/gtkaspell.c
11925                 sync with HEAD (don't pass NULL pointers) 
11926
11927 2005-03-24 [paul]
11928
11929         * tools/Makefile.am
11930         * tools/README
11931         * tools/acroread2sylpheed.pl
11932                 sync with HEAD (add script to send pdfs as
11933                 attachments from Adobe Reader 7)
11934
11935 2005-03-21 [paul]       1.9.6cvs9
11936
11937         * configure.ac
11938         * po/POTFILES.in
11939         * src/Makefile.am
11940         * src/crash.c
11941         * src/image_viewer.c ** ADDED **
11942         * src/image_viewer.h ** ADDED **
11943         * src/main.c
11944         * src/prefs_common.c
11945         * src/prefs_common.h
11946         * src/prefs_image_viewer.c ** ADDED **
11947         * src/prefs_image_viewer.h ** ADDED **
11948         * src/textview.c
11949         * src/gtk/about.c
11950         * src/pixmaps/sylpheed_logo.xpm
11951         * src/plugins/Makefile.am
11952         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11953         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11954         * src/plugins/image_viewer/plugin.c ** REMOVED **
11955         * src/plugins/image_viewer/viewer.c ** REMOVED **
11956         * src/plugins/image_viewer/viewer.glade ** REMOVED **
11957         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
11958         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
11959         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
11960         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
11961                 as gdk-pixbuf is now built-in
11962                 remove image_viewer plugin and put code back into
11963                 main codebase
11964                 implement inline image display (sync with main)
11965
11966                 replace logo with newer, nicer, larger version  
11967
11968 2005-03-21 [paul]       1.9.6cvs8
11969
11970         * src/gtk/about.c
11971                 cosmetic improvement
11972
11973 2005-03-21 [holger]     1.9.6cvs7
11974
11975         * src/plugins/spamassassin/spamassassin.c
11976                 Sync with HEAD
11977                 (unregister hook on failed plugin init)
11978
11979 2005-03-20 [colin]      1.9.6cvs6
11980
11981         * src/common/plugin.c
11982                 Check that plugin isn't already loaded
11983                 Patch by Alfons
11984
11985 2005-03-20 [thorsten]   1.9.6cvs5
11986
11987         * src/compose.c
11988                 use a more compatible syntax
11989
11990 2005-03-20 [thorsten]   1.9.6cvs4
11991
11992         * src/prefs_toolbar.c
11993                 fix crash when selecting toolbar item (uninitialized pointer)
11994
11995 2005-03-20 [thorsten]   1.9.6cvs3
11996
11997         * src/procmime.c
11998                 fix mimetype detection (referenced free()d string)
11999
12000 2005-03-20 [paul]       1.9.6cvs2
12001
12002         * src/compose.c
12003                 sync with HEAD (1.0.3cvs5)
12004                 neglect Reply-To header if empty
12005                 Patch by Alfons 
12006
12007 2005-03-19 [holger]     1.9.6cvs1
12008
12009         * src/summaryview.c
12010         * src/summaryview.h
12011                 Sync with HEAD
12012
12013 2005-03-18 [paul]       1.9.6
12014
12015         initial GTK2 release
12016
12017 2005-03-18 [paul]       1.0.3cvs3.1
12018
12019         * AUTHORS
12020         * ChangeLog.claws
12021         * configure.ac
12022         * src/gtk/about.c
12023         * src/pixmaps/sylpheed_logo.xpm
12024                 sync with HEAD
12025
12026 2005-03-18 [colin]      1.0.3cvs2.6
12027
12028         * src/summaryview.c
12029                 Remove call to summary_step in summary_copy_selected_to
12030                 Can't see its purpose, and this causes bug when copying
12031                 a message if the next one is unread: it reads it.
12032
12033 2005-03-18 [paul]       1.0.3cvs2.5
12034
12035         * src/foldersel.c
12036                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12037
12038 2005-03-18 [paul]       1.0.3cvs2.4
12039
12040         * src/addrharvest.c
12041         * src/codeconv.c
12042         * src/codeconv.h
12043         * src/compose.c
12044         * src/news.c
12045         * src/procheader.c
12046         * src/procmime.c
12047         * src/unmime.c
12048         * src/unmime.h
12049                 fix buffer overflow, CAN-2005-0667, see
12050                 http://secunia.com/advisories/14491/
12051                 Patch by Alfons
12052
12053 2005-03-17 [colin]      1.0.3cvs2.3
12054
12055         * src/prefs_fonts.c
12056         * src/summaryview.c
12057                 Fix font bugs (both lists now officialy share 
12058                 the same font)
12059                 
12060
12061 2005-03-17 [paul]       1.0.3cvs2.2
12062
12063         * src/gtk/pluginwindow.c
12064                 make plugin descriptions uneditable
12065
12066 2005-03-11 [paul]       1.0.3cvs2.1
12067
12068         * ChangeLog.claws
12069         * configure.ac
12070         * po/POTFILES.in
12071         * src/plugins/trayicon/trayicon.c
12072                 sync with HEAD
12073                 add src/wizard.c to POTFILES.in
12074
12075 2005-03-11 [paul]       1.0.3cvs1.1
12076
12077         * ChangeLog
12078         * ChangeLog.claws
12079         * configure.ac
12080         * po/de.po
12081         * po/es.po
12082         * po/fr.po
12083         * po/it.po
12084         * po/pt_BR.po
12085         * po/ru.po
12086         * po/sk.po
12087         * po/sr.po
12088         * po/zh_CN.po
12089                 sync with HEAD
12090
12091 2005-03-04 [colin]      1.0.1cvs22.2
12092
12093         * src/compose.c
12094                 Fix signatures with accentued chars in it
12095
12096 2005-03-04 [colin]      1.0.1cvs22.1
12097
12098         * src/common/smtp.c
12099         * src/common/smtp.h
12100                 Don't use SIZE param in MAIL FROM: if server 
12101                 doesn't support it. Patch by Eugen Freiter
12102                 <eugen_f@users.sf.net>
12103
12104 2005-02-27 [paul]       1.0.1cvs20.1
12105
12106         * ChangeLog.claws
12107         * configure.ac
12108         * src/messageview.c
12109                 sync with HEAD
12110
12111 2005-02-27 [colin]      1.0.1cvs19.4
12112
12113         * src/procheader.c
12114         * src/procheader.h
12115                 Fix prototypes. Patch by Alfons
12116
12117 2005-02-27 [colin]      1.0.1cvs19.3
12118
12119         * src/compose.c
12120                 Don't auto-join the signature separator.
12121
12122 2005-02-26 [colin]      1.0.1cvs19.2
12123
12124         * src/summaryview.c
12125                 Fix 'mark all read' with collapsed threads.
12126                 Patch by Alfons.
12127
12128 2005-02-25 [paul]       1.0.1cvs19.1
12129
12130         * ChangeLog.claws
12131         * configure.ac
12132         * src/prefs_account.c
12133         * src/prefs_folder_item.c
12134         * src/gtk/prefswindow.c
12135         * src/gtk/prefswindow.h
12136                 sync with HEAD
12137
12138 2005-02-25 [paul]       1.0.1cvs15.12
12139
12140         * src/alertpanel.c
12141         * src/codeconv.c
12142         * src/compose.c
12143         * src/textview.c
12144         * src/gtk/gtkutils.c
12145         * src/gtk/gtkutils.h
12146         * src/gtk/logwindow.c
12147         * src/gtk/progressdialog.c
12148                 sync with main (revision 127)
12149                 and fix logwindow clipping
12150
12151 2005-02-24 [colin]      1.0.1cvs15.11
12152
12153         * src/plugins/pgpmime/passphrase.c
12154                 Disable input grabbing; it doesn't work yet.
12155
12156 2005-02-24 [colin]      1.0.1cvs15.10
12157
12158         * src/messageview.c
12159                 Don't send out receipts if offline. Ask.
12160
12161 2005-02-23 [colin]      1.0.1cvs15.9
12162
12163         * src/summaryview.c     
12164                 Fix expanding
12165
12166 2005-02-23 [colin]      1.0.1cvs15.8
12167
12168         * src/summaryview.c
12169                 Really fix Bug 568 by removing useless
12170                 calls. summary_thread_init() now called
12171                 in summary_sort(). This should please
12172                 Alfons as it should be faster than 
12173                 previously.
12174
12175 2005-02-23 [colin]      1.0.1cvs15.7
12176
12177         * src/compose.c
12178                 Encode parts as QP or B64 if signing
12179
12180 2005-02-23 [colin]      1.0.1cvs15.6
12181
12182         * src/compose.c
12183                 Fix Mimeinfo leakage (including tmp files)
12184         * src/procmsg.c
12185                 Fix tmp file leakage (spotted by Ivan Rayner)
12186
12187 2005-02-22 [colin]      1.0.1cvs15.5
12188
12189         * src/expldifdlg.c
12190                 Fix keyboard input. Patch by Alfons.
12191
12192 2005-02-21 [colin]      1.0.1cvs15.4
12193
12194         * src/compose.c
12195                 Fix Sign/Encrypt when unselecting privacy
12196                 system
12197         * src/prefs_common.c
12198                 Change default message font to Monospace
12199         * src/summaryview.c
12200                 More freezing during potentially large operations
12201
12202 2005-02-21 [paul]       1.0.1cvs15.3
12203
12204         * src/main.c
12205                 fix --help output
12206
12207 2005-02-21 [paul]       1.0.1cvs15.2
12208
12209         * po/Makefile.in.in
12210         * src/compose.c
12211         * src/summaryview.c
12212         * src/textview.c
12213         * src/common/utils.c
12214         * src/common/utils.h
12215                 sync with main (revision 117)
12216
12217 2005-02-20 [colin]      1.0.1cvs15.1
12218
12219         * src/common/defs.h
12220                 Change cache file to .sylpheed_claws_cache, as
12221                 suggested by Alfons. Allows people to switch
12222                 between Sylpheed and Sylpheed-Claws. it is
12223                 a good idea to "Check for new messages" at next
12224                 startup.
12225
12226
12227 2005-02-18 [colin]      1.0.1cvs14.1
12228
12229         * src/quote_fmt_lex.l
12230         * src/quote_fmt_parse.y
12231                 Fix parser initialisation. Patch by Ivan.
12232
12233 2005-02-18 [colin]      1.0.1cvs11.6
12234
12235         * src/folderview.c
12236                 Fix scrolldown (bug 662)
12237
12238 2005-02-17 [colin]      1.0.1cvs11.5
12239
12240         * src/codeconv.c
12241                 conv_filename_to_utf8: return clean 7bit instead
12242                 of broken utf8 if needed
12243         * src/mimeview.c
12244                 Fix display of parts with unclean 8bit names
12245
12246 2005-02-17 [paul]       1.0.1cvs11.4
12247
12248         * src/compose.c
12249         * src/exportldif.c
12250         * src/matcher_parser_parse.y
12251         * src/procmime.c
12252         * src/sourcewindow.c
12253         * src/common/Makefile.am
12254         * src/common/intl.h             ** REMOVED **
12255         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12256                 sync with main (revision 109)
12257                 and clean up
12258
12259 2005-02-16 [colin]      1.0.1cvs11.3
12260
12261         * src/summaryview.c
12262                 Fix collapsed thread not highlighting when new
12263                 messages in it (Bug 568) Patch by Stephan Sachse.
12264                 Fix messed up selection when reaching bounds (Bug 632)
12265         * src/prefs_themes.c
12266                 Fix theme installing (Bug 684)
12267
12268 2005-02-16 [colin]      1.0.1cvs11.2
12269
12270         * src/messageview.c
12271                 Fix messageview_select_all
12272
12273 2005-02-16 [colin]      1.0.1cvs11.1
12274
12275         * src/mh.c
12276                 Sync with HEAD (MH scan required function)
12277
12278 2005-02-15 [colin]      1.0.1cvs8.1
12279
12280         * src/mimeview.c
12281         * src/common/utils.c
12282                 Sync with HEAD (filename chars substitution)
12283
12284 2005-02-15 [colin]      1.0.1cvs7.3
12285
12286         * src/gtk/pluginwindow.c
12287                 Fix button spacing
12288
12289 2005-02-15 [colin]      1.0.1cvs7.2
12290
12291         * src/mimeview.c
12292                 Fix mime icons not reset across message when
12293                 scrolled down
12294
12295 2005-02-15 [colin]      1.0.1cvs7.1
12296
12297         * src/compose.c
12298         * src/procmime.c
12299                 Sync with HEAD (optimisation of cvs6)
12300
12301 2005-02-14 [colin]      1.0.1cvs6.1
12302
12303         * src/compose.c
12304         * src/procmime.c
12305                 Sync with HEAD (encode "From " at line beginning)
12306
12307 2005-02-14 [colin]      1.0.1cvs5.3
12308
12309         * src/compose.c
12310                 Fix wrapping with accentued chars.
12311
12312 2005-02-13 [colin]      1.0.1cvs5.2
12313
12314         * src/textview.c
12315                 Fix email informative part parsing with
12316                 accentued chars in it. ispunct() returns
12317                 true for them in utf8...
12318
12319 2005-02-12 [colin]      1.0.1cvs5.1
12320
12321         * src/filtering.c
12322                 Sync with HEAD (remove wrong use of compose after send)
12323
12324 2005-02-12 [paul]       1.0.1cvs4.5
12325
12326         * src/textview.c
12327                 remove unnecessary code (thanks to Alfons)
12328
12329 2005-02-12 [paul]       1.0.1cvs4.4
12330
12331         * src/textview.c
12332                 add 'Copy' to contextual menu on emails
12333
12334 2005-02-11 [colin]      1.0.1cvs4.3
12335
12336         * src/compose.c
12337                 revert 1.0.0cvs28.2, it doesn't work that well.
12338
12339 2005-02-11 [paul]       1.0.1cvs4.2
12340
12341         * po/Makefile.in.in
12342                 fix 'make release'
12343
12344 2005-02-10 [paul]       1.0.1cvs4.1
12345
12346         * ChangeLog
12347         * ChangeLog.claws
12348         * ChangeLog.jp
12349         * configure.ac
12350         * src/compose.c
12351                 sync with HEAD (sync with main)
12352
12353 2005-02-10 [paul]       1.0.1cvs3.2
12354
12355         * AUTHORS
12356         * Makefile.am
12357         * autogen.sh
12358         * configure.ac
12359         * config/mkinstalldirs
12360         * intl/.cvsignore
12361         * intl/ChangeLog
12362         * intl/VERSION
12363         * intl/bindtextdom.c
12364         * intl/config.charset
12365         * intl/dcgettext.c
12366         * intl/dcigettext.c
12367         * intl/dcngettext.c
12368         * intl/dgettext.c
12369         * intl/dngettext.c
12370         * intl/eval-plural.h
12371         * intl/explodename.c
12372         * intl/finddomain.c
12373         * intl/gettext.c
12374         * intl/gettextP.h
12375         * intl/gmo.h
12376         * intl/hash-string.h
12377         * intl/intl-compat.c
12378         * intl/l10nflist.c
12379         * intl/libgnuintl.h.in
12380         * intl/loadinfo.h
12381         * intl/loadmsgcat.c
12382         * intl/localcharset.c
12383         * intl/localcharset.h
12384         * intl/locale.alias
12385         * intl/localealias.c
12386         * intl/localename.c
12387         * intl/log.c
12388         * intl/ngettext.c
12389         * intl/os2compat.c
12390         * intl/os2compat.h
12391         * intl/osdep.c
12392         * intl/plural-exp.c
12393         * intl/plural-exp.h
12394         * intl/plural.c
12395         * intl/plural.y
12396         * intl/ref-add.sin
12397         * intl/ref-del.sin
12398         * intl/relocatable.c
12399         * intl/relocatable.h
12400         * intl/textdomain.c
12401         * m4/Makefile.am
12402         * po/Makefile.in.in
12403         * src/Makefile.am
12404         * src/account.c
12405         * src/action.c
12406         * src/addr_compl.c
12407         * src/addressadd.c
12408         * src/addressbook.c
12409         * src/addrgather.c
12410         * src/addrindex.c
12411         * src/alertpanel.c
12412         * src/browseldap.c
12413         * src/codeconv.c
12414         * src/codeconv.h
12415         * src/compose.c
12416         * src/compose.h
12417         * src/crash.c
12418         * src/editaddress.c
12419         * src/editbook.c
12420         * src/editgroup.c
12421         * src/editjpilot.c
12422         * src/editldap.c
12423         * src/editldap_basedn.c
12424         * src/editvcard.c
12425         * src/exphtmldlg.c
12426         * src/expldifdlg.c
12427         * src/export.c
12428         * src/exporthtml.c
12429         * src/filtering.c
12430         * src/folder.c
12431         * src/folder_item_prefs.c
12432         * src/foldersel.c
12433         * src/folderview.c
12434         * src/grouplistdialog.c
12435         * src/headerview.c
12436         * src/imap.c
12437         * src/imap_gtk.c
12438         * src/import.c
12439         * src/importldif.c
12440         * src/importmutt.c
12441         * src/importpine.c
12442         * src/inc.c
12443         * src/ldif.c
12444         * src/main.c
12445         * src/mainwindow.c
12446         * src/matcher.c
12447         * src/mbox.c
12448         * src/message_search.c
12449         * src/messageview.c
12450         * src/mh.c
12451         * src/mh_gtk.c
12452         * src/mimeview.c
12453         * src/msgcache.c
12454         * src/news.c
12455         * src/news_gtk.c
12456         * src/noticeview.c
12457         * src/partial_download.c
12458         * src/pop.c
12459         * src/prefs_account.c
12460         * src/prefs_actions.c
12461         * src/prefs_common.c
12462         * src/prefs_customheader.c
12463         * src/prefs_display_header.c
12464         * src/prefs_ext_prog.c
12465         * src/prefs_filtering.c
12466         * src/prefs_filtering_action.c
12467         * src/prefs_folder_item.c
12468         * src/prefs_fonts.c
12469         * src/prefs_gtk.c
12470         * src/prefs_matcher.c
12471         * src/prefs_msg_colors.c
12472         * src/prefs_spelling.c
12473         * src/prefs_summary_column.c
12474         * src/prefs_template.c
12475         * src/prefs_themes.c
12476         * src/prefs_toolbar.c
12477         * src/prefs_wrapping.c
12478         * src/privacy.c
12479         * src/procheader.c
12480         * src/procmime.c
12481         * src/procmsg.c
12482         * src/quote_fmt.c
12483         * src/recv.c
12484         * src/send_message.c
12485         * src/setup.c
12486         * src/sourcewindow.c
12487         * src/ssl_manager.c
12488         * src/statusbar.c
12489         * src/summary_search.c
12490         * src/summaryview.c
12491         * src/textview.c
12492         * src/toolbar.c
12493         * src/wizard.c
12494         * src/common/nntp.c
12495         * src/common/plugin.c
12496         * src/common/smtp.c
12497         * src/common/ssl.c
12498         * src/common/ssl_certificate.c
12499         * src/common/string_match.c
12500         * src/common/sylpheed.c
12501         * src/common/template.c
12502         * src/common/utils.c
12503         * src/gtk/about.c
12504         * src/gtk/colorlabel.c
12505         * src/gtk/description_window.c
12506         * src/gtk/filesel.c
12507         * src/gtk/foldersort.c
12508         * src/gtk/gtkaspell.c
12509         * src/gtk/gtkutils.c
12510         * src/gtk/inputdialog.c
12511         * src/gtk/logwindow.c
12512         * src/gtk/menu.c
12513         * src/gtk/pluginwindow.c
12514         * src/gtk/prefswindow.c
12515         * src/gtk/progressdialog.c
12516         * src/gtk/quicksearch.c
12517         * src/gtk/sslcertwindow.c
12518         * src/plugins/clamav/clamav_plugin.c
12519         * src/plugins/clamav/clamav_plugin_gtk.c
12520         * src/plugins/demo/demo.c
12521         * src/plugins/dillo_viewer/dillo_prefs.c
12522         * src/plugins/dillo_viewer/dillo_viewer.c
12523         * src/plugins/image_viewer/plugin.c
12524         * src/plugins/image_viewer/viewer.c
12525         * src/plugins/image_viewer/viewerprefs.c
12526         * src/plugins/mathml_viewer/mathml_viewer.c
12527         * src/plugins/pgpmime/passphrase.c
12528         * src/plugins/pgpmime/plugin.c
12529         * src/plugins/pgpmime/prefs_gpg.c
12530         * src/plugins/pgpmime/select-keys.c
12531         * src/plugins/pgpmime/sgpgme.c
12532         * src/plugins/spamassassin/spamassassin.c
12533         * src/plugins/spamassassin/spamassassin_gtk.c
12534         * src/plugins/trayicon/trayicon.c
12535                 sync with main (revision 104)
12536
12537 2005-02-10 [colin]      1.0.1cvs3.1
12538
12539         * src/mainwindow.c
12540                 Sync with HEAD (fix occasional crasher)
12541
12542 2005-02-10 [colin]      1.0.1cvs2.1
12543
12544         * src/messageview.c
12545                 Synw with HEAD (don't automatically display html)
12546
12547 2005-02-09 [colin]      1.0.1cvs1.3
12548
12549         * src/textview.c
12550         * src/textview.h
12551                 Add contextual menu on emails
12552
12553 2005-02-09 [colin]      1.0.1cvs1.2
12554
12555         * src/codeconv.c
12556                 Fix converting from broken headers and 
12557                 put back the _ in missing places
12558                 (feature broke with cvs24.2 sync, main 
12559                  possibly affected?)
12560
12561 2005-02-09 [colin]      1.0.1cvs1.1
12562
12563         * src/messageview.c
12564         * src/mimeview.c
12565         * src/mimeview.h
12566                 Sync with HEAD (display non text/plain mails with plugin)
12567
12568 2005-02-08 [colin]      1.0.1.1
12569
12570         * ChangeLog.claws
12571         * po/pt_BR.po
12572                 Sync with HEAD
12573         * configure.ac
12574                 Make default configuration directory 
12575                 be .sylpheed-gtk2
12576
12577 2005-02-08 [colin]      1.0.0cvs29.1
12578
12579         * po/de.po
12580         * po/es.po
12581         * po/fr.po
12582         * po/it.po
12583         * po/sk.po
12584         * po/sr.po
12585                 Sync translations with HEAD
12586
12587 2005-02-06 [colin]      1.0.0cvs28.3
12588
12589         * src/compose.c
12590                 Make compose a bit faster - patch by Alfons.
12591
12592 2005-02-06 [colin]      1.0.0cvs28.2
12593
12594         * src/compose.c
12595                 Make pasting via middle-click more reliable
12596
12597 2005-02-05 [paul]       1.0.0cvs28.1
12598
12599         * ChangeLog
12600         * ChangeLog.claws
12601         * ChangeLog.jp
12602         * configure.ac
12603         * src/compose.c
12604                 sync with HEAD
12605                 (fix bug 682 'redirect is broken'
12606
12607 2005-02-05 [torte]      1.0.0cvs27.1
12608
12609         * ChangeLog.claws
12610         * configure.ac
12611         * src/partial_download.c
12612                 Sync with HEAD (fix buf overflow)
12613
12614 2005-02-03 [colin]      1.0.0cvs26.1
12615
12616         * src/common/plugin.c
12617                 Sync with HEAD (avoid plugin mismatches)
12618
12619 2005-02-03 [paul]       1.0.0cvs25.3
12620
12621         * src/folderview.c
12622         * src/headerview.c
12623         * src/summaryview.c
12624         * src/textview.c
12625         * src/gtk/colorlabel.c
12626                 third and final part of initial sync with main-gtk2
12627
12628 2005-02-03 [paul]       1.0.0cvs25.2
12629
12630         * src/jpilot.c
12631                 fix building with jpilot support
12632
12633 2005-02-02 [colin]      1.0.0cvs25.1
12634
12635         * src/messageview.c
12636                 Sync with HEAD (fix dangerous typo)
12637
12638 2005-02-01 [colin]      1.0.0cvs24.3
12639
12640         * src/common/xml.c
12641                 Write file as advertised (UTF-8)
12642
12643 2005-02-01 [paul]       1.0.0cvs24.2
12644
12645         * src/addrbook.c
12646         * src/addrindex.c
12647         * src/alertpanel.h
12648         * src/codeconv.c
12649         * src/codeconv.h
12650         * src/compose.c
12651         * src/export.c
12652         * src/folder_item_prefs.c
12653         * src/html.c
12654         * src/imap.c
12655         * src/import.c
12656         * src/jpilot.c
12657         * src/mainwindow.c
12658         * src/matcher_parser_lex.l
12659         * src/messageview.c
12660         * src/mh.c
12661         * src/prefs_account.c
12662         * src/prefs_actions.c
12663         * src/prefs_common.c
12664         * src/prefs_gtk.c
12665         * src/prefs_gtk.h
12666         * src/prefs_themes.c
12667         * src/procheader.c
12668         * src/procmime.c
12669         * src/sourcewindow.c
12670         * src/statusbar.c
12671         * src/summaryview.c
12672         * src/textview.c
12673         * src/toolbar.c
12674         * src/unmime.c
12675         * src/common/template.c
12676         * src/common/utils.c
12677         * src/common/xml.c
12678         * src/common/xml.h
12679         * src/gtk/gtkaspell.c
12680         * src/plugins/clamav/clamav_plugin.c
12681         * src/plugins/dillo_viewer/dillo_prefs.c
12682         * src/plugins/image_viewer/viewerprefs.c
12683         * src/plugins/pgpmime/passphrase.c
12684         * src/plugins/pgpmime/prefs_gpg.c
12685         * src/plugins/pgpmime/select-keys.c
12686         * src/plugins/spamassassin/spamassassin.c
12687                 second part of initial sync with main-gtk2
12688                 (more to follow)
12689
12690 2005-01-31 [colin]      1.0.0cvs24.1
12691
12692         * src/compose.c
12693                 Sync with HEAD
12694
12695 2005-01-29 [paul]       1.0.0cvs23.2
12696
12697         * src/account.c
12698         * src/action.c
12699         * src/addressadd.c
12700         * src/addressbook.c
12701         * src/alertpanel.c
12702         * src/compose.c
12703         * src/editaddress.c
12704         * src/editbook.c
12705         * src/editgroup.c
12706         * src/editjpilot.c
12707         * src/editldap.c
12708         * src/editldap_basedn.c
12709         * src/editvcard.c
12710         * src/export.c
12711         * src/foldersel.c
12712         * src/grouplistdialog.c
12713         * src/import.c
12714         * src/importldif.c
12715         * src/inc.c
12716         * src/main.c
12717         * src/mainwindow.c
12718         * src/message_search.c
12719         * src/messageview.c
12720         * src/mimeview.c
12721         * src/prefs_actions.c
12722         * src/prefs_common.c
12723         * src/prefs_common.h
12724         * src/prefs_customheader.c
12725         * src/prefs_display_header.c
12726         * src/prefs_filtering.c
12727         * src/prefs_filtering_action.c
12728         * src/prefs_gtk.c
12729         * src/prefs_matcher.c
12730         * src/prefs_summary_column.c
12731         * src/prefs_template.c
12732         * src/sourcewindow.c
12733         * src/summary_search.c
12734         * src/summaryview.c
12735         * src/textview.c
12736         * src/gtk/about.c
12737         * src/gtk/description_window.c
12738         * src/gtk/gtkshruler.c
12739         * src/gtk/gtkutils.c
12740         * src/gtk/gtkutils.h
12741         * src/gtk/inputdialog.c
12742         * src/gtk/logwindow.c
12743         * src/gtk/prefswindow.c
12744         * src/gtk/progressdialog.c
12745         * src/gtk/progressdialog.h
12746                 first part of initial sync with main-gtk2
12747                 (more to follow)
12748
12749 2005-01-28 [colin]      1.0.0cvs23.1
12750
12751         * src/folderview.c
12752                 Sync with HEAD
12753
12754 2005-01-27 [colin]      1.0.0cvs21.1
12755
12756         * src/folder.c
12757         * src/folderview.c
12758                 Sync with HEAD
12759
12760 2005-01-27 [colin]      1.0.0cvs19.1
12761
12762         * src/procmime.c
12763                 Sync with HEAD
12764
12765 2005-01-27 [colin]      1.0.0cvs18.1
12766
12767         * src/messageview.c
12768         * src/summaryview.c
12769         * src/mainwindow.c
12770         * src/compose.c
12771         * src/compose.h
12772         * src/procmsg.c
12773         * src/procmsg.h
12774         * src/toolbar.c
12775                 Sync with HEAD
12776
12777 2005-01-26 [paul]       1.0.0cvs15.2
12778
12779         * src/compose.c
12780                 compose_entries_set(): convert subject and body to
12781                 utf8 if necessary. patch by Felix Eckhofer
12782
12783 2005-01-26 [paul]       1.0.0cvs15.1
12784
12785         * configure.ac
12786         * src/common/template.c
12787                 sync with HEAD (fix memory leak)
12788
12789 2005-01-25 [paul]       1.0.0cvs14.1
12790
12791         * configure.ac
12792         * src/compose.c
12793                 sync with HEAD
12794
12795 2005-01-24 [colin]      1.0.0cvs13.1
12796
12797         * src/summaryview.c
12798                 Sync with HEAD
12799
12800 2005-01-24 [paul]       1.0.0cvs12.1
12801
12802         * configure.ac
12803         * src/messageview.c
12804         * src/mh.c
12805         * src/common/utils.c
12806                 sync with HEAD
12807
12808 2005-01-24 [colin]      1.0.0cvs11.1
12809
12810         * src/procheader.c
12811                 Sync with HEAD
12812
12813 2005-01-24 [colin]      1.0.0cvs10.1
12814
12815         * src/folderview.c
12816                 Sync with HEAD
12817
12818 2005-01-23 [colin]      1.0.0cvs9.1
12819
12820         * src/crash.c
12821                 Sync with HEAD
12822
12823 2005-01-22 [colin]      1.0.0cvs8.1
12824
12825         * src/summaryview.c
12826         * src/gtk/quicksearch.c
12827                 Sync with HEAD
12828
12829 2005-01-21 [colin]      1.0.0cvs7.1
12830
12831         * src/summaryview.c
12832                 Sync with HEAD
12833
12834 2005-01-21 [colin]      1.0.0cvs6.1
12835
12836         * src/summaryview.c
12837                 Sync with HEAD
12838
12839 2005-01-21 [colin]      1.0.0cvs5.1
12840
12841         * src/gtk/quicksearch.c
12842         * src/prefs_common.c
12843         * src/prefs_common.h
12844                 Sync with HEAD (recurse option)
12845
12846 2005-01-21 [colin]      1.0.0cvs4.1
12847
12848         * src/folder.h
12849         * src/folderview.c
12850         * src/folderview.h
12851         * src/summaryview.c
12852         * src/gtk/quicksearch.c
12853         * src/gtk/quicksearch.h
12854                 Sync with HEAD (recursive quicksearch)
12855
12856 2005-01-20 [colin]      1.0.0cvs3.4
12857
12858         * src/ssl_manager.c
12859                 Remove useless code
12860
12861 2005-01-20 [colin]      1.0.0cvs3.3
12862
12863         * src/ssl_manager.c
12864                 Fix leak, thanks to Alfons.
12865
12866 2005-01-20 [colin]      1.0.0cvs3.2
12867
12868         * src/ssl_manager.c
12869                 Port SSL certificate window to GTK2.
12870
12871 2005-01-20 [paul]       1.0.0cvs3.1
12872
12873         * ChangeLog.claws
12874         * configure.ac
12875         * src/addrindex.c
12876         * src/addrindex.h
12877                 sync with HEAD
12878
12879 2005-01-19 [colin]      1.0.0cvs2.2
12880
12881         * src/plugins/trayicon/trayicon.c
12882                 Fix freeze with gtk-2.6, the easy way
12883                 (signal blocking helpless there...)
12884                 Closes bug #668.
12885
12886 2005-01-19 [colin]      1.0.0cvs2.1
12887
12888         * src/mbox.c
12889         * src/mbox.h
12890         * src/mainwindow.c
12891         * src/summaryview.c
12892         * src/summaryview.h
12893                 Sync with HEAD
12894
12895 2005-01-19 [paul]       1.0.0cvs1.1
12896
12897         * configure.ac
12898         * po/de.po
12899         * po/es.po
12900         * po/fr.po
12901         * po/hr.po
12902         * po/it.po
12903         * po/ja.po
12904         * po/ko.po
12905         * po/pt_BR.po
12906         * po/ru.po
12907         * po/sk.po
12908         * po/sr.po
12909                 sync with HEAD (update translations)
12910
12911 2005-01-18 [colin]      1.0.0cvs0.1
12912
12913         * src/foldersel.c
12914                 Specify search column - patch by Alfons
12915
12916 2005-01-18 [colin]      0.9.13cvs36.3
12917
12918         * src/prefs_toolbar.c
12919                 Change Delete to Remove
12920         * src/prefs_fonts.c
12921                 GTK2 version and leak fixes
12922         * src/prefs_actions.c
12923                 Add stock buttons.
12924                 All patches by Alfons
12925
12926 2005-01-17 [colin]      0.9.13cvs36.2
12927
12928         * src/compose.c
12929                 Fix DnD inserting twice. While at it,
12930                 add DnD support for text/plain in the
12931                 body, and add support in the headers.
12932
12933 2005-01-16 [colin]      0.9.13cvs36.1
12934
12935         * ChangeLog
12936         * ChangeLog.jp
12937         * ChangeLog.claws
12938                 Sync with HEAD (nothing applicable)
12939
12940 2005-01-16 [colin]      0.9.13cvs33.2
12941
12942         * src/prefs_toolbar.c
12943                 GTK2ize prefs_toolbar, by Alfons.
12944
12945 2005-01-14 [colin]      0.9.13cvs33.1
12946
12947         * src/html.c
12948         * src/msgcache.c
12949                 Sync with HEAD
12950
12951 2005-01-14 [colin]      0.9.13cvs32.1
12952
12953         * src/html.c
12954         * src/html.h
12955         * src/msgcache.c
12956         * AUTHORS
12957         * tools/calypso_convert.pl
12958                 Sync with HEAD
12959
12960 2005-01-08 [colin]      0.9.13cvs29.2
12961
12962         * src/prefs_filtering_action.c
12963         * src/prefs_filtering.c
12964                 2 more gtk2 patches by Alfons
12965
12966 2005-01-07 [paul]       0.9.13cvs29.1
12967
12968         * ChangeLog
12969         * ChangeLog.claws
12970         * ChangeLog.jp
12971         * configure.ac
12972         * src/pop.c
12973         * src/pop.h
12974                 sync with HEAD
12975
12976 2005-01-07 [colin]      0.9.13cvs28.3
12977
12978         * src/gtk/progressdialog.c
12979         * src/gtk/progressdialog.h
12980         * src/inc.c
12981         * src/send_message.c
12982                 GTK2 for the incorporation dialog. The CList isn't dead
12983                 yet, for a more smooth migration. Patch by Alfons.
12984
12985 2005-01-06 [colin]      0.9.13cvs28.2
12986
12987         * src/prefs_display_header.c
12988                 GTK2 conversion by Alfons
12989         * src/prefs_actions.c
12990         * src/prefs_matcher.c
12991                 Fix 2 leaks - patch by Alfons
12992
12993 2005-01-06 [colin]      0.9.13cvs28.1
12994
12995         * src/prefs_matcher.c
12996                 Sync with HEAD
12997
12998 2005-01-06 [colin]      0.9.13cvs27.4
12999
13000         * src/prefs_matcher.c
13001                 Fix double-free. Patch by Alfons
13002
13003 2005-01-06 [colin]      0.9.13cvs27.3
13004
13005         * src/prefs_matcher.c
13006                 GTK2 widgets + memleak
13007                 Patch by Alfons
13008
13009 2005-01-05 [colin]      0.9.13cvs27.2
13010
13011         * src/account.c
13012         * src/addr_compl.c
13013         * src/foldersel.c
13014         * src/stock_pixmap.c
13015         * src/stock_pixmap.h
13016                 3 more GTK2 patches by Alfons.
13017
13018 2005-01-04 [colin]      0.9.13cvs27.1
13019
13020         * src/folderview.c
13021         * src/imap_gtk.c
13022         * src/news_gtk.c
13023                 Sync with HEAD
13024
13025 2005-01-04 [colin]      0.9.13cvs25.9
13026
13027         * src/compose.c
13028                 Fix Show Ruler menuitem
13029         * src/prefs_template.c
13030                 Convert to GTK2
13031         * src/common/utils.c
13032                 Make auto pointer stuff handles NULLs
13033                 Patches by Alfons.
13034
13035 2005-01-04 [colin]      0.9.13cvs25.8
13036
13037         * src/compose.c
13038                 Move the attachment list to gtk2
13039                 Patch by Alfons.
13040
13041 2005-01-04 [colin]      0.9.13cvs25.7
13042
13043         * src/textview.c
13044                 Make some keys work again
13045                 Patch by SungHyun Nam <namsh@kldp.org>
13046
13047 2005-01-04 [colin]      0.9.13cvs25.6
13048
13049         * src/gtk/gtkshruler.c
13050                 Move the ruler to GTK2
13051                 Patch by Alfons
13052
13053 2005-01-03 [colin]      0.9.13cvs25.5
13054
13055         * src/compose.c
13056                 Fix my broken patch apply 
13057
13058 2005-01-03 [colin]      0.9.13cvs25.4
13059
13060         * src/common/utils.c
13061         * src/common/utils.h
13062         * src/gtk/prefswindow.c
13063                 Move auto pointer stuff to utils.c
13064                 Patch by Alfons again :)
13065
13066 2005-01-03 [colin]      0.9.13cvs25.3
13067
13068         * src/compose.c
13069         * src/prefs_gtk.c
13070         * src/prefs_template.c
13071         * src/textview.c
13072                 Empty text widgets with empty strings, not NULL char
13073                 Patch by SungHyun Nam <namsh@kldp_org>
13074
13075 2005-01-03 [colin]      0.9.13cvs25.2
13076
13077         * src/main.c
13078         * AUTHORS
13079                 Sync with HEAD
13080
13081 2005-01-03 [colin]      0.9.13cvs25.1
13082
13083         * src/pop.c
13084         * src/pop.h
13085                 Sync with HEAD
13086
13087 2005-01-03 [colin]      0.9.13cvs24.3
13088
13089         * src/account.c
13090                 Two patches from Alfons and Alex S Moore:
13091                 fix images, fix return value.
13092
13093 2005-01-01 [colin]      0.9.13cvs24.2
13094
13095         * src/prefs_actions.c
13096                 Fix over-zealous assertion. Patch by Alfons
13097
13098 2005-01-01 [colin]      0.9.13cvs24.1
13099
13100         * src/procmime.c
13101                 Sync with HEAD (leak fix)
13102
13103 2004-12-31 [colin]      0.9.13cvs23.2
13104
13105         * src/prefs_common.c
13106                 GTK2 widgets + stock buttons - patch by Alfons
13107
13108 2004-12-31 [paul]       0.9.13cvs23.1
13109
13110         * configure.ac
13111                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13112         * src/gtk/pluginwindow.c
13113                 use GTK2 widgets and plug memory leaks,
13114                 patches by Alfons
13115
13116 2004-12-30 [colin]      0.9.13cvs22.4
13117
13118         * src/account.c
13119         * src/action.c
13120         * src/export.c
13121         * src/foldersel.c
13122         * src/import.c
13123         * src/message_search.c
13124         * src/prefs_actions.c
13125         * src/prefs_common.c
13126         * src/prefs_customheader.c
13127         * src/prefs_filtering.c
13128         * src/prefs_summary_column.c
13129         * src/summary_search.c
13130         * src/gtk/about.c
13131         * src/gtk/description_window.c
13132         * src/gtk/gtkutils.c
13133         * src/gtk/gtkutils.h
13134         * src/gtk/inputdialog.c
13135         * src/gtk/prefswindow.c
13136                 Use GTK2 stock buttons. Patches by Alfons.
13137
13138 2004-12-30 [colin]      0.9.13cvs22.3
13139
13140         * src/account.c
13141                 Sync with HEAD
13142         * src/prefs_actions.c
13143         * src/prefs_customheader.c
13144         * src/prefs_filtering.c
13145         * src/prefs_msg_colors.c
13146         * src/prefs_summary_column.c
13147         * src/gtk/prefswindow.c
13148                 Use GtkTreeView instead of deprecated 
13149                 widgets. Patches by Alfons.
13150
13151 2004-12-30 [paul]       0.9.13cvs22.2
13152
13153         * src/foldersel.c
13154                 use GTK 2 Tree View
13155                 patch by Alfons, with root folder sorting fix
13156                 by Stephan Sachse
13157
13158 2004-12-30 [paul]       0.9.13cvs22.1
13159
13160         * ChangeLog
13161         * ChangeLog.claws
13162         * ChangeLog.jp
13163         * NEWS
13164         * configure.ac
13165         * src/account.c
13166                 sync with HEAD
13167
13168 2004-12-22 [martin]     0.9.13cvs21.2
13169
13170         * src/action.c
13171                 free the command line after its use
13172
13173 2004-12-18 [paul]       0.9.13cvs21.1
13174
13175         * AUTHORS
13176         * ChangeLog
13177         * ChangeLog.claws
13178         * ChangeLog.jp
13179         * NEWS
13180         * configure.ac
13181         * src/action.c
13182         * src/compose.c
13183         * src/syldap.c
13184                 sync with HEAD
13185
13186 2004-12-17 [martin]     0.9.13cvs17.2
13187
13188         * src/action.c
13189                 convert actions input to locale
13190         * src/inc.c
13191                 convert notification command to locale
13192         * src/plugins/pgpmime/select-keys.c
13193                 convert attributes to utf8
13194
13195 2004-12-14 [colin]      0.9.13cvs17.1
13196
13197         * ChangeLog
13198         * ChangeLog.jp
13199         * ChangeLog.claws
13200         * src/action.c
13201         * src/common/utils.c
13202         * src/gtk/prefswindow.c
13203         * src/gtk/gtkutils.c
13204         * src/gtk/gtkutils.h
13205         * src/plugins/spamassassin/libspamc.c
13206                 Sync with HEAD
13207
13208 2004-12-13 [colin]      0.9.13cvs14.1
13209
13210         * src/quote_fmt_parse.y
13211                 Sync with HEAD
13212
13213 2004-12-10 [colin]      0.9.13cvs12.1
13214
13215         * src/prefs_themes.c
13216         * src/mainwindow.c
13217         * src/messageview.c
13218                 Sync with HEAD
13219
13220 2004-12-09 [colin]      0.9.13cvs10.1
13221
13222         * src/procmime.c
13223                 Sync with HEAD (fix B64 encoding from memory)
13224
13225 2004-12-08 [colin]      0.9.13cvs9.1
13226
13227         * src/gtk/colorlabel.c
13228                 Sync with HEAD
13229
13230 2004-12-08 [paul]       0.9.13cvs8.2
13231
13232         * src/gtk/pluginwindow.c
13233                 fix window resizing oddities
13234
13235 2004-12-08 [colin]      0.9.13cvs8.1
13236
13237         * src/quote_fmt_parse.y
13238                 Sync with HEAD
13239
13240 2004-12-08 [colin]      0.9.13cvs7.1
13241
13242         * src/matcher_parser_parse.y
13243         * src/msgcache.c
13244         * src/prefs_matcher.c
13245         * src/procheader.c
13246         * src/matcher.c
13247         * src/common/defs.h
13248         * po/sr.po
13249                 Sync with HEAD
13250
13251 2004-12-08 [colin]      0.9.13cvs6.1
13252
13253         * src/quote_fmt_parse.y
13254         * src/textview.c
13255                 Sync with HEAD
13256         * src/gtk/prefswindow.c
13257         * src/gtk/pluginwindow.c
13258                 Fix G_CALLBACKS protos (thanks to Alfons)
13259
13260 2004-12-07 [torte]      0.9.13cvs2.2
13261
13262         * src/procmime.c
13263                 [Bug 650] reply button causes crash
13264                 Thanks to David Relson and Christoph
13265
13266 2004-12-07 [colin]      0.9.13cvs2.1
13267
13268         * ChangeLog.claws
13269         * AUTHORS
13270         * po/sk.po
13271         * src/procmime.c
13272         * src/prefs_account.c
13273         * src/common/smtp.c
13274         * src/common/smtp.h
13275                 Sync with HEAD
13276
13277 2004-12-06 [colin]      0.9.12cvs187.1
13278
13279         * ChangeLog.claws
13280         * INSTALL
13281         * Makefile.am
13282         * README.claws
13283         * TODO.claws
13284         * configure.ac
13285         * po/bg.po
13286         * po/cs.po
13287         * po/el.po
13288         * po/en_GB.po
13289         * po/es.po
13290         * po/fr.po
13291         * po/hr.po
13292         * po/hu.po
13293         * po/it.po
13294         * po/ja.po
13295         * po/ko.po
13296         * po/nl.po
13297         * po/pl.po
13298         * po/pt_BR.po
13299         * po/ru.po
13300         * po/sk.po
13301         * po/sr.po
13302         * po/sv.po
13303         * po/zh_CN.po
13304         * po/zh_TW.Big5.po
13305         * src/compose.c
13306         * tools/Makefile.am
13307         * tools/README
13308         * tools/filter_conv.pl
13309         * tools/kdeservicemenu/README
13310         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13311         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13312                 Sync with HEAD
13313
13314 2004-12-04 [colin]      0.9.12cvs183.1
13315
13316         * src/compose.c
13317                 Sync with HEAD (compose window position saving)
13318
13319 2004-12-04 [paul]       0.9.12cvs182.3
13320
13321         * src/messageview.c
13322         * src/mimeview.c
13323         * src/prefs_customheader.c
13324         * src/gtk/quicksearch.c
13325                 replace some forgotten GTK_SIGNAL_FUNCs
13326
13327 2004-12-04 [paul]       0.9.12cvs182.2
13328
13329         * src/Makefile.am
13330                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13331                 committed in error      
13332
13333 2004-12-04 [paul]       0.9.12cvs182.1
13334
13335         * ChangeLog
13336         * ChangeLog.claws
13337         * ChangeLog.jp
13338         * INSTALL
13339         * NEWS
13340         * README
13341         * README.jp
13342         * configure.ac
13343         * doc/manual/ja/Makefile.am
13344         * doc/manual/ja/sylpheed-1.html
13345         * doc/manual/ja/sylpheed-10.html
13346         * doc/manual/ja/sylpheed-11.html
13347         * doc/manual/ja/sylpheed-12.html
13348         * doc/manual/ja/sylpheed-13.html
13349         * doc/manual/ja/sylpheed-14.html
13350         * doc/manual/ja/sylpheed-15.html
13351         * doc/manual/ja/sylpheed-16.html
13352         * doc/manual/ja/sylpheed-17.html
13353         * doc/manual/ja/sylpheed-18.html
13354         * doc/manual/ja/sylpheed-19.html
13355         * doc/manual/ja/sylpheed-2.html
13356         * doc/manual/ja/sylpheed-20.html
13357         * doc/manual/ja/sylpheed-3.html
13358         * doc/manual/ja/sylpheed-4.html
13359         * doc/manual/ja/sylpheed-5.html
13360         * doc/manual/ja/sylpheed-6.html
13361         * doc/manual/ja/sylpheed-7.html
13362         * doc/manual/ja/sylpheed-8.html
13363         * doc/manual/ja/sylpheed-9.html
13364         * doc/manual/ja/sylpheed.html
13365         * doc/manual/ja/sylpheed.sgml
13366         * po/de.po
13367         * src/Makefile.am
13368         * src/compose.c
13369         * src/procmime.c
13370         * src/pixmaps/regular.xpm **REMOVED**
13371         * src/plugins/pgpmime/pgpmime.c
13372         * src/plugins/pgpmime/plugin.c
13373         * src/plugins/pgpmime/prefs_gpg.c
13374                 sync with HEAD
13375
13376 2004-12-03 [paul]       0.9.12cvs180.1
13377
13378         * ChangeLog
13379         * ChangeLog.claws
13380         * ChangeLog.jp
13381         * configure.ac
13382         * src/Makefile.am
13383         * src/pop.c
13384         * src/common/utils.c
13385         * src/common/utils.h
13386         * src/pixmaps/continue.xpm
13387         * src/pixmaps/dir_close.xpm
13388         * src/pixmaps/dir_open.xpm
13389         * src/pixmaps/drafts_close.xpm
13390         * src/pixmaps/drafts_open.xpm
13391         * src/pixmaps/folder.xpm **REMOVED**
13392         * src/pixmaps/group.xpm
13393         * src/pixmaps/unread.xpm
13394                 sync with HEAD
13395
13396 2004-12-02 [colin]      0.9.12cvs179.1
13397
13398         * src/compose.c
13399                 Sync with HEAD (non-duplicated reedition)
13400
13401 2004-12-02 [colin]      0.9.12cvs178.1
13402
13403         * src/compose.c
13404                 Sync with HEAD (linewrap_quote fix)
13405
13406 2004-12-01 [colin]      0.9.12cvs177.3
13407
13408         * src/addrharvest.c
13409                 Replace sizeof with strlen
13410
13411 2004-12-01 [paul]       0.9.12cvs177.2
13412
13413         * src/addrharvest.c
13414                 fix 'harvest addresses'
13415
13416 2004-11-30 [colin]      0.9.12cvs177.1
13417
13418         * src/gtk/prefswindow.c
13419         * src/gtk/pluginwindow.c
13420                 Sync with HEAD
13421
13422 2004-11-29 [colin]      0.9.12cvs176.1
13423
13424         * src/folderview.c
13425                 sync with HEAD (Fix disappearing separators in folderview's popup)
13426
13427 2004-11-29 [colin]      0.9.12cvs175.1
13428
13429         * src/procmime.c
13430                 Sync with head (another format fix)
13431
13432 2004-11-29 [colin]      0.9.12cvs174.1
13433
13434         * src/pop.c
13435                 Sync with HEAD (format string fix)
13436
13437 2004-11-26 [colin]      0.9.12cvs173.1
13438
13439         * src/common/smtp.c
13440         * src/common/smtp.h
13441                 Sync with HEAD
13442
13443 2004-11-24 [colin]      0.9.12cvs172.1
13444
13445         * src/plugins/pgpmime/pgpmime.c
13446                 Sync with HEAD
13447
13448 2004-11-24 [colin]      0.9.12cvs171.1
13449
13450         * src/plugins/pgpmime/pgpmime.c
13451                 Sync with head (gpgmectx leaks)
13452
13453 2004-11-24 [colin]      0.9.12cvs169.1
13454
13455         * src/plugins/pgpmime/plugin.c
13456         * src/plugins/trayicon/Makefile.am
13457         * src/plugins/trayicon/newmarkedmail.xpm
13458         * src/plugins/trayicon/trayicon.c
13459         * src/plugins/trayicon/unreadmarkedmail.xpm
13460                 Sync with HEAD
13461
13462 2004-11-23 [colin]      0.9.12cvs168.1
13463
13464         * src/partial_download.c
13465         * src/partial_download.h
13466         * src/plugins/pgpmime/plugin.c
13467                 Sync with HEAD
13468
13469 2004-11-23 [colin]      0.9.12cvs166.1
13470
13471         * src/Makefile.am
13472         * src/codeconv.c
13473         * src/compose.c
13474         * src/folderview.c
13475         * src/main.c
13476         * src/partial_download.c
13477         * src/partial_download.h
13478         * src/prefs_account.c
13479         * src/prefs_account.h
13480         * src/privacy.c
13481         * src/privacy.h
13482         * src/procmime.c
13483         * src/common/Makefile.am
13484         * src/common/base64.h
13485         * src/common/partial_download.c
13486         * src/common/partial_download.h
13487         * src/gtk/prefswindow.c
13488         * src/gtk/prefswindow.h
13489         * src/plugins/pgpmime/pgpmime.c
13490         * src/plugins/pgpmime/prefs_gpg.c
13491         * src/plugins/pgpmime/prefs_gpg.h
13492         * src/plugins/pgpmime/sgpgme.c
13493         * src/plugins/pgpmime/sgpgme.h
13494                 Sync with HEAD
13495
13496 2004-11-23 [colin]      0.9.12cvs163.1
13497
13498         * src/main.c
13499                 Sync with HEAD (cursor optimization)
13500
13501 2004-11-23 [colin]      0.9.12cvs162.1
13502
13503         * src/prefs_common.c
13504         * src/prefs_themes.c
13505         * src/procmsg.c
13506                 Sync with HEAD
13507
13508 2004-11-23 [colin]      0.9.12cvs158.9
13509
13510         * src/compose.c
13511                 Fix double-free when forwarding
13512         * src/msgcache.c
13513                 Fix leak on error path
13514                 
13515
13516 2004-11-23 [colin]      0.9.12cvs158.8
13517
13518         * src/compose.c
13519                 Fix possible double-free
13520                 Spotted by Alfons
13521
13522 2004-11-23 [colin]      0.9.12cvs158.7
13523
13524         * src/compose.c
13525                 Fix some signal handlers' prototypes
13526                 Spotted by Alfons
13527
13528 2004-11-22 [colin]      0.9.12cvs158.6
13529
13530         * src/compose.c
13531                 Remove unneeded code and duplicated
13532                 wrapping - patch by Alfons
13533
13534 2004-11-22 [colin]      0.9.12cvs158.5
13535
13536         * src/prefs_themes.c
13537                 Fix oversized selector
13538
13539 2004-11-22 [colin]      0.9.12cvs158.4
13540
13541         * src/compose.c
13542                 fix dump_text()
13543                 patch by Alfons
13544
13545 2004-11-19 [colin]      0.9.12cvs158.3
13546
13547         * src/textview.c
13548                 Add a context menu on links (open, copy)
13549
13550 2004-11-18 [paul]       0.9.12cvs158.2
13551
13552         * src/addrgather.c
13553         * src/exphtmldlg.c
13554         * src/expldifdlg.c
13555         * src/mimeview.c
13556         * src/prefs_common.c
13557         * src/plugins/image_viewer/viewer.c
13558         * src/plugins/spamassassin/spamassassin_gtk.c
13559                 replace deprecated gtk_notebook_set_page
13560                 and gtk_notebook_current_page
13561
13562 2004-11-18 [paul]       0.9.12cvs158.1
13563
13564         * configure.ac
13565         * src/compose.c
13566         * src/mainwindow.c
13567         * src/messageview.c
13568         * src/prefs_common.c
13569         * src/common/utils.c
13570         * src/common/utils.h
13571                 sync with HEAD
13572
13573 2004-11-17 [colin]      0.9.12cvs156.1
13574
13575         * src/prefs_account.c
13576         * src/prefs_account.h
13577         * src/procmsg.c
13578                 Sync with HEAD (add pref to store encrypted mails encrypted)
13579
13580 2004-11-17 [paul]       0.9.12cvs155.1
13581
13582         * ChangeLog
13583         * ChangeLog.claws
13584         * ChangeLog.jp
13585         * NEWS
13586         * configure.ac
13587         * src/compose.c
13588         * src/jpilot.c
13589         * src/privacy.c
13590         * src/procmime.c
13591         * src/procmime.h
13592         * src/procmsg.c
13593         * src/toolbar.c
13594         * src/pixmaps/error.xpm
13595                 sync with HEAD
13596
13597 2004-11-17 [colin]      0.9.12cvs151.1
13598
13599         * src/plugins/pgpmime/pgpmime.c
13600                 Sync with HEAD (remove debug printf)
13601
13602 2004-11-17 [colin]      0.9.12cvs150.1
13603
13604         * src/plugins/pgpmime/pgpmime.c
13605                 Sync with HEAD (off-by-one fix)
13606
13607 2004-11-17 [colin]      0.9.12cvs149.1
13608
13609         * src/procmsg.c
13610                 Sync with HEAD (coding style fixes)
13611
13612 2004-11-16 [colin]      0.9.12cvs148.1
13613
13614         * src/procmsg.c
13615                 Sync with head (Fix the fix)
13616
13617 2004-11-16 [colin]      0.9.12cvs147.1
13618
13619         * src/procmsg.c
13620                 Sync with Main (leak fix)
13621
13622 2004-11-16 [colin]      0.9.12cvs146.14
13623
13624         * src/compose.c
13625                 Remove useless chunk of code
13626                 Patch by Alfons
13627
13628 2004-11-15 [colin]      0.9.12cvs146.13
13629
13630         * src/compose.c
13631                 Fix drafting after insertion
13632                 Patch by Alfons
13633
13634 2004-11-15 [colin]      0.9.12cvs146.12
13635
13636         * src/compose.c
13637         * src/prefs_filtering.c
13638         * src/prefs_filtering_action.c
13639         * src/prefs_toolbar.c
13640                 Fix some const-correctness
13641
13642 2004-11-15 [colin]      0.9.12cvs146.11
13643
13644         * src/summaryview.c
13645         * src/prefs_themes.c
13646         * src/messageview.c
13647                 Fix some leaks
13648
13649 2004-11-15 [colin]      0.9.12cvs146.10
13650
13651         * src/codeconv.c
13652                 More unreadable locale fixes
13653
13654 2004-11-14 [colin]      0.9.12cvs146.9
13655
13656         * src/textview.c
13657                 Fix uri_security_check
13658                 Patch by Alfons
13659
13660 2004-11-13 [paul]       0.9.12cvs146.8
13661
13662         * src/folder.c
13663         * src/procmime.c
13664                 fix 2 bugs introduced in last commit
13665
13666 2004-11-13 [paul]       0.9.12cvs146.7
13667
13668         * src/compose.c
13669         * src/exporthtml.c
13670         * src/exportldif.c
13671         * src/folder.c
13672         * src/imap.c
13673         * src/imap_gtk.c
13674         * src/main.c
13675         * src/mainwindow.c
13676         * src/messageview.c
13677         * src/mh_gtk.c
13678         * src/prefs_themes.c
13679         * src/procmime.c
13680         * src/setup.c
13681         * src/summaryview.c
13682                 replace deprecated g_basename
13683
13684 2004-11-13 [paul]       0.9.12cvs146.6
13685
13686         * src/compose.c
13687         * src/imap.c
13688         * src/matcher_parser.h
13689         * src/matcher_parser_parse.y
13690         * src/prefs_filtering.c
13691         * src/prefs_filtering_action.c
13692         * src/prefs_themes.c
13693         * src/prefs_toolbar.c
13694         * src/common/utils.c
13695                 various small fixes/cleanups
13696
13697 2004-11-12 [colin]      0.9.12cvs146.5
13698
13699         * src/textview.c
13700                 Validate event's origin on visibility notify
13701                 Patch by Alfons.
13702
13703 2004-11-12 [paul]       0.9.12cvs146.4
13704
13705         * src/exporthtml.c
13706         * src/exportldif.c
13707         * src/imap.c
13708         * src/mh.c
13709         * src/mimeview.c
13710         * src/prefs_spelling.c
13711         * src/prefs_themes.c
13712                 replace deprecated g_dirname    
13713
13714 2004-11-12 [colin]      0.9.12cvs146.3
13715
13716         * src/textview.c
13717                 Some coding style fixes
13718
13719 2004-11-12 [colin]      0.9.12cvs146.2
13720
13721         * src/codeconv.c
13722                 We want to replace _all_ extended chars in
13723                 conv_unreadable_*, because any string containing
13724                 extended chars not parsing as UTF8 is 
13725                 undisplayed on gtk2.
13726
13727 2004-11-12 [paul]       0.9.12cvs146.1
13728
13729         * ChangeLog
13730         * ChangeLog.claws
13731         * ChangeLog.jp
13732         * NEWS
13733         * configure.ac
13734         * src/account.c
13735         * src/folderview.c
13736         * src/folderview.h
13737         * src/imap.c
13738         * src/imap_gtk.c
13739         * src/inc.c
13740         * src/mainwindow.c
13741         * src/mh_gtk.c
13742         * src/news_gtk.c
13743         * src/pop.c
13744         * src/prefs_account.c
13745         * src/prefs_account.h
13746         * src/prefs_ext_prog.c
13747         * src/procmime.c
13748         * src/procmime.h
13749         * src/procmsg.c
13750         * src/procmsg.h
13751         * src/summary_search.c
13752         * src/summaryview.c
13753         * src/textview.c
13754         * src/common/defs.h
13755         * src/common/utils.c
13756         * src/common/utils.h
13757         * src/gtk/menu.c
13758         * src/gtk/menu.h
13759                 sync with HEAD
13760
13761 2004-11-11 [colin]      0.9.12cvs144.2
13762
13763         * src/textview.c
13764                 Fix URI range selection (patch by Alfons)
13765
13766 2004-11-09 [colin]      0.9.12cvs144.1
13767
13768         * ChangeLog.claws
13769         * src/compose.c
13770         * src/folder.c
13771         * src/folder_item_prefs.c
13772         * src/prefs_account.c
13773         * src/prefs_account.h
13774         * src/plugins/pgpmime/pgpmime.c
13775                 Sync with HEAD
13776
13777 2004-11-08 [colin]      0.9.12cvs143.1
13778
13779         * src/summaryview.c
13780                 Sync with HEAD (optimize quicksearch)
13781
13782 2004-11-08 [colin]      0.9.12cvs142.2
13783
13784         * src/compose.c
13785                 Don't wrap when Edit/Auto wrapping is disabled
13786
13787 2004-11-08 [colin]      0.9.12cvs142.1
13788
13789         * src/textview.c
13790                 Sync with HEAD
13791
13792 2004-11-08 [colin]      0.9.12cvs141.1
13793
13794         * src/textview.c
13795                 Sync with HEAD (fix some mail URIs)
13796
13797 2004-11-08 [colin]      0.9.12cvs140.3
13798
13799         * src/textview.c
13800                 o Use text cursor instead of arrow when
13801                   not on a link
13802                 o Fix handling of contiguous links (as in
13803                   "colin@colino.net" <colin@colino.net>)
13804                   This one unveils a bug in get_email_part()
13805
13806 2004-11-07 [colin]      0.9.12cvs140.2
13807
13808         * src/textview.c
13809                 Fix memleak. Patch by Alfons.
13810
13811 2004-11-06 [colin]      0.9.12cvs140.1
13812
13813         * src/compose.c
13814                 Sync with HEAD (don't ask passphrase
13815                 when drafting)
13816
13817 2004-11-06 [paul]       0.9.12cvs139.2
13818
13819         * AUTHORS
13820         * src/textview.c
13821         * src/textview.h
13822                 textview URI handling. hovering over a 
13823                 link displays it in the status bar,
13824                 and changes the mouse pointer to a hand 
13825                 cursor. a link is activated with a single 
13826                 click. (Modified from the) patch by Jean-Yves 
13827                 Lefort <jylefort@users.sourceforge.net>
13828                 
13829
13830 2004-11-05 [colin]      0.9.12cvs139.1
13831
13832         * src/compose.c
13833         * src/procmime.c
13834                 Sync with HEAD again ^^
13835
13836 2004-11-05 [colin]      0.9.12cvs139.1
13837
13838         * src/compose.c
13839         * src/procmime.c
13840                 Sync with HEAD
13841
13842 2004-11-03 [paul]       0.9.12cvs138.1
13843
13844         * ChangeLog.claws
13845         * configure.ac
13846         * po/POTFILES.in
13847         * src/prefs_ext_prog.c
13848         * src/procmime.c
13849         * tools/kdeservicemenu/README
13850         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13851         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13852                 sync with HEAD
13853
13854 2004-11-01 [christoph]  0.9.12cvs136.2
13855
13856         * src/procmime.c
13857                 convert MIME parameters to UTF-8
13858
13859 2004-10-29 [colin]      0.9.12cvs136.1
13860
13861         * src/common/utils.c
13862                 Sync with HEAD (don't use '=' in mime boundary)
13863
13864 2004-10-29 [paul]       0.9.12cvs135.1
13865
13866         * configure.ac
13867         * doc/src/rfc2231.txt
13868         * src/procmime.c
13869         * src/common/quoted-printable.c
13870         * src/common/utils.c
13871         * src/common/utils.h
13872                 sync with HEAD
13873
13874 2004-10-27 [paul]       0.9.12cvs134.1
13875
13876         * configure.ac
13877         * src/main.c
13878         * src/procmime.c
13879         * src/plugins/pgpmime/pgpmime.c
13880                 sync with HEAD
13881
13882 2004-10-26 [paul]       0.9.12cvs132.3
13883
13884         * src/account.c
13885         * src/addressbook.c
13886         * src/addrgather.c
13887         * src/addrharvest.c
13888         * src/codeconv.c
13889         * src/compose.c
13890         * src/customheader.c
13891         * src/editaddress.c
13892         * src/editgroup.c
13893         * src/enriched.c
13894         * src/expldifdlg.c
13895         * src/exporthtml.c
13896         * src/exportldif.c
13897         * src/folder.c
13898         * src/foldersel.c
13899         * src/folderview.c
13900         * src/grouplistdialog.c
13901         * src/html.c
13902         * src/imap.c
13903         * src/jpilot.c
13904         * src/ldapserver.c
13905         * src/ldif.c
13906         * src/mimeview.c
13907         * src/news.c
13908         * src/news_gtk.c
13909         * src/pop.c
13910         * src/prefs_display_header.c
13911         * src/prefs_gtk.c
13912         * src/prefs_msg_colors.c
13913         * src/prefs_toolbar.c
13914         * src/procheader.c
13915         * src/procmime.c
13916         * src/summaryview.c
13917         * src/textview.c
13918         * src/toolbar.c
13919         * src/vcard.c
13920         * src/common/mgutils.c
13921         * src/common/nntp.c
13922         * src/common/smtp.c
13923         * src/common/template.c
13924         * src/common/utils.c
13925         * src/common/xmlprops.c
13926         * src/plugins/pgpmime/pgpmime.c
13927         * src/plugins/pgpmime/select-keys.c
13928         * src/plugins/pgpmime/sgpgme.c
13929                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13930                 g_string_sprintfa(), gtk_notebook_current_page()
13931
13932 2004-10-26 [colin]      0.9.12cvs132.2
13933
13934         * src/prefs_folder_item.c
13935                 Fix default-account selection
13936
13937 2004-10-21 [colin]      0.9.12cvs133
13938
13939         * src/compose.c
13940                 Sync with HEAD (Remove extra separator in compose's Options)
13941         * src/textview.c
13942                 Set wrapping to char
13943
13944 2004-10-21 [paul]       0.9.12cvs131.2
13945
13946         * src/compose.c
13947         * src/sourcewindow.c
13948                 fix wrapping
13949                 fix window shrinking 
13950
13951 2004-10-21 [colin]      0.9.12cvs131.1
13952
13953         * ChangeLog.claws
13954         * src/compose.c
13955                 Sync with HEAD
13956
13957 2004-10-21 [paul]       0.9.12cvs130.2
13958
13959         * src/prefs_folder_item.c
13960                 sync with HEAD (Apply to subfolders)
13961
13962 2004-10-19 [colin]      0.9.12cvs130.1
13963
13964         * ChangeLog.claws
13965         * src/compose.c
13966         * src/common/utils.c
13967         * src/gtk/menu.c
13968                 Sync with HEAD
13969
13970 2004-10-19 [colin]      0.9.12cvs128.1
13971
13972         * src/addrbook.c
13973         * src/addrcache.c
13974         * src/addressbook.c
13975         * src/codeconv.c
13976         * src/compose.c
13977         * src/customheader.c
13978         * src/editaddress.c
13979         * src/editgroup.c
13980         * src/exporthtml.c
13981         * src/folder.c
13982         * src/folderview.c
13983         * src/imap.c
13984         * src/jpilot.c
13985         * src/main.c
13986         * src/matcher_parser_parse.y
13987         * src/mbox.c
13988         * src/pop.c
13989         * src/prefs_account.c
13990         * src/prefs_gtk.c
13991         * src/prefs_msg_colors.c
13992         * src/procheader.c
13993         * src/procmime.c
13994         * src/procmime.h
13995         * src/procmsg.c
13996         * src/summaryview.c
13997         * src/textview.c
13998         * src/common/base64.c
13999         * src/common/partial_download.c
14000         * src/common/socket.c
14001         * src/common/sylpheed.c
14002         * src/common/utils.c
14003         * src/common/utils.h
14004         * src/gtk/pluginwindow.c
14005         * src/gtk/quicksearch.c
14006         * src/plugins/clamav/clamav_plugin.c
14007         * src/plugins/clamav/clamav_plugin.h
14008         * src/plugins/clamav/clamav_plugin_gtk.c
14009         * src/plugins/pgpmime/passphrase.c
14010         * src/plugins/pgpmime/pgpmime.c
14011         * src/plugins/pgpmime/plugin.c
14012         * src/plugins/pgpmime/prefs_gpg.c
14013         * src/plugins/pgpmime/prefs_gpg.h
14014         * src/plugins/pgpmime/select-keys.c
14015         * src/plugins/pgpmime/sgpgme.c
14016         * src/plugins/spamassassin/libspamc.c
14017         * src/plugins/spamassassin/spamassassin.c
14018         * src/plugins/spamassassin/spamassassin.h
14019         * src/plugins/spamassassin/spamassassin_gtk.c
14020         * src/plugins/trayicon/trayicon.c
14021         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14022                 Sync with HEAD
14023
14024 2004-10-14 [colin]      0.9.12cvs126.2
14025
14026         * src/codeconv.c
14027         * src/textview.c
14028                 Fix conv_unreadable_locale
14029
14030 2004-10-13 [colin]      0.9.12cvs126.1
14031
14032         * src/compose.c
14033                 Sync with HEAD (don't convert charset for 
14034                 drafted messages, minor cleanup)
14035
14036 2004-10-13 [colin]      0.9.12cvs125.1
14037
14038         * po/POTFILES.in
14039                 Sync with HEAD (POTFILES fix)
14040
14041 2004-10-12 [colin]      0.9.12cvs124.3
14042
14043         * src/compose.c
14044                 Fix encoding bug from latest sync
14045
14046 2004-10-12 [paul]       0.9.12cvs124.2
14047
14048         * src/plugins/pgpmime/prefs_gpg.c
14049         * src/plugins/pgpmime/prefs_gpg.h
14050                 forgotten in last commit        
14051
14052 2004-10-12 [paul]       0.9.12cvs124.1
14053
14054         * ChangeLog.claws
14055         * configure.ac
14056         * m4/spamassassin.m4
14057         * src/Makefile.am
14058         * src/account.c
14059         * src/compose.c
14060         * src/compose.h
14061         * src/crash.c
14062         * src/main.c
14063         * src/mimeview.c
14064         * src/passphrase.c
14065         * src/passphrase.h
14066         * src/prefs_account.c
14067         * src/prefs_account.h
14068         * src/prefs_common.c
14069         * src/privacy.c
14070         * src/privacy.h
14071         * src/procmime.c
14072         * src/procmime.h
14073         * src/procmsg.c
14074         * src/rfc2015.c
14075         * src/rfc2015.h
14076         * src/select-keys.c
14077         * src/select-keys.h
14078         * src/textview.c
14079         * src/common/utils.c
14080         * src/common/utils.h
14081         * src/gtk/about.c
14082         * src/plugins/pgpmime/Makefile.am
14083         * src/plugins/pgpmime/passphrase.c
14084         * src/plugins/pgpmime/passphrase.h
14085         * src/plugins/pgpmime/pgpmime.c
14086         * src/plugins/pgpmime/plugin.c
14087         * src/plugins/pgpmime/select-keys.c
14088         * src/plugins/pgpmime/select-keys.h
14089         * src/plugins/pgpmime/sgpgme.c
14090         * src/plugins/pgpmime/sgpgme.h
14091                 sync with HEAD
14092
14093 2004-10-04 [colin]      0.9.12cvs122.1
14094
14095         * src/mainwindow.c
14096         * src/messageview.c
14097         * src/messageview.h
14098         * src/textview.c
14099                 Sync with HEAD
14100
14101 2004-10-04 [colin]      0.9.12cvs121.1
14102
14103         * src/summaryview.c
14104                 Sync with HEAD
14105
14106 2004-10-04 [paul]       0.9.12cvs120.1
14107
14108         * configure.ac
14109                 sync with HEAD [don't try to build 
14110                 pgpmime plugin when gpgme is disabled]
14111
14112 2004-10-03 [colin]      0.9.12cvs119.3
14113
14114         * src/gtk/gtksctree.c
14115                 Lots of side effects. Put back as before 117.2.
14116         * src/summaryview.c
14117                 Fix bug #602
14118
14119 2004-10-03 [colin]      0.9.12cvs119.2
14120
14121         * src/gtk/gtksctree.c
14122                 Revert 608 fix that doesn't work that good
14123
14124 2004-10-02 [colin]      0.9.12cvs119.1
14125
14126         * src/mainwindow.c
14127         * src/messageview.c
14128         * src/prefs_common.h
14129         * src/procmime.c
14130         * src/procmime.h
14131         * src/textview.c
14132                 Sync with HEAD
14133         * src/gtk/gtksctree.c
14134                 Close bug #608
14135
14136 2004-10-01 [colin]      0.9.12cvs118.1
14137
14138         * src/mimeview.c
14139                 Sync with HEAD (better Save All fix)
14140
14141 2004-10-01 [colin]      0.9.12cvs117.2
14142
14143         * src/gtk/gtksctree.c
14144                 Faster on selection
14145
14146 2004-10-01 [colin]      0.9.12cvs117.1
14147
14148         * src/mimeview.c
14149                 Sync with HEAD (Save All: only attachments)
14150
14151 2004-10-01 [paul]       0.9.12cvs116.1
14152
14153         * ChangeLog.claws
14154         * configure.ac
14155         * src/account.c
14156         * src/prefs_common.c
14157         * src/gtk/colorlabel.c
14158                 sync with HEAD
14159
14160 2004-09-30 [colin]      0.9.12cvs115.1
14161
14162         * src/stock_pixmap.c
14163         * src/stock_pixmap.h
14164         * src/folderview.c
14165         * src/Makefile.am
14166         * src/pixmaps/read.xpm
14167                 Sync with HEAD (new pixmap)
14168
14169 2004-09-29 [colin]      0.9.12cvs114.1
14170
14171         * src/compose.c
14172                 Sync with HEAD
14173                 Fix focus handling in headers
14174
14175 2004-09-29 [paul]       0.9.12cvs113.1
14176
14177         * src/quote_fmt_parse.y
14178                 sync with HEAD
14179  
14180
14181 2004-09-28 [colin]      0.9.12cvs112.1
14182
14183         * src/folderview.c
14184         * src/mainwindow.c
14185                 Sync with HEAD
14186
14187 2004-09-28 [colin]      0.9.12cvs110.1
14188
14189         * src/folderview.c
14190                 Sync with HEAD (Contextual Empty trash menu)
14191
14192 2004-09-28 [colin]      0.9.12cvs108.1
14193
14194         * src/addressbook.c
14195                 Sync with HEAD (addressbook edit on double-click)
14196
14197 2004-09-28 [colin]      0.9.12cvs106.1
14198
14199         * src/inc.c
14200                 Sync with HEAD (folder_item freeze on inc)
14201
14202 2004-09-27 [colin]      0.9.12cvs105.1
14203
14204         * src/folderview.c
14205                 Sync with HEAD (right-align new and unread column)
14206
14207 2004-09-27 [colin]      0.9.12cvs104.1
14208
14209         * src/main.c
14210                 Sync with HEAD (revert 0.9.12cvs101)
14211
14212 2004-09-24 [colin]      0.9.12cvs103.2
14213
14214         * src/wizard.c
14215                 Fix gtk warnings and use domain part of the email address 
14216                 when domain detection fails (no dot in domain name)
14217
14218 2004-09-23 [colin]      0.9.12cvs103.1
14219
14220         * src/plugins/spamassassin/libspamc.c
14221         * src/plugins/spamassassin/libspamc.h
14222         * src/plugins/spamassassin/utils.c
14223         * src/plugins/spamassassin/utils.h
14224                 Sync with HEAD (Update spamassassin to 3.0)
14225
14226 2004-09-21 [colin]      0.9.12cvs102.3
14227
14228         * src/action.c
14229                 Add horizontal scrollbar in action io dialog as needed
14230                 Patch by Alfons.
14231
14232 2004-09-20 [colin]      0.9.12cvs102.2
14233
14234         * src/plugins/image_viewer/viewer.c
14235                 Remove imlib stuff
14236                 use gtk_pixmap_set when clearing
14237                 (would be better to use gtkImages, but causes size-allocate 
14238                 signals storm)
14239
14240 2004-09-17 [paul]       0.9.12cvs102.1
14241
14242         * ChangeLog
14243         * ChangeLog.claws
14244         * ChangeLog.jp
14245         * configure.ac
14246         * src/inc.c
14247                 sync with HEAD
14248
14249
14250 2004-09-17 [colin]      0.9.12cvs101.1
14251
14252         * ChangeLog.claws
14253         * src/main.c
14254                 Sync with HEAD (fix segs at exit)
14255
14256 2004-09-14 [colin]      0.9.12cvs99.5
14257
14258         * src/common/socket.c
14259         * AUTHORS
14260                 Fix send error on 64bit platforms
14261                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14262
14263 2004-09-14 [colin]      0.9.12cvs99.4
14264
14265         * src/action.c
14266                 Fix action output with utf8 
14267                 Patch by Alfons.
14268
14269 2004-09-14 [colin]      0.9.12cvs99.3
14270
14271         * ChangeLog.claws
14272         * src/folder.c
14273                 Sync with HEAD
14274
14275 2004-09-09 [colin]      0.9.12cvs99.2
14276
14277         * src/action.c
14278                 Fix progress bar (displaying "Completed %v/%u")
14279                 Patch by Alfons.
14280
14281 2004-09-08 [colin]      0.9.12cvs99.1
14282
14283         * src/account.c
14284         * src/folder.c
14285         * src/procmsg.c
14286         * src/procmsg.h
14287         * src/plugins/pgpmime/pgpmime.c
14288                 Sync with HEAD
14289
14290 2004-09-08 [colin]      0.9.12cvs97.2
14291
14292         * src/summaryview.c
14293                 Don't select mails in collapsed threads 
14294                 when navigating with up/down
14295
14296 2004-09-07 [colin]      0.9.12cvs97.1
14297
14298         * src/inc.c
14299                 Sync with HEAD (meaningful error messages)
14300
14301 2004-09-06 [colin]      0.9.12cvs96.1
14302
14303         * src/toolbar.c
14304                 Sync with HEAD (fix Redirect graying out)
14305
14306 2004-09-06 [colin]      0.9.12cvs95.1
14307
14308         * src/summaryview.c
14309         * src/mimeview.c
14310                 Sync with HEAD (fix dropped URIs)
14311
14312 2004-09-06 [colin]      0.9.12cvs94.1
14313
14314         * src/addressbook.c
14315         * src/addressitem.h
14316         * src/addritem.c
14317         * src/addritem.h
14318                 Sync with HEAD (addressbook DnD)
14319
14320 2004-09-03 [colin]      0.9.12cvs93.1
14321
14322         * src/summaryview.c
14323                 Sync with HEAD (next/prev unread)
14324
14325 2004-09-03 [colin]      0.9.12cvs92.1
14326
14327         * src/prefs_common.c
14328         * src/prefs_common.h
14329         * src/summaryview.c
14330                 Sync with HEAD ('mark_as_read_delay' pref)
14331
14332 2004-09-02 [colin]      0.9.12cvs91.2
14333
14334         * src/common/xml.c
14335                 Fix leak
14336
14337 2004-09-02 [colin]      0.9.12cvs91.1
14338
14339         * src/gtk/menu.c
14340                 Sync with HEAD (menu accel don't work, but whatever)
14341
14342 2004-09-02 [colin]      0.9.12cvs90.1
14343
14344         * src/account.c
14345                 Sync with HEAD (fix bug 582)
14346
14347 2004-09-02 [colin]      0.9.12cvs89.1
14348
14349         * src/addrindex.c
14350                 Sync with HEAD (free deleted queries)
14351
14352 2004-09-02 [colin]      0.9.12cvs88.1
14353
14354         * src/ldapquery.c
14355                 Sync with HEAD (fix LDAP freezes)
14356
14357 2004-09-02 [colin]      0.9.12cvs87.1
14358
14359         * src/prefs_spelling.c
14360                 Sync with HEAD (add default dictionary)
14361
14362 2004-09-01 [colin]      0.9.12cvs86.1
14363
14364         * src/filtering.c
14365         * src/folderview.c
14366         * src/imap.c
14367         * src/prefs_matcher.c
14368         * src/stock_pixmap.c
14369         * src/summary_search.c
14370         * src/summaryview.c
14371         * src/wizard.c
14372         * src/wizard.h
14373                 Sync with HEAD (uninitialized vars fixes)
14374                 + gtk2 specific warning fixes
14375
14376 2004-08-31 [colin]      0.9.12cvs85.1
14377
14378         * src/folder.c
14379                 Sync with HEAD (Fix memory corruption due to 
14380                 uninitialized var)
14381
14382 2004-08-31 [colin]      0.9.12cvs84.4
14383
14384         * src/summary_search.c
14385                 Fix segfaults when searching in folders with broken headers
14386
14387 2004-08-31 [colin]      0.9.12cvs84.3
14388
14389         * src/compose.c
14390         * src/textview.c
14391                 Fix some more encoding/decoding issues
14392
14393 2004-08-30 [colin]      0.9.12cvs84.2
14394
14395         * src/mimeview.c
14396         * src/prefs_themes.c
14397         * src/gtk/filesel.c
14398         * src/gtk/filesel.h
14399                 Add a folder-mode selection (fixes mimeview's "Save all")
14400
14401 2004-08-29 [colin]      0.9.12cvs84.1
14402
14403         * src/mimeview.c
14404                 Sync with HEAD (don't escape saved filenames)
14405
14406 2004-08-27 [colin]      0.9.12cvs83.1
14407
14408         * ChangeLog
14409         * ChangeLog.claws
14410         * ChangeLog.jp
14411         * src/mh.c
14412         * src/procheader.c
14413         * src/procmsg.c
14414         * src/procmsg.h
14415         * src/common/utils.c
14416         * src/gtk/menu.h
14417         * po/
14418                 Sync with HEAD 0.9.12cvs83 (sync with main)
14419
14420 2004-08-26 [colin]      0.9.12cvs82.4
14421
14422         * src/codeconv.c
14423                 Fix strange stack corruption
14424                 Convert to utf8 after unmime, not before
14425
14426 2004-08-26 [colin]      0.9.12cvs82.3
14427
14428         * src/main.c
14429         * src/wizard.c
14430                 Fix account folders duplication
14431
14432 2004-08-25 [colin]      0.9.12cvs82.2
14433
14434         * src/wizard.c
14435                 Remove ports
14436                 Add SSL selection
14437                 Use login@server as account name
14438
14439 2004-08-25 [colin]      0.9.12cvs82.1
14440
14441         * src/plugins/pgpmime/pgpmime.c
14442                 Sync with HEAD (leak fix).
14443
14444 2004-08-25 [colin]      0.9.12cvs81.1
14445
14446         * src/plugins/pgpmime/pgpmime.c
14447         * src/plugins/pgpmime/sgpgme.c
14448         * src/plugins/pgpmime/sgpgme.h
14449                 Sync with HEAD (Handle combined messages).
14450
14451 2004-08-24 [colin]      0.9.12cvs80.3
14452
14453         * src/wizard.c
14454                 Fix full name, ports, and imap
14455
14456 2004-08-24 [colin]      0.9.12cvs80.2
14457
14458         * src/Makefile.am
14459         * src/main.c
14460         * src/setup.c
14461         * src/setup.h
14462         * src/stock_pixmap.c
14463         * src/stock_pixmap.h
14464         * src/wizard.c ** ADDED **
14465         * src/wizard.h ** ADDED ** 
14466         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14467                 Add a setup wizard 
14468
14469 2004-08-24 [colin]      0.9.12cvs80.1
14470
14471         * src/folder.c
14472                 Sync with HEAD (set mimeflags on all messages)
14473
14474 2004-08-24 [colin]      0.9.12cvs79.3
14475
14476         * src/matcher_parser_lex.l
14477                 Fix 8bits strings not in utf8
14478
14479 2004-08-24 [colin]      0.9.12cvs79.2
14480
14481         * src/compose.c
14482                 Check conversion result before replacing buffer
14483
14484 2004-08-23 [colin]      0.9.12cvs79.1
14485
14486         * src/compose.c
14487                 Sync with HEAD (create message header in memory)
14488
14489 2004-08-23 [colin]      0.9.12cvs78.1
14490
14491         * src/rfc2015.c
14492         * src/rfc2015.h
14493                 Sync with HEAD (fix bug 197 again)
14494
14495 2004-08-23 [colin]      0.9.12cvs77.3
14496
14497         * src/compose.c
14498                 Fix again inline gpg signing (which outputs utf8
14499                 in gtk2). Not syncing this fix to HEAD as this 
14500                 code is meant to die.
14501
14502 2004-08-23 [colin]      0.9.12cvs77.2
14503
14504         * src/prefs_account.h
14505                 Remove useless include
14506
14507 2004-08-23 [colin]      0.9.12cvs77.1
14508
14509         * src/imap.c
14510         * po/es.po
14511         * po/fr.po
14512         * po/it.po
14513         * po/pl.po
14514         * po/pt_BR.po
14515         * po/sk.po
14516         * po/sr.po
14517                 Sync with HEAD (fix bug 577)
14518
14519 2004-08-22 [colin]      0.9.12cvs76.1
14520
14521         * src/plugins/trayicon/trayicon.c
14522                 Sync with HEAD (fix formatting bug)
14523
14524 2004-08-21 [colin]      0.9.12cvs74.2
14525
14526         * src/gtk/colorsel.c
14527                 Fix bug 564 (Folder color selection window exits on any
14528                 keypress)
14529
14530 2004-08-21 [colin]      0.9.12cvs74.1
14531
14532         * ChangeLog.claws
14533         * src/compose.c
14534         * src/summaryview.c
14535         * src/toolbar.c
14536                 Sync with HEAD (fix bug 576)
14537
14538 2004-08-21 [colin]      0.9.12cvs70.1
14539
14540         * src/compose.c
14541         * src/mainwindow.c
14542                 Sync with HEAD
14543                 
14544
14545 2004-08-21 [paul]       0.9.12cvs66.4
14546
14547         * src/mainwindow.c
14548         * src/messageview.c
14549         * src/gtk/menu.c
14550         * src/plugins/spamassassin/spamassassin_gtk.c
14551                 remove some deprecated gtk1 functions
14552
14553
14554 2004-08-21 [colin]      0.9.12cvs66.3
14555
14556         * src/compose.c
14557         * src/codeconv.c
14558                 Fix warnings
14559                 Remove encoding hacks
14560                 Fix bug 575 (Strange character messes up message)
14561                 Don't display conversion error when drafting
14562
14563 2004-08-21 [paul]       0.9.12cvs66.2
14564
14565         * src/prefs_account.c
14566                 fix GnuPG mode bugs
14567
14568
14569 2004-08-20 [colin]      0.9.12cvs66.1
14570
14571         * src/codeconv.c
14572                 Sync with HEAD 0.9.12cvs66
14573
14574 2004-08-20 [paul]
14575
14576         * src/plugins/pgpmime/plugin.c
14577                 modify PGP/MIME plugin's description
14578
14579 2004-08-17 [colin]      0.9.12cvs65.1
14580
14581         * src/common/ssl.c
14582         * src/plugins/pgpmime/plugin.c
14583                 Sync with HEAD
14584
14585 2004-08-14 [colin]      0.9.12cvs60.3
14586
14587         * src/plugins/trayicon/trayicon.c
14588                 Put back resize callback, on size-request signal
14589                 rather than size-allocate to avoid infinite 
14590                 callback loop
14591
14592 2004-08-13 [colin]      0.9.12cvs60.2
14593
14594         * src/common/defs.h
14595                 Cache versions have been fixed
14596
14597 2004-08-13 [colin]      0.9.12cvs60.1
14598
14599         * src/folderutils.c
14600                 Sync with HEAD
14601
14602 2004-08-12 [colin]      0.9.12cvs59.1
14603
14604         * src/plugins/trayicon/trayicon.c
14605                 Sync with HEAD
14606
14607 2004-08-12 [colin]      0.9.12cvs57.5
14608
14609         * sylpheed.desktop
14610         * configure.ac
14611         * src/Makefile.am
14612         * src/main.c
14613                 Add support for Freedesktop.org's startup notification
14614
14615 2004-08-11 [colin]      0.9.12cvs57.4
14616
14617         * src/textview.c
14618                 Fix off-by-one
14619
14620 2004-08-11 [colin]      0.9.12cvs57.3
14621
14622         * src/message_search.c
14623         * src/summary_search.c
14624                 Make searches case insensitive by default
14625         * src/textview.c
14626                 Fix case-insensitive search in message
14627
14628 2004-08-11 [colin]      0.9.12cvs57.2
14629
14630         * src/summary_search.c
14631                 Let case-sensitive be specified
14632
14633 2004-08-10 [colin]      0.9.12cvs55.4
14634
14635         * src/common/socket.c
14636                 Fix the possible race condition
14637
14638 2004-08-09 [paul]       0.9.12cvs55.3
14639
14640         * configure.ac
14641         * src/Makefile.am
14642         * src/common/Makefile.am
14643                 sync with HEAD
14644
14645
14646 2004-08-09 [paul]       0.9.12cvs55.2
14647
14648         * autogen.sh
14649         * po/poconv.sh
14650                 remove unneeded script
14651
14652         * configure.ac
14653                 add forgotten USE_LDAP_TLS (sync with HEAD)
14654
14655
14656 2004-08-09 [colin]      0.9.12cvs55.1
14657
14658         * src/main.c
14659         * src/common/ssl.c
14660         * src/common/sylpheed.c
14661         * src/common/sylpheed.h
14662                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14663
14664 2004-08-09 [paul]       0.9.12cvs54.1
14665
14666         * ChangeLog
14667         * ChangeLog.claws
14668         * ChangeLog.jp
14669         * configure.ac
14670         * po/POTFILES.in
14671         * src/Makefile.am
14672         * src/folderutils.c
14673         * src/main.c
14674         * src/pgpmime.c
14675         * src/pgpmime.h
14676         * src/sgpgme.c
14677         * src/sgpgme.h
14678         * src/plugins/Makefile.am
14679         * src/plugins/pgpmime/.cvsignore
14680         * src/plugins/pgpmime/Makefile.am
14681         * src/plugins/pgpmime/pgpmime.c
14682         * src/plugins/pgpmime/pgpmime.h
14683         * src/plugins/pgpmime/plugin.c
14684         * src/plugins/pgpmime/sgpgme.c
14685         * src/plugins/pgpmime/sgpgme.h
14686                 sync with HEAD
14687
14688 2004-08-08 [paul]       0.9.12cvs51.1
14689
14690         * configure.ac
14691         * src/folder.c
14692                 sync with HEAD
14693
14694 2004-08-07 [colin]      0.9.12cvs50.1
14695
14696         * src/pop.c
14697         * src/common/partial_download.c
14698                 fix warnings (sync from HEAD)
14699
14700 2004-08-07 [colin]      0.9.12cvs48.1
14701
14702         * src/prefs_folder_item.c
14703                 sync with HEAD 0.9.12cvs48
14704
14705 2004-08-06 [colin]      0.9.12cvs47.1
14706
14707         * src/compose.c
14708                 Sync with HEAD
14709
14710 2004-08-06 [christoph]  0.9.12cvs46.2
14711
14712         * src/main.c
14713         * src/plugins/clamav/clamav_plugin_gtk.c
14714         * src/plugins/dillo_viewer/dillo_viewer.c
14715         * src/plugins/image_viewer/plugin.c
14716         * src/plugins/mathml_viewer/mathml_viewer.c
14717         * src/plugins/spamassassin/spamassassin_gtk.c
14718         * src/plugins/trayicon/trayicon.c
14719                 don't mix GTK1.2 plugin with GTK2 plugins
14720
14721 2004-08-06 [colin]      0.9.12cvs46.1
14722
14723         * ChangeLog
14724         * ChangeLog.claws
14725         * ChangeLog.jp
14726         * configure.ac
14727         * sylpheed-claws.pc.in
14728         * src/folder.c
14729         * src/imap.c
14730         * src/localfolder.c
14731         * src/messageview.c
14732         * src/mimeview.c
14733         * src/mimeview.h
14734         * src/msgcache.c
14735         * src/news.c
14736         * src/prefs_ext_prog.c
14737         * src/prefs_folder_item.c
14738         * src/prefs_fonts.c
14739         * src/prefs_msg_colors.c
14740         * src/prefs_spelling.c
14741         * src/prefs_themes.c
14742         * src/prefs_toolbar.c
14743         * src/prefs_wrapping.c
14744         * src/procmime.h
14745         * src/common/defs.h
14746         * src/common/nntp.c
14747         * src/common/session.c
14748         * src/common/session.h
14749         * src/common/socket.c
14750         * src/common/utils.h
14751         * src/common/xml.c
14752         * src/common/xml.h
14753         * src/gtk/prefswindow.c
14754         * src/gtk/prefswindow.h
14755         * src/plugins/clamav/clamav_plugin_gtk.c
14756         * src/plugins/dillo_viewer/dillo_prefs.c
14757         * src/plugins/image_viewer/viewerprefs.c
14758         * src/plugins/spamassassin/spamassassin_gtk.c
14759         * m4/openssl.m4 *** REMOVED ***
14760                 Sync with HEAD 0.9.12cvs46
14761
14762 2004-08-03 [paul]       0.9.12cvs40.2
14763
14764         * src/action.c
14765         * src/addressadd.c
14766         * src/addressbook.c
14767         * src/addrgather.c
14768         * src/browseldap.c
14769         * src/compose.c
14770         * src/crash.c
14771         * src/editaddress.c
14772         * src/editgroup.c
14773         * src/editldap_basedn.c
14774         * src/foldersel.c
14775         * src/importldif.c
14776         * src/mimeview.c
14777         * src/prefs_common.c
14778         * src/prefs_template.c
14779         * src/sourcewindow.c
14780         * src/summaryview.c
14781         * src/gtk/about.c
14782         * src/gtk/foldersort.c
14783         * src/gtk/logwindow.c
14784         * src/gtk/pluginwindow.c
14785         * src/gtk/prefswindow.c
14786                 change all gtk_scrolled_window_set_policy from 
14787                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14788
14789 2004-08-02 [paul]       0.9.12cvs40.1
14790
14791         * AUTHORS
14792                 update translation team section
14793         * po/pt_BR.po
14794                 updated by Frederico Goncalves Guimaraes
14795                 <fggdebian@yahoo.com.br>
14796
14797 2004-07-31 [colin]      0.9.12cvs39.9
14798
14799         * src/exphtmldlg.c
14800                 Fix compilation
14801
14802 2004-07-31 [colin]      0.9.12cvs39.8
14803
14804         * src/exphtmldlg.c
14805                 Fix an alertpanel type
14806
14807 2004-07-30 [colin]      0.9.12cvs39.7
14808
14809         * src/alertpanel.c
14810                 Fix alertpanel_error_log's icon
14811
14812 2004-07-30 [colin]      0.9.12cvs39.6
14813
14814         * src/pop.c
14815                 Two of them should still be warnings
14816
14817 2004-07-30 [colin]      0.9.12cvs39.5
14818
14819         * src/pop.c
14820                 More warning -> error
14821 2004-07-29 [colin]      0.9.12cvs39.4
14822
14823         * src/pop.c
14824                 Warning -> error
14825
14826 2004-07-29 [colin]      0.9.12cvs39.3
14827
14828         * src/prefs_matcher.c
14829                 Fix segfault
14830
14831 2004-07-29 [colin]      0.9.12cvs39.2
14832
14833         * src/alertpanel.c
14834                 More nice-looking alertpanels
14835
14836 2004-07-29 [colin]      0.9.12cvs39.1
14837
14838         * src/messageview.c
14839                 sync with head
14840                 (inform user when partial mail is deleted on server)
14841
14842 2004-07-29 [colin]      0.9.12cvs38.1
14843
14844         * src/messageview.c
14845                 sync with head
14846
14847 2004-07-28 [paul]       0.9.12cvs37.7
14848
14849         * src/mainwindow.c
14850                 complete the replacement of deprecated gtk_progress_*
14851
14852 2004-07-28 [paul]       0.9.12cvs37.6
14853
14854         * src/action.c
14855         * src/inc.c
14856         * src/mainwindow.c
14857         * src/send_message.c
14858         * src/gtk/progressdialog.c
14859         * src/gtk/progressdialog.h
14860                 replace deprecated gtk_progress_*
14861
14862 2004-07-28 [paul]       0.9.12cvs37.5
14863
14864         * src/gtk/filesel.c
14865                 remove gtk_window_set_wmclass()
14866 2004-07-28 [paul]       0.9.12cvs37.4
14867
14868         * src/addressbook.c
14869         * src/compose.c
14870         * src/foldersel.c
14871         * src/mainwindow.c
14872         * src/messageview.c
14873         * src/sourcewindow.c
14874         * src/gtk/logwindow.c
14875                 remove gtk_window_set_wmclass()
14876                 
14877         * src/prefs_filtering.c
14878         * src/prefs_filtering_action.c
14879         * src/prefs_fonts.c
14880         * src/prefs_gtk.c
14881         * src/prefs_matcher.c
14882         * src/ssl_manager.c
14883         * src/gtk/prefswindow.c
14884                 replace gtk_window_position()
14885
14886 2004-07-28 [colin]      0.9.12cvs37.3
14887
14888         * src/alertpanel.c
14889         * src/alertpanel.h
14890                 Add a way to specify panel type for specific
14891                 panels (alertpanel())
14892         * src/account.c
14893         * src/addressbook.c
14894         * src/compose.c
14895         * src/expldifdlg.c
14896         * src/main.c
14897         * src/messageview.c
14898         * src/summaryview.c
14899         * src/textview.c
14900         * src/gtk/sslcertwindow.c
14901                 Fix alertpanel()s so that their icon match
14902                 their real type
14903
14904 2004-07-28 [paul]       0.9.12cvs37.2
14905
14906         * src/addr_compl.c
14907         * src/addressbook.c
14908         * src/alertpanel.c
14909         * src/compose.c
14910         * src/export.c
14911         * src/foldersel.c
14912         * src/folderview.c
14913         * src/grouplistdialog.c
14914         * src/import.c
14915         * src/mainwindow.c
14916         * src/message_search.c
14917         * src/messageview.c
14918         * src/passphrase.c
14919         * src/prefs_actions.c
14920         * src/prefs_common.c
14921         * src/prefs_customheader.c
14922         * src/prefs_display_header.c
14923         * src/prefs_filtering.c
14924         * src/prefs_filtering_action.c
14925         * src/prefs_gtk.c
14926         * src/prefs_matcher.c
14927         * src/prefs_msg_colors.c
14928         * src/prefs_summary_column.c
14929         * src/prefs_template.c
14930         * src/sourcewindow.c
14931         * src/ssl_manager.c
14932         * src/summary_search.c
14933         * src/gtk/colorsel.c
14934         * src/gtk/description_window.c
14935         * src/gtk/gtkaspell.c
14936         * src/gtk/inputdialog.c
14937         * src/gtk/logwindow.c
14938         * src/gtk/prefswindow.c
14939         * src/gtk/progressdialog.c
14940                 replace deprecated gtk_window_set_policy
14941
14942 2004-07-27 [colin]      0.9.12cvs37.1
14943
14944         * src/msgcache.c
14945                 More fixes (synced for head again)
14946
14947 2004-07-27 [colin]      0.9.12cvs35.3
14948
14949         * src/msgcache.c
14950                 Fix wrong test
14951
14952 2004-07-27 [colin]      0.9.12cvs35.2
14953
14954         * src/mimeview.c
14955                 Fix width a bit (by Paul)
14956         * src/alertpanel.c
14957         * src/alertpanel.h
14958                 Specialize icons, make alertpanel_message()
14959                 private
14960         * src/message_search.c
14961         * src/sgpgme.c
14962         * src/summary_search.c
14963                 Suit alertpanel changes
14964
14965 2004-07-27 [colin]      0.9.12cvs35.1
14966
14967         * src/alertpanel.c
14968                 Add an icon
14969         * src/passphrase.c
14970                 Add debug output - maybe someone will
14971                 want to look at the problem with Grab
14972                 Input :)
14973         Bump version as we're synced with HEAD
14974
14975 2004-07-26 [colin]      0.9.12cvs33.26
14976
14977         * src/pop.c
14978                 Fix uidl-file parsing when not in new
14979                 format
14980
14981 2004-07-26 [colin]      0.9.12cvs33.25
14982
14983         * src/gtk/menu.c
14984                 Move popup menu up if necessary (fixes 
14985                 account selector)
14986         * src/mainwindow.c
14987                 Set account selector's button height to
14988                 minimum
14989
14990 2004-07-26 [colin]      0.9.12cvs33.24
14991
14992         * src/alertpanel.c
14993                 Maybe fix 551 (Truncated font in alert window)
14994
14995 2004-07-26 [colin]      0.9.12cvs33.23
14996
14997         * po/de.po
14998         * po/es.po
14999         * po/fr.po
15000         * po/it.po
15001         * po/ja.po
15002         * po/pl.po
15003         * po/ru.po
15004         * po/sk.po
15005         * po/sr.po
15006         * po/zh_CN.po
15007                 Sync po files with HEAD
15008
15009 2004-07-26 [paul]       0.9.12cvs33.22
15010
15011         * src/compose.c
15012                 fix Bug 556 'Organisation-header is sent even if empty'
15013
15014 2004-07-24 [colin]      0.9.12cvs33.21
15015
15016         * src/compose.c
15017         * src/gtk/gtkaspell.c
15018         * src/gtk/gtkaspell.h
15019                 Fix speller accelerators (require hack)
15020
15021 2004-07-24 [colin]      0.9.12cvs33.20
15022
15023         * src/gtk/gtkaspell.c
15024                 Fix over-eager code deletion breaking
15025                 Check while typing
15026
15027 2004-07-24 [colin]      0.9.12cvs33.19
15028
15029         * src/browseldap.c
15030         * src/ldapctrl.c
15031         * src/ldapctrl.h
15032         * src/ldapserver.h
15033                 Sync ldap with HEAD
15034         (Fixes 546 LDAP completely broken)
15035
15036 2004-07-24 [colin]      0.9.12cvs33.18
15037
15038         * src/prefs_msg_colors.c
15039                 Fix prototype mismatch
15040         (Fixes 547 void function cannot return value)
15041
15042 2004-07-24 [colin]      0.9.12cvs33.17
15043
15044         * src/mainwindow.c
15045                 Fix sort going back to previous sort key
15046                 when changing sort direction
15047
15048 2004-07-24 [colin]      0.9.12cvs33.16
15049
15050         * src/compose.c
15051                 Fix space insertion when re-wrapping at 
15052                 cursor point
15053
15054 2004-07-24 [colin]      0.9.12cvs33.15
15055
15056         * src/gtk/gtkaspell.c
15057                 Don't change cursor position in insert-text
15058                 callback
15059         (Fixes 539 Word wrapping on input transposes letters)
15060
15061 2004-07-24 [colin]      0.9.12cvs33.14
15062
15063         * src/gtk/gtkaspell.c
15064                 Reencode non-ascii chars to dictionary's
15065                 encoding
15066         (Fixes 544 Spell check broken non english locale)
15067
15068 2004-07-24 [colin]      0.9.12cvs33.13
15069
15070         * src/summaryview.c
15071                 Fix Shift+Down, add Home/End/PgUp/PgDown
15072
15073 2004-07-21 [colin]      0.9.12cvs33.12
15074
15075         * src/prefs_common.c
15076                 Fix a gtk warning (Patch by Andrej Kacian)
15077
15078 2004-07-21 [colin]      0.9.12cvs33.11
15079
15080         * src/gtk/filesel.c
15081                 More check
15082
15083 2004-07-21 [colin]      0.9.12cvs33.10
15084
15085         * src/compose.c
15086         * src/crash.c
15087         * src/export.c
15088         * src/import.c
15089         * src/messageview.c
15090         * src/mimeview.c
15091         * src/prefs_spelling.c
15092         * src/prefs_themes.c
15093         * src/summaryview.c
15094         * src/gtk/filesel.c
15095         * src/gtk/filesel.h
15096         * src/gtk/pluginwindow.c
15097                 Untwist open/save mode guessing logic, make
15098                 it explicit
15099
15100 2004-07-20 [colin]      0.9.12cvs33.9
15101
15102         * src/codeconv.c
15103                 conv_encode_header: src_charset is UTF-8 on
15104                 gtk2
15105         * src/compose.c
15106                 Remove double encoding of the headers
15107
15108 2004-07-20 [colin]      0.9.12cvs33.8
15109
15110         * src/codeconv.c
15111                 Fix typo
15112
15113 2004-07-20 [colin]      0.9.12cvs33.7
15114
15115         * src/mainwindow.c
15116                 Set the separated messageview to the saved
15117                 size of Claws' messageview (Patch by Alfons)
15118                 Fix a callback prototype (me)
15119
15120 2004-07-20 [colin]      0.9.12cvs33.6
15121
15122         * src/codeconv.h
15123                 Forgot one hunk in 0.9.12cvs33.4
15124
15125 2004-07-19 [colin]      0.9.12cvs33.5
15126
15127         * src/action.c
15128                 Action output fix
15129                 Patch by Alfons
15130
15131 2004-07-19 [colin]      0.9.12cvs33.4
15132
15133         * src/compose.c
15134                 Fix outgoing charset bug in headers
15135         * src/codeconv.c
15136                 Clean for glib2 - Patch by Alfons
15137
15138 2004-07-19 [colin]      0.9.12cvs33.3
15139
15140         * src/statusbar.c
15141                 Remove grip from the statusbar
15142                 Patch by Alfons
15143
15144 2004-07-19 [colin]      0.9.12cvs33.2
15145
15146         * src/messageview.c
15147         * src/textview.c
15148                 Fix messageview remembering the previous
15149                 scroll position when loading a new message
15150                 Patch by Alfons
15151
15152 2004-07-19 [colin]      0.9.12cvs33.1
15153
15154         * src/folder.h
15155         * src/folderview.c
15156         * src/summaryview.c
15157                 Sync with HEAD
15158
15159 2004-07-18 [colin]      0.9.12cvs32.7
15160
15161         * configure.ac
15162                 Remove useless check for XIM - noticed
15163                 by Alfons
15164
15165 2004-07-18 [colin]      0.9.12cvs32.6
15166
15167         * src/summaryview.c
15168                 Remove non-modified and shift-modified
15169                 accelerators in summaryview's popup
15170                 menu, as that doesn't get catched by
15171                 the accel-activate signal catcher...
15172
15173 2004-07-18 [colin]      0.9.12cvs32.5
15174
15175         * src/prefs_common.c
15176                 Define sensible default prefs for 
15177                 wrapping
15178
15179 2004-07-18 [colin]      0.9.12cvs32.4
15180
15181         * src/compose.c
15182         * src/prefs_common.c
15183         * src/prefs_common.h
15184         * src/prefs_wrapping.c
15185                 Remove Smart Wrapping pref, which does
15186                 nothing on gtk2 branch
15187
15188 2004-07-18 [colin]      0.9.12cvs32.3
15189
15190         * src/sourcewindow.c
15191                 Proper utf8
15192
15193 2004-07-18 [colin]      0.9.12cvs32.2
15194
15195         * src/compose.c
15196                 Save attachment status when drafting
15197
15198 2004-07-18 [colin]      0.9.12cvs32.1
15199
15200         * src/gtk/filesel.c
15201                 Fix erratic folder selection in open mode
15202
15203 2004-07-18 [colin]      0.9.12cvs31.11
15204
15205         * src/pop.c
15206                 Don't let partial messages get deleted
15207                 even with "dowload all"
15208                 (0.9.12cvs31.8 fix extension)
15209 2004-07-18 [colin]      0.9.12cvs31.10
15210
15211         * src/gtk/logwindow.c
15212                 Fix log scrolling
15213
15214 2004-07-18 [colin]      0.9.12cvs31.9
15215
15216         * src/common/utils.c
15217                 Fix non-utf8 strings coming from commands
15218                 and files
15219
15220 2004-07-18 [colin]      0.9.12cvs31.8
15221
15222         * src/pop.c
15223                 Fix partial download bug with Download all
15224                 messages option
15225
15226 2004-07-18 [colin]      0.9.12cvs31.7
15227
15228         * src/textview.c
15229                 Fix bug introduced in 0.9.12cvs31.2
15230                 (blocked in select mode after double click)
15231
15232 2004-07-18 [colin]      0.9.12cvs31.6
15233
15234         * src/compose.c
15235         * src/gtk/menu.c
15236                 More glib-warning fixes
15237
15238 2004-07-18 [colin]      0.9.12cvs31.5
15239
15240         * src/compose.c
15241                 Fix trashing the primary clipboard when moving 
15242                 around with tab
15243         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15244
15245 2004-07-18 [colin]      0.9.12cvs31.4
15246
15247         * src/codeconv.c
15248                 convert unencoded iso headers to utf8
15249         (Fix Bug 538 Unencoded local characters in subject make it 
15250          disappear)
15251
15252 2004-07-18 [colin]      0.9.12cvs31.3
15253
15254         * src/compose.c
15255                 Fix tab char handling in wrapping
15256         (Fix Bug 537 Line wrap problem - TAB character treated as 
15257          one character instead of 8)
15258
15259 2004-07-18 [colin]      0.9.12cvs31.2
15260
15261         * src/textview.c
15262                 return FALSE on GDK_MOTION_NOTIFY
15263         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15264          (unable to highlight))
15265
15266 2004-07-18 [colin]      0.9.12cvs31.1
15267
15268         * src/folderview.c
15269                 Sync with 0.9.12cvs31
15270
15271 2004-07-18 [colin]      0.9.12cvs30.4
15272
15273         * src/compose.c
15274                 Also block text_inserted when inserting a file
15275
15276 2004-07-18 [colin]      0.9.12cvs30.3
15277
15278         * src/compose.c
15279                 Fix smart wrapping (block text_inserted handler
15280                 while putting quotation to avoid wrap on input,
15281                 don't join lines if next is sig separator)
15282
15283 2004-07-17 [colin]      0.9.12cvs30.2
15284
15285         * src/folderview.c
15286         * src/mainwindow.c
15287         * src/mimeview.c
15288         * src/summaryview.c
15289         * src/gtk/quicksearch.c
15290         * src/gtk/quicksearch.h
15291                 Block key events handlers *and* accels while
15292                 quicksearch is focused
15293         (Fixes Bug 534 quick-search bar not accepting certain letters)
15294
15295 2004-07-17 [colin]      0.9.12cvs30.1
15296
15297         * src/folder.h
15298         * src/folderview.c
15299         * src/summaryview.c
15300                 Sync with 0.9.12cvs30
15301
15302 2004-07-17 [colin]      0.9.12cvs28.2
15303
15304         * src/mimeview.c
15305         * src/procmime.c
15306         * src/summaryview.c
15307         * src/gtk/menu.c
15308                 Squash some compile and glib warnings
15309
15310 2004-07-17 [paul]       0.9.12cvs28.1
15311
15312         * src/mimeview.c
15313                 sync with 0.9.12cvs28 HEAD
15314
15315 2004-07-16 [paul]       0.9.12cvs26.1
15316         
15317         * src/gtk/quicksearch.c
15318         * src/account.c
15319         * src/account.h
15320         * src/compose.c
15321         * src/customheader.c
15322         * src/folder_item_prefs.c
15323         * src/main.c
15324         * src/mainwindow.c
15325         * src/messageview.c
15326         * src/mimeview.c
15327         * src/news.c
15328         * src/pgpmime.c
15329         * src/pop.c
15330         * src/pop.h
15331         * src/prefs_account.c
15332         * src/prefs_account.h
15333         * src/prefs_common.c
15334         * src/prefs_common.h
15335         * src/prefs_display_header.c
15336         * src/prefs_gtk.c
15337         * src/prefs_gtk.h
15338         * src/procheader.c
15339         * src/procmime.c
15340                 sync with 0.9.12cvs26 HEAD      
15341
15342 2004-07-15 [colin]      0.9.12cvs18.14
15343
15344         * src/folder.c
15345                 Disable GPG signature check during
15346                 folder move and scan
15347         (Closes Bug 521 Signature checking slows down Folder-Move)
15348
15349 2004-07-14 [colin]      0.9.12cvs18.13
15350
15351         * src/common/partial_download.c
15352                 update includes
15353
15354 2004-07-14 [colin]      0.9.12cvs18.12
15355
15356         * src/common/partial_download.c
15357         * src/common/partial_download.h
15358                 Move doc at top, add correct copyright
15359
15360 2004-07-14 [colin]      0.9.12cvs18.11
15361
15362         * src/folder.c
15363         * src/messageview.c
15364         * src/pop.c
15365         * src/pop.h
15366         * src/procmsg.c
15367         * src/summaryview.c
15368         * src/common/Makefile.am
15369         * src/common/partial_download.c ** NEW FILES **
15370         * src/common/partial_download.h ** NEW FILES **
15371                 Move partial-download related stuff to its
15372                 own file
15373
15374 2004-07-14 [colin]      0.9.12cvs18.10
15375
15376         * src/send_message.c
15377                 Fix smtp auth when user is null or empty
15378
15379 2004-07-13 [colin]      0.9.12cvs18.9
15380
15381         * src/gtk/quicksearch.c
15382                 Use alphabetic order
15383
15384 2004-07-13 [colin]      0.9.12cvs18.8
15385
15386         * src/pop.c
15387                 Be paranoid on the checks
15388
15389 2004-07-13 [colin]      0.9.12cvs18.7
15390
15391         * src/gtk/quicksearch.c
15392                 Fix Engrish once again
15393
15394 2004-07-13 [colin]      0.9.12cvs18.6
15395
15396         * src/procmsg.c
15397         * src/summaryview.c
15398                 Mark messages for deletion when they are about to
15399                 be removed from trash
15400
15401 2004-07-13 [colin]      0.9.12cvs18.5
15402
15403         * src/matcher.c
15404         * src/matcher.h
15405         * src/matcher_parser_parse.y
15406         * src/prefs_matcher.c
15407         * src/gtk/quicksearch.c
15408                 Add 'partial' ('p') match string to find partially
15409                 downloaded messages
15410
15411 2004-07-13 [colin]      0.9.12cvs18.4
15412
15413         * src/pop.c
15414                 Fix misplaced block
15415
15416 2004-07-13 [colin]      0.9.12cvs18.3
15417
15418         * src/pop.c
15419         * src/pop.h
15420         * src/messageview.c
15421                 Refactor API (to avoid passing 5+ params and code
15422                 duplication)
15423         * src/folder.c
15424         * src/msgcache.c
15425         * src/procheader.c
15426         * src/common/defs.h
15427                 Add planned_download to cache
15428                 Don't mess uidl file when moving partially downloaded
15429                 mails (they change folder, we should change it in the
15430                 uidl list too or we'll remove an incorrect message)
15431                 (this also helps removing hacks when changing 
15432                 planned_download in messageview.c)
15433
15434 2004-07-12 [colin]      0.9.12cvs18.2
15435
15436         * src/gtk/quicksearch.c
15437                 Fix missing status update in quicksearch
15438
15439 2004-07-12 [paul]       0.9.12cvs18.1
15440
15441         * po/POTFILES.in
15442         * src/Makefile.am
15443         * src/account.c
15444         * src/codeconv.c
15445         * src/compose.c
15446         * src/inc.c
15447         * src/main.c
15448         * src/prefs_common.c
15449         * src/procmsg.h
15450         * src/toolbar.c
15451         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15452         * src/prefs_wrapping.[ch]       ** NEW FILES **
15453         * src/common/intl.h
15454         * src/common/utils.[ch]
15455         * src/gtk/quicksearch.[ch]
15456                 sync with 0.9.12cvs18 HEAD
15457
15458 2004-07-12 [colin]      0.9.11cvs17.25
15459
15460         * src/folder.c
15461         * src/folder.h
15462                 Remove unused function added by me in 0.9.11cvs17.10
15463
15464 2004-07-11 [colin]      0.9.11cvs17.24
15465
15466         * src/inc.c
15467         * src/messageview.c
15468         * src/pop.c
15469         * src/pop.h
15470                 Use folderitem and msgnum instead of filename to
15471                 know which mail to delete
15472                 Move old partial mail deletion to pop.c
15473
15474 2004-07-10 [colin]      0.9.11cvs17.23
15475
15476         * src/inc.c
15477                 Add debug
15478         * src/pop.c
15479         * src/pop.h
15480                 Don't re-use same enums for unrelated stuff: it's 
15481                 completely misleading !
15482                 Document a bit
15483
15484 2004-07-09 [colin]      0.9.11cvs17.22
15485
15486         * src/inc.c
15487                 Remove folder-type check and do
15488                 more tests to be sure everything's
15489                 ok
15490         * src/messageview.c
15491                 Punctuation update, remove useless
15492                 code, fix two warnings
15493         * src/noticeview.c
15494                 Layout cleaning, reset 2nd button
15495                 when specifying one
15496
15497 2004-07-09 [colin]      0.9.11cvs17.21
15498
15499         * src/messageview.c
15500         * src/pop.c
15501         * src/pop.h
15502                 Allow user to change his mind
15503                 and postpone decision (by
15504                 unmarking the mail)
15505
15506 2004-07-09 [colin]      0.9.11cvs17.20
15507
15508         * src/messageview.c
15509                 Fix bug with delete state
15510         * src/pop.c
15511         * src/pop.h
15512                 Fix buffer leak (fread doesn't 
15513                 terminate buffers with \0)
15514                 Refactoring (remove magic 
15515                 numbers)
15516
15517 2004-07-09 [colin]      0.9.11cvs17.19
15518
15519         * src/pop.c
15520                 Don't log "Skipping message" if 
15521                 we're going to TOP it two lines
15522                 later
15523
15524 2004-07-09 [colin]      0.9.11cvs17.18
15525
15526         * src/messageview.c
15527                 Fix Engrish
15528
15529 2004-07-09 [colin]      0.9.11cvs17.17
15530
15531         * src/pop.c
15532                 strlen checking...
15533         * src/messageview.c
15534                 refactoring a bit
15535
15536 2004-07-08 [colin]      0.9.11cvs17.16
15537
15538         * src/noticeview.c
15539         * src/noticeview.h
15540                 Add an optional second button
15541         * src/messageview.c
15542         * src/pop.c
15543         * src/pop.h
15544                 Don't delete partially received mails after a certain
15545                 time; rather, let the user decide.
15546
15547 2004-07-08 [colin]      0.9.11cvs17.15
15548
15549         * src/common/smtp.h
15550                 Sync with HEAD
15551
15552 2004-07-08 [colin]      0.9.11cvs17.14
15553
15554         * src/messageview.c
15555         * src/common/smtp.c
15556                 Use to_human_readable() for sizes
15557
15558 2004-07-08 [colin]      0.9.11cvs17.13
15559
15560         * src/inc.c
15561         * src/messageview.c
15562         * src/pop.c
15563         * src/pop.h
15564         * src/procmsg.c
15565                 Fix partial-downloading issues:
15566                         catch unsupported TOP
15567                         don't delete partially downloaded mails before 5 days
15568                         don't update existing with non-MH folders; that'll
15569                         make dups, but it's better than trashing the folder
15570                         free new msginfo parts
15571                 Fix indentation ;-)
15572
15573 2004-07-08 [colin]      0.9.11cvs17.12
15574
15575         * src/common/smtp.c
15576         * src/common/smtp.h
15577                 Sync smtp size verification with HEAD
15578
15579 2004-07-08 [colin]      0.9.11cvs17.11
15580
15581         * src/summaryview.c
15582         * src/prefs_common.c
15583         * src/prefs_common.h
15584         * src/gtk/quicksearch.c
15585         * src/gtk/quicksearch.h
15586                 Sync sticky pref with HEAD
15587
15588 2004-07-08 [colin]      0.9.11cvs17.10
15589
15590         * src/folder.c [1.213.2.6]
15591         * src/folder.h [1.87.2.6]
15592         * src/inc.c [1.149.2.7]
15593         * src/messageview.c [1.94.2.8]
15594         * src/procheader.c [1.47.2.6]
15595         * src/procmsg.c [1.150.2.4]
15596         * src/procmsg.h [1.60.2.5]
15597         * src/pop.c [1.56.2.4]
15598         * src/pop.h [1.17.2.3]
15599                 Let too big messages get downloaded, but truncated
15600                 Add a button to download them completely
15601                 
15602 2004-07-06 [colin]      0.9.11cvs17.9
15603
15604         * src/gtk/quicksearch.c [1.1.2.3]
15605                 Add a Clear button
15606         * commitHelper
15607         * PATCHSETS
15608                 Add a script to help with cvs
15609
15610 2004-07-03 [colin]      0.9.11cvs17.8
15611
15612         * src/plugins/imageviewer/viewer.c
15613                 fix imageviewer (which was staying on the first
15614                 displayed image)
15615
15616 2004-07-03 [colin]      0.9.11cvs17.7
15617
15618         Removed FIXME_GTK2 warnings
15619         * src/gtk/gtkutils.c
15620                 useless #warnings
15621         * src/gtk/menu.c
15622                 useless #warnings (no need to mess with menu rc)
15623         * src/gtk/menu.h
15624                 unused functions
15625         
15626
15627 2004-07-03 [colin]      0.9.11cvs17.6
15628
15629         Removed FIXME_GTK2 warnings
15630         * src/codeconv.c
15631                 useless #warnings (rewrite needed)
15632         * src/compose.c
15633                 useless #warnings (rewrite needed)
15634                 useless #warnings (gtk2 is like that)
15635                 useless #warnings (previously fixed)
15636         * src/main.c
15637                 useless #warnings (previously fixed)
15638         * src/message_search.c
15639                 useless #warnings (gtk2 is like that)
15640                 Made apparent that search is case-sensitive
15641         * src/mimeview.c
15642                 useless #warnings (rewrite needed)
15643                 useless #warnings (gtk2 is like that)
15644                 reimplemented real warnings
15645         * src/prefs_common.c
15646                 Removed block cursor option (not it gtk2)
15647         * src/prefs_gtk.c
15648                 useless #warnings (rewrite needed)
15649         * src/procheader.c
15650                 useless #warnings (rewrite needed)
15651         * src/sourcewindow.c
15652                 useless #warnings (incorrect placing)
15653         * src/summary_search.c
15654                 useless #warnings (gtk2 is like that)
15655                 Made apparent that search is case-sensitive
15656         * src/action.c
15657                 useless #warnings (gtk2 is like that)
15658         * src/textview.c
15659                 useless #warnings (rewrite needed)
15660         * src/toolbar.c
15661                 useless #warnings (rewrite needed)
15662
15663 2004-07-03 [colin]      0.9.11cvs17.5
15664
15665         * src/textview.c
15666                 Fix mismerge which broke URI opening
15667                 
15668 2004-07-01 [colin]      0.9.11cvs17.4
15669
15670         * src/gtk/filesel.c
15671                 Fill filename when saving
15672                 
15673 2004-06-27 [colin]      0.9.11cvs17.3
15674
15675         * src/gtk/filesel.[ch]
15676                 Use the new GTK file selector
15677                 Update prototype to match the reality: multiple file
15678                 selection is open-only          
15679         * src/compose.c
15680                 Match the new prototypes        
15681         * configure.ac
15682                 Match the new requirements (gtk 2.4.0)
15683                         
15684 2004-06-26 [colin]      0.9.11cvs17.2
15685
15686         * src/plugins/trayicon/trayicon.c
15687                 Remove useless signal handler on resize, which causes
15688                 an infinite "loop"
15689         
15690 2004-06-26 [colin]      0.9.11cvs17.1
15691         
15692         * tools/Makefile.am
15693                 remove launch_firebird and add nautilus2sylpheed.sh
15694         * src/quicksearch.c
15695           src/summaryview.c
15696                 Fix show/hide "Extended symbols" button problem
15697                 Fix apparition at startup
15698                 Fix const warnings
15699         * src/plugins/image_viewer/Makefile.am
15700                 Fix configure 
15701         * common/ssl.c
15702                 Re-enable certificate check, as it doesn't seem to
15703                 cause Xlib errors anymore
15704
15705 2004-06-25 [paul]       0.9.11cvs17
15706
15707         * sync with 0.9.11cvs17 HEAD
15708         
15709         NOTE: QuickSearch is broken
15710
15711 2004-06-07 [colin]      0.9.10claws67.10
15712         * src/plugins/trayicon/trayicon.c
15713           src/plugins/trayicon/libeggtrayicon/Makefile.am
15714           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15715                 Fix gettextization in trayicon plugin
15716
15717 2004-06-07 [colin]      0.9.10claws67.9
15718         
15719         * src/summaryview.c
15720           src/gtk/gtksctree.[ch]
15721                 Let Shift+{Up,Down} work in summaryview
15722                 (well, Down "works" and Up works)
15723                 Let the list scroll when using these keys
15724
15725 2004-06-06 [colin]      0.9.10claws67.8
15726
15727         * src/plugins/trayicon/trayicon.c
15728                 Fix pixmap update
15729
15730 2004-06-06 [colin]      0.9.10claws67.7
15731
15732         * src/addressbook.c
15733                 Fix signal handling causing system-wide focus grab
15734
15735 2004-05-25 [paul]       0.9.10claws67.6
15736
15737         * Makefile.am
15738           src/Makefile.am
15739                 clean up
15740
15741 2004-05-25 [paul]       0.9.10claws67.5
15742
15743         * replace deprecated gtk_signal... functions
15744
15745 2004-05-23 [colin]      0.9.10claws67.4
15746
15747         * src/compose.c
15748                 Fix wrapping
15749
15750 2004-05-22 [colin]      0.9.10claws67.3
15751
15752         * src/compose.c
15753                 Re-fix [Edited] in compose.c::compose_reedit()
15754
15755 2004-05-22 [colin]      0.9.10claws67.2
15756
15757         * src/procmime.c
15758                 Fix parsing of multiparts mails
15759
15760 2004-05-22 [colin]      0.9.10claws67.1
15761
15762         * src/summaryview.c
15763                 Fix quicksearch
15764
15765 2004-05-22 [paul]       0.9.10claws67
15766
15767         * sync with 0.9.10claws67 HEAD
15768
15769 2004-05-14 [alfons]
15770
15771         * src/procmime.h
15772                 add forgotton prototype
15773
15774 2004-05-10 [paul]       0.9.10claws57
15775
15776         * sync with 0.9.10claws57 HEAD
15777
15778 2004-05-05 [paul]       0.9.9.claws1
15779
15780         * ChangeLog-gtk2        ** REMOVED **
15781           ChangeLog-gtk2.claws  ** ADDED **
15782                 rename and adopt the normal claws format
15783                 
15784         * configure.ac
15785                 require gtkmathview >= 0.5
15786
15787         * ac/*                          ** REMOVED **
15788           ac/                           ** REMOVED **
15789           intl/Makefile.in              ** REMOVED **
15790           m4/                           ** ADDED **
15791           m4/missing                    ** ADDED **
15792           m4/missing/gdk-pixbuf.m4      ** ADDED **
15793           m4/missing/gettext.m4         ** ADDED **
15794           m4/missing/gpgme.m4           ** ADDED **
15795           m4/missing/imlib.m4           ** ADDED **
15796           m4/.cvsignore                 ** ADDED **
15797           m4/Makefile.am                ** ADDED **
15798           m4/README                     ** ADDED **
15799           m4/aclocal-include.m4         ** ADDED **
15800           m4/aspell.m4                  ** ADDED **
15801           m4/check-type.m4              ** ADDED **
15802           m4/gnupg-check-typedef.m4     ** ADDED **
15803           m4/openssl.m4                 ** ADDED **
15804           m4/spamassassin.m4            ** ADDED **
15805           po/ChangeLog                  ** REMOVED **
15806           po/Makefile.in.in             ** REMOVED **
15807           po/Rules-quot                 ** REMOVED **
15808           po/boldquot.sed               ** REMOVED **
15809           po/en@boldquot.header         ** REMOVED **
15810           po/en@quot.header             ** REMOVED **
15811           po/insert-header.sin          ** REMOVED **
15812           po/quot.sed                   ** REMOVED **
15813           po/remove-potcdate.sed        ** REMOVED **
15814           po/remove-potcdate.sin        ** REMOVED **
15815           po/stamp-po                   ** REMOVED **
15816           Makefile.am
15817           autogen.sh
15818           configure.ac
15819                 enable building with automake 1.8.x
15820                 add 'autopoint --force' to autogen.sh and remove all
15821                 auto-generated files, remove ac/ directory and use
15822                 m4/ directory instead
15823                 
15824         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15825                 fix gettextization
15826
15827 2004-02-28 Colin Leroy <colin@colino.net>
15828         * src/prefs_matcher.c
15829           src/prefs_filtering.c
15830           src/prefs_filtering_action.c
15831                 Fix non-editable GtkEntries
15832
15833 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15834         * src/prefs_themes.c
15835                 utf8 conversion for theme info
15836
15837 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15838         * sync 0.9.9claws
15839
15840 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15841         * src/grouplistdialog.c
15842                 allow multiple selections without ctrl key
15843
15844 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15845         * src/main.c
15846                 enable customizable accelerators
15847
15848 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15849         * src/prefs_common.c
15850                 re-enable different font settings for gtk1/2
15851         * src/prefs_folder_item.c
15852                 fix folder prefs displayed wrong
15853         * src/textview.c
15854                 set 'sunken' shadow type
15855
15856 2004-02-07 Colin Leroy <colin@colino.net>
15857         * src/compose.c
15858                 Fix message being always [Edited]
15859                 Encode headers correctly (utf8 buf)
15860
15861 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15862         * src/socket.c
15863                 remove double g_source_attach()
15864                 (Thanks to Colin Leroy)
15865
15866 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15867         * src/gtk/gtksctree.c
15868                 Fix SSL certificate list not shown
15869         * src/mimeview.c
15870                 Fix clicks in mime tree
15871
15872 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15873         * src/common/socket.c
15874                 Fix SSL receive
15875         * src/compose.c
15876                 Fix clipboard menu hotkeys
15877
15878 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15879         * src/gtk/gtkaspell.[ch]
15880           src/compose.c
15881                 reimplement spellchecker
15882
15883 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15884         * src/gtk/filesel.c
15885                 crash when inserting file in compose window
15886                 (TODO: keep old selection on clicks)
15887         * src/main.c
15888                 use gtkrc-2.0 instead of gtkrc
15889
15890 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15891         * src/messageview.c
15892                 remove orphaned mimeview unref()
15893
15894 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15895         * src/grouplistdialog.c
15896                 expand nodes containing subscribed groups
15897
15898 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15899         * src/textview.c
15900                 textview: hide cursor, restore old click behaviour
15901
15902 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15903         * src/textview.c
15904                 variable names messed up
15905
15906 2004-01-17 Colin Leroy <colin@colino.net>
15907         * src/addr_compl.c
15908                 Fix completion address too thin
15909         * src/compose.c
15910                 Fix tab-to-subject behaviour
15911         * src/summaryview.c
15912                 Implement key up & down in summaryview
15913
15914 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15915
15916         * sync 098claws
15917
15918 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15919         * configure.ac
15920           Makefile.am
15921           doc/.cvsignore
15922           doc/Makefile.am
15923                 faq, man, manual moved to doc/
15924         * ac/aspell.m4
15925           ac/check-type.m4
15926           ac/gnupg-check-typedef.m4
15927           ac/openssl.m4
15928           ac/spamassassin.m4
15929           ac/missing/gdk-pixbuf.m4
15930           ac/missing/gpgme.m4
15931           ac/missing/imlib.m4
15932                 fix automake warnings
15933
15934 2003-12-06 Colin Leroy <colin@colino.net>
15935         * src/summaryview.c
15936                 Fix quicksearch
15937
15938 2003-12-05 Colin Leroy <colin@colino.net>
15939         * src/summaryview.c
15940                 Fix going to next unread folder
15941
15942 2003-12-05 Colin Leroy <colin@colino.net>
15943         * src/crash.c
15944                 Fix gtk2 compilation
15945         * src/session.c
15946                 Remove iotag source handler at disconnection
15947         * src/socket.[ch] 
15948                 Remove source handler when closing socket 
15949                 (fixes another seg)
15950
15951 2003-12-04 Colin Leroy <colin@colino.net>
15952         * src/compose.c
15953           src/prefs_account.c
15954           src/prefs_common.c
15955                 Fix some dropdown menus
15956
15957 2003-12-04 Colin Leroy <colin@colino.net>
15958         * src/compose.c
15959                 Fix event handlers on header fields
15960         * src/common/socket.c
15961           src/common/session.c
15962                 Fix segfault with callback (SSL)
15963                 Fix end of session 
15964
15965 2003-10-06 Thorsten Maerz <torte@netztorte.de>
15966
15967         * Fix compile bug in src/compose.c
15968         * removed src/gtk/gtkstext.[ch]
15969
15970 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
15971
15972         * Convert character set and escape "text" attributes in toolbar setting
15973         files.
15974         * Fixed bug in button-press-event handling.
15975
15976 2003-09-16 Thorsten Maerz <torte@netztorte.de>
15977
15978         * Fixed bug in key-press-event handling.
15979
15980 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
15981
15982         * Enabled to compile tray-icon plugin (Ad-hoc).
15983         * Avoid hang up bug of icon list in mime view (Ad-hoc).
15984
15985 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
15986
15987         * Enabled to compile on sylpheed-claws.
15988         (tray-icon plugin still cannot compile yet.)
15989
15990 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15991
15992         * Updated to 0.9.5.
15993
15994 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15995
15996         * Updated to 0.9.4.
15997         * Ported monitoring SSL mechanism to GSource of GLib2
15998         (I don't confirm it)
15999         * Added _gtk2 suffix to key name of font preference to avoid
16000         ovverwriting preference of Gtk+-1.2 version.
16001
16002 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16003
16004         * Updated to 0.9.2.
16005
16006 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16007
16008         * Updated to 0.9.1.
16009         * Translate po files into UTF-8 when execute autogen.sh.
16010
16011 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16012
16013         * Updated to 0.9.0.
16014
16015 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16016
16017         * Plugged GError related memory leaks.
16018
16019 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16020
16021         * Changed default size of fonts.
16022         * Enabled to set titile font size of warning dialog.
16023
16024 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16025
16026         * Embed a sylpheed icon into executable binary on Windows.
16027
16028 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16029
16030         * I forgot to traslate character set of element string in src/xml.c.
16031
16032 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16033
16034         * Fixed detecting bind_textdomain_codeset in configure.in.
16035         * The bug in which "Example" of "Date fromat" preference isn't displayed
16036         correctly has been fixed.
16037
16038 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16039
16040         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16041           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16042           glib-gettextize
16043           Removed intl directory.
16044           Translated po files into UTF-8.
16045           (Thanks! Ryuji Abe)
16046
16047 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16048
16049         * The bug which doesn't unscape string in xml.c has been fixed.
16050
16051 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16052
16053         * The bug which is failed to translate encoding of file name thorough
16054         file dialog has been fixed.
16055
16056 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16057
16058         * Modified to translate file names which is used in inporting/expoting
16059         mbox feature and "Save as" feature into locale encoding.
16060         * Translate file names into locale encoding when "Attache file" and
16061         "Insert file".
16062         * Force set G_BROKEN_FILENAMES environment variable.
16063         * Other minor fixes.
16064
16065 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16066
16067         * Modified to treat MH folder's name as locale encoding.
16068
16069 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16070
16071         * The bug which clash on switching candidates of auto completion of
16072         addresses, cannot use auto completion in Japanesse is fixed
16073         (Thanks! Tokunaga-san)¡¥
16074
16075 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16076
16077         * The bug which cannot switch key accelerator preference has been fixed
16078         (Thanks! smbd-san)¡¥
16079
16080 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16081
16082         * version 0.8.11-gtk2-20030314
16083
16084 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16085
16086         * The bug in which character set conversion of filtering messages has
16087         been fixed.(Thanks! COCOA-san).
16088
16089 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16090
16091         * Revived "Leave space on head" preference in "Message" category.
16092         * A bug which clash when put the cursor to end of buffer and execute
16093         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16094
16095 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16096
16097         * version 0.8.11-gtk2-20030312
16098
16099 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16100
16101         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16102         * Modified to use Pango's API directly for font preference.
16103         * Integrated GtkTextView of textview to one widget.
16104         * Set fonts of header title in textview by "header_title" tag.
16105         * Removed some deprecated codes.
16106
16107 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16108
16109         * Updated to 0.8.11.
16110         * Merged cygwin patch(Thanks! Sakai-san).
16111
16112 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16113
16114         * version 0.8.10-gtk2-20030309