15bbdd62082aeeb6922b6d9249ec4234e0715072
[claws.git] / ChangeLog
1 2006-08-23 [colin]      2.4.0cvs77
2
3         * src/image_viewer.c
4         * src/textview.c
5                 Use gtk_pixbuf_new_from_file_at_scale(), which
6                 is faster than getting the pixbuf then resizing
7                 it.
8
9 2006-08-23 [colin]      2.4.0cvs76
10
11         * src/procmime.c
12                 UTF-8 should be sent Quoted-printable
13
14 2006-08-22 [colin]      2.4.0cvs75
15
16         * src/mh.c
17                 Check if scan is required before touching
18                 the folder (or it'll be required every time)
19
20 2006-08-22 [colin]      2.4.0cvs74
21
22         * configure.ac
23                 Require libetpan 0.46 (crasher fix when built
24                 against gnutls)
25
26 2006-08-22 [colin]      2.4.0cvs73
27
28         * src/folder.c
29                 Set folder's mtime after writing its
30                 cache
31         * src/folderview.c
32                 Add some timing
33         * src/procmsg.c
34                 Don't do useless stuff if we don't 
35                 thread by subject
36         * src/summaryview.c
37                 Add some timing, don't deselect prior
38                 to selecting (gtksctree does it itself),
39                 remove crash avoidance hacks as it's been
40                 properly fixed since a while
41         * src/common/utils.c
42                 Optimize to_human_readable(): _() is slow,
43                 do it only once, and avoid %f format for KB
44                 (the most common in a summaryview)
45         * src/gtk/gtksctree.c
46                 Don't uselessly freeze/thaw (fixes flicker
47                 on next unread and friends), reduce number
48                 of g_list_nth/g_list_position where possible
49         * src/gtk/gtkutils.c
50         * src/gtk/gtkutils.h
51                 Reduce number of g_list_nth/g_list_position
52                 where possible.
53                 All of this makes loading as 70k folder 2.1
54                 seconds instead of 3.2 (with hot FS caches).
55                 (1.3 seconds without Date and Size columns...)
56
57 2006-08-22 [paul]       2.4.0cvs72
58
59         wrap documents and do some items from mones' MANUAL-TODO:
60
61         * manual/account.xml
62                 4.1. = fix tabname references to <quote>tabname</quote>
63                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
64         * manual/faq.xml
65                 1.1. = mentioned options don't match UI
66                 Add information about the 'Never send Return Receipts'
67                 option
68         * manual/handling.xml
69                 6.2. = Mentions Extended symbols button, but now is
70                 named Information
71                 6.3. = Mentions ... button, which is now Edit
72
73 2006-08-22 [colin]      2.4.0cvs71
74
75         * src/gtk/pluginwindow.c
76                 Fix layout in verbose translations (such
77                 as french)
78
79 2006-08-22 [paul]       2.4.0cvs70
80
81         * manual/Makefile.am
82                 build manuals in alphabetical order
83         * src/addressbook.c
84         * src/prefs_themes.c
85                 replace/remove deprecated symbols
86         * src/gtk/gtkutils.c
87                 fix a warning
88         * src/gtk/pluginwindow.c
89                 replace deprecated symbol
90                 replace label text and move it
91         * src/plugins/pgpcore/prefs_gpg.c
92                 move the 'Generate...' button out of the
93                 Sign Key frame, replace the English used
94         * src/plugins/pgpcore/sgpgme.c
95                 fixes to the English
96
97 2006-08-21 [colin]      2.4.0cvs69
98
99         * src/plugins/trayicon/trayicon.c
100                 Add more strings for translation; patch
101                 by Pawel
102
103 2006-08-21 [colin]      2.4.0cvs68
104
105         * src/compose.c
106                 fix replied flag not set after drafting
107         * src/matcher.c
108                 fix body quicksearch in non-encoded bodies
109                 containing '='
110         * src/msgcache.c
111                 Get rid of the g_malloc workaround for
112                 corrupted caches, use g_try_malloc
113
114 2006-08-21 [colin]      2.4.0cvs67
115
116         * src/alertpanel.c
117         * src/gtk/inputdialog.c
118         * src/plugins/pgpcore/passphrase.c
119                 Set minimal width to 375
120         * src/mainwindow.c
121                 Fix switching to offline, asking if it 
122                 should be overriden for synchronising
123         * src/mimeview.c
124                 Don't offer to remember command on Open 
125                 with for text parts, as the browser or 
126                 text editor command isn't changed from 
127                 there
128
129 2006-08-20 [paul]       2.4.0cvs66
130
131         * po/ko.po
132         * po/zh_CN.po
133                 fix plural form errors. revealed by stricter
134                 checking of gettext 0.15
135
136 2006-08-18 [paul]       2.4.0cvs65
137
138         * src/stock_pixmap.c
139                 fix the fix of 2.4.0cvs64
140                 Thanks to Colin
141
142 2006-08-18 [paul]       2.4.0cvs64
143
144         * src/stock_pixmap.c
145                 fix leaks
146                 Thanks to Colin
147
148 2006-08-18 [paul]       2.4.0cvs63
149
150         * src/compose.c
151         * src/procmsg.c
152                 fix occasional IMAP bug where large msgs
153                 were left in the queue folder after sending
154                 Thanks to Colin
155
156 2006-08-18 [paul]       2.4.0cvs62
157
158         * src/folderview.c
159                 freeze the summaryview while quicksearch results
160                 are displayed
161                 (fixes bug 456 'current message is hidden when the
162                 view is refreshed and extended search is "unread 
163                 messages"')
164                 Thanks to Colin
165         * src/textview.c
166                 add missing #include "inputdialog.h"
167         * src/common/utils.h
168                 add missing mailcap_update_default() and improve
169                 readability
170
171 2006-08-17 [colin]      2.4.0cvs61
172
173         * src/plugins/pgpcore/select-keys.c
174                 Fix warnings :)
175
176 2006-08-17 [colin]      2.4.0cvs60
177
178         * src/compose.c
179                 Don't continue queuing if Cancel is clicked
180                 in select-keys
181
182 2006-08-17 [colin]      2.4.0cvs59
183
184         * src/plugins/pgpcore/select-keys.c
185                 When encrypting, if only one key matches and it 
186                 matches exactly, automatically use it.
187
188 2006-08-17 [colin]      2.4.0cvs58
189
190         * src/mimeview.c
191         * src/prefs_common.c
192         * src/prefs_common.h
193         * src/prefs_ext_prog.c
194         * src/textview.c
195                 Fix issues with previous patch (text/html)
196                 Remove outdated prefs
197
198 2006-08-17 [colin]      2.4.0cvs57
199
200         * src/imap.c
201                 Add View Log button on auth error
202         * src/procmsg.c
203                 Fix encrypted mail marked as new when
204                 saved in normal folders
205         * src/plugins/pgpinline/pgpinline.c
206                 Fix encrypt bug on IMAP
207         * src/mimeview.c
208         * src/common/utils.c
209         * src/common/utils.h
210         * src/gtk/inputdialog.c
211         * src/gtk/inputdialog.h
212                 Get rid of metamail stuff, simplify
213                 opening, and allow remembering of user's
214                 choices (by updating ~/.mailcap). There's
215                 still to drop "Audio player" and "Image
216                 viewer" preferences.
217
218 2006-08-17 [mones]      2.4.0cvs56
219
220         * manual/es/sylpheed-claws-manual.xml
221                 fix DTD path
222
223 2006-08-17 [mones]      2.4.0cvs55
224
225         * configure.ac
226         * manual/Makefile.am
227         * manual/es/Makefile.am
228         * manual/es/account.xml
229         * manual/es/ack.xml
230         * manual/es/addrbook.xml
231         * manual/es/advanced.xml
232         * manual/es/faq.xml
233         * manual/es/glossary.xml
234         * manual/es/gpl.xml
235         * manual/es/handling.xml
236         * manual/es/intro.xml
237         * manual/es/keyboard.xml
238         * manual/es/plugins.xml
239         * manual/es/starting.xml
240         * manual/es/sylpheed-claws-manual.xml
241         * manual/es/dist/Makefile.am
242         * manual/es/dist/html/Makefile.am
243         * manual/es/dist/pdf/Makefile.am
244         * manual/es/dist/ps/Makefile.am
245         * manual/es/dist/txt/Makefile.am
246                 Spanish translation for the manual
247
248 2006-08-16 [colin]      2.4.0cvs54
249
250         * src/compose.c
251         * src/main.c
252         * src/mainwindow.c
253                 Fix send button sensitivity at startup
254                 Set send menu sensitivity (patch by Fabien)
255         * src/ssl_manager.c
256                 Enable closing with esc (patch by Fabien)
257         * src/gtk/foldersort.c
258                 Enable closing with esc (patch by Fabien)
259         * src/procmime.c
260                 Optimisation (no need to copy to tempfile to
261                 "decode" 7bit and 8bit)
262         * src/summaryview.c
263                 Fix cruft in swap_from case
264         * src/textview.c
265                 Fix missing last line in some mail cases 
266                 (Fixes debian #381872)
267         * src/plugins/pgpcore/prefs_gpg.c
268         * src/plugins/pgpcore/sgpgme.c
269         * src/plugins/pgpcore/sgpgme.h
270                 Don't show "no key found" when user explicitely
271                 wants to create a key
272
273 2006-08-16 [paul]       2.4.0cvs53
274
275         * configure.ac
276         * src/account.c
277         * src/addressbook.c
278         * src/headerview.c
279         * src/prefs_account.c
280         * src/prefs_message.c
281         * src/gtk/gtkutils.c
282                 bump up minimum required versions of GTK+ and
283                 GLIB to 2.6.0
284
285 2006-08-16 [paul]       2.4.0cvs52
286
287         * src/toolbar.c
288                 workaround GTK+ Bug 351600 - 'Can't re-click
289                 on button after sensitivity update'
290                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
291                 Thanks to Colin
292
293 2006-08-15 [colin]      2.4.0cvs51
294
295         * src/plugins/pgpcore/prefs_gpg.c
296                 Set options sensitivity according to
297                 key existence
298         * src/plugins/pgpcore/sgpgme.c
299                 Allow to create key with no passphrase
300
301 2006-08-14 [cleroy]     2.4.0cvs50
302
303         * src/gtk/pluginwindow.c
304                 New layout (maybe to be changed?)
305         * src/gtk/gtkutils.c
306                 Fix a bit label_window
307         * src/plugins/pgpcore/passphrase.c
308         * src/plugins/pgpcore/passphrase.h
309         * src/plugins/pgpcore/plugin.c
310         * src/plugins/pgpcore/prefs_gpg.c
311         * src/plugins/pgpcore/prefs_gpg.h
312         * src/plugins/pgpcore/sgpgme.c
313         * src/plugins/pgpcore/sgpgme.h
314                 Allow to create a PGP private key via the GUI
315
316 2006-08-14 [wwp]        2.4.0cvs49
317
318         * src/addressbook_foldersel.c
319                 fix strict ISO C90 compliance.
320
321 2006-08-14 [paul]       2.4.0cvs48
322
323         * src/gtk/prefswindow.c
324                 re-set scrolled window on opening
325                 Patch by Ticho
326
327 2006-08-14 [paul]
328
329         2.5.0-rc1 released
330
331 2006-08-14 [paul]       2.4.0cvs47
332
333         * src/prefs_display_header.c
334                 re-enable user-defined Displayed Headers
335
336 2006-08-14 [paul]       2.4.0cvs46
337
338         * src/prefs_account.c
339                 use GTK_STOCK_EDIT
340
341 2006-08-13 [colin]      2.4.0cvs45
342
343         * src/common/utils.c
344                 Fix "a" in quote when the original message is empty,
345                 by using \0 instead of 'a' to test writability of
346                 temp files.
347
348 2006-08-13 [wwp]        2.4.0cvs44
349
350         * src/plugins/spamassassin/spamassassin.c
351                 fix capitalization of "SpamAssassin" in some debug, log and
352                 dialog messages.
353
354 2006-08-13 [paul]       2.4.0cvs43
355
356         * src/editldap.c
357                 fix overlapping widgets
358         * src/prefs_account.c
359                 fix translation of protocol_names[]
360                 fix label disappearing off the edge of the
361                 visible area
362
363 2006-08-12 [paul]       2.4.0cvs42
364
365         * manual/plugins.xml
366                 update IRC channel info before it gets forgotten
367                 about
368
369 2006-08-11 [colin]      2.4.0cvs41
370
371         * src/compose.c
372         * src/mainwindow.c
373         * src/mainwindow.h
374         * src/procmsg.c
375         * src/procmsg.h
376         * src/summaryview.c
377         * src/toolbar.c
378                 Grey out the Send button if
379                 - Queue folders are empty, or
380                 - We're sending already
381
382 2006-08-11 [wwp]        2.4.0cvs40
383
384         * src/main.c
385                 fix a logic issue when quitting while a compose window is
386                 still open, thanks to Colin.
387
388 2006-08-10 [colin]      2.4.0cvs39
389
390         * src/main.c
391                 Fix default font size setting after wizard run
392         * src/imap.c
393         * src/etpan/imap-thread.c
394         * src/etpan/imap-thread.h
395                 Fix bug #999 (Timing out on TSL cert validation 
396                 dialog makes ugly things happen). Also, STARTTLS
397                 unconditionnaly if initial capabilities contain
398                 LOGINDISABLED and STARTTLS.
399
400 2006-08-09 [colin]      2.4.0cvs38
401
402         * src/mainwindow.c
403         * src/mainwindow.h
404                 Fix Tools/Actions sensitivity when there are
405                 no actions
406
407 2006-08-09 [colin]      2.4.0cvs37
408
409         * src/prefs_filtering.c
410                 Warning fix, patch by Paul
411         * src/messageview.c
412         * src/prefs_actions.c
413         * src/prefs_filtering_action.c
414         * src/prefs_matcher.c
415                 Uniformisation of "Info ..." to "Info..." (for
416                 old gtk), patch by Fabien
417         * src/plugins/clamav/clamav_plugin_gtk.c
418                 Sensitivity fix by Fabien
419
420 2006-08-09 [colin]      2.4.0cvs36
421
422         * src/main.c
423         * src/main.h
424                 Add a function to know whether we're exiting
425         * src/plugins/trayicon/trayicon.c
426                 If exiting, don't do anything. Faster, and
427                 avoids gtk_main_iteration reentracy causing
428                 segfaults at exit
429
430 2006-08-09 [colin]      2.4.0cvs35
431
432         * src/messageview.c
433         * src/mimeview.c
434         * src/mimeview.h
435                 Fix lack of part selection when automatically 
436                 jumping to a specific part
437         * src/msgcache.c
438                 Little optimisation in cache reading
439
440 2006-08-09 [colin]      2.4.0cvs34
441
442         * src/compose.c
443                 Fix crash setting the priority on reedit
444                 (Accessing compose before creating it!)
445
446 2006-08-08 [colin]      2.4.0cvs33
447
448         * src/procmime.c
449                 Fix bug #998 (last attachment is not accessible)
450                 Bad RFC interpretation on multipart close-delimiters
451         * src/mimeview.c
452         * src/mimeview.h
453         * src/gtk/gtkvscrollbutton.c
454         * src/gtk/gtkvscrollbutton.h
455                 Make attachments list wheel-scrollable
456
457 2006-08-07 [colin]      2.4.0cvs32
458
459         * src/gtk/gtkaspell.c
460                 Fix bug #973 (Unicode punctation characters 
461                 are not recognized as separators by the
462                 spell checker); fix unsigned stuff
463
464 2006-08-07 [colin]      2.4.0cvs31
465
466         * src/compose.c
467                 Fix bug #956 (DnD text with accents in compose 
468                 text entry); fix gccc's signed/unsigned fuss
469
470 2006-08-06 [colin]      2.4.0cvs30
471
472         * src/main.c
473                 Fix bug #979 (Plugin crashes when exiting 
474                 sylpheed-claws) : handle exit request only 
475                 once
476
477 2006-08-05 [colin]      2.4.0cvs29
478
479         * src/news.c
480                 Just make sure we have a msgid.
481
482 2006-08-05 [colin]      2.4.0cvs28
483
484         * src/news.c
485         * src/summaryview.c
486                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
487                 by reimplementing it
488         * src/textview.c
489                 Fix bug when hiding quotes with level > 3 and quote
490                 colors are recycled
491
492 2006-08-04 [colin]      2.4.0cvs27
493
494         * src/compose.c
495         * src/undo.c
496         * src/undo.h
497                 Fix a bit replace-by-pasting undo
498         * src/mainwindow.c
499         * src/messageview.c
500                 Fix Fold quotes menu synchro in
501                 mainwindow when it changes in 
502                 messageview
503         * src/textview.c
504                 Fix right-click on quotes blocks
505         * src/common/utils.c
506                 Verify that the file created by
507                 my_tmpfile() is writable. Fixes
508                 bug #988 (very specific filesystem
509                 issue)
510         * src/plugins/pgpcore/sgpgme.c
511                 Fix file descriptor leak
512         * src/plugins/spamassassin/spamassassin.c
513                 Warn once if spamd isn't reachable
514
515 2006-08-04 [colin]      2.4.0cvs26
516
517         * src/toolbar.c
518                 i18n context patch by Fabien
519
520 2006-08-03 [colin]      2.4.0cvs25
521
522         * src/mainwindow.c
523         * src/messageview.c
524                 Rename "Hide quotes" to "Fold quotes"
525         * src/textview.c
526                 Don't use hand cursor on quotes. "all 
527                 the bonuses of the feature and none of 
528                 unwelcome side-effects"
529
530 2006-08-03 [colin]      2.4.0cvs24
531
532         * AUTHORS
533         * sylpheed-claws.desktop
534         * src/gtk/authors.h
535                 Bring the desktop file to XDG compliance
536                 Patch by Charles A. Edwards
537
538 2006-08-03 [colin]      2.4.0cvs23
539
540         * src/textview.c
541                 Fix links offset when they are preceded
542                 by accentued chars (g_utf8_strlen!)
543         * src/mainwindow.c
544                 Fix wrong status when starting offline
545
546
547 2006-08-03 [wwp]        2.4.0cvs22
548
549         * src/prefs_common.h
550                 ask what to do w/ filtering rules that belong to an account when
551                 applying filtering rules manually from the main window (skip,
552                 apply regardless of the account, use current account). This dialog
553                 can be skipped and the last reply used.
554                 (forgot that file)
555
556 2006-08-03 [wwp]        2.4.0cvs21
557
558         * src/filtering.c
559         * src/filtering.h
560         * src/prefs_common.c
561         * src/summaryview.c
562         * src/alertpanel.c
563         * src/alertpanel.h
564         * src/messageview.c
565                 ask what to do w/ filtering rules that belong to an account when
566                 applying filtering rules manually from the main window (skip,
567                 apply regardless of the account, use current account). This dialog
568                 can be skipped and the last reply used.
569
570
571 2006-08-03 [colin]      2.4.0cvs20
572
573         * src/textview.c
574                 Optimize previous patch
575
576 2006-08-03 [cleroy]     2.4.0cvs19
577
578         * src/textview.c
579                 Fix quotes getting toggled back when the
580                 mail has an even number of text parts
581
582 2006-08-02 [colin]      2.4.0cvs18
583
584         * src/messageview.c
585                 Add Hide quotes menu
586
587 2006-08-02 [colin]      2.4.0cvs17
588
589         * src/mainwindow.c
590         * src/prefs_common.c
591         * src/textview.c
592         * src/textview.h
593         * src/gtk/about.c
594                 Allow per-level quote hiding,
595                 Allow toggling quotes by double-clicking them
596                 Rename RemoteURI to ClickableText to reflect
597                 the fact it's used for a variety of things
598
599 2006-08-02 [wwp]        2.4.0cvs16
600
601         * src/mainwindow.c
602                 fix "View/Hide quotes" menu item status initialization.
603
604 2006-08-02 [wwp]        2.4.0cvs15
605
606         * src/matcher_parser_parse.y
607                 remove a debug trace.
608
609 2006-08-02 [paul]       2.4.0cvs14
610
611         * src/plugins/pgpcore/passphrase.c
612                 don't set initial dialog size
613                 make it resizable
614
615 2006-08-02 [paul]       2.4.0cvs13
616
617         * src/noticeview.c
618                 remove the rogue '/' character
619
620 2006-08-02 [paul]       2.4.0cvs12
621
622         * src/noticeview.c
623                 allow buttons to resize as necessary
624
625 2006-08-01 [wwp]        2.4.0cvs11
626
627         * src/mbox.c
628                 fix strict ISO C90 compliance.
629
630 2006-08-01 [wwp]        2.4.0cvs10
631
632         * tools/update-po
633                 updated update-po tool to work w/ context-dependent translations.
634                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
635
636 2006-08-01 [wwp]        2.4.0cvs9
637
638         * src/matcher.c
639         * src/prefs_filtering.c
640         * src/prefs_matcher.c
641                 allow context-dependent translations for "All",
642                 patch by Fabien Vantard <fzzzzz@gmail.com>.
643
644 2006-07-31 [colin]      2.4.0cvs8
645
646         * AUTHORS
647         * src/gtk/authors.h
648                 Add Rafal to authors
649
650 2006-07-31 [colin]      2.4.0cvs7
651
652         * src/compose.c
653         * src/mainwindow.c
654         * src/messageview.h
655         * src/prefs_common.c
656         * src/prefs_common.h
657         * src/textview.c
658                 Add 'View/Hide quotes'. Patch based on a patch
659                 by Rafal Weglarz
660
661 2006-07-31 [colin]      2.4.0cvs6
662
663         * src/action.c
664                 Fix problem with "> stuff >" actions
665
666 2006-07-31 [paul]       2.4.0cvs5
667
668         * po/nb.po
669                 updated by Geir Helland
670
671 2006-07-31 [wwp]        2.4.0cvs4
672
673         * src/mainwindow.c
674         * src/summaryview.c
675         * src/summaryview.h
676                 add "View/Go to/Parent message" and "View/Go to/Last read message",
677                 thanks to Colin.
678
679 2006-07-31 [wwp]        2.4.0cvs3
680
681         * src/Makefile.am
682         * src/addr_compl.c
683         * src/addr_compl.h
684         * src/addressbook.c
685         * src/addressbook.h
686         * src/addressbook_foldersel.c
687         * src/addressbook_foldersel.h
688         * src/addrindex.c
689         * src/addrindex.h
690         * src/matcher.c
691         * src/matcher.h
692         * src/matcher_parser_lex.l
693         * src/matcher_parser_parse.y
694         * src/prefs_common.c
695         * src/prefs_common.h
696         * src/prefs_filtering.c
697         * src/prefs_matcher.c
698         * src/prefs_matcher.h
699         * src/summaryview.c
700                 introduce filtering against the address book. It's now possible to add
701                 matched conditions to determine if any email address in a message matches
702                 or doesn't match any or all books or folders in the address book.
703
704 2006-07-31 [wwp]        2.4.0cvs2
705
706         * src/account.c
707         * src/filtering.c
708         * src/filtering.h
709         * src/folder.c
710         * src/folderview.c
711         * src/inc.c
712         * src/mainwindow.c
713         * src/matcher.c
714         * src/matcher_parser_lex.l
715         * src/matcher_parser_parse.y
716         * src/mbox.c
717         * src/prefs_filtering.c
718         * src/prefs_filtering.h
719         * src/procmsg.c
720         * src/procmsg.h
721         * src/summaryview.c
722                 introduce per-account filtering rules. Each filtering rule can now be assigned
723                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
724                 when applying filtering rules manually, as all rules will apply - even the ones
725                 assigned to an account. This issue will be addressed soon.
726  
727
728
729 2006-07-31 [wwp]        2.4.0cvs1
730
731         * src/quote_fmt.c
732                 make more strings translatable.
733
734 2006-07-31 [paul]       2.4.0
735
736         2.4.0 released
737
738 2006-07-31 [paul]       2.3.1cvs91
739
740         * po/ca.po
741                 updated by Miquel Oliete
742
743 2006-07-31 [paul]       2.3.1cvs90
744
745         * po/de.po
746         * po/el.po
747         * po/fr.po
748         * po/it.po
749         * po/pl.po
750         * po/pt_BR.po
751         * po/sr.po
752         * po/zh_CN.po
753                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
754                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
755                 Aleksandar Urosevic, and Ralgh Young
756
757 2006-07-31 [paul]       2.3.1cvs89
758
759         * src/account.c
760         * src/main.c
761         * src/mainwindow.c
762         * src/mainwindow.h
763                 Fix a race condition when, after an SC crash, rescanning
764                 folders took more than 0.5 seconds
765                 Thanks to Colin
766
767 2006-07-31 [paul]       2.3.1cvs88
768
769         * src/folderview.c
770                 don't translate separator strings
771
772 2006-07-30 [mones]      2.3.1cvs87
773
774         * doc/man/sylpheed-claws.1
775                 Fixed non-ASCII chars in Hoa's name
776         * po/es.po
777                 Updated for release
778
779 2006-07-27 [colin]      2.3.1cvs86
780
781         * src/textview.c
782                 Don't include the leading \n in links
783                 Patch by Fabien
784
785 2006-07-25 [colin]      2.3.1cvs85
786
787         * src/mainwindow.c
788         * src/common/socket.h
789         * src/etpan/imap-thread.c
790                 Refresh resolvers before connecting
791                 to IMAP servers, and after switching
792                 to online. Thanks to Paul.
793
794 2006-07-18 [colin]
795
796         * 2.4.0-rc4 released
797
798 2006-07-17 [colin]      2.3.1cvs84
799
800         * src/inc.c
801                 Show connection attempt in statusbar before
802                 connecting (previously first message was
803                 "Retrieving messages from ..." after the
804                 connection succeeded.
805
806 2006-07-16 [wwp]        2.3.1cvs83
807
808         * sylpheed-claws.ico
809                 Added .ico file (windows multi-size icon file, generated).
810
811 2006-07-12 [wwp]        2.3.1cvs82
812
813         * src/messageview.c
814                 remove Message/Re-edit menu entry from messageview window,
815                 as sent/draft/queued messages are opened in compose window when
816                 re-edited and it's not possible to re-edit other msgs.
817
818 2006-07-12 [paul]       2.3.1cvs81
819
820         * AUTHORS
821         * src/mainwindow.c
822         * src/gtk/authors.h
823                 check online state before resetting
824                 mailcheck timer. Useful if some program
825                 verifies connection state and updates
826                 Claws.
827                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
828
829 2006-07-12 [paul]       2.3.1cvs80
830
831         * sylpheed-claws-128x128.png
832         * sylpheed-claws-64x64.png
833         * sylpheed-claws.png
834         * src/Makefile.am
835         * src/main.c
836         * src/prefs_toolbar.c
837         * src/stock_pixmap.c
838         * src/stock_pixmap.h
839         * src/wizard.c
840         * src/gtk/about.c
841         * src/gtk/gtkutils.c
842         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
843         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
844         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
845         * src/pixmaps/sylpheed.xpm              ** REMOVED **
846         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
847         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
848                 updated and renamed logo/icon files and related
849                 logo by Jesper Schultz
850
851 2006-07-11 [paul]       2.3.1cvs79
852
853         * src/main.c
854                 fix the labels a smidgin
855
856 2006-07-09 [colin]      2.3.1cvs78
857
858         * src/textview.c
859                 Show errors in textviewer's command
860                 Patch by H. Merijn Brand
861
862 2006-07-09 [colin]      2.3.1cvs77
863
864         * src/compose.c
865                 Save FMID in drafts too
866
867 2006-07-08 [colin]      2.3.1cvs76
868
869         * src/compose.c
870                 Svae RMID in drafted mails too
871                 Save quote_fmt vars for whole mails,
872                 don't reset at each quote_fmt_init:
873                 allows to use the same |i{var} in
874                 various template fields
875         * src/prefs_template.c
876         * src/quote_fmt.h
877         * src/quote_fmt_parse.y
878                 Same
879
880 2006-07-08 [colin]      2.3.1cvs75
881
882         * src/textview.c
883                 Fix highlighting of attached parts URIs
884
885 2006-07-08 [colin]      2.3.1cvs74
886
887         * src/main.c
888                 Prevent bug #981 (sc 2.3.1 segfaults with 
889                 gtk+ 2.10) from being reported again:
890                 if Sylpheed-Claws has been compiled against
891                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
892                 of if Sylpheed-Claws has been compiled against
893                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
894                 error out.
895
896 2006-07-07 [colin]      2.3.1cvs73
897
898         * src/prefs_actions.c
899                 Fix label
900
901 2006-07-07 [colin]      2.3.1cvs72
902
903         * src/prefs_actions.c
904                 Fix compile on gtk < 2.8. argh :)
905
906 2006-07-07 [paul]       2.3.1cvs71
907
908         * src/common/defs.h
909                 update DONATE_URI
910
911 2006-07-07 [colin]      2.3.1cvs70
912
913         * po/POTFILES.in
914         * src/quote_fmt.c
915         * src/quote_fmt_lex.l
916         * src/quote_fmt_parse.y
917                 Add |i{var}, a way to insert user-entered
918                 text in a template
919
920 2006-07-07 [colin]
921
922         * 2.4.0-rc3 released
923
924 2006-07-07 [colin]      2.3.1cvs69
925
926         * src/folder.c
927                 Don't consider inboxes of UNKNOWN folder 
928                 classes to be useable as default inboxes
929
930 2006-07-07 [paul]       2.3.1cvs68
931
932         * src/textview.c
933                 add missing #include <errno.h>
934                 Thanks to René J. Blokland
935
936 2006-07-07 [paul]       2.3.1cvs67
937
938         * src/action.c
939                 Return now Closes dialog
940         * src/mimeview.c
941         * src/mimeview.h
942         * src/textview.c
943                 add contextual menu to mime parts listed
944                 in the textview
945                 Thanks to Colin
946         * src/common/utils.c
947                 reversal: ' is a valid character in URLs
948
949 2006-07-06 [colin]      2.3.1cvs66
950
951         * src/remotefolder.h
952                 Forgotten in previous commit
953
954 2006-07-06 [colin]      2.3.1cvs65
955
956         * src/folder.c
957                 Set summary update flag whenever
958                 totals changed
959         * src/imap.c
960         * src/prefs_account.c
961         * src/common/utils.h
962         * src/etpan/imap-thread.c
963                 Fix warnings, thanks to Fabien and
964                 Ricardo
965
966 2006-07-06 [wwp]        2.3.1cvs64
967
968         * src/gtk/gtkutils.c
969                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
970
971 2006-07-06 [wwp]        2.3.1cvs63
972
973         * src/account.c
974         * src/addressbook.c
975         * src/addressitem.h
976         * src/folderview.c
977         * src/mainwindow.c
978         * src/manual.c
979         * src/manual.h
980         * src/message_search.c
981         * src/prefs_actions.c
982         * src/prefs_filtering.c
983         * src/prefs_filtering.h
984         * src/prefs_template.c
985         * src/summary_search.c
986         * src/summaryview.c
987         * src/gtk/gtkutils.c
988         * src/gtk/gtkutils.h
989         * src/gtk/pluginwindow.c
990                 add help buttons to some dialogs. Clicking such buttons opens a
991                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
992
993 2006-07-06 [paul]       2.3.1cvs62
994
995         * src/textview.c
996                 fix attachments contextual menu
997                 Thanks to Colin
998
999 2006-07-05 [colin]      2.3.1cvs61
1000
1001         * src/textview.c
1002         * src/compose.c
1003                 Handle sftp:// links
1004
1005 2006-07-05 [paul]       2.3.1cvs60
1006
1007         * src/gtk/filesel.c
1008                 grab save button by default
1009                 Thanks to Colin
1010
1011 2006-07-05 [wwp]        2.3.1cvs59
1012
1013         * manual/xml2pdf
1014                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1015
1016 2006-07-04 [colin]      2.3.1cvs58
1017
1018         * src/mimeview.c
1019         * src/textview.c
1020                 Use left click to select, middle click to open
1021                 on mimeparts links
1022         * src/common/utils.c
1023                 Fix segfault
1024
1025 2006-07-04 [colin]      2.3.1cvs57
1026
1027         * src/mainwindow.c
1028         * src/news.c
1029                 Warning fixes, thanks to Fabien
1030
1031 2006-07-04 [colin]      2.3.1cvs56
1032
1033         * src/mimeview.c
1034         * src/mimeview.h
1035         * src/textview.c
1036                 Allow parts to be selected via their text label
1037                 in textview
1038
1039 2006-07-04 [colin]      2.3.1cvs55
1040
1041         * src/folderview.c
1042                 Feedback when closing (for big folders)
1043         * src/prefs_actions.c
1044         * src/prefs_filtering.c
1045         * src/prefs_matcher.c
1046         * src/prefs_template.c
1047                 Fix default button when closing without
1048                 having saved
1049
1050 2006-07-04 [colin]      2.3.1cvs54
1051
1052         * src/news.c
1053                 Delete local file on deletion
1054
1055 2006-07-03 [colin]      2.3.1cvs53
1056
1057         * src/folderview.c
1058         * src/main.c
1059                 Don't freeze when rescanning after crash
1060
1061 2006-07-03 [wwp]        2.3.1cvs52
1062
1063         * src/compose.c
1064         * src/privacy.c
1065         * src/privacy.h
1066         * src/plugins/pgpinline/pgpinline.c
1067         * src/plugins/pgpmime/pgpmime.c
1068                 don't report an error when the user cancels the passphrase dialog.
1069
1070 2006-07-02 [colin]      2.3.1cvs51
1071
1072         * src/folderview.c
1073                 Open message when crossing folders with Space,
1074                 goto next unread and friends
1075
1076 2006-07-01 [colin]      2.3.1cvs50
1077
1078         * src/prefs_account.c
1079                 Typographic rules varying from language
1080                 to language (in french "Protocole :"),
1081                 we have to do that :)
1082
1083 2006-07-01 [ticho]      2.3.1cvs49
1084
1085         * src/prefs_account.c
1086                 Only use one temporary gchar* variable in
1087                 prefs_account_protocol_set_optmenu().
1088
1089 2006-07-01 [ticho]      2.3.1cvs48
1090
1091         * src/prefs_account.c
1092         * src/prefs_account.h
1093                 Use GtkLabel for existing account protocol name.
1094                 Created an array for protocol names and populate the
1095                 combobox from it in a for() cycle.
1096
1097 2006-06-30 [colin]      2.3.1cvs47
1098
1099         * src/compose.c
1100                 Block undo when changing signature (by changing
1101                 account)
1102
1103 2006-06-30 [paul]       2.3.1cvs46
1104
1105         * src/send_message.c
1106                 when editing From in the Compose window, use that address
1107                 in the Return-Path: header
1108                 Thanks to Colin
1109
1110 2006-06-30 [colin]      2.3.1cvs45
1111
1112         * src/compose.c
1113                 Fix signature replacement:
1114                 - when no newline before separator
1115                 - when reediting
1116
1117 2006-06-29 [colin]      2.3.1cvs44
1118
1119         * src/folderview.c
1120         * src/folderview.h
1121         * src/mainwindow.c
1122         * src/summaryview.c
1123                 Let 'View/Go to/Next marked' work like
1124                 Next new & Next unread: across folders
1125                 Change the select_on_entry pref to do
1126                 what we want when changing folder
1127         * src/common/utils.c
1128                 Fix single-quoted links 
1129
1130 2006-06-29 [colin]      2.3.1cvs43
1131
1132         * src/gtk/gtkaspell.c
1133                 "Sylpheed" and "Sylpheed-Claws" do exist !
1134
1135 2006-06-29 [colin]      2.3.1cvs42
1136
1137         * src/imap.c
1138                 Forgot to remove debug
1139
1140 2006-06-29 [colin]      2.3.1cvs41
1141
1142         * src/imap.c
1143         * src/imap.h
1144         * src/mainwindow.c
1145                 Disconnect from IMAP servers when going
1146                 offline. Fixes bug #978 (going to offline-mode 
1147                 won't close connections)
1148
1149 2006-06-29 [colin]      2.3.1cvs40
1150
1151         * src/main.c
1152                 Fix transient setting on failing plugins
1153                 Patch by Fabien
1154         * src/plugins/pgpcore/sgpgme.c
1155                 Only warn for OpenPGP. Most people don't
1156                 have CMS available.
1157
1158 2006-06-29 [colin]      2.3.1cvs39
1159
1160         * src/compose.c
1161                 Fix Spelling menu (discrepancy between context menu
1162                 and top menu when folder's dictionary isn't the 
1163                 default one)
1164         * src/plugins/pgpcore/sgpgme.c
1165                 More error reporting about why gpgme can fail
1166
1167 2006-06-29 [wwp]        2.3.1cvs38
1168
1169         * src/mainwindow.c
1170                 honor the display-header-pane setting even when the message view
1171                 is a separate window.
1172
1173 2006-06-29 [wwp]        2.3.1cvs37
1174
1175         * src/prefs_actions.c
1176                 forgot to commit that one (use of GTK_STOCK_INFO).
1177
1178 2006-06-29 [colin]      2.3.1cvs36
1179
1180         * src/imap.c
1181                 Better handling of login errors (ask the password
1182                 again once), alert in case of error. Fix three
1183                 signedness warnings.
1184
1185 2006-06-28 [wwp]        2.3.1cvs35
1186
1187         * src/prefs_template.c
1188         * src/prefs_matcher.c
1189         * src/prefs_filtering_action.c
1190         * src/prefs_quote.c
1191                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1192                 patch by Fabien Vantard, slightly modified.
1193
1194 2006-06-28 [paul]
1195
1196         2.4.0-rc2 released
1197
1198 2006-06-28 [colin]      2.3.1cvs34
1199
1200         * src/prefs_account.c
1201                 Fix bug #977 (Can't add or edit imap accounts)
1202
1203 2006-06-28 [colin]      2.3.1cvs33
1204
1205         * src/mimeview.c
1206                 Fix previous
1207
1208 2006-06-28 [colin]      2.3.1cvs32
1209
1210         * src/mimeview.c
1211                 Save named inlined attachments with "Save all"
1212         * src/main.c
1213         * src/mbox.c
1214         * src/common/plugin.c
1215         * src/common/plugin.h
1216         * src/common/sylpheed.c
1217         * src/common/utils.c
1218         * src/plugins/pgpcore/sylpheed.def
1219         * src/plugins/pgpinline/sylpheed.def
1220         * src/plugins/pgpmime/sylpheed.def
1221                 Win32 compatibility patch, by
1222                 Werner Koch
1223
1224 2006-06-28 [wwp]        2.3.1cvs31
1225
1226         * src/imap.c
1227         * src/prefs_folder_item.c
1228                 less compilation warnings (thanks to Fabien Vantard), less typos.
1229
1230 2006-06-28 [paul]       2.3.1cvs30
1231
1232         * src/gtk/gtkutils.c
1233                 gtk_combo_box_set_focus_on_click() is only
1234                 available since gtk 2.6.0
1235
1236 2006-06-28 [paul]       2.3.1cvs29
1237
1238         * src/prefs_ext_prog.c
1239                 fix engrish and add a tooltip for the
1240                 'command for 'Display as text' option
1241
1242 2006-06-28 [paul]
1243
1244         2.4.0-rc1 released
1245
1246 2006-06-28 [paul]       2.3.1cvs28
1247
1248         * ChangeLog
1249         * tools/Makefile.am
1250                 include textviewer.pl in releases
1251
1252 2006-06-28 [paul]       2.3.1cvs27
1253
1254         * src/prefs_ext_prog.c
1255                 hide Print command option if libgnomeprint
1256                 support is present
1257
1258 2006-06-27 [colin]      2.3.1cvs26
1259
1260         * src/compose.c
1261                 Fix Esc handling in insert/attach dialog
1262                 Don't show this dialog if dragging something
1263                 else than text/uri-list
1264                 Thanks to Fabien Vantard
1265         * tools/textviewer.pl
1266                 Filter script to display stuff as text
1267                 by H. Merijn Brand
1268
1269 2006-06-27 [wwp]        2.3.1cvs25
1270
1271         * src/messageview.c
1272                 use the exact product name (message view title), patch
1273                 by Fabien Vantard.
1274
1275 2006-06-27 [ticho]      2.3.1cvs24
1276
1277         * src/prefs_account.c
1278         * src/prefs_common.c
1279         * src/prefs_common.h
1280         * src/prefs_ext_prog.c
1281         * src/textview.c
1282                 Add a preference (Preferences/External programs)
1283                 to allow "Display as text" to be done via a script
1284                 (patch by H.Merijn Brand).
1285                 Use GtkComboBox for protocol selection in account
1286                 preferences.
1287                 Only include current choice for existing accounts, and
1288                 insensitivize the combobox.
1289
1290 2006-06-27 [paul]       2.3.1cvs23
1291
1292         * src/mbox.c
1293                 fix crasher introduced in cvs21.
1294                 Thanks to Colin
1295
1296 2006-06-26 [colin]      2.3.1cvs22
1297
1298         * src/mbox.c
1299                 Fix double-frees when leaving folders
1300                 after exporting to mbox
1301
1302 2006-06-26 [colin]      2.3.1cvs21
1303
1304         * src/mbox.c
1305                 More feedback (and optimisation)
1306                 on import/export
1307         * src/common/utils.c
1308                 Fix case when looking for mail addresses
1309         * src/gtk/gtkutils.c
1310                 Extra check for (X-)Face
1311
1312 2006-06-25 [ticho]      2.3.1cvs20
1313
1314         * src/compose.c
1315         * src/exphtmldlg.c
1316         * src/gtk/gtkutils.c
1317         * src/gtk/gtkutils.h
1318                 Added second argument to gtkut_sc_combobox_create() to
1319                 control focus-on-click for the widget.
1320                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1321
1322 2006-06-25 [ticho]      2.3.1cvs19
1323
1324         * src/compose.c
1325         * src/gtk/Makefile.am
1326         * src/gtk/combobox.c
1327         * src/gtk/combobox.h
1328         * src/gtk/gtkutils.c
1329         * src/gtk/gtkutils.h
1330                 Use GtkComboBox instead of deprecated GtkOptionMenu
1331                 for account selector in compose window and for encoding
1332                 selector in attachment properties.
1333                 Also factorise working with the new GtkComboBox somewhat.
1334
1335 2006-06-24 [paul]       2.3.1cvs18
1336
1337         * src/prefs_common.c
1338                 use the correct default value
1339
1340 2006-06-24 [paul]       2.3.1cvs17
1341
1342         * src/compose.c
1343         * src/prefs_common.c
1344         * src/prefs_common.h
1345         * src/prefs_compose_writing.c
1346                 enable setting of default action when
1347                 dnd'ing files in the compose window.
1348                 (Collaborative effort with wwp)
1349
1350 2006-06-23 [wwp]        2.3.1cvs16
1351
1352         * src/compose.c
1353                 i18n fix (thanks to Fabien Vantard)
1354
1355 2006-06-22 [colin]      2.3.1cvs15
1356
1357         * src/prefs_customheader.c
1358                 Don't use filters in custom headers' file 
1359                 selector. Remember, extensions mean nothing :)
1360
1361 2006-06-22 [paul]       2.3.1cvs14
1362
1363         * configure.ac
1364                 allow setting of man directory location
1365
1366 2006-06-22 [colin]      2.3.1cvs13
1367
1368         * src/mainwindow.c
1369                 Add 'View/Go to/Next unread folder'.
1370                 I missed that :)
1371
1372 2006-06-22 [colin]      2.3.1cvs12
1373
1374         * src/common/utils.c
1375                 Add some subject prefixes
1376                 Patch by Bjorn T Johansen <btj@havleik.no>
1377
1378 2006-06-22 [colin]      2.3.1cvs11
1379
1380         * manual/advanced.xml
1381                 Forgotten hidden pref
1382
1383 2006-06-21 [paul]       2.3.1cvs10
1384
1385         * src/prefs_account.c
1386                 complete the removal of 'Add date header' option
1387
1388 2006-06-21 [paul]       2.3.1cvs9
1389
1390         * src/account.c
1391         * src/compose.c
1392         * src/prefs_account.c
1393         * src/prefs_account.h
1394                 remove option to add date header - always
1395                 add date header
1396         * src/etpan/imap-thread.c
1397                 fix warnings (Thanks to Colin)
1398
1399 2006-06-21 [wwp]        2.3.1cvs8
1400
1401         * src/folder.c
1402                 set the attachment flag when inline text part are (file)named. This is more convenient
1403                 when receiving (for instance) inline source files or patches sent using thunderbird.
1404
1405 2006-06-21 [paul]       2.3.1cvs7
1406
1407         * src/inc.c
1408                 fix off-by-one count of current msg in
1409                 statusbar filtering progressbar
1410
1411 2006-06-21 [paul]       2.3.1cvs6
1412
1413         * src/folder.c
1414                 Show attachment icon even if the part is 'inline'
1415                 if the following conditions are met:
1416                 - content-type != 'text/plain'
1417                 - content-type != '*/pgp-signature'
1418                 - either 'name' or 'filename' parameter is not NULL
1419                 
1420                 Thanks to Colin
1421
1422 2006-06-21 [paul]       2.3.1cvs5
1423
1424         * src/messageview.c
1425         * src/prefs_common.c
1426         * src/prefs_common.h
1427         * src/prefs_other.c
1428                 add an option to 'Never send Return
1429                 Receipts'
1430                 Thanks to Colin
1431
1432 2006-06-20 [mones]      2.3.1cvs4
1433
1434         * po/es.po
1435                 updated
1436         * src/compose.c
1437                 typo fixed (space after comma)
1438         * tools/make.themes.project
1439                 remove exec mode from tarball files
1440
1441 2006-06-20 [colin]      2.3.1cvs3
1442
1443         * src/news.c
1444         * src/procheader.c
1445         * src/unmime.c
1446                 Better fix for \n's in headers (don't 
1447                 break Received: and others)
1448
1449 2006-06-20 [paul]       2.3.1cvs2
1450
1451         * src/alertpanel.c
1452         * src/textview.c
1453                 improve legibility of phishing attempt
1454                 dialog
1455
1456 2006-06-20 [paul]       2.3.1cvs1
1457
1458         * NEWS
1459         * README
1460         * configure.ac
1461                 Update version number following
1462                 stable release
1463
1464 2006-06-20 [colin]      2.3.0cvs26
1465
1466         * src/compose.c
1467                 When dragging a file to the text of the compose
1468                 window, ask whether we want to insert or attach
1469                 (I know lots of people who do that to attach)
1470
1471 2006-06-20 [colin]      2.3.0cvs25
1472
1473         * src/etpan/imap-thread.c
1474                 Fix threshold (the append command is often > 32 bytes)
1475
1476 2006-06-19 [colin]      2.3.0cvs24
1477
1478         * src/imap.c
1479         * src/etpan/imap-thread.c
1480                 Workaround Rockliffe IMAP server bug: replace
1481                 "x UID SEARCH (ANSWERED UID 1:*)" with
1482                 "x UID SEARCH ANSWERED"
1483                 (Rockliffe doesn't handle the parenthesis)
1484
1485 2006-06-19 [colin]      2.3.0cvs23
1486
1487         * src/compose.c
1488         * src/imap.c
1489         * src/etpan/imap-thread.c
1490                 Probably fix bug #972 (Freezes when adding 
1491                 an attachment to the message)
1492         * src/common/defs.h
1493                 Modernize Firefox cmd
1494
1495
1496 2006-06-18 [colin]      2.3.0cvs22
1497
1498         * src/prefs_customheader.c
1499                 Only allow correct filenames for various
1500                 custom headers
1501
1502 2006-06-18 [colin]      2.3.0cvs21
1503
1504         * src/prefs_customheader.c
1505                 Add a 'From File...' button in custom headers prefs, which
1506                 try to do the right thing: 
1507                 for normal headers, use file as plaintext,
1508                 for X-Face, calls compface,
1509                 for Face, encode to b64.
1510
1511 2006-06-17 [colin]      2.3.0cvs20
1512
1513         * src/mh.c
1514                 Warning fix
1515
1516 2006-06-16 [colin]      2.3.0cvs19
1517
1518         * src/summaryview.c
1519                 Recursive quicksearch: show message list
1520                 in current folder, *then* search children
1521                 in the background.
1522
1523 2006-06-16 [colin]      2.3.0cvs18
1524
1525         * src/main.c
1526                 Instead of ignoring SIGPIPE, save caches
1527                 when getting one. Will fix the fact that
1528                 hot caches are out-of-date when logging 
1529                 out of Xorg.
1530         * src/compose.c
1531         * src/prefs_compose_writing.c
1532                 Only save text (not attachments) when 
1533                 auto-saving to drafts
1534         * src/unmime.c
1535                 Always replace \n, \r and \t with spaces
1536                 in headers
1537         * manual/dist/html/Makefile.am
1538         * manual/dist/pdf/Makefile.am
1539         * manual/dist/ps/Makefile.am
1540         * manual/dist/txt/Makefile.am
1541         * manual/fr/dist/html/Makefile.am
1542         * manual/fr/dist/pdf/Makefile.am
1543         * manual/fr/dist/ps/Makefile.am
1544         * manual/fr/dist/txt/Makefile.am
1545         * manual/pl/dist/html/Makefile.am
1546         * manual/pl/dist/pdf/Makefile.am
1547         * manual/pl/dist/ps/Makefile.am
1548         * manual/pl/dist/txt/Makefile.am
1549                 Fix make clean removing pregenerated manuals
1550
1551
1552 2006-06-16 [colin]      2.3.0cvs17
1553
1554         * src/plugins/pgpcore/sgpgme.c
1555         * src/plugins/pgpmime/pgpmime.c
1556         * src/plugins/pgpinline/pgpinline.c
1557                 Better error reporting in setup_signers.
1558                 Don't fallback to default key if specified
1559                 key isn't found.
1560                 Don't allow signing if more than one secret
1561                 key matches the one specified in prefs.
1562
1563 2006-06-15 [colin]      2.3.0cvs16
1564
1565         * src/folderview.c
1566                 Add "Send queue" in the folder's contextual
1567                 menu
1568         * src/compose.c
1569         * src/messageview.c
1570         * src/privacy.c
1571         * src/privacy.h
1572         * src/procmime.c
1573         * src/procmsg.c
1574         * src/plugins/pgpcore/passphrase.c
1575         * src/plugins/pgpcore/sgpgme.c
1576         * src/plugins/pgpinline/pgpinline.c
1577         * src/plugins/pgpmime/pgpmime.c
1578                 Better error reporting
1579         * src/mbox.c
1580                 Probably fix bug #971 (2.2.3 cannot read mail 
1581                 from local mbox)
1582
1583
1584 2006-06-15 [mones]      2.3.0cvs15
1585
1586         * tools/make.themes.project
1587                 creates the themes project from the web page
1588
1589 2006-06-15 [colin]      2.3.0cvs14
1590
1591         * src/folder.c
1592                 Better fix (avoid losing the folder if scan_tree 
1593                 fails)
1594
1595 2006-06-15 [cleroy]     2.3.0cvs13
1596
1597         * src/folder.c
1598                 Probably fix Bug #969 (crash on rebuilding 
1599                 imap folder)
1600
1601 2006-06-14 [colin]      2.3.0cvs12
1602
1603         * manual/dtd/manual.xsl
1604         * manual/sylpheed-claws-manual.xml
1605         * manual/fr/sylpheed-claws-manual.xml
1606         * manual/pl/sylpheed-claws-manual.xml
1607                 Insert pagebreaks between sections
1608
1609 2006-06-14 [paul]       2.3.0cvs11
1610
1611         * configure.ac
1612                 better fix than 2.3.0cvs10
1613
1614 2006-06-14 [paul]       2.3.0cvs10
1615
1616         * configure.ac
1617                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1618                 (backwards compatible)
1619
1620 2006-06-13 [colin]      2.3.0cvs9
1621
1622         * src/messageview.c
1623                 Fix sending of return receipt with the new queue folders
1624
1625 2006-06-13 [wwp]        2.3.0cvs8
1626
1627         * src/quote_fmt_lex.l
1628                 fix wrong tokens returned in quote_fmt lexer, query not().
1629
1630 2006-06-13 [wwp]        2.3.0cvs7
1631
1632         * src/folder.c
1633         * src/prefs_folder_item.c
1634                 allow changing folder type even when folder is not a top-level one,
1635                 thanks to Colin.
1636
1637 2006-06-12 [colin]      2.3.0cvs6
1638
1639         * src/folderview.c
1640                 Fix double-ask of "Do you want to mark all
1641                 as read"
1642
1643 2006-06-12 [colin]      2.3.0cvs5
1644
1645         * src/compose.c
1646         * src/compose.h
1647         * src/folder.c
1648         * src/folder.h
1649         * src/imap.c
1650         * src/inc.c
1651         * src/main.c
1652         * src/messageview.c
1653         * src/mh.c
1654         * src/prefs_folder_item.c
1655         * src/procheader.c
1656         * src/procmime.c
1657         * src/procmsg.c
1658         * src/procmsg.h
1659         * src/send_message.c
1660         * src/summaryview.c
1661         * src/toolbar.c
1662                 Apply bug #964's patch (Queue and drafts aren't normal)
1663                 The Drafts and Queue folder now contain RFC-822 files,
1664                 allowing to move and copy mails from and to these 
1665                 folders. Moving from Drafts to Queue will prepare the
1666                 mail for sending (PGP signature, encryption, etc).
1667                 This patch also rework sending errors handling to try
1668                 to be more helpful.
1669                 Also, allow redefining folder types via the GUI 
1670                 (Folder type in its Properties)
1671
1672 2006-06-12 [colin]      2.3.0cvs4
1673
1674         * src/summaryview.c
1675         * src/prefs_common.c
1676         * src/prefs_common.h
1677         * src/gedit-print.c
1678                 Allow to define a specific print font - patch
1679                 by Bernhard Walle <bernhard.walle@gmx.de>
1680         * src/prefs_fonts.c
1681         * manual/advanced.xml
1682         * manual/fr/advanced.xml
1683                 Add a hidden pref to allow deletion without
1684                 confirmation
1685
1686 2006-06-12 [wwp]        2.3.0cvs3
1687
1688         * .cvsignore
1689                 more files to ignore.
1690
1691 2006-06-12 [wwp]        2.3.0cvs2
1692
1693         * src/quote_fmt.c
1694         * src/quote_fmt_lex.l
1695         * src/quote_fmt_parse.y
1696                 extend the quote_fmt parser (templates and quotes):
1697                 - allow limited sub-expressions in |p{} and |f{} expressions,
1698                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1699                 - implemented/fixed missing implementation of query_references and show_references,
1700                 - completed, fixed contents and format of the symbols help dialog,
1701                 - fix some compilation warnings.
1702
1703 2006-06-12 [wwp]        2.3.0cvs1
1704
1705         * manual/advanced.xml
1706         * manual/fr/advanced.xml
1707                 updates in the "templates" section of the manual (eng/fr):
1708                  - be more precise (both versions)
1709                  - completed to match the english reference (fr version)
1710                  - touchups (both versions)
1711
1712 2006-06-12 [paul]       2.3.0
1713
1714         2.3.0 released
1715
1716 2006-06-12 [paul]       2.2.3cvs14
1717
1718         * po/ca.po
1719         * po/cs.po
1720         * po/de.po
1721         * po/el.po
1722         * po/fr.po
1723         * po/it.po
1724         * po/pt_BR.po
1725         * po/sr.po
1726         * po/zh_CN.po
1727                 updated by Miquel Oliete, Tim, Stephan Sachse,
1728                 Stavros Giannouris, Fabien Vantard, Andrea
1729                 Spadaccini, Frederico Goncalves Guimaraes,
1730                 Aleksandar Urosevic, and Ralgh Young
1731
1732 2006-06-12 [colin]      2.2.3cvs13
1733
1734         * src/mbox.c
1735                 Add missing header
1736
1737 2006-06-11 [colin]      2.2.3cvs12
1738
1739         * src/msgcache.c
1740                 Verify that g_malloc() succeeded
1741
1742 2006-06-11 [colin]      2.2.3cvs11
1743
1744         * src/wizard.c
1745                 Add Face header to welcome mail
1746
1747 2006-06-10 [colin]      2.2.3cvs10
1748
1749         * src/textview.c
1750                 Revert previous (Forgot it changes the
1751                 margin on the whole mail)
1752
1753 2006-06-10 [colin]      2.2.3cvs9
1754
1755         * src/textview.c
1756                 Don't overlap long headers under (X-)Face
1757
1758 2006-06-10 [mones]      2.2.3cvs8
1759
1760         * manual/xml2pdf
1761                 allow generation of manual on systems lacking saxon binary
1762                 but with java and the saxon library installed
1763
1764         * po/es.po
1765                 updated for release
1766
1767 2006-06-09 [colin]      2.2.3cvs7
1768
1769         * src/summaryview.c
1770                 Fix leak when using Display Sender using Addressbook
1771
1772 2006-06-09 [colin]      2.2.3cvs6
1773
1774         * src/compose.c
1775         * src/folder.c
1776         * src/folderview.c
1777         * src/mimeview.c
1778         * src/summaryview.c
1779                 More leaks fixes
1780
1781 2006-06-09 [paul]       2.2.3cvs5
1782
1783         * AUTHORS
1784         * src/gtk/authors.h
1785         * tools/claws.i18n.status.pl
1786                 updated with new info
1787
1788 2006-06-09 [paul]       2.2.3cvs4
1789
1790         * README
1791                 updated
1792         * manual/ack.xml
1793                 add wwp to authors list
1794         * src/gtk/authors.h
1795                 update mine and Colin's addresses
1796
1797 2006-06-08 [colin]      2.2.3cvs3
1798
1799         * src/etpan/imap-thread.c
1800                 Fix leak on SSL cert check
1801
1802 2006-06-08 [colin]      2.2.3cvs2
1803
1804         * src/common/utils.c
1805                 Fix leak
1806
1807 2006-06-08 [paul]       2.2.3cvs1
1808
1809         * configure.ac
1810                 Update version number following
1811                 stable release
1812
1813 2006-06-07 [colin]      2.2.2cvs3
1814
1815         * src/msgcache.c
1816                 Fix catching cache read errors (guint instead of gint)
1817                 Prevent malloc'ing more than 8MB (means cache corruption)
1818
1819 2006-06-07 [paul]       2.2.2cvs2
1820
1821         * src/exporthtml.c
1822         * src/exportldif.c
1823         * src/mh.c
1824         * src/mutt.c
1825         * src/pine.c
1826         * src/common/utils.c
1827                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1828                 obey $HOME'
1829                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1830                 Thanks to Colin
1831
1832 2006-06-06 [paul]       2.2.2cvs1
1833
1834         * configure.ac
1835                 Update version number following
1836                 stable release
1837
1838 2006-06-06 [paul]       2.2.1cvs6
1839
1840         * src/matcher.c
1841                 fix  implicit declaration of
1842                 sylpheed_do_idle()
1843                 Patch by Fabien Vantard
1844
1845 2006-06-06 [paul]       2.2.1cvs5
1846
1847         * src/matcher.c
1848                 fix age_greater and age_lower so that they
1849                 mean what say and not '...or equal to'
1850                 Thanks to Colin
1851
1852 2006-06-06 [paul]       2.2.1cvs4
1853
1854         * src/textview.c
1855         * src/common/utils.c
1856                 fix URI check
1857                 Thanks to Colin
1858
1859 2006-06-05 [wwp]        2.2.1cvs3
1860
1861         * manual/fr/account.xml
1862                 minor language fixes (thanks to Fabien Vantard).
1863
1864 2006-06-05 [colin]      2.2.1cvs2
1865
1866         * src/prefs_folder_item.c
1867         * src/folderview.c
1868                 Allow recursive setting of properties 
1869                 for whole mailboxes
1870         * src/matcher.c
1871                 Don't freeze on 'test' filtering rule
1872
1873 2006-06-05 [colin]      2.2.1cvs1
1874
1875         * configure.ac
1876                 Update version number following
1877                 stable release
1878
1879 2006-06-04 [wwp]        2.2.0cvs82
1880
1881         * manual/glossary.xml
1882         * manual/account.xml
1883         * manual/fr/glossary.xml
1884         * manual/fr/account.xml
1885                 added glossary section and references/links related to the Face custom header.
1886
1887 2006-06-04 [colin]      2.2.0cvs81
1888
1889         * src/summaryview.c
1890                 Skip to next message on move with no
1891                 immediate execution
1892
1893 2006-06-04 [wwp]        2.2.0cvs80
1894
1895         * manual/xml2pdf
1896                 added sanity checks, exit when needed.
1897
1898 2006-06-03 [paul]       2.2.0cvs79
1899
1900         * src/prefs_receive.c
1901                 page name is now 'Receiving'
1902         * src/prefs_send.c
1903                 page name is now 'Sending'
1904
1905 2006-06-03 [colin]      2.2.0cvs78
1906
1907         * src/plugins/spamassassin/spamassassin_gtk.c
1908                 Autoswitch to Localhost if transport was previously
1909                 disabled. Else people had to check [] Enable, then
1910                 *reselect* transport.
1911
1912 2006-06-03 [colin]      2.2.0cvs77
1913
1914         * src/plugins/pgpinline/pgpinline.c
1915         * src/plugins/pgpmime/pgpmime.c
1916                 Check that gpg_data_release_and_get_mem 
1917                 didn't fail (now, why this happens...)
1918
1919 2006-06-03 [colin]      2.2.0cvs76
1920
1921         * src/mbox.c
1922                 Fix bug #962 (Manual and/or UI should 
1923                 warn about incompatible locking 
1924                 causing dataloss)
1925
1926 2006-06-02 [cleroy]     2.2.0cvs75
1927
1928         * src/filtering.c
1929         * src/folder.c
1930         * src/procmsg.c
1931         * src/summaryview.c
1932                 Fix a few leaks
1933
1934 2006-06-02 [colin]      2.2.0cvs74
1935
1936         * src/main.c
1937                 On exit, free caches after writing them
1938                 Shuts up some valgrind false positives
1939         * src/procmsg.c
1940         * src/send_message.c
1941                 Fix races when reusing existing SMTP connections
1942                 Fix inexistant session timeout
1943         * src/toolbar.c
1944                 Display alertpanel after all queues have
1945                 been processed, not after each
1946
1947 2006-06-02 [wwp]        2.2.0cvs73
1948
1949         * manual/fr/glossary.xml
1950         * manual/fr/ack.xml
1951         * manual/ack.xml
1952                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1953
1954 2006-06-02 [wwp]        2.2.0cvs72
1955
1956         * manual/xml2pdf
1957         * manual/dist/pdf/Makefile.am
1958         * manual/dtd/manual.xsl
1959         * manual/fr/dist/pdf/Makefile.am
1960         * manual/pl/dist/pdf/Makefile.am
1961                 we changed the procedure to generate the .pdf version of the manual.
1962                 The procedure is more modern and the .pdf we get now has a valid index.
1963                 Here are the new pre-requisites:
1964
1965                 - JRE 1.x (1.4 here): there must be one from your distro
1966                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1967                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1968                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1969
1970                 See my posts for further info about the installation of this toolchain:
1971
1972                 Date: Fri, 19 May 2006 19:40:06 +0200
1973                 From: wwp <subscript@free.fr>
1974                 To: sylpheed-claws-devel@lists.sourceforge.net
1975                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1976
1977                 and
1978
1979                 Date: Wed, 24 May 2006 12:58:49 +0200
1980                 From: wwp <subscript@free.fr>
1981                 To: sylpheed-claws-devel@lists.sourceforge.net
1982                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1983
1984 2006-06-01 [colin]      2.2.0cvs71
1985
1986         * src/compose.c
1987                 Better guards against IMAP races
1988         * src/main.c
1989         * src/prefs_common.c
1990         * src/prefs_common.h
1991         * src/common/ssl_certificate.c
1992         * src/etpan/imap-thread.c
1993         * src/etpan/imap-thread.h
1994         * src/gtk/sslcertwindow.c
1995                 New hidden option ssl_skip_cert_check to 
1996                 avoid dups of bug #959 (libetpan linked
1997                 against gnutls and gnutls buggy on 64bit)
1998                 Present expired warning only once per
1999                 session/server.
2000         * manual/advanced.xml
2001         * manual/fr/advanced.xml
2002                 Document new option
2003
2004 2006-06-01 [wwp]        2.2.0cvs70
2005
2006         * src/messageview.c
2007                 fix for bug #961 (return receipt dialog 
2008                 complains incorrectly about return-path 
2009                 email adress being different), thanks 
2010                 to Colin.
2011
2012 2006-05-31 [cleroy]     2.2.0cvs69
2013
2014         * src/common/ssl.c
2015                 Guard against NULLs, although this
2016                 should never be an issue
2017
2018 2006-05-31 [colin]      2.2.0cvs68
2019
2020         * src/filtering.c
2021                 Use g_slist_prepend
2022         * src/imap.c
2023                 Don't remove caches when destroying folder, it
2024                 could (should) be done at exit
2025         * src/inc.c
2026                 free processing cache after incorporation
2027         * src/etpan/imap-thread.c
2028                 Maybe fix bug #959 (Crash on moving to emails 
2029                 to a imap account per ssl with a expired 
2030                 certificate.)
2031
2032 2006-05-30 [colin]      2.2.0cvs67
2033
2034         * src/summaryview.c
2035                 Put back event flush when displaying message
2036                 It avoids reading a bunch of messages just
2037                 by hitting shift-n for too long ;)
2038
2039 2006-05-29 [colin]      2.2.0cvs66
2040
2041         * src/summaryview.c
2042                 Remove useless g_warnings
2043
2044 2006-05-29 [colin]      2.2.0cvs65
2045
2046         * src/imap.c
2047                 Fix g_slist_append()s for performance
2048
2049 2006-05-29 [colin]      2.2.0cvs64
2050
2051         * src/compose.c
2052         * src/common/utils.c
2053                 Fix extraneous tab at start of addresses
2054         * src/mainwindow.c
2055                 Fix warnings (thanks to Fabien)
2056                 Fix crash at exit when composing messages 
2057                 exist
2058         * src/pop.c
2059                 Fix progress bar when deleting expired mails
2060                 Thanks to Hiro
2061         * src/summaryview.c
2062         * src/gtk/gtksctree.c
2063                 Fix re-sorting slowness
2064
2065 2006-05-29 [paul]       2.2.0cvs63
2066
2067         * src/mh.c
2068                 fetch full message when moving mails
2069                 from another mailbox, (fixed data loss
2070                 when filtering from IMAP to MH, introduced
2071                 in 2.2.0cvs57).
2072                 Thanks to Colin
2073
2074 2006-05-29 [mones]      2.2.0cvs62
2075
2076         * src/gtk/gtksctree.c
2077                 Unselect faster (patch by Colin)        
2078
2079 2006-05-26 [colin]      2.2.0cvs61
2080
2081         * src/summaryview.c
2082                 Unplug MSGINFO_UPDATE callback on delete too.
2083
2084 2006-05-26 [colin]      2.2.0cvs60
2085
2086         * src/foldersel.c
2087                 Fix bold in folder selection window with glib2.10
2088                 thanks Hiro
2089
2090 2006-05-26 [colin]      2.2.0cvs59
2091
2092         * src/procheader.c
2093                 Convert date only if necessary (and don't
2094                 try to convert from utf8 to utf8, too)
2095         * src/summaryview.c
2096                 Only set column's text if the column's 
2097                 displayed
2098
2099 2006-05-26 [colin]      2.2.0cvs58
2100
2101         * src/summaryview.c
2102         * src/gtk/gtkutils.c
2103                 Fix useless warning
2104
2105 2006-05-26 [colin]      2.2.0cvs57
2106
2107         * src/mainwindow.c
2108                 Make summaryview selectable as long as 
2109                 no message has focus
2110         * src/mh.c
2111                 Faster deletion (by implementing mh_remove_msgs)
2112                 Faster copy (avoid using mh_fetch_msg just to get
2113                 the filename)
2114                 Faster move (using move_file instead of copy_file
2115                 if MSG_IS_MOVE)
2116                 No progressbar if total number of mails to cp/mv 
2117                 is less than 100
2118         * src/summaryview.c
2119                 Fix removal from subject_table when mail gets moved
2120                 Faster deletion (g_slist_prepend instead of append)
2121         * src/gtk/gtksctree.c
2122                 Remove useless code
2123
2124 2006-05-25 [colin]      2.2.0cvs56
2125
2126         * src/common/ssl_certificate.c
2127                 Fix leak in expired cert check
2128
2129 2006-05-25 [colin]      2.2.0cvs55
2130
2131         * src/mh.c
2132                 Disable flags syncing on .mh_sequences - it
2133                 is buggy and marks mails read under unknown
2134                 conditions.
2135
2136 2006-05-25 [paul]
2137
2138         * 2.3.0-rc4 released
2139
2140 2006-05-24 [colin]      2.2.0cvs54
2141
2142         attention cvs users: if you manage to crash
2143         Sylpheed-Claws while moving, copying or deleting
2144         mails, we *are* interested in stack traces and
2145         valgrind logs. It looks stable, but one never
2146         knows...
2147
2148         * src/folder.c
2149                 Add progressbar for cache updates
2150         * src/folderutils.c
2151                 Optimize Mark all read in the current
2152                 folder
2153         * src/mh.c
2154                 Add progressbar for copy/move
2155         * src/procmsg.c
2156                 Optimize O(n^2) in copy/move
2157         * src/summaryview.c
2158         * src/gtk/gtksctree.c
2159                 Optimize O(n^2) algos
2160         * src/common/timing.h
2161                 Display ms instead of us
2162
2163 2006-05-24 [wwp]        2.2.0cvs53
2164
2165         * manual/fr/advanced.xml
2166                 updates to the French manual.
2167
2168 2006-05-24 [wwp]        2.2.0cvs52
2169
2170         * src/common/utils.c
2171                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2172
2173 2006-05-24 [wwp]        2.2.0cvs51
2174
2175         * src/folderutils.c
2176                 fixed "mark all read" in MH folders (thanks to Colin).
2177
2178 2006-05-24 [paul]       2.2.0cvs50
2179
2180         * doc/man/sylpheed-claws.1
2181                 updated the man page
2182
2183 2006-05-23 [colin]      2.2.0cvs49
2184
2185         * src/folderview.c
2186         * src/imap.c
2187         * src/inc.c
2188         * src/mbox.c
2189         * src/messageview.c
2190         * src/news.c
2191         * src/send_message.c
2192         * src/summaryview.c
2193         * src/gtk/sslcertwindow.c
2194                 alertpanel fixes, by Fabien
2195
2196 2006-05-23 [colin]      2.2.0cvs48
2197
2198         * src/folder.c
2199         * src/folderview.c
2200         * src/msgcache.c
2201         * src/summaryview.c
2202         * src/gtk/gtksctree.c
2203         * src/gtk/gtksctree.h
2204                 More timings
2205                 Fix slow loading problem, which was caused by the
2206                 use of some gtk_ctree funcs and their use of
2207                 g_list_position while gtk_ctree_(un)link'ing.
2208                 Reap more functions from gtkctree.c to be sure we
2209                 use our (fast) version instead of theirs.
2210         * src/mh.c
2211                 Fix copy of unread mails
2212
2213
2214 2006-05-22 [wwp]        2.2.0cvs47
2215
2216         * manual/fr/advanced.xml
2217                 updated.
2218
2219 2006-05-22 [colin]      2.2.0cvs46
2220
2221         * src/filtering.c
2222                 Fix possible infinite loop. 'copy' is not a 
2223                 final action, so when encountering a 'copy',
2224                 we have to check if a previous one was set
2225                 and do it. In the same way, if we encounter
2226                 a 'move' we have to perform a possibly 
2227                 pending 'copy'. This will slow down filtering
2228                 on IMAP if move+copy or multiple copy actions
2229                 are to be done, but handling it via the batch
2230                 would be really too convoluted.
2231
2232 2006-05-22 [wwp]        2.2.0cvs45
2233
2234         * manual/fr/advanced.xml
2235         * manual/fr/faq.xml
2236         * manual/fr/glossary.xml
2237         * manual/fr/handling.xml
2238         * manual/fr/intro.xml
2239         * manual/fr/plugins.xml
2240         * manual/fr/sylpheed-claws-manual.xml
2241                 sync w/ the english manual: updates URIs, documented mailing-list
2242                 support, better explanation about the enabled/disabled feature
2243                 in filtering/processing rules by Paul.
2244
2245 2006-05-21 [colin]      2.2.0cvs44
2246
2247         * src/summaryview.c
2248                 Don't expand after building threads, but during
2249
2250 2006-05-21 [colin]      2.2.0cvs43
2251
2252         * src/procmsg.c
2253         * src/summaryview.c
2254                 More timing possibilities... For next time I have 
2255                 to find out how the hell some 3GHz computer takes
2256                 one minute to open a 30k folder...
2257
2258 2006-05-21 [colin]      2.2.0cvs42
2259
2260         * manual/pl/advanced.xml
2261         * manual/pl/faq.xml
2262         * manual/pl/glossary.xml
2263         * manual/pl/handling.xml
2264         * manual/pl/intro.xml
2265         * manual/pl/plugins.xml
2266         * manual/pl/sylpheed-claws-manual.xml
2267                 Polish manual updated by Pawel
2268
2269 2006-05-20 [colin]
2270
2271         * 2.3.0-rc3 released
2272
2273 2006-05-20 [colin]      2.2.0cvs41
2274
2275         * src/imap.c
2276                 Fix -rc2 problems:
2277                 - remove cache of moved messages from original folder
2278                 - apply new flags to messages even if they aren't appliable
2279                   via IMAP.
2280
2281 2006-05-20 [colin]
2282
2283         * 2.3.0-rc2 released
2284
2285 2006-05-19 [colin]      2.2.0cvs40
2286
2287         * src/imap.c
2288                 Don't issue SELECT in imap_change_flags
2289                 before having checked that we indeed have
2290                 some flags to change. MSG_POSTFILTERED for
2291                 example can't be used on IMAP.
2292                 Fixes bug #955 (copying messages between 
2293                 imap folders is extremely slow), which was
2294                 a regression.
2295
2296 2006-05-19 [colin]      2.2.0cvs39
2297
2298         * src/folder.c
2299         * src/folder.h
2300         * src/folderview.c
2301                 Try to fix bug #830 (Some unread messages 
2302                 get marked read in IMAP inbox):
2303                 - Prevent scanning a folder if it's being 
2304                   opened via the GUI
2305                 - Postpone opening via the GUI of a folder
2306                   currently scanned.
2307
2308
2309 2006-05-19 [wwp]        2.2.0cvs38
2310
2311         * manual/advanced.xml
2312                 fix English+typo (thanks to Paul).
2313
2314 2006-05-19 [wwp]        2.2.0cvs37
2315
2316         * manual/advanced.xml
2317         * manual/fr/advanced.xml
2318         * src/gtk/logwindow.c
2319         * src/prefs_common.c
2320         * src/prefs_common.h
2321                 added hidden prefs to allow customization of colors used in
2322                 protocol log window (useful for dark gtk+ themes).
2323
2324 2006-05-19 [wwp]        2.2.0cvs36
2325
2326         * ChangeLog
2327                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2328
2329 2006-05-19 [paul]       2.2.0cvs35
2330
2331         * src/textview.c
2332                 make Reply-To fully clickable
2333         * src/gtk/logwindow.c
2334                 more colouring (SMTP ESMTP)
2335         Both patches by Pawel Pekala
2336
2337 2006-05-19 [cleroy]     2.2.0cvs34
2338
2339         * src/mh.c
2340                 Don't update flags from current folder
2341                 Probably fixes bug #935 (Read Messages 
2342                 Revert to Being Marked as Unread)
2343
2344 2006-05-18 [colin]      2.2.0cvs33
2345
2346         * src/imap.c
2347                 Warning fix
2348         * src/compose.c
2349         * src/mainwindow.c
2350         * src/summaryview.c
2351         * src/toolbar.c
2352                 Allow replying to multiple emails
2353                 in multiple windows
2354         * src/mimeview.c
2355         * src/etpan/imap-thread.c
2356                 Leak fixes
2357
2358 2006-05-18 [paul]       2.2.0cvs32
2359
2360         * src/summaryview.c
2361                 keep Mailing-List menu refreshed
2362                 Thanks to Colin
2363
2364 2006-05-18 [paul]       2.2.0cvs31
2365
2366         * manual/advanced.xml
2367         * manual/faq.xml
2368         * manual/glossary.xml
2369         * manual/handling.xml
2370         * manual/intro.xml
2371         * manual/plugins.xml
2372         * manual/sylpheed-claws-manual.xml
2373                 update URLs
2374                 add info about mailing-list support
2375                 edit filtering info
2376         * src/wizard.c
2377         * src/common/defs.h
2378         * src/gtk/about.c
2379         * src/plugins/dillo_viewer/README
2380                 update URLs
2381
2382 2006-05-17 [wwp]        2.2.0cvs30
2383
2384         * manual/handling.xml
2385         * manual/fr/handling.xml
2386                 documented the ability to enabled/disable filtering/processing rules.
2387
2388 2006-05-17 [colin]      2.2.0cvs29
2389
2390         * src/main.c
2391                 Don't initialize g_thread subsystem if it's 
2392                 already done (thanks to Hiro)
2393         * src/mimeview.c
2394                 Fix saving of parts when there name can't be
2395                 converted from UTF-8.
2396
2397 2006-05-17 [paul]       2.2.0cvs28
2398
2399         * po/Makefile.in.in
2400                 fix config.status warning with autoconf 2.60
2401
2402 2006-05-17 [paul]       2.2.0cvs27
2403
2404         * po/POTFILES.in
2405                 add src/mbox.c
2406
2407 2006-05-17 [wwp]        2.2.0cvs26
2408
2409         * src/mainwindow.c
2410                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2411
2412 2006-05-17 [wwp]        2.2.0cvs25
2413
2414         * src/plugins/demo/demo.c
2415                 updated product name in plugin demo (many plugins need to be
2416                 sync'ed w/ that change).
2417
2418 2006-05-17 [colin]      2.2.0cvs24
2419
2420         * src/mh.c
2421                 Fix leak
2422
2423 2006-05-16 [colin]      2.2.0cvs23
2424
2425         * src/mainwindow.c
2426                 Stupid me hit again. Fix cvs22.
2427
2428 2006-05-16 [colin]      2.2.0cvs22
2429
2430         * src/mainwindow.c
2431                 Fix bug #922 (sylpheed-claws crashed after 
2432                 pushing on Inbox folder)
2433
2434 2006-05-16 [colin]      2.2.0cvs21
2435
2436         * src/compose.c
2437                 Make From header be copy/paste/select-able
2438
2439 2006-05-16 [wwp]        2.2.0cvs20
2440
2441         * src/export.c
2442         * src/matcher.c
2443         * src/summaryview.c
2444         * src/etpan/imap-thread.c
2445                 fix some compiler warnings (thanks to Colin).
2446
2447 2006-05-16 [wwp]        2.2.0cvs19
2448
2449         * src/action.c
2450         * src/gedit-print.c
2451         * src/inc.c
2452         * src/mainwindow.c
2453         * src/mh.c
2454         * src/statusbar.c
2455         * src/send_message.c
2456         * src/summaryview.c
2457                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2458
2459 2006-05-15 [colin]      2.2.0cvs18
2460
2461         * src/procmsg.c
2462                 Fix automatic rule creation with List-Post
2463
2464 2006-05-15 [paul]       2.2.0cvs17
2465
2466         * tools/filter_conv_new.pl
2467                 updated for rule enabling/disabling
2468                 claws version >= 2.3.x required
2469
2470 2006-05-15 [cleroy]     2.2.0cvs16
2471
2472         * src/main.c
2473                 Revert test
2474
2475 2006-05-15 [cleroy]     2.2.0cvs15
2476
2477         * src/main.c
2478                 test
2479
2480 2006-05-15 [wwp]        2.2.0cvs14
2481
2482         * manual/pl/.cvsignore
2483                 ignore generated files.
2484
2485 2006-05-14 [wwp]        2.3.0-rc1
2486
2487         * 2.3.0-rc1 released
2488
2489 2006-05-13 [wwp]        2.2.0cvs13
2490
2491         * src/filtering.c
2492         * src/filtering.h
2493         * src/matcher.c
2494         * src/matcher_parser_lex.l
2495         * src/matcher_parser_parse.y
2496         * src/prefs_filtering.c
2497                 new feature: provide the ability to disable filtering and processing
2498                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2499                 adaptations.
2500
2501 2006-05-13 [colin]      2.2.0cvs12
2502
2503         * src/compose.c
2504                 Remove useless if (a) b; else b;
2505                 Thanks to wwp
2506
2507 2006-05-13 [wwp]        2.2.0cvs11
2508
2509         * src/export.c
2510         * src/import.c
2511         * src/mainwindow.c
2512         * src/mbox.c
2513         * src/summaryview.c
2514         * src/summaryview.h
2515                 no more silent failures (or at least less ones) when importing
2516                 or exporting from/to mbox. Also start importing/exporting if
2517                 the necessary info is set.
2518
2519 2006-05-13 [wwp]        2.2.0cvs10
2520
2521         * RELEASE_NOTES
2522                 restored up-to-date release notes.
2523
2524 2006-05-13 [paul]       2.2.0cvs9
2525
2526         * po/nl.po
2527         * po/ru.po
2528                 updated by Tim Dijkstra and Pavlo Bohmat
2529
2530 2006-05-12 [colin]      2.2.0cvs8
2531
2532         * src/gtk/quicksearch.c
2533                 Add "k" as shortcut for "colorlabel". Patch
2534                 by ath42@users.sf.net.
2535
2536 2006-05-12 [paul]       2.2.0cvs7
2537
2538         * src/prefs_common.h
2539         * src/prefs_summaries.c
2540         * src/summaryview.c
2541                 when entering a folder also allow
2542                 going directly to first Marked message
2543
2544 2006-05-12 [paul]       2.2.0cvs6
2545
2546         * src/summaryview.c
2547                 always obey 'confirm before marking all
2548                 mails read' option
2549
2550 2006-05-12 [paul]       2.2.0cvs5
2551
2552         * src/textview.c
2553                 make Sender fully clickable
2554
2555 2006-05-12 [colin]      2.2.0cvs4
2556
2557         * src/compose.c
2558         * src/compose.h
2559                 Let From be editable
2560         * src/main.c
2561         * src/mh.c
2562                 Full support of .mh_sequences' Unseen seq
2563
2564 2006-05-12 [colin]      2.2.0cvs3
2565
2566         * src/folder.c
2567         * src/mainwindow.c
2568         * src/mainwindow.h
2569         * src/messageview.c
2570         * src/prefs_spelling.c
2571         * src/procheader.c
2572         * src/procmsg.c
2573         * src/procmsg.h
2574         * src/summaryview.c
2575         * src/toolbar.c
2576         * src/toolbar.h
2577                 Add contextual menu on Compose toolbar
2578                 button. Fixes bug #944 (Automatic
2579                 addresses not applied when changing account
2580                 from compose window)
2581                 add Mailing List support
2582                 based on the old 0.6.5claws25 patch by
2583                 Melvin Hadasht, with finishing touches
2584                 by Colin
2585                 Fix "ignore thread" when mails are threaded by
2586                 subject (and weren't ignored although appearing
2587                 in the thread).
2588                 GUI rework.
2589                 Both patches by Pawel.
2590
2591 2006-05-08 [paul]       2.2.0cvs2
2592
2593         * src/mainwindow.c
2594         * src/mainwindow.h
2595         * src/messageview.c
2596         * src/procheader.c
2597         * src/procmsg.c
2598         * src/procmsg.h
2599         * src/summaryview.c
2600                 add Mailing List support
2601                 based on the old 0.6.5claws25 patch by 
2602                 Melvin Hadasht, with finishing touches
2603                 by Colin
2604
2605 2006-05-08 [colin]      2.2.0cvs1
2606
2607         * src/mainwindow.c
2608         * src/toolbar.c
2609         * src/toolbar.h
2610                 Add contextual menu on Compose toolbar 
2611                 button. Fixes bug #944 (Automatic 
2612                 addresses not applied when changing account 
2613                 from compose window)
2614
2615 2006-05-08 [paul]       2.2.0
2616
2617         2.2.0 released
2618
2619 2006-05-08 [paul]       2.1.1cvs51
2620
2621         * po/cs.po
2622         * po/de.po
2623         * po/en_GB.po
2624         * po/fi.po
2625         * po/fr.po
2626         * po/pt_BR.po
2627         * po/sr.po
2628         * po/zh_CN.po
2629                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2630                 Fabien Vantard, Frederico Goncalves Guimaraes,
2631                 Aleksandar Urosevic, and Ralgh Young
2632
2633 2006-05-12 [colin]      2.1.1cvs50
2634
2635         * po/cs.po
2636         * po/de.po
2637         * po/en_GB.po
2638         * po/es.po
2639         * po/fi.po
2640         * po/fr.po
2641         * po/pt_BR.po
2642         * po/sr.po
2643         * po/zh_CN.po
2644                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2645                 Fabien Vantard, Frederico Goncalves Guimaraes,
2646                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2647
2648 2006-05-05 [colin]      2.1.1cvs49
2649
2650         * manual/Makefile.am
2651         * manual/pl/Makefile.am
2652         * manual/pl/account.xml
2653         * manual/pl/ack.xml
2654         * manual/pl/addrbook.xml
2655         * manual/pl/advanced.xml
2656         * manual/pl/faq.xml
2657         * manual/pl/glossary.xml
2658         * manual/pl/gpl.xml
2659         * manual/pl/handling.xml
2660         * manual/pl/intro.xml
2661         * manual/pl/keyboard.xml
2662         * manual/pl/plugins.xml
2663         * manual/pl/starting.xml
2664         * manual/pl/sylpheed-claws-manual.xml
2665         * manual/pl/dist/.cvsignore
2666         * manual/pl/dist/Makefile.am
2667         * manual/pl/dist/html/.cvsignore
2668         * manual/pl/dist/html/Makefile.am
2669         * manual/pl/dist/pdf/.cvsignore
2670         * manual/pl/dist/pdf/Makefile.am
2671         * manual/pl/dist/ps/.cvsignore
2672         * manual/pl/dist/ps/Makefile.am
2673         * manual/pl/dist/txt/.cvsignore
2674         * manual/pl/dist/txt/Makefile.am
2675                 Add the polish translation of the manual,
2676                 Authored by Pawel Pekala.
2677
2678 2006-05-05 [cleroy]     2.1.1cvs48
2679
2680         * src/main.c
2681                 Re-read matcherrc after loading plugins 
2682                 if some of them add folders.
2683
2684 2006-05-03 [colin]      2.1.1cvs47
2685
2686         * src/imap.c
2687                 I'm idiot
2688
2689 2006-05-03 [colin]      2.1.1cvs46
2690
2691         * src/imap.c
2692                 Be sure to have a session when
2693                 getting separator
2694
2695 2006-05-03 [colin]      2.1.1cvs45
2696
2697         * src/imap.c
2698         * src/imap.h
2699         * src/imap_gtk.c
2700                 Fix preventing renaming with namespace 
2701                 separator.
2702
2703 2006-05-01 [colin]      2.1.1cvs44
2704
2705         * src/action.c
2706                 Don't reload messageview when result of
2707                 action is piped.
2708
2709 2006-04-29 [colin]      2.1.1cvs43
2710
2711         * src/prefs_receive.c
2712         * src/plugins/spamassassin/spamassassin_gtk.c
2713         * src/plugins/clamav/clamav_plugin_gtk.c
2714                 GUI fixes by Pawel
2715
2716 2006-04-29 [colin]      2.1.1cvs42
2717
2718         * src/prefs_compose_writing.c
2719         * src/prefs_quote.c
2720                 Cleanups. Patch by Pawel
2721
2722 2006-04-28 [paul]       2.1.1cvs41
2723
2724         * src/matcher.c
2725                 fix returned quick search results when search
2726                 term contains an underscore.
2727                 Thanks to Colin
2728
2729 2006-04-28 [paul]       2.1.1cvs40
2730
2731         * src/prefs_message.c
2732         * src/prefs_receive.c
2733                 GUI cleanups
2734                 Patches by Pawel Pekala
2735
2736 2006-04-27 [colin]      2.1.1cvs39
2737
2738         * src/wizard.c
2739                 Differentiate subject Welcome from
2740                 window's title Welcome
2741
2742 2006-04-27 [paul]
2743
2744         2.2.0-rc1 released
2745
2746 2006-04-27 [paul]       2.1.1cvs38
2747
2748         * manual/advanced.xml
2749         * manual/fr/advanced.xml
2750                 add info about compose_no_markup hidden pref
2751
2752 2006-04-27 [paul]       2.1.1cvs37
2753
2754         * src/prefs_account.c
2755                 improve privacy labels
2756         * src/prefs_msg_colors.c
2757                 change some strings for translators' convenience
2758         * src/gtk/gtkutils.c
2759                 don't underline the link button text
2760
2761 2006-04-25 [colin]      2.1.1cvs36
2762
2763         * src/folder.c
2764                 Complete 2.1.1cvs33 (once more ;)
2765
2766 2006-04-25 [colin]      2.1.1cvs35
2767
2768         * src/editldap.c
2769                 Fix tooltip
2770
2771 2006-04-25 [cleroy]     2.1.1cvs34
2772
2773         * src/compose.c
2774         * src/gtk/gtkaspell.c
2775                 Fix crash on redirect (related to the return 
2776                 of the aspell menu in compose's toolbar)
2777         * src/prefs_msg_colors.c
2778                 Fix sensitivity widgets
2779         * src/image_viewer.c
2780         * src/gtk/pluginwindow.c
2781         * src/gtk/prefswindow.c
2782                 Change released signals to clicked (Fabien)
2783         * po/POTFILES.in
2784         * src/common/socket.c
2785         * src/plugins/spamassassin/spamassassin.c
2786                 Translate strings (Fabien)
2787
2788 2006-04-25 [paul]       2.1.1cvs33
2789
2790         * src/folder.c
2791         * src/folder.h
2792         * src/folderview.c
2793                 complete the fix of bug #912
2794                 Thanks to Colin
2795
2796 2006-04-25 [colin]      2.1.1cvs32
2797
2798         * src/news.c
2799                 Better progress bar
2800         * src/mimeview.c
2801         * src/summaryview.c
2802         * src/summaryview.h
2803                 Fix focus chain
2804                 Patches by Pawel Pekala
2805
2806 2006-04-24 [colin]      2.1.1cvs31
2807
2808         * src/compose.c
2809                 Fix compilation warnings (Fabien)
2810
2811 2006-04-24 [colin]      2.1.1cvs30
2812
2813         * src/addrindex.c
2814         * src/editldap.c
2815         * src/editldap_basedn.c
2816         * src/editldap_basedn.h
2817         * src/ldapctrl.c
2818         * src/ldapctrl.h
2819         * src/ldapquery.c
2820         * src/ldaputil.c
2821         * src/ldaputil.h
2822                 Fix bug #901 (LDAPS support)
2823
2824 2006-04-24 [colin]      2.1.1cvs29
2825
2826         * src/compose.c
2827                 Fix logic on error with send dialog on
2828         * src/imap.c
2829                 Fix compilation without libetpan, thanks
2830                 to Fabien
2831         * src/summaryview.c
2832                 Fix 'context-menu' key
2833
2834 2006-04-23 [colin]      2.1.1cvs28
2835
2836         * src/folder.c
2837                 Never free current's cache to free up 
2838                 memory. Fixes bug #912 (new count 
2839                 randomly set to message count)
2840
2841 2006-04-23 [colin]      2.1.1cvs27
2842
2843         * src/gtk/quicksearch.c
2844                 And remove printf...
2845
2846 2006-04-23 [colin]      2.1.1cvs26
2847
2848         * src/gtk/quicksearch.c
2849                 Fix replacing in quicksearch, and fix inserting
2850                 in the middle of the string. (introduced at 2.1.0cvs22)
2851
2852 2006-04-23 [colin]      2.1.1cvs25
2853
2854         * src/imap.c
2855                 Make sure uidnext is initialized in get_num_list
2856                 (not for stable, related to 2.1.1cvs8 and friends)
2857
2858 2006-04-23 [colin]      2.1.1cvs24
2859
2860         * src/imap.c
2861                 Output something when login is successful
2862                 too
2863
2864 2006-04-23 [colin]      2.1.1cvs23
2865
2866         * src/etpan/imap-thread.c
2867                 Better logging (line-per-line, hide data in fetch)
2868                 Fix a const warning
2869         * src/gtk/logwindow.c
2870         * src/gtk/logwindow.h
2871                 Better logging (color for input/output)
2872
2873 2006-04-21 [colin]      2.1.1cvs22
2874
2875         * src/gtk/quicksearch.c
2876                 On gtk+-2.8, use stock buttons in quicksearch
2877                 Based on a patch by Fabien and a design by Paul
2878
2879 2006-04-21 [colin]      2.1.1cvs21
2880
2881         * src/folderview.c
2882         * src/mainwindow.c
2883                 Fix occasional flicker in folderview
2884         * src/common/utils.c
2885                 Fix bug #943 (Incorrectly parsed email address 
2886                 list in short headers on message view and in 
2887                 printouts)
2888
2889 2006-04-20 [colin]      2.1.1cvs20
2890
2891         * src/imap.c
2892         * src/imap.h
2893         * src/prefs_account.c
2894                 Add ANONYMOUS auth for IMAP
2895
2896 2006-04-20 [paul]       2.1.1cvs19
2897
2898         * src/main.c
2899                 proper fix for 2.1.1cvs18
2900                 Thanks to Colin
2901
2902 2006-04-20 [paul]       2.1.1cvs18
2903
2904         * src/main.c
2905                 fix build warnings
2906
2907 2006-04-20 [paul]       2.1.1cvs17
2908
2909         * src/gtk/quicksearch.c
2910                 fix standard, non-extended Quick search,
2911                 was broken in 2.1.1cvs15.
2912                 Thanks to Colin.
2913
2914 2006-04-20 [colin]      2.1.1cvs16
2915
2916         * src/prefs_matcher.c
2917                 Fix values when reselecting a ~test
2918                 rule
2919
2920 2006-04-19 [colin]      2.1.1cvs15
2921
2922         * src/compose.c
2923         * src/compose.h
2924         * src/gtk/gtkaspell.c
2925         * src/gtk/gtkaspell.h
2926                 Put back Options menu in Spelling/
2927         * src/gtk/quicksearch.c
2928                 Don't search, and show error, if the
2929                 advanced search has a syntax error
2930
2931 2006-04-18 [colin]      2.1.1cvs14
2932
2933         * src/textview.c
2934                 Fix gdk warnings on set_cursor when textview
2935                 isn't visible
2936
2937 2006-04-18 [colin]      2.1.1cvs13
2938
2939         * src/gtk/gtksctree.c
2940                 Remove seemingly useless refresh that causes
2941                 flicker - watch this commit in case of 
2942                 problems before planned backport to stable
2943
2944 2006-04-18 [colin]      2.1.1cvs12
2945
2946         * src/imap.c
2947                 Factorize get/set_xml code
2948         * src/compose.c
2949         * src/prefs_account.c
2950         * src/prefs_account.h
2951         * src/procmsg.c
2952                 Add Encrypt to self option
2953
2954 2006-04-17 [colin]      2.1.1cvs11
2955
2956         * configure.ac
2957                 Fix search on encrpyt function on dragonfly
2958                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2959
2960 2006-04-17 [colin]      2.1.1cvs10
2961
2962         * src/prefs_account.c
2963                 Be safe by default: remove mails from POP3
2964                 after 7 days, not immediately
2965
2966 2006-04-17 [colin]      2.1.1cvs9
2967
2968         * src/etpan/imap-thread.c
2969                 Fix build on DragonFly - patch by 
2970                 Jonathan Buschmann <jonthn@agmact.com>
2971
2972 2006-04-17 [colin]      2.1.1cvs8
2973
2974         * src/imap.c
2975                 Save uidnext between sessions
2976
2977 2006-04-17 [colin]      2.1.1cvs7
2978
2979         * src/imap.c
2980                 scan is required when uid validity changes
2981
2982 2006-04-17 [colin]      2.1.1cvs6
2983
2984         * src/folderview.c
2985                 Don't scan if not necessary, apart in current
2986                 folder and INBOX to fetch flags.
2987         * src/imap.c
2988                 Scan is necessary if unread count changes
2989
2990 2006-04-17 [colin]      2.1.1cvs5
2991
2992         * src/imap.c
2993                 ...But always fetch ANSWERED and DELETED flags for
2994                 INBOX, as filtering can happen on these flags.
2995
2996 2006-04-17 [colin]      2.1.1cvs4
2997
2998         * src/imap.c
2999                 Don't fetch REPLIED and DELETED flags when synchronising
3000                 flags with a closed folder. We only need UNSEEN and FLAGGED
3001                 to update the folderview.
3002
3003 2006-04-17 [colin]      2.1.1cvs3
3004
3005         * src/imap.c
3006                 Faster flag search when there are new mails 
3007                 in a folder. We can do a full search if the 
3008                 folder contains less messages than the new
3009                 list.
3010
3011 2006-04-17 [colin]      2.1.1cvs2
3012
3013         * po/cs.po
3014         * po/de.po
3015         * po/fr.po
3016         * po/nl.po
3017         * po/pt_BR.po
3018                 Update translations from stable branch
3019
3020 2006-04-17 [colin]      2.1.1cvs1
3021
3022         * configure.ac
3023                 Bump version to follow stable release
3024
3025 2006-04-16 [mones]      2.1.0cvs50
3026
3027         * po/es.po
3028                 Updated for release
3029
3030 2006-04-16 [colin]      2.1.0cvs49
3031
3032         * src/textview.c
3033                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3034                 with gtk < 2.8. Thanks to Fabien Vantard.
3035
3036 2006-04-15 [colin]      2.1.0cvs48
3037
3038         * src/etpan/imap-thread.c
3039                 Fix bug #919 (libetpan: SEGV when connecting 
3040                 using command)
3041
3042 2006-04-14 [colin]      2.1.0cvs47
3043
3044         * src/main.c
3045                 Fix race on --select (should be done better)
3046
3047 2006-04-14 [wwp]        2.1.0cvs46
3048
3049         * src/send_message.c
3050                 enforce a check for domain in account prefs (a sending
3051                 error could be faced if domain was checked but no value set),
3052                 thanks to Colin.
3053
3054 2006-04-14 [colin]      2.1.0cvs45
3055
3056         * src/codeconv.c
3057                 when converting from unknown to unknown, if the
3058                 string is UTF8, don't convert it to the locale
3059                 (which breaks it)
3060
3061 2006-04-14 [colin]      2.1.0cvs44
3062
3063         * src/compose.c
3064                 Don't try to use ASCII for converting headers
3065                 (as done in body)
3066
3067 2006-04-14 [paul]       2.1.0cvs43
3068
3069         * src/crash.c
3070                 add locale/charset info to crash report
3071         * src/gtk/about.c
3072                 add wwp to doc team
3073                 replace 'e-mail' with preferred 'email'
3074         * src/gtk/authors.h
3075                 ensure contributors list is in alphabetical
3076                 order
3077
3078 2006-04-13 [colin]      2.1.0cvs42
3079
3080         * src/textview.c
3081                 Prevent gdk warnings
3082
3083 2006-04-13 [colin]      2.1.0cvs41
3084
3085         * src/common/ssl_certificate.c
3086         * src/common/ssl_certificate.h
3087         * src/gtk/sslcertwindow.c
3088                 Warn on expired certs, and display the expiration date
3089
3090 2006-04-13 [colin]      2.1.0cvs40
3091
3092         * src/plugins/spamassassin/spamassassin_gtk.c
3093                 Fix missing set_text on unix socket
3094
3095 2006-04-13 [wwp]        2.1.0cvs39
3096
3097         * manual/fr/advanced.xml
3098         * manual/fr/glossary.xml
3099                 applied new spam/ham/email lexicon (pourriel, courriel)
3100
3101 2006-04-13 [paul]       2.1.0cvs38
3102
3103         * src/plugins/pgpmime/plugin.c
3104                 remove the mention of S/MIME from the
3105                 description. This is now handled by the
3106                 S/MIME plugin.
3107
3108 2006-04-13 [paul]       2.1.0cvs37
3109
3110         * src/prefs_msg_colors.c
3111                 rework dialog
3112         * src/prefs_folder_item.c
3113         * src/prefs_spelling.c
3114                 add a tooltip to the colour selector buttons
3115
3116 2006-04-13 [wwp]        2.1.0cvs36
3117
3118         * manual/advanced.xml
3119         * manual/glossary.xml
3120         * manual/handling.xml
3121         * manual/keyboard.xml
3122         * manual/plugins.xml
3123         * manual/starting.xml
3124         * manual/fr/account.xml
3125         * manual/fr/ack.xml
3126         * manual/fr/addrbook.xml
3127         * manual/fr/advanced.xml
3128         * manual/fr/faq.xml
3129         * manual/fr/glossary.xml
3130         * manual/fr/gpl.xml
3131         * manual/fr/handling.xml
3132         * manual/fr/intro.xml
3133         * manual/fr/keyboard.xml
3134         * manual/fr/plugins.xml
3135         * manual/fr/starting.xml
3136         * manual/fr/sylpheed-claws-manual.xml
3137                 fixes to the manuals:
3138                  - summaryview -> Message List (same in French)
3139                  - translate key names
3140                  - fix French punctuation, use non-breakable spaces when
3141                    necessary, don't use &thinsp; which is not portable
3142                  - tell what maildir and mbox formats we support
3143
3144 2006-04-12 [wwp]        2.1.0cvs35
3145
3146         * src/prefs_toolbar.c
3147                 unified a replace button more,
3148                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3149
3150 2006-04-12 [wwp]        2.1.0cvs34
3151
3152         * src/prefs_common.c
3153         * src/prefs_msg_colors.c
3154                 make default color labels translatable,
3155                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3156                 thanks to Tim <timbrain@post.cz> for reporting.
3157
3158 2006-04-12 [wwp]        2.1.0cvs33
3159
3160         * manual/glossary.xml
3161         * manual/intro.xml
3162         * manual/plugins.xml
3163         * manual/starting.xml
3164         * manual/sylpheed-claws-manual.xml
3165         * manual/fr/.cvsignore
3166         * manual/fr/account.xml
3167         * manual/fr/ack.xml
3168         * manual/fr/addrbook.xml
3169         * manual/fr/advanced.xml
3170         * manual/fr/faq.xml
3171         * manual/fr/glossary.xml
3172         * manual/fr/handling.xml
3173         * manual/fr/intro.xml
3174         * manual/fr/keyboard.xml
3175         * manual/fr/plugins.xml
3176         * manual/fr/starting.xml
3177         * manual/fr/sylpheed-claws-manual.xml
3178                 various fixes: typos, missing .fr translations, punctuation,
3179                 capitalization, links, accents and some bad French more.
3180
3181 2006-04-12 [wwp]        2.1.0cvs32
3182
3183         * src/prefs_gtk.c
3184                 fix for bug #935: always store prefs files in UTF-8 (thanks
3185                 to Colin).
3186
3187 2006-04-11 [colin]      2.1.0cvs31
3188
3189         * src/compose.c
3190                 Fix inserting files not in utf8 when locale is utf8
3191
3192 2006-04-11 [colin]      2.1.0cvs30
3193
3194         * src/inc.c
3195                 Don't show error dialog when cancelling connection
3196                 Patch by Pawel
3197
3198 2006-04-11 [cleroy]     2.1.0cvs29
3199
3200         * src/compose.c
3201                 Implement multiple quote levels
3202         * src/prefs_common.c
3203                 Change a little bit the quote bgcolor for 2nd level
3204
3205 2006-04-11 [colin]      2.1.0cvs28
3206
3207         * src/gtk/about.c
3208                 Add locale and charset in the label
3209
3210 2006-04-10 [colin]      2.1.0cvs27
3211
3212         * src/compose.c
3213         * src/prefs_common.c
3214         * src/prefs_common.h
3215         * src/prefs_msg_colors.c
3216         * src/textview.c
3217                 Allow optional background color in quotes
3218                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3219                 GTK+-2.8.x feature
3220
3221 2006-04-10 [colin]      2.1.0cvs26
3222
3223         * src/main.c
3224         * src/mainwindow.c
3225         * src/mainwindow.h
3226                 Implement --select
3227
3228 2006-04-10 [colin]      2.1.0cvs25
3229
3230         * manual/plugins.xml
3231         * manual/fr/plugins.xml
3232                 Document libcurl's proxy variables
3233
3234 2006-04-09 [colin]      2.1.0cvs24
3235
3236         * src/prefs_common.c
3237                 gettext() returns statically allocated stuff. We have
3238                 to strdup it in order to be able to free it.
3239
3240 2006-04-09 [colin]      2.1.0cvs23
3241
3242         * AUTHORS
3243         * src/gtk/authors.h
3244                 Add Alexei
3245
3246 2006-04-09 [colin]      2.1.0cvs22
3247
3248         * src/mainwindow.c
3249         * src/gtk/quicksearch.c
3250                 Fix bug #859 (problems with cyrilic input in 
3251                 search panel) - Patch by Alexey Illarionov 
3252                 <littlesavage@rambler.ru>
3253
3254 2006-04-09 [colin]      2.1.0cvs21
3255
3256         * src/prefs_customheader.c
3257                 I prefer removing then freeing rather than the contrary
3258                 (even if it doesn't change anything ;-)
3259         * src/prefs_account.c
3260                 Fix bug #933 (Crash re-entering the custom headers list 
3261                 dialog in accounts prefs)
3262                 The problem happened when cancelling the Account 
3263                 Preferences' dialogs - in which case we didn't do 
3264                 anything to the PrefsAccount * struct. In case of applying,
3265                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3266                 working with in this dialog. The problem is that 
3267                 prefs_customheader.c, working on this tmp_ac_prefs, always
3268                 changes the ->customhdr_list pointer, even when cancelled. 
3269                 So in case of cancelling the prefs_account dialog, we still
3270                 have to update ->customhdr_list in the real account.
3271
3272 2006-04-08 [colin]      2.1.0cvs20
3273
3274         * manual/fr/glossary.xml
3275         * manual/fr/keyboard.xml
3276                 Forgot some headers :)
3277
3278 2006-04-08 [colin]      2.1.0cvs19
3279
3280         * manual/Makefile.am
3281         * manual/fr/Makefile.am
3282         * manual/fr/account.xml
3283         * manual/fr/ack.xml
3284         * manual/fr/addrbook.xml
3285         * manual/fr/advanced.xml
3286         * manual/fr/faq.xml
3287         * manual/fr/glossary.xml
3288         * manual/fr/gpl.xml
3289         * manual/fr/handling.xml
3290         * manual/fr/intro.xml
3291         * manual/fr/keyboard.xml
3292         * manual/fr/plugins.xml
3293         * manual/fr/starting.xml
3294         * manual/fr/sylpheed-claws-manual.xml
3295         * manual/fr/dist/.cvsignore
3296         * manual/fr/dist/Makefile.am
3297         * manual/fr/dist/html/.cvsignore
3298         * manual/fr/dist/html/Makefile.am
3299         * manual/fr/dist/pdf/.cvsignore
3300         * manual/fr/dist/pdf/Makefile.am
3301         * manual/fr/dist/ps/.cvsignore
3302         * manual/fr/dist/ps/Makefile.am
3303         * manual/fr/dist/txt/.cvsignore
3304         * manual/fr/dist/txt/Makefile.am
3305                 Add the french translation of the manual. Thanks to
3306                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3307                 account.xml, ack.xml, addrbook.xml and advanced.xml
3308
3309 2006-04-08 [colin]      2.1.0cvs18
3310
3311         * manual/plugins.xml
3312         * manual/starting.xml
3313                 More fixes
3314
3315 2006-04-07 [colin]      2.1.0cvs17
3316
3317         * manual/faq.xml
3318         * manual/intro.xml
3319         * manual/keyboard.xml
3320                 Little fixes
3321
3322 2006-04-07 [colin]      2.1.0cvs16
3323
3324         * README
3325         * src/compose.c
3326         * src/prefs_common.c
3327         * src/prefs_common.h
3328                 Add hidden compose_no_markup pref
3329
3330 2006-04-07 [wwp]        2.1.0cvs15
3331
3332         * src/summary_search.c
3333         * .cvsignore
3334                 Bugfix: stop button was sticky when searching in an empty folder.
3335                 Applied curly brackets code style to the whole file (summary_search.c).
3336                 More files to ignore.
3337
3338 2006-04-07 [wwp]        2.1.0cvs14
3339
3340         * src/message_search.c
3341         * src/summary_search.c
3342                 changed default button when search bumps at file/folder
3343                 beginning or end, for convenience (thanks to Colin).
3344
3345 2006-04-07 [paul]       2.1.0cvs13
3346
3347         * src/plugins/dillo_viewer/dillo_prefs.c
3348                 avoid future potential for namespace collision
3349                 Patch by Colin
3350
3351 2006-04-06 [wwp]        2.1.0cvs12
3352
3353         * src/summary_search.c
3354                 Unify extended/advanced searches names (and thus factorize labels),
3355                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3356
3357 2006-04-06 [wwp]        2.1.0cvs11
3358
3359         * src/folderview.c
3360         * src/prefs_themes.c
3361         * src/summaryview.c
3362                 Fixed some compilation warnings.
3363
3364 2006-04-06 [colin]      2.1.0cvs10
3365
3366         * manual/advanced.xml
3367                 Document the wizard template and how to deploy
3368                 Sylpheed-Claws effectively
3369
3370 2006-04-06 [colin]      2.1.0cvs9
3371
3372         * src/folderview.c
3373                 gettext patch to tell translators about _("#"),
3374                 by Maxim Britov
3375
3376 2006-04-06 [colin]      2.1.0cvs8
3377
3378         * src/textview.c
3379                 Fix invalid GtkTextBIter after clicking "Display as text"
3380
3381 2006-04-06 [mones]      2.1.0cvs7
3382
3383         * src/addr_compl.c
3384         * src/addrindex.c
3385         * src/addritem.c
3386         * src/codeconv.c
3387         * src/compose.c
3388         * src/filtering.c
3389         * src/folder.c
3390         * src/folder_item_prefs.c
3391         * src/folderview.c
3392         * src/localfolder.c
3393         * src/matcher.c
3394         * src/mimeview.c
3395         * src/prefs_msg_colors.c
3396         * src/prefs_spelling.c
3397         * src/prefs_themes.c
3398         * src/procmime.c
3399         * src/procmsg.c
3400         * src/stock_pixmap.c
3401         * src/summaryview.c
3402         * src/textview.c
3403         * src/toolbar.c
3404         * src/common/mgutils.c
3405         * src/common/prefs.c
3406         * src/common/ssl_certificate.c
3407         * src/gtk/colorlabel.c
3408         * src/gtk/quicksearch.c
3409         * src/plugins/pgpmime/pgpmime.c
3410         * src/plugins/spamassassin/spamassassin.c
3411                 Removed redundant NULL checks for g_free() calls.
3412                 Patch by Pawel Pekala.
3413
3414 2006-04-06 [mones]      2.1.0cvs6
3415
3416         * src/prefs_actions.c
3417         * src/prefs_filtering.c
3418         * src/prefs_filtering_action.c
3419         * src/prefs_matcher.c
3420         * src/prefs_template.c
3421         * src/gtk/gtkutils.c
3422         * src/gtk/gtkutils.h
3423                 Have a nice replace button. Patch by Pawel Pekala
3424
3425 2006-04-06 [colin]      2.1.0cvs5
3426
3427         * src/addressbook.c
3428                 Fix crash with empty columns
3429
3430 2006-04-05 [colin]      2.1.0cvs4
3431
3432         * src/wizard.c
3433         * src/prefs_gtk.c
3434                 Allow wizard customization with pre-filled values
3435
3436 2006-04-05 [colin]      2.1.0cvs3
3437
3438         * src/textview.c
3439         * src/mimeview.c
3440         * src/mimeview.h
3441                 Nicer messages in mimeview
3442
3443 2006-04-05 [colin]      2.1.0cvs2
3444
3445         * src/addressbook.c
3446         * src/prefs_summaries.c
3447                 i18n fix
3448
3449 2006-04-05 [colin]      2.1.0cvs1
3450
3451         * src/plugins/pgpcore/plugin.c
3452         * src/plugins/pgpcore/select-keys.c
3453         * src/plugins/pgpcore/select-keys.h
3454         * src/plugins/pgpcore/sgpgme.c
3455         * src/plugins/pgpcore/sgpgme.h
3456         * src/plugins/pgpinline/pgpinline.c
3457         * src/plugins/pgpinline/plugin.c
3458         * src/plugins/pgpmime/pgpmime.c
3459         * src/plugins/pgpmime/plugin.c
3460                 Factorize and generalize a bit 
3461                 Drop S/MIME signature verification from PGP/MIME
3462                 (adding it as another, more complete plugin)
3463
3464 2006-04-05 [paul]       2.1.0
3465
3466         2.1.0 released
3467
3468 2006-04-05 [paul]       2.0.0cvs186
3469
3470         * manual/advanced.xml
3471                 add info on colour labels
3472
3473 2006-04-05 [paul]       2.0.0cvs185
3474
3475         * po/bg.po
3476         * po/cs.po
3477         * po/de.po
3478         * po/el.po
3479         * po/en_GB.po
3480         * po/fi.po
3481         * po/fr.po
3482         * po/it.po
3483         * po/nl.po
3484         * po/pl.po
3485         * po/pt_BR.po
3486         * po/sr.po
3487         * po/zh_CN.po
3488                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3489                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3490                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3491                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3492         * src/gtk/authors.h
3493         * tools/claws.i18n.status.pl
3494                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3495                 and new Czech translator, Tim <timbrain@post.cz>
3496
3497 2006-04-05 [mones]      2.0.0cvs184
3498
3499         * po/es.po
3500                 Updated translation
3501
3502 2006-04-05 [colin]      2.0.0cvs183
3503
3504         * src/gtk/quicksearch.c
3505                 Fix bug #929 (unnecessary reload in quick search bar)
3506
3507 2006-04-05 [colin]      2.0.0cvs182
3508
3509         * src/compose.c
3510                 Fix crash on Reply with no From:
3511                 Show signature and conversion error on queuing 
3512                 (but not sending)
3513         * src/mainwindow.c
3514         * src/summaryview.c
3515         * src/summaryview.h
3516                 Factorize threading code and make sure msginfo 
3517                 is not null when it comes from a GtkCTreeRow's 
3518                 data
3519         * src/gtk/gtkaspell.c
3520                 Check for necessary things
3521         * src/gtk/gtksctree.c
3522         * src/gtk/gtksctree.h
3523                 Reset anchor if necessary when removing node
3524
3525 2006-03-29 [colin]      2.0.0cvs181
3526
3527         * src/folderview.c
3528                 Warn for disabled IMAP accounts (due to lack of
3529                 libetpan). Breaks string-freeze - sorry - but it
3530                 is kind of important ;)
3531
3532 2006-03-28 [colin]      2.0.0cvs180
3533
3534         * src/gtk/gtkutils.c
3535         * src/gtk/gtkutils.h
3536                 Add a gtkut_get_link_btn() function that
3537                 creates a button which acts like an URI
3538         * src/prefs_themes.c
3539         * src/gtk/about.c
3540                 Use this function (factorizes codes)
3541         * src/common/defs.h
3542         * src/gtk/pluginwindow.c
3543                 Add a "Get more..." in the plugins window
3544
3545 2006-03-28 [colin]      2.0.0cvs179
3546
3547         * src/common/smtp.c
3548         * src/common/passcrypt.c
3549         * src/undo.c
3550                 Warning fixes. Patch by Pawel Pekala
3551
3552 2006-03-27 [colin]      2.0.0cvs178
3553
3554         * src/undo.c
3555                 Fix undoing by blocks with spaces
3556
3557 2006-03-27 [colin]      2.0.0cvs177
3558
3559         * src/textview.c
3560                 Set margin to 3px for headers
3561
3562 2006-03-27 [paul]
3563
3564         2.1.0-rc2 released
3565
3566 2006-03-27 [wwp]        2.0.0cvs176
3567
3568         * src/summaryview.c
3569                 don't reset quicksearch when updating the message list.
3570                 Thanks to Colin.
3571
3572 2006-03-26 [wwp]        2.0.0cvs175
3573
3574         * src/compose.c
3575                 use a unified border width ('other' tab in the compose window,
3576                 patch by Pawel Pekala).
3577
3578
3579 2006-03-26 [wwp]        2.0.0cvs174
3580
3581         * src/common/quoted-printable.c
3582         * src/addressbook.c
3583                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3584
3585 2006-03-26 [colin]      2.0.0cvs173
3586
3587         * src/quote_fmt_parse.y
3588                 Fix non-UTF8 date formats messing up the whole quote a 
3589                 little bit
3590
3591 2006-03-26 [colin]      2.0.0cvs172
3592
3593         * src/procheader.c
3594                 Make sure the date is UTF8 valid, or try to make it
3595                 so. IncrediMail is really IncrediStupid.
3596         * src/compose.c
3597                 Fix possible conversions. 
3598                 
3599
3600 2006-03-26 [colin]      2.0.0cvs171
3601
3602         * src/matcher.c
3603                 Fix corner cases in body search. This is still a
3604                 hack... It seems impossible to make it good and 
3605                 reasonably fast at the same time.
3606
3607 2006-03-26 [colin]      2.0.0cvs170
3608
3609         * src/summaryview.c
3610                 I think I killed the twilight zone bug!
3611                 summary_select_node() flushes GTK events in order
3612                 to be able to center the view. But this also 
3613                 flushes keypresses like Ctrl-Alt-U, so this can
3614                 call summary_show from summary_select_node (itself
3615                 called from summary_show, etc.). And the summaryview
3616                 has to be unlocked in this function. So just locking
3617                 while processing GTK events, and bailing if locked, 
3618                 should fix it.
3619                 Fixes bug #927 (SIGSEGV during Update Summary)
3620
3621 2006-03-25 [colin]      2.0.0cvs169
3622
3623         * src/matcher.c
3624                 Fix search in QP-encoded bodies
3625                 Fix utf-8 searches in bodies encoded in the
3626                 locale's encoding
3627         * src/common/quoted-printable.c
3628         * src/common/quoted-printable.h
3629                 Add a decode function that doesn't overwrite
3630                 the original pointer
3631                 
3632
3633 2006-03-24 [colin]      2.0.0cvs168
3634
3635         * src/action.c
3636         * src/summaryview.c
3637         * src/summaryview.h
3638                 Update message cache after action
3639                 Patch by H. Merijn Brand
3640         * src/prefs_msg_colors.c
3641                 Factorize label 
3642                 Patch by Fabien Vantard
3643         * src/plugins/spamassassin/spamassassin_gtk.c
3644                 Remove useless translation
3645                 Patch by Fabien Vantard
3646
3647 2006-03-23 [colin]      2.0.0cvs167
3648
3649         * src/common/ssl.c
3650                 Let 30 seconds to SSL_connect
3651
3652 2006-03-23 [wwp]        2.0.0cvs166
3653
3654         * src/summaryview.c
3655         * src/gtk/description_window.c
3656                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3657                 and headers are translated; adjust description windows' width to fit their
3658                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3659
3660 2006-03-23 [paul]       2.0.0cvs165
3661
3662         * src/common/utils.c
3663                 fix highlighting of URIs containing "()"
3664                 (2.0.0cvs164's reversal fixed)
3665                 Thanks to Colin.
3666
3667 2006-03-23 [paul]       2.0.0cvs164
3668
3669         * src/common/utils.c
3670                 revert patch, (postponing a fix), at 2.0.0cvs120
3671                 as it breaks more URIs than it fixes.
3672                 Allow '-' to be a terminating character in a URI
3673
3674 2006-03-22 [colin]      2.0.0cvs163
3675
3676         * configure.ac
3677                 Require libetpan 0.45
3678                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3679
3680 2006-03-22 [paul]       2.0.0cvs162
3681
3682         * src/editgroup.c
3683                 replace '<-' and '->' buttons with GTK_STOCK graphical
3684                 buttons
3685         * src/summary_search.c
3686                 don't offer '...' for translation
3687                 add a tooltip to advanced search '...' button
3688         * src/gtk/quicksearch.c
3689                 don't offer '...' for translation
3690
3691 2006-03-21 [colin]      2.0.0cvs161
3692
3693         * src/compose.c
3694                 Fix middle-click pasting (insert at click
3695                 position instead of cursor position, don't
3696                 remove existing selection and allow pasting
3697                 our own selection)
3698         * src/addressbook.c
3699                 "LDAP Server" -> "LDAP servers"
3700
3701 2006-03-21 [wwp]        2.0.0cvs160
3702
3703         * src/etpan/imap-thread.c
3704                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3705
3706 2006-03-20 [colin]      2.0.0cvs159
3707
3708         * src/summaryview.c
3709                 Don't reload summaryview after an execute with no
3710                 move action
3711
3712 2006-03-19 [colin]      2.0.0cvs158
3713
3714         * src/addressbook.c
3715                 and put groups at the top, always
3716
3717 2006-03-19 [colin]      2.0.0cvs157
3718
3719         * src/addressbook.c
3720                 Order groups before names, as previously
3721
3722 2006-03-19 [colin]      2.0.0cvs156
3723
3724         * src/addressbook.c
3725                 - Sort case-unsensitive
3726                 - Put the sort arrow at opening too
3727
3728 2006-03-19 [wwp]        2.0.0cvs155
3729
3730         * src/addressbook.c
3731                 allow sorting by name/email/remarks, ensure that right-pane's contents
3732                 matches the left-pane selection (cleared when appropriate).
3733                 Patch by Pawel Pekala <c0rn@o2.pl>.
3734
3735 2006-03-18 [colin]      2.0.0cvs154
3736
3737         * src/textview.c
3738                 Fix text cursor ;)
3739
3740 2006-03-18 [colin]      2.0.0cvs153
3741
3742         * src/gtk/filesel.c
3743                 Make sure we hide the preview if we didn't get
3744                 a filename
3745
3746 2006-03-18 [colin]      2.0.0cvs152
3747
3748         * src/summaryview.c
3749                 Set cursor to watch for execution (fixes lack
3750                 of watch-cursor when dnd'ing hundreds of mails)
3751         * src/gtk/filesel.c
3752                 Check that mime type is 'image/*' before updating
3753                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3754
3755 2006-03-18 [colin]      2.0.0cvs151
3756
3757         * src/mainwindow.c
3758         * src/textview.c
3759         * src/textview.h
3760                 Put a watch cursor in textview too when the mainwindow's
3761                 cursor in a watch
3762
3763 2006-03-18 [colin]      2.0.0cvs150
3764
3765         * src/folder.c
3766                 Change wrong asserts to simple tests
3767
3768 2006-03-17 [colin]      2.0.0cvs149
3769
3770         * src/mainwindow.c
3771         * src/mainwindow.h
3772         * src/prefs_msg_colors.c
3773         * src/summaryview.c
3774         * src/summaryview.h
3775         * src/gtk/colorlabel.c
3776         * src/gtk/colorlabel.h
3777                 Add a color label menu in the main menubar
3778                 Add (fixed) accels Ctrl-{0-7} to change the color
3779                 They have to be fixed because the menu's dynamic,
3780                 the items are complex widgets, hence we can't use
3781                 a GtkItemFactory.
3782
3783
3784 2006-03-17 [wwp]        2.0.0cvs148
3785
3786         * src/compose.c
3787                 rollback few lines from my previous commit (those lines come from
3788                 a pending patch, accidentally commited, even if neutral as they are
3789                 commented out).
3790
3791 2006-03-17 [wwp]        2.0.0cvs147
3792
3793         * src/compose.c
3794                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3795                 applied code style/indentation to the modified function.
3796
3797 2006-03-17 [wwp]        2.0.0cvs146
3798
3799         * src/procmsg.c
3800         * src/compose.c
3801                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3802
3803 2006-03-17 [paul]
3804
3805         2.1.0-rc1 released
3806
3807 2006-03-17 [paul]       2.0.0cvs145
3808
3809         * src/main.c
3810                 addressbook_read_file() was called twice
3811         * src/textview.c
3812                 X-Mailer highlighting
3813
3814 2006-03-16 [colin]      2.0.0cvs144
3815
3816         * src/sourcewindow.c
3817         * src/sourcewindow.h
3818                 And the last one, in source window.
3819
3820 2006-03-16 [colin]      2.0.0cvs143
3821
3822         * src/compose.c
3823         * src/compose.h
3824                 Fix the same stuff in compose
3825
3826 2006-03-16 [colin]      2.0.0cvs142
3827
3828         * src/messageview.c
3829                 Complete the previous messageview crash fix
3830
3831 2006-03-16 [colin]      2.0.0cvs141
3832
3833         * src/procmsg.h
3834         * src/procmsg.c
3835         * src/folder.c
3836                 Fix POSTPROCESSING hook
3837                 Patch by H. Merijn Brand
3838
3839         * src/procmime.c
3840         * src/procmime.h
3841                 Parse Content-Location
3842
3843         * src/toolbar.c
3844         * src/messageview.c
3845         * src/messageview.h
3846                 Don't crash when a top-level MessageView has
3847                 been closed on us. Same problematic than
3848                 yesterday's quicksearch issue.
3849
3850 2006-03-15 [colin]      2.0.0cvs140
3851
3852         * src/gtk/quicksearch.c
3853                 Fix a bitchy race we didn't think about when we
3854                 added quicksearch cancellation:
3855                 If the search is not on cached fields, for example
3856                 body_part matchcase "stuff"
3857                 the matcher code has to get the whole message. If
3858                 we're on IMAP, that can be slow, and in order to
3859                 be non-blocking, the IMAP code idle loop processes
3860                 gtk events too. So it is possible to cancel a
3861                 quicksearch while the matcher is getting the mail's
3862                 body. After matcher got its body, it will start to
3863                 iterate over the matcher list that the Quicksearch's
3864                 clear_search_cb() just freed via prepare_matcher().
3865                 SIGSEGV ensues.
3866                 The fix consists of guarding the matcherlist_match()
3867                 call with a boolean 'matching'. If we reset the
3868                 quicksearch while matching is TRUE, we don't free
3869                 the matcherlist anymore like we did, but we set
3870                 another new flag, deferred_free, to TRUE. Then,
3871                 in quicksearch_match(), just after returning from
3872                 matcherlist_match() and unsetting the matching flag,
3873                 we check the deferred_free flag and do the
3874                 prepare_matcher() (which does the matcherlist_free)
3875                 for real, so we free the matcherlist once it's not
3876                 used anymore.
3877                 As all of this runs via the glib main loop, we
3878                 luckily don't need a mutex.
3879         * src/summaryview.c
3880                 Also, show progress while searching.
3881
3882
3883 2006-03-14 [colin]      2.0.0cvs139
3884
3885         * src/alertpanel.c
3886                 Make alertpanel_is_open non-static
3887
3888 2006-03-14 [colin]      2.0.0cvs138
3889
3890         * src/prefs_spelling.c
3891                 Cleanups - Fabien Vantard
3892
3893 2006-03-14 [wwp]        2.0.0cvs137
3894
3895         * src/main.c
3896                 code style normalization (curly braces, indentation).
3897
3898 2006-03-14 [wwp]        2.0.0cvs137
3899
3900         * src/main.c
3901                 code style (braces, indentation)
3902
3903 2006-03-12 [paul]       2.0.0cvs136
3904
3905         * src/prefs_common.c
3906                 trans_hdr defaults to FALSE to be RFC-savvy
3907         * src/prefs_summaries.c
3908                 add a tooltip to the trans_hdr option
3909                 
3910
3911 2006-03-12 [paul]       2.0.0cvs135
3912
3913         * src/prefs_matcher.c
3914                 give a little more width to the combos
3915         * src/prefs_display_header.c
3916         * src/textview.c
3917                 translate headers if prefs_common.trans_hdr
3918                 is TRUE
3919
3920         Patches by Pawel Pekala
3921
3922 2006-03-12 [paul]       2.0.0cvs134
3923
3924         * src/plugins/clamav/clamav_plugin.c
3925         * src/plugins/dillo_viewer/dillo_viewer.c
3926         * src/plugins/pgpcore/plugin.c
3927         * src/plugins/pgpinline/plugin.c
3928         * src/plugins/pgpmime/plugin.c
3929         * src/plugins/spamassassin/spamassassin.c
3930                 update/add to descriptions
3931         * src/plugins/spamassassin/spamassassin_gtk.c
3932                 fixes to the english, remove superfluous
3933                 tooltips, clean up a little
3934
3935 2006-03-12 [paul]       2.0.0cvs133
3936
3937         * src/compose.c
3938                 fix Bug 924, 'Account combo box shows up wrong 
3939                 if & is in account name'
3940
3941 2006-03-11 [colin]      2.0.0cvs132
3942
3943         * src/summaryview.c
3944                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3945                 messed up shift-selection because is slows down
3946                 moving around summaryview. thanks -users
3947
3948 2006-03-10 [colin]      2.0.0cvs131
3949
3950         * src/plugins/spamassassin/spamassassin_gtk.c
3951                 Put back Paul's engrish fixes
3952
3953 2006-03-10 [colin]      2.0.0cvs130
3954
3955         * src/plugins/spamassassin/spamassassin.c
3956         * src/plugins/spamassassin/spamassassin.h
3957         * src/plugins/spamassassin/spamassassin_gtk.c
3958                 Cleanup SA prefs page (more)
3959                 Patch by Fabien Vantard
3960
3961 2006-03-10 [paul]       2.0.0cvs129
3962
3963         * src/prefs_msg_colors.c
3964         * src/prefs_spelling.c
3965                 widget sensitivity
3966
3967 2006-03-09 [mones]      2.0.0cvs128
3968
3969         * po/es.po
3970                 Update for next RC
3971
3972 2006-03-09 [wwp]        2.0.0cvs127
3973
3974         * configure.ac
3975                 revert accidental commit (requirement for libetpan 0.43), this time
3976                 not in HEAD.
3977
3978 2006-03-09 [wwp]        2.0.0cvs125
3979
3980         * configure.ac
3981                 revert accidental commit (requirement for libetpan 0.43)
3982
3983 2006-03-09 [paul]       2.0.0cvs126
3984
3985         * src/prefs_receive.c
3986                 remove useless frame
3987                 replace 'incorporation' with 'receiving'
3988         * src/plugins/clamav/clamav_plugin_gtk.c
3989         * src/plugins/spamassassin/spamassassin_gtk.c
3990                 improve widget sensitivity
3991                 fix a bit his engrish
3992
3993 2006-03-09 [wwp]        2.0.0cvs125
3994
3995         * src/addressadd.c
3996         * src/foldersel.c
3997         * src/prefs_common.c
3998         * src/prefs_common.h
3999                 remember some more windows' sizes (add to addressbook and
4000                 select folder).
4001
4002 2006-03-09 [paul]       2.0.0cvs124
4003
4004         * src/plugins/pgpcore/prefs_gpg.c
4005                 normalise construction of dialogue
4006
4007 2006-03-09 [paul]       2.0.0cvs123
4008
4009         * src/plugins/trayicon/Makefile.am
4010                 add missing slash
4011
4012 2006-03-08 [colin]      2.0.0cvs122
4013
4014         * src/plugins/trayicon/Makefile.am
4015                 Fix build in separate dir 
4016                 Patch by Bamanzi <bamanzi@gmail.com>
4017
4018 2006-03-08 [colin]      2.0.0cvs121
4019
4020         * src/procmsg.c
4021                 Batch move and copies from summaryview with delayed execution
4022                 too
4023
4024 2006-03-07 [paul]       2.0.0cvs120
4025
4026         * src/common/utils.c
4027                 fix highlighting of URIs containing "()"
4028                 Patch by Pawel Pekala
4029
4030 2006-03-07 [paul]       2.0.0cvs119
4031
4032         * src/folder.c
4033         * src/folder.h
4034         * src/folderview.c
4035                 immediately do alphabetical resort when
4036                 changing a folder's name
4037                 Patch by Pawel Pekala
4038
4039 2006-03-07 [paul]       2.0.0cvs118
4040
4041         * src/news.c
4042         * src/news_gtk.c
4043                 when unsubscribing a newsgroup, remove the
4044                 folder and msgs in .sylpheed-claws/newscache
4045                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4046
4047 2006-03-07 [paul]       2.0.0cvs117
4048
4049         * src/textview.c
4050                 fix wrong Fake URL Warning
4051                 Thanks to Hiro
4052
4053 2006-03-07 [colin]      2.0.0cvs116
4054
4055         * src/imap.c
4056                 Return immediately when password dialog was
4057                 cancelled
4058         * src/gtk/inputdialog.c
4059                 Allow empty strings for passwords
4060
4061
4062 2006-03-06 [colin]      2.0.0cvs115
4063
4064         * src/imap.c
4065                 Prevent double-timeouts when connection fails
4066
4067 2006-03-06 [colin]
4068
4069         2.0.1-rc1 released
4070
4071 2006-03-06 [colin]      2.0.0cvs114
4072
4073         * src/imap.c
4074                 Refresh session during potentially long
4075                 operations
4076
4077 2006-03-06 [wwp]        2.0.0cvs113
4078
4079         * src/prefs_msg_colors.h
4080                 forgot that one (custom color labels).
4081
4082 2006-03-06 [wwp]        2.0.0cvs112
4083
4084         * src/prefs_common.c
4085         * src/prefs_common.h
4086         * src/prefs_msg_colors.c
4087         * src/summaryview.c
4088         * src/summaryview.h
4089         * src/gtk/colorlabel.c
4090         * src/gtk/colorlabel.h
4091                 colors in messages list are now customizable. Color values and names can
4092                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4093                 Thanks to Paul and Colin for their help with this longstanding patch!
4094
4095 2006-03-06 [wwp]        2.0.0cvs111
4096
4097         * src/textview.c
4098                 don't crash if (x)face is bad.
4099
4100 2006-03-05 [paul]       2.0.0cvs110
4101
4102         * AUTHORS
4103         * configure.ac
4104         * src/Makefile.am
4105         * src/common/Makefile.am
4106         * src/common/utils.h
4107         * src/etpan/imap-thread.c
4108         * src/gtk/authors.h
4109         * src/plugins/clamav/Makefile.am
4110         * src/plugins/demo/Makefile.am
4111         * src/plugins/dillo_viewer/Makefile.am
4112         * src/plugins/pgpcore/Makefile.am
4113         * src/plugins/pgpcore/passphrase.c
4114         * src/plugins/pgpinline/Makefile.am
4115         * src/plugins/pgpmime/Makefile.am
4116         * src/plugins/spamassassin/Makefile.am
4117         * src/plugins/trayicon/Makefile.am
4118                 fix builiding on cygwin
4119                 Patch by Ralgh Young <bamanzi@gmail.com>
4120
4121 2006-03-04 [wwp]        2.0.0cvs109
4122
4123         * manual/keyboard.xml
4124                 fix mixed up/down keys.
4125
4126 2006-03-04 [wwp]        2.0.0cvs108
4127
4128         * README
4129         * INSTALL
4130                 updated links to SpamAssassin.
4131
4132 2006-03-04 [wwp]        2.0.0cvs107
4133
4134         * manual/plugins.xml
4135         * src/plugins/spamassassin/README
4136                 updated SpamAssassin plugin docs to reflect new functional additions
4137                 (also fix/update/documents few technical stuff more, see the README).
4138
4139 2006-03-04 [wwp]        2.0.0cvs106
4140
4141         * src/prefs_message.c
4142                 normalized capitalization of message-prefs paths.
4143
4144 2006-03-04 [wwp]        2.0.0cvs105
4145
4146         * manual/advanced.xml
4147                 typo.
4148
4149 2006-03-03 [colin]      2.0.0cvs104
4150
4151         * src/plugins/clamav/clamav_plugin_gtk.c
4152                 Rework prefs page, patch by Fabien 
4153
4154 2006-03-03 [colin]      2.0.0cvs103
4155
4156         * src/plugins/clamav/clamav_plugin.c
4157                 Set error on all errors
4158
4159 2006-03-03 [colin]      2.0.0cvs102
4160
4161         * src/common/plugin.c
4162                 Initialize error to avoid crashing when a plugin fails
4163                 without setting error
4164
4165 2006-03-02 [wwp]        2.0.0cvs101
4166
4167         * configure.ac
4168                 fixed linker flags for libetpan support on Cygwin
4169                 (thanks to H.Merijn Brand).
4170
4171 2006-03-02 [wwp]        2.0.0cvs100
4172
4173         * src/addressbook.c
4174                 fix some AB error messages: one for punctuation and
4175                 one wrongly duplicate (thanks, maxbritov).
4176
4177 2006-03-02 [wwp]        2.0.0cvs99
4178
4179         * src/plugins/spamassassin/spamassassin.c
4180                 make sync calls to sa-learn/spamc to prevent
4181                 system (whatever local or client/server) overload.
4182
4183 2006-03-02 [colin]      2.0.0cvs98
4184
4185         * src/summaryview.c
4186                 Put the spam icon in the status column instead of the
4187                 mark one
4188
4189 2006-03-01 [colin]      2.0.0cvs97
4190
4191         * src/plugins/spamassassin/spamassassin.c
4192                 Fix segfault (g_file_set_contents fails for some 
4193                 reason and err==0x2f. Can't find out why with
4194                 valgrind, using working function :-)
4195
4196 2006-03-01 [colin]      2.0.0cvs96
4197
4198         * src/inc.c
4199                 Offline overriding: let 'No' be cached only 3 seconds
4200
4201 2006-03-01 [colin]      2.0.0cvs95
4202
4203         * src/addr_compl.c
4204         * src/addrbook.c
4205         * src/addressbook.c
4206         * src/addrindex.c
4207         * src/folder_item_prefs.c
4208         * src/headerview.c
4209         * src/imap.c
4210         * src/inc.c
4211         * src/ldif.c
4212         * src/mainwindow.c
4213         * src/mh.c
4214         * src/msgcache.c
4215         * src/prefs_common.h
4216         * src/prefs_msg_colors.c
4217         * src/procheader.c
4218         * src/procheader.h
4219         * src/procmime.c
4220         * src/procmsg.c
4221         * src/procmsg.h
4222         * src/send_message.h
4223         * src/simple-gettext.c
4224         * src/summaryview.c
4225         * src/summaryview.h
4226         * src/syldap.c
4227         * src/textview.c
4228         * src/undo.c
4229         * src/common/ssl_certificate.c
4230         * src/common/utils.c
4231         * src/gtk/colorsel.c
4232         * src/gtk/gtksctree.c
4233         * src/gtk/gtkshruler.c
4234         * src/plugins/trayicon/trayicon.c
4235                 #if 0 goes to /dev/null
4236
4237 2006-03-01 [colin]      2.0.0cvs94
4238
4239         * src/compose.c
4240         * src/imap.c
4241         * src/inc.c
4242         * src/inc.h
4243         * src/messageview.c
4244         * src/news.c
4245         * src/plugins/spamassassin/spamassassin.c
4246                 Allow to add information in the "working offline"
4247                 window
4248
4249 2006-03-01 [wwp]        2.0.0cvs93
4250
4251         * src/plugins/spamassassin/spamassassin.c
4252                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4253                 'cause it seems that calling `spamc ... < inputfile` with
4254                 g_spawn_(a)sync simply.. erm doesn't work :-).
4255
4256 2006-03-01 [wwp]        2.0.0cvs92
4257
4258         * src/toolbar.c
4259         * src/toolbar.h
4260                 simplify the adding of spam/ham button to the messageview toolbar
4261                 (it gets more clear now that the same button will be "Mark as spam"
4262                 or "Mark as ham" according to the current message status,
4263                 thanks to Colin).
4264
4265 2006-03-01 [wwp]        2.0.0cvs91
4266
4267         * src/messageview.c
4268         * src/procmsg.c
4269         * src/procmsg.h
4270         * src/summaryview.c
4271         * src/plugins/spamassassin/spamassassin.c
4272         * src/plugins/spamassassin/spamassassin.h
4273                 make learner callbacks return a status (0 for ok),
4274                 handle it in main code to avoid setting flags when learning failed,
4275                 don't learn on TCP if offline in spamassassin,
4276                 thanks to Colin.
4277
4278                 
4279
4280 2006-03-01 [wwp]        2.0.0cvs90
4281
4282         * src/compose.c
4283                 some work around the compose window's account menu,
4284                 patch by Fabien Vantard.
4285
4286 2006-03-01 [wwp]        2.0.0cvs89
4287
4288         * src/plugins/spamassassin/spamassassin.c
4289                 fixed bad logics, was using spamc in local mode and sa-learn
4290                 in remote mode (thanks, Colin).
4291
4292 2006-03-01 [wwp]        2.0.0cvs88
4293
4294         * src/plugins/spamassassin/spamassassin.c
4295         * src/plugins/spamassassin/spamassassin.h
4296         * src/plugins/spamassassin/spamassassin_gtk.c
4297                 made processing of emails w/ sa-plugin an option (default is TRUE),
4298                 fixed Engrish some tooltips, capitalization of some debug messages
4299                 and warnings. The spamassassin plugin now provides two separate
4300                 services: process emails upon incorporation and spamd training.
4301                 Both services (un)register independently but use some common
4302                 plugin settings (transport settings, spam storage location).
4303
4304 2006-02-28 [wwp]        2.0.0cvs87
4305
4306         * src/plugins/spamassassin/spamassassin.c
4307                 fix async flag to spamc cmdline execution (batch exec should
4308                 be asynchronous).
4309
4310 2006-02-27 [wwp]        2.0.0cvs86
4311
4312         * src/plugins/spamassassin/spamassassin.c
4313         * src/plugins/spamassassin/spamassassin.h
4314         * src/plugins/spamassassin/spamassassin_gtk.c
4315                 - added the ability to learn a remote spamassassin server (spamd),
4316                 using spamc.
4317                 - added the spamassassin option 'username', that applies to all
4318                 spamassassin operations (filtering, learning, local or remote).
4319                 The default username is the current unix user (if left blank
4320                 from gtk prefs or config file).
4321                 - commented out some unused code (notebook widget), removed unused
4322                 layout (hbox1).
4323                 - make more widgets sensitive to the transport type.
4324
4325 2006-02-27 [colin]      2.0.0cvs85
4326
4327         * src/plugins/spamassassin/spamassassin.c
4328                 Fix sa-learn call when offline
4329
4330 2006-02-27 [colin]      2.0.0cvs84
4331
4332         * configure.ac
4333         * src/Makefile.am
4334         * src/mainwindow.c
4335         * src/mainwindow.h
4336         * src/messageview.c
4337         * src/messageview.h
4338         * src/prefs_toolbar.c
4339         * src/procmsg.c
4340         * src/stock_pixmap.c
4341         * src/stock_pixmap.h
4342         * src/summaryview.c
4343         * src/toolbar.c
4344         * src/toolbar.h
4345         * src/pixmaps/ham_btn.xpm
4346         * src/pixmaps/spam.xpm
4347         * src/pixmaps/spam_btn.xpm
4348         * src/plugins/spamassassin/spamassassin.c
4349                 Add button in toolbar for spam learning
4350                 Fix a few bugs from the last related commit
4351                 Revert 1.9.6cvs23 which messed up shift-selection
4352
4353 2006-02-24 [colin]      2.0.0cvs83
4354
4355         * src/procmsg.c
4356         * src/summaryview.c
4357         * src/summaryview.h
4358         * src/plugins/spamassassin/spamassassin.c
4359         * src/plugins/spamassassin/spamassassin.h
4360         * src/plugins/spamassassin/spamassassin_gtk.c
4361                 Unregister learner when spamassassin is either
4362                 disabled or over tcp
4363
4364 2006-02-24 [colin]      2.0.0cvs82
4365
4366         * src/Makefile.am
4367         * src/mainwindow.c
4368         * src/mainwindow.h
4369         * src/procmsg.c
4370         * src/procmsg.h
4371         * src/stock_pixmap.c
4372         * src/stock_pixmap.h
4373         * src/summaryview.c
4374         * src/summaryview.h
4375         * src/gtk/icon_legend.c
4376         * src/pixmaps/spam.xpm  ** NEW FILE **
4377         * src/plugins/spamassassin/spamassassin.c
4378         * src/plugins/spamassassin/spamassassin_gtk.c
4379                 Add spam learning interface (Mark/Mark as 
4380                 (spam|ham) menus)
4381
4382 2006-02-24 [wwp]        2.0.0cvs81
4383
4384         * src/compose.c
4385         * src/compose.h
4386         * src/filtering.c
4387                 hide compose window when sending message in batch mode
4388                 (filtering: forward and redirect). Also fixed a wrong
4389                 value returned when sending failed, neutral anyway.
4390                 (Colin, me) 
4391
4392 2006-02-24 [wwp]        2.0.0cvs80
4393
4394         * src/mainwindow.c
4395                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4396
4397 2006-02-24 [paul]       2.0.0cvs79
4398
4399         * src/news.c
4400         * src/news.h
4401         * src/news_gtk.c
4402                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4403                 Thanks to Colin
4404
4405 2006-02-23 [colin]      2.0.0cvs78
4406
4407         * src/alertpanel.c
4408                 Change OK to Close in alertpanel with View log
4409                 button; add accel to View log. Patch by Fabien
4410                 Vantard
4411
4412 2006-02-23 [wwp]        2.0.0cvs77
4413
4414         * src/compose.c
4415                 silly me, there were much more tests to perform, since toolbars can
4416                 really have down to 1 element only.
4417
4418 2006-02-23 [wwp]        2.0.0cvs76
4419
4420         * commitHelper
4421                 fixed indentation from my previous commit. Fallback to VISUAL if
4422                 EDITOR is not set (and to vi, at last resort).
4423
4424 2006-02-23 [wwp]        2.0.0cvs75
4425
4426         * commitHelper
4427                 improved error detection (Colin, me).
4428
4429 2006-02-23 [wwp]        2.0.0cvs74
4430
4431         * src/prefs_toolbar.c
4432                 simplify and fix prefs/toolbars layouting. Combos' contents can
4433                 now be really displayed.
4434
4435 2006-02-23 [wwp]        2.0.0cvs73
4436         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4437         be really displayed.
4438
4439 2006-02-22 [wwp]        2.0.0cvs72
4440
4441         * src/compose.c
4442                 fix a typo in my previous commit (sorry!).
4443
4444 2006-02-22 [wwp]        2.0.0cvs71
4445
4446         * src/prefs_toolbar.c
4447                 fix a crash when adding separators to toolbars,
4448                 also fix some separator item information.
4449
4450 2006-02-22 [wwp]        2.0.0cvs70
4451
4452         * src/compose.c
4453                 fix a crash when redirecting (for instance) when compose window's
4454                 toolbar contents has been customized (when some buttons have been
4455                 removed in fact).
4456
4457 2006-02-21 [wwp]        2.0.0cvs69
4458
4459         * src/summaryview.c
4460         * src/gtk/pluginwindow.c
4461         * src/plugins/pgpcore/prefs_gpg.c
4462                 fix some compilation warnings (feat. remains of removed code).
4463
4464 2006-02-21 [wwp]        2.0.0cvs68
4465
4466         * src/gtk/gtkutils.c
4467                 fix two compilation issues, thanks to Stephan Sachse.
4468
4469 2006-02-20 [colin]      2.0.0cvs67
4470
4471         * src/mainwindow.c
4472                 Don't reselect displayed mail on refocus
4473                 This fixes actions misbehaving 
4474
4475 2006-02-20 [wwp]        2.0.0cvs66
4476
4477         * src/summaryview.c
4478         * src/gtk/gtksctree.c
4479         * src/gtk/gtkshruler.c
4480                 changed more runtime typecast checks.
4481
4482 2006-02-20 [wwp]        2.0.0cvs65
4483
4484         * src/summary_search.c
4485                 find all - summaryview refresh issue fixed, thanks to Colin.
4486
4487 2006-02-20 [wwp]        2.0.0cvs64
4488
4489         * src/gtk/gtkutils.c
4490                 better runtime typecast checks.
4491
4492 2006-02-20 [wwp]        2.0.0cvs63
4493
4494         * src/summary_search.c
4495                 enhancements to the summary search:
4496                         - add the ability to stop the running search
4497                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4498                         - don't search if no criteria (From/To/Subject/Body) is set
4499                         - ensure that a busy mouse pointer is always shown when searching,
4500                           show it even a bit earlier
4501
4502 2006-02-19 [colin]      2.0.0cvs62
4503
4504         * src/compose.c
4505         * src/imap.c
4506         * src/etpan/imap-thread.c
4507         * src/etpan/imap-thread.h
4508                 (Future) IMAP speed improvement on sending
4509                 Will require a libetpan update
4510         * src/summaryview.c
4511         * src/gtk/quicksearch.c
4512                 Make quicksearch clearable while running.
4513
4514 2006-02-17 [colin]      2.0.0cvs61
4515
4516         * src/imap.c
4517         * src/etpan/imap-thread.c
4518         * src/etpan/imap-thread.h
4519                 Check for IMAP certificates
4520                 ** Requires libetpan-0.42-cvs4 
4521                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4522
4523 2006-02-17 [colin]      2.0.0cvs60
4524
4525         * src/messageview.c
4526         * src/prefs_common.c
4527         * src/prefs_common.h
4528         * src/prefs_message.c
4529                 Add pref to display HTML-only mails with plugin, 
4530                 if possible (defaulting to FALSE of course).
4531
4532 2006-02-16 [colin]      2.0.0cvs59
4533
4534         * src/main.c
4535         * src/common/plugin.c
4536         * src/common/plugin.h
4537         * src/gtk/pluginwindow.c
4538                 Keep track of requested (but unloaded) plugins
4539                 in some error cases.
4540
4541 2006-02-16 [wwp]        2.0.0cvs58
4542
4543         * src/gtk/gtkaspell.c
4544         * src/gtk/gtkaspell.h
4545         * src/prefs_spelling.c
4546         * src/compose.c
4547         * src/prefs_common.c
4548         * src/prefs_common.h
4549                 implemented new optional spellchecker behaviour: re-check message when
4550                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4551
4552 2006-02-16 [wwp]        2.0.0cvs57
4553
4554         * src/quote_fmt_parse.y
4555                 pclose popen'ed pipe.
4556
4557 2006-02-15 [colin]      2.0.0cvs56
4558
4559         * src/mimeview.c
4560         * src/mimeview.h
4561                 Let MimeViewers know which MimeView they
4562                 depend of.
4563         * src/summaryview.c
4564                 Swap From/To columns in Sent/Queue/Drafts
4565                 folders
4566         * src/etpan/imap-thread.c
4567                 Use mailstream_low_tls_open() for STARTTLS
4568                 instead of mailstream_low_ssl_open()
4569                 ** REQUIRES libetpan 0.42cvs3 **
4570
4571 2006-02-15 [wwp]        2.0.0cvs55
4572
4573         * src/compose.c
4574         * src/compose.h
4575         * src/message_search.c
4576         * src/message_search.h
4577         * src/textview.c
4578         * src/gtk/gtkutils.c
4579         * src/gtk/gtkutils.h
4580                 added the ability to Find text in the compose window (and a bit
4581                 of code factorization).
4582
4583 2006-02-15 [wwp]        2.0.0cvs54
4584
4585         * src/prefs_gtk.c
4586                 yet another one file was missing (fix for some widgets' sensitivity).
4587                 Thanks Colin!
4588
4589 2006-02-15 [wwp]        2.0.0cvs53
4590
4591         * src/prefs_gtk.h
4592                 oops forgot that file (fix for some widgets' sensitivity).
4593
4594 2006-02-15 [wwp]        2.0.0cvs52
4595
4596         * src/summary_search.c
4597                 implemented advanced summary search options (added the ability
4598                 to use matcher conditions in an advanced search mode).
4599
4600 2006-02-15 [wwp]        2.0.0cvs51
4601
4602         * src/plugins/pgpcore/prefs_gpg.c
4603         * src/prefs_account.c
4604                 fix some widget sensitivity, mostly around some labels in
4605                 account prefs.
4606
4607 2006-02-15 [paul]       2.0.0cvs50
4608
4609         * manual/advanced.xml
4610                 improve Templates info
4611                 written by wwp
4612
4613 2006-02-14 [colin]      2.0.0cvs49
4614
4615         * src/pixmaps/address_book.xpm
4616         * src/pixmaps/preferences.xpm
4617         * src/pixmaps/properties.xpm
4618                 Fix pixmap size - patch by Fabien Vantard
4619
4620 2006-02-13 [colin]      2.0.0cvs48
4621
4622         * src/procmime.c
4623                 Add missing fclose()s on error
4624         * src/textview.c
4625                 Remove unused code
4626         * src/common/utils.c
4627                 Fix temp files not being deleted on windows
4628         Patches by Thomas Gilgin
4629
4630 2006-02-13 [colin]      2.0.0cvs47
4631
4632         * src/mainwindow.c
4633                 Fix exit crash
4634
4635 2006-02-13 [wwp]        2.0.0cvs46
4636
4637         * src/plugins/pgpcore/prefs_gpg.c
4638                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4639
4640 2006-02-12 [colin]      2.0.0cvs45
4641
4642         * src/folderview.c
4643         * src/main.c
4644         * src/mainwindow.c
4645                 Fix "stuff" when quitting
4646
4647 2006-02-12 [wwp]        2.0.0cvs44
4648
4649         * src/prefs_themes.c
4650                 fix typos in debug messages.
4651
4652 2006-02-11 [colin]      2.0.0cvs43
4653
4654         * src/summaryview.c
4655                 don't allow drag/drop from ourself
4656
4657 2006-02-10 [wwp]        2.0.0cvs42
4658
4659         * src/exporthtml.c
4660         * src/html.c
4661         * src/html.h
4662         * src/procmime.c
4663         * src/textview.c
4664                 renamed html_ prefixed functions and data structures to avoid
4665                 namespace clashes w/ other software (gtkhtml2 for instance).
4666                 Closes bug #907.
4667
4668
4669 2006-02-09 [colin]      2.0.0cvs41
4670
4671         * src/summaryview.c
4672                 Fix shitty logic messed up. Thanks Ticho for the hint!
4673
4674 2006-02-09 [wwp]        2.0.0cvs40
4675
4676         * src/gtk/about.c
4677         * src/compose.c
4678         * src/prefs_account.c
4679         * src/prefs_gtk.h
4680         * src/editaddress.c
4681                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4682                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4683                 Browse buttons in accounts prefs.
4684
4685 2006-02-09 [colin]      2.0.0cvs39
4686
4687         * src/matcher.c
4688                 Check for pointer before using its members
4689         * src/gtk/gtksourceprintjob.c
4690                 Fix a wrong warning
4691
4692 2006-02-09 [wwp]        2.0.0cvs38
4693
4694         * src/gtk/filesel.c
4695                 fix few compiler warnings (type mismatch).
4696
4697 2006-02-09 [paul]       2.0.0cvs37
4698
4699         * po/fr.po
4700                 updated by Fabien Vantard
4701
4702 2006-02-08 [colin]      2.0.0cvs36
4703
4704         * src/prefs_common.c
4705         * src/common/defs.h
4706         * src/common/plugin.c
4707                 allow windows and linux configurations to coexist
4708                 patch by Thomas Gilgin
4709
4710 2006-02-08 [colin]      2.0.0cvs35
4711
4712         * src/filtering.c
4713         * src/matcher.c
4714         * src/matcher.h
4715         * src/matcher_parser_parse.y
4716         * src/prefs_filtering_action.c
4717         * src/prefs_matcher.c
4718                 Add the "Ignore thread" filtering
4719                 action
4720
4721 2006-02-08 [colin]      2.0.0cvs34
4722
4723         * src/compose.c
4724         * src/procmime.c
4725         * src/procmime.h
4726                 Fix bug #905 (damaged attachment)
4727                 text files with raw \0's aren't really text files
4728         FOR_STABLE
4729
4730 2006-02-08 [colin]      2.0.0cvs33
4731
4732         * src/summaryview.c
4733                 Fix crasher introduced yesterday
4734
4735 2006-02-08 [wwp]        2.0.0cvs32
4736
4737         * src/compose.c
4738         * src/compose.h
4739                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4740
4741 2006-02-08 [wwp]        2.0.0cvs31
4742
4743         * src/prefs_template.c
4744                 templates enhancement: allow address completion for Cc and Bcc fields
4745                 (it was currently possible for the To field only)
4746
4747 2006-02-08 [colin]      2.0.0cvs30
4748
4749         * src/compose.c
4750                 Don't unblock if not blocked
4751         FOR_STABLE
4752
4753 2006-02-07 [colin]      2.0.0cvs29
4754
4755         * src/action.c
4756                 Forgot to refresh summaryview
4757
4758 2006-02-07 [colin]      2.0.0cvs28
4759
4760         * src/action.c
4761                 Freeze/thaw message list and folder list while
4762                 processing %as{} actions 
4763         * src/compose.c
4764                 Fix auto-wrap disabling after a middle-click
4765                 paste - FOR_STABLE
4766
4767 2006-02-07 [paul]       2.0.0cvs27
4768
4769         * src/folder.c
4770                 fix freeing of uninitialised pointers
4771                 Thanks to Colin
4772
4773 2006-02-06 [colin]      2.0.0cvs26
4774
4775         * src/folder.c
4776                 Use g_slist_prepend in potentially big list
4777
4778 2006-02-06 [colin]      2.0.0cvs25
4779
4780         * src/folder.c
4781                 Completely skip processing if it doesn't 
4782                 exist (faster!)
4783
4784 2006-02-06 [colin]      2.0.0cvs24
4785
4786         * src/folder.c
4787         * src/summaryview.c
4788                 Batch filtering in summaryview (from Tools menu)
4789                 and pre/post//-processing too
4790
4791 2006-02-06 [colin]      2.0.0cvs23
4792
4793         * src/procmsg.h
4794         * src/filtering.c
4795                 Use a special field for batch filtering instead
4796                 of stepping on deferred execution's toes
4797
4798 2006-02-06 [colin]      2.0.0cvs22
4799
4800         * src/action.c
4801         * src/filtering.c
4802         * src/filtering.h
4803         * src/folder.c
4804         * src/summaryview.c
4805                 Fix filtering via menus and actions
4806
4807 2006-02-06 [colin]      2.0.0cvs21
4808
4809         * src/imap.c
4810                 Put the added file directly to cache if possible (will work
4811                 with next libetpan)
4812         * src/filtering.c
4813         * src/filtering.h
4814         * src/inc.c
4815         * src/folder.c
4816         * src/mbox.c
4817         * src/procmsg.h
4818                 Move and copy filtered messages by batches instead of one
4819                 by one - faster on IMAP
4820         * src/procmsg.c
4821                 Add a function that'll possibly be useful later
4822
4823 2006-02-06 [colin]      2.0.0cvs20
4824
4825         * src/addressbook.c
4826                 Use internal mime-type instead of text/plain for d'n'd
4827         * src/compose.c
4828                 Allow attaching files from mimeview's icon list via d'n'd
4829         * src/folderview.c
4830         * src/folderview.h
4831                 Use internal mime-type instead of text/plain for d'n'd
4832                 Don't try to selected opened folder if none is
4833                 Factorize d'n'd from other apps code
4834         * src/headerview.c
4835         * src/textview.c
4836         * src/gtk/gtkutils.c
4837         * src/gtk/gtkutils.h
4838                 Factorize Face/X-Face stuff
4839         * src/mimeview.c
4840                 Fix d'n'd to other apps
4841         * src/prefs_message.c
4842                 Let the XFace pref be usable without libcompface as it also
4843                 applies to Face
4844         * src/summaryview.c
4845                 Fix d'n'd to other apps
4846                 Factorize d'n'd from other apps code
4847
4848 2006-02-06 [wwp]        2.0.0cvs19
4849
4850         * po/it.po
4851                 Italian translation fixes by Andrea Spadaccini (no more confusion
4852                 between filtering and processing, and few changes in the About
4853                 dialog).
4854
4855
4856 2006-02-06 [mones]      2.0.0cvs18
4857
4858         * src/gtk/icon_legend.c
4859                 Improved descriptions allowing better translations
4860
4861 2006-02-05 [colin]      2.0.0cvs17
4862
4863         * src/imap.c
4864                 Add the f*cking missing expunge that caused imap_fetch_env
4865                 to fail after an add_msgs ! :-///
4866         * src/etpan/imap-thread.c
4867                 Add a bit of debug
4868         FOR_STABLE
4869
4870 2006-02-05 [colin]      2.0.0cvs16
4871
4872         * src/common/utils.c
4873                 Don't check for return-path (or we can't put
4874                 back non-sent mails)
4875
4876 2006-02-05 [colin]      2.0.0cvs15
4877
4878         * src/textview.c
4879                 Don't try to display Face header in textview
4880                 when teh headerview's active
4881
4882 2006-02-05 [colin]      2.0.0cvs14
4883
4884         * tools/tbird2syl.py
4885         * tools/Makefile.am
4886                 Add script to import Thunderbird mails
4887
4888 2006-02-05 [colin]      2.0.0cvs13
4889
4890         * src/headerview.c
4891         * src/procheader.c
4892         * src/procmsg.c
4893         * src/procmsg.h
4894         * src/textview.c
4895                 Show Face headers - patch partially by Klaus Flittner
4896
4897 2006-02-05 [colin]      2.0.0cvs12
4898
4899         * src/folderview.c
4900         * src/summaryview.c
4901         * src/common/utils.c
4902         * src/common/utils.h
4903                 Let dnd work from mime icons to summaryview
4904                 and to folderview too
4905                 Add a crude test to avoid trying to add files
4906                 drag'n'dropped when they're not mails
4907
4908 2006-02-04 [colin]      2.0.0cvs11
4909
4910         * src/summaryview.c
4911         * src/mimeview.c
4912                 Fix utf8 conversion
4913
4914 2006-02-04 [colin]      2.0.0cvs10
4915
4916         * src/compose.c
4917         * src/folderview.c
4918         * src/mimeview.c
4919         * src/summaryview.c
4920         * src/summaryview.h
4921                 Added various drag and drop capas:
4922                 From                    To
4923                 summaryview             other apps
4924                 mimeview icons          other apps
4925                 other apps              summaryview
4926                 other apps              folderview
4927
4928                 This shouldn't have broken the existing:
4929                 From                    To
4930                 summaryview             folderview
4931                 folderview              folderview
4932                 summaryview             compose's attachments
4933
4934         Tests welcomed.
4935
4936 2006-02-02 [paul]       2.0.0cvs9
4937
4938         * src/mainwindow.c
4939                 move global option 'Set displayed columns...' out
4940                 of folder option grouping.
4941                 fix sensitivity of 'harvest addresses'
4942         FOR_STABLE
4943
4944 2006-02-01 [colin]      2.0.0cvs8
4945
4946         * src/mimeview.c
4947                 Revert the alertpanel patch, it sucks (intrusive
4948                 and gets in the way of "open")
4949
4950 2006-02-01 [colin]      2.0.0cvs7
4951
4952         * src/compose.c
4953         * src/prefs_account.c
4954         * src/prefs_common.c
4955         * src/common/defs.h
4956         * src/common/utils.c
4957         * src/common/utils.h
4958                 Add ability to edit the signature file
4959                 from the account preferences, and use
4960                 a default for the text editor.
4961                 Patch by Fabien Vantard
4962
4963 2006-02-01 [colin]      2.0.0cvs6
4964
4965         * src/mimeview.c
4966                 Try to get mime type by extension if it is
4967                 application/octet-stream
4968                 Display a window with possible choices when
4969                 encountering unknown mime types
4970         * src/gtk/filesel.c
4971         * src/gtk/filesel.h
4972                 Add preview
4973                 Allow multiple selection in filtered filesel
4974                 (patch by Fabien Vantard)
4975         * src/gtk/pluginwindow.c
4976                 Use it (patch by Fabien Vantard)
4977
4978 2006-02-01 [paul]       2.0.0cvs5
4979
4980         * src/jpilot.c
4981                 fix crash on creating jpilot address book
4982                 Thanks to Colin - FOR_STABLE
4983         * src/prefs_summaries.c
4984         * src/prefs_wrapping.c
4985         * src/gtk/icon_legend.c
4986         * src/gtk/quicksearch.c
4987                 string fixes and additions
4988
4989 2006-02-01 [paul]       2.0.0cvs4
4990
4991         * src/compose.c
4992         * src/mainwindow.c
4993         * src/messageview.c
4994         * src/prefs_send.c
4995                 add Arabic encoding option
4996                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4997
4998 2006-01-31 [colin]      2.0.0cvs3
4999
5000         * src/plugins/pgpcore/passphrase.c
5001                 Convert passphrase to locale encoding
5002         * src/compose.c
5003                 Fix drafting on IMAP. Crappy bug sneaked in
5004                 the release :-/
5005         FOR_STABLE
5006
5007 2006-01-30 [paul]       2.0.0cvs2
5008
5009         * src/gtk/icon_legend.c
5010                 show the new entries
5011
5012 2006-01-30 [colin]      2.0.0cvs1
5013
5014         * src/manual.c
5015                 Check for the file to be present before 
5016                 enabling the menu - FOR_STABLE
5017         * src/gtk/icon_legend.c
5018                 Add folders icons (not all of them, there
5019                 are too much, but the most intriguing ones)
5020
5021 2006-01-30 [paul]       2.0.0
5022
5023         version 2.0.0 released
5024
5025 2006-01-30 [paul]       1.9.100cvs200
5026
5027         * manual/faq.xml
5028         * manual/gpl.xml
5029         * manual/intro.xml
5030         * manual/starting.xml
5031         * manual/sylpheed-claws-manual.xml
5032                 fixes, additions
5033
5034 2006-01-29 [mones]      1.9.100cvs199
5035
5036         * manual/account.xml
5037         * manual/advanced.xml
5038         * manual/glossary.xml
5039                 Some typos fixed, added LDIF term to glossary
5040         * po/es.po
5041                 Fixed leading plus symbol
5042
5043 2006-01-29 [paul]       1.9.100cvs198
5044
5045         * po/fi.po
5046         * po/sk.po
5047                 updated by Tommi Pirinen and Andrej Kacian
5048
5049 2006-01-29 [paul]       1.9.100cvs197
5050
5051         * src/gtk/authors.h
5052                 remove duplicates
5053
5054 2006-01-29 [paul]       1.9.100cvs196
5055
5056         * AUTHORS
5057         * po/nl.po
5058         * src/gtk/authors.h
5059         * tools/claws.i18n.status.pl
5060                 nl translation updated by Tim Dijkstra
5061
5062 2006-01-29 [paul]       1.9.100cvs195
5063
5064         * po/sr.po
5065         * po/sv.po
5066                 updated by Aleksandar Urosevic and Anders Troback
5067
5068 2006-01-28 [colin]      1.9.100cvs194
5069
5070         * src/gtk/gtksourceprintjob.c
5071                 Don't fiddle with PangoLayout when we
5072                 have an image
5073
5074 2006-01-28 [paul]       1.9.100cvs193
5075
5076         * AUTHORS
5077         * po/el.po
5078         * po/zh_CN.po
5079         * src/gtk/authors.h
5080         * tools/claws.i18n.status.pl
5081                 updated translations submitted by Stavros Giannouris
5082                 and Ralgh Young
5083
5084 2006-01-27 [colin]      1.9.100cvs192
5085
5086         * src/summaryview.c
5087         * src/gtk/gtksourceprintjob.c
5088                 Add image printing 
5089                 (libgnomeprint only, of course)
5090
5091 2006-01-27 [paul]       1.9.100cvs191
5092
5093         * po/fr.po
5094         * po/it.po
5095                 updated by Fabien Vantard and Andrea Spadaccini
5096
5097 2006-01-26 [colin]      1.9.100cvs190
5098
5099         * manual/Makefile.am
5100         * configure.ac
5101                 Make building the manual optional 
5102                 (--disable-manual)
5103
5104 2006-01-26 [paul]       1.9.100cvs189
5105
5106         * manual/glossary.xml
5107         * manual/plugins.xml
5108                 edited
5109         * po/en_GB.po
5110                 updated
5111
5112 2006-01-26 [paul]       1.9.100cvs188
5113
5114         * src/prefs_display_header.c
5115         * src/prefs_folder_column.c
5116         * src/prefs_msg_colors.c
5117         * src/prefs_summaries.c
5118         * src/prefs_summary_column.c
5119                 HIGify
5120
5121 2006-01-25 [colin]      1.9.100cvs187
5122
5123         * src/imap.c
5124                 Don't allow moving/copying mails between
5125                 queue/drafts and non-queue/drafts folders
5126                 Fixes bug #897 (message header is resetted 
5127                 if one is copied to Drafts)
5128
5129 2006-01-25 [colin]      1.9.100cvs186
5130
5131         * src/folder.c
5132         * src/mainwindow.c
5133                 Fix subscribed folders not found
5134         * src/compose.c
5135                 Don't try to encode as original mail's charset
5136                 if it's ascii 
5137
5138 2006-01-25 [paul]       1.9.100cvs185
5139
5140         * AUTHORS
5141         * po/Makevars
5142                 updated
5143         * po/de.po
5144         * po/pl.po
5145         * po/pt_BR.po
5146         * po/sr.po
5147                 updates submitted by Stephan Sachse, Emilian Nowak
5148                 and Quar, Frederico Goncalves Guimaraes, and
5149                 Aleksandar Urosevic
5150                 Fix Bug 896, 'PT_BR locale broken'.
5151         * src/gtk/authors.h
5152                 updated
5153
5154 2006-01-24 [mones]      1.9.100cvs184
5155
5156         * manual/glossary.xml
5157                 All current terms finished. Reviewers welcome ;-)
5158         * manual/keyboard.xml
5159                 Fixed column width for pdf output.
5160         * po/es.po
5161                 Updated
5162
5163 2006-01-24 [paul]       1.9.100cvs183
5164
5165         * manual/glossary.xml
5166                 fix id name
5167         * manual/dist/html/Makefile.am
5168         * manual/dist/pdf/Makefile.am
5169         * manual/dist/ps/Makefile.am
5170         * manual/dist/txt/Makefile.am
5171                 fix make deps
5172                 Thanks to Colin
5173
5174 2006-01-24 [mones]      1.9.100cvs182
5175
5176         * manual/glossary.xml
5177                 Nearly finished, some terms missing.
5178
5179 2006-01-23 [paul]       1.9.100cvs181
5180
5181         * manual/dist/html/Makefile.am
5182         * manual/dist/pdf/Makefile.am
5183         * manual/dist/ps/Makefile.am
5184         * manual/dist/txt/Makefile.am
5185         * src/mainwindow.c
5186                 re-enable manual
5187                 Thanks to Colin
5188
5189 2006-01-22 [colin]      1.9.100cvs180
5190
5191         * src/compose.c
5192         * src/gtk/gtkaspell.c
5193                 Don't deselect stuff before right-clicking, with aspell.
5194                 (This prevented right-click Copy, for example).
5195                 Thanks to Clo!
5196
5197 2006-01-22 [paul]       1.9.100cvs179
5198
5199         * src/summary_search.c
5200                 don't fix the widget size as it causes problems
5201                 under localisation.
5202                 Thanks to Emilian Nowak
5203
5204 2006-01-21 [paul]       1.9.100cvs178
5205
5206         * src/prefs_themes.c
5207                 fix broken underlining of label text
5208                 with some translations
5209
5210 2006-01-21 [colin]      1.9.100cvs177
5211
5212         * po/fr.po
5213                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5214
5215 2006-01-20 [colin]      1.9.100cvs176
5216
5217         * configure.ac
5218         * Makefile.am
5219         * manual/Makefile
5220         * manual/dist/html/.cvsignore
5221         * manual/dist/html/Makefile.am
5222         * manual/dist/pdf/.cvsignore
5223         * manual/dist/pdf/Makefile.am
5224         * manual/dist/ps/.cvsignore
5225         * manual/dist/ps/Makefile.am
5226         * manual/dist/txt/.cvsignore
5227         * manual/dist/txt/Makefile.am
5228                 Autotool-ize manual
5229
5230 2006-01-20 [paul]       1.9.100cvs175
5231
5232         * manual/handling.xml
5233                 make Filtering and Searching entries easier to find
5234         * manual/keyboard.xml
5235                 add the remaining default keybinds
5236         * src/prefs_summaries.c
5237                 update the default keybinds
5238
5239 2006-01-20 [paul]       1.9.100cvs174
5240
5241         * src/addressbook.c
5242         * src/addrgather.c
5243         * src/addrharvest.c
5244         * src/editaddress.c
5245         * src/editgroup.c
5246         * src/exphtmldlg.c
5247         * src/expldifdlg.c
5248         * src/exporthtml.c
5249         * src/exportldif.c
5250         * src/ldif.c
5251                 replace 'e-mail' with 'email'
5252         * src/summary_search.c
5253                 add mnemonic to "Find all" button
5254
5255 2006-01-20 [wwp]        1.9.100cvs173
5256
5257         * src/export.c
5258         * src/import.c
5259                 touched mbox import/export buttons for HIG-compliance
5260
5261 2006-01-19 [paul]       1.9.100cvs172
5262
5263         * manual/account.xml
5264         * manual/addrbook.xml
5265         * manual/advanced.xml
5266         * manual/faq.xml
5267         * manual/handling.xml
5268         * manual/intro.xml
5269         * manual/plugins.xml
5270         * manual/starting.xml
5271                 more editing
5272
5273 2006-01-19 [paul]       1.9.100cvs171
5274
5275         * src/toolbar.c
5276                 allow use of trash button while receiving
5277                 Thanks to Colin
5278
5279 2006-01-19 [wwp]        1.9.100cvs170
5280
5281         * src/gtk/quicksearch.c
5282         * src/compose.c
5283                 force text color to black when yellow background is set
5284
5285 2006-01-19 [colin]      1.9.100cvs169
5286
5287         * src/plugins/trayicon/trayicon.c
5288                 Gray out Get Mail when already getting mail
5289
5290 2006-01-18 [paul]       1.9.100cvs168
5291
5292         * src/compose.c
5293                 give widget yellow background was To is
5294                 set via folder prefs
5295         * src/gtk/quicksearch.c
5296                 give widget yellow background when quick
5297                 search is active.
5298                 Thanks to Colin
5299
5300 2006-01-18 [paul]       1.9.100cvs167
5301
5302         * doc/man/sylpheed-claws.1
5303                 add --subscribe option
5304
5305 2006-01-18 [paul]       1.9.100cvs166
5306
5307         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5308         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5309                 use %U instead of %F (%F is broken for user installed
5310                 files in kde 3.5)
5311
5312 2006-01-18 [colin]      1.9.100cvs165
5313
5314         * src/summaryview.c
5315                 Default to Yes in "No more * messages" dialogs
5316
5317 2006-01-17 [colin]      1.9.100cvs164
5318
5319         * src/compose.c
5320                 Possibly fix an invalid iterator causing
5321                 crash
5322
5323 2006-01-17 [colin]      1.9.100cvs163
5324
5325         * src/mimeview.c
5326                 Fix crash when the image disappears under the
5327                 image viewer
5328
5329 2006-01-16 [colin]      1.9.100cvs162
5330
5331         * src/compose.c
5332                 Fix reenabling autowrap
5333
5334 2006-01-16 [colin]      1.9.100cvs161
5335
5336         * src/compose.c
5337                 reset quote_len before getting quote_str
5338
5339 2006-01-16 [colin]      1.9.100cvs160
5340
5341         * src/account.c
5342         * src/account.h
5343         * src/folder.c
5344         * src/imap_gtk.c
5345         * src/mh_gtk.c
5346                 Fix bug #883 (default inbox does not track folder move)
5347
5348 2006-01-16 [colin]      1.9.100cvs159
5349
5350         * src/compose.c
5351         * src/plugins/pgpcore/passphrase.c
5352                 More buttons fixes
5353
5354 2006-01-16 [paul]       1.9.100cvs158
5355
5356         * src/prefs_actions.c
5357         * src/prefs_filtering_action.c
5358         * src/prefs_matcher.c
5359         * src/quote_fmt.c
5360         * src/gtk/description_window.c
5361         * src/gtk/description_window.h
5362         * src/gtk/quicksearch.c
5363                 description window cleanups
5364
5365 2006-01-15 [colin]      1.9.100cvs157
5366
5367         * src/addressbook.c
5368         * src/prefs_filtering.c
5369                 Same here
5370
5371 2006-01-15 [colin]      1.9.100cvs156
5372
5373         * src/folderview.c
5374         * src/mainwindow.c
5375                 Same for "Empty trash"
5376
5377 2006-01-15 [colin]      1.9.100cvs155
5378
5379         * src/inc.c
5380                 Override offline dialog had Yes by default
5381
5382 2006-01-15 [colin]      1.9.100cvs154
5383
5384         * src/summaryview.c
5385                 Delete selected messages? previously had Yes the default
5386
5387 2006-01-15 [colin]      1.9.100cvs153
5388
5389         * src/folder.c
5390         * src/folder.h
5391         * src/main.c
5392                 Check if a mailbox is loaded after all
5393                 plugins are loaded.
5394
5395 2006-01-15 [colin]      1.9.100cvs152
5396
5397         * src/folder.c
5398                 Don't start wizard when there are unloaded folders (will help
5399                 people with only mbox or maildir mailboxes)
5400
5401 2006-01-14 [colin]      1.9.100cvs151
5402
5403         * src/addressbook.c
5404         * src/expldifdlg.c
5405         * src/importldif.c
5406         * src/importmutt.c
5407         * src/importpine.c
5408         * src/mh_gtk.c
5409                 More HIG compliance and fixes
5410
5411 2006-01-14 [colin]      1.9.100cvs150
5412
5413         * src/prefs_filtering_action.c
5414         * src/foldersel.c
5415                 Two forgotten button order changes
5416
5417 2006-01-14 [colin]      1.9.100cvs149
5418
5419         * src/account.c
5420         * src/addressbook.c
5421         * src/compose.c
5422         * src/folderview.c
5423         * src/imap_gtk.c
5424         * src/mainwindow.c
5425         * src/mh_gtk.c
5426         * src/news_gtk.c
5427         * src/prefs_actions.c
5428         * src/prefs_customheader.c
5429         * src/prefs_filtering.c
5430         * src/prefs_matcher.c
5431         * src/prefs_template.c
5432         * src/ssl_manager.c
5433         * src/summaryview.c
5434         * src/textview.c
5435         * src/toolbar.c
5436                 All deletion confirmations are now "Cancel, Delete" 
5437                 instead of "No, Yes"
5438                 Clarified most of the other "No, Yes" to 
5439                 "Cancel, Descriptive_action"
5440                 Rechanged the "Entry not saved" alerts to have 
5441                 "Close, Continue editing"
5442
5443
5444 2006-01-14 [paul]
5445
5446         * 2.0.0-rc4 released
5447
5448 2006-01-14 [paul]       1.9.100cvs148
5449
5450         * src/account.c
5451         * src/addressadd.c
5452         * src/addressbook.c
5453         * src/compose.c
5454         * src/editaddress.c
5455         * src/editbook.c
5456         * src/editgroup.c
5457         * src/editjpilot.c
5458         * src/editldap.c
5459         * src/editvcard.c
5460         * src/exphtmldlg.c
5461         * src/expldifdlg.c
5462         * src/folderview.c
5463         * src/grouplistdialog.c
5464         * src/imap_gtk.c
5465         * src/importmutt.c
5466         * src/importpine.c
5467         * src/inc.c
5468         * src/main.c
5469         * src/mainwindow.c
5470         * src/message_search.c
5471         * src/messageview.c
5472         * src/mh_gtk.c
5473         * src/mimeview.c
5474         * src/news_gtk.c
5475         * src/prefs_actions.c
5476         * src/prefs_customheader.c
5477         * src/prefs_filtering.c
5478         * src/prefs_matcher.c
5479         * src/prefs_template.c
5480         * src/prefs_themes.c
5481         * src/ssl_manager.c
5482         * src/summary_search.c
5483         * src/summaryview.c
5484         * src/textview.c
5485         * src/toolbar.c
5486         * src/gtk/foldersort.c
5487         * src/gtk/gtkaspell.c
5488         * src/gtk/inputdialog.c
5489         * src/gtk/prefswindow.c
5490         * src/plugins/pgpcore/select-keys.c
5491         * src/plugins/trayicon/trayicon.c
5492                 HIG compliant button order
5493
5494 2006-01-14 [mones]      1.9.100cvs147
5495
5496         * po/es.po
5497                 Updated translation
5498
5499 2006-01-13 [paul]       1.9.100cvs146
5500
5501         * AUTHORS
5502         * ChangeLog
5503         * src/gtk/authors.h
5504                 add Joshua M. Kwan to contributors list
5505
5506 2006-01-13 [colin]      1.9.100cvs145
5507
5508         * src/gtk/quicksearch.c
5509                 Don't refocus quick search after executing (Esc or Enter)
5510                 Allows to '/'search something then move up/down in 
5511                 summaryview, and to Esc a search and be back in the 
5512                 summaryview
5513
5514 2006-01-13 [paul]       1.9.100cvs144
5515
5516         * src/plugins/pgpinline/pgpinline.c
5517                 support Content-Type 'application/pgp'
5518                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5519
5520 2006-01-13 [paul]       1.9.100cvs143
5521
5522         * manual/account.xml
5523                 make mention of partial retrieval
5524                 thanks to Colin
5525
5526 2006-01-13 [paul]       1.9.100cvs142
5527
5528         * src/account.c
5529         * src/account.h
5530         * src/action.c
5531         * src/action.h
5532         * src/adbookbase.h
5533         * src/addr_compl.c
5534         * src/addr_compl.h
5535         * src/addrbook.c
5536         * src/addrcache.c
5537         * src/addrcache.h
5538         * src/addrcindex.c
5539         * src/addrcindex.h
5540         * src/addrclip.c
5541         * src/addrclip.h
5542         * src/addrdefs.h
5543         * src/addressadd.c
5544         * src/addressadd.h
5545         * src/addressbook.c
5546         * src/addressbook.h
5547         * src/addrgather.c
5548         * src/addrgather.h
5549         * src/addrharvest.c
5550         * src/addrharvest.h
5551         * src/addrindex.c
5552         * src/addrindex.h
5553         * src/addritem.c
5554         * src/addritem.h
5555         * src/addrquery.c
5556         * src/addrquery.h
5557         * src/addrselect.c
5558         * src/addrselect.h
5559         * src/alertpanel.c
5560         * src/alertpanel.h
5561         * src/browseldap.c
5562         * src/browseldap.h
5563         * src/codeconv.c
5564         * src/codeconv.h
5565         * src/compose.c
5566         * src/compose.h
5567         * src/customheader.c
5568         * src/customheader.h
5569         * src/displayheader.c
5570         * src/displayheader.h
5571         * src/editaddress.c
5572         * src/editaddress.h
5573         * src/editbook.c
5574         * src/editbook.h
5575         * src/editgroup.c
5576         * src/editgroup.h
5577         * src/editjpilot.c
5578         * src/editjpilot.h
5579         * src/editldap.c
5580         * src/editldap.h
5581         * src/editldap_basedn.c
5582         * src/editldap_basedn.h
5583         * src/editvcard.c
5584         * src/editvcard.h
5585         * src/exphtmldlg.c
5586         * src/exphtmldlg.h
5587         * src/expldifdlg.c
5588         * src/expldifdlg.h
5589         * src/export.h
5590         * src/exporthtml.c
5591         * src/exporthtml.h
5592         * src/exportldif.c
5593         * src/exportldif.h
5594         * src/filtering.c
5595         * src/filtering.h
5596         * src/folder.c
5597         * src/folder.h
5598         * src/folder_item_prefs.c
5599         * src/folder_item_prefs.h
5600         * src/foldersel.c
5601         * src/foldersel.h
5602         * src/folderutils.c
5603         * src/folderutils.h
5604         * src/folderview.c
5605         * src/folderview.h
5606         * src/grouplistdialog.c
5607         * src/grouplistdialog.h
5608         * src/headerview.c
5609         * src/html.c
5610         * src/html.h
5611         * src/image_viewer.c
5612         * src/image_viewer.h
5613         * src/imap.c
5614         * src/imap.h
5615         * src/imap_gtk.c
5616         * src/imap_gtk.h
5617         * src/import.h
5618         * src/importldif.c
5619         * src/importldif.h
5620         * src/importmutt.c
5621         * src/importmutt.h
5622         * src/importpine.c
5623         * src/importpine.h
5624         * src/inc.c
5625         * src/inc.h
5626         * src/jpilot.c
5627         * src/jpilot.h
5628         * src/ldapctrl.c
5629         * src/ldapctrl.h
5630         * src/ldaplocate.c
5631         * src/ldaplocate.h
5632         * src/ldapquery.c
5633         * src/ldapquery.h
5634         * src/ldapserver.c
5635         * src/ldapserver.h
5636         * src/ldaputil.c
5637         * src/ldaputil.h
5638         * src/ldif.c
5639         * src/ldif.h
5640         * src/main.c
5641         * src/main.h
5642         * src/mainwindow.c
5643         * src/mainwindow.h
5644         * src/manual.c
5645         * src/manual.h
5646         * src/mbox.c
5647         * src/mbox.h
5648         * src/message_search.c
5649         * src/message_search.h
5650         * src/messageview.c
5651         * src/messageview.h
5652         * src/mh.c
5653         * src/mh.h
5654         * src/mh_gtk.c
5655         * src/mh_gtk.h
5656         * src/mimeview.c
5657         * src/mimeview.h
5658         * src/msgcache.c
5659         * src/msgcache.h
5660         * src/mutt.c
5661         * src/mutt.h
5662         * src/news.c
5663         * src/news.h
5664         * src/news_gtk.c
5665         * src/news_gtk.h
5666         * src/partial_download.c
5667         * src/partial_download.h
5668         * src/pine.c
5669         * src/pine.h
5670         * src/pop.c
5671         * src/pop.h
5672         * src/prefs_account.c
5673         * src/prefs_account.h
5674         * src/prefs_actions.c
5675         * src/prefs_actions.h
5676         * src/prefs_common.c
5677         * src/prefs_common.h
5678         * src/prefs_compose_writing.c
5679         * src/prefs_compose_writing.h
5680         * src/prefs_customheader.c
5681         * src/prefs_customheader.h
5682         * src/prefs_display_header.c
5683         * src/prefs_display_header.h
5684         * src/prefs_filtering.c
5685         * src/prefs_filtering.h
5686         * src/prefs_filtering_action.c
5687         * src/prefs_filtering_action.h
5688         * src/prefs_folder_column.c
5689         * src/prefs_folder_column.h
5690         * src/prefs_folder_item.c
5691         * src/prefs_folder_item.h
5692         * src/prefs_fonts.c
5693         * src/prefs_fonts.h
5694         * src/prefs_gtk.c
5695         * src/prefs_gtk.h
5696         * src/prefs_image_viewer.c
5697         * src/prefs_image_viewer.h
5698         * src/prefs_matcher.c
5699         * src/prefs_matcher.h
5700         * src/prefs_message.c
5701         * src/prefs_msg_colors.c
5702         * src/prefs_msg_colors.h
5703         * src/prefs_other.c
5704         * src/prefs_quote.c
5705         * src/prefs_receive.c
5706         * src/prefs_send.c
5707         * src/prefs_spelling.c
5708         * src/prefs_spelling.h
5709         * src/prefs_summaries.c
5710         * src/prefs_summaries.h
5711         * src/prefs_summary_column.c
5712         * src/prefs_summary_column.h
5713         * src/prefs_template.c
5714         * src/prefs_template.h
5715         * src/prefs_themes.c
5716         * src/prefs_themes.h
5717         * src/prefs_toolbar.c
5718         * src/prefs_toolbar.h
5719         * src/prefs_wrapping.c
5720         * src/prefs_wrapping.h
5721         * src/privacy.c
5722         * src/privacy.h
5723         * src/procheader.c
5724         * src/procheader.h
5725         * src/procmime.c
5726         * src/procmime.h
5727         * src/procmsg.c
5728         * src/procmsg.h
5729         * src/quote_fmt.c
5730         * src/quote_fmt_parse.y
5731         * src/recv.c
5732         * src/recv.h
5733         * src/remotefolder.c
5734         * src/remotefolder.h
5735         * src/send_message.c
5736         * src/send_message.h
5737         * src/setup.c
5738         * src/setup.h
5739         * src/sourcewindow.c
5740         * src/sourcewindow.h
5741         * src/ssl_manager.c
5742         * src/ssl_manager.h
5743         * src/statusbar.c
5744         * src/statusbar.h
5745         * src/stock_pixmap.c
5746         * src/stock_pixmap.h
5747         * src/summary_search.c
5748         * src/summary_search.h
5749         * src/summaryview.c
5750         * src/summaryview.h
5751         * src/syldap.c
5752         * src/syldap.h
5753         * src/textview.c
5754         * src/textview.h
5755         * src/toolbar.c
5756         * src/toolbar.h
5757         * src/undo.c
5758         * src/undo.h
5759         * src/unmime.c
5760         * src/unmime.h
5761         * src/vcard.c
5762         * src/vcard.h
5763         * src/wizard.c
5764         * src/wizard.h
5765         * src/common/base64.c
5766         * src/common/base64.h
5767         * src/common/defs.h
5768         * src/common/hooks.c
5769         * src/common/hooks.h
5770         * src/common/log.c
5771         * src/common/log.h
5772         * src/common/mgutils.c
5773         * src/common/mgutils.h
5774         * src/common/nntp.c
5775         * src/common/nntp.h
5776         * src/common/passcrypt.c
5777         * src/common/passcrypt.h.in
5778         * src/common/plugin.c
5779         * src/common/plugin.h
5780         * src/common/prefs.c
5781         * src/common/prefs.h
5782         * src/common/progressindicator.c
5783         * src/common/progressindicator.h
5784         * src/common/quoted-printable.c
5785         * src/common/quoted-printable.h
5786         * src/common/session.c
5787         * src/common/session.h
5788         * src/common/smtp.c
5789         * src/common/smtp.h
5790         * src/common/socket.c
5791         * src/common/socket.h
5792         * src/common/ssl.c
5793         * src/common/ssl.h
5794         * src/common/ssl_certificate.c
5795         * src/common/ssl_certificate.h
5796         * src/common/stringtable.c
5797         * src/common/stringtable.h
5798         * src/common/sylpheed.c
5799         * src/common/sylpheed.h
5800         * src/common/template.c
5801         * src/common/template.h
5802         * src/common/timing.h
5803         * src/common/utils.c
5804         * src/common/utils.h
5805         * src/common/version.h.in
5806         * src/common/xml.c
5807         * src/common/xml.h
5808         * src/common/xmlprops.c
5809         * src/common/xmlprops.h
5810         * src/gtk/colorlabel.c
5811         * src/gtk/colorsel.c
5812         * src/gtk/colorsel.h
5813         * src/gtk/description_window.c
5814         * src/gtk/description_window.h
5815         * src/gtk/filesel.c
5816         * src/gtk/filesel.h
5817         * src/gtk/foldersort.c
5818         * src/gtk/foldersort.h
5819         * src/gtk/gtkutils.c
5820         * src/gtk/gtkutils.h
5821         * src/gtk/inputdialog.c
5822         * src/gtk/inputdialog.h
5823         * src/gtk/logwindow.c
5824         * src/gtk/logwindow.h
5825         * src/gtk/manage_window.c
5826         * src/gtk/manage_window.h
5827         * src/gtk/menu.c
5828         * src/gtk/menu.h
5829         * src/gtk/pluginwindow.c
5830         * src/gtk/pluginwindow.h
5831         * src/gtk/prefswindow.c
5832         * src/gtk/prefswindow.h
5833         * src/gtk/progressdialog.c
5834         * src/gtk/progressdialog.h
5835         * src/gtk/sslcertwindow.c
5836         * src/gtk/sslcertwindow.h
5837         * src/plugins/clamav/clamav_plugin.c
5838         * src/plugins/clamav/clamav_plugin.h
5839         * src/plugins/clamav/clamav_plugin_gtk.c
5840         * src/plugins/demo/demo.c
5841         * src/plugins/dillo_viewer/dillo_prefs.c
5842         * src/plugins/dillo_viewer/dillo_prefs.h
5843         * src/plugins/dillo_viewer/dillo_viewer.c
5844         * src/plugins/pgpcore/passphrase.c
5845         * src/plugins/pgpcore/passphrase.h
5846         * src/plugins/pgpcore/plugin.c
5847         * src/plugins/pgpcore/select-keys.c
5848         * src/plugins/pgpcore/select-keys.h
5849         * src/plugins/pgpcore/sgpgme.c
5850         * src/plugins/pgpcore/sgpgme.h
5851         * src/plugins/pgpinline/pgpinline.c
5852         * src/plugins/pgpinline/pgpinline.h
5853         * src/plugins/pgpinline/plugin.c
5854         * src/plugins/pgpmime/pgpmime.c
5855         * src/plugins/pgpmime/pgpmime.h
5856         * src/plugins/pgpmime/plugin.c
5857         * src/plugins/spamassassin/spamassassin.c
5858         * src/plugins/spamassassin/spamassassin.h
5859         * src/plugins/spamassassin/spamassassin_gtk.c
5860         * src/plugins/trayicon/trayicon.c
5861                 update copyright header
5862
5863 2006-01-13 [paul]       1.9.100cvs141
5864
5865         * src/account.c
5866         * src/export.c
5867         * src/import.c
5868         * src/mainwindow.c
5869         * src/prefs_account.c
5870         * src/prefs_display_header.c
5871         * src/prefs_receive.c
5872         * src/prefs_send.c
5873         * src/prefs_summaries.c
5874         * src/prefs_themes.c
5875         * src/prefs_toolbar.c
5876         * src/gtk/about.c
5877                 various cleanups
5878
5879 2006-01-12 [colin]      1.9.100cvs140
5880
5881         * src/folder.c
5882         * src/folder.h
5883         * src/main.c
5884                 Add --subscribe option
5885                 Let sylpheed-claws email@domain.com equivalent to --compose
5886                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5887
5888 2006-01-12 [paul]       1.9.100cvs139
5889
5890         * src/mainwindow.c
5891                 append 'Change folder order' label with '...'
5892         * src/prefs_actions.c
5893                 allow reordering of actions list by dnd
5894         * src/gtk/foldersort.c
5895                 make the dialog nicer
5896
5897 2006-01-11 [colin]      1.9.100cvs138
5898
5899         * src/compose.c
5900                 Allow templates without text
5901
5902 2006-01-11 [paul]       1.9.100cvs137
5903
5904         * tools/README
5905         * tools/filter_conv_new.pl
5906                 add info to README
5907                 also check .sylpheed for filter.xml
5908                 be a bit informative to the user
5909
5910 2006-01-11 [colin]      1.9.100cvs136
5911
5912         * src/textview.c
5913                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5914
5915 2006-01-10 [paul]       1.9.100cvs135
5916
5917         * tools/Makefile.am
5918         * tools/filter_conv_new.pl
5919                 add script to convert new style Sylpheed
5920                 filter rules (Sylpheed >= 0.9.99) to
5921                 Claws filtering rules
5922
5923 2006-01-10 [colin]      1.9.100cvs134
5924
5925         * src/compose.c
5926                 Fix broken line joins in certain conditions
5927                 (between two quoted lines: <enter><enter><up>
5928                  <type a wrapped sentence><go in the first line>
5929                  <insert more text><watch as line joining failed>)
5930
5931 2006-01-10 [paul]       1.9.100cvs133
5932
5933         * src/compose.c
5934                 don't report success in error dialog
5935                 thanks to Colin
5936         * src/common/utils.c
5937                 include some trailing punctuations as URI
5938                 thanks to Hiro
5939
5940 2006-01-10 [paul]       1.9.100cvs132
5941
5942         * src/mimeview.c
5943                 fix incompatible pointer type
5944                 warning
5945
5946 2006-01-10 [paul]       1.9.100cvs131
5947
5948         * src/compose.c
5949                 change Subject in window title
5950                 instantaneously
5951
5952 2006-01-09 [colin]      1.9.100cvs130
5953
5954         * src/addressbook.c
5955         * src/headerview.c
5956         * src/mainwindow.c
5957         * src/messageview.c
5958         * src/mimeview.c
5959         * src/noticeview.c
5960         * src/summaryview.c
5961                 Fix possible crashes on exit and in addressbook
5962
5963 2006-01-09 [paul]       1.9.100cvs129
5964
5965         * src/prefs_msg_colors.c
5966                 some cleanups that I forgot last time
5967
5968 2006-01-09 [paul]       1.9.100cvs128
5969
5970         * README
5971         * src/folderview.c
5972         * src/prefs_msg_colors.c
5973                 add previously hidden option, color_new, to
5974                 the gui
5975                 move the page to Display/
5976                 rework the gui
5977
5978 2006-01-09 [wwp]        1.9.100cvs127
5979
5980         * src/prefs_themes.c
5981                 made the prefs/display/themes layouts spacing less condensed
5982                 (and so they match other prefs/pages' look).
5983
5984 2006-01-09 [paul]       1.9.100cvs126
5985
5986         * src/compose.c
5987         * src/prefs_common.c
5988         * src/prefs_common.h
5989         * src/prefs_wrapping.c
5990                 remove 'wrap at send' option
5991
5992 2006-01-06 [colin]      1.9.100cvs125
5993
5994         * src/compose.c
5995                 Just make completely sure we don't insert "manual line breaks" 
5996                 when wrapping... 
5997
5998 2006-01-04 [paul]
5999
6000         * 2.0.0-rc3 released
6001
6002 2006-01-04 [paul]       1.9.100cvs124
6003
6004         * src/folderview.c
6005                 fix bug 882, 'quick scroll in folder list
6006                 displays wrong folder contents'
6007
6008 2006-01-04 [paul]       1.9.100cvs123
6009
6010         * src/plugins/pgpmime/pgpmime.c
6011                 better debug information when signing
6012                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6013
6014 2006-01-03 [colin]      1.9.100cvs122
6015
6016         * configure.ac
6017                 We need to recheck for gpgme 1.0.0 after checking
6018                 for 1.1.1, because if 1.1.1 isn't available, 
6019                 GPGME_LIBS and friends are blanked out by the 
6020                 second check.
6021
6022 2006-01-03 [colin]      1.9.100cvs121
6023
6024         * src/common/prefs.c
6025                 Windows unlink-before rename fix
6026         * src/plugins/pgpcore/sgpgme.c
6027                 Add support for PKA info if available
6028                 Both patches by Werner Koch
6029
6030 2006-01-03 [paul]       1.9.100cvs120
6031
6032         * src/messageview.c
6033                 fix bug 884, 'Send receipt' button visible in queue
6034                 Thanks to Colin
6035
6036 2006-01-02 [colin]      1.9.100cvs119
6037
6038         * src/compose.c
6039         * src/imap.c
6040                 Fix autosave on IMAP and more generally try to
6041                 return the correct ID on a newly added IMAP message
6042
6043 2006-01-02 [paul]       1.9.100cvs118
6044
6045         * manual/keyboard.xml
6046                 edited
6047
6048 2006-01-01 [paul]       1.9.100cvs117
6049
6050         * src/gtk/authors.h
6051                 alphabetical order
6052
6053 2005-12-30 [colin]      1.9.100cvs116
6054
6055         * manual/advanced.xml
6056                 Explain Pre/Post-processing differences.
6057
6058 2005-12-30 [colin]      1.9.100cvs115
6059
6060         * src/mh.c
6061                 Implement copy_msgs for a little optimization
6062         * src/imap.c
6063                 Finish yesterday's fix
6064
6065 2005-12-29 [colin]      1.9.100cvs114
6066
6067         * src/imap.c
6068                 Fix occasional failure in fetching a mail over
6069                 IMAP
6070
6071 2005-12-29 [colin]      1.9.100cvs113
6072
6073         * src/compose.c
6074                 Don't remove a draft when sending it, if it is 
6075                 locked.
6076
6077 2005-12-28 [colin]      1.9.100cvs112
6078
6079         * src/summaryview.c
6080                 Fix leak for real
6081
6082 2005-12-28 [wwp]        1.9.100cvs111
6083
6084         * doc/faq/.cvsignore
6085         * doc/faq/de/.cvsignore
6086         * doc/faq/en/.cvsignore
6087         * doc/faq/es/.cvsignore
6088         * doc/faq/fr/.cvsignore
6089         * doc/faq/it/.cvsignore
6090         * doc/manual/.cvsignore
6091         * doc/manual/de/.cvsignore
6092         * doc/manual/en/.cvsignore
6093         * doc/manual/es/.cvsignore
6094         * doc/manual/fr/.cvsignore
6095         * doc/manual/ja/.cvsignore
6096         * src/plugins/mathml_viewer/.cvsignore
6097                 rollback revival of those files (my bad, sorry for the noise).
6098
6099 2005-12-28 [wwp]        1.9.100cvs110
6100
6101         * src/compose.c
6102                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6103
6104 2005-12-28 [wwp]        1.9.100cvs109
6105
6106         * doc/faq/.cvsignore
6107         * doc/faq/de/.cvsignore
6108         * doc/faq/en/.cvsignore
6109         * doc/faq/es/.cvsignore
6110         * doc/faq/fr/.cvsignore
6111         * doc/faq/it/.cvsignore
6112         * doc/manual/.cvsignore
6113         * doc/manual/de/.cvsignore
6114         * doc/manual/en/.cvsignore
6115         * doc/manual/es/.cvsignore
6116         * doc/manual/fr/.cvsignore
6117         * doc/manual/ja/.cvsignore
6118         * src/plugins/mathml_viewer/.cvsignore
6119         * po/.cvsignore
6120                 more files to ignore.
6121
6122 2005-12-24 [colin]      1.9.100cvs108
6123
6124         * AUTHORS
6125         * src/gtk/authors.h
6126                 Update for Werner
6127
6128 2005-12-24 [colin]      1.9.100cvs107
6129
6130         * src/procmsg.c
6131                 Allow NULL src_msginfo in 
6132                 procmsg_msginfo_new_from_mimeinfo
6133
6134 2005-12-23 [paul]       1.9.100cvs106
6135
6136         * src/plugins/pgpinline/mypgpcore.def
6137                 add this forgotten file
6138
6139 2005-12-23 [colin]      1.9.100cvs105
6140
6141         * src/mainwindow.c
6142                 Fix missing break
6143
6144 2005-12-23 [colin]      1.9.100cvs104
6145
6146         * autogen.sh
6147         * src/folder.c
6148         * src/mh.c
6149         * src/common/plugin.c
6150         * src/common/socket.c
6151         * src/common/socket.h
6152         * src/common/utils.c
6153         * src/common/utils.h
6154         * src/gtk/pluginwindow.c
6155         * src/plugins/pgpcore/plugin.def
6156         * src/plugins/pgpcore/sylpheed.def
6157         * src/plugins/pgpinline/Makefile.am
6158         * src/plugins/pgpinline/plugin.def
6159         * src/plugins/pgpinline/sylpheed.def
6160         * src/plugins/pgpmime/plugin.def
6161         * src/plugins/pgpmime/sylpheed.def
6162                 Various w32 fixes by Werner Koch
6163
6164 2005-12-22 [paul]       1.9.100cvs103
6165
6166         * src/wizard.c
6167                 don't offer IMAP as 'server type' if
6168                 libetpan isn't built in
6169
6170 2005-12-22 [paul]       1.9.100cvs102
6171
6172         * AUTHORS
6173         * src/mainwindow.c
6174         * src/mainwindow.h
6175         * src/toolbar.c
6176         * src/gtk/authors.h
6177                 support GTK_TOOLBAR_BOTH_HORIZ (text
6178                 next to icon) Patch by Marien Zwart
6179                 marienz@users.sf.net
6180                 Also reword the text
6181
6182 2005-12-21 [colin]      1.9.100cvs101
6183
6184         * configure.ac
6185                 Fix DATADIRNAME
6186         * COPYING
6187                 Fix missing section and explicit the exception better
6188         * src/compose.c
6189                 Prevent mail from being lost without notice when an
6190                 SMTP error happens on trying to send an unmodified
6191                 drafted mail.
6192         * src/send_message.c
6193         * src/common/smtp.c
6194                 Fix password remembering when wrong, and add return
6195                 value checks where they should have been
6196         * src/plugins/pgpcore/sylpheed.def
6197         * src/plugins/pgpinline/sylpheed.def
6198         * src/plugins/pgpmime/sylpheed.def
6199                 Add a few symbols needed
6200
6201 2005-12-21 [paul]       1.9.100cvs100
6202
6203         * m4/codeset.m4
6204         * m4/glibc21.m4
6205         * m4/intdiv0.m4
6206         * m4/inttypes-pri.m4
6207         * m4/inttypes.m4
6208         * m4/inttypes_h.m4
6209         * m4/isc-posix.m4
6210         * m4/lcmessage.m4
6211         * m4/stdint_h.m4
6212         * m4/uintmax_t.m4
6213                 gettextization
6214                 thanks to Colin
6215
6216 2005-12-21 [paul]       1.9.100cvs99
6217
6218         * po/sv.po
6219                 fixed by Colin
6220
6221 2005-12-20 [paul]       1.9.100cvs98
6222
6223         * po/sv.po
6224                 updated by Anders Trobäck
6225
6226 2005-12-20 [colin]      1.9.100cvs97
6227
6228         * ABOUT-NLS
6229         * Makefile.am
6230         * autogen.sh
6231         * configure.ac
6232         * config/config.rpath
6233         * config/mkinstalldirs
6234         * m4/Makefile.am
6235         * m4/glibc2.m4
6236         * m4/gnupg.m4
6237         * m4/gpgme.m4
6238         * m4/intmax.m4
6239         * m4/longdouble.m4
6240         * m4/longlong.m4
6241         * m4/printf-posix.m4
6242         * m4/signed.m4
6243         * m4/size_max.m4
6244         * m4/ulonglong.m4
6245         * m4/wchar_t.m4
6246         * m4/wint_t.m4
6247         * m4/xsize.m4
6248         * po/Makefile.in.in
6249         * po/Makevars
6250         * po/bg.po
6251         * po/ca.po
6252         * po/cs.po
6253         * po/de.po
6254         * po/el.po
6255         * po/en_GB.po
6256         * po/es.po
6257         * po/fi.po
6258         * po/fr.po
6259         * po/hr.po
6260         * po/hu.po
6261         * po/it.po
6262         * po/ja.po
6263         * po/ko.po
6264         * po/nb.po
6265         * po/nl.po
6266         * po/pl.po
6267         * po/pt_BR.po
6268         * po/ru.po
6269         * po/sk.po
6270         * po/sr.po
6271         * po/stamp-po
6272         * po/sv.po
6273         * po/zh_CN.po
6274         * po/zh_TW.po
6275         * src/Makefile.am
6276         * src/codeconv.c
6277         * src/compose.c
6278         * src/exporthtml.c
6279         * src/exportldif.c
6280         * src/folder.c
6281         * src/main.c
6282         * src/manual.c
6283         * src/mh.c
6284         * src/mimeview.c
6285         * src/send_message.c
6286         * src/common/Makefile.am
6287         * src/common/fnmatch.c
6288         * src/common/fnmatch.h
6289         * src/common/fnmatch_loop.c
6290         * src/common/nntp.c
6291         * src/common/plugin.c
6292         * src/common/smtp.c
6293         * src/common/socket.c
6294         * src/common/string_match.c
6295         * src/common/sylpheed.c
6296         * src/common/utils.c
6297         * src/common/utils.h
6298         * src/common/w32_dirent.c
6299         * src/common/w32_reg.c
6300         * src/common/w32_signal.c
6301         * src/common/w32_stat.c
6302         * src/common/w32_stdio.c
6303         * src/common/w32_stdlib.c
6304         * src/common/w32_string.c
6305         * src/common/w32_time.c
6306         * src/common/w32_unistd.c
6307         * src/common/w32_wait.c
6308         * src/common/w32lib.h
6309         * src/etpan/Makefile.am
6310         * src/gtk/Makefile.am
6311         * src/plugins/clamav/Makefile.am
6312         * src/plugins/demo/Makefile.am
6313         * src/plugins/dillo_viewer/Makefile.am
6314         * src/plugins/pgpcore/Makefile.am
6315         * src/plugins/pgpcore/passphrase.c
6316         * src/plugins/pgpcore/plugin.def
6317         * src/plugins/pgpcore/sgpgme.c
6318         * src/plugins/pgpcore/sylpheed.def
6319         * src/plugins/pgpcore/version.rc
6320         * src/plugins/pgpinline/Makefile.am
6321         * src/plugins/pgpinline/plugin.def
6322         * src/plugins/pgpinline/sylpheed.def
6323         * src/plugins/pgpinline/version.rc
6324         * src/plugins/pgpmime/Makefile.am
6325         * src/plugins/pgpmime/mypgpcore.def
6326         * src/plugins/pgpmime/plugin.def
6327         * src/plugins/pgpmime/sylpheed.def
6328         * src/plugins/pgpmime/version.rc
6329         * src/plugins/spamassassin/Makefile.am
6330                 Very little ;-) patch from Werner Koch, providing
6331                 infrastructure for cross-compiling to Win32
6332
6333 2005-12-20 [paul]       1.9.100cvs96
6334
6335         * src/account.c
6336         * src/account.h
6337         * src/mainwindow.c
6338         * src/mainwindow.h
6339         * src/toolbar.c
6340         * src/toolbar.h
6341                 add a combo to the Get All button, allowing
6342                 quick retrieval from any account
6343                 Patch by Fabien Vantard, slightly modified
6344                 by Colin
6345         * src/gtk/about.c
6346                 i18n fix. Patch by Fabien Vantard
6347
6348 2005-12-19 [colin]      1.9.100cvs95
6349
6350         * src/compose.c
6351         * src/compose.h
6352                 Don't automatically join lines when they've 
6353                 been separated by the user and not automatically
6354
6355 2005-12-19 [paul]       1.9.100cvs94
6356
6357         * src/gtk/pluginwindow.c
6358                 i18n fix.
6359                 Patch by Fabien Vantard
6360
6361 2005-12-15 [paul]       1.9.100cvs93
6362
6363         * src/common/plugin.c
6364         * src/common/plugin.h
6365         * src/gtk/pluginwindow.c
6366         * src/plugins/clamav/clamav_plugin.c
6367         * src/plugins/demo/demo.c
6368         * src/plugins/dillo_viewer/dillo_viewer.c
6369         * src/plugins/pgpcore/plugin.c
6370         * src/plugins/pgpinline/plugin.c
6371         * src/plugins/pgpmime/plugin.c
6372         * src/plugins/spamassassin/spamassassin.c
6373         * src/plugins/trayicon/trayicon.c
6374                 add plugin_version()
6375
6376 2005-12-15 [colin]      1.9.100cvs92
6377
6378         * src/compose.c
6379                 Further fix bug #875
6380
6381 2005-12-15 [paul]       1.9.100cvs91
6382
6383         * src/gtk/filesel.c
6384                 fix attach_load_dir getting set to
6385                 PLUGINDIR on plugin load
6386
6387 2005-12-14 [mones]      1.9.100cvs90
6388
6389         * manual/ack.xml
6390         * manual/keyboard.xml
6391                 Initial draft and some shortcuts added
6392                 
6393         * po/es.po
6394                 Updated translation
6395
6396 2005-12-14 [colin]      1.9.100cvs89
6397
6398         * src/compose.c
6399         * src/imap.c
6400         * src/summaryview.c
6401         * src/gtk/gtkaspell.c
6402                 More leaks fixed
6403         * src/prefs_folder_item.c
6404                 Fix recursive prefs apply
6405
6406
6407 2005-12-14 [colin]      1.9.100cvs88
6408
6409         * src/compose.c
6410                 Fix bug #875 (Freeze On Inline Forward of 
6411                 Large Message)
6412
6413 2005-12-13 [colin]      1.9.100cvs87
6414
6415         * src/compose.c
6416                 Uniq-ify and sort the mimetypes list
6417                 Patch by Fabien Vantard
6418
6419 2005-12-13 [colin]      1.9.100cvs86
6420
6421         * src/imap.c
6422         * src/etpan/imap-thread.c
6423                 Fix leaks (patch by Hoa)
6424         * src/news.c
6425         * src/common/plugin.c
6426                 Fix leaks
6427
6428 2005-12-12 [colin]
6429
6430         * 2.0.0-rc2 released
6431
6432 2005-12-12 [colin]      1.9.100cvs85
6433
6434         * src/matcher.c
6435                 Fix a leak
6436
6437 2005-12-12 [wwp]        1.9.100cvs84
6438
6439         * src/gtk/icon_legend.c
6440                 fix misbehaviour and crash when closing the legend window
6441         using the Esc key (patch by Fabien Vantard).
6442
6443 2005-12-12 [paul]       1.9.100cvs83
6444
6445         * src/browseldap.c
6446         * src/foldersel.c
6447         * src/prefs_actions.c
6448         * src/prefs_filtering.c
6449         * src/prefs_matcher.c
6450         * src/prefs_spelling.glade      ** REMOVED **
6451         * src/prefs_template.c
6452         * src/gtk/foldersort.glade      ** REMOVED **
6453         * src/gtk/pluginwindow.c
6454         * src/gtk/pluginwindow.glade    ** REMOVED **
6455         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6456                 cleanups
6457
6458 2005-12-11 [paul]       1.9.100cvs82
6459
6460         * src/gtk/filesel.c
6461                 fix attach_load_dir crasher (double free)
6462
6463 2005-12-09 [paul]       1.9.100cvs81
6464
6465         * po/POTFILES.in
6466         * src/mainwindow.c
6467         * src/gtk/Makefile.am
6468         * src/gtk/icon_legend.c
6469         * src/gtk/icon_legend.h
6470                 add icon legend
6471         * src/manual.c
6472                 cleanup
6473
6474 2005-12-09 [paul]       1.9.100cvs80
6475
6476         * src/plugins/pgpcore/passphrase.c
6477                 wrap the label in the dialog
6478
6479 2005-12-09 [colin]      1.9.100cvs79
6480
6481         * src/plugins/pgpcore/sgpgme.c
6482                 Display (untrusted) on not trusted signatures
6483                 Patch by Michal Èihaø <michal@cihar.com>
6484                 Closes bug #867 (Report also key trust)
6485
6486 2005-12-09 [colin]      1.9.100cvs78
6487
6488         * src/common/plugin.c
6489                 Update licence check, following Eben Moglen's advice
6490
6491 2005-12-08 [colin]      1.9.100cvs77
6492
6493         * src/folder.c
6494                 Fix the occasionnal item->cache != NULL 
6495                 assertion failure. 
6496
6497 2005-12-08 [colin]      1.9.100cvs76
6498
6499         * src/mimeview.c
6500         * src/plugins/pgpcore/sgpgme.c
6501                 Print key id when unable to check it
6502                 Closes bug #866 (Show key id when missing)
6503
6504 2005-12-08 [paul]       1.9.100cvs75
6505
6506         * src/prefs_common.c
6507         * src/prefs_common.h
6508         * src/gtk/filesel.c
6509                 remember load attachment dir
6510
6511 2005-12-07 [colin]      1.9.100cvs74
6512
6513         * src/prefs_toolbar.c
6514                 Gtk fixes, patch by Fabien Vantard
6515
6516 2005-12-07 [colin]      1.9.100cvs73
6517
6518         * src/action.c
6519         * src/compose.c
6520         * src/compose.h
6521                 Fix bug #839 (Quoted text isn't colored after 
6522                 executing an action)
6523         * src/common/plugin.c
6524                 Require plugins to declare their licence in plugin_licence()
6525                 Refuse to load non-GPL plugins as they'd be illegal (as 
6526                 derived works of Sylpheed-Claws, they must be GPL).
6527         * src/plugins/clamav/clamav_plugin.c
6528         * src/plugins/demo/demo.c
6529         * src/plugins/dillo_viewer/dillo_viewer.c
6530         * src/plugins/pgpcore/plugin.c
6531         * src/plugins/pgpinline/plugin.c
6532         * src/plugins/pgpmime/plugin.c
6533         * src/plugins/spamassassin/spamassassin.c
6534         * src/plugins/trayicon/trayicon.c
6535                 Add plugin_licence()
6536
6537 2005-12-07 [paul]       1.9.100cvs72
6538
6539         * configure.ac
6540         * src/mainwindow.c
6541         * src/manual.c
6542         * src/manual.h
6543         * src/common/defs.h
6544                 clean up after local FAQ removal and
6545                 temporary manual removal
6546
6547 2005-12-06 [colin]      1.9.100cvs71
6548
6549         * configure.ac
6550         * doc/Makefile.am
6551         * doc/faq/.cvsignore
6552         * doc/faq/Makefile.am
6553         * doc/faq/de/.cvsignore
6554         * doc/faq/de/Makefile.am
6555         * doc/faq/de/sylpheed-faq-1.html
6556         * doc/faq/de/sylpheed-faq-2.html
6557         * doc/faq/de/sylpheed-faq-3.html
6558         * doc/faq/de/sylpheed-faq.html
6559         * doc/faq/en/.cvsignore
6560         * doc/faq/en/Makefile.am
6561         * doc/faq/en/sylpheed-faq-1.html
6562         * doc/faq/en/sylpheed-faq-2.html
6563         * doc/faq/en/sylpheed-faq-3.html
6564         * doc/faq/en/sylpheed-faq-4.html
6565         * doc/faq/en/sylpheed-faq.html
6566         * doc/faq/es/.cvsignore
6567         * doc/faq/es/Makefile.am
6568         * doc/faq/es/sylpheed-faq-1.html
6569         * doc/faq/es/sylpheed-faq-2.html
6570         * doc/faq/es/sylpheed-faq-3.html
6571         * doc/faq/es/sylpheed-faq-4.html
6572         * doc/faq/es/sylpheed-faq.html
6573         * doc/faq/fr/.cvsignore
6574         * doc/faq/fr/Makefile.am
6575         * doc/faq/fr/sylpheed-faq-1.html
6576         * doc/faq/fr/sylpheed-faq-2.html
6577         * doc/faq/fr/sylpheed-faq-3.html
6578         * doc/faq/fr/sylpheed-faq.html
6579         * doc/faq/it/.cvsignore
6580         * doc/faq/it/Makefile.am
6581         * doc/faq/it/sylpheed-faq-1.html
6582         * doc/faq/it/sylpheed-faq-2.html
6583         * doc/faq/it/sylpheed-faq-3.html
6584         * doc/faq/it/sylpheed-faq.html
6585         * doc/manual/.cvsignore
6586         * doc/manual/Makefile.am
6587         * doc/manual/de/.cvsignore
6588         * doc/manual/de/Makefile.am
6589         * doc/manual/de/sylpheed-1.html
6590         * doc/manual/de/sylpheed-10.html
6591         * doc/manual/de/sylpheed-11.html
6592         * doc/manual/de/sylpheed-12.html
6593         * doc/manual/de/sylpheed-13.html
6594         * doc/manual/de/sylpheed-14.html
6595         * doc/manual/de/sylpheed-15.html
6596         * doc/manual/de/sylpheed-16.html
6597         * doc/manual/de/sylpheed-17.html
6598         * doc/manual/de/sylpheed-18.html
6599         * doc/manual/de/sylpheed-19.html
6600         * doc/manual/de/sylpheed-2.html
6601         * doc/manual/de/sylpheed-20.html
6602         * doc/manual/de/sylpheed-3.html
6603         * doc/manual/de/sylpheed-4.html
6604         * doc/manual/de/sylpheed-5.html
6605         * doc/manual/de/sylpheed-6.html
6606         * doc/manual/de/sylpheed-7.html
6607         * doc/manual/de/sylpheed-8.html
6608         * doc/manual/de/sylpheed-9.html
6609         * doc/manual/de/sylpheed.html
6610         * doc/manual/en/.cvsignore
6611         * doc/manual/en/Makefile.am
6612         * doc/manual/en/sylpheed-1.html
6613         * doc/manual/en/sylpheed-10.html
6614         * doc/manual/en/sylpheed-11.html
6615         * doc/manual/en/sylpheed-12.html
6616         * doc/manual/en/sylpheed-13.html
6617         * doc/manual/en/sylpheed-14.html
6618         * doc/manual/en/sylpheed-15.html
6619         * doc/manual/en/sylpheed-16.html
6620         * doc/manual/en/sylpheed-17.html
6621         * doc/manual/en/sylpheed-18.html
6622         * doc/manual/en/sylpheed-19.html
6623         * doc/manual/en/sylpheed-2.html
6624         * doc/manual/en/sylpheed-20.html
6625         * doc/manual/en/sylpheed-21.html
6626         * doc/manual/en/sylpheed-22.html
6627         * doc/manual/en/sylpheed-3.html
6628         * doc/manual/en/sylpheed-4.html
6629         * doc/manual/en/sylpheed-5.html
6630         * doc/manual/en/sylpheed-6.html
6631         * doc/manual/en/sylpheed-7.html
6632         * doc/manual/en/sylpheed-8.html
6633         * doc/manual/en/sylpheed-9.html
6634         * doc/manual/en/sylpheed.html
6635         * doc/manual/es/.cvsignore
6636         * doc/manual/es/Makefile.am
6637         * doc/manual/es/sylpheed-1.html
6638         * doc/manual/es/sylpheed-10.html
6639         * doc/manual/es/sylpheed-11.html
6640         * doc/manual/es/sylpheed-12.html
6641         * doc/manual/es/sylpheed-13.html
6642         * doc/manual/es/sylpheed-14.html
6643         * doc/manual/es/sylpheed-15.html
6644         * doc/manual/es/sylpheed-16.html
6645         * doc/manual/es/sylpheed-17.html
6646         * doc/manual/es/sylpheed-18.html
6647         * doc/manual/es/sylpheed-19.html
6648         * doc/manual/es/sylpheed-2.html
6649         * doc/manual/es/sylpheed-20.html
6650         * doc/manual/es/sylpheed-3.html
6651         * doc/manual/es/sylpheed-4.html
6652         * doc/manual/es/sylpheed-5.html
6653         * doc/manual/es/sylpheed-6.html
6654         * doc/manual/es/sylpheed-7.html
6655         * doc/manual/es/sylpheed-8.html
6656         * doc/manual/es/sylpheed-9.html
6657         * doc/manual/es/sylpheed.html
6658         * doc/manual/fr/.cvsignore
6659         * doc/manual/fr/Makefile.am
6660         * doc/manual/fr/sylpheed-1.html
6661         * doc/manual/fr/sylpheed-10.html
6662         * doc/manual/fr/sylpheed-11.html
6663         * doc/manual/fr/sylpheed-12.html
6664         * doc/manual/fr/sylpheed-13.html
6665         * doc/manual/fr/sylpheed-14.html
6666         * doc/manual/fr/sylpheed-15.html
6667         * doc/manual/fr/sylpheed-16.html
6668         * doc/manual/fr/sylpheed-17.html
6669         * doc/manual/fr/sylpheed-18.html
6670         * doc/manual/fr/sylpheed-19.html
6671         * doc/manual/fr/sylpheed-2.html
6672         * doc/manual/fr/sylpheed-20.html
6673         * doc/manual/fr/sylpheed-3.html
6674         * doc/manual/fr/sylpheed-4.html
6675         * doc/manual/fr/sylpheed-5.html
6676         * doc/manual/fr/sylpheed-6.html
6677         * doc/manual/fr/sylpheed-7.html
6678         * doc/manual/fr/sylpheed-8.html
6679         * doc/manual/fr/sylpheed-9.html
6680         * doc/manual/fr/sylpheed.html
6681         * doc/manual/ja/.cvsignore
6682         * doc/manual/ja/Makefile.am
6683         * doc/manual/ja/sylpheed-1.html
6684         * doc/manual/ja/sylpheed-10.html
6685         * doc/manual/ja/sylpheed-11.html
6686         * doc/manual/ja/sylpheed-12.html
6687         * doc/manual/ja/sylpheed-13.html
6688         * doc/manual/ja/sylpheed-14.html
6689         * doc/manual/ja/sylpheed-15.html
6690         * doc/manual/ja/sylpheed-16.html
6691         * doc/manual/ja/sylpheed-17.html
6692         * doc/manual/ja/sylpheed-18.html
6693         * doc/manual/ja/sylpheed-19.html
6694         * doc/manual/ja/sylpheed-2.html
6695         * doc/manual/ja/sylpheed-20.html
6696         * doc/manual/ja/sylpheed-3.html
6697         * doc/manual/ja/sylpheed-4.html
6698         * doc/manual/ja/sylpheed-5.html
6699         * doc/manual/ja/sylpheed-6.html
6700         * doc/manual/ja/sylpheed-7.html
6701         * doc/manual/ja/sylpheed-8.html
6702         * doc/manual/ja/sylpheed-9.html
6703         * doc/manual/ja/sylpheed.html
6704         * doc/manual/ja/sylpheed.sgml
6705         * src/mainwindow.c
6706                 Remove outdated manual and faq. Noisy, eh?
6707
6708 2005-12-06 [colin]      1.9.100cvs70
6709
6710         * src/compose.c
6711         * src/quote_fmt_parse.y
6712         * src/undo.c
6713         * src/undo.h
6714                 Allow %X to position cursor at 0 
6715                 (no %X = before signature)
6716                 Fix paste as quotation putting the cursor at 0
6717                 Fix undo offsets when pasting
6718                 Insert the quote_fmt at once instead of line 
6719                 by line
6720                 Fix [Edited] when starting to reply/forward
6721
6722 2005-12-06 [paul]       1.9.100cvs69
6723
6724         * src/plugins/clamav/clamav_plugin_gtk.c
6725                 add another tooltip
6726         * src/plugins/spamassassin/spamassassin_gtk.c
6727                 rework spamassassin_create_widget_func()
6728
6729 2005-12-05 [colin]      1.9.100cvs68
6730
6731         * po/POTFILES.in
6732                 Fix make release ;-)
6733
6734 2005-12-05 [colin]      1.9.100cvs67
6735
6736         * src/compose.c
6737         * src/compose.h
6738                 Fix cursor positioning (not obeying %X)
6739
6740 2005-12-05 [paul]       1.9.100cvs66
6741
6742         * src/plugins/dillo_viewer/dillo_prefs.c
6743                 fix compilation warning
6744
6745 2005-12-05 [paul]       1.9.100cvs65
6746
6747         * src/prefs_spelling.c
6748         * src/plugins/trayicon/trayicon.c
6749                 cleanups - remove unused stuff
6750
6751 2005-12-05 [paul]       1.9.100cvs64
6752
6753         * README
6754         * manual/plugins.xml
6755                 remove info about removed mathml_viewer plugin
6756
6757 2005-12-05 [paul]       1.9.100cvs63
6758
6759         * configure.ac
6760         * src/plugins/Makefile.am
6761         * src/plugins/mathml_viewer/.cvsignore
6762         * src/plugins/mathml_viewer/Makefile.am
6763         * src/plugins/mathml_viewer/mathml_viewer.c
6764                 remove unmaintained mathml_viewer plugin
6765
6766 2005-12-05 [paul]       1.9.100cvs62
6767
6768         * src/summaryview.c
6769                 obey prefs_common.always_show_msg when
6770                 moving a msg
6771                 Thanks to Colin
6772
6773 2005-12-05 [paul]       1.9.100cvs61
6774
6775         * src/compose.c
6776         * src/prefs_account.c
6777         * src/prefs_filtering.c
6778         * src/prefs_quote.c
6779         * src/prefs_spelling.c
6780         * src/prefs_toolbar.c
6781         * src/summaryview.c
6782         * src/gtk/gtkutils.c
6783         * src/gtk/quicksearch.c
6784         * src/plugins/dillo_viewer/dillo_prefs.c
6785                 dialog cleanups
6786
6787 2005-12-04 [paul]       1.9.100cvs60
6788
6789         * src/inc.c
6790         * src/prefs_account.c
6791         * src/prefs_account.h
6792                 allow a Local account to specify a
6793                 default inbox
6794                 (closes bug 843 'Inbox cannot be changed for local
6795                  mailboxes')
6796
6797 2005-12-04 [colin]      1.9.100cvs59
6798
6799         * src/plugins/trayicon/trayicon.c
6800                 Remove Get, rename Get All to Get Mail in order to
6801                 be consistent with the default main toolbar
6802
6803 2005-12-03 [colin]      1.9.100cvs58
6804
6805         * manual/gpl.xml
6806         * manual/sylpheed-claws-manual.xml
6807                 Add GPL appendix
6808
6809 2005-12-03 [paul]       1.9.100cvs57
6810
6811         * AUTHORS
6812         * po/sv.po
6813         * src/gtk/authors.h
6814                 new (partially complete) Swedish translation
6815                 by Anders Troback <sylpheed@troback.com>
6816
6817 2005-12-02 [paul]       1.9.100cvs56
6818
6819         * configure.ac
6820                 libetpan 0.41 required
6821
6822 2005-12-02 [paul]       1.9.100cvs55
6823
6824         * src/plugins/clamav/clamav_plugin.c
6825         * src/plugins/clamav/clamav_plugin.h
6826         * src/plugins/clamav/clamav_plugin_gtk.c
6827         * src/plugins/spamassassin/spamassassin.c
6828         * src/plugins/spamassassin/spamassassin.h
6829         * src/plugins/spamassassin/spamassassin_gtk.c
6830                 unregister prefs pages on unloading, thus
6831                 preventing a crash
6832                 (thanks to Colin for the hint)
6833
6834 2005-12-02 [wwp]        1.9.100cvs54
6835
6836         * src/quote_fmt.h
6837         * src/quote_fmt_parse.y
6838                 fix misuse of gboolean*, use gboolean instead
6839                 (thanks to Paul, Colin, for pointing out that scaring one)
6840
6841 2005-12-02 [paul]       1.9.100cvs53
6842
6843         * src/plugins/clamav/clamav_plugin.c
6844                 int no --> unsigned int no
6845         * src/plugins/clamav/clamav_plugin_gtk.c
6846                 rework config page
6847
6848 2005-12-02 [wwp]        1.9.100cvs52
6849
6850         * src/compose.c
6851         * src/prefs_template.c
6852         * src/quote_fmt.h
6853         * src/quote_fmt_parse.y
6854                 prevent from executing |f and |p templates commands when
6855                 adding or replacing templates in prefs (avoids annoying and
6856                 potentially dangerous behaviours)
6857
6858 2005-12-02 [paul]       1.9.100cvs51
6859
6860         * src/prefs_common.c
6861                 allow translation of some default values
6862                 Patch by Fabien Vantard
6863
6864 2005-12-02 [paul]       1.9.100cvs50
6865
6866         * src/codeconv.c
6867         * src/codeconv.h
6868         * src/prefs_common.c
6869         * src/prefs_common.h
6870         * src/prefs_message.c
6871         * src/textview.c
6872                 remove obsolete 'convert_mb_alnum' option
6873                 and related stuff
6874         * src/gtk/about.c
6875                 remove unused 'about_textview_visibility_notify'
6876
6877 2005-12-02 [paul]       1.9.100cvs49
6878
6879         * src/prefs_account.c
6880         * src/prefs_compose_writing.c
6881         * src/prefs_fonts.c
6882         * src/prefs_gtk.h
6883         * src/prefs_image_viewer.c
6884         * src/prefs_message.c
6885         * src/prefs_other.c
6886         * src/prefs_receive.c
6887         * src/prefs_send.c
6888         * src/prefs_spelling.c
6889         * src/prefs_summaries.c
6890         * src/prefs_wrapping.c
6891         * src/plugins/dillo_viewer/dillo_prefs.c
6892         * src/plugins/pgpcore/prefs_gpg.c
6893                 several cleanups to the prefs dialogs
6894                 (slightly modified) patch by Fabien Vantard
6895
6896 2005-12-02 [paul]       1.9.100cvs48
6897
6898         * src/main.c
6899                 --exit means exit
6900         * src/send_message.c
6901                 fix crash on send when connection fails
6902
6903         Thanks to Colin
6904
6905 2005-12-01 [colin]      1.9.100cvs47
6906
6907         * src/html.c
6908                 Translate &hellip; to "..."
6909
6910 2005-11-30 [colin]      1.9.100cvs46
6911
6912         * src/matcher.c
6913         * src/matcher.h
6914                 Optimize back yesterday's fix.
6915
6916 2005-11-30 [paul]       1.9.100cvs45
6917
6918         * manual/faq.xml
6919                 standardised
6920         * manual/intro.xml
6921                 written by Colin, edited by me
6922
6923 2005-11-29 [colin]      1.9.100cvs44
6924
6925         * src/matcher.c
6926                 Skip headers unconditionnaly in match_body if the
6927                 rule is not message or ~message
6928
6929 2005-11-29 [colin]      1.9.100cvs43
6930
6931         * src/matcher.c
6932                 Fix body_part and such, not skipping headers 
6933                 if the matchcriteria wasn't the first in the rule
6934
6935 2005-11-29 [colin]      1.9.100cvs42
6936
6937         * src/compose.c
6938                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6939                 option missing from message view window)
6940                 Fix double text D'n'D with gtk-2.8
6941         * src/matcher.c
6942                 Fix ~message, ~headers_part, ~body_part rules
6943         * src/messageview.c
6944                 Add Windows-1252 (Closes bug #863)
6945                 Fix accels
6946         * src/gtk/gtkaspell.c
6947                 Properly destroy accels in all menus
6948
6949 2005-11-29 [mones]      1.9.100cvs41
6950
6951         * po/es.po
6952                 Updated.
6953
6954 2005-11-27 [colin]      1.9.100cvs40
6955
6956         * src/mh_gtk.c
6957                 "/Remove mailbox" -> "/Remove mailbox..."
6958
6959 2005-11-27 [paul]       1.9.100cvs39
6960
6961         * AUTHORS
6962         * po/de.po
6963         * src/gtk/authors.h
6964                 updated by new maintainer, Stephan Sachse
6965
6966 2005-11-27 [paul]       1.9.100cvs38
6967
6968         * manual/faq.xml
6969                 written by Colin, edited by me
6970
6971 2005-11-27 [paul]       1.9.100cvs37
6972
6973         * src/prefs_common.c
6974         * src/prefs_common.h
6975         * src/prefs_receive.c
6976         * src/prefs_summaries.c
6977                 move 'go to inbox after receiving new mail'
6978                 option from display/sumamaries to mail
6979                 handling/receive, and rework prefs_summaries
6980                 dialog a little
6981
6982 2005-11-25 [martin]     1.9.100cvs36
6983
6984         * po/de.po
6985             fixed windows-1252 translation;
6986             translated some new and fuzzy strings
6987
6988 2005-11-25 [paul]       1.9.100cvs35
6989
6990         * src/plugins/clamav/clamav_plugin.c
6991                 complete the update done in cvs34
6992
6993 2005-11-25 [paul]       1.9.100cvs34
6994
6995         * src/plugins/clamav/clamav_plugin.c
6996                 reflect upstream changes
6997
6998 2005-11-25 [paul]       1.9.100cvs33
6999
7000         * manual/ack.xml
7001         * manual/plugins.xml
7002         * manual/sylpheed-claws-manual.xml
7003                 written/updated by Colin, edited by me
7004         * tools/acroread2sylpheed.pl
7005                 update binary name
7006
7007 2005-11-24 [colin]      1.9.100cvs32
7008
7009         * src/compose.c
7010                 Fix bug #856 (reediting messages forgets Request
7011                 Return Receipt)
7012
7013 2005-11-24 [paul]       1.9.100cvs31
7014
7015         * manual/addrbook.xml
7016         * manual/starting.xml
7017                 written by Colin, proofread, edited, adapted by me
7018         * manual/advanced.xml
7019                 add some Actions examples
7020         * src/importldif.c
7021                 use a Save button instead of a Close button
7022         * src/wizard.c
7023                 indicate mandatory fields
7024                 fix page display
7025                 Thanks to Colin
7026
7027 2005-11-23 [colin]      1.9.100cvs30
7028
7029         * src/addressbook.c
7030                 Rename menu item, fix possible crash after
7031                 deletion of books
7032         * src/addrindex.c
7033                 Allow searching for '*' in ldap
7034         * src/browseldap.c
7035                 Fix "Browse Entry" (did anyone use it?)
7036         * src/wizard.c
7037                 Add guards for mandatory information
7038
7039 2005-11-23 [paul]       1.9.100cvs29
7040
7041         * manual/advanced.xml
7042                 corrections to the English
7043
7044 2005-11-23 [colin]      1.9.100cvs28
7045
7046         * src/mimeview.c
7047                 Fix possible crash at exit. After the call to
7048                 gtk_container_remove(), the Viewer's widget has no
7049                 more parent so gtk+ automatically frees it and its
7050                 sons. If destroy_viewer() then try to access it,
7051                 problems ensue.
7052
7053 2005-11-22 [colin]      1.9.100cvs27
7054
7055         * src/compose.c
7056         * src/gtk/gtkaspell.c
7057                 Fix right-clicking on a misspelled word
7058                 Fix More... in suggestions menu
7059
7060 2005-11-22 [wwp]        1.9.100cvs26
7061
7062         * src/prefs_template.c
7063                 templates works: re-sort templates list when adding or replacing,
7064                 prevent from adding or replacing when the template name is empty
7065
7066 2005-11-21 [colin]      1.9.100cvs25
7067
7068         * src/addressbook.c
7069                 Fix some addressbook suckage (dnd, select all)
7070         * src/compose.c
7071         * src/gtk/gtkaspell.c
7072         * src/gtk/gtkaspell.h
7073                 Make the spellchecker menu work with the 
7074                 GtkTextView one instead of overriding it
7075
7076 2005-11-20 [paul]       1.9.100cvs24
7077
7078         * manual/handling.xml
7079                 proofread and corrected
7080
7081 2005-11-20 [paul]       1.9.100cvs23
7082
7083         * manual/Makefile
7084                 generate html as one file
7085         * manual/advanced.xml
7086                 fix output generation
7087                 reformat hidden options list
7088         * manual/manual.xml     ** REMOVED **
7089         * manual/sylpheed-claws-manual.xml      ** ADDED **
7090                 renamed
7091
7092 2005-11-18 [colin]      1.9.100cvs22
7093
7094         * src/prefs_account.c
7095                 Fix layout in news and mbox accounts
7096         * manual/account.xml
7097         * manual/advanced.xml
7098                 New contents for Paul to check :)
7099
7100 2005-11-18 [wwp]        1.9.100cvs21
7101
7102         * src/gtk/quicksearch.c
7103                 don't update extended quicksearch buttons twice
7104
7105 2005-11-18 [paul]       1.9.100cvs20
7106
7107         * src/textview.c
7108                 complete 1.9.100cvs19
7109
7110 2005-11-18 [paul]       1.9.100cvs19
7111
7112         * src/compose.c
7113                 cosmetic improvements
7114         * src/textview.c
7115                 also list text/* attachments
7116
7117 2005-11-18 [colin]      1.9.100cvs18
7118
7119         * src/summaryview.c
7120                 Use column 0 instead of -1 in 
7121                 gtk_ctree_node_moveto, in a naive
7122                 hope it'll fix the gtk-related crashes
7123
7124 2005-11-18 [colin]      1.9.100cvs17
7125
7126         * src/gtk/inputdialog.c
7127                 Fix icon staying the first one
7128
7129 2005-11-17 [wwp]        1.9.100cvs16
7130                 fix possible problem showing some quicksearch buttons, and a bad
7131                 call to g_return_if_fail in a function that returns a value (both
7132                 fixes by Fabien Vantard)
7133
7134 2005-11-15 [wwp]        1.9.100cvs15
7135
7136         * src/gtk/quicksearch.c
7137                 added a tooltip to that obscure ... quicksearch button
7138
7139 2005-11-15 [wwp]        1.9.100cvs14
7140
7141         * src/gtk/quicksearch.c
7142                 add a quicksearch helper to filtering expression users: the ... button
7143                 raises the condition expr window. condition expressions set up w/ this
7144                 window are used by the quicksearch if the user closes it pressing OK.
7145
7146 2005-11-14 [paul]       1.9.100cvs13
7147
7148         * src/plugins/clamav/clamav_plugin.c
7149         * src/plugins/spamassassin/spamassassin.c
7150                 change plugin type following recent merging
7151
7152 2005-11-14 [wwp]        1.9.100cvs12
7153
7154         * src/folder.c
7155                 prevent from crashing when copying/moving message(s) from and
7156                 to the same folder
7157
7158 2005-11-14 [paul]       1.9.100cvs11
7159
7160         * src/plugins/clamav/Makefile.am
7161         * src/plugins/clamav/clamav_plugin.c
7162         * src/plugins/clamav/clamav_plugin.h
7163         * src/plugins/clamav/clamav_plugin_gtk.c
7164                 also merge clamav and clamav_gtk plugins
7165
7166 2005-11-13 [colin]      1.9.100cvs10
7167
7168         * configure.ac
7169         * src/plugins/spamassassin/Makefile.am
7170         * src/plugins/spamassassin/spamassassin.c
7171         * src/plugins/spamassassin/spamassassin.h
7172         * src/plugins/spamassassin/spamassassin_gtk.c
7173                 Merge spamassassin and spamassassin_gtk plugins,
7174                 and build it by default.
7175
7176 2005-11-12 [colin]      1.9.100cvs9
7177
7178         * src/etpan/imap-thread.c
7179                 Fix gcc warning
7180
7181 2005-11-12 [colin]      1.9.100cvs8
7182
7183         * src/procmime.c
7184                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7185
7186 2005-11-10 [colin]      1.9.100cvs7
7187
7188         * src/main.c
7189                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7190                 minimised state)
7191
7192 2005-11-10 [wwp]        1.9.100cvs6
7193
7194         * src/gtk/description_window.c
7195                 fix a crash when closing description windows using the WM's [X] button
7196
7197 2005-11-09 [colin]      1.9.100cvs5
7198
7199         * src/common/ssl.c
7200                 Update libetpan call to follow upstream
7201                 (yes, this requires libetpan-0.40cvs3)
7202
7203 2005-11-08 [colin]      1.9.100cvs4
7204
7205         * src/compose.c
7206         * src/textview.c
7207         * src/common/utils.c
7208         * src/common/utils.h
7209                 Enhance the email parser
7210
7211 2005-11-08 [colin]      1.9.100cvs3
7212
7213         * src/procmime.c
7214                 Fix what looks like an off-by-one (fixes 
7215                 attachments from the Bat)
7216
7217 2005-11-08 [wwp]        1.9.100cvs2
7218
7219         * src/main.c
7220                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7221
7222 2005-11-08 [wwp]        1.9.100cvs1
7223
7224         * src/main.c
7225                 allow exiting Sylpheed-Claws from command-line
7226
7227 2005-11-08 [paul]       1.9.100
7228
7229         1.9.100 released
7230
7231 2005-11-07 [colin]      1.9.99cvs17
7232
7233         * src/addritem.c
7234         * src/ldif.c
7235                 Fix import of base-64 encoded items
7236
7237 2005-11-07 [colin]      1.9.99cvs16
7238
7239         * src/send_message.c
7240                 Fix bug #314 (Queue does not empty under certain 
7241                 circumstances)
7242
7243 2005-11-07 [paul]       1.9.99cvs15
7244
7245         * src/mutt.c
7246         * src/pine.c
7247                 fix buffer overflows
7248                 Thanks to Colin
7249
7250 2005-11-07 [paul]       1.9.99cvs14
7251
7252         * doc/man/Makefile.am
7253         * doc/man/sylpheed-claws.1      ** ADDED **
7254         * doc/man/sylpheed.1            ** DELETED **
7255                 rename and update the man file
7256
7257 2005-11-06 [colin]      1.9.99cvs13
7258
7259         * src/ldif.c
7260                 Fix ldif_get_line() that returned empty strings
7261                 (Didn't understand why). Also fix a possible
7262                 buffer overflow.
7263
7264 2005-11-06 [wwp]        1.9.99cvs12
7265
7266         * src/textview.c
7267         * src/gtk/about.c
7268         * src/gtk/gtkutils.c
7269         * src/gtk/gtkutils.h
7270                 fix a compilation warning,
7271                 make links sensitive in the about dialog
7272
7273 2005-11-04 [wwp]        1.9.99cvs11
7274
7275         * src/gtk/about.c
7276                 don't wrap or translate URIs, and a bit text format cleanup
7277
7278 2005-11-04 [wwp]        1.9.99cvs10
7279
7280         * src/gtk/about.c
7281                 better textview tagging implementation (no more use of marks for
7282                 postponed tagging)
7283
7284 2005-11-02 [colin]      1.9.99cvs9
7285
7286         * src/common/ssl.c
7287                 Forgot an ifdef
7288
7289 2005-11-02 [colin]      1.9.99cvs8
7290
7291         * configure.ac
7292                 Require libetpan-0.40 due to upstream fix
7293         * src/common/ssl.c
7294                 Tell libetpan not to call SSL_Library_Init,
7295                 as we do it ourselves.
7296
7297 2005-11-02 [colin]      1.9.99cvs7
7298
7299         * po/POTFILES.in
7300                 Add missing files (thanks to Fabien Vantard)
7301
7302 2005-11-02 [colin]      1.9.99cvs6
7303
7304         * src/summaryview.c
7305                 Fix totals when read messages are hidden or quicksearch
7306                 is on
7307         * src/ssl_manager.c
7308         * src/ssl_manager.h
7309         * src/common/ssl_certificate.c
7310         * src/common/ssl_certificate.h
7311         * src/gtk/sslcertwindow.c
7312         * src/gtk/sslcertwindow.h
7313                 Fix copyright on my stuff
7314
7315 2005-11-02 [wwp]        1.9.99cvs5
7316
7317         * src/prefs_themes.c
7318                 fix directory name checking (theme installation/removal),
7319                 made related error a bit more verbose
7320
7321 2005-11-02 [colin]      1.9.99cvs4
7322
7323         * src/summaryview.c
7324                 Fix typo (probably fixes bug #841 (Sort by the From 
7325                 field doesn't work)
7326
7327 2005-11-02 [paul]       1.9.99cvs3
7328
7329         * po/ko.po
7330         * po/nb.po
7331                 updated by SungHyun Nam, Geir Helland
7332         * src/wizard.c
7333                 fix typo in welcome message. spotted by
7334                 Andrea Spadaccini
7335
7336 2005-11-01 [colin]      1.9.99cvs2
7337
7338         * src/compose.c
7339                 Fix replying to ml wen confirming subscription
7340         * src/messageview.c
7341         * src/mimeview.c
7342         * src/mimeview.h
7343         * src/privacy.h
7344         * src/summaryview.c
7345                 Make key check non blocking
7346
7347 2005-10-31 [paul]       1.9.99cvs1
7348
7349         * tools/claws.i18n.status.pl
7350                 updated for ChangeLog
7351
7352 2005-10-31 [paul]       1.9.99
7353
7354         1.9.99 released
7355
7356 2005-10-31 [paul]       1.9.15cvs131
7357
7358         * .cvsignore
7359         * ChangeLog
7360         * ChangeLog.claws       ** REMOVED **
7361         * ChangeLog-gtk2.claws  ** REMOVED **
7362         * ChangeLog.gtk1        ** ADDED **
7363         * INSTALL
7364         * Makefile.am
7365         * NEWS
7366         * README
7367         * README.claws          ** REMOVED **
7368         * README.jp             ** REMOVED **
7369         * RELEASE_NOTES         ** ADDED **
7370         * RELEASE_NOTES.claws   ** REMOVED **
7371         * commitHelper
7372         * configure.ac
7373         * sylpheed.spec.in      ** REMOVED **
7374                 tidy up and update the default docs:
7375                 ChangeLog.claws is renamed ChangeLog.gtk1
7376                 ChangeLog-gtk2.claws is renamed ChangeLog
7377                 README.claws is renamed README
7378                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7379
7380 2005-10-31 [paul]       1.9.15cvs130
7381
7382         * po/it.po
7383                 fix errors
7384
7385 2005-10-31 [paul]       1.9.15cvs129
7386
7387         * po/ca.po
7388         * po/de.po
7389         * po/en_GB.po
7390         * po/fr.po
7391         * po/it.po
7392         * po/pt_BR.po
7393         * po/sk.po
7394         * po/sr.po
7395         * po/zh_CN.po
7396                 updated by Miquel Oliete, Stephan Sachse and
7397                 Thomas Gilgin, me, Fabien Vantard, Andrea
7398                 Spadaccini, Frederico Goncalves Guimaraes,
7399                 Andrej Kacian, Aleksandar Urosevic, and
7400                 Ralgh Young.
7401
7402 2005-10-31 [mones]      1.9.15cvs128
7403
7404         * manual/faq.xml
7405                 More questions.
7406         
7407         * po/es.po
7408                 Updated for release.
7409
7410 2005-10-30 [colin]      1.9.15cvs127
7411
7412         * src/compose.c
7413                 Place cursor before rewrapping (fixes cursor
7414                 pos if quotation gets rewrapped)
7415
7416 2005-10-29 [paul]       1.9.15cvs126
7417
7418         * src/crash.c
7419         * src/foldersel.c
7420         * src/main.c
7421         * src/messageview.c
7422         * src/toolbar.c
7423         * src/gtk/authors.h
7424                 corrections to text items
7425
7426 2005-10-28 [colin]      1.9.15cvs125
7427
7428         * src/messageview.c
7429                 Make "hit 'C' to check sig" work from extern 
7430                 messageviews
7431
7432 2005-10-27 [colin]      1.9.15cvs124
7433
7434         * src/summaryview.c
7435                 Add a hack to avoid segfaulting when hammering 
7436                 on gtk's events
7437
7438 2005-10-27 [wwp]        1.9.15cvs123
7439
7440         * src/prefs_themes.c
7441                 sort list of themes names in themes prefs
7442
7443 2005-10-27 [paul]       1.9.15cvs122
7444
7445         * src/folder.c
7446         * src/prefs_account.c
7447                 fix building on Solaris
7448                 Patch by Alex Moore
7449
7450 2005-10-27 [wwp]        1.9.15cvs121
7451
7452         * src/summaryview.c
7453         * src/gtk/gtksctree.c
7454                 speed up unselecting messages in summary view (thanks to Colin)
7455
7456 2005-10-27 [paul]       1.9.15cvs120
7457
7458         * src/mainwindow.c
7459                 fix a compilation warning
7460         * src/summaryview.c
7461                 fix updating of 'n items selected' count
7462                 when deselecting
7463
7464 2005-10-27 [martin]     1.9.15cvs119
7465
7466         * src/action.c
7467                 ignore actions with a leading '/' in the action menu name
7468                 fixes a crash on menu creation
7469         * src/prefs_actions.c
7470                 do not allow a leading '/' in the action menu name
7471
7472 2005-10-27 [paul]       1.9.15cvs118
7473
7474         * src/main.c
7475                 fix compilation warning
7476
7477 2005-10-27 [paul]       1.9.15cvs117
7478
7479         * src/procmime.c
7480                 add #if HAVE_LOCALE_H
7481
7482 2005-10-27 [paul]       1.9.15cvs116
7483
7484         * src/plugins/clamav/clamav_plugin.c
7485         * src/plugins/dillo_viewer/dillo_viewer.c
7486         * src/plugins/mathml_viewer/mathml_viewer.c
7487         * src/plugins/pgpcore/plugin.c
7488         * src/plugins/pgpinline/plugin.c
7489         * src/plugins/pgpmime/plugin.c
7490         * src/plugins/spamassassin/spamassassin.c
7491         * src/plugins/trayicon/trayicon.c
7492                 plugin_init() : make error messages more
7493                 informative
7494
7495 2005-10-26 [wwp]        1.9.15cvs115
7496
7497         * src/prefs_matcher.c
7498                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7499
7500 2005-10-26 [wwp]        1.9.15cvs114
7501
7502         * src/procmime.c
7503         * src/gtk/gtksctree.c
7504         * src/plugins/spamassassin/libspamc.c
7505         * src/plugins/spamassassin/spamassassin.c
7506                 fix some compilation warnings more
7507
7508 2005-10-26 [mones]      1.9.15cvs113
7509
7510         * po/es.po
7511                 Updated translation
7512
7513 2005-10-26 [paul]       1.9.15cvs112
7514
7515         * src/prefs_message.c
7516                 give all display_xface stuff the
7517                 #if HAVE_LIBCOMPFACE treatment, thus
7518                 preventing a crash
7519                 (Thanks to Wolfgang Enderlein)
7520
7521 2005-10-26 [colin]      1.9.15cvs111
7522
7523         * src/gedit-print.c
7524                 Fix date format
7525         * src/imap_gtk.c
7526         * src/news_gtk.c
7527                 Remove context menu items that should not be there
7528         * src/jpilot.c
7529                 Fix encoding
7530         * src/main.c
7531         * src/mainwindow.c
7532                 Don't show the mainwindow too soon
7533
7534 2005-10-26 [wwp]        1.9.15cvs110
7535
7536         * src/folder.c
7537         * src/manual.c
7538         * src/summaryview.c
7539                 fix uninitialized pointers in the folder updating hook
7540                 (thanks to Colin)
7541
7542 2005-10-25 [mones]      1.9.15cvs109
7543
7544         * manual/faq.xml
7545                 General information subsection completed. 
7546                 Removed archaic references.
7547                 
7548         * manual/Makefile
7549         * manual/dtd/manual.dsl
7550                 Added customization stylesheet for getting paragraphs
7551                 fully justified in PDF output (as suggested by Colin).
7552
7553 2005-10-25 [colin]      1.9.15cvs108
7554
7555         * src/compose.c
7556                 Fix a second leak
7557
7558 2005-10-25 [colin]      1.9.15cvs107
7559
7560         * src/addrbook.c
7561         * src/addrindex.c
7562                 Fix leak (xml_get_element() allocates memory)
7563         * src/compose.c
7564                 Fix leak + dead code (shame!)
7565         * src/procmime.c
7566                 Fix leak
7567
7568 2005-10-25 [colin]      1.9.15cvs106
7569
7570         * src/mimeview.c
7571                 Fix encoding issue in Save all and in 
7572                 overwrite-confirmation alertpanel
7573
7574 2005-10-25 [colin]      1.9.15cvs105
7575
7576         * src/common/socket.c
7577                 Fix a leak - Thanks to Christopher Aillon
7578                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7579
7580 2005-10-25 [paul]       1.9.15cvs104
7581
7582         * src/wizard.c
7583                 Always guess servers from the right-hand
7584                 email part and guess username from the
7585                 left-hand part. (Thanks to Colin)
7586                 add an X-Face to the welcome message
7587
7588 2005-10-25 [paul]       1.9.15cvs103
7589
7590         * manual/handling.xml
7591                 written by Colin, edited by me
7592
7593 2005-10-25 [wwp]        1.9.15cvs102
7594
7595         * src/folderview.c
7596         * src/grouplistdialog.c
7597         * src/imap.c
7598         * src/noticeview.c
7599                 fix some compilation warnings
7600
7601 2005-10-24 [paul]
7602
7603         1.9.99-rc3 released
7604
7605 2005-10-24 [paul]       1.9.15cvs101
7606
7607         * src/gtk/about.c
7608                 fix window sizing
7609
7610 2005-10-24 [paul]       1.9.15cvs100
7611
7612         * src/pixmaps/offline.xpm
7613         * src/pixmaps/online.xpm
7614                 replace with last default versions
7615
7616 2005-10-24 [colin]      1.9.15cvs99
7617
7618         * src/imap.c
7619                 Fix bug when moving a folder
7620         * src/imap_gtk.c
7621         * src/mh_gtk.c
7622                 "Delete folder" pops up a window, so it 
7623                 should be suffixed with "..."
7624         * src/plugins/pgpcore/sgpgme.c
7625                 Include locale.h
7626
7627 2005-10-24 [mones]      1.9.15cvs98
7628
7629         * manual/Makefile
7630         * manual/account.xml
7631         * manual/ack.xml
7632         * manual/addrbook.xml
7633         * manual/advanced.xml
7634         * manual/faq.xml
7635         * manual/glossary.xml
7636         * manual/gpl.xml
7637         * manual/handling.xml
7638         * manual/intro.xml
7639         * manual/keyboard.xml
7640         * manual/manual.xml
7641         * manual/plugins.xml
7642         * manual/starting.xml
7643         * manual/dtd/sdocbook.dtd
7644                 Initial manual structure and some content.
7645
7646 2005-10-23 [wwp]        1.9.15cvs97
7647
7648         * src/gtk/about.c
7649                 fix a typo
7650
7651 2005-10-23 [wwp]        1.9.15cvs96
7652
7653         * src/gtk/about.c
7654         * src/gtk/authors.h
7655                 rework of the about window (main work by Paul), also featuring a few
7656                 fixes for typos and duplicate names
7657
7658 2005-10-23 [wwp]        1.9.15cvs95
7659
7660         * src/.cvsignore
7661                 Ignore the right binary name (sylpheed-claws now)
7662
7663 2005-10-23 [paul]       1.9.15cvs94
7664
7665         * src/compose.c
7666                 when using Folder Pref 'Default To for
7667                 replies' make the entry in the Compose
7668                 window bold
7669                 Patch by Fabien Vantard
7670
7671 2005-10-22 [colin]      1.9.15cvs93
7672
7673         * src/codeconv.c
7674                 Fix leak
7675
7676 2005-10-22 [colin]      1.9.15cvs92
7677
7678         * src/codeconv.c
7679                 try to convert using locale (apart utf8) if necessary
7680
7681 2005-10-22 [colin]      1.9.15cvs91
7682
7683         * src/pixmaps/new.xpm
7684         * src/pixmaps/unread.xpm
7685                 Make the unread envelope blue again and
7686                 saturate the new one a bit more.
7687
7688 2005-10-22 [colin]      1.9.15cvs90
7689
7690         * src/compose.c
7691                 When replying to a mail sent by one of our accounts,
7692                 use the original list of recipients. Let 'Reply All'
7693                 and 'Reply to sender' work like previously.
7694
7695 2005-10-21 [colin]      1.9.15cvs89
7696
7697         * src/prefs_filtering.c
7698                 Clear fields after add and replace
7699         * src/textview.c
7700                 Display xface differently (better)
7701         * src/plugins/pgpinline/pgpinline.c
7702                 Fix crappy encodings/recodings
7703
7704 2005-10-21 [paul]       1.9.15cvs88
7705
7706         * src/compose.c
7707         * src/prefs_folder_item.c
7708         * src/toolbar.c
7709                 fix news folder Folder Properties
7710                 (thanks to Colin)
7711         * src/folderview.c
7712                 update folderview after Themes change
7713                 keep selected folder selected
7714                 (thanks to Colin)
7715
7716 2005-10-21 [paul]       1.9.15cvs87
7717
7718         * tools/Makefile.am
7719         * tools/OOo2sylpheed.pl
7720         * tools/README
7721         * tools/README.sylprint
7722         * tools/asus_mailled.sh         ** REMOVED **
7723         * tools/filter_conv.pl
7724         * tools/freshmeat_search.pl
7725         * tools/google_search.pl
7726         * tools/gpg-sign-syl            ** REMOVED **
7727         * tools/kmail2sylpheed.pl
7728         * tools/kmail2sylpheed_v2.pl
7729         * tools/multiwebsearch.pl
7730         * tools/nautilus2sylpheed.sh
7731         * tools/newscache_clean.pl
7732         * tools/outlook2sylpheed.pl
7733         * tools/sylpheed-switcher       ** REMOVED **
7734         * tools/sylprint.pl
7735         * tools/sylprint.rc
7736         * tools/tb2sylpheed
7737         * tools/vcard2xml.py
7738         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7739                 update default config dir
7740                 update binary name (thanks to Fabien Vantard)
7741                 remove obsolete scripts
7742
7743 2005-10-21 [colin]      1.9.15cvs86
7744
7745         * src/inc.c
7746                 Fix possible leak and units. Based on a patch by
7747                 Fabien Vantard.
7748
7749 2005-10-20 [colin]      1.9.15cvs85
7750
7751         * src/textview.c
7752                 Clear xface when clearing textview
7753
7754 2005-10-20 [colin]      1.9.15cvs84
7755
7756         * configure.ac
7757         * src/folderview.c
7758         * src/headerview.c
7759         * src/main.c
7760         * src/prefs_common.c
7761         * src/prefs_common.h
7762         * src/prefs_message.c
7763         * src/textview.c
7764         * src/textview.h
7765         * src/common/defs.h
7766         * src/common/utils.c
7767         * src/common/utils.h
7768         * src/gtk/gtkutils.c
7769         * src/gtk/gtkutils.h
7770                 Migrate config to .sylpheed-claws (Automatically)
7771                 Add a way to get the Xface in the TextView
7772
7773 2005-10-20 [colin]      1.9.15cvs83
7774
7775         * src/gtk/Makefile.am
7776         * src/gtk/about.c
7777         * src/gtk/authors.h
7778                 Make the about dialog *grooovy*
7779
7780 2005-10-20 [colin]      1.9.15cvs82
7781
7782         * src/mimeview.c
7783                 Use "Open with" on double click if no command
7784                 was found
7785
7786 2005-10-20 [colin]      1.9.15cvs81
7787
7788         * src/imap.c
7789         * src/etpan/imap-thread.c
7790                 Fix possible crash.
7791
7792 2005-10-20 [paul]       1.9.15cvs80
7793
7794         * src/folder.c
7795                 don't show clipkey icon if the only
7796                 attachment is the signature
7797                 Patch by Colin
7798
7799 2005-10-20 [paul]       1.9.15cvs79
7800
7801         * AUTHORS
7802         * src/plugins/pgpmime/pgpmime.c
7803                 name the PGP/MIME signature 'signature.asc'
7804                 Patch by Andrew Nelson <freeandy@gmail.com>
7805
7806 2005-10-19 [colin]      1.9.15cvs78
7807
7808         * src/plugins/pgpmime/pgpmime.c
7809                 Oops, no need to double-check though
7810
7811 2005-10-19 [colin]      1.9.15cvs77
7812
7813         * src/plugins/pgpinline/pgpinline.c
7814         * src/plugins/pgpmime/pgpmime.c
7815                 Check that my_tmpfile() doesn't 
7816                 return NULL
7817
7818 2005-10-19 [colin]      1.9.15cvs76
7819
7820         * src/common/utils.c
7821                 Use shorter mime boundaries to avoid having
7822                 MTAs rewrapping our headers, breaking the
7823                 PGP signature in the process 
7824         * src/compose.c
7825         * src/plugins/pgpmime/pgpmime.c
7826                 Check for boundary uniqueness to be sure
7827                 it won't happen, instead of hoping for the
7828                 best
7829
7830 2005-10-19 [colin]      1.9.15cvs75
7831
7832         * sylpheed-claws.desktop
7833         * src/Makefile.am
7834         * src/main.c
7835                 Ship a sylpheed-claws binary instead
7836                 of a sylpheed one. Change the socket
7837                 name, too
7838         * src/folderview.c
7839                 Update folder only if it changed
7840         * src/wizard.c
7841                 Fix i18n in welcome mail, patch by
7842                 Fabien Vantard
7843
7844 2005-10-19 [paul]
7845
7846         1.9.99-rc2 released
7847
7848 2005-10-19 [paul]       1.9.15cvs74
7849
7850         * src/folder.c
7851         * src/folderview.c
7852                 fix summaryview update
7853                 Patch by Colin
7854
7855 2005-10-18 [colin]      1.9.15cvs73
7856
7857         * src/plugins/pgpcore/passphrase.c
7858                 Don't XGrabServer, and try a bit more to 
7859                 sync everything before grabbing mouse/keyboard
7860
7861 2005-10-18 [colin]      1.9.15cvs72
7862
7863         * src/Makefile.am
7864         * src/addressadd.c
7865         * src/addressbook.c
7866         * src/folderview.c
7867         * src/grouplistdialog.c
7868         * src/mimeview.c
7869         * src/stock_pixmap.c
7870         * src/stock_pixmap.h
7871         * src/summaryview.c
7872         * src/gtk/gtksctree.c
7873         * src/gtk/gtksctree.h
7874         * src/pixmaps/empty.xpm
7875                 Implement a wrapper call for gtk_ctree_set_node_info
7876                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7877                 pixmap instead of a NULL one. This works around some
7878                 memory problems deep inside gtk, revealed by valgrind,
7879                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7880                 as locked crashes sylpheed.), as well as, probably, 
7881                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7882
7883 2005-10-17 [colin]      1.9.15cvs71
7884
7885         * src/mimeview.c
7886                 Provide visual feedback when checking
7887                 signature
7888
7889 2005-10-17 [colin]      1.9.15cvs70
7890
7891         * src/main.c
7892                 Keep the folder list frozen while checking caches...
7893
7894 2005-10-17 [colin]      1.9.15cvs69
7895
7896         * src/addr_compl.c
7897                 Fi bug #833 (Autocompleting from addressbook 
7898                 fails with extended chars)
7899         * src/imap.c
7900                 Fix 'adding messages' staying in statusbar
7901                 after an error
7902
7903 2005-10-17 [wwp]        1.9.15cvs68
7904
7905         * src/ssl_manager.c
7906                 Fix buttons' layout resizing when window size changes
7907
7908 2005-10-17 [wwp]        1.9.15cvs67
7909
7910         * src/account.c
7911         * src/prefs_account.c
7912         * src/prefs_common.c
7913         * src/prefs_common.h
7914         * src/prefs_folder_item.c
7915         * src/prefs_gtk.c
7916         * src/gtk/logwindow.c
7917         * src/gtk/pluginwindow.c
7918         * src/gtk/prefswindow.c
7919         * src/gtk/prefswindow.h
7920                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7921
7922 2005-10-17 [paul]       1.9.15cvs66
7923
7924         * configure.ac
7925                 fix missing libetpan message
7926         * po/en_GB.po
7927                 updated
7928         * src/crash.c
7929         * src/manual.c
7930         * src/prefs_themes.c
7931         * src/common/defs.h
7932                 add some new URI defines, change some
7933                 others
7934         * src/wizard.c
7935                 make welcome message translatable
7936                 small improvements to english
7937                 other tweaks
7938         * src/gtk/menu.c
7939                 fix warnings
7940
7941 2005-10-17 [paul]       1.9.15cvs65
7942
7943         * src/summaryview.c
7944                 fix column titles
7945
7946 2005-10-16 [mones]      1.9.15cvs64
7947
7948         * po/es.po
7949                 Updated translation
7950
7951 2005-10-16 [colin]
7952
7953         1.9.99-rc1 released
7954
7955 2005-10-16 [colin]      1.9.15cvs63
7956
7957         * src/wizard.c
7958                 Fix whitespace
7959
7960 2005-10-16 [colin]      1.9.15cvs62
7961
7962         * src/toolbar.c
7963                 s/Get All/Get Mail/
7964         * src/wizard.c
7965                 Real welcome mail text, thanks Paul
7966
7967 2005-10-16 [colin]      1.9.15cvs61
7968
7969         * src/editldap.c
7970         * src/exporthtml.c
7971         * src/main.c
7972         * src/mainwindow.c
7973         * src/prefs_themes.c
7974         * src/prefs_toolbar.c
7975         * src/plugins/demo/demo.c
7976         * src/plugins/trayicon/trayicon.c
7977                 s/Sylpheed/Sylpheed-Claws/
7978
7979 2005-10-16 [colin]      1.9.15cvs60
7980
7981         * src/wizard.c
7982                 Add a welcome email in the first empty mailbox
7983         * src/prefs_common.c
7984                 Change one more default
7985
7986 2005-10-16 [colin]      1.9.15cvs59
7987
7988         * src/wizard.c
7989                 Remove printf
7990
7991 2005-10-16 [colin]      1.9.15cvs58
7992
7993         * src/toolbar.c
7994         * src/prefs_common.c
7995                 Change some defaults
7996
7997 2005-10-16 [colin]      1.9.15cvs57
7998
7999         * src/toolbar.c
8000         * src/prefs_common.c
8001                 Change some defaults
8002
8003 2005-10-16 [colin]      1.9.15cvs56
8004
8005         * src/wizard.c
8006                 By default, initialize fonts to have
8007                 the same size as normal GtkWidgets
8008
8009 2005-10-16 [colin]      1.9.15cvs55
8010
8011         * src/mimeview.c
8012                 Fix message a bit more
8013
8014 2005-10-16 [colin]      1.9.15cvs54
8015
8016         * src/addressbook.c
8017                 Second attempt at flicker fixing
8018
8019 2005-10-16 [colin]      1.9.15cvs53
8020
8021         * src/addressbook.c
8022                 Fix flicker
8023
8024 2005-10-16 [wwp]        1.9.15cvs52
8025
8026         * src/addressbook.c
8027         * src/editaddress.c
8028         * src/prefs_common.c
8029         * src/prefs_common.h
8030                 Remember window sizes (address book)
8031
8032 2005-10-16 [wwp]        1.9.15cvs51
8033
8034         * src/plugins/clamav/clamav_plugin_gtk.c
8035         * src/plugins/spamassassin/spamassassin_gtk.c
8036                 Fix compilation warnings (missing #include).
8037
8038 2005-10-16 [colin]      1.9.15cvs50
8039
8040         * src/mimeview.c
8041         * src/summaryview.c
8042         * src/textview.c
8043                 Make 'c' check signature, and forward
8044                 c, l, y, t from summaryview to mimeview
8045
8046 2005-10-16 [colin]      1.9.15cvs49
8047
8048         * src/addressbook.c
8049                 Put border around buttons
8050         * src/mainwindow.c
8051         * src/summaryview.c
8052                 Rework menus (Patch based on a patch
8053                 by Paul)
8054
8055 2005-10-15 [wwp]        1.9.15cvs48
8056
8057         * src/editjpilot.c
8058         * src/editldap.c
8059         * src/editvcard.c
8060         * src/exphtmldlg.c
8061         * src/expldifdlg.c
8062         * src/export.c
8063         * src/import.c
8064         * src/importldif.c
8065         * src/importmutt.c
8066         * src/importpine.c
8067         * src/prefs_account.c
8068         * src/prefs_spelling.c
8069         * src/gtk/gtkutils.c
8070         * src/gtk/gtkutils.h
8071         * src/plugins/clamav/clamav_plugin_gtk.c
8072         * src/plugins/spamassassin/spamassassin_gtk.c
8073                 use nicer browse-for-file/dir buttons than the "..." ones,
8074                 code factorizing more.
8075
8076 2005-10-14 [colin]      1.9.15cvs47
8077
8078         * src/mainwindow.c
8079                 set relief on the account switcher so that people see it
8080                 grey out Create processing rules when no message is selected
8081         * src/prefs_filtering.c
8082                 ask before closing if the rule has not been modified, even if
8083                 it's not valid
8084         * src/prefs_matcher.c
8085                 fix sensitivity when entering the dialog
8086         * src/gtk/inputdialog.c
8087                 display a better icon on password ask
8088         * src/plugins/pgpcore/passphrase.c
8089                 make the dialog look better
8090
8091 2005-10-14 [paul]       1.9.15cvs46
8092
8093         * src/folderview.c
8094                 indicate presense of marked msgs in
8095                 unexpanded subfolders
8096
8097 2005-10-14 [paul]       1.9.15cvs45
8098
8099         * src/prefs_actions.c
8100         * src/prefs_common.c
8101         * src/prefs_common.h
8102         * src/prefs_filtering_action.c
8103         * src/prefs_matcher.c
8104         * src/prefs_template.c
8105                 remember window sizes
8106                 fix Info button size
8107
8108         Patches by wwp
8109
8110 2005-10-13 [colin]      1.9.15cvs44
8111
8112         * src/mimeview.c
8113         * src/noticeview.c
8114         * src/noticeview.h
8115                 Add a tooltip on the icon (optional) 
8116                 Get rid of the signature buttons and only
8117                 use the icon+tooltip
8118
8119 2005-10-13 [colin]      1.9.15cvs43
8120
8121         * src/noticeview.c
8122         * src/noticeview.h
8123                 Add hand cursor for hovering over icon
8124
8125 2005-10-13 [colin]      1.9.15cvs42
8126
8127         * src/summaryview.c
8128                 Fix crash when quicksearch's hidden 
8129                 at startup
8130
8131 2005-10-13 [colin]      1.9.15cvs41
8132
8133         * src/compose.c
8134                 Set subject when forwarding multiple mails
8135                 Check that other recipient than the default Cc or Bcc
8136                 have been set before sending.
8137
8138 2005-10-13 [colin]      1.9.15cvs40
8139
8140         * src/imap.c
8141                 Batch per-folder
8142                 Introduce locking, but don't use it yet
8143
8144 2005-10-13 [colin]      1.9.15cvs39
8145
8146         * src/gtk/quicksearch.c
8147                 Reset quicksearch when hiding it
8148                 Make sticky a real pref
8149
8150 2005-10-13 [colin]      1.9.15cvs38
8151
8152         * src/summaryview.c
8153                 Faster prefs apply
8154
8155 2005-10-13 [colin]      1.9.15cvs37
8156
8157         * src/mimeview.c
8158         * src/noticeview.c
8159         * src/noticeview.h
8160         * src/plugins/pgpcore/sgpgme.c
8161                 Make privacy icon clickable
8162                 Move Trust field in Full info
8163                 When trust is less than full, don't display
8164                 a warning icon
8165
8166 2005-10-13 [colin]      1.9.15cvs36
8167
8168         * src/folder.c
8169                 Batch on flags sync
8170         * src/folderview.c
8171                 Revert speed hack which is dangerous in fact
8172                 Apply prefs faster
8173
8174 2005-10-13 [colin]      1.9.15cvs35
8175
8176         * src/folder_item_prefs.c
8177                 Fix pref corruption on folder move. Patch
8178                 by wwp
8179
8180 2005-10-13 [paul]       1.9.15cvs34
8181
8182         * src/export.c
8183         * src/import.c
8184                 fix typos in g_warnings
8185         * src/prefs_account.c
8186                 add a file selector for Signature file
8187
8188         Patches by wwp
8189
8190 2005-10-12 [colin]      1.9.15cvs33
8191
8192         * src/mimeview.c
8193                 Provide a quick way to go back from a
8194                 signature's full info to the email part
8195
8196 2005-10-12 [colin]      1.9.15cvs32
8197
8198         * src/compose.c
8199                 Remove old hack of encoding signed mails with base64.
8200                 QP works equally well.
8201
8202 2005-10-12 [colin]      1.9.15cvs31
8203
8204         * src/crash.c
8205                 Replace deprecated GtkText with GtkTextView
8206         * src/imap.c
8207                 Fix a logic bug about counts in imap_select
8208                 (previously un-triggered)
8209         * src/mainwindow.c
8210         * src/summaryview.c
8211         * src/news.c
8212                 Allow local deletion of news posts
8213         * src/mimeview.c
8214                 Show GPG noticeview on the message/rfc822 part
8215                 in addition to the text/plain one
8216         * src/prefs_image_viewer.c
8217           src/plugins/pgpcore/prefs_gpg.c
8218                 Polish (set the label as part of the checkbox)
8219         * src/wizard.c
8220                 Don't sit there doing nothing after destroying
8221                 the window - return err
8222
8223 2005-10-11 [colin]      1.9.15cvs30
8224
8225         * src/folderview.c
8226                 Apply processing rules before showing folders.
8227                 Early folder show (before flags sync) will only
8228                 be done when there are no processing rules (nor
8229                 pre- or post- ones)
8230         * src/imap.c
8231                 Fix stuff related to mail subdir, creation and 
8232                 deletion of folders 
8233         * src/imap_gtk.c
8234                 Don't allow creation of folders in NoInferior
8235                 folders, as it won't work
8236
8237 2005-10-10 [colin]      1.9.15cvs29
8238
8239         * src/compose.c
8240                 Reselect "None" Privacy system when selecting an
8241                 account with no privacy system defined
8242
8243 2005-10-10 [colin]      1.9.15cvs28
8244
8245         * src/mainwindow.c
8246                 Add Windows-1252 encoding
8247         * src/prefs_common.c
8248                 Rework some defaults:
8249                 - autosave to draft by default
8250                 - don't show header pane (it's already in the textview)
8251                 - Select first new or unread mail on entry
8252                 - Assume 'Yes' to change folder when there's no more
8253                   unread message
8254         * src/prefs_matcher.c
8255                 Fix a gtk assertion failure
8256         * src/gtk/colorlabel.c
8257                 Workaround bad repainting on selection
8258         * src/main.c
8259                 Freeze/thaw (a bit faster on ssh -X)
8260         * src/msgcache.c
8261                 Get rid of StrdupConverter that just adds an
8262                 extra strdup/free 
8263         * src/etpan/imap_thread.c
8264                 memset buf to 0
8265
8266 2005-10-10 [colin]      1.9.15cvs27
8267
8268         * src/export.c
8269         * src/import.c
8270                 Fix compile on gtk 2.4. Patch by wwp
8271
8272 2005-10-09 [colin]      1.9.15cvs26
8273
8274         * src/mainwindow.c
8275         * src/messageview.c
8276         * src/summaryview.c
8277                 Clarify forward menus. Patch by wwp
8278
8279 2005-10-09 [colin]      1.9.15cvs25
8280
8281         * src/compose.c
8282         * src/compose.h
8283                 Fix bug #829 (Non-working "Encrypt message by 
8284                 default when replying to an encrypted message")
8285
8286 2005-10-08 [colin]      1.9.15cvs24
8287
8288         * src/wizard.c
8289                 Fix bug #827 ("Welcome" setup wizard after a 
8290                 permission error gives up & forgets itself.)
8291
8292 2005-10-08 [colin]      1.9.15cvs23
8293
8294         * src/procmime.c
8295                 Fix bug #828 (Ignoring headers with spaces around = sign)
8296
8297 2005-10-08 [colin]      1.9.15cvs22
8298
8299         * src/export.c
8300                 Warning fix by wwp
8301
8302 2005-10-08 [colin]      1.9.15cvs21
8303
8304         * src/folder.c
8305         * src/folder.h
8306                 Add a processing_pending indicator, set on 
8307                 folder_item_open and cleared after 
8308                 folder_item_process_open
8309         * src/folderview.c
8310         * src/summaryview.c
8311                 wrap procmsg_msginfo_*_flags, and in the
8312                 wrapper check that there's no folder processing 
8313                 pending. If there is, defer the flags change until 
8314                 processing is done to avoid stepping over each
8315                 other's toes.
8316                 Freeze during processing, but not during scanning.
8317
8318 2005-10-07 [colin]      1.9.15cvs20
8319
8320         * src/plugins/pgpcore/passphrase.c
8321                 Fix bug #826 (X-Server hangs when 
8322                 right-clicking a PGP encrypted message)
8323
8324 2005-10-07 [paul]       1.9.15cvs19
8325
8326         * src/compose.c
8327                 fix compose_entries[]
8328                 patch by Fabien Vantard
8329
8330 2005-10-06 [colin]      1.9.15cvs18
8331
8332         * src/pixmaps/address.xpm
8333         * src/pixmaps/address_book.xpm
8334         * src/pixmaps/book.xpm
8335         * src/pixmaps/check_spelling.xpm
8336         * src/pixmaps/checkbox_off.xpm
8337         * src/pixmaps/checkbox_on.xpm
8338         * src/pixmaps/close.xpm
8339         * src/pixmaps/complete.xpm
8340         * src/pixmaps/continue.xpm
8341         * src/pixmaps/deleted.xpm
8342         * src/pixmaps/down_arrow.xpm
8343         * src/pixmaps/exec.xpm
8344         * src/pixmaps/forwarded.xpm
8345         * src/pixmaps/group.xpm
8346         * src/pixmaps/ignorethread.xpm
8347         * src/pixmaps/interface.xpm
8348         * src/pixmaps/jpilot.xpm
8349         * src/pixmaps/ldap.xpm
8350         * src/pixmaps/linewrap.xpm
8351         * src/pixmaps/linewrapcurrent.xpm
8352         * src/pixmaps/mail.xpm
8353         * src/pixmaps/mail_attach.xpm
8354         * src/pixmaps/mail_compose.xpm
8355         * src/pixmaps/mail_forward.xpm
8356         * src/pixmaps/mail_receive.xpm
8357         * src/pixmaps/mail_receive_all.xpm
8358         * src/pixmaps/mail_reply.xpm
8359         * src/pixmaps/mail_reply_to_all.xpm
8360         * src/pixmaps/mail_reply_to_author.xpm
8361         * src/pixmaps/mail_send.xpm
8362         * src/pixmaps/mail_send_queue.xpm
8363         * src/pixmaps/mime_application.xpm
8364         * src/pixmaps/mime_audio.xpm
8365         * src/pixmaps/mime_image.xpm
8366         * src/pixmaps/mime_message.xpm
8367         * src/pixmaps/mime_text_enriched.xpm
8368         * src/pixmaps/mime_text_html.xpm
8369         * src/pixmaps/mime_text_plain.xpm
8370         * src/pixmaps/mime_unknown.xpm
8371         * src/pixmaps/new.xpm
8372         * src/pixmaps/news_compose.xpm
8373         * src/pixmaps/offline.xpm
8374         * src/pixmaps/online.xpm
8375         * src/pixmaps/paste.xpm
8376         * src/pixmaps/preferences.xpm
8377         * src/pixmaps/privacy_emblem_encrypted.xpm
8378         * src/pixmaps/privacy_expired.xpm
8379         * src/pixmaps/privacy_failed.xpm
8380         * src/pixmaps/privacy_passed.xpm
8381         * src/pixmaps/privacy_signed.xpm
8382         * src/pixmaps/privacy_unknown.xpm
8383         * src/pixmaps/privacy_warn.xpm
8384         * src/pixmaps/properties.xpm
8385         * src/pixmaps/replied.xpm
8386         * src/pixmaps/search.xpm
8387         * src/pixmaps/unread.xpm
8388         * src/pixmaps/up_arrow.xpm
8389         * src/pixmaps/vcard.xpm
8390                 Modernize internal theme, with icons from the 
8391                 Gnomaws theme. Keep some of the old ones where
8392                 they were better.
8393
8394 2005-10-06 [colin]      1.9.15cvs17
8395
8396         * src/summaryview.c
8397                 Little optimisations + bugfix
8398         * src/toolbar.c
8399                 Remove default useless items - useless being defined
8400                 by the default relevant prefs
8401         * src/wizard.c
8402                 include config.h to make gettext work
8403         * src/prefs_themes.c
8404                 Fix selection of current theme in prefs
8405
8406 2005-10-06 [colin]      1.9.15cvs16
8407
8408         * src/prefs_common.c
8409         * src/prefs_common.h
8410         * src/prefs_summaries.c
8411         * src/folderview.c
8412                 Add a warning dialog on Mark all read 
8413                 (with pref to get rid of it)
8414
8415 2005-10-06 [paul]       1.9.15cvs15
8416
8417         * po/nb.po
8418         * po/pt_BR.po
8419                 updated by Geir Helland and Frederico
8420                 Goncalves Guimaraes
8421
8422 2005-10-05 [colin]      1.9.15cvs14
8423
8424         * src/folder.c
8425         * src/folder.h
8426         * src/folderview.c
8427         * src/folderview.h
8428         * src/imap_gtk.c
8429         * src/mh_gtk.c
8430         * src/mainwindow.c
8431         * src/setup.c
8432                 add a way to rescan without rebuilding
8433                 make moving a bit faster (less folders changes)
8434                 don't lock the tree on Get 
8435         * src/imap.c
8436                 Don't re-delete deleted messages before expunging
8437         * src/summaryview.c
8438                 Set batch mode when deleting mails
8439
8440 2005-10-05 [paul]       1.9.15cvs13
8441
8442         * src/mainwindow.c
8443         * src/mainwindow.h
8444                 fix disabled Execute menu item
8445         * src/toolbar.c
8446                 match the change in 1.9.15cvs10: use Compose
8447                 instead of News by default
8448
8449 2005-10-04 [colin]      1.9.15cvs12
8450
8451         * src/compose.c
8452                 When replying to an ML post with Reply-To set
8453                 to the poster's email, honor it (as before),
8454                 but also honor our user's request to reply to
8455                 the mailing list: set the ML address in the To
8456                 field and the Reply-To address in the Cc: 
8457                 field.
8458
8459 2005-10-04 [colin]      1.9.15cvs11
8460
8461         * src/plugins/trayicon/trayicon.c
8462                 Finish cosmetic change - thanks to wwp
8463
8464 2005-10-04 [colin]      1.9.15cvs10
8465
8466         * src/toolbar.c
8467                 Use Compose instead of Email by default.
8468                 Spotted by wwp.
8469
8470 2005-10-04 [colin]      1.9.15cvs9
8471
8472         * src/folder.c
8473         * src/folder.h
8474         * src/folderview.c
8475         * src/imap.c
8476         * src/etpan/imap-thread.c
8477         * src/etpan/imap-thread.h
8478                 Try to make IMAP faster, by simplifying SEARCH
8479                 commands, avoiding sending two STATUS in a row,
8480                 and deferring flags sync and processing just
8481                 after displaying the folder. 
8482                 This will update the SummaryView in certain
8483                 cases (new mails not already fetched, flags
8484                 changed from another client) but in a non-
8485                 blocking manner.
8486
8487 2005-10-04 [colin]      1.9.15cvs8
8488
8489         * src/plugins/trayicon/trayicon.c
8490                 Relabel "Offline" to "Work offline"
8491
8492 2005-10-04 [colin]      1.9.15cvs7
8493
8494         * src/export.c
8495         * src/import.c
8496         * src/mbox.c
8497                 Fix mbox import/export buglets
8498                 Patch by wwp
8499         * src/plugins/trayicon/trayicon.c
8500                 Add offline swithc
8501                 Patch by wwp
8502
8503 2005-10-04 [colin]      1.9.15cvs6
8504
8505         * src/folder.c
8506         * src/folderview.c
8507         * src/summaryview.c
8508                 Better fix (don't break mark all read) for cvs2
8509
8510 2005-10-03 [colin]      1.9.15cvs5
8511
8512         * src/folder.c
8513                 Use a sane sort by default
8514
8515 2005-10-03 [colin]      1.9.15cvs4
8516
8517         * src/inc.c
8518                 Add a 'Only once' button for overriding offline mode
8519         * src/prefs_account.c
8520         * src/wizard.c
8521                 Add Local mbox to the wizard
8522                 Add IMAP subdir to the wizard (or the wizard is useless
8523                 for such accounts, or even worse than useless)
8524                 Move IMAP subdir from Advanced to Receive tab, as it's
8525                 not that uncommon
8526
8527 2005-10-03 [colin]      1.9.15cvs3
8528
8529         * src/send_message.c
8530                 Forgot this one in cvs1
8531
8532 2005-10-03 [colin]      1.9.15cvs2
8533
8534         * src/folder.c
8535                 Faster close when leaving a folder with lots
8536                 of new mails. Idea by David Relson.
8537
8538 2005-10-03 [colin]      1.9.15cvs1
8539
8540         * src/compose.c
8541         * src/imap.c
8542         * src/inc.c
8543         * src/main.c
8544         * src/messageview.c
8545         * src/news.c
8546         * src/summaryview.c
8547         * src/gtk/sslcertwindow.c
8548         * src/plugins/trayicon/trayicon.c
8549                 Add accels to every AlertPanel. Patch by Fabien 
8550                 Vantard
8551
8552 2005-10-03 [paul]       1.9.15
8553
8554         1.9.15 released
8555
8556 2005-10-03 [paul]       1.9.14cvs68
8557
8558         * po/ca.po
8559         * po/de.po
8560         * po/es.po
8561         * po/fi.po
8562         * po/fr.po
8563         * po/sk.po
8564         * po/sr.po
8565         * po/zh_CN.po
8566                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8567                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8568                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8569
8570 2005-10-03 [paul]       1.9.14cvs67
8571
8572         * src/send_message.c
8573                 prevent hang on Cancel
8574                 patch by Colin
8575
8576 2005-10-03 [paul]       1.9.14cvs66
8577
8578         * src/main.c
8579                 fix crash in IMAP caused by discrepancy
8580                 between check_at_startup and offline mode
8581                 Patch by Colin
8582
8583 2005-10-01 [paul]       1.9.14cvs65
8584
8585         * src/inc.c
8586                 fix engrish
8587
8588 2005-10-01 [paul]       1.9.14cvs64
8589         * src/export.c
8590         * src/import.c
8591                 synchronise import_mbox() and export_mbox()
8592         * src/mbox.c
8593                 proc_mbox(): add alert if file cannot be opened
8594                 export_list_to_mbox(): test if dest file exists,
8595                 prompt user to overwrite if it does. add alert
8596                 if file cannot be created
8597                                                                 
8598         Patch by wwp
8599                                                                                                                 
8600
8601 2005-09-30 [paul]       1.9.14cvs63
8602
8603         * src/addressbook.c
8604                 Fix sensitivity of a menu
8605         * src/codeconv.c
8606                 Respect hidden pref for mails with no encoding
8607         * src/common/xml.c
8608                 Fix memory corruption
8609         * src/plugins/pgpcore/sgpgme.c
8610                 Fix segfault on incomplete sigs, and display
8611                 of S/Mime UIDs
8612
8613         Patches by Colin
8614
8615 2005-09-30 [colin]      1.9.14cvs62
8616
8617         * src/partial_download.c
8618                 Little logic fix in almost-dead code
8619         * src/pop.c
8620                 Fix partial download when there's no new mail
8621
8622 2005-09-29 [paul]       1.9.14cvs61
8623
8624         * src/plugins/pgpinline/pgpinline.c
8625                 fix bug 819, 'crash accessing sign message'
8626                 Patch by Colin
8627
8628 2005-09-28 [martin]     1.9.14cvs60
8629
8630         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8631                 fix bug #790 (Crash when restarting window manager (fluxbox))
8632
8633 2005-09-28 [paul]       1.9.14cvs59
8634
8635         * src/gtk/gtkaspell.c
8636                 fix off-by-one typo
8637
8638 2005-09-27 [colin]      1.9.14cvs58
8639
8640         * src/plugins/pgpcore/sgpgme.c
8641                 Report error when there's one, instead of
8642                 "Signature unchecked" 
8643
8644 2005-09-27 [colin]      1.9.14cvs57
8645
8646         * src/prefs_quote.c
8647                 Fix bug #816 (Weird quotation with spaces)
8648
8649 2005-09-27 [colin]      1.9.14cvs56
8650
8651         * src/codeconv.c
8652         * src/compose.c
8653         * src/compose.h
8654                 Put subject in compose's title
8655                 Fix Automatic encoding so that it's really automatic:
8656                 first try default locale's charset, then charset of the replied mail, 
8657                 then utf-8
8658                 Fix encoding of headers (must be in strict mode too)
8659
8660 2005-09-26 [colin]      1.9.14cvs55
8661
8662         * src/gtk/gtkaspell.c
8663                 Fix previous patch - don't color the space,
8664                 just uncolor it :)
8665
8666 2005-09-26 [colin]      1.9.14cvs54
8667
8668         * src/gtk/gtkaspell.c
8669                 Unmark space if possible
8670
8671 2005-09-26 [colin]      1.9.14cvs53
8672
8673         * src/imap.c
8674                 log_error instead of alertpanel according to the pref
8675         * src/etpan/imap-thread.c
8676                 Print connect status, copy only necessary size to 
8677                 logger
8678         * src/plugins/pgpmime/pgpmime.c
8679                 Handle S/Mime signatures (verification only). Patch based
8680                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8681
8682 2005-09-26 [paul]       1.9.14cvs52
8683
8684         * src/common/passcrypt.c
8685                 this 'workaround' not necessary on NetBSD.
8686                 Thanks to Daniel Gustafson
8687
8688 2005-09-26 [paul]
8689
8690         1.9.15-rc4 released
8691
8692 2005-09-26 [paul]       1.9.14cvs51
8693
8694         * src/summaryview.c
8695                 Skip currently selected message when
8696                 looking for next new or unread message
8697                 in current folder. Patch by Colin
8698         * src/common/passcrypt.c
8699                 eliminate warnings on *BSD. Patch by
8700                 Daniel Gustafson
8701
8702 2005-09-26 [colin]      1.9.14cvs50
8703
8704         * src/procmsg.c
8705                 Call postfiltering hook anyway
8706
8707 2005-09-22 [colin]      1.9.14cvs49
8708
8709         * src/codeconv.c
8710         * src/codeconv.h
8711                 Add a strict mode that doesn't replace with _
8712         * src/compose.c
8713         * src/compose.h
8714                 Use strict conversion while sending
8715                 Fix race when drafting while sending (happens
8716                 on IMAP)
8717                 Fix d'n'd of messages from summaryview
8718         * src/prefs_common.c
8719         * src/prefs_common.h
8720                 add hidden utf8_instead_of_locale_for_broken_mail 
8721                 pref for people that preferred the default charset 
8722                 to be utf8 for broken mails
8723         * src/quote_fmt_parse.y
8724                 fix bug #815 (No quote insert if "From:" fied 
8725                 contained Russian letters)
8726         * src/summaryview.c
8727                 Fix d'n'd of messages to compose
8728
8729 2005-09-22 [paul]       1.9.14cvs48
8730
8731         * src/compose.c
8732                 fix bug where attachments Name entry
8733                 would display Path instead
8734
8735 2005-09-21 [paul]       1.9.14cvs47
8736
8737         * README
8738         * README.jp
8739         * configure.ac
8740         * config/config.rpath
8741         * doc/manual/en/sylpheed-20.html
8742         * doc/manual/es/sylpheed-20.html
8743         * po/bg.po
8744         * po/ca.po
8745         * po/de.po
8746         * po/es.po
8747         * po/fr.po
8748         * po/it.po
8749         * po/pt_BR.po
8750         * po/sk.po
8751         * po/zh_TW.po
8752         * src/account.c
8753         * src/account.h
8754         * src/action.c
8755         * src/action.h
8756         * src/adbookbase.h
8757         * src/addr_compl.c
8758         * src/addr_compl.h
8759         * src/addrbook.c
8760         * src/addrbook.h
8761         * src/addrcache.c
8762         * src/addrcache.h
8763         * src/addrcindex.c
8764         * src/addrcindex.h
8765         * src/addrclip.c
8766         * src/addrclip.h
8767         * src/addrdefs.h
8768         * src/addressadd.c
8769         * src/addressadd.h
8770         * src/addressbook.c
8771         * src/addressbook.h
8772         * src/addressitem.h
8773         * src/addrgather.c
8774         * src/addrgather.h
8775         * src/addrharvest.c
8776         * src/addrharvest.h
8777         * src/addrindex.c
8778         * src/addrindex.h
8779         * src/addritem.c
8780         * src/addritem.h
8781         * src/addrquery.c
8782         * src/addrquery.h
8783         * src/addrselect.c
8784         * src/addrselect.h
8785         * src/alertpanel.c
8786         * src/alertpanel.h
8787         * src/browseldap.c
8788         * src/browseldap.h
8789         * src/codeconv.c
8790         * src/codeconv.h
8791         * src/compose.c
8792         * src/compose.h
8793         * src/crash.c
8794         * src/crash.h
8795         * src/customheader.c
8796         * src/customheader.h
8797         * src/displayheader.c
8798         * src/displayheader.h
8799         * src/editaddress.c
8800         * src/editaddress.h
8801         * src/editbook.c
8802         * src/editbook.h
8803         * src/editgroup.c
8804         * src/editgroup.h
8805         * src/editjpilot.c
8806         * src/editjpilot.h
8807         * src/editldap.c
8808         * src/editldap.h
8809         * src/editldap_basedn.c
8810         * src/editldap_basedn.h
8811         * src/editvcard.c
8812         * src/editvcard.h
8813         * src/enriched.c
8814         * src/enriched.h
8815         * src/exphtmldlg.c
8816         * src/exphtmldlg.h
8817         * src/expldifdlg.c
8818         * src/expldifdlg.h
8819         * src/export.c
8820         * src/export.h
8821         * src/exporthtml.c
8822         * src/exporthtml.h
8823         * src/exportldif.c
8824         * src/exportldif.h
8825         * src/filtering.c
8826         * src/filtering.h
8827         * src/folder.c
8828         * src/folder.h
8829         * src/folder_item_prefs.c
8830         * src/folder_item_prefs.h
8831         * src/foldersel.c
8832         * src/foldersel.h
8833         * src/folderutils.c
8834         * src/folderutils.h
8835         * src/folderview.c
8836         * src/folderview.h
8837         * src/grouplistdialog.c
8838         * src/grouplistdialog.h
8839         * src/headerview.c
8840         * src/headerview.h
8841         * src/html.c
8842         * src/html.h
8843         * src/image_viewer.c
8844         * src/image_viewer.h
8845         * src/imap.c
8846         * src/imap.h
8847         * src/imap_gtk.c
8848         * src/imap_gtk.h
8849         * src/import.c
8850         * src/import.h
8851         * src/importldif.c
8852         * src/importldif.h
8853         * src/importmutt.c
8854         * src/importmutt.h
8855         * src/importpine.c
8856         * src/importpine.h
8857         * src/inc.c
8858         * src/inc.h
8859         * src/jpilot.c
8860         * src/jpilot.h
8861         * src/ldapctrl.c
8862         * src/ldapctrl.h
8863         * src/ldaplocate.c
8864         * src/ldaplocate.h
8865         * src/ldapquery.c
8866         * src/ldapquery.h
8867         * src/ldapserver.c
8868         * src/ldapserver.h
8869         * src/ldaputil.c
8870         * src/ldaputil.h
8871         * src/ldif.c
8872         * src/ldif.h
8873         * src/localfolder.c
8874         * src/localfolder.h
8875         * src/main.c
8876         * src/main.h
8877         * src/mainwindow.c
8878         * src/mainwindow.h
8879         * src/manual.c
8880         * src/manual.h
8881         * src/matcher.c
8882         * src/matcher.h
8883         * src/matcher_parser.h
8884         * src/matcher_parser_lex.l
8885         * src/matcher_parser_parse.y
8886         * src/mbox.c
8887         * src/mbox.h
8888         * src/message_search.c
8889         * src/message_search.h
8890         * src/messageview.c
8891         * src/messageview.h
8892         * src/mh.c
8893         * src/mh.h
8894         * src/mh_gtk.c
8895         * src/mh_gtk.h
8896         * src/mimeview.c
8897         * src/mimeview.h
8898         * src/msgcache.c
8899         * src/msgcache.h
8900         * src/mutt.c
8901         * src/mutt.h
8902         * src/news.c
8903         * src/news.h
8904         * src/news_gtk.c
8905         * src/news_gtk.h
8906         * src/noticeview.c
8907         * src/noticeview.h
8908         * src/partial_download.c
8909         * src/partial_download.h
8910         * src/pine.c
8911         * src/pine.h
8912         * src/pop.c
8913         * src/pop.h
8914         * src/prefs_account.c
8915         * src/prefs_account.h
8916         * src/prefs_actions.c
8917         * src/prefs_actions.h
8918         * src/prefs_common.c
8919         * src/prefs_common.h
8920         * src/prefs_compose_writing.c
8921         * src/prefs_compose_writing.h
8922         * src/prefs_customheader.c
8923         * src/prefs_customheader.h
8924         * src/prefs_display_header.c
8925         * src/prefs_display_header.h
8926         * src/prefs_ext_prog.c
8927         * src/prefs_ext_prog.h
8928         * src/prefs_filtering.c
8929         * src/prefs_filtering.h
8930         * src/prefs_filtering_action.c
8931         * src/prefs_filtering_action.h
8932         * src/prefs_folder_column.c
8933         * src/prefs_folder_column.h
8934         * src/prefs_folder_item.c
8935         * src/prefs_folder_item.h
8936         * src/prefs_fonts.c
8937         * src/prefs_fonts.h
8938         * src/prefs_gtk.c
8939         * src/prefs_gtk.h
8940         * src/prefs_image_viewer.c
8941         * src/prefs_image_viewer.h
8942         * src/prefs_matcher.c
8943         * src/prefs_matcher.h
8944         * src/prefs_message.c
8945         * src/prefs_message.h
8946         * src/prefs_msg_colors.c
8947         * src/prefs_msg_colors.h
8948         * src/prefs_other.c
8949         * src/prefs_other.h
8950         * src/prefs_quote.c
8951         * src/prefs_quote.h
8952         * src/prefs_receive.c
8953         * src/prefs_receive.h
8954         * src/prefs_send.c
8955         * src/prefs_send.h
8956         * src/prefs_spelling.c
8957         * src/prefs_spelling.h
8958         * src/prefs_summaries.c
8959         * src/prefs_summaries.h
8960         * src/prefs_summary_column.c
8961         * src/prefs_summary_column.h
8962         * src/prefs_template.c
8963         * src/prefs_template.h
8964         * src/prefs_themes.c
8965         * src/prefs_themes.h
8966         * src/prefs_toolbar.c
8967         * src/prefs_toolbar.h
8968         * src/prefs_wrapping.c
8969         * src/prefs_wrapping.h
8970         * src/privacy.c
8971         * src/privacy.h
8972         * src/procheader.c
8973         * src/procheader.h
8974         * src/procmime.c
8975         * src/procmime.h
8976         * src/procmsg.c
8977         * src/procmsg.h
8978         * src/quote_fmt.c
8979         * src/quote_fmt_parse.y
8980         * src/recv.c
8981         * src/recv.h
8982         * src/remotefolder.c
8983         * src/remotefolder.h
8984         * src/send_message.c
8985         * src/send_message.h
8986         * src/setup.c
8987         * src/setup.h
8988         * src/simple-gettext.c
8989         * src/sourcewindow.c
8990         * src/sourcewindow.h
8991         * src/ssl_manager.c
8992         * src/ssl_manager.h
8993         * src/statusbar.c
8994         * src/statusbar.h
8995         * src/stock_pixmap.c
8996         * src/stock_pixmap.h
8997         * src/summary_search.c
8998         * src/summary_search.h
8999         * src/summaryview.c
9000         * src/summaryview.h
9001         * src/syldap.c
9002         * src/syldap.h
9003         * src/textview.c
9004         * src/textview.h
9005         * src/toolbar.c
9006         * src/toolbar.h
9007         * src/undo.c
9008         * src/undo.h
9009         * src/unmime.c
9010         * src/unmime.h
9011         * src/vcard.c
9012         * src/vcard.h
9013         * src/wizard.c
9014         * src/wizard.h
9015         * src/common/base64.c
9016         * src/common/base64.h
9017         * src/common/defs.h
9018         * src/common/hooks.c
9019         * src/common/hooks.h
9020         * src/common/log.c
9021         * src/common/log.h
9022         * src/common/md5.c
9023         * src/common/md5.h
9024         * src/common/mgutils.c
9025         * src/common/mgutils.h
9026         * src/common/nntp.c
9027         * src/common/nntp.h
9028         * src/common/passcrypt.c
9029         * src/common/passcrypt.h.in
9030         * src/common/plugin.c
9031         * src/common/plugin.h
9032         * src/common/prefs.c
9033         * src/common/prefs.h
9034         * src/common/progressindicator.c
9035         * src/common/progressindicator.h
9036         * src/common/quoted-printable.c
9037         * src/common/quoted-printable.h
9038         * src/common/session.c
9039         * src/common/session.h
9040         * src/common/smtp.c
9041         * src/common/smtp.h
9042         * src/common/socket.c
9043         * src/common/socket.h
9044         * src/common/ssl.c
9045         * src/common/ssl.h
9046         * src/common/ssl_certificate.c
9047         * src/common/ssl_certificate.h
9048         * src/common/string_match.c
9049         * src/common/string_match.h
9050         * src/common/stringtable.c
9051         * src/common/sylpheed.c
9052         * src/common/sylpheed.h
9053         * src/common/template.c
9054         * src/common/template.h
9055         * src/common/timing.h
9056         * src/common/utils.c
9057         * src/common/utils.h
9058         * src/common/uuencode.c
9059         * src/common/uuencode.h
9060         * src/common/version.h.in
9061         * src/common/xml.c
9062         * src/common/xml.h
9063         * src/common/xmlprops.c
9064         * src/common/xmlprops.h
9065         * src/gtk/about.c
9066         * src/gtk/about.h
9067         * src/gtk/colorlabel.c
9068         * src/gtk/colorlabel.h
9069         * src/gtk/colorsel.c
9070         * src/gtk/colorsel.h
9071         * src/gtk/description_window.c
9072         * src/gtk/description_window.h
9073         * src/gtk/filesel.c
9074         * src/gtk/filesel.h
9075         * src/gtk/foldersort.c
9076         * src/gtk/foldersort.h
9077         * src/gtk/gtkutils.c
9078         * src/gtk/gtkutils.h
9079         * src/gtk/inputdialog.c
9080         * src/gtk/inputdialog.h
9081         * src/gtk/logwindow.c
9082         * src/gtk/logwindow.h
9083         * src/gtk/manage_window.c
9084         * src/gtk/manage_window.h
9085         * src/gtk/menu.c
9086         * src/gtk/menu.h
9087         * src/gtk/pluginwindow.c
9088         * src/gtk/pluginwindow.h
9089         * src/gtk/prefswindow.c
9090         * src/gtk/prefswindow.h
9091         * src/gtk/progressdialog.c
9092         * src/gtk/progressdialog.h
9093         * src/gtk/quicksearch.c
9094         * src/gtk/quicksearch.h
9095         * src/gtk/sslcertwindow.c
9096         * src/gtk/sslcertwindow.h
9097         * src/plugins/clamav/clamav_plugin.c
9098         * src/plugins/clamav/clamav_plugin.h
9099         * src/plugins/clamav/clamav_plugin_gtk.c
9100         * src/plugins/demo/demo.c
9101         * src/plugins/dillo_viewer/dillo_prefs.c
9102         * src/plugins/dillo_viewer/dillo_prefs.h
9103         * src/plugins/dillo_viewer/dillo_viewer.c
9104         * src/plugins/mathml_viewer/mathml_viewer.c
9105         * src/plugins/pgpcore/passphrase.c
9106         * src/plugins/pgpcore/passphrase.h
9107         * src/plugins/pgpcore/plugin.c
9108         * src/plugins/pgpcore/prefs_gpg.c
9109         * src/plugins/pgpcore/prefs_gpg.h
9110         * src/plugins/pgpcore/select-keys.c
9111         * src/plugins/pgpcore/select-keys.h
9112         * src/plugins/pgpcore/sgpgme.c
9113         * src/plugins/pgpcore/sgpgme.h
9114         * src/plugins/pgpinline/pgpinline.c
9115         * src/plugins/pgpinline/pgpinline.h
9116         * src/plugins/pgpinline/plugin.c
9117         * src/plugins/pgpmime/pgpmime.c
9118         * src/plugins/pgpmime/pgpmime.h
9119         * src/plugins/pgpmime/plugin.c
9120         * src/plugins/spamassassin/spamassassin.c
9121         * src/plugins/spamassassin/spamassassin.h
9122         * src/plugins/spamassassin/spamassassin_gtk.c
9123         * src/plugins/trayicon/trayicon.c
9124         * tools/OOo2sylpheed.pl
9125         * tools/acroread2sylpheed.pl
9126         * tools/asus_mailled.sh
9127         * tools/filter_conv.pl
9128         * tools/freshmeat_search.pl
9129         * tools/google_search.pl
9130         * tools/kmail2sylpheed.pl
9131         * tools/kmail2sylpheed_v2.pl
9132         * tools/maildir2sylpheed.pl
9133         * tools/multiwebsearch.pl
9134         * tools/newscache_clean.pl
9135         * tools/outlook2sylpheed.pl
9136         * tools/sylpheed-switcher
9137         * tools/update-po
9138         * tools/vcard2xml.py
9139         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9140                 update FSF address
9141
9142 2005-09-21 [colin]      1.9.14cvs46
9143
9144         * src/gedit-print.c
9145         * src/procmsg.c
9146         * src/procmsg.h
9147         * src/textview.c
9148         * src/summaryview.c
9149                 Remove some printing hacks (deselection/reselection),
9150                 which by the way fix printing the currently 
9151                 displayed mime part (still only text)
9152                 Plus a little optimisation of summary_show
9153
9154
9155 2005-09-20 [colin]      1.9.14cvs45
9156
9157         * src/mainwindow.c
9158         * src/messageview.c
9159                 GUI fixups: add accels, set message
9160                 view title to displayed mail's subject
9161         * src/prefs_spelling.c
9162         * src/gtk/gtkaspell.c
9163                 GUI fixups: allow underlining misspelled
9164                 words instead of coloring them (a11y!)
9165
9166 2005-09-19 [colin]
9167
9168         1.9.15rc3 released
9169
9170 2005-09-19 [colin]      1.9.14cvs44
9171
9172         * src/compose.c
9173                 Fix draft message
9174         * src/gtk/gtkaspell.c
9175                 Fix wrong test ;-)
9176
9177 2005-09-19 [colin]      1.9.14cvs43
9178
9179         * src/addressbook.c
9180                 Fix sensitivity of Delete button
9181         * src/compose.c
9182                 Warn if the requested Privacy system
9183                 is not available
9184         * src/exphtmldlg.c
9185         * src/expldifdlg.c
9186         * src/importldif.c
9187         * src/importmutt.c
9188         * src/importpine.c
9189                 Fix crappy UI
9190         * src/
9191         * src/ssl.h
9192         * src/prefs_account.h
9193         * src/prefs_account.c
9194                 Save SSL prefs even in builds that have
9195                 SSL support disable
9196         * src/imap.c
9197         * src/inc.c
9198         * src/news.c
9199         * src/send_message.c
9200                 Warn if connection should be secure, but
9201                 SSL support isn't compiled in
9202         * src/gtkaspell.c
9203                 Fix word separation on UTF-8 systems
9204                 Fixes bug #812 (Strange inline spellchecking)
9205         * src/compose.c
9206                 Warn if the requested Privacy system
9207                 is not available
9208                 Factorize offline warning
9209         * src/imap.c
9210         * src/imap_gtk.c
9211         * src/imap_gtk.h
9212         * src/inc.h
9213         * src/news_gtk.c
9214         * src/news_gtk.h
9215         * src/messageview.c
9216                 Factorize offline warning
9217
9218 2005-09-19 [paul]
9219
9220         1.9.15-rc2 released
9221
9222 2005-09-18 [colin]      1.9.14cvs42
9223
9224         * src/codeconv.c
9225         * src/codeconv.h
9226         * src/procmime.c
9227                 Add a way to get locale's charset ignoring utf-8,
9228                 and use that as default encoding for broken mails
9229
9230 2005-09-18 [colin]      1.9.14cvs41
9231
9232         * src/gtk/logwindow.c
9233                 Translate string. Patch by Fabien Vantard
9234
9235 2005-09-18 [colin]      1.9.14cvs40
9236
9237         * configure.ac
9238                 Fix bug #803 (IMAP/SSL support breaks with 
9239                 GnuTLS libetpan 0.38)
9240
9241 2005-09-18 [colin]      1.9.14cvs39
9242
9243         * src/codeconv.c
9244         * src/compose.c
9245         * src/procmime.c
9246                 More charsets fixes. Fixes bug #806 (non
9247                 ascii characters in subject line)
9248
9249 2005-09-17 [paul]       1.9.14cvs38
9250
9251         * src/folderview.c
9252         * src/mainwindow.c
9253                 fix gcc-2.95 issues
9254                 Patch by Pawel Pekala
9255
9256 2005-09-17 [colin]      1.9.14cvs37
9257
9258         * src/addrindex.c
9259                 bugfix for NO-USE LDAP compilation, patch 
9260                 by Fabien Vantard
9261
9262 2005-09-17 [colin]      1.9.14cvs36
9263
9264         * src/prefs_actions.c
9265         * src/prefs_customheader.c
9266         * src/prefs_display_header.c
9267         * src/prefs_filtering_action.c
9268         * src/prefs_matcher.c
9269         * src/prefs_toolbar.c
9270                 Fix strange casts (less elegant but
9271                 works better)
9272
9273 2005-09-16 [colin]      1.9.14cvs35
9274
9275         * src/jpilot.c
9276                 Missed that one
9277
9278 2005-09-16 [colin]      1.9.14cvs34
9279
9280         * configure.ac
9281         * src/Makefile.am
9282         * src/addr_compl.c
9283         * src/addrindex.c
9284         * src/browseldap.c
9285         * src/editldap.c
9286         * src/ldaplocate.c
9287         * src/ldapquery.c
9288         * src/ldapquery.h
9289         * src/ldapserver.c
9290         * src/ldapserver.h
9291         * src/main.c
9292         * src/matcher_parser_parse.y
9293         * src/prefs_themes.c
9294         * src/etpan/Makefile.am
9295         * src/gtk/description_window.c
9296         * src/plugins/clamav/Makefile.am
9297         * src/plugins/clamav/clamav_plugin.c
9298         * src/plugins/dillo_viewer/Makefile.am
9299         * src/plugins/pgpcore/Makefile.am
9300         * src/plugins/pgpinline/Makefile.am
9301         * src/plugins/pgpmime/Makefile.am
9302         * src/plugins/trayicon/Makefile.am
9303                 Fix 100% cpu usage in address completion list
9304                 Fix little bugs (return with no values etc)
9305                 Fix all warnings (with common CFLAGS)
9306
9307 2005-09-15 [colin]      1.9.14cvs33
9308
9309         * src/addressbook.c
9310                 Fix bug where sometimes a group's email list is empty,
9311                 force its refresh (probably fixes "Re: how to create a 
9312                 distribution list")
9313         * src/ldapquery.c
9314                 Don't return to the callback in the main thread from the
9315                 fetch thread (or face segs!)
9316
9317 2005-09-15 [paul]       1.9.14cvs32
9318
9319         * src/prefs_matcher.c
9320                 forgotten in last commit
9321
9322 2005-09-15 [paul]       1.9.14cvs31
9323
9324         * src/prefs_actions.c
9325         * src/prefs_filtering_action.c
9326         * src/prefs_quote.c
9327         * src/quote_fmt.c
9328         * src/summaryview.c
9329         * src/gtk/description_window.c
9330         * src/gtk/description_window.h
9331         * src/gtk/quicksearch.c
9332                 allow interaction with the called
9333                 description window
9334                 Patch by Anders Hammar
9335
9336 2005-09-14 [paul]       1.9.14cvs30
9337
9338         * src/compose.c
9339                 fix a little annoyance when pasting with 3rd button 
9340                 with wrap_pastes=0 and wrap_input=1
9341                 Patch by Colin
9342
9343 2005-09-14 [paul]       1.9.14cvs29
9344
9345         * src/prefs_account.c
9346                 disable 'Filter messages on receiving' for
9347                 SMTP-only accounts
9348                 Patch  by Anders Hammar
9349
9350 2005-09-14 [paul]       1.9.14cvs28
9351
9352         * po/sk.po
9353                 fix crash
9354                 updated by Andrej Kacian
9355
9356 2005-09-14 [paul]
9357
9358         1.9.15-rc1 released
9359
9360 2005-09-14 [paul]       1.9.14cvs27
9361
9362         * po/es.po
9363                 updated by Ricardo Mones Lastra
9364         * src/compose.c
9365         * src/compose.h
9366                 associate no_wrap_tags to Compose windows
9367                 instead of using a static one
9368                 Patch by Colin
9369         * src/mbox.c
9370                 fix proc_mbox()
9371                 Patch by wwp
9372         * src/textview.c
9373                 remove unneeded printf()
9374
9375 2005-09-14 [paul]       1.9.14cvs26
9376
9377         * src/addrcache.c
9378         * src/codeconv.h
9379         * src/folder.h
9380         * src/mainwindow.h
9381         * src/mh.c
9382         * src/mimeview.h
9383         * src/partial_download.c
9384         * src/pop.c
9385         * src/prefs_account.c
9386         * src/prefs_account.h
9387         * src/prefs_actions.c
9388         * src/prefs_customheader.c
9389         * src/prefs_display_header.c
9390         * src/prefs_filtering_action.c
9391         * src/prefs_matcher.c
9392         * src/prefs_toolbar.c
9393         * src/privacy.h
9394         * src/procmime.c
9395         * src/procmime.h
9396         * src/procmsg.h
9397         * src/textview.c
9398         * src/undo.h
9399         * src/common/plugin.c
9400         * src/common/session.h
9401         * src/common/socket.c
9402         * src/common/socket.h
9403         * src/common/template.c
9404         * src/gtk/gtkaspell.c
9405         * src/gtk/quicksearch.h
9406         * src/plugins/pgpcore/passphrase.c
9407         * src/plugins/pgpcore/prefs_gpg.h
9408         * src/plugins/pgpcore/select-keys.c
9409         * src/plugins/pgpcore/select-keys.h
9410         * src/plugins/pgpcore/sgpgme.c
9411         * src/plugins/pgpinline/pgpinline.c
9412         * src/plugins/pgpmime/pgpmime.c
9413         * src/plugins/trayicon/trayicon.c
9414                 fix compilation warnings
9415                 Patch by Daniel Gustafson
9416
9417 2005-09-14 [paul]       1.9.14cvs25
9418
9419         * src/addressbook.c
9420                 add missing column header, and other small
9421                 bug fixes
9422                 Patch by Anders Hammar
9423
9424 2005-09-13 [colin]      1.9.14cvs24
9425
9426         * src/gtk/gtkaspell.c
9427                 Fix non-utf8 in menu
9428                 Fix little leaks
9429                 Nullify struct members after free()s
9430
9431 2005-09-13 [colin]      1.9.14cvs23
9432
9433         * src/compose.c
9434                 Test utf8 compliance before inserting to 
9435                 buffer, and try to convert if necessary
9436         * src/procmime.c
9437                 If no charset is present, use the locale 
9438                 one instead of us-ascii
9439         * src/procmsg.c
9440                 Add Sender, List-Post and To in the checked 
9441                 headers for automatic rules creation 
9442                 (thanks to wwp)
9443         * src/prefs_themes.c
9444         * src/gtk/gtkaspell.c
9445                 Remove deprecated functions. 
9446                 patch by Daniel Gustafson
9447
9448 2005-09-12 [colin]      1.9.14cvs22
9449
9450         * src/compose.c
9451                 Fix bug #448 (Scrolling/Redraw issue with 
9452                 address-fields in Header)
9453         * src/mainwindow.c
9454         * src/summaryview.c
9455         * src/summaryview.h
9456                 Fix loss of MSG_MARKED on move/copy
9457                 Fix bug #804 (Quicksearch togglebutton doesn't 
9458                 get depressed after '/' key is pressed)
9459
9460 2005-09-12 [paul]       1.9.14cvs21
9461
9462         * AUTHORS
9463         * src/gtk/logwindow.c
9464                 add 'Clear Log' to popup menu
9465                 Patch by Anders Hammar <anders.hammar@telia.com>
9466
9467 2005-09-12 [paul]       1.9.14cvs20
9468
9469         * src/compose.c
9470                 set correct sensitivity on attachments
9471                 popup menu
9472         * src/folder.c
9473                 fix typo
9474         * src/prefs_spelling.c
9475                 fix crash when no LANG env is set
9476         * src/common/xml.c
9477                 fix crash in wizard
9478                 don't use memeory after free
9479
9480         All patches by Daniel Gustafson
9481
9482 2005-09-12 [paul]       1.9.14cvs19
9483
9484         * src/prefs_themes.c
9485                 make theme info selectable
9486         * src/gtk/description_window.c
9487                 make window non-modal
9488         * tools/README
9489                 add details of asus_mailed.sh
9490         * tools/claws.i18n.status.pl
9491                 update for new zh_TW translator
9492                 widen the output
9493                 create alternate coloured lines
9494                 improve readability
9495
9496 2005-09-10 [colin]      1.9.14cvs18
9497
9498         * src/plugins/pgpcore/select-keys.c
9499                 Better order for the buttons
9500
9501 2005-09-10 [colin]      1.9.14cvs17
9502
9503         * src/compose.c
9504         * src/plugins/pgpcore/select-keys.c
9505         * src/plugins/pgpcore/select-keys.h
9506         * src/plugins/pgpcore/sgpgme.c
9507                 Add a "Don't encrypt" button to the key
9508                 selection dialog. Fixes bug #177 (There should be a 
9509                 'Don't encrypt button in the Select Keys dialog)
9510
9511 2005-09-10 [colin]      1.9.14cvs16
9512
9513         * src/compose.c
9514                 Fix bug #572 (%X option does not work with templates)
9515
9516 2005-09-10 [colin]      1.9.14cvs15
9517
9518         * src/toolbar.c 
9519                 Remove g_print
9520
9521 2005-09-10 [colin]      1.9.14cvs14
9522
9523         * src/imap.c
9524                 Fix a possible crash
9525
9526 2005-09-09 [colin]      1.9.14cvs13
9527
9528         * src/imap.c
9529         * src/etpan/imap-thread.c
9530         * src/etpan/imap-thread.h
9531                 Fix moving from queue or drafts to normal folders
9532                 Fix bug #794 (No way to delete without expunging)
9533                 Take flags unset by other mailers into account
9534                 Take deleted flag set by other mailers into account
9535                 Fix unsetting REPLIED flag
9536                 Fix crash when capabilities can't be retrieved
9537         * src/mainwindow.c
9538         * src/mainwindow.h
9539                 Add M_DELAYED_FLAGS condition, and let the user use
9540                 Execute in order to be able to expunge deleted mails,
9541                 even if he's not in delayed execute mode
9542         * src/prefs_spelling.c
9543                 Use 'en' dictionary by default if LANG is POSIX or C
9544         * src/gtk/prefswindow.c
9545                 Fix bug #767 (Preferences windows expanding) by making
9546                 the window a bit larger when the resolution is greater
9547                 than 640x480, and by putting the prefs in a
9548                 GtkScrolledWindow.
9549
9550 2005-09-09 [paul]       1.9.14cvs12
9551
9552         * AUTHORS
9553         * configure.ac
9554         * po/zh_TW.Big5.po      ** REMOVED **
9555         * po/zh_TW.po           ** ADDED **
9556                 updated by Wei-Lun Chao
9557
9558 2005-09-09 [paul]       1.9.14cvs11
9559
9560         * src/mainwindow.c
9561                 fix asserts
9562         * src/common/xml.c
9563                 delay memory allocation until file is
9564                 opened successfully
9565                 Patch by Daniel Gustafson
9566
9567 2005-09-09 [colin]      1.9.14cvs10
9568
9569         * src/imap.c
9570                 Add guards
9571
9572 2005-09-08 [colin]      1.9.14cvs9
9573
9574         * src/compose.c
9575                 Alert when we can't save draft
9576                 Fix various wrap/color issues
9577                 Add mid-click pasting respecting wrap_paste option
9578         * src/folder.c
9579         * src/folder.h
9580         * src/folder_item_prefs.c
9581         * src/folder_item_prefs.h
9582         * src/imap.c
9583         * src/imap_gtk.c
9584         * src/imap_gtk.h
9585         * src/main.c
9586         * src/mainwindow.c
9587         * src/mainwindow.h
9588         * src/news.c
9589         * src/news_gtk.c
9590         * src/news_gtk.h
9591         * src/prefs_folder_item.c
9592                 Fix the impossibility to synchronise folders for
9593                 offline use (IMAP and NNTP are concerned)
9594
9595 2005-09-08 [colin]      1.9.14cvs8
9596
9597         * configure.ac
9598                 Build LDAP and JPilot by default if available
9599         * src/textview.c
9600                 Fix use after free
9601
9602 2005-09-08 [paul]       1.9.14cvs7
9603
9604         * doc/manual/en/sylpheed-1.html
9605         * doc/manual/en/sylpheed-18.html
9606         * doc/manual/en/sylpheed-19.html
9607         * doc/manual/en/sylpheed-4.html
9608         * doc/manual/en/sylpheed-6.html
9609         * doc/manual/en/sylpheed.html
9610                 a few minor updates, plus include some
9611                 details about plugins and their requirements
9612         * src/mainwindow.c
9613                 minor changes to English in /View/Sort
9614
9615 2005-09-07 [colin]      1.9.14cvs6
9616
9617         * doc/manual/en/sylpheed-1.html
9618         * doc/manual/en/sylpheed-10.html
9619         * doc/manual/en/sylpheed-11.html
9620         * doc/manual/en/sylpheed-12.html
9621         * doc/manual/en/sylpheed-13.html
9622         * doc/manual/en/sylpheed-14.html
9623         * doc/manual/en/sylpheed-15.html
9624         * doc/manual/en/sylpheed-16.html
9625         * doc/manual/en/sylpheed-17.html
9626         * doc/manual/en/sylpheed-18.html
9627         * doc/manual/en/sylpheed-19.html
9628         * doc/manual/en/sylpheed-2.html
9629         * doc/manual/en/sylpheed-20.html
9630         * doc/manual/en/sylpheed-21.html
9631         * doc/manual/en/sylpheed-22.html
9632         * doc/manual/en/sylpheed-3.html
9633         * doc/manual/en/sylpheed-4.html
9634         * doc/manual/en/sylpheed-5.html
9635         * doc/manual/en/sylpheed-6.html
9636         * doc/manual/en/sylpheed-7.html
9637         * doc/manual/en/sylpheed-8.html
9638         * doc/manual/en/sylpheed-9.html
9639         * doc/manual/en/sylpheed.html
9640                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9641
9642 2005-09-07 [colin]      1.9.14cvs5
9643
9644         * src/mainwindow.c
9645                 Make labels more to-the-point
9646
9647 2005-09-07 [colin]      1.9.14cvs4
9648
9649         * doc/manual/en/sylpheed-1.html
9650         * doc/manual/en/sylpheed-12.html
9651         * doc/manual/en/sylpheed-13.html
9652         * doc/manual/en/sylpheed-14.html
9653         * doc/manual/en/sylpheed-15.html
9654         * doc/manual/en/sylpheed-16.html
9655         * doc/manual/en/sylpheed-17.html
9656         * doc/manual/en/sylpheed-18.html
9657         * doc/manual/en/sylpheed-19.html
9658         * doc/manual/en/sylpheed-2.html
9659         * doc/manual/en/sylpheed-20.html
9660         * doc/manual/en/sylpheed-21.html
9661         * doc/manual/en/sylpheed-22.html
9662         * doc/manual/en/sylpheed-4.html
9663         * doc/manual/en/sylpheed-5.html
9664         * doc/manual/en/sylpheed-6.html
9665         * doc/manual/en/sylpheed-7.html
9666         * doc/manual/en/sylpheed-8.html
9667         * doc/manual/en/sylpheed-9.html
9668         * doc/manual/en/sylpheed.html
9669                 Update manual
9670
9671 2005-09-07 [colin]      1.9.14cvs3
9672
9673         * doc/faq/en/sylpheed-faq-1.html
9674         * doc/faq/en/sylpheed-faq-2.html
9675         * doc/faq/en/sylpheed-faq-3.html
9676         * doc/faq/en/sylpheed-faq.html
9677                 Update FAQ
9678
9679 2005-09-07 [colin]      1.9.14cvs2
9680
9681         * src/folderview.c
9682         * src/procmsg.c
9683         * src/summaryview.c
9684         * src/toolbar.c
9685                 Fix special subfolders:
9686                 - Inherit parent's icon
9687                 - sent contents of queues subfolders
9688                 - empty subfolders of trashes
9689         * src/mainwindow.c
9690                 Remove outdated manual and faq entries
9691         * src/common/utils.c
9692                 Add quotes around %s coming from mailcap
9693
9694 2005-09-07 [colin]      1.9.14cvs1
9695
9696         * src/compose.c
9697                 After saving draft, set modified to FALSE
9698         * src/mimeview.c
9699         * src/common/utils.c
9700         * src/common/utils.h
9701                 Try to open mime parts using what is 
9702                 indicated in ~/.mailcap or /etc/mailcap,
9703                 if possible.
9704
9705 2005-09-05 [paul]       1.9.14
9706
9707         1.9.14 released
9708
9709         * po/sk.po
9710                 updated by Andrej Kacian
9711
9712 2005-09-05 [paul]       1.9.13cvs83
9713
9714         * po/de.po
9715         * po/es.po
9716         * po/fi.po
9717         * po/fr.po
9718         * po/nb.po
9719         * po/pt_BR.po
9720         * po/sr.po
9721                 updated translations by Thomas Gilgin, Ricardo Mones
9722                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9723                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9724
9725 2005-09-04 [paul]       1.9.13cvs82
9726
9727         * src/compose.c
9728                 only warn about exceeded line length limit
9729                 on send
9730
9731 2005-09-04 [paul]       1.9.13cvs81
9732
9733         * src/compose.c
9734                 fix crash in 'line length exceeded' dialogue
9735
9736 2005-09-02 [paul]       1.9.13cvs80
9737
9738         * src/imap.c
9739                 fix bug 795, 'Connection lost IMAP'
9740                 and add statusbar prints
9741                 Patch by Colin
9742
9743 2005-09-02 [paul]       1.9.13cvs79
9744
9745         * src/compose.c
9746                 compose_wrap_paragraph() becomes
9747                 compose_beautify_paragraph()
9748                 Patch by Colin
9749
9750 2005-09-02 [colin]      1.9.13cvs78
9751
9752         * src/folderview.c
9753                 Micro-fix
9754
9755 2005-09-01 [colin]      1.9.13cvs77
9756
9757         * src/imap.c
9758                 Maybe fix bug #795 (Connection lost IMAP)
9759                 Don't try to send logout when we're disconnected.
9760         * src/summaryview.c
9761                 Include locked and marked emails in HRM
9762                 view. Fixes bug #800 (Locked messages no longer 
9763                 show up when hide read messages is used)
9764
9765 2005-09-01 [paul]       1.9.13cvs76
9766
9767         * src/prefs_common.c
9768                 fix bad cutting
9769
9770 2005-08-31 [colin]      1.9.13cvs75
9771
9772         * src/folderview.c
9773         * src/folderview.h
9774         * src/prefs_summaries.c
9775         * src/summaryview.c
9776                 Fix "go to next new", fix preference
9777                 (Open unread/next swapped)
9778
9779 2005-08-31 [paul]       1.9.13cvs74
9780
9781         * src/compose.c
9782         * src/folderview.c
9783         * src/headerview.c
9784         * src/headerview.h
9785         * src/mainwindow.c
9786         * src/prefs_common.c
9787         * src/prefs_common.h
9788         * src/prefs_fonts.c
9789         * src/summaryview.c
9790         * src/textview.c
9791         * src/common/defs.h
9792                 remove obsolete BOLD_FONT setting
9793                 fix font update in headerview and textview
9794                 headers after prefs change
9795                 Patch By Colin
9796
9797 2005-08-31 [paul]
9798
9799         1.9.14-rc4 released
9800
9801 2005-08-30 [colin]      1.9.13cvs73
9802
9803         * src/summaryview.c
9804                 When Hide read messages is selected and we
9805                 refresh the summaryview, don't remove the 
9806                 currently displayed message. Fixes bug #797
9807                 (Summary view reloads when new mail is 
9808                 downloaded in 1.9.14 rc)
9809
9810 2005-08-30 [colin]      1.9.13cvs72
9811
9812         * src/folderview.c
9813                 Fix flickering
9814         * src/mainwindow.c
9815                 Remove useless callback
9816         * src/mimeview.c
9817         * src/gtk/filesel.c
9818         * src/gtk/filesel.h
9819                 Add a filesel_select_file_save_folder() - used by Save All
9820
9821 2005-08-29 [paul]       1.9.13cvs71
9822
9823         * AUTHORS
9824         * src/matcher_parser_parse.y
9825         * src/etpan/imap-thread.c
9826                 fix building on FreeBSD
9827                 Patch by Daniel Gustafson <daniel@hobbit.se>
9828
9829 2005-08-29 [paul]       1.9.13cvs70
9830
9831         * src/plugins/pgpinline/pgpinline.c
9832                 only initialise sig result if it's been handled
9833                 Patch by Colin
9834
9835 2005-08-29 [paul]       1.9.13cvs69
9836         
9837         Patches by Colin:
9838
9839         * src/imap.c
9840         * src/common.utils.c
9841         * src/common/utils.h
9842                 optimisation
9843         * src/stock_pixmap.h
9844                 fix wrong icon reference
9845         * src/pixmaps/trash_btn.xpm
9846                 replace with nicer image
9847
9848 2005-08-28 [colin]      1.9.13cvs68
9849
9850         * src/Makefile.am
9851         * src/stock_pixmap.c
9852         * src/stock_pixmap.h
9853         * src/toolbar.c
9854         * src/pixmaps/trash_btn.xpm
9855                 Add a specific trash xpm for the button
9856
9857 2005-08-28 [colin]      1.9.13cvs67
9858
9859         * src/imap.c
9860                 Fix leak
9861
9862 2005-08-27 [colin]      1.9.13cvs66
9863
9864         * src/imap.c
9865         * src/procmime.c
9866                 Correctly fix "Problem with replies", fixes
9867                 pgpmime encryption too. 
9868
9869 2005-08-27 [colin]      1.9.13cvs65
9870
9871         * src/folder.c
9872         * src/procmsg.c
9873         * src/procmsg.h
9874         * src/summaryview.c
9875                 Fix bug #517 (messages removed from summaryview 
9876                 when moving fails)
9877
9878 2005-08-27 [colin]      1.9.13cvs64
9879
9880         * tools/Makefile.am
9881         * tools/asus_mailled.sh
9882                 Add a script to blink ASUS laptops' mail LED where there
9883                 is unread mail.
9884
9885 2005-08-27 [colin]      1.9.13cvs63
9886
9887         * src/imap.c
9888         * src/etpan/imap-thread.c
9889         * src/etpan/imap-thread.h
9890                 Implement automatic choosing of login method
9891                 Fixes bug #791
9892         * src/gtk/.cvsignore
9893                 Add sylpheed-marshal.[ch]
9894
9895 2005-08-27 [colin]      1.9.13cvs62
9896
9897         * src/common/utils.c
9898                 Fix confusing perror
9899
9900 2005-08-27 [colin]      1.9.13cvs61
9901
9902         * src/toolbar.c
9903         * src/toolbar.h
9904                 Remove A_DELETE, replace it with 
9905                 A_TRASH and A_DELETE_REAL. Automatically
9906                 rewrite config files to replace A_DELETE
9907                 with A_TRASH (no functionality change).
9908                 Fixes half of #794
9909
9910 2005-08-26 [colin]      1.9.13cvs60
9911
9912         * src/procmime.c
9913                 Previous "Problem with replies" fix brought other
9914                 problems, fixing them
9915
9916 2005-08-26 [colin]      1.9.13cvs59
9917
9918         * src/procmime.c
9919                 Fix "Problem with replies". This happened only
9920                 on IMAP...
9921         * src/procmsg.c
9922                 Factorize code a bit
9923         * src/compose.c
9924                 Speed improvement on very long messages (wrapping)
9925                 Fix signature color on Reedit and Redirect
9926                 On Reedit, don't attach pgp-signatures parts, but
9927                 set signing to On.
9928
9929 2005-08-24 [paul]       1.9.13cvs58
9930
9931         * src/compose.c
9932                 don't claim success when clicking
9933                 Cancel on the passphrase box.
9934                 Patch by Colin
9935
9936 2005-08-24 [paul]       1.9.13cvs57
9937
9938         * src/main.c
9939                 fix misplaced sylpheed.log
9940         * src/common/defs.h
9941                 define UIDL_DIR
9942
9943 2005-08-24 [paul]       1.9.13cvs56
9944
9945         * src/imap.c
9946         * src/etpan/imap-thread.c
9947         * src/etpan/imap-thread.h
9948                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9949                 Patch by Colin
9950         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9951         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9952                 remove autogenerated files
9953         * tools/kdeservicemenu/README
9954         * tools/kdeservicemenu/install.sh
9955         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9956         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9957                 use Claws icon, use 'Sylpheed-Claws' in menu,
9958                 use kdialog, and other cleanups
9959
9960 2005-08-23 [paul]       1.9.13cvs55
9961
9962         * src/compose.c
9963                 fix paste/wrap crash
9964                 Patch by Colin
9965
9966 2005-08-23 [paul]       1.9.13cvs54
9967
9968         * src/main.c
9969                 fix crash recovery
9970                 Patch by Colin
9971
9972 2005-08-23 [paul]       1.9.13cvs53
9973
9974         * src/addressbook.c
9975         * src/editaddress.c
9976                 view all data of LDAP contacts
9977                 Patch by Colin
9978
9979 2005-08-23 [paul]       1.9.13cvs52
9980
9981         * src/addressbook.c
9982                 fix issues with the Search field
9983                 Patch by Colin
9984
9985 2005-08-22 [paul]       1.9.13cvs51
9986
9987         * src/folderview.c
9988                 put name of folder in processing dialog
9989                 title
9990         * src/prefs_folder_item.c
9991                 improve english usage
9992
9993 2005-08-22 [paul]       1.9.13cvs50
9994
9995         * src/filtering.c
9996         * src/filtering.h
9997         * src/matcher.c
9998         * src/matcher_parser_lex.l
9999         * src/matcher_parser_parse.y
10000         * src/prefs_filtering.c
10001                 add Filtering/Processing rule names feature.
10002                 (the incompatible old matcherrc is saved as
10003                 matcherrc.pre_names).
10004                 Patch by Colin
10005
10006 2005-08-22 [paul]       1.9.13cvs49
10007
10008         * src/procmsg.c
10009                 fix colour labelling
10010                 Patch by Colin
10011
10012 2005-08-22 [paul]       1.9.13cvs48
10013
10014         * src/textview.c
10015                 fix open_image_cb()
10016
10017 2005-08-22 [paul]       1.9.13cvs47
10018
10019         * src/imap.c
10020                 fix bug 789, 'SC crashes with imap (CVS ver)'
10021                 Patch by Colin
10022
10023 2005-08-22 [paul]       1.9.13cvs46
10024
10025         * src/mimeview.c
10026         * src/prefs_common.c
10027         * src/common/defs.h
10028                 define reused defaults in defs.h
10029         * src/textview.c
10030                 add 'Open image' to image popup menu
10031
10032 2005-08-21 [colin]      1.9.13cvs45
10033
10034         * src/summaryview.c
10035                 Fix bug #788 (Bogus "From" address displayed)
10036
10037 2005-08-20 [colin]      1.9.13cvs44
10038
10039         * src/folder.c
10040                 Fix buf #787 (multilevel delete causes SIGSEGV)
10041
10042 2005-08-19 [colin]      1.9.13cvs43
10043
10044         * src/inc.c
10045         * src/prefs_common.c
10046         * src/prefs_common.h
10047                 Add an hidden pref to allow modifying the
10048                 update stepping in incorporation.
10049                 Patch by wwp.
10050
10051 2005-08-19 [colin]      1.9.13cvs42
10052
10053         * src/compose.c
10054         * src/procmime.c
10055                 Workaround for broken MUAs: encode 
10056                 Content-type: name: as ASCII and 
10057                 Content-Disposition: filename: as
10058                 per rfc2231
10059         * src/prefs_account.c
10060                 Fix invisible-ness of SMTP SSL prefs
10061                 in NNTP accounts
10062
10063 2005-08-19 [paul]       1.9.13cvs41
10064
10065         * src/compose.c
10066         * src/prefs_common.c
10067         * src/prefs_common.h
10068         * src/prefs_wrapping.c
10069                 paste with or without wrapping.
10070                 patch by Colin
10071
10072 2005-08-19 [paul]       1.9.13cvs40
10073
10074         * src/prefs_common.c
10075         * src/prefs_common.h
10076         * src/summaryview.c
10077                 reintroduce enable_swap_from as a
10078                 hidden pref. patch by Colin
10079         * src/quote_fmt_parse.y
10080         * src/plugins/clamav/clamav_plugin.c
10081         * src/plugins/dillo_viewer/dillo_viewer.c
10082         * src/plugins/mathml_viewer/mathml_viewer.c
10083         * src/plugins/pgpcore/sgpgme.c
10084         * src/plugins/pgpinline/pgpinline.c
10085         * src/plugins/pgpmime/pgpmime.c
10086                 tidy up. patch by Colin
10087
10088 2005-08-19 [paul]       1.9.13cvs39
10089
10090         * configure.ac
10091                 complete cvs38's sync
10092         * src/editaddress.c
10093         * src/gedit-print.c
10094         * src/mutt.c
10095         * src/etpan/etpan-log.c
10096         * src/etpan/imap-thread.c
10097         * src/gtk/gtksourceprintjob.c
10098                 fix compilation warnings
10099                 (patch by Colin)
10100
10101 2005-08-19 [paul]       1.9.13cvs38
10102
10103         sync with main:
10104
10105         * src/account.c
10106         * src/action.c
10107         * src/addrbook.c
10108         * src/addrcache.c
10109         * src/addrharvest.c
10110         * src/addrindex.c
10111         * src/codeconv.c
10112         * src/compose.c
10113         * src/crash.c
10114         * src/exporthtml.c
10115         * src/exportldif.c
10116         * src/folder.c
10117         * src/image_viewer.c
10118         * src/inc.c
10119         * src/inc.h
10120         * src/jpilot.c
10121         * src/ldif.c
10122         * src/main.c
10123         * src/matcher.c
10124         * src/mbox.c
10125         * src/messageview.c
10126         * src/mh.c
10127         * src/mimeview.c
10128         * src/msgcache.c
10129         * src/mutt.c
10130         * src/news.c
10131         * src/partial_download.c
10132         * src/pine.c
10133         * src/pop.c
10134         * src/prefs_actions.c
10135         * src/prefs_common.c
10136         * src/prefs_customheader.c
10137         * src/prefs_display_header.c
10138         * src/prefs_gtk.c
10139         * src/prefs_themes.c
10140         * src/procheader.c
10141         * src/procmime.c
10142         * src/procmsg.c
10143         * src/recv.c
10144         * src/send_message.c
10145         * src/simple-gettext.c
10146         * src/sourcewindow.c
10147         * src/textview.c
10148         * src/vcard.c
10149         * src/common/defs.h
10150         * src/common/log.c
10151         * src/common/plugin.c
10152         * src/common/prefs.c
10153         * src/common/session.c
10154         * src/common/session.h
10155         * src/common/socket.c
10156         * src/common/socket.h
10157         * src/common/ssl_certificate.c
10158         * src/common/template.c
10159         * src/common/utils.c
10160         * src/common/utils.h
10161         * src/common/xml.c
10162         * src/gtk/about.c
10163         added wrappers for C library function that
10164                 take pathname arguments.
10165                 enabled compilation with MinGW.
10166                 use GDir instead of directly using opendir().
10167                 added rename_force().
10168
10169 2005-08-19 [paul]       1.9.13cvs37
10170         
10171         patches by Colin:
10172         * src/compose.c
10173                 fix privacy settings on re-editing
10174                 a sent message
10175         * src/jpilot.c
10176                 fix encoding bug
10177         * src/folder.c
10178         * src/procmsg.c
10179         * src/procmsg.h
10180         * src/summaryview.c
10181                 flag changing optimisation
10182
10183 2005-08-18 [martin]     1.9.13cvs36
10184
10185         * commitHelper
10186             added my login
10187         * src/addrcache.c
10188         * src/addrharvest.c
10189         * src/addrindex.c
10190         * src/compose.c
10191         * src/grouplistdialog.c
10192         * src/main.c
10193         * src/mainwindow.c
10194         * src/msgcache.c
10195         * src/mutt.c
10196         * src/pine.c
10197         * src/prefs_account.c
10198         * src/prefs_themes.c
10199         * src/stock_pixmap.c
10200         * src/summaryview.c
10201         * src/gtk/about.c
10202         * src/gtk/logwindow.c
10203             removed deprecated glib and gdk stuff
10204         * src/plugins/pgpcore/select-keys.c
10205             convert attributes from locale to utf8
10206
10207 2005-08-17 [paul]       1.9.13cvs35
10208
10209         * src/account.c
10210         * src/addressbook.c
10211                 use new GTK_STOCK_ icons if available
10212         * src/summaryview.c
10213         * src/gtk/gtksctree.c
10214         * src/gtk/gtksctree.h
10215                 faster range select. patch by Colin
10216
10217 2005-08-17 [paul]       1.9.13cvs34
10218
10219         patches by colin:
10220         * src/addressbook.c
10221         * src/addressitem.h
10222                 Add an edit button for contacts, fix selections
10223                 of gtksctree items
10224         * src/editaddress.c
10225                 Change labels, let Save be always possible in the
10226                 email and user atributes tabs
10227         * src/folderview.c
10228                 fix sort issues
10229         * src/summaryview.c
10230                 select next item instead of the displayed one
10231                 after deletion
10232
10233         * src/gtk/progressdialog.c
10234                 use prefs_common.enable_rules_hint
10235
10236 2005-08-13 [hoa]        1.9.13cvs33
10237
10238         * src/etpan/imap-thread.c
10239                 fixed build on Solaris.
10240
10241 2005-08-10 [colin]      1.9.13cvs32
10242
10243         * src/procmsg.c
10244                 Fix cvs31 (missing fclose before reading
10245                 the file)
10246
10247 2005-08-10 [colin]      1.9.13cvs31
10248
10249         * src/procmsg.c
10250                 Fix procmsg_msginfo_new_from_mimeinfo() when
10251                 the MimeInfo isn't stored in memory. This fixes
10252                 replying to an attached message.
10253
10254 2005-08-10 [colin]      1.9.13cvs30
10255
10256         * src/mainwindow.c
10257                 Fix slowness in account changing
10258
10259 2005-08-10 [colin]      1.9.13cvs29
10260
10261         * src/folder.c
10262         * src/folderutils.c
10263         * src/folderview.c
10264         * src/imap_gtk.c
10265         * src/mainwindow.c
10266         * src/mh_gtk.c
10267         * src/procmsg.c
10268         * src/summaryview.c
10269                 Optimize folder_has_parent_of_type
10270                 Prevent moving special sub-folders from contextual menus
10271                 Rework message a bit ("Empty all messages" -> "Delete all
10272                 messages")
10273                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10274                 and "Deleted Items" folders)
10275
10276 2005-08-08 [colin]      1.9.13cvs28
10277
10278         * src/summaryview.c
10279         * src/prefs_summaries.c
10280                 Make "Select first unread|new" more flexible
10281                 (just prioritize new or unread)
10282
10283 2005-08-08 [colin]      1.9.13cvs27
10284
10285         * src/summaryview.c
10286                 If "select first new" is selected and there only
10287                 are unread messages, fallback to "select first
10288                 unread".
10289
10290 2005-08-08 [colin]      1.9.13cvs26
10291
10292         * src/folder.c
10293                 Fix shameful bugs (and bug #779)
10294
10295 2005-08-08 [colin]      1.9.13cvs25
10296
10297         * src/folder.c
10298         * src/folder.h
10299                 Cache parents' type to make folder_has_parent_of_type
10300                 faster
10301         * src/folderview.c
10302                 Forbid DnD of special sub-folders
10303         * src/procmsg.c
10304         * src/procmsg.h
10305                 Add MAIL_POSTFILTERING_HOOK
10306         * src/summaryview.c
10307                 Revert over-zealous deletion of the use_addr_book 
10308                 code
10309
10310 2005-08-07 [colin]      1.9.13cvs24
10311
10312         * src/folder.c
10313                 Fix big mistake (passing MsgInfo instead 
10314                 of FolderItem)
10315
10316 2005-08-07 [colin]      1.9.13cvs23
10317
10318         * src/compose.c
10319         * src/folder.c
10320         * src/folder.h
10321         * src/foldersel.c
10322         * src/folderutils.c
10323         * src/folderview.c
10324         * src/imap.c
10325         * src/mainwindow.c
10326         * src/messageview.c
10327         * src/mh.c
10328         * src/msgcache.c
10329         * src/procmime.c
10330         * src/summaryview.c
10331                 Make subfolders of Drafts, Queue, Outbox, Trash
10332                 work like their parents. 
10333                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10334
10335 2005-08-07 [colin]      1.9.13cvs22
10336
10337         * src/addressbook.c
10338                 Fix bug #771 (Dragged contacts not saved)
10339
10340 2005-08-07 [paul]       1.9.13cvs21
10341
10342         * src/summaryview.c
10343                 fix bug 32 'Search Doesn't display results
10344                 if "Hide Read Messages" is chosen'
10345                 be more literal in interpreting 'Hide read
10346                 messages'
10347
10348 2005-08-07 [colin]      1.9.13cvs20
10349
10350         * src/folderview.c
10351                 Add debug
10352         * src/summaryview.c
10353                 Faster 'unthread_for_execution'
10354
10355 2005-08-06 [paul]       1.9.13cvs19
10356
10357         * src/mainwindow.c
10358                 add mnemonics to Set displayed columns
10359                 fix bug where msgview_visible option was
10360                 overwritten as TRUE on startup
10361
10362 2005-08-06 [paul]       1.9.13cvs18
10363
10364         * src/mainwindow.c
10365                 refer to 'displayed columns in folder/message
10366                 list' not 'displayed items in summary/message view'
10367         * src/prefs_display_header.c
10368                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10369                 be consistent with similar dialogues
10370         * src/prefs_folder_column.c
10371         * src/prefs_summary_column.c
10372                 'columns' not 'items', and folder and message lists,
10373                 instead of folder and summary views;
10374                 Use 'Hidden columns' as list heading not 'Available
10375                 items';
10376                 move the 'Remove' button to the right hand side;
10377                 top-align the buttons;
10378                 remove unneeded vbox
10379         * src/prefs_summaries.c
10380                 put the 2 column prefs buttons in a frame to reduce
10381                 overall width; refer to columns not items &c.
10382
10383 2005-08-05 [colin]      1.9.13cvs17
10384
10385         * src/prefs_common.c
10386         * src/prefs_common.h
10387         * src/mainwindow.c
10388         * src/compose.c
10389         * src/messageview.c
10390                 Add an hidden toolbar_detachable pref, so
10391                 that I can get rid of these painful handles
10392                 in the toolbars. Defaults to TRUE to avoid
10393                 changing the GUI on unsuspecting people...
10394
10395 2005-08-05 [colin]      1.9.13cvs16
10396
10397         * src/Makefile.am
10398         * src/prefs_folder_column.c
10399         * src/prefs_folder_column.h
10400                 Add prefs for folder columns
10401         * src/folderview.c
10402         * src/folderview.h
10403         * src/mainwindow.c
10404         * src/mainwindow.h
10405         * src/prefs_common.c
10406         * src/prefs_common.h
10407         * src/prefs_summaries.c
10408                 Use them
10409         * src/prefs_summary_column.c
10410         * src/summaryview.c
10411         * src/summaryview.h
10412                 Add a To column
10413         * src/textview.c
10414         * src/common/utils.c
10415         * src/common/utils.h
10416                 Move uri colourisation functions
10417                 to utils
10418         * src/compose.c
10419                 Colourise URIs
10420         * src/imap.c
10421                 Fix bug with LIST where we'd try
10422                 to get Folder//////[...]/// 
10423
10424 2005-08-05 [paul]       1.9.13cvs15
10425
10426         * src/prefs_summaries.c
10427                 improve the English usage
10428         * src/summaryview.c
10429                 set font on column change
10430                 thanks to Colin
10431
10432 2005-08-05 [paul]       1.9.13cvs14
10433
10434         * src/prefs_common.c
10435         * src/prefs_common.h
10436         * src/prefs_summaries.c
10437         * src/summaryview.c
10438                 replace 'open_unread_on_enter' option with
10439                 'select_on_entry' option. opening/not opening
10440                 is now exclusively controlled by 'always_show_msg'
10441
10442 2005-08-04 [colin]      1.9.13cvs13
10443
10444         * src/compose.c
10445                 Remove dead code
10446                 Add colourisation of quotes and signatures
10447         * src/folderview.c
10448                 Fix possible crashes
10449         * src/messageview.c
10450                 Change an assert that is no problem
10451         * src/news.c
10452         * src/news_gtk.c
10453         * src/news_gtk.h
10454                 Fix offline mode
10455         * src/gtk/quicksearch.c
10456                 Fix a possible crash
10457
10458 2005-08-03 [colin]      1.9.13cvs12
10459
10460         * src/prefs_account.c
10461                 Fix bug #777 (Sylpheed crash in account configuration)
10462
10463 2005-08-03 [colin]      1.9.13cvs11
10464
10465         * src/addressbook.c
10466         * src/editaddress.c
10467         * src/editgroup.c
10468                 Fixing addressbook, round 2
10469         * src/textview.c
10470                 Fix emphasis color on rechecking 'Colorize messages'
10471
10472 2005-08-03 [paul]       1.9.13cvs10
10473
10474         sync with main
10475
10476         * src/addr_compl.c
10477         * src/compose.c
10478         * src/main.c
10479         * src/pop.c
10480         * src/prefs_account.c
10481         * src/procmime.c
10482         * src/procmsg.c
10483         * src/quote_fmt_parse.y
10484         * src/textview.c
10485         * src/common/quoted-printable.c
10486         * src/common/utils.c
10487         * src/common/utils.h
10488         * src/common/xml.c
10489                 replaced incorrect locale-independent
10490                 ctype functions with GLib's. Corrected
10491                 signedness mismatch.
10492         * src/headerview.c
10493                 headerview_create(): added spacing for vbox.
10494         * src/gtk/about.c
10495                 set focus to the OK button.
10496
10497 2005-08-03 [colin]      1.9.13cvs9
10498
10499         * src/folderview.c
10500                 Fix possible crash
10501
10502 2005-08-02 [colin]      1.9.13cvs8
10503
10504         * src/mainwindow.c
10505                 Fix cast
10506         * src/addressbook.c
10507         * src/addressitem.h
10508                 Fix a cast and more generally, try to make the
10509                 GUI more intuitive and consistent (round 1)
10510
10511 2005-08-02 [paul]       1.9.13cvs7
10512
10513         * src/folder.h
10514                 missing in 1.9.13cvs6
10515
10516 2005-08-02 [colin]      1.9.13cvs6
10517
10518         * src/folder.c
10519                 Fix one more leak
10520
10521 2005-08-02 [colin]      1.9.13cvs5
10522
10523         * src/folder.c
10524         * src/folderview.c
10525         * src/imap.c
10526         * src/main.c
10527         * src/mbox.c
10528         * src/procmsg.c
10529         * src/summaryview.c
10530                 Fix a number of folder_item_get_msg_list()-related
10531                 leaks (missing procmsg_msginfo_free()s)
10532
10533 2005-08-01 [colin]      1.9.13cvs4
10534
10535         * src/folderview.c
10536         * src/folderview.h
10537         * src/mainwindow.c
10538         * src/prefs_fonts.c
10539         * src/prefs_summaries.c
10540         * src/prefs_themes.c
10541         * src/summaryview.c
10542         * src/summaryview.h
10543         * src/textview.c
10544         * src/textview.h
10545                 Fix instant-apply of summary and folderview-related prefs
10546                 Fix erroneous g_free and alertpanels in prefs_theme
10547                 Add instant-apply for fonts
10548                 Defer applying of prefs a little bit so it's done only
10549                 once even if requested by multiples prefs pages
10550
10551 2005-08-01 [paul]       1.9.13cvs3
10552
10553         * src/main.c
10554                 fix bug 776 'S.C. crashes on close'
10555                 thanks to Colin
10556         * src/etpan/etpan-thread-manager-types.h
10557                 add missing include
10558                 thanks to Hoa
10559
10560 2005-07-25 [paul]       1.9.13cvs2
10561
10562         * src/summaryview.c
10563                 fix typos. spotted by Fabien Vantard
10564
10565 2005-07-24 [paul]       1.9.13cvs1
10566
10567         * doc/man/sylpheed.1
10568                 update man page, incorporating fix of
10569                 bug 769 'Typo in manpage'
10570         * src/etpan/imap-thread.c
10571                 fix NetBSD openssl dependencies. patch by
10572                 George Michaelson <ggm@apnic.net>
10573         * po/pt_BR.po
10574                 updated by Frederico Goncalves Guimaraes
10575
10576 2005-07-22 [paul]       1.9.13
10577
10578         1.9.13 release
10579
10580 2005-07-22 [paul]       1.9.12cvs91
10581
10582         * AUTHORS
10583         * INSTALL
10584         * README.claws
10585         * RELEASE_NOTES.claws
10586                 updated for release
10587         * configure.ac
10588         * po/nb.po
10589         * tools/claws.i18n.status.pl
10590                 add Norwegian translation. submiited by
10591                 Geir Helland <pjallabais@users.sourceforge.net>
10592         * po/ca.po
10593         * po/de.po
10594         * po/es.po
10595         * po/fi.po
10596         * po/fr.po
10597         * po/it.po
10598         * po/sk.po
10599         * po/sr.po
10600         * po/zh_CN.po
10601                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10602                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10603                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10604                 Yang Guilong
10605         * src/plugins/clamav/clamav_plugin_gtk.c
10606         * src/plugins/spamassassin/spamassassin_gtk.c
10607                 replace outdated description strings
10608
10609 2005-07-21 [colin]      1.9.12cvs90
10610
10611         * src/folder.c
10612                 Set folder to batch mode when scanning it. Makes deletion
10613                 of unread mails on IMAP much faster (due to the UNREAD 
10614                 flag unsetting)
10615
10616 2005-07-21 [darko]      1.9.12cvs89
10617
10618         * configure.ac
10619                 link against libresolv if necessary (patch by Paul)
10620         * src/msgcache.c
10621                 use glib's portable macros to determine endianness
10622
10623 2005-07-21 [paul]       1.9.12cvs88
10624
10625         * src/crash.c
10626         * src/gtk/about.c
10627                 update compiled-in features list
10628
10629 2005-07-20 [colin]      1.9.12cvs87
10630
10631         * src/folder.c
10632         * src/textview.c
10633                 Gcc 2.9x compilation fixes, thanks to Darko
10634         * src/plugins/clamav/clamav_plugin.c
10635                 Little optimisation: load virus database only once
10636         * src/plugins/spamassassin/spamassassin.c
10637                 Big optimisation: filtering one mail took at least 1 second,
10638                 now it takes at least 50ms. Doesn't speed up spamassassin 
10639                 itself, but should already be much more tolerable.
10640
10641 2005-07-20 [colin]      1.9.12cvs86
10642
10643         * src/summaryview.c
10644                 Fix performance issue
10645
10646 2005-07-19 [colin]      1.9.12cvs85
10647
10648         * src/plugins/pgpinline/plugin.c
10649                 Fix warning
10650
10651 2005-07-19 [colin]      1.9.12cvs84
10652
10653         * configure.ac
10654         * src/plugins/Makefile.am
10655         * src/plugins/pgpinline/.cvsignore
10656         * src/plugins/pgpinline/Makefile.am
10657         * src/plugins/pgpinline/pgpinline.c
10658         * src/plugins/pgpinline/pgpinline.deps
10659         * src/plugins/pgpinline/pgpinline.h
10660         * src/plugins/pgpinline/plugin.c
10661                 Put pgpinline in the main tree
10662
10663 2005-07-19 [paul]       1.9.12cvs83
10664
10665         * src/prefs_actions.c
10666                 prevent '//' in menu names, which cause a crash
10667                 thanks to Colin
10668
10669 2005-07-19 [paul]       1.9.12cvs82
10670
10671         * configure.ac
10672                 be generally more informative in configure output.
10673                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10674                 '[ --disable-openssl ...', as --enable-openssl is default
10675                 PGP/MIME: don't check for GPGME again, check for
10676                 pgpcore instead. Therefore prevent the possibility of
10677                 attempting to build pgpmime if pgpcore dependencies are
10678                 not met
10679                 ClamAV: use pkgconfig to check for lib
10680                 libgnomeprint: revert logic on inner test to match
10681                 everything else
10682         * src/plugins/pgpcore/sgpgme.c
10683                 add missing include
10684
10685 2005-07-19 [colin]      1.9.12cvs81
10686
10687         * src/summaryview.c
10688                 Fix slow thread rebuilding in particular
10689                 cases
10690
10691 2005-07-19 [paul]       1.9.12cvs80
10692
10693         * sylpheed-claws.desktop
10694                 fix typo, spotted by Stephan Sachse
10695         * src/account.c
10696                 replace GTK_STOCK_ADD with
10697                 GTK_STOCK_NEW button
10698
10699 2005-07-18 [colin]      1.9.12cvs79
10700
10701         * src/etpan/imap-thread.c
10702                 Fix return value (Thanks Hoa)
10703
10704 2005-07-18 [colin]      1.9.12cvs78
10705
10706         * src/imap.c
10707                 Allow empty passwords
10708                 Create drafts/queue/outbox if necessary
10709         * src/summaryview.c
10710                 Remove old code
10711         * src/etpan/imap-thread.c
10712                 Fix STARTTLS (Thanks to Hoa)
10713
10714 2005-07-18 [paul]       1.9.12cvs77
10715
10716         * ChangeLog-gtk2.jp
10717         * ChangeLog.jp
10718                 removed
10719         * Makefile.am
10720                 updated to reflect additions and removals
10721         * TODO
10722                 updated to be claws-specific
10723         * TODO-gtk2
10724         * TODO-gtk2.jp
10725         * TODO.jp
10726         * sylpheed-128x128.png
10727         * sylpheed-64x64.png
10728                 removed
10729         * sylpheed-claws-128x128.png
10730         * sylpheed-claws-64x64.png
10731         * sylpheed-claws.desktop
10732         * sylpheed-claws.png
10733                 added
10734         * sylpheed.desktop
10735         * sylpheed.png
10736                 removed
10737
10738 2005-07-17 [paul]       1.9.12cvs76
10739
10740         * src/account.c
10741         * src/addressbook.c
10742         * src/alertpanel.c
10743         * src/alertpanel.h
10744         * src/compose.c
10745         * src/exphtmldlg.c
10746         * src/expldifdlg.c
10747         * src/folderview.c
10748         * src/imap_gtk.c
10749         * src/inc.c
10750         * src/message_search.c
10751         * src/messageview.c
10752         * src/mh_gtk.c
10753         * src/news_gtk.c
10754         * src/prefs_actions.c
10755         * src/prefs_filtering.c
10756         * src/prefs_matcher.c
10757         * src/prefs_template.c
10758         * src/prefs_themes.c
10759         * src/ssl_manager.c
10760         * src/summary_search.c
10761         * src/textview.c
10762         * src/toolbar.c
10763         * src/gtk/sslcertwindow.c
10764         * src/plugins/pgpcore/sgpgme.c
10765                 rework alertpanels
10766
10767 2005-07-17 [colin]      1.9.12cvs75
10768
10769         * src/privacy.c
10770                 add a PrivacySystem accessor that checks that
10771                 the system cached in a MimeInfo's privacydata
10772                 is still registered. Use this accessor instead
10773                 of directly using data->system. Fixes crashes
10774                 after unloading pgp plugins.
10775
10776 2005-07-17 [colin]      1.9.12cvs74
10777
10778         * src/alertpanel.c
10779                 Change geometry hints to a simple default size.
10780                 Fixes the certs dialogs.
10781
10782 2005-07-17 [colin]      1.9.12cvs73
10783
10784         * src/gtk/sslcertwindow.c
10785                 Use a gtkExpander
10786
10787 2005-07-17 [colin]      1.9.12cvs72
10788
10789         * src/plugins/pgpcore/Makefile.am
10790         * src/plugins/pgpmime/Makefile.am
10791                 Add gpgme libs
10792
10793 2005-07-17 [paul]       1.9.12cvs71
10794
10795         * configure.ac
10796                 add --disable-gnomeprint option
10797                 modified version of patch by Marius Mauch
10798
10799 2005-07-17 [paul]       1.9.12cvs70
10800
10801         * src/common/defs.h
10802                 update urls
10803         * src/account.c
10804         * src/action.c
10805         * src/addressbook.c
10806         * src/compose.c
10807         * src/foldersel.c
10808         * src/folderview.c
10809         * src/html.c
10810         * src/imap_gtk.c
10811         * src/main.c
10812         * src/mainwindow.c
10813         * src/messageview.c
10814         * src/mh_gtk.c
10815         * src/mimeview.c
10816         * src/news_gtk.c
10817         * src/prefs_account.c
10818         * src/prefs_send.c
10819         * src/prefs_summaries.c
10820         * src/procmsg.c
10821         * src/summaryview.c
10822         * src/common/utils.c
10823         * src/common/xml.c
10824         * src/plugins/pgpcore/passphrase.c
10825         * src/plugins/pgpcore/select-keys.c
10826                 replace inappropriately used backticks
10827                 with single quotes
10828
10829 2005-07-16 [colin]      1.9.12cvs69
10830
10831         * src/image_viewer.c
10832                 Add extra paranoid checks
10833
10834 2005-07-16 [colin]      1.9.12cvs68
10835
10836         * src/plugins/pgpcore/prefs_gpg.c
10837                 Don't auto-check sigs by default, as it
10838                 can be really slow.
10839
10840 2005-07-16 [colin]      1.9.12cvs67
10841
10842         * src/plugins/pgpcore/sgpgme.c
10843                 Make messages a bit better.
10844
10845 2005-07-16 [colin]      1.9.12cvs66
10846
10847         * src/imap.c
10848                 Remove pseudo-log
10849         * src/etpan/imap-thread.c
10850                 Add real log
10851
10852 2005-07-16 [colin]      1.9.12cvs65
10853
10854         * src/main.c
10855         * src/prefs_other.c
10856                 And now, fix build with libetpan :-/
10857
10858 2005-07-15 [colin]      1.9.12cvs64
10859
10860         * src/prefs_other.c
10861                 Continue fixing build without libetpan.
10862
10863 2005-07-15 [colin]      1.9.12cvs63
10864
10865         * src/main.c
10866                 Fix build with --disable-libetpan
10867
10868 2005-07-15 [colin]      1.9.12cvs62
10869
10870         * configure.ac
10871                 Bump libetpan's version
10872
10873 2005-07-15 [colin]      1.9.12cvs61
10874
10875         * src/etpan/imap-thread.c
10876                 Actually stop logging :)
10877
10878 2005-07-15 [colin]      1.9.12cvs60
10879
10880         * src/addressbook.c
10881                 Fix dnd of multiple addresses.
10882
10883 2005-07-15 [hoa]        1.9.12cvs59
10884
10885         * src/etpan/imap-thread.c
10886             disable login of IMAP password in libetpan log file.
10887
10888 2005-07-15 [paul]       1.9.12cvs58
10889
10890         * src/account.c
10891                 don't automatically sort
10892                 do allow drag n drop
10893
10894 2005-07-15 [paul]       1.9.12cvs57
10895
10896         * src/account.c
10897         * src/ssl_manager.c
10898                 alphabetical listing
10899
10900 2005-07-15 [paul]       1.9.12cvs56
10901
10902         * src/gtk/pluginwindow.c
10903                 sort plugin list alphabetically
10904
10905 2005-07-15 [paul]       1.9.12cvs55
10906
10907         * src/prefs_spelling.c
10908         * src/prefs_wrapping.c
10909                 unify English usage
10910
10911 2005-07-15 [colin]      1.9.12cvs54
10912
10913         * src/wizard.c
10914                 Typo fix
10915
10916 2005-07-15 [paul]       1.9.12cvs53
10917
10918         * src/prefs_message.c
10919                 make 'show cursor' a hidden option
10920
10921 2005-07-14 [colin]      1.9.12cvs52
10922
10923         * src/plugins/spamassassin/Makefile.am
10924         * src/plugins/clamav/Makefile.am
10925                 Fix double EXTRA_DISTs
10926
10927 2005-07-14 [colin]      1.9.12cvs51
10928
10929         * src/plugins/clamav/Makefile.am
10930         * src/plugins/clamav/clamav_plugin_gtk.deps
10931         * src/plugins/spamassassin/Makefile.am
10932         * src/plugins/spamassassin/spamassassin_gtk.deps
10933                 Make $plugin_gtk depend on $plugin
10934
10935 2005-07-14 [hoa]        1.9.12cvs50
10936
10937         * src/etpan/imap-thread.c
10938                 enable debug log of libetpan when running with --debug
10939
10940 2005-07-14 [colin]      1.9.12cvs49
10941
10942         * configure.ac
10943         * src/common/Makefile.am
10944         * src/common/plugin.c
10945         * src/common/plugin.h
10946                 Add a little plugin dependancy system.
10947                 Plugins can ship a $plugin_name.deps file
10948                 (near them in PLUGINDIR) so that their
10949                 dependancies are loaded if possible.
10950         * src/plugins/Makefile.am
10951         * src/plugins/pgpcore/Makefile.am
10952         * src/plugins/pgpcore/passphrase.c
10953         * src/plugins/pgpcore/passphrase.h
10954         * src/plugins/pgpcore/plugin.c
10955         * src/plugins/pgpcore/prefs_gpg.c
10956         * src/plugins/pgpcore/prefs_gpg.h
10957         * src/plugins/pgpcore/select-keys.c
10958         * src/plugins/pgpcore/select-keys.h
10959         * src/plugins/pgpcore/sgpgme.c
10960         * src/plugins/pgpcore/sgpgme.h
10961                 Introduce pgpcore, used by pgpmime and
10962                 pgpinline
10963         * src/plugins/pgpmime/Makefile.am
10964         * src/plugins/pgpmime/passphrase.c
10965         * src/plugins/pgpmime/passphrase.h
10966         * src/plugins/pgpmime/pgpmime.c
10967         * src/plugins/pgpmime/pgpmime.deps
10968         * src/plugins/pgpmime/plugin.c
10969         * src/plugins/pgpmime/prefs_gpg.c
10970         * src/plugins/pgpmime/prefs_gpg.h
10971         * src/plugins/pgpmime/select-keys.c
10972         * src/plugins/pgpmime/select-keys.h
10973         * src/plugins/pgpmime/sgpgme.c
10974         * src/plugins/pgpmime/sgpgme.h
10975                 Remove the core from pgpmime and add the
10976                 dependancy to pgpcore.
10977
10978 2005-07-14 [paul]       1.9.12cvs48
10979
10980         * src/stock_pixmap.c
10981                 forgot this in last commit
10982
10983 2005-07-14 [paul]       1.9.12cvs47
10984
10985         * src/account.c
10986         * src/addressbook.c
10987                 add accelerators for the buttons (sync with main)
10988         * src/compose.c
10989         * src/compose.h
10990                 add accelerators for the buttons.
10991                 fix editing with external editor.
10992                 replace gdk_input_*() with GIOChannel;
10993                 (sync with main)
10994         * src/foldersel.c
10995                 display folder names with new/unread
10996                 representation (sync with main)
10997         * src/main.c
10998                 specify default window icon (sync with main)
10999         * src/prefs_common.c
11000                 use_addr_book default to FALSE
11001         * src/summaryview.c
11002         * src/textview.c
11003                 add accelerators for the buttons (sync with main)
11004         * src/gtk/menu.c
11005                 fix typos
11006         * src/pixmaps/sylpheed_icon.xpm
11007                 updated
11008
11009 2005-07-13 [paul]       1.9.12cvs46
11010
11011         * src/plugins/pgpmime/pgpmime.c
11012         * src/plugins/pgpmime/sgpgme.c
11013                 (temporarily) use deprecated gpgme_data_rewind()
11014                 while largefile support is not present
11015                 (as suggested by Colin)
11016
11017 2005-07-13 [paul]       1.9.12cvs45
11018
11019         * configure.ac
11020                 remove large file support (for now):
11021                 it breaks too many things
11022
11023 2005-07-13 [paul]       1.9.12cvs44
11024
11025         * configure.ac
11026                 add large file support
11027         * src/html.c
11028                 fix bug #763 where href attribute was not
11029                 the very first attribute of a link
11030                 patch by Thomas Gilgin
11031
11032 2005-07-13 [colin]      1.9.12cvs43
11033
11034         * src/gtk/pluginwindow.c
11035                 Little portability fix
11036
11037 2005-07-13 [colin]      1.9.12cvs42
11038
11039         * src/plugins/pgpmime/sgpgme.c
11040                 Fix crasher.
11041
11042 2005-07-13 [colin]      1.9.12cvs41
11043
11044         * src/plugins/pgpmime/pgpmime.c
11045         * src/plugins/pgpmime/sgpgme.c
11046                 Use gpgme_data_release_and_get_mem instead
11047                 of gpgme_data_read.
11048
11049 2005-07-13 [colin]      1.9.12cvs40
11050
11051         * configure.ac
11052         * src/plugins/pgpmime/passphrase.c
11053         * src/plugins/pgpmime/passphrase.h
11054         * src/plugins/pgpmime/pgpmime.c
11055         * src/plugins/pgpmime/plugin.c
11056         * src/plugins/pgpmime/select-keys.c
11057         * src/plugins/pgpmime/select-keys.h
11058         * src/plugins/pgpmime/sgpgme.c
11059         * src/plugins/pgpmime/sgpgme.h
11060                 Port pgpmime to gpgme-1.0.
11061
11062 2005-07-12 [paul]       1.9.12cvs39
11063
11064         * AUTHORS
11065         * src/toolbar.c
11066         * src/toolbar.h
11067                 add a 'Go to Prev' button to the toolbar.
11068                 correct tooltip text of go to buttons.
11069                 based on patch by Yang Guilong <bamanzi@gmail.com>
11070
11071 2005-07-12 [colin]      1.9.12cvs38
11072
11073         * src/statusbar.c
11074                 Fix progress bar showing stuff at startup.
11075
11076 2005-07-12 [paul]       1.9.12cvs37
11077
11078         * src/editjpilot.c
11079                 fix building with jpilot support
11080
11081 2005-07-11 [colin]      1.9.12cvs36
11082
11083         * src/inc.c
11084                 Add visual indication that filtering is running
11085         * src/textview.c
11086                 Make {}[] uri delimiters
11087         * src/summaryview.c
11088                 Remove useless (and slow) calls
11089
11090 2005-07-11 [paul]       1.9.12cvs35
11091
11092         * src/plugins/clamav/clamav_plugin_gtk.c
11093         * src/plugins/dillo_viewer/dillo_prefs.c
11094         * src/plugins/pgpmime/prefs_gpg.c
11095         * src/plugins/spamassassin/spamassassin_gtk.c
11096                 gather plugins prefs together under their
11097                 own 'Plugins' heading
11098
11099 2005-07-11 [paul]       1.9.12cvs34
11100
11101         sync with main
11102
11103         * src/account.c
11104                 account_delete(): modified alert dialog
11105         * src/editjpilot.c
11106         * src/editvcard.c
11107                 fixed a crash when cancelling file selection
11108                 dialog by Escape key. Made non-ascii filename
11109                 selectable.
11110         * src/prefs_template.c
11111                 prefs_template_window_create(): make scrolled
11112                 window policy AUTOMATIC
11113
11114 2005-07-10 [hoa]        1.9.12cvs33
11115
11116         * src/etpan/imap-thread.c
11117                 workaround for old Courier IMAP servers.
11118
11119 2005-07-10 [colin]      1.9.12cvs32
11120
11121         * src/folder.c
11122         * src/statusbar.c
11123         * src/statusbar.h
11124                 Add visual progress indicator on filtering/processing
11125                 Factorize the progress bar code
11126         * src/imap.c
11127         * src/imap.h
11128         * src/etpan/imap-thread.c
11129                 Add a reference counter to avoid destroying the Folder
11130                 while it's in use by another callback.
11131
11132 2005-07-09 [hoa]        1.9.12cvs31
11133
11134         * src/imap.c
11135         * src/etpan/imap-thread.c
11136                 fixed deadlock when removing IMAP account.
11137
11138 2005-07-08 [colin]      1.9.12cvs30
11139
11140         * src/textview.c
11141         * src/unmime.c
11142                 Fix again problems decoding broken headers
11143         * src/gtk/inputdialog.c
11144                 Fix local variable shadowing a global one
11145
11146 2005-07-08 [colin]      1.9.12cvs29
11147
11148         * src/msgcache.c
11149                 Make the cache/mark files platform-agnostic by writing
11150                 them in little-endian format. Reading them is also done
11151                 in little-endian format, of course; however, in order
11152                 to avoid trashing mark data on big-endian machines, the
11153                 files are, at first, read from the native format if the
11154                 little-endian one doesn't exist. This is easy to deter-
11155                 mine by trying to open a file with a swapped data_ver
11156                 and seeing if it's the wanted version.
11157                 Little-endian using users should see absolutely no
11158                 difference, Big-endian users may get a very little
11159                 performance drop due to byte-swapping.
11160                 Tested on i386 and ppc32. 
11161                 Fixes bug #159 (The index file, in the mailboxes, is 
11162                 hardware depending).
11163
11164                 To have the cache/mark files updated to the new little-
11165                 endian format, "Check for new messages" or even
11166                 "Rebuild folder tree" aren't enough. Files will be
11167                 updated as soon as a folder has been opened/closed.
11168                 To update everything, just select all folders by
11169                 selecting them one by one.
11170
11171 2005-07-07 [colin]      1.9.12cvs28
11172
11173         * src/imap.c
11174                 Remember the folder separator per IMAPFolder
11175                 instead of globally.
11176                 Revive the Session on noop; fixes bug #761
11177                 (mark a bunch of unread messages as read takes 
11178                 forever)
11179
11180 2005-07-07 [darko]      1.9.12cvs27
11181
11182         * src/common/template.c
11183                 Sort templates alphabetically
11184
11185 2005-07-06 [colin]      1.9.12cvs26
11186
11187         * src/imap.c
11188                 Try to use the correct separator in
11189                 most cases. Possibly fixes bug #759
11190                 (only creates the INBOX folder when 
11191                 setting up new IMAP account) and 
11192                 bug #760 (Can't retrieve messages)
11193
11194 2005-07-06 [colin]      1.9.12cvs25
11195
11196         * src/imap.c
11197                 Use real_path in status command. This will
11198                 help later, when namespaces will be used.
11199
11200 2005-07-06 [colin]      1.9.12cvs24
11201
11202         * configure.ac
11203         * src/account.c
11204         * src/folder.c
11205         * src/imap.c
11206         * src/etpan/etpan-log.c
11207         * src/etpan/etpan-thread-manager.c
11208         * src/etpan/imap-thread.c
11209                 Add a --disable-libetpan parameter. With this,
11210                 users that don't want IMAP4 support can avoid
11211                 the new dependancy (and have no IMAP support).
11212                 Users that have IMAP4 accounts and use this
11213                 parameter won't lose their configuration, their
11214                 IMAP accounts will just be invisible and not
11215                 used.
11216         * src/textview.c
11217                 Make the "Copy ..." contextual menu items 
11218                 copy to both the X clipboard and the gtk 
11219                 clipboard - as most other apps do.
11220         * src/gtk/about.c
11221                 Add a notice about OpenSSL usage, in order to
11222                 comply with OpenSSL's license (point 6):
11223                 http://www.openssl.org/source/license.html
11224
11225 2005-07-06 [colin]      1.9.12cvs23
11226
11227         * src/alertpanel.c
11228                 Fix a minimum size for alertpanels
11229         * src/compose.c
11230                 Show 'No space left on device' type errors
11231                 when queuing/sending
11232         * src/imap_gtk.c
11233         * src/mh_gtk.c
11234                 Rework folder's deletion message (remove 
11235                 extra \n)
11236
11237 2005-07-05 [colin]      1.9.12cvs22
11238
11239         * src/imap.c
11240                 Add an alertpanel on auth error
11241                 Add pseudo-log
11242                 Remove pthread-related stuff
11243
11244 2005-07-05 [colin]      1.9.12cvs21
11245
11246         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11247                 Fix crash on plugin reloading (with a hack)
11248
11249 2005-07-05 [colin]      1.9.12cvs20
11250
11251         * src/prefs_account.c
11252         * src/prefs_account.h
11253                 Fix typo
11254         * src/gtk/filesel.c
11255         * src/gtk/filesel.h
11256                 Add a way to filter the view
11257         * src/gtk/pluginwindow.c
11258                 Filter loadable stuff
11259         * src/plugins/pgpmime/prefs_gpg.c
11260                 Fix missing unregistration
11261         * .cvsignore
11262         * src/etpan/.cvsignore
11263         * src/plugins/spamassassin/.cvsignore
11264                 Add more stuff to cvs ignored files
11265
11266 2005-07-04 [colin]      1.9.12cvs19
11267
11268         * src/imap.c
11269                 Fix scan_required returning FALSE when it
11270                 shouldn't. Maybe fix #760 (Can't retrieve
11271                 messages)
11272
11273 2005-07-04 [colin]      1.9.12cvs18
11274
11275         * src/summaryview.c
11276                 Fix always_show_msg pref
11277
11278 2005-07-04 [paul]       1.9.12cvs17
11279
11280         sync with main (forgotten in last commit)
11281         
11282         * src/common/utils.c
11283         * src/common/utils.h
11284                 check_line_length(): new.
11285                 is_dir_exist()
11286                 is_file_entry_exist()
11287                 dirent_is_regular_file()
11288                 dirent_is_directory(): use g_file_test() instead of stat().
11289
11290 2005-07-04 [paul]       1.9.12cvs16
11291
11292         sync with main:
11293
11294         * src/compose.c
11295                 compose_write_to_file(): check for line
11296                 length limit and display warning if exceeds
11297         * src/jpilot.c
11298                 use get_home_dir() instead of g_get_home_dir()
11299         * src/procheader.c
11300                 removed warning about invalid date
11301         * src/vcard.c
11302                 use get_home_dir() instead of g_get_home_dir()
11303
11304 2005-07-04 [paul]       1.9.12cvs15
11305
11306         * src/stock_pixmap.c
11307                 fix new pixmap naming errors
11308                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11309
11310 2005-07-04 [colin]      1.9.12cvs14
11311
11312         * src/imap.c
11313                 Fix debugging string with a warning
11314
11315 2005-07-04 [colin]      1.9.12cvs13
11316
11317         * configure.ac
11318                 Add a check for libetpan's version (>= 0.37)
11319
11320 2005-07-04 [hoa]        1.9.12cvs12
11321
11322         * commitHelper
11323         * src/imap.c
11324         * src/etpan/imap-thread.c
11325         * src/etpan/imap-thread.h
11326                 fixed IMAP implementation of check of mails.
11327
11328 2005-07-03 [hoa]        1.9.12cvs11
11329
11330         * src/etpan/Makefile.am
11331         * src/etpan/etpan-errors.h
11332         * src/etpan/etpan-log.[ch]
11333         * src/etpan/etpan-thread-manager-types.h
11334         * src/etpan/etpan-thread-manager.[ch]
11335         * src/etpan/imap-thread.[ch]
11336         * src/Makefile.am
11337         * src/imap.c
11338         * src/main.c
11339         * src/prefs_other.c
11340         * configure.ac
11341             merged imap branch.
11342             dependency on libetpan 0.37 is now added.
11343
11344 2005-07-01 [colin]      1.9.12cvs10
11345
11346         * src/Makefile.am
11347         * src/folder.c
11348         * src/folder.h
11349         * src/folderview.c
11350         * src/stock_pixmap.c
11351         * src/stock_pixmap.h
11352         * src/plugins/trayicon/trayicon.c
11353                 Add marked symbol on folders containing
11354                 marked messages
11355         * src/procmsg.c
11356         * src/procmsg.h
11357         * src/toolbar.c
11358         * src/prefs_common.c
11359         * src/prefs_common.h
11360         * src/prefs_send.c
11361                 Add an optional confirmation dialog on queue
11362                 sending. Patch by wwp.
11363         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11364         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11365         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11366         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11367         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11368         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11369         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11370         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11371         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11372         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11373         * src/pixmaps/trash_mark.xpm            ** ADDED **
11374                 New pixmaps
11375
11376 2005-07-01 [colin]      1.9.12cvs9
11377
11378         * src/summaryview.c
11379                 Fix a little threading bug
11380         * src/addrgather.c
11381         * src/mainwindow.c
11382                 A little bit of HIG normality never hurts
11383
11384 2005-07-01 [colin]      1.9.12cvs8
11385
11386         * src/compose.c
11387         * src/msgcache.c
11388         * src/pop.c
11389         * src/procmime.c
11390         * src/recv.c
11391         * src/common/log.c
11392         * src/common/template.c
11393         * src/common/utils.c
11394         * src/common/utils.h
11395                 Reverted the fwrite_atomic stuff. In fact
11396                 it is already atomic.
11397
11398 2005-06-30 [colin]      1.9.12cvs7
11399
11400         * src/common/utils.c
11401         * src/common/utils.h
11402                 Add an fwrite_atomic() function to make
11403                 sure we write everything: fwrite can make
11404                 short writes.
11405         * src/compose.c
11406         * src/msgcache.c
11407         * src/pop.c
11408         * src/procmime.c
11409         * src/recv.c
11410         * src/common/log.c
11411         * src/common/template.c
11412                 Use that (and fix swapping of size and nmemb).
11413                 Thanks to Rich Coe for the heads up.
11414
11415 2005-06-30 [colin]      1.9.12cvs6
11416
11417         * src/addressbook.c
11418                 Optimize addressbook opening 
11419
11420 2005-06-30 [colin]      1.9.12cvs5
11421
11422         * src/summaryview.c
11423                 Remove calls to summary_step after move/copy
11424
11425 2005-06-28 [paul]       1.9.12cvs4
11426
11427         * src/alertpanel.c
11428                 wrap and make the error msg selectable
11429
11430 2005-06-28 [paul]       1.9.12cvs3
11431
11432         * src/ssl_manager.c
11433                 replace the OK button with a Close button
11434         * src/gtk/foldersort.c
11435                 use GTK_STOCK_ icons/buttons
11436
11437 2005-06-28 [colin]      1.9.12cvs2
11438
11439         * src/gedit-print.c             ** ADDED **
11440         * src/gedit-print.h             ** ADDED **
11441         * src/gtk/gtksourceprintjob.c   ** ADDED **
11442         * src/gtk/gtksourceprintjob.h   ** ADDED **
11443                 I can't believe no one had enough time to tell
11444                 me I forgot the `cvs add`
11445
11446 2005-06-27 [colin]      1.9.12cvs1
11447
11448         * src/Makefile.am
11449         * src/gtk/Makefile.am
11450         * src/messageview.c
11451         * src/procmsg.c
11452         * src/summaryview.c
11453         * configure.ac
11454                 Add optional libgnomeprint-based printing
11455         * src/mainwindow.c
11456         * src/gtk/quicksearch.c
11457                 Add an Edit/Quick search menu item to show
11458                 and focus the quicksearch
11459
11460 2005-06-27 [paul]       1.9.12
11461
11462         1.9.12 release
11463
11464         * po/ca.po
11465         * po/de.po
11466         * po/es.po
11467         * po/fr.po
11468         * po/it.po
11469         * po/ko.po
11470         * po/pt_BR.po
11471         * po/sk.po
11472         * po/zh_CN.po
11473                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11474                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11475                 SungHyun Nam, Frederico Goncalves Guimaraes,
11476                 Andrej Kacian, and Yang Guilong
11477 2005-06-26 [colin]      1.9.11cvs106
11478
11479         * src/imap_gtk.c
11480                 Forgot one file for previous fix
11481
11482 2005-06-26 [colin]      1.9.11cvs105
11483
11484         * src/folder.c
11485         * src/imap.c
11486                 Fix problems with folder operations in no_select
11487                 imap folders. it applies only to mails, and 
11488                 creation/deletion/move/renaming of folders 
11489                 should be possible
11490
11491 2005-06-26 [paul]       1.9.11cvs104
11492
11493         * src/prefs_filtering.c
11494                 replace one more GTK_STOCK_REMOVE
11495                 with GTK_STOCK_DELETE
11496
11497 2005-06-25 [colin]      1.9.11cvs103
11498
11499         * src/imap.c
11500                 Optimize get_seq_set_from_seq_list
11501                 (Patch by Ricardo) 
11502
11503 2005-06-25 [colin]      1.9.11cvs102
11504
11505         * src/mh.c
11506                 If the directory exists, but not in the
11507                 correct encoding, rename it. This should
11508                 handle old-versions-induced bugs.
11509
11510 2005-06-25 [colin]      1.9.11cvs101
11511
11512         * src/mh.c
11513                 Fix path access with extended dir names
11514                 Fixes bug #589 (SC segfaults with wrong locale
11515                 settings)
11516
11517 2005-06-25 [colin]      1.9.11cvs100
11518
11519         * src/prefs_account.c
11520         * src/prefs_account.h
11521         * src/compose.c
11522                 Add an option to encrypt replies to
11523                 encrypted messages
11524
11525 2005-06-25 [colin]      1.9.11cvs99
11526
11527         * src/compose.c
11528         * src/quote_fmt_parse.y
11529                 ... And make it work with pgpinline.
11530
11531 2005-06-25 [colin]      1.9.11cvs98
11532
11533         * src/compose.c
11534         * src/procmime.c
11535         * src/procmime.h
11536         * src/quote_fmt_parse.y
11537                 o Make reedition of encrypted messages possible
11538                   (as long as it is encrypted to self too, no
11539                    magic there)
11540                 o Make replying with quote (and without selecting
11541                   text) possible for encrypted messages.
11542                 Closes bug #550 (Not possible to "reply with quote"
11543                 to gnupg encrypted messages)
11544
11545 2005-06-24 [paul]       1.9.11cvs97
11546
11547         * src/imap.c
11548                 add missing include
11549
11550 2005-06-24 [paul]       1.9.11cvs96
11551
11552         * src/editldap.c
11553                 made bind password entry invisible
11554                 (sync with main)
11555         * src/send_message.c
11556                 send_message_local(): check exit status
11557                 to detect errors (sync with main)
11558         * src/textview.c
11559                 use main's less ambiguous popup menu
11560                 wording
11561
11562 2005-06-24 [paul]       1.9.11cvs95
11563
11564         * src/prefs_actions.c
11565         * src/prefs_customheader.c
11566         * src/prefs_display_header.c
11567         * src/prefs_filtering_action.c
11568         * src/prefs_matcher.c
11569         * src/prefs_template.c
11570         * src/prefs_toolbar.c
11571                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11572         * src/gtk/description_window.c
11573                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11574
11575 2005-06-23 [colin]      1.9.11cvs94
11576
11577         * src/summaryview.c
11578                 Fix rough edges (be sure to call status_show whenever
11579                 necessary).
11580
11581 2005-06-23 [colin]      1.9.11cvs93
11582
11583         * src/summaryview.c
11584                 Optimize Select All
11585                 Before, in a 5K mails folder: 11s
11586                 After, in the same folder: 58000µs
11587                 The joys of locking... gtk_clist_select_all() fires a 
11588                 tree-select-row event for each selected row, which in 
11589                 summaryview, callbacks summary_selected which in turn,
11590                 calls summary_status_show, which walks the selected
11591                 rows. Hence, calling gtk_clist_select_all was 
11592                 exponential. Locking the summaryview makes 
11593                 summary_selected return early.
11594
11595 2005-06-23 [colin]      1.9.11cvs92
11596
11597         * src/imap.c
11598                 Move mutex at the important place to avoid
11599                 deadlocks
11600         * src/summaryview.c
11601                 Fix Del key deleting directly instead of
11602                 moving to trash
11603
11604 2005-06-22 [colin]      1.9.11cvs91
11605
11606         * src/plugins/spamassassin/libspamc.c
11607                 As we do spagetti code with assignations in multiple
11608                 places (see _message_read_raw where out = msg = raw),
11609                 let's be sure we don't free the same pointer twice.
11610                 Should fix bug #683 (Crash in libpam at 
11611                 message_cleanup).
11612
11613 2005-06-22 [colin]      1.9.11cvs90
11614
11615         * src/compose.c
11616         * src/messageview.c
11617         * src/toolbar.c
11618                 Make toolbar's delete use the move to trash stuff;
11619                 Add gtk_widget_realize to be sure pixmaps can get
11620                 created (that may fix an old worksforme bug which
11621                 I can't find back...)
11622
11623 2005-06-22 [colin]      1.9.11cvs89
11624
11625         * src/summaryview.c
11626         * src/summaryview.h
11627         * src/mainwindow.c
11628                 Rename "Message/Delete" to "Message/Move to trash"
11629                 Add "Message/Delete..." that directly destroys the
11630                 selected messages after asking for a confirmation.
11631
11632 2005-06-22 [colin]      1.9.11cvs88
11633
11634         * src/imap.c
11635                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11636                 o Fix a deadlock (thanks Darko)
11637
11638 2005-06-22 [colin]      1.9.11cvs87
11639
11640         * src/gtk/foldersort.c
11641                 Add missing include for the i18n;
11642                 patch by Fabien Vantard
11643
11644 2005-06-21 [colin]      1.9.11cvs86
11645
11646         * src/folder.c
11647         * src/folderview.c
11648                 Respect the no_select flag
11649         * src/imap.c
11650                 Fix recursive deletion
11651         * src/imap_gtk.c
11652         * src/mh_gtk.c
11653                 Make the folder deletion's warning
11654                 more explicit
11655
11656 2005-06-21 [colin]      1.9.11cvs85
11657
11658         * src/textview.c
11659                 Prevent email addresses from spanning accross
11660                 lines - fixes bug # 646 (newline-chars in 
11661                 email addresses)
11662
11663 2005-06-20 [colin]      1.9.11cvs84
11664
11665         * src/folder.c
11666                 Be sure not to remove source if copy failed
11667
11668 2005-06-20 [colin]      1.9.11cvs83
11669
11670         * src/folderview.c
11671         * src/imap_gtk.c
11672                 remove summaryview's lock
11673         * src/imap.c
11674                 introduce threads to avoid problems when foreground tasks
11675                 interfere with background tasks
11676         * src/mh.c
11677                 prevent moving to drafts/queue
11678         * src/mimeview.c
11679                 fix leak
11680
11681 2005-06-19 [colin]      1.9.11cvs82
11682
11683         * src/imap_gtk.c
11684                 Remember that the user doesn't want to override
11685                 offline mode, for 3 seconds. It avoid presenting
11686                 him with N popups in a really short time.
11687
11688 2005-06-17 [colin]      1.9.11cvs81
11689
11690         * src/imap.c
11691                 Fix IMAP breaking on folders containing '('
11692                 (Probably won't be enough)
11693
11694 2005-06-17 [colin]      1.9.11cvs80
11695
11696         Forgotten files on 1.9.11cvs79
11697         * src/summaryview.c
11698                 Fix stepping when not immediately executing
11699         * src/imap.c
11700                 Really prevent UID FETCH 0
11701         * src/codeconv.c
11702                 Fix outgoing charset never set to utf-8
11703         * src/mh.c
11704                 Fix leak
11705
11706 2005-06-16 [colin]      1.9.11cvs79
11707
11708         * src/compose.c
11709                 Fix bug #707 (Dash splits rows)
11710                 Only wrap if we're on a line break position and
11711                 the previous one was a "white" (space) char.
11712                 Pango stuff is weird.
11713
11714 2005-06-16 [colin]      1.9.11cvs78
11715
11716         * src/imap_gtk.c
11717                 Lock summaryview while downloading messages
11718                 on user demand
11719         * src/procheader.c
11720         * src/unmime.c
11721         * src/common/utils.c
11722         * src/common/utils.h
11723                 Replace \r and \n with spaces in From and
11724                 Subject headers
11725
11726 2005-06-16 [paul]       1.9.11cvs77
11727
11728         * src/procmime.c
11729                 liberalise the mime parser
11730         * src/gtk/about.c
11731                 add text wrapping
11732
11733 2005-06-16 [paul]       1.9.11cvs76
11734
11735         * src/gtk/about.c
11736                 reworked
11737
11738 2005-06-15 [colin]      1.9.11cvs75
11739
11740         * src/compose.c
11741                 Finish header encoding fix
11742         * src/summaryview.c
11743                 Fix segfault
11744         * src/headerview.c
11745                 Fix compilation (Thanks Stephan
11746                 Sachse)
11747
11748 2005-06-15 [colin]      1.9.11cvs74
11749
11750         * Makefile.am
11751                 Install gnome2 stuff rather than gnome1, 
11752                 if both are present
11753         * src/codeconv.c
11754         * src/codeconv.h
11755         * src/compose.c
11756                 Fix headers encoding
11757         * src/folder.c
11758                 Visual progress when fetching all messages
11759         * src/folderview.c
11760         * src/summaryview.c
11761         * src/summaryview.h
11762                 Prevent changing current message while
11763                 incorporating
11764
11765 2005-06-15 [paul]       1.9.11cvs73
11766
11767         * src/gtk/gtkaspell.c
11768         * src/gtk/gtkaspell.h
11769                 fix build warnings
11770
11771 2005-06-15 [paul]       1.9.11cvs72
11772
11773         * src/prefs_filtering.c
11774                 allow reordering of filter rules by
11775                 drag n drop
11776
11777 2005-06-15 [paul]       1.9.11cvs71
11778
11779         * COPYING
11780                 updated
11781         * src/codeconv.c
11782                 replace deprecated function
11783         * src/inc.c
11784         * src/send_message.c
11785         * src/gtk/progressdialog.c
11786         * src/gtk/progressdialog.h
11787                 salvage and reuse parts of reverted sync
11788
11789 2005-06-15 [paul]       1.9.11cvs70
11790
11791         * src/inc.c
11792         * src/send_message.c
11793         * src/gtk/progressdialog.c
11794         * src/gtk/progressdialog.h
11795                 revert yesterday's sync with main
11796                 it contains deprecated functions
11797
11798 2005-06-15 [colin]      1.9.11cvs69
11799
11800         * src/headerview.c
11801                 Fix bug #670 (multi user to: will corrupt message 
11802                 headers display)
11803
11804 2005-06-15 [colin]      1.9.11cvs68
11805
11806         * src/compose.c
11807                 Fix bug #421 (Fix undo on wrapping)
11808
11809 2005-06-15 [colin]      1.9.11cvs67
11810
11811         * src/folder.c
11812                 Provide visual feedback while processing
11813                 folder's rules.
11814         * src/imap.c
11815                 Provide visual feedback while getting
11816                 short headers (for uncached messages)
11817
11818
11819 2005-06-14 [paul]       1.9.11cvs66
11820
11821         * src/account.c
11822                 change a couple stock icons
11823         * src/inc.c
11824         * src/send_message.c
11825         * src/gtk/progressdialog.c
11826         * src/gtk/progressdialog.h
11827                 sync main's GtkTreeView implementation
11828
11829 2005-06-14 [colin]      1.9.11cvs65
11830
11831         * src/imap.c
11832                 Various little fixes, mainly on error paths
11833
11834 2005-06-13 [colin]      1.9.11cvs64
11835
11836         * matcher.c
11837         * procmsg.c
11838         * procmsg.h
11839                 Add a way to fetch only headers. This speeds
11840                 up filtering on headers for IMAP. Fixes:
11841                 bug #481 extraneous imap commands slow down 
11842                         imap filtering
11843                 bug #522 Sylpheed downloads all messages 
11844                         when opening mailbox (IMAP)
11845                 bug #677 IMAP fetch is soooooooooooooo slow
11846         * src/folder.c
11847         * src/folder.h
11848                 Add a folder set_batch method so that
11849                 implementations can speed up flags changes
11850         * src/folderutils.c
11851         * src/summaryview.c
11852                 Use that in mark as (un)read and mark all read
11853                 Refix bug #679
11854         * src/imap.c
11855                 Implement set_batch - brings back deferred
11856                 flags in a less buggy manner. Fixes:
11857                 bug #729 IMAP immediate expunge of deleted messages
11858                 bug #191 remove list of messages with one command
11859                 Fix login with strange chars
11860                 Implement fetch_msg_full
11861                 Fix copy (wrong counts)
11862
11863 2005-06-12 [colin]      1.9.11cvs63
11864
11865         * src/folder.c
11866                 lock incorporation during long operations.
11867                 Avoids fucking up the IMAP socket.
11868
11869 2005-06-12 [colin]      1.9.11cvs62
11870
11871         * src/imap.c
11872                 Fix harmful typo
11873                 Factorize remove_all_msg
11874                 Thread-ize expunge
11875         * src/summaryview.c
11876                 Don't update partial-download status if unnecessary
11877         * src/folder.c
11878                 Use remove_msgs everywhere possible
11879
11880 2005-06-12 [colin]      1.9.11cvs61
11881
11882         * src/folder.c
11883         * src/folder.h
11884                 Add a remove_msgs function to remove a 
11885                 list of messages
11886         * src/imap.c
11887                 Implement that.
11888
11889 2005-06-12 [colin]      1.9.11cvs60
11890
11891         * src/imap.c
11892                 Remove flags-processing deferring... Too hard
11893                 to get it to work in all cases.
11894
11895 2005-06-11 [colin]      1.9.11cvs59
11896
11897         * src/imap.c
11898                 printf -> debug_print
11899
11900 2005-06-11 [colin]      1.9.11cvs58
11901
11902         * src/imap.c
11903                 o Fix build without USE_PTHREAD
11904                 o Factorize imap_open
11905                 o Alertpanel in case of impossible connection
11906                 o Alertpanel in case of impossible login
11907                 o Fix deferred flags processing to force a 
11908                   flush before adding some more flags to process,
11909                   but in another folder.
11910
11911 2005-06-10 [colin]      1.9.11cvs57
11912
11913         * src/imap.c
11914                 o Fix a format string error
11915                 o init ssl socket outside of the thread 
11916                   (it possibly invokes gtk calls)
11917         * src/procmime.c
11918                 o Put back the buffer to its necessary size
11919                 o Fix changing a file pointer without keeping
11920                   track of it (thanks Valgrind)
11921         * src/common/smtp.c
11922                 o Fix automatic STARTTLS if login should be done
11923                   and the server only allows it after starting TLS
11924         * src/gtk/gtkinputdialog.c
11925                 o Eat GDK_Return so that the combo popup doesn't 
11926                   appear when we press Enter to validate the combo
11927                   input dialog (as seen in the Open with... dialog)
11928
11929 2005-06-10 [colin]      1.9.11cvs56
11930
11931         * src/imap.c
11932                 o A bit less debug
11933                 o Fix a crash on deletion
11934                 o Threadize imap_select (it's called outside of 
11935                   threads)
11936                 o Defer treatment of DELETED flags
11937
11938
11939 2005-06-09 [colin]      1.9.11cvs55
11940
11941         * src/imap.c
11942                 Make sure we check imap_gtk_should_override(), which
11943                 potentially calls gtk stuff, before creating thread.
11944                 That way it should't be called via imap_get_session()
11945                 inside a thread.
11946
11947 2005-06-09 [colin]      1.9.11cvs54
11948
11949         * src/imap.c
11950                 o add a bit of status output
11951                 o remove some dead code
11952                 o threadize get_list_of_uids
11953                 o threadize imap_get_flags
11954                 o defer flag changing by 500ms so that they
11955                   can be batched
11956
11957
11958 2005-06-08 [colin]      1.9.11cvs53
11959
11960         * src/imap.c
11961                 Thread-ize imap_cmd_fetch
11962
11963 2005-06-08 [colin]      1.9.11cvs52
11964
11965         * src/main.c
11966                 Mmh, that broke POP3...
11967
11968 2005-06-08 [colin]      1.9.11cvs51
11969
11970         * src/main.c
11971                 Stabilize IMAP patch (thanks to Hoa)
11972
11973 2005-06-08 [colin]      1.9.11cvs50
11974
11975         * src/imap.c
11976                 Test patch to speed up imap. 
11977
11978 2005-06-08 [colin]      1.9.11cvs49
11979
11980         * src/imap_gtk.c
11981                 Warning fix
11982         * src/procmime.c
11983                 Apply patch from gentoo to use /usr/share/mime/globs if 
11984                 available, after un-breaking it
11985         * src/common/log.c
11986         * src/common/log.h
11987                 Use g_timeout for invoking hooks that possibly use gtk
11988                 calls. This should leave gtk calls in the main thread.
11989
11990 2005-06-08 [paul]       1.9.11cvs48
11991
11992         * src/codeconv.c
11993                 conv_get_outgoing_charset_str(): don't
11994                 use prefs_common setting
11995         * src/compose.c
11996         * src/compose.h
11997                 add /Options/Character encoding/... to
11998                 temporarily change the outgoing encoding
11999
12000         (belated sync with main)
12001
12002 2005-06-08 [paul]       1.9.11cvs47
12003
12004         * src/compose.c
12005                 correction to/completion of last
12006                 sync with main
12007
12008 2005-06-08 [paul]       1.9.11cvs46
12009
12010         sync with main:
12011         
12012         * src/codeconv.c
12013         * src/codeconv.h
12014                 always enabled Japanese auto-detection
12015                 if the first letters of locale string
12016                 is "ja"
12017         * src/compose.c
12018                 don't use "destroy" signal to destroy
12019                 Compose object (fix rare crashes on discard?)
12020         * src/mainwindow.c
12021         * src/messageview.c
12022         * src/prefs_send.c
12023                 added Hebrew encodings
12024         * src/sourcewindow.c
12025                 don't use "destroy" signal to destroy
12026                 objects
12027
12028 2005-06-07 [colin]      1.9.11cvs45
12029
12030         * src/summaryview.c
12031                 Add missing unlocks/locks
12032
12033 2005-06-07 [paul]       1.9.11cvs44
12034
12035         * src/summaryview.c
12036                 restore bug #749 fix
12037
12038 2005-06-06 [colin]      1.9.11cvs43
12039
12040         * src/summaryview.c
12041                 Fix selection bug when prefs_common.open_unread 
12042                 is FALSE
12043
12044 2005-06-06 [colin]      1.9.11cvs42
12045
12046         * src/common/md5.c
12047                 Fix a warning
12048         * src/summaryview.c
12049         * src/folderview.c
12050                 Factorize long operations beginning and end
12051                 (locking, freezing/thawing, cursor, ...)
12052                 Check selection->data member in selection-
12053                 related loops; this avoids dying an awful
12054                 death if the selection changes on us while
12055                 we're marking a whole IMAP folder unread, 
12056                 for example.
12057
12058 2005-06-06 [paul]       1.9.11cvs41
12059
12060         * src/textview.c
12061                 don't g_free() a static gchar buffer
12062
12063 2005-06-05 [colin]      1.9.11cvs40
12064
12065         * src/mainwindow.c
12066         * src/messageview.c
12067         * src/summaryview.c
12068                 Fix bug #749 (Show all headers should be
12069                 sticky as the GUI suggests)
12070
12071 2005-06-03 [paul]       1.9.11cvs39
12072
12073         * src/compose.c
12074                 don't allow editing of mail while sending.
12075                 patch by Colin
12076
12077 2005-06-03 [paul]       1.9.11cvs38
12078
12079         * src/folderview.c
12080                 add a freeze/thaw to speed up 'mark all read'
12081
12082 2005-06-03 [paul]       1.9.11cvs37
12083
12084         * src/prefs_message.c
12085                 reflect changes immediately
12086
12087 2005-06-02 [colin]      1.9.11cvs36
12088
12089         * po/POTFILES.in
12090                 Patch by Fabien Vantard.
12091
12092 2005-06-02 [colin]      1.9.11cvs35
12093
12094         * src/imap.c
12095                 Use a non-blocking imap_getline() if possible.
12096                 This should completely prevent the interface
12097                 from freezin on imap operations, although it
12098                 may do strange stuff in case of folder switching
12099                 while a big imap operation is taking place...
12100
12101                 In addition, fix a leak in the case thread
12102                 creation fails on connection.
12103
12104 2005-06-02 [colin]      1.9.11cvs34
12105
12106         * src/crash.c
12107         * src/prefs_common.h
12108                 Fix build (prefs_common_init() doesn't exist
12109                 anymore)
12110
12111 2005-06-02 [colin]      1.9.11cvs33
12112
12113         * src/prefs_account.c
12114                 Fix bug #245 (filtering rules broken when
12115                 renaming a remote account (imap4 or nntp)
12116
12117 2005-06-02 [colin]      1.9.11cvs32
12118
12119         * src/imap.c
12120                 Try to fix IMAP shortcomings: 
12121                 o Multithread imap_open()
12122                 o allow offline-mode overriding instead of
12123                   just returning NULL
12124         * src/imap_gtk.c
12125         * src/imap_gtk.h
12126                 Add a function to ask whether we want to
12127                 override offline-mode for 10 minutes (one-shot
12128                 asking was painful)
12129         * src/procheader.c
12130                 Fix segfault when imap parser isn't happy about
12131                 a missing {
12132
12133 2005-06-01 [colin]      1.9.11cvs31
12134
12135         * src/addrharvest.c
12136         * src/compose.c
12137         * src/mbox.c
12138         * src/mbox.h
12139         * src/mh.c
12140         * src/msgcache.c
12141         * src/send_message.c
12142         * src/setup.c
12143         * src/undo.c
12144         * src/common/hooks.c
12145         * src/common/prefs.c
12146         * src/common/template.c
12147         * src/common/utils.c
12148         * src/gtk/gtkutils.c
12149         * src/gtk/inputdialog.c
12150         * src/gtk/menu.c
12151         * src/gtk/pluginwindow.c
12152         * src/gtk/prefswindow.c
12153         * src/plugins/pgpmime/passphrase.c
12154         * src/plugins/pgpmime/prefs_gpg.c
12155                 More -Wall fixes
12156
12157         * src/common/Makefile.am
12158         * src/common/timing.h
12159                 Add basic timing code
12160
12161         * src/summaryview.c
12162                 Fix a bug with unread messages when 
12163                 re-sorting folders, and by the way
12164                 fix a big performance hit when 
12165                 re-sorting (10k mails: before 5s,
12166                 after .5s)
12167
12168         * src/prefs_compose_writing.c
12169         * src/prefs_compose_writing.h
12170         * src/prefs_message.c
12171         * src/prefs_message.h
12172         * src/prefs_other.c
12173         * src/prefs_other.h
12174         * src/prefs_quote.c
12175         * src/prefs_quote.h
12176         * src/prefs_receive.c
12177         * src/prefs_receive.h
12178         * src/prefs_send.c
12179         * src/prefs_send.h
12180         * src/prefs_summaries.c
12181         * src/prefs_summaries.h
12182                 Fix copyright banner
12183
12184 2005-06-01 [paul]       1.9.11cvs30
12185
12186         * po/fi.po
12187                 updated by Flammie Pirinen
12188         * src/procmime.c
12189                 fix 'Bad BASE64 content' output
12190
12191 2005-05-31 [colin]      1.9.11cvs29
12192
12193         * src/procmime.c
12194                 Oops, where did my hunk go.
12195
12196 2005-05-31 [colin]      1.9.11cvs28
12197
12198         * src/Makefile.am
12199         * src/account.c
12200         * src/action.c
12201         * src/addr_compl.c
12202         * src/addressbook.c
12203         * src/codeconv.c
12204         * src/compose.c
12205         * src/export.c
12206         * src/folder.c
12207         * src/folderview.c
12208         * src/image_viewer.c
12209         * src/main.c
12210         * src/mainwindow.c
12211         * src/messageview.c
12212         * src/mimeview.c
12213         * src/msgcache.c
12214         * src/prefs_account.c
12215         * src/prefs_actions.c
12216         * src/prefs_common.c
12217         * src/prefs_compose_writing.c
12218         * src/prefs_customheader.c
12219         * src/prefs_ext_prog.c
12220         * src/prefs_filtering.c
12221         * src/prefs_filtering_action.c
12222         * src/prefs_fonts.c
12223         * src/prefs_image_viewer.c
12224         * src/prefs_message.c
12225         * src/prefs_message.h
12226         * src/prefs_msg_colors.c
12227         * src/prefs_other.c
12228         * src/prefs_other.h
12229         * src/prefs_quote.c
12230         * src/prefs_receive.c
12231         * src/prefs_receive.h
12232         * src/prefs_send.c
12233         * src/prefs_send.h
12234         * src/prefs_spelling.c
12235         * src/prefs_summaries.c
12236         * src/prefs_summary_column.c
12237         * src/prefs_template.c
12238         * src/prefs_themes.c
12239         * src/prefs_toolbar.c
12240         * src/prefs_wrapping.c
12241         * src/procmime.c
12242         * src/procmsg.c
12243         * src/send_message.h
12244         * src/ssl_manager.c
12245         * src/summary_search.c
12246         * src/summaryview.c
12247         * src/textview.c
12248         * src/wizard.c
12249         * src/common/smtp.c
12250         * src/common/smtp.h
12251         * src/gtk/gtkutils.h
12252                 o Move the rest of Common prefs to new style
12253                 o Lots of -Wall warning fixes
12254                 o fix FIXME in cache memusage calculation
12255                 o Let return receipts be sent from any account
12256                 o Little cache optimisation (read)
12257                 o Fix bug #746 (don't treat commas as separators
12258                   when inside a quoted string)
12259
12260 2005-05-31 [paul]       1.9.11cvs27
12261
12262         * src/prefs_common.c
12263                 fix 'off-by-one' typo
12264
12265 2005-05-31 [paul]       1.9.11cvs26
12266
12267         * src/account.c
12268         * src/addr_compl.c
12269         * src/compose.c
12270         * src/foldersel.c
12271         * src/prefs_actions.c
12272         * src/prefs_common.c
12273         * src/prefs_common.h
12274         * src/prefs_customheader.c
12275         * src/prefs_display_header.c
12276         * src/prefs_filtering.c
12277         * src/prefs_filtering_action.c
12278         * src/prefs_matcher.c
12279         * src/prefs_summaries.c
12280         * src/prefs_summary_column.c
12281         * src/prefs_template.c
12282         * src/prefs_toolbar.c
12283         * src/ssl_manager.c
12284         * src/gtk/pluginwindow.c
12285         * src/gtk/prefswindow.c
12286         * src/gtk/progressdialog.c
12287                 add hidden prefs 'enable_rules_hint'
12288                 for gtk_tree_view_set_rules_hint()
12289                 (sync with main)
12290                 
12291
12292 2005-05-31 [colin]      1.9.11cvs25
12293
12294         * src/Makefile.am
12295         * src/main.c
12296         * src/prefs_common.c
12297         * src/prefs_summaries.c ** ADDED **
12298         * src/prefs_summaries.h ** ADDED **
12299                 Common/Display -> Display/Summaries
12300
12301 2005-05-31 [colin]      1.9.11cvs24
12302
12303         * src/Makefile.am
12304         * src/main.c
12305         * src/prefs_quote.c ** ADDED **
12306         * src/prefs_quote.h ** ADDED **
12307                 Move Common/Quote to Compose/Quoting
12308         * src/prefs_common.c
12309         * src/prefs_common.h
12310                 Remove old quote stuff, add
12311                 convenience functions for GtkTextView prefs
12312         * src/gtk/prefswindow.c
12313                 Set default height higher
12314
12315 2005-05-30 [colin]      1.9.11cvs23
12316
12317         * src/Makefile.am
12318         * src/main.c
12319         * src/prefs_common.c
12320         * src/prefs_compose_writing.c ** ADDED **
12321         * src/prefs_compose_writing.h ** ADDED **
12322                 Move Common/Compose prefs to Compose/Writing
12323
12324 2005-05-30 [colin]      1.9.11cvs22
12325
12326         * src/common/utils.c
12327                 Fix bug #651 (Confused Attract by Subject)
12328                 Patch by M. Benkmann <haferfrost@web.de>
12329         * AUTHORS
12330
12331 2005-05-30 [colin]      1.9.11cvs21
12332
12333         * src/compose.c
12334                 Fix concatenation of different headers of
12335                 the same type (bug #645)
12336         * src/prefs_folder_item.c
12337                 Fix bug #699 (setting color to black doesn't
12338                 work immediately)
12339         * src/procmime.c
12340                 Print out decoding error only once per
12341                 block
12342
12343 2005-05-30 [paul]       1.9.11cvs20
12344
12345         * src/common/template.c
12346                 fix Bcc
12347
12348 2005-05-30 [paul]       1.9.11cvs19
12349
12350         * doc/src/rfc2368.txt   **NEW FILE**
12351         * src/compose.c
12352                 compose_entries_set(): don't interpret Bcc
12353                 header field (conform to RFC 2368)
12354                 (sync with main)
12355
12356 2005-05-29 [colin]      1.9.11cvs18
12357
12358         * src/prefs_common.c
12359                 Let the default reply format respect
12360                 netiquette by cutting the signature.
12361
12362 2005-05-29 [colin]      1.9.11cvs17
12363
12364         * src/summaryview.c
12365                 Don't let always_show_msg override
12366                 open_unread_on_enter when opening a new
12367                 directory.
12368
12369 2005-05-27 [paul]       1.9.11cvs16
12370
12371         sync with main:
12372
12373         * src/main.c
12374                 app_will_exit(): cleanup tmp directory when exit
12375         * src/message_search.c
12376                 improved the interface and made code cleanup.
12377                 removed Clear button
12378         * src/send_message.c
12379                 send_message_local(): use GSpawn, and detect errors
12380         * src/summary_search.c
12381                 improved the interface and made code cleanup
12382         * src/textview.c
12383                 textview_write_link(): also skip non-ascii space
12384                  at the head of link strings (phishing check
12385                  didn't work at the case)
12386         * src/common/utils.c
12387                 get_command_output(): use g_spawn_command_line_sync()
12388                 instead of popen()
12389
12390 2005-05-26 [colin]      1.9.11cvs15
12391
12392         * src/folder.c
12393                 remove printf
12394
12395 2005-05-26 [colin]      1.9.11cvs14
12396
12397         * src/common/nntp.c
12398                 Fix nntp mode reader (bug #611)
12399                 Patch by Florian Mickler <florian@mickler.org>
12400
12401 2005-05-26 [colin]      1.9.11cvs13
12402
12403         * src/plugins/pgpmime/passphrase.c
12404                 Fix mouse grabbing (bug #557)
12405
12406 2005-05-26 [colin]      1.9.11cvs12
12407
12408         * src/prefs_themes.c
12409                 Fix g_warning (bug #541)
12410
12411 2005-05-26 [colin]      1.9.11cvs11
12412
12413         * src/prefs_actions.c
12414         * src/prefs_template.c
12415                 Fix bug #506 (no warning if action/template
12416                 is not saved)
12417         * src/common/template.c
12418                 Fix a possible crash
12419
12420 2005-05-26 [colin]      1.9.11cvs10
12421
12422         * src/folder.c
12423         * src/folderview.c
12424         * src/procmsg.c
12425         * src/summaryview.c
12426                 Forbid locked messages to be moved or
12427                 deleted. Locked messages in trashes 
12428                 still get deleted, for performance
12429                 reason (mh.c::mh_remove_all_msgs)
12430
12431 2005-05-25 [colin]      1.9.11cvs9
12432
12433         * src/procmime.c
12434                 Use correct encoding when sending mails
12435                 with attachments that have accentued 
12436                 chars in their name
12437
12438 2005-05-24 [colin]      1.9.11cvs8
12439
12440         * src/summaryview.c
12441                 Fix bug #688 f) read/unread marker not
12442                 changed on first click
12443                 Also, optimize summary_status_show()
12444                 calls
12445         * src/folder.c
12446         * src/inc.c
12447         * src/procmime.c
12448                 Fix bug #688 b) and c) wrt message
12449                 attachments and signature
12450         * src/stock_pixmap.c
12451         * src/stock_pixmap.h
12452         * src/stock_pixmap.c
12453         * src/stock_pixmap.h
12454         * src/Makefile.am
12455         * src/pixmaps/clip_gpg_signed.xpm
12456                 Add clip/signed icon
12457
12458 2005-05-24 [colin]      1.9.11cvs7
12459
12460         * src/folder_item_prefs.c
12461                 whitespace fix
12462
12463 2005-05-24 [colin]      1.9.11cvs6
12464
12465         * src/folderview.c
12466         * src/prefs_common.c
12467         * src/prefs_common.h
12468                 Add a confirmation to folder drag and drop
12469                 fixes bug #156
12470         * src/alertpanel.c
12471         * src/alertpanel.h
12472                 fix _with_disable parameters so that
12473                 the buttons labels are specifiable too
12474         * src/plugins/pgpmime/sgpgme.c
12475                 reflect said change
12476                 
12477
12478 2005-05-24 [colin]      1.9.11cvs5
12479
12480         * src/folderview.c
12481                 Uncollapse/collapse folders on double-click
12482                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12483                 closes bug #108
12484
12485 2005-05-23 [colin]      1.9.11cvs4
12486
12487         * src/common/socket.c
12488                 Check another special SSL_peek() error.
12489                 Should help wrt bug #728
12490
12491 2005-05-23 [colin]      1.9.11cvs3
12492
12493         * src/plugins/pgpmime/pgpmime.c
12494                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12495                 breaking menu accelerators and stuff. Users will have to
12496                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12497                 account's privacy preferences if needed.
12498
12499 2005-05-22 [paul]
12500
12501         * tools/kdeservicemenu/install.sh
12502                 use kdesu to prompt for root password if doing
12503                 global install/uninstall
12504
12505 2005-05-20 [colin]      1.9.11cvs2
12506
12507         * src/procmsg.c
12508                 Fix another compilation error with gcc-2.9x
12509                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12510         * src/send_message.c
12511                 Don't send QUIT if we aren't connected
12512
12513 2005-05-19 [colin]      1.9.11cvs1
12514
12515         * src/procmsg.c
12516                 Fix compilation with gcc 2.9x
12517
12518 2005-05-19 [paul]       1.9.11
12519
12520         1.9.11 released
12521
12522 2005-05-19 [paul]       1.9.9cvs14
12523
12524         * src/gtk/inputdialog.c
12525                 prevent gettext warning
12526
12527 2005-05-19 [paul]       1.9.9cvs13
12528
12529         * src/mainwindow.c
12530         * src/prefs_common.c
12531         * src/prefs_common.h
12532         * src/textview.c
12533         * src/textview.h
12534                 add an option to toggle cursor in message
12535                 view (sync with main)
12536
12537 2005-05-18 [colin]      1.9.9cvs12
12538
12539         * src/compose.c
12540                 Dereference freed pointer
12541         * src/gtk/gtkaspell.c
12542                 Fix duplication of dictionaries (is it an aspell issue?)
12543
12544 2005-05-18 [colin]      1.9.9cvs11
12545
12546         * src/gtk/inputdialog.c
12547         * src/gtk/gtkaspell.c
12548                 HIGuify dialogs
12549         * src/alertpanel.c
12550                 Remove a double call
12551
12552 2005-05-17 [colin]      1.9.9cvs10
12553
12554         * src/gtk/gtkaspell.c
12555                 Fix dialogs, Ctrl-Enter accel
12556
12557 2005-05-17 [colin]      1.9.9cvs9
12558
12559         * src/gtk/gtkaspell.c
12560                 Fix some accelerators, escape in replace-window
12561
12562 2005-05-16 [colin]      1.9.9cvs8
12563
12564         * src/gtk/gtkaspell.c
12565                 Revert last commit, it was a mistake.
12566
12567 2005-05-16 [colin]      1.9.9cvs7
12568
12569         * src/gtk/gtkaspell.c
12570                 Remove buggy code while we're at it. It's a 
12571                 dead code path anyway.
12572
12573 2005-05-16 [colin]      1.9.9cvs6
12574
12575         * src/gtk/gtkaspell.c
12576                 Missed some gtk_menu_popup where deactivate
12577                 signal should be handled. Should fix bug
12578                 #629 a bit more.
12579
12580 2005-05-16 [colin]      1.9.9cvs5
12581
12582         * src/gtk/gtkaspell.c
12583                 Remove debug printf()s
12584
12585 2005-05-16 [colin]      1.9.9cvs4
12586
12587         * src/gtk/gtkaspell.c
12588                 Fix a bit aspell problems
12589                 (see bug #629)
12590
12591 2005-05-13 [colin]      1.9.9cvs3
12592
12593         * src/folderview.c
12594                 Fix the + appearing even when no subfolders
12595                 have unread messages. Thanks to wwp for the
12596                 bug report.
12597
12598 2005-05-11 [paul]       1.9.9cvs2
12599
12600         * src/folderview.c
12601                 correction to 1.9.9cvs1, only colour folders that
12602                 have new msgs (not unread msgs)
12603
12604 2005-05-10 [colin]      1.9.9cvs1
12605
12606         * src/folderview.c
12607         * src/summaryview.c
12608                 Try to fix bolding bugs again.
12609
12610 2005-05-09 [paul]
12611
12612         * tools/claws.i18n.status.pl
12613                 add Ricardo Mones Lastra's script that has been providing
12614                 the i18n status page for many months
12615
12616 2005-05-09 [paul]       1.9.9
12617
12618         1.9.9 release
12619
12620 2005-05-09 [paul]       1.9.6cvs58
12621
12622         * AUTHORS
12623         * INSTALL
12624         * README.claws
12625                 updated
12626         * Makefile.am 
12627         * RELEASE_NOTES.claws
12628                 add release notes to cvs to simplify release
12629                 procedure
12630         * configure.ac
12631                 add ca and fi to ALL_LINGUAS
12632         * po/Makefile.in.in
12633                 workaround for missing Makevars
12634         * po/ca.po
12635         * po/fi.po
12636                 add new Catalan and Finnish translations
12637                 submitted by Miquel Oliete and Flammie Pirinen
12638         * po/de.po
12639         * po/es.po
12640         * po/fr.po
12641         * po/it.po
12642         * po/pl.po
12643         * po/ru.po
12644         * po/sk.po
12645         * po/sr.po
12646         * po/zh_CN.po
12647                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12648                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12649                 Urke MMI, and Hansom Young
12650         * src/main.c
12651                 Fix drafting when quitting. compose_draft() closes the
12652                 compose windows, which modifies the compose_list GSList.
12653                 We have to refresh this list after echo drafting to avoid a
12654                 segfault
12655         * src/partial_download.c
12656                 fix segfault on exit
12657
12658 2005-05-06 [paul]       1.9.6cvs57
12659
12660         * src/grouplistdialog.c
12661                 quick fix/workaround for unresizeable newsgroup
12662                 name column 
12663
12664 2005-05-06 [paul]       1.9.6cvs56
12665
12666         * src/inc.c
12667         * src/mainwindow.c
12668                 use gettext plural forms
12669         * src/imap_gtk.c
12670         * src/mh_gtk.c
12671         * src/toolbar.c
12672                 small improvement to english usage
12673
12674 2005-05-05 [thorsten]   1.9.6cvs55
12675
12676         * src/folder.c
12677                 fix possible crash
12678
12679 2005-05-05 [paul]       1.9.6cvs54
12680         
12681         sync with HEAD
12682
12683         * AUTHORS
12684         * src/compose.c
12685                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12686                 patch by Tim Mann
12687
12688 2005-05-05 [paul]       1.9.6cvs53
12689
12690         * src/mainwindow.c
12691                 fix resizing of separate message and
12692                 folder views
12693
12694 2005-05-05 [paul]       1.9.6cvs52
12695
12696         * src/account.c
12697         * src/addrgather.c
12698         * src/browseldap.c
12699         * src/exphtmldlg.c
12700         * src/expldifdlg.c
12701         * src/importmutt.c
12702         * src/importpine.c
12703         * src/main.c
12704         * src/mainwindow.c
12705         * src/noticeview.c
12706         * src/prefs_filtering.c
12707         * src/prefs_filtering_action.c
12708         * src/prefs_matcher.c
12709         * src/prefs_spelling.c
12710         * src/prefs_toolbar.c
12711         * src/toolbar.c
12712         * src/wizard.c
12713         * src/gtk/description_window.c
12714         * src/gtk/gtkvscrollbutton.c
12715         * src/gtk/progressdialog.c
12716         * src/gtk/quicksearch.c
12717         * src/plugins/pgpmime/prefs_gpg.c
12718         * src/plugins/spamassassin/spamassassin_gtk.c
12719                 replace deprecated gtk_widget_set_usize
12720
12721 2005-05-04 [colin]      1.9.6cvs51
12722
12723         * src/common/utils.c
12724                 Fix crash when subst_for_filename is called
12725                 with a NULL parameter
12726
12727 2005-05-04 [colin]      1.9.6cvs50
12728
12729         * src/partial_download.c
12730         * src/pop.c
12731                 Escape login when writing uidl file
12732                 fixes bug #736
12733
12734 2005-05-03 [colin]      1.9.6cvs49
12735
12736         * src/procmime.c
12737                 Fix possible DOS in mime parser
12738                 (see bug #634)
12739
12740 2005-05-02 [colin]      1.9.6cvs48
12741
12742         * src/compose.c
12743                 Try to fix the copy/paste mess once again.
12744
12745
12746 2005-04-30 [colin]      1.9.6cvs47
12747
12748         * src/prefs_account.h
12749         * src/procmsg.c
12750         * src/send_message.c
12751         * src/common/smtp.c
12752         * src/common/smtp.h
12753                 Try to batch sending mails (per account) instead of
12754                 reconnecting to server every time.
12755
12756 2005-04-29 [colin]      1.9.6cvs46
12757
12758         * src/messageview.c
12759                 Fix window resizing that refused to size down
12760         * src/prefs_common.c
12761         * src/prefs_common.h
12762         * src/prefs_filtering.c
12763                 Save Filtering's window size
12764
12765 2005-04-21 [paul]       1.9.6cvs45
12766
12767         * ChangeLog-gtk2.claws
12768         * src/setup.c
12769                 correction to sync
12770
12771 2005-04-21 [paul]       1.9.6cvs44
12772
12773         sync with main:
12774
12775         * src/setup.c
12776         * src/statusbar.c
12777         * src/statusbar.h
12778                 use gtkut_widget_draw_now(). Improved performance
12779                 of the update of statusbar
12780         * src/textview.c
12781                 textview_smooth_scroll_do(): redraw it after scroll
12782                 is done (fixed incorrect display when a part of the
12783                 view is hidden).
12784         * src/gtk/gtkutils.c
12785         * src/gtk/gtkutils.h
12786                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12787                 to force update of widgets.
12788                 Removed gtkut_widget_wait_for_draw() which had a big
12789                 overhead  because of waiting for all events processed 
12790
12791 2005-04-20 [paul]       1.9.6cvs43
12792
12793         * src/codeconv.c
12794                 complete 1.9.6cvs42's sync:
12795                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12796
12797 2005-04-19 [paul]       1.9.6cvs42
12798
12799         sync with main:
12800
12801         * src/action.c
12802                 catch_output(): correctly select the insert text
12803                 (fix invalid iterator warnings).
12804         * src/codeconv.c
12805         * src/codeconv.h
12806         * src/mainwindow.c
12807         * src/messageview.c
12808         * src/prefs_common.c
12809                 support GBK encoding.
12810         * src/common/session.c
12811         * src/common/session.h
12812                 use separate buffer for large data to be sent,
12813                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12814
12815 2005-04-18 [paul]       1.9.6cvs41
12816
12817         * src/jpilot.c
12818                 convert unsigned long into guint32
12819                 patch by Paul LeoNerd Evans 
12820
12821 2005-04-17 [colin]      1.9.6cvs40
12822
12823         * src/compose.c
12824                 Fix 'Request return receipt' from folder
12825                 properties (bug #708)
12826
12827 2005-04-17 [colin]      1.9.6cvs39
12828
12829         * src/mainwindow.c
12830                 Fix duplicate hotkeys in Mainwindow's menu
12831
12832 2005-04-17 [colin]      1.9.6cvs38
12833
12834         * src/folderview.c
12835                 Fix duplicate hotkeys in Folderview's contextual
12836                 menu
12837
12838 2005-04-15 [colin]      1.9.6cvs37
12839
12840         * src/summaryview.c
12841                 Fix 'Save as...' with non-ascii filenames
12842
12843 2005-04-15 [colin]      1.9.6cvs36
12844
12845         * src/plugins/pgpmime/pgpmime.c
12846                 Fix bus error on 64bit. Spotted by 
12847                 macallan1888@gmail.com
12848
12849 2005-04-15 [colin]      1.9.6cvs35
12850
12851         * src/prefs_account.c
12852                 Fix cvs34.
12853
12854 2005-04-12 [colin]      1.9.6cvs34
12855
12856         * src/prefs_account.c
12857                 Fix smtp auth type off-by-one. We forgot to
12858                 add PLAIN in the prefs-to-gui setter func and
12859                 as a result, the selected auth when opening
12860                 account prefs was not the correct one.
12861
12862 2005-04-12 [paul]       1.9.6cvs33
12863
12864         * src/inc.c
12865                 if the recv dialog is visible, Cancel only
12866                 cancels the current account
12867
12868
12869 2005-04-10 [colin]      1.9.6cvs32
12870
12871         * src/filtering.c
12872                 Copy score when copying FilteringActions
12873                 Fix bug #674
12874
12875 2005-04-10 [colin]      1.9.6cvs31
12876
12877         * src/inc.c
12878                 Make Message -> Receive -> Cancel cancel 
12879                 incorporation on all accounts. Fixes
12880                 bug #693
12881
12882 2005-04-10 [colin]      1.9.6cvs30
12883
12884         * src/prefs_account.c
12885                 Update Privacy checkbuttons status based
12886                 on the selected privacy system
12887         * src/compose.c
12888                 Always connect the "None" privacy system; the
12889                 static boolean was probably there to avoid
12890                 reconnecting twice in the same compose window,
12891                 but as the parent function is only called once
12892                 per compose, it's only a bug - as a static is
12893                 initialized once per application instance.
12894                 Also, don't uncheck Sign and Encrypt when
12895                 selecting None as privacy system; just ignore
12896                 them when sending/queuing.
12897                 Should fix bug #695
12898
12899 2005-04-08 [colin]      1.9.6cvs29
12900
12901         * src/account.c
12902         * src/prefs_account.c
12903         * src/prefs_account.h
12904                 Add account preference to queue message in a certain
12905                 folder.
12906
12907 2005-04-06 [colin]      1.9.6cvs28
12908
12909         * src/prefs_account.c
12910                 Update old inbox path syntax
12911
12912 2005-04-06 [paul]       1.9.6cvs27
12913
12914         sync with main:
12915
12916         * configure.ac
12917                 changed -traditional-cpp to -no-cpp-precomp for newer
12918                 Mac OS X support
12919         * src/foldersel.c
12920                 made column resize automatically
12921         * src/send_message.c
12922                 send_message_smtp(): consider EOF right after QUIT
12923                 successful (workaround for Gmail SMTP server)
12924         * src/common/socket.c
12925                 ssl_read(), ssl_peek(): check EOF which violates the
12926                 SSL protocol
12927         * src/gtk/colorlabel.c
12928                 removed warnings when displaying colorlabel menu
12929                 (don't use GtkAlignment)
12930
12931 2005-04-05 [paul]       1.9.6cvs26
12932
12933         * src/plugins/trayicon/trayicon.c
12934                 fix clipping of icon under KDE3 
12935
12936 2005-04-05 [paul]       1.9.6cvs25
12937
12938         * src/summaryview.c
12939                 hide display of threading
12940                 patch by Alfons
12941
12942 2005-04-04 [thorsten]   1.9.6cvs24
12943
12944         * src/mh.c
12945                 marks lost on filesystems with different stat() results on
12946                 summer-/wintertime
12947
12948 2005-04-03 [colin]      1.9.6cvs23
12949
12950         * src/summaryview.c
12951                 Don't handle up/down. Patch by Alfons
12952
12953 2005-04-02 [colin]      1.9.6cvs22
12954
12955         * src/summaryview.c
12956                 Make scrolling faster. Patch by Alfons.
12957
12958 2005-04-01 [colin]      1.9.6cvs21
12959
12960         * src/Makefile.am
12961         * src/stock_pixmap.c
12962         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12963         * src/pixmaps/dir_noselect.xpm ** ADDED **
12964                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12965
12966 2005-04-01 [colin]      1.9.6cvs20
12967
12968         * src/image_viewer.c
12969         * src/image_viewer.h
12970         * src/procmime.c
12971         * src/procmime.h
12972         * src/textview.c
12973         * src/textview.h
12974                 Implement inline image resizing and right-clicking
12975
12976 2005-04-01 [paul]       1.9.6cvs19
12977
12978         * AUTHORS
12979         * Makefile.am
12980         * configure.ac
12981                 check for gnome2
12982                 patch by Luca Cavalli <loopback<AT>slackit.org>
12983         * po/ru.po
12984                 updated by Pavlo Bohmat
12985
12986 2005-03-31 [colin]      1.9.6cvs18
12987
12988         * src/news.c
12989                 Fix parsing references
12990         * src/msgcache.c
12991                 don't put nulls in the references list
12992         * src/procheader.c
12993                 commit that forgotten file in 1.9.6cvs14
12994
12995 2005-03-31 [colin]      1.9.6cvs17
12996
12997         * src/compose.c
12998                 Fix joining of signature separator again. 
12999                 Maybe Hiro could put it in main too...
13000
13001 2005-03-31 [colin]      1.9.6cvs16
13002
13003         * src/Makefile.am
13004         * src/foldersel.c
13005         * src/stock_pixmap.c
13006         * src/stock_pixmap.h
13007         * src/pixmaps/dir-noselect.xpm
13008                 Update foldersel.c (sync from main, patch by Alfons)
13009
13010 2005-03-30 [colin]      1.9.6cvs15
13011
13012         * src/imap.c
13013                 Fix handling of imap folders containing [] in 
13014                 their name. Thanks to Nahuel Angelinetti for
13015                 the detailed bugreport.
13016
13017 2005-03-30 [colin]      1.9.6cvs14
13018
13019         * src/common/utils.h
13020         * src/common/utils.c
13021         * src/common/defs.h
13022         * src/matcher.c
13023         * src/msgcache.c
13024         * src/news.c
13025         * src/procmsg.c
13026         * src/procmsg.h
13027         * src/quote_fmt_parse.y
13028         * src/summaryview.c
13029                 Update references system. Patch by Alfons
13030
13031 2005-03-30 [colin]      1.9.6cvs13
13032
13033         * src/common/socket.c
13034                 Force the glibc to read resolv.conf again when 
13035                 it has changed. Should fix issues when changing
13036                 networks on a laptop and not restarting sylpheed. 
13037
13038 2005-03-30 [paul]       1.9.6cvs12
13039
13040         partial sync with main:
13041
13042         * src/action.c
13043                 create_io_dialog(): use user-defined text font
13044                 (thanks to Alfons), and modified its appearance.
13045         * src/addrgather.c
13046         * src/addrharvest.c
13047         * src/browseldap.c
13048                 replace old code
13049         * src/compose.c
13050                 don't join (presumably) itemized lines on line-wrapping
13051                 fixed wrapping of quote when auto-wrapping is enabled
13052                 compose_destroy(): destroy paned only if it's not
13053                 attached to window. Fixed memory leak of popup menu.
13054         * src/exphtmldlg.c
13055         * src/expldifdlg.c
13056                 replace old code
13057         * src/html.c
13058         * src/html.h
13059         * src/importmutt.c
13060         * src/importpine.c
13061                 replace old code
13062         * src/main.c
13063                 removed redundant code
13064         * src/mainwindow.c
13065                 changed 'Code set' (which is rather incorrect)
13066                 in the menu to 'Character encoding'
13067                 main_window_set_widgets(): request size first
13068                 to prevent window size becoming wrong
13069                 fixed remembering of the state of the visibility
13070                 of MessageView
13071         * src/messageview.c
13072                 changed 'Code set' (which is rather incorrect)
13073                 in the menu to 'Character encoding'
13074         * src/prefs_common.c
13075         * src/prefs_common.h
13076                 added an option whether to render HTML as text or not
13077                 added separators to outgoing encoding menu
13078         * src/procheader.c
13079                 procheader_scan_date_string(): support header
13080                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13081         * src/summaryview.c
13082         * src/summaryview.h
13083                 minor code cleanup
13084         * src/textview.c
13085                 textview_show_html(): force output of newline
13086                 added an option whether to render HTML as text or not
13087         * src/common/utils.c
13088                 strncpy2(): optimized based on Alfons' code
13089         * src/gtk/gtkutils.c
13090         * src/gtk/gtkutils.h
13091                 removed non-used code
13092         * src/plugins/pgpmime/passphrase.c
13093                 partially fixed grab input of passphrase dialog
13094                 Confine pointer to window
13095
13096 2005-03-30 [colin]      1.9.6cvs11
13097
13098         * src/msgcache.c
13099         * src/msgcache.h
13100                 Read/write 32bit ints from cache & marks
13101                 From main.
13102
13103 2005-03-29 [paul]       1.9.6cvs10
13104
13105         * AUTHORS
13106         * ChangeLog.claws
13107         * src/compose.c
13108         * src/gtk/gtkaspell.c
13109                 sync with HEAD (don't pass NULL pointers) 
13110
13111 2005-03-24 [paul]
13112
13113         * tools/Makefile.am
13114         * tools/README
13115         * tools/acroread2sylpheed.pl
13116                 sync with HEAD (add script to send pdfs as
13117                 attachments from Adobe Reader 7)
13118
13119 2005-03-21 [paul]       1.9.6cvs9
13120
13121         * configure.ac
13122         * po/POTFILES.in
13123         * src/Makefile.am
13124         * src/crash.c
13125         * src/image_viewer.c ** ADDED **
13126         * src/image_viewer.h ** ADDED **
13127         * src/main.c
13128         * src/prefs_common.c
13129         * src/prefs_common.h
13130         * src/prefs_image_viewer.c ** ADDED **
13131         * src/prefs_image_viewer.h ** ADDED **
13132         * src/textview.c
13133         * src/gtk/about.c
13134         * src/pixmaps/sylpheed_logo.xpm
13135         * src/plugins/Makefile.am
13136         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13137         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13138         * src/plugins/image_viewer/plugin.c ** REMOVED **
13139         * src/plugins/image_viewer/viewer.c ** REMOVED **
13140         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13141         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13142         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13143         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13144         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13145                 as gdk-pixbuf is now built-in
13146                 remove image_viewer plugin and put code back into
13147                 main codebase
13148                 implement inline image display (sync with main)
13149
13150                 replace logo with newer, nicer, larger version  
13151
13152 2005-03-21 [paul]       1.9.6cvs8
13153
13154         * src/gtk/about.c
13155                 cosmetic improvement
13156
13157 2005-03-21 [holger]     1.9.6cvs7
13158
13159         * src/plugins/spamassassin/spamassassin.c
13160                 Sync with HEAD
13161                 (unregister hook on failed plugin init)
13162
13163 2005-03-20 [colin]      1.9.6cvs6
13164
13165         * src/common/plugin.c
13166                 Check that plugin isn't already loaded
13167                 Patch by Alfons
13168
13169 2005-03-20 [thorsten]   1.9.6cvs5
13170
13171         * src/compose.c
13172                 use a more compatible syntax
13173
13174 2005-03-20 [thorsten]   1.9.6cvs4
13175
13176         * src/prefs_toolbar.c
13177                 fix crash when selecting toolbar item (uninitialized pointer)
13178
13179 2005-03-20 [thorsten]   1.9.6cvs3
13180
13181         * src/procmime.c
13182                 fix mimetype detection (referenced free()d string)
13183
13184 2005-03-20 [paul]       1.9.6cvs2
13185
13186         * src/compose.c
13187                 sync with HEAD (1.0.3cvs5)
13188                 neglect Reply-To header if empty
13189                 Patch by Alfons 
13190
13191 2005-03-19 [holger]     1.9.6cvs1
13192
13193         * src/summaryview.c
13194         * src/summaryview.h
13195                 Sync with HEAD
13196
13197 2005-03-18 [paul]       1.9.6
13198
13199         initial GTK2 release
13200
13201 2005-03-18 [paul]       1.0.3cvs3.1
13202
13203         * AUTHORS
13204         * ChangeLog.claws
13205         * configure.ac
13206         * src/gtk/about.c
13207         * src/pixmaps/sylpheed_logo.xpm
13208                 sync with HEAD
13209
13210 2005-03-18 [colin]      1.0.3cvs2.6
13211
13212         * src/summaryview.c
13213                 Remove call to summary_step in summary_copy_selected_to
13214                 Can't see its purpose, and this causes bug when copying
13215                 a message if the next one is unread: it reads it.
13216
13217 2005-03-18 [paul]       1.0.3cvs2.5
13218
13219         * src/foldersel.c
13220                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13221
13222 2005-03-18 [paul]       1.0.3cvs2.4
13223
13224         * src/addrharvest.c
13225         * src/codeconv.c
13226         * src/codeconv.h
13227         * src/compose.c
13228         * src/news.c
13229         * src/procheader.c
13230         * src/procmime.c
13231         * src/unmime.c
13232         * src/unmime.h
13233                 fix buffer overflow, CAN-2005-0667, see
13234                 http://secunia.com/advisories/14491/
13235                 Patch by Alfons
13236
13237 2005-03-17 [colin]      1.0.3cvs2.3
13238
13239         * src/prefs_fonts.c
13240         * src/summaryview.c
13241                 Fix font bugs (both lists now officialy share 
13242                 the same font)
13243                 
13244
13245 2005-03-17 [paul]       1.0.3cvs2.2
13246
13247         * src/gtk/pluginwindow.c
13248                 make plugin descriptions uneditable
13249
13250 2005-03-11 [paul]       1.0.3cvs2.1
13251
13252         * ChangeLog.claws
13253         * configure.ac
13254         * po/POTFILES.in
13255         * src/plugins/trayicon/trayicon.c
13256                 sync with HEAD
13257                 add src/wizard.c to POTFILES.in
13258
13259 2005-03-11 [paul]       1.0.3cvs1.1
13260
13261         * ChangeLog
13262         * ChangeLog.claws
13263         * configure.ac
13264         * po/de.po
13265         * po/es.po
13266         * po/fr.po
13267         * po/it.po
13268         * po/pt_BR.po
13269         * po/ru.po
13270         * po/sk.po
13271         * po/sr.po
13272         * po/zh_CN.po
13273                 sync with HEAD
13274
13275 2005-03-04 [colin]      1.0.1cvs22.2
13276
13277         * src/compose.c
13278                 Fix signatures with accentued chars in it
13279
13280 2005-03-04 [colin]      1.0.1cvs22.1
13281
13282         * src/common/smtp.c
13283         * src/common/smtp.h
13284                 Don't use SIZE param in MAIL FROM: if server 
13285                 doesn't support it. Patch by Eugen Freiter
13286                 <eugen_f@users.sf.net>
13287
13288 2005-02-27 [paul]       1.0.1cvs20.1
13289
13290         * ChangeLog.claws
13291         * configure.ac
13292         * src/messageview.c
13293                 sync with HEAD
13294
13295 2005-02-27 [colin]      1.0.1cvs19.4
13296
13297         * src/procheader.c
13298         * src/procheader.h
13299                 Fix prototypes. Patch by Alfons
13300
13301 2005-02-27 [colin]      1.0.1cvs19.3
13302
13303         * src/compose.c
13304                 Don't auto-join the signature separator.
13305
13306 2005-02-26 [colin]      1.0.1cvs19.2
13307
13308         * src/summaryview.c
13309                 Fix 'mark all read' with collapsed threads.
13310                 Patch by Alfons.
13311
13312 2005-02-25 [paul]       1.0.1cvs19.1
13313
13314         * ChangeLog.claws
13315         * configure.ac
13316         * src/prefs_account.c
13317         * src/prefs_folder_item.c
13318         * src/gtk/prefswindow.c
13319         * src/gtk/prefswindow.h
13320                 sync with HEAD
13321
13322 2005-02-25 [paul]       1.0.1cvs15.12
13323
13324         * src/alertpanel.c
13325         * src/codeconv.c
13326         * src/compose.c
13327         * src/textview.c
13328         * src/gtk/gtkutils.c
13329         * src/gtk/gtkutils.h
13330         * src/gtk/logwindow.c
13331         * src/gtk/progressdialog.c
13332                 sync with main (revision 127)
13333                 and fix logwindow clipping
13334
13335 2005-02-24 [colin]      1.0.1cvs15.11
13336
13337         * src/plugins/pgpmime/passphrase.c
13338                 Disable input grabbing; it doesn't work yet.
13339
13340 2005-02-24 [colin]      1.0.1cvs15.10
13341
13342         * src/messageview.c
13343                 Don't send out receipts if offline. Ask.
13344
13345 2005-02-23 [colin]      1.0.1cvs15.9
13346
13347         * src/summaryview.c     
13348                 Fix expanding
13349
13350 2005-02-23 [colin]      1.0.1cvs15.8
13351
13352         * src/summaryview.c
13353                 Really fix Bug 568 by removing useless
13354                 calls. summary_thread_init() now called
13355                 in summary_sort(). This should please
13356                 Alfons as it should be faster than 
13357                 previously.
13358
13359 2005-02-23 [colin]      1.0.1cvs15.7
13360
13361         * src/compose.c
13362                 Encode parts as QP or B64 if signing
13363
13364 2005-02-23 [colin]      1.0.1cvs15.6
13365
13366         * src/compose.c
13367                 Fix Mimeinfo leakage (including tmp files)
13368         * src/procmsg.c
13369                 Fix tmp file leakage (spotted by Ivan Rayner)
13370
13371 2005-02-22 [colin]      1.0.1cvs15.5
13372
13373         * src/expldifdlg.c
13374                 Fix keyboard input. Patch by Alfons.
13375
13376 2005-02-21 [colin]      1.0.1cvs15.4
13377
13378         * src/compose.c
13379                 Fix Sign/Encrypt when unselecting privacy
13380                 system
13381         * src/prefs_common.c
13382                 Change default message font to Monospace
13383         * src/summaryview.c
13384                 More freezing during potentially large operations
13385
13386 2005-02-21 [paul]       1.0.1cvs15.3
13387
13388         * src/main.c
13389                 fix --help output
13390
13391 2005-02-21 [paul]       1.0.1cvs15.2
13392
13393         * po/Makefile.in.in
13394         * src/compose.c
13395         * src/summaryview.c
13396         * src/textview.c
13397         * src/common/utils.c
13398         * src/common/utils.h
13399                 sync with main (revision 117)
13400
13401 2005-02-20 [colin]      1.0.1cvs15.1
13402
13403         * src/common/defs.h
13404                 Change cache file to .sylpheed_claws_cache, as
13405                 suggested by Alfons. Allows people to switch
13406                 between Sylpheed and Sylpheed-Claws. it is
13407                 a good idea to "Check for new messages" at next
13408                 startup.
13409
13410
13411 2005-02-18 [colin]      1.0.1cvs14.1
13412
13413         * src/quote_fmt_lex.l
13414         * src/quote_fmt_parse.y
13415                 Fix parser initialisation. Patch by Ivan.
13416
13417 2005-02-18 [colin]      1.0.1cvs11.6
13418
13419         * src/folderview.c
13420                 Fix scrolldown (bug 662)
13421
13422 2005-02-17 [colin]      1.0.1cvs11.5
13423
13424         * src/codeconv.c
13425                 conv_filename_to_utf8: return clean 7bit instead
13426                 of broken utf8 if needed
13427         * src/mimeview.c
13428                 Fix display of parts with unclean 8bit names
13429
13430 2005-02-17 [paul]       1.0.1cvs11.4
13431
13432         * src/compose.c
13433         * src/exportldif.c
13434         * src/matcher_parser_parse.y
13435         * src/procmime.c
13436         * src/sourcewindow.c
13437         * src/common/Makefile.am
13438         * src/common/intl.h             ** REMOVED **
13439         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13440                 sync with main (revision 109)
13441                 and clean up
13442
13443 2005-02-16 [colin]      1.0.1cvs11.3
13444
13445         * src/summaryview.c
13446                 Fix collapsed thread not highlighting when new
13447                 messages in it (Bug 568) Patch by Stephan Sachse.
13448                 Fix messed up selection when reaching bounds (Bug 632)
13449         * src/prefs_themes.c
13450                 Fix theme installing (Bug 684)
13451
13452 2005-02-16 [colin]      1.0.1cvs11.2
13453
13454         * src/messageview.c
13455                 Fix messageview_select_all
13456
13457 2005-02-16 [colin]      1.0.1cvs11.1
13458
13459         * src/mh.c
13460                 Sync with HEAD (MH scan required function)
13461
13462 2005-02-15 [colin]      1.0.1cvs8.1
13463
13464         * src/mimeview.c
13465         * src/common/utils.c
13466                 Sync with HEAD (filename chars substitution)
13467
13468 2005-02-15 [colin]      1.0.1cvs7.3
13469
13470         * src/gtk/pluginwindow.c
13471                 Fix button spacing
13472
13473 2005-02-15 [colin]      1.0.1cvs7.2
13474
13475         * src/mimeview.c
13476                 Fix mime icons not reset across message when
13477                 scrolled down
13478
13479 2005-02-15 [colin]      1.0.1cvs7.1
13480
13481         * src/compose.c
13482         * src/procmime.c
13483                 Sync with HEAD (optimisation of cvs6)
13484
13485 2005-02-14 [colin]      1.0.1cvs6.1
13486
13487         * src/compose.c
13488         * src/procmime.c
13489                 Sync with HEAD (encode "From " at line beginning)
13490
13491 2005-02-14 [colin]      1.0.1cvs5.3
13492
13493         * src/compose.c
13494                 Fix wrapping with accentued chars.
13495
13496 2005-02-13 [colin]      1.0.1cvs5.2
13497
13498         * src/textview.c
13499                 Fix email informative part parsing with
13500                 accentued chars in it. ispunct() returns
13501                 true for them in utf8...
13502
13503 2005-02-12 [colin]      1.0.1cvs5.1
13504
13505         * src/filtering.c
13506                 Sync with HEAD (remove wrong use of compose after send)
13507
13508 2005-02-12 [paul]       1.0.1cvs4.5
13509
13510         * src/textview.c
13511                 remove unnecessary code (thanks to Alfons)
13512
13513 2005-02-12 [paul]       1.0.1cvs4.4
13514
13515         * src/textview.c
13516                 add 'Copy' to contextual menu on emails
13517
13518 2005-02-11 [colin]      1.0.1cvs4.3
13519
13520         * src/compose.c
13521                 revert 1.0.0cvs28.2, it doesn't work that well.
13522
13523 2005-02-11 [paul]       1.0.1cvs4.2
13524
13525         * po/Makefile.in.in
13526                 fix 'make release'
13527
13528 2005-02-10 [paul]       1.0.1cvs4.1
13529
13530         * ChangeLog
13531         * ChangeLog.claws
13532         * ChangeLog.jp
13533         * configure.ac
13534         * src/compose.c
13535                 sync with HEAD (sync with main)
13536
13537 2005-02-10 [paul]       1.0.1cvs3.2
13538
13539         * AUTHORS
13540         * Makefile.am
13541         * autogen.sh
13542         * configure.ac
13543         * config/mkinstalldirs
13544         * intl/.cvsignore
13545         * intl/ChangeLog
13546         * intl/VERSION
13547         * intl/bindtextdom.c
13548         * intl/config.charset
13549         * intl/dcgettext.c
13550         * intl/dcigettext.c
13551         * intl/dcngettext.c
13552         * intl/dgettext.c
13553         * intl/dngettext.c
13554         * intl/eval-plural.h
13555         * intl/explodename.c
13556         * intl/finddomain.c
13557         * intl/gettext.c
13558         * intl/gettextP.h
13559         * intl/gmo.h
13560         * intl/hash-string.h
13561         * intl/intl-compat.c
13562         * intl/l10nflist.c
13563         * intl/libgnuintl.h.in
13564         * intl/loadinfo.h
13565         * intl/loadmsgcat.c
13566         * intl/localcharset.c
13567         * intl/localcharset.h
13568         * intl/locale.alias
13569         * intl/localealias.c
13570         * intl/localename.c
13571         * intl/log.c
13572         * intl/ngettext.c
13573         * intl/os2compat.c
13574         * intl/os2compat.h
13575         * intl/osdep.c
13576         * intl/plural-exp.c
13577         * intl/plural-exp.h
13578         * intl/plural.c
13579         * intl/plural.y
13580         * intl/ref-add.sin
13581         * intl/ref-del.sin
13582         * intl/relocatable.c
13583         * intl/relocatable.h
13584         * intl/textdomain.c
13585         * m4/Makefile.am
13586         * po/Makefile.in.in
13587         * src/Makefile.am
13588         * src/account.c
13589         * src/action.c
13590         * src/addr_compl.c
13591         * src/addressadd.c
13592         * src/addressbook.c
13593         * src/addrgather.c
13594         * src/addrindex.c
13595         * src/alertpanel.c
13596         * src/browseldap.c
13597         * src/codeconv.c
13598         * src/codeconv.h
13599         * src/compose.c
13600         * src/compose.h
13601         * src/crash.c
13602         * src/editaddress.c
13603         * src/editbook.c
13604         * src/editgroup.c
13605         * src/editjpilot.c
13606         * src/editldap.c
13607         * src/editldap_basedn.c
13608         * src/editvcard.c
13609         * src/exphtmldlg.c
13610         * src/expldifdlg.c
13611         * src/export.c
13612         * src/exporthtml.c
13613         * src/filtering.c
13614         * src/folder.c
13615         * src/folder_item_prefs.c
13616         * src/foldersel.c
13617         * src/folderview.c
13618         * src/grouplistdialog.c
13619         * src/headerview.c
13620         * src/imap.c
13621         * src/imap_gtk.c
13622         * src/import.c
13623         * src/importldif.c
13624         * src/importmutt.c
13625         * src/importpine.c
13626         * src/inc.c
13627         * src/ldif.c
13628         * src/main.c
13629         * src/mainwindow.c
13630         * src/matcher.c
13631         * src/mbox.c
13632         * src/message_search.c
13633         * src/messageview.c
13634         * src/mh.c
13635         * src/mh_gtk.c
13636         * src/mimeview.c
13637         * src/msgcache.c
13638         * src/news.c
13639         * src/news_gtk.c
13640         * src/noticeview.c
13641         * src/partial_download.c
13642         * src/pop.c
13643         * src/prefs_account.c
13644         * src/prefs_actions.c
13645         * src/prefs_common.c
13646         * src/prefs_customheader.c
13647         * src/prefs_display_header.c
13648         * src/prefs_ext_prog.c
13649         * src/prefs_filtering.c
13650         * src/prefs_filtering_action.c
13651         * src/prefs_folder_item.c
13652         * src/prefs_fonts.c
13653         * src/prefs_gtk.c
13654         * src/prefs_matcher.c
13655         * src/prefs_msg_colors.c
13656         * src/prefs_spelling.c
13657         * src/prefs_summary_column.c
13658         * src/prefs_template.c
13659         * src/prefs_themes.c
13660         * src/prefs_toolbar.c
13661         * src/prefs_wrapping.c
13662         * src/privacy.c
13663         * src/procheader.c
13664         * src/procmime.c
13665         * src/procmsg.c
13666         * src/quote_fmt.c
13667         * src/recv.c
13668         * src/send_message.c
13669         * src/setup.c
13670         * src/sourcewindow.c
13671         * src/ssl_manager.c
13672         * src/statusbar.c
13673         * src/summary_search.c
13674         * src/summaryview.c
13675         * src/textview.c
13676         * src/toolbar.c
13677         * src/wizard.c
13678         * src/common/nntp.c
13679         * src/common/plugin.c
13680         * src/common/smtp.c
13681         * src/common/ssl.c
13682         * src/common/ssl_certificate.c
13683         * src/common/string_match.c
13684         * src/common/sylpheed.c
13685         * src/common/template.c
13686         * src/common/utils.c
13687         * src/gtk/about.c
13688         * src/gtk/colorlabel.c
13689         * src/gtk/description_window.c
13690         * src/gtk/filesel.c
13691         * src/gtk/foldersort.c
13692         * src/gtk/gtkaspell.c
13693         * src/gtk/gtkutils.c
13694         * src/gtk/inputdialog.c
13695         * src/gtk/logwindow.c
13696         * src/gtk/menu.c
13697         * src/gtk/pluginwindow.c
13698         * src/gtk/prefswindow.c
13699         * src/gtk/progressdialog.c
13700         * src/gtk/quicksearch.c
13701         * src/gtk/sslcertwindow.c
13702         * src/plugins/clamav/clamav_plugin.c
13703         * src/plugins/clamav/clamav_plugin_gtk.c
13704         * src/plugins/demo/demo.c
13705         * src/plugins/dillo_viewer/dillo_prefs.c
13706         * src/plugins/dillo_viewer/dillo_viewer.c
13707         * src/plugins/image_viewer/plugin.c
13708         * src/plugins/image_viewer/viewer.c
13709         * src/plugins/image_viewer/viewerprefs.c
13710         * src/plugins/mathml_viewer/mathml_viewer.c
13711         * src/plugins/pgpmime/passphrase.c
13712         * src/plugins/pgpmime/plugin.c
13713         * src/plugins/pgpmime/prefs_gpg.c
13714         * src/plugins/pgpmime/select-keys.c
13715         * src/plugins/pgpmime/sgpgme.c
13716         * src/plugins/spamassassin/spamassassin.c
13717         * src/plugins/spamassassin/spamassassin_gtk.c
13718         * src/plugins/trayicon/trayicon.c
13719                 sync with main (revision 104)
13720
13721 2005-02-10 [colin]      1.0.1cvs3.1
13722
13723         * src/mainwindow.c
13724                 Sync with HEAD (fix occasional crasher)
13725
13726 2005-02-10 [colin]      1.0.1cvs2.1
13727
13728         * src/messageview.c
13729                 Synw with HEAD (don't automatically display html)
13730
13731 2005-02-09 [colin]      1.0.1cvs1.3
13732
13733         * src/textview.c
13734         * src/textview.h
13735                 Add contextual menu on emails
13736
13737 2005-02-09 [colin]      1.0.1cvs1.2
13738
13739         * src/codeconv.c
13740                 Fix converting from broken headers and 
13741                 put back the _ in missing places
13742                 (feature broke with cvs24.2 sync, main 
13743                  possibly affected?)
13744
13745 2005-02-09 [colin]      1.0.1cvs1.1
13746
13747         * src/messageview.c
13748         * src/mimeview.c
13749         * src/mimeview.h
13750                 Sync with HEAD (display non text/plain mails with plugin)
13751
13752 2005-02-08 [colin]      1.0.1.1
13753
13754         * ChangeLog.claws
13755         * po/pt_BR.po
13756                 Sync with HEAD
13757         * configure.ac
13758                 Make default configuration directory 
13759                 be .sylpheed-gtk2
13760
13761 2005-02-08 [colin]      1.0.0cvs29.1
13762
13763         * po/de.po
13764         * po/es.po
13765         * po/fr.po
13766         * po/it.po
13767         * po/sk.po
13768         * po/sr.po
13769                 Sync translations with HEAD
13770
13771 2005-02-06 [colin]      1.0.0cvs28.3
13772
13773         * src/compose.c
13774                 Make compose a bit faster - patch by Alfons.
13775
13776 2005-02-06 [colin]      1.0.0cvs28.2
13777
13778         * src/compose.c
13779                 Make pasting via middle-click more reliable
13780
13781 2005-02-05 [paul]       1.0.0cvs28.1
13782
13783         * ChangeLog
13784         * ChangeLog.claws
13785         * ChangeLog.jp
13786         * configure.ac
13787         * src/compose.c
13788                 sync with HEAD
13789                 (fix bug 682 'redirect is broken'
13790
13791 2005-02-05 [torte]      1.0.0cvs27.1
13792
13793         * ChangeLog.claws
13794         * configure.ac
13795         * src/partial_download.c
13796                 Sync with HEAD (fix buf overflow)
13797
13798 2005-02-03 [colin]      1.0.0cvs26.1
13799
13800         * src/common/plugin.c
13801                 Sync with HEAD (avoid plugin mismatches)
13802
13803 2005-02-03 [paul]       1.0.0cvs25.3
13804
13805         * src/folderview.c
13806         * src/headerview.c
13807         * src/summaryview.c
13808         * src/textview.c
13809         * src/gtk/colorlabel.c
13810                 third and final part of initial sync with main-gtk2
13811
13812 2005-02-03 [paul]       1.0.0cvs25.2
13813
13814         * src/jpilot.c
13815                 fix building with jpilot support
13816
13817 2005-02-02 [colin]      1.0.0cvs25.1
13818
13819         * src/messageview.c
13820                 Sync with HEAD (fix dangerous typo)
13821
13822 2005-02-01 [colin]      1.0.0cvs24.3
13823
13824         * src/common/xml.c
13825                 Write file as advertised (UTF-8)
13826
13827 2005-02-01 [paul]       1.0.0cvs24.2
13828
13829         * src/addrbook.c
13830         * src/addrindex.c
13831         * src/alertpanel.h
13832         * src/codeconv.c
13833         * src/codeconv.h
13834         * src/compose.c
13835         * src/export.c
13836         * src/folder_item_prefs.c
13837         * src/html.c
13838         * src/imap.c
13839         * src/import.c
13840         * src/jpilot.c
13841         * src/mainwindow.c
13842         * src/matcher_parser_lex.l
13843         * src/messageview.c
13844         * src/mh.c
13845         * src/prefs_account.c
13846         * src/prefs_actions.c
13847         * src/prefs_common.c
13848         * src/prefs_gtk.c
13849         * src/prefs_gtk.h
13850         * src/prefs_themes.c
13851         * src/procheader.c
13852         * src/procmime.c
13853         * src/sourcewindow.c
13854         * src/statusbar.c
13855         * src/summaryview.c
13856         * src/textview.c
13857         * src/toolbar.c
13858         * src/unmime.c
13859         * src/common/template.c
13860         * src/common/utils.c
13861         * src/common/xml.c
13862         * src/common/xml.h
13863         * src/gtk/gtkaspell.c
13864         * src/plugins/clamav/clamav_plugin.c
13865         * src/plugins/dillo_viewer/dillo_prefs.c
13866         * src/plugins/image_viewer/viewerprefs.c
13867         * src/plugins/pgpmime/passphrase.c
13868         * src/plugins/pgpmime/prefs_gpg.c
13869         * src/plugins/pgpmime/select-keys.c
13870         * src/plugins/spamassassin/spamassassin.c
13871                 second part of initial sync with main-gtk2
13872                 (more to follow)
13873
13874 2005-01-31 [colin]      1.0.0cvs24.1
13875
13876         * src/compose.c
13877                 Sync with HEAD
13878
13879 2005-01-29 [paul]       1.0.0cvs23.2
13880
13881         * src/account.c
13882         * src/action.c
13883         * src/addressadd.c
13884         * src/addressbook.c
13885         * src/alertpanel.c
13886         * src/compose.c
13887         * src/editaddress.c
13888         * src/editbook.c
13889         * src/editgroup.c
13890         * src/editjpilot.c
13891         * src/editldap.c
13892         * src/editldap_basedn.c
13893         * src/editvcard.c
13894         * src/export.c
13895         * src/foldersel.c
13896         * src/grouplistdialog.c
13897         * src/import.c
13898         * src/importldif.c
13899         * src/inc.c
13900         * src/main.c
13901         * src/mainwindow.c
13902         * src/message_search.c
13903         * src/messageview.c
13904         * src/mimeview.c
13905         * src/prefs_actions.c
13906         * src/prefs_common.c
13907         * src/prefs_common.h
13908         * src/prefs_customheader.c
13909         * src/prefs_display_header.c
13910         * src/prefs_filtering.c
13911         * src/prefs_filtering_action.c
13912         * src/prefs_gtk.c
13913         * src/prefs_matcher.c
13914         * src/prefs_summary_column.c
13915         * src/prefs_template.c
13916         * src/sourcewindow.c
13917         * src/summary_search.c
13918         * src/summaryview.c
13919         * src/textview.c
13920         * src/gtk/about.c
13921         * src/gtk/description_window.c
13922         * src/gtk/gtkshruler.c
13923         * src/gtk/gtkutils.c
13924         * src/gtk/gtkutils.h
13925         * src/gtk/inputdialog.c
13926         * src/gtk/logwindow.c
13927         * src/gtk/prefswindow.c
13928         * src/gtk/progressdialog.c
13929         * src/gtk/progressdialog.h
13930                 first part of initial sync with main-gtk2
13931                 (more to follow)
13932
13933 2005-01-28 [colin]      1.0.0cvs23.1
13934
13935         * src/folderview.c
13936                 Sync with HEAD
13937
13938 2005-01-27 [colin]      1.0.0cvs21.1
13939
13940         * src/folder.c
13941         * src/folderview.c
13942                 Sync with HEAD
13943
13944 2005-01-27 [colin]      1.0.0cvs19.1
13945
13946         * src/procmime.c
13947                 Sync with HEAD
13948
13949 2005-01-27 [colin]      1.0.0cvs18.1
13950
13951         * src/messageview.c
13952         * src/summaryview.c
13953         * src/mainwindow.c
13954         * src/compose.c
13955         * src/compose.h
13956         * src/procmsg.c
13957         * src/procmsg.h
13958         * src/toolbar.c
13959                 Sync with HEAD
13960
13961 2005-01-26 [paul]       1.0.0cvs15.2
13962
13963         * src/compose.c
13964                 compose_entries_set(): convert subject and body to
13965                 utf8 if necessary. patch by Felix Eckhofer
13966
13967 2005-01-26 [paul]       1.0.0cvs15.1
13968
13969         * configure.ac
13970         * src/common/template.c
13971                 sync with HEAD (fix memory leak)
13972
13973 2005-01-25 [paul]       1.0.0cvs14.1
13974
13975         * configure.ac
13976         * src/compose.c
13977                 sync with HEAD
13978
13979 2005-01-24 [colin]      1.0.0cvs13.1
13980
13981         * src/summaryview.c
13982                 Sync with HEAD
13983
13984 2005-01-24 [paul]       1.0.0cvs12.1
13985
13986         * configure.ac
13987         * src/messageview.c
13988         * src/mh.c
13989         * src/common/utils.c
13990                 sync with HEAD
13991
13992 2005-01-24 [colin]      1.0.0cvs11.1
13993
13994         * src/procheader.c
13995                 Sync with HEAD
13996
13997 2005-01-24 [colin]      1.0.0cvs10.1
13998
13999         * src/folderview.c
14000                 Sync with HEAD
14001
14002 2005-01-23 [colin]      1.0.0cvs9.1
14003
14004         * src/crash.c
14005                 Sync with HEAD
14006
14007 2005-01-22 [colin]      1.0.0cvs8.1
14008
14009         * src/summaryview.c
14010         * src/gtk/quicksearch.c
14011                 Sync with HEAD
14012
14013 2005-01-21 [colin]      1.0.0cvs7.1
14014
14015         * src/summaryview.c
14016                 Sync with HEAD
14017
14018 2005-01-21 [colin]      1.0.0cvs6.1
14019
14020         * src/summaryview.c
14021                 Sync with HEAD
14022
14023 2005-01-21 [colin]      1.0.0cvs5.1
14024
14025         * src/gtk/quicksearch.c
14026         * src/prefs_common.c
14027         * src/prefs_common.h
14028                 Sync with HEAD (recurse option)
14029
14030 2005-01-21 [colin]      1.0.0cvs4.1
14031
14032         * src/folder.h
14033         * src/folderview.c
14034         * src/folderview.h
14035         * src/summaryview.c
14036         * src/gtk/quicksearch.c
14037         * src/gtk/quicksearch.h
14038                 Sync with HEAD (recursive quicksearch)
14039
14040 2005-01-20 [colin]      1.0.0cvs3.4
14041
14042         * src/ssl_manager.c
14043                 Remove useless code
14044
14045 2005-01-20 [colin]      1.0.0cvs3.3
14046
14047         * src/ssl_manager.c
14048                 Fix leak, thanks to Alfons.
14049
14050 2005-01-20 [colin]      1.0.0cvs3.2
14051
14052         * src/ssl_manager.c
14053                 Port SSL certificate window to GTK2.
14054
14055 2005-01-20 [paul]       1.0.0cvs3.1
14056
14057         * ChangeLog.claws
14058         * configure.ac
14059         * src/addrindex.c
14060         * src/addrindex.h
14061                 sync with HEAD
14062
14063 2005-01-19 [colin]      1.0.0cvs2.2
14064
14065         * src/plugins/trayicon/trayicon.c
14066                 Fix freeze with gtk-2.6, the easy way
14067                 (signal blocking helpless there...)
14068                 Closes bug #668.
14069
14070 2005-01-19 [colin]      1.0.0cvs2.1
14071
14072         * src/mbox.c
14073         * src/mbox.h
14074         * src/mainwindow.c
14075         * src/summaryview.c
14076         * src/summaryview.h
14077                 Sync with HEAD
14078
14079 2005-01-19 [paul]       1.0.0cvs1.1
14080
14081         * configure.ac
14082         * po/de.po
14083         * po/es.po
14084         * po/fr.po
14085         * po/hr.po
14086         * po/it.po
14087         * po/ja.po
14088         * po/ko.po
14089         * po/pt_BR.po
14090         * po/ru.po
14091         * po/sk.po
14092         * po/sr.po
14093                 sync with HEAD (update translations)
14094
14095 2005-01-18 [colin]      1.0.0cvs0.1
14096
14097         * src/foldersel.c
14098                 Specify search column - patch by Alfons
14099
14100 2005-01-18 [colin]      0.9.13cvs36.3
14101
14102         * src/prefs_toolbar.c
14103                 Change Delete to Remove
14104         * src/prefs_fonts.c
14105                 GTK2 version and leak fixes
14106         * src/prefs_actions.c
14107                 Add stock buttons.
14108                 All patches by Alfons
14109
14110 2005-01-17 [colin]      0.9.13cvs36.2
14111
14112         * src/compose.c
14113                 Fix DnD inserting twice. While at it,
14114                 add DnD support for text/plain in the
14115                 body, and add support in the headers.
14116
14117 2005-01-16 [colin]      0.9.13cvs36.1
14118
14119         * ChangeLog
14120         * ChangeLog.jp
14121         * ChangeLog.claws
14122                 Sync with HEAD (nothing applicable)
14123
14124 2005-01-16 [colin]      0.9.13cvs33.2
14125
14126         * src/prefs_toolbar.c
14127                 GTK2ize prefs_toolbar, by Alfons.
14128
14129 2005-01-14 [colin]      0.9.13cvs33.1
14130
14131         * src/html.c
14132         * src/msgcache.c
14133                 Sync with HEAD
14134
14135 2005-01-14 [colin]      0.9.13cvs32.1
14136
14137         * src/html.c
14138         * src/html.h
14139         * src/msgcache.c
14140         * AUTHORS
14141         * tools/calypso_convert.pl
14142                 Sync with HEAD
14143
14144 2005-01-08 [colin]      0.9.13cvs29.2
14145
14146         * src/prefs_filtering_action.c
14147         * src/prefs_filtering.c
14148                 2 more gtk2 patches by Alfons
14149
14150 2005-01-07 [paul]       0.9.13cvs29.1
14151
14152         * ChangeLog
14153         * ChangeLog.claws
14154         * ChangeLog.jp
14155         * configure.ac
14156         * src/pop.c
14157         * src/pop.h
14158                 sync with HEAD
14159
14160 2005-01-07 [colin]      0.9.13cvs28.3
14161
14162         * src/gtk/progressdialog.c
14163         * src/gtk/progressdialog.h
14164         * src/inc.c
14165         * src/send_message.c
14166                 GTK2 for the incorporation dialog. The CList isn't dead
14167                 yet, for a more smooth migration. Patch by Alfons.
14168
14169 2005-01-06 [colin]      0.9.13cvs28.2
14170
14171         * src/prefs_display_header.c
14172                 GTK2 conversion by Alfons
14173         * src/prefs_actions.c
14174         * src/prefs_matcher.c
14175                 Fix 2 leaks - patch by Alfons
14176
14177 2005-01-06 [colin]      0.9.13cvs28.1
14178
14179         * src/prefs_matcher.c
14180                 Sync with HEAD
14181
14182 2005-01-06 [colin]      0.9.13cvs27.4
14183
14184         * src/prefs_matcher.c
14185                 Fix double-free. Patch by Alfons
14186
14187 2005-01-06 [colin]      0.9.13cvs27.3
14188
14189         * src/prefs_matcher.c
14190                 GTK2 widgets + memleak
14191                 Patch by Alfons
14192
14193 2005-01-05 [colin]      0.9.13cvs27.2
14194
14195         * src/account.c
14196         * src/addr_compl.c
14197         * src/foldersel.c
14198         * src/stock_pixmap.c
14199         * src/stock_pixmap.h
14200                 3 more GTK2 patches by Alfons.
14201
14202 2005-01-04 [colin]      0.9.13cvs27.1
14203
14204         * src/folderview.c
14205         * src/imap_gtk.c
14206         * src/news_gtk.c
14207                 Sync with HEAD
14208
14209 2005-01-04 [colin]      0.9.13cvs25.9
14210
14211         * src/compose.c
14212                 Fix Show Ruler menuitem
14213         * src/prefs_template.c
14214                 Convert to GTK2
14215         * src/common/utils.c
14216                 Make auto pointer stuff handles NULLs
14217                 Patches by Alfons.
14218
14219 2005-01-04 [colin]      0.9.13cvs25.8
14220
14221         * src/compose.c
14222                 Move the attachment list to gtk2
14223                 Patch by Alfons.
14224
14225 2005-01-04 [colin]      0.9.13cvs25.7
14226
14227         * src/textview.c
14228                 Make some keys work again
14229                 Patch by SungHyun Nam <namsh@kldp.org>
14230
14231 2005-01-04 [colin]      0.9.13cvs25.6
14232
14233         * src/gtk/gtkshruler.c
14234                 Move the ruler to GTK2
14235                 Patch by Alfons
14236
14237 2005-01-03 [colin]      0.9.13cvs25.5
14238
14239         * src/compose.c
14240                 Fix my broken patch apply 
14241
14242 2005-01-03 [colin]      0.9.13cvs25.4
14243
14244         * src/common/utils.c
14245         * src/common/utils.h
14246         * src/gtk/prefswindow.c
14247                 Move auto pointer stuff to utils.c
14248                 Patch by Alfons again :)
14249
14250 2005-01-03 [colin]      0.9.13cvs25.3
14251
14252         * src/compose.c
14253         * src/prefs_gtk.c
14254         * src/prefs_template.c
14255         * src/textview.c
14256                 Empty text widgets with empty strings, not NULL char
14257                 Patch by SungHyun Nam <namsh@kldp_org>
14258
14259 2005-01-03 [colin]      0.9.13cvs25.2
14260
14261         * src/main.c
14262         * AUTHORS
14263                 Sync with HEAD
14264
14265 2005-01-03 [colin]      0.9.13cvs25.1
14266
14267         * src/pop.c
14268         * src/pop.h
14269                 Sync with HEAD
14270
14271 2005-01-03 [colin]      0.9.13cvs24.3
14272
14273         * src/account.c
14274                 Two patches from Alfons and Alex S Moore:
14275                 fix images, fix return value.
14276
14277 2005-01-01 [colin]      0.9.13cvs24.2
14278
14279         * src/prefs_actions.c
14280                 Fix over-zealous assertion. Patch by Alfons
14281
14282 2005-01-01 [colin]      0.9.13cvs24.1
14283
14284         * src/procmime.c
14285                 Sync with HEAD (leak fix)
14286
14287 2004-12-31 [colin]      0.9.13cvs23.2
14288
14289         * src/prefs_common.c
14290                 GTK2 widgets + stock buttons - patch by Alfons
14291
14292 2004-12-31 [paul]       0.9.13cvs23.1
14293
14294         * configure.ac
14295                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14296         * src/gtk/pluginwindow.c
14297                 use GTK2 widgets and plug memory leaks,
14298                 patches by Alfons
14299
14300 2004-12-30 [colin]      0.9.13cvs22.4
14301
14302         * src/account.c
14303         * src/action.c
14304         * src/export.c
14305         * src/foldersel.c
14306         * src/import.c
14307         * src/message_search.c
14308         * src/prefs_actions.c
14309         * src/prefs_common.c
14310         * src/prefs_customheader.c
14311         * src/prefs_filtering.c
14312         * src/prefs_summary_column.c
14313         * src/summary_search.c
14314         * src/gtk/about.c
14315         * src/gtk/description_window.c
14316         * src/gtk/gtkutils.c
14317         * src/gtk/gtkutils.h
14318         * src/gtk/inputdialog.c
14319         * src/gtk/prefswindow.c
14320                 Use GTK2 stock buttons. Patches by Alfons.
14321
14322 2004-12-30 [colin]      0.9.13cvs22.3
14323
14324         * src/account.c
14325                 Sync with HEAD
14326         * src/prefs_actions.c
14327         * src/prefs_customheader.c
14328         * src/prefs_filtering.c
14329         * src/prefs_msg_colors.c
14330         * src/prefs_summary_column.c
14331         * src/gtk/prefswindow.c
14332                 Use GtkTreeView instead of deprecated 
14333                 widgets. Patches by Alfons.
14334
14335 2004-12-30 [paul]       0.9.13cvs22.2
14336
14337         * src/foldersel.c
14338                 use GTK 2 Tree View
14339                 patch by Alfons, with root folder sorting fix
14340                 by Stephan Sachse
14341
14342 2004-12-30 [paul]       0.9.13cvs22.1
14343
14344         * ChangeLog
14345         * ChangeLog.claws
14346         * ChangeLog.jp
14347         * NEWS
14348         * configure.ac
14349         * src/account.c
14350                 sync with HEAD
14351
14352 2004-12-22 [martin]     0.9.13cvs21.2
14353
14354         * src/action.c
14355                 free the command line after its use
14356
14357 2004-12-18 [paul]       0.9.13cvs21.1
14358
14359         * AUTHORS
14360         * ChangeLog
14361         * ChangeLog.claws
14362         * ChangeLog.jp
14363         * NEWS
14364         * configure.ac
14365         * src/action.c
14366         * src/compose.c
14367         * src/syldap.c
14368                 sync with HEAD
14369
14370 2004-12-17 [martin]     0.9.13cvs17.2
14371
14372         * src/action.c
14373                 convert actions input to locale
14374         * src/inc.c
14375                 convert notification command to locale
14376         * src/plugins/pgpmime/select-keys.c
14377                 convert attributes to utf8
14378
14379 2004-12-14 [colin]      0.9.13cvs17.1
14380
14381         * ChangeLog
14382         * ChangeLog.jp
14383         * ChangeLog.claws
14384         * src/action.c
14385         * src/common/utils.c
14386         * src/gtk/prefswindow.c
14387         * src/gtk/gtkutils.c
14388         * src/gtk/gtkutils.h
14389         * src/plugins/spamassassin/libspamc.c
14390                 Sync with HEAD
14391
14392 2004-12-13 [colin]      0.9.13cvs14.1
14393
14394         * src/quote_fmt_parse.y
14395                 Sync with HEAD
14396
14397 2004-12-10 [colin]      0.9.13cvs12.1
14398
14399         * src/prefs_themes.c
14400         * src/mainwindow.c
14401         * src/messageview.c
14402                 Sync with HEAD
14403
14404 2004-12-09 [colin]      0.9.13cvs10.1
14405
14406         * src/procmime.c
14407                 Sync with HEAD (fix B64 encoding from memory)
14408
14409 2004-12-08 [colin]      0.9.13cvs9.1
14410
14411         * src/gtk/colorlabel.c
14412                 Sync with HEAD
14413
14414 2004-12-08 [paul]       0.9.13cvs8.2
14415
14416         * src/gtk/pluginwindow.c
14417                 fix window resizing oddities
14418
14419 2004-12-08 [colin]      0.9.13cvs8.1
14420
14421         * src/quote_fmt_parse.y
14422                 Sync with HEAD
14423
14424 2004-12-08 [colin]      0.9.13cvs7.1
14425
14426         * src/matcher_parser_parse.y
14427         * src/msgcache.c
14428         * src/prefs_matcher.c
14429         * src/procheader.c
14430         * src/matcher.c
14431         * src/common/defs.h
14432         * po/sr.po
14433                 Sync with HEAD
14434
14435 2004-12-08 [colin]      0.9.13cvs6.1
14436
14437         * src/quote_fmt_parse.y
14438         * src/textview.c
14439                 Sync with HEAD
14440         * src/gtk/prefswindow.c
14441         * src/gtk/pluginwindow.c
14442                 Fix G_CALLBACKS protos (thanks to Alfons)
14443
14444 2004-12-07 [torte]      0.9.13cvs2.2
14445
14446         * src/procmime.c
14447                 [Bug 650] reply button causes crash
14448                 Thanks to David Relson and Christoph
14449
14450 2004-12-07 [colin]      0.9.13cvs2.1
14451
14452         * ChangeLog.claws
14453         * AUTHORS
14454         * po/sk.po
14455         * src/procmime.c
14456         * src/prefs_account.c
14457         * src/common/smtp.c
14458         * src/common/smtp.h
14459                 Sync with HEAD
14460
14461 2004-12-06 [colin]      0.9.12cvs187.1
14462
14463         * ChangeLog.claws
14464         * INSTALL
14465         * Makefile.am
14466         * README.claws
14467         * TODO.claws
14468         * configure.ac
14469         * po/bg.po
14470         * po/cs.po
14471         * po/el.po
14472         * po/en_GB.po
14473         * po/es.po
14474         * po/fr.po
14475         * po/hr.po
14476         * po/hu.po
14477         * po/it.po
14478         * po/ja.po
14479         * po/ko.po
14480         * po/nl.po
14481         * po/pl.po
14482         * po/pt_BR.po
14483         * po/ru.po
14484         * po/sk.po
14485         * po/sr.po
14486         * po/sv.po
14487         * po/zh_CN.po
14488         * po/zh_TW.Big5.po
14489         * src/compose.c
14490         * tools/Makefile.am
14491         * tools/README
14492         * tools/filter_conv.pl
14493         * tools/kdeservicemenu/README
14494         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14495         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14496                 Sync with HEAD
14497
14498 2004-12-04 [colin]      0.9.12cvs183.1
14499
14500         * src/compose.c
14501                 Sync with HEAD (compose window position saving)
14502
14503 2004-12-04 [paul]       0.9.12cvs182.3
14504
14505         * src/messageview.c
14506         * src/mimeview.c
14507         * src/prefs_customheader.c
14508         * src/gtk/quicksearch.c
14509                 replace some forgotten GTK_SIGNAL_FUNCs
14510
14511 2004-12-04 [paul]       0.9.12cvs182.2
14512
14513         * src/Makefile.am
14514                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14515                 committed in error      
14516
14517 2004-12-04 [paul]       0.9.12cvs182.1
14518
14519         * ChangeLog
14520         * ChangeLog.claws
14521         * ChangeLog.jp
14522         * INSTALL
14523         * NEWS
14524         * README
14525         * README.jp
14526         * configure.ac
14527         * doc/manual/ja/Makefile.am
14528         * doc/manual/ja/sylpheed-1.html
14529         * doc/manual/ja/sylpheed-10.html
14530         * doc/manual/ja/sylpheed-11.html
14531         * doc/manual/ja/sylpheed-12.html
14532         * doc/manual/ja/sylpheed-13.html
14533         * doc/manual/ja/sylpheed-14.html
14534         * doc/manual/ja/sylpheed-15.html
14535         * doc/manual/ja/sylpheed-16.html
14536         * doc/manual/ja/sylpheed-17.html
14537         * doc/manual/ja/sylpheed-18.html
14538         * doc/manual/ja/sylpheed-19.html
14539         * doc/manual/ja/sylpheed-2.html
14540         * doc/manual/ja/sylpheed-20.html
14541         * doc/manual/ja/sylpheed-3.html
14542         * doc/manual/ja/sylpheed-4.html
14543         * doc/manual/ja/sylpheed-5.html
14544         * doc/manual/ja/sylpheed-6.html
14545         * doc/manual/ja/sylpheed-7.html
14546         * doc/manual/ja/sylpheed-8.html
14547         * doc/manual/ja/sylpheed-9.html
14548         * doc/manual/ja/sylpheed.html
14549         * doc/manual/ja/sylpheed.sgml
14550         * po/de.po
14551         * src/Makefile.am
14552         * src/compose.c
14553         * src/procmime.c
14554         * src/pixmaps/regular.xpm **REMOVED**
14555         * src/plugins/pgpmime/pgpmime.c
14556         * src/plugins/pgpmime/plugin.c
14557         * src/plugins/pgpmime/prefs_gpg.c
14558                 sync with HEAD
14559
14560 2004-12-03 [paul]       0.9.12cvs180.1
14561
14562         * ChangeLog
14563         * ChangeLog.claws
14564         * ChangeLog.jp
14565         * configure.ac
14566         * src/Makefile.am
14567         * src/pop.c
14568         * src/common/utils.c
14569         * src/common/utils.h
14570         * src/pixmaps/continue.xpm
14571         * src/pixmaps/dir_close.xpm
14572         * src/pixmaps/dir_open.xpm
14573         * src/pixmaps/drafts_close.xpm
14574         * src/pixmaps/drafts_open.xpm
14575         * src/pixmaps/folder.xpm **REMOVED**
14576         * src/pixmaps/group.xpm
14577         * src/pixmaps/unread.xpm
14578                 sync with HEAD
14579
14580 2004-12-02 [colin]      0.9.12cvs179.1
14581
14582         * src/compose.c
14583                 Sync with HEAD (non-duplicated reedition)
14584
14585 2004-12-02 [colin]      0.9.12cvs178.1
14586
14587         * src/compose.c
14588                 Sync with HEAD (linewrap_quote fix)
14589
14590 2004-12-01 [colin]      0.9.12cvs177.3
14591
14592         * src/addrharvest.c
14593                 Replace sizeof with strlen
14594
14595 2004-12-01 [paul]       0.9.12cvs177.2
14596
14597         * src/addrharvest.c
14598                 fix 'harvest addresses'
14599
14600 2004-11-30 [colin]      0.9.12cvs177.1
14601
14602         * src/gtk/prefswindow.c
14603         * src/gtk/pluginwindow.c
14604                 Sync with HEAD
14605
14606 2004-11-29 [colin]      0.9.12cvs176.1
14607
14608         * src/folderview.c
14609                 sync with HEAD (Fix disappearing separators in folderview's popup)
14610
14611 2004-11-29 [colin]      0.9.12cvs175.1
14612
14613         * src/procmime.c
14614                 Sync with head (another format fix)
14615
14616 2004-11-29 [colin]      0.9.12cvs174.1
14617
14618         * src/pop.c
14619                 Sync with HEAD (format string fix)
14620
14621 2004-11-26 [colin]      0.9.12cvs173.1
14622
14623         * src/common/smtp.c
14624         * src/common/smtp.h
14625                 Sync with HEAD
14626
14627 2004-11-24 [colin]      0.9.12cvs172.1
14628
14629         * src/plugins/pgpmime/pgpmime.c
14630                 Sync with HEAD
14631
14632 2004-11-24 [colin]      0.9.12cvs171.1
14633
14634         * src/plugins/pgpmime/pgpmime.c
14635                 Sync with head (gpgmectx leaks)
14636
14637 2004-11-24 [colin]      0.9.12cvs169.1
14638
14639         * src/plugins/pgpmime/plugin.c
14640         * src/plugins/trayicon/Makefile.am
14641         * src/plugins/trayicon/newmarkedmail.xpm
14642         * src/plugins/trayicon/trayicon.c
14643         * src/plugins/trayicon/unreadmarkedmail.xpm
14644                 Sync with HEAD
14645
14646 2004-11-23 [colin]      0.9.12cvs168.1
14647
14648         * src/partial_download.c
14649         * src/partial_download.h
14650         * src/plugins/pgpmime/plugin.c
14651                 Sync with HEAD
14652
14653 2004-11-23 [colin]      0.9.12cvs166.1
14654
14655         * src/Makefile.am
14656         * src/codeconv.c
14657         * src/compose.c
14658         * src/folderview.c
14659         * src/main.c
14660         * src/partial_download.c
14661         * src/partial_download.h
14662         * src/prefs_account.c
14663         * src/prefs_account.h
14664         * src/privacy.c
14665         * src/privacy.h
14666         * src/procmime.c
14667         * src/common/Makefile.am
14668         * src/common/base64.h
14669         * src/common/partial_download.c
14670         * src/common/partial_download.h
14671         * src/gtk/prefswindow.c
14672         * src/gtk/prefswindow.h
14673         * src/plugins/pgpmime/pgpmime.c
14674         * src/plugins/pgpmime/prefs_gpg.c
14675         * src/plugins/pgpmime/prefs_gpg.h
14676         * src/plugins/pgpmime/sgpgme.c
14677         * src/plugins/pgpmime/sgpgme.h
14678                 Sync with HEAD
14679
14680 2004-11-23 [colin]      0.9.12cvs163.1
14681
14682         * src/main.c
14683                 Sync with HEAD (cursor optimization)
14684
14685 2004-11-23 [colin]      0.9.12cvs162.1
14686
14687         * src/prefs_common.c
14688         * src/prefs_themes.c
14689         * src/procmsg.c
14690                 Sync with HEAD
14691
14692 2004-11-23 [colin]      0.9.12cvs158.9
14693
14694         * src/compose.c
14695                 Fix double-free when forwarding
14696         * src/msgcache.c
14697                 Fix leak on error path
14698                 
14699
14700 2004-11-23 [colin]      0.9.12cvs158.8
14701
14702         * src/compose.c
14703                 Fix possible double-free
14704                 Spotted by Alfons
14705
14706 2004-11-23 [colin]      0.9.12cvs158.7
14707
14708         * src/compose.c
14709                 Fix some signal handlers' prototypes
14710                 Spotted by Alfons
14711
14712 2004-11-22 [colin]      0.9.12cvs158.6
14713
14714         * src/compose.c
14715                 Remove unneeded code and duplicated
14716                 wrapping - patch by Alfons
14717
14718 2004-11-22 [colin]      0.9.12cvs158.5
14719
14720         * src/prefs_themes.c
14721                 Fix oversized selector
14722
14723 2004-11-22 [colin]      0.9.12cvs158.4
14724
14725         * src/compose.c
14726                 fix dump_text()
14727                 patch by Alfons
14728
14729 2004-11-19 [colin]      0.9.12cvs158.3
14730
14731         * src/textview.c
14732                 Add a context menu on links (open, copy)
14733
14734 2004-11-18 [paul]       0.9.12cvs158.2
14735
14736         * src/addrgather.c
14737         * src/exphtmldlg.c
14738         * src/expldifdlg.c
14739         * src/mimeview.c
14740         * src/prefs_common.c
14741         * src/plugins/image_viewer/viewer.c
14742         * src/plugins/spamassassin/spamassassin_gtk.c
14743                 replace deprecated gtk_notebook_set_page
14744                 and gtk_notebook_current_page
14745
14746 2004-11-18 [paul]       0.9.12cvs158.1
14747
14748         * configure.ac
14749         * src/compose.c
14750         * src/mainwindow.c
14751         * src/messageview.c
14752         * src/prefs_common.c
14753         * src/common/utils.c
14754         * src/common/utils.h
14755                 sync with HEAD
14756
14757 2004-11-17 [colin]      0.9.12cvs156.1
14758
14759         * src/prefs_account.c
14760         * src/prefs_account.h
14761         * src/procmsg.c
14762                 Sync with HEAD (add pref to store encrypted mails encrypted)
14763
14764 2004-11-17 [paul]       0.9.12cvs155.1
14765
14766         * ChangeLog
14767         * ChangeLog.claws
14768         * ChangeLog.jp
14769         * NEWS
14770         * configure.ac
14771         * src/compose.c
14772         * src/jpilot.c
14773         * src/privacy.c
14774         * src/procmime.c
14775         * src/procmime.h
14776         * src/procmsg.c
14777         * src/toolbar.c
14778         * src/pixmaps/error.xpm
14779                 sync with HEAD
14780
14781 2004-11-17 [colin]      0.9.12cvs151.1
14782
14783         * src/plugins/pgpmime/pgpmime.c
14784                 Sync with HEAD (remove debug printf)
14785
14786 2004-11-17 [colin]      0.9.12cvs150.1
14787
14788         * src/plugins/pgpmime/pgpmime.c
14789                 Sync with HEAD (off-by-one fix)
14790
14791 2004-11-17 [colin]      0.9.12cvs149.1
14792
14793         * src/procmsg.c
14794                 Sync with HEAD (coding style fixes)
14795
14796 2004-11-16 [colin]      0.9.12cvs148.1
14797
14798         * src/procmsg.c
14799                 Sync with head (Fix the fix)
14800
14801 2004-11-16 [colin]      0.9.12cvs147.1
14802
14803         * src/procmsg.c
14804                 Sync with Main (leak fix)
14805
14806 2004-11-16 [colin]      0.9.12cvs146.14
14807
14808         * src/compose.c
14809                 Remove useless chunk of code
14810                 Patch by Alfons
14811
14812 2004-11-15 [colin]      0.9.12cvs146.13
14813
14814         * src/compose.c
14815                 Fix drafting after insertion
14816                 Patch by Alfons
14817
14818 2004-11-15 [colin]      0.9.12cvs146.12
14819
14820         * src/compose.c
14821         * src/prefs_filtering.c
14822         * src/prefs_filtering_action.c
14823         * src/prefs_toolbar.c
14824                 Fix some const-correctness
14825
14826 2004-11-15 [colin]      0.9.12cvs146.11
14827
14828         * src/summaryview.c
14829         * src/prefs_themes.c
14830         * src/messageview.c
14831                 Fix some leaks
14832
14833 2004-11-15 [colin]      0.9.12cvs146.10
14834
14835         * src/codeconv.c
14836                 More unreadable locale fixes
14837
14838 2004-11-14 [colin]      0.9.12cvs146.9
14839
14840         * src/textview.c
14841                 Fix uri_security_check
14842                 Patch by Alfons
14843
14844 2004-11-13 [paul]       0.9.12cvs146.8
14845
14846         * src/folder.c
14847         * src/procmime.c
14848                 fix 2 bugs introduced in last commit
14849
14850 2004-11-13 [paul]       0.9.12cvs146.7
14851
14852         * src/compose.c
14853         * src/exporthtml.c
14854         * src/exportldif.c
14855         * src/folder.c
14856         * src/imap.c
14857         * src/imap_gtk.c
14858         * src/main.c
14859         * src/mainwindow.c
14860         * src/messageview.c
14861         * src/mh_gtk.c
14862         * src/prefs_themes.c
14863         * src/procmime.c
14864         * src/setup.c
14865         * src/summaryview.c
14866                 replace deprecated g_basename
14867
14868 2004-11-13 [paul]       0.9.12cvs146.6
14869
14870         * src/compose.c
14871         * src/imap.c
14872         * src/matcher_parser.h
14873         * src/matcher_parser_parse.y
14874         * src/prefs_filtering.c
14875         * src/prefs_filtering_action.c
14876         * src/prefs_themes.c
14877         * src/prefs_toolbar.c
14878         * src/common/utils.c
14879                 various small fixes/cleanups
14880
14881 2004-11-12 [colin]      0.9.12cvs146.5
14882
14883         * src/textview.c
14884                 Validate event's origin on visibility notify
14885                 Patch by Alfons.
14886
14887 2004-11-12 [paul]       0.9.12cvs146.4
14888
14889         * src/exporthtml.c
14890         * src/exportldif.c
14891         * src/imap.c
14892         * src/mh.c
14893         * src/mimeview.c
14894         * src/prefs_spelling.c
14895         * src/prefs_themes.c
14896                 replace deprecated g_dirname    
14897
14898 2004-11-12 [colin]      0.9.12cvs146.3
14899
14900         * src/textview.c
14901                 Some coding style fixes
14902
14903 2004-11-12 [colin]      0.9.12cvs146.2
14904
14905         * src/codeconv.c
14906                 We want to replace _all_ extended chars in
14907                 conv_unreadable_*, because any string containing
14908                 extended chars not parsing as UTF8 is 
14909                 undisplayed on gtk2.
14910
14911 2004-11-12 [paul]       0.9.12cvs146.1
14912
14913         * ChangeLog
14914         * ChangeLog.claws
14915         * ChangeLog.jp
14916         * NEWS
14917         * configure.ac
14918         * src/account.c
14919         * src/folderview.c
14920         * src/folderview.h
14921         * src/imap.c
14922         * src/imap_gtk.c
14923         * src/inc.c
14924         * src/mainwindow.c
14925         * src/mh_gtk.c
14926         * src/news_gtk.c
14927         * src/pop.c
14928         * src/prefs_account.c
14929         * src/prefs_account.h
14930         * src/prefs_ext_prog.c
14931         * src/procmime.c
14932         * src/procmime.h
14933         * src/procmsg.c
14934         * src/procmsg.h
14935         * src/summary_search.c
14936         * src/summaryview.c
14937         * src/textview.c
14938         * src/common/defs.h
14939         * src/common/utils.c
14940         * src/common/utils.h
14941         * src/gtk/menu.c
14942         * src/gtk/menu.h
14943                 sync with HEAD
14944
14945 2004-11-11 [colin]      0.9.12cvs144.2
14946
14947         * src/textview.c
14948                 Fix URI range selection (patch by Alfons)
14949
14950 2004-11-09 [colin]      0.9.12cvs144.1
14951
14952         * ChangeLog.claws
14953         * src/compose.c
14954         * src/folder.c
14955         * src/folder_item_prefs.c
14956         * src/prefs_account.c
14957         * src/prefs_account.h
14958         * src/plugins/pgpmime/pgpmime.c
14959                 Sync with HEAD
14960
14961 2004-11-08 [colin]      0.9.12cvs143.1
14962
14963         * src/summaryview.c
14964                 Sync with HEAD (optimize quicksearch)
14965
14966 2004-11-08 [colin]      0.9.12cvs142.2
14967
14968         * src/compose.c
14969                 Don't wrap when Edit/Auto wrapping is disabled
14970
14971 2004-11-08 [colin]      0.9.12cvs142.1
14972
14973         * src/textview.c
14974                 Sync with HEAD
14975
14976 2004-11-08 [colin]      0.9.12cvs141.1
14977
14978         * src/textview.c
14979                 Sync with HEAD (fix some mail URIs)
14980
14981 2004-11-08 [colin]      0.9.12cvs140.3
14982
14983         * src/textview.c
14984                 o Use text cursor instead of arrow when
14985                   not on a link
14986                 o Fix handling of contiguous links (as in
14987                   "colin@colino.net" <colin@colino.net>)
14988                   This one unveils a bug in get_email_part()
14989
14990 2004-11-07 [colin]      0.9.12cvs140.2
14991
14992         * src/textview.c
14993                 Fix memleak. Patch by Alfons.
14994
14995 2004-11-06 [colin]      0.9.12cvs140.1
14996
14997         * src/compose.c
14998                 Sync with HEAD (don't ask passphrase
14999                 when drafting)
15000
15001 2004-11-06 [paul]       0.9.12cvs139.2
15002
15003         * AUTHORS
15004         * src/textview.c
15005         * src/textview.h
15006                 textview URI handling. hovering over a 
15007                 link displays it in the status bar,
15008                 and changes the mouse pointer to a hand 
15009                 cursor. a link is activated with a single 
15010                 click. (Modified from the) patch by Jean-Yves 
15011                 Lefort <jylefort@users.sourceforge.net>
15012                 
15013
15014 2004-11-05 [colin]      0.9.12cvs139.1
15015
15016         * src/compose.c
15017         * src/procmime.c
15018                 Sync with HEAD again ^^
15019
15020 2004-11-05 [colin]      0.9.12cvs139.1
15021
15022         * src/compose.c
15023         * src/procmime.c
15024                 Sync with HEAD
15025
15026 2004-11-03 [paul]       0.9.12cvs138.1
15027
15028         * ChangeLog.claws
15029         * configure.ac
15030         * po/POTFILES.in
15031         * src/prefs_ext_prog.c
15032         * src/procmime.c
15033         * tools/kdeservicemenu/README
15034         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15035         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15036                 sync with HEAD
15037
15038 2004-11-01 [christoph]  0.9.12cvs136.2
15039
15040         * src/procmime.c
15041                 convert MIME parameters to UTF-8
15042
15043 2004-10-29 [colin]      0.9.12cvs136.1
15044
15045         * src/common/utils.c
15046                 Sync with HEAD (don't use '=' in mime boundary)
15047
15048 2004-10-29 [paul]       0.9.12cvs135.1
15049
15050         * configure.ac
15051         * doc/src/rfc2231.txt
15052         * src/procmime.c
15053         * src/common/quoted-printable.c
15054         * src/common/utils.c
15055         * src/common/utils.h
15056                 sync with HEAD
15057
15058 2004-10-27 [paul]       0.9.12cvs134.1
15059
15060         * configure.ac
15061         * src/main.c
15062         * src/procmime.c
15063         * src/plugins/pgpmime/pgpmime.c
15064                 sync with HEAD
15065
15066 2004-10-26 [paul]       0.9.12cvs132.3
15067
15068         * src/account.c
15069         * src/addressbook.c
15070         * src/addrgather.c
15071         * src/addrharvest.c
15072         * src/codeconv.c
15073         * src/compose.c
15074         * src/customheader.c
15075         * src/editaddress.c
15076         * src/editgroup.c
15077         * src/enriched.c
15078         * src/expldifdlg.c
15079         * src/exporthtml.c
15080         * src/exportldif.c
15081         * src/folder.c
15082         * src/foldersel.c
15083         * src/folderview.c
15084         * src/grouplistdialog.c
15085         * src/html.c
15086         * src/imap.c
15087         * src/jpilot.c
15088         * src/ldapserver.c
15089         * src/ldif.c
15090         * src/mimeview.c
15091         * src/news.c
15092         * src/news_gtk.c
15093         * src/pop.c
15094         * src/prefs_display_header.c
15095         * src/prefs_gtk.c
15096         * src/prefs_msg_colors.c
15097         * src/prefs_toolbar.c
15098         * src/procheader.c
15099         * src/procmime.c
15100         * src/summaryview.c
15101         * src/textview.c
15102         * src/toolbar.c
15103         * src/vcard.c
15104         * src/common/mgutils.c
15105         * src/common/nntp.c
15106         * src/common/smtp.c
15107         * src/common/template.c
15108         * src/common/utils.c
15109         * src/common/xmlprops.c
15110         * src/plugins/pgpmime/pgpmime.c
15111         * src/plugins/pgpmime/select-keys.c
15112         * src/plugins/pgpmime/sgpgme.c
15113                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15114                 g_string_sprintfa(), gtk_notebook_current_page()
15115
15116 2004-10-26 [colin]      0.9.12cvs132.2
15117
15118         * src/prefs_folder_item.c
15119                 Fix default-account selection
15120
15121 2004-10-21 [colin]      0.9.12cvs133
15122
15123         * src/compose.c
15124                 Sync with HEAD (Remove extra separator in compose's Options)
15125         * src/textview.c
15126                 Set wrapping to char
15127
15128 2004-10-21 [paul]       0.9.12cvs131.2
15129
15130         * src/compose.c
15131         * src/sourcewindow.c
15132                 fix wrapping
15133                 fix window shrinking 
15134
15135 2004-10-21 [colin]      0.9.12cvs131.1
15136
15137         * ChangeLog.claws
15138         * src/compose.c
15139                 Sync with HEAD
15140
15141 2004-10-21 [paul]       0.9.12cvs130.2
15142
15143         * src/prefs_folder_item.c
15144                 sync with HEAD (Apply to subfolders)
15145
15146 2004-10-19 [colin]      0.9.12cvs130.1
15147
15148         * ChangeLog.claws
15149         * src/compose.c
15150         * src/common/utils.c
15151         * src/gtk/menu.c
15152                 Sync with HEAD
15153
15154 2004-10-19 [colin]      0.9.12cvs128.1
15155
15156         * src/addrbook.c
15157         * src/addrcache.c
15158         * src/addressbook.c
15159         * src/codeconv.c
15160         * src/compose.c
15161         * src/customheader.c
15162         * src/editaddress.c
15163         * src/editgroup.c
15164         * src/exporthtml.c
15165         * src/folder.c
15166         * src/folderview.c
15167         * src/imap.c
15168         * src/jpilot.c
15169         * src/main.c
15170         * src/matcher_parser_parse.y
15171         * src/mbox.c
15172         * src/pop.c
15173         * src/prefs_account.c
15174         * src/prefs_gtk.c
15175         * src/prefs_msg_colors.c
15176         * src/procheader.c
15177         * src/procmime.c
15178         * src/procmime.h
15179         * src/procmsg.c
15180         * src/summaryview.c
15181         * src/textview.c
15182         * src/common/base64.c
15183         * src/common/partial_download.c
15184         * src/common/socket.c
15185         * src/common/sylpheed.c
15186         * src/common/utils.c
15187         * src/common/utils.h
15188         * src/gtk/pluginwindow.c
15189         * src/gtk/quicksearch.c
15190         * src/plugins/clamav/clamav_plugin.c
15191         * src/plugins/clamav/clamav_plugin.h
15192         * src/plugins/clamav/clamav_plugin_gtk.c
15193         * src/plugins/pgpmime/passphrase.c
15194         * src/plugins/pgpmime/pgpmime.c
15195         * src/plugins/pgpmime/plugin.c
15196         * src/plugins/pgpmime/prefs_gpg.c
15197         * src/plugins/pgpmime/prefs_gpg.h
15198         * src/plugins/pgpmime/select-keys.c
15199         * src/plugins/pgpmime/sgpgme.c
15200         * src/plugins/spamassassin/libspamc.c
15201         * src/plugins/spamassassin/spamassassin.c
15202         * src/plugins/spamassassin/spamassassin.h
15203         * src/plugins/spamassassin/spamassassin_gtk.c
15204         * src/plugins/trayicon/trayicon.c
15205         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15206                 Sync with HEAD
15207
15208 2004-10-14 [colin]      0.9.12cvs126.2
15209
15210         * src/codeconv.c
15211         * src/textview.c
15212                 Fix conv_unreadable_locale
15213
15214 2004-10-13 [colin]      0.9.12cvs126.1
15215
15216         * src/compose.c
15217                 Sync with HEAD (don't convert charset for 
15218                 drafted messages, minor cleanup)
15219
15220 2004-10-13 [colin]      0.9.12cvs125.1
15221
15222         * po/POTFILES.in
15223                 Sync with HEAD (POTFILES fix)
15224
15225 2004-10-12 [colin]      0.9.12cvs124.3
15226
15227         * src/compose.c
15228                 Fix encoding bug from latest sync
15229
15230 2004-10-12 [paul]       0.9.12cvs124.2
15231
15232         * src/plugins/pgpmime/prefs_gpg.c
15233         * src/plugins/pgpmime/prefs_gpg.h
15234                 forgotten in last commit        
15235
15236 2004-10-12 [paul]       0.9.12cvs124.1
15237
15238         * ChangeLog.claws
15239         * configure.ac
15240         * m4/spamassassin.m4
15241         * src/Makefile.am
15242         * src/account.c
15243         * src/compose.c
15244         * src/compose.h
15245         * src/crash.c
15246         * src/main.c
15247         * src/mimeview.c
15248         * src/passphrase.c
15249         * src/passphrase.h
15250         * src/prefs_account.c
15251         * src/prefs_account.h
15252         * src/prefs_common.c
15253         * src/privacy.c
15254         * src/privacy.h
15255         * src/procmime.c
15256         * src/procmime.h
15257         * src/procmsg.c
15258         * src/rfc2015.c
15259         * src/rfc2015.h
15260         * src/select-keys.c
15261         * src/select-keys.h
15262         * src/textview.c
15263         * src/common/utils.c
15264         * src/common/utils.h
15265         * src/gtk/about.c
15266         * src/plugins/pgpmime/Makefile.am
15267         * src/plugins/pgpmime/passphrase.c
15268         * src/plugins/pgpmime/passphrase.h
15269         * src/plugins/pgpmime/pgpmime.c
15270         * src/plugins/pgpmime/plugin.c
15271         * src/plugins/pgpmime/select-keys.c
15272         * src/plugins/pgpmime/select-keys.h
15273         * src/plugins/pgpmime/sgpgme.c
15274         * src/plugins/pgpmime/sgpgme.h
15275                 sync with HEAD
15276
15277 2004-10-04 [colin]      0.9.12cvs122.1
15278
15279         * src/mainwindow.c
15280         * src/messageview.c
15281         * src/messageview.h
15282         * src/textview.c
15283                 Sync with HEAD
15284
15285 2004-10-04 [colin]      0.9.12cvs121.1
15286
15287         * src/summaryview.c
15288                 Sync with HEAD
15289
15290 2004-10-04 [paul]       0.9.12cvs120.1
15291
15292         * configure.ac
15293                 sync with HEAD [don't try to build 
15294                 pgpmime plugin when gpgme is disabled]
15295
15296 2004-10-03 [colin]      0.9.12cvs119.3
15297
15298         * src/gtk/gtksctree.c
15299                 Lots of side effects. Put back as before 117.2.
15300         * src/summaryview.c
15301                 Fix bug #602
15302
15303 2004-10-03 [colin]      0.9.12cvs119.2
15304
15305         * src/gtk/gtksctree.c
15306                 Revert 608 fix that doesn't work that good
15307
15308 2004-10-02 [colin]      0.9.12cvs119.1
15309
15310         * src/mainwindow.c
15311         * src/messageview.c
15312         * src/prefs_common.h
15313         * src/procmime.c
15314         * src/procmime.h
15315         * src/textview.c
15316                 Sync with HEAD
15317         * src/gtk/gtksctree.c
15318                 Close bug #608
15319
15320 2004-10-01 [colin]      0.9.12cvs118.1
15321
15322         * src/mimeview.c
15323                 Sync with HEAD (better Save All fix)
15324
15325 2004-10-01 [colin]      0.9.12cvs117.2
15326
15327         * src/gtk/gtksctree.c
15328                 Faster on selection
15329
15330 2004-10-01 [colin]      0.9.12cvs117.1
15331
15332         * src/mimeview.c
15333                 Sync with HEAD (Save All: only attachments)
15334
15335 2004-10-01 [paul]       0.9.12cvs116.1
15336
15337         * ChangeLog.claws
15338         * configure.ac
15339         * src/account.c
15340         * src/prefs_common.c
15341         * src/gtk/colorlabel.c
15342                 sync with HEAD
15343
15344 2004-09-30 [colin]      0.9.12cvs115.1
15345
15346         * src/stock_pixmap.c
15347         * src/stock_pixmap.h
15348         * src/folderview.c
15349         * src/Makefile.am
15350         * src/pixmaps/read.xpm
15351                 Sync with HEAD (new pixmap)
15352
15353 2004-09-29 [colin]      0.9.12cvs114.1
15354
15355         * src/compose.c
15356                 Sync with HEAD
15357                 Fix focus handling in headers
15358
15359 2004-09-29 [paul]       0.9.12cvs113.1
15360
15361         * src/quote_fmt_parse.y
15362                 sync with HEAD
15363  
15364
15365 2004-09-28 [colin]      0.9.12cvs112.1
15366
15367         * src/folderview.c
15368         * src/mainwindow.c
15369                 Sync with HEAD
15370
15371 2004-09-28 [colin]      0.9.12cvs110.1
15372
15373         * src/folderview.c
15374                 Sync with HEAD (Contextual Empty trash menu)
15375
15376 2004-09-28 [colin]      0.9.12cvs108.1
15377
15378         * src/addressbook.c
15379                 Sync with HEAD (addressbook edit on double-click)
15380
15381 2004-09-28 [colin]      0.9.12cvs106.1
15382
15383         * src/inc.c
15384                 Sync with HEAD (folder_item freeze on inc)
15385
15386 2004-09-27 [colin]      0.9.12cvs105.1
15387
15388         * src/folderview.c
15389                 Sync with HEAD (right-align new and unread column)
15390
15391 2004-09-27 [colin]      0.9.12cvs104.1
15392
15393         * src/main.c
15394                 Sync with HEAD (revert 0.9.12cvs101)
15395
15396 2004-09-24 [colin]      0.9.12cvs103.2
15397
15398         * src/wizard.c
15399                 Fix gtk warnings and use domain part of the email address 
15400                 when domain detection fails (no dot in domain name)
15401
15402 2004-09-23 [colin]      0.9.12cvs103.1
15403
15404         * src/plugins/spamassassin/libspamc.c
15405         * src/plugins/spamassassin/libspamc.h
15406         * src/plugins/spamassassin/utils.c
15407         * src/plugins/spamassassin/utils.h
15408                 Sync with HEAD (Update spamassassin to 3.0)
15409
15410 2004-09-21 [colin]      0.9.12cvs102.3
15411
15412         * src/action.c
15413                 Add horizontal scrollbar in action io dialog as needed
15414                 Patch by Alfons.
15415
15416 2004-09-20 [colin]      0.9.12cvs102.2
15417
15418         * src/plugins/image_viewer/viewer.c
15419                 Remove imlib stuff
15420                 use gtk_pixmap_set when clearing
15421                 (would be better to use gtkImages, but causes size-allocate 
15422                 signals storm)
15423
15424 2004-09-17 [paul]       0.9.12cvs102.1
15425
15426         * ChangeLog
15427         * ChangeLog.claws
15428         * ChangeLog.jp
15429         * configure.ac
15430         * src/inc.c
15431                 sync with HEAD
15432
15433
15434 2004-09-17 [colin]      0.9.12cvs101.1
15435
15436         * ChangeLog.claws
15437         * src/main.c
15438                 Sync with HEAD (fix segs at exit)
15439
15440 2004-09-14 [colin]      0.9.12cvs99.5
15441
15442         * src/common/socket.c
15443         * AUTHORS
15444                 Fix send error on 64bit platforms
15445                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15446
15447 2004-09-14 [colin]      0.9.12cvs99.4
15448
15449         * src/action.c
15450                 Fix action output with utf8 
15451                 Patch by Alfons.
15452
15453 2004-09-14 [colin]      0.9.12cvs99.3
15454
15455         * ChangeLog.claws
15456         * src/folder.c
15457                 Sync with HEAD
15458
15459 2004-09-09 [colin]      0.9.12cvs99.2
15460
15461         * src/action.c
15462                 Fix progress bar (displaying "Completed %v/%u")
15463                 Patch by Alfons.
15464
15465 2004-09-08 [colin]      0.9.12cvs99.1
15466
15467         * src/account.c
15468         * src/folder.c
15469         * src/procmsg.c
15470         * src/procmsg.h
15471         * src/plugins/pgpmime/pgpmime.c
15472                 Sync with HEAD
15473
15474 2004-09-08 [colin]      0.9.12cvs97.2
15475
15476         * src/summaryview.c
15477                 Don't select mails in collapsed threads 
15478                 when navigating with up/down
15479
15480 2004-09-07 [colin]      0.9.12cvs97.1
15481
15482         * src/inc.c
15483                 Sync with HEAD (meaningful error messages)
15484
15485 2004-09-06 [colin]      0.9.12cvs96.1
15486
15487         * src/toolbar.c
15488                 Sync with HEAD (fix Redirect graying out)
15489
15490 2004-09-06 [colin]      0.9.12cvs95.1
15491
15492         * src/summaryview.c
15493         * src/mimeview.c
15494                 Sync with HEAD (fix dropped URIs)
15495
15496 2004-09-06 [colin]      0.9.12cvs94.1
15497
15498         * src/addressbook.c
15499         * src/addressitem.h
15500         * src/addritem.c
15501         * src/addritem.h
15502                 Sync with HEAD (addressbook DnD)
15503
15504 2004-09-03 [colin]      0.9.12cvs93.1
15505
15506         * src/summaryview.c
15507                 Sync with HEAD (next/prev unread)
15508
15509 2004-09-03 [colin]      0.9.12cvs92.1
15510
15511         * src/prefs_common.c
15512         * src/prefs_common.h
15513         * src/summaryview.c
15514                 Sync with HEAD ('mark_as_read_delay' pref)
15515
15516 2004-09-02 [colin]      0.9.12cvs91.2
15517
15518         * src/common/xml.c
15519                 Fix leak
15520
15521 2004-09-02 [colin]      0.9.12cvs91.1
15522
15523         * src/gtk/menu.c
15524                 Sync with HEAD (menu accel don't work, but whatever)
15525
15526 2004-09-02 [colin]      0.9.12cvs90.1
15527
15528         * src/account.c
15529                 Sync with HEAD (fix bug 582)
15530
15531 2004-09-02 [colin]      0.9.12cvs89.1
15532
15533         * src/addrindex.c
15534                 Sync with HEAD (free deleted queries)
15535
15536 2004-09-02 [colin]      0.9.12cvs88.1
15537
15538         * src/ldapquery.c
15539                 Sync with HEAD (fix LDAP freezes)
15540
15541 2004-09-02 [colin]      0.9.12cvs87.1
15542
15543         * src/prefs_spelling.c
15544                 Sync with HEAD (add default dictionary)
15545
15546 2004-09-01 [colin]      0.9.12cvs86.1
15547
15548         * src/filtering.c
15549         * src/folderview.c
15550         * src/imap.c
15551         * src/prefs_matcher.c
15552         * src/stock_pixmap.c
15553         * src/summary_search.c
15554         * src/summaryview.c
15555         * src/wizard.c
15556         * src/wizard.h
15557                 Sync with HEAD (uninitialized vars fixes)
15558                 + gtk2 specific warning fixes
15559
15560 2004-08-31 [colin]      0.9.12cvs85.1
15561
15562         * src/folder.c
15563                 Sync with HEAD (Fix memory corruption due to 
15564                 uninitialized var)
15565
15566 2004-08-31 [colin]      0.9.12cvs84.4
15567
15568         * src/summary_search.c
15569                 Fix segfaults when searching in folders with broken headers
15570
15571 2004-08-31 [colin]      0.9.12cvs84.3
15572
15573         * src/compose.c
15574         * src/textview.c
15575                 Fix some more encoding/decoding issues
15576
15577 2004-08-30 [colin]      0.9.12cvs84.2
15578
15579         * src/mimeview.c
15580         * src/prefs_themes.c
15581         * src/gtk/filesel.c
15582         * src/gtk/filesel.h
15583                 Add a folder-mode selection (fixes mimeview's "Save all")
15584
15585 2004-08-29 [colin]      0.9.12cvs84.1
15586
15587         * src/mimeview.c
15588                 Sync with HEAD (don't escape saved filenames)
15589
15590 2004-08-27 [colin]      0.9.12cvs83.1
15591
15592         * ChangeLog
15593         * ChangeLog.claws
15594         * ChangeLog.jp
15595         * src/mh.c
15596         * src/procheader.c
15597         * src/procmsg.c
15598         * src/procmsg.h
15599         * src/common/utils.c
15600         * src/gtk/menu.h
15601         * po/
15602                 Sync with HEAD 0.9.12cvs83 (sync with main)
15603
15604 2004-08-26 [colin]      0.9.12cvs82.4
15605
15606         * src/codeconv.c
15607                 Fix strange stack corruption
15608                 Convert to utf8 after unmime, not before
15609
15610 2004-08-26 [colin]      0.9.12cvs82.3
15611
15612         * src/main.c
15613         * src/wizard.c
15614                 Fix account folders duplication
15615
15616 2004-08-25 [colin]      0.9.12cvs82.2
15617
15618         * src/wizard.c
15619                 Remove ports
15620                 Add SSL selection
15621                 Use login@server as account name
15622
15623 2004-08-25 [colin]      0.9.12cvs82.1
15624
15625         * src/plugins/pgpmime/pgpmime.c
15626                 Sync with HEAD (leak fix).
15627
15628 2004-08-25 [colin]      0.9.12cvs81.1
15629
15630         * src/plugins/pgpmime/pgpmime.c
15631         * src/plugins/pgpmime/sgpgme.c
15632         * src/plugins/pgpmime/sgpgme.h
15633                 Sync with HEAD (Handle combined messages).
15634
15635 2004-08-24 [colin]      0.9.12cvs80.3
15636
15637         * src/wizard.c
15638                 Fix full name, ports, and imap
15639
15640 2004-08-24 [colin]      0.9.12cvs80.2
15641
15642         * src/Makefile.am
15643         * src/main.c
15644         * src/setup.c
15645         * src/setup.h
15646         * src/stock_pixmap.c
15647         * src/stock_pixmap.h
15648         * src/wizard.c ** ADDED **
15649         * src/wizard.h ** ADDED ** 
15650         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15651                 Add a setup wizard 
15652
15653 2004-08-24 [colin]      0.9.12cvs80.1
15654
15655         * src/folder.c
15656                 Sync with HEAD (set mimeflags on all messages)
15657
15658 2004-08-24 [colin]      0.9.12cvs79.3
15659
15660         * src/matcher_parser_lex.l
15661                 Fix 8bits strings not in utf8
15662
15663 2004-08-24 [colin]      0.9.12cvs79.2
15664
15665         * src/compose.c
15666                 Check conversion result before replacing buffer
15667
15668 2004-08-23 [colin]      0.9.12cvs79.1
15669
15670         * src/compose.c
15671                 Sync with HEAD (create message header in memory)
15672
15673 2004-08-23 [colin]      0.9.12cvs78.1
15674
15675         * src/rfc2015.c
15676         * src/rfc2015.h
15677                 Sync with HEAD (fix bug 197 again)
15678
15679 2004-08-23 [colin]      0.9.12cvs77.3
15680
15681         * src/compose.c
15682                 Fix again inline gpg signing (which outputs utf8
15683                 in gtk2). Not syncing this fix to HEAD as this 
15684                 code is meant to die.
15685
15686 2004-08-23 [colin]      0.9.12cvs77.2
15687
15688         * src/prefs_account.h
15689                 Remove useless include
15690
15691 2004-08-23 [colin]      0.9.12cvs77.1
15692
15693         * src/imap.c
15694         * po/es.po
15695         * po/fr.po
15696         * po/it.po
15697         * po/pl.po
15698         * po/pt_BR.po
15699         * po/sk.po
15700         * po/sr.po
15701                 Sync with HEAD (fix bug 577)
15702
15703 2004-08-22 [colin]      0.9.12cvs76.1
15704
15705         * src/plugins/trayicon/trayicon.c
15706                 Sync with HEAD (fix formatting bug)
15707
15708 2004-08-21 [colin]      0.9.12cvs74.2
15709
15710         * src/gtk/colorsel.c
15711                 Fix bug 564 (Folder color selection window exits on any
15712                 keypress)
15713
15714 2004-08-21 [colin]      0.9.12cvs74.1
15715
15716         * ChangeLog.claws
15717         * src/compose.c
15718         * src/summaryview.c
15719         * src/toolbar.c
15720                 Sync with HEAD (fix bug 576)
15721
15722 2004-08-21 [colin]      0.9.12cvs70.1
15723
15724         * src/compose.c
15725         * src/mainwindow.c
15726                 Sync with HEAD
15727                 
15728
15729 2004-08-21 [paul]       0.9.12cvs66.4
15730
15731         * src/mainwindow.c
15732         * src/messageview.c
15733         * src/gtk/menu.c
15734         * src/plugins/spamassassin/spamassassin_gtk.c
15735                 remove some deprecated gtk1 functions
15736
15737
15738 2004-08-21 [colin]      0.9.12cvs66.3
15739
15740         * src/compose.c
15741         * src/codeconv.c
15742                 Fix warnings
15743                 Remove encoding hacks
15744                 Fix bug 575 (Strange character messes up message)
15745                 Don't display conversion error when drafting
15746
15747 2004-08-21 [paul]       0.9.12cvs66.2
15748
15749         * src/prefs_account.c
15750                 fix GnuPG mode bugs
15751
15752
15753 2004-08-20 [colin]      0.9.12cvs66.1
15754
15755         * src/codeconv.c
15756                 Sync with HEAD 0.9.12cvs66
15757
15758 2004-08-20 [paul]
15759
15760         * src/plugins/pgpmime/plugin.c
15761                 modify PGP/MIME plugin's description
15762
15763 2004-08-17 [colin]      0.9.12cvs65.1
15764
15765         * src/common/ssl.c
15766         * src/plugins/pgpmime/plugin.c
15767                 Sync with HEAD
15768
15769 2004-08-14 [colin]      0.9.12cvs60.3
15770
15771         * src/plugins/trayicon/trayicon.c
15772                 Put back resize callback, on size-request signal
15773                 rather than size-allocate to avoid infinite 
15774                 callback loop
15775
15776 2004-08-13 [colin]      0.9.12cvs60.2
15777
15778         * src/common/defs.h
15779                 Cache versions have been fixed
15780
15781 2004-08-13 [colin]      0.9.12cvs60.1
15782
15783         * src/folderutils.c
15784                 Sync with HEAD
15785
15786 2004-08-12 [colin]      0.9.12cvs59.1
15787
15788         * src/plugins/trayicon/trayicon.c
15789                 Sync with HEAD
15790
15791 2004-08-12 [colin]      0.9.12cvs57.5
15792
15793         * sylpheed.desktop
15794         * configure.ac
15795         * src/Makefile.am
15796         * src/main.c
15797                 Add support for Freedesktop.org's startup notification
15798
15799 2004-08-11 [colin]      0.9.12cvs57.4
15800
15801         * src/textview.c
15802                 Fix off-by-one
15803
15804 2004-08-11 [colin]      0.9.12cvs57.3
15805
15806         * src/message_search.c
15807         * src/summary_search.c
15808                 Make searches case insensitive by default
15809         * src/textview.c
15810                 Fix case-insensitive search in message
15811
15812 2004-08-11 [colin]      0.9.12cvs57.2
15813
15814         * src/summary_search.c
15815                 Let case-sensitive be specified
15816
15817 2004-08-10 [colin]      0.9.12cvs55.4
15818
15819         * src/common/socket.c
15820                 Fix the possible race condition
15821
15822 2004-08-09 [paul]       0.9.12cvs55.3
15823
15824         * configure.ac
15825         * src/Makefile.am
15826         * src/common/Makefile.am
15827                 sync with HEAD
15828
15829
15830 2004-08-09 [paul]       0.9.12cvs55.2
15831
15832         * autogen.sh
15833         * po/poconv.sh
15834                 remove unneeded script
15835
15836         * configure.ac
15837                 add forgotten USE_LDAP_TLS (sync with HEAD)
15838
15839
15840 2004-08-09 [colin]      0.9.12cvs55.1
15841
15842         * src/main.c
15843         * src/common/ssl.c
15844         * src/common/sylpheed.c
15845         * src/common/sylpheed.h
15846                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15847
15848 2004-08-09 [paul]       0.9.12cvs54.1
15849
15850         * ChangeLog
15851         * ChangeLog.claws
15852         * ChangeLog.jp
15853         * configure.ac
15854         * po/POTFILES.in
15855         * src/Makefile.am
15856         * src/folderutils.c
15857         * src/main.c
15858         * src/pgpmime.c
15859         * src/pgpmime.h
15860         * src/sgpgme.c
15861         * src/sgpgme.h
15862         * src/plugins/Makefile.am
15863         * src/plugins/pgpmime/.cvsignore
15864         * src/plugins/pgpmime/Makefile.am
15865         * src/plugins/pgpmime/pgpmime.c
15866         * src/plugins/pgpmime/pgpmime.h
15867         * src/plugins/pgpmime/plugin.c
15868         * src/plugins/pgpmime/sgpgme.c
15869         * src/plugins/pgpmime/sgpgme.h
15870                 sync with HEAD
15871
15872 2004-08-08 [paul]       0.9.12cvs51.1
15873
15874         * configure.ac
15875         * src/folder.c
15876                 sync with HEAD
15877
15878 2004-08-07 [colin]      0.9.12cvs50.1
15879
15880         * src/pop.c
15881         * src/common/partial_download.c
15882                 fix warnings (sync from HEAD)
15883
15884 2004-08-07 [colin]      0.9.12cvs48.1
15885
15886         * src/prefs_folder_item.c
15887                 sync with HEAD 0.9.12cvs48
15888
15889 2004-08-06 [colin]      0.9.12cvs47.1
15890
15891         * src/compose.c
15892                 Sync with HEAD
15893
15894 2004-08-06 [christoph]  0.9.12cvs46.2
15895
15896         * src/main.c
15897         * src/plugins/clamav/clamav_plugin_gtk.c
15898         * src/plugins/dillo_viewer/dillo_viewer.c
15899         * src/plugins/image_viewer/plugin.c
15900         * src/plugins/mathml_viewer/mathml_viewer.c
15901         * src/plugins/spamassassin/spamassassin_gtk.c
15902         * src/plugins/trayicon/trayicon.c
15903                 don't mix GTK1.2 plugin with GTK2 plugins
15904
15905 2004-08-06 [colin]      0.9.12cvs46.1
15906
15907         * ChangeLog
15908         * ChangeLog.claws
15909         * ChangeLog.jp
15910         * configure.ac
15911         * sylpheed-claws.pc.in
15912         * src/folder.c
15913         * src/imap.c
15914         * src/localfolder.c
15915         * src/messageview.c
15916         * src/mimeview.c
15917         * src/mimeview.h
15918         * src/msgcache.c
15919         * src/news.c
15920         * src/prefs_ext_prog.c
15921         * src/prefs_folder_item.c
15922         * src/prefs_fonts.c
15923         * src/prefs_msg_colors.c
15924         * src/prefs_spelling.c
15925         * src/prefs_themes.c
15926         * src/prefs_toolbar.c
15927         * src/prefs_wrapping.c
15928         * src/procmime.h
15929         * src/common/defs.h
15930         * src/common/nntp.c
15931         * src/common/session.c
15932         * src/common/session.h
15933         * src/common/socket.c
15934         * src/common/utils.h
15935         * src/common/xml.c
15936         * src/common/xml.h
15937         * src/gtk/prefswindow.c
15938         * src/gtk/prefswindow.h
15939         * src/plugins/clamav/clamav_plugin_gtk.c
15940         * src/plugins/dillo_viewer/dillo_prefs.c
15941         * src/plugins/image_viewer/viewerprefs.c
15942         * src/plugins/spamassassin/spamassassin_gtk.c
15943         * m4/openssl.m4 *** REMOVED ***
15944                 Sync with HEAD 0.9.12cvs46
15945
15946 2004-08-03 [paul]       0.9.12cvs40.2
15947
15948         * src/action.c
15949         * src/addressadd.c
15950         * src/addressbook.c
15951         * src/addrgather.c
15952         * src/browseldap.c
15953         * src/compose.c
15954         * src/crash.c
15955         * src/editaddress.c
15956         * src/editgroup.c
15957         * src/editldap_basedn.c
15958         * src/foldersel.c
15959         * src/importldif.c
15960         * src/mimeview.c
15961         * src/prefs_common.c
15962         * src/prefs_template.c
15963         * src/sourcewindow.c
15964         * src/summaryview.c
15965         * src/gtk/about.c
15966         * src/gtk/foldersort.c
15967         * src/gtk/logwindow.c
15968         * src/gtk/pluginwindow.c
15969         * src/gtk/prefswindow.c
15970                 change all gtk_scrolled_window_set_policy from 
15971                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15972
15973 2004-08-02 [paul]       0.9.12cvs40.1
15974
15975         * AUTHORS
15976                 update translation team section
15977         * po/pt_BR.po
15978                 updated by Frederico Goncalves Guimaraes
15979                 <fggdebian@yahoo.com.br>
15980
15981 2004-07-31 [colin]      0.9.12cvs39.9
15982
15983         * src/exphtmldlg.c
15984                 Fix compilation
15985
15986 2004-07-31 [colin]      0.9.12cvs39.8
15987
15988         * src/exphtmldlg.c
15989                 Fix an alertpanel type
15990
15991 2004-07-30 [colin]      0.9.12cvs39.7
15992
15993         * src/alertpanel.c
15994                 Fix alertpanel_error_log's icon
15995
15996 2004-07-30 [colin]      0.9.12cvs39.6
15997
15998         * src/pop.c
15999                 Two of them should still be warnings
16000
16001 2004-07-30 [colin]      0.9.12cvs39.5
16002
16003         * src/pop.c
16004                 More warning -> error
16005 2004-07-29 [colin]      0.9.12cvs39.4
16006
16007         * src/pop.c
16008                 Warning -> error
16009
16010 2004-07-29 [colin]      0.9.12cvs39.3
16011
16012         * src/prefs_matcher.c
16013                 Fix segfault
16014
16015 2004-07-29 [colin]      0.9.12cvs39.2
16016
16017         * src/alertpanel.c
16018                 More nice-looking alertpanels
16019
16020 2004-07-29 [colin]      0.9.12cvs39.1
16021
16022         * src/messageview.c
16023                 sync with head
16024                 (inform user when partial mail is deleted on server)
16025
16026 2004-07-29 [colin]      0.9.12cvs38.1
16027
16028         * src/messageview.c
16029                 sync with head
16030
16031 2004-07-28 [paul]       0.9.12cvs37.7
16032
16033         * src/mainwindow.c
16034                 complete the replacement of deprecated gtk_progress_*
16035
16036 2004-07-28 [paul]       0.9.12cvs37.6
16037
16038         * src/action.c
16039         * src/inc.c
16040         * src/mainwindow.c
16041         * src/send_message.c
16042         * src/gtk/progressdialog.c
16043         * src/gtk/progressdialog.h
16044                 replace deprecated gtk_progress_*
16045
16046 2004-07-28 [paul]       0.9.12cvs37.5
16047
16048         * src/gtk/filesel.c
16049                 remove gtk_window_set_wmclass()
16050 2004-07-28 [paul]       0.9.12cvs37.4
16051
16052         * src/addressbook.c
16053         * src/compose.c
16054         * src/foldersel.c
16055         * src/mainwindow.c
16056         * src/messageview.c
16057         * src/sourcewindow.c
16058         * src/gtk/logwindow.c
16059                 remove gtk_window_set_wmclass()
16060                 
16061         * src/prefs_filtering.c
16062         * src/prefs_filtering_action.c
16063         * src/prefs_fonts.c
16064         * src/prefs_gtk.c
16065         * src/prefs_matcher.c
16066         * src/ssl_manager.c
16067         * src/gtk/prefswindow.c
16068                 replace gtk_window_position()
16069
16070 2004-07-28 [colin]      0.9.12cvs37.3
16071
16072         * src/alertpanel.c
16073         * src/alertpanel.h
16074                 Add a way to specify panel type for specific
16075                 panels (alertpanel())
16076         * src/account.c
16077         * src/addressbook.c
16078         * src/compose.c
16079         * src/expldifdlg.c
16080         * src/main.c
16081         * src/messageview.c
16082         * src/summaryview.c
16083         * src/textview.c
16084         * src/gtk/sslcertwindow.c
16085                 Fix alertpanel()s so that their icon match
16086                 their real type
16087
16088 2004-07-28 [paul]       0.9.12cvs37.2
16089
16090         * src/addr_compl.c
16091         * src/addressbook.c
16092         * src/alertpanel.c
16093         * src/compose.c
16094         * src/export.c
16095         * src/foldersel.c
16096         * src/folderview.c
16097         * src/grouplistdialog.c
16098         * src/import.c
16099         * src/mainwindow.c
16100         * src/message_search.c
16101         * src/messageview.c
16102         * src/passphrase.c
16103         * src/prefs_actions.c
16104         * src/prefs_common.c
16105         * src/prefs_customheader.c
16106         * src/prefs_display_header.c
16107         * src/prefs_filtering.c
16108         * src/prefs_filtering_action.c
16109         * src/prefs_gtk.c
16110         * src/prefs_matcher.c
16111         * src/prefs_msg_colors.c
16112         * src/prefs_summary_column.c
16113         * src/prefs_template.c
16114         * src/sourcewindow.c
16115         * src/ssl_manager.c
16116         * src/summary_search.c
16117         * src/gtk/colorsel.c
16118         * src/gtk/description_window.c
16119         * src/gtk/gtkaspell.c
16120         * src/gtk/inputdialog.c
16121         * src/gtk/logwindow.c
16122         * src/gtk/prefswindow.c
16123         * src/gtk/progressdialog.c
16124                 replace deprecated gtk_window_set_policy
16125
16126 2004-07-27 [colin]      0.9.12cvs37.1
16127
16128         * src/msgcache.c
16129                 More fixes (synced for head again)
16130
16131 2004-07-27 [colin]      0.9.12cvs35.3
16132
16133         * src/msgcache.c
16134                 Fix wrong test
16135
16136 2004-07-27 [colin]      0.9.12cvs35.2
16137
16138         * src/mimeview.c
16139                 Fix width a bit (by Paul)
16140         * src/alertpanel.c
16141         * src/alertpanel.h
16142                 Specialize icons, make alertpanel_message()
16143                 private
16144         * src/message_search.c
16145         * src/sgpgme.c
16146         * src/summary_search.c
16147                 Suit alertpanel changes
16148
16149 2004-07-27 [colin]      0.9.12cvs35.1
16150
16151         * src/alertpanel.c
16152                 Add an icon
16153         * src/passphrase.c
16154                 Add debug output - maybe someone will
16155                 want to look at the problem with Grab
16156                 Input :)
16157         Bump version as we're synced with HEAD
16158
16159 2004-07-26 [colin]      0.9.12cvs33.26
16160
16161         * src/pop.c
16162                 Fix uidl-file parsing when not in new
16163                 format
16164
16165 2004-07-26 [colin]      0.9.12cvs33.25
16166
16167         * src/gtk/menu.c
16168                 Move popup menu up if necessary (fixes 
16169                 account selector)
16170         * src/mainwindow.c
16171                 Set account selector's button height to
16172                 minimum
16173
16174 2004-07-26 [colin]      0.9.12cvs33.24
16175
16176         * src/alertpanel.c
16177                 Maybe fix 551 (Truncated font in alert window)
16178
16179 2004-07-26 [colin]      0.9.12cvs33.23
16180
16181         * po/de.po
16182         * po/es.po
16183         * po/fr.po
16184         * po/it.po
16185         * po/ja.po
16186         * po/pl.po
16187         * po/ru.po
16188         * po/sk.po
16189         * po/sr.po
16190         * po/zh_CN.po
16191                 Sync po files with HEAD
16192
16193 2004-07-26 [paul]       0.9.12cvs33.22
16194
16195         * src/compose.c
16196                 fix Bug 556 'Organisation-header is sent even if empty'
16197
16198 2004-07-24 [colin]      0.9.12cvs33.21
16199
16200         * src/compose.c
16201         * src/gtk/gtkaspell.c
16202         * src/gtk/gtkaspell.h
16203                 Fix speller accelerators (require hack)
16204
16205 2004-07-24 [colin]      0.9.12cvs33.20
16206
16207         * src/gtk/gtkaspell.c
16208                 Fix over-eager code deletion breaking
16209                 Check while typing
16210
16211 2004-07-24 [colin]      0.9.12cvs33.19
16212
16213         * src/browseldap.c
16214         * src/ldapctrl.c
16215         * src/ldapctrl.h
16216         * src/ldapserver.h
16217                 Sync ldap with HEAD
16218         (Fixes 546 LDAP completely broken)
16219
16220 2004-07-24 [colin]      0.9.12cvs33.18
16221
16222         * src/prefs_msg_colors.c
16223                 Fix prototype mismatch
16224         (Fixes 547 void function cannot return value)
16225
16226 2004-07-24 [colin]      0.9.12cvs33.17
16227
16228         * src/mainwindow.c
16229                 Fix sort going back to previous sort key
16230                 when changing sort direction
16231
16232 2004-07-24 [colin]      0.9.12cvs33.16
16233
16234         * src/compose.c
16235                 Fix space insertion when re-wrapping at 
16236                 cursor point
16237
16238 2004-07-24 [colin]      0.9.12cvs33.15
16239
16240         * src/gtk/gtkaspell.c
16241                 Don't change cursor position in insert-text
16242                 callback
16243         (Fixes 539 Word wrapping on input transposes letters)
16244
16245 2004-07-24 [colin]      0.9.12cvs33.14
16246
16247         * src/gtk/gtkaspell.c
16248                 Reencode non-ascii chars to dictionary's
16249                 encoding
16250         (Fixes 544 Spell check broken non english locale)
16251
16252 2004-07-24 [colin]      0.9.12cvs33.13
16253
16254         * src/summaryview.c
16255                 Fix Shift+Down, add Home/End/PgUp/PgDown
16256
16257 2004-07-21 [colin]      0.9.12cvs33.12
16258
16259         * src/prefs_common.c
16260                 Fix a gtk warning (Patch by Andrej Kacian)
16261
16262 2004-07-21 [colin]      0.9.12cvs33.11
16263
16264         * src/gtk/filesel.c
16265                 More check
16266
16267 2004-07-21 [colin]      0.9.12cvs33.10
16268
16269         * src/compose.c
16270         * src/crash.c
16271         * src/export.c
16272         * src/import.c
16273         * src/messageview.c
16274         * src/mimeview.c
16275         * src/prefs_spelling.c
16276         * src/prefs_themes.c
16277         * src/summaryview.c
16278         * src/gtk/filesel.c
16279         * src/gtk/filesel.h
16280         * src/gtk/pluginwindow.c
16281                 Untwist open/save mode guessing logic, make
16282                 it explicit
16283
16284 2004-07-20 [colin]      0.9.12cvs33.9
16285
16286         * src/codeconv.c
16287                 conv_encode_header: src_charset is UTF-8 on
16288                 gtk2
16289         * src/compose.c
16290                 Remove double encoding of the headers
16291
16292 2004-07-20 [colin]      0.9.12cvs33.8
16293
16294         * src/codeconv.c
16295                 Fix typo
16296
16297 2004-07-20 [colin]      0.9.12cvs33.7
16298
16299         * src/mainwindow.c
16300                 Set the separated messageview to the saved
16301                 size of Claws' messageview (Patch by Alfons)
16302                 Fix a callback prototype (me)
16303
16304 2004-07-20 [colin]      0.9.12cvs33.6
16305
16306         * src/codeconv.h
16307                 Forgot one hunk in 0.9.12cvs33.4
16308
16309 2004-07-19 [colin]      0.9.12cvs33.5
16310
16311         * src/action.c
16312                 Action output fix
16313                 Patch by Alfons
16314
16315 2004-07-19 [colin]      0.9.12cvs33.4
16316
16317         * src/compose.c
16318                 Fix outgoing charset bug in headers
16319         * src/codeconv.c
16320                 Clean for glib2 - Patch by Alfons
16321
16322 2004-07-19 [colin]      0.9.12cvs33.3
16323
16324         * src/statusbar.c
16325                 Remove grip from the statusbar
16326                 Patch by Alfons
16327
16328 2004-07-19 [colin]      0.9.12cvs33.2
16329
16330         * src/messageview.c
16331         * src/textview.c
16332                 Fix messageview remembering the previous
16333                 scroll position when loading a new message
16334                 Patch by Alfons
16335
16336 2004-07-19 [colin]      0.9.12cvs33.1
16337
16338         * src/folder.h
16339         * src/folderview.c
16340         * src/summaryview.c
16341                 Sync with HEAD
16342
16343 2004-07-18 [colin]      0.9.12cvs32.7
16344
16345         * configure.ac
16346                 Remove useless check for XIM - noticed
16347                 by Alfons
16348
16349 2004-07-18 [colin]      0.9.12cvs32.6
16350
16351         * src/summaryview.c
16352                 Remove non-modified and shift-modified
16353                 accelerators in summaryview's popup
16354                 menu, as that doesn't get catched by
16355                 the accel-activate signal catcher...
16356
16357 2004-07-18 [colin]      0.9.12cvs32.5
16358
16359         * src/prefs_common.c
16360                 Define sensible default prefs for 
16361                 wrapping
16362
16363 2004-07-18 [colin]      0.9.12cvs32.4
16364
16365         * src/compose.c
16366         * src/prefs_common.c
16367         * src/prefs_common.h
16368         * src/prefs_wrapping.c
16369                 Remove Smart Wrapping pref, which does
16370                 nothing on gtk2 branch
16371
16372 2004-07-18 [colin]      0.9.12cvs32.3
16373
16374         * src/sourcewindow.c
16375                 Proper utf8
16376
16377 2004-07-18 [colin]      0.9.12cvs32.2
16378
16379         * src/compose.c
16380                 Save attachment status when drafting
16381
16382 2004-07-18 [colin]      0.9.12cvs32.1
16383
16384         * src/gtk/filesel.c
16385                 Fix erratic folder selection in open mode
16386
16387 2004-07-18 [colin]      0.9.12cvs31.11
16388
16389         * src/pop.c
16390                 Don't let partial messages get deleted
16391                 even with "dowload all"
16392                 (0.9.12cvs31.8 fix extension)
16393 2004-07-18 [colin]      0.9.12cvs31.10
16394
16395         * src/gtk/logwindow.c
16396                 Fix log scrolling
16397
16398 2004-07-18 [colin]      0.9.12cvs31.9
16399
16400         * src/common/utils.c
16401                 Fix non-utf8 strings coming from commands
16402                 and files
16403
16404 2004-07-18 [colin]      0.9.12cvs31.8
16405
16406         * src/pop.c
16407                 Fix partial download bug with Download all
16408                 messages option
16409
16410 2004-07-18 [colin]      0.9.12cvs31.7
16411
16412         * src/textview.c
16413                 Fix bug introduced in 0.9.12cvs31.2
16414                 (blocked in select mode after double click)
16415
16416 2004-07-18 [colin]      0.9.12cvs31.6
16417
16418         * src/compose.c
16419         * src/gtk/menu.c
16420                 More glib-warning fixes
16421
16422 2004-07-18 [colin]      0.9.12cvs31.5
16423
16424         * src/compose.c
16425                 Fix trashing the primary clipboard when moving 
16426                 around with tab
16427         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16428
16429 2004-07-18 [colin]      0.9.12cvs31.4
16430
16431         * src/codeconv.c
16432                 convert unencoded iso headers to utf8
16433         (Fix Bug 538 Unencoded local characters in subject make it 
16434          disappear)
16435
16436 2004-07-18 [colin]      0.9.12cvs31.3
16437
16438         * src/compose.c
16439                 Fix tab char handling in wrapping
16440         (Fix Bug 537 Line wrap problem - TAB character treated as 
16441          one character instead of 8)
16442
16443 2004-07-18 [colin]      0.9.12cvs31.2
16444
16445         * src/textview.c
16446                 return FALSE on GDK_MOTION_NOTIFY
16447         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16448          (unable to highlight))
16449
16450 2004-07-18 [colin]      0.9.12cvs31.1
16451
16452         * src/folderview.c
16453                 Sync with 0.9.12cvs31
16454
16455 2004-07-18 [colin]      0.9.12cvs30.4
16456
16457         * src/compose.c
16458                 Also block text_inserted when inserting a file
16459
16460 2004-07-18 [colin]      0.9.12cvs30.3
16461
16462         * src/compose.c
16463                 Fix smart wrapping (block text_inserted handler
16464                 while putting quotation to avoid wrap on input,
16465                 don't join lines if next is sig separator)
16466
16467 2004-07-17 [colin]      0.9.12cvs30.2
16468
16469         * src/folderview.c
16470         * src/mainwindow.c
16471         * src/mimeview.c
16472         * src/summaryview.c
16473         * src/gtk/quicksearch.c
16474         * src/gtk/quicksearch.h
16475                 Block key events handlers *and* accels while
16476                 quicksearch is focused
16477         (Fixes Bug 534 quick-search bar not accepting certain letters)
16478
16479 2004-07-17 [colin]      0.9.12cvs30.1
16480
16481         * src/folder.h
16482         * src/folderview.c
16483         * src/summaryview.c
16484                 Sync with 0.9.12cvs30
16485
16486 2004-07-17 [colin]      0.9.12cvs28.2
16487
16488         * src/mimeview.c
16489         * src/procmime.c
16490         * src/summaryview.c
16491         * src/gtk/menu.c
16492                 Squash some compile and glib warnings
16493
16494 2004-07-17 [paul]       0.9.12cvs28.1
16495
16496         * src/mimeview.c
16497                 sync with 0.9.12cvs28 HEAD
16498
16499 2004-07-16 [paul]       0.9.12cvs26.1
16500         
16501         * src/gtk/quicksearch.c
16502         * src/account.c
16503         * src/account.h
16504         * src/compose.c
16505         * src/customheader.c
16506         * src/folder_item_prefs.c
16507         * src/main.c
16508         * src/mainwindow.c
16509         * src/messageview.c
16510         * src/mimeview.c
16511         * src/news.c
16512         * src/pgpmime.c
16513         * src/pop.c
16514         * src/pop.h
16515         * src/prefs_account.c
16516         * src/prefs_account.h
16517         * src/prefs_common.c
16518         * src/prefs_common.h
16519         * src/prefs_display_header.c
16520         * src/prefs_gtk.c
16521         * src/prefs_gtk.h
16522         * src/procheader.c
16523         * src/procmime.c
16524                 sync with 0.9.12cvs26 HEAD      
16525
16526 2004-07-15 [colin]      0.9.12cvs18.14
16527
16528         * src/folder.c
16529                 Disable GPG signature check during
16530                 folder move and scan
16531         (Closes Bug 521 Signature checking slows down Folder-Move)
16532
16533 2004-07-14 [colin]      0.9.12cvs18.13
16534
16535         * src/common/partial_download.c
16536                 update includes
16537
16538 2004-07-14 [colin]      0.9.12cvs18.12
16539
16540         * src/common/partial_download.c
16541         * src/common/partial_download.h
16542                 Move doc at top, add correct copyright
16543
16544 2004-07-14 [colin]      0.9.12cvs18.11
16545
16546         * src/folder.c
16547         * src/messageview.c
16548         * src/pop.c
16549         * src/pop.h
16550         * src/procmsg.c
16551         * src/summaryview.c
16552         * src/common/Makefile.am
16553         * src/common/partial_download.c ** NEW FILES **
16554         * src/common/partial_download.h ** NEW FILES **
16555                 Move partial-download related stuff to its
16556                 own file
16557
16558 2004-07-14 [colin]      0.9.12cvs18.10
16559
16560         * src/send_message.c
16561                 Fix smtp auth when user is null or empty
16562
16563 2004-07-13 [colin]      0.9.12cvs18.9
16564
16565         * src/gtk/quicksearch.c
16566                 Use alphabetic order
16567
16568 2004-07-13 [colin]      0.9.12cvs18.8
16569
16570         * src/pop.c
16571                 Be paranoid on the checks
16572
16573 2004-07-13 [colin]      0.9.12cvs18.7
16574
16575         * src/gtk/quicksearch.c
16576                 Fix Engrish once again
16577
16578 2004-07-13 [colin]      0.9.12cvs18.6
16579
16580         * src/procmsg.c
16581         * src/summaryview.c
16582                 Mark messages for deletion when they are about to
16583                 be removed from trash
16584
16585 2004-07-13 [colin]      0.9.12cvs18.5
16586
16587         * src/matcher.c
16588         * src/matcher.h
16589         * src/matcher_parser_parse.y
16590         * src/prefs_matcher.c
16591         * src/gtk/quicksearch.c
16592                 Add 'partial' ('p') match string to find partially
16593                 downloaded messages
16594
16595 2004-07-13 [colin]      0.9.12cvs18.4
16596
16597         * src/pop.c
16598                 Fix misplaced block
16599
16600 2004-07-13 [colin]      0.9.12cvs18.3
16601
16602         * src/pop.c
16603         * src/pop.h
16604         * src/messageview.c
16605                 Refactor API (to avoid passing 5+ params and code
16606                 duplication)
16607         * src/folder.c
16608         * src/msgcache.c
16609         * src/procheader.c
16610         * src/common/defs.h
16611                 Add planned_download to cache
16612                 Don't mess uidl file when moving partially downloaded
16613                 mails (they change folder, we should change it in the
16614                 uidl list too or we'll remove an incorrect message)
16615                 (this also helps removing hacks when changing 
16616                 planned_download in messageview.c)
16617
16618 2004-07-12 [colin]      0.9.12cvs18.2
16619
16620         * src/gtk/quicksearch.c
16621                 Fix missing status update in quicksearch
16622
16623 2004-07-12 [paul]       0.9.12cvs18.1
16624
16625         * po/POTFILES.in
16626         * src/Makefile.am
16627         * src/account.c
16628         * src/codeconv.c
16629         * src/compose.c
16630         * src/inc.c
16631         * src/main.c
16632         * src/prefs_common.c
16633         * src/procmsg.h
16634         * src/toolbar.c
16635         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16636         * src/prefs_wrapping.[ch]       ** NEW FILES **
16637         * src/common/intl.h
16638         * src/common/utils.[ch]
16639         * src/gtk/quicksearch.[ch]
16640                 sync with 0.9.12cvs18 HEAD
16641
16642 2004-07-12 [colin]      0.9.11cvs17.25
16643
16644         * src/folder.c
16645         * src/folder.h
16646                 Remove unused function added by me in 0.9.11cvs17.10
16647
16648 2004-07-11 [colin]      0.9.11cvs17.24
16649
16650         * src/inc.c
16651         * src/messageview.c
16652         * src/pop.c
16653         * src/pop.h
16654                 Use folderitem and msgnum instead of filename to
16655                 know which mail to delete
16656                 Move old partial mail deletion to pop.c
16657
16658 2004-07-10 [colin]      0.9.11cvs17.23
16659
16660         * src/inc.c
16661                 Add debug
16662         * src/pop.c
16663         * src/pop.h
16664                 Don't re-use same enums for unrelated stuff: it's 
16665                 completely misleading !
16666                 Document a bit
16667
16668 2004-07-09 [colin]      0.9.11cvs17.22
16669
16670         * src/inc.c
16671                 Remove folder-type check and do
16672                 more tests to be sure everything's
16673                 ok
16674         * src/messageview.c
16675                 Punctuation update, remove useless
16676                 code, fix two warnings
16677         * src/noticeview.c
16678                 Layout cleaning, reset 2nd button
16679                 when specifying one
16680
16681 2004-07-09 [colin]      0.9.11cvs17.21
16682
16683         * src/messageview.c
16684         * src/pop.c
16685         * src/pop.h
16686                 Allow user to change his mind
16687                 and postpone decision (by
16688                 unmarking the mail)
16689
16690 2004-07-09 [colin]      0.9.11cvs17.20
16691
16692         * src/messageview.c
16693                 Fix bug with delete state
16694         * src/pop.c
16695         * src/pop.h
16696                 Fix buffer leak (fread doesn't 
16697                 terminate buffers with \0)
16698                 Refactoring (remove magic 
16699                 numbers)
16700
16701 2004-07-09 [colin]      0.9.11cvs17.19
16702
16703         * src/pop.c
16704                 Don't log "Skipping message" if 
16705                 we're going to TOP it two lines
16706                 later
16707
16708 2004-07-09 [colin]      0.9.11cvs17.18
16709
16710         * src/messageview.c
16711                 Fix Engrish
16712
16713 2004-07-09 [colin]      0.9.11cvs17.17
16714
16715         * src/pop.c
16716                 strlen checking...
16717         * src/messageview.c
16718                 refactoring a bit
16719
16720 2004-07-08 [colin]      0.9.11cvs17.16
16721
16722         * src/noticeview.c
16723         * src/noticeview.h
16724                 Add an optional second button
16725         * src/messageview.c
16726         * src/pop.c
16727         * src/pop.h
16728                 Don't delete partially received mails after a certain
16729                 time; rather, let the user decide.
16730
16731 2004-07-08 [colin]      0.9.11cvs17.15
16732
16733         * src/common/smtp.h
16734                 Sync with HEAD
16735
16736 2004-07-08 [colin]      0.9.11cvs17.14
16737
16738         * src/messageview.c
16739         * src/common/smtp.c
16740                 Use to_human_readable() for sizes
16741
16742 2004-07-08 [colin]      0.9.11cvs17.13
16743
16744         * src/inc.c
16745         * src/messageview.c
16746         * src/pop.c
16747         * src/pop.h
16748         * src/procmsg.c
16749                 Fix partial-downloading issues:
16750                         catch unsupported TOP
16751                         don't delete partially downloaded mails before 5 days
16752                         don't update existing with non-MH folders; that'll
16753                         make dups, but it's better than trashing the folder
16754                         free new msginfo parts
16755                 Fix indentation ;-)
16756
16757 2004-07-08 [colin]      0.9.11cvs17.12
16758
16759         * src/common/smtp.c
16760         * src/common/smtp.h
16761                 Sync smtp size verification with HEAD
16762
16763 2004-07-08 [colin]      0.9.11cvs17.11
16764
16765         * src/summaryview.c
16766         * src/prefs_common.c
16767         * src/prefs_common.h
16768         * src/gtk/quicksearch.c
16769         * src/gtk/quicksearch.h
16770                 Sync sticky pref with HEAD
16771
16772 2004-07-08 [colin]      0.9.11cvs17.10
16773
16774         * src/folder.c [1.213.2.6]
16775         * src/folder.h [1.87.2.6]
16776         * src/inc.c [1.149.2.7]
16777         * src/messageview.c [1.94.2.8]
16778         * src/procheader.c [1.47.2.6]
16779         * src/procmsg.c [1.150.2.4]
16780         * src/procmsg.h [1.60.2.5]
16781         * src/pop.c [1.56.2.4]
16782         * src/pop.h [1.17.2.3]
16783                 Let too big messages get downloaded, but truncated
16784                 Add a button to download them completely
16785                 
16786 2004-07-06 [colin]      0.9.11cvs17.9
16787
16788         * src/gtk/quicksearch.c [1.1.2.3]
16789                 Add a Clear button
16790         * commitHelper
16791         * PATCHSETS
16792                 Add a script to help with cvs
16793
16794 2004-07-03 [colin]      0.9.11cvs17.8
16795
16796         * src/plugins/imageviewer/viewer.c
16797                 fix imageviewer (which was staying on the first
16798                 displayed image)
16799
16800 2004-07-03 [colin]      0.9.11cvs17.7
16801
16802         Removed FIXME_GTK2 warnings
16803         * src/gtk/gtkutils.c
16804                 useless #warnings
16805         * src/gtk/menu.c
16806                 useless #warnings (no need to mess with menu rc)
16807         * src/gtk/menu.h
16808                 unused functions
16809         
16810
16811 2004-07-03 [colin]      0.9.11cvs17.6
16812
16813         Removed FIXME_GTK2 warnings
16814         * src/codeconv.c
16815                 useless #warnings (rewrite needed)
16816         * src/compose.c
16817                 useless #warnings (rewrite needed)
16818                 useless #warnings (gtk2 is like that)
16819                 useless #warnings (previously fixed)
16820         * src/main.c
16821                 useless #warnings (previously fixed)
16822         * src/message_search.c
16823                 useless #warnings (gtk2 is like that)
16824                 Made apparent that search is case-sensitive
16825         * src/mimeview.c
16826                 useless #warnings (rewrite needed)
16827                 useless #warnings (gtk2 is like that)
16828                 reimplemented real warnings
16829         * src/prefs_common.c
16830                 Removed block cursor option (not it gtk2)
16831         * src/prefs_gtk.c
16832                 useless #warnings (rewrite needed)
16833         * src/procheader.c
16834                 useless #warnings (rewrite needed)
16835         * src/sourcewindow.c
16836                 useless #warnings (incorrect placing)
16837         * src/summary_search.c
16838                 useless #warnings (gtk2 is like that)
16839                 Made apparent that search is case-sensitive
16840         * src/action.c
16841                 useless #warnings (gtk2 is like that)
16842         * src/textview.c
16843                 useless #warnings (rewrite needed)
16844         * src/toolbar.c
16845                 useless #warnings (rewrite needed)
16846
16847 2004-07-03 [colin]      0.9.11cvs17.5
16848
16849         * src/textview.c
16850                 Fix mismerge which broke URI opening
16851                 
16852 2004-07-01 [colin]      0.9.11cvs17.4
16853
16854         * src/gtk/filesel.c
16855                 Fill filename when saving
16856                 
16857 2004-06-27 [colin]      0.9.11cvs17.3
16858
16859         * src/gtk/filesel.[ch]
16860                 Use the new GTK file selector
16861                 Update prototype to match the reality: multiple file
16862                 selection is open-only          
16863         * src/compose.c
16864                 Match the new prototypes        
16865         * configure.ac
16866                 Match the new requirements (gtk 2.4.0)
16867                         
16868 2004-06-26 [colin]      0.9.11cvs17.2
16869
16870         * src/plugins/trayicon/trayicon.c
16871                 Remove useless signal handler on resize, which causes
16872                 an infinite "loop"
16873         
16874 2004-06-26 [colin]      0.9.11cvs17.1
16875         
16876         * tools/Makefile.am
16877                 remove launch_firebird and add nautilus2sylpheed.sh
16878         * src/quicksearch.c
16879           src/summaryview.c
16880                 Fix show/hide "Extended symbols" button problem
16881                 Fix apparition at startup
16882                 Fix const warnings
16883         * src/plugins/image_viewer/Makefile.am
16884                 Fix configure 
16885         * common/ssl.c
16886                 Re-enable certificate check, as it doesn't seem to
16887                 cause Xlib errors anymore
16888
16889 2004-06-25 [paul]       0.9.11cvs17
16890
16891         * sync with 0.9.11cvs17 HEAD
16892         
16893         NOTE: QuickSearch is broken
16894
16895 2004-06-07 [colin]      0.9.10claws67.10
16896         * src/plugins/trayicon/trayicon.c
16897           src/plugins/trayicon/libeggtrayicon/Makefile.am
16898           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16899                 Fix gettextization in trayicon plugin
16900
16901 2004-06-07 [colin]      0.9.10claws67.9
16902         
16903         * src/summaryview.c
16904           src/gtk/gtksctree.[ch]
16905                 Let Shift+{Up,Down} work in summaryview
16906                 (well, Down "works" and Up works)
16907                 Let the list scroll when using these keys
16908
16909 2004-06-06 [colin]      0.9.10claws67.8
16910
16911         * src/plugins/trayicon/trayicon.c
16912                 Fix pixmap update
16913
16914 2004-06-06 [colin]      0.9.10claws67.7
16915
16916         * src/addressbook.c
16917                 Fix signal handling causing system-wide focus grab
16918
16919 2004-05-25 [paul]       0.9.10claws67.6
16920
16921         * Makefile.am
16922           src/Makefile.am
16923                 clean up
16924
16925 2004-05-25 [paul]       0.9.10claws67.5
16926
16927         * replace deprecated gtk_signal... functions
16928
16929 2004-05-23 [colin]      0.9.10claws67.4
16930
16931         * src/compose.c
16932                 Fix wrapping
16933
16934 2004-05-22 [colin]      0.9.10claws67.3
16935
16936         * src/compose.c
16937                 Re-fix [Edited] in compose.c::compose_reedit()
16938
16939 2004-05-22 [colin]      0.9.10claws67.2
16940
16941         * src/procmime.c
16942                 Fix parsing of multiparts mails
16943
16944 2004-05-22 [colin]      0.9.10claws67.1
16945
16946         * src/summaryview.c
16947                 Fix quicksearch
16948
16949 2004-05-22 [paul]       0.9.10claws67
16950
16951         * sync with 0.9.10claws67 HEAD
16952
16953 2004-05-14 [alfons]
16954
16955         * src/procmime.h
16956                 add forgotton prototype
16957
16958 2004-05-10 [paul]       0.9.10claws57
16959
16960         * sync with 0.9.10claws57 HEAD
16961
16962 2004-05-05 [paul]       0.9.9.claws1
16963
16964         * ChangeLog-gtk2        ** REMOVED **
16965           ChangeLog-gtk2.claws  ** ADDED **
16966                 rename and adopt the normal claws format
16967                 
16968         * configure.ac
16969                 require gtkmathview >= 0.5
16970
16971         * ac/*                          ** REMOVED **
16972           ac/                           ** REMOVED **
16973           intl/Makefile.in              ** REMOVED **
16974           m4/                           ** ADDED **
16975           m4/missing                    ** ADDED **
16976           m4/missing/gdk-pixbuf.m4      ** ADDED **
16977           m4/missing/gettext.m4         ** ADDED **
16978           m4/missing/gpgme.m4           ** ADDED **
16979           m4/missing/imlib.m4           ** ADDED **
16980           m4/.cvsignore                 ** ADDED **
16981           m4/Makefile.am                ** ADDED **
16982           m4/README                     ** ADDED **
16983           m4/aclocal-include.m4         ** ADDED **
16984           m4/aspell.m4                  ** ADDED **
16985           m4/check-type.m4              ** ADDED **
16986           m4/gnupg-check-typedef.m4     ** ADDED **
16987           m4/openssl.m4                 ** ADDED **
16988           m4/spamassassin.m4            ** ADDED **
16989           po/ChangeLog                  ** REMOVED **
16990           po/Makefile.in.in             ** REMOVED **
16991           po/Rules-quot                 ** REMOVED **
16992           po/boldquot.sed               ** REMOVED **
16993           po/en@boldquot.header         ** REMOVED **
16994           po/en@quot.header             ** REMOVED **
16995           po/insert-header.sin          ** REMOVED **
16996           po/quot.sed                   ** REMOVED **
16997           po/remove-potcdate.sed        ** REMOVED **
16998           po/remove-potcdate.sin        ** REMOVED **
16999           po/stamp-po                   ** REMOVED **
17000           Makefile.am
17001           autogen.sh
17002           configure.ac
17003                 enable building with automake 1.8.x
17004                 add 'autopoint --force' to autogen.sh and remove all
17005                 auto-generated files, remove ac/ directory and use
17006                 m4/ directory instead
17007                 
17008         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17009                 fix gettextization
17010
17011 2004-02-28 Colin Leroy <colin@colino.net>
17012         * src/prefs_matcher.c
17013           src/prefs_filtering.c
17014           src/prefs_filtering_action.c
17015                 Fix non-editable GtkEntries
17016
17017 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17018         * src/prefs_themes.c
17019                 utf8 conversion for theme info
17020
17021 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17022         * sync 0.9.9claws
17023
17024 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17025         * src/grouplistdialog.c
17026                 allow multiple selections without ctrl key
17027
17028 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17029         * src/main.c
17030                 enable customizable accelerators
17031
17032 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17033         * src/prefs_common.c
17034                 re-enable different font settings for gtk1/2
17035         * src/prefs_folder_item.c
17036                 fix folder prefs displayed wrong
17037         * src/textview.c
17038                 set 'sunken' shadow type
17039
17040 2004-02-07 Colin Leroy <colin@colino.net>
17041         * src/compose.c
17042                 Fix message being always [Edited]
17043                 Encode headers correctly (utf8 buf)
17044
17045 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17046         * src/socket.c
17047                 remove double g_source_attach()
17048                 (Thanks to Colin Leroy)
17049
17050 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17051         * src/gtk/gtksctree.c
17052                 Fix SSL certificate list not shown
17053         * src/mimeview.c
17054                 Fix clicks in mime tree
17055
17056 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17057         * src/common/socket.c
17058                 Fix SSL receive
17059         * src/compose.c
17060                 Fix clipboard menu hotkeys
17061
17062 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17063         * src/gtk/gtkaspell.[ch]
17064           src/compose.c
17065                 reimplement spellchecker
17066
17067 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17068         * src/gtk/filesel.c
17069                 crash when inserting file in compose window
17070                 (TODO: keep old selection on clicks)
17071         * src/main.c
17072                 use gtkrc-2.0 instead of gtkrc
17073
17074 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17075         * src/messageview.c
17076                 remove orphaned mimeview unref()
17077
17078 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17079         * src/grouplistdialog.c
17080                 expand nodes containing subscribed groups
17081
17082 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17083         * src/textview.c
17084                 textview: hide cursor, restore old click behaviour
17085
17086 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17087         * src/textview.c
17088                 variable names messed up
17089
17090 2004-01-17 Colin Leroy <colin@colino.net>
17091         * src/addr_compl.c
17092                 Fix completion address too thin
17093         * src/compose.c
17094                 Fix tab-to-subject behaviour
17095         * src/summaryview.c
17096                 Implement key up & down in summaryview
17097
17098 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17099
17100         * sync 098claws
17101
17102 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17103         * configure.ac
17104           Makefile.am
17105           doc/.cvsignore
17106           doc/Makefile.am
17107                 faq, man, manual moved to doc/
17108         * ac/aspell.m4
17109           ac/check-type.m4
17110           ac/gnupg-check-typedef.m4
17111           ac/openssl.m4
17112           ac/spamassassin.m4
17113           ac/missing/gdk-pixbuf.m4
17114           ac/missing/gpgme.m4
17115           ac/missing/imlib.m4
17116                 fix automake warnings
17117
17118 2003-12-06 Colin Leroy <colin@colino.net>
17119         * src/summaryview.c
17120                 Fix quicksearch
17121
17122 2003-12-05 Colin Leroy <colin@colino.net>
17123         * src/summaryview.c
17124                 Fix going to next unread folder
17125
17126 2003-12-05 Colin Leroy <colin@colino.net>
17127         * src/crash.c
17128                 Fix gtk2 compilation
17129         * src/session.c
17130                 Remove iotag source handler at disconnection
17131         * src/socket.[ch] 
17132                 Remove source handler when closing socket 
17133                 (fixes another seg)
17134
17135 2003-12-04 Colin Leroy <colin@colino.net>
17136         * src/compose.c
17137           src/prefs_account.c
17138           src/prefs_common.c
17139                 Fix some dropdown menus
17140
17141 2003-12-04 Colin Leroy <colin@colino.net>
17142         * src/compose.c
17143                 Fix event handlers on header fields
17144         * src/common/socket.c
17145           src/common/session.c
17146                 Fix segfault with callback (SSL)
17147                 Fix end of session 
17148
17149 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17150
17151         * Fix compile bug in src/compose.c
17152         * removed src/gtk/gtkstext.[ch]
17153
17154 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17155
17156         * Convert character set and escape "text" attributes in toolbar setting
17157         files.
17158         * Fixed bug in button-press-event handling.
17159
17160 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17161
17162         * Fixed bug in key-press-event handling.
17163
17164 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17165
17166         * Enabled to compile tray-icon plugin (Ad-hoc).
17167         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17168
17169 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17170
17171         * Enabled to compile on sylpheed-claws.
17172         (tray-icon plugin still cannot compile yet.)
17173
17174 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17175
17176         * Updated to 0.9.5.
17177
17178 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17179
17180         * Updated to 0.9.4.
17181         * Ported monitoring SSL mechanism to GSource of GLib2
17182         (I don't confirm it)
17183         * Added _gtk2 suffix to key name of font preference to avoid
17184         ovverwriting preference of Gtk+-1.2 version.
17185
17186 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17187
17188         * Updated to 0.9.2.
17189
17190 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17191
17192         * Updated to 0.9.1.
17193         * Translate po files into UTF-8 when execute autogen.sh.
17194
17195 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17196
17197         * Updated to 0.9.0.
17198
17199 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17200
17201         * Plugged GError related memory leaks.
17202
17203 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17204
17205         * Changed default size of fonts.
17206         * Enabled to set titile font size of warning dialog.
17207
17208 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17209
17210         * Embed a sylpheed icon into executable binary on Windows.
17211
17212 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17213
17214         * I forgot to traslate character set of element string in src/xml.c.
17215
17216 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17217
17218         * Fixed detecting bind_textdomain_codeset in configure.in.
17219         * The bug in which "Example" of "Date fromat" preference isn't displayed
17220         correctly has been fixed.
17221
17222 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17223
17224         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17225           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17226           glib-gettextize
17227           Removed intl directory.
17228           Translated po files into UTF-8.
17229           (Thanks! Ryuji Abe)
17230
17231 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17232
17233         * The bug which doesn't unscape string in xml.c has been fixed.
17234
17235 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17236
17237         * The bug which is failed to translate encoding of file name thorough
17238         file dialog has been fixed.
17239
17240 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17241
17242         * Modified to translate file names which is used in inporting/expoting
17243         mbox feature and "Save as" feature into locale encoding.
17244         * Translate file names into locale encoding when "Attache file" and
17245         "Insert file".
17246         * Force set G_BROKEN_FILENAMES environment variable.
17247         * Other minor fixes.
17248
17249 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17250
17251         * Modified to treat MH folder's name as locale encoding.
17252
17253 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17254
17255         * The bug which clash on switching candidates of auto completion of
17256         addresses, cannot use auto completion in Japanesse is fixed
17257         (Thanks! Tokunaga-san)¡¥
17258
17259 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17260
17261         * The bug which cannot switch key accelerator preference has been fixed
17262         (Thanks! smbd-san)¡¥
17263
17264 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17265
17266         * version 0.8.11-gtk2-20030314
17267
17268 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17269
17270         * The bug in which character set conversion of filtering messages has
17271         been fixed.(Thanks! COCOA-san).
17272
17273 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17274
17275         * Revived "Leave space on head" preference in "Message" category.
17276         * A bug which clash when put the cursor to end of buffer and execute
17277         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17278
17279 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17280
17281         * version 0.8.11-gtk2-20030312
17282
17283 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17284
17285         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17286         * Modified to use Pango's API directly for font preference.
17287         * Integrated GtkTextView of textview to one widget.
17288         * Set fonts of header title in textview by "header_title" tag.
17289         * Removed some deprecated codes.
17290
17291 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17292
17293         * Updated to 0.8.11.
17294         * Merged cygwin patch(Thanks! Sakai-san).
17295
17296 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17297
17298         * version 0.8.10-gtk2-20030309