2006-05-23 [colin] 2.2.0cvs48
[claws.git] / ChangeLog
1 2006-05-23 [colin]      2.2.0cvs48
2
3         * src/folder.c
4         * src/folderview.c
5         * src/msgcache.c
6         * src/summaryview.c
7         * src/gtk/gtksctree.c
8         * src/gtk/gtksctree.h
9                 More timings
10                 Fix slow loading problem, which was caused by the
11                 use of some gtk_ctree funcs and their use of
12                 g_list_position while gtk_ctree_(un)link'ing.
13                 Reap more functions from gtkctree.c to be sure we
14                 use our (fast) version instead of theirs.
15         * src/mh.c
16                 Fix copy of unread mails
17
18
19 2006-05-22 [wwp]        2.2.0cvs47
20
21         * manual/fr/advanced.xml
22                 updated.
23
24 2006-05-22 [colin]      2.2.0cvs46
25
26         * src/filtering.c
27                 Fix possible infinite loop. 'copy' is not a 
28                 final action, so when encountering a 'copy',
29                 we have to check if a previous one was set
30                 and do it. In the same way, if we encounter
31                 a 'move' we have to perform a possibly 
32                 pending 'copy'. This will slow down filtering
33                 on IMAP if move+copy or multiple copy actions
34                 are to be done, but handling it via the batch
35                 would be really too convoluted.
36
37 2006-05-22 [wwp]        2.2.0cvs45
38
39         * manual/fr/advanced.xml
40         * manual/fr/faq.xml
41         * manual/fr/glossary.xml
42         * manual/fr/handling.xml
43         * manual/fr/intro.xml
44         * manual/fr/plugins.xml
45         * manual/fr/sylpheed-claws-manual.xml
46                 sync w/ the english manual: updates URIs, documented mailing-list
47                 support, better explanation about the enabled/disabled feature
48                 in filtering/processing rules by Paul.
49
50 2006-05-21 [colin]      2.2.0cvs44
51
52         * src/summaryview.c
53                 Don't expand after building threads, but during
54
55 2006-05-21 [colin]      2.2.0cvs43
56
57         * src/procmsg.c
58         * src/summaryview.c
59                 More timing possibilities... For next time I have 
60                 to find out how the hell some 3GHz computer takes
61                 one minute to open a 30k folder...
62
63 2006-05-21 [colin]      2.2.0cvs42
64
65         * manual/pl/advanced.xml
66         * manual/pl/faq.xml
67         * manual/pl/glossary.xml
68         * manual/pl/handling.xml
69         * manual/pl/intro.xml
70         * manual/pl/plugins.xml
71         * manual/pl/sylpheed-claws-manual.xml
72                 Polish manual updated by Pawel
73
74 2006-05-20 [colin]
75
76         * 2.3.0-rc3 released
77
78 2006-05-20 [colin]      2.2.0cvs41
79
80         * src/imap.c
81                 Fix -rc2 problems:
82                 - remove cache of moved messages from original folder
83                 - apply new flags to messages even if they aren't appliable
84                   via IMAP.
85
86 2006-05-20 [colin]
87
88         * 2.3.0-rc2 released
89
90 2006-05-19 [colin]      2.2.0cvs40
91
92         * src/imap.c
93                 Don't issue SELECT in imap_change_flags
94                 before having checked that we indeed have
95                 some flags to change. MSG_POSTFILTERED for
96                 example can't be used on IMAP.
97                 Fixes bug #955 (copying messages between 
98                 imap folders is extremely slow), which was
99                 a regression.
100
101 2006-05-19 [colin]      2.2.0cvs39
102
103         * src/folder.c
104         * src/folder.h
105         * src/folderview.c
106                 Try to fix bug #830 (Some unread messages 
107                 get marked read in IMAP inbox):
108                 - Prevent scanning a folder if it's being 
109                   opened via the GUI
110                 - Postpone opening via the GUI of a folder
111                   currently scanned.
112
113
114 2006-05-19 [wwp]        2.2.0cvs38
115
116         * manual/advanced.xml
117                 fix English+typo (thanks to Paul).
118
119 2006-05-19 [wwp]        2.2.0cvs37
120
121         * manual/advanced.xml
122         * manual/fr/advanced.xml
123         * src/gtk/logwindow.c
124         * src/prefs_common.c
125         * src/prefs_common.h
126                 added hidden prefs to allow customization of colors used in
127                 protocol log window (useful for dark gtk+ themes).
128
129 2006-05-19 [wwp]        2.2.0cvs36
130
131         * ChangeLog
132                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
133
134 2006-05-19 [paul]       2.2.0cvs35
135
136         * src/textview.c
137                 make Reply-To fully clickable
138         * src/gtk/logwindow.c
139                 more colouring (SMTP ESMTP)
140         Both patches by Pawel Pekala
141
142 2006-05-19 [cleroy]     2.2.0cvs34
143
144         * src/mh.c
145                 Don't update flags from current folder
146                 Probably fixes bug #935 (Read Messages 
147                 Revert to Being Marked as Unread)
148
149 2006-05-18 [colin]      2.2.0cvs33
150
151         * src/imap.c
152                 Warning fix
153         * src/compose.c
154         * src/mainwindow.c
155         * src/summaryview.c
156         * src/toolbar.c
157                 Allow replying to multiple emails
158                 in multiple windows
159         * src/mimeview.c
160         * src/etpan/imap-thread.c
161                 Leak fixes
162
163 2006-05-18 [paul]       2.2.0cvs32
164
165         * src/summaryview.c
166                 keep Mailing-List menu refreshed
167                 Thanks to Colin
168
169 2006-05-18 [paul]       2.2.0cvs31
170
171         * manual/advanced.xml
172         * manual/faq.xml
173         * manual/glossary.xml
174         * manual/handling.xml
175         * manual/intro.xml
176         * manual/plugins.xml
177         * manual/sylpheed-claws-manual.xml
178                 update URLs
179                 add info about mailing-list support
180                 edit filtering info
181         * src/wizard.c
182         * src/common/defs.h
183         * src/gtk/about.c
184         * src/plugins/dillo_viewer/README
185                 update URLs
186
187 2006-05-17 [wwp]        2.2.0cvs30
188
189         * manual/handling.xml
190         * manual/fr/handling.xml
191                 documented the ability to enabled/disable filtering/processing rules.
192
193 2006-05-17 [colin]      2.2.0cvs29
194
195         * src/main.c
196                 Don't initialize g_thread subsystem if it's 
197                 already done (thanks to Hiro)
198         * src/mimeview.c
199                 Fix saving of parts when there name can't be
200                 converted from UTF-8.
201
202 2006-05-17 [paul]       2.2.0cvs28
203
204         * po/Makefile.in.in
205                 fix config.status warning with autoconf 2.60
206
207 2006-05-17 [paul]       2.2.0cvs27
208
209         * po/POTFILES.in
210                 add src/mbox.c
211
212 2006-05-17 [wwp]        2.2.0cvs26
213
214         * src/mainwindow.c
215                 fix useless and potentially dangerous buffer walking (thanks to Colin).
216
217 2006-05-17 [wwp]        2.2.0cvs25
218
219         * src/plugins/demo/demo.c
220                 updated product name in plugin demo (many plugins need to be
221                 sync'ed w/ that change).
222
223 2006-05-17 [colin]      2.2.0cvs24
224
225         * src/mh.c
226                 Fix leak
227
228 2006-05-16 [colin]      2.2.0cvs23
229
230         * src/mainwindow.c
231                 Stupid me hit again. Fix cvs22.
232
233 2006-05-16 [colin]      2.2.0cvs22
234
235         * src/mainwindow.c
236                 Fix bug #922 (sylpheed-claws crashed after 
237                 pushing on Inbox folder)
238
239 2006-05-16 [colin]      2.2.0cvs21
240
241         * src/compose.c
242                 Make From header be copy/paste/select-able
243
244 2006-05-16 [wwp]        2.2.0cvs20
245
246         * src/export.c
247         * src/matcher.c
248         * src/summaryview.c
249         * src/etpan/imap-thread.c
250                 fix some compiler warnings (thanks to Colin).
251
252 2006-05-16 [wwp]        2.2.0cvs19
253
254         * src/action.c
255         * src/gedit-print.c
256         * src/inc.c
257         * src/mainwindow.c
258         * src/mh.c
259         * src/statusbar.c
260         * src/send_message.c
261         * src/summaryview.c
262                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
263
264 2006-05-15 [colin]      2.2.0cvs18
265
266         * src/procmsg.c
267                 Fix automatic rule creation with List-Post
268
269 2006-05-15 [paul]       2.2.0cvs17
270
271         * tools/filter_conv_new.pl
272                 updated for rule enabling/disabling
273                 claws version >= 2.3.x required
274
275 2006-05-15 [cleroy]     2.2.0cvs16
276
277         * src/main.c
278                 Revert test
279
280 2006-05-15 [cleroy]     2.2.0cvs15
281
282         * src/main.c
283                 test
284
285 2006-05-15 [wwp]        2.2.0cvs14
286
287         * manual/pl/.cvsignore
288                 ignore generated files.
289
290 2006-05-14 [wwp]        2.3.0-rc1
291
292         * 2.3.0-rc1 released
293
294 2006-05-13 [wwp]        2.2.0cvs13
295
296         * src/filtering.c
297         * src/filtering.h
298         * src/matcher.c
299         * src/matcher_parser_lex.l
300         * src/matcher_parser_parse.y
301         * src/prefs_filtering.c
302                 new feature: provide the ability to disable filtering and processing
303                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
304                 adaptations.
305
306 2006-05-13 [colin]      2.2.0cvs12
307
308         * src/compose.c
309                 Remove useless if (a) b; else b;
310                 Thanks to wwp
311
312 2006-05-13 [wwp]        2.2.0cvs11
313
314         * src/export.c
315         * src/import.c
316         * src/mainwindow.c
317         * src/mbox.c
318         * src/summaryview.c
319         * src/summaryview.h
320                 no more silent failures (or at least less ones) when importing
321                 or exporting from/to mbox. Also start importing/exporting if
322                 the necessary info is set.
323
324 2006-05-13 [wwp]        2.2.0cvs10
325
326         * RELEASE_NOTES
327                 restored up-to-date release notes.
328
329 2006-05-13 [paul]       2.2.0cvs9
330
331         * po/nl.po
332         * po/ru.po
333                 updated by Tim Dijkstra and Pavlo Bohmat
334
335 2006-05-12 [colin]      2.2.0cvs8
336
337         * src/gtk/quicksearch.c
338                 Add "k" as shortcut for "colorlabel". Patch
339                 by ath42@users.sf.net.
340
341 2006-05-12 [paul]       2.2.0cvs7
342
343         * src/prefs_common.h
344         * src/prefs_summaries.c
345         * src/summaryview.c
346                 when entering a folder also allow
347                 going directly to first Marked message
348
349 2006-05-12 [paul]       2.2.0cvs6
350
351         * src/summaryview.c
352                 always obey 'confirm before marking all
353                 mails read' option
354
355 2006-05-12 [paul]       2.2.0cvs5
356
357         * src/textview.c
358                 make Sender fully clickable
359
360 2006-05-12 [colin]      2.2.0cvs4
361
362         * src/compose.c
363         * src/compose.h
364                 Let From be editable
365         * src/main.c
366         * src/mh.c
367                 Full support of .mh_sequences' Unseen seq
368
369 2006-05-12 [colin]      2.2.0cvs3
370
371         * src/folder.c
372         * src/mainwindow.c
373         * src/mainwindow.h
374         * src/messageview.c
375         * src/prefs_spelling.c
376         * src/procheader.c
377         * src/procmsg.c
378         * src/procmsg.h
379         * src/summaryview.c
380         * src/toolbar.c
381         * src/toolbar.h
382                 Add contextual menu on Compose toolbar
383                 button. Fixes bug #944 (Automatic
384                 addresses not applied when changing account
385                 from compose window)
386                 add Mailing List support
387                 based on the old 0.6.5claws25 patch by
388                 Melvin Hadasht, with finishing touches
389                 by Colin
390                 Fix "ignore thread" when mails are threaded by
391                 subject (and weren't ignored although appearing
392                 in the thread).
393                 GUI rework.
394                 Both patches by Pawel.
395
396 2006-05-08 [paul]       2.2.0cvs2
397
398         * src/mainwindow.c
399         * src/mainwindow.h
400         * src/messageview.c
401         * src/procheader.c
402         * src/procmsg.c
403         * src/procmsg.h
404         * src/summaryview.c
405                 add Mailing List support
406                 based on the old 0.6.5claws25 patch by 
407                 Melvin Hadasht, with finishing touches
408                 by Colin
409
410 2006-05-08 [colin]      2.2.0cvs1
411
412         * src/mainwindow.c
413         * src/toolbar.c
414         * src/toolbar.h
415                 Add contextual menu on Compose toolbar 
416                 button. Fixes bug #944 (Automatic 
417                 addresses not applied when changing account 
418                 from compose window)
419
420 2006-05-08 [paul]       2.2.0
421
422         2.2.0 released
423
424 2006-05-08 [paul]       2.1.1cvs51
425
426         * po/cs.po
427         * po/de.po
428         * po/en_GB.po
429         * po/fi.po
430         * po/fr.po
431         * po/pt_BR.po
432         * po/sr.po
433         * po/zh_CN.po
434                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
435                 Fabien Vantard, Frederico Goncalves Guimaraes,
436                 Aleksandar Urosevic, and Ralgh Young
437
438 2006-05-12 [colin]      2.1.1cvs50
439
440         * po/cs.po
441         * po/de.po
442         * po/en_GB.po
443         * po/es.po
444         * po/fi.po
445         * po/fr.po
446         * po/pt_BR.po
447         * po/sr.po
448         * po/zh_CN.po
449                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
450                 Fabien Vantard, Frederico Goncalves Guimaraes,
451                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
452
453 2006-05-05 [colin]      2.1.1cvs49
454
455         * manual/Makefile.am
456         * manual/pl/Makefile.am
457         * manual/pl/account.xml
458         * manual/pl/ack.xml
459         * manual/pl/addrbook.xml
460         * manual/pl/advanced.xml
461         * manual/pl/faq.xml
462         * manual/pl/glossary.xml
463         * manual/pl/gpl.xml
464         * manual/pl/handling.xml
465         * manual/pl/intro.xml
466         * manual/pl/keyboard.xml
467         * manual/pl/plugins.xml
468         * manual/pl/starting.xml
469         * manual/pl/sylpheed-claws-manual.xml
470         * manual/pl/dist/.cvsignore
471         * manual/pl/dist/Makefile.am
472         * manual/pl/dist/html/.cvsignore
473         * manual/pl/dist/html/Makefile.am
474         * manual/pl/dist/pdf/.cvsignore
475         * manual/pl/dist/pdf/Makefile.am
476         * manual/pl/dist/ps/.cvsignore
477         * manual/pl/dist/ps/Makefile.am
478         * manual/pl/dist/txt/.cvsignore
479         * manual/pl/dist/txt/Makefile.am
480                 Add the polish translation of the manual,
481                 Authored by Pawel Pekala.
482
483 2006-05-05 [cleroy]     2.1.1cvs48
484
485         * src/main.c
486                 Re-read matcherrc after loading plugins 
487                 if some of them add folders.
488
489 2006-05-03 [colin]      2.1.1cvs47
490
491         * src/imap.c
492                 I'm idiot
493
494 2006-05-03 [colin]      2.1.1cvs46
495
496         * src/imap.c
497                 Be sure to have a session when
498                 getting separator
499
500 2006-05-03 [colin]      2.1.1cvs45
501
502         * src/imap.c
503         * src/imap.h
504         * src/imap_gtk.c
505                 Fix preventing renaming with namespace 
506                 separator.
507
508 2006-05-01 [colin]      2.1.1cvs44
509
510         * src/action.c
511                 Don't reload messageview when result of
512                 action is piped.
513
514 2006-04-29 [colin]      2.1.1cvs43
515
516         * src/prefs_receive.c
517         * src/plugins/spamassassin/spamassassin_gtk.c
518         * src/plugins/clamav/clamav_plugin_gtk.c
519                 GUI fixes by Pawel
520
521 2006-04-29 [colin]      2.1.1cvs42
522
523         * src/prefs_compose_writing.c
524         * src/prefs_quote.c
525                 Cleanups. Patch by Pawel
526
527 2006-04-28 [paul]       2.1.1cvs41
528
529         * src/matcher.c
530                 fix returned quick search results when search
531                 term contains an underscore.
532                 Thanks to Colin
533
534 2006-04-28 [paul]       2.1.1cvs40
535
536         * src/prefs_message.c
537         * src/prefs_receive.c
538                 GUI cleanups
539                 Patches by Pawel Pekala
540
541 2006-04-27 [colin]      2.1.1cvs39
542
543         * src/wizard.c
544                 Differentiate subject Welcome from
545                 window's title Welcome
546
547 2006-04-27 [paul]
548
549         2.2.0-rc1 released
550
551 2006-04-27 [paul]       2.1.1cvs38
552
553         * manual/advanced.xml
554         * manual/fr/advanced.xml
555                 add info about compose_no_markup hidden pref
556
557 2006-04-27 [paul]       2.1.1cvs37
558
559         * src/prefs_account.c
560                 improve privacy labels
561         * src/prefs_msg_colors.c
562                 change some strings for translators' convenience
563         * src/gtk/gtkutils.c
564                 don't underline the link button text
565
566 2006-04-25 [colin]      2.1.1cvs36
567
568         * src/folder.c
569                 Complete 2.1.1cvs33 (once more ;)
570
571 2006-04-25 [colin]      2.1.1cvs35
572
573         * src/editldap.c
574                 Fix tooltip
575
576 2006-04-25 [cleroy]     2.1.1cvs34
577
578         * src/compose.c
579         * src/gtk/gtkaspell.c
580                 Fix crash on redirect (related to the return 
581                 of the aspell menu in compose's toolbar)
582         * src/prefs_msg_colors.c
583                 Fix sensitivity widgets
584         * src/image_viewer.c
585         * src/gtk/pluginwindow.c
586         * src/gtk/prefswindow.c
587                 Change released signals to clicked (Fabien)
588         * po/POTFILES.in
589         * src/common/socket.c
590         * src/plugins/spamassassin/spamassassin.c
591                 Translate strings (Fabien)
592
593 2006-04-25 [paul]       2.1.1cvs33
594
595         * src/folder.c
596         * src/folder.h
597         * src/folderview.c
598                 complete the fix of bug #912
599                 Thanks to Colin
600
601 2006-04-25 [colin]      2.1.1cvs32
602
603         * src/news.c
604                 Better progress bar
605         * src/mimeview.c
606         * src/summaryview.c
607         * src/summaryview.h
608                 Fix focus chain
609                 Patches by Pawel Pekala
610
611 2006-04-24 [colin]      2.1.1cvs31
612
613         * src/compose.c
614                 Fix compilation warnings (Fabien)
615
616 2006-04-24 [colin]      2.1.1cvs30
617
618         * src/addrindex.c
619         * src/editldap.c
620         * src/editldap_basedn.c
621         * src/editldap_basedn.h
622         * src/ldapctrl.c
623         * src/ldapctrl.h
624         * src/ldapquery.c
625         * src/ldaputil.c
626         * src/ldaputil.h
627                 Fix bug #901 (LDAPS support)
628
629 2006-04-24 [colin]      2.1.1cvs29
630
631         * src/compose.c
632                 Fix logic on error with send dialog on
633         * src/imap.c
634                 Fix compilation without libetpan, thanks
635                 to Fabien
636         * src/summaryview.c
637                 Fix 'context-menu' key
638
639 2006-04-23 [colin]      2.1.1cvs28
640
641         * src/folder.c
642                 Never free current's cache to free up 
643                 memory. Fixes bug #912 (new count 
644                 randomly set to message count)
645
646 2006-04-23 [colin]      2.1.1cvs27
647
648         * src/gtk/quicksearch.c
649                 And remove printf...
650
651 2006-04-23 [colin]      2.1.1cvs26
652
653         * src/gtk/quicksearch.c
654                 Fix replacing in quicksearch, and fix inserting
655                 in the middle of the string. (introduced at 2.1.0cvs22)
656
657 2006-04-23 [colin]      2.1.1cvs25
658
659         * src/imap.c
660                 Make sure uidnext is initialized in get_num_list
661                 (not for stable, related to 2.1.1cvs8 and friends)
662
663 2006-04-23 [colin]      2.1.1cvs24
664
665         * src/imap.c
666                 Output something when login is successful
667                 too
668
669 2006-04-23 [colin]      2.1.1cvs23
670
671         * src/etpan/imap-thread.c
672                 Better logging (line-per-line, hide data in fetch)
673                 Fix a const warning
674         * src/gtk/logwindow.c
675         * src/gtk/logwindow.h
676                 Better logging (color for input/output)
677
678 2006-04-21 [colin]      2.1.1cvs22
679
680         * src/gtk/quicksearch.c
681                 On gtk+-2.8, use stock buttons in quicksearch
682                 Based on a patch by Fabien and a design by Paul
683
684 2006-04-21 [colin]      2.1.1cvs21
685
686         * src/folderview.c
687         * src/mainwindow.c
688                 Fix occasional flicker in folderview
689         * src/common/utils.c
690                 Fix bug #943 (Incorrectly parsed email address 
691                 list in short headers on message view and in 
692                 printouts)
693
694 2006-04-20 [colin]      2.1.1cvs20
695
696         * src/imap.c
697         * src/imap.h
698         * src/prefs_account.c
699                 Add ANONYMOUS auth for IMAP
700
701 2006-04-20 [paul]       2.1.1cvs19
702
703         * src/main.c
704                 proper fix for 2.1.1cvs18
705                 Thanks to Colin
706
707 2006-04-20 [paul]       2.1.1cvs18
708
709         * src/main.c
710                 fix build warnings
711
712 2006-04-20 [paul]       2.1.1cvs17
713
714         * src/gtk/quicksearch.c
715                 fix standard, non-extended Quick search,
716                 was broken in 2.1.1cvs15.
717                 Thanks to Colin.
718
719 2006-04-20 [colin]      2.1.1cvs16
720
721         * src/prefs_matcher.c
722                 Fix values when reselecting a ~test
723                 rule
724
725 2006-04-19 [colin]      2.1.1cvs15
726
727         * src/compose.c
728         * src/compose.h
729         * src/gtk/gtkaspell.c
730         * src/gtk/gtkaspell.h
731                 Put back Options menu in Spelling/
732         * src/gtk/quicksearch.c
733                 Don't search, and show error, if the
734                 advanced search has a syntax error
735
736 2006-04-18 [colin]      2.1.1cvs14
737
738         * src/textview.c
739                 Fix gdk warnings on set_cursor when textview
740                 isn't visible
741
742 2006-04-18 [colin]      2.1.1cvs13
743
744         * src/gtk/gtksctree.c
745                 Remove seemingly useless refresh that causes
746                 flicker - watch this commit in case of 
747                 problems before planned backport to stable
748
749 2006-04-18 [colin]      2.1.1cvs12
750
751         * src/imap.c
752                 Factorize get/set_xml code
753         * src/compose.c
754         * src/prefs_account.c
755         * src/prefs_account.h
756         * src/procmsg.c
757                 Add Encrypt to self option
758
759 2006-04-17 [colin]      2.1.1cvs11
760
761         * configure.ac
762                 Fix search on encrpyt function on dragonfly
763                 Patch by Jonathan Buschmann <jonthn@agmact.com>
764
765 2006-04-17 [colin]      2.1.1cvs10
766
767         * src/prefs_account.c
768                 Be safe by default: remove mails from POP3
769                 after 7 days, not immediately
770
771 2006-04-17 [colin]      2.1.1cvs9
772
773         * src/etpan/imap-thread.c
774                 Fix build on DragonFly - patch by 
775                 Jonathan Buschmann <jonthn@agmact.com>
776
777 2006-04-17 [colin]      2.1.1cvs8
778
779         * src/imap.c
780                 Save uidnext between sessions
781
782 2006-04-17 [colin]      2.1.1cvs7
783
784         * src/imap.c
785                 scan is required when uid validity changes
786
787 2006-04-17 [colin]      2.1.1cvs6
788
789         * src/folderview.c
790                 Don't scan if not necessary, apart in current
791                 folder and INBOX to fetch flags.
792         * src/imap.c
793                 Scan is necessary if unread count changes
794
795 2006-04-17 [colin]      2.1.1cvs5
796
797         * src/imap.c
798                 ...But always fetch ANSWERED and DELETED flags for
799                 INBOX, as filtering can happen on these flags.
800
801 2006-04-17 [colin]      2.1.1cvs4
802
803         * src/imap.c
804                 Don't fetch REPLIED and DELETED flags when synchronising
805                 flags with a closed folder. We only need UNSEEN and FLAGGED
806                 to update the folderview.
807
808 2006-04-17 [colin]      2.1.1cvs3
809
810         * src/imap.c
811                 Faster flag search when there are new mails 
812                 in a folder. We can do a full search if the 
813                 folder contains less messages than the new
814                 list.
815
816 2006-04-17 [colin]      2.1.1cvs2
817
818         * po/cs.po
819         * po/de.po
820         * po/fr.po
821         * po/nl.po
822         * po/pt_BR.po
823                 Update translations from stable branch
824
825 2006-04-17 [colin]      2.1.1cvs1
826
827         * configure.ac
828                 Bump version to follow stable release
829
830 2006-04-16 [mones]      2.1.0cvs50
831
832         * po/es.po
833                 Updated for release
834
835 2006-04-16 [colin]      2.1.0cvs49
836
837         * src/textview.c
838                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
839                 with gtk < 2.8. Thanks to Fabien Vantard.
840
841 2006-04-15 [colin]      2.1.0cvs48
842
843         * src/etpan/imap-thread.c
844                 Fix bug #919 (libetpan: SEGV when connecting 
845                 using command)
846
847 2006-04-14 [colin]      2.1.0cvs47
848
849         * src/main.c
850                 Fix race on --select (should be done better)
851
852 2006-04-14 [wwp]        2.1.0cvs46
853
854         * src/send_message.c
855                 enforce a check for domain in account prefs (a sending
856                 error could be faced if domain was checked but no value set),
857                 thanks to Colin.
858
859 2006-04-14 [colin]      2.1.0cvs45
860
861         * src/codeconv.c
862                 when converting from unknown to unknown, if the
863                 string is UTF8, don't convert it to the locale
864                 (which breaks it)
865
866 2006-04-14 [colin]      2.1.0cvs44
867
868         * src/compose.c
869                 Don't try to use ASCII for converting headers
870                 (as done in body)
871
872 2006-04-14 [paul]       2.1.0cvs43
873
874         * src/crash.c
875                 add locale/charset info to crash report
876         * src/gtk/about.c
877                 add wwp to doc team
878                 replace 'e-mail' with preferred 'email'
879         * src/gtk/authors.h
880                 ensure contributors list is in alphabetical
881                 order
882
883 2006-04-13 [colin]      2.1.0cvs42
884
885         * src/textview.c
886                 Prevent gdk warnings
887
888 2006-04-13 [colin]      2.1.0cvs41
889
890         * src/common/ssl_certificate.c
891         * src/common/ssl_certificate.h
892         * src/gtk/sslcertwindow.c
893                 Warn on expired certs, and display the expiration date
894
895 2006-04-13 [colin]      2.1.0cvs40
896
897         * src/plugins/spamassassin/spamassassin_gtk.c
898                 Fix missing set_text on unix socket
899
900 2006-04-13 [wwp]        2.1.0cvs39
901
902         * manual/fr/advanced.xml
903         * manual/fr/glossary.xml
904                 applied new spam/ham/email lexicon (pourriel, courriel)
905
906 2006-04-13 [paul]       2.1.0cvs38
907
908         * src/plugins/pgpmime/plugin.c
909                 remove the mention of S/MIME from the
910                 description. This is now handled by the
911                 S/MIME plugin.
912
913 2006-04-13 [paul]       2.1.0cvs37
914
915         * src/prefs_msg_colors.c
916                 rework dialog
917         * src/prefs_folder_item.c
918         * src/prefs_spelling.c
919                 add a tooltip to the colour selector buttons
920
921 2006-04-13 [wwp]        2.1.0cvs36
922
923         * manual/advanced.xml
924         * manual/glossary.xml
925         * manual/handling.xml
926         * manual/keyboard.xml
927         * manual/plugins.xml
928         * manual/starting.xml
929         * manual/fr/account.xml
930         * manual/fr/ack.xml
931         * manual/fr/addrbook.xml
932         * manual/fr/advanced.xml
933         * manual/fr/faq.xml
934         * manual/fr/glossary.xml
935         * manual/fr/gpl.xml
936         * manual/fr/handling.xml
937         * manual/fr/intro.xml
938         * manual/fr/keyboard.xml
939         * manual/fr/plugins.xml
940         * manual/fr/starting.xml
941         * manual/fr/sylpheed-claws-manual.xml
942                 fixes to the manuals:
943                  - summaryview -> Message List (same in French)
944                  - translate key names
945                  - fix French punctuation, use non-breakable spaces when
946                    necessary, don't use &thinsp; which is not portable
947                  - tell what maildir and mbox formats we support
948
949 2006-04-12 [wwp]        2.1.0cvs35
950
951         * src/prefs_toolbar.c
952                 unified a replace button more,
953                 patch by Fabien Vantard <fzzzzz@gmail.com>.
954
955 2006-04-12 [wwp]        2.1.0cvs34
956
957         * src/prefs_common.c
958         * src/prefs_msg_colors.c
959                 make default color labels translatable,
960                 patch from Fabien Vantard <fzzzzz@gmail.com>,
961                 thanks to Tim <timbrain@post.cz> for reporting.
962
963 2006-04-12 [wwp]        2.1.0cvs33
964
965         * manual/glossary.xml
966         * manual/intro.xml
967         * manual/plugins.xml
968         * manual/starting.xml
969         * manual/sylpheed-claws-manual.xml
970         * manual/fr/.cvsignore
971         * manual/fr/account.xml
972         * manual/fr/ack.xml
973         * manual/fr/addrbook.xml
974         * manual/fr/advanced.xml
975         * manual/fr/faq.xml
976         * manual/fr/glossary.xml
977         * manual/fr/handling.xml
978         * manual/fr/intro.xml
979         * manual/fr/keyboard.xml
980         * manual/fr/plugins.xml
981         * manual/fr/starting.xml
982         * manual/fr/sylpheed-claws-manual.xml
983                 various fixes: typos, missing .fr translations, punctuation,
984                 capitalization, links, accents and some bad French more.
985
986 2006-04-12 [wwp]        2.1.0cvs32
987
988         * src/prefs_gtk.c
989                 fix for bug #935: always store prefs files in UTF-8 (thanks
990                 to Colin).
991
992 2006-04-11 [colin]      2.1.0cvs31
993
994         * src/compose.c
995                 Fix inserting files not in utf8 when locale is utf8
996
997 2006-04-11 [colin]      2.1.0cvs30
998
999         * src/inc.c
1000                 Don't show error dialog when cancelling connection
1001                 Patch by Pawel
1002
1003 2006-04-11 [cleroy]     2.1.0cvs29
1004
1005         * src/compose.c
1006                 Implement multiple quote levels
1007         * src/prefs_common.c
1008                 Change a little bit the quote bgcolor for 2nd level
1009
1010 2006-04-11 [colin]      2.1.0cvs28
1011
1012         * src/gtk/about.c
1013                 Add locale and charset in the label
1014
1015 2006-04-10 [colin]      2.1.0cvs27
1016
1017         * src/compose.c
1018         * src/prefs_common.c
1019         * src/prefs_common.h
1020         * src/prefs_msg_colors.c
1021         * src/textview.c
1022                 Allow optional background color in quotes
1023                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1024                 GTK+-2.8.x feature
1025
1026 2006-04-10 [colin]      2.1.0cvs26
1027
1028         * src/main.c
1029         * src/mainwindow.c
1030         * src/mainwindow.h
1031                 Implement --select
1032
1033 2006-04-10 [colin]      2.1.0cvs25
1034
1035         * manual/plugins.xml
1036         * manual/fr/plugins.xml
1037                 Document libcurl's proxy variables
1038
1039 2006-04-09 [colin]      2.1.0cvs24
1040
1041         * src/prefs_common.c
1042                 gettext() returns statically allocated stuff. We have
1043                 to strdup it in order to be able to free it.
1044
1045 2006-04-09 [colin]      2.1.0cvs23
1046
1047         * AUTHORS
1048         * src/gtk/authors.h
1049                 Add Alexei
1050
1051 2006-04-09 [colin]      2.1.0cvs22
1052
1053         * src/mainwindow.c
1054         * src/gtk/quicksearch.c
1055                 Fix bug #859 (problems with cyrilic input in 
1056                 search panel) - Patch by Alexey Illarionov 
1057                 <littlesavage@rambler.ru>
1058
1059 2006-04-09 [colin]      2.1.0cvs21
1060
1061         * src/prefs_customheader.c
1062                 I prefer removing then freeing rather than the contrary
1063                 (even if it doesn't change anything ;-)
1064         * src/prefs_account.c
1065                 Fix bug #933 (Crash re-entering the custom headers list 
1066                 dialog in accounts prefs)
1067                 The problem happened when cancelling the Account 
1068                 Preferences' dialogs - in which case we didn't do 
1069                 anything to the PrefsAccount * struct. In case of applying,
1070                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1071                 working with in this dialog. The problem is that 
1072                 prefs_customheader.c, working on this tmp_ac_prefs, always
1073                 changes the ->customhdr_list pointer, even when cancelled. 
1074                 So in case of cancelling the prefs_account dialog, we still
1075                 have to update ->customhdr_list in the real account.
1076
1077 2006-04-08 [colin]      2.1.0cvs20
1078
1079         * manual/fr/glossary.xml
1080         * manual/fr/keyboard.xml
1081                 Forgot some headers :)
1082
1083 2006-04-08 [colin]      2.1.0cvs19
1084
1085         * manual/Makefile.am
1086         * manual/fr/Makefile.am
1087         * manual/fr/account.xml
1088         * manual/fr/ack.xml
1089         * manual/fr/addrbook.xml
1090         * manual/fr/advanced.xml
1091         * manual/fr/faq.xml
1092         * manual/fr/glossary.xml
1093         * manual/fr/gpl.xml
1094         * manual/fr/handling.xml
1095         * manual/fr/intro.xml
1096         * manual/fr/keyboard.xml
1097         * manual/fr/plugins.xml
1098         * manual/fr/starting.xml
1099         * manual/fr/sylpheed-claws-manual.xml
1100         * manual/fr/dist/.cvsignore
1101         * manual/fr/dist/Makefile.am
1102         * manual/fr/dist/html/.cvsignore
1103         * manual/fr/dist/html/Makefile.am
1104         * manual/fr/dist/pdf/.cvsignore
1105         * manual/fr/dist/pdf/Makefile.am
1106         * manual/fr/dist/ps/.cvsignore
1107         * manual/fr/dist/ps/Makefile.am
1108         * manual/fr/dist/txt/.cvsignore
1109         * manual/fr/dist/txt/Makefile.am
1110                 Add the french translation of the manual. Thanks to
1111                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1112                 account.xml, ack.xml, addrbook.xml and advanced.xml
1113
1114 2006-04-08 [colin]      2.1.0cvs18
1115
1116         * manual/plugins.xml
1117         * manual/starting.xml
1118                 More fixes
1119
1120 2006-04-07 [colin]      2.1.0cvs17
1121
1122         * manual/faq.xml
1123         * manual/intro.xml
1124         * manual/keyboard.xml
1125                 Little fixes
1126
1127 2006-04-07 [colin]      2.1.0cvs16
1128
1129         * README
1130         * src/compose.c
1131         * src/prefs_common.c
1132         * src/prefs_common.h
1133                 Add hidden compose_no_markup pref
1134
1135 2006-04-07 [wwp]        2.1.0cvs15
1136
1137         * src/summary_search.c
1138         * .cvsignore
1139                 Bugfix: stop button was sticky when searching in an empty folder.
1140                 Applied curly brackets code style to the whole file (summary_search.c).
1141                 More files to ignore.
1142
1143 2006-04-07 [wwp]        2.1.0cvs14
1144
1145         * src/message_search.c
1146         * src/summary_search.c
1147                 changed default button when search bumps at file/folder
1148                 beginning or end, for convenience (thanks to Colin).
1149
1150 2006-04-07 [paul]       2.1.0cvs13
1151
1152         * src/plugins/dillo_viewer/dillo_prefs.c
1153                 avoid future potential for namespace collision
1154                 Patch by Colin
1155
1156 2006-04-06 [wwp]        2.1.0cvs12
1157
1158         * src/summary_search.c
1159                 Unify extended/advanced searches names (and thus factorize labels),
1160                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1161
1162 2006-04-06 [wwp]        2.1.0cvs11
1163
1164         * src/folderview.c
1165         * src/prefs_themes.c
1166         * src/summaryview.c
1167                 Fixed some compilation warnings.
1168
1169 2006-04-06 [colin]      2.1.0cvs10
1170
1171         * manual/advanced.xml
1172                 Document the wizard template and how to deploy
1173                 Sylpheed-Claws effectively
1174
1175 2006-04-06 [colin]      2.1.0cvs9
1176
1177         * src/folderview.c
1178                 gettext patch to tell translators about _("#"),
1179                 by Maxim Britov
1180
1181 2006-04-06 [colin]      2.1.0cvs8
1182
1183         * src/textview.c
1184                 Fix invalid GtkTextBIter after clicking "Display as text"
1185
1186 2006-04-06 [mones]      2.1.0cvs7
1187
1188         * src/addr_compl.c
1189         * src/addrindex.c
1190         * src/addritem.c
1191         * src/codeconv.c
1192         * src/compose.c
1193         * src/filtering.c
1194         * src/folder.c
1195         * src/folder_item_prefs.c
1196         * src/folderview.c
1197         * src/localfolder.c
1198         * src/matcher.c
1199         * src/mimeview.c
1200         * src/prefs_msg_colors.c
1201         * src/prefs_spelling.c
1202         * src/prefs_themes.c
1203         * src/procmime.c
1204         * src/procmsg.c
1205         * src/stock_pixmap.c
1206         * src/summaryview.c
1207         * src/textview.c
1208         * src/toolbar.c
1209         * src/common/mgutils.c
1210         * src/common/prefs.c
1211         * src/common/ssl_certificate.c
1212         * src/gtk/colorlabel.c
1213         * src/gtk/quicksearch.c
1214         * src/plugins/pgpmime/pgpmime.c
1215         * src/plugins/spamassassin/spamassassin.c
1216                 Removed redundant NULL checks for g_free() calls.
1217                 Patch by Pawel Pekala.
1218
1219 2006-04-06 [mones]      2.1.0cvs6
1220
1221         * src/prefs_actions.c
1222         * src/prefs_filtering.c
1223         * src/prefs_filtering_action.c
1224         * src/prefs_matcher.c
1225         * src/prefs_template.c
1226         * src/gtk/gtkutils.c
1227         * src/gtk/gtkutils.h
1228                 Have a nice replace button. Patch by Pawel Pekala
1229
1230 2006-04-06 [colin]      2.1.0cvs5
1231
1232         * src/addressbook.c
1233                 Fix crash with empty columns
1234
1235 2006-04-05 [colin]      2.1.0cvs4
1236
1237         * src/wizard.c
1238         * src/prefs_gtk.c
1239                 Allow wizard customization with pre-filled values
1240
1241 2006-04-05 [colin]      2.1.0cvs3
1242
1243         * src/textview.c
1244         * src/mimeview.c
1245         * src/mimeview.h
1246                 Nicer messages in mimeview
1247
1248 2006-04-05 [colin]      2.1.0cvs2
1249
1250         * src/addressbook.c
1251         * src/prefs_summaries.c
1252                 i18n fix
1253
1254 2006-04-05 [colin]      2.1.0cvs1
1255
1256         * src/plugins/pgpcore/plugin.c
1257         * src/plugins/pgpcore/select-keys.c
1258         * src/plugins/pgpcore/select-keys.h
1259         * src/plugins/pgpcore/sgpgme.c
1260         * src/plugins/pgpcore/sgpgme.h
1261         * src/plugins/pgpinline/pgpinline.c
1262         * src/plugins/pgpinline/plugin.c
1263         * src/plugins/pgpmime/pgpmime.c
1264         * src/plugins/pgpmime/plugin.c
1265                 Factorize and generalize a bit 
1266                 Drop S/MIME signature verification from PGP/MIME
1267                 (adding it as another, more complete plugin)
1268
1269 2006-04-05 [paul]       2.1.0
1270
1271         2.1.0 released
1272
1273 2006-04-05 [paul]       2.0.0cvs186
1274
1275         * manual/advanced.xml
1276                 add info on colour labels
1277
1278 2006-04-05 [paul]       2.0.0cvs185
1279
1280         * po/bg.po
1281         * po/cs.po
1282         * po/de.po
1283         * po/el.po
1284         * po/en_GB.po
1285         * po/fi.po
1286         * po/fr.po
1287         * po/it.po
1288         * po/nl.po
1289         * po/pl.po
1290         * po/pt_BR.po
1291         * po/sr.po
1292         * po/zh_CN.po
1293                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1294                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1295                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1296                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1297         * src/gtk/authors.h
1298         * tools/claws.i18n.status.pl
1299                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1300                 and new Czech translator, Tim <timbrain@post.cz>
1301
1302 2006-04-05 [mones]      2.0.0cvs184
1303
1304         * po/es.po
1305                 Updated translation
1306
1307 2006-04-05 [colin]      2.0.0cvs183
1308
1309         * src/gtk/quicksearch.c
1310                 Fix bug #929 (unnecessary reload in quick search bar)
1311
1312 2006-04-05 [colin]      2.0.0cvs182
1313
1314         * src/compose.c
1315                 Fix crash on Reply with no From:
1316                 Show signature and conversion error on queuing 
1317                 (but not sending)
1318         * src/mainwindow.c
1319         * src/summaryview.c
1320         * src/summaryview.h
1321                 Factorize threading code and make sure msginfo 
1322                 is not null when it comes from a GtkCTreeRow's 
1323                 data
1324         * src/gtk/gtkaspell.c
1325                 Check for necessary things
1326         * src/gtk/gtksctree.c
1327         * src/gtk/gtksctree.h
1328                 Reset anchor if necessary when removing node
1329
1330 2006-03-29 [colin]      2.0.0cvs181
1331
1332         * src/folderview.c
1333                 Warn for disabled IMAP accounts (due to lack of
1334                 libetpan). Breaks string-freeze - sorry - but it
1335                 is kind of important ;)
1336
1337 2006-03-28 [colin]      2.0.0cvs180
1338
1339         * src/gtk/gtkutils.c
1340         * src/gtk/gtkutils.h
1341                 Add a gtkut_get_link_btn() function that
1342                 creates a button which acts like an URI
1343         * src/prefs_themes.c
1344         * src/gtk/about.c
1345                 Use this function (factorizes codes)
1346         * src/common/defs.h
1347         * src/gtk/pluginwindow.c
1348                 Add a "Get more..." in the plugins window
1349
1350 2006-03-28 [colin]      2.0.0cvs179
1351
1352         * src/common/smtp.c
1353         * src/common/passcrypt.c
1354         * src/undo.c
1355                 Warning fixes. Patch by Pawel Pekala
1356
1357 2006-03-27 [colin]      2.0.0cvs178
1358
1359         * src/undo.c
1360                 Fix undoing by blocks with spaces
1361
1362 2006-03-27 [colin]      2.0.0cvs177
1363
1364         * src/textview.c
1365                 Set margin to 3px for headers
1366
1367 2006-03-27 [paul]
1368
1369         2.1.0-rc2 released
1370
1371 2006-03-27 [wwp]        2.0.0cvs176
1372
1373         * src/summaryview.c
1374                 don't reset quicksearch when updating the message list.
1375                 Thanks to Colin.
1376
1377 2006-03-26 [wwp]        2.0.0cvs175
1378
1379         * src/compose.c
1380                 use a unified border width ('other' tab in the compose window,
1381                 patch by Pawel Pekala).
1382
1383
1384 2006-03-26 [wwp]        2.0.0cvs174
1385
1386         * src/common/quoted-printable.c
1387         * src/addressbook.c
1388                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1389
1390 2006-03-26 [colin]      2.0.0cvs173
1391
1392         * src/quote_fmt_parse.y
1393                 Fix non-UTF8 date formats messing up the whole quote a 
1394                 little bit
1395
1396 2006-03-26 [colin]      2.0.0cvs172
1397
1398         * src/procheader.c
1399                 Make sure the date is UTF8 valid, or try to make it
1400                 so. IncrediMail is really IncrediStupid.
1401         * src/compose.c
1402                 Fix possible conversions. 
1403                 
1404
1405 2006-03-26 [colin]      2.0.0cvs171
1406
1407         * src/matcher.c
1408                 Fix corner cases in body search. This is still a
1409                 hack... It seems impossible to make it good and 
1410                 reasonably fast at the same time.
1411
1412 2006-03-26 [colin]      2.0.0cvs170
1413
1414         * src/summaryview.c
1415                 I think I killed the twilight zone bug!
1416                 summary_select_node() flushes GTK events in order
1417                 to be able to center the view. But this also 
1418                 flushes keypresses like Ctrl-Alt-U, so this can
1419                 call summary_show from summary_select_node (itself
1420                 called from summary_show, etc.). And the summaryview
1421                 has to be unlocked in this function. So just locking
1422                 while processing GTK events, and bailing if locked, 
1423                 should fix it.
1424                 Fixes bug #927 (SIGSEGV during Update Summary)
1425
1426 2006-03-25 [colin]      2.0.0cvs169
1427
1428         * src/matcher.c
1429                 Fix search in QP-encoded bodies
1430                 Fix utf-8 searches in bodies encoded in the
1431                 locale's encoding
1432         * src/common/quoted-printable.c
1433         * src/common/quoted-printable.h
1434                 Add a decode function that doesn't overwrite
1435                 the original pointer
1436                 
1437
1438 2006-03-24 [colin]      2.0.0cvs168
1439
1440         * src/action.c
1441         * src/summaryview.c
1442         * src/summaryview.h
1443                 Update message cache after action
1444                 Patch by H. Merijn Brand
1445         * src/prefs_msg_colors.c
1446                 Factorize label 
1447                 Patch by Fabien Vantard
1448         * src/plugins/spamassassin/spamassassin_gtk.c
1449                 Remove useless translation
1450                 Patch by Fabien Vantard
1451
1452 2006-03-23 [colin]      2.0.0cvs167
1453
1454         * src/common/ssl.c
1455                 Let 30 seconds to SSL_connect
1456
1457 2006-03-23 [wwp]        2.0.0cvs166
1458
1459         * src/summaryview.c
1460         * src/gtk/description_window.c
1461                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1462                 and headers are translated; adjust description windows' width to fit their
1463                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1464
1465 2006-03-23 [paul]       2.0.0cvs165
1466
1467         * src/common/utils.c
1468                 fix highlighting of URIs containing "()"
1469                 (2.0.0cvs164's reversal fixed)
1470                 Thanks to Colin.
1471
1472 2006-03-23 [paul]       2.0.0cvs164
1473
1474         * src/common/utils.c
1475                 revert patch, (postponing a fix), at 2.0.0cvs120
1476                 as it breaks more URIs than it fixes.
1477                 Allow '-' to be a terminating character in a URI
1478
1479 2006-03-22 [colin]      2.0.0cvs163
1480
1481         * configure.ac
1482                 Require libetpan 0.45
1483                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1484
1485 2006-03-22 [paul]       2.0.0cvs162
1486
1487         * src/editgroup.c
1488                 replace '<-' and '->' buttons with GTK_STOCK graphical
1489                 buttons
1490         * src/summary_search.c
1491                 don't offer '...' for translation
1492                 add a tooltip to advanced search '...' button
1493         * src/gtk/quicksearch.c
1494                 don't offer '...' for translation
1495
1496 2006-03-21 [colin]      2.0.0cvs161
1497
1498         * src/compose.c
1499                 Fix middle-click pasting (insert at click
1500                 position instead of cursor position, don't
1501                 remove existing selection and allow pasting
1502                 our own selection)
1503         * src/addressbook.c
1504                 "LDAP Server" -> "LDAP servers"
1505
1506 2006-03-21 [wwp]        2.0.0cvs160
1507
1508         * src/etpan/imap-thread.c
1509                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1510
1511 2006-03-20 [colin]      2.0.0cvs159
1512
1513         * src/summaryview.c
1514                 Don't reload summaryview after an execute with no
1515                 move action
1516
1517 2006-03-19 [colin]      2.0.0cvs158
1518
1519         * src/addressbook.c
1520                 and put groups at the top, always
1521
1522 2006-03-19 [colin]      2.0.0cvs157
1523
1524         * src/addressbook.c
1525                 Order groups before names, as previously
1526
1527 2006-03-19 [colin]      2.0.0cvs156
1528
1529         * src/addressbook.c
1530                 - Sort case-unsensitive
1531                 - Put the sort arrow at opening too
1532
1533 2006-03-19 [wwp]        2.0.0cvs155
1534
1535         * src/addressbook.c
1536                 allow sorting by name/email/remarks, ensure that right-pane's contents
1537                 matches the left-pane selection (cleared when appropriate).
1538                 Patch by Pawel Pekala <c0rn@o2.pl>.
1539
1540 2006-03-18 [colin]      2.0.0cvs154
1541
1542         * src/textview.c
1543                 Fix text cursor ;)
1544
1545 2006-03-18 [colin]      2.0.0cvs153
1546
1547         * src/gtk/filesel.c
1548                 Make sure we hide the preview if we didn't get
1549                 a filename
1550
1551 2006-03-18 [colin]      2.0.0cvs152
1552
1553         * src/summaryview.c
1554                 Set cursor to watch for execution (fixes lack
1555                 of watch-cursor when dnd'ing hundreds of mails)
1556         * src/gtk/filesel.c
1557                 Check that mime type is 'image/*' before updating
1558                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1559
1560 2006-03-18 [colin]      2.0.0cvs151
1561
1562         * src/mainwindow.c
1563         * src/textview.c
1564         * src/textview.h
1565                 Put a watch cursor in textview too when the mainwindow's
1566                 cursor in a watch
1567
1568 2006-03-18 [colin]      2.0.0cvs150
1569
1570         * src/folder.c
1571                 Change wrong asserts to simple tests
1572
1573 2006-03-17 [colin]      2.0.0cvs149
1574
1575         * src/mainwindow.c
1576         * src/mainwindow.h
1577         * src/prefs_msg_colors.c
1578         * src/summaryview.c
1579         * src/summaryview.h
1580         * src/gtk/colorlabel.c
1581         * src/gtk/colorlabel.h
1582                 Add a color label menu in the main menubar
1583                 Add (fixed) accels Ctrl-{0-7} to change the color
1584                 They have to be fixed because the menu's dynamic,
1585                 the items are complex widgets, hence we can't use
1586                 a GtkItemFactory.
1587
1588
1589 2006-03-17 [wwp]        2.0.0cvs148
1590
1591         * src/compose.c
1592                 rollback few lines from my previous commit (those lines come from
1593                 a pending patch, accidentally commited, even if neutral as they are
1594                 commented out).
1595
1596 2006-03-17 [wwp]        2.0.0cvs147
1597
1598         * src/compose.c
1599                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1600                 applied code style/indentation to the modified function.
1601
1602 2006-03-17 [wwp]        2.0.0cvs146
1603
1604         * src/procmsg.c
1605         * src/compose.c
1606                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1607
1608 2006-03-17 [paul]
1609
1610         2.1.0-rc1 released
1611
1612 2006-03-17 [paul]       2.0.0cvs145
1613
1614         * src/main.c
1615                 addressbook_read_file() was called twice
1616         * src/textview.c
1617                 X-Mailer highlighting
1618
1619 2006-03-16 [colin]      2.0.0cvs144
1620
1621         * src/sourcewindow.c
1622         * src/sourcewindow.h
1623                 And the last one, in source window.
1624
1625 2006-03-16 [colin]      2.0.0cvs143
1626
1627         * src/compose.c
1628         * src/compose.h
1629                 Fix the same stuff in compose
1630
1631 2006-03-16 [colin]      2.0.0cvs142
1632
1633         * src/messageview.c
1634                 Complete the previous messageview crash fix
1635
1636 2006-03-16 [colin]      2.0.0cvs141
1637
1638         * src/procmsg.h
1639         * src/procmsg.c
1640         * src/folder.c
1641                 Fix POSTPROCESSING hook
1642                 Patch by H. Merijn Brand
1643
1644         * src/procmime.c
1645         * src/procmime.h
1646                 Parse Content-Location
1647
1648         * src/toolbar.c
1649         * src/messageview.c
1650         * src/messageview.h
1651                 Don't crash when a top-level MessageView has
1652                 been closed on us. Same problematic than
1653                 yesterday's quicksearch issue.
1654
1655 2006-03-15 [colin]      2.0.0cvs140
1656
1657         * src/gtk/quicksearch.c
1658                 Fix a bitchy race we didn't think about when we
1659                 added quicksearch cancellation:
1660                 If the search is not on cached fields, for example
1661                 body_part matchcase "stuff"
1662                 the matcher code has to get the whole message. If
1663                 we're on IMAP, that can be slow, and in order to
1664                 be non-blocking, the IMAP code idle loop processes
1665                 gtk events too. So it is possible to cancel a
1666                 quicksearch while the matcher is getting the mail's
1667                 body. After matcher got its body, it will start to
1668                 iterate over the matcher list that the Quicksearch's
1669                 clear_search_cb() just freed via prepare_matcher().
1670                 SIGSEGV ensues.
1671                 The fix consists of guarding the matcherlist_match()
1672                 call with a boolean 'matching'. If we reset the
1673                 quicksearch while matching is TRUE, we don't free
1674                 the matcherlist anymore like we did, but we set
1675                 another new flag, deferred_free, to TRUE. Then,
1676                 in quicksearch_match(), just after returning from
1677                 matcherlist_match() and unsetting the matching flag,
1678                 we check the deferred_free flag and do the
1679                 prepare_matcher() (which does the matcherlist_free)
1680                 for real, so we free the matcherlist once it's not
1681                 used anymore.
1682                 As all of this runs via the glib main loop, we
1683                 luckily don't need a mutex.
1684         * src/summaryview.c
1685                 Also, show progress while searching.
1686
1687
1688 2006-03-14 [colin]      2.0.0cvs139
1689
1690         * src/alertpanel.c
1691                 Make alertpanel_is_open non-static
1692
1693 2006-03-14 [colin]      2.0.0cvs138
1694
1695         * src/prefs_spelling.c
1696                 Cleanups - Fabien Vantard
1697
1698 2006-03-14 [wwp]        2.0.0cvs137
1699
1700         * src/main.c
1701                 code style normalization (curly braces, indentation).
1702
1703 2006-03-14 [wwp]        2.0.0cvs137
1704
1705         * src/main.c
1706                 code style (braces, indentation)
1707
1708 2006-03-12 [paul]       2.0.0cvs136
1709
1710         * src/prefs_common.c
1711                 trans_hdr defaults to FALSE to be RFC-savvy
1712         * src/prefs_summaries.c
1713                 add a tooltip to the trans_hdr option
1714                 
1715
1716 2006-03-12 [paul]       2.0.0cvs135
1717
1718         * src/prefs_matcher.c
1719                 give a little more width to the combos
1720         * src/prefs_display_header.c
1721         * src/textview.c
1722                 translate headers if prefs_common.trans_hdr
1723                 is TRUE
1724
1725         Patches by Pawel Pekala
1726
1727 2006-03-12 [paul]       2.0.0cvs134
1728
1729         * src/plugins/clamav/clamav_plugin.c
1730         * src/plugins/dillo_viewer/dillo_viewer.c
1731         * src/plugins/pgpcore/plugin.c
1732         * src/plugins/pgpinline/plugin.c
1733         * src/plugins/pgpmime/plugin.c
1734         * src/plugins/spamassassin/spamassassin.c
1735                 update/add to descriptions
1736         * src/plugins/spamassassin/spamassassin_gtk.c
1737                 fixes to the english, remove superfluous
1738                 tooltips, clean up a little
1739
1740 2006-03-12 [paul]       2.0.0cvs133
1741
1742         * src/compose.c
1743                 fix Bug 924, 'Account combo box shows up wrong 
1744                 if & is in account name'
1745
1746 2006-03-11 [colin]      2.0.0cvs132
1747
1748         * src/summaryview.c
1749                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1750                 messed up shift-selection because is slows down
1751                 moving around summaryview. thanks -users
1752
1753 2006-03-10 [colin]      2.0.0cvs131
1754
1755         * src/plugins/spamassassin/spamassassin_gtk.c
1756                 Put back Paul's engrish fixes
1757
1758 2006-03-10 [colin]      2.0.0cvs130
1759
1760         * src/plugins/spamassassin/spamassassin.c
1761         * src/plugins/spamassassin/spamassassin.h
1762         * src/plugins/spamassassin/spamassassin_gtk.c
1763                 Cleanup SA prefs page (more)
1764                 Patch by Fabien Vantard
1765
1766 2006-03-10 [paul]       2.0.0cvs129
1767
1768         * src/prefs_msg_colors.c
1769         * src/prefs_spelling.c
1770                 widget sensitivity
1771
1772 2006-03-09 [mones]      2.0.0cvs128
1773
1774         * po/es.po
1775                 Update for next RC
1776
1777 2006-03-09 [wwp]        2.0.0cvs127
1778
1779         * configure.ac
1780                 revert accidental commit (requirement for libetpan 0.43), this time
1781                 not in HEAD.
1782
1783 2006-03-09 [wwp]        2.0.0cvs125
1784
1785         * configure.ac
1786                 revert accidental commit (requirement for libetpan 0.43)
1787
1788 2006-03-09 [paul]       2.0.0cvs126
1789
1790         * src/prefs_receive.c
1791                 remove useless frame
1792                 replace 'incorporation' with 'receiving'
1793         * src/plugins/clamav/clamav_plugin_gtk.c
1794         * src/plugins/spamassassin/spamassassin_gtk.c
1795                 improve widget sensitivity
1796                 fix a bit his engrish
1797
1798 2006-03-09 [wwp]        2.0.0cvs125
1799
1800         * src/addressadd.c
1801         * src/foldersel.c
1802         * src/prefs_common.c
1803         * src/prefs_common.h
1804                 remember some more windows' sizes (add to addressbook and
1805                 select folder).
1806
1807 2006-03-09 [paul]       2.0.0cvs124
1808
1809         * src/plugins/pgpcore/prefs_gpg.c
1810                 normalise construction of dialogue
1811
1812 2006-03-09 [paul]       2.0.0cvs123
1813
1814         * src/plugins/trayicon/Makefile.am
1815                 add missing slash
1816
1817 2006-03-08 [colin]      2.0.0cvs122
1818
1819         * src/plugins/trayicon/Makefile.am
1820                 Fix build in separate dir 
1821                 Patch by Bamanzi <bamanzi@gmail.com>
1822
1823 2006-03-08 [colin]      2.0.0cvs121
1824
1825         * src/procmsg.c
1826                 Batch move and copies from summaryview with delayed execution
1827                 too
1828
1829 2006-03-07 [paul]       2.0.0cvs120
1830
1831         * src/common/utils.c
1832                 fix highlighting of URIs containing "()"
1833                 Patch by Pawel Pekala
1834
1835 2006-03-07 [paul]       2.0.0cvs119
1836
1837         * src/folder.c
1838         * src/folder.h
1839         * src/folderview.c
1840                 immediately do alphabetical resort when
1841                 changing a folder's name
1842                 Patch by Pawel Pekala
1843
1844 2006-03-07 [paul]       2.0.0cvs118
1845
1846         * src/news.c
1847         * src/news_gtk.c
1848                 when unsubscribing a newsgroup, remove the
1849                 folder and msgs in .sylpheed-claws/newscache
1850                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1851
1852 2006-03-07 [paul]       2.0.0cvs117
1853
1854         * src/textview.c
1855                 fix wrong Fake URL Warning
1856                 Thanks to Hiro
1857
1858 2006-03-07 [colin]      2.0.0cvs116
1859
1860         * src/imap.c
1861                 Return immediately when password dialog was
1862                 cancelled
1863         * src/gtk/inputdialog.c
1864                 Allow empty strings for passwords
1865
1866
1867 2006-03-06 [colin]      2.0.0cvs115
1868
1869         * src/imap.c
1870                 Prevent double-timeouts when connection fails
1871
1872 2006-03-06 [colin]
1873
1874         2.0.1-rc1 released
1875
1876 2006-03-06 [colin]      2.0.0cvs114
1877
1878         * src/imap.c
1879                 Refresh session during potentially long
1880                 operations
1881
1882 2006-03-06 [wwp]        2.0.0cvs113
1883
1884         * src/prefs_msg_colors.h
1885                 forgot that one (custom color labels).
1886
1887 2006-03-06 [wwp]        2.0.0cvs112
1888
1889         * src/prefs_common.c
1890         * src/prefs_common.h
1891         * src/prefs_msg_colors.c
1892         * src/summaryview.c
1893         * src/summaryview.h
1894         * src/gtk/colorlabel.c
1895         * src/gtk/colorlabel.h
1896                 colors in messages list are now customizable. Color values and names can
1897                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1898                 Thanks to Paul and Colin for their help with this longstanding patch!
1899
1900 2006-03-06 [wwp]        2.0.0cvs111
1901
1902         * src/textview.c
1903                 don't crash if (x)face is bad.
1904
1905 2006-03-05 [paul]       2.0.0cvs110
1906
1907         * AUTHORS
1908         * configure.ac
1909         * src/Makefile.am
1910         * src/common/Makefile.am
1911         * src/common/utils.h
1912         * src/etpan/imap-thread.c
1913         * src/gtk/authors.h
1914         * src/plugins/clamav/Makefile.am
1915         * src/plugins/demo/Makefile.am
1916         * src/plugins/dillo_viewer/Makefile.am
1917         * src/plugins/pgpcore/Makefile.am
1918         * src/plugins/pgpcore/passphrase.c
1919         * src/plugins/pgpinline/Makefile.am
1920         * src/plugins/pgpmime/Makefile.am
1921         * src/plugins/spamassassin/Makefile.am
1922         * src/plugins/trayicon/Makefile.am
1923                 fix builiding on cygwin
1924                 Patch by Ralgh Young <bamanzi@gmail.com>
1925
1926 2006-03-04 [wwp]        2.0.0cvs109
1927
1928         * manual/keyboard.xml
1929                 fix mixed up/down keys.
1930
1931 2006-03-04 [wwp]        2.0.0cvs108
1932
1933         * README
1934         * INSTALL
1935                 updated links to SpamAssassin.
1936
1937 2006-03-04 [wwp]        2.0.0cvs107
1938
1939         * manual/plugins.xml
1940         * src/plugins/spamassassin/README
1941                 updated SpamAssassin plugin docs to reflect new functional additions
1942                 (also fix/update/documents few technical stuff more, see the README).
1943
1944 2006-03-04 [wwp]        2.0.0cvs106
1945
1946         * src/prefs_message.c
1947                 normalized capitalization of message-prefs paths.
1948
1949 2006-03-04 [wwp]        2.0.0cvs105
1950
1951         * manual/advanced.xml
1952                 typo.
1953
1954 2006-03-03 [colin]      2.0.0cvs104
1955
1956         * src/plugins/clamav/clamav_plugin_gtk.c
1957                 Rework prefs page, patch by Fabien 
1958
1959 2006-03-03 [colin]      2.0.0cvs103
1960
1961         * src/plugins/clamav/clamav_plugin.c
1962                 Set error on all errors
1963
1964 2006-03-03 [colin]      2.0.0cvs102
1965
1966         * src/common/plugin.c
1967                 Initialize error to avoid crashing when a plugin fails
1968                 without setting error
1969
1970 2006-03-02 [wwp]        2.0.0cvs101
1971
1972         * configure.ac
1973                 fixed linker flags for libetpan support on Cygwin
1974                 (thanks to H.Merijn Brand).
1975
1976 2006-03-02 [wwp]        2.0.0cvs100
1977
1978         * src/addressbook.c
1979                 fix some AB error messages: one for punctuation and
1980                 one wrongly duplicate (thanks, maxbritov).
1981
1982 2006-03-02 [wwp]        2.0.0cvs99
1983
1984         * src/plugins/spamassassin/spamassassin.c
1985                 make sync calls to sa-learn/spamc to prevent
1986                 system (whatever local or client/server) overload.
1987
1988 2006-03-02 [colin]      2.0.0cvs98
1989
1990         * src/summaryview.c
1991                 Put the spam icon in the status column instead of the
1992                 mark one
1993
1994 2006-03-01 [colin]      2.0.0cvs97
1995
1996         * src/plugins/spamassassin/spamassassin.c
1997                 Fix segfault (g_file_set_contents fails for some 
1998                 reason and err==0x2f. Can't find out why with
1999                 valgrind, using working function :-)
2000
2001 2006-03-01 [colin]      2.0.0cvs96
2002
2003         * src/inc.c
2004                 Offline overriding: let 'No' be cached only 3 seconds
2005
2006 2006-03-01 [colin]      2.0.0cvs95
2007
2008         * src/addr_compl.c
2009         * src/addrbook.c
2010         * src/addressbook.c
2011         * src/addrindex.c
2012         * src/folder_item_prefs.c
2013         * src/headerview.c
2014         * src/imap.c
2015         * src/inc.c
2016         * src/ldif.c
2017         * src/mainwindow.c
2018         * src/mh.c
2019         * src/msgcache.c
2020         * src/prefs_common.h
2021         * src/prefs_msg_colors.c
2022         * src/procheader.c
2023         * src/procheader.h
2024         * src/procmime.c
2025         * src/procmsg.c
2026         * src/procmsg.h
2027         * src/send_message.h
2028         * src/simple-gettext.c
2029         * src/summaryview.c
2030         * src/summaryview.h
2031         * src/syldap.c
2032         * src/textview.c
2033         * src/undo.c
2034         * src/common/ssl_certificate.c
2035         * src/common/utils.c
2036         * src/gtk/colorsel.c
2037         * src/gtk/gtksctree.c
2038         * src/gtk/gtkshruler.c
2039         * src/plugins/trayicon/trayicon.c
2040                 #if 0 goes to /dev/null
2041
2042 2006-03-01 [colin]      2.0.0cvs94
2043
2044         * src/compose.c
2045         * src/imap.c
2046         * src/inc.c
2047         * src/inc.h
2048         * src/messageview.c
2049         * src/news.c
2050         * src/plugins/spamassassin/spamassassin.c
2051                 Allow to add information in the "working offline"
2052                 window
2053
2054 2006-03-01 [wwp]        2.0.0cvs93
2055
2056         * src/plugins/spamassassin/spamassassin.c
2057                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2058                 'cause it seems that calling `spamc ... < inputfile` with
2059                 g_spawn_(a)sync simply.. erm doesn't work :-).
2060
2061 2006-03-01 [wwp]        2.0.0cvs92
2062
2063         * src/toolbar.c
2064         * src/toolbar.h
2065                 simplify the adding of spam/ham button to the messageview toolbar
2066                 (it gets more clear now that the same button will be "Mark as spam"
2067                 or "Mark as ham" according to the current message status,
2068                 thanks to Colin).
2069
2070 2006-03-01 [wwp]        2.0.0cvs91
2071
2072         * src/messageview.c
2073         * src/procmsg.c
2074         * src/procmsg.h
2075         * src/summaryview.c
2076         * src/plugins/spamassassin/spamassassin.c
2077         * src/plugins/spamassassin/spamassassin.h
2078                 make learner callbacks return a status (0 for ok),
2079                 handle it in main code to avoid setting flags when learning failed,
2080                 don't learn on TCP if offline in spamassassin,
2081                 thanks to Colin.
2082
2083                 
2084
2085 2006-03-01 [wwp]        2.0.0cvs90
2086
2087         * src/compose.c
2088                 some work around the compose window's account menu,
2089                 patch by Fabien Vantard.
2090
2091 2006-03-01 [wwp]        2.0.0cvs89
2092
2093         * src/plugins/spamassassin/spamassassin.c
2094                 fixed bad logics, was using spamc in local mode and sa-learn
2095                 in remote mode (thanks, Colin).
2096
2097 2006-03-01 [wwp]        2.0.0cvs88
2098
2099         * src/plugins/spamassassin/spamassassin.c
2100         * src/plugins/spamassassin/spamassassin.h
2101         * src/plugins/spamassassin/spamassassin_gtk.c
2102                 made processing of emails w/ sa-plugin an option (default is TRUE),
2103                 fixed Engrish some tooltips, capitalization of some debug messages
2104                 and warnings. The spamassassin plugin now provides two separate
2105                 services: process emails upon incorporation and spamd training.
2106                 Both services (un)register independently but use some common
2107                 plugin settings (transport settings, spam storage location).
2108
2109 2006-02-28 [wwp]        2.0.0cvs87
2110
2111         * src/plugins/spamassassin/spamassassin.c
2112                 fix async flag to spamc cmdline execution (batch exec should
2113                 be asynchronous).
2114
2115 2006-02-27 [wwp]        2.0.0cvs86
2116
2117         * src/plugins/spamassassin/spamassassin.c
2118         * src/plugins/spamassassin/spamassassin.h
2119         * src/plugins/spamassassin/spamassassin_gtk.c
2120                 - added the ability to learn a remote spamassassin server (spamd),
2121                 using spamc.
2122                 - added the spamassassin option 'username', that applies to all
2123                 spamassassin operations (filtering, learning, local or remote).
2124                 The default username is the current unix user (if left blank
2125                 from gtk prefs or config file).
2126                 - commented out some unused code (notebook widget), removed unused
2127                 layout (hbox1).
2128                 - make more widgets sensitive to the transport type.
2129
2130 2006-02-27 [colin]      2.0.0cvs85
2131
2132         * src/plugins/spamassassin/spamassassin.c
2133                 Fix sa-learn call when offline
2134
2135 2006-02-27 [colin]      2.0.0cvs84
2136
2137         * configure.ac
2138         * src/Makefile.am
2139         * src/mainwindow.c
2140         * src/mainwindow.h
2141         * src/messageview.c
2142         * src/messageview.h
2143         * src/prefs_toolbar.c
2144         * src/procmsg.c
2145         * src/stock_pixmap.c
2146         * src/stock_pixmap.h
2147         * src/summaryview.c
2148         * src/toolbar.c
2149         * src/toolbar.h
2150         * src/pixmaps/ham_btn.xpm
2151         * src/pixmaps/spam.xpm
2152         * src/pixmaps/spam_btn.xpm
2153         * src/plugins/spamassassin/spamassassin.c
2154                 Add button in toolbar for spam learning
2155                 Fix a few bugs from the last related commit
2156                 Revert 1.9.6cvs23 which messed up shift-selection
2157
2158 2006-02-24 [colin]      2.0.0cvs83
2159
2160         * src/procmsg.c
2161         * src/summaryview.c
2162         * src/summaryview.h
2163         * src/plugins/spamassassin/spamassassin.c
2164         * src/plugins/spamassassin/spamassassin.h
2165         * src/plugins/spamassassin/spamassassin_gtk.c
2166                 Unregister learner when spamassassin is either
2167                 disabled or over tcp
2168
2169 2006-02-24 [colin]      2.0.0cvs82
2170
2171         * src/Makefile.am
2172         * src/mainwindow.c
2173         * src/mainwindow.h
2174         * src/procmsg.c
2175         * src/procmsg.h
2176         * src/stock_pixmap.c
2177         * src/stock_pixmap.h
2178         * src/summaryview.c
2179         * src/summaryview.h
2180         * src/gtk/icon_legend.c
2181         * src/pixmaps/spam.xpm  ** NEW FILE **
2182         * src/plugins/spamassassin/spamassassin.c
2183         * src/plugins/spamassassin/spamassassin_gtk.c
2184                 Add spam learning interface (Mark/Mark as 
2185                 (spam|ham) menus)
2186
2187 2006-02-24 [wwp]        2.0.0cvs81
2188
2189         * src/compose.c
2190         * src/compose.h
2191         * src/filtering.c
2192                 hide compose window when sending message in batch mode
2193                 (filtering: forward and redirect). Also fixed a wrong
2194                 value returned when sending failed, neutral anyway.
2195                 (Colin, me) 
2196
2197 2006-02-24 [wwp]        2.0.0cvs80
2198
2199         * src/mainwindow.c
2200                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2201
2202 2006-02-24 [paul]       2.0.0cvs79
2203
2204         * src/news.c
2205         * src/news.h
2206         * src/news_gtk.c
2207                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2208                 Thanks to Colin
2209
2210 2006-02-23 [colin]      2.0.0cvs78
2211
2212         * src/alertpanel.c
2213                 Change OK to Close in alertpanel with View log
2214                 button; add accel to View log. Patch by Fabien
2215                 Vantard
2216
2217 2006-02-23 [wwp]        2.0.0cvs77
2218
2219         * src/compose.c
2220                 silly me, there were much more tests to perform, since toolbars can
2221                 really have down to 1 element only.
2222
2223 2006-02-23 [wwp]        2.0.0cvs76
2224
2225         * commitHelper
2226                 fixed indentation from my previous commit. Fallback to VISUAL if
2227                 EDITOR is not set (and to vi, at last resort).
2228
2229 2006-02-23 [wwp]        2.0.0cvs75
2230
2231         * commitHelper
2232                 improved error detection (Colin, me).
2233
2234 2006-02-23 [wwp]        2.0.0cvs74
2235
2236         * src/prefs_toolbar.c
2237                 simplify and fix prefs/toolbars layouting. Combos' contents can
2238                 now be really displayed.
2239
2240 2006-02-23 [wwp]        2.0.0cvs73
2241         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2242         be really displayed.
2243
2244 2006-02-22 [wwp]        2.0.0cvs72
2245
2246         * src/compose.c
2247                 fix a typo in my previous commit (sorry!).
2248
2249 2006-02-22 [wwp]        2.0.0cvs71
2250
2251         * src/prefs_toolbar.c
2252                 fix a crash when adding separators to toolbars,
2253                 also fix some separator item information.
2254
2255 2006-02-22 [wwp]        2.0.0cvs70
2256
2257         * src/compose.c
2258                 fix a crash when redirecting (for instance) when compose window's
2259                 toolbar contents has been customized (when some buttons have been
2260                 removed in fact).
2261
2262 2006-02-21 [wwp]        2.0.0cvs69
2263
2264         * src/summaryview.c
2265         * src/gtk/pluginwindow.c
2266         * src/plugins/pgpcore/prefs_gpg.c
2267                 fix some compilation warnings (feat. remains of removed code).
2268
2269 2006-02-21 [wwp]        2.0.0cvs68
2270
2271         * src/gtk/gtkutils.c
2272                 fix two compilation issues, thanks to Stephan Sachse.
2273
2274 2006-02-20 [colin]      2.0.0cvs67
2275
2276         * src/mainwindow.c
2277                 Don't reselect displayed mail on refocus
2278                 This fixes actions misbehaving 
2279
2280 2006-02-20 [wwp]        2.0.0cvs66
2281
2282         * src/summaryview.c
2283         * src/gtk/gtksctree.c
2284         * src/gtk/gtkshruler.c
2285                 changed more runtime typecast checks.
2286
2287 2006-02-20 [wwp]        2.0.0cvs65
2288
2289         * src/summary_search.c
2290                 find all - summaryview refresh issue fixed, thanks to Colin.
2291
2292 2006-02-20 [wwp]        2.0.0cvs64
2293
2294         * src/gtk/gtkutils.c
2295                 better runtime typecast checks.
2296
2297 2006-02-20 [wwp]        2.0.0cvs63
2298
2299         * src/summary_search.c
2300                 enhancements to the summary search:
2301                         - add the ability to stop the running search
2302                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2303                         - don't search if no criteria (From/To/Subject/Body) is set
2304                         - ensure that a busy mouse pointer is always shown when searching,
2305                           show it even a bit earlier
2306
2307 2006-02-19 [colin]      2.0.0cvs62
2308
2309         * src/compose.c
2310         * src/imap.c
2311         * src/etpan/imap-thread.c
2312         * src/etpan/imap-thread.h
2313                 (Future) IMAP speed improvement on sending
2314                 Will require a libetpan update
2315         * src/summaryview.c
2316         * src/gtk/quicksearch.c
2317                 Make quicksearch clearable while running.
2318
2319 2006-02-17 [colin]      2.0.0cvs61
2320
2321         * src/imap.c
2322         * src/etpan/imap-thread.c
2323         * src/etpan/imap-thread.h
2324                 Check for IMAP certificates
2325                 ** Requires libetpan-0.42-cvs4 
2326                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2327
2328 2006-02-17 [colin]      2.0.0cvs60
2329
2330         * src/messageview.c
2331         * src/prefs_common.c
2332         * src/prefs_common.h
2333         * src/prefs_message.c
2334                 Add pref to display HTML-only mails with plugin, 
2335                 if possible (defaulting to FALSE of course).
2336
2337 2006-02-16 [colin]      2.0.0cvs59
2338
2339         * src/main.c
2340         * src/common/plugin.c
2341         * src/common/plugin.h
2342         * src/gtk/pluginwindow.c
2343                 Keep track of requested (but unloaded) plugins
2344                 in some error cases.
2345
2346 2006-02-16 [wwp]        2.0.0cvs58
2347
2348         * src/gtk/gtkaspell.c
2349         * src/gtk/gtkaspell.h
2350         * src/prefs_spelling.c
2351         * src/compose.c
2352         * src/prefs_common.c
2353         * src/prefs_common.h
2354                 implemented new optional spellchecker behaviour: re-check message when
2355                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2356
2357 2006-02-16 [wwp]        2.0.0cvs57
2358
2359         * src/quote_fmt_parse.y
2360                 pclose popen'ed pipe.
2361
2362 2006-02-15 [colin]      2.0.0cvs56
2363
2364         * src/mimeview.c
2365         * src/mimeview.h
2366                 Let MimeViewers know which MimeView they
2367                 depend of.
2368         * src/summaryview.c
2369                 Swap From/To columns in Sent/Queue/Drafts
2370                 folders
2371         * src/etpan/imap-thread.c
2372                 Use mailstream_low_tls_open() for STARTTLS
2373                 instead of mailstream_low_ssl_open()
2374                 ** REQUIRES libetpan 0.42cvs3 **
2375
2376 2006-02-15 [wwp]        2.0.0cvs55
2377
2378         * src/compose.c
2379         * src/compose.h
2380         * src/message_search.c
2381         * src/message_search.h
2382         * src/textview.c
2383         * src/gtk/gtkutils.c
2384         * src/gtk/gtkutils.h
2385                 added the ability to Find text in the compose window (and a bit
2386                 of code factorization).
2387
2388 2006-02-15 [wwp]        2.0.0cvs54
2389
2390         * src/prefs_gtk.c
2391                 yet another one file was missing (fix for some widgets' sensitivity).
2392                 Thanks Colin!
2393
2394 2006-02-15 [wwp]        2.0.0cvs53
2395
2396         * src/prefs_gtk.h
2397                 oops forgot that file (fix for some widgets' sensitivity).
2398
2399 2006-02-15 [wwp]        2.0.0cvs52
2400
2401         * src/summary_search.c
2402                 implemented advanced summary search options (added the ability
2403                 to use matcher conditions in an advanced search mode).
2404
2405 2006-02-15 [wwp]        2.0.0cvs51
2406
2407         * src/plugins/pgpcore/prefs_gpg.c
2408         * src/prefs_account.c
2409                 fix some widget sensitivity, mostly around some labels in
2410                 account prefs.
2411
2412 2006-02-15 [paul]       2.0.0cvs50
2413
2414         * manual/advanced.xml
2415                 improve Templates info
2416                 written by wwp
2417
2418 2006-02-14 [colin]      2.0.0cvs49
2419
2420         * src/pixmaps/address_book.xpm
2421         * src/pixmaps/preferences.xpm
2422         * src/pixmaps/properties.xpm
2423                 Fix pixmap size - patch by Fabien Vantard
2424
2425 2006-02-13 [colin]      2.0.0cvs48
2426
2427         * src/procmime.c
2428                 Add missing fclose()s on error
2429         * src/textview.c
2430                 Remove unused code
2431         * src/common/utils.c
2432                 Fix temp files not being deleted on windows
2433         Patches by Thomas Gilgin
2434
2435 2006-02-13 [colin]      2.0.0cvs47
2436
2437         * src/mainwindow.c
2438                 Fix exit crash
2439
2440 2006-02-13 [wwp]        2.0.0cvs46
2441
2442         * src/plugins/pgpcore/prefs_gpg.c
2443                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2444
2445 2006-02-12 [colin]      2.0.0cvs45
2446
2447         * src/folderview.c
2448         * src/main.c
2449         * src/mainwindow.c
2450                 Fix "stuff" when quitting
2451
2452 2006-02-12 [wwp]        2.0.0cvs44
2453
2454         * src/prefs_themes.c
2455                 fix typos in debug messages.
2456
2457 2006-02-11 [colin]      2.0.0cvs43
2458
2459         * src/summaryview.c
2460                 don't allow drag/drop from ourself
2461
2462 2006-02-10 [wwp]        2.0.0cvs42
2463
2464         * src/exporthtml.c
2465         * src/html.c
2466         * src/html.h
2467         * src/procmime.c
2468         * src/textview.c
2469                 renamed html_ prefixed functions and data structures to avoid
2470                 namespace clashes w/ other software (gtkhtml2 for instance).
2471                 Closes bug #907.
2472
2473
2474 2006-02-09 [colin]      2.0.0cvs41
2475
2476         * src/summaryview.c
2477                 Fix shitty logic messed up. Thanks Ticho for the hint!
2478
2479 2006-02-09 [wwp]        2.0.0cvs40
2480
2481         * src/gtk/about.c
2482         * src/compose.c
2483         * src/prefs_account.c
2484         * src/prefs_gtk.h
2485         * src/editaddress.c
2486                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2487                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2488                 Browse buttons in accounts prefs.
2489
2490 2006-02-09 [colin]      2.0.0cvs39
2491
2492         * src/matcher.c
2493                 Check for pointer before using its members
2494         * src/gtk/gtksourceprintjob.c
2495                 Fix a wrong warning
2496
2497 2006-02-09 [wwp]        2.0.0cvs38
2498
2499         * src/gtk/filesel.c
2500                 fix few compiler warnings (type mismatch).
2501
2502 2006-02-09 [paul]       2.0.0cvs37
2503
2504         * po/fr.po
2505                 updated by Fabien Vantard
2506
2507 2006-02-08 [colin]      2.0.0cvs36
2508
2509         * src/prefs_common.c
2510         * src/common/defs.h
2511         * src/common/plugin.c
2512                 allow windows and linux configurations to coexist
2513                 patch by Thomas Gilgin
2514
2515 2006-02-08 [colin]      2.0.0cvs35
2516
2517         * src/filtering.c
2518         * src/matcher.c
2519         * src/matcher.h
2520         * src/matcher_parser_parse.y
2521         * src/prefs_filtering_action.c
2522         * src/prefs_matcher.c
2523                 Add the "Ignore thread" filtering
2524                 action
2525
2526 2006-02-08 [colin]      2.0.0cvs34
2527
2528         * src/compose.c
2529         * src/procmime.c
2530         * src/procmime.h
2531                 Fix bug #905 (damaged attachment)
2532                 text files with raw \0's aren't really text files
2533         FOR_STABLE
2534
2535 2006-02-08 [colin]      2.0.0cvs33
2536
2537         * src/summaryview.c
2538                 Fix crasher introduced yesterday
2539
2540 2006-02-08 [wwp]        2.0.0cvs32
2541
2542         * src/compose.c
2543         * src/compose.h
2544                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2545
2546 2006-02-08 [wwp]        2.0.0cvs31
2547
2548         * src/prefs_template.c
2549                 templates enhancement: allow address completion for Cc and Bcc fields
2550                 (it was currently possible for the To field only)
2551
2552 2006-02-08 [colin]      2.0.0cvs30
2553
2554         * src/compose.c
2555                 Don't unblock if not blocked
2556         FOR_STABLE
2557
2558 2006-02-07 [colin]      2.0.0cvs29
2559
2560         * src/action.c
2561                 Forgot to refresh summaryview
2562
2563 2006-02-07 [colin]      2.0.0cvs28
2564
2565         * src/action.c
2566                 Freeze/thaw message list and folder list while
2567                 processing %as{} actions 
2568         * src/compose.c
2569                 Fix auto-wrap disabling after a middle-click
2570                 paste - FOR_STABLE
2571
2572 2006-02-07 [paul]       2.0.0cvs27
2573
2574         * src/folder.c
2575                 fix freeing of uninitialised pointers
2576                 Thanks to Colin
2577
2578 2006-02-06 [colin]      2.0.0cvs26
2579
2580         * src/folder.c
2581                 Use g_slist_prepend in potentially big list
2582
2583 2006-02-06 [colin]      2.0.0cvs25
2584
2585         * src/folder.c
2586                 Completely skip processing if it doesn't 
2587                 exist (faster!)
2588
2589 2006-02-06 [colin]      2.0.0cvs24
2590
2591         * src/folder.c
2592         * src/summaryview.c
2593                 Batch filtering in summaryview (from Tools menu)
2594                 and pre/post//-processing too
2595
2596 2006-02-06 [colin]      2.0.0cvs23
2597
2598         * src/procmsg.h
2599         * src/filtering.c
2600                 Use a special field for batch filtering instead
2601                 of stepping on deferred execution's toes
2602
2603 2006-02-06 [colin]      2.0.0cvs22
2604
2605         * src/action.c
2606         * src/filtering.c
2607         * src/filtering.h
2608         * src/folder.c
2609         * src/summaryview.c
2610                 Fix filtering via menus and actions
2611
2612 2006-02-06 [colin]      2.0.0cvs21
2613
2614         * src/imap.c
2615                 Put the added file directly to cache if possible (will work
2616                 with next libetpan)
2617         * src/filtering.c
2618         * src/filtering.h
2619         * src/inc.c
2620         * src/folder.c
2621         * src/mbox.c
2622         * src/procmsg.h
2623                 Move and copy filtered messages by batches instead of one
2624                 by one - faster on IMAP
2625         * src/procmsg.c
2626                 Add a function that'll possibly be useful later
2627
2628 2006-02-06 [colin]      2.0.0cvs20
2629
2630         * src/addressbook.c
2631                 Use internal mime-type instead of text/plain for d'n'd
2632         * src/compose.c
2633                 Allow attaching files from mimeview's icon list via d'n'd
2634         * src/folderview.c
2635         * src/folderview.h
2636                 Use internal mime-type instead of text/plain for d'n'd
2637                 Don't try to selected opened folder if none is
2638                 Factorize d'n'd from other apps code
2639         * src/headerview.c
2640         * src/textview.c
2641         * src/gtk/gtkutils.c
2642         * src/gtk/gtkutils.h
2643                 Factorize Face/X-Face stuff
2644         * src/mimeview.c
2645                 Fix d'n'd to other apps
2646         * src/prefs_message.c
2647                 Let the XFace pref be usable without libcompface as it also
2648                 applies to Face
2649         * src/summaryview.c
2650                 Fix d'n'd to other apps
2651                 Factorize d'n'd from other apps code
2652
2653 2006-02-06 [wwp]        2.0.0cvs19
2654
2655         * po/it.po
2656                 Italian translation fixes by Andrea Spadaccini (no more confusion
2657                 between filtering and processing, and few changes in the About
2658                 dialog).
2659
2660
2661 2006-02-06 [mones]      2.0.0cvs18
2662
2663         * src/gtk/icon_legend.c
2664                 Improved descriptions allowing better translations
2665
2666 2006-02-05 [colin]      2.0.0cvs17
2667
2668         * src/imap.c
2669                 Add the f*cking missing expunge that caused imap_fetch_env
2670                 to fail after an add_msgs ! :-///
2671         * src/etpan/imap-thread.c
2672                 Add a bit of debug
2673         FOR_STABLE
2674
2675 2006-02-05 [colin]      2.0.0cvs16
2676
2677         * src/common/utils.c
2678                 Don't check for return-path (or we can't put
2679                 back non-sent mails)
2680
2681 2006-02-05 [colin]      2.0.0cvs15
2682
2683         * src/textview.c
2684                 Don't try to display Face header in textview
2685                 when teh headerview's active
2686
2687 2006-02-05 [colin]      2.0.0cvs14
2688
2689         * tools/tbird2syl.py
2690         * tools/Makefile.am
2691                 Add script to import Thunderbird mails
2692
2693 2006-02-05 [colin]      2.0.0cvs13
2694
2695         * src/headerview.c
2696         * src/procheader.c
2697         * src/procmsg.c
2698         * src/procmsg.h
2699         * src/textview.c
2700                 Show Face headers - patch partially by Klaus Flittner
2701
2702 2006-02-05 [colin]      2.0.0cvs12
2703
2704         * src/folderview.c
2705         * src/summaryview.c
2706         * src/common/utils.c
2707         * src/common/utils.h
2708                 Let dnd work from mime icons to summaryview
2709                 and to folderview too
2710                 Add a crude test to avoid trying to add files
2711                 drag'n'dropped when they're not mails
2712
2713 2006-02-04 [colin]      2.0.0cvs11
2714
2715         * src/summaryview.c
2716         * src/mimeview.c
2717                 Fix utf8 conversion
2718
2719 2006-02-04 [colin]      2.0.0cvs10
2720
2721         * src/compose.c
2722         * src/folderview.c
2723         * src/mimeview.c
2724         * src/summaryview.c
2725         * src/summaryview.h
2726                 Added various drag and drop capas:
2727                 From                    To
2728                 summaryview             other apps
2729                 mimeview icons          other apps
2730                 other apps              summaryview
2731                 other apps              folderview
2732
2733                 This shouldn't have broken the existing:
2734                 From                    To
2735                 summaryview             folderview
2736                 folderview              folderview
2737                 summaryview             compose's attachments
2738
2739         Tests welcomed.
2740
2741 2006-02-02 [paul]       2.0.0cvs9
2742
2743         * src/mainwindow.c
2744                 move global option 'Set displayed columns...' out
2745                 of folder option grouping.
2746                 fix sensitivity of 'harvest addresses'
2747         FOR_STABLE
2748
2749 2006-02-01 [colin]      2.0.0cvs8
2750
2751         * src/mimeview.c
2752                 Revert the alertpanel patch, it sucks (intrusive
2753                 and gets in the way of "open")
2754
2755 2006-02-01 [colin]      2.0.0cvs7
2756
2757         * src/compose.c
2758         * src/prefs_account.c
2759         * src/prefs_common.c
2760         * src/common/defs.h
2761         * src/common/utils.c
2762         * src/common/utils.h
2763                 Add ability to edit the signature file
2764                 from the account preferences, and use
2765                 a default for the text editor.
2766                 Patch by Fabien Vantard
2767
2768 2006-02-01 [colin]      2.0.0cvs6
2769
2770         * src/mimeview.c
2771                 Try to get mime type by extension if it is
2772                 application/octet-stream
2773                 Display a window with possible choices when
2774                 encountering unknown mime types
2775         * src/gtk/filesel.c
2776         * src/gtk/filesel.h
2777                 Add preview
2778                 Allow multiple selection in filtered filesel
2779                 (patch by Fabien Vantard)
2780         * src/gtk/pluginwindow.c
2781                 Use it (patch by Fabien Vantard)
2782
2783 2006-02-01 [paul]       2.0.0cvs5
2784
2785         * src/jpilot.c
2786                 fix crash on creating jpilot address book
2787                 Thanks to Colin - FOR_STABLE
2788         * src/prefs_summaries.c
2789         * src/prefs_wrapping.c
2790         * src/gtk/icon_legend.c
2791         * src/gtk/quicksearch.c
2792                 string fixes and additions
2793
2794 2006-02-01 [paul]       2.0.0cvs4
2795
2796         * src/compose.c
2797         * src/mainwindow.c
2798         * src/messageview.c
2799         * src/prefs_send.c
2800                 add Arabic encoding option
2801                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2802
2803 2006-01-31 [colin]      2.0.0cvs3
2804
2805         * src/plugins/pgpcore/passphrase.c
2806                 Convert passphrase to locale encoding
2807         * src/compose.c
2808                 Fix drafting on IMAP. Crappy bug sneaked in
2809                 the release :-/
2810         FOR_STABLE
2811
2812 2006-01-30 [paul]       2.0.0cvs2
2813
2814         * src/gtk/icon_legend.c
2815                 show the new entries
2816
2817 2006-01-30 [colin]      2.0.0cvs1
2818
2819         * src/manual.c
2820                 Check for the file to be present before 
2821                 enabling the menu - FOR_STABLE
2822         * src/gtk/icon_legend.c
2823                 Add folders icons (not all of them, there
2824                 are too much, but the most intriguing ones)
2825
2826 2006-01-30 [paul]       2.0.0
2827
2828         version 2.0.0 released
2829
2830 2006-01-30 [paul]       1.9.100cvs200
2831
2832         * manual/faq.xml
2833         * manual/gpl.xml
2834         * manual/intro.xml
2835         * manual/starting.xml
2836         * manual/sylpheed-claws-manual.xml
2837                 fixes, additions
2838
2839 2006-01-29 [mones]      1.9.100cvs199
2840
2841         * manual/account.xml
2842         * manual/advanced.xml
2843         * manual/glossary.xml
2844                 Some typos fixed, added LDIF term to glossary
2845         * po/es.po
2846                 Fixed leading plus symbol
2847
2848 2006-01-29 [paul]       1.9.100cvs198
2849
2850         * po/fi.po
2851         * po/sk.po
2852                 updated by Tommi Pirinen and Andrej Kacian
2853
2854 2006-01-29 [paul]       1.9.100cvs197
2855
2856         * src/gtk/authors.h
2857                 remove duplicates
2858
2859 2006-01-29 [paul]       1.9.100cvs196
2860
2861         * AUTHORS
2862         * po/nl.po
2863         * src/gtk/authors.h
2864         * tools/claws.i18n.status.pl
2865                 nl translation updated by Tim Dijkstra
2866
2867 2006-01-29 [paul]       1.9.100cvs195
2868
2869         * po/sr.po
2870         * po/sv.po
2871                 updated by Aleksandar Urosevic and Anders Troback
2872
2873 2006-01-28 [colin]      1.9.100cvs194
2874
2875         * src/gtk/gtksourceprintjob.c
2876                 Don't fiddle with PangoLayout when we
2877                 have an image
2878
2879 2006-01-28 [paul]       1.9.100cvs193
2880
2881         * AUTHORS
2882         * po/el.po
2883         * po/zh_CN.po
2884         * src/gtk/authors.h
2885         * tools/claws.i18n.status.pl
2886                 updated translations submitted by Stavros Giannouris
2887                 and Ralgh Young
2888
2889 2006-01-27 [colin]      1.9.100cvs192
2890
2891         * src/summaryview.c
2892         * src/gtk/gtksourceprintjob.c
2893                 Add image printing 
2894                 (libgnomeprint only, of course)
2895
2896 2006-01-27 [paul]       1.9.100cvs191
2897
2898         * po/fr.po
2899         * po/it.po
2900                 updated by Fabien Vantard and Andrea Spadaccini
2901
2902 2006-01-26 [colin]      1.9.100cvs190
2903
2904         * manual/Makefile.am
2905         * configure.ac
2906                 Make building the manual optional 
2907                 (--disable-manual)
2908
2909 2006-01-26 [paul]       1.9.100cvs189
2910
2911         * manual/glossary.xml
2912         * manual/plugins.xml
2913                 edited
2914         * po/en_GB.po
2915                 updated
2916
2917 2006-01-26 [paul]       1.9.100cvs188
2918
2919         * src/prefs_display_header.c
2920         * src/prefs_folder_column.c
2921         * src/prefs_msg_colors.c
2922         * src/prefs_summaries.c
2923         * src/prefs_summary_column.c
2924                 HIGify
2925
2926 2006-01-25 [colin]      1.9.100cvs187
2927
2928         * src/imap.c
2929                 Don't allow moving/copying mails between
2930                 queue/drafts and non-queue/drafts folders
2931                 Fixes bug #897 (message header is resetted 
2932                 if one is copied to Drafts)
2933
2934 2006-01-25 [colin]      1.9.100cvs186
2935
2936         * src/folder.c
2937         * src/mainwindow.c
2938                 Fix subscribed folders not found
2939         * src/compose.c
2940                 Don't try to encode as original mail's charset
2941                 if it's ascii 
2942
2943 2006-01-25 [paul]       1.9.100cvs185
2944
2945         * AUTHORS
2946         * po/Makevars
2947                 updated
2948         * po/de.po
2949         * po/pl.po
2950         * po/pt_BR.po
2951         * po/sr.po
2952                 updates submitted by Stephan Sachse, Emilian Nowak
2953                 and Quar, Frederico Goncalves Guimaraes, and
2954                 Aleksandar Urosevic
2955                 Fix Bug 896, 'PT_BR locale broken'.
2956         * src/gtk/authors.h
2957                 updated
2958
2959 2006-01-24 [mones]      1.9.100cvs184
2960
2961         * manual/glossary.xml
2962                 All current terms finished. Reviewers welcome ;-)
2963         * manual/keyboard.xml
2964                 Fixed column width for pdf output.
2965         * po/es.po
2966                 Updated
2967
2968 2006-01-24 [paul]       1.9.100cvs183
2969
2970         * manual/glossary.xml
2971                 fix id name
2972         * manual/dist/html/Makefile.am
2973         * manual/dist/pdf/Makefile.am
2974         * manual/dist/ps/Makefile.am
2975         * manual/dist/txt/Makefile.am
2976                 fix make deps
2977                 Thanks to Colin
2978
2979 2006-01-24 [mones]      1.9.100cvs182
2980
2981         * manual/glossary.xml
2982                 Nearly finished, some terms missing.
2983
2984 2006-01-23 [paul]       1.9.100cvs181
2985
2986         * manual/dist/html/Makefile.am
2987         * manual/dist/pdf/Makefile.am
2988         * manual/dist/ps/Makefile.am
2989         * manual/dist/txt/Makefile.am
2990         * src/mainwindow.c
2991                 re-enable manual
2992                 Thanks to Colin
2993
2994 2006-01-22 [colin]      1.9.100cvs180
2995
2996         * src/compose.c
2997         * src/gtk/gtkaspell.c
2998                 Don't deselect stuff before right-clicking, with aspell.
2999                 (This prevented right-click Copy, for example).
3000                 Thanks to Clo!
3001
3002 2006-01-22 [paul]       1.9.100cvs179
3003
3004         * src/summary_search.c
3005                 don't fix the widget size as it causes problems
3006                 under localisation.
3007                 Thanks to Emilian Nowak
3008
3009 2006-01-21 [paul]       1.9.100cvs178
3010
3011         * src/prefs_themes.c
3012                 fix broken underlining of label text
3013                 with some translations
3014
3015 2006-01-21 [colin]      1.9.100cvs177
3016
3017         * po/fr.po
3018                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3019
3020 2006-01-20 [colin]      1.9.100cvs176
3021
3022         * configure.ac
3023         * Makefile.am
3024         * manual/Makefile
3025         * manual/dist/html/.cvsignore
3026         * manual/dist/html/Makefile.am
3027         * manual/dist/pdf/.cvsignore
3028         * manual/dist/pdf/Makefile.am
3029         * manual/dist/ps/.cvsignore
3030         * manual/dist/ps/Makefile.am
3031         * manual/dist/txt/.cvsignore
3032         * manual/dist/txt/Makefile.am
3033                 Autotool-ize manual
3034
3035 2006-01-20 [paul]       1.9.100cvs175
3036
3037         * manual/handling.xml
3038                 make Filtering and Searching entries easier to find
3039         * manual/keyboard.xml
3040                 add the remaining default keybinds
3041         * src/prefs_summaries.c
3042                 update the default keybinds
3043
3044 2006-01-20 [paul]       1.9.100cvs174
3045
3046         * src/addressbook.c
3047         * src/addrgather.c
3048         * src/addrharvest.c
3049         * src/editaddress.c
3050         * src/editgroup.c
3051         * src/exphtmldlg.c
3052         * src/expldifdlg.c
3053         * src/exporthtml.c
3054         * src/exportldif.c
3055         * src/ldif.c
3056                 replace 'e-mail' with 'email'
3057         * src/summary_search.c
3058                 add mnemonic to "Find all" button
3059
3060 2006-01-20 [wwp]        1.9.100cvs173
3061
3062         * src/export.c
3063         * src/import.c
3064                 touched mbox import/export buttons for HIG-compliance
3065
3066 2006-01-19 [paul]       1.9.100cvs172
3067
3068         * manual/account.xml
3069         * manual/addrbook.xml
3070         * manual/advanced.xml
3071         * manual/faq.xml
3072         * manual/handling.xml
3073         * manual/intro.xml
3074         * manual/plugins.xml
3075         * manual/starting.xml
3076                 more editing
3077
3078 2006-01-19 [paul]       1.9.100cvs171
3079
3080         * src/toolbar.c
3081                 allow use of trash button while receiving
3082                 Thanks to Colin
3083
3084 2006-01-19 [wwp]        1.9.100cvs170
3085
3086         * src/gtk/quicksearch.c
3087         * src/compose.c
3088                 force text color to black when yellow background is set
3089
3090 2006-01-19 [colin]      1.9.100cvs169
3091
3092         * src/plugins/trayicon/trayicon.c
3093                 Gray out Get Mail when already getting mail
3094
3095 2006-01-18 [paul]       1.9.100cvs168
3096
3097         * src/compose.c
3098                 give widget yellow background was To is
3099                 set via folder prefs
3100         * src/gtk/quicksearch.c
3101                 give widget yellow background when quick
3102                 search is active.
3103                 Thanks to Colin
3104
3105 2006-01-18 [paul]       1.9.100cvs167
3106
3107         * doc/man/sylpheed-claws.1
3108                 add --subscribe option
3109
3110 2006-01-18 [paul]       1.9.100cvs166
3111
3112         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3113         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3114                 use %U instead of %F (%F is broken for user installed
3115                 files in kde 3.5)
3116
3117 2006-01-18 [colin]      1.9.100cvs165
3118
3119         * src/summaryview.c
3120                 Default to Yes in "No more * messages" dialogs
3121
3122 2006-01-17 [colin]      1.9.100cvs164
3123
3124         * src/compose.c
3125                 Possibly fix an invalid iterator causing
3126                 crash
3127
3128 2006-01-17 [colin]      1.9.100cvs163
3129
3130         * src/mimeview.c
3131                 Fix crash when the image disappears under the
3132                 image viewer
3133
3134 2006-01-16 [colin]      1.9.100cvs162
3135
3136         * src/compose.c
3137                 Fix reenabling autowrap
3138
3139 2006-01-16 [colin]      1.9.100cvs161
3140
3141         * src/compose.c
3142                 reset quote_len before getting quote_str
3143
3144 2006-01-16 [colin]      1.9.100cvs160
3145
3146         * src/account.c
3147         * src/account.h
3148         * src/folder.c
3149         * src/imap_gtk.c
3150         * src/mh_gtk.c
3151                 Fix bug #883 (default inbox does not track folder move)
3152
3153 2006-01-16 [colin]      1.9.100cvs159
3154
3155         * src/compose.c
3156         * src/plugins/pgpcore/passphrase.c
3157                 More buttons fixes
3158
3159 2006-01-16 [paul]       1.9.100cvs158
3160
3161         * src/prefs_actions.c
3162         * src/prefs_filtering_action.c
3163         * src/prefs_matcher.c
3164         * src/quote_fmt.c
3165         * src/gtk/description_window.c
3166         * src/gtk/description_window.h
3167         * src/gtk/quicksearch.c
3168                 description window cleanups
3169
3170 2006-01-15 [colin]      1.9.100cvs157
3171
3172         * src/addressbook.c
3173         * src/prefs_filtering.c
3174                 Same here
3175
3176 2006-01-15 [colin]      1.9.100cvs156
3177
3178         * src/folderview.c
3179         * src/mainwindow.c
3180                 Same for "Empty trash"
3181
3182 2006-01-15 [colin]      1.9.100cvs155
3183
3184         * src/inc.c
3185                 Override offline dialog had Yes by default
3186
3187 2006-01-15 [colin]      1.9.100cvs154
3188
3189         * src/summaryview.c
3190                 Delete selected messages? previously had Yes the default
3191
3192 2006-01-15 [colin]      1.9.100cvs153
3193
3194         * src/folder.c
3195         * src/folder.h
3196         * src/main.c
3197                 Check if a mailbox is loaded after all
3198                 plugins are loaded.
3199
3200 2006-01-15 [colin]      1.9.100cvs152
3201
3202         * src/folder.c
3203                 Don't start wizard when there are unloaded folders (will help
3204                 people with only mbox or maildir mailboxes)
3205
3206 2006-01-14 [colin]      1.9.100cvs151
3207
3208         * src/addressbook.c
3209         * src/expldifdlg.c
3210         * src/importldif.c
3211         * src/importmutt.c
3212         * src/importpine.c
3213         * src/mh_gtk.c
3214                 More HIG compliance and fixes
3215
3216 2006-01-14 [colin]      1.9.100cvs150
3217
3218         * src/prefs_filtering_action.c
3219         * src/foldersel.c
3220                 Two forgotten button order changes
3221
3222 2006-01-14 [colin]      1.9.100cvs149
3223
3224         * src/account.c
3225         * src/addressbook.c
3226         * src/compose.c
3227         * src/folderview.c
3228         * src/imap_gtk.c
3229         * src/mainwindow.c
3230         * src/mh_gtk.c
3231         * src/news_gtk.c
3232         * src/prefs_actions.c
3233         * src/prefs_customheader.c
3234         * src/prefs_filtering.c
3235         * src/prefs_matcher.c
3236         * src/prefs_template.c
3237         * src/ssl_manager.c
3238         * src/summaryview.c
3239         * src/textview.c
3240         * src/toolbar.c
3241                 All deletion confirmations are now "Cancel, Delete" 
3242                 instead of "No, Yes"
3243                 Clarified most of the other "No, Yes" to 
3244                 "Cancel, Descriptive_action"
3245                 Rechanged the "Entry not saved" alerts to have 
3246                 "Close, Continue editing"
3247
3248
3249 2006-01-14 [paul]
3250
3251         * 2.0.0-rc4 released
3252
3253 2006-01-14 [paul]       1.9.100cvs148
3254
3255         * src/account.c
3256         * src/addressadd.c
3257         * src/addressbook.c
3258         * src/compose.c
3259         * src/editaddress.c
3260         * src/editbook.c
3261         * src/editgroup.c
3262         * src/editjpilot.c
3263         * src/editldap.c
3264         * src/editvcard.c
3265         * src/exphtmldlg.c
3266         * src/expldifdlg.c
3267         * src/folderview.c
3268         * src/grouplistdialog.c
3269         * src/imap_gtk.c
3270         * src/importmutt.c
3271         * src/importpine.c
3272         * src/inc.c
3273         * src/main.c
3274         * src/mainwindow.c
3275         * src/message_search.c
3276         * src/messageview.c
3277         * src/mh_gtk.c
3278         * src/mimeview.c
3279         * src/news_gtk.c
3280         * src/prefs_actions.c
3281         * src/prefs_customheader.c
3282         * src/prefs_filtering.c
3283         * src/prefs_matcher.c
3284         * src/prefs_template.c
3285         * src/prefs_themes.c
3286         * src/ssl_manager.c
3287         * src/summary_search.c
3288         * src/summaryview.c
3289         * src/textview.c
3290         * src/toolbar.c
3291         * src/gtk/foldersort.c
3292         * src/gtk/gtkaspell.c
3293         * src/gtk/inputdialog.c
3294         * src/gtk/prefswindow.c
3295         * src/plugins/pgpcore/select-keys.c
3296         * src/plugins/trayicon/trayicon.c
3297                 HIG compliant button order
3298
3299 2006-01-14 [mones]      1.9.100cvs147
3300
3301         * po/es.po
3302                 Updated translation
3303
3304 2006-01-13 [paul]       1.9.100cvs146
3305
3306         * AUTHORS
3307         * ChangeLog
3308         * src/gtk/authors.h
3309                 add Joshua M. Kwan to contributors list
3310
3311 2006-01-13 [colin]      1.9.100cvs145
3312
3313         * src/gtk/quicksearch.c
3314                 Don't refocus quick search after executing (Esc or Enter)
3315                 Allows to '/'search something then move up/down in 
3316                 summaryview, and to Esc a search and be back in the 
3317                 summaryview
3318
3319 2006-01-13 [paul]       1.9.100cvs144
3320
3321         * src/plugins/pgpinline/pgpinline.c
3322                 support Content-Type 'application/pgp'
3323                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3324
3325 2006-01-13 [paul]       1.9.100cvs143
3326
3327         * manual/account.xml
3328                 make mention of partial retrieval
3329                 thanks to Colin
3330
3331 2006-01-13 [paul]       1.9.100cvs142
3332
3333         * src/account.c
3334         * src/account.h
3335         * src/action.c
3336         * src/action.h
3337         * src/adbookbase.h
3338         * src/addr_compl.c
3339         * src/addr_compl.h
3340         * src/addrbook.c
3341         * src/addrcache.c
3342         * src/addrcache.h
3343         * src/addrcindex.c
3344         * src/addrcindex.h
3345         * src/addrclip.c
3346         * src/addrclip.h
3347         * src/addrdefs.h
3348         * src/addressadd.c
3349         * src/addressadd.h
3350         * src/addressbook.c
3351         * src/addressbook.h
3352         * src/addrgather.c
3353         * src/addrgather.h
3354         * src/addrharvest.c
3355         * src/addrharvest.h
3356         * src/addrindex.c
3357         * src/addrindex.h
3358         * src/addritem.c
3359         * src/addritem.h
3360         * src/addrquery.c
3361         * src/addrquery.h
3362         * src/addrselect.c
3363         * src/addrselect.h
3364         * src/alertpanel.c
3365         * src/alertpanel.h
3366         * src/browseldap.c
3367         * src/browseldap.h
3368         * src/codeconv.c
3369         * src/codeconv.h
3370         * src/compose.c
3371         * src/compose.h
3372         * src/customheader.c
3373         * src/customheader.h
3374         * src/displayheader.c
3375         * src/displayheader.h
3376         * src/editaddress.c
3377         * src/editaddress.h
3378         * src/editbook.c
3379         * src/editbook.h
3380         * src/editgroup.c
3381         * src/editgroup.h
3382         * src/editjpilot.c
3383         * src/editjpilot.h
3384         * src/editldap.c
3385         * src/editldap.h
3386         * src/editldap_basedn.c
3387         * src/editldap_basedn.h
3388         * src/editvcard.c
3389         * src/editvcard.h
3390         * src/exphtmldlg.c
3391         * src/exphtmldlg.h
3392         * src/expldifdlg.c
3393         * src/expldifdlg.h
3394         * src/export.h
3395         * src/exporthtml.c
3396         * src/exporthtml.h
3397         * src/exportldif.c
3398         * src/exportldif.h
3399         * src/filtering.c
3400         * src/filtering.h
3401         * src/folder.c
3402         * src/folder.h
3403         * src/folder_item_prefs.c
3404         * src/folder_item_prefs.h
3405         * src/foldersel.c
3406         * src/foldersel.h
3407         * src/folderutils.c
3408         * src/folderutils.h
3409         * src/folderview.c
3410         * src/folderview.h
3411         * src/grouplistdialog.c
3412         * src/grouplistdialog.h
3413         * src/headerview.c
3414         * src/html.c
3415         * src/html.h
3416         * src/image_viewer.c
3417         * src/image_viewer.h
3418         * src/imap.c
3419         * src/imap.h
3420         * src/imap_gtk.c
3421         * src/imap_gtk.h
3422         * src/import.h
3423         * src/importldif.c
3424         * src/importldif.h
3425         * src/importmutt.c
3426         * src/importmutt.h
3427         * src/importpine.c
3428         * src/importpine.h
3429         * src/inc.c
3430         * src/inc.h
3431         * src/jpilot.c
3432         * src/jpilot.h
3433         * src/ldapctrl.c
3434         * src/ldapctrl.h
3435         * src/ldaplocate.c
3436         * src/ldaplocate.h
3437         * src/ldapquery.c
3438         * src/ldapquery.h
3439         * src/ldapserver.c
3440         * src/ldapserver.h
3441         * src/ldaputil.c
3442         * src/ldaputil.h
3443         * src/ldif.c
3444         * src/ldif.h
3445         * src/main.c
3446         * src/main.h
3447         * src/mainwindow.c
3448         * src/mainwindow.h
3449         * src/manual.c
3450         * src/manual.h
3451         * src/mbox.c
3452         * src/mbox.h
3453         * src/message_search.c
3454         * src/message_search.h
3455         * src/messageview.c
3456         * src/messageview.h
3457         * src/mh.c
3458         * src/mh.h
3459         * src/mh_gtk.c
3460         * src/mh_gtk.h
3461         * src/mimeview.c
3462         * src/mimeview.h
3463         * src/msgcache.c
3464         * src/msgcache.h
3465         * src/mutt.c
3466         * src/mutt.h
3467         * src/news.c
3468         * src/news.h
3469         * src/news_gtk.c
3470         * src/news_gtk.h
3471         * src/partial_download.c
3472         * src/partial_download.h
3473         * src/pine.c
3474         * src/pine.h
3475         * src/pop.c
3476         * src/pop.h
3477         * src/prefs_account.c
3478         * src/prefs_account.h
3479         * src/prefs_actions.c
3480         * src/prefs_actions.h
3481         * src/prefs_common.c
3482         * src/prefs_common.h
3483         * src/prefs_compose_writing.c
3484         * src/prefs_compose_writing.h
3485         * src/prefs_customheader.c
3486         * src/prefs_customheader.h
3487         * src/prefs_display_header.c
3488         * src/prefs_display_header.h
3489         * src/prefs_filtering.c
3490         * src/prefs_filtering.h
3491         * src/prefs_filtering_action.c
3492         * src/prefs_filtering_action.h
3493         * src/prefs_folder_column.c
3494         * src/prefs_folder_column.h
3495         * src/prefs_folder_item.c
3496         * src/prefs_folder_item.h
3497         * src/prefs_fonts.c
3498         * src/prefs_fonts.h
3499         * src/prefs_gtk.c
3500         * src/prefs_gtk.h
3501         * src/prefs_image_viewer.c
3502         * src/prefs_image_viewer.h
3503         * src/prefs_matcher.c
3504         * src/prefs_matcher.h
3505         * src/prefs_message.c
3506         * src/prefs_msg_colors.c
3507         * src/prefs_msg_colors.h
3508         * src/prefs_other.c
3509         * src/prefs_quote.c
3510         * src/prefs_receive.c
3511         * src/prefs_send.c
3512         * src/prefs_spelling.c
3513         * src/prefs_spelling.h
3514         * src/prefs_summaries.c
3515         * src/prefs_summaries.h
3516         * src/prefs_summary_column.c
3517         * src/prefs_summary_column.h
3518         * src/prefs_template.c
3519         * src/prefs_template.h
3520         * src/prefs_themes.c
3521         * src/prefs_themes.h
3522         * src/prefs_toolbar.c
3523         * src/prefs_toolbar.h
3524         * src/prefs_wrapping.c
3525         * src/prefs_wrapping.h
3526         * src/privacy.c
3527         * src/privacy.h
3528         * src/procheader.c
3529         * src/procheader.h
3530         * src/procmime.c
3531         * src/procmime.h
3532         * src/procmsg.c
3533         * src/procmsg.h
3534         * src/quote_fmt.c
3535         * src/quote_fmt_parse.y
3536         * src/recv.c
3537         * src/recv.h
3538         * src/remotefolder.c
3539         * src/remotefolder.h
3540         * src/send_message.c
3541         * src/send_message.h
3542         * src/setup.c
3543         * src/setup.h
3544         * src/sourcewindow.c
3545         * src/sourcewindow.h
3546         * src/ssl_manager.c
3547         * src/ssl_manager.h
3548         * src/statusbar.c
3549         * src/statusbar.h
3550         * src/stock_pixmap.c
3551         * src/stock_pixmap.h
3552         * src/summary_search.c
3553         * src/summary_search.h
3554         * src/summaryview.c
3555         * src/summaryview.h
3556         * src/syldap.c
3557         * src/syldap.h
3558         * src/textview.c
3559         * src/textview.h
3560         * src/toolbar.c
3561         * src/toolbar.h
3562         * src/undo.c
3563         * src/undo.h
3564         * src/unmime.c
3565         * src/unmime.h
3566         * src/vcard.c
3567         * src/vcard.h
3568         * src/wizard.c
3569         * src/wizard.h
3570         * src/common/base64.c
3571         * src/common/base64.h
3572         * src/common/defs.h
3573         * src/common/hooks.c
3574         * src/common/hooks.h
3575         * src/common/log.c
3576         * src/common/log.h
3577         * src/common/mgutils.c
3578         * src/common/mgutils.h
3579         * src/common/nntp.c
3580         * src/common/nntp.h
3581         * src/common/passcrypt.c
3582         * src/common/passcrypt.h.in
3583         * src/common/plugin.c
3584         * src/common/plugin.h
3585         * src/common/prefs.c
3586         * src/common/prefs.h
3587         * src/common/progressindicator.c
3588         * src/common/progressindicator.h
3589         * src/common/quoted-printable.c
3590         * src/common/quoted-printable.h
3591         * src/common/session.c
3592         * src/common/session.h
3593         * src/common/smtp.c
3594         * src/common/smtp.h
3595         * src/common/socket.c
3596         * src/common/socket.h
3597         * src/common/ssl.c
3598         * src/common/ssl.h
3599         * src/common/ssl_certificate.c
3600         * src/common/ssl_certificate.h
3601         * src/common/stringtable.c
3602         * src/common/stringtable.h
3603         * src/common/sylpheed.c
3604         * src/common/sylpheed.h
3605         * src/common/template.c
3606         * src/common/template.h
3607         * src/common/timing.h
3608         * src/common/utils.c
3609         * src/common/utils.h
3610         * src/common/version.h.in
3611         * src/common/xml.c
3612         * src/common/xml.h
3613         * src/common/xmlprops.c
3614         * src/common/xmlprops.h
3615         * src/gtk/colorlabel.c
3616         * src/gtk/colorsel.c
3617         * src/gtk/colorsel.h
3618         * src/gtk/description_window.c
3619         * src/gtk/description_window.h
3620         * src/gtk/filesel.c
3621         * src/gtk/filesel.h
3622         * src/gtk/foldersort.c
3623         * src/gtk/foldersort.h
3624         * src/gtk/gtkutils.c
3625         * src/gtk/gtkutils.h
3626         * src/gtk/inputdialog.c
3627         * src/gtk/inputdialog.h
3628         * src/gtk/logwindow.c
3629         * src/gtk/logwindow.h
3630         * src/gtk/manage_window.c
3631         * src/gtk/manage_window.h
3632         * src/gtk/menu.c
3633         * src/gtk/menu.h
3634         * src/gtk/pluginwindow.c
3635         * src/gtk/pluginwindow.h
3636         * src/gtk/prefswindow.c
3637         * src/gtk/prefswindow.h
3638         * src/gtk/progressdialog.c
3639         * src/gtk/progressdialog.h
3640         * src/gtk/sslcertwindow.c
3641         * src/gtk/sslcertwindow.h
3642         * src/plugins/clamav/clamav_plugin.c
3643         * src/plugins/clamav/clamav_plugin.h
3644         * src/plugins/clamav/clamav_plugin_gtk.c
3645         * src/plugins/demo/demo.c
3646         * src/plugins/dillo_viewer/dillo_prefs.c
3647         * src/plugins/dillo_viewer/dillo_prefs.h
3648         * src/plugins/dillo_viewer/dillo_viewer.c
3649         * src/plugins/pgpcore/passphrase.c
3650         * src/plugins/pgpcore/passphrase.h
3651         * src/plugins/pgpcore/plugin.c
3652         * src/plugins/pgpcore/select-keys.c
3653         * src/plugins/pgpcore/select-keys.h
3654         * src/plugins/pgpcore/sgpgme.c
3655         * src/plugins/pgpcore/sgpgme.h
3656         * src/plugins/pgpinline/pgpinline.c
3657         * src/plugins/pgpinline/pgpinline.h
3658         * src/plugins/pgpinline/plugin.c
3659         * src/plugins/pgpmime/pgpmime.c
3660         * src/plugins/pgpmime/pgpmime.h
3661         * src/plugins/pgpmime/plugin.c
3662         * src/plugins/spamassassin/spamassassin.c
3663         * src/plugins/spamassassin/spamassassin.h
3664         * src/plugins/spamassassin/spamassassin_gtk.c
3665         * src/plugins/trayicon/trayicon.c
3666                 update copyright header
3667
3668 2006-01-13 [paul]       1.9.100cvs141
3669
3670         * src/account.c
3671         * src/export.c
3672         * src/import.c
3673         * src/mainwindow.c
3674         * src/prefs_account.c
3675         * src/prefs_display_header.c
3676         * src/prefs_receive.c
3677         * src/prefs_send.c
3678         * src/prefs_summaries.c
3679         * src/prefs_themes.c
3680         * src/prefs_toolbar.c
3681         * src/gtk/about.c
3682                 various cleanups
3683
3684 2006-01-12 [colin]      1.9.100cvs140
3685
3686         * src/folder.c
3687         * src/folder.h
3688         * src/main.c
3689                 Add --subscribe option
3690                 Let sylpheed-claws email@domain.com equivalent to --compose
3691                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3692
3693 2006-01-12 [paul]       1.9.100cvs139
3694
3695         * src/mainwindow.c
3696                 append 'Change folder order' label with '...'
3697         * src/prefs_actions.c
3698                 allow reordering of actions list by dnd
3699         * src/gtk/foldersort.c
3700                 make the dialog nicer
3701
3702 2006-01-11 [colin]      1.9.100cvs138
3703
3704         * src/compose.c
3705                 Allow templates without text
3706
3707 2006-01-11 [paul]       1.9.100cvs137
3708
3709         * tools/README
3710         * tools/filter_conv_new.pl
3711                 add info to README
3712                 also check .sylpheed for filter.xml
3713                 be a bit informative to the user
3714
3715 2006-01-11 [colin]      1.9.100cvs136
3716
3717         * src/textview.c
3718                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3719
3720 2006-01-10 [paul]       1.9.100cvs135
3721
3722         * tools/Makefile.am
3723         * tools/filter_conv_new.pl
3724                 add script to convert new style Sylpheed
3725                 filter rules (Sylpheed >= 0.9.99) to
3726                 Claws filtering rules
3727
3728 2006-01-10 [colin]      1.9.100cvs134
3729
3730         * src/compose.c
3731                 Fix broken line joins in certain conditions
3732                 (between two quoted lines: <enter><enter><up>
3733                  <type a wrapped sentence><go in the first line>
3734                  <insert more text><watch as line joining failed>)
3735
3736 2006-01-10 [paul]       1.9.100cvs133
3737
3738         * src/compose.c
3739                 don't report success in error dialog
3740                 thanks to Colin
3741         * src/common/utils.c
3742                 include some trailing punctuations as URI
3743                 thanks to Hiro
3744
3745 2006-01-10 [paul]       1.9.100cvs132
3746
3747         * src/mimeview.c
3748                 fix incompatible pointer type
3749                 warning
3750
3751 2006-01-10 [paul]       1.9.100cvs131
3752
3753         * src/compose.c
3754                 change Subject in window title
3755                 instantaneously
3756
3757 2006-01-09 [colin]      1.9.100cvs130
3758
3759         * src/addressbook.c
3760         * src/headerview.c
3761         * src/mainwindow.c
3762         * src/messageview.c
3763         * src/mimeview.c
3764         * src/noticeview.c
3765         * src/summaryview.c
3766                 Fix possible crashes on exit and in addressbook
3767
3768 2006-01-09 [paul]       1.9.100cvs129
3769
3770         * src/prefs_msg_colors.c
3771                 some cleanups that I forgot last time
3772
3773 2006-01-09 [paul]       1.9.100cvs128
3774
3775         * README
3776         * src/folderview.c
3777         * src/prefs_msg_colors.c
3778                 add previously hidden option, color_new, to
3779                 the gui
3780                 move the page to Display/
3781                 rework the gui
3782
3783 2006-01-09 [wwp]        1.9.100cvs127
3784
3785         * src/prefs_themes.c
3786                 made the prefs/display/themes layouts spacing less condensed
3787                 (and so they match other prefs/pages' look).
3788
3789 2006-01-09 [paul]       1.9.100cvs126
3790
3791         * src/compose.c
3792         * src/prefs_common.c
3793         * src/prefs_common.h
3794         * src/prefs_wrapping.c
3795                 remove 'wrap at send' option
3796
3797 2006-01-06 [colin]      1.9.100cvs125
3798
3799         * src/compose.c
3800                 Just make completely sure we don't insert "manual line breaks" 
3801                 when wrapping... 
3802
3803 2006-01-04 [paul]
3804
3805         * 2.0.0-rc3 released
3806
3807 2006-01-04 [paul]       1.9.100cvs124
3808
3809         * src/folderview.c
3810                 fix bug 882, 'quick scroll in folder list
3811                 displays wrong folder contents'
3812
3813 2006-01-04 [paul]       1.9.100cvs123
3814
3815         * src/plugins/pgpmime/pgpmime.c
3816                 better debug information when signing
3817                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3818
3819 2006-01-03 [colin]      1.9.100cvs122
3820
3821         * configure.ac
3822                 We need to recheck for gpgme 1.0.0 after checking
3823                 for 1.1.1, because if 1.1.1 isn't available, 
3824                 GPGME_LIBS and friends are blanked out by the 
3825                 second check.
3826
3827 2006-01-03 [colin]      1.9.100cvs121
3828
3829         * src/common/prefs.c
3830                 Windows unlink-before rename fix
3831         * src/plugins/pgpcore/sgpgme.c
3832                 Add support for PKA info if available
3833                 Both patches by Werner Koch
3834
3835 2006-01-03 [paul]       1.9.100cvs120
3836
3837         * src/messageview.c
3838                 fix bug 884, 'Send receipt' button visible in queue
3839                 Thanks to Colin
3840
3841 2006-01-02 [colin]      1.9.100cvs119
3842
3843         * src/compose.c
3844         * src/imap.c
3845                 Fix autosave on IMAP and more generally try to
3846                 return the correct ID on a newly added IMAP message
3847
3848 2006-01-02 [paul]       1.9.100cvs118
3849
3850         * manual/keyboard.xml
3851                 edited
3852
3853 2006-01-01 [paul]       1.9.100cvs117
3854
3855         * src/gtk/authors.h
3856                 alphabetical order
3857
3858 2005-12-30 [colin]      1.9.100cvs116
3859
3860         * manual/advanced.xml
3861                 Explain Pre/Post-processing differences.
3862
3863 2005-12-30 [colin]      1.9.100cvs115
3864
3865         * src/mh.c
3866                 Implement copy_msgs for a little optimization
3867         * src/imap.c
3868                 Finish yesterday's fix
3869
3870 2005-12-29 [colin]      1.9.100cvs114
3871
3872         * src/imap.c
3873                 Fix occasional failure in fetching a mail over
3874                 IMAP
3875
3876 2005-12-29 [colin]      1.9.100cvs113
3877
3878         * src/compose.c
3879                 Don't remove a draft when sending it, if it is 
3880                 locked.
3881
3882 2005-12-28 [colin]      1.9.100cvs112
3883
3884         * src/summaryview.c
3885                 Fix leak for real
3886
3887 2005-12-28 [wwp]        1.9.100cvs111
3888
3889         * doc/faq/.cvsignore
3890         * doc/faq/de/.cvsignore
3891         * doc/faq/en/.cvsignore
3892         * doc/faq/es/.cvsignore
3893         * doc/faq/fr/.cvsignore
3894         * doc/faq/it/.cvsignore
3895         * doc/manual/.cvsignore
3896         * doc/manual/de/.cvsignore
3897         * doc/manual/en/.cvsignore
3898         * doc/manual/es/.cvsignore
3899         * doc/manual/fr/.cvsignore
3900         * doc/manual/ja/.cvsignore
3901         * src/plugins/mathml_viewer/.cvsignore
3902                 rollback revival of those files (my bad, sorry for the noise).
3903
3904 2005-12-28 [wwp]        1.9.100cvs110
3905
3906         * src/compose.c
3907                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3908
3909 2005-12-28 [wwp]        1.9.100cvs109
3910
3911         * doc/faq/.cvsignore
3912         * doc/faq/de/.cvsignore
3913         * doc/faq/en/.cvsignore
3914         * doc/faq/es/.cvsignore
3915         * doc/faq/fr/.cvsignore
3916         * doc/faq/it/.cvsignore
3917         * doc/manual/.cvsignore
3918         * doc/manual/de/.cvsignore
3919         * doc/manual/en/.cvsignore
3920         * doc/manual/es/.cvsignore
3921         * doc/manual/fr/.cvsignore
3922         * doc/manual/ja/.cvsignore
3923         * src/plugins/mathml_viewer/.cvsignore
3924         * po/.cvsignore
3925                 more files to ignore.
3926
3927 2005-12-24 [colin]      1.9.100cvs108
3928
3929         * AUTHORS
3930         * src/gtk/authors.h
3931                 Update for Werner
3932
3933 2005-12-24 [colin]      1.9.100cvs107
3934
3935         * src/procmsg.c
3936                 Allow NULL src_msginfo in 
3937                 procmsg_msginfo_new_from_mimeinfo
3938
3939 2005-12-23 [paul]       1.9.100cvs106
3940
3941         * src/plugins/pgpinline/mypgpcore.def
3942                 add this forgotten file
3943
3944 2005-12-23 [colin]      1.9.100cvs105
3945
3946         * src/mainwindow.c
3947                 Fix missing break
3948
3949 2005-12-23 [colin]      1.9.100cvs104
3950
3951         * autogen.sh
3952         * src/folder.c
3953         * src/mh.c
3954         * src/common/plugin.c
3955         * src/common/socket.c
3956         * src/common/socket.h
3957         * src/common/utils.c
3958         * src/common/utils.h
3959         * src/gtk/pluginwindow.c
3960         * src/plugins/pgpcore/plugin.def
3961         * src/plugins/pgpcore/sylpheed.def
3962         * src/plugins/pgpinline/Makefile.am
3963         * src/plugins/pgpinline/plugin.def
3964         * src/plugins/pgpinline/sylpheed.def
3965         * src/plugins/pgpmime/plugin.def
3966         * src/plugins/pgpmime/sylpheed.def
3967                 Various w32 fixes by Werner Koch
3968
3969 2005-12-22 [paul]       1.9.100cvs103
3970
3971         * src/wizard.c
3972                 don't offer IMAP as 'server type' if
3973                 libetpan isn't built in
3974
3975 2005-12-22 [paul]       1.9.100cvs102
3976
3977         * AUTHORS
3978         * src/mainwindow.c
3979         * src/mainwindow.h
3980         * src/toolbar.c
3981         * src/gtk/authors.h
3982                 support GTK_TOOLBAR_BOTH_HORIZ (text
3983                 next to icon) Patch by Marien Zwart
3984                 marienz@users.sf.net
3985                 Also reword the text
3986
3987 2005-12-21 [colin]      1.9.100cvs101
3988
3989         * configure.ac
3990                 Fix DATADIRNAME
3991         * COPYING
3992                 Fix missing section and explicit the exception better
3993         * src/compose.c
3994                 Prevent mail from being lost without notice when an
3995                 SMTP error happens on trying to send an unmodified
3996                 drafted mail.
3997         * src/send_message.c
3998         * src/common/smtp.c
3999                 Fix password remembering when wrong, and add return
4000                 value checks where they should have been
4001         * src/plugins/pgpcore/sylpheed.def
4002         * src/plugins/pgpinline/sylpheed.def
4003         * src/plugins/pgpmime/sylpheed.def
4004                 Add a few symbols needed
4005
4006 2005-12-21 [paul]       1.9.100cvs100
4007
4008         * m4/codeset.m4
4009         * m4/glibc21.m4
4010         * m4/intdiv0.m4
4011         * m4/inttypes-pri.m4
4012         * m4/inttypes.m4
4013         * m4/inttypes_h.m4
4014         * m4/isc-posix.m4
4015         * m4/lcmessage.m4
4016         * m4/stdint_h.m4
4017         * m4/uintmax_t.m4
4018                 gettextization
4019                 thanks to Colin
4020
4021 2005-12-21 [paul]       1.9.100cvs99
4022
4023         * po/sv.po
4024                 fixed by Colin
4025
4026 2005-12-20 [paul]       1.9.100cvs98
4027
4028         * po/sv.po
4029                 updated by Anders Trobäck
4030
4031 2005-12-20 [colin]      1.9.100cvs97
4032
4033         * ABOUT-NLS
4034         * Makefile.am
4035         * autogen.sh
4036         * configure.ac
4037         * config/config.rpath
4038         * config/mkinstalldirs
4039         * m4/Makefile.am
4040         * m4/glibc2.m4
4041         * m4/gnupg.m4
4042         * m4/gpgme.m4
4043         * m4/intmax.m4
4044         * m4/longdouble.m4
4045         * m4/longlong.m4
4046         * m4/printf-posix.m4
4047         * m4/signed.m4
4048         * m4/size_max.m4
4049         * m4/ulonglong.m4
4050         * m4/wchar_t.m4
4051         * m4/wint_t.m4
4052         * m4/xsize.m4
4053         * po/Makefile.in.in
4054         * po/Makevars
4055         * po/bg.po
4056         * po/ca.po
4057         * po/cs.po
4058         * po/de.po
4059         * po/el.po
4060         * po/en_GB.po
4061         * po/es.po
4062         * po/fi.po
4063         * po/fr.po
4064         * po/hr.po
4065         * po/hu.po
4066         * po/it.po
4067         * po/ja.po
4068         * po/ko.po
4069         * po/nb.po
4070         * po/nl.po
4071         * po/pl.po
4072         * po/pt_BR.po
4073         * po/ru.po
4074         * po/sk.po
4075         * po/sr.po
4076         * po/stamp-po
4077         * po/sv.po
4078         * po/zh_CN.po
4079         * po/zh_TW.po
4080         * src/Makefile.am
4081         * src/codeconv.c
4082         * src/compose.c
4083         * src/exporthtml.c
4084         * src/exportldif.c
4085         * src/folder.c
4086         * src/main.c
4087         * src/manual.c
4088         * src/mh.c
4089         * src/mimeview.c
4090         * src/send_message.c
4091         * src/common/Makefile.am
4092         * src/common/fnmatch.c
4093         * src/common/fnmatch.h
4094         * src/common/fnmatch_loop.c
4095         * src/common/nntp.c
4096         * src/common/plugin.c
4097         * src/common/smtp.c
4098         * src/common/socket.c
4099         * src/common/string_match.c
4100         * src/common/sylpheed.c
4101         * src/common/utils.c
4102         * src/common/utils.h
4103         * src/common/w32_dirent.c
4104         * src/common/w32_reg.c
4105         * src/common/w32_signal.c
4106         * src/common/w32_stat.c
4107         * src/common/w32_stdio.c
4108         * src/common/w32_stdlib.c
4109         * src/common/w32_string.c
4110         * src/common/w32_time.c
4111         * src/common/w32_unistd.c
4112         * src/common/w32_wait.c
4113         * src/common/w32lib.h
4114         * src/etpan/Makefile.am
4115         * src/gtk/Makefile.am
4116         * src/plugins/clamav/Makefile.am
4117         * src/plugins/demo/Makefile.am
4118         * src/plugins/dillo_viewer/Makefile.am
4119         * src/plugins/pgpcore/Makefile.am
4120         * src/plugins/pgpcore/passphrase.c
4121         * src/plugins/pgpcore/plugin.def
4122         * src/plugins/pgpcore/sgpgme.c
4123         * src/plugins/pgpcore/sylpheed.def
4124         * src/plugins/pgpcore/version.rc
4125         * src/plugins/pgpinline/Makefile.am
4126         * src/plugins/pgpinline/plugin.def
4127         * src/plugins/pgpinline/sylpheed.def
4128         * src/plugins/pgpinline/version.rc
4129         * src/plugins/pgpmime/Makefile.am
4130         * src/plugins/pgpmime/mypgpcore.def
4131         * src/plugins/pgpmime/plugin.def
4132         * src/plugins/pgpmime/sylpheed.def
4133         * src/plugins/pgpmime/version.rc
4134         * src/plugins/spamassassin/Makefile.am
4135                 Very little ;-) patch from Werner Koch, providing
4136                 infrastructure for cross-compiling to Win32
4137
4138 2005-12-20 [paul]       1.9.100cvs96
4139
4140         * src/account.c
4141         * src/account.h
4142         * src/mainwindow.c
4143         * src/mainwindow.h
4144         * src/toolbar.c
4145         * src/toolbar.h
4146                 add a combo to the Get All button, allowing
4147                 quick retrieval from any account
4148                 Patch by Fabien Vantard, slightly modified
4149                 by Colin
4150         * src/gtk/about.c
4151                 i18n fix. Patch by Fabien Vantard
4152
4153 2005-12-19 [colin]      1.9.100cvs95
4154
4155         * src/compose.c
4156         * src/compose.h
4157                 Don't automatically join lines when they've 
4158                 been separated by the user and not automatically
4159
4160 2005-12-19 [paul]       1.9.100cvs94
4161
4162         * src/gtk/pluginwindow.c
4163                 i18n fix.
4164                 Patch by Fabien Vantard
4165
4166 2005-12-15 [paul]       1.9.100cvs93
4167
4168         * src/common/plugin.c
4169         * src/common/plugin.h
4170         * src/gtk/pluginwindow.c
4171         * src/plugins/clamav/clamav_plugin.c
4172         * src/plugins/demo/demo.c
4173         * src/plugins/dillo_viewer/dillo_viewer.c
4174         * src/plugins/pgpcore/plugin.c
4175         * src/plugins/pgpinline/plugin.c
4176         * src/plugins/pgpmime/plugin.c
4177         * src/plugins/spamassassin/spamassassin.c
4178         * src/plugins/trayicon/trayicon.c
4179                 add plugin_version()
4180
4181 2005-12-15 [colin]      1.9.100cvs92
4182
4183         * src/compose.c
4184                 Further fix bug #875
4185
4186 2005-12-15 [paul]       1.9.100cvs91
4187
4188         * src/gtk/filesel.c
4189                 fix attach_load_dir getting set to
4190                 PLUGINDIR on plugin load
4191
4192 2005-12-14 [mones]      1.9.100cvs90
4193
4194         * manual/ack.xml
4195         * manual/keyboard.xml
4196                 Initial draft and some shortcuts added
4197                 
4198         * po/es.po
4199                 Updated translation
4200
4201 2005-12-14 [colin]      1.9.100cvs89
4202
4203         * src/compose.c
4204         * src/imap.c
4205         * src/summaryview.c
4206         * src/gtk/gtkaspell.c
4207                 More leaks fixed
4208         * src/prefs_folder_item.c
4209                 Fix recursive prefs apply
4210
4211
4212 2005-12-14 [colin]      1.9.100cvs88
4213
4214         * src/compose.c
4215                 Fix bug #875 (Freeze On Inline Forward of 
4216                 Large Message)
4217
4218 2005-12-13 [colin]      1.9.100cvs87
4219
4220         * src/compose.c
4221                 Uniq-ify and sort the mimetypes list
4222                 Patch by Fabien Vantard
4223
4224 2005-12-13 [colin]      1.9.100cvs86
4225
4226         * src/imap.c
4227         * src/etpan/imap-thread.c
4228                 Fix leaks (patch by Hoa)
4229         * src/news.c
4230         * src/common/plugin.c
4231                 Fix leaks
4232
4233 2005-12-12 [colin]
4234
4235         * 2.0.0-rc2 released
4236
4237 2005-12-12 [colin]      1.9.100cvs85
4238
4239         * src/matcher.c
4240                 Fix a leak
4241
4242 2005-12-12 [wwp]        1.9.100cvs84
4243
4244         * src/gtk/icon_legend.c
4245                 fix misbehaviour and crash when closing the legend window
4246         using the Esc key (patch by Fabien Vantard).
4247
4248 2005-12-12 [paul]       1.9.100cvs83
4249
4250         * src/browseldap.c
4251         * src/foldersel.c
4252         * src/prefs_actions.c
4253         * src/prefs_filtering.c
4254         * src/prefs_matcher.c
4255         * src/prefs_spelling.glade      ** REMOVED **
4256         * src/prefs_template.c
4257         * src/gtk/foldersort.glade      ** REMOVED **
4258         * src/gtk/pluginwindow.c
4259         * src/gtk/pluginwindow.glade    ** REMOVED **
4260         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4261                 cleanups
4262
4263 2005-12-11 [paul]       1.9.100cvs82
4264
4265         * src/gtk/filesel.c
4266                 fix attach_load_dir crasher (double free)
4267
4268 2005-12-09 [paul]       1.9.100cvs81
4269
4270         * po/POTFILES.in
4271         * src/mainwindow.c
4272         * src/gtk/Makefile.am
4273         * src/gtk/icon_legend.c
4274         * src/gtk/icon_legend.h
4275                 add icon legend
4276         * src/manual.c
4277                 cleanup
4278
4279 2005-12-09 [paul]       1.9.100cvs80
4280
4281         * src/plugins/pgpcore/passphrase.c
4282                 wrap the label in the dialog
4283
4284 2005-12-09 [colin]      1.9.100cvs79
4285
4286         * src/plugins/pgpcore/sgpgme.c
4287                 Display (untrusted) on not trusted signatures
4288                 Patch by Michal Èihaø <michal@cihar.com>
4289                 Closes bug #867 (Report also key trust)
4290
4291 2005-12-09 [colin]      1.9.100cvs78
4292
4293         * src/common/plugin.c
4294                 Update licence check, following Eben Moglen's advice
4295
4296 2005-12-08 [colin]      1.9.100cvs77
4297
4298         * src/folder.c
4299                 Fix the occasionnal item->cache != NULL 
4300                 assertion failure. 
4301
4302 2005-12-08 [colin]      1.9.100cvs76
4303
4304         * src/mimeview.c
4305         * src/plugins/pgpcore/sgpgme.c
4306                 Print key id when unable to check it
4307                 Closes bug #866 (Show key id when missing)
4308
4309 2005-12-08 [paul]       1.9.100cvs75
4310
4311         * src/prefs_common.c
4312         * src/prefs_common.h
4313         * src/gtk/filesel.c
4314                 remember load attachment dir
4315
4316 2005-12-07 [colin]      1.9.100cvs74
4317
4318         * src/prefs_toolbar.c
4319                 Gtk fixes, patch by Fabien Vantard
4320
4321 2005-12-07 [colin]      1.9.100cvs73
4322
4323         * src/action.c
4324         * src/compose.c
4325         * src/compose.h
4326                 Fix bug #839 (Quoted text isn't colored after 
4327                 executing an action)
4328         * src/common/plugin.c
4329                 Require plugins to declare their licence in plugin_licence()
4330                 Refuse to load non-GPL plugins as they'd be illegal (as 
4331                 derived works of Sylpheed-Claws, they must be GPL).
4332         * src/plugins/clamav/clamav_plugin.c
4333         * src/plugins/demo/demo.c
4334         * src/plugins/dillo_viewer/dillo_viewer.c
4335         * src/plugins/pgpcore/plugin.c
4336         * src/plugins/pgpinline/plugin.c
4337         * src/plugins/pgpmime/plugin.c
4338         * src/plugins/spamassassin/spamassassin.c
4339         * src/plugins/trayicon/trayicon.c
4340                 Add plugin_licence()
4341
4342 2005-12-07 [paul]       1.9.100cvs72
4343
4344         * configure.ac
4345         * src/mainwindow.c
4346         * src/manual.c
4347         * src/manual.h
4348         * src/common/defs.h
4349                 clean up after local FAQ removal and
4350                 temporary manual removal
4351
4352 2005-12-06 [colin]      1.9.100cvs71
4353
4354         * configure.ac
4355         * doc/Makefile.am
4356         * doc/faq/.cvsignore
4357         * doc/faq/Makefile.am
4358         * doc/faq/de/.cvsignore
4359         * doc/faq/de/Makefile.am
4360         * doc/faq/de/sylpheed-faq-1.html
4361         * doc/faq/de/sylpheed-faq-2.html
4362         * doc/faq/de/sylpheed-faq-3.html
4363         * doc/faq/de/sylpheed-faq.html
4364         * doc/faq/en/.cvsignore
4365         * doc/faq/en/Makefile.am
4366         * doc/faq/en/sylpheed-faq-1.html
4367         * doc/faq/en/sylpheed-faq-2.html
4368         * doc/faq/en/sylpheed-faq-3.html
4369         * doc/faq/en/sylpheed-faq-4.html
4370         * doc/faq/en/sylpheed-faq.html
4371         * doc/faq/es/.cvsignore
4372         * doc/faq/es/Makefile.am
4373         * doc/faq/es/sylpheed-faq-1.html
4374         * doc/faq/es/sylpheed-faq-2.html
4375         * doc/faq/es/sylpheed-faq-3.html
4376         * doc/faq/es/sylpheed-faq-4.html
4377         * doc/faq/es/sylpheed-faq.html
4378         * doc/faq/fr/.cvsignore
4379         * doc/faq/fr/Makefile.am
4380         * doc/faq/fr/sylpheed-faq-1.html
4381         * doc/faq/fr/sylpheed-faq-2.html
4382         * doc/faq/fr/sylpheed-faq-3.html
4383         * doc/faq/fr/sylpheed-faq.html
4384         * doc/faq/it/.cvsignore
4385         * doc/faq/it/Makefile.am
4386         * doc/faq/it/sylpheed-faq-1.html
4387         * doc/faq/it/sylpheed-faq-2.html
4388         * doc/faq/it/sylpheed-faq-3.html
4389         * doc/faq/it/sylpheed-faq.html
4390         * doc/manual/.cvsignore
4391         * doc/manual/Makefile.am
4392         * doc/manual/de/.cvsignore
4393         * doc/manual/de/Makefile.am
4394         * doc/manual/de/sylpheed-1.html
4395         * doc/manual/de/sylpheed-10.html
4396         * doc/manual/de/sylpheed-11.html
4397         * doc/manual/de/sylpheed-12.html
4398         * doc/manual/de/sylpheed-13.html
4399         * doc/manual/de/sylpheed-14.html
4400         * doc/manual/de/sylpheed-15.html
4401         * doc/manual/de/sylpheed-16.html
4402         * doc/manual/de/sylpheed-17.html
4403         * doc/manual/de/sylpheed-18.html
4404         * doc/manual/de/sylpheed-19.html
4405         * doc/manual/de/sylpheed-2.html
4406         * doc/manual/de/sylpheed-20.html
4407         * doc/manual/de/sylpheed-3.html
4408         * doc/manual/de/sylpheed-4.html
4409         * doc/manual/de/sylpheed-5.html
4410         * doc/manual/de/sylpheed-6.html
4411         * doc/manual/de/sylpheed-7.html
4412         * doc/manual/de/sylpheed-8.html
4413         * doc/manual/de/sylpheed-9.html
4414         * doc/manual/de/sylpheed.html
4415         * doc/manual/en/.cvsignore
4416         * doc/manual/en/Makefile.am
4417         * doc/manual/en/sylpheed-1.html
4418         * doc/manual/en/sylpheed-10.html
4419         * doc/manual/en/sylpheed-11.html
4420         * doc/manual/en/sylpheed-12.html
4421         * doc/manual/en/sylpheed-13.html
4422         * doc/manual/en/sylpheed-14.html
4423         * doc/manual/en/sylpheed-15.html
4424         * doc/manual/en/sylpheed-16.html
4425         * doc/manual/en/sylpheed-17.html
4426         * doc/manual/en/sylpheed-18.html
4427         * doc/manual/en/sylpheed-19.html
4428         * doc/manual/en/sylpheed-2.html
4429         * doc/manual/en/sylpheed-20.html
4430         * doc/manual/en/sylpheed-21.html
4431         * doc/manual/en/sylpheed-22.html
4432         * doc/manual/en/sylpheed-3.html
4433         * doc/manual/en/sylpheed-4.html
4434         * doc/manual/en/sylpheed-5.html
4435         * doc/manual/en/sylpheed-6.html
4436         * doc/manual/en/sylpheed-7.html
4437         * doc/manual/en/sylpheed-8.html
4438         * doc/manual/en/sylpheed-9.html
4439         * doc/manual/en/sylpheed.html
4440         * doc/manual/es/.cvsignore
4441         * doc/manual/es/Makefile.am
4442         * doc/manual/es/sylpheed-1.html
4443         * doc/manual/es/sylpheed-10.html
4444         * doc/manual/es/sylpheed-11.html
4445         * doc/manual/es/sylpheed-12.html
4446         * doc/manual/es/sylpheed-13.html
4447         * doc/manual/es/sylpheed-14.html
4448         * doc/manual/es/sylpheed-15.html
4449         * doc/manual/es/sylpheed-16.html
4450         * doc/manual/es/sylpheed-17.html
4451         * doc/manual/es/sylpheed-18.html
4452         * doc/manual/es/sylpheed-19.html
4453         * doc/manual/es/sylpheed-2.html
4454         * doc/manual/es/sylpheed-20.html
4455         * doc/manual/es/sylpheed-3.html
4456         * doc/manual/es/sylpheed-4.html
4457         * doc/manual/es/sylpheed-5.html
4458         * doc/manual/es/sylpheed-6.html
4459         * doc/manual/es/sylpheed-7.html
4460         * doc/manual/es/sylpheed-8.html
4461         * doc/manual/es/sylpheed-9.html
4462         * doc/manual/es/sylpheed.html
4463         * doc/manual/fr/.cvsignore
4464         * doc/manual/fr/Makefile.am
4465         * doc/manual/fr/sylpheed-1.html
4466         * doc/manual/fr/sylpheed-10.html
4467         * doc/manual/fr/sylpheed-11.html
4468         * doc/manual/fr/sylpheed-12.html
4469         * doc/manual/fr/sylpheed-13.html
4470         * doc/manual/fr/sylpheed-14.html
4471         * doc/manual/fr/sylpheed-15.html
4472         * doc/manual/fr/sylpheed-16.html
4473         * doc/manual/fr/sylpheed-17.html
4474         * doc/manual/fr/sylpheed-18.html
4475         * doc/manual/fr/sylpheed-19.html
4476         * doc/manual/fr/sylpheed-2.html
4477         * doc/manual/fr/sylpheed-20.html
4478         * doc/manual/fr/sylpheed-3.html
4479         * doc/manual/fr/sylpheed-4.html
4480         * doc/manual/fr/sylpheed-5.html
4481         * doc/manual/fr/sylpheed-6.html
4482         * doc/manual/fr/sylpheed-7.html
4483         * doc/manual/fr/sylpheed-8.html
4484         * doc/manual/fr/sylpheed-9.html
4485         * doc/manual/fr/sylpheed.html
4486         * doc/manual/ja/.cvsignore
4487         * doc/manual/ja/Makefile.am
4488         * doc/manual/ja/sylpheed-1.html
4489         * doc/manual/ja/sylpheed-10.html
4490         * doc/manual/ja/sylpheed-11.html
4491         * doc/manual/ja/sylpheed-12.html
4492         * doc/manual/ja/sylpheed-13.html
4493         * doc/manual/ja/sylpheed-14.html
4494         * doc/manual/ja/sylpheed-15.html
4495         * doc/manual/ja/sylpheed-16.html
4496         * doc/manual/ja/sylpheed-17.html
4497         * doc/manual/ja/sylpheed-18.html
4498         * doc/manual/ja/sylpheed-19.html
4499         * doc/manual/ja/sylpheed-2.html
4500         * doc/manual/ja/sylpheed-20.html
4501         * doc/manual/ja/sylpheed-3.html
4502         * doc/manual/ja/sylpheed-4.html
4503         * doc/manual/ja/sylpheed-5.html
4504         * doc/manual/ja/sylpheed-6.html
4505         * doc/manual/ja/sylpheed-7.html
4506         * doc/manual/ja/sylpheed-8.html
4507         * doc/manual/ja/sylpheed-9.html
4508         * doc/manual/ja/sylpheed.html
4509         * doc/manual/ja/sylpheed.sgml
4510         * src/mainwindow.c
4511                 Remove outdated manual and faq. Noisy, eh?
4512
4513 2005-12-06 [colin]      1.9.100cvs70
4514
4515         * src/compose.c
4516         * src/quote_fmt_parse.y
4517         * src/undo.c
4518         * src/undo.h
4519                 Allow %X to position cursor at 0 
4520                 (no %X = before signature)
4521                 Fix paste as quotation putting the cursor at 0
4522                 Fix undo offsets when pasting
4523                 Insert the quote_fmt at once instead of line 
4524                 by line
4525                 Fix [Edited] when starting to reply/forward
4526
4527 2005-12-06 [paul]       1.9.100cvs69
4528
4529         * src/plugins/clamav/clamav_plugin_gtk.c
4530                 add another tooltip
4531         * src/plugins/spamassassin/spamassassin_gtk.c
4532                 rework spamassassin_create_widget_func()
4533
4534 2005-12-05 [colin]      1.9.100cvs68
4535
4536         * po/POTFILES.in
4537                 Fix make release ;-)
4538
4539 2005-12-05 [colin]      1.9.100cvs67
4540
4541         * src/compose.c
4542         * src/compose.h
4543                 Fix cursor positioning (not obeying %X)
4544
4545 2005-12-05 [paul]       1.9.100cvs66
4546
4547         * src/plugins/dillo_viewer/dillo_prefs.c
4548                 fix compilation warning
4549
4550 2005-12-05 [paul]       1.9.100cvs65
4551
4552         * src/prefs_spelling.c
4553         * src/plugins/trayicon/trayicon.c
4554                 cleanups - remove unused stuff
4555
4556 2005-12-05 [paul]       1.9.100cvs64
4557
4558         * README
4559         * manual/plugins.xml
4560                 remove info about removed mathml_viewer plugin
4561
4562 2005-12-05 [paul]       1.9.100cvs63
4563
4564         * configure.ac
4565         * src/plugins/Makefile.am
4566         * src/plugins/mathml_viewer/.cvsignore
4567         * src/plugins/mathml_viewer/Makefile.am
4568         * src/plugins/mathml_viewer/mathml_viewer.c
4569                 remove unmaintained mathml_viewer plugin
4570
4571 2005-12-05 [paul]       1.9.100cvs62
4572
4573         * src/summaryview.c
4574                 obey prefs_common.always_show_msg when
4575                 moving a msg
4576                 Thanks to Colin
4577
4578 2005-12-05 [paul]       1.9.100cvs61
4579
4580         * src/compose.c
4581         * src/prefs_account.c
4582         * src/prefs_filtering.c
4583         * src/prefs_quote.c
4584         * src/prefs_spelling.c
4585         * src/prefs_toolbar.c
4586         * src/summaryview.c
4587         * src/gtk/gtkutils.c
4588         * src/gtk/quicksearch.c
4589         * src/plugins/dillo_viewer/dillo_prefs.c
4590                 dialog cleanups
4591
4592 2005-12-04 [paul]       1.9.100cvs60
4593
4594         * src/inc.c
4595         * src/prefs_account.c
4596         * src/prefs_account.h
4597                 allow a Local account to specify a
4598                 default inbox
4599                 (closes bug 843 'Inbox cannot be changed for local
4600                  mailboxes')
4601
4602 2005-12-04 [colin]      1.9.100cvs59
4603
4604         * src/plugins/trayicon/trayicon.c
4605                 Remove Get, rename Get All to Get Mail in order to
4606                 be consistent with the default main toolbar
4607
4608 2005-12-03 [colin]      1.9.100cvs58
4609
4610         * manual/gpl.xml
4611         * manual/sylpheed-claws-manual.xml
4612                 Add GPL appendix
4613
4614 2005-12-03 [paul]       1.9.100cvs57
4615
4616         * AUTHORS
4617         * po/sv.po
4618         * src/gtk/authors.h
4619                 new (partially complete) Swedish translation
4620                 by Anders Troback <sylpheed@troback.com>
4621
4622 2005-12-02 [paul]       1.9.100cvs56
4623
4624         * configure.ac
4625                 libetpan 0.41 required
4626
4627 2005-12-02 [paul]       1.9.100cvs55
4628
4629         * src/plugins/clamav/clamav_plugin.c
4630         * src/plugins/clamav/clamav_plugin.h
4631         * src/plugins/clamav/clamav_plugin_gtk.c
4632         * src/plugins/spamassassin/spamassassin.c
4633         * src/plugins/spamassassin/spamassassin.h
4634         * src/plugins/spamassassin/spamassassin_gtk.c
4635                 unregister prefs pages on unloading, thus
4636                 preventing a crash
4637                 (thanks to Colin for the hint)
4638
4639 2005-12-02 [wwp]        1.9.100cvs54
4640
4641         * src/quote_fmt.h
4642         * src/quote_fmt_parse.y
4643                 fix misuse of gboolean*, use gboolean instead
4644                 (thanks to Paul, Colin, for pointing out that scaring one)
4645
4646 2005-12-02 [paul]       1.9.100cvs53
4647
4648         * src/plugins/clamav/clamav_plugin.c
4649                 int no --> unsigned int no
4650         * src/plugins/clamav/clamav_plugin_gtk.c
4651                 rework config page
4652
4653 2005-12-02 [wwp]        1.9.100cvs52
4654
4655         * src/compose.c
4656         * src/prefs_template.c
4657         * src/quote_fmt.h
4658         * src/quote_fmt_parse.y
4659                 prevent from executing |f and |p templates commands when
4660                 adding or replacing templates in prefs (avoids annoying and
4661                 potentially dangerous behaviours)
4662
4663 2005-12-02 [paul]       1.9.100cvs51
4664
4665         * src/prefs_common.c
4666                 allow translation of some default values
4667                 Patch by Fabien Vantard
4668
4669 2005-12-02 [paul]       1.9.100cvs50
4670
4671         * src/codeconv.c
4672         * src/codeconv.h
4673         * src/prefs_common.c
4674         * src/prefs_common.h
4675         * src/prefs_message.c
4676         * src/textview.c
4677                 remove obsolete 'convert_mb_alnum' option
4678                 and related stuff
4679         * src/gtk/about.c
4680                 remove unused 'about_textview_visibility_notify'
4681
4682 2005-12-02 [paul]       1.9.100cvs49
4683
4684         * src/prefs_account.c
4685         * src/prefs_compose_writing.c
4686         * src/prefs_fonts.c
4687         * src/prefs_gtk.h
4688         * src/prefs_image_viewer.c
4689         * src/prefs_message.c
4690         * src/prefs_other.c
4691         * src/prefs_receive.c
4692         * src/prefs_send.c
4693         * src/prefs_spelling.c
4694         * src/prefs_summaries.c
4695         * src/prefs_wrapping.c
4696         * src/plugins/dillo_viewer/dillo_prefs.c
4697         * src/plugins/pgpcore/prefs_gpg.c
4698                 several cleanups to the prefs dialogs
4699                 (slightly modified) patch by Fabien Vantard
4700
4701 2005-12-02 [paul]       1.9.100cvs48
4702
4703         * src/main.c
4704                 --exit means exit
4705         * src/send_message.c
4706                 fix crash on send when connection fails
4707
4708         Thanks to Colin
4709
4710 2005-12-01 [colin]      1.9.100cvs47
4711
4712         * src/html.c
4713                 Translate &hellip; to "..."
4714
4715 2005-11-30 [colin]      1.9.100cvs46
4716
4717         * src/matcher.c
4718         * src/matcher.h
4719                 Optimize back yesterday's fix.
4720
4721 2005-11-30 [paul]       1.9.100cvs45
4722
4723         * manual/faq.xml
4724                 standardised
4725         * manual/intro.xml
4726                 written by Colin, edited by me
4727
4728 2005-11-29 [colin]      1.9.100cvs44
4729
4730         * src/matcher.c
4731                 Skip headers unconditionnaly in match_body if the
4732                 rule is not message or ~message
4733
4734 2005-11-29 [colin]      1.9.100cvs43
4735
4736         * src/matcher.c
4737                 Fix body_part and such, not skipping headers 
4738                 if the matchcriteria wasn't the first in the rule
4739
4740 2005-11-29 [colin]      1.9.100cvs42
4741
4742         * src/compose.c
4743                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4744                 option missing from message view window)
4745                 Fix double text D'n'D with gtk-2.8
4746         * src/matcher.c
4747                 Fix ~message, ~headers_part, ~body_part rules
4748         * src/messageview.c
4749                 Add Windows-1252 (Closes bug #863)
4750                 Fix accels
4751         * src/gtk/gtkaspell.c
4752                 Properly destroy accels in all menus
4753
4754 2005-11-29 [mones]      1.9.100cvs41
4755
4756         * po/es.po
4757                 Updated.
4758
4759 2005-11-27 [colin]      1.9.100cvs40
4760
4761         * src/mh_gtk.c
4762                 "/Remove mailbox" -> "/Remove mailbox..."
4763
4764 2005-11-27 [paul]       1.9.100cvs39
4765
4766         * AUTHORS
4767         * po/de.po
4768         * src/gtk/authors.h
4769                 updated by new maintainer, Stephan Sachse
4770
4771 2005-11-27 [paul]       1.9.100cvs38
4772
4773         * manual/faq.xml
4774                 written by Colin, edited by me
4775
4776 2005-11-27 [paul]       1.9.100cvs37
4777
4778         * src/prefs_common.c
4779         * src/prefs_common.h
4780         * src/prefs_receive.c
4781         * src/prefs_summaries.c
4782                 move 'go to inbox after receiving new mail'
4783                 option from display/sumamaries to mail
4784                 handling/receive, and rework prefs_summaries
4785                 dialog a little
4786
4787 2005-11-25 [martin]     1.9.100cvs36
4788
4789         * po/de.po
4790             fixed windows-1252 translation;
4791             translated some new and fuzzy strings
4792
4793 2005-11-25 [paul]       1.9.100cvs35
4794
4795         * src/plugins/clamav/clamav_plugin.c
4796                 complete the update done in cvs34
4797
4798 2005-11-25 [paul]       1.9.100cvs34
4799
4800         * src/plugins/clamav/clamav_plugin.c
4801                 reflect upstream changes
4802
4803 2005-11-25 [paul]       1.9.100cvs33
4804
4805         * manual/ack.xml
4806         * manual/plugins.xml
4807         * manual/sylpheed-claws-manual.xml
4808                 written/updated by Colin, edited by me
4809         * tools/acroread2sylpheed.pl
4810                 update binary name
4811
4812 2005-11-24 [colin]      1.9.100cvs32
4813
4814         * src/compose.c
4815                 Fix bug #856 (reediting messages forgets Request
4816                 Return Receipt)
4817
4818 2005-11-24 [paul]       1.9.100cvs31
4819
4820         * manual/addrbook.xml
4821         * manual/starting.xml
4822                 written by Colin, proofread, edited, adapted by me
4823         * manual/advanced.xml
4824                 add some Actions examples
4825         * src/importldif.c
4826                 use a Save button instead of a Close button
4827         * src/wizard.c
4828                 indicate mandatory fields
4829                 fix page display
4830                 Thanks to Colin
4831
4832 2005-11-23 [colin]      1.9.100cvs30
4833
4834         * src/addressbook.c
4835                 Rename menu item, fix possible crash after
4836                 deletion of books
4837         * src/addrindex.c
4838                 Allow searching for '*' in ldap
4839         * src/browseldap.c
4840                 Fix "Browse Entry" (did anyone use it?)
4841         * src/wizard.c
4842                 Add guards for mandatory information
4843
4844 2005-11-23 [paul]       1.9.100cvs29
4845
4846         * manual/advanced.xml
4847                 corrections to the English
4848
4849 2005-11-23 [colin]      1.9.100cvs28
4850
4851         * src/mimeview.c
4852                 Fix possible crash at exit. After the call to
4853                 gtk_container_remove(), the Viewer's widget has no
4854                 more parent so gtk+ automatically frees it and its
4855                 sons. If destroy_viewer() then try to access it,
4856                 problems ensue.
4857
4858 2005-11-22 [colin]      1.9.100cvs27
4859
4860         * src/compose.c
4861         * src/gtk/gtkaspell.c
4862                 Fix right-clicking on a misspelled word
4863                 Fix More... in suggestions menu
4864
4865 2005-11-22 [wwp]        1.9.100cvs26
4866
4867         * src/prefs_template.c
4868                 templates works: re-sort templates list when adding or replacing,
4869                 prevent from adding or replacing when the template name is empty
4870
4871 2005-11-21 [colin]      1.9.100cvs25
4872
4873         * src/addressbook.c
4874                 Fix some addressbook suckage (dnd, select all)
4875         * src/compose.c
4876         * src/gtk/gtkaspell.c
4877         * src/gtk/gtkaspell.h
4878                 Make the spellchecker menu work with the 
4879                 GtkTextView one instead of overriding it
4880
4881 2005-11-20 [paul]       1.9.100cvs24
4882
4883         * manual/handling.xml
4884                 proofread and corrected
4885
4886 2005-11-20 [paul]       1.9.100cvs23
4887
4888         * manual/Makefile
4889                 generate html as one file
4890         * manual/advanced.xml
4891                 fix output generation
4892                 reformat hidden options list
4893         * manual/manual.xml     ** REMOVED **
4894         * manual/sylpheed-claws-manual.xml      ** ADDED **
4895                 renamed
4896
4897 2005-11-18 [colin]      1.9.100cvs22
4898
4899         * src/prefs_account.c
4900                 Fix layout in news and mbox accounts
4901         * manual/account.xml
4902         * manual/advanced.xml
4903                 New contents for Paul to check :)
4904
4905 2005-11-18 [wwp]        1.9.100cvs21
4906
4907         * src/gtk/quicksearch.c
4908                 don't update extended quicksearch buttons twice
4909
4910 2005-11-18 [paul]       1.9.100cvs20
4911
4912         * src/textview.c
4913                 complete 1.9.100cvs19
4914
4915 2005-11-18 [paul]       1.9.100cvs19
4916
4917         * src/compose.c
4918                 cosmetic improvements
4919         * src/textview.c
4920                 also list text/* attachments
4921
4922 2005-11-18 [colin]      1.9.100cvs18
4923
4924         * src/summaryview.c
4925                 Use column 0 instead of -1 in 
4926                 gtk_ctree_node_moveto, in a naive
4927                 hope it'll fix the gtk-related crashes
4928
4929 2005-11-18 [colin]      1.9.100cvs17
4930
4931         * src/gtk/inputdialog.c
4932                 Fix icon staying the first one
4933
4934 2005-11-17 [wwp]        1.9.100cvs16
4935                 fix possible problem showing some quicksearch buttons, and a bad
4936                 call to g_return_if_fail in a function that returns a value (both
4937                 fixes by Fabien Vantard)
4938
4939 2005-11-15 [wwp]        1.9.100cvs15
4940
4941         * src/gtk/quicksearch.c
4942                 added a tooltip to that obscure ... quicksearch button
4943
4944 2005-11-15 [wwp]        1.9.100cvs14
4945
4946         * src/gtk/quicksearch.c
4947                 add a quicksearch helper to filtering expression users: the ... button
4948                 raises the condition expr window. condition expressions set up w/ this
4949                 window are used by the quicksearch if the user closes it pressing OK.
4950
4951 2005-11-14 [paul]       1.9.100cvs13
4952
4953         * src/plugins/clamav/clamav_plugin.c
4954         * src/plugins/spamassassin/spamassassin.c
4955                 change plugin type following recent merging
4956
4957 2005-11-14 [wwp]        1.9.100cvs12
4958
4959         * src/folder.c
4960                 prevent from crashing when copying/moving message(s) from and
4961                 to the same folder
4962
4963 2005-11-14 [paul]       1.9.100cvs11
4964
4965         * src/plugins/clamav/Makefile.am
4966         * src/plugins/clamav/clamav_plugin.c
4967         * src/plugins/clamav/clamav_plugin.h
4968         * src/plugins/clamav/clamav_plugin_gtk.c
4969                 also merge clamav and clamav_gtk plugins
4970
4971 2005-11-13 [colin]      1.9.100cvs10
4972
4973         * configure.ac
4974         * src/plugins/spamassassin/Makefile.am
4975         * src/plugins/spamassassin/spamassassin.c
4976         * src/plugins/spamassassin/spamassassin.h
4977         * src/plugins/spamassassin/spamassassin_gtk.c
4978                 Merge spamassassin and spamassassin_gtk plugins,
4979                 and build it by default.
4980
4981 2005-11-12 [colin]      1.9.100cvs9
4982
4983         * src/etpan/imap-thread.c
4984                 Fix gcc warning
4985
4986 2005-11-12 [colin]      1.9.100cvs8
4987
4988         * src/procmime.c
4989                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4990
4991 2005-11-10 [colin]      1.9.100cvs7
4992
4993         * src/main.c
4994                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4995                 minimised state)
4996
4997 2005-11-10 [wwp]        1.9.100cvs6
4998
4999         * src/gtk/description_window.c
5000                 fix a crash when closing description windows using the WM's [X] button
5001
5002 2005-11-09 [colin]      1.9.100cvs5
5003
5004         * src/common/ssl.c
5005                 Update libetpan call to follow upstream
5006                 (yes, this requires libetpan-0.40cvs3)
5007
5008 2005-11-08 [colin]      1.9.100cvs4
5009
5010         * src/compose.c
5011         * src/textview.c
5012         * src/common/utils.c
5013         * src/common/utils.h
5014                 Enhance the email parser
5015
5016 2005-11-08 [colin]      1.9.100cvs3
5017
5018         * src/procmime.c
5019                 Fix what looks like an off-by-one (fixes 
5020                 attachments from the Bat)
5021
5022 2005-11-08 [wwp]        1.9.100cvs2
5023
5024         * src/main.c
5025                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5026
5027 2005-11-08 [wwp]        1.9.100cvs1
5028
5029         * src/main.c
5030                 allow exiting Sylpheed-Claws from command-line
5031
5032 2005-11-08 [paul]       1.9.100
5033
5034         1.9.100 released
5035
5036 2005-11-07 [colin]      1.9.99cvs17
5037
5038         * src/addritem.c
5039         * src/ldif.c
5040                 Fix import of base-64 encoded items
5041
5042 2005-11-07 [colin]      1.9.99cvs16
5043
5044         * src/send_message.c
5045                 Fix bug #314 (Queue does not empty under certain 
5046                 circumstances)
5047
5048 2005-11-07 [paul]       1.9.99cvs15
5049
5050         * src/mutt.c
5051         * src/pine.c
5052                 fix buffer overflows
5053                 Thanks to Colin
5054
5055 2005-11-07 [paul]       1.9.99cvs14
5056
5057         * doc/man/Makefile.am
5058         * doc/man/sylpheed-claws.1      ** ADDED **
5059         * doc/man/sylpheed.1            ** DELETED **
5060                 rename and update the man file
5061
5062 2005-11-06 [colin]      1.9.99cvs13
5063
5064         * src/ldif.c
5065                 Fix ldif_get_line() that returned empty strings
5066                 (Didn't understand why). Also fix a possible
5067                 buffer overflow.
5068
5069 2005-11-06 [wwp]        1.9.99cvs12
5070
5071         * src/textview.c
5072         * src/gtk/about.c
5073         * src/gtk/gtkutils.c
5074         * src/gtk/gtkutils.h
5075                 fix a compilation warning,
5076                 make links sensitive in the about dialog
5077
5078 2005-11-04 [wwp]        1.9.99cvs11
5079
5080         * src/gtk/about.c
5081                 don't wrap or translate URIs, and a bit text format cleanup
5082
5083 2005-11-04 [wwp]        1.9.99cvs10
5084
5085         * src/gtk/about.c
5086                 better textview tagging implementation (no more use of marks for
5087                 postponed tagging)
5088
5089 2005-11-02 [colin]      1.9.99cvs9
5090
5091         * src/common/ssl.c
5092                 Forgot an ifdef
5093
5094 2005-11-02 [colin]      1.9.99cvs8
5095
5096         * configure.ac
5097                 Require libetpan-0.40 due to upstream fix
5098         * src/common/ssl.c
5099                 Tell libetpan not to call SSL_Library_Init,
5100                 as we do it ourselves.
5101
5102 2005-11-02 [colin]      1.9.99cvs7
5103
5104         * po/POTFILES.in
5105                 Add missing files (thanks to Fabien Vantard)
5106
5107 2005-11-02 [colin]      1.9.99cvs6
5108
5109         * src/summaryview.c
5110                 Fix totals when read messages are hidden or quicksearch
5111                 is on
5112         * src/ssl_manager.c
5113         * src/ssl_manager.h
5114         * src/common/ssl_certificate.c
5115         * src/common/ssl_certificate.h
5116         * src/gtk/sslcertwindow.c
5117         * src/gtk/sslcertwindow.h
5118                 Fix copyright on my stuff
5119
5120 2005-11-02 [wwp]        1.9.99cvs5
5121
5122         * src/prefs_themes.c
5123                 fix directory name checking (theme installation/removal),
5124                 made related error a bit more verbose
5125
5126 2005-11-02 [colin]      1.9.99cvs4
5127
5128         * src/summaryview.c
5129                 Fix typo (probably fixes bug #841 (Sort by the From 
5130                 field doesn't work)
5131
5132 2005-11-02 [paul]       1.9.99cvs3
5133
5134         * po/ko.po
5135         * po/nb.po
5136                 updated by SungHyun Nam, Geir Helland
5137         * src/wizard.c
5138                 fix typo in welcome message. spotted by
5139                 Andrea Spadaccini
5140
5141 2005-11-01 [colin]      1.9.99cvs2
5142
5143         * src/compose.c
5144                 Fix replying to ml wen confirming subscription
5145         * src/messageview.c
5146         * src/mimeview.c
5147         * src/mimeview.h
5148         * src/privacy.h
5149         * src/summaryview.c
5150                 Make key check non blocking
5151
5152 2005-10-31 [paul]       1.9.99cvs1
5153
5154         * tools/claws.i18n.status.pl
5155                 updated for ChangeLog
5156
5157 2005-10-31 [paul]       1.9.99
5158
5159         1.9.99 released
5160
5161 2005-10-31 [paul]       1.9.15cvs131
5162
5163         * .cvsignore
5164         * ChangeLog
5165         * ChangeLog.claws       ** REMOVED **
5166         * ChangeLog-gtk2.claws  ** REMOVED **
5167         * ChangeLog.gtk1        ** ADDED **
5168         * INSTALL
5169         * Makefile.am
5170         * NEWS
5171         * README
5172         * README.claws          ** REMOVED **
5173         * README.jp             ** REMOVED **
5174         * RELEASE_NOTES         ** ADDED **
5175         * RELEASE_NOTES.claws   ** REMOVED **
5176         * commitHelper
5177         * configure.ac
5178         * sylpheed.spec.in      ** REMOVED **
5179                 tidy up and update the default docs:
5180                 ChangeLog.claws is renamed ChangeLog.gtk1
5181                 ChangeLog-gtk2.claws is renamed ChangeLog
5182                 README.claws is renamed README
5183                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5184
5185 2005-10-31 [paul]       1.9.15cvs130
5186
5187         * po/it.po
5188                 fix errors
5189
5190 2005-10-31 [paul]       1.9.15cvs129
5191
5192         * po/ca.po
5193         * po/de.po
5194         * po/en_GB.po
5195         * po/fr.po
5196         * po/it.po
5197         * po/pt_BR.po
5198         * po/sk.po
5199         * po/sr.po
5200         * po/zh_CN.po
5201                 updated by Miquel Oliete, Stephan Sachse and
5202                 Thomas Gilgin, me, Fabien Vantard, Andrea
5203                 Spadaccini, Frederico Goncalves Guimaraes,
5204                 Andrej Kacian, Aleksandar Urosevic, and
5205                 Ralgh Young.
5206
5207 2005-10-31 [mones]      1.9.15cvs128
5208
5209         * manual/faq.xml
5210                 More questions.
5211         
5212         * po/es.po
5213                 Updated for release.
5214
5215 2005-10-30 [colin]      1.9.15cvs127
5216
5217         * src/compose.c
5218                 Place cursor before rewrapping (fixes cursor
5219                 pos if quotation gets rewrapped)
5220
5221 2005-10-29 [paul]       1.9.15cvs126
5222
5223         * src/crash.c
5224         * src/foldersel.c
5225         * src/main.c
5226         * src/messageview.c
5227         * src/toolbar.c
5228         * src/gtk/authors.h
5229                 corrections to text items
5230
5231 2005-10-28 [colin]      1.9.15cvs125
5232
5233         * src/messageview.c
5234                 Make "hit 'C' to check sig" work from extern 
5235                 messageviews
5236
5237 2005-10-27 [colin]      1.9.15cvs124
5238
5239         * src/summaryview.c
5240                 Add a hack to avoid segfaulting when hammering 
5241                 on gtk's events
5242
5243 2005-10-27 [wwp]        1.9.15cvs123
5244
5245         * src/prefs_themes.c
5246                 sort list of themes names in themes prefs
5247
5248 2005-10-27 [paul]       1.9.15cvs122
5249
5250         * src/folder.c
5251         * src/prefs_account.c
5252                 fix building on Solaris
5253                 Patch by Alex Moore
5254
5255 2005-10-27 [wwp]        1.9.15cvs121
5256
5257         * src/summaryview.c
5258         * src/gtk/gtksctree.c
5259                 speed up unselecting messages in summary view (thanks to Colin)
5260
5261 2005-10-27 [paul]       1.9.15cvs120
5262
5263         * src/mainwindow.c
5264                 fix a compilation warning
5265         * src/summaryview.c
5266                 fix updating of 'n items selected' count
5267                 when deselecting
5268
5269 2005-10-27 [martin]     1.9.15cvs119
5270
5271         * src/action.c
5272                 ignore actions with a leading '/' in the action menu name
5273                 fixes a crash on menu creation
5274         * src/prefs_actions.c
5275                 do not allow a leading '/' in the action menu name
5276
5277 2005-10-27 [paul]       1.9.15cvs118
5278
5279         * src/main.c
5280                 fix compilation warning
5281
5282 2005-10-27 [paul]       1.9.15cvs117
5283
5284         * src/procmime.c
5285                 add #if HAVE_LOCALE_H
5286
5287 2005-10-27 [paul]       1.9.15cvs116
5288
5289         * src/plugins/clamav/clamav_plugin.c
5290         * src/plugins/dillo_viewer/dillo_viewer.c
5291         * src/plugins/mathml_viewer/mathml_viewer.c
5292         * src/plugins/pgpcore/plugin.c
5293         * src/plugins/pgpinline/plugin.c
5294         * src/plugins/pgpmime/plugin.c
5295         * src/plugins/spamassassin/spamassassin.c
5296         * src/plugins/trayicon/trayicon.c
5297                 plugin_init() : make error messages more
5298                 informative
5299
5300 2005-10-26 [wwp]        1.9.15cvs115
5301
5302         * src/prefs_matcher.c
5303                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5304
5305 2005-10-26 [wwp]        1.9.15cvs114
5306
5307         * src/procmime.c
5308         * src/gtk/gtksctree.c
5309         * src/plugins/spamassassin/libspamc.c
5310         * src/plugins/spamassassin/spamassassin.c
5311                 fix some compilation warnings more
5312
5313 2005-10-26 [mones]      1.9.15cvs113
5314
5315         * po/es.po
5316                 Updated translation
5317
5318 2005-10-26 [paul]       1.9.15cvs112
5319
5320         * src/prefs_message.c
5321                 give all display_xface stuff the
5322                 #if HAVE_LIBCOMPFACE treatment, thus
5323                 preventing a crash
5324                 (Thanks to Wolfgang Enderlein)
5325
5326 2005-10-26 [colin]      1.9.15cvs111
5327
5328         * src/gedit-print.c
5329                 Fix date format
5330         * src/imap_gtk.c
5331         * src/news_gtk.c
5332                 Remove context menu items that should not be there
5333         * src/jpilot.c
5334                 Fix encoding
5335         * src/main.c
5336         * src/mainwindow.c
5337                 Don't show the mainwindow too soon
5338
5339 2005-10-26 [wwp]        1.9.15cvs110
5340
5341         * src/folder.c
5342         * src/manual.c
5343         * src/summaryview.c
5344                 fix uninitialized pointers in the folder updating hook
5345                 (thanks to Colin)
5346
5347 2005-10-25 [mones]      1.9.15cvs109
5348
5349         * manual/faq.xml
5350                 General information subsection completed. 
5351                 Removed archaic references.
5352                 
5353         * manual/Makefile
5354         * manual/dtd/manual.dsl
5355                 Added customization stylesheet for getting paragraphs
5356                 fully justified in PDF output (as suggested by Colin).
5357
5358 2005-10-25 [colin]      1.9.15cvs108
5359
5360         * src/compose.c
5361                 Fix a second leak
5362
5363 2005-10-25 [colin]      1.9.15cvs107
5364
5365         * src/addrbook.c
5366         * src/addrindex.c
5367                 Fix leak (xml_get_element() allocates memory)
5368         * src/compose.c
5369                 Fix leak + dead code (shame!)
5370         * src/procmime.c
5371                 Fix leak
5372
5373 2005-10-25 [colin]      1.9.15cvs106
5374
5375         * src/mimeview.c
5376                 Fix encoding issue in Save all and in 
5377                 overwrite-confirmation alertpanel
5378
5379 2005-10-25 [colin]      1.9.15cvs105
5380
5381         * src/common/socket.c
5382                 Fix a leak - Thanks to Christopher Aillon
5383                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5384
5385 2005-10-25 [paul]       1.9.15cvs104
5386
5387         * src/wizard.c
5388                 Always guess servers from the right-hand
5389                 email part and guess username from the
5390                 left-hand part. (Thanks to Colin)
5391                 add an X-Face to the welcome message
5392
5393 2005-10-25 [paul]       1.9.15cvs103
5394
5395         * manual/handling.xml
5396                 written by Colin, edited by me
5397
5398 2005-10-25 [wwp]        1.9.15cvs102
5399
5400         * src/folderview.c
5401         * src/grouplistdialog.c
5402         * src/imap.c
5403         * src/noticeview.c
5404                 fix some compilation warnings
5405
5406 2005-10-24 [paul]
5407
5408         1.9.99-rc3 released
5409
5410 2005-10-24 [paul]       1.9.15cvs101
5411
5412         * src/gtk/about.c
5413                 fix window sizing
5414
5415 2005-10-24 [paul]       1.9.15cvs100
5416
5417         * src/pixmaps/offline.xpm
5418         * src/pixmaps/online.xpm
5419                 replace with last default versions
5420
5421 2005-10-24 [colin]      1.9.15cvs99
5422
5423         * src/imap.c
5424                 Fix bug when moving a folder
5425         * src/imap_gtk.c
5426         * src/mh_gtk.c
5427                 "Delete folder" pops up a window, so it 
5428                 should be suffixed with "..."
5429         * src/plugins/pgpcore/sgpgme.c
5430                 Include locale.h
5431
5432 2005-10-24 [mones]      1.9.15cvs98
5433
5434         * manual/Makefile
5435         * manual/account.xml
5436         * manual/ack.xml
5437         * manual/addrbook.xml
5438         * manual/advanced.xml
5439         * manual/faq.xml
5440         * manual/glossary.xml
5441         * manual/gpl.xml
5442         * manual/handling.xml
5443         * manual/intro.xml
5444         * manual/keyboard.xml
5445         * manual/manual.xml
5446         * manual/plugins.xml
5447         * manual/starting.xml
5448         * manual/dtd/sdocbook.dtd
5449                 Initial manual structure and some content.
5450
5451 2005-10-23 [wwp]        1.9.15cvs97
5452
5453         * src/gtk/about.c
5454                 fix a typo
5455
5456 2005-10-23 [wwp]        1.9.15cvs96
5457
5458         * src/gtk/about.c
5459         * src/gtk/authors.h
5460                 rework of the about window (main work by Paul), also featuring a few
5461                 fixes for typos and duplicate names
5462
5463 2005-10-23 [wwp]        1.9.15cvs95
5464
5465         * src/.cvsignore
5466                 Ignore the right binary name (sylpheed-claws now)
5467
5468 2005-10-23 [paul]       1.9.15cvs94
5469
5470         * src/compose.c
5471                 when using Folder Pref 'Default To for
5472                 replies' make the entry in the Compose
5473                 window bold
5474                 Patch by Fabien Vantard
5475
5476 2005-10-22 [colin]      1.9.15cvs93
5477
5478         * src/codeconv.c
5479                 Fix leak
5480
5481 2005-10-22 [colin]      1.9.15cvs92
5482
5483         * src/codeconv.c
5484                 try to convert using locale (apart utf8) if necessary
5485
5486 2005-10-22 [colin]      1.9.15cvs91
5487
5488         * src/pixmaps/new.xpm
5489         * src/pixmaps/unread.xpm
5490                 Make the unread envelope blue again and
5491                 saturate the new one a bit more.
5492
5493 2005-10-22 [colin]      1.9.15cvs90
5494
5495         * src/compose.c
5496                 When replying to a mail sent by one of our accounts,
5497                 use the original list of recipients. Let 'Reply All'
5498                 and 'Reply to sender' work like previously.
5499
5500 2005-10-21 [colin]      1.9.15cvs89
5501
5502         * src/prefs_filtering.c
5503                 Clear fields after add and replace
5504         * src/textview.c
5505                 Display xface differently (better)
5506         * src/plugins/pgpinline/pgpinline.c
5507                 Fix crappy encodings/recodings
5508
5509 2005-10-21 [paul]       1.9.15cvs88
5510
5511         * src/compose.c
5512         * src/prefs_folder_item.c
5513         * src/toolbar.c
5514                 fix news folder Folder Properties
5515                 (thanks to Colin)
5516         * src/folderview.c
5517                 update folderview after Themes change
5518                 keep selected folder selected
5519                 (thanks to Colin)
5520
5521 2005-10-21 [paul]       1.9.15cvs87
5522
5523         * tools/Makefile.am
5524         * tools/OOo2sylpheed.pl
5525         * tools/README
5526         * tools/README.sylprint
5527         * tools/asus_mailled.sh         ** REMOVED **
5528         * tools/filter_conv.pl
5529         * tools/freshmeat_search.pl
5530         * tools/google_search.pl
5531         * tools/gpg-sign-syl            ** REMOVED **
5532         * tools/kmail2sylpheed.pl
5533         * tools/kmail2sylpheed_v2.pl
5534         * tools/multiwebsearch.pl
5535         * tools/nautilus2sylpheed.sh
5536         * tools/newscache_clean.pl
5537         * tools/outlook2sylpheed.pl
5538         * tools/sylpheed-switcher       ** REMOVED **
5539         * tools/sylprint.pl
5540         * tools/sylprint.rc
5541         * tools/tb2sylpheed
5542         * tools/vcard2xml.py
5543         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5544                 update default config dir
5545                 update binary name (thanks to Fabien Vantard)
5546                 remove obsolete scripts
5547
5548 2005-10-21 [colin]      1.9.15cvs86
5549
5550         * src/inc.c
5551                 Fix possible leak and units. Based on a patch by
5552                 Fabien Vantard.
5553
5554 2005-10-20 [colin]      1.9.15cvs85
5555
5556         * src/textview.c
5557                 Clear xface when clearing textview
5558
5559 2005-10-20 [colin]      1.9.15cvs84
5560
5561         * configure.ac
5562         * src/folderview.c
5563         * src/headerview.c
5564         * src/main.c
5565         * src/prefs_common.c
5566         * src/prefs_common.h
5567         * src/prefs_message.c
5568         * src/textview.c
5569         * src/textview.h
5570         * src/common/defs.h
5571         * src/common/utils.c
5572         * src/common/utils.h
5573         * src/gtk/gtkutils.c
5574         * src/gtk/gtkutils.h
5575                 Migrate config to .sylpheed-claws (Automatically)
5576                 Add a way to get the Xface in the TextView
5577
5578 2005-10-20 [colin]      1.9.15cvs83
5579
5580         * src/gtk/Makefile.am
5581         * src/gtk/about.c
5582         * src/gtk/authors.h
5583                 Make the about dialog *grooovy*
5584
5585 2005-10-20 [colin]      1.9.15cvs82
5586
5587         * src/mimeview.c
5588                 Use "Open with" on double click if no command
5589                 was found
5590
5591 2005-10-20 [colin]      1.9.15cvs81
5592
5593         * src/imap.c
5594         * src/etpan/imap-thread.c
5595                 Fix possible crash.
5596
5597 2005-10-20 [paul]       1.9.15cvs80
5598
5599         * src/folder.c
5600                 don't show clipkey icon if the only
5601                 attachment is the signature
5602                 Patch by Colin
5603
5604 2005-10-20 [paul]       1.9.15cvs79
5605
5606         * AUTHORS
5607         * src/plugins/pgpmime/pgpmime.c
5608                 name the PGP/MIME signature 'signature.asc'
5609                 Patch by Andrew Nelson <freeandy@gmail.com>
5610
5611 2005-10-19 [colin]      1.9.15cvs78
5612
5613         * src/plugins/pgpmime/pgpmime.c
5614                 Oops, no need to double-check though
5615
5616 2005-10-19 [colin]      1.9.15cvs77
5617
5618         * src/plugins/pgpinline/pgpinline.c
5619         * src/plugins/pgpmime/pgpmime.c
5620                 Check that my_tmpfile() doesn't 
5621                 return NULL
5622
5623 2005-10-19 [colin]      1.9.15cvs76
5624
5625         * src/common/utils.c
5626                 Use shorter mime boundaries to avoid having
5627                 MTAs rewrapping our headers, breaking the
5628                 PGP signature in the process 
5629         * src/compose.c
5630         * src/plugins/pgpmime/pgpmime.c
5631                 Check for boundary uniqueness to be sure
5632                 it won't happen, instead of hoping for the
5633                 best
5634
5635 2005-10-19 [colin]      1.9.15cvs75
5636
5637         * sylpheed-claws.desktop
5638         * src/Makefile.am
5639         * src/main.c
5640                 Ship a sylpheed-claws binary instead
5641                 of a sylpheed one. Change the socket
5642                 name, too
5643         * src/folderview.c
5644                 Update folder only if it changed
5645         * src/wizard.c
5646                 Fix i18n in welcome mail, patch by
5647                 Fabien Vantard
5648
5649 2005-10-19 [paul]
5650
5651         1.9.99-rc2 released
5652
5653 2005-10-19 [paul]       1.9.15cvs74
5654
5655         * src/folder.c
5656         * src/folderview.c
5657                 fix summaryview update
5658                 Patch by Colin
5659
5660 2005-10-18 [colin]      1.9.15cvs73
5661
5662         * src/plugins/pgpcore/passphrase.c
5663                 Don't XGrabServer, and try a bit more to 
5664                 sync everything before grabbing mouse/keyboard
5665
5666 2005-10-18 [colin]      1.9.15cvs72
5667
5668         * src/Makefile.am
5669         * src/addressadd.c
5670         * src/addressbook.c
5671         * src/folderview.c
5672         * src/grouplistdialog.c
5673         * src/mimeview.c
5674         * src/stock_pixmap.c
5675         * src/stock_pixmap.h
5676         * src/summaryview.c
5677         * src/gtk/gtksctree.c
5678         * src/gtk/gtksctree.h
5679         * src/pixmaps/empty.xpm
5680                 Implement a wrapper call for gtk_ctree_set_node_info
5681                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5682                 pixmap instead of a NULL one. This works around some
5683                 memory problems deep inside gtk, revealed by valgrind,
5684                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5685                 as locked crashes sylpheed.), as well as, probably, 
5686                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5687
5688 2005-10-17 [colin]      1.9.15cvs71
5689
5690         * src/mimeview.c
5691                 Provide visual feedback when checking
5692                 signature
5693
5694 2005-10-17 [colin]      1.9.15cvs70
5695
5696         * src/main.c
5697                 Keep the folder list frozen while checking caches...
5698
5699 2005-10-17 [colin]      1.9.15cvs69
5700
5701         * src/addr_compl.c
5702                 Fi bug #833 (Autocompleting from addressbook 
5703                 fails with extended chars)
5704         * src/imap.c
5705                 Fix 'adding messages' staying in statusbar
5706                 after an error
5707
5708 2005-10-17 [wwp]        1.9.15cvs68
5709
5710         * src/ssl_manager.c
5711                 Fix buttons' layout resizing when window size changes
5712
5713 2005-10-17 [wwp]        1.9.15cvs67
5714
5715         * src/account.c
5716         * src/prefs_account.c
5717         * src/prefs_common.c
5718         * src/prefs_common.h
5719         * src/prefs_folder_item.c
5720         * src/prefs_gtk.c
5721         * src/gtk/logwindow.c
5722         * src/gtk/pluginwindow.c
5723         * src/gtk/prefswindow.c
5724         * src/gtk/prefswindow.h
5725                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5726
5727 2005-10-17 [paul]       1.9.15cvs66
5728
5729         * configure.ac
5730                 fix missing libetpan message
5731         * po/en_GB.po
5732                 updated
5733         * src/crash.c
5734         * src/manual.c
5735         * src/prefs_themes.c
5736         * src/common/defs.h
5737                 add some new URI defines, change some
5738                 others
5739         * src/wizard.c
5740                 make welcome message translatable
5741                 small improvements to english
5742                 other tweaks
5743         * src/gtk/menu.c
5744                 fix warnings
5745
5746 2005-10-17 [paul]       1.9.15cvs65
5747
5748         * src/summaryview.c
5749                 fix column titles
5750
5751 2005-10-16 [mones]      1.9.15cvs64
5752
5753         * po/es.po
5754                 Updated translation
5755
5756 2005-10-16 [colin]
5757
5758         1.9.99-rc1 released
5759
5760 2005-10-16 [colin]      1.9.15cvs63
5761
5762         * src/wizard.c
5763                 Fix whitespace
5764
5765 2005-10-16 [colin]      1.9.15cvs62
5766
5767         * src/toolbar.c
5768                 s/Get All/Get Mail/
5769         * src/wizard.c
5770                 Real welcome mail text, thanks Paul
5771
5772 2005-10-16 [colin]      1.9.15cvs61
5773
5774         * src/editldap.c
5775         * src/exporthtml.c
5776         * src/main.c
5777         * src/mainwindow.c
5778         * src/prefs_themes.c
5779         * src/prefs_toolbar.c
5780         * src/plugins/demo/demo.c
5781         * src/plugins/trayicon/trayicon.c
5782                 s/Sylpheed/Sylpheed-Claws/
5783
5784 2005-10-16 [colin]      1.9.15cvs60
5785
5786         * src/wizard.c
5787                 Add a welcome email in the first empty mailbox
5788         * src/prefs_common.c
5789                 Change one more default
5790
5791 2005-10-16 [colin]      1.9.15cvs59
5792
5793         * src/wizard.c
5794                 Remove printf
5795
5796 2005-10-16 [colin]      1.9.15cvs58
5797
5798         * src/toolbar.c
5799         * src/prefs_common.c
5800                 Change some defaults
5801
5802 2005-10-16 [colin]      1.9.15cvs57
5803
5804         * src/toolbar.c
5805         * src/prefs_common.c
5806                 Change some defaults
5807
5808 2005-10-16 [colin]      1.9.15cvs56
5809
5810         * src/wizard.c
5811                 By default, initialize fonts to have
5812                 the same size as normal GtkWidgets
5813
5814 2005-10-16 [colin]      1.9.15cvs55
5815
5816         * src/mimeview.c
5817                 Fix message a bit more
5818
5819 2005-10-16 [colin]      1.9.15cvs54
5820
5821         * src/addressbook.c
5822                 Second attempt at flicker fixing
5823
5824 2005-10-16 [colin]      1.9.15cvs53
5825
5826         * src/addressbook.c
5827                 Fix flicker
5828
5829 2005-10-16 [wwp]        1.9.15cvs52
5830
5831         * src/addressbook.c
5832         * src/editaddress.c
5833         * src/prefs_common.c
5834         * src/prefs_common.h
5835                 Remember window sizes (address book)
5836
5837 2005-10-16 [wwp]        1.9.15cvs51
5838
5839         * src/plugins/clamav/clamav_plugin_gtk.c
5840         * src/plugins/spamassassin/spamassassin_gtk.c
5841                 Fix compilation warnings (missing #include).
5842
5843 2005-10-16 [colin]      1.9.15cvs50
5844
5845         * src/mimeview.c
5846         * src/summaryview.c
5847         * src/textview.c
5848                 Make 'c' check signature, and forward
5849                 c, l, y, t from summaryview to mimeview
5850
5851 2005-10-16 [colin]      1.9.15cvs49
5852
5853         * src/addressbook.c
5854                 Put border around buttons
5855         * src/mainwindow.c
5856         * src/summaryview.c
5857                 Rework menus (Patch based on a patch
5858                 by Paul)
5859
5860 2005-10-15 [wwp]        1.9.15cvs48
5861
5862         * src/editjpilot.c
5863         * src/editldap.c
5864         * src/editvcard.c
5865         * src/exphtmldlg.c
5866         * src/expldifdlg.c
5867         * src/export.c
5868         * src/import.c
5869         * src/importldif.c
5870         * src/importmutt.c
5871         * src/importpine.c
5872         * src/prefs_account.c
5873         * src/prefs_spelling.c
5874         * src/gtk/gtkutils.c
5875         * src/gtk/gtkutils.h
5876         * src/plugins/clamav/clamav_plugin_gtk.c
5877         * src/plugins/spamassassin/spamassassin_gtk.c
5878                 use nicer browse-for-file/dir buttons than the "..." ones,
5879                 code factorizing more.
5880
5881 2005-10-14 [colin]      1.9.15cvs47
5882
5883         * src/mainwindow.c
5884                 set relief on the account switcher so that people see it
5885                 grey out Create processing rules when no message is selected
5886         * src/prefs_filtering.c
5887                 ask before closing if the rule has not been modified, even if
5888                 it's not valid
5889         * src/prefs_matcher.c
5890                 fix sensitivity when entering the dialog
5891         * src/gtk/inputdialog.c
5892                 display a better icon on password ask
5893         * src/plugins/pgpcore/passphrase.c
5894                 make the dialog look better
5895
5896 2005-10-14 [paul]       1.9.15cvs46
5897
5898         * src/folderview.c
5899                 indicate presense of marked msgs in
5900                 unexpanded subfolders
5901
5902 2005-10-14 [paul]       1.9.15cvs45
5903
5904         * src/prefs_actions.c
5905         * src/prefs_common.c
5906         * src/prefs_common.h
5907         * src/prefs_filtering_action.c
5908         * src/prefs_matcher.c
5909         * src/prefs_template.c
5910                 remember window sizes
5911                 fix Info button size
5912
5913         Patches by wwp
5914
5915 2005-10-13 [colin]      1.9.15cvs44
5916
5917         * src/mimeview.c
5918         * src/noticeview.c
5919         * src/noticeview.h
5920                 Add a tooltip on the icon (optional) 
5921                 Get rid of the signature buttons and only
5922                 use the icon+tooltip
5923
5924 2005-10-13 [colin]      1.9.15cvs43
5925
5926         * src/noticeview.c
5927         * src/noticeview.h
5928                 Add hand cursor for hovering over icon
5929
5930 2005-10-13 [colin]      1.9.15cvs42
5931
5932         * src/summaryview.c
5933                 Fix crash when quicksearch's hidden 
5934                 at startup
5935
5936 2005-10-13 [colin]      1.9.15cvs41
5937
5938         * src/compose.c
5939                 Set subject when forwarding multiple mails
5940                 Check that other recipient than the default Cc or Bcc
5941                 have been set before sending.
5942
5943 2005-10-13 [colin]      1.9.15cvs40
5944
5945         * src/imap.c
5946                 Batch per-folder
5947                 Introduce locking, but don't use it yet
5948
5949 2005-10-13 [colin]      1.9.15cvs39
5950
5951         * src/gtk/quicksearch.c
5952                 Reset quicksearch when hiding it
5953                 Make sticky a real pref
5954
5955 2005-10-13 [colin]      1.9.15cvs38
5956
5957         * src/summaryview.c
5958                 Faster prefs apply
5959
5960 2005-10-13 [colin]      1.9.15cvs37
5961
5962         * src/mimeview.c
5963         * src/noticeview.c
5964         * src/noticeview.h
5965         * src/plugins/pgpcore/sgpgme.c
5966                 Make privacy icon clickable
5967                 Move Trust field in Full info
5968                 When trust is less than full, don't display
5969                 a warning icon
5970
5971 2005-10-13 [colin]      1.9.15cvs36
5972
5973         * src/folder.c
5974                 Batch on flags sync
5975         * src/folderview.c
5976                 Revert speed hack which is dangerous in fact
5977                 Apply prefs faster
5978
5979 2005-10-13 [colin]      1.9.15cvs35
5980
5981         * src/folder_item_prefs.c
5982                 Fix pref corruption on folder move. Patch
5983                 by wwp
5984
5985 2005-10-13 [paul]       1.9.15cvs34
5986
5987         * src/export.c
5988         * src/import.c
5989                 fix typos in g_warnings
5990         * src/prefs_account.c
5991                 add a file selector for Signature file
5992
5993         Patches by wwp
5994
5995 2005-10-12 [colin]      1.9.15cvs33
5996
5997         * src/mimeview.c
5998                 Provide a quick way to go back from a
5999                 signature's full info to the email part
6000
6001 2005-10-12 [colin]      1.9.15cvs32
6002
6003         * src/compose.c
6004                 Remove old hack of encoding signed mails with base64.
6005                 QP works equally well.
6006
6007 2005-10-12 [colin]      1.9.15cvs31
6008
6009         * src/crash.c
6010                 Replace deprecated GtkText with GtkTextView
6011         * src/imap.c
6012                 Fix a logic bug about counts in imap_select
6013                 (previously un-triggered)
6014         * src/mainwindow.c
6015         * src/summaryview.c
6016         * src/news.c
6017                 Allow local deletion of news posts
6018         * src/mimeview.c
6019                 Show GPG noticeview on the message/rfc822 part
6020                 in addition to the text/plain one
6021         * src/prefs_image_viewer.c
6022           src/plugins/pgpcore/prefs_gpg.c
6023                 Polish (set the label as part of the checkbox)
6024         * src/wizard.c
6025                 Don't sit there doing nothing after destroying
6026                 the window - return err
6027
6028 2005-10-11 [colin]      1.9.15cvs30
6029
6030         * src/folderview.c
6031                 Apply processing rules before showing folders.
6032                 Early folder show (before flags sync) will only
6033                 be done when there are no processing rules (nor
6034                 pre- or post- ones)
6035         * src/imap.c
6036                 Fix stuff related to mail subdir, creation and 
6037                 deletion of folders 
6038         * src/imap_gtk.c
6039                 Don't allow creation of folders in NoInferior
6040                 folders, as it won't work
6041
6042 2005-10-10 [colin]      1.9.15cvs29
6043
6044         * src/compose.c
6045                 Reselect "None" Privacy system when selecting an
6046                 account with no privacy system defined
6047
6048 2005-10-10 [colin]      1.9.15cvs28
6049
6050         * src/mainwindow.c
6051                 Add Windows-1252 encoding
6052         * src/prefs_common.c
6053                 Rework some defaults:
6054                 - autosave to draft by default
6055                 - don't show header pane (it's already in the textview)
6056                 - Select first new or unread mail on entry
6057                 - Assume 'Yes' to change folder when there's no more
6058                   unread message
6059         * src/prefs_matcher.c
6060                 Fix a gtk assertion failure
6061         * src/gtk/colorlabel.c
6062                 Workaround bad repainting on selection
6063         * src/main.c
6064                 Freeze/thaw (a bit faster on ssh -X)
6065         * src/msgcache.c
6066                 Get rid of StrdupConverter that just adds an
6067                 extra strdup/free 
6068         * src/etpan/imap_thread.c
6069                 memset buf to 0
6070
6071 2005-10-10 [colin]      1.9.15cvs27
6072
6073         * src/export.c
6074         * src/import.c
6075                 Fix compile on gtk 2.4. Patch by wwp
6076
6077 2005-10-09 [colin]      1.9.15cvs26
6078
6079         * src/mainwindow.c
6080         * src/messageview.c
6081         * src/summaryview.c
6082                 Clarify forward menus. Patch by wwp
6083
6084 2005-10-09 [colin]      1.9.15cvs25
6085
6086         * src/compose.c
6087         * src/compose.h
6088                 Fix bug #829 (Non-working "Encrypt message by 
6089                 default when replying to an encrypted message")
6090
6091 2005-10-08 [colin]      1.9.15cvs24
6092
6093         * src/wizard.c
6094                 Fix bug #827 ("Welcome" setup wizard after a 
6095                 permission error gives up & forgets itself.)
6096
6097 2005-10-08 [colin]      1.9.15cvs23
6098
6099         * src/procmime.c
6100                 Fix bug #828 (Ignoring headers with spaces around = sign)
6101
6102 2005-10-08 [colin]      1.9.15cvs22
6103
6104         * src/export.c
6105                 Warning fix by wwp
6106
6107 2005-10-08 [colin]      1.9.15cvs21
6108
6109         * src/folder.c
6110         * src/folder.h
6111                 Add a processing_pending indicator, set on 
6112                 folder_item_open and cleared after 
6113                 folder_item_process_open
6114         * src/folderview.c
6115         * src/summaryview.c
6116                 wrap procmsg_msginfo_*_flags, and in the
6117                 wrapper check that there's no folder processing 
6118                 pending. If there is, defer the flags change until 
6119                 processing is done to avoid stepping over each
6120                 other's toes.
6121                 Freeze during processing, but not during scanning.
6122
6123 2005-10-07 [colin]      1.9.15cvs20
6124
6125         * src/plugins/pgpcore/passphrase.c
6126                 Fix bug #826 (X-Server hangs when 
6127                 right-clicking a PGP encrypted message)
6128
6129 2005-10-07 [paul]       1.9.15cvs19
6130
6131         * src/compose.c
6132                 fix compose_entries[]
6133                 patch by Fabien Vantard
6134
6135 2005-10-06 [colin]      1.9.15cvs18
6136
6137         * src/pixmaps/address.xpm
6138         * src/pixmaps/address_book.xpm
6139         * src/pixmaps/book.xpm
6140         * src/pixmaps/check_spelling.xpm
6141         * src/pixmaps/checkbox_off.xpm
6142         * src/pixmaps/checkbox_on.xpm
6143         * src/pixmaps/close.xpm
6144         * src/pixmaps/complete.xpm
6145         * src/pixmaps/continue.xpm
6146         * src/pixmaps/deleted.xpm
6147         * src/pixmaps/down_arrow.xpm
6148         * src/pixmaps/exec.xpm
6149         * src/pixmaps/forwarded.xpm
6150         * src/pixmaps/group.xpm
6151         * src/pixmaps/ignorethread.xpm
6152         * src/pixmaps/interface.xpm
6153         * src/pixmaps/jpilot.xpm
6154         * src/pixmaps/ldap.xpm
6155         * src/pixmaps/linewrap.xpm
6156         * src/pixmaps/linewrapcurrent.xpm
6157         * src/pixmaps/mail.xpm
6158         * src/pixmaps/mail_attach.xpm
6159         * src/pixmaps/mail_compose.xpm
6160         * src/pixmaps/mail_forward.xpm
6161         * src/pixmaps/mail_receive.xpm
6162         * src/pixmaps/mail_receive_all.xpm
6163         * src/pixmaps/mail_reply.xpm
6164         * src/pixmaps/mail_reply_to_all.xpm
6165         * src/pixmaps/mail_reply_to_author.xpm
6166         * src/pixmaps/mail_send.xpm
6167         * src/pixmaps/mail_send_queue.xpm
6168         * src/pixmaps/mime_application.xpm
6169         * src/pixmaps/mime_audio.xpm
6170         * src/pixmaps/mime_image.xpm
6171         * src/pixmaps/mime_message.xpm
6172         * src/pixmaps/mime_text_enriched.xpm
6173         * src/pixmaps/mime_text_html.xpm
6174         * src/pixmaps/mime_text_plain.xpm
6175         * src/pixmaps/mime_unknown.xpm
6176         * src/pixmaps/new.xpm
6177         * src/pixmaps/news_compose.xpm
6178         * src/pixmaps/offline.xpm
6179         * src/pixmaps/online.xpm
6180         * src/pixmaps/paste.xpm
6181         * src/pixmaps/preferences.xpm
6182         * src/pixmaps/privacy_emblem_encrypted.xpm
6183         * src/pixmaps/privacy_expired.xpm
6184         * src/pixmaps/privacy_failed.xpm
6185         * src/pixmaps/privacy_passed.xpm
6186         * src/pixmaps/privacy_signed.xpm
6187         * src/pixmaps/privacy_unknown.xpm
6188         * src/pixmaps/privacy_warn.xpm
6189         * src/pixmaps/properties.xpm
6190         * src/pixmaps/replied.xpm
6191         * src/pixmaps/search.xpm
6192         * src/pixmaps/unread.xpm
6193         * src/pixmaps/up_arrow.xpm
6194         * src/pixmaps/vcard.xpm
6195                 Modernize internal theme, with icons from the 
6196                 Gnomaws theme. Keep some of the old ones where
6197                 they were better.
6198
6199 2005-10-06 [colin]      1.9.15cvs17
6200
6201         * src/summaryview.c
6202                 Little optimisations + bugfix
6203         * src/toolbar.c
6204                 Remove default useless items - useless being defined
6205                 by the default relevant prefs
6206         * src/wizard.c
6207                 include config.h to make gettext work
6208         * src/prefs_themes.c
6209                 Fix selection of current theme in prefs
6210
6211 2005-10-06 [colin]      1.9.15cvs16
6212
6213         * src/prefs_common.c
6214         * src/prefs_common.h
6215         * src/prefs_summaries.c
6216         * src/folderview.c
6217                 Add a warning dialog on Mark all read 
6218                 (with pref to get rid of it)
6219
6220 2005-10-06 [paul]       1.9.15cvs15
6221
6222         * po/nb.po
6223         * po/pt_BR.po
6224                 updated by Geir Helland and Frederico
6225                 Goncalves Guimaraes
6226
6227 2005-10-05 [colin]      1.9.15cvs14
6228
6229         * src/folder.c
6230         * src/folder.h
6231         * src/folderview.c
6232         * src/folderview.h
6233         * src/imap_gtk.c
6234         * src/mh_gtk.c
6235         * src/mainwindow.c
6236         * src/setup.c
6237                 add a way to rescan without rebuilding
6238                 make moving a bit faster (less folders changes)
6239                 don't lock the tree on Get 
6240         * src/imap.c
6241                 Don't re-delete deleted messages before expunging
6242         * src/summaryview.c
6243                 Set batch mode when deleting mails
6244
6245 2005-10-05 [paul]       1.9.15cvs13
6246
6247         * src/mainwindow.c
6248         * src/mainwindow.h
6249                 fix disabled Execute menu item
6250         * src/toolbar.c
6251                 match the change in 1.9.15cvs10: use Compose
6252                 instead of News by default
6253
6254 2005-10-04 [colin]      1.9.15cvs12
6255
6256         * src/compose.c
6257                 When replying to an ML post with Reply-To set
6258                 to the poster's email, honor it (as before),
6259                 but also honor our user's request to reply to
6260                 the mailing list: set the ML address in the To
6261                 field and the Reply-To address in the Cc: 
6262                 field.
6263
6264 2005-10-04 [colin]      1.9.15cvs11
6265
6266         * src/plugins/trayicon/trayicon.c
6267                 Finish cosmetic change - thanks to wwp
6268
6269 2005-10-04 [colin]      1.9.15cvs10
6270
6271         * src/toolbar.c
6272                 Use Compose instead of Email by default.
6273                 Spotted by wwp.
6274
6275 2005-10-04 [colin]      1.9.15cvs9
6276
6277         * src/folder.c
6278         * src/folder.h
6279         * src/folderview.c
6280         * src/imap.c
6281         * src/etpan/imap-thread.c
6282         * src/etpan/imap-thread.h
6283                 Try to make IMAP faster, by simplifying SEARCH
6284                 commands, avoiding sending two STATUS in a row,
6285                 and deferring flags sync and processing just
6286                 after displaying the folder. 
6287                 This will update the SummaryView in certain
6288                 cases (new mails not already fetched, flags
6289                 changed from another client) but in a non-
6290                 blocking manner.
6291
6292 2005-10-04 [colin]      1.9.15cvs8
6293
6294         * src/plugins/trayicon/trayicon.c
6295                 Relabel "Offline" to "Work offline"
6296
6297 2005-10-04 [colin]      1.9.15cvs7
6298
6299         * src/export.c
6300         * src/import.c
6301         * src/mbox.c
6302                 Fix mbox import/export buglets
6303                 Patch by wwp
6304         * src/plugins/trayicon/trayicon.c
6305                 Add offline swithc
6306                 Patch by wwp
6307
6308 2005-10-04 [colin]      1.9.15cvs6
6309
6310         * src/folder.c
6311         * src/folderview.c
6312         * src/summaryview.c
6313                 Better fix (don't break mark all read) for cvs2
6314
6315 2005-10-03 [colin]      1.9.15cvs5
6316
6317         * src/folder.c
6318                 Use a sane sort by default
6319
6320 2005-10-03 [colin]      1.9.15cvs4
6321
6322         * src/inc.c
6323                 Add a 'Only once' button for overriding offline mode
6324         * src/prefs_account.c
6325         * src/wizard.c
6326                 Add Local mbox to the wizard
6327                 Add IMAP subdir to the wizard (or the wizard is useless
6328                 for such accounts, or even worse than useless)
6329                 Move IMAP subdir from Advanced to Receive tab, as it's
6330                 not that uncommon
6331
6332 2005-10-03 [colin]      1.9.15cvs3
6333
6334         * src/send_message.c
6335                 Forgot this one in cvs1
6336
6337 2005-10-03 [colin]      1.9.15cvs2
6338
6339         * src/folder.c
6340                 Faster close when leaving a folder with lots
6341                 of new mails. Idea by David Relson.
6342
6343 2005-10-03 [colin]      1.9.15cvs1
6344
6345         * src/compose.c
6346         * src/imap.c
6347         * src/inc.c
6348         * src/main.c
6349         * src/messageview.c
6350         * src/news.c
6351         * src/summaryview.c
6352         * src/gtk/sslcertwindow.c
6353         * src/plugins/trayicon/trayicon.c
6354                 Add accels to every AlertPanel. Patch by Fabien 
6355                 Vantard
6356
6357 2005-10-03 [paul]       1.9.15
6358
6359         1.9.15 released
6360
6361 2005-10-03 [paul]       1.9.14cvs68
6362
6363         * po/ca.po
6364         * po/de.po
6365         * po/es.po
6366         * po/fi.po
6367         * po/fr.po
6368         * po/sk.po
6369         * po/sr.po
6370         * po/zh_CN.po
6371                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6372                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6373                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6374
6375 2005-10-03 [paul]       1.9.14cvs67
6376
6377         * src/send_message.c
6378                 prevent hang on Cancel
6379                 patch by Colin
6380
6381 2005-10-03 [paul]       1.9.14cvs66
6382
6383         * src/main.c
6384                 fix crash in IMAP caused by discrepancy
6385                 between check_at_startup and offline mode
6386                 Patch by Colin
6387
6388 2005-10-01 [paul]       1.9.14cvs65
6389
6390         * src/inc.c
6391                 fix engrish
6392
6393 2005-10-01 [paul]       1.9.14cvs64
6394         * src/export.c
6395         * src/import.c
6396                 synchronise import_mbox() and export_mbox()
6397         * src/mbox.c
6398                 proc_mbox(): add alert if file cannot be opened
6399                 export_list_to_mbox(): test if dest file exists,
6400                 prompt user to overwrite if it does. add alert
6401                 if file cannot be created
6402                                                                 
6403         Patch by wwp
6404                                                                                                                 
6405
6406 2005-09-30 [paul]       1.9.14cvs63
6407
6408         * src/addressbook.c
6409                 Fix sensitivity of a menu
6410         * src/codeconv.c
6411                 Respect hidden pref for mails with no encoding
6412         * src/common/xml.c
6413                 Fix memory corruption
6414         * src/plugins/pgpcore/sgpgme.c
6415                 Fix segfault on incomplete sigs, and display
6416                 of S/Mime UIDs
6417
6418         Patches by Colin
6419
6420 2005-09-30 [colin]      1.9.14cvs62
6421
6422         * src/partial_download.c
6423                 Little logic fix in almost-dead code
6424         * src/pop.c
6425                 Fix partial download when there's no new mail
6426
6427 2005-09-29 [paul]       1.9.14cvs61
6428
6429         * src/plugins/pgpinline/pgpinline.c
6430                 fix bug 819, 'crash accessing sign message'
6431                 Patch by Colin
6432
6433 2005-09-28 [martin]     1.9.14cvs60
6434
6435         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6436                 fix bug #790 (Crash when restarting window manager (fluxbox))
6437
6438 2005-09-28 [paul]       1.9.14cvs59
6439
6440         * src/gtk/gtkaspell.c
6441                 fix off-by-one typo
6442
6443 2005-09-27 [colin]      1.9.14cvs58
6444
6445         * src/plugins/pgpcore/sgpgme.c
6446                 Report error when there's one, instead of
6447                 "Signature unchecked" 
6448
6449 2005-09-27 [colin]      1.9.14cvs57
6450
6451         * src/prefs_quote.c
6452                 Fix bug #816 (Weird quotation with spaces)
6453
6454 2005-09-27 [colin]      1.9.14cvs56
6455
6456         * src/codeconv.c
6457         * src/compose.c
6458         * src/compose.h
6459                 Put subject in compose's title
6460                 Fix Automatic encoding so that it's really automatic:
6461                 first try default locale's charset, then charset of the replied mail, 
6462                 then utf-8
6463                 Fix encoding of headers (must be in strict mode too)
6464
6465 2005-09-26 [colin]      1.9.14cvs55
6466
6467         * src/gtk/gtkaspell.c
6468                 Fix previous patch - don't color the space,
6469                 just uncolor it :)
6470
6471 2005-09-26 [colin]      1.9.14cvs54
6472
6473         * src/gtk/gtkaspell.c
6474                 Unmark space if possible
6475
6476 2005-09-26 [colin]      1.9.14cvs53
6477
6478         * src/imap.c
6479                 log_error instead of alertpanel according to the pref
6480         * src/etpan/imap-thread.c
6481                 Print connect status, copy only necessary size to 
6482                 logger
6483         * src/plugins/pgpmime/pgpmime.c
6484                 Handle S/Mime signatures (verification only). Patch based
6485                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6486
6487 2005-09-26 [paul]       1.9.14cvs52
6488
6489         * src/common/passcrypt.c
6490                 this 'workaround' not necessary on NetBSD.
6491                 Thanks to Daniel Gustafson
6492
6493 2005-09-26 [paul]
6494
6495         1.9.15-rc4 released
6496
6497 2005-09-26 [paul]       1.9.14cvs51
6498
6499         * src/summaryview.c
6500                 Skip currently selected message when
6501                 looking for next new or unread message
6502                 in current folder. Patch by Colin
6503         * src/common/passcrypt.c
6504                 eliminate warnings on *BSD. Patch by
6505                 Daniel Gustafson
6506
6507 2005-09-26 [colin]      1.9.14cvs50
6508
6509         * src/procmsg.c
6510                 Call postfiltering hook anyway
6511
6512 2005-09-22 [colin]      1.9.14cvs49
6513
6514         * src/codeconv.c
6515         * src/codeconv.h
6516                 Add a strict mode that doesn't replace with _
6517         * src/compose.c
6518         * src/compose.h
6519                 Use strict conversion while sending
6520                 Fix race when drafting while sending (happens
6521                 on IMAP)
6522                 Fix d'n'd of messages from summaryview
6523         * src/prefs_common.c
6524         * src/prefs_common.h
6525                 add hidden utf8_instead_of_locale_for_broken_mail 
6526                 pref for people that preferred the default charset 
6527                 to be utf8 for broken mails
6528         * src/quote_fmt_parse.y
6529                 fix bug #815 (No quote insert if "From:" fied 
6530                 contained Russian letters)
6531         * src/summaryview.c
6532                 Fix d'n'd of messages to compose
6533
6534 2005-09-22 [paul]       1.9.14cvs48
6535
6536         * src/compose.c
6537                 fix bug where attachments Name entry
6538                 would display Path instead
6539
6540 2005-09-21 [paul]       1.9.14cvs47
6541
6542         * README
6543         * README.jp
6544         * configure.ac
6545         * config/config.rpath
6546         * doc/manual/en/sylpheed-20.html
6547         * doc/manual/es/sylpheed-20.html
6548         * po/bg.po
6549         * po/ca.po
6550         * po/de.po
6551         * po/es.po
6552         * po/fr.po
6553         * po/it.po
6554         * po/pt_BR.po
6555         * po/sk.po
6556         * po/zh_TW.po
6557         * src/account.c
6558         * src/account.h
6559         * src/action.c
6560         * src/action.h
6561         * src/adbookbase.h
6562         * src/addr_compl.c
6563         * src/addr_compl.h
6564         * src/addrbook.c
6565         * src/addrbook.h
6566         * src/addrcache.c
6567         * src/addrcache.h
6568         * src/addrcindex.c
6569         * src/addrcindex.h
6570         * src/addrclip.c
6571         * src/addrclip.h
6572         * src/addrdefs.h
6573         * src/addressadd.c
6574         * src/addressadd.h
6575         * src/addressbook.c
6576         * src/addressbook.h
6577         * src/addressitem.h
6578         * src/addrgather.c
6579         * src/addrgather.h
6580         * src/addrharvest.c
6581         * src/addrharvest.h
6582         * src/addrindex.c
6583         * src/addrindex.h
6584         * src/addritem.c
6585         * src/addritem.h
6586         * src/addrquery.c
6587         * src/addrquery.h
6588         * src/addrselect.c
6589         * src/addrselect.h
6590         * src/alertpanel.c
6591         * src/alertpanel.h
6592         * src/browseldap.c
6593         * src/browseldap.h
6594         * src/codeconv.c
6595         * src/codeconv.h
6596         * src/compose.c
6597         * src/compose.h
6598         * src/crash.c
6599         * src/crash.h
6600         * src/customheader.c
6601         * src/customheader.h
6602         * src/displayheader.c
6603         * src/displayheader.h
6604         * src/editaddress.c
6605         * src/editaddress.h
6606         * src/editbook.c
6607         * src/editbook.h
6608         * src/editgroup.c
6609         * src/editgroup.h
6610         * src/editjpilot.c
6611         * src/editjpilot.h
6612         * src/editldap.c
6613         * src/editldap.h
6614         * src/editldap_basedn.c
6615         * src/editldap_basedn.h
6616         * src/editvcard.c
6617         * src/editvcard.h
6618         * src/enriched.c
6619         * src/enriched.h
6620         * src/exphtmldlg.c
6621         * src/exphtmldlg.h
6622         * src/expldifdlg.c
6623         * src/expldifdlg.h
6624         * src/export.c
6625         * src/export.h
6626         * src/exporthtml.c
6627         * src/exporthtml.h
6628         * src/exportldif.c
6629         * src/exportldif.h
6630         * src/filtering.c
6631         * src/filtering.h
6632         * src/folder.c
6633         * src/folder.h
6634         * src/folder_item_prefs.c
6635         * src/folder_item_prefs.h
6636         * src/foldersel.c
6637         * src/foldersel.h
6638         * src/folderutils.c
6639         * src/folderutils.h
6640         * src/folderview.c
6641         * src/folderview.h
6642         * src/grouplistdialog.c
6643         * src/grouplistdialog.h
6644         * src/headerview.c
6645         * src/headerview.h
6646         * src/html.c
6647         * src/html.h
6648         * src/image_viewer.c
6649         * src/image_viewer.h
6650         * src/imap.c
6651         * src/imap.h
6652         * src/imap_gtk.c
6653         * src/imap_gtk.h
6654         * src/import.c
6655         * src/import.h
6656         * src/importldif.c
6657         * src/importldif.h
6658         * src/importmutt.c
6659         * src/importmutt.h
6660         * src/importpine.c
6661         * src/importpine.h
6662         * src/inc.c
6663         * src/inc.h
6664         * src/jpilot.c
6665         * src/jpilot.h
6666         * src/ldapctrl.c
6667         * src/ldapctrl.h
6668         * src/ldaplocate.c
6669         * src/ldaplocate.h
6670         * src/ldapquery.c
6671         * src/ldapquery.h
6672         * src/ldapserver.c
6673         * src/ldapserver.h
6674         * src/ldaputil.c
6675         * src/ldaputil.h
6676         * src/ldif.c
6677         * src/ldif.h
6678         * src/localfolder.c
6679         * src/localfolder.h
6680         * src/main.c
6681         * src/main.h
6682         * src/mainwindow.c
6683         * src/mainwindow.h
6684         * src/manual.c
6685         * src/manual.h
6686         * src/matcher.c
6687         * src/matcher.h
6688         * src/matcher_parser.h
6689         * src/matcher_parser_lex.l
6690         * src/matcher_parser_parse.y
6691         * src/mbox.c
6692         * src/mbox.h
6693         * src/message_search.c
6694         * src/message_search.h
6695         * src/messageview.c
6696         * src/messageview.h
6697         * src/mh.c
6698         * src/mh.h
6699         * src/mh_gtk.c
6700         * src/mh_gtk.h
6701         * src/mimeview.c
6702         * src/mimeview.h
6703         * src/msgcache.c
6704         * src/msgcache.h
6705         * src/mutt.c
6706         * src/mutt.h
6707         * src/news.c
6708         * src/news.h
6709         * src/news_gtk.c
6710         * src/news_gtk.h
6711         * src/noticeview.c
6712         * src/noticeview.h
6713         * src/partial_download.c
6714         * src/partial_download.h
6715         * src/pine.c
6716         * src/pine.h
6717         * src/pop.c
6718         * src/pop.h
6719         * src/prefs_account.c
6720         * src/prefs_account.h
6721         * src/prefs_actions.c
6722         * src/prefs_actions.h
6723         * src/prefs_common.c
6724         * src/prefs_common.h
6725         * src/prefs_compose_writing.c
6726         * src/prefs_compose_writing.h
6727         * src/prefs_customheader.c
6728         * src/prefs_customheader.h
6729         * src/prefs_display_header.c
6730         * src/prefs_display_header.h
6731         * src/prefs_ext_prog.c
6732         * src/prefs_ext_prog.h
6733         * src/prefs_filtering.c
6734         * src/prefs_filtering.h
6735         * src/prefs_filtering_action.c
6736         * src/prefs_filtering_action.h
6737         * src/prefs_folder_column.c
6738         * src/prefs_folder_column.h
6739         * src/prefs_folder_item.c
6740         * src/prefs_folder_item.h
6741         * src/prefs_fonts.c
6742         * src/prefs_fonts.h
6743         * src/prefs_gtk.c
6744         * src/prefs_gtk.h
6745         * src/prefs_image_viewer.c
6746         * src/prefs_image_viewer.h
6747         * src/prefs_matcher.c
6748         * src/prefs_matcher.h
6749         * src/prefs_message.c
6750         * src/prefs_message.h
6751         * src/prefs_msg_colors.c
6752         * src/prefs_msg_colors.h
6753         * src/prefs_other.c
6754         * src/prefs_other.h
6755         * src/prefs_quote.c
6756         * src/prefs_quote.h
6757         * src/prefs_receive.c
6758         * src/prefs_receive.h
6759         * src/prefs_send.c
6760         * src/prefs_send.h
6761         * src/prefs_spelling.c
6762         * src/prefs_spelling.h
6763         * src/prefs_summaries.c
6764         * src/prefs_summaries.h
6765         * src/prefs_summary_column.c
6766         * src/prefs_summary_column.h
6767         * src/prefs_template.c
6768         * src/prefs_template.h
6769         * src/prefs_themes.c
6770         * src/prefs_themes.h
6771         * src/prefs_toolbar.c
6772         * src/prefs_toolbar.h
6773         * src/prefs_wrapping.c
6774         * src/prefs_wrapping.h
6775         * src/privacy.c
6776         * src/privacy.h
6777         * src/procheader.c
6778         * src/procheader.h
6779         * src/procmime.c
6780         * src/procmime.h
6781         * src/procmsg.c
6782         * src/procmsg.h
6783         * src/quote_fmt.c
6784         * src/quote_fmt_parse.y
6785         * src/recv.c
6786         * src/recv.h
6787         * src/remotefolder.c
6788         * src/remotefolder.h
6789         * src/send_message.c
6790         * src/send_message.h
6791         * src/setup.c
6792         * src/setup.h
6793         * src/simple-gettext.c
6794         * src/sourcewindow.c
6795         * src/sourcewindow.h
6796         * src/ssl_manager.c
6797         * src/ssl_manager.h
6798         * src/statusbar.c
6799         * src/statusbar.h
6800         * src/stock_pixmap.c
6801         * src/stock_pixmap.h
6802         * src/summary_search.c
6803         * src/summary_search.h
6804         * src/summaryview.c
6805         * src/summaryview.h
6806         * src/syldap.c
6807         * src/syldap.h
6808         * src/textview.c
6809         * src/textview.h
6810         * src/toolbar.c
6811         * src/toolbar.h
6812         * src/undo.c
6813         * src/undo.h
6814         * src/unmime.c
6815         * src/unmime.h
6816         * src/vcard.c
6817         * src/vcard.h
6818         * src/wizard.c
6819         * src/wizard.h
6820         * src/common/base64.c
6821         * src/common/base64.h
6822         * src/common/defs.h
6823         * src/common/hooks.c
6824         * src/common/hooks.h
6825         * src/common/log.c
6826         * src/common/log.h
6827         * src/common/md5.c
6828         * src/common/md5.h
6829         * src/common/mgutils.c
6830         * src/common/mgutils.h
6831         * src/common/nntp.c
6832         * src/common/nntp.h
6833         * src/common/passcrypt.c
6834         * src/common/passcrypt.h.in
6835         * src/common/plugin.c
6836         * src/common/plugin.h
6837         * src/common/prefs.c
6838         * src/common/prefs.h
6839         * src/common/progressindicator.c
6840         * src/common/progressindicator.h
6841         * src/common/quoted-printable.c
6842         * src/common/quoted-printable.h
6843         * src/common/session.c
6844         * src/common/session.h
6845         * src/common/smtp.c
6846         * src/common/smtp.h
6847         * src/common/socket.c
6848         * src/common/socket.h
6849         * src/common/ssl.c
6850         * src/common/ssl.h
6851         * src/common/ssl_certificate.c
6852         * src/common/ssl_certificate.h
6853         * src/common/string_match.c
6854         * src/common/string_match.h
6855         * src/common/stringtable.c
6856         * src/common/sylpheed.c
6857         * src/common/sylpheed.h
6858         * src/common/template.c
6859         * src/common/template.h
6860         * src/common/timing.h
6861         * src/common/utils.c
6862         * src/common/utils.h
6863         * src/common/uuencode.c
6864         * src/common/uuencode.h
6865         * src/common/version.h.in
6866         * src/common/xml.c
6867         * src/common/xml.h
6868         * src/common/xmlprops.c
6869         * src/common/xmlprops.h
6870         * src/gtk/about.c
6871         * src/gtk/about.h
6872         * src/gtk/colorlabel.c
6873         * src/gtk/colorlabel.h
6874         * src/gtk/colorsel.c
6875         * src/gtk/colorsel.h
6876         * src/gtk/description_window.c
6877         * src/gtk/description_window.h
6878         * src/gtk/filesel.c
6879         * src/gtk/filesel.h
6880         * src/gtk/foldersort.c
6881         * src/gtk/foldersort.h
6882         * src/gtk/gtkutils.c
6883         * src/gtk/gtkutils.h
6884         * src/gtk/inputdialog.c
6885         * src/gtk/inputdialog.h
6886         * src/gtk/logwindow.c
6887         * src/gtk/logwindow.h
6888         * src/gtk/manage_window.c
6889         * src/gtk/manage_window.h
6890         * src/gtk/menu.c
6891         * src/gtk/menu.h
6892         * src/gtk/pluginwindow.c
6893         * src/gtk/pluginwindow.h
6894         * src/gtk/prefswindow.c
6895         * src/gtk/prefswindow.h
6896         * src/gtk/progressdialog.c
6897         * src/gtk/progressdialog.h
6898         * src/gtk/quicksearch.c
6899         * src/gtk/quicksearch.h
6900         * src/gtk/sslcertwindow.c
6901         * src/gtk/sslcertwindow.h
6902         * src/plugins/clamav/clamav_plugin.c
6903         * src/plugins/clamav/clamav_plugin.h
6904         * src/plugins/clamav/clamav_plugin_gtk.c
6905         * src/plugins/demo/demo.c
6906         * src/plugins/dillo_viewer/dillo_prefs.c
6907         * src/plugins/dillo_viewer/dillo_prefs.h
6908         * src/plugins/dillo_viewer/dillo_viewer.c
6909         * src/plugins/mathml_viewer/mathml_viewer.c
6910         * src/plugins/pgpcore/passphrase.c
6911         * src/plugins/pgpcore/passphrase.h
6912         * src/plugins/pgpcore/plugin.c
6913         * src/plugins/pgpcore/prefs_gpg.c
6914         * src/plugins/pgpcore/prefs_gpg.h
6915         * src/plugins/pgpcore/select-keys.c
6916         * src/plugins/pgpcore/select-keys.h
6917         * src/plugins/pgpcore/sgpgme.c
6918         * src/plugins/pgpcore/sgpgme.h
6919         * src/plugins/pgpinline/pgpinline.c
6920         * src/plugins/pgpinline/pgpinline.h
6921         * src/plugins/pgpinline/plugin.c
6922         * src/plugins/pgpmime/pgpmime.c
6923         * src/plugins/pgpmime/pgpmime.h
6924         * src/plugins/pgpmime/plugin.c
6925         * src/plugins/spamassassin/spamassassin.c
6926         * src/plugins/spamassassin/spamassassin.h
6927         * src/plugins/spamassassin/spamassassin_gtk.c
6928         * src/plugins/trayicon/trayicon.c
6929         * tools/OOo2sylpheed.pl
6930         * tools/acroread2sylpheed.pl
6931         * tools/asus_mailled.sh
6932         * tools/filter_conv.pl
6933         * tools/freshmeat_search.pl
6934         * tools/google_search.pl
6935         * tools/kmail2sylpheed.pl
6936         * tools/kmail2sylpheed_v2.pl
6937         * tools/maildir2sylpheed.pl
6938         * tools/multiwebsearch.pl
6939         * tools/newscache_clean.pl
6940         * tools/outlook2sylpheed.pl
6941         * tools/sylpheed-switcher
6942         * tools/update-po
6943         * tools/vcard2xml.py
6944         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6945                 update FSF address
6946
6947 2005-09-21 [colin]      1.9.14cvs46
6948
6949         * src/gedit-print.c
6950         * src/procmsg.c
6951         * src/procmsg.h
6952         * src/textview.c
6953         * src/summaryview.c
6954                 Remove some printing hacks (deselection/reselection),
6955                 which by the way fix printing the currently 
6956                 displayed mime part (still only text)
6957                 Plus a little optimisation of summary_show
6958
6959
6960 2005-09-20 [colin]      1.9.14cvs45
6961
6962         * src/mainwindow.c
6963         * src/messageview.c
6964                 GUI fixups: add accels, set message
6965                 view title to displayed mail's subject
6966         * src/prefs_spelling.c
6967         * src/gtk/gtkaspell.c
6968                 GUI fixups: allow underlining misspelled
6969                 words instead of coloring them (a11y!)
6970
6971 2005-09-19 [colin]
6972
6973         1.9.15rc3 released
6974
6975 2005-09-19 [colin]      1.9.14cvs44
6976
6977         * src/compose.c
6978                 Fix draft message
6979         * src/gtk/gtkaspell.c
6980                 Fix wrong test ;-)
6981
6982 2005-09-19 [colin]      1.9.14cvs43
6983
6984         * src/addressbook.c
6985                 Fix sensitivity of Delete button
6986         * src/compose.c
6987                 Warn if the requested Privacy system
6988                 is not available
6989         * src/exphtmldlg.c
6990         * src/expldifdlg.c
6991         * src/importldif.c
6992         * src/importmutt.c
6993         * src/importpine.c
6994                 Fix crappy UI
6995         * src/
6996         * src/ssl.h
6997         * src/prefs_account.h
6998         * src/prefs_account.c
6999                 Save SSL prefs even in builds that have
7000                 SSL support disable
7001         * src/imap.c
7002         * src/inc.c
7003         * src/news.c
7004         * src/send_message.c
7005                 Warn if connection should be secure, but
7006                 SSL support isn't compiled in
7007         * src/gtkaspell.c
7008                 Fix word separation on UTF-8 systems
7009                 Fixes bug #812 (Strange inline spellchecking)
7010         * src/compose.c
7011                 Warn if the requested Privacy system
7012                 is not available
7013                 Factorize offline warning
7014         * src/imap.c
7015         * src/imap_gtk.c
7016         * src/imap_gtk.h
7017         * src/inc.h
7018         * src/news_gtk.c
7019         * src/news_gtk.h
7020         * src/messageview.c
7021                 Factorize offline warning
7022
7023 2005-09-19 [paul]
7024
7025         1.9.15-rc2 released
7026
7027 2005-09-18 [colin]      1.9.14cvs42
7028
7029         * src/codeconv.c
7030         * src/codeconv.h
7031         * src/procmime.c
7032                 Add a way to get locale's charset ignoring utf-8,
7033                 and use that as default encoding for broken mails
7034
7035 2005-09-18 [colin]      1.9.14cvs41
7036
7037         * src/gtk/logwindow.c
7038                 Translate string. Patch by Fabien Vantard
7039
7040 2005-09-18 [colin]      1.9.14cvs40
7041
7042         * configure.ac
7043                 Fix bug #803 (IMAP/SSL support breaks with 
7044                 GnuTLS libetpan 0.38)
7045
7046 2005-09-18 [colin]      1.9.14cvs39
7047
7048         * src/codeconv.c
7049         * src/compose.c
7050         * src/procmime.c
7051                 More charsets fixes. Fixes bug #806 (non
7052                 ascii characters in subject line)
7053
7054 2005-09-17 [paul]       1.9.14cvs38
7055
7056         * src/folderview.c
7057         * src/mainwindow.c
7058                 fix gcc-2.95 issues
7059                 Patch by Pawel Pekala
7060
7061 2005-09-17 [colin]      1.9.14cvs37
7062
7063         * src/addrindex.c
7064                 bugfix for NO-USE LDAP compilation, patch 
7065                 by Fabien Vantard
7066
7067 2005-09-17 [colin]      1.9.14cvs36
7068
7069         * src/prefs_actions.c
7070         * src/prefs_customheader.c
7071         * src/prefs_display_header.c
7072         * src/prefs_filtering_action.c
7073         * src/prefs_matcher.c
7074         * src/prefs_toolbar.c
7075                 Fix strange casts (less elegant but
7076                 works better)
7077
7078 2005-09-16 [colin]      1.9.14cvs35
7079
7080         * src/jpilot.c
7081                 Missed that one
7082
7083 2005-09-16 [colin]      1.9.14cvs34
7084
7085         * configure.ac
7086         * src/Makefile.am
7087         * src/addr_compl.c
7088         * src/addrindex.c
7089         * src/browseldap.c
7090         * src/editldap.c
7091         * src/ldaplocate.c
7092         * src/ldapquery.c
7093         * src/ldapquery.h
7094         * src/ldapserver.c
7095         * src/ldapserver.h
7096         * src/main.c
7097         * src/matcher_parser_parse.y
7098         * src/prefs_themes.c
7099         * src/etpan/Makefile.am
7100         * src/gtk/description_window.c
7101         * src/plugins/clamav/Makefile.am
7102         * src/plugins/clamav/clamav_plugin.c
7103         * src/plugins/dillo_viewer/Makefile.am
7104         * src/plugins/pgpcore/Makefile.am
7105         * src/plugins/pgpinline/Makefile.am
7106         * src/plugins/pgpmime/Makefile.am
7107         * src/plugins/trayicon/Makefile.am
7108                 Fix 100% cpu usage in address completion list
7109                 Fix little bugs (return with no values etc)
7110                 Fix all warnings (with common CFLAGS)
7111
7112 2005-09-15 [colin]      1.9.14cvs33
7113
7114         * src/addressbook.c
7115                 Fix bug where sometimes a group's email list is empty,
7116                 force its refresh (probably fixes "Re: how to create a 
7117                 distribution list")
7118         * src/ldapquery.c
7119                 Don't return to the callback in the main thread from the
7120                 fetch thread (or face segs!)
7121
7122 2005-09-15 [paul]       1.9.14cvs32
7123
7124         * src/prefs_matcher.c
7125                 forgotten in last commit
7126
7127 2005-09-15 [paul]       1.9.14cvs31
7128
7129         * src/prefs_actions.c
7130         * src/prefs_filtering_action.c
7131         * src/prefs_quote.c
7132         * src/quote_fmt.c
7133         * src/summaryview.c
7134         * src/gtk/description_window.c
7135         * src/gtk/description_window.h
7136         * src/gtk/quicksearch.c
7137                 allow interaction with the called
7138                 description window
7139                 Patch by Anders Hammar
7140
7141 2005-09-14 [paul]       1.9.14cvs30
7142
7143         * src/compose.c
7144                 fix a little annoyance when pasting with 3rd button 
7145                 with wrap_pastes=0 and wrap_input=1
7146                 Patch by Colin
7147
7148 2005-09-14 [paul]       1.9.14cvs29
7149
7150         * src/prefs_account.c
7151                 disable 'Filter messages on receiving' for
7152                 SMTP-only accounts
7153                 Patch  by Anders Hammar
7154
7155 2005-09-14 [paul]       1.9.14cvs28
7156
7157         * po/sk.po
7158                 fix crash
7159                 updated by Andrej Kacian
7160
7161 2005-09-14 [paul]
7162
7163         1.9.15-rc1 released
7164
7165 2005-09-14 [paul]       1.9.14cvs27
7166
7167         * po/es.po
7168                 updated by Ricardo Mones Lastra
7169         * src/compose.c
7170         * src/compose.h
7171                 associate no_wrap_tags to Compose windows
7172                 instead of using a static one
7173                 Patch by Colin
7174         * src/mbox.c
7175                 fix proc_mbox()
7176                 Patch by wwp
7177         * src/textview.c
7178                 remove unneeded printf()
7179
7180 2005-09-14 [paul]       1.9.14cvs26
7181
7182         * src/addrcache.c
7183         * src/codeconv.h
7184         * src/folder.h
7185         * src/mainwindow.h
7186         * src/mh.c
7187         * src/mimeview.h
7188         * src/partial_download.c
7189         * src/pop.c
7190         * src/prefs_account.c
7191         * src/prefs_account.h
7192         * src/prefs_actions.c
7193         * src/prefs_customheader.c
7194         * src/prefs_display_header.c
7195         * src/prefs_filtering_action.c
7196         * src/prefs_matcher.c
7197         * src/prefs_toolbar.c
7198         * src/privacy.h
7199         * src/procmime.c
7200         * src/procmime.h
7201         * src/procmsg.h
7202         * src/textview.c
7203         * src/undo.h
7204         * src/common/plugin.c
7205         * src/common/session.h
7206         * src/common/socket.c
7207         * src/common/socket.h
7208         * src/common/template.c
7209         * src/gtk/gtkaspell.c
7210         * src/gtk/quicksearch.h
7211         * src/plugins/pgpcore/passphrase.c
7212         * src/plugins/pgpcore/prefs_gpg.h
7213         * src/plugins/pgpcore/select-keys.c
7214         * src/plugins/pgpcore/select-keys.h
7215         * src/plugins/pgpcore/sgpgme.c
7216         * src/plugins/pgpinline/pgpinline.c
7217         * src/plugins/pgpmime/pgpmime.c
7218         * src/plugins/trayicon/trayicon.c
7219                 fix compilation warnings
7220                 Patch by Daniel Gustafson
7221
7222 2005-09-14 [paul]       1.9.14cvs25
7223
7224         * src/addressbook.c
7225                 add missing column header, and other small
7226                 bug fixes
7227                 Patch by Anders Hammar
7228
7229 2005-09-13 [colin]      1.9.14cvs24
7230
7231         * src/gtk/gtkaspell.c
7232                 Fix non-utf8 in menu
7233                 Fix little leaks
7234                 Nullify struct members after free()s
7235
7236 2005-09-13 [colin]      1.9.14cvs23
7237
7238         * src/compose.c
7239                 Test utf8 compliance before inserting to 
7240                 buffer, and try to convert if necessary
7241         * src/procmime.c
7242                 If no charset is present, use the locale 
7243                 one instead of us-ascii
7244         * src/procmsg.c
7245                 Add Sender, List-Post and To in the checked 
7246                 headers for automatic rules creation 
7247                 (thanks to wwp)
7248         * src/prefs_themes.c
7249         * src/gtk/gtkaspell.c
7250                 Remove deprecated functions. 
7251                 patch by Daniel Gustafson
7252
7253 2005-09-12 [colin]      1.9.14cvs22
7254
7255         * src/compose.c
7256                 Fix bug #448 (Scrolling/Redraw issue with 
7257                 address-fields in Header)
7258         * src/mainwindow.c
7259         * src/summaryview.c
7260         * src/summaryview.h
7261                 Fix loss of MSG_MARKED on move/copy
7262                 Fix bug #804 (Quicksearch togglebutton doesn't 
7263                 get depressed after '/' key is pressed)
7264
7265 2005-09-12 [paul]       1.9.14cvs21
7266
7267         * AUTHORS
7268         * src/gtk/logwindow.c
7269                 add 'Clear Log' to popup menu
7270                 Patch by Anders Hammar <anders.hammar@telia.com>
7271
7272 2005-09-12 [paul]       1.9.14cvs20
7273
7274         * src/compose.c
7275                 set correct sensitivity on attachments
7276                 popup menu
7277         * src/folder.c
7278                 fix typo
7279         * src/prefs_spelling.c
7280                 fix crash when no LANG env is set
7281         * src/common/xml.c
7282                 fix crash in wizard
7283                 don't use memeory after free
7284
7285         All patches by Daniel Gustafson
7286
7287 2005-09-12 [paul]       1.9.14cvs19
7288
7289         * src/prefs_themes.c
7290                 make theme info selectable
7291         * src/gtk/description_window.c
7292                 make window non-modal
7293         * tools/README
7294                 add details of asus_mailed.sh
7295         * tools/claws.i18n.status.pl
7296                 update for new zh_TW translator
7297                 widen the output
7298                 create alternate coloured lines
7299                 improve readability
7300
7301 2005-09-10 [colin]      1.9.14cvs18
7302
7303         * src/plugins/pgpcore/select-keys.c
7304                 Better order for the buttons
7305
7306 2005-09-10 [colin]      1.9.14cvs17
7307
7308         * src/compose.c
7309         * src/plugins/pgpcore/select-keys.c
7310         * src/plugins/pgpcore/select-keys.h
7311         * src/plugins/pgpcore/sgpgme.c
7312                 Add a "Don't encrypt" button to the key
7313                 selection dialog. Fixes bug #177 (There should be a 
7314                 'Don't encrypt button in the Select Keys dialog)
7315
7316 2005-09-10 [colin]      1.9.14cvs16
7317
7318         * src/compose.c
7319                 Fix bug #572 (%X option does not work with templates)
7320
7321 2005-09-10 [colin]      1.9.14cvs15
7322
7323         * src/toolbar.c 
7324                 Remove g_print
7325
7326 2005-09-10 [colin]      1.9.14cvs14
7327
7328         * src/imap.c
7329                 Fix a possible crash
7330
7331 2005-09-09 [colin]      1.9.14cvs13
7332
7333         * src/imap.c
7334         * src/etpan/imap-thread.c
7335         * src/etpan/imap-thread.h
7336                 Fix moving from queue or drafts to normal folders
7337                 Fix bug #794 (No way to delete without expunging)
7338                 Take flags unset by other mailers into account
7339                 Take deleted flag set by other mailers into account
7340                 Fix unsetting REPLIED flag
7341                 Fix crash when capabilities can't be retrieved
7342         * src/mainwindow.c
7343         * src/mainwindow.h
7344                 Add M_DELAYED_FLAGS condition, and let the user use
7345                 Execute in order to be able to expunge deleted mails,
7346                 even if he's not in delayed execute mode
7347         * src/prefs_spelling.c
7348                 Use 'en' dictionary by default if LANG is POSIX or C
7349         * src/gtk/prefswindow.c
7350                 Fix bug #767 (Preferences windows expanding) by making
7351                 the window a bit larger when the resolution is greater
7352                 than 640x480, and by putting the prefs in a
7353                 GtkScrolledWindow.
7354
7355 2005-09-09 [paul]       1.9.14cvs12
7356
7357         * AUTHORS
7358         * configure.ac
7359         * po/zh_TW.Big5.po      ** REMOVED **
7360         * po/zh_TW.po           ** ADDED **
7361                 updated by Wei-Lun Chao
7362
7363 2005-09-09 [paul]       1.9.14cvs11
7364
7365         * src/mainwindow.c
7366                 fix asserts
7367         * src/common/xml.c
7368                 delay memory allocation until file is
7369                 opened successfully
7370                 Patch by Daniel Gustafson
7371
7372 2005-09-09 [colin]      1.9.14cvs10
7373
7374         * src/imap.c
7375                 Add guards
7376
7377 2005-09-08 [colin]      1.9.14cvs9
7378
7379         * src/compose.c
7380                 Alert when we can't save draft
7381                 Fix various wrap/color issues
7382                 Add mid-click pasting respecting wrap_paste option
7383         * src/folder.c
7384         * src/folder.h
7385         * src/folder_item_prefs.c
7386         * src/folder_item_prefs.h
7387         * src/imap.c
7388         * src/imap_gtk.c
7389         * src/imap_gtk.h
7390         * src/main.c
7391         * src/mainwindow.c
7392         * src/mainwindow.h
7393         * src/news.c
7394         * src/news_gtk.c
7395         * src/news_gtk.h
7396         * src/prefs_folder_item.c
7397                 Fix the impossibility to synchronise folders for
7398                 offline use (IMAP and NNTP are concerned)
7399
7400 2005-09-08 [colin]      1.9.14cvs8
7401
7402         * configure.ac
7403                 Build LDAP and JPilot by default if available
7404         * src/textview.c
7405                 Fix use after free
7406
7407 2005-09-08 [paul]       1.9.14cvs7
7408
7409         * doc/manual/en/sylpheed-1.html
7410         * doc/manual/en/sylpheed-18.html
7411         * doc/manual/en/sylpheed-19.html
7412         * doc/manual/en/sylpheed-4.html
7413         * doc/manual/en/sylpheed-6.html
7414         * doc/manual/en/sylpheed.html
7415                 a few minor updates, plus include some
7416                 details about plugins and their requirements
7417         * src/mainwindow.c
7418                 minor changes to English in /View/Sort
7419
7420 2005-09-07 [colin]      1.9.14cvs6
7421
7422         * doc/manual/en/sylpheed-1.html
7423         * doc/manual/en/sylpheed-10.html
7424         * doc/manual/en/sylpheed-11.html
7425         * doc/manual/en/sylpheed-12.html
7426         * doc/manual/en/sylpheed-13.html
7427         * doc/manual/en/sylpheed-14.html
7428         * doc/manual/en/sylpheed-15.html
7429         * doc/manual/en/sylpheed-16.html
7430         * doc/manual/en/sylpheed-17.html
7431         * doc/manual/en/sylpheed-18.html
7432         * doc/manual/en/sylpheed-19.html
7433         * doc/manual/en/sylpheed-2.html
7434         * doc/manual/en/sylpheed-20.html
7435         * doc/manual/en/sylpheed-21.html
7436         * doc/manual/en/sylpheed-22.html
7437         * doc/manual/en/sylpheed-3.html
7438         * doc/manual/en/sylpheed-4.html
7439         * doc/manual/en/sylpheed-5.html
7440         * doc/manual/en/sylpheed-6.html
7441         * doc/manual/en/sylpheed-7.html
7442         * doc/manual/en/sylpheed-8.html
7443         * doc/manual/en/sylpheed-9.html
7444         * doc/manual/en/sylpheed.html
7445                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7446
7447 2005-09-07 [colin]      1.9.14cvs5
7448
7449         * src/mainwindow.c
7450                 Make labels more to-the-point
7451
7452 2005-09-07 [colin]      1.9.14cvs4
7453
7454         * doc/manual/en/sylpheed-1.html
7455         * doc/manual/en/sylpheed-12.html
7456         * doc/manual/en/sylpheed-13.html
7457         * doc/manual/en/sylpheed-14.html
7458         * doc/manual/en/sylpheed-15.html
7459         * doc/manual/en/sylpheed-16.html
7460         * doc/manual/en/sylpheed-17.html
7461         * doc/manual/en/sylpheed-18.html
7462         * doc/manual/en/sylpheed-19.html
7463         * doc/manual/en/sylpheed-2.html
7464         * doc/manual/en/sylpheed-20.html
7465         * doc/manual/en/sylpheed-21.html
7466         * doc/manual/en/sylpheed-22.html
7467         * doc/manual/en/sylpheed-4.html
7468         * doc/manual/en/sylpheed-5.html
7469         * doc/manual/en/sylpheed-6.html
7470         * doc/manual/en/sylpheed-7.html
7471         * doc/manual/en/sylpheed-8.html
7472         * doc/manual/en/sylpheed-9.html
7473         * doc/manual/en/sylpheed.html
7474                 Update manual
7475
7476 2005-09-07 [colin]      1.9.14cvs3
7477
7478         * doc/faq/en/sylpheed-faq-1.html
7479         * doc/faq/en/sylpheed-faq-2.html
7480         * doc/faq/en/sylpheed-faq-3.html
7481         * doc/faq/en/sylpheed-faq.html
7482                 Update FAQ
7483
7484 2005-09-07 [colin]      1.9.14cvs2
7485
7486         * src/folderview.c
7487         * src/procmsg.c
7488         * src/summaryview.c
7489         * src/toolbar.c
7490                 Fix special subfolders:
7491                 - Inherit parent's icon
7492                 - sent contents of queues subfolders
7493                 - empty subfolders of trashes
7494         * src/mainwindow.c
7495                 Remove outdated manual and faq entries
7496         * src/common/utils.c
7497                 Add quotes around %s coming from mailcap
7498
7499 2005-09-07 [colin]      1.9.14cvs1
7500
7501         * src/compose.c
7502                 After saving draft, set modified to FALSE
7503         * src/mimeview.c
7504         * src/common/utils.c
7505         * src/common/utils.h
7506                 Try to open mime parts using what is 
7507                 indicated in ~/.mailcap or /etc/mailcap,
7508                 if possible.
7509
7510 2005-09-05 [paul]       1.9.14
7511
7512         1.9.14 released
7513
7514         * po/sk.po
7515                 updated by Andrej Kacian
7516
7517 2005-09-05 [paul]       1.9.13cvs83
7518
7519         * po/de.po
7520         * po/es.po
7521         * po/fi.po
7522         * po/fr.po
7523         * po/nb.po
7524         * po/pt_BR.po
7525         * po/sr.po
7526                 updated translations by Thomas Gilgin, Ricardo Mones
7527                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7528                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7529
7530 2005-09-04 [paul]       1.9.13cvs82
7531
7532         * src/compose.c
7533                 only warn about exceeded line length limit
7534                 on send
7535
7536 2005-09-04 [paul]       1.9.13cvs81
7537
7538         * src/compose.c
7539                 fix crash in 'line length exceeded' dialogue
7540
7541 2005-09-02 [paul]       1.9.13cvs80
7542
7543         * src/imap.c
7544                 fix bug 795, 'Connection lost IMAP'
7545                 and add statusbar prints
7546                 Patch by Colin
7547
7548 2005-09-02 [paul]       1.9.13cvs79
7549
7550         * src/compose.c
7551                 compose_wrap_paragraph() becomes
7552                 compose_beautify_paragraph()
7553                 Patch by Colin
7554
7555 2005-09-02 [colin]      1.9.13cvs78
7556
7557         * src/folderview.c
7558                 Micro-fix
7559
7560 2005-09-01 [colin]      1.9.13cvs77
7561
7562         * src/imap.c
7563                 Maybe fix bug #795 (Connection lost IMAP)
7564                 Don't try to send logout when we're disconnected.
7565         * src/summaryview.c
7566                 Include locked and marked emails in HRM
7567                 view. Fixes bug #800 (Locked messages no longer 
7568                 show up when hide read messages is used)
7569
7570 2005-09-01 [paul]       1.9.13cvs76
7571
7572         * src/prefs_common.c
7573                 fix bad cutting
7574
7575 2005-08-31 [colin]      1.9.13cvs75
7576
7577         * src/folderview.c
7578         * src/folderview.h
7579         * src/prefs_summaries.c
7580         * src/summaryview.c
7581                 Fix "go to next new", fix preference
7582                 (Open unread/next swapped)
7583
7584 2005-08-31 [paul]       1.9.13cvs74
7585
7586         * src/compose.c
7587         * src/folderview.c
7588         * src/headerview.c
7589         * src/headerview.h
7590         * src/mainwindow.c
7591         * src/prefs_common.c
7592         * src/prefs_common.h
7593         * src/prefs_fonts.c
7594         * src/summaryview.c
7595         * src/textview.c
7596         * src/common/defs.h
7597                 remove obsolete BOLD_FONT setting
7598                 fix font update in headerview and textview
7599                 headers after prefs change
7600                 Patch By Colin
7601
7602 2005-08-31 [paul]
7603
7604         1.9.14-rc4 released
7605
7606 2005-08-30 [colin]      1.9.13cvs73
7607
7608         * src/summaryview.c
7609                 When Hide read messages is selected and we
7610                 refresh the summaryview, don't remove the 
7611                 currently displayed message. Fixes bug #797
7612                 (Summary view reloads when new mail is 
7613                 downloaded in 1.9.14 rc)
7614
7615 2005-08-30 [colin]      1.9.13cvs72
7616
7617         * src/folderview.c
7618                 Fix flickering
7619         * src/mainwindow.c
7620                 Remove useless callback
7621         * src/mimeview.c
7622         * src/gtk/filesel.c
7623         * src/gtk/filesel.h
7624                 Add a filesel_select_file_save_folder() - used by Save All
7625
7626 2005-08-29 [paul]       1.9.13cvs71
7627
7628         * AUTHORS
7629         * src/matcher_parser_parse.y
7630         * src/etpan/imap-thread.c
7631                 fix building on FreeBSD
7632                 Patch by Daniel Gustafson <daniel@hobbit.se>
7633
7634 2005-08-29 [paul]       1.9.13cvs70
7635
7636         * src/plugins/pgpinline/pgpinline.c
7637                 only initialise sig result if it's been handled
7638                 Patch by Colin
7639
7640 2005-08-29 [paul]       1.9.13cvs69
7641         
7642         Patches by Colin:
7643
7644         * src/imap.c
7645         * src/common.utils.c
7646         * src/common/utils.h
7647                 optimisation
7648         * src/stock_pixmap.h
7649                 fix wrong icon reference
7650         * src/pixmaps/trash_btn.xpm
7651                 replace with nicer image
7652
7653 2005-08-28 [colin]      1.9.13cvs68
7654
7655         * src/Makefile.am
7656         * src/stock_pixmap.c
7657         * src/stock_pixmap.h
7658         * src/toolbar.c
7659         * src/pixmaps/trash_btn.xpm
7660                 Add a specific trash xpm for the button
7661
7662 2005-08-28 [colin]      1.9.13cvs67
7663
7664         * src/imap.c
7665                 Fix leak
7666
7667 2005-08-27 [colin]      1.9.13cvs66
7668
7669         * src/imap.c
7670         * src/procmime.c
7671                 Correctly fix "Problem with replies", fixes
7672                 pgpmime encryption too. 
7673
7674 2005-08-27 [colin]      1.9.13cvs65
7675
7676         * src/folder.c
7677         * src/procmsg.c
7678         * src/procmsg.h
7679         * src/summaryview.c
7680                 Fix bug #517 (messages removed from summaryview 
7681                 when moving fails)
7682
7683 2005-08-27 [colin]      1.9.13cvs64
7684
7685         * tools/Makefile.am
7686         * tools/asus_mailled.sh
7687                 Add a script to blink ASUS laptops' mail LED where there
7688                 is unread mail.
7689
7690 2005-08-27 [colin]      1.9.13cvs63
7691
7692         * src/imap.c
7693         * src/etpan/imap-thread.c
7694         * src/etpan/imap-thread.h
7695                 Implement automatic choosing of login method
7696                 Fixes bug #791
7697         * src/gtk/.cvsignore
7698                 Add sylpheed-marshal.[ch]
7699
7700 2005-08-27 [colin]      1.9.13cvs62
7701
7702         * src/common/utils.c
7703                 Fix confusing perror
7704
7705 2005-08-27 [colin]      1.9.13cvs61
7706
7707         * src/toolbar.c
7708         * src/toolbar.h
7709                 Remove A_DELETE, replace it with 
7710                 A_TRASH and A_DELETE_REAL. Automatically
7711                 rewrite config files to replace A_DELETE
7712                 with A_TRASH (no functionality change).
7713                 Fixes half of #794
7714
7715 2005-08-26 [colin]      1.9.13cvs60
7716
7717         * src/procmime.c
7718                 Previous "Problem with replies" fix brought other
7719                 problems, fixing them
7720
7721 2005-08-26 [colin]      1.9.13cvs59
7722
7723         * src/procmime.c
7724                 Fix "Problem with replies". This happened only
7725                 on IMAP...
7726         * src/procmsg.c
7727                 Factorize code a bit
7728         * src/compose.c
7729                 Speed improvement on very long messages (wrapping)
7730                 Fix signature color on Reedit and Redirect
7731                 On Reedit, don't attach pgp-signatures parts, but
7732                 set signing to On.
7733
7734 2005-08-24 [paul]       1.9.13cvs58
7735
7736         * src/compose.c
7737                 don't claim success when clicking
7738                 Cancel on the passphrase box.
7739                 Patch by Colin
7740
7741 2005-08-24 [paul]       1.9.13cvs57
7742
7743         * src/main.c
7744                 fix misplaced sylpheed.log
7745         * src/common/defs.h
7746                 define UIDL_DIR
7747
7748 2005-08-24 [paul]       1.9.13cvs56
7749
7750         * src/imap.c
7751         * src/etpan/imap-thread.c
7752         * src/etpan/imap-thread.h
7753                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7754                 Patch by Colin
7755         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7756         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7757                 remove autogenerated files
7758         * tools/kdeservicemenu/README
7759         * tools/kdeservicemenu/install.sh
7760         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7761         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7762                 use Claws icon, use 'Sylpheed-Claws' in menu,
7763                 use kdialog, and other cleanups
7764
7765 2005-08-23 [paul]       1.9.13cvs55
7766
7767         * src/compose.c
7768                 fix paste/wrap crash
7769                 Patch by Colin
7770
7771 2005-08-23 [paul]       1.9.13cvs54
7772
7773         * src/main.c
7774                 fix crash recovery
7775                 Patch by Colin
7776
7777 2005-08-23 [paul]       1.9.13cvs53
7778
7779         * src/addressbook.c
7780         * src/editaddress.c
7781                 view all data of LDAP contacts
7782                 Patch by Colin
7783
7784 2005-08-23 [paul]       1.9.13cvs52
7785
7786         * src/addressbook.c
7787                 fix issues with the Search field
7788                 Patch by Colin
7789
7790 2005-08-22 [paul]       1.9.13cvs51
7791
7792         * src/folderview.c
7793                 put name of folder in processing dialog
7794                 title
7795         * src/prefs_folder_item.c
7796                 improve english usage
7797
7798 2005-08-22 [paul]       1.9.13cvs50
7799
7800         * src/filtering.c
7801         * src/filtering.h
7802         * src/matcher.c
7803         * src/matcher_parser_lex.l
7804         * src/matcher_parser_parse.y
7805         * src/prefs_filtering.c
7806                 add Filtering/Processing rule names feature.
7807                 (the incompatible old matcherrc is saved as
7808                 matcherrc.pre_names).
7809                 Patch by Colin
7810
7811 2005-08-22 [paul]       1.9.13cvs49
7812
7813         * src/procmsg.c
7814                 fix colour labelling
7815                 Patch by Colin
7816
7817 2005-08-22 [paul]       1.9.13cvs48
7818
7819         * src/textview.c
7820                 fix open_image_cb()
7821
7822 2005-08-22 [paul]       1.9.13cvs47
7823
7824         * src/imap.c
7825                 fix bug 789, 'SC crashes with imap (CVS ver)'
7826                 Patch by Colin
7827
7828 2005-08-22 [paul]       1.9.13cvs46
7829
7830         * src/mimeview.c
7831         * src/prefs_common.c
7832         * src/common/defs.h
7833                 define reused defaults in defs.h
7834         * src/textview.c
7835                 add 'Open image' to image popup menu
7836
7837 2005-08-21 [colin]      1.9.13cvs45
7838
7839         * src/summaryview.c
7840                 Fix bug #788 (Bogus "From" address displayed)
7841
7842 2005-08-20 [colin]      1.9.13cvs44
7843
7844         * src/folder.c
7845                 Fix buf #787 (multilevel delete causes SIGSEGV)
7846
7847 2005-08-19 [colin]      1.9.13cvs43
7848
7849         * src/inc.c
7850         * src/prefs_common.c
7851         * src/prefs_common.h
7852                 Add an hidden pref to allow modifying the
7853                 update stepping in incorporation.
7854                 Patch by wwp.
7855
7856 2005-08-19 [colin]      1.9.13cvs42
7857
7858         * src/compose.c
7859         * src/procmime.c
7860                 Workaround for broken MUAs: encode 
7861                 Content-type: name: as ASCII and 
7862                 Content-Disposition: filename: as
7863                 per rfc2231
7864         * src/prefs_account.c
7865                 Fix invisible-ness of SMTP SSL prefs
7866                 in NNTP accounts
7867
7868 2005-08-19 [paul]       1.9.13cvs41
7869
7870         * src/compose.c
7871         * src/prefs_common.c
7872         * src/prefs_common.h
7873         * src/prefs_wrapping.c
7874                 paste with or without wrapping.
7875                 patch by Colin
7876
7877 2005-08-19 [paul]       1.9.13cvs40
7878
7879         * src/prefs_common.c
7880         * src/prefs_common.h
7881         * src/summaryview.c
7882                 reintroduce enable_swap_from as a
7883                 hidden pref. patch by Colin
7884         * src/quote_fmt_parse.y
7885         * src/plugins/clamav/clamav_plugin.c
7886         * src/plugins/dillo_viewer/dillo_viewer.c
7887         * src/plugins/mathml_viewer/mathml_viewer.c
7888         * src/plugins/pgpcore/sgpgme.c
7889         * src/plugins/pgpinline/pgpinline.c
7890         * src/plugins/pgpmime/pgpmime.c
7891                 tidy up. patch by Colin
7892
7893 2005-08-19 [paul]       1.9.13cvs39
7894
7895         * configure.ac
7896                 complete cvs38's sync
7897         * src/editaddress.c
7898         * src/gedit-print.c
7899         * src/mutt.c
7900         * src/etpan/etpan-log.c
7901         * src/etpan/imap-thread.c
7902         * src/gtk/gtksourceprintjob.c
7903                 fix compilation warnings
7904                 (patch by Colin)
7905
7906 2005-08-19 [paul]       1.9.13cvs38
7907
7908         sync with main:
7909
7910         * src/account.c
7911         * src/action.c
7912         * src/addrbook.c
7913         * src/addrcache.c
7914         * src/addrharvest.c
7915         * src/addrindex.c
7916         * src/codeconv.c
7917         * src/compose.c
7918         * src/crash.c
7919         * src/exporthtml.c
7920         * src/exportldif.c
7921         * src/folder.c
7922         * src/image_viewer.c
7923         * src/inc.c
7924         * src/inc.h
7925         * src/jpilot.c
7926         * src/ldif.c
7927         * src/main.c
7928         * src/matcher.c
7929         * src/mbox.c
7930         * src/messageview.c
7931         * src/mh.c
7932         * src/mimeview.c
7933         * src/msgcache.c
7934         * src/mutt.c
7935         * src/news.c
7936         * src/partial_download.c
7937         * src/pine.c
7938         * src/pop.c
7939         * src/prefs_actions.c
7940         * src/prefs_common.c
7941         * src/prefs_customheader.c
7942         * src/prefs_display_header.c
7943         * src/prefs_gtk.c
7944         * src/prefs_themes.c
7945         * src/procheader.c
7946         * src/procmime.c
7947         * src/procmsg.c
7948         * src/recv.c
7949         * src/send_message.c
7950         * src/simple-gettext.c
7951         * src/sourcewindow.c
7952         * src/textview.c
7953         * src/vcard.c
7954         * src/common/defs.h
7955         * src/common/log.c
7956         * src/common/plugin.c
7957         * src/common/prefs.c
7958         * src/common/session.c
7959         * src/common/session.h
7960         * src/common/socket.c
7961         * src/common/socket.h
7962         * src/common/ssl_certificate.c
7963         * src/common/template.c
7964         * src/common/utils.c
7965         * src/common/utils.h
7966         * src/common/xml.c
7967         * src/gtk/about.c
7968         added wrappers for C library function that
7969                 take pathname arguments.
7970                 enabled compilation with MinGW.
7971                 use GDir instead of directly using opendir().
7972                 added rename_force().
7973
7974 2005-08-19 [paul]       1.9.13cvs37
7975         
7976         patches by Colin:
7977         * src/compose.c
7978                 fix privacy settings on re-editing
7979                 a sent message
7980         * src/jpilot.c
7981                 fix encoding bug
7982         * src/folder.c
7983         * src/procmsg.c
7984         * src/procmsg.h
7985         * src/summaryview.c
7986                 flag changing optimisation
7987
7988 2005-08-18 [martin]     1.9.13cvs36
7989
7990         * commitHelper
7991             added my login
7992         * src/addrcache.c
7993         * src/addrharvest.c
7994         * src/addrindex.c
7995         * src/compose.c
7996         * src/grouplistdialog.c
7997         * src/main.c
7998         * src/mainwindow.c
7999         * src/msgcache.c
8000         * src/mutt.c
8001         * src/pine.c
8002         * src/prefs_account.c
8003         * src/prefs_themes.c
8004         * src/stock_pixmap.c
8005         * src/summaryview.c
8006         * src/gtk/about.c
8007         * src/gtk/logwindow.c
8008             removed deprecated glib and gdk stuff
8009         * src/plugins/pgpcore/select-keys.c
8010             convert attributes from locale to utf8
8011
8012 2005-08-17 [paul]       1.9.13cvs35
8013
8014         * src/account.c
8015         * src/addressbook.c
8016                 use new GTK_STOCK_ icons if available
8017         * src/summaryview.c
8018         * src/gtk/gtksctree.c
8019         * src/gtk/gtksctree.h
8020                 faster range select. patch by Colin
8021
8022 2005-08-17 [paul]       1.9.13cvs34
8023
8024         patches by colin:
8025         * src/addressbook.c
8026         * src/addressitem.h
8027                 Add an edit button for contacts, fix selections
8028                 of gtksctree items
8029         * src/editaddress.c
8030                 Change labels, let Save be always possible in the
8031                 email and user atributes tabs
8032         * src/folderview.c
8033                 fix sort issues
8034         * src/summaryview.c
8035                 select next item instead of the displayed one
8036                 after deletion
8037
8038         * src/gtk/progressdialog.c
8039                 use prefs_common.enable_rules_hint
8040
8041 2005-08-13 [hoa]        1.9.13cvs33
8042
8043         * src/etpan/imap-thread.c
8044                 fixed build on Solaris.
8045
8046 2005-08-10 [colin]      1.9.13cvs32
8047
8048         * src/procmsg.c
8049                 Fix cvs31 (missing fclose before reading
8050                 the file)
8051
8052 2005-08-10 [colin]      1.9.13cvs31
8053
8054         * src/procmsg.c
8055                 Fix procmsg_msginfo_new_from_mimeinfo() when
8056                 the MimeInfo isn't stored in memory. This fixes
8057                 replying to an attached message.
8058
8059 2005-08-10 [colin]      1.9.13cvs30
8060
8061         * src/mainwindow.c
8062                 Fix slowness in account changing
8063
8064 2005-08-10 [colin]      1.9.13cvs29
8065
8066         * src/folder.c
8067         * src/folderutils.c
8068         * src/folderview.c
8069         * src/imap_gtk.c
8070         * src/mainwindow.c
8071         * src/mh_gtk.c
8072         * src/procmsg.c
8073         * src/summaryview.c
8074                 Optimize folder_has_parent_of_type
8075                 Prevent moving special sub-folders from contextual menus
8076                 Rework message a bit ("Empty all messages" -> "Delete all
8077                 messages")
8078                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8079                 and "Deleted Items" folders)
8080
8081 2005-08-08 [colin]      1.9.13cvs28
8082
8083         * src/summaryview.c
8084         * src/prefs_summaries.c
8085                 Make "Select first unread|new" more flexible
8086                 (just prioritize new or unread)
8087
8088 2005-08-08 [colin]      1.9.13cvs27
8089
8090         * src/summaryview.c
8091                 If "select first new" is selected and there only
8092                 are unread messages, fallback to "select first
8093                 unread".
8094
8095 2005-08-08 [colin]      1.9.13cvs26
8096
8097         * src/folder.c
8098                 Fix shameful bugs (and bug #779)
8099
8100 2005-08-08 [colin]      1.9.13cvs25
8101
8102         * src/folder.c
8103         * src/folder.h
8104                 Cache parents' type to make folder_has_parent_of_type
8105                 faster
8106         * src/folderview.c
8107                 Forbid DnD of special sub-folders
8108         * src/procmsg.c
8109         * src/procmsg.h
8110                 Add MAIL_POSTFILTERING_HOOK
8111         * src/summaryview.c
8112                 Revert over-zealous deletion of the use_addr_book 
8113                 code
8114
8115 2005-08-07 [colin]      1.9.13cvs24
8116
8117         * src/folder.c
8118                 Fix big mistake (passing MsgInfo instead 
8119                 of FolderItem)
8120
8121 2005-08-07 [colin]      1.9.13cvs23
8122
8123         * src/compose.c
8124         * src/folder.c
8125         * src/folder.h
8126         * src/foldersel.c
8127         * src/folderutils.c
8128         * src/folderview.c
8129         * src/imap.c
8130         * src/mainwindow.c
8131         * src/messageview.c
8132         * src/mh.c
8133         * src/msgcache.c
8134         * src/procmime.c
8135         * src/summaryview.c
8136                 Make subfolders of Drafts, Queue, Outbox, Trash
8137                 work like their parents. 
8138                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8139
8140 2005-08-07 [colin]      1.9.13cvs22
8141
8142         * src/addressbook.c
8143                 Fix bug #771 (Dragged contacts not saved)
8144
8145 2005-08-07 [paul]       1.9.13cvs21
8146
8147         * src/summaryview.c
8148                 fix bug 32 'Search Doesn't display results
8149                 if "Hide Read Messages" is chosen'
8150                 be more literal in interpreting 'Hide read
8151                 messages'
8152
8153 2005-08-07 [colin]      1.9.13cvs20
8154
8155         * src/folderview.c
8156                 Add debug
8157         * src/summaryview.c
8158                 Faster 'unthread_for_execution'
8159
8160 2005-08-06 [paul]       1.9.13cvs19
8161
8162         * src/mainwindow.c
8163                 add mnemonics to Set displayed columns
8164                 fix bug where msgview_visible option was
8165                 overwritten as TRUE on startup
8166
8167 2005-08-06 [paul]       1.9.13cvs18
8168
8169         * src/mainwindow.c
8170                 refer to 'displayed columns in folder/message
8171                 list' not 'displayed items in summary/message view'
8172         * src/prefs_display_header.c
8173                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8174                 be consistent with similar dialogues
8175         * src/prefs_folder_column.c
8176         * src/prefs_summary_column.c
8177                 'columns' not 'items', and folder and message lists,
8178                 instead of folder and summary views;
8179                 Use 'Hidden columns' as list heading not 'Available
8180                 items';
8181                 move the 'Remove' button to the right hand side;
8182                 top-align the buttons;
8183                 remove unneeded vbox
8184         * src/prefs_summaries.c
8185                 put the 2 column prefs buttons in a frame to reduce
8186                 overall width; refer to columns not items &c.
8187
8188 2005-08-05 [colin]      1.9.13cvs17
8189
8190         * src/prefs_common.c
8191         * src/prefs_common.h
8192         * src/mainwindow.c
8193         * src/compose.c
8194         * src/messageview.c
8195                 Add an hidden toolbar_detachable pref, so
8196                 that I can get rid of these painful handles
8197                 in the toolbars. Defaults to TRUE to avoid
8198                 changing the GUI on unsuspecting people...
8199
8200 2005-08-05 [colin]      1.9.13cvs16
8201
8202         * src/Makefile.am
8203         * src/prefs_folder_column.c
8204         * src/prefs_folder_column.h
8205                 Add prefs for folder columns
8206         * src/folderview.c
8207         * src/folderview.h
8208         * src/mainwindow.c
8209         * src/mainwindow.h
8210         * src/prefs_common.c
8211         * src/prefs_common.h
8212         * src/prefs_summaries.c
8213                 Use them
8214         * src/prefs_summary_column.c
8215         * src/summaryview.c
8216         * src/summaryview.h
8217                 Add a To column
8218         * src/textview.c
8219         * src/common/utils.c
8220         * src/common/utils.h
8221                 Move uri colourisation functions
8222                 to utils
8223         * src/compose.c
8224                 Colourise URIs
8225         * src/imap.c
8226                 Fix bug with LIST where we'd try
8227                 to get Folder//////[...]/// 
8228
8229 2005-08-05 [paul]       1.9.13cvs15
8230
8231         * src/prefs_summaries.c
8232                 improve the English usage
8233         * src/summaryview.c
8234                 set font on column change
8235                 thanks to Colin
8236
8237 2005-08-05 [paul]       1.9.13cvs14
8238
8239         * src/prefs_common.c
8240         * src/prefs_common.h
8241         * src/prefs_summaries.c
8242         * src/summaryview.c
8243                 replace 'open_unread_on_enter' option with
8244                 'select_on_entry' option. opening/not opening
8245                 is now exclusively controlled by 'always_show_msg'
8246
8247 2005-08-04 [colin]      1.9.13cvs13
8248
8249         * src/compose.c
8250                 Remove dead code
8251                 Add colourisation of quotes and signatures
8252         * src/folderview.c
8253                 Fix possible crashes
8254         * src/messageview.c
8255                 Change an assert that is no problem
8256         * src/news.c
8257         * src/news_gtk.c
8258         * src/news_gtk.h
8259                 Fix offline mode
8260         * src/gtk/quicksearch.c
8261                 Fix a possible crash
8262
8263 2005-08-03 [colin]      1.9.13cvs12
8264
8265         * src/prefs_account.c
8266                 Fix bug #777 (Sylpheed crash in account configuration)
8267
8268 2005-08-03 [colin]      1.9.13cvs11
8269
8270         * src/addressbook.c
8271         * src/editaddress.c
8272         * src/editgroup.c
8273                 Fixing addressbook, round 2
8274         * src/textview.c
8275                 Fix emphasis color on rechecking 'Colorize messages'
8276
8277 2005-08-03 [paul]       1.9.13cvs10
8278
8279         sync with main
8280
8281         * src/addr_compl.c
8282         * src/compose.c
8283         * src/main.c
8284         * src/pop.c
8285         * src/prefs_account.c
8286         * src/procmime.c
8287         * src/procmsg.c
8288         * src/quote_fmt_parse.y
8289         * src/textview.c
8290         * src/common/quoted-printable.c
8291         * src/common/utils.c
8292         * src/common/utils.h
8293         * src/common/xml.c
8294                 replaced incorrect locale-independent
8295                 ctype functions with GLib's. Corrected
8296                 signedness mismatch.
8297         * src/headerview.c
8298                 headerview_create(): added spacing for vbox.
8299         * src/gtk/about.c
8300                 set focus to the OK button.
8301
8302 2005-08-03 [colin]      1.9.13cvs9
8303
8304         * src/folderview.c
8305                 Fix possible crash
8306
8307 2005-08-02 [colin]      1.9.13cvs8
8308
8309         * src/mainwindow.c
8310                 Fix cast
8311         * src/addressbook.c
8312         * src/addressitem.h
8313                 Fix a cast and more generally, try to make the
8314                 GUI more intuitive and consistent (round 1)
8315
8316 2005-08-02 [paul]       1.9.13cvs7
8317
8318         * src/folder.h
8319                 missing in 1.9.13cvs6
8320
8321 2005-08-02 [colin]      1.9.13cvs6
8322
8323         * src/folder.c
8324                 Fix one more leak
8325
8326 2005-08-02 [colin]      1.9.13cvs5
8327
8328         * src/folder.c
8329         * src/folderview.c
8330         * src/imap.c
8331         * src/main.c
8332         * src/mbox.c
8333         * src/procmsg.c
8334         * src/summaryview.c
8335                 Fix a number of folder_item_get_msg_list()-related
8336                 leaks (missing procmsg_msginfo_free()s)
8337
8338 2005-08-01 [colin]      1.9.13cvs4
8339
8340         * src/folderview.c
8341         * src/folderview.h
8342         * src/mainwindow.c
8343         * src/prefs_fonts.c
8344         * src/prefs_summaries.c
8345         * src/prefs_themes.c
8346         * src/summaryview.c
8347         * src/summaryview.h
8348         * src/textview.c
8349         * src/textview.h
8350                 Fix instant-apply of summary and folderview-related prefs
8351                 Fix erroneous g_free and alertpanels in prefs_theme
8352                 Add instant-apply for fonts
8353                 Defer applying of prefs a little bit so it's done only
8354                 once even if requested by multiples prefs pages
8355
8356 2005-08-01 [paul]       1.9.13cvs3
8357
8358         * src/main.c
8359                 fix bug 776 'S.C. crashes on close'
8360                 thanks to Colin
8361         * src/etpan/etpan-thread-manager-types.h
8362                 add missing include
8363                 thanks to Hoa
8364
8365 2005-07-25 [paul]       1.9.13cvs2
8366
8367         * src/summaryview.c
8368                 fix typos. spotted by Fabien Vantard
8369
8370 2005-07-24 [paul]       1.9.13cvs1
8371
8372         * doc/man/sylpheed.1
8373                 update man page, incorporating fix of
8374                 bug 769 'Typo in manpage'
8375         * src/etpan/imap-thread.c
8376                 fix NetBSD openssl dependencies. patch by
8377                 George Michaelson <ggm@apnic.net>
8378         * po/pt_BR.po
8379                 updated by Frederico Goncalves Guimaraes
8380
8381 2005-07-22 [paul]       1.9.13
8382
8383         1.9.13 release
8384
8385 2005-07-22 [paul]       1.9.12cvs91
8386
8387         * AUTHORS
8388         * INSTALL
8389         * README.claws
8390         * RELEASE_NOTES.claws
8391                 updated for release
8392         * configure.ac
8393         * po/nb.po
8394         * tools/claws.i18n.status.pl
8395                 add Norwegian translation. submiited by
8396                 Geir Helland <pjallabais@users.sourceforge.net>
8397         * po/ca.po
8398         * po/de.po
8399         * po/es.po
8400         * po/fi.po
8401         * po/fr.po
8402         * po/it.po
8403         * po/sk.po
8404         * po/sr.po
8405         * po/zh_CN.po
8406                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8407                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8408                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8409                 Yang Guilong
8410         * src/plugins/clamav/clamav_plugin_gtk.c
8411         * src/plugins/spamassassin/spamassassin_gtk.c
8412                 replace outdated description strings
8413
8414 2005-07-21 [colin]      1.9.12cvs90
8415
8416         * src/folder.c
8417                 Set folder to batch mode when scanning it. Makes deletion
8418                 of unread mails on IMAP much faster (due to the UNREAD 
8419                 flag unsetting)
8420
8421 2005-07-21 [darko]      1.9.12cvs89
8422
8423         * configure.ac
8424                 link against libresolv if necessary (patch by Paul)
8425         * src/msgcache.c
8426                 use glib's portable macros to determine endianness
8427
8428 2005-07-21 [paul]       1.9.12cvs88
8429
8430         * src/crash.c
8431         * src/gtk/about.c
8432                 update compiled-in features list
8433
8434 2005-07-20 [colin]      1.9.12cvs87
8435
8436         * src/folder.c
8437         * src/textview.c
8438                 Gcc 2.9x compilation fixes, thanks to Darko
8439         * src/plugins/clamav/clamav_plugin.c
8440                 Little optimisation: load virus database only once
8441         * src/plugins/spamassassin/spamassassin.c
8442                 Big optimisation: filtering one mail took at least 1 second,
8443                 now it takes at least 50ms. Doesn't speed up spamassassin 
8444                 itself, but should already be much more tolerable.
8445
8446 2005-07-20 [colin]      1.9.12cvs86
8447
8448         * src/summaryview.c
8449                 Fix performance issue
8450
8451 2005-07-19 [colin]      1.9.12cvs85
8452
8453         * src/plugins/pgpinline/plugin.c
8454                 Fix warning
8455
8456 2005-07-19 [colin]      1.9.12cvs84
8457
8458         * configure.ac
8459         * src/plugins/Makefile.am
8460         * src/plugins/pgpinline/.cvsignore
8461         * src/plugins/pgpinline/Makefile.am
8462         * src/plugins/pgpinline/pgpinline.c
8463         * src/plugins/pgpinline/pgpinline.deps
8464         * src/plugins/pgpinline/pgpinline.h
8465         * src/plugins/pgpinline/plugin.c
8466                 Put pgpinline in the main tree
8467
8468 2005-07-19 [paul]       1.9.12cvs83
8469
8470         * src/prefs_actions.c
8471                 prevent '//' in menu names, which cause a crash
8472                 thanks to Colin
8473
8474 2005-07-19 [paul]       1.9.12cvs82
8475
8476         * configure.ac
8477                 be generally more informative in configure output.
8478                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8479                 '[ --disable-openssl ...', as --enable-openssl is default
8480                 PGP/MIME: don't check for GPGME again, check for
8481                 pgpcore instead. Therefore prevent the possibility of
8482                 attempting to build pgpmime if pgpcore dependencies are
8483                 not met
8484                 ClamAV: use pkgconfig to check for lib
8485                 libgnomeprint: revert logic on inner test to match
8486                 everything else
8487         * src/plugins/pgpcore/sgpgme.c
8488                 add missing include
8489
8490 2005-07-19 [colin]      1.9.12cvs81
8491
8492         * src/summaryview.c
8493                 Fix slow thread rebuilding in particular
8494                 cases
8495
8496 2005-07-19 [paul]       1.9.12cvs80
8497
8498         * sylpheed-claws.desktop
8499                 fix typo, spotted by Stephan Sachse
8500         * src/account.c
8501                 replace GTK_STOCK_ADD with
8502                 GTK_STOCK_NEW button
8503
8504 2005-07-18 [colin]      1.9.12cvs79
8505
8506         * src/etpan/imap-thread.c
8507                 Fix return value (Thanks Hoa)
8508
8509 2005-07-18 [colin]      1.9.12cvs78
8510
8511         * src/imap.c
8512                 Allow empty passwords
8513                 Create drafts/queue/outbox if necessary
8514         * src/summaryview.c
8515                 Remove old code
8516         * src/etpan/imap-thread.c
8517                 Fix STARTTLS (Thanks to Hoa)
8518
8519 2005-07-18 [paul]       1.9.12cvs77
8520
8521         * ChangeLog-gtk2.jp
8522         * ChangeLog.jp
8523                 removed
8524         * Makefile.am
8525                 updated to reflect additions and removals
8526         * TODO
8527                 updated to be claws-specific
8528         * TODO-gtk2
8529         * TODO-gtk2.jp
8530         * TODO.jp
8531         * sylpheed-128x128.png
8532         * sylpheed-64x64.png
8533                 removed
8534         * sylpheed-claws-128x128.png
8535         * sylpheed-claws-64x64.png
8536         * sylpheed-claws.desktop
8537         * sylpheed-claws.png
8538                 added
8539         * sylpheed.desktop
8540         * sylpheed.png
8541                 removed
8542
8543 2005-07-17 [paul]       1.9.12cvs76
8544
8545         * src/account.c
8546         * src/addressbook.c
8547         * src/alertpanel.c
8548         * src/alertpanel.h
8549         * src/compose.c
8550         * src/exphtmldlg.c
8551         * src/expldifdlg.c
8552         * src/folderview.c
8553         * src/imap_gtk.c
8554         * src/inc.c
8555         * src/message_search.c
8556         * src/messageview.c
8557         * src/mh_gtk.c
8558         * src/news_gtk.c
8559         * src/prefs_actions.c
8560         * src/prefs_filtering.c
8561         * src/prefs_matcher.c
8562         * src/prefs_template.c
8563         * src/prefs_themes.c
8564         * src/ssl_manager.c
8565         * src/summary_search.c
8566         * src/textview.c
8567         * src/toolbar.c
8568         * src/gtk/sslcertwindow.c
8569         * src/plugins/pgpcore/sgpgme.c
8570                 rework alertpanels
8571
8572 2005-07-17 [colin]      1.9.12cvs75
8573
8574         * src/privacy.c
8575                 add a PrivacySystem accessor that checks that
8576                 the system cached in a MimeInfo's privacydata
8577                 is still registered. Use this accessor instead
8578                 of directly using data->system. Fixes crashes
8579                 after unloading pgp plugins.
8580
8581 2005-07-17 [colin]      1.9.12cvs74
8582
8583         * src/alertpanel.c
8584                 Change geometry hints to a simple default size.
8585                 Fixes the certs dialogs.
8586
8587 2005-07-17 [colin]      1.9.12cvs73
8588
8589         * src/gtk/sslcertwindow.c
8590                 Use a gtkExpander
8591
8592 2005-07-17 [colin]      1.9.12cvs72
8593
8594         * src/plugins/pgpcore/Makefile.am
8595         * src/plugins/pgpmime/Makefile.am
8596                 Add gpgme libs
8597
8598 2005-07-17 [paul]       1.9.12cvs71
8599
8600         * configure.ac
8601                 add --disable-gnomeprint option
8602                 modified version of patch by Marius Mauch
8603
8604 2005-07-17 [paul]       1.9.12cvs70
8605
8606         * src/common/defs.h
8607                 update urls
8608         * src/account.c
8609         * src/action.c
8610         * src/addressbook.c
8611         * src/compose.c
8612         * src/foldersel.c
8613         * src/folderview.c
8614         * src/html.c
8615         * src/imap_gtk.c
8616         * src/main.c
8617         * src/mainwindow.c
8618         * src/messageview.c
8619         * src/mh_gtk.c
8620         * src/mimeview.c
8621         * src/news_gtk.c
8622         * src/prefs_account.c
8623         * src/prefs_send.c
8624         * src/prefs_summaries.c
8625         * src/procmsg.c
8626         * src/summaryview.c
8627         * src/common/utils.c
8628         * src/common/xml.c
8629         * src/plugins/pgpcore/passphrase.c
8630         * src/plugins/pgpcore/select-keys.c
8631                 replace inappropriately used backticks
8632                 with single quotes
8633
8634 2005-07-16 [colin]      1.9.12cvs69
8635
8636         * src/image_viewer.c
8637                 Add extra paranoid checks
8638
8639 2005-07-16 [colin]      1.9.12cvs68
8640
8641         * src/plugins/pgpcore/prefs_gpg.c
8642                 Don't auto-check sigs by default, as it
8643                 can be really slow.
8644
8645 2005-07-16 [colin]      1.9.12cvs67
8646
8647         * src/plugins/pgpcore/sgpgme.c
8648                 Make messages a bit better.
8649
8650 2005-07-16 [colin]      1.9.12cvs66
8651
8652         * src/imap.c
8653                 Remove pseudo-log
8654         * src/etpan/imap-thread.c
8655                 Add real log
8656
8657 2005-07-16 [colin]      1.9.12cvs65
8658
8659         * src/main.c
8660         * src/prefs_other.c
8661                 And now, fix build with libetpan :-/
8662
8663 2005-07-15 [colin]      1.9.12cvs64
8664
8665         * src/prefs_other.c
8666                 Continue fixing build without libetpan.
8667
8668 2005-07-15 [colin]      1.9.12cvs63
8669
8670         * src/main.c
8671                 Fix build with --disable-libetpan
8672
8673 2005-07-15 [colin]      1.9.12cvs62
8674
8675         * configure.ac
8676                 Bump libetpan's version
8677
8678 2005-07-15 [colin]      1.9.12cvs61
8679
8680         * src/etpan/imap-thread.c
8681                 Actually stop logging :)
8682
8683 2005-07-15 [colin]      1.9.12cvs60
8684
8685         * src/addressbook.c
8686                 Fix dnd of multiple addresses.
8687
8688 2005-07-15 [hoa]        1.9.12cvs59
8689
8690         * src/etpan/imap-thread.c
8691             disable login of IMAP password in libetpan log file.
8692
8693 2005-07-15 [paul]       1.9.12cvs58
8694
8695         * src/account.c
8696                 don't automatically sort
8697                 do allow drag n drop
8698
8699 2005-07-15 [paul]       1.9.12cvs57
8700
8701         * src/account.c
8702         * src/ssl_manager.c
8703                 alphabetical listing
8704
8705 2005-07-15 [paul]       1.9.12cvs56
8706
8707         * src/gtk/pluginwindow.c
8708                 sort plugin list alphabetically
8709
8710 2005-07-15 [paul]       1.9.12cvs55
8711
8712         * src/prefs_spelling.c
8713         * src/prefs_wrapping.c
8714                 unify English usage
8715
8716 2005-07-15 [colin]      1.9.12cvs54
8717
8718         * src/wizard.c
8719                 Typo fix
8720
8721 2005-07-15 [paul]       1.9.12cvs53
8722
8723         * src/prefs_message.c
8724                 make 'show cursor' a hidden option
8725
8726 2005-07-14 [colin]      1.9.12cvs52
8727
8728         * src/plugins/spamassassin/Makefile.am
8729         * src/plugins/clamav/Makefile.am
8730                 Fix double EXTRA_DISTs
8731
8732 2005-07-14 [colin]      1.9.12cvs51
8733
8734         * src/plugins/clamav/Makefile.am
8735         * src/plugins/clamav/clamav_plugin_gtk.deps
8736         * src/plugins/spamassassin/Makefile.am
8737         * src/plugins/spamassassin/spamassassin_gtk.deps
8738                 Make $plugin_gtk depend on $plugin
8739
8740 2005-07-14 [hoa]        1.9.12cvs50
8741
8742         * src/etpan/imap-thread.c
8743                 enable debug log of libetpan when running with --debug
8744
8745 2005-07-14 [colin]      1.9.12cvs49
8746
8747         * configure.ac
8748         * src/common/Makefile.am
8749         * src/common/plugin.c
8750         * src/common/plugin.h
8751                 Add a little plugin dependancy system.
8752                 Plugins can ship a $plugin_name.deps file
8753                 (near them in PLUGINDIR) so that their
8754                 dependancies are loaded if possible.
8755         * src/plugins/Makefile.am
8756         * src/plugins/pgpcore/Makefile.am
8757         * src/plugins/pgpcore/passphrase.c
8758         * src/plugins/pgpcore/passphrase.h
8759         * src/plugins/pgpcore/plugin.c
8760         * src/plugins/pgpcore/prefs_gpg.c
8761         * src/plugins/pgpcore/prefs_gpg.h
8762         * src/plugins/pgpcore/select-keys.c
8763         * src/plugins/pgpcore/select-keys.h
8764         * src/plugins/pgpcore/sgpgme.c
8765         * src/plugins/pgpcore/sgpgme.h
8766                 Introduce pgpcore, used by pgpmime and
8767                 pgpinline
8768         * src/plugins/pgpmime/Makefile.am
8769         * src/plugins/pgpmime/passphrase.c
8770         * src/plugins/pgpmime/passphrase.h
8771         * src/plugins/pgpmime/pgpmime.c
8772         * src/plugins/pgpmime/pgpmime.deps
8773         * src/plugins/pgpmime/plugin.c
8774         * src/plugins/pgpmime/prefs_gpg.c
8775         * src/plugins/pgpmime/prefs_gpg.h
8776         * src/plugins/pgpmime/select-keys.c
8777         * src/plugins/pgpmime/select-keys.h
8778         * src/plugins/pgpmime/sgpgme.c
8779         * src/plugins/pgpmime/sgpgme.h
8780                 Remove the core from pgpmime and add the
8781                 dependancy to pgpcore.
8782
8783 2005-07-14 [paul]       1.9.12cvs48
8784
8785         * src/stock_pixmap.c
8786                 forgot this in last commit
8787
8788 2005-07-14 [paul]       1.9.12cvs47
8789
8790         * src/account.c
8791         * src/addressbook.c
8792                 add accelerators for the buttons (sync with main)
8793         * src/compose.c
8794         * src/compose.h
8795                 add accelerators for the buttons.
8796                 fix editing with external editor.
8797                 replace gdk_input_*() with GIOChannel;
8798                 (sync with main)
8799         * src/foldersel.c
8800                 display folder names with new/unread
8801                 representation (sync with main)
8802         * src/main.c
8803                 specify default window icon (sync with main)
8804         * src/prefs_common.c
8805                 use_addr_book default to FALSE
8806         * src/summaryview.c
8807         * src/textview.c
8808                 add accelerators for the buttons (sync with main)
8809         * src/gtk/menu.c
8810                 fix typos
8811         * src/pixmaps/sylpheed_icon.xpm
8812                 updated
8813
8814 2005-07-13 [paul]       1.9.12cvs46
8815
8816         * src/plugins/pgpmime/pgpmime.c
8817         * src/plugins/pgpmime/sgpgme.c
8818                 (temporarily) use deprecated gpgme_data_rewind()
8819                 while largefile support is not present
8820                 (as suggested by Colin)
8821
8822 2005-07-13 [paul]       1.9.12cvs45
8823
8824         * configure.ac
8825                 remove large file support (for now):
8826                 it breaks too many things
8827
8828 2005-07-13 [paul]       1.9.12cvs44
8829
8830         * configure.ac
8831                 add large file support
8832         * src/html.c
8833                 fix bug #763 where href attribute was not
8834                 the very first attribute of a link
8835                 patch by Thomas Gilgin
8836
8837 2005-07-13 [colin]      1.9.12cvs43
8838
8839         * src/gtk/pluginwindow.c
8840                 Little portability fix
8841
8842 2005-07-13 [colin]      1.9.12cvs42
8843
8844         * src/plugins/pgpmime/sgpgme.c
8845                 Fix crasher.
8846
8847 2005-07-13 [colin]      1.9.12cvs41
8848
8849         * src/plugins/pgpmime/pgpmime.c
8850         * src/plugins/pgpmime/sgpgme.c
8851                 Use gpgme_data_release_and_get_mem instead
8852                 of gpgme_data_read.
8853
8854 2005-07-13 [colin]      1.9.12cvs40
8855
8856         * configure.ac
8857         * src/plugins/pgpmime/passphrase.c
8858         * src/plugins/pgpmime/passphrase.h
8859         * src/plugins/pgpmime/pgpmime.c
8860         * src/plugins/pgpmime/plugin.c
8861         * src/plugins/pgpmime/select-keys.c
8862         * src/plugins/pgpmime/select-keys.h
8863         * src/plugins/pgpmime/sgpgme.c
8864         * src/plugins/pgpmime/sgpgme.h
8865                 Port pgpmime to gpgme-1.0.
8866
8867 2005-07-12 [paul]       1.9.12cvs39
8868
8869         * AUTHORS
8870         * src/toolbar.c
8871         * src/toolbar.h
8872                 add a 'Go to Prev' button to the toolbar.
8873                 correct tooltip text of go to buttons.
8874                 based on patch by Yang Guilong <bamanzi@gmail.com>
8875
8876 2005-07-12 [colin]      1.9.12cvs38
8877
8878         * src/statusbar.c
8879                 Fix progress bar showing stuff at startup.
8880
8881 2005-07-12 [paul]       1.9.12cvs37
8882
8883         * src/editjpilot.c
8884                 fix building with jpilot support
8885
8886 2005-07-11 [colin]      1.9.12cvs36
8887
8888         * src/inc.c
8889                 Add visual indication that filtering is running
8890         * src/textview.c
8891                 Make {}[] uri delimiters
8892         * src/summaryview.c
8893                 Remove useless (and slow) calls
8894
8895 2005-07-11 [paul]       1.9.12cvs35
8896
8897         * src/plugins/clamav/clamav_plugin_gtk.c
8898         * src/plugins/dillo_viewer/dillo_prefs.c
8899         * src/plugins/pgpmime/prefs_gpg.c
8900         * src/plugins/spamassassin/spamassassin_gtk.c
8901                 gather plugins prefs together under their
8902                 own 'Plugins' heading
8903
8904 2005-07-11 [paul]       1.9.12cvs34
8905
8906         sync with main
8907
8908         * src/account.c
8909                 account_delete(): modified alert dialog
8910         * src/editjpilot.c
8911         * src/editvcard.c
8912                 fixed a crash when cancelling file selection
8913                 dialog by Escape key. Made non-ascii filename
8914                 selectable.
8915         * src/prefs_template.c
8916                 prefs_template_window_create(): make scrolled
8917                 window policy AUTOMATIC
8918
8919 2005-07-10 [hoa]        1.9.12cvs33
8920
8921         * src/etpan/imap-thread.c
8922                 workaround for old Courier IMAP servers.
8923
8924 2005-07-10 [colin]      1.9.12cvs32
8925
8926         * src/folder.c
8927         * src/statusbar.c
8928         * src/statusbar.h
8929                 Add visual progress indicator on filtering/processing
8930                 Factorize the progress bar code
8931         * src/imap.c
8932         * src/imap.h
8933         * src/etpan/imap-thread.c
8934                 Add a reference counter to avoid destroying the Folder
8935                 while it's in use by another callback.
8936
8937 2005-07-09 [hoa]        1.9.12cvs31
8938
8939         * src/imap.c
8940         * src/etpan/imap-thread.c
8941                 fixed deadlock when removing IMAP account.
8942
8943 2005-07-08 [colin]      1.9.12cvs30
8944
8945         * src/textview.c
8946         * src/unmime.c
8947                 Fix again problems decoding broken headers
8948         * src/gtk/inputdialog.c
8949                 Fix local variable shadowing a global one
8950
8951 2005-07-08 [colin]      1.9.12cvs29
8952
8953         * src/msgcache.c
8954                 Make the cache/mark files platform-agnostic by writing
8955                 them in little-endian format. Reading them is also done
8956                 in little-endian format, of course; however, in order
8957                 to avoid trashing mark data on big-endian machines, the
8958                 files are, at first, read from the native format if the
8959                 little-endian one doesn't exist. This is easy to deter-
8960                 mine by trying to open a file with a swapped data_ver
8961                 and seeing if it's the wanted version.
8962                 Little-endian using users should see absolutely no
8963                 difference, Big-endian users may get a very little
8964                 performance drop due to byte-swapping.
8965                 Tested on i386 and ppc32. 
8966                 Fixes bug #159 (The index file, in the mailboxes, is 
8967                 hardware depending).
8968
8969                 To have the cache/mark files updated to the new little-
8970                 endian format, "Check for new messages" or even
8971                 "Rebuild folder tree" aren't enough. Files will be
8972                 updated as soon as a folder has been opened/closed.
8973                 To update everything, just select all folders by
8974                 selecting them one by one.
8975
8976 2005-07-07 [colin]      1.9.12cvs28
8977
8978         * src/imap.c
8979                 Remember the folder separator per IMAPFolder
8980                 instead of globally.
8981                 Revive the Session on noop; fixes bug #761
8982                 (mark a bunch of unread messages as read takes 
8983                 forever)
8984
8985 2005-07-07 [darko]      1.9.12cvs27
8986
8987         * src/common/template.c
8988                 Sort templates alphabetically
8989
8990 2005-07-06 [colin]      1.9.12cvs26
8991
8992         * src/imap.c
8993                 Try to use the correct separator in
8994                 most cases. Possibly fixes bug #759
8995                 (only creates the INBOX folder when 
8996                 setting up new IMAP account) and 
8997                 bug #760 (Can't retrieve messages)
8998
8999 2005-07-06 [colin]      1.9.12cvs25
9000
9001         * src/imap.c
9002                 Use real_path in status command. This will
9003                 help later, when namespaces will be used.
9004
9005 2005-07-06 [colin]      1.9.12cvs24
9006
9007         * configure.ac
9008         * src/account.c
9009         * src/folder.c
9010         * src/imap.c
9011         * src/etpan/etpan-log.c
9012         * src/etpan/etpan-thread-manager.c
9013         * src/etpan/imap-thread.c
9014                 Add a --disable-libetpan parameter. With this,
9015                 users that don't want IMAP4 support can avoid
9016                 the new dependancy (and have no IMAP support).
9017                 Users that have IMAP4 accounts and use this
9018                 parameter won't lose their configuration, their
9019                 IMAP accounts will just be invisible and not
9020                 used.
9021         * src/textview.c
9022                 Make the "Copy ..." contextual menu items 
9023                 copy to both the X clipboard and the gtk 
9024                 clipboard - as most other apps do.
9025         * src/gtk/about.c
9026                 Add a notice about OpenSSL usage, in order to
9027                 comply with OpenSSL's license (point 6):
9028                 http://www.openssl.org/source/license.html
9029
9030 2005-07-06 [colin]      1.9.12cvs23
9031
9032         * src/alertpanel.c
9033                 Fix a minimum size for alertpanels
9034         * src/compose.c
9035                 Show 'No space left on device' type errors
9036                 when queuing/sending
9037         * src/imap_gtk.c
9038         * src/mh_gtk.c
9039                 Rework folder's deletion message (remove 
9040                 extra \n)
9041
9042 2005-07-05 [colin]      1.9.12cvs22
9043
9044         * src/imap.c
9045                 Add an alertpanel on auth error
9046                 Add pseudo-log
9047                 Remove pthread-related stuff
9048
9049 2005-07-05 [colin]      1.9.12cvs21
9050
9051         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9052                 Fix crash on plugin reloading (with a hack)
9053
9054 2005-07-05 [colin]      1.9.12cvs20
9055
9056         * src/prefs_account.c
9057         * src/prefs_account.h
9058                 Fix typo
9059         * src/gtk/filesel.c
9060         * src/gtk/filesel.h
9061                 Add a way to filter the view
9062         * src/gtk/pluginwindow.c
9063                 Filter loadable stuff
9064         * src/plugins/pgpmime/prefs_gpg.c
9065                 Fix missing unregistration
9066         * .cvsignore
9067         * src/etpan/.cvsignore
9068         * src/plugins/spamassassin/.cvsignore
9069                 Add more stuff to cvs ignored files
9070
9071 2005-07-04 [colin]      1.9.12cvs19
9072
9073         * src/imap.c
9074                 Fix scan_required returning FALSE when it
9075                 shouldn't. Maybe fix #760 (Can't retrieve
9076                 messages)
9077
9078 2005-07-04 [colin]      1.9.12cvs18
9079
9080         * src/summaryview.c
9081                 Fix always_show_msg pref
9082
9083 2005-07-04 [paul]       1.9.12cvs17
9084
9085         sync with main (forgotten in last commit)
9086         
9087         * src/common/utils.c
9088         * src/common/utils.h
9089                 check_line_length(): new.
9090                 is_dir_exist()
9091                 is_file_entry_exist()
9092                 dirent_is_regular_file()
9093                 dirent_is_directory(): use g_file_test() instead of stat().
9094
9095 2005-07-04 [paul]       1.9.12cvs16
9096
9097         sync with main:
9098
9099         * src/compose.c
9100                 compose_write_to_file(): check for line
9101                 length limit and display warning if exceeds
9102         * src/jpilot.c
9103                 use get_home_dir() instead of g_get_home_dir()
9104         * src/procheader.c
9105                 removed warning about invalid date
9106         * src/vcard.c
9107                 use get_home_dir() instead of g_get_home_dir()
9108
9109 2005-07-04 [paul]       1.9.12cvs15
9110
9111         * src/stock_pixmap.c
9112                 fix new pixmap naming errors
9113                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9114
9115 2005-07-04 [colin]      1.9.12cvs14
9116
9117         * src/imap.c
9118                 Fix debugging string with a warning
9119
9120 2005-07-04 [colin]      1.9.12cvs13
9121
9122         * configure.ac
9123                 Add a check for libetpan's version (>= 0.37)
9124
9125 2005-07-04 [hoa]        1.9.12cvs12
9126
9127         * commitHelper
9128         * src/imap.c
9129         * src/etpan/imap-thread.c
9130         * src/etpan/imap-thread.h
9131                 fixed IMAP implementation of check of mails.
9132
9133 2005-07-03 [hoa]        1.9.12cvs11
9134
9135         * src/etpan/Makefile.am
9136         * src/etpan/etpan-errors.h
9137         * src/etpan/etpan-log.[ch]
9138         * src/etpan/etpan-thread-manager-types.h
9139         * src/etpan/etpan-thread-manager.[ch]
9140         * src/etpan/imap-thread.[ch]
9141         * src/Makefile.am
9142         * src/imap.c
9143         * src/main.c
9144         * src/prefs_other.c
9145         * configure.ac
9146             merged imap branch.
9147             dependency on libetpan 0.37 is now added.
9148
9149 2005-07-01 [colin]      1.9.12cvs10
9150
9151         * src/Makefile.am
9152         * src/folder.c
9153         * src/folder.h
9154         * src/folderview.c
9155         * src/stock_pixmap.c
9156         * src/stock_pixmap.h
9157         * src/plugins/trayicon/trayicon.c
9158                 Add marked symbol on folders containing
9159                 marked messages
9160         * src/procmsg.c
9161         * src/procmsg.h
9162         * src/toolbar.c
9163         * src/prefs_common.c
9164         * src/prefs_common.h
9165         * src/prefs_send.c
9166                 Add an optional confirmation dialog on queue
9167                 sending. Patch by wwp.
9168         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9169         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9170         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9171         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9172         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9173         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9174         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9175         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9176         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9177         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9178         * src/pixmaps/trash_mark.xpm            ** ADDED **
9179                 New pixmaps
9180
9181 2005-07-01 [colin]      1.9.12cvs9
9182
9183         * src/summaryview.c
9184                 Fix a little threading bug
9185         * src/addrgather.c
9186         * src/mainwindow.c
9187                 A little bit of HIG normality never hurts
9188
9189 2005-07-01 [colin]      1.9.12cvs8
9190
9191         * src/compose.c
9192         * src/msgcache.c
9193         * src/pop.c
9194         * src/procmime.c
9195         * src/recv.c
9196         * src/common/log.c
9197         * src/common/template.c
9198         * src/common/utils.c
9199         * src/common/utils.h
9200                 Reverted the fwrite_atomic stuff. In fact
9201                 it is already atomic.
9202
9203 2005-06-30 [colin]      1.9.12cvs7
9204
9205         * src/common/utils.c
9206         * src/common/utils.h
9207                 Add an fwrite_atomic() function to make
9208                 sure we write everything: fwrite can make
9209                 short writes.
9210         * src/compose.c
9211         * src/msgcache.c
9212         * src/pop.c
9213         * src/procmime.c
9214         * src/recv.c
9215         * src/common/log.c
9216         * src/common/template.c
9217                 Use that (and fix swapping of size and nmemb).
9218                 Thanks to Rich Coe for the heads up.
9219
9220 2005-06-30 [colin]      1.9.12cvs6
9221
9222         * src/addressbook.c
9223                 Optimize addressbook opening 
9224
9225 2005-06-30 [colin]      1.9.12cvs5
9226
9227         * src/summaryview.c
9228                 Remove calls to summary_step after move/copy
9229
9230 2005-06-28 [paul]       1.9.12cvs4
9231
9232         * src/alertpanel.c
9233                 wrap and make the error msg selectable
9234
9235 2005-06-28 [paul]       1.9.12cvs3
9236
9237         * src/ssl_manager.c
9238                 replace the OK button with a Close button
9239         * src/gtk/foldersort.c
9240                 use GTK_STOCK_ icons/buttons
9241
9242 2005-06-28 [colin]      1.9.12cvs2
9243
9244         * src/gedit-print.c             ** ADDED **
9245         * src/gedit-print.h             ** ADDED **
9246         * src/gtk/gtksourceprintjob.c   ** ADDED **
9247         * src/gtk/gtksourceprintjob.h   ** ADDED **
9248                 I can't believe no one had enough time to tell
9249                 me I forgot the `cvs add`
9250
9251 2005-06-27 [colin]      1.9.12cvs1
9252
9253         * src/Makefile.am
9254         * src/gtk/Makefile.am
9255         * src/messageview.c
9256         * src/procmsg.c
9257         * src/summaryview.c
9258         * configure.ac
9259                 Add optional libgnomeprint-based printing
9260         * src/mainwindow.c
9261         * src/gtk/quicksearch.c
9262                 Add an Edit/Quick search menu item to show
9263                 and focus the quicksearch
9264
9265 2005-06-27 [paul]       1.9.12
9266
9267         1.9.12 release
9268
9269         * po/ca.po
9270         * po/de.po
9271         * po/es.po
9272         * po/fr.po
9273         * po/it.po
9274         * po/ko.po
9275         * po/pt_BR.po
9276         * po/sk.po
9277         * po/zh_CN.po
9278                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9279                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9280                 SungHyun Nam, Frederico Goncalves Guimaraes,
9281                 Andrej Kacian, and Yang Guilong
9282 2005-06-26 [colin]      1.9.11cvs106
9283
9284         * src/imap_gtk.c
9285                 Forgot one file for previous fix
9286
9287 2005-06-26 [colin]      1.9.11cvs105
9288
9289         * src/folder.c
9290         * src/imap.c
9291                 Fix problems with folder operations in no_select
9292                 imap folders. it applies only to mails, and 
9293                 creation/deletion/move/renaming of folders 
9294                 should be possible
9295
9296 2005-06-26 [paul]       1.9.11cvs104
9297
9298         * src/prefs_filtering.c
9299                 replace one more GTK_STOCK_REMOVE
9300                 with GTK_STOCK_DELETE
9301
9302 2005-06-25 [colin]      1.9.11cvs103
9303
9304         * src/imap.c
9305                 Optimize get_seq_set_from_seq_list
9306                 (Patch by Ricardo) 
9307
9308 2005-06-25 [colin]      1.9.11cvs102
9309
9310         * src/mh.c
9311                 If the directory exists, but not in the
9312                 correct encoding, rename it. This should
9313                 handle old-versions-induced bugs.
9314
9315 2005-06-25 [colin]      1.9.11cvs101
9316
9317         * src/mh.c
9318                 Fix path access with extended dir names
9319                 Fixes bug #589 (SC segfaults with wrong locale
9320                 settings)
9321
9322 2005-06-25 [colin]      1.9.11cvs100
9323
9324         * src/prefs_account.c
9325         * src/prefs_account.h
9326         * src/compose.c
9327                 Add an option to encrypt replies to
9328                 encrypted messages
9329
9330 2005-06-25 [colin]      1.9.11cvs99
9331
9332         * src/compose.c
9333         * src/quote_fmt_parse.y
9334                 ... And make it work with pgpinline.
9335
9336 2005-06-25 [colin]      1.9.11cvs98
9337
9338         * src/compose.c
9339         * src/procmime.c
9340         * src/procmime.h
9341         * src/quote_fmt_parse.y
9342                 o Make reedition of encrypted messages possible
9343                   (as long as it is encrypted to self too, no
9344                    magic there)
9345                 o Make replying with quote (and without selecting
9346                   text) possible for encrypted messages.
9347                 Closes bug #550 (Not possible to "reply with quote"
9348                 to gnupg encrypted messages)
9349
9350 2005-06-24 [paul]       1.9.11cvs97
9351
9352         * src/imap.c
9353                 add missing include
9354
9355 2005-06-24 [paul]       1.9.11cvs96
9356
9357         * src/editldap.c
9358                 made bind password entry invisible
9359                 (sync with main)
9360         * src/send_message.c
9361                 send_message_local(): check exit status
9362                 to detect errors (sync with main)
9363         * src/textview.c
9364                 use main's less ambiguous popup menu
9365                 wording
9366
9367 2005-06-24 [paul]       1.9.11cvs95
9368
9369         * src/prefs_actions.c
9370         * src/prefs_customheader.c
9371         * src/prefs_display_header.c
9372         * src/prefs_filtering_action.c
9373         * src/prefs_matcher.c
9374         * src/prefs_template.c
9375         * src/prefs_toolbar.c
9376                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9377         * src/gtk/description_window.c
9378                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9379
9380 2005-06-23 [colin]      1.9.11cvs94
9381
9382         * src/summaryview.c
9383                 Fix rough edges (be sure to call status_show whenever
9384                 necessary).
9385
9386 2005-06-23 [colin]      1.9.11cvs93
9387
9388         * src/summaryview.c
9389                 Optimize Select All
9390                 Before, in a 5K mails folder: 11s
9391                 After, in the same folder: 58000µs
9392                 The joys of locking... gtk_clist_select_all() fires a 
9393                 tree-select-row event for each selected row, which in 
9394                 summaryview, callbacks summary_selected which in turn,
9395                 calls summary_status_show, which walks the selected
9396                 rows. Hence, calling gtk_clist_select_all was 
9397                 exponential. Locking the summaryview makes 
9398                 summary_selected return early.
9399
9400 2005-06-23 [colin]      1.9.11cvs92
9401
9402         * src/imap.c
9403                 Move mutex at the important place to avoid
9404                 deadlocks
9405         * src/summaryview.c
9406                 Fix Del key deleting directly instead of
9407                 moving to trash
9408
9409 2005-06-22 [colin]      1.9.11cvs91
9410
9411         * src/plugins/spamassassin/libspamc.c
9412                 As we do spagetti code with assignations in multiple
9413                 places (see _message_read_raw where out = msg = raw),
9414                 let's be sure we don't free the same pointer twice.
9415                 Should fix bug #683 (Crash in libpam at 
9416                 message_cleanup).
9417
9418 2005-06-22 [colin]      1.9.11cvs90
9419
9420         * src/compose.c
9421         * src/messageview.c
9422         * src/toolbar.c
9423                 Make toolbar's delete use the move to trash stuff;
9424                 Add gtk_widget_realize to be sure pixmaps can get
9425                 created (that may fix an old worksforme bug which
9426                 I can't find back...)
9427
9428 2005-06-22 [colin]      1.9.11cvs89
9429
9430         * src/summaryview.c
9431         * src/summaryview.h
9432         * src/mainwindow.c
9433                 Rename "Message/Delete" to "Message/Move to trash"
9434                 Add "Message/Delete..." that directly destroys the
9435                 selected messages after asking for a confirmation.
9436
9437 2005-06-22 [colin]      1.9.11cvs88
9438
9439         * src/imap.c
9440                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9441                 o Fix a deadlock (thanks Darko)
9442
9443 2005-06-22 [colin]      1.9.11cvs87
9444
9445         * src/gtk/foldersort.c
9446                 Add missing include for the i18n;
9447                 patch by Fabien Vantard
9448
9449 2005-06-21 [colin]      1.9.11cvs86
9450
9451         * src/folder.c
9452         * src/folderview.c
9453                 Respect the no_select flag
9454         * src/imap.c
9455                 Fix recursive deletion
9456         * src/imap_gtk.c
9457         * src/mh_gtk.c
9458                 Make the folder deletion's warning
9459                 more explicit
9460
9461 2005-06-21 [colin]      1.9.11cvs85
9462
9463         * src/textview.c
9464                 Prevent email addresses from spanning accross
9465                 lines - fixes bug # 646 (newline-chars in 
9466                 email addresses)
9467
9468 2005-06-20 [colin]      1.9.11cvs84
9469
9470         * src/folder.c
9471                 Be sure not to remove source if copy failed
9472
9473 2005-06-20 [colin]      1.9.11cvs83
9474
9475         * src/folderview.c
9476         * src/imap_gtk.c
9477                 remove summaryview's lock
9478         * src/imap.c
9479                 introduce threads to avoid problems when foreground tasks
9480                 interfere with background tasks
9481         * src/mh.c
9482                 prevent moving to drafts/queue
9483         * src/mimeview.c
9484                 fix leak
9485
9486 2005-06-19 [colin]      1.9.11cvs82
9487
9488         * src/imap_gtk.c
9489                 Remember that the user doesn't want to override
9490                 offline mode, for 3 seconds. It avoid presenting
9491                 him with N popups in a really short time.
9492
9493 2005-06-17 [colin]      1.9.11cvs81
9494
9495         * src/imap.c
9496                 Fix IMAP breaking on folders containing '('
9497                 (Probably won't be enough)
9498
9499 2005-06-17 [colin]      1.9.11cvs80
9500
9501         Forgotten files on 1.9.11cvs79
9502         * src/summaryview.c
9503                 Fix stepping when not immediately executing
9504         * src/imap.c
9505                 Really prevent UID FETCH 0
9506         * src/codeconv.c
9507                 Fix outgoing charset never set to utf-8
9508         * src/mh.c
9509                 Fix leak
9510
9511 2005-06-16 [colin]      1.9.11cvs79
9512
9513         * src/compose.c
9514                 Fix bug #707 (Dash splits rows)
9515                 Only wrap if we're on a line break position and
9516                 the previous one was a "white" (space) char.
9517                 Pango stuff is weird.
9518
9519 2005-06-16 [colin]      1.9.11cvs78
9520
9521         * src/imap_gtk.c
9522                 Lock summaryview while downloading messages
9523                 on user demand
9524         * src/procheader.c
9525         * src/unmime.c
9526         * src/common/utils.c
9527         * src/common/utils.h
9528                 Replace \r and \n with spaces in From and
9529                 Subject headers
9530
9531 2005-06-16 [paul]       1.9.11cvs77
9532
9533         * src/procmime.c
9534                 liberalise the mime parser
9535         * src/gtk/about.c
9536                 add text wrapping
9537
9538 2005-06-16 [paul]       1.9.11cvs76
9539
9540         * src/gtk/about.c
9541                 reworked
9542
9543 2005-06-15 [colin]      1.9.11cvs75
9544
9545         * src/compose.c
9546                 Finish header encoding fix
9547         * src/summaryview.c
9548                 Fix segfault
9549         * src/headerview.c
9550                 Fix compilation (Thanks Stephan
9551                 Sachse)
9552
9553 2005-06-15 [colin]      1.9.11cvs74
9554
9555         * Makefile.am
9556                 Install gnome2 stuff rather than gnome1, 
9557                 if both are present
9558         * src/codeconv.c
9559         * src/codeconv.h
9560         * src/compose.c
9561                 Fix headers encoding
9562         * src/folder.c
9563                 Visual progress when fetching all messages
9564         * src/folderview.c
9565         * src/summaryview.c
9566         * src/summaryview.h
9567                 Prevent changing current message while
9568                 incorporating
9569
9570 2005-06-15 [paul]       1.9.11cvs73
9571
9572         * src/gtk/gtkaspell.c
9573         * src/gtk/gtkaspell.h
9574                 fix build warnings
9575
9576 2005-06-15 [paul]       1.9.11cvs72
9577
9578         * src/prefs_filtering.c
9579                 allow reordering of filter rules by
9580                 drag n drop
9581
9582 2005-06-15 [paul]       1.9.11cvs71
9583
9584         * COPYING
9585                 updated
9586         * src/codeconv.c
9587                 replace deprecated function
9588         * src/inc.c
9589         * src/send_message.c
9590         * src/gtk/progressdialog.c
9591         * src/gtk/progressdialog.h
9592                 salvage and reuse parts of reverted sync
9593
9594 2005-06-15 [paul]       1.9.11cvs70
9595
9596         * src/inc.c
9597         * src/send_message.c
9598         * src/gtk/progressdialog.c
9599         * src/gtk/progressdialog.h
9600                 revert yesterday's sync with main
9601                 it contains deprecated functions
9602
9603 2005-06-15 [colin]      1.9.11cvs69
9604
9605         * src/headerview.c
9606                 Fix bug #670 (multi user to: will corrupt message 
9607                 headers display)
9608
9609 2005-06-15 [colin]      1.9.11cvs68
9610
9611         * src/compose.c
9612                 Fix bug #421 (Fix undo on wrapping)
9613
9614 2005-06-15 [colin]      1.9.11cvs67
9615
9616         * src/folder.c
9617                 Provide visual feedback while processing
9618                 folder's rules.
9619         * src/imap.c
9620                 Provide visual feedback while getting
9621                 short headers (for uncached messages)
9622
9623
9624 2005-06-14 [paul]       1.9.11cvs66
9625
9626         * src/account.c
9627                 change a couple stock icons
9628         * src/inc.c
9629         * src/send_message.c
9630         * src/gtk/progressdialog.c
9631         * src/gtk/progressdialog.h
9632                 sync main's GtkTreeView implementation
9633
9634 2005-06-14 [colin]      1.9.11cvs65
9635
9636         * src/imap.c
9637                 Various little fixes, mainly on error paths
9638
9639 2005-06-13 [colin]      1.9.11cvs64
9640
9641         * matcher.c
9642         * procmsg.c
9643         * procmsg.h
9644                 Add a way to fetch only headers. This speeds
9645                 up filtering on headers for IMAP. Fixes:
9646                 bug #481 extraneous imap commands slow down 
9647                         imap filtering
9648                 bug #522 Sylpheed downloads all messages 
9649                         when opening mailbox (IMAP)
9650                 bug #677 IMAP fetch is soooooooooooooo slow
9651         * src/folder.c
9652         * src/folder.h
9653                 Add a folder set_batch method so that
9654                 implementations can speed up flags changes
9655         * src/folderutils.c
9656         * src/summaryview.c
9657                 Use that in mark as (un)read and mark all read
9658                 Refix bug #679
9659         * src/imap.c
9660                 Implement set_batch - brings back deferred
9661                 flags in a less buggy manner. Fixes:
9662                 bug #729 IMAP immediate expunge of deleted messages
9663                 bug #191 remove list of messages with one command
9664                 Fix login with strange chars
9665                 Implement fetch_msg_full
9666                 Fix copy (wrong counts)
9667
9668 2005-06-12 [colin]      1.9.11cvs63
9669
9670         * src/folder.c
9671                 lock incorporation during long operations.
9672                 Avoids fucking up the IMAP socket.
9673
9674 2005-06-12 [colin]      1.9.11cvs62
9675
9676         * src/imap.c
9677                 Fix harmful typo
9678                 Factorize remove_all_msg
9679                 Thread-ize expunge
9680         * src/summaryview.c
9681                 Don't update partial-download status if unnecessary
9682         * src/folder.c
9683                 Use remove_msgs everywhere possible
9684
9685 2005-06-12 [colin]      1.9.11cvs61
9686
9687         * src/folder.c
9688         * src/folder.h
9689                 Add a remove_msgs function to remove a 
9690                 list of messages
9691         * src/imap.c
9692                 Implement that.
9693
9694 2005-06-12 [colin]      1.9.11cvs60
9695
9696         * src/imap.c
9697                 Remove flags-processing deferring... Too hard
9698                 to get it to work in all cases.
9699
9700 2005-06-11 [colin]      1.9.11cvs59
9701
9702         * src/imap.c
9703                 printf -> debug_print
9704
9705 2005-06-11 [colin]      1.9.11cvs58
9706
9707         * src/imap.c
9708                 o Fix build without USE_PTHREAD
9709                 o Factorize imap_open
9710                 o Alertpanel in case of impossible connection
9711                 o Alertpanel in case of impossible login
9712                 o Fix deferred flags processing to force a 
9713                   flush before adding some more flags to process,
9714                   but in another folder.
9715
9716 2005-06-10 [colin]      1.9.11cvs57
9717
9718         * src/imap.c
9719                 o Fix a format string error
9720                 o init ssl socket outside of the thread 
9721                   (it possibly invokes gtk calls)
9722         * src/procmime.c
9723                 o Put back the buffer to its necessary size
9724                 o Fix changing a file pointer without keeping
9725                   track of it (thanks Valgrind)
9726         * src/common/smtp.c
9727                 o Fix automatic STARTTLS if login should be done
9728                   and the server only allows it after starting TLS
9729         * src/gtk/gtkinputdialog.c
9730                 o Eat GDK_Return so that the combo popup doesn't 
9731                   appear when we press Enter to validate the combo
9732                   input dialog (as seen in the Open with... dialog)
9733
9734 2005-06-10 [colin]      1.9.11cvs56
9735
9736         * src/imap.c
9737                 o A bit less debug
9738                 o Fix a crash on deletion
9739                 o Threadize imap_select (it's called outside of 
9740                   threads)
9741                 o Defer treatment of DELETED flags
9742
9743
9744 2005-06-09 [colin]      1.9.11cvs55
9745
9746         * src/imap.c
9747                 Make sure we check imap_gtk_should_override(), which
9748                 potentially calls gtk stuff, before creating thread.
9749                 That way it should't be called via imap_get_session()
9750                 inside a thread.
9751
9752 2005-06-09 [colin]      1.9.11cvs54
9753
9754         * src/imap.c
9755                 o add a bit of status output
9756                 o remove some dead code
9757                 o threadize get_list_of_uids
9758                 o threadize imap_get_flags
9759                 o defer flag changing by 500ms so that they
9760                   can be batched
9761
9762
9763 2005-06-08 [colin]      1.9.11cvs53
9764
9765         * src/imap.c
9766                 Thread-ize imap_cmd_fetch
9767
9768 2005-06-08 [colin]      1.9.11cvs52
9769
9770         * src/main.c
9771                 Mmh, that broke POP3...
9772
9773 2005-06-08 [colin]      1.9.11cvs51
9774
9775         * src/main.c
9776                 Stabilize IMAP patch (thanks to Hoa)
9777
9778 2005-06-08 [colin]      1.9.11cvs50
9779
9780         * src/imap.c
9781                 Test patch to speed up imap. 
9782
9783 2005-06-08 [colin]      1.9.11cvs49
9784
9785         * src/imap_gtk.c
9786                 Warning fix
9787         * src/procmime.c
9788                 Apply patch from gentoo to use /usr/share/mime/globs if 
9789                 available, after un-breaking it
9790         * src/common/log.c
9791         * src/common/log.h
9792                 Use g_timeout for invoking hooks that possibly use gtk
9793                 calls. This should leave gtk calls in the main thread.
9794
9795 2005-06-08 [paul]       1.9.11cvs48
9796
9797         * src/codeconv.c
9798                 conv_get_outgoing_charset_str(): don't
9799                 use prefs_common setting
9800         * src/compose.c
9801         * src/compose.h
9802                 add /Options/Character encoding/... to
9803                 temporarily change the outgoing encoding
9804
9805         (belated sync with main)
9806
9807 2005-06-08 [paul]       1.9.11cvs47
9808
9809         * src/compose.c
9810                 correction to/completion of last
9811                 sync with main
9812
9813 2005-06-08 [paul]       1.9.11cvs46
9814
9815         sync with main:
9816         
9817         * src/codeconv.c
9818         * src/codeconv.h
9819                 always enabled Japanese auto-detection
9820                 if the first letters of locale string
9821                 is "ja"
9822         * src/compose.c
9823                 don't use "destroy" signal to destroy
9824                 Compose object (fix rare crashes on discard?)
9825         * src/mainwindow.c
9826         * src/messageview.c
9827         * src/prefs_send.c
9828                 added Hebrew encodings
9829         * src/sourcewindow.c
9830                 don't use "destroy" signal to destroy
9831                 objects
9832
9833 2005-06-07 [colin]      1.9.11cvs45
9834
9835         * src/summaryview.c
9836                 Add missing unlocks/locks
9837
9838 2005-06-07 [paul]       1.9.11cvs44
9839
9840         * src/summaryview.c
9841                 restore bug #749 fix
9842
9843 2005-06-06 [colin]      1.9.11cvs43
9844
9845         * src/summaryview.c
9846                 Fix selection bug when prefs_common.open_unread 
9847                 is FALSE
9848
9849 2005-06-06 [colin]      1.9.11cvs42
9850
9851         * src/common/md5.c
9852                 Fix a warning
9853         * src/summaryview.c
9854         * src/folderview.c
9855                 Factorize long operations beginning and end
9856                 (locking, freezing/thawing, cursor, ...)
9857                 Check selection->data member in selection-
9858                 related loops; this avoids dying an awful
9859                 death if the selection changes on us while
9860                 we're marking a whole IMAP folder unread, 
9861                 for example.
9862
9863 2005-06-06 [paul]       1.9.11cvs41
9864
9865         * src/textview.c
9866                 don't g_free() a static gchar buffer
9867
9868 2005-06-05 [colin]      1.9.11cvs40
9869
9870         * src/mainwindow.c
9871         * src/messageview.c
9872         * src/summaryview.c
9873                 Fix bug #749 (Show all headers should be
9874                 sticky as the GUI suggests)
9875
9876 2005-06-03 [paul]       1.9.11cvs39
9877
9878         * src/compose.c
9879                 don't allow editing of mail while sending.
9880                 patch by Colin
9881
9882 2005-06-03 [paul]       1.9.11cvs38
9883
9884         * src/folderview.c
9885                 add a freeze/thaw to speed up 'mark all read'
9886
9887 2005-06-03 [paul]       1.9.11cvs37
9888
9889         * src/prefs_message.c
9890                 reflect changes immediately
9891
9892 2005-06-02 [colin]      1.9.11cvs36
9893
9894         * po/POTFILES.in
9895                 Patch by Fabien Vantard.
9896
9897 2005-06-02 [colin]      1.9.11cvs35
9898
9899         * src/imap.c
9900                 Use a non-blocking imap_getline() if possible.
9901                 This should completely prevent the interface
9902                 from freezin on imap operations, although it
9903                 may do strange stuff in case of folder switching
9904                 while a big imap operation is taking place...
9905
9906                 In addition, fix a leak in the case thread
9907                 creation fails on connection.
9908
9909 2005-06-02 [colin]      1.9.11cvs34
9910
9911         * src/crash.c
9912         * src/prefs_common.h
9913                 Fix build (prefs_common_init() doesn't exist
9914                 anymore)
9915
9916 2005-06-02 [colin]      1.9.11cvs33
9917
9918         * src/prefs_account.c
9919                 Fix bug #245 (filtering rules broken when
9920                 renaming a remote account (imap4 or nntp)
9921
9922 2005-06-02 [colin]      1.9.11cvs32
9923
9924         * src/imap.c
9925                 Try to fix IMAP shortcomings: 
9926                 o Multithread imap_open()
9927                 o allow offline-mode overriding instead of
9928                   just returning NULL
9929         * src/imap_gtk.c
9930         * src/imap_gtk.h
9931                 Add a function to ask whether we want to
9932                 override offline-mode for 10 minutes (one-shot
9933                 asking was painful)
9934         * src/procheader.c
9935                 Fix segfault when imap parser isn't happy about
9936                 a missing {
9937
9938 2005-06-01 [colin]      1.9.11cvs31
9939
9940         * src/addrharvest.c
9941         * src/compose.c
9942         * src/mbox.c
9943         * src/mbox.h
9944         * src/mh.c
9945         * src/msgcache.c
9946         * src/send_message.c
9947         * src/setup.c
9948         * src/undo.c
9949         * src/common/hooks.c
9950         * src/common/prefs.c
9951         * src/common/template.c
9952         * src/common/utils.c
9953         * src/gtk/gtkutils.c
9954         * src/gtk/inputdialog.c
9955         * src/gtk/menu.c
9956         * src/gtk/pluginwindow.c
9957         * src/gtk/prefswindow.c
9958         * src/plugins/pgpmime/passphrase.c
9959         * src/plugins/pgpmime/prefs_gpg.c
9960                 More -Wall fixes
9961
9962         * src/common/Makefile.am
9963         * src/common/timing.h
9964                 Add basic timing code
9965
9966         * src/summaryview.c
9967                 Fix a bug with unread messages when 
9968                 re-sorting folders, and by the way
9969                 fix a big performance hit when 
9970                 re-sorting (10k mails: before 5s,
9971                 after .5s)
9972
9973         * src/prefs_compose_writing.c
9974         * src/prefs_compose_writing.h
9975         * src/prefs_message.c
9976         * src/prefs_message.h
9977         * src/prefs_other.c
9978         * src/prefs_other.h
9979         * src/prefs_quote.c
9980         * src/prefs_quote.h
9981         * src/prefs_receive.c
9982         * src/prefs_receive.h
9983         * src/prefs_send.c
9984         * src/prefs_send.h
9985         * src/prefs_summaries.c
9986         * src/prefs_summaries.h
9987                 Fix copyright banner
9988
9989 2005-06-01 [paul]       1.9.11cvs30
9990
9991         * po/fi.po
9992                 updated by Flammie Pirinen
9993         * src/procmime.c
9994                 fix 'Bad BASE64 content' output
9995
9996 2005-05-31 [colin]      1.9.11cvs29
9997
9998         * src/procmime.c
9999                 Oops, where did my hunk go.
10000
10001 2005-05-31 [colin]      1.9.11cvs28
10002
10003         * src/Makefile.am
10004         * src/account.c
10005         * src/action.c
10006         * src/addr_compl.c
10007         * src/addressbook.c
10008         * src/codeconv.c
10009         * src/compose.c
10010         * src/export.c
10011         * src/folder.c
10012         * src/folderview.c
10013         * src/image_viewer.c
10014         * src/main.c
10015         * src/mainwindow.c
10016         * src/messageview.c
10017         * src/mimeview.c
10018         * src/msgcache.c
10019         * src/prefs_account.c
10020         * src/prefs_actions.c
10021         * src/prefs_common.c
10022         * src/prefs_compose_writing.c
10023         * src/prefs_customheader.c
10024         * src/prefs_ext_prog.c
10025         * src/prefs_filtering.c
10026         * src/prefs_filtering_action.c
10027         * src/prefs_fonts.c
10028         * src/prefs_image_viewer.c
10029         * src/prefs_message.c
10030         * src/prefs_message.h
10031         * src/prefs_msg_colors.c
10032         * src/prefs_other.c
10033         * src/prefs_other.h
10034         * src/prefs_quote.c
10035         * src/prefs_receive.c
10036         * src/prefs_receive.h
10037         * src/prefs_send.c
10038         * src/prefs_send.h
10039         * src/prefs_spelling.c
10040         * src/prefs_summaries.c
10041         * src/prefs_summary_column.c
10042         * src/prefs_template.c
10043         * src/prefs_themes.c
10044         * src/prefs_toolbar.c
10045         * src/prefs_wrapping.c
10046         * src/procmime.c
10047         * src/procmsg.c
10048         * src/send_message.h
10049         * src/ssl_manager.c
10050         * src/summary_search.c
10051         * src/summaryview.c
10052         * src/textview.c
10053         * src/wizard.c
10054         * src/common/smtp.c
10055         * src/common/smtp.h
10056         * src/gtk/gtkutils.h
10057                 o Move the rest of Common prefs to new style
10058                 o Lots of -Wall warning fixes
10059                 o fix FIXME in cache memusage calculation
10060                 o Let return receipts be sent from any account
10061                 o Little cache optimisation (read)
10062                 o Fix bug #746 (don't treat commas as separators
10063                   when inside a quoted string)
10064
10065 2005-05-31 [paul]       1.9.11cvs27
10066
10067         * src/prefs_common.c
10068                 fix 'off-by-one' typo
10069
10070 2005-05-31 [paul]       1.9.11cvs26
10071
10072         * src/account.c
10073         * src/addr_compl.c
10074         * src/compose.c
10075         * src/foldersel.c
10076         * src/prefs_actions.c
10077         * src/prefs_common.c
10078         * src/prefs_common.h
10079         * src/prefs_customheader.c
10080         * src/prefs_display_header.c
10081         * src/prefs_filtering.c
10082         * src/prefs_filtering_action.c
10083         * src/prefs_matcher.c
10084         * src/prefs_summaries.c
10085         * src/prefs_summary_column.c
10086         * src/prefs_template.c
10087         * src/prefs_toolbar.c
10088         * src/ssl_manager.c
10089         * src/gtk/pluginwindow.c
10090         * src/gtk/prefswindow.c
10091         * src/gtk/progressdialog.c
10092                 add hidden prefs 'enable_rules_hint'
10093                 for gtk_tree_view_set_rules_hint()
10094                 (sync with main)
10095                 
10096
10097 2005-05-31 [colin]      1.9.11cvs25
10098
10099         * src/Makefile.am
10100         * src/main.c
10101         * src/prefs_common.c
10102         * src/prefs_summaries.c ** ADDED **
10103         * src/prefs_summaries.h ** ADDED **
10104                 Common/Display -> Display/Summaries
10105
10106 2005-05-31 [colin]      1.9.11cvs24
10107
10108         * src/Makefile.am
10109         * src/main.c
10110         * src/prefs_quote.c ** ADDED **
10111         * src/prefs_quote.h ** ADDED **
10112                 Move Common/Quote to Compose/Quoting
10113         * src/prefs_common.c
10114         * src/prefs_common.h
10115                 Remove old quote stuff, add
10116                 convenience functions for GtkTextView prefs
10117         * src/gtk/prefswindow.c
10118                 Set default height higher
10119
10120 2005-05-30 [colin]      1.9.11cvs23
10121
10122         * src/Makefile.am
10123         * src/main.c
10124         * src/prefs_common.c
10125         * src/prefs_compose_writing.c ** ADDED **
10126         * src/prefs_compose_writing.h ** ADDED **
10127                 Move Common/Compose prefs to Compose/Writing
10128
10129 2005-05-30 [colin]      1.9.11cvs22
10130
10131         * src/common/utils.c
10132                 Fix bug #651 (Confused Attract by Subject)
10133                 Patch by M. Benkmann <haferfrost@web.de>
10134         * AUTHORS
10135
10136 2005-05-30 [colin]      1.9.11cvs21
10137
10138         * src/compose.c
10139                 Fix concatenation of different headers of
10140                 the same type (bug #645)
10141         * src/prefs_folder_item.c
10142                 Fix bug #699 (setting color to black doesn't
10143                 work immediately)
10144         * src/procmime.c
10145                 Print out decoding error only once per
10146                 block
10147
10148 2005-05-30 [paul]       1.9.11cvs20
10149
10150         * src/common/template.c
10151                 fix Bcc
10152
10153 2005-05-30 [paul]       1.9.11cvs19
10154
10155         * doc/src/rfc2368.txt   **NEW FILE**
10156         * src/compose.c
10157                 compose_entries_set(): don't interpret Bcc
10158                 header field (conform to RFC 2368)
10159                 (sync with main)
10160
10161 2005-05-29 [colin]      1.9.11cvs18
10162
10163         * src/prefs_common.c
10164                 Let the default reply format respect
10165                 netiquette by cutting the signature.
10166
10167 2005-05-29 [colin]      1.9.11cvs17
10168
10169         * src/summaryview.c
10170                 Don't let always_show_msg override
10171                 open_unread_on_enter when opening a new
10172                 directory.
10173
10174 2005-05-27 [paul]       1.9.11cvs16
10175
10176         sync with main:
10177
10178         * src/main.c
10179                 app_will_exit(): cleanup tmp directory when exit
10180         * src/message_search.c
10181                 improved the interface and made code cleanup.
10182                 removed Clear button
10183         * src/send_message.c
10184                 send_message_local(): use GSpawn, and detect errors
10185         * src/summary_search.c
10186                 improved the interface and made code cleanup
10187         * src/textview.c
10188                 textview_write_link(): also skip non-ascii space
10189                  at the head of link strings (phishing check
10190                  didn't work at the case)
10191         * src/common/utils.c
10192                 get_command_output(): use g_spawn_command_line_sync()
10193                 instead of popen()
10194
10195 2005-05-26 [colin]      1.9.11cvs15
10196
10197         * src/folder.c
10198                 remove printf
10199
10200 2005-05-26 [colin]      1.9.11cvs14
10201
10202         * src/common/nntp.c
10203                 Fix nntp mode reader (bug #611)
10204                 Patch by Florian Mickler <florian@mickler.org>
10205
10206 2005-05-26 [colin]      1.9.11cvs13
10207
10208         * src/plugins/pgpmime/passphrase.c
10209                 Fix mouse grabbing (bug #557)
10210
10211 2005-05-26 [colin]      1.9.11cvs12
10212
10213         * src/prefs_themes.c
10214                 Fix g_warning (bug #541)
10215
10216 2005-05-26 [colin]      1.9.11cvs11
10217
10218         * src/prefs_actions.c
10219         * src/prefs_template.c
10220                 Fix bug #506 (no warning if action/template
10221                 is not saved)
10222         * src/common/template.c
10223                 Fix a possible crash
10224
10225 2005-05-26 [colin]      1.9.11cvs10
10226
10227         * src/folder.c
10228         * src/folderview.c
10229         * src/procmsg.c
10230         * src/summaryview.c
10231                 Forbid locked messages to be moved or
10232                 deleted. Locked messages in trashes 
10233                 still get deleted, for performance
10234                 reason (mh.c::mh_remove_all_msgs)
10235
10236 2005-05-25 [colin]      1.9.11cvs9
10237
10238         * src/procmime.c
10239                 Use correct encoding when sending mails
10240                 with attachments that have accentued 
10241                 chars in their name
10242
10243 2005-05-24 [colin]      1.9.11cvs8
10244
10245         * src/summaryview.c
10246                 Fix bug #688 f) read/unread marker not
10247                 changed on first click
10248                 Also, optimize summary_status_show()
10249                 calls
10250         * src/folder.c
10251         * src/inc.c
10252         * src/procmime.c
10253                 Fix bug #688 b) and c) wrt message
10254                 attachments and signature
10255         * src/stock_pixmap.c
10256         * src/stock_pixmap.h
10257         * src/stock_pixmap.c
10258         * src/stock_pixmap.h
10259         * src/Makefile.am
10260         * src/pixmaps/clip_gpg_signed.xpm
10261                 Add clip/signed icon
10262
10263 2005-05-24 [colin]      1.9.11cvs7
10264
10265         * src/folder_item_prefs.c
10266                 whitespace fix
10267
10268 2005-05-24 [colin]      1.9.11cvs6
10269
10270         * src/folderview.c
10271         * src/prefs_common.c
10272         * src/prefs_common.h
10273                 Add a confirmation to folder drag and drop
10274                 fixes bug #156
10275         * src/alertpanel.c
10276         * src/alertpanel.h
10277                 fix _with_disable parameters so that
10278                 the buttons labels are specifiable too
10279         * src/plugins/pgpmime/sgpgme.c
10280                 reflect said change
10281                 
10282
10283 2005-05-24 [colin]      1.9.11cvs5
10284
10285         * src/folderview.c
10286                 Uncollapse/collapse folders on double-click
10287                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10288                 closes bug #108
10289
10290 2005-05-23 [colin]      1.9.11cvs4
10291
10292         * src/common/socket.c
10293                 Check another special SSL_peek() error.
10294                 Should help wrt bug #728
10295
10296 2005-05-23 [colin]      1.9.11cvs3
10297
10298         * src/plugins/pgpmime/pgpmime.c
10299                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10300                 breaking menu accelerators and stuff. Users will have to
10301                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10302                 account's privacy preferences if needed.
10303
10304 2005-05-22 [paul]
10305
10306         * tools/kdeservicemenu/install.sh
10307                 use kdesu to prompt for root password if doing
10308                 global install/uninstall
10309
10310 2005-05-20 [colin]      1.9.11cvs2
10311
10312         * src/procmsg.c
10313                 Fix another compilation error with gcc-2.9x
10314                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10315         * src/send_message.c
10316                 Don't send QUIT if we aren't connected
10317
10318 2005-05-19 [colin]      1.9.11cvs1
10319
10320         * src/procmsg.c
10321                 Fix compilation with gcc 2.9x
10322
10323 2005-05-19 [paul]       1.9.11
10324
10325         1.9.11 released
10326
10327 2005-05-19 [paul]       1.9.9cvs14
10328
10329         * src/gtk/inputdialog.c
10330                 prevent gettext warning
10331
10332 2005-05-19 [paul]       1.9.9cvs13
10333
10334         * src/mainwindow.c
10335         * src/prefs_common.c
10336         * src/prefs_common.h
10337         * src/textview.c
10338         * src/textview.h
10339                 add an option to toggle cursor in message
10340                 view (sync with main)
10341
10342 2005-05-18 [colin]      1.9.9cvs12
10343
10344         * src/compose.c
10345                 Dereference freed pointer
10346         * src/gtk/gtkaspell.c
10347                 Fix duplication of dictionaries (is it an aspell issue?)
10348
10349 2005-05-18 [colin]      1.9.9cvs11
10350
10351         * src/gtk/inputdialog.c
10352         * src/gtk/gtkaspell.c
10353                 HIGuify dialogs
10354         * src/alertpanel.c
10355                 Remove a double call
10356
10357 2005-05-17 [colin]      1.9.9cvs10
10358
10359         * src/gtk/gtkaspell.c
10360                 Fix dialogs, Ctrl-Enter accel
10361
10362 2005-05-17 [colin]      1.9.9cvs9
10363
10364         * src/gtk/gtkaspell.c
10365                 Fix some accelerators, escape in replace-window
10366
10367 2005-05-16 [colin]      1.9.9cvs8
10368
10369         * src/gtk/gtkaspell.c
10370                 Revert last commit, it was a mistake.
10371
10372 2005-05-16 [colin]      1.9.9cvs7
10373
10374         * src/gtk/gtkaspell.c
10375                 Remove buggy code while we're at it. It's a 
10376                 dead code path anyway.
10377
10378 2005-05-16 [colin]      1.9.9cvs6
10379
10380         * src/gtk/gtkaspell.c
10381                 Missed some gtk_menu_popup where deactivate
10382                 signal should be handled. Should fix bug
10383                 #629 a bit more.
10384
10385 2005-05-16 [colin]      1.9.9cvs5
10386
10387         * src/gtk/gtkaspell.c
10388                 Remove debug printf()s
10389
10390 2005-05-16 [colin]      1.9.9cvs4
10391
10392         * src/gtk/gtkaspell.c
10393                 Fix a bit aspell problems
10394                 (see bug #629)
10395
10396 2005-05-13 [colin]      1.9.9cvs3
10397
10398         * src/folderview.c
10399                 Fix the + appearing even when no subfolders
10400                 have unread messages. Thanks to wwp for the
10401                 bug report.
10402
10403 2005-05-11 [paul]       1.9.9cvs2
10404
10405         * src/folderview.c
10406                 correction to 1.9.9cvs1, only colour folders that
10407                 have new msgs (not unread msgs)
10408
10409 2005-05-10 [colin]      1.9.9cvs1
10410
10411         * src/folderview.c
10412         * src/summaryview.c
10413                 Try to fix bolding bugs again.
10414
10415 2005-05-09 [paul]
10416
10417         * tools/claws.i18n.status.pl
10418                 add Ricardo Mones Lastra's script that has been providing
10419                 the i18n status page for many months
10420
10421 2005-05-09 [paul]       1.9.9
10422
10423         1.9.9 release
10424
10425 2005-05-09 [paul]       1.9.6cvs58
10426
10427         * AUTHORS
10428         * INSTALL
10429         * README.claws
10430                 updated
10431         * Makefile.am 
10432         * RELEASE_NOTES.claws
10433                 add release notes to cvs to simplify release
10434                 procedure
10435         * configure.ac
10436                 add ca and fi to ALL_LINGUAS
10437         * po/Makefile.in.in
10438                 workaround for missing Makevars
10439         * po/ca.po
10440         * po/fi.po
10441                 add new Catalan and Finnish translations
10442                 submitted by Miquel Oliete and Flammie Pirinen
10443         * po/de.po
10444         * po/es.po
10445         * po/fr.po
10446         * po/it.po
10447         * po/pl.po
10448         * po/ru.po
10449         * po/sk.po
10450         * po/sr.po
10451         * po/zh_CN.po
10452                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10453                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10454                 Urke MMI, and Hansom Young
10455         * src/main.c
10456                 Fix drafting when quitting. compose_draft() closes the
10457                 compose windows, which modifies the compose_list GSList.
10458                 We have to refresh this list after echo drafting to avoid a
10459                 segfault
10460         * src/partial_download.c
10461                 fix segfault on exit
10462
10463 2005-05-06 [paul]       1.9.6cvs57
10464
10465         * src/grouplistdialog.c
10466                 quick fix/workaround for unresizeable newsgroup
10467                 name column 
10468
10469 2005-05-06 [paul]       1.9.6cvs56
10470
10471         * src/inc.c
10472         * src/mainwindow.c
10473                 use gettext plural forms
10474         * src/imap_gtk.c
10475         * src/mh_gtk.c
10476         * src/toolbar.c
10477                 small improvement to english usage
10478
10479 2005-05-05 [thorsten]   1.9.6cvs55
10480
10481         * src/folder.c
10482                 fix possible crash
10483
10484 2005-05-05 [paul]       1.9.6cvs54
10485         
10486         sync with HEAD
10487
10488         * AUTHORS
10489         * src/compose.c
10490                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10491                 patch by Tim Mann
10492
10493 2005-05-05 [paul]       1.9.6cvs53
10494
10495         * src/mainwindow.c
10496                 fix resizing of separate message and
10497                 folder views
10498
10499 2005-05-05 [paul]       1.9.6cvs52
10500
10501         * src/account.c
10502         * src/addrgather.c
10503         * src/browseldap.c
10504         * src/exphtmldlg.c
10505         * src/expldifdlg.c
10506         * src/importmutt.c
10507         * src/importpine.c
10508         * src/main.c
10509         * src/mainwindow.c
10510         * src/noticeview.c
10511         * src/prefs_filtering.c
10512         * src/prefs_filtering_action.c
10513         * src/prefs_matcher.c
10514         * src/prefs_spelling.c
10515         * src/prefs_toolbar.c
10516         * src/toolbar.c
10517         * src/wizard.c
10518         * src/gtk/description_window.c
10519         * src/gtk/gtkvscrollbutton.c
10520         * src/gtk/progressdialog.c
10521         * src/gtk/quicksearch.c
10522         * src/plugins/pgpmime/prefs_gpg.c
10523         * src/plugins/spamassassin/spamassassin_gtk.c
10524                 replace deprecated gtk_widget_set_usize
10525
10526 2005-05-04 [colin]      1.9.6cvs51
10527
10528         * src/common/utils.c
10529                 Fix crash when subst_for_filename is called
10530                 with a NULL parameter
10531
10532 2005-05-04 [colin]      1.9.6cvs50
10533
10534         * src/partial_download.c
10535         * src/pop.c
10536                 Escape login when writing uidl file
10537                 fixes bug #736
10538
10539 2005-05-03 [colin]      1.9.6cvs49
10540
10541         * src/procmime.c
10542                 Fix possible DOS in mime parser
10543                 (see bug #634)
10544
10545 2005-05-02 [colin]      1.9.6cvs48
10546
10547         * src/compose.c
10548                 Try to fix the copy/paste mess once again.
10549
10550
10551 2005-04-30 [colin]      1.9.6cvs47
10552
10553         * src/prefs_account.h
10554         * src/procmsg.c
10555         * src/send_message.c
10556         * src/common/smtp.c
10557         * src/common/smtp.h
10558                 Try to batch sending mails (per account) instead of
10559                 reconnecting to server every time.
10560
10561 2005-04-29 [colin]      1.9.6cvs46
10562
10563         * src/messageview.c
10564                 Fix window resizing that refused to size down
10565         * src/prefs_common.c
10566         * src/prefs_common.h
10567         * src/prefs_filtering.c
10568                 Save Filtering's window size
10569
10570 2005-04-21 [paul]       1.9.6cvs45
10571
10572         * ChangeLog-gtk2.claws
10573         * src/setup.c
10574                 correction to sync
10575
10576 2005-04-21 [paul]       1.9.6cvs44
10577
10578         sync with main:
10579
10580         * src/setup.c
10581         * src/statusbar.c
10582         * src/statusbar.h
10583                 use gtkut_widget_draw_now(). Improved performance
10584                 of the update of statusbar
10585         * src/textview.c
10586                 textview_smooth_scroll_do(): redraw it after scroll
10587                 is done (fixed incorrect display when a part of the
10588                 view is hidden).
10589         * src/gtk/gtkutils.c
10590         * src/gtk/gtkutils.h
10591                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10592                 to force update of widgets.
10593                 Removed gtkut_widget_wait_for_draw() which had a big
10594                 overhead  because of waiting for all events processed 
10595
10596 2005-04-20 [paul]       1.9.6cvs43
10597
10598         * src/codeconv.c
10599                 complete 1.9.6cvs42's sync:
10600                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10601
10602 2005-04-19 [paul]       1.9.6cvs42
10603
10604         sync with main:
10605
10606         * src/action.c
10607                 catch_output(): correctly select the insert text
10608                 (fix invalid iterator warnings).
10609         * src/codeconv.c
10610         * src/codeconv.h
10611         * src/mainwindow.c
10612         * src/messageview.c
10613         * src/prefs_common.c
10614                 support GBK encoding.
10615         * src/common/session.c
10616         * src/common/session.h
10617                 use separate buffer for large data to be sent,
10618                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10619
10620 2005-04-18 [paul]       1.9.6cvs41
10621
10622         * src/jpilot.c
10623                 convert unsigned long into guint32
10624                 patch by Paul LeoNerd Evans 
10625
10626 2005-04-17 [colin]      1.9.6cvs40
10627
10628         * src/compose.c
10629                 Fix 'Request return receipt' from folder
10630                 properties (bug #708)
10631
10632 2005-04-17 [colin]      1.9.6cvs39
10633
10634         * src/mainwindow.c
10635                 Fix duplicate hotkeys in Mainwindow's menu
10636
10637 2005-04-17 [colin]      1.9.6cvs38
10638
10639         * src/folderview.c
10640                 Fix duplicate hotkeys in Folderview's contextual
10641                 menu
10642
10643 2005-04-15 [colin]      1.9.6cvs37
10644
10645         * src/summaryview.c
10646                 Fix 'Save as...' with non-ascii filenames
10647
10648 2005-04-15 [colin]      1.9.6cvs36
10649
10650         * src/plugins/pgpmime/pgpmime.c
10651                 Fix bus error on 64bit. Spotted by 
10652                 macallan1888@gmail.com
10653
10654 2005-04-15 [colin]      1.9.6cvs35
10655
10656         * src/prefs_account.c
10657                 Fix cvs34.
10658
10659 2005-04-12 [colin]      1.9.6cvs34
10660
10661         * src/prefs_account.c
10662                 Fix smtp auth type off-by-one. We forgot to
10663                 add PLAIN in the prefs-to-gui setter func and
10664                 as a result, the selected auth when opening
10665                 account prefs was not the correct one.
10666
10667 2005-04-12 [paul]       1.9.6cvs33
10668
10669         * src/inc.c
10670                 if the recv dialog is visible, Cancel only
10671                 cancels the current account
10672
10673
10674 2005-04-10 [colin]      1.9.6cvs32
10675
10676         * src/filtering.c
10677                 Copy score when copying FilteringActions
10678                 Fix bug #674
10679
10680 2005-04-10 [colin]      1.9.6cvs31
10681
10682         * src/inc.c
10683                 Make Message -> Receive -> Cancel cancel 
10684                 incorporation on all accounts. Fixes
10685                 bug #693
10686
10687 2005-04-10 [colin]      1.9.6cvs30
10688
10689         * src/prefs_account.c
10690                 Update Privacy checkbuttons status based
10691                 on the selected privacy system
10692         * src/compose.c
10693                 Always connect the "None" privacy system; the
10694                 static boolean was probably there to avoid
10695                 reconnecting twice in the same compose window,
10696                 but as the parent function is only called once
10697                 per compose, it's only a bug - as a static is
10698                 initialized once per application instance.
10699                 Also, don't uncheck Sign and Encrypt when
10700                 selecting None as privacy system; just ignore
10701                 them when sending/queuing.
10702                 Should fix bug #695
10703
10704 2005-04-08 [colin]      1.9.6cvs29
10705
10706         * src/account.c
10707         * src/prefs_account.c
10708         * src/prefs_account.h
10709                 Add account preference to queue message in a certain
10710                 folder.
10711
10712 2005-04-06 [colin]      1.9.6cvs28
10713
10714         * src/prefs_account.c
10715                 Update old inbox path syntax
10716
10717 2005-04-06 [paul]       1.9.6cvs27
10718
10719         sync with main:
10720
10721         * configure.ac
10722                 changed -traditional-cpp to -no-cpp-precomp for newer
10723                 Mac OS X support
10724         * src/foldersel.c
10725                 made column resize automatically
10726         * src/send_message.c
10727                 send_message_smtp(): consider EOF right after QUIT
10728                 successful (workaround for Gmail SMTP server)
10729         * src/common/socket.c
10730                 ssl_read(), ssl_peek(): check EOF which violates the
10731                 SSL protocol
10732         * src/gtk/colorlabel.c
10733                 removed warnings when displaying colorlabel menu
10734                 (don't use GtkAlignment)
10735
10736 2005-04-05 [paul]       1.9.6cvs26
10737
10738         * src/plugins/trayicon/trayicon.c
10739                 fix clipping of icon under KDE3 
10740
10741 2005-04-05 [paul]       1.9.6cvs25
10742
10743         * src/summaryview.c
10744                 hide display of threading
10745                 patch by Alfons
10746
10747 2005-04-04 [thorsten]   1.9.6cvs24
10748
10749         * src/mh.c
10750                 marks lost on filesystems with different stat() results on
10751                 summer-/wintertime
10752
10753 2005-04-03 [colin]      1.9.6cvs23
10754
10755         * src/summaryview.c
10756                 Don't handle up/down. Patch by Alfons
10757
10758 2005-04-02 [colin]      1.9.6cvs22
10759
10760         * src/summaryview.c
10761                 Make scrolling faster. Patch by Alfons.
10762
10763 2005-04-01 [colin]      1.9.6cvs21
10764
10765         * src/Makefile.am
10766         * src/stock_pixmap.c
10767         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10768         * src/pixmaps/dir_noselect.xpm ** ADDED **
10769                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10770
10771 2005-04-01 [colin]      1.9.6cvs20
10772
10773         * src/image_viewer.c
10774         * src/image_viewer.h
10775         * src/procmime.c
10776         * src/procmime.h
10777         * src/textview.c
10778         * src/textview.h
10779                 Implement inline image resizing and right-clicking
10780
10781 2005-04-01 [paul]       1.9.6cvs19
10782
10783         * AUTHORS
10784         * Makefile.am
10785         * configure.ac
10786                 check for gnome2
10787                 patch by Luca Cavalli <loopback<AT>slackit.org>
10788         * po/ru.po
10789                 updated by Pavlo Bohmat
10790
10791 2005-03-31 [colin]      1.9.6cvs18
10792
10793         * src/news.c
10794                 Fix parsing references
10795         * src/msgcache.c
10796                 don't put nulls in the references list
10797         * src/procheader.c
10798                 commit that forgotten file in 1.9.6cvs14
10799
10800 2005-03-31 [colin]      1.9.6cvs17
10801
10802         * src/compose.c
10803                 Fix joining of signature separator again. 
10804                 Maybe Hiro could put it in main too...
10805
10806 2005-03-31 [colin]      1.9.6cvs16
10807
10808         * src/Makefile.am
10809         * src/foldersel.c
10810         * src/stock_pixmap.c
10811         * src/stock_pixmap.h
10812         * src/pixmaps/dir-noselect.xpm
10813                 Update foldersel.c (sync from main, patch by Alfons)
10814
10815 2005-03-30 [colin]      1.9.6cvs15
10816
10817         * src/imap.c
10818                 Fix handling of imap folders containing [] in 
10819                 their name. Thanks to Nahuel Angelinetti for
10820                 the detailed bugreport.
10821
10822 2005-03-30 [colin]      1.9.6cvs14
10823
10824         * src/common/utils.h
10825         * src/common/utils.c
10826         * src/common/defs.h
10827         * src/matcher.c
10828         * src/msgcache.c
10829         * src/news.c
10830         * src/procmsg.c
10831         * src/procmsg.h
10832         * src/quote_fmt_parse.y
10833         * src/summaryview.c
10834                 Update references system. Patch by Alfons
10835
10836 2005-03-30 [colin]      1.9.6cvs13
10837
10838         * src/common/socket.c
10839                 Force the glibc to read resolv.conf again when 
10840                 it has changed. Should fix issues when changing
10841                 networks on a laptop and not restarting sylpheed. 
10842
10843 2005-03-30 [paul]       1.9.6cvs12
10844
10845         partial sync with main:
10846
10847         * src/action.c
10848                 create_io_dialog(): use user-defined text font
10849                 (thanks to Alfons), and modified its appearance.
10850         * src/addrgather.c
10851         * src/addrharvest.c
10852         * src/browseldap.c
10853                 replace old code
10854         * src/compose.c
10855                 don't join (presumably) itemized lines on line-wrapping
10856                 fixed wrapping of quote when auto-wrapping is enabled
10857                 compose_destroy(): destroy paned only if it's not
10858                 attached to window. Fixed memory leak of popup menu.
10859         * src/exphtmldlg.c
10860         * src/expldifdlg.c
10861                 replace old code
10862         * src/html.c
10863         * src/html.h
10864         * src/importmutt.c
10865         * src/importpine.c
10866                 replace old code
10867         * src/main.c
10868                 removed redundant code
10869         * src/mainwindow.c
10870                 changed 'Code set' (which is rather incorrect)
10871                 in the menu to 'Character encoding'
10872                 main_window_set_widgets(): request size first
10873                 to prevent window size becoming wrong
10874                 fixed remembering of the state of the visibility
10875                 of MessageView
10876         * src/messageview.c
10877                 changed 'Code set' (which is rather incorrect)
10878                 in the menu to 'Character encoding'
10879         * src/prefs_common.c
10880         * src/prefs_common.h
10881                 added an option whether to render HTML as text or not
10882                 added separators to outgoing encoding menu
10883         * src/procheader.c
10884                 procheader_scan_date_string(): support header
10885                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10886         * src/summaryview.c
10887         * src/summaryview.h
10888                 minor code cleanup
10889         * src/textview.c
10890                 textview_show_html(): force output of newline
10891                 added an option whether to render HTML as text or not
10892         * src/common/utils.c
10893                 strncpy2(): optimized based on Alfons' code
10894         * src/gtk/gtkutils.c
10895         * src/gtk/gtkutils.h
10896                 removed non-used code
10897         * src/plugins/pgpmime/passphrase.c
10898                 partially fixed grab input of passphrase dialog
10899                 Confine pointer to window
10900
10901 2005-03-30 [colin]      1.9.6cvs11
10902
10903         * src/msgcache.c
10904         * src/msgcache.h
10905                 Read/write 32bit ints from cache & marks
10906                 From main.
10907
10908 2005-03-29 [paul]       1.9.6cvs10
10909
10910         * AUTHORS
10911         * ChangeLog.claws
10912         * src/compose.c
10913         * src/gtk/gtkaspell.c
10914                 sync with HEAD (don't pass NULL pointers) 
10915
10916 2005-03-24 [paul]
10917
10918         * tools/Makefile.am
10919         * tools/README
10920         * tools/acroread2sylpheed.pl
10921                 sync with HEAD (add script to send pdfs as
10922                 attachments from Adobe Reader 7)
10923
10924 2005-03-21 [paul]       1.9.6cvs9
10925
10926         * configure.ac
10927         * po/POTFILES.in
10928         * src/Makefile.am
10929         * src/crash.c
10930         * src/image_viewer.c ** ADDED **
10931         * src/image_viewer.h ** ADDED **
10932         * src/main.c
10933         * src/prefs_common.c
10934         * src/prefs_common.h
10935         * src/prefs_image_viewer.c ** ADDED **
10936         * src/prefs_image_viewer.h ** ADDED **
10937         * src/textview.c
10938         * src/gtk/about.c
10939         * src/pixmaps/sylpheed_logo.xpm
10940         * src/plugins/Makefile.am
10941         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10942         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10943         * src/plugins/image_viewer/plugin.c ** REMOVED **
10944         * src/plugins/image_viewer/viewer.c ** REMOVED **
10945         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10946         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10947         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10948         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10949         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10950                 as gdk-pixbuf is now built-in
10951                 remove image_viewer plugin and put code back into
10952                 main codebase
10953                 implement inline image display (sync with main)
10954
10955                 replace logo with newer, nicer, larger version  
10956
10957 2005-03-21 [paul]       1.9.6cvs8
10958
10959         * src/gtk/about.c
10960                 cosmetic improvement
10961
10962 2005-03-21 [holger]     1.9.6cvs7
10963
10964         * src/plugins/spamassassin/spamassassin.c
10965                 Sync with HEAD
10966                 (unregister hook on failed plugin init)
10967
10968 2005-03-20 [colin]      1.9.6cvs6
10969
10970         * src/common/plugin.c
10971                 Check that plugin isn't already loaded
10972                 Patch by Alfons
10973
10974 2005-03-20 [thorsten]   1.9.6cvs5
10975
10976         * src/compose.c
10977                 use a more compatible syntax
10978
10979 2005-03-20 [thorsten]   1.9.6cvs4
10980
10981         * src/prefs_toolbar.c
10982                 fix crash when selecting toolbar item (uninitialized pointer)
10983
10984 2005-03-20 [thorsten]   1.9.6cvs3
10985
10986         * src/procmime.c
10987                 fix mimetype detection (referenced free()d string)
10988
10989 2005-03-20 [paul]       1.9.6cvs2
10990
10991         * src/compose.c
10992                 sync with HEAD (1.0.3cvs5)
10993                 neglect Reply-To header if empty
10994                 Patch by Alfons 
10995
10996 2005-03-19 [holger]     1.9.6cvs1
10997
10998         * src/summaryview.c
10999         * src/summaryview.h
11000                 Sync with HEAD
11001
11002 2005-03-18 [paul]       1.9.6
11003
11004         initial GTK2 release
11005
11006 2005-03-18 [paul]       1.0.3cvs3.1
11007
11008         * AUTHORS
11009         * ChangeLog.claws
11010         * configure.ac
11011         * src/gtk/about.c
11012         * src/pixmaps/sylpheed_logo.xpm
11013                 sync with HEAD
11014
11015 2005-03-18 [colin]      1.0.3cvs2.6
11016
11017         * src/summaryview.c
11018                 Remove call to summary_step in summary_copy_selected_to
11019                 Can't see its purpose, and this causes bug when copying
11020                 a message if the next one is unread: it reads it.
11021
11022 2005-03-18 [paul]       1.0.3cvs2.5
11023
11024         * src/foldersel.c
11025                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11026
11027 2005-03-18 [paul]       1.0.3cvs2.4
11028
11029         * src/addrharvest.c
11030         * src/codeconv.c
11031         * src/codeconv.h
11032         * src/compose.c
11033         * src/news.c
11034         * src/procheader.c
11035         * src/procmime.c
11036         * src/unmime.c
11037         * src/unmime.h
11038                 fix buffer overflow, CAN-2005-0667, see
11039                 http://secunia.com/advisories/14491/
11040                 Patch by Alfons
11041
11042 2005-03-17 [colin]      1.0.3cvs2.3
11043
11044         * src/prefs_fonts.c
11045         * src/summaryview.c
11046                 Fix font bugs (both lists now officialy share 
11047                 the same font)
11048                 
11049
11050 2005-03-17 [paul]       1.0.3cvs2.2
11051
11052         * src/gtk/pluginwindow.c
11053                 make plugin descriptions uneditable
11054
11055 2005-03-11 [paul]       1.0.3cvs2.1
11056
11057         * ChangeLog.claws
11058         * configure.ac
11059         * po/POTFILES.in
11060         * src/plugins/trayicon/trayicon.c
11061                 sync with HEAD
11062                 add src/wizard.c to POTFILES.in
11063
11064 2005-03-11 [paul]       1.0.3cvs1.1
11065
11066         * ChangeLog
11067         * ChangeLog.claws
11068         * configure.ac
11069         * po/de.po
11070         * po/es.po
11071         * po/fr.po
11072         * po/it.po
11073         * po/pt_BR.po
11074         * po/ru.po
11075         * po/sk.po
11076         * po/sr.po
11077         * po/zh_CN.po
11078                 sync with HEAD
11079
11080 2005-03-04 [colin]      1.0.1cvs22.2
11081
11082         * src/compose.c
11083                 Fix signatures with accentued chars in it
11084
11085 2005-03-04 [colin]      1.0.1cvs22.1
11086
11087         * src/common/smtp.c
11088         * src/common/smtp.h
11089                 Don't use SIZE param in MAIL FROM: if server 
11090                 doesn't support it. Patch by Eugen Freiter
11091                 <eugen_f@users.sf.net>
11092
11093 2005-02-27 [paul]       1.0.1cvs20.1
11094
11095         * ChangeLog.claws
11096         * configure.ac
11097         * src/messageview.c
11098                 sync with HEAD
11099
11100 2005-02-27 [colin]      1.0.1cvs19.4
11101
11102         * src/procheader.c
11103         * src/procheader.h
11104                 Fix prototypes. Patch by Alfons
11105
11106 2005-02-27 [colin]      1.0.1cvs19.3
11107
11108         * src/compose.c
11109                 Don't auto-join the signature separator.
11110
11111 2005-02-26 [colin]      1.0.1cvs19.2
11112
11113         * src/summaryview.c
11114                 Fix 'mark all read' with collapsed threads.
11115                 Patch by Alfons.
11116
11117 2005-02-25 [paul]       1.0.1cvs19.1
11118
11119         * ChangeLog.claws
11120         * configure.ac
11121         * src/prefs_account.c
11122         * src/prefs_folder_item.c
11123         * src/gtk/prefswindow.c
11124         * src/gtk/prefswindow.h
11125                 sync with HEAD
11126
11127 2005-02-25 [paul]       1.0.1cvs15.12
11128
11129         * src/alertpanel.c
11130         * src/codeconv.c
11131         * src/compose.c
11132         * src/textview.c
11133         * src/gtk/gtkutils.c
11134         * src/gtk/gtkutils.h
11135         * src/gtk/logwindow.c
11136         * src/gtk/progressdialog.c
11137                 sync with main (revision 127)
11138                 and fix logwindow clipping
11139
11140 2005-02-24 [colin]      1.0.1cvs15.11
11141
11142         * src/plugins/pgpmime/passphrase.c
11143                 Disable input grabbing; it doesn't work yet.
11144
11145 2005-02-24 [colin]      1.0.1cvs15.10
11146
11147         * src/messageview.c
11148                 Don't send out receipts if offline. Ask.
11149
11150 2005-02-23 [colin]      1.0.1cvs15.9
11151
11152         * src/summaryview.c     
11153                 Fix expanding
11154
11155 2005-02-23 [colin]      1.0.1cvs15.8
11156
11157         * src/summaryview.c
11158                 Really fix Bug 568 by removing useless
11159                 calls. summary_thread_init() now called
11160                 in summary_sort(). This should please
11161                 Alfons as it should be faster than 
11162                 previously.
11163
11164 2005-02-23 [colin]      1.0.1cvs15.7
11165
11166         * src/compose.c
11167                 Encode parts as QP or B64 if signing
11168
11169 2005-02-23 [colin]      1.0.1cvs15.6
11170
11171         * src/compose.c
11172                 Fix Mimeinfo leakage (including tmp files)
11173         * src/procmsg.c
11174                 Fix tmp file leakage (spotted by Ivan Rayner)
11175
11176 2005-02-22 [colin]      1.0.1cvs15.5
11177
11178         * src/expldifdlg.c
11179                 Fix keyboard input. Patch by Alfons.
11180
11181 2005-02-21 [colin]      1.0.1cvs15.4
11182
11183         * src/compose.c
11184                 Fix Sign/Encrypt when unselecting privacy
11185                 system
11186         * src/prefs_common.c
11187                 Change default message font to Monospace
11188         * src/summaryview.c
11189                 More freezing during potentially large operations
11190
11191 2005-02-21 [paul]       1.0.1cvs15.3
11192
11193         * src/main.c
11194                 fix --help output
11195
11196 2005-02-21 [paul]       1.0.1cvs15.2
11197
11198         * po/Makefile.in.in
11199         * src/compose.c
11200         * src/summaryview.c
11201         * src/textview.c
11202         * src/common/utils.c
11203         * src/common/utils.h
11204                 sync with main (revision 117)
11205
11206 2005-02-20 [colin]      1.0.1cvs15.1
11207
11208         * src/common/defs.h
11209                 Change cache file to .sylpheed_claws_cache, as
11210                 suggested by Alfons. Allows people to switch
11211                 between Sylpheed and Sylpheed-Claws. it is
11212                 a good idea to "Check for new messages" at next
11213                 startup.
11214
11215
11216 2005-02-18 [colin]      1.0.1cvs14.1
11217
11218         * src/quote_fmt_lex.l
11219         * src/quote_fmt_parse.y
11220                 Fix parser initialisation. Patch by Ivan.
11221
11222 2005-02-18 [colin]      1.0.1cvs11.6
11223
11224         * src/folderview.c
11225                 Fix scrolldown (bug 662)
11226
11227 2005-02-17 [colin]      1.0.1cvs11.5
11228
11229         * src/codeconv.c
11230                 conv_filename_to_utf8: return clean 7bit instead
11231                 of broken utf8 if needed
11232         * src/mimeview.c
11233                 Fix display of parts with unclean 8bit names
11234
11235 2005-02-17 [paul]       1.0.1cvs11.4
11236
11237         * src/compose.c
11238         * src/exportldif.c
11239         * src/matcher_parser_parse.y
11240         * src/procmime.c
11241         * src/sourcewindow.c
11242         * src/common/Makefile.am
11243         * src/common/intl.h             ** REMOVED **
11244         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11245                 sync with main (revision 109)
11246                 and clean up
11247
11248 2005-02-16 [colin]      1.0.1cvs11.3
11249
11250         * src/summaryview.c
11251                 Fix collapsed thread not highlighting when new
11252                 messages in it (Bug 568) Patch by Stephan Sachse.
11253                 Fix messed up selection when reaching bounds (Bug 632)
11254         * src/prefs_themes.c
11255                 Fix theme installing (Bug 684)
11256
11257 2005-02-16 [colin]      1.0.1cvs11.2
11258
11259         * src/messageview.c
11260                 Fix messageview_select_all
11261
11262 2005-02-16 [colin]      1.0.1cvs11.1
11263
11264         * src/mh.c
11265                 Sync with HEAD (MH scan required function)
11266
11267 2005-02-15 [colin]      1.0.1cvs8.1
11268
11269         * src/mimeview.c
11270         * src/common/utils.c
11271                 Sync with HEAD (filename chars substitution)
11272
11273 2005-02-15 [colin]      1.0.1cvs7.3
11274
11275         * src/gtk/pluginwindow.c
11276                 Fix button spacing
11277
11278 2005-02-15 [colin]      1.0.1cvs7.2
11279
11280         * src/mimeview.c
11281                 Fix mime icons not reset across message when
11282                 scrolled down
11283
11284 2005-02-15 [colin]      1.0.1cvs7.1
11285
11286         * src/compose.c
11287         * src/procmime.c
11288                 Sync with HEAD (optimisation of cvs6)
11289
11290 2005-02-14 [colin]      1.0.1cvs6.1
11291
11292         * src/compose.c
11293         * src/procmime.c
11294                 Sync with HEAD (encode "From " at line beginning)
11295
11296 2005-02-14 [colin]      1.0.1cvs5.3
11297
11298         * src/compose.c
11299                 Fix wrapping with accentued chars.
11300
11301 2005-02-13 [colin]      1.0.1cvs5.2
11302
11303         * src/textview.c
11304                 Fix email informative part parsing with
11305                 accentued chars in it. ispunct() returns
11306                 true for them in utf8...
11307
11308 2005-02-12 [colin]      1.0.1cvs5.1
11309
11310         * src/filtering.c
11311                 Sync with HEAD (remove wrong use of compose after send)
11312
11313 2005-02-12 [paul]       1.0.1cvs4.5
11314
11315         * src/textview.c
11316                 remove unnecessary code (thanks to Alfons)
11317
11318 2005-02-12 [paul]       1.0.1cvs4.4
11319
11320         * src/textview.c
11321                 add 'Copy' to contextual menu on emails
11322
11323 2005-02-11 [colin]      1.0.1cvs4.3
11324
11325         * src/compose.c
11326                 revert 1.0.0cvs28.2, it doesn't work that well.
11327
11328 2005-02-11 [paul]       1.0.1cvs4.2
11329
11330         * po/Makefile.in.in
11331                 fix 'make release'
11332
11333 2005-02-10 [paul]       1.0.1cvs4.1
11334
11335         * ChangeLog
11336         * ChangeLog.claws
11337         * ChangeLog.jp
11338         * configure.ac
11339         * src/compose.c
11340                 sync with HEAD (sync with main)
11341
11342 2005-02-10 [paul]       1.0.1cvs3.2
11343
11344         * AUTHORS
11345         * Makefile.am
11346         * autogen.sh
11347         * configure.ac
11348         * config/mkinstalldirs
11349         * intl/.cvsignore
11350         * intl/ChangeLog
11351         * intl/VERSION
11352         * intl/bindtextdom.c
11353         * intl/config.charset
11354         * intl/dcgettext.c
11355         * intl/dcigettext.c
11356         * intl/dcngettext.c
11357         * intl/dgettext.c
11358         * intl/dngettext.c
11359         * intl/eval-plural.h
11360         * intl/explodename.c
11361         * intl/finddomain.c
11362         * intl/gettext.c
11363         * intl/gettextP.h
11364         * intl/gmo.h
11365         * intl/hash-string.h
11366         * intl/intl-compat.c
11367         * intl/l10nflist.c
11368         * intl/libgnuintl.h.in
11369         * intl/loadinfo.h
11370         * intl/loadmsgcat.c
11371         * intl/localcharset.c
11372         * intl/localcharset.h
11373         * intl/locale.alias
11374         * intl/localealias.c
11375         * intl/localename.c
11376         * intl/log.c
11377         * intl/ngettext.c
11378         * intl/os2compat.c
11379         * intl/os2compat.h
11380         * intl/osdep.c
11381         * intl/plural-exp.c
11382         * intl/plural-exp.h
11383         * intl/plural.c
11384         * intl/plural.y
11385         * intl/ref-add.sin
11386         * intl/ref-del.sin
11387         * intl/relocatable.c
11388         * intl/relocatable.h
11389         * intl/textdomain.c
11390         * m4/Makefile.am
11391         * po/Makefile.in.in
11392         * src/Makefile.am
11393         * src/account.c
11394         * src/action.c
11395         * src/addr_compl.c
11396         * src/addressadd.c
11397         * src/addressbook.c
11398         * src/addrgather.c
11399         * src/addrindex.c
11400         * src/alertpanel.c
11401         * src/browseldap.c
11402         * src/codeconv.c
11403         * src/codeconv.h
11404         * src/compose.c
11405         * src/compose.h
11406         * src/crash.c
11407         * src/editaddress.c
11408         * src/editbook.c
11409         * src/editgroup.c
11410         * src/editjpilot.c
11411         * src/editldap.c
11412         * src/editldap_basedn.c
11413         * src/editvcard.c
11414         * src/exphtmldlg.c
11415         * src/expldifdlg.c
11416         * src/export.c
11417         * src/exporthtml.c
11418         * src/filtering.c
11419         * src/folder.c
11420         * src/folder_item_prefs.c
11421         * src/foldersel.c
11422         * src/folderview.c
11423         * src/grouplistdialog.c
11424         * src/headerview.c
11425         * src/imap.c
11426         * src/imap_gtk.c
11427         * src/import.c
11428         * src/importldif.c
11429         * src/importmutt.c
11430         * src/importpine.c
11431         * src/inc.c
11432         * src/ldif.c
11433         * src/main.c
11434         * src/mainwindow.c
11435         * src/matcher.c
11436         * src/mbox.c
11437         * src/message_search.c
11438         * src/messageview.c
11439         * src/mh.c
11440         * src/mh_gtk.c
11441         * src/mimeview.c
11442         * src/msgcache.c
11443         * src/news.c
11444         * src/news_gtk.c
11445         * src/noticeview.c
11446         * src/partial_download.c
11447         * src/pop.c
11448         * src/prefs_account.c
11449         * src/prefs_actions.c
11450         * src/prefs_common.c
11451         * src/prefs_customheader.c
11452         * src/prefs_display_header.c
11453         * src/prefs_ext_prog.c
11454         * src/prefs_filtering.c
11455         * src/prefs_filtering_action.c
11456         * src/prefs_folder_item.c
11457         * src/prefs_fonts.c
11458         * src/prefs_gtk.c
11459         * src/prefs_matcher.c
11460         * src/prefs_msg_colors.c
11461         * src/prefs_spelling.c
11462         * src/prefs_summary_column.c
11463         * src/prefs_template.c
11464         * src/prefs_themes.c
11465         * src/prefs_toolbar.c
11466         * src/prefs_wrapping.c
11467         * src/privacy.c
11468         * src/procheader.c
11469         * src/procmime.c
11470         * src/procmsg.c
11471         * src/quote_fmt.c
11472         * src/recv.c
11473         * src/send_message.c
11474         * src/setup.c
11475         * src/sourcewindow.c
11476         * src/ssl_manager.c
11477         * src/statusbar.c
11478         * src/summary_search.c
11479         * src/summaryview.c
11480         * src/textview.c
11481         * src/toolbar.c
11482         * src/wizard.c
11483         * src/common/nntp.c
11484         * src/common/plugin.c
11485         * src/common/smtp.c
11486         * src/common/ssl.c
11487         * src/common/ssl_certificate.c
11488         * src/common/string_match.c
11489         * src/common/sylpheed.c
11490         * src/common/template.c
11491         * src/common/utils.c
11492         * src/gtk/about.c
11493         * src/gtk/colorlabel.c
11494         * src/gtk/description_window.c
11495         * src/gtk/filesel.c
11496         * src/gtk/foldersort.c
11497         * src/gtk/gtkaspell.c
11498         * src/gtk/gtkutils.c
11499         * src/gtk/inputdialog.c
11500         * src/gtk/logwindow.c
11501         * src/gtk/menu.c
11502         * src/gtk/pluginwindow.c
11503         * src/gtk/prefswindow.c
11504         * src/gtk/progressdialog.c
11505         * src/gtk/quicksearch.c
11506         * src/gtk/sslcertwindow.c
11507         * src/plugins/clamav/clamav_plugin.c
11508         * src/plugins/clamav/clamav_plugin_gtk.c
11509         * src/plugins/demo/demo.c
11510         * src/plugins/dillo_viewer/dillo_prefs.c
11511         * src/plugins/dillo_viewer/dillo_viewer.c
11512         * src/plugins/image_viewer/plugin.c
11513         * src/plugins/image_viewer/viewer.c
11514         * src/plugins/image_viewer/viewerprefs.c
11515         * src/plugins/mathml_viewer/mathml_viewer.c
11516         * src/plugins/pgpmime/passphrase.c
11517         * src/plugins/pgpmime/plugin.c
11518         * src/plugins/pgpmime/prefs_gpg.c
11519         * src/plugins/pgpmime/select-keys.c
11520         * src/plugins/pgpmime/sgpgme.c
11521         * src/plugins/spamassassin/spamassassin.c
11522         * src/plugins/spamassassin/spamassassin_gtk.c
11523         * src/plugins/trayicon/trayicon.c
11524                 sync with main (revision 104)
11525
11526 2005-02-10 [colin]      1.0.1cvs3.1
11527
11528         * src/mainwindow.c
11529                 Sync with HEAD (fix occasional crasher)
11530
11531 2005-02-10 [colin]      1.0.1cvs2.1
11532
11533         * src/messageview.c
11534                 Synw with HEAD (don't automatically display html)
11535
11536 2005-02-09 [colin]      1.0.1cvs1.3
11537
11538         * src/textview.c
11539         * src/textview.h
11540                 Add contextual menu on emails
11541
11542 2005-02-09 [colin]      1.0.1cvs1.2
11543
11544         * src/codeconv.c
11545                 Fix converting from broken headers and 
11546                 put back the _ in missing places
11547                 (feature broke with cvs24.2 sync, main 
11548                  possibly affected?)
11549
11550 2005-02-09 [colin]      1.0.1cvs1.1
11551
11552         * src/messageview.c
11553         * src/mimeview.c
11554         * src/mimeview.h
11555                 Sync with HEAD (display non text/plain mails with plugin)
11556
11557 2005-02-08 [colin]      1.0.1.1
11558
11559         * ChangeLog.claws
11560         * po/pt_BR.po
11561                 Sync with HEAD
11562         * configure.ac
11563                 Make default configuration directory 
11564                 be .sylpheed-gtk2
11565
11566 2005-02-08 [colin]      1.0.0cvs29.1
11567
11568         * po/de.po
11569         * po/es.po
11570         * po/fr.po
11571         * po/it.po
11572         * po/sk.po
11573         * po/sr.po
11574                 Sync translations with HEAD
11575
11576 2005-02-06 [colin]      1.0.0cvs28.3
11577
11578         * src/compose.c
11579                 Make compose a bit faster - patch by Alfons.
11580
11581 2005-02-06 [colin]      1.0.0cvs28.2
11582
11583         * src/compose.c
11584                 Make pasting via middle-click more reliable
11585
11586 2005-02-05 [paul]       1.0.0cvs28.1
11587
11588         * ChangeLog
11589         * ChangeLog.claws
11590         * ChangeLog.jp
11591         * configure.ac
11592         * src/compose.c
11593                 sync with HEAD
11594                 (fix bug 682 'redirect is broken'
11595
11596 2005-02-05 [torte]      1.0.0cvs27.1
11597
11598         * ChangeLog.claws
11599         * configure.ac
11600         * src/partial_download.c
11601                 Sync with HEAD (fix buf overflow)
11602
11603 2005-02-03 [colin]      1.0.0cvs26.1
11604
11605         * src/common/plugin.c
11606                 Sync with HEAD (avoid plugin mismatches)
11607
11608 2005-02-03 [paul]       1.0.0cvs25.3
11609
11610         * src/folderview.c
11611         * src/headerview.c
11612         * src/summaryview.c
11613         * src/textview.c
11614         * src/gtk/colorlabel.c
11615                 third and final part of initial sync with main-gtk2
11616
11617 2005-02-03 [paul]       1.0.0cvs25.2
11618
11619         * src/jpilot.c
11620                 fix building with jpilot support
11621
11622 2005-02-02 [colin]      1.0.0cvs25.1
11623
11624         * src/messageview.c
11625                 Sync with HEAD (fix dangerous typo)
11626
11627 2005-02-01 [colin]      1.0.0cvs24.3
11628
11629         * src/common/xml.c
11630                 Write file as advertised (UTF-8)
11631
11632 2005-02-01 [paul]       1.0.0cvs24.2
11633
11634         * src/addrbook.c
11635         * src/addrindex.c
11636         * src/alertpanel.h
11637         * src/codeconv.c
11638         * src/codeconv.h
11639         * src/compose.c
11640         * src/export.c
11641         * src/folder_item_prefs.c
11642         * src/html.c
11643         * src/imap.c
11644         * src/import.c
11645         * src/jpilot.c
11646         * src/mainwindow.c
11647         * src/matcher_parser_lex.l
11648         * src/messageview.c
11649         * src/mh.c
11650         * src/prefs_account.c
11651         * src/prefs_actions.c
11652         * src/prefs_common.c
11653         * src/prefs_gtk.c
11654         * src/prefs_gtk.h
11655         * src/prefs_themes.c
11656         * src/procheader.c
11657         * src/procmime.c
11658         * src/sourcewindow.c
11659         * src/statusbar.c
11660         * src/summaryview.c
11661         * src/textview.c
11662         * src/toolbar.c
11663         * src/unmime.c
11664         * src/common/template.c
11665         * src/common/utils.c
11666         * src/common/xml.c
11667         * src/common/xml.h
11668         * src/gtk/gtkaspell.c
11669         * src/plugins/clamav/clamav_plugin.c
11670         * src/plugins/dillo_viewer/dillo_prefs.c
11671         * src/plugins/image_viewer/viewerprefs.c
11672         * src/plugins/pgpmime/passphrase.c
11673         * src/plugins/pgpmime/prefs_gpg.c
11674         * src/plugins/pgpmime/select-keys.c
11675         * src/plugins/spamassassin/spamassassin.c
11676                 second part of initial sync with main-gtk2
11677                 (more to follow)
11678
11679 2005-01-31 [colin]      1.0.0cvs24.1
11680
11681         * src/compose.c
11682                 Sync with HEAD
11683
11684 2005-01-29 [paul]       1.0.0cvs23.2
11685
11686         * src/account.c
11687         * src/action.c
11688         * src/addressadd.c
11689         * src/addressbook.c
11690         * src/alertpanel.c
11691         * src/compose.c
11692         * src/editaddress.c
11693         * src/editbook.c
11694         * src/editgroup.c
11695         * src/editjpilot.c
11696         * src/editldap.c
11697         * src/editldap_basedn.c
11698         * src/editvcard.c
11699         * src/export.c
11700         * src/foldersel.c
11701         * src/grouplistdialog.c
11702         * src/import.c
11703         * src/importldif.c
11704         * src/inc.c
11705         * src/main.c
11706         * src/mainwindow.c
11707         * src/message_search.c
11708         * src/messageview.c
11709         * src/mimeview.c
11710         * src/prefs_actions.c
11711         * src/prefs_common.c
11712         * src/prefs_common.h
11713         * src/prefs_customheader.c
11714         * src/prefs_display_header.c
11715         * src/prefs_filtering.c
11716         * src/prefs_filtering_action.c
11717         * src/prefs_gtk.c
11718         * src/prefs_matcher.c
11719         * src/prefs_summary_column.c
11720         * src/prefs_template.c
11721         * src/sourcewindow.c
11722         * src/summary_search.c
11723         * src/summaryview.c
11724         * src/textview.c
11725         * src/gtk/about.c
11726         * src/gtk/description_window.c
11727         * src/gtk/gtkshruler.c
11728         * src/gtk/gtkutils.c
11729         * src/gtk/gtkutils.h
11730         * src/gtk/inputdialog.c
11731         * src/gtk/logwindow.c
11732         * src/gtk/prefswindow.c
11733         * src/gtk/progressdialog.c
11734         * src/gtk/progressdialog.h
11735                 first part of initial sync with main-gtk2
11736                 (more to follow)
11737
11738 2005-01-28 [colin]      1.0.0cvs23.1
11739
11740         * src/folderview.c
11741                 Sync with HEAD
11742
11743 2005-01-27 [colin]      1.0.0cvs21.1
11744
11745         * src/folder.c
11746         * src/folderview.c
11747                 Sync with HEAD
11748
11749 2005-01-27 [colin]      1.0.0cvs19.1
11750
11751         * src/procmime.c
11752                 Sync with HEAD
11753
11754 2005-01-27 [colin]      1.0.0cvs18.1
11755
11756         * src/messageview.c
11757         * src/summaryview.c
11758         * src/mainwindow.c
11759         * src/compose.c
11760         * src/compose.h
11761         * src/procmsg.c
11762         * src/procmsg.h
11763         * src/toolbar.c
11764                 Sync with HEAD
11765
11766 2005-01-26 [paul]       1.0.0cvs15.2
11767
11768         * src/compose.c
11769                 compose_entries_set(): convert subject and body to
11770                 utf8 if necessary. patch by Felix Eckhofer
11771
11772 2005-01-26 [paul]       1.0.0cvs15.1
11773
11774         * configure.ac
11775         * src/common/template.c
11776                 sync with HEAD (fix memory leak)
11777
11778 2005-01-25 [paul]       1.0.0cvs14.1
11779
11780         * configure.ac
11781         * src/compose.c
11782                 sync with HEAD
11783
11784 2005-01-24 [colin]      1.0.0cvs13.1
11785
11786         * src/summaryview.c
11787                 Sync with HEAD
11788
11789 2005-01-24 [paul]       1.0.0cvs12.1
11790
11791         * configure.ac
11792         * src/messageview.c
11793         * src/mh.c
11794         * src/common/utils.c
11795                 sync with HEAD
11796
11797 2005-01-24 [colin]      1.0.0cvs11.1
11798
11799         * src/procheader.c
11800                 Sync with HEAD
11801
11802 2005-01-24 [colin]      1.0.0cvs10.1
11803
11804         * src/folderview.c
11805                 Sync with HEAD
11806
11807 2005-01-23 [colin]      1.0.0cvs9.1
11808
11809         * src/crash.c
11810                 Sync with HEAD
11811
11812 2005-01-22 [colin]      1.0.0cvs8.1
11813
11814         * src/summaryview.c
11815         * src/gtk/quicksearch.c
11816                 Sync with HEAD
11817
11818 2005-01-21 [colin]      1.0.0cvs7.1
11819
11820         * src/summaryview.c
11821                 Sync with HEAD
11822
11823 2005-01-21 [colin]      1.0.0cvs6.1
11824
11825         * src/summaryview.c
11826                 Sync with HEAD
11827
11828 2005-01-21 [colin]      1.0.0cvs5.1
11829
11830         * src/gtk/quicksearch.c
11831         * src/prefs_common.c
11832         * src/prefs_common.h
11833                 Sync with HEAD (recurse option)
11834
11835 2005-01-21 [colin]      1.0.0cvs4.1
11836
11837         * src/folder.h
11838         * src/folderview.c
11839         * src/folderview.h
11840         * src/summaryview.c
11841         * src/gtk/quicksearch.c
11842         * src/gtk/quicksearch.h
11843                 Sync with HEAD (recursive quicksearch)
11844
11845 2005-01-20 [colin]      1.0.0cvs3.4
11846
11847         * src/ssl_manager.c
11848                 Remove useless code
11849
11850 2005-01-20 [colin]      1.0.0cvs3.3
11851
11852         * src/ssl_manager.c
11853                 Fix leak, thanks to Alfons.
11854
11855 2005-01-20 [colin]      1.0.0cvs3.2
11856
11857         * src/ssl_manager.c
11858                 Port SSL certificate window to GTK2.
11859
11860 2005-01-20 [paul]       1.0.0cvs3.1
11861
11862         * ChangeLog.claws
11863         * configure.ac
11864         * src/addrindex.c
11865         * src/addrindex.h
11866                 sync with HEAD
11867
11868 2005-01-19 [colin]      1.0.0cvs2.2
11869
11870         * src/plugins/trayicon/trayicon.c
11871                 Fix freeze with gtk-2.6, the easy way
11872                 (signal blocking helpless there...)
11873                 Closes bug #668.
11874
11875 2005-01-19 [colin]      1.0.0cvs2.1
11876
11877         * src/mbox.c
11878         * src/mbox.h
11879         * src/mainwindow.c
11880         * src/summaryview.c
11881         * src/summaryview.h
11882                 Sync with HEAD
11883
11884 2005-01-19 [paul]       1.0.0cvs1.1
11885
11886         * configure.ac
11887         * po/de.po
11888         * po/es.po
11889         * po/fr.po
11890         * po/hr.po
11891         * po/it.po
11892         * po/ja.po
11893         * po/ko.po
11894         * po/pt_BR.po
11895         * po/ru.po
11896         * po/sk.po
11897         * po/sr.po
11898                 sync with HEAD (update translations)
11899
11900 2005-01-18 [colin]      1.0.0cvs0.1
11901
11902         * src/foldersel.c
11903                 Specify search column - patch by Alfons
11904
11905 2005-01-18 [colin]      0.9.13cvs36.3
11906
11907         * src/prefs_toolbar.c
11908                 Change Delete to Remove
11909         * src/prefs_fonts.c
11910                 GTK2 version and leak fixes
11911         * src/prefs_actions.c
11912                 Add stock buttons.
11913                 All patches by Alfons
11914
11915 2005-01-17 [colin]      0.9.13cvs36.2
11916
11917         * src/compose.c
11918                 Fix DnD inserting twice. While at it,
11919                 add DnD support for text/plain in the
11920                 body, and add support in the headers.
11921
11922 2005-01-16 [colin]      0.9.13cvs36.1
11923
11924         * ChangeLog
11925         * ChangeLog.jp
11926         * ChangeLog.claws
11927                 Sync with HEAD (nothing applicable)
11928
11929 2005-01-16 [colin]      0.9.13cvs33.2
11930
11931         * src/prefs_toolbar.c
11932                 GTK2ize prefs_toolbar, by Alfons.
11933
11934 2005-01-14 [colin]      0.9.13cvs33.1
11935
11936         * src/html.c
11937         * src/msgcache.c
11938                 Sync with HEAD
11939
11940 2005-01-14 [colin]      0.9.13cvs32.1
11941
11942         * src/html.c
11943         * src/html.h
11944         * src/msgcache.c
11945         * AUTHORS
11946         * tools/calypso_convert.pl
11947                 Sync with HEAD
11948
11949 2005-01-08 [colin]      0.9.13cvs29.2
11950
11951         * src/prefs_filtering_action.c
11952         * src/prefs_filtering.c
11953                 2 more gtk2 patches by Alfons
11954
11955 2005-01-07 [paul]       0.9.13cvs29.1
11956
11957         * ChangeLog
11958         * ChangeLog.claws
11959         * ChangeLog.jp
11960         * configure.ac
11961         * src/pop.c
11962         * src/pop.h
11963                 sync with HEAD
11964
11965 2005-01-07 [colin]      0.9.13cvs28.3
11966
11967         * src/gtk/progressdialog.c
11968         * src/gtk/progressdialog.h
11969         * src/inc.c
11970         * src/send_message.c
11971                 GTK2 for the incorporation dialog. The CList isn't dead
11972                 yet, for a more smooth migration. Patch by Alfons.
11973
11974 2005-01-06 [colin]      0.9.13cvs28.2
11975
11976         * src/prefs_display_header.c
11977                 GTK2 conversion by Alfons
11978         * src/prefs_actions.c
11979         * src/prefs_matcher.c
11980                 Fix 2 leaks - patch by Alfons
11981
11982 2005-01-06 [colin]      0.9.13cvs28.1
11983
11984         * src/prefs_matcher.c
11985                 Sync with HEAD
11986
11987 2005-01-06 [colin]      0.9.13cvs27.4
11988
11989         * src/prefs_matcher.c
11990                 Fix double-free. Patch by Alfons
11991
11992 2005-01-06 [colin]      0.9.13cvs27.3
11993
11994         * src/prefs_matcher.c
11995                 GTK2 widgets + memleak
11996                 Patch by Alfons
11997
11998 2005-01-05 [colin]      0.9.13cvs27.2
11999
12000         * src/account.c
12001         * src/addr_compl.c
12002         * src/foldersel.c
12003         * src/stock_pixmap.c
12004         * src/stock_pixmap.h
12005                 3 more GTK2 patches by Alfons.
12006
12007 2005-01-04 [colin]      0.9.13cvs27.1
12008
12009         * src/folderview.c
12010         * src/imap_gtk.c
12011         * src/news_gtk.c
12012                 Sync with HEAD
12013
12014 2005-01-04 [colin]      0.9.13cvs25.9
12015
12016         * src/compose.c
12017                 Fix Show Ruler menuitem
12018         * src/prefs_template.c
12019                 Convert to GTK2
12020         * src/common/utils.c
12021                 Make auto pointer stuff handles NULLs
12022                 Patches by Alfons.
12023
12024 2005-01-04 [colin]      0.9.13cvs25.8
12025
12026         * src/compose.c
12027                 Move the attachment list to gtk2
12028                 Patch by Alfons.
12029
12030 2005-01-04 [colin]      0.9.13cvs25.7
12031
12032         * src/textview.c
12033                 Make some keys work again
12034                 Patch by SungHyun Nam <namsh@kldp.org>
12035
12036 2005-01-04 [colin]      0.9.13cvs25.6
12037
12038         * src/gtk/gtkshruler.c
12039                 Move the ruler to GTK2
12040                 Patch by Alfons
12041
12042 2005-01-03 [colin]      0.9.13cvs25.5
12043
12044         * src/compose.c
12045                 Fix my broken patch apply 
12046
12047 2005-01-03 [colin]      0.9.13cvs25.4
12048
12049         * src/common/utils.c
12050         * src/common/utils.h
12051         * src/gtk/prefswindow.c
12052                 Move auto pointer stuff to utils.c
12053                 Patch by Alfons again :)
12054
12055 2005-01-03 [colin]      0.9.13cvs25.3
12056
12057         * src/compose.c
12058         * src/prefs_gtk.c
12059         * src/prefs_template.c
12060         * src/textview.c
12061                 Empty text widgets with empty strings, not NULL char
12062                 Patch by SungHyun Nam <namsh@kldp_org>
12063
12064 2005-01-03 [colin]      0.9.13cvs25.2
12065
12066         * src/main.c
12067         * AUTHORS
12068                 Sync with HEAD
12069
12070 2005-01-03 [colin]      0.9.13cvs25.1
12071
12072         * src/pop.c
12073         * src/pop.h
12074                 Sync with HEAD
12075
12076 2005-01-03 [colin]      0.9.13cvs24.3
12077
12078         * src/account.c
12079                 Two patches from Alfons and Alex S Moore:
12080                 fix images, fix return value.
12081
12082 2005-01-01 [colin]      0.9.13cvs24.2
12083
12084         * src/prefs_actions.c
12085                 Fix over-zealous assertion. Patch by Alfons
12086
12087 2005-01-01 [colin]      0.9.13cvs24.1
12088
12089         * src/procmime.c
12090                 Sync with HEAD (leak fix)
12091
12092 2004-12-31 [colin]      0.9.13cvs23.2
12093
12094         * src/prefs_common.c
12095                 GTK2 widgets + stock buttons - patch by Alfons
12096
12097 2004-12-31 [paul]       0.9.13cvs23.1
12098
12099         * configure.ac
12100                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12101         * src/gtk/pluginwindow.c
12102                 use GTK2 widgets and plug memory leaks,
12103                 patches by Alfons
12104
12105 2004-12-30 [colin]      0.9.13cvs22.4
12106
12107         * src/account.c
12108         * src/action.c
12109         * src/export.c
12110         * src/foldersel.c
12111         * src/import.c
12112         * src/message_search.c
12113         * src/prefs_actions.c
12114         * src/prefs_common.c
12115         * src/prefs_customheader.c
12116         * src/prefs_filtering.c
12117         * src/prefs_summary_column.c
12118         * src/summary_search.c
12119         * src/gtk/about.c
12120         * src/gtk/description_window.c
12121         * src/gtk/gtkutils.c
12122         * src/gtk/gtkutils.h
12123         * src/gtk/inputdialog.c
12124         * src/gtk/prefswindow.c
12125                 Use GTK2 stock buttons. Patches by Alfons.
12126
12127 2004-12-30 [colin]      0.9.13cvs22.3
12128
12129         * src/account.c
12130                 Sync with HEAD
12131         * src/prefs_actions.c
12132         * src/prefs_customheader.c
12133         * src/prefs_filtering.c
12134         * src/prefs_msg_colors.c
12135         * src/prefs_summary_column.c
12136         * src/gtk/prefswindow.c
12137                 Use GtkTreeView instead of deprecated 
12138                 widgets. Patches by Alfons.
12139
12140 2004-12-30 [paul]       0.9.13cvs22.2
12141
12142         * src/foldersel.c
12143                 use GTK 2 Tree View
12144                 patch by Alfons, with root folder sorting fix
12145                 by Stephan Sachse
12146
12147 2004-12-30 [paul]       0.9.13cvs22.1
12148
12149         * ChangeLog
12150         * ChangeLog.claws
12151         * ChangeLog.jp
12152         * NEWS
12153         * configure.ac
12154         * src/account.c
12155                 sync with HEAD
12156
12157 2004-12-22 [martin]     0.9.13cvs21.2
12158
12159         * src/action.c
12160                 free the command line after its use
12161
12162 2004-12-18 [paul]       0.9.13cvs21.1
12163
12164         * AUTHORS
12165         * ChangeLog
12166         * ChangeLog.claws
12167         * ChangeLog.jp
12168         * NEWS
12169         * configure.ac
12170         * src/action.c
12171         * src/compose.c
12172         * src/syldap.c
12173                 sync with HEAD
12174
12175 2004-12-17 [martin]     0.9.13cvs17.2
12176
12177         * src/action.c
12178                 convert actions input to locale
12179         * src/inc.c
12180                 convert notification command to locale
12181         * src/plugins/pgpmime/select-keys.c
12182                 convert attributes to utf8
12183
12184 2004-12-14 [colin]      0.9.13cvs17.1
12185
12186         * ChangeLog
12187         * ChangeLog.jp
12188         * ChangeLog.claws
12189         * src/action.c
12190         * src/common/utils.c
12191         * src/gtk/prefswindow.c
12192         * src/gtk/gtkutils.c
12193         * src/gtk/gtkutils.h
12194         * src/plugins/spamassassin/libspamc.c
12195                 Sync with HEAD
12196
12197 2004-12-13 [colin]      0.9.13cvs14.1
12198
12199         * src/quote_fmt_parse.y
12200                 Sync with HEAD
12201
12202 2004-12-10 [colin]      0.9.13cvs12.1
12203
12204         * src/prefs_themes.c
12205         * src/mainwindow.c
12206         * src/messageview.c
12207                 Sync with HEAD
12208
12209 2004-12-09 [colin]      0.9.13cvs10.1
12210
12211         * src/procmime.c
12212                 Sync with HEAD (fix B64 encoding from memory)
12213
12214 2004-12-08 [colin]      0.9.13cvs9.1
12215
12216         * src/gtk/colorlabel.c
12217                 Sync with HEAD
12218
12219 2004-12-08 [paul]       0.9.13cvs8.2
12220
12221         * src/gtk/pluginwindow.c
12222                 fix window resizing oddities
12223
12224 2004-12-08 [colin]      0.9.13cvs8.1
12225
12226         * src/quote_fmt_parse.y
12227                 Sync with HEAD
12228
12229 2004-12-08 [colin]      0.9.13cvs7.1
12230
12231         * src/matcher_parser_parse.y
12232         * src/msgcache.c
12233         * src/prefs_matcher.c
12234         * src/procheader.c
12235         * src/matcher.c
12236         * src/common/defs.h
12237         * po/sr.po
12238                 Sync with HEAD
12239
12240 2004-12-08 [colin]      0.9.13cvs6.1
12241
12242         * src/quote_fmt_parse.y
12243         * src/textview.c
12244                 Sync with HEAD
12245         * src/gtk/prefswindow.c
12246         * src/gtk/pluginwindow.c
12247                 Fix G_CALLBACKS protos (thanks to Alfons)
12248
12249 2004-12-07 [torte]      0.9.13cvs2.2
12250
12251         * src/procmime.c
12252                 [Bug 650] reply button causes crash
12253                 Thanks to David Relson and Christoph
12254
12255 2004-12-07 [colin]      0.9.13cvs2.1
12256
12257         * ChangeLog.claws
12258         * AUTHORS
12259         * po/sk.po
12260         * src/procmime.c
12261         * src/prefs_account.c
12262         * src/common/smtp.c
12263         * src/common/smtp.h
12264                 Sync with HEAD
12265
12266 2004-12-06 [colin]      0.9.12cvs187.1
12267
12268         * ChangeLog.claws
12269         * INSTALL
12270         * Makefile.am
12271         * README.claws
12272         * TODO.claws
12273         * configure.ac
12274         * po/bg.po
12275         * po/cs.po
12276         * po/el.po
12277         * po/en_GB.po
12278         * po/es.po
12279         * po/fr.po
12280         * po/hr.po
12281         * po/hu.po
12282         * po/it.po
12283         * po/ja.po
12284         * po/ko.po
12285         * po/nl.po
12286         * po/pl.po
12287         * po/pt_BR.po
12288         * po/ru.po
12289         * po/sk.po
12290         * po/sr.po
12291         * po/sv.po
12292         * po/zh_CN.po
12293         * po/zh_TW.Big5.po
12294         * src/compose.c
12295         * tools/Makefile.am
12296         * tools/README
12297         * tools/filter_conv.pl
12298         * tools/kdeservicemenu/README
12299         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12300         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12301                 Sync with HEAD
12302
12303 2004-12-04 [colin]      0.9.12cvs183.1
12304
12305         * src/compose.c
12306                 Sync with HEAD (compose window position saving)
12307
12308 2004-12-04 [paul]       0.9.12cvs182.3
12309
12310         * src/messageview.c
12311         * src/mimeview.c
12312         * src/prefs_customheader.c
12313         * src/gtk/quicksearch.c
12314                 replace some forgotten GTK_SIGNAL_FUNCs
12315
12316 2004-12-04 [paul]       0.9.12cvs182.2
12317
12318         * src/Makefile.am
12319                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12320                 committed in error      
12321
12322 2004-12-04 [paul]       0.9.12cvs182.1
12323
12324         * ChangeLog
12325         * ChangeLog.claws
12326         * ChangeLog.jp
12327         * INSTALL
12328         * NEWS
12329         * README
12330         * README.jp
12331         * configure.ac
12332         * doc/manual/ja/Makefile.am
12333         * doc/manual/ja/sylpheed-1.html
12334         * doc/manual/ja/sylpheed-10.html
12335         * doc/manual/ja/sylpheed-11.html
12336         * doc/manual/ja/sylpheed-12.html
12337         * doc/manual/ja/sylpheed-13.html
12338         * doc/manual/ja/sylpheed-14.html
12339         * doc/manual/ja/sylpheed-15.html
12340         * doc/manual/ja/sylpheed-16.html
12341         * doc/manual/ja/sylpheed-17.html
12342         * doc/manual/ja/sylpheed-18.html
12343         * doc/manual/ja/sylpheed-19.html
12344         * doc/manual/ja/sylpheed-2.html
12345         * doc/manual/ja/sylpheed-20.html
12346         * doc/manual/ja/sylpheed-3.html
12347         * doc/manual/ja/sylpheed-4.html
12348         * doc/manual/ja/sylpheed-5.html
12349         * doc/manual/ja/sylpheed-6.html
12350         * doc/manual/ja/sylpheed-7.html
12351         * doc/manual/ja/sylpheed-8.html
12352         * doc/manual/ja/sylpheed-9.html
12353         * doc/manual/ja/sylpheed.html
12354         * doc/manual/ja/sylpheed.sgml
12355         * po/de.po
12356         * src/Makefile.am
12357         * src/compose.c
12358         * src/procmime.c
12359         * src/pixmaps/regular.xpm **REMOVED**
12360         * src/plugins/pgpmime/pgpmime.c
12361         * src/plugins/pgpmime/plugin.c
12362         * src/plugins/pgpmime/prefs_gpg.c
12363                 sync with HEAD
12364
12365 2004-12-03 [paul]       0.9.12cvs180.1
12366
12367         * ChangeLog
12368         * ChangeLog.claws
12369         * ChangeLog.jp
12370         * configure.ac
12371         * src/Makefile.am
12372         * src/pop.c
12373         * src/common/utils.c
12374         * src/common/utils.h
12375         * src/pixmaps/continue.xpm
12376         * src/pixmaps/dir_close.xpm
12377         * src/pixmaps/dir_open.xpm
12378         * src/pixmaps/drafts_close.xpm
12379         * src/pixmaps/drafts_open.xpm
12380         * src/pixmaps/folder.xpm **REMOVED**
12381         * src/pixmaps/group.xpm
12382         * src/pixmaps/unread.xpm
12383                 sync with HEAD
12384
12385 2004-12-02 [colin]      0.9.12cvs179.1
12386
12387         * src/compose.c
12388                 Sync with HEAD (non-duplicated reedition)
12389
12390 2004-12-02 [colin]      0.9.12cvs178.1
12391
12392         * src/compose.c
12393                 Sync with HEAD (linewrap_quote fix)
12394
12395 2004-12-01 [colin]      0.9.12cvs177.3
12396
12397         * src/addrharvest.c
12398                 Replace sizeof with strlen
12399
12400 2004-12-01 [paul]       0.9.12cvs177.2
12401
12402         * src/addrharvest.c
12403                 fix 'harvest addresses'
12404
12405 2004-11-30 [colin]      0.9.12cvs177.1
12406
12407         * src/gtk/prefswindow.c
12408         * src/gtk/pluginwindow.c
12409                 Sync with HEAD
12410
12411 2004-11-29 [colin]      0.9.12cvs176.1
12412
12413         * src/folderview.c
12414                 sync with HEAD (Fix disappearing separators in folderview's popup)
12415
12416 2004-11-29 [colin]      0.9.12cvs175.1
12417
12418         * src/procmime.c
12419                 Sync with head (another format fix)
12420
12421 2004-11-29 [colin]      0.9.12cvs174.1
12422
12423         * src/pop.c
12424                 Sync with HEAD (format string fix)
12425
12426 2004-11-26 [colin]      0.9.12cvs173.1
12427
12428         * src/common/smtp.c
12429         * src/common/smtp.h
12430                 Sync with HEAD
12431
12432 2004-11-24 [colin]      0.9.12cvs172.1
12433
12434         * src/plugins/pgpmime/pgpmime.c
12435                 Sync with HEAD
12436
12437 2004-11-24 [colin]      0.9.12cvs171.1
12438
12439         * src/plugins/pgpmime/pgpmime.c
12440                 Sync with head (gpgmectx leaks)
12441
12442 2004-11-24 [colin]      0.9.12cvs169.1
12443
12444         * src/plugins/pgpmime/plugin.c
12445         * src/plugins/trayicon/Makefile.am
12446         * src/plugins/trayicon/newmarkedmail.xpm
12447         * src/plugins/trayicon/trayicon.c
12448         * src/plugins/trayicon/unreadmarkedmail.xpm
12449                 Sync with HEAD
12450
12451 2004-11-23 [colin]      0.9.12cvs168.1
12452
12453         * src/partial_download.c
12454         * src/partial_download.h
12455         * src/plugins/pgpmime/plugin.c
12456                 Sync with HEAD
12457
12458 2004-11-23 [colin]      0.9.12cvs166.1
12459
12460         * src/Makefile.am
12461         * src/codeconv.c
12462         * src/compose.c
12463         * src/folderview.c
12464         * src/main.c
12465         * src/partial_download.c
12466         * src/partial_download.h
12467         * src/prefs_account.c
12468         * src/prefs_account.h
12469         * src/privacy.c
12470         * src/privacy.h
12471         * src/procmime.c
12472         * src/common/Makefile.am
12473         * src/common/base64.h
12474         * src/common/partial_download.c
12475         * src/common/partial_download.h
12476         * src/gtk/prefswindow.c
12477         * src/gtk/prefswindow.h
12478         * src/plugins/pgpmime/pgpmime.c
12479         * src/plugins/pgpmime/prefs_gpg.c
12480         * src/plugins/pgpmime/prefs_gpg.h
12481         * src/plugins/pgpmime/sgpgme.c
12482         * src/plugins/pgpmime/sgpgme.h
12483                 Sync with HEAD
12484
12485 2004-11-23 [colin]      0.9.12cvs163.1
12486
12487         * src/main.c
12488                 Sync with HEAD (cursor optimization)
12489
12490 2004-11-23 [colin]      0.9.12cvs162.1
12491
12492         * src/prefs_common.c
12493         * src/prefs_themes.c
12494         * src/procmsg.c
12495                 Sync with HEAD
12496
12497 2004-11-23 [colin]      0.9.12cvs158.9
12498
12499         * src/compose.c
12500                 Fix double-free when forwarding
12501         * src/msgcache.c
12502                 Fix leak on error path
12503                 
12504
12505 2004-11-23 [colin]      0.9.12cvs158.8
12506
12507         * src/compose.c
12508                 Fix possible double-free
12509                 Spotted by Alfons
12510
12511 2004-11-23 [colin]      0.9.12cvs158.7
12512
12513         * src/compose.c
12514                 Fix some signal handlers' prototypes
12515                 Spotted by Alfons
12516
12517 2004-11-22 [colin]      0.9.12cvs158.6
12518
12519         * src/compose.c
12520                 Remove unneeded code and duplicated
12521                 wrapping - patch by Alfons
12522
12523 2004-11-22 [colin]      0.9.12cvs158.5
12524
12525         * src/prefs_themes.c
12526                 Fix oversized selector
12527
12528 2004-11-22 [colin]      0.9.12cvs158.4
12529
12530         * src/compose.c
12531                 fix dump_text()
12532                 patch by Alfons
12533
12534 2004-11-19 [colin]      0.9.12cvs158.3
12535
12536         * src/textview.c
12537                 Add a context menu on links (open, copy)
12538
12539 2004-11-18 [paul]       0.9.12cvs158.2
12540
12541         * src/addrgather.c
12542         * src/exphtmldlg.c
12543         * src/expldifdlg.c
12544         * src/mimeview.c
12545         * src/prefs_common.c
12546         * src/plugins/image_viewer/viewer.c
12547         * src/plugins/spamassassin/spamassassin_gtk.c
12548                 replace deprecated gtk_notebook_set_page
12549                 and gtk_notebook_current_page
12550
12551 2004-11-18 [paul]       0.9.12cvs158.1
12552
12553         * configure.ac
12554         * src/compose.c
12555         * src/mainwindow.c
12556         * src/messageview.c
12557         * src/prefs_common.c
12558         * src/common/utils.c
12559         * src/common/utils.h
12560                 sync with HEAD
12561
12562 2004-11-17 [colin]      0.9.12cvs156.1
12563
12564         * src/prefs_account.c
12565         * src/prefs_account.h
12566         * src/procmsg.c
12567                 Sync with HEAD (add pref to store encrypted mails encrypted)
12568
12569 2004-11-17 [paul]       0.9.12cvs155.1
12570
12571         * ChangeLog
12572         * ChangeLog.claws
12573         * ChangeLog.jp
12574         * NEWS
12575         * configure.ac
12576         * src/compose.c
12577         * src/jpilot.c
12578         * src/privacy.c
12579         * src/procmime.c
12580         * src/procmime.h
12581         * src/procmsg.c
12582         * src/toolbar.c
12583         * src/pixmaps/error.xpm
12584                 sync with HEAD
12585
12586 2004-11-17 [colin]      0.9.12cvs151.1
12587
12588         * src/plugins/pgpmime/pgpmime.c
12589                 Sync with HEAD (remove debug printf)
12590
12591 2004-11-17 [colin]      0.9.12cvs150.1
12592
12593         * src/plugins/pgpmime/pgpmime.c
12594                 Sync with HEAD (off-by-one fix)
12595
12596 2004-11-17 [colin]      0.9.12cvs149.1
12597
12598         * src/procmsg.c
12599                 Sync with HEAD (coding style fixes)
12600
12601 2004-11-16 [colin]      0.9.12cvs148.1
12602
12603         * src/procmsg.c
12604                 Sync with head (Fix the fix)
12605
12606 2004-11-16 [colin]      0.9.12cvs147.1
12607
12608         * src/procmsg.c
12609                 Sync with Main (leak fix)
12610
12611 2004-11-16 [colin]      0.9.12cvs146.14
12612
12613         * src/compose.c
12614                 Remove useless chunk of code
12615                 Patch by Alfons
12616
12617 2004-11-15 [colin]      0.9.12cvs146.13
12618
12619         * src/compose.c
12620                 Fix drafting after insertion
12621                 Patch by Alfons
12622
12623 2004-11-15 [colin]      0.9.12cvs146.12
12624
12625         * src/compose.c
12626         * src/prefs_filtering.c
12627         * src/prefs_filtering_action.c
12628         * src/prefs_toolbar.c
12629                 Fix some const-correctness
12630
12631 2004-11-15 [colin]      0.9.12cvs146.11
12632
12633         * src/summaryview.c
12634         * src/prefs_themes.c
12635         * src/messageview.c
12636                 Fix some leaks
12637
12638 2004-11-15 [colin]      0.9.12cvs146.10
12639
12640         * src/codeconv.c
12641                 More unreadable locale fixes
12642
12643 2004-11-14 [colin]      0.9.12cvs146.9
12644
12645         * src/textview.c
12646                 Fix uri_security_check
12647                 Patch by Alfons
12648
12649 2004-11-13 [paul]       0.9.12cvs146.8
12650
12651         * src/folder.c
12652         * src/procmime.c
12653                 fix 2 bugs introduced in last commit
12654
12655 2004-11-13 [paul]       0.9.12cvs146.7
12656
12657         * src/compose.c
12658         * src/exporthtml.c
12659         * src/exportldif.c
12660         * src/folder.c
12661         * src/imap.c
12662         * src/imap_gtk.c
12663         * src/main.c
12664         * src/mainwindow.c
12665         * src/messageview.c
12666         * src/mh_gtk.c
12667         * src/prefs_themes.c
12668         * src/procmime.c
12669         * src/setup.c
12670         * src/summaryview.c
12671                 replace deprecated g_basename
12672
12673 2004-11-13 [paul]       0.9.12cvs146.6
12674
12675         * src/compose.c
12676         * src/imap.c
12677         * src/matcher_parser.h
12678         * src/matcher_parser_parse.y
12679         * src/prefs_filtering.c
12680         * src/prefs_filtering_action.c
12681         * src/prefs_themes.c
12682         * src/prefs_toolbar.c
12683         * src/common/utils.c
12684                 various small fixes/cleanups
12685
12686 2004-11-12 [colin]      0.9.12cvs146.5
12687
12688         * src/textview.c
12689                 Validate event's origin on visibility notify
12690                 Patch by Alfons.
12691
12692 2004-11-12 [paul]       0.9.12cvs146.4
12693
12694         * src/exporthtml.c
12695         * src/exportldif.c
12696         * src/imap.c
12697         * src/mh.c
12698         * src/mimeview.c
12699         * src/prefs_spelling.c
12700         * src/prefs_themes.c
12701                 replace deprecated g_dirname    
12702
12703 2004-11-12 [colin]      0.9.12cvs146.3
12704
12705         * src/textview.c
12706                 Some coding style fixes
12707
12708 2004-11-12 [colin]      0.9.12cvs146.2
12709
12710         * src/codeconv.c
12711                 We want to replace _all_ extended chars in
12712                 conv_unreadable_*, because any string containing
12713                 extended chars not parsing as UTF8 is 
12714                 undisplayed on gtk2.
12715
12716 2004-11-12 [paul]       0.9.12cvs146.1
12717
12718         * ChangeLog
12719         * ChangeLog.claws
12720         * ChangeLog.jp
12721         * NEWS
12722         * configure.ac
12723         * src/account.c
12724         * src/folderview.c
12725         * src/folderview.h
12726         * src/imap.c
12727         * src/imap_gtk.c
12728         * src/inc.c
12729         * src/mainwindow.c
12730         * src/mh_gtk.c
12731         * src/news_gtk.c
12732         * src/pop.c
12733         * src/prefs_account.c
12734         * src/prefs_account.h
12735         * src/prefs_ext_prog.c
12736         * src/procmime.c
12737         * src/procmime.h
12738         * src/procmsg.c
12739         * src/procmsg.h
12740         * src/summary_search.c
12741         * src/summaryview.c
12742         * src/textview.c
12743         * src/common/defs.h
12744         * src/common/utils.c
12745         * src/common/utils.h
12746         * src/gtk/menu.c
12747         * src/gtk/menu.h
12748                 sync with HEAD
12749
12750 2004-11-11 [colin]      0.9.12cvs144.2
12751
12752         * src/textview.c
12753                 Fix URI range selection (patch by Alfons)
12754
12755 2004-11-09 [colin]      0.9.12cvs144.1
12756
12757         * ChangeLog.claws
12758         * src/compose.c
12759         * src/folder.c
12760         * src/folder_item_prefs.c
12761         * src/prefs_account.c
12762         * src/prefs_account.h
12763         * src/plugins/pgpmime/pgpmime.c
12764                 Sync with HEAD
12765
12766 2004-11-08 [colin]      0.9.12cvs143.1
12767
12768         * src/summaryview.c
12769                 Sync with HEAD (optimize quicksearch)
12770
12771 2004-11-08 [colin]      0.9.12cvs142.2
12772
12773         * src/compose.c
12774                 Don't wrap when Edit/Auto wrapping is disabled
12775
12776 2004-11-08 [colin]      0.9.12cvs142.1
12777
12778         * src/textview.c
12779                 Sync with HEAD
12780
12781 2004-11-08 [colin]      0.9.12cvs141.1
12782
12783         * src/textview.c
12784                 Sync with HEAD (fix some mail URIs)
12785
12786 2004-11-08 [colin]      0.9.12cvs140.3
12787
12788         * src/textview.c
12789                 o Use text cursor instead of arrow when
12790                   not on a link
12791                 o Fix handling of contiguous links (as in
12792                   "colin@colino.net" <colin@colino.net>)
12793                   This one unveils a bug in get_email_part()
12794
12795 2004-11-07 [colin]      0.9.12cvs140.2
12796
12797         * src/textview.c
12798                 Fix memleak. Patch by Alfons.
12799
12800 2004-11-06 [colin]      0.9.12cvs140.1
12801
12802         * src/compose.c
12803                 Sync with HEAD (don't ask passphrase
12804                 when drafting)
12805
12806 2004-11-06 [paul]       0.9.12cvs139.2
12807
12808         * AUTHORS
12809         * src/textview.c
12810         * src/textview.h
12811                 textview URI handling. hovering over a 
12812                 link displays it in the status bar,
12813                 and changes the mouse pointer to a hand 
12814                 cursor. a link is activated with a single 
12815                 click. (Modified from the) patch by Jean-Yves 
12816                 Lefort <jylefort@users.sourceforge.net>
12817                 
12818
12819 2004-11-05 [colin]      0.9.12cvs139.1
12820
12821         * src/compose.c
12822         * src/procmime.c
12823                 Sync with HEAD again ^^
12824
12825 2004-11-05 [colin]      0.9.12cvs139.1
12826
12827         * src/compose.c
12828         * src/procmime.c
12829                 Sync with HEAD
12830
12831 2004-11-03 [paul]       0.9.12cvs138.1
12832
12833         * ChangeLog.claws
12834         * configure.ac
12835         * po/POTFILES.in
12836         * src/prefs_ext_prog.c
12837         * src/procmime.c
12838         * tools/kdeservicemenu/README
12839         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12840         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12841                 sync with HEAD
12842
12843 2004-11-01 [christoph]  0.9.12cvs136.2
12844
12845         * src/procmime.c
12846                 convert MIME parameters to UTF-8
12847
12848 2004-10-29 [colin]      0.9.12cvs136.1
12849
12850         * src/common/utils.c
12851                 Sync with HEAD (don't use '=' in mime boundary)
12852
12853 2004-10-29 [paul]       0.9.12cvs135.1
12854
12855         * configure.ac
12856         * doc/src/rfc2231.txt
12857         * src/procmime.c
12858         * src/common/quoted-printable.c
12859         * src/common/utils.c
12860         * src/common/utils.h
12861                 sync with HEAD
12862
12863 2004-10-27 [paul]       0.9.12cvs134.1
12864
12865         * configure.ac
12866         * src/main.c
12867         * src/procmime.c
12868         * src/plugins/pgpmime/pgpmime.c
12869                 sync with HEAD
12870
12871 2004-10-26 [paul]       0.9.12cvs132.3
12872
12873         * src/account.c
12874         * src/addressbook.c
12875         * src/addrgather.c
12876         * src/addrharvest.c
12877         * src/codeconv.c
12878         * src/compose.c
12879         * src/customheader.c
12880         * src/editaddress.c
12881         * src/editgroup.c
12882         * src/enriched.c
12883         * src/expldifdlg.c
12884         * src/exporthtml.c
12885         * src/exportldif.c
12886         * src/folder.c
12887         * src/foldersel.c
12888         * src/folderview.c
12889         * src/grouplistdialog.c
12890         * src/html.c
12891         * src/imap.c
12892         * src/jpilot.c
12893         * src/ldapserver.c
12894         * src/ldif.c
12895         * src/mimeview.c
12896         * src/news.c
12897         * src/news_gtk.c
12898         * src/pop.c
12899         * src/prefs_display_header.c
12900         * src/prefs_gtk.c
12901         * src/prefs_msg_colors.c
12902         * src/prefs_toolbar.c
12903         * src/procheader.c
12904         * src/procmime.c
12905         * src/summaryview.c
12906         * src/textview.c
12907         * src/toolbar.c
12908         * src/vcard.c
12909         * src/common/mgutils.c
12910         * src/common/nntp.c
12911         * src/common/smtp.c
12912         * src/common/template.c
12913         * src/common/utils.c
12914         * src/common/xmlprops.c
12915         * src/plugins/pgpmime/pgpmime.c
12916         * src/plugins/pgpmime/select-keys.c
12917         * src/plugins/pgpmime/sgpgme.c
12918                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12919                 g_string_sprintfa(), gtk_notebook_current_page()
12920
12921 2004-10-26 [colin]      0.9.12cvs132.2
12922
12923         * src/prefs_folder_item.c
12924                 Fix default-account selection
12925
12926 2004-10-21 [colin]      0.9.12cvs133
12927
12928         * src/compose.c
12929                 Sync with HEAD (Remove extra separator in compose's Options)
12930         * src/textview.c
12931                 Set wrapping to char
12932
12933 2004-10-21 [paul]       0.9.12cvs131.2
12934
12935         * src/compose.c
12936         * src/sourcewindow.c
12937                 fix wrapping
12938                 fix window shrinking 
12939
12940 2004-10-21 [colin]      0.9.12cvs131.1
12941
12942         * ChangeLog.claws
12943         * src/compose.c
12944                 Sync with HEAD
12945
12946 2004-10-21 [paul]       0.9.12cvs130.2
12947
12948         * src/prefs_folder_item.c
12949                 sync with HEAD (Apply to subfolders)
12950
12951 2004-10-19 [colin]      0.9.12cvs130.1
12952
12953         * ChangeLog.claws
12954         * src/compose.c
12955         * src/common/utils.c
12956         * src/gtk/menu.c
12957                 Sync with HEAD
12958
12959 2004-10-19 [colin]      0.9.12cvs128.1
12960
12961         * src/addrbook.c
12962         * src/addrcache.c
12963         * src/addressbook.c
12964         * src/codeconv.c
12965         * src/compose.c
12966         * src/customheader.c
12967         * src/editaddress.c
12968         * src/editgroup.c
12969         * src/exporthtml.c
12970         * src/folder.c
12971         * src/folderview.c
12972         * src/imap.c
12973         * src/jpilot.c
12974         * src/main.c
12975         * src/matcher_parser_parse.y
12976         * src/mbox.c
12977         * src/pop.c
12978         * src/prefs_account.c
12979         * src/prefs_gtk.c
12980         * src/prefs_msg_colors.c
12981         * src/procheader.c
12982         * src/procmime.c
12983         * src/procmime.h
12984         * src/procmsg.c
12985         * src/summaryview.c
12986         * src/textview.c
12987         * src/common/base64.c
12988         * src/common/partial_download.c
12989         * src/common/socket.c
12990         * src/common/sylpheed.c
12991         * src/common/utils.c
12992         * src/common/utils.h
12993         * src/gtk/pluginwindow.c
12994         * src/gtk/quicksearch.c
12995         * src/plugins/clamav/clamav_plugin.c
12996         * src/plugins/clamav/clamav_plugin.h
12997         * src/plugins/clamav/clamav_plugin_gtk.c
12998         * src/plugins/pgpmime/passphrase.c
12999         * src/plugins/pgpmime/pgpmime.c
13000         * src/plugins/pgpmime/plugin.c
13001         * src/plugins/pgpmime/prefs_gpg.c
13002         * src/plugins/pgpmime/prefs_gpg.h
13003         * src/plugins/pgpmime/select-keys.c
13004         * src/plugins/pgpmime/sgpgme.c
13005         * src/plugins/spamassassin/libspamc.c
13006         * src/plugins/spamassassin/spamassassin.c
13007         * src/plugins/spamassassin/spamassassin.h
13008         * src/plugins/spamassassin/spamassassin_gtk.c
13009         * src/plugins/trayicon/trayicon.c
13010         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13011                 Sync with HEAD
13012
13013 2004-10-14 [colin]      0.9.12cvs126.2
13014
13015         * src/codeconv.c
13016         * src/textview.c
13017                 Fix conv_unreadable_locale
13018
13019 2004-10-13 [colin]      0.9.12cvs126.1
13020
13021         * src/compose.c
13022                 Sync with HEAD (don't convert charset for 
13023                 drafted messages, minor cleanup)
13024
13025 2004-10-13 [colin]      0.9.12cvs125.1
13026
13027         * po/POTFILES.in
13028                 Sync with HEAD (POTFILES fix)
13029
13030 2004-10-12 [colin]      0.9.12cvs124.3
13031
13032         * src/compose.c
13033                 Fix encoding bug from latest sync
13034
13035 2004-10-12 [paul]       0.9.12cvs124.2
13036
13037         * src/plugins/pgpmime/prefs_gpg.c
13038         * src/plugins/pgpmime/prefs_gpg.h
13039                 forgotten in last commit        
13040
13041 2004-10-12 [paul]       0.9.12cvs124.1
13042
13043         * ChangeLog.claws
13044         * configure.ac
13045         * m4/spamassassin.m4
13046         * src/Makefile.am
13047         * src/account.c
13048         * src/compose.c
13049         * src/compose.h
13050         * src/crash.c
13051         * src/main.c
13052         * src/mimeview.c
13053         * src/passphrase.c
13054         * src/passphrase.h
13055         * src/prefs_account.c
13056         * src/prefs_account.h
13057         * src/prefs_common.c
13058         * src/privacy.c
13059         * src/privacy.h
13060         * src/procmime.c
13061         * src/procmime.h
13062         * src/procmsg.c
13063         * src/rfc2015.c
13064         * src/rfc2015.h
13065         * src/select-keys.c
13066         * src/select-keys.h
13067         * src/textview.c
13068         * src/common/utils.c
13069         * src/common/utils.h
13070         * src/gtk/about.c
13071         * src/plugins/pgpmime/Makefile.am
13072         * src/plugins/pgpmime/passphrase.c
13073         * src/plugins/pgpmime/passphrase.h
13074         * src/plugins/pgpmime/pgpmime.c
13075         * src/plugins/pgpmime/plugin.c
13076         * src/plugins/pgpmime/select-keys.c
13077         * src/plugins/pgpmime/select-keys.h
13078         * src/plugins/pgpmime/sgpgme.c
13079         * src/plugins/pgpmime/sgpgme.h
13080                 sync with HEAD
13081
13082 2004-10-04 [colin]      0.9.12cvs122.1
13083
13084         * src/mainwindow.c
13085         * src/messageview.c
13086         * src/messageview.h
13087         * src/textview.c
13088                 Sync with HEAD
13089
13090 2004-10-04 [colin]      0.9.12cvs121.1
13091
13092         * src/summaryview.c
13093                 Sync with HEAD
13094
13095 2004-10-04 [paul]       0.9.12cvs120.1
13096
13097         * configure.ac
13098                 sync with HEAD [don't try to build 
13099                 pgpmime plugin when gpgme is disabled]
13100
13101 2004-10-03 [colin]      0.9.12cvs119.3
13102
13103         * src/gtk/gtksctree.c
13104                 Lots of side effects. Put back as before 117.2.
13105         * src/summaryview.c
13106                 Fix bug #602
13107
13108 2004-10-03 [colin]      0.9.12cvs119.2
13109
13110         * src/gtk/gtksctree.c
13111                 Revert 608 fix that doesn't work that good
13112
13113 2004-10-02 [colin]      0.9.12cvs119.1
13114
13115         * src/mainwindow.c
13116         * src/messageview.c
13117         * src/prefs_common.h
13118         * src/procmime.c
13119         * src/procmime.h
13120         * src/textview.c
13121                 Sync with HEAD
13122         * src/gtk/gtksctree.c
13123                 Close bug #608
13124
13125 2004-10-01 [colin]      0.9.12cvs118.1
13126
13127         * src/mimeview.c
13128                 Sync with HEAD (better Save All fix)
13129
13130 2004-10-01 [colin]      0.9.12cvs117.2
13131
13132         * src/gtk/gtksctree.c
13133                 Faster on selection
13134
13135 2004-10-01 [colin]      0.9.12cvs117.1
13136
13137         * src/mimeview.c
13138                 Sync with HEAD (Save All: only attachments)
13139
13140 2004-10-01 [paul]       0.9.12cvs116.1
13141
13142         * ChangeLog.claws
13143         * configure.ac
13144         * src/account.c
13145         * src/prefs_common.c
13146         * src/gtk/colorlabel.c
13147                 sync with HEAD
13148
13149 2004-09-30 [colin]      0.9.12cvs115.1
13150
13151         * src/stock_pixmap.c
13152         * src/stock_pixmap.h
13153         * src/folderview.c
13154         * src/Makefile.am
13155         * src/pixmaps/read.xpm
13156                 Sync with HEAD (new pixmap)
13157
13158 2004-09-29 [colin]      0.9.12cvs114.1
13159
13160         * src/compose.c
13161                 Sync with HEAD
13162                 Fix focus handling in headers
13163
13164 2004-09-29 [paul]       0.9.12cvs113.1
13165
13166         * src/quote_fmt_parse.y
13167                 sync with HEAD
13168  
13169
13170 2004-09-28 [colin]      0.9.12cvs112.1
13171
13172         * src/folderview.c
13173         * src/mainwindow.c
13174                 Sync with HEAD
13175
13176 2004-09-28 [colin]      0.9.12cvs110.1
13177
13178         * src/folderview.c
13179                 Sync with HEAD (Contextual Empty trash menu)
13180
13181 2004-09-28 [colin]      0.9.12cvs108.1
13182
13183         * src/addressbook.c
13184                 Sync with HEAD (addressbook edit on double-click)
13185
13186 2004-09-28 [colin]      0.9.12cvs106.1
13187
13188         * src/inc.c
13189                 Sync with HEAD (folder_item freeze on inc)
13190
13191 2004-09-27 [colin]      0.9.12cvs105.1
13192
13193         * src/folderview.c
13194                 Sync with HEAD (right-align new and unread column)
13195
13196 2004-09-27 [colin]      0.9.12cvs104.1
13197
13198         * src/main.c
13199                 Sync with HEAD (revert 0.9.12cvs101)
13200
13201 2004-09-24 [colin]      0.9.12cvs103.2
13202
13203         * src/wizard.c
13204                 Fix gtk warnings and use domain part of the email address 
13205                 when domain detection fails (no dot in domain name)
13206
13207 2004-09-23 [colin]      0.9.12cvs103.1
13208
13209         * src/plugins/spamassassin/libspamc.c
13210         * src/plugins/spamassassin/libspamc.h
13211         * src/plugins/spamassassin/utils.c
13212         * src/plugins/spamassassin/utils.h
13213                 Sync with HEAD (Update spamassassin to 3.0)
13214
13215 2004-09-21 [colin]      0.9.12cvs102.3
13216
13217         * src/action.c
13218                 Add horizontal scrollbar in action io dialog as needed
13219                 Patch by Alfons.
13220
13221 2004-09-20 [colin]      0.9.12cvs102.2
13222
13223         * src/plugins/image_viewer/viewer.c
13224                 Remove imlib stuff
13225                 use gtk_pixmap_set when clearing
13226                 (would be better to use gtkImages, but causes size-allocate 
13227                 signals storm)
13228
13229 2004-09-17 [paul]       0.9.12cvs102.1
13230
13231         * ChangeLog
13232         * ChangeLog.claws
13233         * ChangeLog.jp
13234         * configure.ac
13235         * src/inc.c
13236                 sync with HEAD
13237
13238
13239 2004-09-17 [colin]      0.9.12cvs101.1
13240
13241         * ChangeLog.claws
13242         * src/main.c
13243                 Sync with HEAD (fix segs at exit)
13244
13245 2004-09-14 [colin]      0.9.12cvs99.5
13246
13247         * src/common/socket.c
13248         * AUTHORS
13249                 Fix send error on 64bit platforms
13250                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13251
13252 2004-09-14 [colin]      0.9.12cvs99.4
13253
13254         * src/action.c
13255                 Fix action output with utf8 
13256                 Patch by Alfons.
13257
13258 2004-09-14 [colin]      0.9.12cvs99.3
13259
13260         * ChangeLog.claws
13261         * src/folder.c
13262                 Sync with HEAD
13263
13264 2004-09-09 [colin]      0.9.12cvs99.2
13265
13266         * src/action.c
13267                 Fix progress bar (displaying "Completed %v/%u")
13268                 Patch by Alfons.
13269
13270 2004-09-08 [colin]      0.9.12cvs99.1
13271
13272         * src/account.c
13273         * src/folder.c
13274         * src/procmsg.c
13275         * src/procmsg.h
13276         * src/plugins/pgpmime/pgpmime.c
13277                 Sync with HEAD
13278
13279 2004-09-08 [colin]      0.9.12cvs97.2
13280
13281         * src/summaryview.c
13282                 Don't select mails in collapsed threads 
13283                 when navigating with up/down
13284
13285 2004-09-07 [colin]      0.9.12cvs97.1
13286
13287         * src/inc.c
13288                 Sync with HEAD (meaningful error messages)
13289
13290 2004-09-06 [colin]      0.9.12cvs96.1
13291
13292         * src/toolbar.c
13293                 Sync with HEAD (fix Redirect graying out)
13294
13295 2004-09-06 [colin]      0.9.12cvs95.1
13296
13297         * src/summaryview.c
13298         * src/mimeview.c
13299                 Sync with HEAD (fix dropped URIs)
13300
13301 2004-09-06 [colin]      0.9.12cvs94.1
13302
13303         * src/addressbook.c
13304         * src/addressitem.h
13305         * src/addritem.c
13306         * src/addritem.h
13307                 Sync with HEAD (addressbook DnD)
13308
13309 2004-09-03 [colin]      0.9.12cvs93.1
13310
13311         * src/summaryview.c
13312                 Sync with HEAD (next/prev unread)
13313
13314 2004-09-03 [colin]      0.9.12cvs92.1
13315
13316         * src/prefs_common.c
13317         * src/prefs_common.h
13318         * src/summaryview.c
13319                 Sync with HEAD ('mark_as_read_delay' pref)
13320
13321 2004-09-02 [colin]      0.9.12cvs91.2
13322
13323         * src/common/xml.c
13324                 Fix leak
13325
13326 2004-09-02 [colin]      0.9.12cvs91.1
13327
13328         * src/gtk/menu.c
13329                 Sync with HEAD (menu accel don't work, but whatever)
13330
13331 2004-09-02 [colin]      0.9.12cvs90.1
13332
13333         * src/account.c
13334                 Sync with HEAD (fix bug 582)
13335
13336 2004-09-02 [colin]      0.9.12cvs89.1
13337
13338         * src/addrindex.c
13339                 Sync with HEAD (free deleted queries)
13340
13341 2004-09-02 [colin]      0.9.12cvs88.1
13342
13343         * src/ldapquery.c
13344                 Sync with HEAD (fix LDAP freezes)
13345
13346 2004-09-02 [colin]      0.9.12cvs87.1
13347
13348         * src/prefs_spelling.c
13349                 Sync with HEAD (add default dictionary)
13350
13351 2004-09-01 [colin]      0.9.12cvs86.1
13352
13353         * src/filtering.c
13354         * src/folderview.c
13355         * src/imap.c
13356         * src/prefs_matcher.c
13357         * src/stock_pixmap.c
13358         * src/summary_search.c
13359         * src/summaryview.c
13360         * src/wizard.c
13361         * src/wizard.h
13362                 Sync with HEAD (uninitialized vars fixes)
13363                 + gtk2 specific warning fixes
13364
13365 2004-08-31 [colin]      0.9.12cvs85.1
13366
13367         * src/folder.c
13368                 Sync with HEAD (Fix memory corruption due to 
13369                 uninitialized var)
13370
13371 2004-08-31 [colin]      0.9.12cvs84.4
13372
13373         * src/summary_search.c
13374                 Fix segfaults when searching in folders with broken headers
13375
13376 2004-08-31 [colin]      0.9.12cvs84.3
13377
13378         * src/compose.c
13379         * src/textview.c
13380                 Fix some more encoding/decoding issues
13381
13382 2004-08-30 [colin]      0.9.12cvs84.2
13383
13384         * src/mimeview.c
13385         * src/prefs_themes.c
13386         * src/gtk/filesel.c
13387         * src/gtk/filesel.h
13388                 Add a folder-mode selection (fixes mimeview's "Save all")
13389
13390 2004-08-29 [colin]      0.9.12cvs84.1
13391
13392         * src/mimeview.c
13393                 Sync with HEAD (don't escape saved filenames)
13394
13395 2004-08-27 [colin]      0.9.12cvs83.1
13396
13397         * ChangeLog
13398         * ChangeLog.claws
13399         * ChangeLog.jp
13400         * src/mh.c
13401         * src/procheader.c
13402         * src/procmsg.c
13403         * src/procmsg.h
13404         * src/common/utils.c
13405         * src/gtk/menu.h
13406         * po/
13407                 Sync with HEAD 0.9.12cvs83 (sync with main)
13408
13409 2004-08-26 [colin]      0.9.12cvs82.4
13410
13411         * src/codeconv.c
13412                 Fix strange stack corruption
13413                 Convert to utf8 after unmime, not before
13414
13415 2004-08-26 [colin]      0.9.12cvs82.3
13416
13417         * src/main.c
13418         * src/wizard.c
13419                 Fix account folders duplication
13420
13421 2004-08-25 [colin]      0.9.12cvs82.2
13422
13423         * src/wizard.c
13424                 Remove ports
13425                 Add SSL selection
13426                 Use login@server as account name
13427
13428 2004-08-25 [colin]      0.9.12cvs82.1
13429
13430         * src/plugins/pgpmime/pgpmime.c
13431                 Sync with HEAD (leak fix).
13432
13433 2004-08-25 [colin]      0.9.12cvs81.1
13434
13435         * src/plugins/pgpmime/pgpmime.c
13436         * src/plugins/pgpmime/sgpgme.c
13437         * src/plugins/pgpmime/sgpgme.h
13438                 Sync with HEAD (Handle combined messages).
13439
13440 2004-08-24 [colin]      0.9.12cvs80.3
13441
13442         * src/wizard.c
13443                 Fix full name, ports, and imap
13444
13445 2004-08-24 [colin]      0.9.12cvs80.2
13446
13447         * src/Makefile.am
13448         * src/main.c
13449         * src/setup.c
13450         * src/setup.h
13451         * src/stock_pixmap.c
13452         * src/stock_pixmap.h
13453         * src/wizard.c ** ADDED **
13454         * src/wizard.h ** ADDED ** 
13455         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13456                 Add a setup wizard 
13457
13458 2004-08-24 [colin]      0.9.12cvs80.1
13459
13460         * src/folder.c
13461                 Sync with HEAD (set mimeflags on all messages)
13462
13463 2004-08-24 [colin]      0.9.12cvs79.3
13464
13465         * src/matcher_parser_lex.l
13466                 Fix 8bits strings not in utf8
13467
13468 2004-08-24 [colin]      0.9.12cvs79.2
13469
13470         * src/compose.c
13471                 Check conversion result before replacing buffer
13472
13473 2004-08-23 [colin]      0.9.12cvs79.1
13474
13475         * src/compose.c
13476                 Sync with HEAD (create message header in memory)
13477
13478 2004-08-23 [colin]      0.9.12cvs78.1
13479
13480         * src/rfc2015.c
13481         * src/rfc2015.h
13482                 Sync with HEAD (fix bug 197 again)
13483
13484 2004-08-23 [colin]      0.9.12cvs77.3
13485
13486         * src/compose.c
13487                 Fix again inline gpg signing (which outputs utf8
13488                 in gtk2). Not syncing this fix to HEAD as this 
13489                 code is meant to die.
13490
13491 2004-08-23 [colin]      0.9.12cvs77.2
13492
13493         * src/prefs_account.h
13494                 Remove useless include
13495
13496 2004-08-23 [colin]      0.9.12cvs77.1
13497
13498         * src/imap.c
13499         * po/es.po
13500         * po/fr.po
13501         * po/it.po
13502         * po/pl.po
13503         * po/pt_BR.po
13504         * po/sk.po
13505         * po/sr.po
13506                 Sync with HEAD (fix bug 577)
13507
13508 2004-08-22 [colin]      0.9.12cvs76.1
13509
13510         * src/plugins/trayicon/trayicon.c
13511                 Sync with HEAD (fix formatting bug)
13512
13513 2004-08-21 [colin]      0.9.12cvs74.2
13514
13515         * src/gtk/colorsel.c
13516                 Fix bug 564 (Folder color selection window exits on any
13517                 keypress)
13518
13519 2004-08-21 [colin]      0.9.12cvs74.1
13520
13521         * ChangeLog.claws
13522         * src/compose.c
13523         * src/summaryview.c
13524         * src/toolbar.c
13525                 Sync with HEAD (fix bug 576)
13526
13527 2004-08-21 [colin]      0.9.12cvs70.1
13528
13529         * src/compose.c
13530         * src/mainwindow.c
13531                 Sync with HEAD
13532                 
13533
13534 2004-08-21 [paul]       0.9.12cvs66.4
13535
13536         * src/mainwindow.c
13537         * src/messageview.c
13538         * src/gtk/menu.c
13539         * src/plugins/spamassassin/spamassassin_gtk.c
13540                 remove some deprecated gtk1 functions
13541
13542
13543 2004-08-21 [colin]      0.9.12cvs66.3
13544
13545         * src/compose.c
13546         * src/codeconv.c
13547                 Fix warnings
13548                 Remove encoding hacks
13549                 Fix bug 575 (Strange character messes up message)
13550                 Don't display conversion error when drafting
13551
13552 2004-08-21 [paul]       0.9.12cvs66.2
13553
13554         * src/prefs_account.c
13555                 fix GnuPG mode bugs
13556
13557
13558 2004-08-20 [colin]      0.9.12cvs66.1
13559
13560         * src/codeconv.c
13561                 Sync with HEAD 0.9.12cvs66
13562
13563 2004-08-20 [paul]
13564
13565         * src/plugins/pgpmime/plugin.c
13566                 modify PGP/MIME plugin's description
13567
13568 2004-08-17 [colin]      0.9.12cvs65.1
13569
13570         * src/common/ssl.c
13571         * src/plugins/pgpmime/plugin.c
13572                 Sync with HEAD
13573
13574 2004-08-14 [colin]      0.9.12cvs60.3
13575
13576         * src/plugins/trayicon/trayicon.c
13577                 Put back resize callback, on size-request signal
13578                 rather than size-allocate to avoid infinite 
13579                 callback loop
13580
13581 2004-08-13 [colin]      0.9.12cvs60.2
13582
13583         * src/common/defs.h
13584                 Cache versions have been fixed
13585
13586 2004-08-13 [colin]      0.9.12cvs60.1
13587
13588         * src/folderutils.c
13589                 Sync with HEAD
13590
13591 2004-08-12 [colin]      0.9.12cvs59.1
13592
13593         * src/plugins/trayicon/trayicon.c
13594                 Sync with HEAD
13595
13596 2004-08-12 [colin]      0.9.12cvs57.5
13597
13598         * sylpheed.desktop
13599         * configure.ac
13600         * src/Makefile.am
13601         * src/main.c
13602                 Add support for Freedesktop.org's startup notification
13603
13604 2004-08-11 [colin]      0.9.12cvs57.4
13605
13606         * src/textview.c
13607                 Fix off-by-one
13608
13609 2004-08-11 [colin]      0.9.12cvs57.3
13610
13611         * src/message_search.c
13612         * src/summary_search.c
13613                 Make searches case insensitive by default
13614         * src/textview.c
13615                 Fix case-insensitive search in message
13616
13617 2004-08-11 [colin]      0.9.12cvs57.2
13618
13619         * src/summary_search.c
13620                 Let case-sensitive be specified
13621
13622 2004-08-10 [colin]      0.9.12cvs55.4
13623
13624         * src/common/socket.c
13625                 Fix the possible race condition
13626
13627 2004-08-09 [paul]       0.9.12cvs55.3
13628
13629         * configure.ac
13630         * src/Makefile.am
13631         * src/common/Makefile.am
13632                 sync with HEAD
13633
13634
13635 2004-08-09 [paul]       0.9.12cvs55.2
13636
13637         * autogen.sh
13638         * po/poconv.sh
13639                 remove unneeded script
13640
13641         * configure.ac
13642                 add forgotten USE_LDAP_TLS (sync with HEAD)
13643
13644
13645 2004-08-09 [colin]      0.9.12cvs55.1
13646
13647         * src/main.c
13648         * src/common/ssl.c
13649         * src/common/sylpheed.c
13650         * src/common/sylpheed.h
13651                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13652
13653 2004-08-09 [paul]       0.9.12cvs54.1
13654
13655         * ChangeLog
13656         * ChangeLog.claws
13657         * ChangeLog.jp
13658         * configure.ac
13659         * po/POTFILES.in
13660         * src/Makefile.am
13661         * src/folderutils.c
13662         * src/main.c
13663         * src/pgpmime.c
13664         * src/pgpmime.h
13665         * src/sgpgme.c
13666         * src/sgpgme.h
13667         * src/plugins/Makefile.am
13668         * src/plugins/pgpmime/.cvsignore
13669         * src/plugins/pgpmime/Makefile.am
13670         * src/plugins/pgpmime/pgpmime.c
13671         * src/plugins/pgpmime/pgpmime.h
13672         * src/plugins/pgpmime/plugin.c
13673         * src/plugins/pgpmime/sgpgme.c
13674         * src/plugins/pgpmime/sgpgme.h
13675                 sync with HEAD
13676
13677 2004-08-08 [paul]       0.9.12cvs51.1
13678
13679         * configure.ac
13680         * src/folder.c
13681                 sync with HEAD
13682
13683 2004-08-07 [colin]      0.9.12cvs50.1
13684
13685         * src/pop.c
13686         * src/common/partial_download.c
13687                 fix warnings (sync from HEAD)
13688
13689 2004-08-07 [colin]      0.9.12cvs48.1
13690
13691         * src/prefs_folder_item.c
13692                 sync with HEAD 0.9.12cvs48
13693
13694 2004-08-06 [colin]      0.9.12cvs47.1
13695
13696         * src/compose.c
13697                 Sync with HEAD
13698
13699 2004-08-06 [christoph]  0.9.12cvs46.2
13700
13701         * src/main.c
13702         * src/plugins/clamav/clamav_plugin_gtk.c
13703         * src/plugins/dillo_viewer/dillo_viewer.c
13704         * src/plugins/image_viewer/plugin.c
13705         * src/plugins/mathml_viewer/mathml_viewer.c
13706         * src/plugins/spamassassin/spamassassin_gtk.c
13707         * src/plugins/trayicon/trayicon.c
13708                 don't mix GTK1.2 plugin with GTK2 plugins
13709
13710 2004-08-06 [colin]      0.9.12cvs46.1
13711
13712         * ChangeLog
13713         * ChangeLog.claws
13714         * ChangeLog.jp
13715         * configure.ac
13716         * sylpheed-claws.pc.in
13717         * src/folder.c
13718         * src/imap.c
13719         * src/localfolder.c
13720         * src/messageview.c
13721         * src/mimeview.c
13722         * src/mimeview.h
13723         * src/msgcache.c
13724         * src/news.c
13725         * src/prefs_ext_prog.c
13726         * src/prefs_folder_item.c
13727         * src/prefs_fonts.c
13728         * src/prefs_msg_colors.c
13729         * src/prefs_spelling.c
13730         * src/prefs_themes.c
13731         * src/prefs_toolbar.c
13732         * src/prefs_wrapping.c
13733         * src/procmime.h
13734         * src/common/defs.h
13735         * src/common/nntp.c
13736         * src/common/session.c
13737         * src/common/session.h
13738         * src/common/socket.c
13739         * src/common/utils.h
13740         * src/common/xml.c
13741         * src/common/xml.h
13742         * src/gtk/prefswindow.c
13743         * src/gtk/prefswindow.h
13744         * src/plugins/clamav/clamav_plugin_gtk.c
13745         * src/plugins/dillo_viewer/dillo_prefs.c
13746         * src/plugins/image_viewer/viewerprefs.c
13747         * src/plugins/spamassassin/spamassassin_gtk.c
13748         * m4/openssl.m4 *** REMOVED ***
13749                 Sync with HEAD 0.9.12cvs46
13750
13751 2004-08-03 [paul]       0.9.12cvs40.2
13752
13753         * src/action.c
13754         * src/addressadd.c
13755         * src/addressbook.c
13756         * src/addrgather.c
13757         * src/browseldap.c
13758         * src/compose.c
13759         * src/crash.c
13760         * src/editaddress.c
13761         * src/editgroup.c
13762         * src/editldap_basedn.c
13763         * src/foldersel.c
13764         * src/importldif.c
13765         * src/mimeview.c
13766         * src/prefs_common.c
13767         * src/prefs_template.c
13768         * src/sourcewindow.c
13769         * src/summaryview.c
13770         * src/gtk/about.c
13771         * src/gtk/foldersort.c
13772         * src/gtk/logwindow.c
13773         * src/gtk/pluginwindow.c
13774         * src/gtk/prefswindow.c
13775                 change all gtk_scrolled_window_set_policy from 
13776                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13777
13778 2004-08-02 [paul]       0.9.12cvs40.1
13779
13780         * AUTHORS
13781                 update translation team section
13782         * po/pt_BR.po
13783                 updated by Frederico Goncalves Guimaraes
13784                 <fggdebian@yahoo.com.br>
13785
13786 2004-07-31 [colin]      0.9.12cvs39.9
13787
13788         * src/exphtmldlg.c
13789                 Fix compilation
13790
13791 2004-07-31 [colin]      0.9.12cvs39.8
13792
13793         * src/exphtmldlg.c
13794                 Fix an alertpanel type
13795
13796 2004-07-30 [colin]      0.9.12cvs39.7
13797
13798         * src/alertpanel.c
13799                 Fix alertpanel_error_log's icon
13800
13801 2004-07-30 [colin]      0.9.12cvs39.6
13802
13803         * src/pop.c
13804                 Two of them should still be warnings
13805
13806 2004-07-30 [colin]      0.9.12cvs39.5
13807
13808         * src/pop.c
13809                 More warning -> error
13810 2004-07-29 [colin]      0.9.12cvs39.4
13811
13812         * src/pop.c
13813                 Warning -> error
13814
13815 2004-07-29 [colin]      0.9.12cvs39.3
13816
13817         * src/prefs_matcher.c
13818                 Fix segfault
13819
13820 2004-07-29 [colin]      0.9.12cvs39.2
13821
13822         * src/alertpanel.c
13823                 More nice-looking alertpanels
13824
13825 2004-07-29 [colin]      0.9.12cvs39.1
13826
13827         * src/messageview.c
13828                 sync with head
13829                 (inform user when partial mail is deleted on server)
13830
13831 2004-07-29 [colin]      0.9.12cvs38.1
13832
13833         * src/messageview.c
13834                 sync with head
13835
13836 2004-07-28 [paul]       0.9.12cvs37.7
13837
13838         * src/mainwindow.c
13839                 complete the replacement of deprecated gtk_progress_*
13840
13841 2004-07-28 [paul]       0.9.12cvs37.6
13842
13843         * src/action.c
13844         * src/inc.c
13845         * src/mainwindow.c
13846         * src/send_message.c
13847         * src/gtk/progressdialog.c
13848         * src/gtk/progressdialog.h
13849                 replace deprecated gtk_progress_*
13850
13851 2004-07-28 [paul]       0.9.12cvs37.5
13852
13853         * src/gtk/filesel.c
13854                 remove gtk_window_set_wmclass()
13855 2004-07-28 [paul]       0.9.12cvs37.4
13856
13857         * src/addressbook.c
13858         * src/compose.c
13859         * src/foldersel.c
13860         * src/mainwindow.c
13861         * src/messageview.c
13862         * src/sourcewindow.c
13863         * src/gtk/logwindow.c
13864                 remove gtk_window_set_wmclass()
13865                 
13866         * src/prefs_filtering.c
13867         * src/prefs_filtering_action.c
13868         * src/prefs_fonts.c
13869         * src/prefs_gtk.c
13870         * src/prefs_matcher.c
13871         * src/ssl_manager.c
13872         * src/gtk/prefswindow.c
13873                 replace gtk_window_position()
13874
13875 2004-07-28 [colin]      0.9.12cvs37.3
13876
13877         * src/alertpanel.c
13878         * src/alertpanel.h
13879                 Add a way to specify panel type for specific
13880                 panels (alertpanel())
13881         * src/account.c
13882         * src/addressbook.c
13883         * src/compose.c
13884         * src/expldifdlg.c
13885         * src/main.c
13886         * src/messageview.c
13887         * src/summaryview.c
13888         * src/textview.c
13889         * src/gtk/sslcertwindow.c
13890                 Fix alertpanel()s so that their icon match
13891                 their real type
13892
13893 2004-07-28 [paul]       0.9.12cvs37.2
13894
13895         * src/addr_compl.c
13896         * src/addressbook.c
13897         * src/alertpanel.c
13898         * src/compose.c
13899         * src/export.c
13900         * src/foldersel.c
13901         * src/folderview.c
13902         * src/grouplistdialog.c
13903         * src/import.c
13904         * src/mainwindow.c
13905         * src/message_search.c
13906         * src/messageview.c
13907         * src/passphrase.c
13908         * src/prefs_actions.c
13909         * src/prefs_common.c
13910         * src/prefs_customheader.c
13911         * src/prefs_display_header.c
13912         * src/prefs_filtering.c
13913         * src/prefs_filtering_action.c
13914         * src/prefs_gtk.c
13915         * src/prefs_matcher.c
13916         * src/prefs_msg_colors.c
13917         * src/prefs_summary_column.c
13918         * src/prefs_template.c
13919         * src/sourcewindow.c
13920         * src/ssl_manager.c
13921         * src/summary_search.c
13922         * src/gtk/colorsel.c
13923         * src/gtk/description_window.c
13924         * src/gtk/gtkaspell.c
13925         * src/gtk/inputdialog.c
13926         * src/gtk/logwindow.c
13927         * src/gtk/prefswindow.c
13928         * src/gtk/progressdialog.c
13929                 replace deprecated gtk_window_set_policy
13930
13931 2004-07-27 [colin]      0.9.12cvs37.1
13932
13933         * src/msgcache.c
13934                 More fixes (synced for head again)
13935
13936 2004-07-27 [colin]      0.9.12cvs35.3
13937
13938         * src/msgcache.c
13939                 Fix wrong test
13940
13941 2004-07-27 [colin]      0.9.12cvs35.2
13942
13943         * src/mimeview.c
13944                 Fix width a bit (by Paul)
13945         * src/alertpanel.c
13946         * src/alertpanel.h
13947                 Specialize icons, make alertpanel_message()
13948                 private
13949         * src/message_search.c
13950         * src/sgpgme.c
13951         * src/summary_search.c
13952                 Suit alertpanel changes
13953
13954 2004-07-27 [colin]      0.9.12cvs35.1
13955
13956         * src/alertpanel.c
13957                 Add an icon
13958         * src/passphrase.c
13959                 Add debug output - maybe someone will
13960                 want to look at the problem with Grab
13961                 Input :)
13962         Bump version as we're synced with HEAD
13963
13964 2004-07-26 [colin]      0.9.12cvs33.26
13965
13966         * src/pop.c
13967                 Fix uidl-file parsing when not in new
13968                 format
13969
13970 2004-07-26 [colin]      0.9.12cvs33.25
13971
13972         * src/gtk/menu.c
13973                 Move popup menu up if necessary (fixes 
13974                 account selector)
13975         * src/mainwindow.c
13976                 Set account selector's button height to
13977                 minimum
13978
13979 2004-07-26 [colin]      0.9.12cvs33.24
13980
13981         * src/alertpanel.c
13982                 Maybe fix 551 (Truncated font in alert window)
13983
13984 2004-07-26 [colin]      0.9.12cvs33.23
13985
13986         * po/de.po
13987         * po/es.po
13988         * po/fr.po
13989         * po/it.po
13990         * po/ja.po
13991         * po/pl.po
13992         * po/ru.po
13993         * po/sk.po
13994         * po/sr.po
13995         * po/zh_CN.po
13996                 Sync po files with HEAD
13997
13998 2004-07-26 [paul]       0.9.12cvs33.22
13999
14000         * src/compose.c
14001                 fix Bug 556 'Organisation-header is sent even if empty'
14002
14003 2004-07-24 [colin]      0.9.12cvs33.21
14004
14005         * src/compose.c
14006         * src/gtk/gtkaspell.c
14007         * src/gtk/gtkaspell.h
14008                 Fix speller accelerators (require hack)
14009
14010 2004-07-24 [colin]      0.9.12cvs33.20
14011
14012         * src/gtk/gtkaspell.c
14013                 Fix over-eager code deletion breaking
14014                 Check while typing
14015
14016 2004-07-24 [colin]      0.9.12cvs33.19
14017
14018         * src/browseldap.c
14019         * src/ldapctrl.c
14020         * src/ldapctrl.h
14021         * src/ldapserver.h
14022                 Sync ldap with HEAD
14023         (Fixes 546 LDAP completely broken)
14024
14025 2004-07-24 [colin]      0.9.12cvs33.18
14026
14027         * src/prefs_msg_colors.c
14028                 Fix prototype mismatch
14029         (Fixes 547 void function cannot return value)
14030
14031 2004-07-24 [colin]      0.9.12cvs33.17
14032
14033         * src/mainwindow.c
14034                 Fix sort going back to previous sort key
14035                 when changing sort direction
14036
14037 2004-07-24 [colin]      0.9.12cvs33.16
14038
14039         * src/compose.c
14040                 Fix space insertion when re-wrapping at 
14041                 cursor point
14042
14043 2004-07-24 [colin]      0.9.12cvs33.15
14044
14045         * src/gtk/gtkaspell.c
14046                 Don't change cursor position in insert-text
14047                 callback
14048         (Fixes 539 Word wrapping on input transposes letters)
14049
14050 2004-07-24 [colin]      0.9.12cvs33.14
14051
14052         * src/gtk/gtkaspell.c
14053                 Reencode non-ascii chars to dictionary's
14054                 encoding
14055         (Fixes 544 Spell check broken non english locale)
14056
14057 2004-07-24 [colin]      0.9.12cvs33.13
14058
14059         * src/summaryview.c
14060                 Fix Shift+Down, add Home/End/PgUp/PgDown
14061
14062 2004-07-21 [colin]      0.9.12cvs33.12
14063
14064         * src/prefs_common.c
14065                 Fix a gtk warning (Patch by Andrej Kacian)
14066
14067 2004-07-21 [colin]      0.9.12cvs33.11
14068
14069         * src/gtk/filesel.c
14070                 More check
14071
14072 2004-07-21 [colin]      0.9.12cvs33.10
14073
14074         * src/compose.c
14075         * src/crash.c
14076         * src/export.c
14077         * src/import.c
14078         * src/messageview.c
14079         * src/mimeview.c
14080         * src/prefs_spelling.c
14081         * src/prefs_themes.c
14082         * src/summaryview.c
14083         * src/gtk/filesel.c
14084         * src/gtk/filesel.h
14085         * src/gtk/pluginwindow.c
14086                 Untwist open/save mode guessing logic, make
14087                 it explicit
14088
14089 2004-07-20 [colin]      0.9.12cvs33.9
14090
14091         * src/codeconv.c
14092                 conv_encode_header: src_charset is UTF-8 on
14093                 gtk2
14094         * src/compose.c
14095                 Remove double encoding of the headers
14096
14097 2004-07-20 [colin]      0.9.12cvs33.8
14098
14099         * src/codeconv.c
14100                 Fix typo
14101
14102 2004-07-20 [colin]      0.9.12cvs33.7
14103
14104         * src/mainwindow.c
14105                 Set the separated messageview to the saved
14106                 size of Claws' messageview (Patch by Alfons)
14107                 Fix a callback prototype (me)
14108
14109 2004-07-20 [colin]      0.9.12cvs33.6
14110
14111         * src/codeconv.h
14112                 Forgot one hunk in 0.9.12cvs33.4
14113
14114 2004-07-19 [colin]      0.9.12cvs33.5
14115
14116         * src/action.c
14117                 Action output fix
14118                 Patch by Alfons
14119
14120 2004-07-19 [colin]      0.9.12cvs33.4
14121
14122         * src/compose.c
14123                 Fix outgoing charset bug in headers
14124         * src/codeconv.c
14125                 Clean for glib2 - Patch by Alfons
14126
14127 2004-07-19 [colin]      0.9.12cvs33.3
14128
14129         * src/statusbar.c
14130                 Remove grip from the statusbar
14131                 Patch by Alfons
14132
14133 2004-07-19 [colin]      0.9.12cvs33.2
14134
14135         * src/messageview.c
14136         * src/textview.c
14137                 Fix messageview remembering the previous
14138                 scroll position when loading a new message
14139                 Patch by Alfons
14140
14141 2004-07-19 [colin]      0.9.12cvs33.1
14142
14143         * src/folder.h
14144         * src/folderview.c
14145         * src/summaryview.c
14146                 Sync with HEAD
14147
14148 2004-07-18 [colin]      0.9.12cvs32.7
14149
14150         * configure.ac
14151                 Remove useless check for XIM - noticed
14152                 by Alfons
14153
14154 2004-07-18 [colin]      0.9.12cvs32.6
14155
14156         * src/summaryview.c
14157                 Remove non-modified and shift-modified
14158                 accelerators in summaryview's popup
14159                 menu, as that doesn't get catched by
14160                 the accel-activate signal catcher...
14161
14162 2004-07-18 [colin]      0.9.12cvs32.5
14163
14164         * src/prefs_common.c
14165                 Define sensible default prefs for 
14166                 wrapping
14167
14168 2004-07-18 [colin]      0.9.12cvs32.4
14169
14170         * src/compose.c
14171         * src/prefs_common.c
14172         * src/prefs_common.h
14173         * src/prefs_wrapping.c
14174                 Remove Smart Wrapping pref, which does
14175                 nothing on gtk2 branch
14176
14177 2004-07-18 [colin]      0.9.12cvs32.3
14178
14179         * src/sourcewindow.c
14180                 Proper utf8
14181
14182 2004-07-18 [colin]      0.9.12cvs32.2
14183
14184         * src/compose.c
14185                 Save attachment status when drafting
14186
14187 2004-07-18 [colin]      0.9.12cvs32.1
14188
14189         * src/gtk/filesel.c
14190                 Fix erratic folder selection in open mode
14191
14192 2004-07-18 [colin]      0.9.12cvs31.11
14193
14194         * src/pop.c
14195                 Don't let partial messages get deleted
14196                 even with "dowload all"
14197                 (0.9.12cvs31.8 fix extension)
14198 2004-07-18 [colin]      0.9.12cvs31.10
14199
14200         * src/gtk/logwindow.c
14201                 Fix log scrolling
14202
14203 2004-07-18 [colin]      0.9.12cvs31.9
14204
14205         * src/common/utils.c
14206                 Fix non-utf8 strings coming from commands
14207                 and files
14208
14209 2004-07-18 [colin]      0.9.12cvs31.8
14210
14211         * src/pop.c
14212                 Fix partial download bug with Download all
14213                 messages option
14214
14215 2004-07-18 [colin]      0.9.12cvs31.7
14216
14217         * src/textview.c
14218                 Fix bug introduced in 0.9.12cvs31.2
14219                 (blocked in select mode after double click)
14220
14221 2004-07-18 [colin]      0.9.12cvs31.6
14222
14223         * src/compose.c
14224         * src/gtk/menu.c
14225                 More glib-warning fixes
14226
14227 2004-07-18 [colin]      0.9.12cvs31.5
14228
14229         * src/compose.c
14230                 Fix trashing the primary clipboard when moving 
14231                 around with tab
14232         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14233
14234 2004-07-18 [colin]      0.9.12cvs31.4
14235
14236         * src/codeconv.c
14237                 convert unencoded iso headers to utf8
14238         (Fix Bug 538 Unencoded local characters in subject make it 
14239          disappear)
14240
14241 2004-07-18 [colin]      0.9.12cvs31.3
14242
14243         * src/compose.c
14244                 Fix tab char handling in wrapping
14245         (Fix Bug 537 Line wrap problem - TAB character treated as 
14246          one character instead of 8)
14247
14248 2004-07-18 [colin]      0.9.12cvs31.2
14249
14250         * src/textview.c
14251                 return FALSE on GDK_MOTION_NOTIFY
14252         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14253          (unable to highlight))
14254
14255 2004-07-18 [colin]      0.9.12cvs31.1
14256
14257         * src/folderview.c
14258                 Sync with 0.9.12cvs31
14259
14260 2004-07-18 [colin]      0.9.12cvs30.4
14261
14262         * src/compose.c
14263                 Also block text_inserted when inserting a file
14264
14265 2004-07-18 [colin]      0.9.12cvs30.3
14266
14267         * src/compose.c
14268                 Fix smart wrapping (block text_inserted handler
14269                 while putting quotation to avoid wrap on input,
14270                 don't join lines if next is sig separator)
14271
14272 2004-07-17 [colin]      0.9.12cvs30.2
14273
14274         * src/folderview.c
14275         * src/mainwindow.c
14276         * src/mimeview.c
14277         * src/summaryview.c
14278         * src/gtk/quicksearch.c
14279         * src/gtk/quicksearch.h
14280                 Block key events handlers *and* accels while
14281                 quicksearch is focused
14282         (Fixes Bug 534 quick-search bar not accepting certain letters)
14283
14284 2004-07-17 [colin]      0.9.12cvs30.1
14285
14286         * src/folder.h
14287         * src/folderview.c
14288         * src/summaryview.c
14289                 Sync with 0.9.12cvs30
14290
14291 2004-07-17 [colin]      0.9.12cvs28.2
14292
14293         * src/mimeview.c
14294         * src/procmime.c
14295         * src/summaryview.c
14296         * src/gtk/menu.c
14297                 Squash some compile and glib warnings
14298
14299 2004-07-17 [paul]       0.9.12cvs28.1
14300
14301         * src/mimeview.c
14302                 sync with 0.9.12cvs28 HEAD
14303
14304 2004-07-16 [paul]       0.9.12cvs26.1
14305         
14306         * src/gtk/quicksearch.c
14307         * src/account.c
14308         * src/account.h
14309         * src/compose.c
14310         * src/customheader.c
14311         * src/folder_item_prefs.c
14312         * src/main.c
14313         * src/mainwindow.c
14314         * src/messageview.c
14315         * src/mimeview.c
14316         * src/news.c
14317         * src/pgpmime.c
14318         * src/pop.c
14319         * src/pop.h
14320         * src/prefs_account.c
14321         * src/prefs_account.h
14322         * src/prefs_common.c
14323         * src/prefs_common.h
14324         * src/prefs_display_header.c
14325         * src/prefs_gtk.c
14326         * src/prefs_gtk.h
14327         * src/procheader.c
14328         * src/procmime.c
14329                 sync with 0.9.12cvs26 HEAD      
14330
14331 2004-07-15 [colin]      0.9.12cvs18.14
14332
14333         * src/folder.c
14334                 Disable GPG signature check during
14335                 folder move and scan
14336         (Closes Bug 521 Signature checking slows down Folder-Move)
14337
14338 2004-07-14 [colin]      0.9.12cvs18.13
14339
14340         * src/common/partial_download.c
14341                 update includes
14342
14343 2004-07-14 [colin]      0.9.12cvs18.12
14344
14345         * src/common/partial_download.c
14346         * src/common/partial_download.h
14347                 Move doc at top, add correct copyright
14348
14349 2004-07-14 [colin]      0.9.12cvs18.11
14350
14351         * src/folder.c
14352         * src/messageview.c
14353         * src/pop.c
14354         * src/pop.h
14355         * src/procmsg.c
14356         * src/summaryview.c
14357         * src/common/Makefile.am
14358         * src/common/partial_download.c ** NEW FILES **
14359         * src/common/partial_download.h ** NEW FILES **
14360                 Move partial-download related stuff to its
14361                 own file
14362
14363 2004-07-14 [colin]      0.9.12cvs18.10
14364
14365         * src/send_message.c
14366                 Fix smtp auth when user is null or empty
14367
14368 2004-07-13 [colin]      0.9.12cvs18.9
14369
14370         * src/gtk/quicksearch.c
14371                 Use alphabetic order
14372
14373 2004-07-13 [colin]      0.9.12cvs18.8
14374
14375         * src/pop.c
14376                 Be paranoid on the checks
14377
14378 2004-07-13 [colin]      0.9.12cvs18.7
14379
14380         * src/gtk/quicksearch.c
14381                 Fix Engrish once again
14382
14383 2004-07-13 [colin]      0.9.12cvs18.6
14384
14385         * src/procmsg.c
14386         * src/summaryview.c
14387                 Mark messages for deletion when they are about to
14388                 be removed from trash
14389
14390 2004-07-13 [colin]      0.9.12cvs18.5
14391
14392         * src/matcher.c
14393         * src/matcher.h
14394         * src/matcher_parser_parse.y
14395         * src/prefs_matcher.c
14396         * src/gtk/quicksearch.c
14397                 Add 'partial' ('p') match string to find partially
14398                 downloaded messages
14399
14400 2004-07-13 [colin]      0.9.12cvs18.4
14401
14402         * src/pop.c
14403                 Fix misplaced block
14404
14405 2004-07-13 [colin]      0.9.12cvs18.3
14406
14407         * src/pop.c
14408         * src/pop.h
14409         * src/messageview.c
14410                 Refactor API (to avoid passing 5+ params and code
14411                 duplication)
14412         * src/folder.c
14413         * src/msgcache.c
14414         * src/procheader.c
14415         * src/common/defs.h
14416                 Add planned_download to cache
14417                 Don't mess uidl file when moving partially downloaded
14418                 mails (they change folder, we should change it in the
14419                 uidl list too or we'll remove an incorrect message)
14420                 (this also helps removing hacks when changing 
14421                 planned_download in messageview.c)
14422
14423 2004-07-12 [colin]      0.9.12cvs18.2
14424
14425         * src/gtk/quicksearch.c
14426                 Fix missing status update in quicksearch
14427
14428 2004-07-12 [paul]       0.9.12cvs18.1
14429
14430         * po/POTFILES.in
14431         * src/Makefile.am
14432         * src/account.c
14433         * src/codeconv.c
14434         * src/compose.c
14435         * src/inc.c
14436         * src/main.c
14437         * src/prefs_common.c
14438         * src/procmsg.h
14439         * src/toolbar.c
14440         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14441         * src/prefs_wrapping.[ch]       ** NEW FILES **
14442         * src/common/intl.h
14443         * src/common/utils.[ch]
14444         * src/gtk/quicksearch.[ch]
14445                 sync with 0.9.12cvs18 HEAD
14446
14447 2004-07-12 [colin]      0.9.11cvs17.25
14448
14449         * src/folder.c
14450         * src/folder.h
14451                 Remove unused function added by me in 0.9.11cvs17.10
14452
14453 2004-07-11 [colin]      0.9.11cvs17.24
14454
14455         * src/inc.c
14456         * src/messageview.c
14457         * src/pop.c
14458         * src/pop.h
14459                 Use folderitem and msgnum instead of filename to
14460                 know which mail to delete
14461                 Move old partial mail deletion to pop.c
14462
14463 2004-07-10 [colin]      0.9.11cvs17.23
14464
14465         * src/inc.c
14466                 Add debug
14467         * src/pop.c
14468         * src/pop.h
14469                 Don't re-use same enums for unrelated stuff: it's 
14470                 completely misleading !
14471                 Document a bit
14472
14473 2004-07-09 [colin]      0.9.11cvs17.22
14474
14475         * src/inc.c
14476                 Remove folder-type check and do
14477                 more tests to be sure everything's
14478                 ok
14479         * src/messageview.c
14480                 Punctuation update, remove useless
14481                 code, fix two warnings
14482         * src/noticeview.c
14483                 Layout cleaning, reset 2nd button
14484                 when specifying one
14485
14486 2004-07-09 [colin]      0.9.11cvs17.21
14487
14488         * src/messageview.c
14489         * src/pop.c
14490         * src/pop.h
14491                 Allow user to change his mind
14492                 and postpone decision (by
14493                 unmarking the mail)
14494
14495 2004-07-09 [colin]      0.9.11cvs17.20
14496
14497         * src/messageview.c
14498                 Fix bug with delete state
14499         * src/pop.c
14500         * src/pop.h
14501                 Fix buffer leak (fread doesn't 
14502                 terminate buffers with \0)
14503                 Refactoring (remove magic 
14504                 numbers)
14505
14506 2004-07-09 [colin]      0.9.11cvs17.19
14507
14508         * src/pop.c
14509                 Don't log "Skipping message" if 
14510                 we're going to TOP it two lines
14511                 later
14512
14513 2004-07-09 [colin]      0.9.11cvs17.18
14514
14515         * src/messageview.c
14516                 Fix Engrish
14517
14518 2004-07-09 [colin]      0.9.11cvs17.17
14519
14520         * src/pop.c
14521                 strlen checking...
14522         * src/messageview.c
14523                 refactoring a bit
14524
14525 2004-07-08 [colin]      0.9.11cvs17.16
14526
14527         * src/noticeview.c
14528         * src/noticeview.h
14529                 Add an optional second button
14530         * src/messageview.c
14531         * src/pop.c
14532         * src/pop.h
14533                 Don't delete partially received mails after a certain
14534                 time; rather, let the user decide.
14535
14536 2004-07-08 [colin]      0.9.11cvs17.15
14537
14538         * src/common/smtp.h
14539                 Sync with HEAD
14540
14541 2004-07-08 [colin]      0.9.11cvs17.14
14542
14543         * src/messageview.c
14544         * src/common/smtp.c
14545                 Use to_human_readable() for sizes
14546
14547 2004-07-08 [colin]      0.9.11cvs17.13
14548
14549         * src/inc.c
14550         * src/messageview.c
14551         * src/pop.c
14552         * src/pop.h
14553         * src/procmsg.c
14554                 Fix partial-downloading issues:
14555                         catch unsupported TOP
14556                         don't delete partially downloaded mails before 5 days
14557                         don't update existing with non-MH folders; that'll
14558                         make dups, but it's better than trashing the folder
14559                         free new msginfo parts
14560                 Fix indentation ;-)
14561
14562 2004-07-08 [colin]      0.9.11cvs17.12
14563
14564         * src/common/smtp.c
14565         * src/common/smtp.h
14566                 Sync smtp size verification with HEAD
14567
14568 2004-07-08 [colin]      0.9.11cvs17.11
14569
14570         * src/summaryview.c
14571         * src/prefs_common.c
14572         * src/prefs_common.h
14573         * src/gtk/quicksearch.c
14574         * src/gtk/quicksearch.h
14575                 Sync sticky pref with HEAD
14576
14577 2004-07-08 [colin]      0.9.11cvs17.10
14578
14579         * src/folder.c [1.213.2.6]
14580         * src/folder.h [1.87.2.6]
14581         * src/inc.c [1.149.2.7]
14582         * src/messageview.c [1.94.2.8]
14583         * src/procheader.c [1.47.2.6]
14584         * src/procmsg.c [1.150.2.4]
14585         * src/procmsg.h [1.60.2.5]
14586         * src/pop.c [1.56.2.4]
14587         * src/pop.h [1.17.2.3]
14588                 Let too big messages get downloaded, but truncated
14589                 Add a button to download them completely
14590                 
14591 2004-07-06 [colin]      0.9.11cvs17.9
14592
14593         * src/gtk/quicksearch.c [1.1.2.3]
14594                 Add a Clear button
14595         * commitHelper
14596         * PATCHSETS
14597                 Add a script to help with cvs
14598
14599 2004-07-03 [colin]      0.9.11cvs17.8
14600
14601         * src/plugins/imageviewer/viewer.c
14602                 fix imageviewer (which was staying on the first
14603                 displayed image)
14604
14605 2004-07-03 [colin]      0.9.11cvs17.7
14606
14607         Removed FIXME_GTK2 warnings
14608         * src/gtk/gtkutils.c
14609                 useless #warnings
14610         * src/gtk/menu.c
14611                 useless #warnings (no need to mess with menu rc)
14612         * src/gtk/menu.h
14613                 unused functions
14614         
14615
14616 2004-07-03 [colin]      0.9.11cvs17.6
14617
14618         Removed FIXME_GTK2 warnings
14619         * src/codeconv.c
14620                 useless #warnings (rewrite needed)
14621         * src/compose.c
14622                 useless #warnings (rewrite needed)
14623                 useless #warnings (gtk2 is like that)
14624                 useless #warnings (previously fixed)
14625         * src/main.c
14626                 useless #warnings (previously fixed)
14627         * src/message_search.c
14628                 useless #warnings (gtk2 is like that)
14629                 Made apparent that search is case-sensitive
14630         * src/mimeview.c
14631                 useless #warnings (rewrite needed)
14632                 useless #warnings (gtk2 is like that)
14633                 reimplemented real warnings
14634         * src/prefs_common.c
14635                 Removed block cursor option (not it gtk2)
14636         * src/prefs_gtk.c
14637                 useless #warnings (rewrite needed)
14638         * src/procheader.c
14639                 useless #warnings (rewrite needed)
14640         * src/sourcewindow.c
14641                 useless #warnings (incorrect placing)
14642         * src/summary_search.c
14643                 useless #warnings (gtk2 is like that)
14644                 Made apparent that search is case-sensitive
14645         * src/action.c
14646                 useless #warnings (gtk2 is like that)
14647         * src/textview.c
14648                 useless #warnings (rewrite needed)
14649         * src/toolbar.c
14650                 useless #warnings (rewrite needed)
14651
14652 2004-07-03 [colin]      0.9.11cvs17.5
14653
14654         * src/textview.c
14655                 Fix mismerge which broke URI opening
14656                 
14657 2004-07-01 [colin]      0.9.11cvs17.4
14658
14659         * src/gtk/filesel.c
14660                 Fill filename when saving
14661                 
14662 2004-06-27 [colin]      0.9.11cvs17.3
14663
14664         * src/gtk/filesel.[ch]
14665                 Use the new GTK file selector
14666                 Update prototype to match the reality: multiple file
14667                 selection is open-only          
14668         * src/compose.c
14669                 Match the new prototypes        
14670         * configure.ac
14671                 Match the new requirements (gtk 2.4.0)
14672                         
14673 2004-06-26 [colin]      0.9.11cvs17.2
14674
14675         * src/plugins/trayicon/trayicon.c
14676                 Remove useless signal handler on resize, which causes
14677                 an infinite "loop"
14678         
14679 2004-06-26 [colin]      0.9.11cvs17.1
14680         
14681         * tools/Makefile.am
14682                 remove launch_firebird and add nautilus2sylpheed.sh
14683         * src/quicksearch.c
14684           src/summaryview.c
14685                 Fix show/hide "Extended symbols" button problem
14686                 Fix apparition at startup
14687                 Fix const warnings
14688         * src/plugins/image_viewer/Makefile.am
14689                 Fix configure 
14690         * common/ssl.c
14691                 Re-enable certificate check, as it doesn't seem to
14692                 cause Xlib errors anymore
14693
14694 2004-06-25 [paul]       0.9.11cvs17
14695
14696         * sync with 0.9.11cvs17 HEAD
14697         
14698         NOTE: QuickSearch is broken
14699
14700 2004-06-07 [colin]      0.9.10claws67.10
14701         * src/plugins/trayicon/trayicon.c
14702           src/plugins/trayicon/libeggtrayicon/Makefile.am
14703           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14704                 Fix gettextization in trayicon plugin
14705
14706 2004-06-07 [colin]      0.9.10claws67.9
14707         
14708         * src/summaryview.c
14709           src/gtk/gtksctree.[ch]
14710                 Let Shift+{Up,Down} work in summaryview
14711                 (well, Down "works" and Up works)
14712                 Let the list scroll when using these keys
14713
14714 2004-06-06 [colin]      0.9.10claws67.8
14715
14716         * src/plugins/trayicon/trayicon.c
14717                 Fix pixmap update
14718
14719 2004-06-06 [colin]      0.9.10claws67.7
14720
14721         * src/addressbook.c
14722                 Fix signal handling causing system-wide focus grab
14723
14724 2004-05-25 [paul]       0.9.10claws67.6
14725
14726         * Makefile.am
14727           src/Makefile.am
14728                 clean up
14729
14730 2004-05-25 [paul]       0.9.10claws67.5
14731
14732         * replace deprecated gtk_signal... functions
14733
14734 2004-05-23 [colin]      0.9.10claws67.4
14735
14736         * src/compose.c
14737                 Fix wrapping
14738
14739 2004-05-22 [colin]      0.9.10claws67.3
14740
14741         * src/compose.c
14742                 Re-fix [Edited] in compose.c::compose_reedit()
14743
14744 2004-05-22 [colin]      0.9.10claws67.2
14745
14746         * src/procmime.c
14747                 Fix parsing of multiparts mails
14748
14749 2004-05-22 [colin]      0.9.10claws67.1
14750
14751         * src/summaryview.c
14752                 Fix quicksearch
14753
14754 2004-05-22 [paul]       0.9.10claws67
14755
14756         * sync with 0.9.10claws67 HEAD
14757
14758 2004-05-14 [alfons]
14759
14760         * src/procmime.h
14761                 add forgotton prototype
14762
14763 2004-05-10 [paul]       0.9.10claws57
14764
14765         * sync with 0.9.10claws57 HEAD
14766
14767 2004-05-05 [paul]       0.9.9.claws1
14768
14769         * ChangeLog-gtk2        ** REMOVED **
14770           ChangeLog-gtk2.claws  ** ADDED **
14771                 rename and adopt the normal claws format
14772                 
14773         * configure.ac
14774                 require gtkmathview >= 0.5
14775
14776         * ac/*                          ** REMOVED **
14777           ac/                           ** REMOVED **
14778           intl/Makefile.in              ** REMOVED **
14779           m4/                           ** ADDED **
14780           m4/missing                    ** ADDED **
14781           m4/missing/gdk-pixbuf.m4      ** ADDED **
14782           m4/missing/gettext.m4         ** ADDED **
14783           m4/missing/gpgme.m4           ** ADDED **
14784           m4/missing/imlib.m4           ** ADDED **
14785           m4/.cvsignore                 ** ADDED **
14786           m4/Makefile.am                ** ADDED **
14787           m4/README                     ** ADDED **
14788           m4/aclocal-include.m4         ** ADDED **
14789           m4/aspell.m4                  ** ADDED **
14790           m4/check-type.m4              ** ADDED **
14791           m4/gnupg-check-typedef.m4     ** ADDED **
14792           m4/openssl.m4                 ** ADDED **
14793           m4/spamassassin.m4            ** ADDED **
14794           po/ChangeLog                  ** REMOVED **
14795           po/Makefile.in.in             ** REMOVED **
14796           po/Rules-quot                 ** REMOVED **
14797           po/boldquot.sed               ** REMOVED **
14798           po/en@boldquot.header         ** REMOVED **
14799           po/en@quot.header             ** REMOVED **
14800           po/insert-header.sin          ** REMOVED **
14801           po/quot.sed                   ** REMOVED **
14802           po/remove-potcdate.sed        ** REMOVED **
14803           po/remove-potcdate.sin        ** REMOVED **
14804           po/stamp-po                   ** REMOVED **
14805           Makefile.am
14806           autogen.sh
14807           configure.ac
14808                 enable building with automake 1.8.x
14809                 add 'autopoint --force' to autogen.sh and remove all
14810                 auto-generated files, remove ac/ directory and use
14811                 m4/ directory instead
14812                 
14813         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14814                 fix gettextization
14815
14816 2004-02-28 Colin Leroy <colin@colino.net>
14817         * src/prefs_matcher.c
14818           src/prefs_filtering.c
14819           src/prefs_filtering_action.c
14820                 Fix non-editable GtkEntries
14821
14822 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14823         * src/prefs_themes.c
14824                 utf8 conversion for theme info
14825
14826 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14827         * sync 0.9.9claws
14828
14829 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14830         * src/grouplistdialog.c
14831                 allow multiple selections without ctrl key
14832
14833 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14834         * src/main.c
14835                 enable customizable accelerators
14836
14837 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14838         * src/prefs_common.c
14839                 re-enable different font settings for gtk1/2
14840         * src/prefs_folder_item.c
14841                 fix folder prefs displayed wrong
14842         * src/textview.c
14843                 set 'sunken' shadow type
14844
14845 2004-02-07 Colin Leroy <colin@colino.net>
14846         * src/compose.c
14847                 Fix message being always [Edited]
14848                 Encode headers correctly (utf8 buf)
14849
14850 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14851         * src/socket.c
14852                 remove double g_source_attach()
14853                 (Thanks to Colin Leroy)
14854
14855 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14856         * src/gtk/gtksctree.c
14857                 Fix SSL certificate list not shown
14858         * src/mimeview.c
14859                 Fix clicks in mime tree
14860
14861 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14862         * src/common/socket.c
14863                 Fix SSL receive
14864         * src/compose.c
14865                 Fix clipboard menu hotkeys
14866
14867 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14868         * src/gtk/gtkaspell.[ch]
14869           src/compose.c
14870                 reimplement spellchecker
14871
14872 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14873         * src/gtk/filesel.c
14874                 crash when inserting file in compose window
14875                 (TODO: keep old selection on clicks)
14876         * src/main.c
14877                 use gtkrc-2.0 instead of gtkrc
14878
14879 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14880         * src/messageview.c
14881                 remove orphaned mimeview unref()
14882
14883 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14884         * src/grouplistdialog.c
14885                 expand nodes containing subscribed groups
14886
14887 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14888         * src/textview.c
14889                 textview: hide cursor, restore old click behaviour
14890
14891 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14892         * src/textview.c
14893                 variable names messed up
14894
14895 2004-01-17 Colin Leroy <colin@colino.net>
14896         * src/addr_compl.c
14897                 Fix completion address too thin
14898         * src/compose.c
14899                 Fix tab-to-subject behaviour
14900         * src/summaryview.c
14901                 Implement key up & down in summaryview
14902
14903 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14904
14905         * sync 098claws
14906
14907 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14908         * configure.ac
14909           Makefile.am
14910           doc/.cvsignore
14911           doc/Makefile.am
14912                 faq, man, manual moved to doc/
14913         * ac/aspell.m4
14914           ac/check-type.m4
14915           ac/gnupg-check-typedef.m4
14916           ac/openssl.m4
14917           ac/spamassassin.m4
14918           ac/missing/gdk-pixbuf.m4
14919           ac/missing/gpgme.m4
14920           ac/missing/imlib.m4
14921                 fix automake warnings
14922
14923 2003-12-06 Colin Leroy <colin@colino.net>
14924         * src/summaryview.c
14925                 Fix quicksearch
14926
14927 2003-12-05 Colin Leroy <colin@colino.net>
14928         * src/summaryview.c
14929                 Fix going to next unread folder
14930
14931 2003-12-05 Colin Leroy <colin@colino.net>
14932         * src/crash.c
14933                 Fix gtk2 compilation
14934         * src/session.c
14935                 Remove iotag source handler at disconnection
14936         * src/socket.[ch] 
14937                 Remove source handler when closing socket 
14938                 (fixes another seg)
14939
14940 2003-12-04 Colin Leroy <colin@colino.net>
14941         * src/compose.c
14942           src/prefs_account.c
14943           src/prefs_common.c
14944                 Fix some dropdown menus
14945
14946 2003-12-04 Colin Leroy <colin@colino.net>
14947         * src/compose.c
14948                 Fix event handlers on header fields
14949         * src/common/socket.c
14950           src/common/session.c
14951                 Fix segfault with callback (SSL)
14952                 Fix end of session 
14953
14954 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14955
14956         * Fix compile bug in src/compose.c
14957         * removed src/gtk/gtkstext.[ch]
14958
14959 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14960
14961         * Convert character set and escape "text" attributes in toolbar setting
14962         files.
14963         * Fixed bug in button-press-event handling.
14964
14965 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14966
14967         * Fixed bug in key-press-event handling.
14968
14969 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14970
14971         * Enabled to compile tray-icon plugin (Ad-hoc).
14972         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14973
14974 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14975
14976         * Enabled to compile on sylpheed-claws.
14977         (tray-icon plugin still cannot compile yet.)
14978
14979 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14980
14981         * Updated to 0.9.5.
14982
14983 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14984
14985         * Updated to 0.9.4.
14986         * Ported monitoring SSL mechanism to GSource of GLib2
14987         (I don't confirm it)
14988         * Added _gtk2 suffix to key name of font preference to avoid
14989         ovverwriting preference of Gtk+-1.2 version.
14990
14991 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14992
14993         * Updated to 0.9.2.
14994
14995 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14996
14997         * Updated to 0.9.1.
14998         * Translate po files into UTF-8 when execute autogen.sh.
14999
15000 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15001
15002         * Updated to 0.9.0.
15003
15004 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15005
15006         * Plugged GError related memory leaks.
15007
15008 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15009
15010         * Changed default size of fonts.
15011         * Enabled to set titile font size of warning dialog.
15012
15013 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15014
15015         * Embed a sylpheed icon into executable binary on Windows.
15016
15017 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15018
15019         * I forgot to traslate character set of element string in src/xml.c.
15020
15021 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15022
15023         * Fixed detecting bind_textdomain_codeset in configure.in.
15024         * The bug in which "Example" of "Date fromat" preference isn't displayed
15025         correctly has been fixed.
15026
15027 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15028
15029         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15030           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15031           glib-gettextize
15032           Removed intl directory.
15033           Translated po files into UTF-8.
15034           (Thanks! Ryuji Abe)
15035
15036 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15037
15038         * The bug which doesn't unscape string in xml.c has been fixed.
15039
15040 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15041
15042         * The bug which is failed to translate encoding of file name thorough
15043         file dialog has been fixed.
15044
15045 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15046
15047         * Modified to translate file names which is used in inporting/expoting
15048         mbox feature and "Save as" feature into locale encoding.
15049         * Translate file names into locale encoding when "Attache file" and
15050         "Insert file".
15051         * Force set G_BROKEN_FILENAMES environment variable.
15052         * Other minor fixes.
15053
15054 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15055
15056         * Modified to treat MH folder's name as locale encoding.
15057
15058 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15059
15060         * The bug which clash on switching candidates of auto completion of
15061         addresses, cannot use auto completion in Japanesse is fixed
15062         (Thanks! Tokunaga-san)¡¥
15063
15064 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15065
15066         * The bug which cannot switch key accelerator preference has been fixed
15067         (Thanks! smbd-san)¡¥
15068
15069 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15070
15071         * version 0.8.11-gtk2-20030314
15072
15073 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15074
15075         * The bug in which character set conversion of filtering messages has
15076         been fixed.(Thanks! COCOA-san).
15077
15078 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15079
15080         * Revived "Leave space on head" preference in "Message" category.
15081         * A bug which clash when put the cursor to end of buffer and execute
15082         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15083
15084 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15085
15086         * version 0.8.11-gtk2-20030312
15087
15088 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15089
15090         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15091         * Modified to use Pango's API directly for font preference.
15092         * Integrated GtkTextView of textview to one widget.
15093         * Set fonts of header title in textview by "header_title" tag.
15094         * Removed some deprecated codes.
15095
15096 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15097
15098         * Updated to 0.8.11.
15099         * Merged cygwin patch(Thanks! Sakai-san).
15100
15101 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15102
15103         * version 0.8.10-gtk2-20030309