2006-08-23 [colin] 2.4.0cvs79
[claws.git] / ChangeLog
1 2006-08-23 [colin]      2.4.0cvs79
2
3         * src/gtk/gtksctree.c
4                 When selecting or deselecting range, only
5                 freeze/thaw when selection is bigger than 10
6
7 2006-08-23 [colin]      2.4.0cvs78
8
9         * src/messageview.c
10         * src/mimeview.c
11         * src/mimeview.h
12         * src/plugins/dillo_viewer/dillo_viewer.c
13                 Provide an API for MimeViewer plugins to
14                 return a text selection for replying
15
16 2006-08-23 [colin]      2.4.0cvs77
17
18         * src/image_viewer.c
19         * src/textview.c
20                 Use gtk_pixbuf_new_from_file_at_scale(), which
21                 is faster than getting the pixbuf then resizing
22                 it.
23
24 2006-08-23 [colin]      2.4.0cvs76
25
26         * src/procmime.c
27                 UTF-8 should be sent Quoted-printable
28
29 2006-08-22 [colin]      2.4.0cvs75
30
31         * src/mh.c
32                 Check if scan is required before touching
33                 the folder (or it'll be required every time)
34
35 2006-08-22 [colin]      2.4.0cvs74
36
37         * configure.ac
38                 Require libetpan 0.46 (crasher fix when built
39                 against gnutls)
40
41 2006-08-22 [colin]      2.4.0cvs73
42
43         * src/folder.c
44                 Set folder's mtime after writing its
45                 cache
46         * src/folderview.c
47                 Add some timing
48         * src/procmsg.c
49                 Don't do useless stuff if we don't 
50                 thread by subject
51         * src/summaryview.c
52                 Add some timing, don't deselect prior
53                 to selecting (gtksctree does it itself),
54                 remove crash avoidance hacks as it's been
55                 properly fixed since a while
56         * src/common/utils.c
57                 Optimize to_human_readable(): _() is slow,
58                 do it only once, and avoid %f format for KB
59                 (the most common in a summaryview)
60         * src/gtk/gtksctree.c
61                 Don't uselessly freeze/thaw (fixes flicker
62                 on next unread and friends), reduce number
63                 of g_list_nth/g_list_position where possible
64         * src/gtk/gtkutils.c
65         * src/gtk/gtkutils.h
66                 Reduce number of g_list_nth/g_list_position
67                 where possible.
68                 All of this makes loading as 70k folder 2.1
69                 seconds instead of 3.2 (with hot FS caches).
70                 (1.3 seconds without Date and Size columns...)
71
72 2006-08-22 [paul]       2.4.0cvs72
73
74         wrap documents and do some items from mones' MANUAL-TODO:
75
76         * manual/account.xml
77                 4.1. = fix tabname references to <quote>tabname</quote>
78                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
79         * manual/faq.xml
80                 1.1. = mentioned options don't match UI
81                 Add information about the 'Never send Return Receipts'
82                 option
83         * manual/handling.xml
84                 6.2. = Mentions Extended symbols button, but now is
85                 named Information
86                 6.3. = Mentions ... button, which is now Edit
87
88 2006-08-22 [colin]      2.4.0cvs71
89
90         * src/gtk/pluginwindow.c
91                 Fix layout in verbose translations (such
92                 as french)
93
94 2006-08-22 [paul]       2.4.0cvs70
95
96         * manual/Makefile.am
97                 build manuals in alphabetical order
98         * src/addressbook.c
99         * src/prefs_themes.c
100                 replace/remove deprecated symbols
101         * src/gtk/gtkutils.c
102                 fix a warning
103         * src/gtk/pluginwindow.c
104                 replace deprecated symbol
105                 replace label text and move it
106         * src/plugins/pgpcore/prefs_gpg.c
107                 move the 'Generate...' button out of the
108                 Sign Key frame, replace the English used
109         * src/plugins/pgpcore/sgpgme.c
110                 fixes to the English
111
112 2006-08-21 [colin]      2.4.0cvs69
113
114         * src/plugins/trayicon/trayicon.c
115                 Add more strings for translation; patch
116                 by Pawel
117
118 2006-08-21 [colin]      2.4.0cvs68
119
120         * src/compose.c
121                 fix replied flag not set after drafting
122         * src/matcher.c
123                 fix body quicksearch in non-encoded bodies
124                 containing '='
125         * src/msgcache.c
126                 Get rid of the g_malloc workaround for
127                 corrupted caches, use g_try_malloc
128
129 2006-08-21 [colin]      2.4.0cvs67
130
131         * src/alertpanel.c
132         * src/gtk/inputdialog.c
133         * src/plugins/pgpcore/passphrase.c
134                 Set minimal width to 375
135         * src/mainwindow.c
136                 Fix switching to offline, asking if it 
137                 should be overriden for synchronising
138         * src/mimeview.c
139                 Don't offer to remember command on Open 
140                 with for text parts, as the browser or 
141                 text editor command isn't changed from 
142                 there
143
144 2006-08-20 [paul]       2.4.0cvs66
145
146         * po/ko.po
147         * po/zh_CN.po
148                 fix plural form errors. revealed by stricter
149                 checking of gettext 0.15
150
151 2006-08-18 [paul]       2.4.0cvs65
152
153         * src/stock_pixmap.c
154                 fix the fix of 2.4.0cvs64
155                 Thanks to Colin
156
157 2006-08-18 [paul]       2.4.0cvs64
158
159         * src/stock_pixmap.c
160                 fix leaks
161                 Thanks to Colin
162
163 2006-08-18 [paul]       2.4.0cvs63
164
165         * src/compose.c
166         * src/procmsg.c
167                 fix occasional IMAP bug where large msgs
168                 were left in the queue folder after sending
169                 Thanks to Colin
170
171 2006-08-18 [paul]       2.4.0cvs62
172
173         * src/folderview.c
174                 freeze the summaryview while quicksearch results
175                 are displayed
176                 (fixes bug 456 'current message is hidden when the
177                 view is refreshed and extended search is "unread 
178                 messages"')
179                 Thanks to Colin
180         * src/textview.c
181                 add missing #include "inputdialog.h"
182         * src/common/utils.h
183                 add missing mailcap_update_default() and improve
184                 readability
185
186 2006-08-17 [colin]      2.4.0cvs61
187
188         * src/plugins/pgpcore/select-keys.c
189                 Fix warnings :)
190
191 2006-08-17 [colin]      2.4.0cvs60
192
193         * src/compose.c
194                 Don't continue queuing if Cancel is clicked
195                 in select-keys
196
197 2006-08-17 [colin]      2.4.0cvs59
198
199         * src/plugins/pgpcore/select-keys.c
200                 When encrypting, if only one key matches and it 
201                 matches exactly, automatically use it.
202
203 2006-08-17 [colin]      2.4.0cvs58
204
205         * src/mimeview.c
206         * src/prefs_common.c
207         * src/prefs_common.h
208         * src/prefs_ext_prog.c
209         * src/textview.c
210                 Fix issues with previous patch (text/html)
211                 Remove outdated prefs
212
213 2006-08-17 [colin]      2.4.0cvs57
214
215         * src/imap.c
216                 Add View Log button on auth error
217         * src/procmsg.c
218                 Fix encrypted mail marked as new when
219                 saved in normal folders
220         * src/plugins/pgpinline/pgpinline.c
221                 Fix encrypt bug on IMAP
222         * src/mimeview.c
223         * src/common/utils.c
224         * src/common/utils.h
225         * src/gtk/inputdialog.c
226         * src/gtk/inputdialog.h
227                 Get rid of metamail stuff, simplify
228                 opening, and allow remembering of user's
229                 choices (by updating ~/.mailcap). There's
230                 still to drop "Audio player" and "Image
231                 viewer" preferences.
232
233 2006-08-17 [mones]      2.4.0cvs56
234
235         * manual/es/sylpheed-claws-manual.xml
236                 fix DTD path
237
238 2006-08-17 [mones]      2.4.0cvs55
239
240         * configure.ac
241         * manual/Makefile.am
242         * manual/es/Makefile.am
243         * manual/es/account.xml
244         * manual/es/ack.xml
245         * manual/es/addrbook.xml
246         * manual/es/advanced.xml
247         * manual/es/faq.xml
248         * manual/es/glossary.xml
249         * manual/es/gpl.xml
250         * manual/es/handling.xml
251         * manual/es/intro.xml
252         * manual/es/keyboard.xml
253         * manual/es/plugins.xml
254         * manual/es/starting.xml
255         * manual/es/sylpheed-claws-manual.xml
256         * manual/es/dist/Makefile.am
257         * manual/es/dist/html/Makefile.am
258         * manual/es/dist/pdf/Makefile.am
259         * manual/es/dist/ps/Makefile.am
260         * manual/es/dist/txt/Makefile.am
261                 Spanish translation for the manual
262
263 2006-08-16 [colin]      2.4.0cvs54
264
265         * src/compose.c
266         * src/main.c
267         * src/mainwindow.c
268                 Fix send button sensitivity at startup
269                 Set send menu sensitivity (patch by Fabien)
270         * src/ssl_manager.c
271                 Enable closing with esc (patch by Fabien)
272         * src/gtk/foldersort.c
273                 Enable closing with esc (patch by Fabien)
274         * src/procmime.c
275                 Optimisation (no need to copy to tempfile to
276                 "decode" 7bit and 8bit)
277         * src/summaryview.c
278                 Fix cruft in swap_from case
279         * src/textview.c
280                 Fix missing last line in some mail cases 
281                 (Fixes debian #381872)
282         * src/plugins/pgpcore/prefs_gpg.c
283         * src/plugins/pgpcore/sgpgme.c
284         * src/plugins/pgpcore/sgpgme.h
285                 Don't show "no key found" when user explicitely
286                 wants to create a key
287
288 2006-08-16 [paul]       2.4.0cvs53
289
290         * configure.ac
291         * src/account.c
292         * src/addressbook.c
293         * src/headerview.c
294         * src/prefs_account.c
295         * src/prefs_message.c
296         * src/gtk/gtkutils.c
297                 bump up minimum required versions of GTK+ and
298                 GLIB to 2.6.0
299
300 2006-08-16 [paul]       2.4.0cvs52
301
302         * src/toolbar.c
303                 workaround GTK+ Bug 351600 - 'Can't re-click
304                 on button after sensitivity update'
305                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
306                 Thanks to Colin
307
308 2006-08-15 [colin]      2.4.0cvs51
309
310         * src/plugins/pgpcore/prefs_gpg.c
311                 Set options sensitivity according to
312                 key existence
313         * src/plugins/pgpcore/sgpgme.c
314                 Allow to create key with no passphrase
315
316 2006-08-14 [cleroy]     2.4.0cvs50
317
318         * src/gtk/pluginwindow.c
319                 New layout (maybe to be changed?)
320         * src/gtk/gtkutils.c
321                 Fix a bit label_window
322         * src/plugins/pgpcore/passphrase.c
323         * src/plugins/pgpcore/passphrase.h
324         * src/plugins/pgpcore/plugin.c
325         * src/plugins/pgpcore/prefs_gpg.c
326         * src/plugins/pgpcore/prefs_gpg.h
327         * src/plugins/pgpcore/sgpgme.c
328         * src/plugins/pgpcore/sgpgme.h
329                 Allow to create a PGP private key via the GUI
330
331 2006-08-14 [wwp]        2.4.0cvs49
332
333         * src/addressbook_foldersel.c
334                 fix strict ISO C90 compliance.
335
336 2006-08-14 [paul]       2.4.0cvs48
337
338         * src/gtk/prefswindow.c
339                 re-set scrolled window on opening
340                 Patch by Ticho
341
342 2006-08-14 [paul]
343
344         2.5.0-rc1 released
345
346 2006-08-14 [paul]       2.4.0cvs47
347
348         * src/prefs_display_header.c
349                 re-enable user-defined Displayed Headers
350
351 2006-08-14 [paul]       2.4.0cvs46
352
353         * src/prefs_account.c
354                 use GTK_STOCK_EDIT
355
356 2006-08-13 [colin]      2.4.0cvs45
357
358         * src/common/utils.c
359                 Fix "a" in quote when the original message is empty,
360                 by using \0 instead of 'a' to test writability of
361                 temp files.
362
363 2006-08-13 [wwp]        2.4.0cvs44
364
365         * src/plugins/spamassassin/spamassassin.c
366                 fix capitalization of "SpamAssassin" in some debug, log and
367                 dialog messages.
368
369 2006-08-13 [paul]       2.4.0cvs43
370
371         * src/editldap.c
372                 fix overlapping widgets
373         * src/prefs_account.c
374                 fix translation of protocol_names[]
375                 fix label disappearing off the edge of the
376                 visible area
377
378 2006-08-12 [paul]       2.4.0cvs42
379
380         * manual/plugins.xml
381                 update IRC channel info before it gets forgotten
382                 about
383
384 2006-08-11 [colin]      2.4.0cvs41
385
386         * src/compose.c
387         * src/mainwindow.c
388         * src/mainwindow.h
389         * src/procmsg.c
390         * src/procmsg.h
391         * src/summaryview.c
392         * src/toolbar.c
393                 Grey out the Send button if
394                 - Queue folders are empty, or
395                 - We're sending already
396
397 2006-08-11 [wwp]        2.4.0cvs40
398
399         * src/main.c
400                 fix a logic issue when quitting while a compose window is
401                 still open, thanks to Colin.
402
403 2006-08-10 [colin]      2.4.0cvs39
404
405         * src/main.c
406                 Fix default font size setting after wizard run
407         * src/imap.c
408         * src/etpan/imap-thread.c
409         * src/etpan/imap-thread.h
410                 Fix bug #999 (Timing out on TSL cert validation 
411                 dialog makes ugly things happen). Also, STARTTLS
412                 unconditionnaly if initial capabilities contain
413                 LOGINDISABLED and STARTTLS.
414
415 2006-08-09 [colin]      2.4.0cvs38
416
417         * src/mainwindow.c
418         * src/mainwindow.h
419                 Fix Tools/Actions sensitivity when there are
420                 no actions
421
422 2006-08-09 [colin]      2.4.0cvs37
423
424         * src/prefs_filtering.c
425                 Warning fix, patch by Paul
426         * src/messageview.c
427         * src/prefs_actions.c
428         * src/prefs_filtering_action.c
429         * src/prefs_matcher.c
430                 Uniformisation of "Info ..." to "Info..." (for
431                 old gtk), patch by Fabien
432         * src/plugins/clamav/clamav_plugin_gtk.c
433                 Sensitivity fix by Fabien
434
435 2006-08-09 [colin]      2.4.0cvs36
436
437         * src/main.c
438         * src/main.h
439                 Add a function to know whether we're exiting
440         * src/plugins/trayicon/trayicon.c
441                 If exiting, don't do anything. Faster, and
442                 avoids gtk_main_iteration reentracy causing
443                 segfaults at exit
444
445 2006-08-09 [colin]      2.4.0cvs35
446
447         * src/messageview.c
448         * src/mimeview.c
449         * src/mimeview.h
450                 Fix lack of part selection when automatically 
451                 jumping to a specific part
452         * src/msgcache.c
453                 Little optimisation in cache reading
454
455 2006-08-09 [colin]      2.4.0cvs34
456
457         * src/compose.c
458                 Fix crash setting the priority on reedit
459                 (Accessing compose before creating it!)
460
461 2006-08-08 [colin]      2.4.0cvs33
462
463         * src/procmime.c
464                 Fix bug #998 (last attachment is not accessible)
465                 Bad RFC interpretation on multipart close-delimiters
466         * src/mimeview.c
467         * src/mimeview.h
468         * src/gtk/gtkvscrollbutton.c
469         * src/gtk/gtkvscrollbutton.h
470                 Make attachments list wheel-scrollable
471
472 2006-08-07 [colin]      2.4.0cvs32
473
474         * src/gtk/gtkaspell.c
475                 Fix bug #973 (Unicode punctation characters 
476                 are not recognized as separators by the
477                 spell checker); fix unsigned stuff
478
479 2006-08-07 [colin]      2.4.0cvs31
480
481         * src/compose.c
482                 Fix bug #956 (DnD text with accents in compose 
483                 text entry); fix gccc's signed/unsigned fuss
484
485 2006-08-06 [colin]      2.4.0cvs30
486
487         * src/main.c
488                 Fix bug #979 (Plugin crashes when exiting 
489                 sylpheed-claws) : handle exit request only 
490                 once
491
492 2006-08-05 [colin]      2.4.0cvs29
493
494         * src/news.c
495                 Just make sure we have a msgid.
496
497 2006-08-05 [colin]      2.4.0cvs28
498
499         * src/news.c
500         * src/summaryview.c
501                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
502                 by reimplementing it
503         * src/textview.c
504                 Fix bug when hiding quotes with level > 3 and quote
505                 colors are recycled
506
507 2006-08-04 [colin]      2.4.0cvs27
508
509         * src/compose.c
510         * src/undo.c
511         * src/undo.h
512                 Fix a bit replace-by-pasting undo
513         * src/mainwindow.c
514         * src/messageview.c
515                 Fix Fold quotes menu synchro in
516                 mainwindow when it changes in 
517                 messageview
518         * src/textview.c
519                 Fix right-click on quotes blocks
520         * src/common/utils.c
521                 Verify that the file created by
522                 my_tmpfile() is writable. Fixes
523                 bug #988 (very specific filesystem
524                 issue)
525         * src/plugins/pgpcore/sgpgme.c
526                 Fix file descriptor leak
527         * src/plugins/spamassassin/spamassassin.c
528                 Warn once if spamd isn't reachable
529
530 2006-08-04 [colin]      2.4.0cvs26
531
532         * src/toolbar.c
533                 i18n context patch by Fabien
534
535 2006-08-03 [colin]      2.4.0cvs25
536
537         * src/mainwindow.c
538         * src/messageview.c
539                 Rename "Hide quotes" to "Fold quotes"
540         * src/textview.c
541                 Don't use hand cursor on quotes. "all 
542                 the bonuses of the feature and none of 
543                 unwelcome side-effects"
544
545 2006-08-03 [colin]      2.4.0cvs24
546
547         * AUTHORS
548         * sylpheed-claws.desktop
549         * src/gtk/authors.h
550                 Bring the desktop file to XDG compliance
551                 Patch by Charles A. Edwards
552
553 2006-08-03 [colin]      2.4.0cvs23
554
555         * src/textview.c
556                 Fix links offset when they are preceded
557                 by accentued chars (g_utf8_strlen!)
558         * src/mainwindow.c
559                 Fix wrong status when starting offline
560
561
562 2006-08-03 [wwp]        2.4.0cvs22
563
564         * src/prefs_common.h
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                 (forgot that file)
570
571 2006-08-03 [wwp]        2.4.0cvs21
572
573         * src/filtering.c
574         * src/filtering.h
575         * src/prefs_common.c
576         * src/summaryview.c
577         * src/alertpanel.c
578         * src/alertpanel.h
579         * src/messageview.c
580                 ask what to do w/ filtering rules that belong to an account when
581                 applying filtering rules manually from the main window (skip,
582                 apply regardless of the account, use current account). This dialog
583                 can be skipped and the last reply used.
584
585
586 2006-08-03 [colin]      2.4.0cvs20
587
588         * src/textview.c
589                 Optimize previous patch
590
591 2006-08-03 [cleroy]     2.4.0cvs19
592
593         * src/textview.c
594                 Fix quotes getting toggled back when the
595                 mail has an even number of text parts
596
597 2006-08-02 [colin]      2.4.0cvs18
598
599         * src/messageview.c
600                 Add Hide quotes menu
601
602 2006-08-02 [colin]      2.4.0cvs17
603
604         * src/mainwindow.c
605         * src/prefs_common.c
606         * src/textview.c
607         * src/textview.h
608         * src/gtk/about.c
609                 Allow per-level quote hiding,
610                 Allow toggling quotes by double-clicking them
611                 Rename RemoteURI to ClickableText to reflect
612                 the fact it's used for a variety of things
613
614 2006-08-02 [wwp]        2.4.0cvs16
615
616         * src/mainwindow.c
617                 fix "View/Hide quotes" menu item status initialization.
618
619 2006-08-02 [wwp]        2.4.0cvs15
620
621         * src/matcher_parser_parse.y
622                 remove a debug trace.
623
624 2006-08-02 [paul]       2.4.0cvs14
625
626         * src/plugins/pgpcore/passphrase.c
627                 don't set initial dialog size
628                 make it resizable
629
630 2006-08-02 [paul]       2.4.0cvs13
631
632         * src/noticeview.c
633                 remove the rogue '/' character
634
635 2006-08-02 [paul]       2.4.0cvs12
636
637         * src/noticeview.c
638                 allow buttons to resize as necessary
639
640 2006-08-01 [wwp]        2.4.0cvs11
641
642         * src/mbox.c
643                 fix strict ISO C90 compliance.
644
645 2006-08-01 [wwp]        2.4.0cvs10
646
647         * tools/update-po
648                 updated update-po tool to work w/ context-dependent translations.
649                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
650
651 2006-08-01 [wwp]        2.4.0cvs9
652
653         * src/matcher.c
654         * src/prefs_filtering.c
655         * src/prefs_matcher.c
656                 allow context-dependent translations for "All",
657                 patch by Fabien Vantard <fzzzzz@gmail.com>.
658
659 2006-07-31 [colin]      2.4.0cvs8
660
661         * AUTHORS
662         * src/gtk/authors.h
663                 Add Rafal to authors
664
665 2006-07-31 [colin]      2.4.0cvs7
666
667         * src/compose.c
668         * src/mainwindow.c
669         * src/messageview.h
670         * src/prefs_common.c
671         * src/prefs_common.h
672         * src/textview.c
673                 Add 'View/Hide quotes'. Patch based on a patch
674                 by Rafal Weglarz
675
676 2006-07-31 [colin]      2.4.0cvs6
677
678         * src/action.c
679                 Fix problem with "> stuff >" actions
680
681 2006-07-31 [paul]       2.4.0cvs5
682
683         * po/nb.po
684                 updated by Geir Helland
685
686 2006-07-31 [wwp]        2.4.0cvs4
687
688         * src/mainwindow.c
689         * src/summaryview.c
690         * src/summaryview.h
691                 add "View/Go to/Parent message" and "View/Go to/Last read message",
692                 thanks to Colin.
693
694 2006-07-31 [wwp]        2.4.0cvs3
695
696         * src/Makefile.am
697         * src/addr_compl.c
698         * src/addr_compl.h
699         * src/addressbook.c
700         * src/addressbook.h
701         * src/addressbook_foldersel.c
702         * src/addressbook_foldersel.h
703         * src/addrindex.c
704         * src/addrindex.h
705         * src/matcher.c
706         * src/matcher.h
707         * src/matcher_parser_lex.l
708         * src/matcher_parser_parse.y
709         * src/prefs_common.c
710         * src/prefs_common.h
711         * src/prefs_filtering.c
712         * src/prefs_matcher.c
713         * src/prefs_matcher.h
714         * src/summaryview.c
715                 introduce filtering against the address book. It's now possible to add
716                 matched conditions to determine if any email address in a message matches
717                 or doesn't match any or all books or folders in the address book.
718
719 2006-07-31 [wwp]        2.4.0cvs2
720
721         * src/account.c
722         * src/filtering.c
723         * src/filtering.h
724         * src/folder.c
725         * src/folderview.c
726         * src/inc.c
727         * src/mainwindow.c
728         * src/matcher.c
729         * src/matcher_parser_lex.l
730         * src/matcher_parser_parse.y
731         * src/mbox.c
732         * src/prefs_filtering.c
733         * src/prefs_filtering.h
734         * src/procmsg.c
735         * src/procmsg.h
736         * src/summaryview.c
737                 introduce per-account filtering rules. Each filtering rule can now be assigned
738                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
739                 when applying filtering rules manually, as all rules will apply - even the ones
740                 assigned to an account. This issue will be addressed soon.
741  
742
743
744 2006-07-31 [wwp]        2.4.0cvs1
745
746         * src/quote_fmt.c
747                 make more strings translatable.
748
749 2006-07-31 [paul]       2.4.0
750
751         2.4.0 released
752
753 2006-07-31 [paul]       2.3.1cvs91
754
755         * po/ca.po
756                 updated by Miquel Oliete
757
758 2006-07-31 [paul]       2.3.1cvs90
759
760         * po/de.po
761         * po/el.po
762         * po/fr.po
763         * po/it.po
764         * po/pl.po
765         * po/pt_BR.po
766         * po/sr.po
767         * po/zh_CN.po
768                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
769                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
770                 Aleksandar Urosevic, and Ralgh Young
771
772 2006-07-31 [paul]       2.3.1cvs89
773
774         * src/account.c
775         * src/main.c
776         * src/mainwindow.c
777         * src/mainwindow.h
778                 Fix a race condition when, after an SC crash, rescanning
779                 folders took more than 0.5 seconds
780                 Thanks to Colin
781
782 2006-07-31 [paul]       2.3.1cvs88
783
784         * src/folderview.c
785                 don't translate separator strings
786
787 2006-07-30 [mones]      2.3.1cvs87
788
789         * doc/man/sylpheed-claws.1
790                 Fixed non-ASCII chars in Hoa's name
791         * po/es.po
792                 Updated for release
793
794 2006-07-27 [colin]      2.3.1cvs86
795
796         * src/textview.c
797                 Don't include the leading \n in links
798                 Patch by Fabien
799
800 2006-07-25 [colin]      2.3.1cvs85
801
802         * src/mainwindow.c
803         * src/common/socket.h
804         * src/etpan/imap-thread.c
805                 Refresh resolvers before connecting
806                 to IMAP servers, and after switching
807                 to online. Thanks to Paul.
808
809 2006-07-18 [colin]
810
811         * 2.4.0-rc4 released
812
813 2006-07-17 [colin]      2.3.1cvs84
814
815         * src/inc.c
816                 Show connection attempt in statusbar before
817                 connecting (previously first message was
818                 "Retrieving messages from ..." after the
819                 connection succeeded.
820
821 2006-07-16 [wwp]        2.3.1cvs83
822
823         * sylpheed-claws.ico
824                 Added .ico file (windows multi-size icon file, generated).
825
826 2006-07-12 [wwp]        2.3.1cvs82
827
828         * src/messageview.c
829                 remove Message/Re-edit menu entry from messageview window,
830                 as sent/draft/queued messages are opened in compose window when
831                 re-edited and it's not possible to re-edit other msgs.
832
833 2006-07-12 [paul]       2.3.1cvs81
834
835         * AUTHORS
836         * src/mainwindow.c
837         * src/gtk/authors.h
838                 check online state before resetting
839                 mailcheck timer. Useful if some program
840                 verifies connection state and updates
841                 Claws.
842                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
843
844 2006-07-12 [paul]       2.3.1cvs80
845
846         * sylpheed-claws-128x128.png
847         * sylpheed-claws-64x64.png
848         * sylpheed-claws.png
849         * src/Makefile.am
850         * src/main.c
851         * src/prefs_toolbar.c
852         * src/stock_pixmap.c
853         * src/stock_pixmap.h
854         * src/wizard.c
855         * src/gtk/about.c
856         * src/gtk/gtkutils.c
857         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
858         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
859         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
860         * src/pixmaps/sylpheed.xpm              ** REMOVED **
861         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
862         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
863                 updated and renamed logo/icon files and related
864                 logo by Jesper Schultz
865
866 2006-07-11 [paul]       2.3.1cvs79
867
868         * src/main.c
869                 fix the labels a smidgin
870
871 2006-07-09 [colin]      2.3.1cvs78
872
873         * src/textview.c
874                 Show errors in textviewer's command
875                 Patch by H. Merijn Brand
876
877 2006-07-09 [colin]      2.3.1cvs77
878
879         * src/compose.c
880                 Save FMID in drafts too
881
882 2006-07-08 [colin]      2.3.1cvs76
883
884         * src/compose.c
885                 Svae RMID in drafted mails too
886                 Save quote_fmt vars for whole mails,
887                 don't reset at each quote_fmt_init:
888                 allows to use the same |i{var} in
889                 various template fields
890         * src/prefs_template.c
891         * src/quote_fmt.h
892         * src/quote_fmt_parse.y
893                 Same
894
895 2006-07-08 [colin]      2.3.1cvs75
896
897         * src/textview.c
898                 Fix highlighting of attached parts URIs
899
900 2006-07-08 [colin]      2.3.1cvs74
901
902         * src/main.c
903                 Prevent bug #981 (sc 2.3.1 segfaults with 
904                 gtk+ 2.10) from being reported again:
905                 if Sylpheed-Claws has been compiled against
906                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
907                 of if Sylpheed-Claws has been compiled against
908                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
909                 error out.
910
911 2006-07-07 [colin]      2.3.1cvs73
912
913         * src/prefs_actions.c
914                 Fix label
915
916 2006-07-07 [colin]      2.3.1cvs72
917
918         * src/prefs_actions.c
919                 Fix compile on gtk < 2.8. argh :)
920
921 2006-07-07 [paul]       2.3.1cvs71
922
923         * src/common/defs.h
924                 update DONATE_URI
925
926 2006-07-07 [colin]      2.3.1cvs70
927
928         * po/POTFILES.in
929         * src/quote_fmt.c
930         * src/quote_fmt_lex.l
931         * src/quote_fmt_parse.y
932                 Add |i{var}, a way to insert user-entered
933                 text in a template
934
935 2006-07-07 [colin]
936
937         * 2.4.0-rc3 released
938
939 2006-07-07 [colin]      2.3.1cvs69
940
941         * src/folder.c
942                 Don't consider inboxes of UNKNOWN folder 
943                 classes to be useable as default inboxes
944
945 2006-07-07 [paul]       2.3.1cvs68
946
947         * src/textview.c
948                 add missing #include <errno.h>
949                 Thanks to René J. Blokland
950
951 2006-07-07 [paul]       2.3.1cvs67
952
953         * src/action.c
954                 Return now Closes dialog
955         * src/mimeview.c
956         * src/mimeview.h
957         * src/textview.c
958                 add contextual menu to mime parts listed
959                 in the textview
960                 Thanks to Colin
961         * src/common/utils.c
962                 reversal: ' is a valid character in URLs
963
964 2006-07-06 [colin]      2.3.1cvs66
965
966         * src/remotefolder.h
967                 Forgotten in previous commit
968
969 2006-07-06 [colin]      2.3.1cvs65
970
971         * src/folder.c
972                 Set summary update flag whenever
973                 totals changed
974         * src/imap.c
975         * src/prefs_account.c
976         * src/common/utils.h
977         * src/etpan/imap-thread.c
978                 Fix warnings, thanks to Fabien and
979                 Ricardo
980
981 2006-07-06 [wwp]        2.3.1cvs64
982
983         * src/gtk/gtkutils.c
984                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
985
986 2006-07-06 [wwp]        2.3.1cvs63
987
988         * src/account.c
989         * src/addressbook.c
990         * src/addressitem.h
991         * src/folderview.c
992         * src/mainwindow.c
993         * src/manual.c
994         * src/manual.h
995         * src/message_search.c
996         * src/prefs_actions.c
997         * src/prefs_filtering.c
998         * src/prefs_filtering.h
999         * src/prefs_template.c
1000         * src/summary_search.c
1001         * src/summaryview.c
1002         * src/gtk/gtkutils.c
1003         * src/gtk/gtkutils.h
1004         * src/gtk/pluginwindow.c
1005                 add help buttons to some dialogs. Clicking such buttons opens a
1006                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1007
1008 2006-07-06 [paul]       2.3.1cvs62
1009
1010         * src/textview.c
1011                 fix attachments contextual menu
1012                 Thanks to Colin
1013
1014 2006-07-05 [colin]      2.3.1cvs61
1015
1016         * src/textview.c
1017         * src/compose.c
1018                 Handle sftp:// links
1019
1020 2006-07-05 [paul]       2.3.1cvs60
1021
1022         * src/gtk/filesel.c
1023                 grab save button by default
1024                 Thanks to Colin
1025
1026 2006-07-05 [wwp]        2.3.1cvs59
1027
1028         * manual/xml2pdf
1029                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1030
1031 2006-07-04 [colin]      2.3.1cvs58
1032
1033         * src/mimeview.c
1034         * src/textview.c
1035                 Use left click to select, middle click to open
1036                 on mimeparts links
1037         * src/common/utils.c
1038                 Fix segfault
1039
1040 2006-07-04 [colin]      2.3.1cvs57
1041
1042         * src/mainwindow.c
1043         * src/news.c
1044                 Warning fixes, thanks to Fabien
1045
1046 2006-07-04 [colin]      2.3.1cvs56
1047
1048         * src/mimeview.c
1049         * src/mimeview.h
1050         * src/textview.c
1051                 Allow parts to be selected via their text label
1052                 in textview
1053
1054 2006-07-04 [colin]      2.3.1cvs55
1055
1056         * src/folderview.c
1057                 Feedback when closing (for big folders)
1058         * src/prefs_actions.c
1059         * src/prefs_filtering.c
1060         * src/prefs_matcher.c
1061         * src/prefs_template.c
1062                 Fix default button when closing without
1063                 having saved
1064
1065 2006-07-04 [colin]      2.3.1cvs54
1066
1067         * src/news.c
1068                 Delete local file on deletion
1069
1070 2006-07-03 [colin]      2.3.1cvs53
1071
1072         * src/folderview.c
1073         * src/main.c
1074                 Don't freeze when rescanning after crash
1075
1076 2006-07-03 [wwp]        2.3.1cvs52
1077
1078         * src/compose.c
1079         * src/privacy.c
1080         * src/privacy.h
1081         * src/plugins/pgpinline/pgpinline.c
1082         * src/plugins/pgpmime/pgpmime.c
1083                 don't report an error when the user cancels the passphrase dialog.
1084
1085 2006-07-02 [colin]      2.3.1cvs51
1086
1087         * src/folderview.c
1088                 Open message when crossing folders with Space,
1089                 goto next unread and friends
1090
1091 2006-07-01 [colin]      2.3.1cvs50
1092
1093         * src/prefs_account.c
1094                 Typographic rules varying from language
1095                 to language (in french "Protocole :"),
1096                 we have to do that :)
1097
1098 2006-07-01 [ticho]      2.3.1cvs49
1099
1100         * src/prefs_account.c
1101                 Only use one temporary gchar* variable in
1102                 prefs_account_protocol_set_optmenu().
1103
1104 2006-07-01 [ticho]      2.3.1cvs48
1105
1106         * src/prefs_account.c
1107         * src/prefs_account.h
1108                 Use GtkLabel for existing account protocol name.
1109                 Created an array for protocol names and populate the
1110                 combobox from it in a for() cycle.
1111
1112 2006-06-30 [colin]      2.3.1cvs47
1113
1114         * src/compose.c
1115                 Block undo when changing signature (by changing
1116                 account)
1117
1118 2006-06-30 [paul]       2.3.1cvs46
1119
1120         * src/send_message.c
1121                 when editing From in the Compose window, use that address
1122                 in the Return-Path: header
1123                 Thanks to Colin
1124
1125 2006-06-30 [colin]      2.3.1cvs45
1126
1127         * src/compose.c
1128                 Fix signature replacement:
1129                 - when no newline before separator
1130                 - when reediting
1131
1132 2006-06-29 [colin]      2.3.1cvs44
1133
1134         * src/folderview.c
1135         * src/folderview.h
1136         * src/mainwindow.c
1137         * src/summaryview.c
1138                 Let 'View/Go to/Next marked' work like
1139                 Next new & Next unread: across folders
1140                 Change the select_on_entry pref to do
1141                 what we want when changing folder
1142         * src/common/utils.c
1143                 Fix single-quoted links 
1144
1145 2006-06-29 [colin]      2.3.1cvs43
1146
1147         * src/gtk/gtkaspell.c
1148                 "Sylpheed" and "Sylpheed-Claws" do exist !
1149
1150 2006-06-29 [colin]      2.3.1cvs42
1151
1152         * src/imap.c
1153                 Forgot to remove debug
1154
1155 2006-06-29 [colin]      2.3.1cvs41
1156
1157         * src/imap.c
1158         * src/imap.h
1159         * src/mainwindow.c
1160                 Disconnect from IMAP servers when going
1161                 offline. Fixes bug #978 (going to offline-mode 
1162                 won't close connections)
1163
1164 2006-06-29 [colin]      2.3.1cvs40
1165
1166         * src/main.c
1167                 Fix transient setting on failing plugins
1168                 Patch by Fabien
1169         * src/plugins/pgpcore/sgpgme.c
1170                 Only warn for OpenPGP. Most people don't
1171                 have CMS available.
1172
1173 2006-06-29 [colin]      2.3.1cvs39
1174
1175         * src/compose.c
1176                 Fix Spelling menu (discrepancy between context menu
1177                 and top menu when folder's dictionary isn't the 
1178                 default one)
1179         * src/plugins/pgpcore/sgpgme.c
1180                 More error reporting about why gpgme can fail
1181
1182 2006-06-29 [wwp]        2.3.1cvs38
1183
1184         * src/mainwindow.c
1185                 honor the display-header-pane setting even when the message view
1186                 is a separate window.
1187
1188 2006-06-29 [wwp]        2.3.1cvs37
1189
1190         * src/prefs_actions.c
1191                 forgot to commit that one (use of GTK_STOCK_INFO).
1192
1193 2006-06-29 [colin]      2.3.1cvs36
1194
1195         * src/imap.c
1196                 Better handling of login errors (ask the password
1197                 again once), alert in case of error. Fix three
1198                 signedness warnings.
1199
1200 2006-06-28 [wwp]        2.3.1cvs35
1201
1202         * src/prefs_template.c
1203         * src/prefs_matcher.c
1204         * src/prefs_filtering_action.c
1205         * src/prefs_quote.c
1206                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1207                 patch by Fabien Vantard, slightly modified.
1208
1209 2006-06-28 [paul]
1210
1211         2.4.0-rc2 released
1212
1213 2006-06-28 [colin]      2.3.1cvs34
1214
1215         * src/prefs_account.c
1216                 Fix bug #977 (Can't add or edit imap accounts)
1217
1218 2006-06-28 [colin]      2.3.1cvs33
1219
1220         * src/mimeview.c
1221                 Fix previous
1222
1223 2006-06-28 [colin]      2.3.1cvs32
1224
1225         * src/mimeview.c
1226                 Save named inlined attachments with "Save all"
1227         * src/main.c
1228         * src/mbox.c
1229         * src/common/plugin.c
1230         * src/common/plugin.h
1231         * src/common/sylpheed.c
1232         * src/common/utils.c
1233         * src/plugins/pgpcore/sylpheed.def
1234         * src/plugins/pgpinline/sylpheed.def
1235         * src/plugins/pgpmime/sylpheed.def
1236                 Win32 compatibility patch, by
1237                 Werner Koch
1238
1239 2006-06-28 [wwp]        2.3.1cvs31
1240
1241         * src/imap.c
1242         * src/prefs_folder_item.c
1243                 less compilation warnings (thanks to Fabien Vantard), less typos.
1244
1245 2006-06-28 [paul]       2.3.1cvs30
1246
1247         * src/gtk/gtkutils.c
1248                 gtk_combo_box_set_focus_on_click() is only
1249                 available since gtk 2.6.0
1250
1251 2006-06-28 [paul]       2.3.1cvs29
1252
1253         * src/prefs_ext_prog.c
1254                 fix engrish and add a tooltip for the
1255                 'command for 'Display as text' option
1256
1257 2006-06-28 [paul]
1258
1259         2.4.0-rc1 released
1260
1261 2006-06-28 [paul]       2.3.1cvs28
1262
1263         * ChangeLog
1264         * tools/Makefile.am
1265                 include textviewer.pl in releases
1266
1267 2006-06-28 [paul]       2.3.1cvs27
1268
1269         * src/prefs_ext_prog.c
1270                 hide Print command option if libgnomeprint
1271                 support is present
1272
1273 2006-06-27 [colin]      2.3.1cvs26
1274
1275         * src/compose.c
1276                 Fix Esc handling in insert/attach dialog
1277                 Don't show this dialog if dragging something
1278                 else than text/uri-list
1279                 Thanks to Fabien Vantard
1280         * tools/textviewer.pl
1281                 Filter script to display stuff as text
1282                 by H. Merijn Brand
1283
1284 2006-06-27 [wwp]        2.3.1cvs25
1285
1286         * src/messageview.c
1287                 use the exact product name (message view title), patch
1288                 by Fabien Vantard.
1289
1290 2006-06-27 [ticho]      2.3.1cvs24
1291
1292         * src/prefs_account.c
1293         * src/prefs_common.c
1294         * src/prefs_common.h
1295         * src/prefs_ext_prog.c
1296         * src/textview.c
1297                 Add a preference (Preferences/External programs)
1298                 to allow "Display as text" to be done via a script
1299                 (patch by H.Merijn Brand).
1300                 Use GtkComboBox for protocol selection in account
1301                 preferences.
1302                 Only include current choice for existing accounts, and
1303                 insensitivize the combobox.
1304
1305 2006-06-27 [paul]       2.3.1cvs23
1306
1307         * src/mbox.c
1308                 fix crasher introduced in cvs21.
1309                 Thanks to Colin
1310
1311 2006-06-26 [colin]      2.3.1cvs22
1312
1313         * src/mbox.c
1314                 Fix double-frees when leaving folders
1315                 after exporting to mbox
1316
1317 2006-06-26 [colin]      2.3.1cvs21
1318
1319         * src/mbox.c
1320                 More feedback (and optimisation)
1321                 on import/export
1322         * src/common/utils.c
1323                 Fix case when looking for mail addresses
1324         * src/gtk/gtkutils.c
1325                 Extra check for (X-)Face
1326
1327 2006-06-25 [ticho]      2.3.1cvs20
1328
1329         * src/compose.c
1330         * src/exphtmldlg.c
1331         * src/gtk/gtkutils.c
1332         * src/gtk/gtkutils.h
1333                 Added second argument to gtkut_sc_combobox_create() to
1334                 control focus-on-click for the widget.
1335                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1336
1337 2006-06-25 [ticho]      2.3.1cvs19
1338
1339         * src/compose.c
1340         * src/gtk/Makefile.am
1341         * src/gtk/combobox.c
1342         * src/gtk/combobox.h
1343         * src/gtk/gtkutils.c
1344         * src/gtk/gtkutils.h
1345                 Use GtkComboBox instead of deprecated GtkOptionMenu
1346                 for account selector in compose window and for encoding
1347                 selector in attachment properties.
1348                 Also factorise working with the new GtkComboBox somewhat.
1349
1350 2006-06-24 [paul]       2.3.1cvs18
1351
1352         * src/prefs_common.c
1353                 use the correct default value
1354
1355 2006-06-24 [paul]       2.3.1cvs17
1356
1357         * src/compose.c
1358         * src/prefs_common.c
1359         * src/prefs_common.h
1360         * src/prefs_compose_writing.c
1361                 enable setting of default action when
1362                 dnd'ing files in the compose window.
1363                 (Collaborative effort with wwp)
1364
1365 2006-06-23 [wwp]        2.3.1cvs16
1366
1367         * src/compose.c
1368                 i18n fix (thanks to Fabien Vantard)
1369
1370 2006-06-22 [colin]      2.3.1cvs15
1371
1372         * src/prefs_customheader.c
1373                 Don't use filters in custom headers' file 
1374                 selector. Remember, extensions mean nothing :)
1375
1376 2006-06-22 [paul]       2.3.1cvs14
1377
1378         * configure.ac
1379                 allow setting of man directory location
1380
1381 2006-06-22 [colin]      2.3.1cvs13
1382
1383         * src/mainwindow.c
1384                 Add 'View/Go to/Next unread folder'.
1385                 I missed that :)
1386
1387 2006-06-22 [colin]      2.3.1cvs12
1388
1389         * src/common/utils.c
1390                 Add some subject prefixes
1391                 Patch by Bjorn T Johansen <btj@havleik.no>
1392
1393 2006-06-22 [colin]      2.3.1cvs11
1394
1395         * manual/advanced.xml
1396                 Forgotten hidden pref
1397
1398 2006-06-21 [paul]       2.3.1cvs10
1399
1400         * src/prefs_account.c
1401                 complete the removal of 'Add date header' option
1402
1403 2006-06-21 [paul]       2.3.1cvs9
1404
1405         * src/account.c
1406         * src/compose.c
1407         * src/prefs_account.c
1408         * src/prefs_account.h
1409                 remove option to add date header - always
1410                 add date header
1411         * src/etpan/imap-thread.c
1412                 fix warnings (Thanks to Colin)
1413
1414 2006-06-21 [wwp]        2.3.1cvs8
1415
1416         * src/folder.c
1417                 set the attachment flag when inline text part are (file)named. This is more convenient
1418                 when receiving (for instance) inline source files or patches sent using thunderbird.
1419
1420 2006-06-21 [paul]       2.3.1cvs7
1421
1422         * src/inc.c
1423                 fix off-by-one count of current msg in
1424                 statusbar filtering progressbar
1425
1426 2006-06-21 [paul]       2.3.1cvs6
1427
1428         * src/folder.c
1429                 Show attachment icon even if the part is 'inline'
1430                 if the following conditions are met:
1431                 - content-type != 'text/plain'
1432                 - content-type != '*/pgp-signature'
1433                 - either 'name' or 'filename' parameter is not NULL
1434                 
1435                 Thanks to Colin
1436
1437 2006-06-21 [paul]       2.3.1cvs5
1438
1439         * src/messageview.c
1440         * src/prefs_common.c
1441         * src/prefs_common.h
1442         * src/prefs_other.c
1443                 add an option to 'Never send Return
1444                 Receipts'
1445                 Thanks to Colin
1446
1447 2006-06-20 [mones]      2.3.1cvs4
1448
1449         * po/es.po
1450                 updated
1451         * src/compose.c
1452                 typo fixed (space after comma)
1453         * tools/make.themes.project
1454                 remove exec mode from tarball files
1455
1456 2006-06-20 [colin]      2.3.1cvs3
1457
1458         * src/news.c
1459         * src/procheader.c
1460         * src/unmime.c
1461                 Better fix for \n's in headers (don't 
1462                 break Received: and others)
1463
1464 2006-06-20 [paul]       2.3.1cvs2
1465
1466         * src/alertpanel.c
1467         * src/textview.c
1468                 improve legibility of phishing attempt
1469                 dialog
1470
1471 2006-06-20 [paul]       2.3.1cvs1
1472
1473         * NEWS
1474         * README
1475         * configure.ac
1476                 Update version number following
1477                 stable release
1478
1479 2006-06-20 [colin]      2.3.0cvs26
1480
1481         * src/compose.c
1482                 When dragging a file to the text of the compose
1483                 window, ask whether we want to insert or attach
1484                 (I know lots of people who do that to attach)
1485
1486 2006-06-20 [colin]      2.3.0cvs25
1487
1488         * src/etpan/imap-thread.c
1489                 Fix threshold (the append command is often > 32 bytes)
1490
1491 2006-06-19 [colin]      2.3.0cvs24
1492
1493         * src/imap.c
1494         * src/etpan/imap-thread.c
1495                 Workaround Rockliffe IMAP server bug: replace
1496                 "x UID SEARCH (ANSWERED UID 1:*)" with
1497                 "x UID SEARCH ANSWERED"
1498                 (Rockliffe doesn't handle the parenthesis)
1499
1500 2006-06-19 [colin]      2.3.0cvs23
1501
1502         * src/compose.c
1503         * src/imap.c
1504         * src/etpan/imap-thread.c
1505                 Probably fix bug #972 (Freezes when adding 
1506                 an attachment to the message)
1507         * src/common/defs.h
1508                 Modernize Firefox cmd
1509
1510
1511 2006-06-18 [colin]      2.3.0cvs22
1512
1513         * src/prefs_customheader.c
1514                 Only allow correct filenames for various
1515                 custom headers
1516
1517 2006-06-18 [colin]      2.3.0cvs21
1518
1519         * src/prefs_customheader.c
1520                 Add a 'From File...' button in custom headers prefs, which
1521                 try to do the right thing: 
1522                 for normal headers, use file as plaintext,
1523                 for X-Face, calls compface,
1524                 for Face, encode to b64.
1525
1526 2006-06-17 [colin]      2.3.0cvs20
1527
1528         * src/mh.c
1529                 Warning fix
1530
1531 2006-06-16 [colin]      2.3.0cvs19
1532
1533         * src/summaryview.c
1534                 Recursive quicksearch: show message list
1535                 in current folder, *then* search children
1536                 in the background.
1537
1538 2006-06-16 [colin]      2.3.0cvs18
1539
1540         * src/main.c
1541                 Instead of ignoring SIGPIPE, save caches
1542                 when getting one. Will fix the fact that
1543                 hot caches are out-of-date when logging 
1544                 out of Xorg.
1545         * src/compose.c
1546         * src/prefs_compose_writing.c
1547                 Only save text (not attachments) when 
1548                 auto-saving to drafts
1549         * src/unmime.c
1550                 Always replace \n, \r and \t with spaces
1551                 in headers
1552         * manual/dist/html/Makefile.am
1553         * manual/dist/pdf/Makefile.am
1554         * manual/dist/ps/Makefile.am
1555         * manual/dist/txt/Makefile.am
1556         * manual/fr/dist/html/Makefile.am
1557         * manual/fr/dist/pdf/Makefile.am
1558         * manual/fr/dist/ps/Makefile.am
1559         * manual/fr/dist/txt/Makefile.am
1560         * manual/pl/dist/html/Makefile.am
1561         * manual/pl/dist/pdf/Makefile.am
1562         * manual/pl/dist/ps/Makefile.am
1563         * manual/pl/dist/txt/Makefile.am
1564                 Fix make clean removing pregenerated manuals
1565
1566
1567 2006-06-16 [colin]      2.3.0cvs17
1568
1569         * src/plugins/pgpcore/sgpgme.c
1570         * src/plugins/pgpmime/pgpmime.c
1571         * src/plugins/pgpinline/pgpinline.c
1572                 Better error reporting in setup_signers.
1573                 Don't fallback to default key if specified
1574                 key isn't found.
1575                 Don't allow signing if more than one secret
1576                 key matches the one specified in prefs.
1577
1578 2006-06-15 [colin]      2.3.0cvs16
1579
1580         * src/folderview.c
1581                 Add "Send queue" in the folder's contextual
1582                 menu
1583         * src/compose.c
1584         * src/messageview.c
1585         * src/privacy.c
1586         * src/privacy.h
1587         * src/procmime.c
1588         * src/procmsg.c
1589         * src/plugins/pgpcore/passphrase.c
1590         * src/plugins/pgpcore/sgpgme.c
1591         * src/plugins/pgpinline/pgpinline.c
1592         * src/plugins/pgpmime/pgpmime.c
1593                 Better error reporting
1594         * src/mbox.c
1595                 Probably fix bug #971 (2.2.3 cannot read mail 
1596                 from local mbox)
1597
1598
1599 2006-06-15 [mones]      2.3.0cvs15
1600
1601         * tools/make.themes.project
1602                 creates the themes project from the web page
1603
1604 2006-06-15 [colin]      2.3.0cvs14
1605
1606         * src/folder.c
1607                 Better fix (avoid losing the folder if scan_tree 
1608                 fails)
1609
1610 2006-06-15 [cleroy]     2.3.0cvs13
1611
1612         * src/folder.c
1613                 Probably fix Bug #969 (crash on rebuilding 
1614                 imap folder)
1615
1616 2006-06-14 [colin]      2.3.0cvs12
1617
1618         * manual/dtd/manual.xsl
1619         * manual/sylpheed-claws-manual.xml
1620         * manual/fr/sylpheed-claws-manual.xml
1621         * manual/pl/sylpheed-claws-manual.xml
1622                 Insert pagebreaks between sections
1623
1624 2006-06-14 [paul]       2.3.0cvs11
1625
1626         * configure.ac
1627                 better fix than 2.3.0cvs10
1628
1629 2006-06-14 [paul]       2.3.0cvs10
1630
1631         * configure.ac
1632                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1633                 (backwards compatible)
1634
1635 2006-06-13 [colin]      2.3.0cvs9
1636
1637         * src/messageview.c
1638                 Fix sending of return receipt with the new queue folders
1639
1640 2006-06-13 [wwp]        2.3.0cvs8
1641
1642         * src/quote_fmt_lex.l
1643                 fix wrong tokens returned in quote_fmt lexer, query not().
1644
1645 2006-06-13 [wwp]        2.3.0cvs7
1646
1647         * src/folder.c
1648         * src/prefs_folder_item.c
1649                 allow changing folder type even when folder is not a top-level one,
1650                 thanks to Colin.
1651
1652 2006-06-12 [colin]      2.3.0cvs6
1653
1654         * src/folderview.c
1655                 Fix double-ask of "Do you want to mark all
1656                 as read"
1657
1658 2006-06-12 [colin]      2.3.0cvs5
1659
1660         * src/compose.c
1661         * src/compose.h
1662         * src/folder.c
1663         * src/folder.h
1664         * src/imap.c
1665         * src/inc.c
1666         * src/main.c
1667         * src/messageview.c
1668         * src/mh.c
1669         * src/prefs_folder_item.c
1670         * src/procheader.c
1671         * src/procmime.c
1672         * src/procmsg.c
1673         * src/procmsg.h
1674         * src/send_message.c
1675         * src/summaryview.c
1676         * src/toolbar.c
1677                 Apply bug #964's patch (Queue and drafts aren't normal)
1678                 The Drafts and Queue folder now contain RFC-822 files,
1679                 allowing to move and copy mails from and to these 
1680                 folders. Moving from Drafts to Queue will prepare the
1681                 mail for sending (PGP signature, encryption, etc).
1682                 This patch also rework sending errors handling to try
1683                 to be more helpful.
1684                 Also, allow redefining folder types via the GUI 
1685                 (Folder type in its Properties)
1686
1687 2006-06-12 [colin]      2.3.0cvs4
1688
1689         * src/summaryview.c
1690         * src/prefs_common.c
1691         * src/prefs_common.h
1692         * src/gedit-print.c
1693                 Allow to define a specific print font - patch
1694                 by Bernhard Walle <bernhard.walle@gmx.de>
1695         * src/prefs_fonts.c
1696         * manual/advanced.xml
1697         * manual/fr/advanced.xml
1698                 Add a hidden pref to allow deletion without
1699                 confirmation
1700
1701 2006-06-12 [wwp]        2.3.0cvs3
1702
1703         * .cvsignore
1704                 more files to ignore.
1705
1706 2006-06-12 [wwp]        2.3.0cvs2
1707
1708         * src/quote_fmt.c
1709         * src/quote_fmt_lex.l
1710         * src/quote_fmt_parse.y
1711                 extend the quote_fmt parser (templates and quotes):
1712                 - allow limited sub-expressions in |p{} and |f{} expressions,
1713                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1714                 - implemented/fixed missing implementation of query_references and show_references,
1715                 - completed, fixed contents and format of the symbols help dialog,
1716                 - fix some compilation warnings.
1717
1718 2006-06-12 [wwp]        2.3.0cvs1
1719
1720         * manual/advanced.xml
1721         * manual/fr/advanced.xml
1722                 updates in the "templates" section of the manual (eng/fr):
1723                  - be more precise (both versions)
1724                  - completed to match the english reference (fr version)
1725                  - touchups (both versions)
1726
1727 2006-06-12 [paul]       2.3.0
1728
1729         2.3.0 released
1730
1731 2006-06-12 [paul]       2.2.3cvs14
1732
1733         * po/ca.po
1734         * po/cs.po
1735         * po/de.po
1736         * po/el.po
1737         * po/fr.po
1738         * po/it.po
1739         * po/pt_BR.po
1740         * po/sr.po
1741         * po/zh_CN.po
1742                 updated by Miquel Oliete, Tim, Stephan Sachse,
1743                 Stavros Giannouris, Fabien Vantard, Andrea
1744                 Spadaccini, Frederico Goncalves Guimaraes,
1745                 Aleksandar Urosevic, and Ralgh Young
1746
1747 2006-06-12 [colin]      2.2.3cvs13
1748
1749         * src/mbox.c
1750                 Add missing header
1751
1752 2006-06-11 [colin]      2.2.3cvs12
1753
1754         * src/msgcache.c
1755                 Verify that g_malloc() succeeded
1756
1757 2006-06-11 [colin]      2.2.3cvs11
1758
1759         * src/wizard.c
1760                 Add Face header to welcome mail
1761
1762 2006-06-10 [colin]      2.2.3cvs10
1763
1764         * src/textview.c
1765                 Revert previous (Forgot it changes the
1766                 margin on the whole mail)
1767
1768 2006-06-10 [colin]      2.2.3cvs9
1769
1770         * src/textview.c
1771                 Don't overlap long headers under (X-)Face
1772
1773 2006-06-10 [mones]      2.2.3cvs8
1774
1775         * manual/xml2pdf
1776                 allow generation of manual on systems lacking saxon binary
1777                 but with java and the saxon library installed
1778
1779         * po/es.po
1780                 updated for release
1781
1782 2006-06-09 [colin]      2.2.3cvs7
1783
1784         * src/summaryview.c
1785                 Fix leak when using Display Sender using Addressbook
1786
1787 2006-06-09 [colin]      2.2.3cvs6
1788
1789         * src/compose.c
1790         * src/folder.c
1791         * src/folderview.c
1792         * src/mimeview.c
1793         * src/summaryview.c
1794                 More leaks fixes
1795
1796 2006-06-09 [paul]       2.2.3cvs5
1797
1798         * AUTHORS
1799         * src/gtk/authors.h
1800         * tools/claws.i18n.status.pl
1801                 updated with new info
1802
1803 2006-06-09 [paul]       2.2.3cvs4
1804
1805         * README
1806                 updated
1807         * manual/ack.xml
1808                 add wwp to authors list
1809         * src/gtk/authors.h
1810                 update mine and Colin's addresses
1811
1812 2006-06-08 [colin]      2.2.3cvs3
1813
1814         * src/etpan/imap-thread.c
1815                 Fix leak on SSL cert check
1816
1817 2006-06-08 [colin]      2.2.3cvs2
1818
1819         * src/common/utils.c
1820                 Fix leak
1821
1822 2006-06-08 [paul]       2.2.3cvs1
1823
1824         * configure.ac
1825                 Update version number following
1826                 stable release
1827
1828 2006-06-07 [colin]      2.2.2cvs3
1829
1830         * src/msgcache.c
1831                 Fix catching cache read errors (guint instead of gint)
1832                 Prevent malloc'ing more than 8MB (means cache corruption)
1833
1834 2006-06-07 [paul]       2.2.2cvs2
1835
1836         * src/exporthtml.c
1837         * src/exportldif.c
1838         * src/mh.c
1839         * src/mutt.c
1840         * src/pine.c
1841         * src/common/utils.c
1842                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1843                 obey $HOME'
1844                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1845                 Thanks to Colin
1846
1847 2006-06-06 [paul]       2.2.2cvs1
1848
1849         * configure.ac
1850                 Update version number following
1851                 stable release
1852
1853 2006-06-06 [paul]       2.2.1cvs6
1854
1855         * src/matcher.c
1856                 fix  implicit declaration of
1857                 sylpheed_do_idle()
1858                 Patch by Fabien Vantard
1859
1860 2006-06-06 [paul]       2.2.1cvs5
1861
1862         * src/matcher.c
1863                 fix age_greater and age_lower so that they
1864                 mean what say and not '...or equal to'
1865                 Thanks to Colin
1866
1867 2006-06-06 [paul]       2.2.1cvs4
1868
1869         * src/textview.c
1870         * src/common/utils.c
1871                 fix URI check
1872                 Thanks to Colin
1873
1874 2006-06-05 [wwp]        2.2.1cvs3
1875
1876         * manual/fr/account.xml
1877                 minor language fixes (thanks to Fabien Vantard).
1878
1879 2006-06-05 [colin]      2.2.1cvs2
1880
1881         * src/prefs_folder_item.c
1882         * src/folderview.c
1883                 Allow recursive setting of properties 
1884                 for whole mailboxes
1885         * src/matcher.c
1886                 Don't freeze on 'test' filtering rule
1887
1888 2006-06-05 [colin]      2.2.1cvs1
1889
1890         * configure.ac
1891                 Update version number following
1892                 stable release
1893
1894 2006-06-04 [wwp]        2.2.0cvs82
1895
1896         * manual/glossary.xml
1897         * manual/account.xml
1898         * manual/fr/glossary.xml
1899         * manual/fr/account.xml
1900                 added glossary section and references/links related to the Face custom header.
1901
1902 2006-06-04 [colin]      2.2.0cvs81
1903
1904         * src/summaryview.c
1905                 Skip to next message on move with no
1906                 immediate execution
1907
1908 2006-06-04 [wwp]        2.2.0cvs80
1909
1910         * manual/xml2pdf
1911                 added sanity checks, exit when needed.
1912
1913 2006-06-03 [paul]       2.2.0cvs79
1914
1915         * src/prefs_receive.c
1916                 page name is now 'Receiving'
1917         * src/prefs_send.c
1918                 page name is now 'Sending'
1919
1920 2006-06-03 [colin]      2.2.0cvs78
1921
1922         * src/plugins/spamassassin/spamassassin_gtk.c
1923                 Autoswitch to Localhost if transport was previously
1924                 disabled. Else people had to check [] Enable, then
1925                 *reselect* transport.
1926
1927 2006-06-03 [colin]      2.2.0cvs77
1928
1929         * src/plugins/pgpinline/pgpinline.c
1930         * src/plugins/pgpmime/pgpmime.c
1931                 Check that gpg_data_release_and_get_mem 
1932                 didn't fail (now, why this happens...)
1933
1934 2006-06-03 [colin]      2.2.0cvs76
1935
1936         * src/mbox.c
1937                 Fix bug #962 (Manual and/or UI should 
1938                 warn about incompatible locking 
1939                 causing dataloss)
1940
1941 2006-06-02 [cleroy]     2.2.0cvs75
1942
1943         * src/filtering.c
1944         * src/folder.c
1945         * src/procmsg.c
1946         * src/summaryview.c
1947                 Fix a few leaks
1948
1949 2006-06-02 [colin]      2.2.0cvs74
1950
1951         * src/main.c
1952                 On exit, free caches after writing them
1953                 Shuts up some valgrind false positives
1954         * src/procmsg.c
1955         * src/send_message.c
1956                 Fix races when reusing existing SMTP connections
1957                 Fix inexistant session timeout
1958         * src/toolbar.c
1959                 Display alertpanel after all queues have
1960                 been processed, not after each
1961
1962 2006-06-02 [wwp]        2.2.0cvs73
1963
1964         * manual/fr/glossary.xml
1965         * manual/fr/ack.xml
1966         * manual/ack.xml
1967                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1968
1969 2006-06-02 [wwp]        2.2.0cvs72
1970
1971         * manual/xml2pdf
1972         * manual/dist/pdf/Makefile.am
1973         * manual/dtd/manual.xsl
1974         * manual/fr/dist/pdf/Makefile.am
1975         * manual/pl/dist/pdf/Makefile.am
1976                 we changed the procedure to generate the .pdf version of the manual.
1977                 The procedure is more modern and the .pdf we get now has a valid index.
1978                 Here are the new pre-requisites:
1979
1980                 - JRE 1.x (1.4 here): there must be one from your distro
1981                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1982                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1983                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1984
1985                 See my posts for further info about the installation of this toolchain:
1986
1987                 Date: Fri, 19 May 2006 19:40:06 +0200
1988                 From: wwp <subscript@free.fr>
1989                 To: sylpheed-claws-devel@lists.sourceforge.net
1990                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1991
1992                 and
1993
1994                 Date: Wed, 24 May 2006 12:58:49 +0200
1995                 From: wwp <subscript@free.fr>
1996                 To: sylpheed-claws-devel@lists.sourceforge.net
1997                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1998
1999 2006-06-01 [colin]      2.2.0cvs71
2000
2001         * src/compose.c
2002                 Better guards against IMAP races
2003         * src/main.c
2004         * src/prefs_common.c
2005         * src/prefs_common.h
2006         * src/common/ssl_certificate.c
2007         * src/etpan/imap-thread.c
2008         * src/etpan/imap-thread.h
2009         * src/gtk/sslcertwindow.c
2010                 New hidden option ssl_skip_cert_check to 
2011                 avoid dups of bug #959 (libetpan linked
2012                 against gnutls and gnutls buggy on 64bit)
2013                 Present expired warning only once per
2014                 session/server.
2015         * manual/advanced.xml
2016         * manual/fr/advanced.xml
2017                 Document new option
2018
2019 2006-06-01 [wwp]        2.2.0cvs70
2020
2021         * src/messageview.c
2022                 fix for bug #961 (return receipt dialog 
2023                 complains incorrectly about return-path 
2024                 email adress being different), thanks 
2025                 to Colin.
2026
2027 2006-05-31 [cleroy]     2.2.0cvs69
2028
2029         * src/common/ssl.c
2030                 Guard against NULLs, although this
2031                 should never be an issue
2032
2033 2006-05-31 [colin]      2.2.0cvs68
2034
2035         * src/filtering.c
2036                 Use g_slist_prepend
2037         * src/imap.c
2038                 Don't remove caches when destroying folder, it
2039                 could (should) be done at exit
2040         * src/inc.c
2041                 free processing cache after incorporation
2042         * src/etpan/imap-thread.c
2043                 Maybe fix bug #959 (Crash on moving to emails 
2044                 to a imap account per ssl with a expired 
2045                 certificate.)
2046
2047 2006-05-30 [colin]      2.2.0cvs67
2048
2049         * src/summaryview.c
2050                 Put back event flush when displaying message
2051                 It avoids reading a bunch of messages just
2052                 by hitting shift-n for too long ;)
2053
2054 2006-05-29 [colin]      2.2.0cvs66
2055
2056         * src/summaryview.c
2057                 Remove useless g_warnings
2058
2059 2006-05-29 [colin]      2.2.0cvs65
2060
2061         * src/imap.c
2062                 Fix g_slist_append()s for performance
2063
2064 2006-05-29 [colin]      2.2.0cvs64
2065
2066         * src/compose.c
2067         * src/common/utils.c
2068                 Fix extraneous tab at start of addresses
2069         * src/mainwindow.c
2070                 Fix warnings (thanks to Fabien)
2071                 Fix crash at exit when composing messages 
2072                 exist
2073         * src/pop.c
2074                 Fix progress bar when deleting expired mails
2075                 Thanks to Hiro
2076         * src/summaryview.c
2077         * src/gtk/gtksctree.c
2078                 Fix re-sorting slowness
2079
2080 2006-05-29 [paul]       2.2.0cvs63
2081
2082         * src/mh.c
2083                 fetch full message when moving mails
2084                 from another mailbox, (fixed data loss
2085                 when filtering from IMAP to MH, introduced
2086                 in 2.2.0cvs57).
2087                 Thanks to Colin
2088
2089 2006-05-29 [mones]      2.2.0cvs62
2090
2091         * src/gtk/gtksctree.c
2092                 Unselect faster (patch by Colin)        
2093
2094 2006-05-26 [colin]      2.2.0cvs61
2095
2096         * src/summaryview.c
2097                 Unplug MSGINFO_UPDATE callback on delete too.
2098
2099 2006-05-26 [colin]      2.2.0cvs60
2100
2101         * src/foldersel.c
2102                 Fix bold in folder selection window with glib2.10
2103                 thanks Hiro
2104
2105 2006-05-26 [colin]      2.2.0cvs59
2106
2107         * src/procheader.c
2108                 Convert date only if necessary (and don't
2109                 try to convert from utf8 to utf8, too)
2110         * src/summaryview.c
2111                 Only set column's text if the column's 
2112                 displayed
2113
2114 2006-05-26 [colin]      2.2.0cvs58
2115
2116         * src/summaryview.c
2117         * src/gtk/gtkutils.c
2118                 Fix useless warning
2119
2120 2006-05-26 [colin]      2.2.0cvs57
2121
2122         * src/mainwindow.c
2123                 Make summaryview selectable as long as 
2124                 no message has focus
2125         * src/mh.c
2126                 Faster deletion (by implementing mh_remove_msgs)
2127                 Faster copy (avoid using mh_fetch_msg just to get
2128                 the filename)
2129                 Faster move (using move_file instead of copy_file
2130                 if MSG_IS_MOVE)
2131                 No progressbar if total number of mails to cp/mv 
2132                 is less than 100
2133         * src/summaryview.c
2134                 Fix removal from subject_table when mail gets moved
2135                 Faster deletion (g_slist_prepend instead of append)
2136         * src/gtk/gtksctree.c
2137                 Remove useless code
2138
2139 2006-05-25 [colin]      2.2.0cvs56
2140
2141         * src/common/ssl_certificate.c
2142                 Fix leak in expired cert check
2143
2144 2006-05-25 [colin]      2.2.0cvs55
2145
2146         * src/mh.c
2147                 Disable flags syncing on .mh_sequences - it
2148                 is buggy and marks mails read under unknown
2149                 conditions.
2150
2151 2006-05-25 [paul]
2152
2153         * 2.3.0-rc4 released
2154
2155 2006-05-24 [colin]      2.2.0cvs54
2156
2157         attention cvs users: if you manage to crash
2158         Sylpheed-Claws while moving, copying or deleting
2159         mails, we *are* interested in stack traces and
2160         valgrind logs. It looks stable, but one never
2161         knows...
2162
2163         * src/folder.c
2164                 Add progressbar for cache updates
2165         * src/folderutils.c
2166                 Optimize Mark all read in the current
2167                 folder
2168         * src/mh.c
2169                 Add progressbar for copy/move
2170         * src/procmsg.c
2171                 Optimize O(n^2) in copy/move
2172         * src/summaryview.c
2173         * src/gtk/gtksctree.c
2174                 Optimize O(n^2) algos
2175         * src/common/timing.h
2176                 Display ms instead of us
2177
2178 2006-05-24 [wwp]        2.2.0cvs53
2179
2180         * manual/fr/advanced.xml
2181                 updates to the French manual.
2182
2183 2006-05-24 [wwp]        2.2.0cvs52
2184
2185         * src/common/utils.c
2186                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2187
2188 2006-05-24 [wwp]        2.2.0cvs51
2189
2190         * src/folderutils.c
2191                 fixed "mark all read" in MH folders (thanks to Colin).
2192
2193 2006-05-24 [paul]       2.2.0cvs50
2194
2195         * doc/man/sylpheed-claws.1
2196                 updated the man page
2197
2198 2006-05-23 [colin]      2.2.0cvs49
2199
2200         * src/folderview.c
2201         * src/imap.c
2202         * src/inc.c
2203         * src/mbox.c
2204         * src/messageview.c
2205         * src/news.c
2206         * src/send_message.c
2207         * src/summaryview.c
2208         * src/gtk/sslcertwindow.c
2209                 alertpanel fixes, by Fabien
2210
2211 2006-05-23 [colin]      2.2.0cvs48
2212
2213         * src/folder.c
2214         * src/folderview.c
2215         * src/msgcache.c
2216         * src/summaryview.c
2217         * src/gtk/gtksctree.c
2218         * src/gtk/gtksctree.h
2219                 More timings
2220                 Fix slow loading problem, which was caused by the
2221                 use of some gtk_ctree funcs and their use of
2222                 g_list_position while gtk_ctree_(un)link'ing.
2223                 Reap more functions from gtkctree.c to be sure we
2224                 use our (fast) version instead of theirs.
2225         * src/mh.c
2226                 Fix copy of unread mails
2227
2228
2229 2006-05-22 [wwp]        2.2.0cvs47
2230
2231         * manual/fr/advanced.xml
2232                 updated.
2233
2234 2006-05-22 [colin]      2.2.0cvs46
2235
2236         * src/filtering.c
2237                 Fix possible infinite loop. 'copy' is not a 
2238                 final action, so when encountering a 'copy',
2239                 we have to check if a previous one was set
2240                 and do it. In the same way, if we encounter
2241                 a 'move' we have to perform a possibly 
2242                 pending 'copy'. This will slow down filtering
2243                 on IMAP if move+copy or multiple copy actions
2244                 are to be done, but handling it via the batch
2245                 would be really too convoluted.
2246
2247 2006-05-22 [wwp]        2.2.0cvs45
2248
2249         * manual/fr/advanced.xml
2250         * manual/fr/faq.xml
2251         * manual/fr/glossary.xml
2252         * manual/fr/handling.xml
2253         * manual/fr/intro.xml
2254         * manual/fr/plugins.xml
2255         * manual/fr/sylpheed-claws-manual.xml
2256                 sync w/ the english manual: updates URIs, documented mailing-list
2257                 support, better explanation about the enabled/disabled feature
2258                 in filtering/processing rules by Paul.
2259
2260 2006-05-21 [colin]      2.2.0cvs44
2261
2262         * src/summaryview.c
2263                 Don't expand after building threads, but during
2264
2265 2006-05-21 [colin]      2.2.0cvs43
2266
2267         * src/procmsg.c
2268         * src/summaryview.c
2269                 More timing possibilities... For next time I have 
2270                 to find out how the hell some 3GHz computer takes
2271                 one minute to open a 30k folder...
2272
2273 2006-05-21 [colin]      2.2.0cvs42
2274
2275         * manual/pl/advanced.xml
2276         * manual/pl/faq.xml
2277         * manual/pl/glossary.xml
2278         * manual/pl/handling.xml
2279         * manual/pl/intro.xml
2280         * manual/pl/plugins.xml
2281         * manual/pl/sylpheed-claws-manual.xml
2282                 Polish manual updated by Pawel
2283
2284 2006-05-20 [colin]
2285
2286         * 2.3.0-rc3 released
2287
2288 2006-05-20 [colin]      2.2.0cvs41
2289
2290         * src/imap.c
2291                 Fix -rc2 problems:
2292                 - remove cache of moved messages from original folder
2293                 - apply new flags to messages even if they aren't appliable
2294                   via IMAP.
2295
2296 2006-05-20 [colin]
2297
2298         * 2.3.0-rc2 released
2299
2300 2006-05-19 [colin]      2.2.0cvs40
2301
2302         * src/imap.c
2303                 Don't issue SELECT in imap_change_flags
2304                 before having checked that we indeed have
2305                 some flags to change. MSG_POSTFILTERED for
2306                 example can't be used on IMAP.
2307                 Fixes bug #955 (copying messages between 
2308                 imap folders is extremely slow), which was
2309                 a regression.
2310
2311 2006-05-19 [colin]      2.2.0cvs39
2312
2313         * src/folder.c
2314         * src/folder.h
2315         * src/folderview.c
2316                 Try to fix bug #830 (Some unread messages 
2317                 get marked read in IMAP inbox):
2318                 - Prevent scanning a folder if it's being 
2319                   opened via the GUI
2320                 - Postpone opening via the GUI of a folder
2321                   currently scanned.
2322
2323
2324 2006-05-19 [wwp]        2.2.0cvs38
2325
2326         * manual/advanced.xml
2327                 fix English+typo (thanks to Paul).
2328
2329 2006-05-19 [wwp]        2.2.0cvs37
2330
2331         * manual/advanced.xml
2332         * manual/fr/advanced.xml
2333         * src/gtk/logwindow.c
2334         * src/prefs_common.c
2335         * src/prefs_common.h
2336                 added hidden prefs to allow customization of colors used in
2337                 protocol log window (useful for dark gtk+ themes).
2338
2339 2006-05-19 [wwp]        2.2.0cvs36
2340
2341         * ChangeLog
2342                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2343
2344 2006-05-19 [paul]       2.2.0cvs35
2345
2346         * src/textview.c
2347                 make Reply-To fully clickable
2348         * src/gtk/logwindow.c
2349                 more colouring (SMTP ESMTP)
2350         Both patches by Pawel Pekala
2351
2352 2006-05-19 [cleroy]     2.2.0cvs34
2353
2354         * src/mh.c
2355                 Don't update flags from current folder
2356                 Probably fixes bug #935 (Read Messages 
2357                 Revert to Being Marked as Unread)
2358
2359 2006-05-18 [colin]      2.2.0cvs33
2360
2361         * src/imap.c
2362                 Warning fix
2363         * src/compose.c
2364         * src/mainwindow.c
2365         * src/summaryview.c
2366         * src/toolbar.c
2367                 Allow replying to multiple emails
2368                 in multiple windows
2369         * src/mimeview.c
2370         * src/etpan/imap-thread.c
2371                 Leak fixes
2372
2373 2006-05-18 [paul]       2.2.0cvs32
2374
2375         * src/summaryview.c
2376                 keep Mailing-List menu refreshed
2377                 Thanks to Colin
2378
2379 2006-05-18 [paul]       2.2.0cvs31
2380
2381         * manual/advanced.xml
2382         * manual/faq.xml
2383         * manual/glossary.xml
2384         * manual/handling.xml
2385         * manual/intro.xml
2386         * manual/plugins.xml
2387         * manual/sylpheed-claws-manual.xml
2388                 update URLs
2389                 add info about mailing-list support
2390                 edit filtering info
2391         * src/wizard.c
2392         * src/common/defs.h
2393         * src/gtk/about.c
2394         * src/plugins/dillo_viewer/README
2395                 update URLs
2396
2397 2006-05-17 [wwp]        2.2.0cvs30
2398
2399         * manual/handling.xml
2400         * manual/fr/handling.xml
2401                 documented the ability to enabled/disable filtering/processing rules.
2402
2403 2006-05-17 [colin]      2.2.0cvs29
2404
2405         * src/main.c
2406                 Don't initialize g_thread subsystem if it's 
2407                 already done (thanks to Hiro)
2408         * src/mimeview.c
2409                 Fix saving of parts when there name can't be
2410                 converted from UTF-8.
2411
2412 2006-05-17 [paul]       2.2.0cvs28
2413
2414         * po/Makefile.in.in
2415                 fix config.status warning with autoconf 2.60
2416
2417 2006-05-17 [paul]       2.2.0cvs27
2418
2419         * po/POTFILES.in
2420                 add src/mbox.c
2421
2422 2006-05-17 [wwp]        2.2.0cvs26
2423
2424         * src/mainwindow.c
2425                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2426
2427 2006-05-17 [wwp]        2.2.0cvs25
2428
2429         * src/plugins/demo/demo.c
2430                 updated product name in plugin demo (many plugins need to be
2431                 sync'ed w/ that change).
2432
2433 2006-05-17 [colin]      2.2.0cvs24
2434
2435         * src/mh.c
2436                 Fix leak
2437
2438 2006-05-16 [colin]      2.2.0cvs23
2439
2440         * src/mainwindow.c
2441                 Stupid me hit again. Fix cvs22.
2442
2443 2006-05-16 [colin]      2.2.0cvs22
2444
2445         * src/mainwindow.c
2446                 Fix bug #922 (sylpheed-claws crashed after 
2447                 pushing on Inbox folder)
2448
2449 2006-05-16 [colin]      2.2.0cvs21
2450
2451         * src/compose.c
2452                 Make From header be copy/paste/select-able
2453
2454 2006-05-16 [wwp]        2.2.0cvs20
2455
2456         * src/export.c
2457         * src/matcher.c
2458         * src/summaryview.c
2459         * src/etpan/imap-thread.c
2460                 fix some compiler warnings (thanks to Colin).
2461
2462 2006-05-16 [wwp]        2.2.0cvs19
2463
2464         * src/action.c
2465         * src/gedit-print.c
2466         * src/inc.c
2467         * src/mainwindow.c
2468         * src/mh.c
2469         * src/statusbar.c
2470         * src/send_message.c
2471         * src/summaryview.c
2472                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2473
2474 2006-05-15 [colin]      2.2.0cvs18
2475
2476         * src/procmsg.c
2477                 Fix automatic rule creation with List-Post
2478
2479 2006-05-15 [paul]       2.2.0cvs17
2480
2481         * tools/filter_conv_new.pl
2482                 updated for rule enabling/disabling
2483                 claws version >= 2.3.x required
2484
2485 2006-05-15 [cleroy]     2.2.0cvs16
2486
2487         * src/main.c
2488                 Revert test
2489
2490 2006-05-15 [cleroy]     2.2.0cvs15
2491
2492         * src/main.c
2493                 test
2494
2495 2006-05-15 [wwp]        2.2.0cvs14
2496
2497         * manual/pl/.cvsignore
2498                 ignore generated files.
2499
2500 2006-05-14 [wwp]        2.3.0-rc1
2501
2502         * 2.3.0-rc1 released
2503
2504 2006-05-13 [wwp]        2.2.0cvs13
2505
2506         * src/filtering.c
2507         * src/filtering.h
2508         * src/matcher.c
2509         * src/matcher_parser_lex.l
2510         * src/matcher_parser_parse.y
2511         * src/prefs_filtering.c
2512                 new feature: provide the ability to disable filtering and processing
2513                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2514                 adaptations.
2515
2516 2006-05-13 [colin]      2.2.0cvs12
2517
2518         * src/compose.c
2519                 Remove useless if (a) b; else b;
2520                 Thanks to wwp
2521
2522 2006-05-13 [wwp]        2.2.0cvs11
2523
2524         * src/export.c
2525         * src/import.c
2526         * src/mainwindow.c
2527         * src/mbox.c
2528         * src/summaryview.c
2529         * src/summaryview.h
2530                 no more silent failures (or at least less ones) when importing
2531                 or exporting from/to mbox. Also start importing/exporting if
2532                 the necessary info is set.
2533
2534 2006-05-13 [wwp]        2.2.0cvs10
2535
2536         * RELEASE_NOTES
2537                 restored up-to-date release notes.
2538
2539 2006-05-13 [paul]       2.2.0cvs9
2540
2541         * po/nl.po
2542         * po/ru.po
2543                 updated by Tim Dijkstra and Pavlo Bohmat
2544
2545 2006-05-12 [colin]      2.2.0cvs8
2546
2547         * src/gtk/quicksearch.c
2548                 Add "k" as shortcut for "colorlabel". Patch
2549                 by ath42@users.sf.net.
2550
2551 2006-05-12 [paul]       2.2.0cvs7
2552
2553         * src/prefs_common.h
2554         * src/prefs_summaries.c
2555         * src/summaryview.c
2556                 when entering a folder also allow
2557                 going directly to first Marked message
2558
2559 2006-05-12 [paul]       2.2.0cvs6
2560
2561         * src/summaryview.c
2562                 always obey 'confirm before marking all
2563                 mails read' option
2564
2565 2006-05-12 [paul]       2.2.0cvs5
2566
2567         * src/textview.c
2568                 make Sender fully clickable
2569
2570 2006-05-12 [colin]      2.2.0cvs4
2571
2572         * src/compose.c
2573         * src/compose.h
2574                 Let From be editable
2575         * src/main.c
2576         * src/mh.c
2577                 Full support of .mh_sequences' Unseen seq
2578
2579 2006-05-12 [colin]      2.2.0cvs3
2580
2581         * src/folder.c
2582         * src/mainwindow.c
2583         * src/mainwindow.h
2584         * src/messageview.c
2585         * src/prefs_spelling.c
2586         * src/procheader.c
2587         * src/procmsg.c
2588         * src/procmsg.h
2589         * src/summaryview.c
2590         * src/toolbar.c
2591         * src/toolbar.h
2592                 Add contextual menu on Compose toolbar
2593                 button. Fixes bug #944 (Automatic
2594                 addresses not applied when changing account
2595                 from compose window)
2596                 add Mailing List support
2597                 based on the old 0.6.5claws25 patch by
2598                 Melvin Hadasht, with finishing touches
2599                 by Colin
2600                 Fix "ignore thread" when mails are threaded by
2601                 subject (and weren't ignored although appearing
2602                 in the thread).
2603                 GUI rework.
2604                 Both patches by Pawel.
2605
2606 2006-05-08 [paul]       2.2.0cvs2
2607
2608         * src/mainwindow.c
2609         * src/mainwindow.h
2610         * src/messageview.c
2611         * src/procheader.c
2612         * src/procmsg.c
2613         * src/procmsg.h
2614         * src/summaryview.c
2615                 add Mailing List support
2616                 based on the old 0.6.5claws25 patch by 
2617                 Melvin Hadasht, with finishing touches
2618                 by Colin
2619
2620 2006-05-08 [colin]      2.2.0cvs1
2621
2622         * src/mainwindow.c
2623         * src/toolbar.c
2624         * src/toolbar.h
2625                 Add contextual menu on Compose toolbar 
2626                 button. Fixes bug #944 (Automatic 
2627                 addresses not applied when changing account 
2628                 from compose window)
2629
2630 2006-05-08 [paul]       2.2.0
2631
2632         2.2.0 released
2633
2634 2006-05-08 [paul]       2.1.1cvs51
2635
2636         * po/cs.po
2637         * po/de.po
2638         * po/en_GB.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, and Ralgh Young
2647
2648 2006-05-12 [colin]      2.1.1cvs50
2649
2650         * po/cs.po
2651         * po/de.po
2652         * po/en_GB.po
2653         * po/es.po
2654         * po/fi.po
2655         * po/fr.po
2656         * po/pt_BR.po
2657         * po/sr.po
2658         * po/zh_CN.po
2659                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2660                 Fabien Vantard, Frederico Goncalves Guimaraes,
2661                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2662
2663 2006-05-05 [colin]      2.1.1cvs49
2664
2665         * manual/Makefile.am
2666         * manual/pl/Makefile.am
2667         * manual/pl/account.xml
2668         * manual/pl/ack.xml
2669         * manual/pl/addrbook.xml
2670         * manual/pl/advanced.xml
2671         * manual/pl/faq.xml
2672         * manual/pl/glossary.xml
2673         * manual/pl/gpl.xml
2674         * manual/pl/handling.xml
2675         * manual/pl/intro.xml
2676         * manual/pl/keyboard.xml
2677         * manual/pl/plugins.xml
2678         * manual/pl/starting.xml
2679         * manual/pl/sylpheed-claws-manual.xml
2680         * manual/pl/dist/.cvsignore
2681         * manual/pl/dist/Makefile.am
2682         * manual/pl/dist/html/.cvsignore
2683         * manual/pl/dist/html/Makefile.am
2684         * manual/pl/dist/pdf/.cvsignore
2685         * manual/pl/dist/pdf/Makefile.am
2686         * manual/pl/dist/ps/.cvsignore
2687         * manual/pl/dist/ps/Makefile.am
2688         * manual/pl/dist/txt/.cvsignore
2689         * manual/pl/dist/txt/Makefile.am
2690                 Add the polish translation of the manual,
2691                 Authored by Pawel Pekala.
2692
2693 2006-05-05 [cleroy]     2.1.1cvs48
2694
2695         * src/main.c
2696                 Re-read matcherrc after loading plugins 
2697                 if some of them add folders.
2698
2699 2006-05-03 [colin]      2.1.1cvs47
2700
2701         * src/imap.c
2702                 I'm idiot
2703
2704 2006-05-03 [colin]      2.1.1cvs46
2705
2706         * src/imap.c
2707                 Be sure to have a session when
2708                 getting separator
2709
2710 2006-05-03 [colin]      2.1.1cvs45
2711
2712         * src/imap.c
2713         * src/imap.h
2714         * src/imap_gtk.c
2715                 Fix preventing renaming with namespace 
2716                 separator.
2717
2718 2006-05-01 [colin]      2.1.1cvs44
2719
2720         * src/action.c
2721                 Don't reload messageview when result of
2722                 action is piped.
2723
2724 2006-04-29 [colin]      2.1.1cvs43
2725
2726         * src/prefs_receive.c
2727         * src/plugins/spamassassin/spamassassin_gtk.c
2728         * src/plugins/clamav/clamav_plugin_gtk.c
2729                 GUI fixes by Pawel
2730
2731 2006-04-29 [colin]      2.1.1cvs42
2732
2733         * src/prefs_compose_writing.c
2734         * src/prefs_quote.c
2735                 Cleanups. Patch by Pawel
2736
2737 2006-04-28 [paul]       2.1.1cvs41
2738
2739         * src/matcher.c
2740                 fix returned quick search results when search
2741                 term contains an underscore.
2742                 Thanks to Colin
2743
2744 2006-04-28 [paul]       2.1.1cvs40
2745
2746         * src/prefs_message.c
2747         * src/prefs_receive.c
2748                 GUI cleanups
2749                 Patches by Pawel Pekala
2750
2751 2006-04-27 [colin]      2.1.1cvs39
2752
2753         * src/wizard.c
2754                 Differentiate subject Welcome from
2755                 window's title Welcome
2756
2757 2006-04-27 [paul]
2758
2759         2.2.0-rc1 released
2760
2761 2006-04-27 [paul]       2.1.1cvs38
2762
2763         * manual/advanced.xml
2764         * manual/fr/advanced.xml
2765                 add info about compose_no_markup hidden pref
2766
2767 2006-04-27 [paul]       2.1.1cvs37
2768
2769         * src/prefs_account.c
2770                 improve privacy labels
2771         * src/prefs_msg_colors.c
2772                 change some strings for translators' convenience
2773         * src/gtk/gtkutils.c
2774                 don't underline the link button text
2775
2776 2006-04-25 [colin]      2.1.1cvs36
2777
2778         * src/folder.c
2779                 Complete 2.1.1cvs33 (once more ;)
2780
2781 2006-04-25 [colin]      2.1.1cvs35
2782
2783         * src/editldap.c
2784                 Fix tooltip
2785
2786 2006-04-25 [cleroy]     2.1.1cvs34
2787
2788         * src/compose.c
2789         * src/gtk/gtkaspell.c
2790                 Fix crash on redirect (related to the return 
2791                 of the aspell menu in compose's toolbar)
2792         * src/prefs_msg_colors.c
2793                 Fix sensitivity widgets
2794         * src/image_viewer.c
2795         * src/gtk/pluginwindow.c
2796         * src/gtk/prefswindow.c
2797                 Change released signals to clicked (Fabien)
2798         * po/POTFILES.in
2799         * src/common/socket.c
2800         * src/plugins/spamassassin/spamassassin.c
2801                 Translate strings (Fabien)
2802
2803 2006-04-25 [paul]       2.1.1cvs33
2804
2805         * src/folder.c
2806         * src/folder.h
2807         * src/folderview.c
2808                 complete the fix of bug #912
2809                 Thanks to Colin
2810
2811 2006-04-25 [colin]      2.1.1cvs32
2812
2813         * src/news.c
2814                 Better progress bar
2815         * src/mimeview.c
2816         * src/summaryview.c
2817         * src/summaryview.h
2818                 Fix focus chain
2819                 Patches by Pawel Pekala
2820
2821 2006-04-24 [colin]      2.1.1cvs31
2822
2823         * src/compose.c
2824                 Fix compilation warnings (Fabien)
2825
2826 2006-04-24 [colin]      2.1.1cvs30
2827
2828         * src/addrindex.c
2829         * src/editldap.c
2830         * src/editldap_basedn.c
2831         * src/editldap_basedn.h
2832         * src/ldapctrl.c
2833         * src/ldapctrl.h
2834         * src/ldapquery.c
2835         * src/ldaputil.c
2836         * src/ldaputil.h
2837                 Fix bug #901 (LDAPS support)
2838
2839 2006-04-24 [colin]      2.1.1cvs29
2840
2841         * src/compose.c
2842                 Fix logic on error with send dialog on
2843         * src/imap.c
2844                 Fix compilation without libetpan, thanks
2845                 to Fabien
2846         * src/summaryview.c
2847                 Fix 'context-menu' key
2848
2849 2006-04-23 [colin]      2.1.1cvs28
2850
2851         * src/folder.c
2852                 Never free current's cache to free up 
2853                 memory. Fixes bug #912 (new count 
2854                 randomly set to message count)
2855
2856 2006-04-23 [colin]      2.1.1cvs27
2857
2858         * src/gtk/quicksearch.c
2859                 And remove printf...
2860
2861 2006-04-23 [colin]      2.1.1cvs26
2862
2863         * src/gtk/quicksearch.c
2864                 Fix replacing in quicksearch, and fix inserting
2865                 in the middle of the string. (introduced at 2.1.0cvs22)
2866
2867 2006-04-23 [colin]      2.1.1cvs25
2868
2869         * src/imap.c
2870                 Make sure uidnext is initialized in get_num_list
2871                 (not for stable, related to 2.1.1cvs8 and friends)
2872
2873 2006-04-23 [colin]      2.1.1cvs24
2874
2875         * src/imap.c
2876                 Output something when login is successful
2877                 too
2878
2879 2006-04-23 [colin]      2.1.1cvs23
2880
2881         * src/etpan/imap-thread.c
2882                 Better logging (line-per-line, hide data in fetch)
2883                 Fix a const warning
2884         * src/gtk/logwindow.c
2885         * src/gtk/logwindow.h
2886                 Better logging (color for input/output)
2887
2888 2006-04-21 [colin]      2.1.1cvs22
2889
2890         * src/gtk/quicksearch.c
2891                 On gtk+-2.8, use stock buttons in quicksearch
2892                 Based on a patch by Fabien and a design by Paul
2893
2894 2006-04-21 [colin]      2.1.1cvs21
2895
2896         * src/folderview.c
2897         * src/mainwindow.c
2898                 Fix occasional flicker in folderview
2899         * src/common/utils.c
2900                 Fix bug #943 (Incorrectly parsed email address 
2901                 list in short headers on message view and in 
2902                 printouts)
2903
2904 2006-04-20 [colin]      2.1.1cvs20
2905
2906         * src/imap.c
2907         * src/imap.h
2908         * src/prefs_account.c
2909                 Add ANONYMOUS auth for IMAP
2910
2911 2006-04-20 [paul]       2.1.1cvs19
2912
2913         * src/main.c
2914                 proper fix for 2.1.1cvs18
2915                 Thanks to Colin
2916
2917 2006-04-20 [paul]       2.1.1cvs18
2918
2919         * src/main.c
2920                 fix build warnings
2921
2922 2006-04-20 [paul]       2.1.1cvs17
2923
2924         * src/gtk/quicksearch.c
2925                 fix standard, non-extended Quick search,
2926                 was broken in 2.1.1cvs15.
2927                 Thanks to Colin.
2928
2929 2006-04-20 [colin]      2.1.1cvs16
2930
2931         * src/prefs_matcher.c
2932                 Fix values when reselecting a ~test
2933                 rule
2934
2935 2006-04-19 [colin]      2.1.1cvs15
2936
2937         * src/compose.c
2938         * src/compose.h
2939         * src/gtk/gtkaspell.c
2940         * src/gtk/gtkaspell.h
2941                 Put back Options menu in Spelling/
2942         * src/gtk/quicksearch.c
2943                 Don't search, and show error, if the
2944                 advanced search has a syntax error
2945
2946 2006-04-18 [colin]      2.1.1cvs14
2947
2948         * src/textview.c
2949                 Fix gdk warnings on set_cursor when textview
2950                 isn't visible
2951
2952 2006-04-18 [colin]      2.1.1cvs13
2953
2954         * src/gtk/gtksctree.c
2955                 Remove seemingly useless refresh that causes
2956                 flicker - watch this commit in case of 
2957                 problems before planned backport to stable
2958
2959 2006-04-18 [colin]      2.1.1cvs12
2960
2961         * src/imap.c
2962                 Factorize get/set_xml code
2963         * src/compose.c
2964         * src/prefs_account.c
2965         * src/prefs_account.h
2966         * src/procmsg.c
2967                 Add Encrypt to self option
2968
2969 2006-04-17 [colin]      2.1.1cvs11
2970
2971         * configure.ac
2972                 Fix search on encrpyt function on dragonfly
2973                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2974
2975 2006-04-17 [colin]      2.1.1cvs10
2976
2977         * src/prefs_account.c
2978                 Be safe by default: remove mails from POP3
2979                 after 7 days, not immediately
2980
2981 2006-04-17 [colin]      2.1.1cvs9
2982
2983         * src/etpan/imap-thread.c
2984                 Fix build on DragonFly - patch by 
2985                 Jonathan Buschmann <jonthn@agmact.com>
2986
2987 2006-04-17 [colin]      2.1.1cvs8
2988
2989         * src/imap.c
2990                 Save uidnext between sessions
2991
2992 2006-04-17 [colin]      2.1.1cvs7
2993
2994         * src/imap.c
2995                 scan is required when uid validity changes
2996
2997 2006-04-17 [colin]      2.1.1cvs6
2998
2999         * src/folderview.c
3000                 Don't scan if not necessary, apart in current
3001                 folder and INBOX to fetch flags.
3002         * src/imap.c
3003                 Scan is necessary if unread count changes
3004
3005 2006-04-17 [colin]      2.1.1cvs5
3006
3007         * src/imap.c
3008                 ...But always fetch ANSWERED and DELETED flags for
3009                 INBOX, as filtering can happen on these flags.
3010
3011 2006-04-17 [colin]      2.1.1cvs4
3012
3013         * src/imap.c
3014                 Don't fetch REPLIED and DELETED flags when synchronising
3015                 flags with a closed folder. We only need UNSEEN and FLAGGED
3016                 to update the folderview.
3017
3018 2006-04-17 [colin]      2.1.1cvs3
3019
3020         * src/imap.c
3021                 Faster flag search when there are new mails 
3022                 in a folder. We can do a full search if the 
3023                 folder contains less messages than the new
3024                 list.
3025
3026 2006-04-17 [colin]      2.1.1cvs2
3027
3028         * po/cs.po
3029         * po/de.po
3030         * po/fr.po
3031         * po/nl.po
3032         * po/pt_BR.po
3033                 Update translations from stable branch
3034
3035 2006-04-17 [colin]      2.1.1cvs1
3036
3037         * configure.ac
3038                 Bump version to follow stable release
3039
3040 2006-04-16 [mones]      2.1.0cvs50
3041
3042         * po/es.po
3043                 Updated for release
3044
3045 2006-04-16 [colin]      2.1.0cvs49
3046
3047         * src/textview.c
3048                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3049                 with gtk < 2.8. Thanks to Fabien Vantard.
3050
3051 2006-04-15 [colin]      2.1.0cvs48
3052
3053         * src/etpan/imap-thread.c
3054                 Fix bug #919 (libetpan: SEGV when connecting 
3055                 using command)
3056
3057 2006-04-14 [colin]      2.1.0cvs47
3058
3059         * src/main.c
3060                 Fix race on --select (should be done better)
3061
3062 2006-04-14 [wwp]        2.1.0cvs46
3063
3064         * src/send_message.c
3065                 enforce a check for domain in account prefs (a sending
3066                 error could be faced if domain was checked but no value set),
3067                 thanks to Colin.
3068
3069 2006-04-14 [colin]      2.1.0cvs45
3070
3071         * src/codeconv.c
3072                 when converting from unknown to unknown, if the
3073                 string is UTF8, don't convert it to the locale
3074                 (which breaks it)
3075
3076 2006-04-14 [colin]      2.1.0cvs44
3077
3078         * src/compose.c
3079                 Don't try to use ASCII for converting headers
3080                 (as done in body)
3081
3082 2006-04-14 [paul]       2.1.0cvs43
3083
3084         * src/crash.c
3085                 add locale/charset info to crash report
3086         * src/gtk/about.c
3087                 add wwp to doc team
3088                 replace 'e-mail' with preferred 'email'
3089         * src/gtk/authors.h
3090                 ensure contributors list is in alphabetical
3091                 order
3092
3093 2006-04-13 [colin]      2.1.0cvs42
3094
3095         * src/textview.c
3096                 Prevent gdk warnings
3097
3098 2006-04-13 [colin]      2.1.0cvs41
3099
3100         * src/common/ssl_certificate.c
3101         * src/common/ssl_certificate.h
3102         * src/gtk/sslcertwindow.c
3103                 Warn on expired certs, and display the expiration date
3104
3105 2006-04-13 [colin]      2.1.0cvs40
3106
3107         * src/plugins/spamassassin/spamassassin_gtk.c
3108                 Fix missing set_text on unix socket
3109
3110 2006-04-13 [wwp]        2.1.0cvs39
3111
3112         * manual/fr/advanced.xml
3113         * manual/fr/glossary.xml
3114                 applied new spam/ham/email lexicon (pourriel, courriel)
3115
3116 2006-04-13 [paul]       2.1.0cvs38
3117
3118         * src/plugins/pgpmime/plugin.c
3119                 remove the mention of S/MIME from the
3120                 description. This is now handled by the
3121                 S/MIME plugin.
3122
3123 2006-04-13 [paul]       2.1.0cvs37
3124
3125         * src/prefs_msg_colors.c
3126                 rework dialog
3127         * src/prefs_folder_item.c
3128         * src/prefs_spelling.c
3129                 add a tooltip to the colour selector buttons
3130
3131 2006-04-13 [wwp]        2.1.0cvs36
3132
3133         * manual/advanced.xml
3134         * manual/glossary.xml
3135         * manual/handling.xml
3136         * manual/keyboard.xml
3137         * manual/plugins.xml
3138         * manual/starting.xml
3139         * manual/fr/account.xml
3140         * manual/fr/ack.xml
3141         * manual/fr/addrbook.xml
3142         * manual/fr/advanced.xml
3143         * manual/fr/faq.xml
3144         * manual/fr/glossary.xml
3145         * manual/fr/gpl.xml
3146         * manual/fr/handling.xml
3147         * manual/fr/intro.xml
3148         * manual/fr/keyboard.xml
3149         * manual/fr/plugins.xml
3150         * manual/fr/starting.xml
3151         * manual/fr/sylpheed-claws-manual.xml
3152                 fixes to the manuals:
3153                  - summaryview -> Message List (same in French)
3154                  - translate key names
3155                  - fix French punctuation, use non-breakable spaces when
3156                    necessary, don't use &thinsp; which is not portable
3157                  - tell what maildir and mbox formats we support
3158
3159 2006-04-12 [wwp]        2.1.0cvs35
3160
3161         * src/prefs_toolbar.c
3162                 unified a replace button more,
3163                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3164
3165 2006-04-12 [wwp]        2.1.0cvs34
3166
3167         * src/prefs_common.c
3168         * src/prefs_msg_colors.c
3169                 make default color labels translatable,
3170                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3171                 thanks to Tim <timbrain@post.cz> for reporting.
3172
3173 2006-04-12 [wwp]        2.1.0cvs33
3174
3175         * manual/glossary.xml
3176         * manual/intro.xml
3177         * manual/plugins.xml
3178         * manual/starting.xml
3179         * manual/sylpheed-claws-manual.xml
3180         * manual/fr/.cvsignore
3181         * manual/fr/account.xml
3182         * manual/fr/ack.xml
3183         * manual/fr/addrbook.xml
3184         * manual/fr/advanced.xml
3185         * manual/fr/faq.xml
3186         * manual/fr/glossary.xml
3187         * manual/fr/handling.xml
3188         * manual/fr/intro.xml
3189         * manual/fr/keyboard.xml
3190         * manual/fr/plugins.xml
3191         * manual/fr/starting.xml
3192         * manual/fr/sylpheed-claws-manual.xml
3193                 various fixes: typos, missing .fr translations, punctuation,
3194                 capitalization, links, accents and some bad French more.
3195
3196 2006-04-12 [wwp]        2.1.0cvs32
3197
3198         * src/prefs_gtk.c
3199                 fix for bug #935: always store prefs files in UTF-8 (thanks
3200                 to Colin).
3201
3202 2006-04-11 [colin]      2.1.0cvs31
3203
3204         * src/compose.c
3205                 Fix inserting files not in utf8 when locale is utf8
3206
3207 2006-04-11 [colin]      2.1.0cvs30
3208
3209         * src/inc.c
3210                 Don't show error dialog when cancelling connection
3211                 Patch by Pawel
3212
3213 2006-04-11 [cleroy]     2.1.0cvs29
3214
3215         * src/compose.c
3216                 Implement multiple quote levels
3217         * src/prefs_common.c
3218                 Change a little bit the quote bgcolor for 2nd level
3219
3220 2006-04-11 [colin]      2.1.0cvs28
3221
3222         * src/gtk/about.c
3223                 Add locale and charset in the label
3224
3225 2006-04-10 [colin]      2.1.0cvs27
3226
3227         * src/compose.c
3228         * src/prefs_common.c
3229         * src/prefs_common.h
3230         * src/prefs_msg_colors.c
3231         * src/textview.c
3232                 Allow optional background color in quotes
3233                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3234                 GTK+-2.8.x feature
3235
3236 2006-04-10 [colin]      2.1.0cvs26
3237
3238         * src/main.c
3239         * src/mainwindow.c
3240         * src/mainwindow.h
3241                 Implement --select
3242
3243 2006-04-10 [colin]      2.1.0cvs25
3244
3245         * manual/plugins.xml
3246         * manual/fr/plugins.xml
3247                 Document libcurl's proxy variables
3248
3249 2006-04-09 [colin]      2.1.0cvs24
3250
3251         * src/prefs_common.c
3252                 gettext() returns statically allocated stuff. We have
3253                 to strdup it in order to be able to free it.
3254
3255 2006-04-09 [colin]      2.1.0cvs23
3256
3257         * AUTHORS
3258         * src/gtk/authors.h
3259                 Add Alexei
3260
3261 2006-04-09 [colin]      2.1.0cvs22
3262
3263         * src/mainwindow.c
3264         * src/gtk/quicksearch.c
3265                 Fix bug #859 (problems with cyrilic input in 
3266                 search panel) - Patch by Alexey Illarionov 
3267                 <littlesavage@rambler.ru>
3268
3269 2006-04-09 [colin]      2.1.0cvs21
3270
3271         * src/prefs_customheader.c
3272                 I prefer removing then freeing rather than the contrary
3273                 (even if it doesn't change anything ;-)
3274         * src/prefs_account.c
3275                 Fix bug #933 (Crash re-entering the custom headers list 
3276                 dialog in accounts prefs)
3277                 The problem happened when cancelling the Account 
3278                 Preferences' dialogs - in which case we didn't do 
3279                 anything to the PrefsAccount * struct. In case of applying,
3280                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3281                 working with in this dialog. The problem is that 
3282                 prefs_customheader.c, working on this tmp_ac_prefs, always
3283                 changes the ->customhdr_list pointer, even when cancelled. 
3284                 So in case of cancelling the prefs_account dialog, we still
3285                 have to update ->customhdr_list in the real account.
3286
3287 2006-04-08 [colin]      2.1.0cvs20
3288
3289         * manual/fr/glossary.xml
3290         * manual/fr/keyboard.xml
3291                 Forgot some headers :)
3292
3293 2006-04-08 [colin]      2.1.0cvs19
3294
3295         * manual/Makefile.am
3296         * manual/fr/Makefile.am
3297         * manual/fr/account.xml
3298         * manual/fr/ack.xml
3299         * manual/fr/addrbook.xml
3300         * manual/fr/advanced.xml
3301         * manual/fr/faq.xml
3302         * manual/fr/glossary.xml
3303         * manual/fr/gpl.xml
3304         * manual/fr/handling.xml
3305         * manual/fr/intro.xml
3306         * manual/fr/keyboard.xml
3307         * manual/fr/plugins.xml
3308         * manual/fr/starting.xml
3309         * manual/fr/sylpheed-claws-manual.xml
3310         * manual/fr/dist/.cvsignore
3311         * manual/fr/dist/Makefile.am
3312         * manual/fr/dist/html/.cvsignore
3313         * manual/fr/dist/html/Makefile.am
3314         * manual/fr/dist/pdf/.cvsignore
3315         * manual/fr/dist/pdf/Makefile.am
3316         * manual/fr/dist/ps/.cvsignore
3317         * manual/fr/dist/ps/Makefile.am
3318         * manual/fr/dist/txt/.cvsignore
3319         * manual/fr/dist/txt/Makefile.am
3320                 Add the french translation of the manual. Thanks to
3321                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3322                 account.xml, ack.xml, addrbook.xml and advanced.xml
3323
3324 2006-04-08 [colin]      2.1.0cvs18
3325
3326         * manual/plugins.xml
3327         * manual/starting.xml
3328                 More fixes
3329
3330 2006-04-07 [colin]      2.1.0cvs17
3331
3332         * manual/faq.xml
3333         * manual/intro.xml
3334         * manual/keyboard.xml
3335                 Little fixes
3336
3337 2006-04-07 [colin]      2.1.0cvs16
3338
3339         * README
3340         * src/compose.c
3341         * src/prefs_common.c
3342         * src/prefs_common.h
3343                 Add hidden compose_no_markup pref
3344
3345 2006-04-07 [wwp]        2.1.0cvs15
3346
3347         * src/summary_search.c
3348         * .cvsignore
3349                 Bugfix: stop button was sticky when searching in an empty folder.
3350                 Applied curly brackets code style to the whole file (summary_search.c).
3351                 More files to ignore.
3352
3353 2006-04-07 [wwp]        2.1.0cvs14
3354
3355         * src/message_search.c
3356         * src/summary_search.c
3357                 changed default button when search bumps at file/folder
3358                 beginning or end, for convenience (thanks to Colin).
3359
3360 2006-04-07 [paul]       2.1.0cvs13
3361
3362         * src/plugins/dillo_viewer/dillo_prefs.c
3363                 avoid future potential for namespace collision
3364                 Patch by Colin
3365
3366 2006-04-06 [wwp]        2.1.0cvs12
3367
3368         * src/summary_search.c
3369                 Unify extended/advanced searches names (and thus factorize labels),
3370                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3371
3372 2006-04-06 [wwp]        2.1.0cvs11
3373
3374         * src/folderview.c
3375         * src/prefs_themes.c
3376         * src/summaryview.c
3377                 Fixed some compilation warnings.
3378
3379 2006-04-06 [colin]      2.1.0cvs10
3380
3381         * manual/advanced.xml
3382                 Document the wizard template and how to deploy
3383                 Sylpheed-Claws effectively
3384
3385 2006-04-06 [colin]      2.1.0cvs9
3386
3387         * src/folderview.c
3388                 gettext patch to tell translators about _("#"),
3389                 by Maxim Britov
3390
3391 2006-04-06 [colin]      2.1.0cvs8
3392
3393         * src/textview.c
3394                 Fix invalid GtkTextBIter after clicking "Display as text"
3395
3396 2006-04-06 [mones]      2.1.0cvs7
3397
3398         * src/addr_compl.c
3399         * src/addrindex.c
3400         * src/addritem.c
3401         * src/codeconv.c
3402         * src/compose.c
3403         * src/filtering.c
3404         * src/folder.c
3405         * src/folder_item_prefs.c
3406         * src/folderview.c
3407         * src/localfolder.c
3408         * src/matcher.c
3409         * src/mimeview.c
3410         * src/prefs_msg_colors.c
3411         * src/prefs_spelling.c
3412         * src/prefs_themes.c
3413         * src/procmime.c
3414         * src/procmsg.c
3415         * src/stock_pixmap.c
3416         * src/summaryview.c
3417         * src/textview.c
3418         * src/toolbar.c
3419         * src/common/mgutils.c
3420         * src/common/prefs.c
3421         * src/common/ssl_certificate.c
3422         * src/gtk/colorlabel.c
3423         * src/gtk/quicksearch.c
3424         * src/plugins/pgpmime/pgpmime.c
3425         * src/plugins/spamassassin/spamassassin.c
3426                 Removed redundant NULL checks for g_free() calls.
3427                 Patch by Pawel Pekala.
3428
3429 2006-04-06 [mones]      2.1.0cvs6
3430
3431         * src/prefs_actions.c
3432         * src/prefs_filtering.c
3433         * src/prefs_filtering_action.c
3434         * src/prefs_matcher.c
3435         * src/prefs_template.c
3436         * src/gtk/gtkutils.c
3437         * src/gtk/gtkutils.h
3438                 Have a nice replace button. Patch by Pawel Pekala
3439
3440 2006-04-06 [colin]      2.1.0cvs5
3441
3442         * src/addressbook.c
3443                 Fix crash with empty columns
3444
3445 2006-04-05 [colin]      2.1.0cvs4
3446
3447         * src/wizard.c
3448         * src/prefs_gtk.c
3449                 Allow wizard customization with pre-filled values
3450
3451 2006-04-05 [colin]      2.1.0cvs3
3452
3453         * src/textview.c
3454         * src/mimeview.c
3455         * src/mimeview.h
3456                 Nicer messages in mimeview
3457
3458 2006-04-05 [colin]      2.1.0cvs2
3459
3460         * src/addressbook.c
3461         * src/prefs_summaries.c
3462                 i18n fix
3463
3464 2006-04-05 [colin]      2.1.0cvs1
3465
3466         * src/plugins/pgpcore/plugin.c
3467         * src/plugins/pgpcore/select-keys.c
3468         * src/plugins/pgpcore/select-keys.h
3469         * src/plugins/pgpcore/sgpgme.c
3470         * src/plugins/pgpcore/sgpgme.h
3471         * src/plugins/pgpinline/pgpinline.c
3472         * src/plugins/pgpinline/plugin.c
3473         * src/plugins/pgpmime/pgpmime.c
3474         * src/plugins/pgpmime/plugin.c
3475                 Factorize and generalize a bit 
3476                 Drop S/MIME signature verification from PGP/MIME
3477                 (adding it as another, more complete plugin)
3478
3479 2006-04-05 [paul]       2.1.0
3480
3481         2.1.0 released
3482
3483 2006-04-05 [paul]       2.0.0cvs186
3484
3485         * manual/advanced.xml
3486                 add info on colour labels
3487
3488 2006-04-05 [paul]       2.0.0cvs185
3489
3490         * po/bg.po
3491         * po/cs.po
3492         * po/de.po
3493         * po/el.po
3494         * po/en_GB.po
3495         * po/fi.po
3496         * po/fr.po
3497         * po/it.po
3498         * po/nl.po
3499         * po/pl.po
3500         * po/pt_BR.po
3501         * po/sr.po
3502         * po/zh_CN.po
3503                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3504                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3505                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3506                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3507         * src/gtk/authors.h
3508         * tools/claws.i18n.status.pl
3509                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3510                 and new Czech translator, Tim <timbrain@post.cz>
3511
3512 2006-04-05 [mones]      2.0.0cvs184
3513
3514         * po/es.po
3515                 Updated translation
3516
3517 2006-04-05 [colin]      2.0.0cvs183
3518
3519         * src/gtk/quicksearch.c
3520                 Fix bug #929 (unnecessary reload in quick search bar)
3521
3522 2006-04-05 [colin]      2.0.0cvs182
3523
3524         * src/compose.c
3525                 Fix crash on Reply with no From:
3526                 Show signature and conversion error on queuing 
3527                 (but not sending)
3528         * src/mainwindow.c
3529         * src/summaryview.c
3530         * src/summaryview.h
3531                 Factorize threading code and make sure msginfo 
3532                 is not null when it comes from a GtkCTreeRow's 
3533                 data
3534         * src/gtk/gtkaspell.c
3535                 Check for necessary things
3536         * src/gtk/gtksctree.c
3537         * src/gtk/gtksctree.h
3538                 Reset anchor if necessary when removing node
3539
3540 2006-03-29 [colin]      2.0.0cvs181
3541
3542         * src/folderview.c
3543                 Warn for disabled IMAP accounts (due to lack of
3544                 libetpan). Breaks string-freeze - sorry - but it
3545                 is kind of important ;)
3546
3547 2006-03-28 [colin]      2.0.0cvs180
3548
3549         * src/gtk/gtkutils.c
3550         * src/gtk/gtkutils.h
3551                 Add a gtkut_get_link_btn() function that
3552                 creates a button which acts like an URI
3553         * src/prefs_themes.c
3554         * src/gtk/about.c
3555                 Use this function (factorizes codes)
3556         * src/common/defs.h
3557         * src/gtk/pluginwindow.c
3558                 Add a "Get more..." in the plugins window
3559
3560 2006-03-28 [colin]      2.0.0cvs179
3561
3562         * src/common/smtp.c
3563         * src/common/passcrypt.c
3564         * src/undo.c
3565                 Warning fixes. Patch by Pawel Pekala
3566
3567 2006-03-27 [colin]      2.0.0cvs178
3568
3569         * src/undo.c
3570                 Fix undoing by blocks with spaces
3571
3572 2006-03-27 [colin]      2.0.0cvs177
3573
3574         * src/textview.c
3575                 Set margin to 3px for headers
3576
3577 2006-03-27 [paul]
3578
3579         2.1.0-rc2 released
3580
3581 2006-03-27 [wwp]        2.0.0cvs176
3582
3583         * src/summaryview.c
3584                 don't reset quicksearch when updating the message list.
3585                 Thanks to Colin.
3586
3587 2006-03-26 [wwp]        2.0.0cvs175
3588
3589         * src/compose.c
3590                 use a unified border width ('other' tab in the compose window,
3591                 patch by Pawel Pekala).
3592
3593
3594 2006-03-26 [wwp]        2.0.0cvs174
3595
3596         * src/common/quoted-printable.c
3597         * src/addressbook.c
3598                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3599
3600 2006-03-26 [colin]      2.0.0cvs173
3601
3602         * src/quote_fmt_parse.y
3603                 Fix non-UTF8 date formats messing up the whole quote a 
3604                 little bit
3605
3606 2006-03-26 [colin]      2.0.0cvs172
3607
3608         * src/procheader.c
3609                 Make sure the date is UTF8 valid, or try to make it
3610                 so. IncrediMail is really IncrediStupid.
3611         * src/compose.c
3612                 Fix possible conversions. 
3613                 
3614
3615 2006-03-26 [colin]      2.0.0cvs171
3616
3617         * src/matcher.c
3618                 Fix corner cases in body search. This is still a
3619                 hack... It seems impossible to make it good and 
3620                 reasonably fast at the same time.
3621
3622 2006-03-26 [colin]      2.0.0cvs170
3623
3624         * src/summaryview.c
3625                 I think I killed the twilight zone bug!
3626                 summary_select_node() flushes GTK events in order
3627                 to be able to center the view. But this also 
3628                 flushes keypresses like Ctrl-Alt-U, so this can
3629                 call summary_show from summary_select_node (itself
3630                 called from summary_show, etc.). And the summaryview
3631                 has to be unlocked in this function. So just locking
3632                 while processing GTK events, and bailing if locked, 
3633                 should fix it.
3634                 Fixes bug #927 (SIGSEGV during Update Summary)
3635
3636 2006-03-25 [colin]      2.0.0cvs169
3637
3638         * src/matcher.c
3639                 Fix search in QP-encoded bodies
3640                 Fix utf-8 searches in bodies encoded in the
3641                 locale's encoding
3642         * src/common/quoted-printable.c
3643         * src/common/quoted-printable.h
3644                 Add a decode function that doesn't overwrite
3645                 the original pointer
3646                 
3647
3648 2006-03-24 [colin]      2.0.0cvs168
3649
3650         * src/action.c
3651         * src/summaryview.c
3652         * src/summaryview.h
3653                 Update message cache after action
3654                 Patch by H. Merijn Brand
3655         * src/prefs_msg_colors.c
3656                 Factorize label 
3657                 Patch by Fabien Vantard
3658         * src/plugins/spamassassin/spamassassin_gtk.c
3659                 Remove useless translation
3660                 Patch by Fabien Vantard
3661
3662 2006-03-23 [colin]      2.0.0cvs167
3663
3664         * src/common/ssl.c
3665                 Let 30 seconds to SSL_connect
3666
3667 2006-03-23 [wwp]        2.0.0cvs166
3668
3669         * src/summaryview.c
3670         * src/gtk/description_window.c
3671                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3672                 and headers are translated; adjust description windows' width to fit their
3673                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3674
3675 2006-03-23 [paul]       2.0.0cvs165
3676
3677         * src/common/utils.c
3678                 fix highlighting of URIs containing "()"
3679                 (2.0.0cvs164's reversal fixed)
3680                 Thanks to Colin.
3681
3682 2006-03-23 [paul]       2.0.0cvs164
3683
3684         * src/common/utils.c
3685                 revert patch, (postponing a fix), at 2.0.0cvs120
3686                 as it breaks more URIs than it fixes.
3687                 Allow '-' to be a terminating character in a URI
3688
3689 2006-03-22 [colin]      2.0.0cvs163
3690
3691         * configure.ac
3692                 Require libetpan 0.45
3693                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3694
3695 2006-03-22 [paul]       2.0.0cvs162
3696
3697         * src/editgroup.c
3698                 replace '<-' and '->' buttons with GTK_STOCK graphical
3699                 buttons
3700         * src/summary_search.c
3701                 don't offer '...' for translation
3702                 add a tooltip to advanced search '...' button
3703         * src/gtk/quicksearch.c
3704                 don't offer '...' for translation
3705
3706 2006-03-21 [colin]      2.0.0cvs161
3707
3708         * src/compose.c
3709                 Fix middle-click pasting (insert at click
3710                 position instead of cursor position, don't
3711                 remove existing selection and allow pasting
3712                 our own selection)
3713         * src/addressbook.c
3714                 "LDAP Server" -> "LDAP servers"
3715
3716 2006-03-21 [wwp]        2.0.0cvs160
3717
3718         * src/etpan/imap-thread.c
3719                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3720
3721 2006-03-20 [colin]      2.0.0cvs159
3722
3723         * src/summaryview.c
3724                 Don't reload summaryview after an execute with no
3725                 move action
3726
3727 2006-03-19 [colin]      2.0.0cvs158
3728
3729         * src/addressbook.c
3730                 and put groups at the top, always
3731
3732 2006-03-19 [colin]      2.0.0cvs157
3733
3734         * src/addressbook.c
3735                 Order groups before names, as previously
3736
3737 2006-03-19 [colin]      2.0.0cvs156
3738
3739         * src/addressbook.c
3740                 - Sort case-unsensitive
3741                 - Put the sort arrow at opening too
3742
3743 2006-03-19 [wwp]        2.0.0cvs155
3744
3745         * src/addressbook.c
3746                 allow sorting by name/email/remarks, ensure that right-pane's contents
3747                 matches the left-pane selection (cleared when appropriate).
3748                 Patch by Pawel Pekala <c0rn@o2.pl>.
3749
3750 2006-03-18 [colin]      2.0.0cvs154
3751
3752         * src/textview.c
3753                 Fix text cursor ;)
3754
3755 2006-03-18 [colin]      2.0.0cvs153
3756
3757         * src/gtk/filesel.c
3758                 Make sure we hide the preview if we didn't get
3759                 a filename
3760
3761 2006-03-18 [colin]      2.0.0cvs152
3762
3763         * src/summaryview.c
3764                 Set cursor to watch for execution (fixes lack
3765                 of watch-cursor when dnd'ing hundreds of mails)
3766         * src/gtk/filesel.c
3767                 Check that mime type is 'image/*' before updating
3768                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3769
3770 2006-03-18 [colin]      2.0.0cvs151
3771
3772         * src/mainwindow.c
3773         * src/textview.c
3774         * src/textview.h
3775                 Put a watch cursor in textview too when the mainwindow's
3776                 cursor in a watch
3777
3778 2006-03-18 [colin]      2.0.0cvs150
3779
3780         * src/folder.c
3781                 Change wrong asserts to simple tests
3782
3783 2006-03-17 [colin]      2.0.0cvs149
3784
3785         * src/mainwindow.c
3786         * src/mainwindow.h
3787         * src/prefs_msg_colors.c
3788         * src/summaryview.c
3789         * src/summaryview.h
3790         * src/gtk/colorlabel.c
3791         * src/gtk/colorlabel.h
3792                 Add a color label menu in the main menubar
3793                 Add (fixed) accels Ctrl-{0-7} to change the color
3794                 They have to be fixed because the menu's dynamic,
3795                 the items are complex widgets, hence we can't use
3796                 a GtkItemFactory.
3797
3798
3799 2006-03-17 [wwp]        2.0.0cvs148
3800
3801         * src/compose.c
3802                 rollback few lines from my previous commit (those lines come from
3803                 a pending patch, accidentally commited, even if neutral as they are
3804                 commented out).
3805
3806 2006-03-17 [wwp]        2.0.0cvs147
3807
3808         * src/compose.c
3809                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3810                 applied code style/indentation to the modified function.
3811
3812 2006-03-17 [wwp]        2.0.0cvs146
3813
3814         * src/procmsg.c
3815         * src/compose.c
3816                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3817
3818 2006-03-17 [paul]
3819
3820         2.1.0-rc1 released
3821
3822 2006-03-17 [paul]       2.0.0cvs145
3823
3824         * src/main.c
3825                 addressbook_read_file() was called twice
3826         * src/textview.c
3827                 X-Mailer highlighting
3828
3829 2006-03-16 [colin]      2.0.0cvs144
3830
3831         * src/sourcewindow.c
3832         * src/sourcewindow.h
3833                 And the last one, in source window.
3834
3835 2006-03-16 [colin]      2.0.0cvs143
3836
3837         * src/compose.c
3838         * src/compose.h
3839                 Fix the same stuff in compose
3840
3841 2006-03-16 [colin]      2.0.0cvs142
3842
3843         * src/messageview.c
3844                 Complete the previous messageview crash fix
3845
3846 2006-03-16 [colin]      2.0.0cvs141
3847
3848         * src/procmsg.h
3849         * src/procmsg.c
3850         * src/folder.c
3851                 Fix POSTPROCESSING hook
3852                 Patch by H. Merijn Brand
3853
3854         * src/procmime.c
3855         * src/procmime.h
3856                 Parse Content-Location
3857
3858         * src/toolbar.c
3859         * src/messageview.c
3860         * src/messageview.h
3861                 Don't crash when a top-level MessageView has
3862                 been closed on us. Same problematic than
3863                 yesterday's quicksearch issue.
3864
3865 2006-03-15 [colin]      2.0.0cvs140
3866
3867         * src/gtk/quicksearch.c
3868                 Fix a bitchy race we didn't think about when we
3869                 added quicksearch cancellation:
3870                 If the search is not on cached fields, for example
3871                 body_part matchcase "stuff"
3872                 the matcher code has to get the whole message. If
3873                 we're on IMAP, that can be slow, and in order to
3874                 be non-blocking, the IMAP code idle loop processes
3875                 gtk events too. So it is possible to cancel a
3876                 quicksearch while the matcher is getting the mail's
3877                 body. After matcher got its body, it will start to
3878                 iterate over the matcher list that the Quicksearch's
3879                 clear_search_cb() just freed via prepare_matcher().
3880                 SIGSEGV ensues.
3881                 The fix consists of guarding the matcherlist_match()
3882                 call with a boolean 'matching'. If we reset the
3883                 quicksearch while matching is TRUE, we don't free
3884                 the matcherlist anymore like we did, but we set
3885                 another new flag, deferred_free, to TRUE. Then,
3886                 in quicksearch_match(), just after returning from
3887                 matcherlist_match() and unsetting the matching flag,
3888                 we check the deferred_free flag and do the
3889                 prepare_matcher() (which does the matcherlist_free)
3890                 for real, so we free the matcherlist once it's not
3891                 used anymore.
3892                 As all of this runs via the glib main loop, we
3893                 luckily don't need a mutex.
3894         * src/summaryview.c
3895                 Also, show progress while searching.
3896
3897
3898 2006-03-14 [colin]      2.0.0cvs139
3899
3900         * src/alertpanel.c
3901                 Make alertpanel_is_open non-static
3902
3903 2006-03-14 [colin]      2.0.0cvs138
3904
3905         * src/prefs_spelling.c
3906                 Cleanups - Fabien Vantard
3907
3908 2006-03-14 [wwp]        2.0.0cvs137
3909
3910         * src/main.c
3911                 code style normalization (curly braces, indentation).
3912
3913 2006-03-14 [wwp]        2.0.0cvs137
3914
3915         * src/main.c
3916                 code style (braces, indentation)
3917
3918 2006-03-12 [paul]       2.0.0cvs136
3919
3920         * src/prefs_common.c
3921                 trans_hdr defaults to FALSE to be RFC-savvy
3922         * src/prefs_summaries.c
3923                 add a tooltip to the trans_hdr option
3924                 
3925
3926 2006-03-12 [paul]       2.0.0cvs135
3927
3928         * src/prefs_matcher.c
3929                 give a little more width to the combos
3930         * src/prefs_display_header.c
3931         * src/textview.c
3932                 translate headers if prefs_common.trans_hdr
3933                 is TRUE
3934
3935         Patches by Pawel Pekala
3936
3937 2006-03-12 [paul]       2.0.0cvs134
3938
3939         * src/plugins/clamav/clamav_plugin.c
3940         * src/plugins/dillo_viewer/dillo_viewer.c
3941         * src/plugins/pgpcore/plugin.c
3942         * src/plugins/pgpinline/plugin.c
3943         * src/plugins/pgpmime/plugin.c
3944         * src/plugins/spamassassin/spamassassin.c
3945                 update/add to descriptions
3946         * src/plugins/spamassassin/spamassassin_gtk.c
3947                 fixes to the english, remove superfluous
3948                 tooltips, clean up a little
3949
3950 2006-03-12 [paul]       2.0.0cvs133
3951
3952         * src/compose.c
3953                 fix Bug 924, 'Account combo box shows up wrong 
3954                 if & is in account name'
3955
3956 2006-03-11 [colin]      2.0.0cvs132
3957
3958         * src/summaryview.c
3959                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3960                 messed up shift-selection because is slows down
3961                 moving around summaryview. thanks -users
3962
3963 2006-03-10 [colin]      2.0.0cvs131
3964
3965         * src/plugins/spamassassin/spamassassin_gtk.c
3966                 Put back Paul's engrish fixes
3967
3968 2006-03-10 [colin]      2.0.0cvs130
3969
3970         * src/plugins/spamassassin/spamassassin.c
3971         * src/plugins/spamassassin/spamassassin.h
3972         * src/plugins/spamassassin/spamassassin_gtk.c
3973                 Cleanup SA prefs page (more)
3974                 Patch by Fabien Vantard
3975
3976 2006-03-10 [paul]       2.0.0cvs129
3977
3978         * src/prefs_msg_colors.c
3979         * src/prefs_spelling.c
3980                 widget sensitivity
3981
3982 2006-03-09 [mones]      2.0.0cvs128
3983
3984         * po/es.po
3985                 Update for next RC
3986
3987 2006-03-09 [wwp]        2.0.0cvs127
3988
3989         * configure.ac
3990                 revert accidental commit (requirement for libetpan 0.43), this time
3991                 not in HEAD.
3992
3993 2006-03-09 [wwp]        2.0.0cvs125
3994
3995         * configure.ac
3996                 revert accidental commit (requirement for libetpan 0.43)
3997
3998 2006-03-09 [paul]       2.0.0cvs126
3999
4000         * src/prefs_receive.c
4001                 remove useless frame
4002                 replace 'incorporation' with 'receiving'
4003         * src/plugins/clamav/clamav_plugin_gtk.c
4004         * src/plugins/spamassassin/spamassassin_gtk.c
4005                 improve widget sensitivity
4006                 fix a bit his engrish
4007
4008 2006-03-09 [wwp]        2.0.0cvs125
4009
4010         * src/addressadd.c
4011         * src/foldersel.c
4012         * src/prefs_common.c
4013         * src/prefs_common.h
4014                 remember some more windows' sizes (add to addressbook and
4015                 select folder).
4016
4017 2006-03-09 [paul]       2.0.0cvs124
4018
4019         * src/plugins/pgpcore/prefs_gpg.c
4020                 normalise construction of dialogue
4021
4022 2006-03-09 [paul]       2.0.0cvs123
4023
4024         * src/plugins/trayicon/Makefile.am
4025                 add missing slash
4026
4027 2006-03-08 [colin]      2.0.0cvs122
4028
4029         * src/plugins/trayicon/Makefile.am
4030                 Fix build in separate dir 
4031                 Patch by Bamanzi <bamanzi@gmail.com>
4032
4033 2006-03-08 [colin]      2.0.0cvs121
4034
4035         * src/procmsg.c
4036                 Batch move and copies from summaryview with delayed execution
4037                 too
4038
4039 2006-03-07 [paul]       2.0.0cvs120
4040
4041         * src/common/utils.c
4042                 fix highlighting of URIs containing "()"
4043                 Patch by Pawel Pekala
4044
4045 2006-03-07 [paul]       2.0.0cvs119
4046
4047         * src/folder.c
4048         * src/folder.h
4049         * src/folderview.c
4050                 immediately do alphabetical resort when
4051                 changing a folder's name
4052                 Patch by Pawel Pekala
4053
4054 2006-03-07 [paul]       2.0.0cvs118
4055
4056         * src/news.c
4057         * src/news_gtk.c
4058                 when unsubscribing a newsgroup, remove the
4059                 folder and msgs in .sylpheed-claws/newscache
4060                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4061
4062 2006-03-07 [paul]       2.0.0cvs117
4063
4064         * src/textview.c
4065                 fix wrong Fake URL Warning
4066                 Thanks to Hiro
4067
4068 2006-03-07 [colin]      2.0.0cvs116
4069
4070         * src/imap.c
4071                 Return immediately when password dialog was
4072                 cancelled
4073         * src/gtk/inputdialog.c
4074                 Allow empty strings for passwords
4075
4076
4077 2006-03-06 [colin]      2.0.0cvs115
4078
4079         * src/imap.c
4080                 Prevent double-timeouts when connection fails
4081
4082 2006-03-06 [colin]
4083
4084         2.0.1-rc1 released
4085
4086 2006-03-06 [colin]      2.0.0cvs114
4087
4088         * src/imap.c
4089                 Refresh session during potentially long
4090                 operations
4091
4092 2006-03-06 [wwp]        2.0.0cvs113
4093
4094         * src/prefs_msg_colors.h
4095                 forgot that one (custom color labels).
4096
4097 2006-03-06 [wwp]        2.0.0cvs112
4098
4099         * src/prefs_common.c
4100         * src/prefs_common.h
4101         * src/prefs_msg_colors.c
4102         * src/summaryview.c
4103         * src/summaryview.h
4104         * src/gtk/colorlabel.c
4105         * src/gtk/colorlabel.h
4106                 colors in messages list are now customizable. Color values and names can
4107                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4108                 Thanks to Paul and Colin for their help with this longstanding patch!
4109
4110 2006-03-06 [wwp]        2.0.0cvs111
4111
4112         * src/textview.c
4113                 don't crash if (x)face is bad.
4114
4115 2006-03-05 [paul]       2.0.0cvs110
4116
4117         * AUTHORS
4118         * configure.ac
4119         * src/Makefile.am
4120         * src/common/Makefile.am
4121         * src/common/utils.h
4122         * src/etpan/imap-thread.c
4123         * src/gtk/authors.h
4124         * src/plugins/clamav/Makefile.am
4125         * src/plugins/demo/Makefile.am
4126         * src/plugins/dillo_viewer/Makefile.am
4127         * src/plugins/pgpcore/Makefile.am
4128         * src/plugins/pgpcore/passphrase.c
4129         * src/plugins/pgpinline/Makefile.am
4130         * src/plugins/pgpmime/Makefile.am
4131         * src/plugins/spamassassin/Makefile.am
4132         * src/plugins/trayicon/Makefile.am
4133                 fix builiding on cygwin
4134                 Patch by Ralgh Young <bamanzi@gmail.com>
4135
4136 2006-03-04 [wwp]        2.0.0cvs109
4137
4138         * manual/keyboard.xml
4139                 fix mixed up/down keys.
4140
4141 2006-03-04 [wwp]        2.0.0cvs108
4142
4143         * README
4144         * INSTALL
4145                 updated links to SpamAssassin.
4146
4147 2006-03-04 [wwp]        2.0.0cvs107
4148
4149         * manual/plugins.xml
4150         * src/plugins/spamassassin/README
4151                 updated SpamAssassin plugin docs to reflect new functional additions
4152                 (also fix/update/documents few technical stuff more, see the README).
4153
4154 2006-03-04 [wwp]        2.0.0cvs106
4155
4156         * src/prefs_message.c
4157                 normalized capitalization of message-prefs paths.
4158
4159 2006-03-04 [wwp]        2.0.0cvs105
4160
4161         * manual/advanced.xml
4162                 typo.
4163
4164 2006-03-03 [colin]      2.0.0cvs104
4165
4166         * src/plugins/clamav/clamav_plugin_gtk.c
4167                 Rework prefs page, patch by Fabien 
4168
4169 2006-03-03 [colin]      2.0.0cvs103
4170
4171         * src/plugins/clamav/clamav_plugin.c
4172                 Set error on all errors
4173
4174 2006-03-03 [colin]      2.0.0cvs102
4175
4176         * src/common/plugin.c
4177                 Initialize error to avoid crashing when a plugin fails
4178                 without setting error
4179
4180 2006-03-02 [wwp]        2.0.0cvs101
4181
4182         * configure.ac
4183                 fixed linker flags for libetpan support on Cygwin
4184                 (thanks to H.Merijn Brand).
4185
4186 2006-03-02 [wwp]        2.0.0cvs100
4187
4188         * src/addressbook.c
4189                 fix some AB error messages: one for punctuation and
4190                 one wrongly duplicate (thanks, maxbritov).
4191
4192 2006-03-02 [wwp]        2.0.0cvs99
4193
4194         * src/plugins/spamassassin/spamassassin.c
4195                 make sync calls to sa-learn/spamc to prevent
4196                 system (whatever local or client/server) overload.
4197
4198 2006-03-02 [colin]      2.0.0cvs98
4199
4200         * src/summaryview.c
4201                 Put the spam icon in the status column instead of the
4202                 mark one
4203
4204 2006-03-01 [colin]      2.0.0cvs97
4205
4206         * src/plugins/spamassassin/spamassassin.c
4207                 Fix segfault (g_file_set_contents fails for some 
4208                 reason and err==0x2f. Can't find out why with
4209                 valgrind, using working function :-)
4210
4211 2006-03-01 [colin]      2.0.0cvs96
4212
4213         * src/inc.c
4214                 Offline overriding: let 'No' be cached only 3 seconds
4215
4216 2006-03-01 [colin]      2.0.0cvs95
4217
4218         * src/addr_compl.c
4219         * src/addrbook.c
4220         * src/addressbook.c
4221         * src/addrindex.c
4222         * src/folder_item_prefs.c
4223         * src/headerview.c
4224         * src/imap.c
4225         * src/inc.c
4226         * src/ldif.c
4227         * src/mainwindow.c
4228         * src/mh.c
4229         * src/msgcache.c
4230         * src/prefs_common.h
4231         * src/prefs_msg_colors.c
4232         * src/procheader.c
4233         * src/procheader.h
4234         * src/procmime.c
4235         * src/procmsg.c
4236         * src/procmsg.h
4237         * src/send_message.h
4238         * src/simple-gettext.c
4239         * src/summaryview.c
4240         * src/summaryview.h
4241         * src/syldap.c
4242         * src/textview.c
4243         * src/undo.c
4244         * src/common/ssl_certificate.c
4245         * src/common/utils.c
4246         * src/gtk/colorsel.c
4247         * src/gtk/gtksctree.c
4248         * src/gtk/gtkshruler.c
4249         * src/plugins/trayicon/trayicon.c
4250                 #if 0 goes to /dev/null
4251
4252 2006-03-01 [colin]      2.0.0cvs94
4253
4254         * src/compose.c
4255         * src/imap.c
4256         * src/inc.c
4257         * src/inc.h
4258         * src/messageview.c
4259         * src/news.c
4260         * src/plugins/spamassassin/spamassassin.c
4261                 Allow to add information in the "working offline"
4262                 window
4263
4264 2006-03-01 [wwp]        2.0.0cvs93
4265
4266         * src/plugins/spamassassin/spamassassin.c
4267                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4268                 'cause it seems that calling `spamc ... < inputfile` with
4269                 g_spawn_(a)sync simply.. erm doesn't work :-).
4270
4271 2006-03-01 [wwp]        2.0.0cvs92
4272
4273         * src/toolbar.c
4274         * src/toolbar.h
4275                 simplify the adding of spam/ham button to the messageview toolbar
4276                 (it gets more clear now that the same button will be "Mark as spam"
4277                 or "Mark as ham" according to the current message status,
4278                 thanks to Colin).
4279
4280 2006-03-01 [wwp]        2.0.0cvs91
4281
4282         * src/messageview.c
4283         * src/procmsg.c
4284         * src/procmsg.h
4285         * src/summaryview.c
4286         * src/plugins/spamassassin/spamassassin.c
4287         * src/plugins/spamassassin/spamassassin.h
4288                 make learner callbacks return a status (0 for ok),
4289                 handle it in main code to avoid setting flags when learning failed,
4290                 don't learn on TCP if offline in spamassassin,
4291                 thanks to Colin.
4292
4293                 
4294
4295 2006-03-01 [wwp]        2.0.0cvs90
4296
4297         * src/compose.c
4298                 some work around the compose window's account menu,
4299                 patch by Fabien Vantard.
4300
4301 2006-03-01 [wwp]        2.0.0cvs89
4302
4303         * src/plugins/spamassassin/spamassassin.c
4304                 fixed bad logics, was using spamc in local mode and sa-learn
4305                 in remote mode (thanks, Colin).
4306
4307 2006-03-01 [wwp]        2.0.0cvs88
4308
4309         * src/plugins/spamassassin/spamassassin.c
4310         * src/plugins/spamassassin/spamassassin.h
4311         * src/plugins/spamassassin/spamassassin_gtk.c
4312                 made processing of emails w/ sa-plugin an option (default is TRUE),
4313                 fixed Engrish some tooltips, capitalization of some debug messages
4314                 and warnings. The spamassassin plugin now provides two separate
4315                 services: process emails upon incorporation and spamd training.
4316                 Both services (un)register independently but use some common
4317                 plugin settings (transport settings, spam storage location).
4318
4319 2006-02-28 [wwp]        2.0.0cvs87
4320
4321         * src/plugins/spamassassin/spamassassin.c
4322                 fix async flag to spamc cmdline execution (batch exec should
4323                 be asynchronous).
4324
4325 2006-02-27 [wwp]        2.0.0cvs86
4326
4327         * src/plugins/spamassassin/spamassassin.c
4328         * src/plugins/spamassassin/spamassassin.h
4329         * src/plugins/spamassassin/spamassassin_gtk.c
4330                 - added the ability to learn a remote spamassassin server (spamd),
4331                 using spamc.
4332                 - added the spamassassin option 'username', that applies to all
4333                 spamassassin operations (filtering, learning, local or remote).
4334                 The default username is the current unix user (if left blank
4335                 from gtk prefs or config file).
4336                 - commented out some unused code (notebook widget), removed unused
4337                 layout (hbox1).
4338                 - make more widgets sensitive to the transport type.
4339
4340 2006-02-27 [colin]      2.0.0cvs85
4341
4342         * src/plugins/spamassassin/spamassassin.c
4343                 Fix sa-learn call when offline
4344
4345 2006-02-27 [colin]      2.0.0cvs84
4346
4347         * configure.ac
4348         * src/Makefile.am
4349         * src/mainwindow.c
4350         * src/mainwindow.h
4351         * src/messageview.c
4352         * src/messageview.h
4353         * src/prefs_toolbar.c
4354         * src/procmsg.c
4355         * src/stock_pixmap.c
4356         * src/stock_pixmap.h
4357         * src/summaryview.c
4358         * src/toolbar.c
4359         * src/toolbar.h
4360         * src/pixmaps/ham_btn.xpm
4361         * src/pixmaps/spam.xpm
4362         * src/pixmaps/spam_btn.xpm
4363         * src/plugins/spamassassin/spamassassin.c
4364                 Add button in toolbar for spam learning
4365                 Fix a few bugs from the last related commit
4366                 Revert 1.9.6cvs23 which messed up shift-selection
4367
4368 2006-02-24 [colin]      2.0.0cvs83
4369
4370         * src/procmsg.c
4371         * src/summaryview.c
4372         * src/summaryview.h
4373         * src/plugins/spamassassin/spamassassin.c
4374         * src/plugins/spamassassin/spamassassin.h
4375         * src/plugins/spamassassin/spamassassin_gtk.c
4376                 Unregister learner when spamassassin is either
4377                 disabled or over tcp
4378
4379 2006-02-24 [colin]      2.0.0cvs82
4380
4381         * src/Makefile.am
4382         * src/mainwindow.c
4383         * src/mainwindow.h
4384         * src/procmsg.c
4385         * src/procmsg.h
4386         * src/stock_pixmap.c
4387         * src/stock_pixmap.h
4388         * src/summaryview.c
4389         * src/summaryview.h
4390         * src/gtk/icon_legend.c
4391         * src/pixmaps/spam.xpm  ** NEW FILE **
4392         * src/plugins/spamassassin/spamassassin.c
4393         * src/plugins/spamassassin/spamassassin_gtk.c
4394                 Add spam learning interface (Mark/Mark as 
4395                 (spam|ham) menus)
4396
4397 2006-02-24 [wwp]        2.0.0cvs81
4398
4399         * src/compose.c
4400         * src/compose.h
4401         * src/filtering.c
4402                 hide compose window when sending message in batch mode
4403                 (filtering: forward and redirect). Also fixed a wrong
4404                 value returned when sending failed, neutral anyway.
4405                 (Colin, me) 
4406
4407 2006-02-24 [wwp]        2.0.0cvs80
4408
4409         * src/mainwindow.c
4410                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4411
4412 2006-02-24 [paul]       2.0.0cvs79
4413
4414         * src/news.c
4415         * src/news.h
4416         * src/news_gtk.c
4417                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4418                 Thanks to Colin
4419
4420 2006-02-23 [colin]      2.0.0cvs78
4421
4422         * src/alertpanel.c
4423                 Change OK to Close in alertpanel with View log
4424                 button; add accel to View log. Patch by Fabien
4425                 Vantard
4426
4427 2006-02-23 [wwp]        2.0.0cvs77
4428
4429         * src/compose.c
4430                 silly me, there were much more tests to perform, since toolbars can
4431                 really have down to 1 element only.
4432
4433 2006-02-23 [wwp]        2.0.0cvs76
4434
4435         * commitHelper
4436                 fixed indentation from my previous commit. Fallback to VISUAL if
4437                 EDITOR is not set (and to vi, at last resort).
4438
4439 2006-02-23 [wwp]        2.0.0cvs75
4440
4441         * commitHelper
4442                 improved error detection (Colin, me).
4443
4444 2006-02-23 [wwp]        2.0.0cvs74
4445
4446         * src/prefs_toolbar.c
4447                 simplify and fix prefs/toolbars layouting. Combos' contents can
4448                 now be really displayed.
4449
4450 2006-02-23 [wwp]        2.0.0cvs73
4451         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4452         be really displayed.
4453
4454 2006-02-22 [wwp]        2.0.0cvs72
4455
4456         * src/compose.c
4457                 fix a typo in my previous commit (sorry!).
4458
4459 2006-02-22 [wwp]        2.0.0cvs71
4460
4461         * src/prefs_toolbar.c
4462                 fix a crash when adding separators to toolbars,
4463                 also fix some separator item information.
4464
4465 2006-02-22 [wwp]        2.0.0cvs70
4466
4467         * src/compose.c
4468                 fix a crash when redirecting (for instance) when compose window's
4469                 toolbar contents has been customized (when some buttons have been
4470                 removed in fact).
4471
4472 2006-02-21 [wwp]        2.0.0cvs69
4473
4474         * src/summaryview.c
4475         * src/gtk/pluginwindow.c
4476         * src/plugins/pgpcore/prefs_gpg.c
4477                 fix some compilation warnings (feat. remains of removed code).
4478
4479 2006-02-21 [wwp]        2.0.0cvs68
4480
4481         * src/gtk/gtkutils.c
4482                 fix two compilation issues, thanks to Stephan Sachse.
4483
4484 2006-02-20 [colin]      2.0.0cvs67
4485
4486         * src/mainwindow.c
4487                 Don't reselect displayed mail on refocus
4488                 This fixes actions misbehaving 
4489
4490 2006-02-20 [wwp]        2.0.0cvs66
4491
4492         * src/summaryview.c
4493         * src/gtk/gtksctree.c
4494         * src/gtk/gtkshruler.c
4495                 changed more runtime typecast checks.
4496
4497 2006-02-20 [wwp]        2.0.0cvs65
4498
4499         * src/summary_search.c
4500                 find all - summaryview refresh issue fixed, thanks to Colin.
4501
4502 2006-02-20 [wwp]        2.0.0cvs64
4503
4504         * src/gtk/gtkutils.c
4505                 better runtime typecast checks.
4506
4507 2006-02-20 [wwp]        2.0.0cvs63
4508
4509         * src/summary_search.c
4510                 enhancements to the summary search:
4511                         - add the ability to stop the running search
4512                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4513                         - don't search if no criteria (From/To/Subject/Body) is set
4514                         - ensure that a busy mouse pointer is always shown when searching,
4515                           show it even a bit earlier
4516
4517 2006-02-19 [colin]      2.0.0cvs62
4518
4519         * src/compose.c
4520         * src/imap.c
4521         * src/etpan/imap-thread.c
4522         * src/etpan/imap-thread.h
4523                 (Future) IMAP speed improvement on sending
4524                 Will require a libetpan update
4525         * src/summaryview.c
4526         * src/gtk/quicksearch.c
4527                 Make quicksearch clearable while running.
4528
4529 2006-02-17 [colin]      2.0.0cvs61
4530
4531         * src/imap.c
4532         * src/etpan/imap-thread.c
4533         * src/etpan/imap-thread.h
4534                 Check for IMAP certificates
4535                 ** Requires libetpan-0.42-cvs4 
4536                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4537
4538 2006-02-17 [colin]      2.0.0cvs60
4539
4540         * src/messageview.c
4541         * src/prefs_common.c
4542         * src/prefs_common.h
4543         * src/prefs_message.c
4544                 Add pref to display HTML-only mails with plugin, 
4545                 if possible (defaulting to FALSE of course).
4546
4547 2006-02-16 [colin]      2.0.0cvs59
4548
4549         * src/main.c
4550         * src/common/plugin.c
4551         * src/common/plugin.h
4552         * src/gtk/pluginwindow.c
4553                 Keep track of requested (but unloaded) plugins
4554                 in some error cases.
4555
4556 2006-02-16 [wwp]        2.0.0cvs58
4557
4558         * src/gtk/gtkaspell.c
4559         * src/gtk/gtkaspell.h
4560         * src/prefs_spelling.c
4561         * src/compose.c
4562         * src/prefs_common.c
4563         * src/prefs_common.h
4564                 implemented new optional spellchecker behaviour: re-check message when
4565                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4566
4567 2006-02-16 [wwp]        2.0.0cvs57
4568
4569         * src/quote_fmt_parse.y
4570                 pclose popen'ed pipe.
4571
4572 2006-02-15 [colin]      2.0.0cvs56
4573
4574         * src/mimeview.c
4575         * src/mimeview.h
4576                 Let MimeViewers know which MimeView they
4577                 depend of.
4578         * src/summaryview.c
4579                 Swap From/To columns in Sent/Queue/Drafts
4580                 folders
4581         * src/etpan/imap-thread.c
4582                 Use mailstream_low_tls_open() for STARTTLS
4583                 instead of mailstream_low_ssl_open()
4584                 ** REQUIRES libetpan 0.42cvs3 **
4585
4586 2006-02-15 [wwp]        2.0.0cvs55
4587
4588         * src/compose.c
4589         * src/compose.h
4590         * src/message_search.c
4591         * src/message_search.h
4592         * src/textview.c
4593         * src/gtk/gtkutils.c
4594         * src/gtk/gtkutils.h
4595                 added the ability to Find text in the compose window (and a bit
4596                 of code factorization).
4597
4598 2006-02-15 [wwp]        2.0.0cvs54
4599
4600         * src/prefs_gtk.c
4601                 yet another one file was missing (fix for some widgets' sensitivity).
4602                 Thanks Colin!
4603
4604 2006-02-15 [wwp]        2.0.0cvs53
4605
4606         * src/prefs_gtk.h
4607                 oops forgot that file (fix for some widgets' sensitivity).
4608
4609 2006-02-15 [wwp]        2.0.0cvs52
4610
4611         * src/summary_search.c
4612                 implemented advanced summary search options (added the ability
4613                 to use matcher conditions in an advanced search mode).
4614
4615 2006-02-15 [wwp]        2.0.0cvs51
4616
4617         * src/plugins/pgpcore/prefs_gpg.c
4618         * src/prefs_account.c
4619                 fix some widget sensitivity, mostly around some labels in
4620                 account prefs.
4621
4622 2006-02-15 [paul]       2.0.0cvs50
4623
4624         * manual/advanced.xml
4625                 improve Templates info
4626                 written by wwp
4627
4628 2006-02-14 [colin]      2.0.0cvs49
4629
4630         * src/pixmaps/address_book.xpm
4631         * src/pixmaps/preferences.xpm
4632         * src/pixmaps/properties.xpm
4633                 Fix pixmap size - patch by Fabien Vantard
4634
4635 2006-02-13 [colin]      2.0.0cvs48
4636
4637         * src/procmime.c
4638                 Add missing fclose()s on error
4639         * src/textview.c
4640                 Remove unused code
4641         * src/common/utils.c
4642                 Fix temp files not being deleted on windows
4643         Patches by Thomas Gilgin
4644
4645 2006-02-13 [colin]      2.0.0cvs47
4646
4647         * src/mainwindow.c
4648                 Fix exit crash
4649
4650 2006-02-13 [wwp]        2.0.0cvs46
4651
4652         * src/plugins/pgpcore/prefs_gpg.c
4653                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4654
4655 2006-02-12 [colin]      2.0.0cvs45
4656
4657         * src/folderview.c
4658         * src/main.c
4659         * src/mainwindow.c
4660                 Fix "stuff" when quitting
4661
4662 2006-02-12 [wwp]        2.0.0cvs44
4663
4664         * src/prefs_themes.c
4665                 fix typos in debug messages.
4666
4667 2006-02-11 [colin]      2.0.0cvs43
4668
4669         * src/summaryview.c
4670                 don't allow drag/drop from ourself
4671
4672 2006-02-10 [wwp]        2.0.0cvs42
4673
4674         * src/exporthtml.c
4675         * src/html.c
4676         * src/html.h
4677         * src/procmime.c
4678         * src/textview.c
4679                 renamed html_ prefixed functions and data structures to avoid
4680                 namespace clashes w/ other software (gtkhtml2 for instance).
4681                 Closes bug #907.
4682
4683
4684 2006-02-09 [colin]      2.0.0cvs41
4685
4686         * src/summaryview.c
4687                 Fix shitty logic messed up. Thanks Ticho for the hint!
4688
4689 2006-02-09 [wwp]        2.0.0cvs40
4690
4691         * src/gtk/about.c
4692         * src/compose.c
4693         * src/prefs_account.c
4694         * src/prefs_gtk.h
4695         * src/editaddress.c
4696                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4697                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4698                 Browse buttons in accounts prefs.
4699
4700 2006-02-09 [colin]      2.0.0cvs39
4701
4702         * src/matcher.c
4703                 Check for pointer before using its members
4704         * src/gtk/gtksourceprintjob.c
4705                 Fix a wrong warning
4706
4707 2006-02-09 [wwp]        2.0.0cvs38
4708
4709         * src/gtk/filesel.c
4710                 fix few compiler warnings (type mismatch).
4711
4712 2006-02-09 [paul]       2.0.0cvs37
4713
4714         * po/fr.po
4715                 updated by Fabien Vantard
4716
4717 2006-02-08 [colin]      2.0.0cvs36
4718
4719         * src/prefs_common.c
4720         * src/common/defs.h
4721         * src/common/plugin.c
4722                 allow windows and linux configurations to coexist
4723                 patch by Thomas Gilgin
4724
4725 2006-02-08 [colin]      2.0.0cvs35
4726
4727         * src/filtering.c
4728         * src/matcher.c
4729         * src/matcher.h
4730         * src/matcher_parser_parse.y
4731         * src/prefs_filtering_action.c
4732         * src/prefs_matcher.c
4733                 Add the "Ignore thread" filtering
4734                 action
4735
4736 2006-02-08 [colin]      2.0.0cvs34
4737
4738         * src/compose.c
4739         * src/procmime.c
4740         * src/procmime.h
4741                 Fix bug #905 (damaged attachment)
4742                 text files with raw \0's aren't really text files
4743         FOR_STABLE
4744
4745 2006-02-08 [colin]      2.0.0cvs33
4746
4747         * src/summaryview.c
4748                 Fix crasher introduced yesterday
4749
4750 2006-02-08 [wwp]        2.0.0cvs32
4751
4752         * src/compose.c
4753         * src/compose.h
4754                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4755
4756 2006-02-08 [wwp]        2.0.0cvs31
4757
4758         * src/prefs_template.c
4759                 templates enhancement: allow address completion for Cc and Bcc fields
4760                 (it was currently possible for the To field only)
4761
4762 2006-02-08 [colin]      2.0.0cvs30
4763
4764         * src/compose.c
4765                 Don't unblock if not blocked
4766         FOR_STABLE
4767
4768 2006-02-07 [colin]      2.0.0cvs29
4769
4770         * src/action.c
4771                 Forgot to refresh summaryview
4772
4773 2006-02-07 [colin]      2.0.0cvs28
4774
4775         * src/action.c
4776                 Freeze/thaw message list and folder list while
4777                 processing %as{} actions 
4778         * src/compose.c
4779                 Fix auto-wrap disabling after a middle-click
4780                 paste - FOR_STABLE
4781
4782 2006-02-07 [paul]       2.0.0cvs27
4783
4784         * src/folder.c
4785                 fix freeing of uninitialised pointers
4786                 Thanks to Colin
4787
4788 2006-02-06 [colin]      2.0.0cvs26
4789
4790         * src/folder.c
4791                 Use g_slist_prepend in potentially big list
4792
4793 2006-02-06 [colin]      2.0.0cvs25
4794
4795         * src/folder.c
4796                 Completely skip processing if it doesn't 
4797                 exist (faster!)
4798
4799 2006-02-06 [colin]      2.0.0cvs24
4800
4801         * src/folder.c
4802         * src/summaryview.c
4803                 Batch filtering in summaryview (from Tools menu)
4804                 and pre/post//-processing too
4805
4806 2006-02-06 [colin]      2.0.0cvs23
4807
4808         * src/procmsg.h
4809         * src/filtering.c
4810                 Use a special field for batch filtering instead
4811                 of stepping on deferred execution's toes
4812
4813 2006-02-06 [colin]      2.0.0cvs22
4814
4815         * src/action.c
4816         * src/filtering.c
4817         * src/filtering.h
4818         * src/folder.c
4819         * src/summaryview.c
4820                 Fix filtering via menus and actions
4821
4822 2006-02-06 [colin]      2.0.0cvs21
4823
4824         * src/imap.c
4825                 Put the added file directly to cache if possible (will work
4826                 with next libetpan)
4827         * src/filtering.c
4828         * src/filtering.h
4829         * src/inc.c
4830         * src/folder.c
4831         * src/mbox.c
4832         * src/procmsg.h
4833                 Move and copy filtered messages by batches instead of one
4834                 by one - faster on IMAP
4835         * src/procmsg.c
4836                 Add a function that'll possibly be useful later
4837
4838 2006-02-06 [colin]      2.0.0cvs20
4839
4840         * src/addressbook.c
4841                 Use internal mime-type instead of text/plain for d'n'd
4842         * src/compose.c
4843                 Allow attaching files from mimeview's icon list via d'n'd
4844         * src/folderview.c
4845         * src/folderview.h
4846                 Use internal mime-type instead of text/plain for d'n'd
4847                 Don't try to selected opened folder if none is
4848                 Factorize d'n'd from other apps code
4849         * src/headerview.c
4850         * src/textview.c
4851         * src/gtk/gtkutils.c
4852         * src/gtk/gtkutils.h
4853                 Factorize Face/X-Face stuff
4854         * src/mimeview.c
4855                 Fix d'n'd to other apps
4856         * src/prefs_message.c
4857                 Let the XFace pref be usable without libcompface as it also
4858                 applies to Face
4859         * src/summaryview.c
4860                 Fix d'n'd to other apps
4861                 Factorize d'n'd from other apps code
4862
4863 2006-02-06 [wwp]        2.0.0cvs19
4864
4865         * po/it.po
4866                 Italian translation fixes by Andrea Spadaccini (no more confusion
4867                 between filtering and processing, and few changes in the About
4868                 dialog).
4869
4870
4871 2006-02-06 [mones]      2.0.0cvs18
4872
4873         * src/gtk/icon_legend.c
4874                 Improved descriptions allowing better translations
4875
4876 2006-02-05 [colin]      2.0.0cvs17
4877
4878         * src/imap.c
4879                 Add the f*cking missing expunge that caused imap_fetch_env
4880                 to fail after an add_msgs ! :-///
4881         * src/etpan/imap-thread.c
4882                 Add a bit of debug
4883         FOR_STABLE
4884
4885 2006-02-05 [colin]      2.0.0cvs16
4886
4887         * src/common/utils.c
4888                 Don't check for return-path (or we can't put
4889                 back non-sent mails)
4890
4891 2006-02-05 [colin]      2.0.0cvs15
4892
4893         * src/textview.c
4894                 Don't try to display Face header in textview
4895                 when teh headerview's active
4896
4897 2006-02-05 [colin]      2.0.0cvs14
4898
4899         * tools/tbird2syl.py
4900         * tools/Makefile.am
4901                 Add script to import Thunderbird mails
4902
4903 2006-02-05 [colin]      2.0.0cvs13
4904
4905         * src/headerview.c
4906         * src/procheader.c
4907         * src/procmsg.c
4908         * src/procmsg.h
4909         * src/textview.c
4910                 Show Face headers - patch partially by Klaus Flittner
4911
4912 2006-02-05 [colin]      2.0.0cvs12
4913
4914         * src/folderview.c
4915         * src/summaryview.c
4916         * src/common/utils.c
4917         * src/common/utils.h
4918                 Let dnd work from mime icons to summaryview
4919                 and to folderview too
4920                 Add a crude test to avoid trying to add files
4921                 drag'n'dropped when they're not mails
4922
4923 2006-02-04 [colin]      2.0.0cvs11
4924
4925         * src/summaryview.c
4926         * src/mimeview.c
4927                 Fix utf8 conversion
4928
4929 2006-02-04 [colin]      2.0.0cvs10
4930
4931         * src/compose.c
4932         * src/folderview.c
4933         * src/mimeview.c
4934         * src/summaryview.c
4935         * src/summaryview.h
4936                 Added various drag and drop capas:
4937                 From                    To
4938                 summaryview             other apps
4939                 mimeview icons          other apps
4940                 other apps              summaryview
4941                 other apps              folderview
4942
4943                 This shouldn't have broken the existing:
4944                 From                    To
4945                 summaryview             folderview
4946                 folderview              folderview
4947                 summaryview             compose's attachments
4948
4949         Tests welcomed.
4950
4951 2006-02-02 [paul]       2.0.0cvs9
4952
4953         * src/mainwindow.c
4954                 move global option 'Set displayed columns...' out
4955                 of folder option grouping.
4956                 fix sensitivity of 'harvest addresses'
4957         FOR_STABLE
4958
4959 2006-02-01 [colin]      2.0.0cvs8
4960
4961         * src/mimeview.c
4962                 Revert the alertpanel patch, it sucks (intrusive
4963                 and gets in the way of "open")
4964
4965 2006-02-01 [colin]      2.0.0cvs7
4966
4967         * src/compose.c
4968         * src/prefs_account.c
4969         * src/prefs_common.c
4970         * src/common/defs.h
4971         * src/common/utils.c
4972         * src/common/utils.h
4973                 Add ability to edit the signature file
4974                 from the account preferences, and use
4975                 a default for the text editor.
4976                 Patch by Fabien Vantard
4977
4978 2006-02-01 [colin]      2.0.0cvs6
4979
4980         * src/mimeview.c
4981                 Try to get mime type by extension if it is
4982                 application/octet-stream
4983                 Display a window with possible choices when
4984                 encountering unknown mime types
4985         * src/gtk/filesel.c
4986         * src/gtk/filesel.h
4987                 Add preview
4988                 Allow multiple selection in filtered filesel
4989                 (patch by Fabien Vantard)
4990         * src/gtk/pluginwindow.c
4991                 Use it (patch by Fabien Vantard)
4992
4993 2006-02-01 [paul]       2.0.0cvs5
4994
4995         * src/jpilot.c
4996                 fix crash on creating jpilot address book
4997                 Thanks to Colin - FOR_STABLE
4998         * src/prefs_summaries.c
4999         * src/prefs_wrapping.c
5000         * src/gtk/icon_legend.c
5001         * src/gtk/quicksearch.c
5002                 string fixes and additions
5003
5004 2006-02-01 [paul]       2.0.0cvs4
5005
5006         * src/compose.c
5007         * src/mainwindow.c
5008         * src/messageview.c
5009         * src/prefs_send.c
5010                 add Arabic encoding option
5011                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5012
5013 2006-01-31 [colin]      2.0.0cvs3
5014
5015         * src/plugins/pgpcore/passphrase.c
5016                 Convert passphrase to locale encoding
5017         * src/compose.c
5018                 Fix drafting on IMAP. Crappy bug sneaked in
5019                 the release :-/
5020         FOR_STABLE
5021
5022 2006-01-30 [paul]       2.0.0cvs2
5023
5024         * src/gtk/icon_legend.c
5025                 show the new entries
5026
5027 2006-01-30 [colin]      2.0.0cvs1
5028
5029         * src/manual.c
5030                 Check for the file to be present before 
5031                 enabling the menu - FOR_STABLE
5032         * src/gtk/icon_legend.c
5033                 Add folders icons (not all of them, there
5034                 are too much, but the most intriguing ones)
5035
5036 2006-01-30 [paul]       2.0.0
5037
5038         version 2.0.0 released
5039
5040 2006-01-30 [paul]       1.9.100cvs200
5041
5042         * manual/faq.xml
5043         * manual/gpl.xml
5044         * manual/intro.xml
5045         * manual/starting.xml
5046         * manual/sylpheed-claws-manual.xml
5047                 fixes, additions
5048
5049 2006-01-29 [mones]      1.9.100cvs199
5050
5051         * manual/account.xml
5052         * manual/advanced.xml
5053         * manual/glossary.xml
5054                 Some typos fixed, added LDIF term to glossary
5055         * po/es.po
5056                 Fixed leading plus symbol
5057
5058 2006-01-29 [paul]       1.9.100cvs198
5059
5060         * po/fi.po
5061         * po/sk.po
5062                 updated by Tommi Pirinen and Andrej Kacian
5063
5064 2006-01-29 [paul]       1.9.100cvs197
5065
5066         * src/gtk/authors.h
5067                 remove duplicates
5068
5069 2006-01-29 [paul]       1.9.100cvs196
5070
5071         * AUTHORS
5072         * po/nl.po
5073         * src/gtk/authors.h
5074         * tools/claws.i18n.status.pl
5075                 nl translation updated by Tim Dijkstra
5076
5077 2006-01-29 [paul]       1.9.100cvs195
5078
5079         * po/sr.po
5080         * po/sv.po
5081                 updated by Aleksandar Urosevic and Anders Troback
5082
5083 2006-01-28 [colin]      1.9.100cvs194
5084
5085         * src/gtk/gtksourceprintjob.c
5086                 Don't fiddle with PangoLayout when we
5087                 have an image
5088
5089 2006-01-28 [paul]       1.9.100cvs193
5090
5091         * AUTHORS
5092         * po/el.po
5093         * po/zh_CN.po
5094         * src/gtk/authors.h
5095         * tools/claws.i18n.status.pl
5096                 updated translations submitted by Stavros Giannouris
5097                 and Ralgh Young
5098
5099 2006-01-27 [colin]      1.9.100cvs192
5100
5101         * src/summaryview.c
5102         * src/gtk/gtksourceprintjob.c
5103                 Add image printing 
5104                 (libgnomeprint only, of course)
5105
5106 2006-01-27 [paul]       1.9.100cvs191
5107
5108         * po/fr.po
5109         * po/it.po
5110                 updated by Fabien Vantard and Andrea Spadaccini
5111
5112 2006-01-26 [colin]      1.9.100cvs190
5113
5114         * manual/Makefile.am
5115         * configure.ac
5116                 Make building the manual optional 
5117                 (--disable-manual)
5118
5119 2006-01-26 [paul]       1.9.100cvs189
5120
5121         * manual/glossary.xml
5122         * manual/plugins.xml
5123                 edited
5124         * po/en_GB.po
5125                 updated
5126
5127 2006-01-26 [paul]       1.9.100cvs188
5128
5129         * src/prefs_display_header.c
5130         * src/prefs_folder_column.c
5131         * src/prefs_msg_colors.c
5132         * src/prefs_summaries.c
5133         * src/prefs_summary_column.c
5134                 HIGify
5135
5136 2006-01-25 [colin]      1.9.100cvs187
5137
5138         * src/imap.c
5139                 Don't allow moving/copying mails between
5140                 queue/drafts and non-queue/drafts folders
5141                 Fixes bug #897 (message header is resetted 
5142                 if one is copied to Drafts)
5143
5144 2006-01-25 [colin]      1.9.100cvs186
5145
5146         * src/folder.c
5147         * src/mainwindow.c
5148                 Fix subscribed folders not found
5149         * src/compose.c
5150                 Don't try to encode as original mail's charset
5151                 if it's ascii 
5152
5153 2006-01-25 [paul]       1.9.100cvs185
5154
5155         * AUTHORS
5156         * po/Makevars
5157                 updated
5158         * po/de.po
5159         * po/pl.po
5160         * po/pt_BR.po
5161         * po/sr.po
5162                 updates submitted by Stephan Sachse, Emilian Nowak
5163                 and Quar, Frederico Goncalves Guimaraes, and
5164                 Aleksandar Urosevic
5165                 Fix Bug 896, 'PT_BR locale broken'.
5166         * src/gtk/authors.h
5167                 updated
5168
5169 2006-01-24 [mones]      1.9.100cvs184
5170
5171         * manual/glossary.xml
5172                 All current terms finished. Reviewers welcome ;-)
5173         * manual/keyboard.xml
5174                 Fixed column width for pdf output.
5175         * po/es.po
5176                 Updated
5177
5178 2006-01-24 [paul]       1.9.100cvs183
5179
5180         * manual/glossary.xml
5181                 fix id name
5182         * manual/dist/html/Makefile.am
5183         * manual/dist/pdf/Makefile.am
5184         * manual/dist/ps/Makefile.am
5185         * manual/dist/txt/Makefile.am
5186                 fix make deps
5187                 Thanks to Colin
5188
5189 2006-01-24 [mones]      1.9.100cvs182
5190
5191         * manual/glossary.xml
5192                 Nearly finished, some terms missing.
5193
5194 2006-01-23 [paul]       1.9.100cvs181
5195
5196         * manual/dist/html/Makefile.am
5197         * manual/dist/pdf/Makefile.am
5198         * manual/dist/ps/Makefile.am
5199         * manual/dist/txt/Makefile.am
5200         * src/mainwindow.c
5201                 re-enable manual
5202                 Thanks to Colin
5203
5204 2006-01-22 [colin]      1.9.100cvs180
5205
5206         * src/compose.c
5207         * src/gtk/gtkaspell.c
5208                 Don't deselect stuff before right-clicking, with aspell.
5209                 (This prevented right-click Copy, for example).
5210                 Thanks to Clo!
5211
5212 2006-01-22 [paul]       1.9.100cvs179
5213
5214         * src/summary_search.c
5215                 don't fix the widget size as it causes problems
5216                 under localisation.
5217                 Thanks to Emilian Nowak
5218
5219 2006-01-21 [paul]       1.9.100cvs178
5220
5221         * src/prefs_themes.c
5222                 fix broken underlining of label text
5223                 with some translations
5224
5225 2006-01-21 [colin]      1.9.100cvs177
5226
5227         * po/fr.po
5228                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5229
5230 2006-01-20 [colin]      1.9.100cvs176
5231
5232         * configure.ac
5233         * Makefile.am
5234         * manual/Makefile
5235         * manual/dist/html/.cvsignore
5236         * manual/dist/html/Makefile.am
5237         * manual/dist/pdf/.cvsignore
5238         * manual/dist/pdf/Makefile.am
5239         * manual/dist/ps/.cvsignore
5240         * manual/dist/ps/Makefile.am
5241         * manual/dist/txt/.cvsignore
5242         * manual/dist/txt/Makefile.am
5243                 Autotool-ize manual
5244
5245 2006-01-20 [paul]       1.9.100cvs175
5246
5247         * manual/handling.xml
5248                 make Filtering and Searching entries easier to find
5249         * manual/keyboard.xml
5250                 add the remaining default keybinds
5251         * src/prefs_summaries.c
5252                 update the default keybinds
5253
5254 2006-01-20 [paul]       1.9.100cvs174
5255
5256         * src/addressbook.c
5257         * src/addrgather.c
5258         * src/addrharvest.c
5259         * src/editaddress.c
5260         * src/editgroup.c
5261         * src/exphtmldlg.c
5262         * src/expldifdlg.c
5263         * src/exporthtml.c
5264         * src/exportldif.c
5265         * src/ldif.c
5266                 replace 'e-mail' with 'email'
5267         * src/summary_search.c
5268                 add mnemonic to "Find all" button
5269
5270 2006-01-20 [wwp]        1.9.100cvs173
5271
5272         * src/export.c
5273         * src/import.c
5274                 touched mbox import/export buttons for HIG-compliance
5275
5276 2006-01-19 [paul]       1.9.100cvs172
5277
5278         * manual/account.xml
5279         * manual/addrbook.xml
5280         * manual/advanced.xml
5281         * manual/faq.xml
5282         * manual/handling.xml
5283         * manual/intro.xml
5284         * manual/plugins.xml
5285         * manual/starting.xml
5286                 more editing
5287
5288 2006-01-19 [paul]       1.9.100cvs171
5289
5290         * src/toolbar.c
5291                 allow use of trash button while receiving
5292                 Thanks to Colin
5293
5294 2006-01-19 [wwp]        1.9.100cvs170
5295
5296         * src/gtk/quicksearch.c
5297         * src/compose.c
5298                 force text color to black when yellow background is set
5299
5300 2006-01-19 [colin]      1.9.100cvs169
5301
5302         * src/plugins/trayicon/trayicon.c
5303                 Gray out Get Mail when already getting mail
5304
5305 2006-01-18 [paul]       1.9.100cvs168
5306
5307         * src/compose.c
5308                 give widget yellow background was To is
5309                 set via folder prefs
5310         * src/gtk/quicksearch.c
5311                 give widget yellow background when quick
5312                 search is active.
5313                 Thanks to Colin
5314
5315 2006-01-18 [paul]       1.9.100cvs167
5316
5317         * doc/man/sylpheed-claws.1
5318                 add --subscribe option
5319
5320 2006-01-18 [paul]       1.9.100cvs166
5321
5322         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5323         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5324                 use %U instead of %F (%F is broken for user installed
5325                 files in kde 3.5)
5326
5327 2006-01-18 [colin]      1.9.100cvs165
5328
5329         * src/summaryview.c
5330                 Default to Yes in "No more * messages" dialogs
5331
5332 2006-01-17 [colin]      1.9.100cvs164
5333
5334         * src/compose.c
5335                 Possibly fix an invalid iterator causing
5336                 crash
5337
5338 2006-01-17 [colin]      1.9.100cvs163
5339
5340         * src/mimeview.c
5341                 Fix crash when the image disappears under the
5342                 image viewer
5343
5344 2006-01-16 [colin]      1.9.100cvs162
5345
5346         * src/compose.c
5347                 Fix reenabling autowrap
5348
5349 2006-01-16 [colin]      1.9.100cvs161
5350
5351         * src/compose.c
5352                 reset quote_len before getting quote_str
5353
5354 2006-01-16 [colin]      1.9.100cvs160
5355
5356         * src/account.c
5357         * src/account.h
5358         * src/folder.c
5359         * src/imap_gtk.c
5360         * src/mh_gtk.c
5361                 Fix bug #883 (default inbox does not track folder move)
5362
5363 2006-01-16 [colin]      1.9.100cvs159
5364
5365         * src/compose.c
5366         * src/plugins/pgpcore/passphrase.c
5367                 More buttons fixes
5368
5369 2006-01-16 [paul]       1.9.100cvs158
5370
5371         * src/prefs_actions.c
5372         * src/prefs_filtering_action.c
5373         * src/prefs_matcher.c
5374         * src/quote_fmt.c
5375         * src/gtk/description_window.c
5376         * src/gtk/description_window.h
5377         * src/gtk/quicksearch.c
5378                 description window cleanups
5379
5380 2006-01-15 [colin]      1.9.100cvs157
5381
5382         * src/addressbook.c
5383         * src/prefs_filtering.c
5384                 Same here
5385
5386 2006-01-15 [colin]      1.9.100cvs156
5387
5388         * src/folderview.c
5389         * src/mainwindow.c
5390                 Same for "Empty trash"
5391
5392 2006-01-15 [colin]      1.9.100cvs155
5393
5394         * src/inc.c
5395                 Override offline dialog had Yes by default
5396
5397 2006-01-15 [colin]      1.9.100cvs154
5398
5399         * src/summaryview.c
5400                 Delete selected messages? previously had Yes the default
5401
5402 2006-01-15 [colin]      1.9.100cvs153
5403
5404         * src/folder.c
5405         * src/folder.h
5406         * src/main.c
5407                 Check if a mailbox is loaded after all
5408                 plugins are loaded.
5409
5410 2006-01-15 [colin]      1.9.100cvs152
5411
5412         * src/folder.c
5413                 Don't start wizard when there are unloaded folders (will help
5414                 people with only mbox or maildir mailboxes)
5415
5416 2006-01-14 [colin]      1.9.100cvs151
5417
5418         * src/addressbook.c
5419         * src/expldifdlg.c
5420         * src/importldif.c
5421         * src/importmutt.c
5422         * src/importpine.c
5423         * src/mh_gtk.c
5424                 More HIG compliance and fixes
5425
5426 2006-01-14 [colin]      1.9.100cvs150
5427
5428         * src/prefs_filtering_action.c
5429         * src/foldersel.c
5430                 Two forgotten button order changes
5431
5432 2006-01-14 [colin]      1.9.100cvs149
5433
5434         * src/account.c
5435         * src/addressbook.c
5436         * src/compose.c
5437         * src/folderview.c
5438         * src/imap_gtk.c
5439         * src/mainwindow.c
5440         * src/mh_gtk.c
5441         * src/news_gtk.c
5442         * src/prefs_actions.c
5443         * src/prefs_customheader.c
5444         * src/prefs_filtering.c
5445         * src/prefs_matcher.c
5446         * src/prefs_template.c
5447         * src/ssl_manager.c
5448         * src/summaryview.c
5449         * src/textview.c
5450         * src/toolbar.c
5451                 All deletion confirmations are now "Cancel, Delete" 
5452                 instead of "No, Yes"
5453                 Clarified most of the other "No, Yes" to 
5454                 "Cancel, Descriptive_action"
5455                 Rechanged the "Entry not saved" alerts to have 
5456                 "Close, Continue editing"
5457
5458
5459 2006-01-14 [paul]
5460
5461         * 2.0.0-rc4 released
5462
5463 2006-01-14 [paul]       1.9.100cvs148
5464
5465         * src/account.c
5466         * src/addressadd.c
5467         * src/addressbook.c
5468         * src/compose.c
5469         * src/editaddress.c
5470         * src/editbook.c
5471         * src/editgroup.c
5472         * src/editjpilot.c
5473         * src/editldap.c
5474         * src/editvcard.c
5475         * src/exphtmldlg.c
5476         * src/expldifdlg.c
5477         * src/folderview.c
5478         * src/grouplistdialog.c
5479         * src/imap_gtk.c
5480         * src/importmutt.c
5481         * src/importpine.c
5482         * src/inc.c
5483         * src/main.c
5484         * src/mainwindow.c
5485         * src/message_search.c
5486         * src/messageview.c
5487         * src/mh_gtk.c
5488         * src/mimeview.c
5489         * src/news_gtk.c
5490         * src/prefs_actions.c
5491         * src/prefs_customheader.c
5492         * src/prefs_filtering.c
5493         * src/prefs_matcher.c
5494         * src/prefs_template.c
5495         * src/prefs_themes.c
5496         * src/ssl_manager.c
5497         * src/summary_search.c
5498         * src/summaryview.c
5499         * src/textview.c
5500         * src/toolbar.c
5501         * src/gtk/foldersort.c
5502         * src/gtk/gtkaspell.c
5503         * src/gtk/inputdialog.c
5504         * src/gtk/prefswindow.c
5505         * src/plugins/pgpcore/select-keys.c
5506         * src/plugins/trayicon/trayicon.c
5507                 HIG compliant button order
5508
5509 2006-01-14 [mones]      1.9.100cvs147
5510
5511         * po/es.po
5512                 Updated translation
5513
5514 2006-01-13 [paul]       1.9.100cvs146
5515
5516         * AUTHORS
5517         * ChangeLog
5518         * src/gtk/authors.h
5519                 add Joshua M. Kwan to contributors list
5520
5521 2006-01-13 [colin]      1.9.100cvs145
5522
5523         * src/gtk/quicksearch.c
5524                 Don't refocus quick search after executing (Esc or Enter)
5525                 Allows to '/'search something then move up/down in 
5526                 summaryview, and to Esc a search and be back in the 
5527                 summaryview
5528
5529 2006-01-13 [paul]       1.9.100cvs144
5530
5531         * src/plugins/pgpinline/pgpinline.c
5532                 support Content-Type 'application/pgp'
5533                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5534
5535 2006-01-13 [paul]       1.9.100cvs143
5536
5537         * manual/account.xml
5538                 make mention of partial retrieval
5539                 thanks to Colin
5540
5541 2006-01-13 [paul]       1.9.100cvs142
5542
5543         * src/account.c
5544         * src/account.h
5545         * src/action.c
5546         * src/action.h
5547         * src/adbookbase.h
5548         * src/addr_compl.c
5549         * src/addr_compl.h
5550         * src/addrbook.c
5551         * src/addrcache.c
5552         * src/addrcache.h
5553         * src/addrcindex.c
5554         * src/addrcindex.h
5555         * src/addrclip.c
5556         * src/addrclip.h
5557         * src/addrdefs.h
5558         * src/addressadd.c
5559         * src/addressadd.h
5560         * src/addressbook.c
5561         * src/addressbook.h
5562         * src/addrgather.c
5563         * src/addrgather.h
5564         * src/addrharvest.c
5565         * src/addrharvest.h
5566         * src/addrindex.c
5567         * src/addrindex.h
5568         * src/addritem.c
5569         * src/addritem.h
5570         * src/addrquery.c
5571         * src/addrquery.h
5572         * src/addrselect.c
5573         * src/addrselect.h
5574         * src/alertpanel.c
5575         * src/alertpanel.h
5576         * src/browseldap.c
5577         * src/browseldap.h
5578         * src/codeconv.c
5579         * src/codeconv.h
5580         * src/compose.c
5581         * src/compose.h
5582         * src/customheader.c
5583         * src/customheader.h
5584         * src/displayheader.c
5585         * src/displayheader.h
5586         * src/editaddress.c
5587         * src/editaddress.h
5588         * src/editbook.c
5589         * src/editbook.h
5590         * src/editgroup.c
5591         * src/editgroup.h
5592         * src/editjpilot.c
5593         * src/editjpilot.h
5594         * src/editldap.c
5595         * src/editldap.h
5596         * src/editldap_basedn.c
5597         * src/editldap_basedn.h
5598         * src/editvcard.c
5599         * src/editvcard.h
5600         * src/exphtmldlg.c
5601         * src/exphtmldlg.h
5602         * src/expldifdlg.c
5603         * src/expldifdlg.h
5604         * src/export.h
5605         * src/exporthtml.c
5606         * src/exporthtml.h
5607         * src/exportldif.c
5608         * src/exportldif.h
5609         * src/filtering.c
5610         * src/filtering.h
5611         * src/folder.c
5612         * src/folder.h
5613         * src/folder_item_prefs.c
5614         * src/folder_item_prefs.h
5615         * src/foldersel.c
5616         * src/foldersel.h
5617         * src/folderutils.c
5618         * src/folderutils.h
5619         * src/folderview.c
5620         * src/folderview.h
5621         * src/grouplistdialog.c
5622         * src/grouplistdialog.h
5623         * src/headerview.c
5624         * src/html.c
5625         * src/html.h
5626         * src/image_viewer.c
5627         * src/image_viewer.h
5628         * src/imap.c
5629         * src/imap.h
5630         * src/imap_gtk.c
5631         * src/imap_gtk.h
5632         * src/import.h
5633         * src/importldif.c
5634         * src/importldif.h
5635         * src/importmutt.c
5636         * src/importmutt.h
5637         * src/importpine.c
5638         * src/importpine.h
5639         * src/inc.c
5640         * src/inc.h
5641         * src/jpilot.c
5642         * src/jpilot.h
5643         * src/ldapctrl.c
5644         * src/ldapctrl.h
5645         * src/ldaplocate.c
5646         * src/ldaplocate.h
5647         * src/ldapquery.c
5648         * src/ldapquery.h
5649         * src/ldapserver.c
5650         * src/ldapserver.h
5651         * src/ldaputil.c
5652         * src/ldaputil.h
5653         * src/ldif.c
5654         * src/ldif.h
5655         * src/main.c
5656         * src/main.h
5657         * src/mainwindow.c
5658         * src/mainwindow.h
5659         * src/manual.c
5660         * src/manual.h
5661         * src/mbox.c
5662         * src/mbox.h
5663         * src/message_search.c
5664         * src/message_search.h
5665         * src/messageview.c
5666         * src/messageview.h
5667         * src/mh.c
5668         * src/mh.h
5669         * src/mh_gtk.c
5670         * src/mh_gtk.h
5671         * src/mimeview.c
5672         * src/mimeview.h
5673         * src/msgcache.c
5674         * src/msgcache.h
5675         * src/mutt.c
5676         * src/mutt.h
5677         * src/news.c
5678         * src/news.h
5679         * src/news_gtk.c
5680         * src/news_gtk.h
5681         * src/partial_download.c
5682         * src/partial_download.h
5683         * src/pine.c
5684         * src/pine.h
5685         * src/pop.c
5686         * src/pop.h
5687         * src/prefs_account.c
5688         * src/prefs_account.h
5689         * src/prefs_actions.c
5690         * src/prefs_actions.h
5691         * src/prefs_common.c
5692         * src/prefs_common.h
5693         * src/prefs_compose_writing.c
5694         * src/prefs_compose_writing.h
5695         * src/prefs_customheader.c
5696         * src/prefs_customheader.h
5697         * src/prefs_display_header.c
5698         * src/prefs_display_header.h
5699         * src/prefs_filtering.c
5700         * src/prefs_filtering.h
5701         * src/prefs_filtering_action.c
5702         * src/prefs_filtering_action.h
5703         * src/prefs_folder_column.c
5704         * src/prefs_folder_column.h
5705         * src/prefs_folder_item.c
5706         * src/prefs_folder_item.h
5707         * src/prefs_fonts.c
5708         * src/prefs_fonts.h
5709         * src/prefs_gtk.c
5710         * src/prefs_gtk.h
5711         * src/prefs_image_viewer.c
5712         * src/prefs_image_viewer.h
5713         * src/prefs_matcher.c
5714         * src/prefs_matcher.h
5715         * src/prefs_message.c
5716         * src/prefs_msg_colors.c
5717         * src/prefs_msg_colors.h
5718         * src/prefs_other.c
5719         * src/prefs_quote.c
5720         * src/prefs_receive.c
5721         * src/prefs_send.c
5722         * src/prefs_spelling.c
5723         * src/prefs_spelling.h
5724         * src/prefs_summaries.c
5725         * src/prefs_summaries.h
5726         * src/prefs_summary_column.c
5727         * src/prefs_summary_column.h
5728         * src/prefs_template.c
5729         * src/prefs_template.h
5730         * src/prefs_themes.c
5731         * src/prefs_themes.h
5732         * src/prefs_toolbar.c
5733         * src/prefs_toolbar.h
5734         * src/prefs_wrapping.c
5735         * src/prefs_wrapping.h
5736         * src/privacy.c
5737         * src/privacy.h
5738         * src/procheader.c
5739         * src/procheader.h
5740         * src/procmime.c
5741         * src/procmime.h
5742         * src/procmsg.c
5743         * src/procmsg.h
5744         * src/quote_fmt.c
5745         * src/quote_fmt_parse.y
5746         * src/recv.c
5747         * src/recv.h
5748         * src/remotefolder.c
5749         * src/remotefolder.h
5750         * src/send_message.c
5751         * src/send_message.h
5752         * src/setup.c
5753         * src/setup.h
5754         * src/sourcewindow.c
5755         * src/sourcewindow.h
5756         * src/ssl_manager.c
5757         * src/ssl_manager.h
5758         * src/statusbar.c
5759         * src/statusbar.h
5760         * src/stock_pixmap.c
5761         * src/stock_pixmap.h
5762         * src/summary_search.c
5763         * src/summary_search.h
5764         * src/summaryview.c
5765         * src/summaryview.h
5766         * src/syldap.c
5767         * src/syldap.h
5768         * src/textview.c
5769         * src/textview.h
5770         * src/toolbar.c
5771         * src/toolbar.h
5772         * src/undo.c
5773         * src/undo.h
5774         * src/unmime.c
5775         * src/unmime.h
5776         * src/vcard.c
5777         * src/vcard.h
5778         * src/wizard.c
5779         * src/wizard.h
5780         * src/common/base64.c
5781         * src/common/base64.h
5782         * src/common/defs.h
5783         * src/common/hooks.c
5784         * src/common/hooks.h
5785         * src/common/log.c
5786         * src/common/log.h
5787         * src/common/mgutils.c
5788         * src/common/mgutils.h
5789         * src/common/nntp.c
5790         * src/common/nntp.h
5791         * src/common/passcrypt.c
5792         * src/common/passcrypt.h.in
5793         * src/common/plugin.c
5794         * src/common/plugin.h
5795         * src/common/prefs.c
5796         * src/common/prefs.h
5797         * src/common/progressindicator.c
5798         * src/common/progressindicator.h
5799         * src/common/quoted-printable.c
5800         * src/common/quoted-printable.h
5801         * src/common/session.c
5802         * src/common/session.h
5803         * src/common/smtp.c
5804         * src/common/smtp.h
5805         * src/common/socket.c
5806         * src/common/socket.h
5807         * src/common/ssl.c
5808         * src/common/ssl.h
5809         * src/common/ssl_certificate.c
5810         * src/common/ssl_certificate.h
5811         * src/common/stringtable.c
5812         * src/common/stringtable.h
5813         * src/common/sylpheed.c
5814         * src/common/sylpheed.h
5815         * src/common/template.c
5816         * src/common/template.h
5817         * src/common/timing.h
5818         * src/common/utils.c
5819         * src/common/utils.h
5820         * src/common/version.h.in
5821         * src/common/xml.c
5822         * src/common/xml.h
5823         * src/common/xmlprops.c
5824         * src/common/xmlprops.h
5825         * src/gtk/colorlabel.c
5826         * src/gtk/colorsel.c
5827         * src/gtk/colorsel.h
5828         * src/gtk/description_window.c
5829         * src/gtk/description_window.h
5830         * src/gtk/filesel.c
5831         * src/gtk/filesel.h
5832         * src/gtk/foldersort.c
5833         * src/gtk/foldersort.h
5834         * src/gtk/gtkutils.c
5835         * src/gtk/gtkutils.h
5836         * src/gtk/inputdialog.c
5837         * src/gtk/inputdialog.h
5838         * src/gtk/logwindow.c
5839         * src/gtk/logwindow.h
5840         * src/gtk/manage_window.c
5841         * src/gtk/manage_window.h
5842         * src/gtk/menu.c
5843         * src/gtk/menu.h
5844         * src/gtk/pluginwindow.c
5845         * src/gtk/pluginwindow.h
5846         * src/gtk/prefswindow.c
5847         * src/gtk/prefswindow.h
5848         * src/gtk/progressdialog.c
5849         * src/gtk/progressdialog.h
5850         * src/gtk/sslcertwindow.c
5851         * src/gtk/sslcertwindow.h
5852         * src/plugins/clamav/clamav_plugin.c
5853         * src/plugins/clamav/clamav_plugin.h
5854         * src/plugins/clamav/clamav_plugin_gtk.c
5855         * src/plugins/demo/demo.c
5856         * src/plugins/dillo_viewer/dillo_prefs.c
5857         * src/plugins/dillo_viewer/dillo_prefs.h
5858         * src/plugins/dillo_viewer/dillo_viewer.c
5859         * src/plugins/pgpcore/passphrase.c
5860         * src/plugins/pgpcore/passphrase.h
5861         * src/plugins/pgpcore/plugin.c
5862         * src/plugins/pgpcore/select-keys.c
5863         * src/plugins/pgpcore/select-keys.h
5864         * src/plugins/pgpcore/sgpgme.c
5865         * src/plugins/pgpcore/sgpgme.h
5866         * src/plugins/pgpinline/pgpinline.c
5867         * src/plugins/pgpinline/pgpinline.h
5868         * src/plugins/pgpinline/plugin.c
5869         * src/plugins/pgpmime/pgpmime.c
5870         * src/plugins/pgpmime/pgpmime.h
5871         * src/plugins/pgpmime/plugin.c
5872         * src/plugins/spamassassin/spamassassin.c
5873         * src/plugins/spamassassin/spamassassin.h
5874         * src/plugins/spamassassin/spamassassin_gtk.c
5875         * src/plugins/trayicon/trayicon.c
5876                 update copyright header
5877
5878 2006-01-13 [paul]       1.9.100cvs141
5879
5880         * src/account.c
5881         * src/export.c
5882         * src/import.c
5883         * src/mainwindow.c
5884         * src/prefs_account.c
5885         * src/prefs_display_header.c
5886         * src/prefs_receive.c
5887         * src/prefs_send.c
5888         * src/prefs_summaries.c
5889         * src/prefs_themes.c
5890         * src/prefs_toolbar.c
5891         * src/gtk/about.c
5892                 various cleanups
5893
5894 2006-01-12 [colin]      1.9.100cvs140
5895
5896         * src/folder.c
5897         * src/folder.h
5898         * src/main.c
5899                 Add --subscribe option
5900                 Let sylpheed-claws email@domain.com equivalent to --compose
5901                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5902
5903 2006-01-12 [paul]       1.9.100cvs139
5904
5905         * src/mainwindow.c
5906                 append 'Change folder order' label with '...'
5907         * src/prefs_actions.c
5908                 allow reordering of actions list by dnd
5909         * src/gtk/foldersort.c
5910                 make the dialog nicer
5911
5912 2006-01-11 [colin]      1.9.100cvs138
5913
5914         * src/compose.c
5915                 Allow templates without text
5916
5917 2006-01-11 [paul]       1.9.100cvs137
5918
5919         * tools/README
5920         * tools/filter_conv_new.pl
5921                 add info to README
5922                 also check .sylpheed for filter.xml
5923                 be a bit informative to the user
5924
5925 2006-01-11 [colin]      1.9.100cvs136
5926
5927         * src/textview.c
5928                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5929
5930 2006-01-10 [paul]       1.9.100cvs135
5931
5932         * tools/Makefile.am
5933         * tools/filter_conv_new.pl
5934                 add script to convert new style Sylpheed
5935                 filter rules (Sylpheed >= 0.9.99) to
5936                 Claws filtering rules
5937
5938 2006-01-10 [colin]      1.9.100cvs134
5939
5940         * src/compose.c
5941                 Fix broken line joins in certain conditions
5942                 (between two quoted lines: <enter><enter><up>
5943                  <type a wrapped sentence><go in the first line>
5944                  <insert more text><watch as line joining failed>)
5945
5946 2006-01-10 [paul]       1.9.100cvs133
5947
5948         * src/compose.c
5949                 don't report success in error dialog
5950                 thanks to Colin
5951         * src/common/utils.c
5952                 include some trailing punctuations as URI
5953                 thanks to Hiro
5954
5955 2006-01-10 [paul]       1.9.100cvs132
5956
5957         * src/mimeview.c
5958                 fix incompatible pointer type
5959                 warning
5960
5961 2006-01-10 [paul]       1.9.100cvs131
5962
5963         * src/compose.c
5964                 change Subject in window title
5965                 instantaneously
5966
5967 2006-01-09 [colin]      1.9.100cvs130
5968
5969         * src/addressbook.c
5970         * src/headerview.c
5971         * src/mainwindow.c
5972         * src/messageview.c
5973         * src/mimeview.c
5974         * src/noticeview.c
5975         * src/summaryview.c
5976                 Fix possible crashes on exit and in addressbook
5977
5978 2006-01-09 [paul]       1.9.100cvs129
5979
5980         * src/prefs_msg_colors.c
5981                 some cleanups that I forgot last time
5982
5983 2006-01-09 [paul]       1.9.100cvs128
5984
5985         * README
5986         * src/folderview.c
5987         * src/prefs_msg_colors.c
5988                 add previously hidden option, color_new, to
5989                 the gui
5990                 move the page to Display/
5991                 rework the gui
5992
5993 2006-01-09 [wwp]        1.9.100cvs127
5994
5995         * src/prefs_themes.c
5996                 made the prefs/display/themes layouts spacing less condensed
5997                 (and so they match other prefs/pages' look).
5998
5999 2006-01-09 [paul]       1.9.100cvs126
6000
6001         * src/compose.c
6002         * src/prefs_common.c
6003         * src/prefs_common.h
6004         * src/prefs_wrapping.c
6005                 remove 'wrap at send' option
6006
6007 2006-01-06 [colin]      1.9.100cvs125
6008
6009         * src/compose.c
6010                 Just make completely sure we don't insert "manual line breaks" 
6011                 when wrapping... 
6012
6013 2006-01-04 [paul]
6014
6015         * 2.0.0-rc3 released
6016
6017 2006-01-04 [paul]       1.9.100cvs124
6018
6019         * src/folderview.c
6020                 fix bug 882, 'quick scroll in folder list
6021                 displays wrong folder contents'
6022
6023 2006-01-04 [paul]       1.9.100cvs123
6024
6025         * src/plugins/pgpmime/pgpmime.c
6026                 better debug information when signing
6027                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6028
6029 2006-01-03 [colin]      1.9.100cvs122
6030
6031         * configure.ac
6032                 We need to recheck for gpgme 1.0.0 after checking
6033                 for 1.1.1, because if 1.1.1 isn't available, 
6034                 GPGME_LIBS and friends are blanked out by the 
6035                 second check.
6036
6037 2006-01-03 [colin]      1.9.100cvs121
6038
6039         * src/common/prefs.c
6040                 Windows unlink-before rename fix
6041         * src/plugins/pgpcore/sgpgme.c
6042                 Add support for PKA info if available
6043                 Both patches by Werner Koch
6044
6045 2006-01-03 [paul]       1.9.100cvs120
6046
6047         * src/messageview.c
6048                 fix bug 884, 'Send receipt' button visible in queue
6049                 Thanks to Colin
6050
6051 2006-01-02 [colin]      1.9.100cvs119
6052
6053         * src/compose.c
6054         * src/imap.c
6055                 Fix autosave on IMAP and more generally try to
6056                 return the correct ID on a newly added IMAP message
6057
6058 2006-01-02 [paul]       1.9.100cvs118
6059
6060         * manual/keyboard.xml
6061                 edited
6062
6063 2006-01-01 [paul]       1.9.100cvs117
6064
6065         * src/gtk/authors.h
6066                 alphabetical order
6067
6068 2005-12-30 [colin]      1.9.100cvs116
6069
6070         * manual/advanced.xml
6071                 Explain Pre/Post-processing differences.
6072
6073 2005-12-30 [colin]      1.9.100cvs115
6074
6075         * src/mh.c
6076                 Implement copy_msgs for a little optimization
6077         * src/imap.c
6078                 Finish yesterday's fix
6079
6080 2005-12-29 [colin]      1.9.100cvs114
6081
6082         * src/imap.c
6083                 Fix occasional failure in fetching a mail over
6084                 IMAP
6085
6086 2005-12-29 [colin]      1.9.100cvs113
6087
6088         * src/compose.c
6089                 Don't remove a draft when sending it, if it is 
6090                 locked.
6091
6092 2005-12-28 [colin]      1.9.100cvs112
6093
6094         * src/summaryview.c
6095                 Fix leak for real
6096
6097 2005-12-28 [wwp]        1.9.100cvs111
6098
6099         * doc/faq/.cvsignore
6100         * doc/faq/de/.cvsignore
6101         * doc/faq/en/.cvsignore
6102         * doc/faq/es/.cvsignore
6103         * doc/faq/fr/.cvsignore
6104         * doc/faq/it/.cvsignore
6105         * doc/manual/.cvsignore
6106         * doc/manual/de/.cvsignore
6107         * doc/manual/en/.cvsignore
6108         * doc/manual/es/.cvsignore
6109         * doc/manual/fr/.cvsignore
6110         * doc/manual/ja/.cvsignore
6111         * src/plugins/mathml_viewer/.cvsignore
6112                 rollback revival of those files (my bad, sorry for the noise).
6113
6114 2005-12-28 [wwp]        1.9.100cvs110
6115
6116         * src/compose.c
6117                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6118
6119 2005-12-28 [wwp]        1.9.100cvs109
6120
6121         * doc/faq/.cvsignore
6122         * doc/faq/de/.cvsignore
6123         * doc/faq/en/.cvsignore
6124         * doc/faq/es/.cvsignore
6125         * doc/faq/fr/.cvsignore
6126         * doc/faq/it/.cvsignore
6127         * doc/manual/.cvsignore
6128         * doc/manual/de/.cvsignore
6129         * doc/manual/en/.cvsignore
6130         * doc/manual/es/.cvsignore
6131         * doc/manual/fr/.cvsignore
6132         * doc/manual/ja/.cvsignore
6133         * src/plugins/mathml_viewer/.cvsignore
6134         * po/.cvsignore
6135                 more files to ignore.
6136
6137 2005-12-24 [colin]      1.9.100cvs108
6138
6139         * AUTHORS
6140         * src/gtk/authors.h
6141                 Update for Werner
6142
6143 2005-12-24 [colin]      1.9.100cvs107
6144
6145         * src/procmsg.c
6146                 Allow NULL src_msginfo in 
6147                 procmsg_msginfo_new_from_mimeinfo
6148
6149 2005-12-23 [paul]       1.9.100cvs106
6150
6151         * src/plugins/pgpinline/mypgpcore.def
6152                 add this forgotten file
6153
6154 2005-12-23 [colin]      1.9.100cvs105
6155
6156         * src/mainwindow.c
6157                 Fix missing break
6158
6159 2005-12-23 [colin]      1.9.100cvs104
6160
6161         * autogen.sh
6162         * src/folder.c
6163         * src/mh.c
6164         * src/common/plugin.c
6165         * src/common/socket.c
6166         * src/common/socket.h
6167         * src/common/utils.c
6168         * src/common/utils.h
6169         * src/gtk/pluginwindow.c
6170         * src/plugins/pgpcore/plugin.def
6171         * src/plugins/pgpcore/sylpheed.def
6172         * src/plugins/pgpinline/Makefile.am
6173         * src/plugins/pgpinline/plugin.def
6174         * src/plugins/pgpinline/sylpheed.def
6175         * src/plugins/pgpmime/plugin.def
6176         * src/plugins/pgpmime/sylpheed.def
6177                 Various w32 fixes by Werner Koch
6178
6179 2005-12-22 [paul]       1.9.100cvs103
6180
6181         * src/wizard.c
6182                 don't offer IMAP as 'server type' if
6183                 libetpan isn't built in
6184
6185 2005-12-22 [paul]       1.9.100cvs102
6186
6187         * AUTHORS
6188         * src/mainwindow.c
6189         * src/mainwindow.h
6190         * src/toolbar.c
6191         * src/gtk/authors.h
6192                 support GTK_TOOLBAR_BOTH_HORIZ (text
6193                 next to icon) Patch by Marien Zwart
6194                 marienz@users.sf.net
6195                 Also reword the text
6196
6197 2005-12-21 [colin]      1.9.100cvs101
6198
6199         * configure.ac
6200                 Fix DATADIRNAME
6201         * COPYING
6202                 Fix missing section and explicit the exception better
6203         * src/compose.c
6204                 Prevent mail from being lost without notice when an
6205                 SMTP error happens on trying to send an unmodified
6206                 drafted mail.
6207         * src/send_message.c
6208         * src/common/smtp.c
6209                 Fix password remembering when wrong, and add return
6210                 value checks where they should have been
6211         * src/plugins/pgpcore/sylpheed.def
6212         * src/plugins/pgpinline/sylpheed.def
6213         * src/plugins/pgpmime/sylpheed.def
6214                 Add a few symbols needed
6215
6216 2005-12-21 [paul]       1.9.100cvs100
6217
6218         * m4/codeset.m4
6219         * m4/glibc21.m4
6220         * m4/intdiv0.m4
6221         * m4/inttypes-pri.m4
6222         * m4/inttypes.m4
6223         * m4/inttypes_h.m4
6224         * m4/isc-posix.m4
6225         * m4/lcmessage.m4
6226         * m4/stdint_h.m4
6227         * m4/uintmax_t.m4
6228                 gettextization
6229                 thanks to Colin
6230
6231 2005-12-21 [paul]       1.9.100cvs99
6232
6233         * po/sv.po
6234                 fixed by Colin
6235
6236 2005-12-20 [paul]       1.9.100cvs98
6237
6238         * po/sv.po
6239                 updated by Anders Trobäck
6240
6241 2005-12-20 [colin]      1.9.100cvs97
6242
6243         * ABOUT-NLS
6244         * Makefile.am
6245         * autogen.sh
6246         * configure.ac
6247         * config/config.rpath
6248         * config/mkinstalldirs
6249         * m4/Makefile.am
6250         * m4/glibc2.m4
6251         * m4/gnupg.m4
6252         * m4/gpgme.m4
6253         * m4/intmax.m4
6254         * m4/longdouble.m4
6255         * m4/longlong.m4
6256         * m4/printf-posix.m4
6257         * m4/signed.m4
6258         * m4/size_max.m4
6259         * m4/ulonglong.m4
6260         * m4/wchar_t.m4
6261         * m4/wint_t.m4
6262         * m4/xsize.m4
6263         * po/Makefile.in.in
6264         * po/Makevars
6265         * po/bg.po
6266         * po/ca.po
6267         * po/cs.po
6268         * po/de.po
6269         * po/el.po
6270         * po/en_GB.po
6271         * po/es.po
6272         * po/fi.po
6273         * po/fr.po
6274         * po/hr.po
6275         * po/hu.po
6276         * po/it.po
6277         * po/ja.po
6278         * po/ko.po
6279         * po/nb.po
6280         * po/nl.po
6281         * po/pl.po
6282         * po/pt_BR.po
6283         * po/ru.po
6284         * po/sk.po
6285         * po/sr.po
6286         * po/stamp-po
6287         * po/sv.po
6288         * po/zh_CN.po
6289         * po/zh_TW.po
6290         * src/Makefile.am
6291         * src/codeconv.c
6292         * src/compose.c
6293         * src/exporthtml.c
6294         * src/exportldif.c
6295         * src/folder.c
6296         * src/main.c
6297         * src/manual.c
6298         * src/mh.c
6299         * src/mimeview.c
6300         * src/send_message.c
6301         * src/common/Makefile.am
6302         * src/common/fnmatch.c
6303         * src/common/fnmatch.h
6304         * src/common/fnmatch_loop.c
6305         * src/common/nntp.c
6306         * src/common/plugin.c
6307         * src/common/smtp.c
6308         * src/common/socket.c
6309         * src/common/string_match.c
6310         * src/common/sylpheed.c
6311         * src/common/utils.c
6312         * src/common/utils.h
6313         * src/common/w32_dirent.c
6314         * src/common/w32_reg.c
6315         * src/common/w32_signal.c
6316         * src/common/w32_stat.c
6317         * src/common/w32_stdio.c
6318         * src/common/w32_stdlib.c
6319         * src/common/w32_string.c
6320         * src/common/w32_time.c
6321         * src/common/w32_unistd.c
6322         * src/common/w32_wait.c
6323         * src/common/w32lib.h
6324         * src/etpan/Makefile.am
6325         * src/gtk/Makefile.am
6326         * src/plugins/clamav/Makefile.am
6327         * src/plugins/demo/Makefile.am
6328         * src/plugins/dillo_viewer/Makefile.am
6329         * src/plugins/pgpcore/Makefile.am
6330         * src/plugins/pgpcore/passphrase.c
6331         * src/plugins/pgpcore/plugin.def
6332         * src/plugins/pgpcore/sgpgme.c
6333         * src/plugins/pgpcore/sylpheed.def
6334         * src/plugins/pgpcore/version.rc
6335         * src/plugins/pgpinline/Makefile.am
6336         * src/plugins/pgpinline/plugin.def
6337         * src/plugins/pgpinline/sylpheed.def
6338         * src/plugins/pgpinline/version.rc
6339         * src/plugins/pgpmime/Makefile.am
6340         * src/plugins/pgpmime/mypgpcore.def
6341         * src/plugins/pgpmime/plugin.def
6342         * src/plugins/pgpmime/sylpheed.def
6343         * src/plugins/pgpmime/version.rc
6344         * src/plugins/spamassassin/Makefile.am
6345                 Very little ;-) patch from Werner Koch, providing
6346                 infrastructure for cross-compiling to Win32
6347
6348 2005-12-20 [paul]       1.9.100cvs96
6349
6350         * src/account.c
6351         * src/account.h
6352         * src/mainwindow.c
6353         * src/mainwindow.h
6354         * src/toolbar.c
6355         * src/toolbar.h
6356                 add a combo to the Get All button, allowing
6357                 quick retrieval from any account
6358                 Patch by Fabien Vantard, slightly modified
6359                 by Colin
6360         * src/gtk/about.c
6361                 i18n fix. Patch by Fabien Vantard
6362
6363 2005-12-19 [colin]      1.9.100cvs95
6364
6365         * src/compose.c
6366         * src/compose.h
6367                 Don't automatically join lines when they've 
6368                 been separated by the user and not automatically
6369
6370 2005-12-19 [paul]       1.9.100cvs94
6371
6372         * src/gtk/pluginwindow.c
6373                 i18n fix.
6374                 Patch by Fabien Vantard
6375
6376 2005-12-15 [paul]       1.9.100cvs93
6377
6378         * src/common/plugin.c
6379         * src/common/plugin.h
6380         * src/gtk/pluginwindow.c
6381         * src/plugins/clamav/clamav_plugin.c
6382         * src/plugins/demo/demo.c
6383         * src/plugins/dillo_viewer/dillo_viewer.c
6384         * src/plugins/pgpcore/plugin.c
6385         * src/plugins/pgpinline/plugin.c
6386         * src/plugins/pgpmime/plugin.c
6387         * src/plugins/spamassassin/spamassassin.c
6388         * src/plugins/trayicon/trayicon.c
6389                 add plugin_version()
6390
6391 2005-12-15 [colin]      1.9.100cvs92
6392
6393         * src/compose.c
6394                 Further fix bug #875
6395
6396 2005-12-15 [paul]       1.9.100cvs91
6397
6398         * src/gtk/filesel.c
6399                 fix attach_load_dir getting set to
6400                 PLUGINDIR on plugin load
6401
6402 2005-12-14 [mones]      1.9.100cvs90
6403
6404         * manual/ack.xml
6405         * manual/keyboard.xml
6406                 Initial draft and some shortcuts added
6407                 
6408         * po/es.po
6409                 Updated translation
6410
6411 2005-12-14 [colin]      1.9.100cvs89
6412
6413         * src/compose.c
6414         * src/imap.c
6415         * src/summaryview.c
6416         * src/gtk/gtkaspell.c
6417                 More leaks fixed
6418         * src/prefs_folder_item.c
6419                 Fix recursive prefs apply
6420
6421
6422 2005-12-14 [colin]      1.9.100cvs88
6423
6424         * src/compose.c
6425                 Fix bug #875 (Freeze On Inline Forward of 
6426                 Large Message)
6427
6428 2005-12-13 [colin]      1.9.100cvs87
6429
6430         * src/compose.c
6431                 Uniq-ify and sort the mimetypes list
6432                 Patch by Fabien Vantard
6433
6434 2005-12-13 [colin]      1.9.100cvs86
6435
6436         * src/imap.c
6437         * src/etpan/imap-thread.c
6438                 Fix leaks (patch by Hoa)
6439         * src/news.c
6440         * src/common/plugin.c
6441                 Fix leaks
6442
6443 2005-12-12 [colin]
6444
6445         * 2.0.0-rc2 released
6446
6447 2005-12-12 [colin]      1.9.100cvs85
6448
6449         * src/matcher.c
6450                 Fix a leak
6451
6452 2005-12-12 [wwp]        1.9.100cvs84
6453
6454         * src/gtk/icon_legend.c
6455                 fix misbehaviour and crash when closing the legend window
6456         using the Esc key (patch by Fabien Vantard).
6457
6458 2005-12-12 [paul]       1.9.100cvs83
6459
6460         * src/browseldap.c
6461         * src/foldersel.c
6462         * src/prefs_actions.c
6463         * src/prefs_filtering.c
6464         * src/prefs_matcher.c
6465         * src/prefs_spelling.glade      ** REMOVED **
6466         * src/prefs_template.c
6467         * src/gtk/foldersort.glade      ** REMOVED **
6468         * src/gtk/pluginwindow.c
6469         * src/gtk/pluginwindow.glade    ** REMOVED **
6470         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6471                 cleanups
6472
6473 2005-12-11 [paul]       1.9.100cvs82
6474
6475         * src/gtk/filesel.c
6476                 fix attach_load_dir crasher (double free)
6477
6478 2005-12-09 [paul]       1.9.100cvs81
6479
6480         * po/POTFILES.in
6481         * src/mainwindow.c
6482         * src/gtk/Makefile.am
6483         * src/gtk/icon_legend.c
6484         * src/gtk/icon_legend.h
6485                 add icon legend
6486         * src/manual.c
6487                 cleanup
6488
6489 2005-12-09 [paul]       1.9.100cvs80
6490
6491         * src/plugins/pgpcore/passphrase.c
6492                 wrap the label in the dialog
6493
6494 2005-12-09 [colin]      1.9.100cvs79
6495
6496         * src/plugins/pgpcore/sgpgme.c
6497                 Display (untrusted) on not trusted signatures
6498                 Patch by Michal Èihaø <michal@cihar.com>
6499                 Closes bug #867 (Report also key trust)
6500
6501 2005-12-09 [colin]      1.9.100cvs78
6502
6503         * src/common/plugin.c
6504                 Update licence check, following Eben Moglen's advice
6505
6506 2005-12-08 [colin]      1.9.100cvs77
6507
6508         * src/folder.c
6509                 Fix the occasionnal item->cache != NULL 
6510                 assertion failure. 
6511
6512 2005-12-08 [colin]      1.9.100cvs76
6513
6514         * src/mimeview.c
6515         * src/plugins/pgpcore/sgpgme.c
6516                 Print key id when unable to check it
6517                 Closes bug #866 (Show key id when missing)
6518
6519 2005-12-08 [paul]       1.9.100cvs75
6520
6521         * src/prefs_common.c
6522         * src/prefs_common.h
6523         * src/gtk/filesel.c
6524                 remember load attachment dir
6525
6526 2005-12-07 [colin]      1.9.100cvs74
6527
6528         * src/prefs_toolbar.c
6529                 Gtk fixes, patch by Fabien Vantard
6530
6531 2005-12-07 [colin]      1.9.100cvs73
6532
6533         * src/action.c
6534         * src/compose.c
6535         * src/compose.h
6536                 Fix bug #839 (Quoted text isn't colored after 
6537                 executing an action)
6538         * src/common/plugin.c
6539                 Require plugins to declare their licence in plugin_licence()
6540                 Refuse to load non-GPL plugins as they'd be illegal (as 
6541                 derived works of Sylpheed-Claws, they must be GPL).
6542         * src/plugins/clamav/clamav_plugin.c
6543         * src/plugins/demo/demo.c
6544         * src/plugins/dillo_viewer/dillo_viewer.c
6545         * src/plugins/pgpcore/plugin.c
6546         * src/plugins/pgpinline/plugin.c
6547         * src/plugins/pgpmime/plugin.c
6548         * src/plugins/spamassassin/spamassassin.c
6549         * src/plugins/trayicon/trayicon.c
6550                 Add plugin_licence()
6551
6552 2005-12-07 [paul]       1.9.100cvs72
6553
6554         * configure.ac
6555         * src/mainwindow.c
6556         * src/manual.c
6557         * src/manual.h
6558         * src/common/defs.h
6559                 clean up after local FAQ removal and
6560                 temporary manual removal
6561
6562 2005-12-06 [colin]      1.9.100cvs71
6563
6564         * configure.ac
6565         * doc/Makefile.am
6566         * doc/faq/.cvsignore
6567         * doc/faq/Makefile.am
6568         * doc/faq/de/.cvsignore
6569         * doc/faq/de/Makefile.am
6570         * doc/faq/de/sylpheed-faq-1.html
6571         * doc/faq/de/sylpheed-faq-2.html
6572         * doc/faq/de/sylpheed-faq-3.html
6573         * doc/faq/de/sylpheed-faq.html
6574         * doc/faq/en/.cvsignore
6575         * doc/faq/en/Makefile.am
6576         * doc/faq/en/sylpheed-faq-1.html
6577         * doc/faq/en/sylpheed-faq-2.html
6578         * doc/faq/en/sylpheed-faq-3.html
6579         * doc/faq/en/sylpheed-faq-4.html
6580         * doc/faq/en/sylpheed-faq.html
6581         * doc/faq/es/.cvsignore
6582         * doc/faq/es/Makefile.am
6583         * doc/faq/es/sylpheed-faq-1.html
6584         * doc/faq/es/sylpheed-faq-2.html
6585         * doc/faq/es/sylpheed-faq-3.html
6586         * doc/faq/es/sylpheed-faq-4.html
6587         * doc/faq/es/sylpheed-faq.html
6588         * doc/faq/fr/.cvsignore
6589         * doc/faq/fr/Makefile.am
6590         * doc/faq/fr/sylpheed-faq-1.html
6591         * doc/faq/fr/sylpheed-faq-2.html
6592         * doc/faq/fr/sylpheed-faq-3.html
6593         * doc/faq/fr/sylpheed-faq.html
6594         * doc/faq/it/.cvsignore
6595         * doc/faq/it/Makefile.am
6596         * doc/faq/it/sylpheed-faq-1.html
6597         * doc/faq/it/sylpheed-faq-2.html
6598         * doc/faq/it/sylpheed-faq-3.html
6599         * doc/faq/it/sylpheed-faq.html
6600         * doc/manual/.cvsignore
6601         * doc/manual/Makefile.am
6602         * doc/manual/de/.cvsignore
6603         * doc/manual/de/Makefile.am
6604         * doc/manual/de/sylpheed-1.html
6605         * doc/manual/de/sylpheed-10.html
6606         * doc/manual/de/sylpheed-11.html
6607         * doc/manual/de/sylpheed-12.html
6608         * doc/manual/de/sylpheed-13.html
6609         * doc/manual/de/sylpheed-14.html
6610         * doc/manual/de/sylpheed-15.html
6611         * doc/manual/de/sylpheed-16.html
6612         * doc/manual/de/sylpheed-17.html
6613         * doc/manual/de/sylpheed-18.html
6614         * doc/manual/de/sylpheed-19.html
6615         * doc/manual/de/sylpheed-2.html
6616         * doc/manual/de/sylpheed-20.html
6617         * doc/manual/de/sylpheed-3.html
6618         * doc/manual/de/sylpheed-4.html
6619         * doc/manual/de/sylpheed-5.html
6620         * doc/manual/de/sylpheed-6.html
6621         * doc/manual/de/sylpheed-7.html
6622         * doc/manual/de/sylpheed-8.html
6623         * doc/manual/de/sylpheed-9.html
6624         * doc/manual/de/sylpheed.html
6625         * doc/manual/en/.cvsignore
6626         * doc/manual/en/Makefile.am
6627         * doc/manual/en/sylpheed-1.html
6628         * doc/manual/en/sylpheed-10.html
6629         * doc/manual/en/sylpheed-11.html
6630         * doc/manual/en/sylpheed-12.html
6631         * doc/manual/en/sylpheed-13.html
6632         * doc/manual/en/sylpheed-14.html
6633         * doc/manual/en/sylpheed-15.html
6634         * doc/manual/en/sylpheed-16.html
6635         * doc/manual/en/sylpheed-17.html
6636         * doc/manual/en/sylpheed-18.html
6637         * doc/manual/en/sylpheed-19.html
6638         * doc/manual/en/sylpheed-2.html
6639         * doc/manual/en/sylpheed-20.html
6640         * doc/manual/en/sylpheed-21.html
6641         * doc/manual/en/sylpheed-22.html
6642         * doc/manual/en/sylpheed-3.html
6643         * doc/manual/en/sylpheed-4.html
6644         * doc/manual/en/sylpheed-5.html
6645         * doc/manual/en/sylpheed-6.html
6646         * doc/manual/en/sylpheed-7.html
6647         * doc/manual/en/sylpheed-8.html
6648         * doc/manual/en/sylpheed-9.html
6649         * doc/manual/en/sylpheed.html
6650         * doc/manual/es/.cvsignore
6651         * doc/manual/es/Makefile.am
6652         * doc/manual/es/sylpheed-1.html
6653         * doc/manual/es/sylpheed-10.html
6654         * doc/manual/es/sylpheed-11.html
6655         * doc/manual/es/sylpheed-12.html
6656         * doc/manual/es/sylpheed-13.html
6657         * doc/manual/es/sylpheed-14.html
6658         * doc/manual/es/sylpheed-15.html
6659         * doc/manual/es/sylpheed-16.html
6660         * doc/manual/es/sylpheed-17.html
6661         * doc/manual/es/sylpheed-18.html
6662         * doc/manual/es/sylpheed-19.html
6663         * doc/manual/es/sylpheed-2.html
6664         * doc/manual/es/sylpheed-20.html
6665         * doc/manual/es/sylpheed-3.html
6666         * doc/manual/es/sylpheed-4.html
6667         * doc/manual/es/sylpheed-5.html
6668         * doc/manual/es/sylpheed-6.html
6669         * doc/manual/es/sylpheed-7.html
6670         * doc/manual/es/sylpheed-8.html
6671         * doc/manual/es/sylpheed-9.html
6672         * doc/manual/es/sylpheed.html
6673         * doc/manual/fr/.cvsignore
6674         * doc/manual/fr/Makefile.am
6675         * doc/manual/fr/sylpheed-1.html
6676         * doc/manual/fr/sylpheed-10.html
6677         * doc/manual/fr/sylpheed-11.html
6678         * doc/manual/fr/sylpheed-12.html
6679         * doc/manual/fr/sylpheed-13.html
6680         * doc/manual/fr/sylpheed-14.html
6681         * doc/manual/fr/sylpheed-15.html
6682         * doc/manual/fr/sylpheed-16.html
6683         * doc/manual/fr/sylpheed-17.html
6684         * doc/manual/fr/sylpheed-18.html
6685         * doc/manual/fr/sylpheed-19.html
6686         * doc/manual/fr/sylpheed-2.html
6687         * doc/manual/fr/sylpheed-20.html
6688         * doc/manual/fr/sylpheed-3.html
6689         * doc/manual/fr/sylpheed-4.html
6690         * doc/manual/fr/sylpheed-5.html
6691         * doc/manual/fr/sylpheed-6.html
6692         * doc/manual/fr/sylpheed-7.html
6693         * doc/manual/fr/sylpheed-8.html
6694         * doc/manual/fr/sylpheed-9.html
6695         * doc/manual/fr/sylpheed.html
6696         * doc/manual/ja/.cvsignore
6697         * doc/manual/ja/Makefile.am
6698         * doc/manual/ja/sylpheed-1.html
6699         * doc/manual/ja/sylpheed-10.html
6700         * doc/manual/ja/sylpheed-11.html
6701         * doc/manual/ja/sylpheed-12.html
6702         * doc/manual/ja/sylpheed-13.html
6703         * doc/manual/ja/sylpheed-14.html
6704         * doc/manual/ja/sylpheed-15.html
6705         * doc/manual/ja/sylpheed-16.html
6706         * doc/manual/ja/sylpheed-17.html
6707         * doc/manual/ja/sylpheed-18.html
6708         * doc/manual/ja/sylpheed-19.html
6709         * doc/manual/ja/sylpheed-2.html
6710         * doc/manual/ja/sylpheed-20.html
6711         * doc/manual/ja/sylpheed-3.html
6712         * doc/manual/ja/sylpheed-4.html
6713         * doc/manual/ja/sylpheed-5.html
6714         * doc/manual/ja/sylpheed-6.html
6715         * doc/manual/ja/sylpheed-7.html
6716         * doc/manual/ja/sylpheed-8.html
6717         * doc/manual/ja/sylpheed-9.html
6718         * doc/manual/ja/sylpheed.html
6719         * doc/manual/ja/sylpheed.sgml
6720         * src/mainwindow.c
6721                 Remove outdated manual and faq. Noisy, eh?
6722
6723 2005-12-06 [colin]      1.9.100cvs70
6724
6725         * src/compose.c
6726         * src/quote_fmt_parse.y
6727         * src/undo.c
6728         * src/undo.h
6729                 Allow %X to position cursor at 0 
6730                 (no %X = before signature)
6731                 Fix paste as quotation putting the cursor at 0
6732                 Fix undo offsets when pasting
6733                 Insert the quote_fmt at once instead of line 
6734                 by line
6735                 Fix [Edited] when starting to reply/forward
6736
6737 2005-12-06 [paul]       1.9.100cvs69
6738
6739         * src/plugins/clamav/clamav_plugin_gtk.c
6740                 add another tooltip
6741         * src/plugins/spamassassin/spamassassin_gtk.c
6742                 rework spamassassin_create_widget_func()
6743
6744 2005-12-05 [colin]      1.9.100cvs68
6745
6746         * po/POTFILES.in
6747                 Fix make release ;-)
6748
6749 2005-12-05 [colin]      1.9.100cvs67
6750
6751         * src/compose.c
6752         * src/compose.h
6753                 Fix cursor positioning (not obeying %X)
6754
6755 2005-12-05 [paul]       1.9.100cvs66
6756
6757         * src/plugins/dillo_viewer/dillo_prefs.c
6758                 fix compilation warning
6759
6760 2005-12-05 [paul]       1.9.100cvs65
6761
6762         * src/prefs_spelling.c
6763         * src/plugins/trayicon/trayicon.c
6764                 cleanups - remove unused stuff
6765
6766 2005-12-05 [paul]       1.9.100cvs64
6767
6768         * README
6769         * manual/plugins.xml
6770                 remove info about removed mathml_viewer plugin
6771
6772 2005-12-05 [paul]       1.9.100cvs63
6773
6774         * configure.ac
6775         * src/plugins/Makefile.am
6776         * src/plugins/mathml_viewer/.cvsignore
6777         * src/plugins/mathml_viewer/Makefile.am
6778         * src/plugins/mathml_viewer/mathml_viewer.c
6779                 remove unmaintained mathml_viewer plugin
6780
6781 2005-12-05 [paul]       1.9.100cvs62
6782
6783         * src/summaryview.c
6784                 obey prefs_common.always_show_msg when
6785                 moving a msg
6786                 Thanks to Colin
6787
6788 2005-12-05 [paul]       1.9.100cvs61
6789
6790         * src/compose.c
6791         * src/prefs_account.c
6792         * src/prefs_filtering.c
6793         * src/prefs_quote.c
6794         * src/prefs_spelling.c
6795         * src/prefs_toolbar.c
6796         * src/summaryview.c
6797         * src/gtk/gtkutils.c
6798         * src/gtk/quicksearch.c
6799         * src/plugins/dillo_viewer/dillo_prefs.c
6800                 dialog cleanups
6801
6802 2005-12-04 [paul]       1.9.100cvs60
6803
6804         * src/inc.c
6805         * src/prefs_account.c
6806         * src/prefs_account.h
6807                 allow a Local account to specify a
6808                 default inbox
6809                 (closes bug 843 'Inbox cannot be changed for local
6810                  mailboxes')
6811
6812 2005-12-04 [colin]      1.9.100cvs59
6813
6814         * src/plugins/trayicon/trayicon.c
6815                 Remove Get, rename Get All to Get Mail in order to
6816                 be consistent with the default main toolbar
6817
6818 2005-12-03 [colin]      1.9.100cvs58
6819
6820         * manual/gpl.xml
6821         * manual/sylpheed-claws-manual.xml
6822                 Add GPL appendix
6823
6824 2005-12-03 [paul]       1.9.100cvs57
6825
6826         * AUTHORS
6827         * po/sv.po
6828         * src/gtk/authors.h
6829                 new (partially complete) Swedish translation
6830                 by Anders Troback <sylpheed@troback.com>
6831
6832 2005-12-02 [paul]       1.9.100cvs56
6833
6834         * configure.ac
6835                 libetpan 0.41 required
6836
6837 2005-12-02 [paul]       1.9.100cvs55
6838
6839         * src/plugins/clamav/clamav_plugin.c
6840         * src/plugins/clamav/clamav_plugin.h
6841         * src/plugins/clamav/clamav_plugin_gtk.c
6842         * src/plugins/spamassassin/spamassassin.c
6843         * src/plugins/spamassassin/spamassassin.h
6844         * src/plugins/spamassassin/spamassassin_gtk.c
6845                 unregister prefs pages on unloading, thus
6846                 preventing a crash
6847                 (thanks to Colin for the hint)
6848
6849 2005-12-02 [wwp]        1.9.100cvs54
6850
6851         * src/quote_fmt.h
6852         * src/quote_fmt_parse.y
6853                 fix misuse of gboolean*, use gboolean instead
6854                 (thanks to Paul, Colin, for pointing out that scaring one)
6855
6856 2005-12-02 [paul]       1.9.100cvs53
6857
6858         * src/plugins/clamav/clamav_plugin.c
6859                 int no --> unsigned int no
6860         * src/plugins/clamav/clamav_plugin_gtk.c
6861                 rework config page
6862
6863 2005-12-02 [wwp]        1.9.100cvs52
6864
6865         * src/compose.c
6866         * src/prefs_template.c
6867         * src/quote_fmt.h
6868         * src/quote_fmt_parse.y
6869                 prevent from executing |f and |p templates commands when
6870                 adding or replacing templates in prefs (avoids annoying and
6871                 potentially dangerous behaviours)
6872
6873 2005-12-02 [paul]       1.9.100cvs51
6874
6875         * src/prefs_common.c
6876                 allow translation of some default values
6877                 Patch by Fabien Vantard
6878
6879 2005-12-02 [paul]       1.9.100cvs50
6880
6881         * src/codeconv.c
6882         * src/codeconv.h
6883         * src/prefs_common.c
6884         * src/prefs_common.h
6885         * src/prefs_message.c
6886         * src/textview.c
6887                 remove obsolete 'convert_mb_alnum' option
6888                 and related stuff
6889         * src/gtk/about.c
6890                 remove unused 'about_textview_visibility_notify'
6891
6892 2005-12-02 [paul]       1.9.100cvs49
6893
6894         * src/prefs_account.c
6895         * src/prefs_compose_writing.c
6896         * src/prefs_fonts.c
6897         * src/prefs_gtk.h
6898         * src/prefs_image_viewer.c
6899         * src/prefs_message.c
6900         * src/prefs_other.c
6901         * src/prefs_receive.c
6902         * src/prefs_send.c
6903         * src/prefs_spelling.c
6904         * src/prefs_summaries.c
6905         * src/prefs_wrapping.c
6906         * src/plugins/dillo_viewer/dillo_prefs.c
6907         * src/plugins/pgpcore/prefs_gpg.c
6908                 several cleanups to the prefs dialogs
6909                 (slightly modified) patch by Fabien Vantard
6910
6911 2005-12-02 [paul]       1.9.100cvs48
6912
6913         * src/main.c
6914                 --exit means exit
6915         * src/send_message.c
6916                 fix crash on send when connection fails
6917
6918         Thanks to Colin
6919
6920 2005-12-01 [colin]      1.9.100cvs47
6921
6922         * src/html.c
6923                 Translate &hellip; to "..."
6924
6925 2005-11-30 [colin]      1.9.100cvs46
6926
6927         * src/matcher.c
6928         * src/matcher.h
6929                 Optimize back yesterday's fix.
6930
6931 2005-11-30 [paul]       1.9.100cvs45
6932
6933         * manual/faq.xml
6934                 standardised
6935         * manual/intro.xml
6936                 written by Colin, edited by me
6937
6938 2005-11-29 [colin]      1.9.100cvs44
6939
6940         * src/matcher.c
6941                 Skip headers unconditionnaly in match_body if the
6942                 rule is not message or ~message
6943
6944 2005-11-29 [colin]      1.9.100cvs43
6945
6946         * src/matcher.c
6947                 Fix body_part and such, not skipping headers 
6948                 if the matchcriteria wasn't the first in the rule
6949
6950 2005-11-29 [colin]      1.9.100cvs42
6951
6952         * src/compose.c
6953                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6954                 option missing from message view window)
6955                 Fix double text D'n'D with gtk-2.8
6956         * src/matcher.c
6957                 Fix ~message, ~headers_part, ~body_part rules
6958         * src/messageview.c
6959                 Add Windows-1252 (Closes bug #863)
6960                 Fix accels
6961         * src/gtk/gtkaspell.c
6962                 Properly destroy accels in all menus
6963
6964 2005-11-29 [mones]      1.9.100cvs41
6965
6966         * po/es.po
6967                 Updated.
6968
6969 2005-11-27 [colin]      1.9.100cvs40
6970
6971         * src/mh_gtk.c
6972                 "/Remove mailbox" -> "/Remove mailbox..."
6973
6974 2005-11-27 [paul]       1.9.100cvs39
6975
6976         * AUTHORS
6977         * po/de.po
6978         * src/gtk/authors.h
6979                 updated by new maintainer, Stephan Sachse
6980
6981 2005-11-27 [paul]       1.9.100cvs38
6982
6983         * manual/faq.xml
6984                 written by Colin, edited by me
6985
6986 2005-11-27 [paul]       1.9.100cvs37
6987
6988         * src/prefs_common.c
6989         * src/prefs_common.h
6990         * src/prefs_receive.c
6991         * src/prefs_summaries.c
6992                 move 'go to inbox after receiving new mail'
6993                 option from display/sumamaries to mail
6994                 handling/receive, and rework prefs_summaries
6995                 dialog a little
6996
6997 2005-11-25 [martin]     1.9.100cvs36
6998
6999         * po/de.po
7000             fixed windows-1252 translation;
7001             translated some new and fuzzy strings
7002
7003 2005-11-25 [paul]       1.9.100cvs35
7004
7005         * src/plugins/clamav/clamav_plugin.c
7006                 complete the update done in cvs34
7007
7008 2005-11-25 [paul]       1.9.100cvs34
7009
7010         * src/plugins/clamav/clamav_plugin.c
7011                 reflect upstream changes
7012
7013 2005-11-25 [paul]       1.9.100cvs33
7014
7015         * manual/ack.xml
7016         * manual/plugins.xml
7017         * manual/sylpheed-claws-manual.xml
7018                 written/updated by Colin, edited by me
7019         * tools/acroread2sylpheed.pl
7020                 update binary name
7021
7022 2005-11-24 [colin]      1.9.100cvs32
7023
7024         * src/compose.c
7025                 Fix bug #856 (reediting messages forgets Request
7026                 Return Receipt)
7027
7028 2005-11-24 [paul]       1.9.100cvs31
7029
7030         * manual/addrbook.xml
7031         * manual/starting.xml
7032                 written by Colin, proofread, edited, adapted by me
7033         * manual/advanced.xml
7034                 add some Actions examples
7035         * src/importldif.c
7036                 use a Save button instead of a Close button
7037         * src/wizard.c
7038                 indicate mandatory fields
7039                 fix page display
7040                 Thanks to Colin
7041
7042 2005-11-23 [colin]      1.9.100cvs30
7043
7044         * src/addressbook.c
7045                 Rename menu item, fix possible crash after
7046                 deletion of books
7047         * src/addrindex.c
7048                 Allow searching for '*' in ldap
7049         * src/browseldap.c
7050                 Fix "Browse Entry" (did anyone use it?)
7051         * src/wizard.c
7052                 Add guards for mandatory information
7053
7054 2005-11-23 [paul]       1.9.100cvs29
7055
7056         * manual/advanced.xml
7057                 corrections to the English
7058
7059 2005-11-23 [colin]      1.9.100cvs28
7060
7061         * src/mimeview.c
7062                 Fix possible crash at exit. After the call to
7063                 gtk_container_remove(), the Viewer's widget has no
7064                 more parent so gtk+ automatically frees it and its
7065                 sons. If destroy_viewer() then try to access it,
7066                 problems ensue.
7067
7068 2005-11-22 [colin]      1.9.100cvs27
7069
7070         * src/compose.c
7071         * src/gtk/gtkaspell.c
7072                 Fix right-clicking on a misspelled word
7073                 Fix More... in suggestions menu
7074
7075 2005-11-22 [wwp]        1.9.100cvs26
7076
7077         * src/prefs_template.c
7078                 templates works: re-sort templates list when adding or replacing,
7079                 prevent from adding or replacing when the template name is empty
7080
7081 2005-11-21 [colin]      1.9.100cvs25
7082
7083         * src/addressbook.c
7084                 Fix some addressbook suckage (dnd, select all)
7085         * src/compose.c
7086         * src/gtk/gtkaspell.c
7087         * src/gtk/gtkaspell.h
7088                 Make the spellchecker menu work with the 
7089                 GtkTextView one instead of overriding it
7090
7091 2005-11-20 [paul]       1.9.100cvs24
7092
7093         * manual/handling.xml
7094                 proofread and corrected
7095
7096 2005-11-20 [paul]       1.9.100cvs23
7097
7098         * manual/Makefile
7099                 generate html as one file
7100         * manual/advanced.xml
7101                 fix output generation
7102                 reformat hidden options list
7103         * manual/manual.xml     ** REMOVED **
7104         * manual/sylpheed-claws-manual.xml      ** ADDED **
7105                 renamed
7106
7107 2005-11-18 [colin]      1.9.100cvs22
7108
7109         * src/prefs_account.c
7110                 Fix layout in news and mbox accounts
7111         * manual/account.xml
7112         * manual/advanced.xml
7113                 New contents for Paul to check :)
7114
7115 2005-11-18 [wwp]        1.9.100cvs21
7116
7117         * src/gtk/quicksearch.c
7118                 don't update extended quicksearch buttons twice
7119
7120 2005-11-18 [paul]       1.9.100cvs20
7121
7122         * src/textview.c
7123                 complete 1.9.100cvs19
7124
7125 2005-11-18 [paul]       1.9.100cvs19
7126
7127         * src/compose.c
7128                 cosmetic improvements
7129         * src/textview.c
7130                 also list text/* attachments
7131
7132 2005-11-18 [colin]      1.9.100cvs18
7133
7134         * src/summaryview.c
7135                 Use column 0 instead of -1 in 
7136                 gtk_ctree_node_moveto, in a naive
7137                 hope it'll fix the gtk-related crashes
7138
7139 2005-11-18 [colin]      1.9.100cvs17
7140
7141         * src/gtk/inputdialog.c
7142                 Fix icon staying the first one
7143
7144 2005-11-17 [wwp]        1.9.100cvs16
7145                 fix possible problem showing some quicksearch buttons, and a bad
7146                 call to g_return_if_fail in a function that returns a value (both
7147                 fixes by Fabien Vantard)
7148
7149 2005-11-15 [wwp]        1.9.100cvs15
7150
7151         * src/gtk/quicksearch.c
7152                 added a tooltip to that obscure ... quicksearch button
7153
7154 2005-11-15 [wwp]        1.9.100cvs14
7155
7156         * src/gtk/quicksearch.c
7157                 add a quicksearch helper to filtering expression users: the ... button
7158                 raises the condition expr window. condition expressions set up w/ this
7159                 window are used by the quicksearch if the user closes it pressing OK.
7160
7161 2005-11-14 [paul]       1.9.100cvs13
7162
7163         * src/plugins/clamav/clamav_plugin.c
7164         * src/plugins/spamassassin/spamassassin.c
7165                 change plugin type following recent merging
7166
7167 2005-11-14 [wwp]        1.9.100cvs12
7168
7169         * src/folder.c
7170                 prevent from crashing when copying/moving message(s) from and
7171                 to the same folder
7172
7173 2005-11-14 [paul]       1.9.100cvs11
7174
7175         * src/plugins/clamav/Makefile.am
7176         * src/plugins/clamav/clamav_plugin.c
7177         * src/plugins/clamav/clamav_plugin.h
7178         * src/plugins/clamav/clamav_plugin_gtk.c
7179                 also merge clamav and clamav_gtk plugins
7180
7181 2005-11-13 [colin]      1.9.100cvs10
7182
7183         * configure.ac
7184         * src/plugins/spamassassin/Makefile.am
7185         * src/plugins/spamassassin/spamassassin.c
7186         * src/plugins/spamassassin/spamassassin.h
7187         * src/plugins/spamassassin/spamassassin_gtk.c
7188                 Merge spamassassin and spamassassin_gtk plugins,
7189                 and build it by default.
7190
7191 2005-11-12 [colin]      1.9.100cvs9
7192
7193         * src/etpan/imap-thread.c
7194                 Fix gcc warning
7195
7196 2005-11-12 [colin]      1.9.100cvs8
7197
7198         * src/procmime.c
7199                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7200
7201 2005-11-10 [colin]      1.9.100cvs7
7202
7203         * src/main.c
7204                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7205                 minimised state)
7206
7207 2005-11-10 [wwp]        1.9.100cvs6
7208
7209         * src/gtk/description_window.c
7210                 fix a crash when closing description windows using the WM's [X] button
7211
7212 2005-11-09 [colin]      1.9.100cvs5
7213
7214         * src/common/ssl.c
7215                 Update libetpan call to follow upstream
7216                 (yes, this requires libetpan-0.40cvs3)
7217
7218 2005-11-08 [colin]      1.9.100cvs4
7219
7220         * src/compose.c
7221         * src/textview.c
7222         * src/common/utils.c
7223         * src/common/utils.h
7224                 Enhance the email parser
7225
7226 2005-11-08 [colin]      1.9.100cvs3
7227
7228         * src/procmime.c
7229                 Fix what looks like an off-by-one (fixes 
7230                 attachments from the Bat)
7231
7232 2005-11-08 [wwp]        1.9.100cvs2
7233
7234         * src/main.c
7235                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7236
7237 2005-11-08 [wwp]        1.9.100cvs1
7238
7239         * src/main.c
7240                 allow exiting Sylpheed-Claws from command-line
7241
7242 2005-11-08 [paul]       1.9.100
7243
7244         1.9.100 released
7245
7246 2005-11-07 [colin]      1.9.99cvs17
7247
7248         * src/addritem.c
7249         * src/ldif.c
7250                 Fix import of base-64 encoded items
7251
7252 2005-11-07 [colin]      1.9.99cvs16
7253
7254         * src/send_message.c
7255                 Fix bug #314 (Queue does not empty under certain 
7256                 circumstances)
7257
7258 2005-11-07 [paul]       1.9.99cvs15
7259
7260         * src/mutt.c
7261         * src/pine.c
7262                 fix buffer overflows
7263                 Thanks to Colin
7264
7265 2005-11-07 [paul]       1.9.99cvs14
7266
7267         * doc/man/Makefile.am
7268         * doc/man/sylpheed-claws.1      ** ADDED **
7269         * doc/man/sylpheed.1            ** DELETED **
7270                 rename and update the man file
7271
7272 2005-11-06 [colin]      1.9.99cvs13
7273
7274         * src/ldif.c
7275                 Fix ldif_get_line() that returned empty strings
7276                 (Didn't understand why). Also fix a possible
7277                 buffer overflow.
7278
7279 2005-11-06 [wwp]        1.9.99cvs12
7280
7281         * src/textview.c
7282         * src/gtk/about.c
7283         * src/gtk/gtkutils.c
7284         * src/gtk/gtkutils.h
7285                 fix a compilation warning,
7286                 make links sensitive in the about dialog
7287
7288 2005-11-04 [wwp]        1.9.99cvs11
7289
7290         * src/gtk/about.c
7291                 don't wrap or translate URIs, and a bit text format cleanup
7292
7293 2005-11-04 [wwp]        1.9.99cvs10
7294
7295         * src/gtk/about.c
7296                 better textview tagging implementation (no more use of marks for
7297                 postponed tagging)
7298
7299 2005-11-02 [colin]      1.9.99cvs9
7300
7301         * src/common/ssl.c
7302                 Forgot an ifdef
7303
7304 2005-11-02 [colin]      1.9.99cvs8
7305
7306         * configure.ac
7307                 Require libetpan-0.40 due to upstream fix
7308         * src/common/ssl.c
7309                 Tell libetpan not to call SSL_Library_Init,
7310                 as we do it ourselves.
7311
7312 2005-11-02 [colin]      1.9.99cvs7
7313
7314         * po/POTFILES.in
7315                 Add missing files (thanks to Fabien Vantard)
7316
7317 2005-11-02 [colin]      1.9.99cvs6
7318
7319         * src/summaryview.c
7320                 Fix totals when read messages are hidden or quicksearch
7321                 is on
7322         * src/ssl_manager.c
7323         * src/ssl_manager.h
7324         * src/common/ssl_certificate.c
7325         * src/common/ssl_certificate.h
7326         * src/gtk/sslcertwindow.c
7327         * src/gtk/sslcertwindow.h
7328                 Fix copyright on my stuff
7329
7330 2005-11-02 [wwp]        1.9.99cvs5
7331
7332         * src/prefs_themes.c
7333                 fix directory name checking (theme installation/removal),
7334                 made related error a bit more verbose
7335
7336 2005-11-02 [colin]      1.9.99cvs4
7337
7338         * src/summaryview.c
7339                 Fix typo (probably fixes bug #841 (Sort by the From 
7340                 field doesn't work)
7341
7342 2005-11-02 [paul]       1.9.99cvs3
7343
7344         * po/ko.po
7345         * po/nb.po
7346                 updated by SungHyun Nam, Geir Helland
7347         * src/wizard.c
7348                 fix typo in welcome message. spotted by
7349                 Andrea Spadaccini
7350
7351 2005-11-01 [colin]      1.9.99cvs2
7352
7353         * src/compose.c
7354                 Fix replying to ml wen confirming subscription
7355         * src/messageview.c
7356         * src/mimeview.c
7357         * src/mimeview.h
7358         * src/privacy.h
7359         * src/summaryview.c
7360                 Make key check non blocking
7361
7362 2005-10-31 [paul]       1.9.99cvs1
7363
7364         * tools/claws.i18n.status.pl
7365                 updated for ChangeLog
7366
7367 2005-10-31 [paul]       1.9.99
7368
7369         1.9.99 released
7370
7371 2005-10-31 [paul]       1.9.15cvs131
7372
7373         * .cvsignore
7374         * ChangeLog
7375         * ChangeLog.claws       ** REMOVED **
7376         * ChangeLog-gtk2.claws  ** REMOVED **
7377         * ChangeLog.gtk1        ** ADDED **
7378         * INSTALL
7379         * Makefile.am
7380         * NEWS
7381         * README
7382         * README.claws          ** REMOVED **
7383         * README.jp             ** REMOVED **
7384         * RELEASE_NOTES         ** ADDED **
7385         * RELEASE_NOTES.claws   ** REMOVED **
7386         * commitHelper
7387         * configure.ac
7388         * sylpheed.spec.in      ** REMOVED **
7389                 tidy up and update the default docs:
7390                 ChangeLog.claws is renamed ChangeLog.gtk1
7391                 ChangeLog-gtk2.claws is renamed ChangeLog
7392                 README.claws is renamed README
7393                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7394
7395 2005-10-31 [paul]       1.9.15cvs130
7396
7397         * po/it.po
7398                 fix errors
7399
7400 2005-10-31 [paul]       1.9.15cvs129
7401
7402         * po/ca.po
7403         * po/de.po
7404         * po/en_GB.po
7405         * po/fr.po
7406         * po/it.po
7407         * po/pt_BR.po
7408         * po/sk.po
7409         * po/sr.po
7410         * po/zh_CN.po
7411                 updated by Miquel Oliete, Stephan Sachse and
7412                 Thomas Gilgin, me, Fabien Vantard, Andrea
7413                 Spadaccini, Frederico Goncalves Guimaraes,
7414                 Andrej Kacian, Aleksandar Urosevic, and
7415                 Ralgh Young.
7416
7417 2005-10-31 [mones]      1.9.15cvs128
7418
7419         * manual/faq.xml
7420                 More questions.
7421         
7422         * po/es.po
7423                 Updated for release.
7424
7425 2005-10-30 [colin]      1.9.15cvs127
7426
7427         * src/compose.c
7428                 Place cursor before rewrapping (fixes cursor
7429                 pos if quotation gets rewrapped)
7430
7431 2005-10-29 [paul]       1.9.15cvs126
7432
7433         * src/crash.c
7434         * src/foldersel.c
7435         * src/main.c
7436         * src/messageview.c
7437         * src/toolbar.c
7438         * src/gtk/authors.h
7439                 corrections to text items
7440
7441 2005-10-28 [colin]      1.9.15cvs125
7442
7443         * src/messageview.c
7444                 Make "hit 'C' to check sig" work from extern 
7445                 messageviews
7446
7447 2005-10-27 [colin]      1.9.15cvs124
7448
7449         * src/summaryview.c
7450                 Add a hack to avoid segfaulting when hammering 
7451                 on gtk's events
7452
7453 2005-10-27 [wwp]        1.9.15cvs123
7454
7455         * src/prefs_themes.c
7456                 sort list of themes names in themes prefs
7457
7458 2005-10-27 [paul]       1.9.15cvs122
7459
7460         * src/folder.c
7461         * src/prefs_account.c
7462                 fix building on Solaris
7463                 Patch by Alex Moore
7464
7465 2005-10-27 [wwp]        1.9.15cvs121
7466
7467         * src/summaryview.c
7468         * src/gtk/gtksctree.c
7469                 speed up unselecting messages in summary view (thanks to Colin)
7470
7471 2005-10-27 [paul]       1.9.15cvs120
7472
7473         * src/mainwindow.c
7474                 fix a compilation warning
7475         * src/summaryview.c
7476                 fix updating of 'n items selected' count
7477                 when deselecting
7478
7479 2005-10-27 [martin]     1.9.15cvs119
7480
7481         * src/action.c
7482                 ignore actions with a leading '/' in the action menu name
7483                 fixes a crash on menu creation
7484         * src/prefs_actions.c
7485                 do not allow a leading '/' in the action menu name
7486
7487 2005-10-27 [paul]       1.9.15cvs118
7488
7489         * src/main.c
7490                 fix compilation warning
7491
7492 2005-10-27 [paul]       1.9.15cvs117
7493
7494         * src/procmime.c
7495                 add #if HAVE_LOCALE_H
7496
7497 2005-10-27 [paul]       1.9.15cvs116
7498
7499         * src/plugins/clamav/clamav_plugin.c
7500         * src/plugins/dillo_viewer/dillo_viewer.c
7501         * src/plugins/mathml_viewer/mathml_viewer.c
7502         * src/plugins/pgpcore/plugin.c
7503         * src/plugins/pgpinline/plugin.c
7504         * src/plugins/pgpmime/plugin.c
7505         * src/plugins/spamassassin/spamassassin.c
7506         * src/plugins/trayicon/trayicon.c
7507                 plugin_init() : make error messages more
7508                 informative
7509
7510 2005-10-26 [wwp]        1.9.15cvs115
7511
7512         * src/prefs_matcher.c
7513                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7514
7515 2005-10-26 [wwp]        1.9.15cvs114
7516
7517         * src/procmime.c
7518         * src/gtk/gtksctree.c
7519         * src/plugins/spamassassin/libspamc.c
7520         * src/plugins/spamassassin/spamassassin.c
7521                 fix some compilation warnings more
7522
7523 2005-10-26 [mones]      1.9.15cvs113
7524
7525         * po/es.po
7526                 Updated translation
7527
7528 2005-10-26 [paul]       1.9.15cvs112
7529
7530         * src/prefs_message.c
7531                 give all display_xface stuff the
7532                 #if HAVE_LIBCOMPFACE treatment, thus
7533                 preventing a crash
7534                 (Thanks to Wolfgang Enderlein)
7535
7536 2005-10-26 [colin]      1.9.15cvs111
7537
7538         * src/gedit-print.c
7539                 Fix date format
7540         * src/imap_gtk.c
7541         * src/news_gtk.c
7542                 Remove context menu items that should not be there
7543         * src/jpilot.c
7544                 Fix encoding
7545         * src/main.c
7546         * src/mainwindow.c
7547                 Don't show the mainwindow too soon
7548
7549 2005-10-26 [wwp]        1.9.15cvs110
7550
7551         * src/folder.c
7552         * src/manual.c
7553         * src/summaryview.c
7554                 fix uninitialized pointers in the folder updating hook
7555                 (thanks to Colin)
7556
7557 2005-10-25 [mones]      1.9.15cvs109
7558
7559         * manual/faq.xml
7560                 General information subsection completed. 
7561                 Removed archaic references.
7562                 
7563         * manual/Makefile
7564         * manual/dtd/manual.dsl
7565                 Added customization stylesheet for getting paragraphs
7566                 fully justified in PDF output (as suggested by Colin).
7567
7568 2005-10-25 [colin]      1.9.15cvs108
7569
7570         * src/compose.c
7571                 Fix a second leak
7572
7573 2005-10-25 [colin]      1.9.15cvs107
7574
7575         * src/addrbook.c
7576         * src/addrindex.c
7577                 Fix leak (xml_get_element() allocates memory)
7578         * src/compose.c
7579                 Fix leak + dead code (shame!)
7580         * src/procmime.c
7581                 Fix leak
7582
7583 2005-10-25 [colin]      1.9.15cvs106
7584
7585         * src/mimeview.c
7586                 Fix encoding issue in Save all and in 
7587                 overwrite-confirmation alertpanel
7588
7589 2005-10-25 [colin]      1.9.15cvs105
7590
7591         * src/common/socket.c
7592                 Fix a leak - Thanks to Christopher Aillon
7593                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7594
7595 2005-10-25 [paul]       1.9.15cvs104
7596
7597         * src/wizard.c
7598                 Always guess servers from the right-hand
7599                 email part and guess username from the
7600                 left-hand part. (Thanks to Colin)
7601                 add an X-Face to the welcome message
7602
7603 2005-10-25 [paul]       1.9.15cvs103
7604
7605         * manual/handling.xml
7606                 written by Colin, edited by me
7607
7608 2005-10-25 [wwp]        1.9.15cvs102
7609
7610         * src/folderview.c
7611         * src/grouplistdialog.c
7612         * src/imap.c
7613         * src/noticeview.c
7614                 fix some compilation warnings
7615
7616 2005-10-24 [paul]
7617
7618         1.9.99-rc3 released
7619
7620 2005-10-24 [paul]       1.9.15cvs101
7621
7622         * src/gtk/about.c
7623                 fix window sizing
7624
7625 2005-10-24 [paul]       1.9.15cvs100
7626
7627         * src/pixmaps/offline.xpm
7628         * src/pixmaps/online.xpm
7629                 replace with last default versions
7630
7631 2005-10-24 [colin]      1.9.15cvs99
7632
7633         * src/imap.c
7634                 Fix bug when moving a folder
7635         * src/imap_gtk.c
7636         * src/mh_gtk.c
7637                 "Delete folder" pops up a window, so it 
7638                 should be suffixed with "..."
7639         * src/plugins/pgpcore/sgpgme.c
7640                 Include locale.h
7641
7642 2005-10-24 [mones]      1.9.15cvs98
7643
7644         * manual/Makefile
7645         * manual/account.xml
7646         * manual/ack.xml
7647         * manual/addrbook.xml
7648         * manual/advanced.xml
7649         * manual/faq.xml
7650         * manual/glossary.xml
7651         * manual/gpl.xml
7652         * manual/handling.xml
7653         * manual/intro.xml
7654         * manual/keyboard.xml
7655         * manual/manual.xml
7656         * manual/plugins.xml
7657         * manual/starting.xml
7658         * manual/dtd/sdocbook.dtd
7659                 Initial manual structure and some content.
7660
7661 2005-10-23 [wwp]        1.9.15cvs97
7662
7663         * src/gtk/about.c
7664                 fix a typo
7665
7666 2005-10-23 [wwp]        1.9.15cvs96
7667
7668         * src/gtk/about.c
7669         * src/gtk/authors.h
7670                 rework of the about window (main work by Paul), also featuring a few
7671                 fixes for typos and duplicate names
7672
7673 2005-10-23 [wwp]        1.9.15cvs95
7674
7675         * src/.cvsignore
7676                 Ignore the right binary name (sylpheed-claws now)
7677
7678 2005-10-23 [paul]       1.9.15cvs94
7679
7680         * src/compose.c
7681                 when using Folder Pref 'Default To for
7682                 replies' make the entry in the Compose
7683                 window bold
7684                 Patch by Fabien Vantard
7685
7686 2005-10-22 [colin]      1.9.15cvs93
7687
7688         * src/codeconv.c
7689                 Fix leak
7690
7691 2005-10-22 [colin]      1.9.15cvs92
7692
7693         * src/codeconv.c
7694                 try to convert using locale (apart utf8) if necessary
7695
7696 2005-10-22 [colin]      1.9.15cvs91
7697
7698         * src/pixmaps/new.xpm
7699         * src/pixmaps/unread.xpm
7700                 Make the unread envelope blue again and
7701                 saturate the new one a bit more.
7702
7703 2005-10-22 [colin]      1.9.15cvs90
7704
7705         * src/compose.c
7706                 When replying to a mail sent by one of our accounts,
7707                 use the original list of recipients. Let 'Reply All'
7708                 and 'Reply to sender' work like previously.
7709
7710 2005-10-21 [colin]      1.9.15cvs89
7711
7712         * src/prefs_filtering.c
7713                 Clear fields after add and replace
7714         * src/textview.c
7715                 Display xface differently (better)
7716         * src/plugins/pgpinline/pgpinline.c
7717                 Fix crappy encodings/recodings
7718
7719 2005-10-21 [paul]       1.9.15cvs88
7720
7721         * src/compose.c
7722         * src/prefs_folder_item.c
7723         * src/toolbar.c
7724                 fix news folder Folder Properties
7725                 (thanks to Colin)
7726         * src/folderview.c
7727                 update folderview after Themes change
7728                 keep selected folder selected
7729                 (thanks to Colin)
7730
7731 2005-10-21 [paul]       1.9.15cvs87
7732
7733         * tools/Makefile.am
7734         * tools/OOo2sylpheed.pl
7735         * tools/README
7736         * tools/README.sylprint
7737         * tools/asus_mailled.sh         ** REMOVED **
7738         * tools/filter_conv.pl
7739         * tools/freshmeat_search.pl
7740         * tools/google_search.pl
7741         * tools/gpg-sign-syl            ** REMOVED **
7742         * tools/kmail2sylpheed.pl
7743         * tools/kmail2sylpheed_v2.pl
7744         * tools/multiwebsearch.pl
7745         * tools/nautilus2sylpheed.sh
7746         * tools/newscache_clean.pl
7747         * tools/outlook2sylpheed.pl
7748         * tools/sylpheed-switcher       ** REMOVED **
7749         * tools/sylprint.pl
7750         * tools/sylprint.rc
7751         * tools/tb2sylpheed
7752         * tools/vcard2xml.py
7753         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7754                 update default config dir
7755                 update binary name (thanks to Fabien Vantard)
7756                 remove obsolete scripts
7757
7758 2005-10-21 [colin]      1.9.15cvs86
7759
7760         * src/inc.c
7761                 Fix possible leak and units. Based on a patch by
7762                 Fabien Vantard.
7763
7764 2005-10-20 [colin]      1.9.15cvs85
7765
7766         * src/textview.c
7767                 Clear xface when clearing textview
7768
7769 2005-10-20 [colin]      1.9.15cvs84
7770
7771         * configure.ac
7772         * src/folderview.c
7773         * src/headerview.c
7774         * src/main.c
7775         * src/prefs_common.c
7776         * src/prefs_common.h
7777         * src/prefs_message.c
7778         * src/textview.c
7779         * src/textview.h
7780         * src/common/defs.h
7781         * src/common/utils.c
7782         * src/common/utils.h
7783         * src/gtk/gtkutils.c
7784         * src/gtk/gtkutils.h
7785                 Migrate config to .sylpheed-claws (Automatically)
7786                 Add a way to get the Xface in the TextView
7787
7788 2005-10-20 [colin]      1.9.15cvs83
7789
7790         * src/gtk/Makefile.am
7791         * src/gtk/about.c
7792         * src/gtk/authors.h
7793                 Make the about dialog *grooovy*
7794
7795 2005-10-20 [colin]      1.9.15cvs82
7796
7797         * src/mimeview.c
7798                 Use "Open with" on double click if no command
7799                 was found
7800
7801 2005-10-20 [colin]      1.9.15cvs81
7802
7803         * src/imap.c
7804         * src/etpan/imap-thread.c
7805                 Fix possible crash.
7806
7807 2005-10-20 [paul]       1.9.15cvs80
7808
7809         * src/folder.c
7810                 don't show clipkey icon if the only
7811                 attachment is the signature
7812                 Patch by Colin
7813
7814 2005-10-20 [paul]       1.9.15cvs79
7815
7816         * AUTHORS
7817         * src/plugins/pgpmime/pgpmime.c
7818                 name the PGP/MIME signature 'signature.asc'
7819                 Patch by Andrew Nelson <freeandy@gmail.com>
7820
7821 2005-10-19 [colin]      1.9.15cvs78
7822
7823         * src/plugins/pgpmime/pgpmime.c
7824                 Oops, no need to double-check though
7825
7826 2005-10-19 [colin]      1.9.15cvs77
7827
7828         * src/plugins/pgpinline/pgpinline.c
7829         * src/plugins/pgpmime/pgpmime.c
7830                 Check that my_tmpfile() doesn't 
7831                 return NULL
7832
7833 2005-10-19 [colin]      1.9.15cvs76
7834
7835         * src/common/utils.c
7836                 Use shorter mime boundaries to avoid having
7837                 MTAs rewrapping our headers, breaking the
7838                 PGP signature in the process 
7839         * src/compose.c
7840         * src/plugins/pgpmime/pgpmime.c
7841                 Check for boundary uniqueness to be sure
7842                 it won't happen, instead of hoping for the
7843                 best
7844
7845 2005-10-19 [colin]      1.9.15cvs75
7846
7847         * sylpheed-claws.desktop
7848         * src/Makefile.am
7849         * src/main.c
7850                 Ship a sylpheed-claws binary instead
7851                 of a sylpheed one. Change the socket
7852                 name, too
7853         * src/folderview.c
7854                 Update folder only if it changed
7855         * src/wizard.c
7856                 Fix i18n in welcome mail, patch by
7857                 Fabien Vantard
7858
7859 2005-10-19 [paul]
7860
7861         1.9.99-rc2 released
7862
7863 2005-10-19 [paul]       1.9.15cvs74
7864
7865         * src/folder.c
7866         * src/folderview.c
7867                 fix summaryview update
7868                 Patch by Colin
7869
7870 2005-10-18 [colin]      1.9.15cvs73
7871
7872         * src/plugins/pgpcore/passphrase.c
7873                 Don't XGrabServer, and try a bit more to 
7874                 sync everything before grabbing mouse/keyboard
7875
7876 2005-10-18 [colin]      1.9.15cvs72
7877
7878         * src/Makefile.am
7879         * src/addressadd.c
7880         * src/addressbook.c
7881         * src/folderview.c
7882         * src/grouplistdialog.c
7883         * src/mimeview.c
7884         * src/stock_pixmap.c
7885         * src/stock_pixmap.h
7886         * src/summaryview.c
7887         * src/gtk/gtksctree.c
7888         * src/gtk/gtksctree.h
7889         * src/pixmaps/empty.xpm
7890                 Implement a wrapper call for gtk_ctree_set_node_info
7891                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7892                 pixmap instead of a NULL one. This works around some
7893                 memory problems deep inside gtk, revealed by valgrind,
7894                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7895                 as locked crashes sylpheed.), as well as, probably, 
7896                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7897
7898 2005-10-17 [colin]      1.9.15cvs71
7899
7900         * src/mimeview.c
7901                 Provide visual feedback when checking
7902                 signature
7903
7904 2005-10-17 [colin]      1.9.15cvs70
7905
7906         * src/main.c
7907                 Keep the folder list frozen while checking caches...
7908
7909 2005-10-17 [colin]      1.9.15cvs69
7910
7911         * src/addr_compl.c
7912                 Fi bug #833 (Autocompleting from addressbook 
7913                 fails with extended chars)
7914         * src/imap.c
7915                 Fix 'adding messages' staying in statusbar
7916                 after an error
7917
7918 2005-10-17 [wwp]        1.9.15cvs68
7919
7920         * src/ssl_manager.c
7921                 Fix buttons' layout resizing when window size changes
7922
7923 2005-10-17 [wwp]        1.9.15cvs67
7924
7925         * src/account.c
7926         * src/prefs_account.c
7927         * src/prefs_common.c
7928         * src/prefs_common.h
7929         * src/prefs_folder_item.c
7930         * src/prefs_gtk.c
7931         * src/gtk/logwindow.c
7932         * src/gtk/pluginwindow.c
7933         * src/gtk/prefswindow.c
7934         * src/gtk/prefswindow.h
7935                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7936
7937 2005-10-17 [paul]       1.9.15cvs66
7938
7939         * configure.ac
7940                 fix missing libetpan message
7941         * po/en_GB.po
7942                 updated
7943         * src/crash.c
7944         * src/manual.c
7945         * src/prefs_themes.c
7946         * src/common/defs.h
7947                 add some new URI defines, change some
7948                 others
7949         * src/wizard.c
7950                 make welcome message translatable
7951                 small improvements to english
7952                 other tweaks
7953         * src/gtk/menu.c
7954                 fix warnings
7955
7956 2005-10-17 [paul]       1.9.15cvs65
7957
7958         * src/summaryview.c
7959                 fix column titles
7960
7961 2005-10-16 [mones]      1.9.15cvs64
7962
7963         * po/es.po
7964                 Updated translation
7965
7966 2005-10-16 [colin]
7967
7968         1.9.99-rc1 released
7969
7970 2005-10-16 [colin]      1.9.15cvs63
7971
7972         * src/wizard.c
7973                 Fix whitespace
7974
7975 2005-10-16 [colin]      1.9.15cvs62
7976
7977         * src/toolbar.c
7978                 s/Get All/Get Mail/
7979         * src/wizard.c
7980                 Real welcome mail text, thanks Paul
7981
7982 2005-10-16 [colin]      1.9.15cvs61
7983
7984         * src/editldap.c
7985         * src/exporthtml.c
7986         * src/main.c
7987         * src/mainwindow.c
7988         * src/prefs_themes.c
7989         * src/prefs_toolbar.c
7990         * src/plugins/demo/demo.c
7991         * src/plugins/trayicon/trayicon.c
7992                 s/Sylpheed/Sylpheed-Claws/
7993
7994 2005-10-16 [colin]      1.9.15cvs60
7995
7996         * src/wizard.c
7997                 Add a welcome email in the first empty mailbox
7998         * src/prefs_common.c
7999                 Change one more default
8000
8001 2005-10-16 [colin]      1.9.15cvs59
8002
8003         * src/wizard.c
8004                 Remove printf
8005
8006 2005-10-16 [colin]      1.9.15cvs58
8007
8008         * src/toolbar.c
8009         * src/prefs_common.c
8010                 Change some defaults
8011
8012 2005-10-16 [colin]      1.9.15cvs57
8013
8014         * src/toolbar.c
8015         * src/prefs_common.c
8016                 Change some defaults
8017
8018 2005-10-16 [colin]      1.9.15cvs56
8019
8020         * src/wizard.c
8021                 By default, initialize fonts to have
8022                 the same size as normal GtkWidgets
8023
8024 2005-10-16 [colin]      1.9.15cvs55
8025
8026         * src/mimeview.c
8027                 Fix message a bit more
8028
8029 2005-10-16 [colin]      1.9.15cvs54
8030
8031         * src/addressbook.c
8032                 Second attempt at flicker fixing
8033
8034 2005-10-16 [colin]      1.9.15cvs53
8035
8036         * src/addressbook.c
8037                 Fix flicker
8038
8039 2005-10-16 [wwp]        1.9.15cvs52
8040
8041         * src/addressbook.c
8042         * src/editaddress.c
8043         * src/prefs_common.c
8044         * src/prefs_common.h
8045                 Remember window sizes (address book)
8046
8047 2005-10-16 [wwp]        1.9.15cvs51
8048
8049         * src/plugins/clamav/clamav_plugin_gtk.c
8050         * src/plugins/spamassassin/spamassassin_gtk.c
8051                 Fix compilation warnings (missing #include).
8052
8053 2005-10-16 [colin]      1.9.15cvs50
8054
8055         * src/mimeview.c
8056         * src/summaryview.c
8057         * src/textview.c
8058                 Make 'c' check signature, and forward
8059                 c, l, y, t from summaryview to mimeview
8060
8061 2005-10-16 [colin]      1.9.15cvs49
8062
8063         * src/addressbook.c
8064                 Put border around buttons
8065         * src/mainwindow.c
8066         * src/summaryview.c
8067                 Rework menus (Patch based on a patch
8068                 by Paul)
8069
8070 2005-10-15 [wwp]        1.9.15cvs48
8071
8072         * src/editjpilot.c
8073         * src/editldap.c
8074         * src/editvcard.c
8075         * src/exphtmldlg.c
8076         * src/expldifdlg.c
8077         * src/export.c
8078         * src/import.c
8079         * src/importldif.c
8080         * src/importmutt.c
8081         * src/importpine.c
8082         * src/prefs_account.c
8083         * src/prefs_spelling.c
8084         * src/gtk/gtkutils.c
8085         * src/gtk/gtkutils.h
8086         * src/plugins/clamav/clamav_plugin_gtk.c
8087         * src/plugins/spamassassin/spamassassin_gtk.c
8088                 use nicer browse-for-file/dir buttons than the "..." ones,
8089                 code factorizing more.
8090
8091 2005-10-14 [colin]      1.9.15cvs47
8092
8093         * src/mainwindow.c
8094                 set relief on the account switcher so that people see it
8095                 grey out Create processing rules when no message is selected
8096         * src/prefs_filtering.c
8097                 ask before closing if the rule has not been modified, even if
8098                 it's not valid
8099         * src/prefs_matcher.c
8100                 fix sensitivity when entering the dialog
8101         * src/gtk/inputdialog.c
8102                 display a better icon on password ask
8103         * src/plugins/pgpcore/passphrase.c
8104                 make the dialog look better
8105
8106 2005-10-14 [paul]       1.9.15cvs46
8107
8108         * src/folderview.c
8109                 indicate presense of marked msgs in
8110                 unexpanded subfolders
8111
8112 2005-10-14 [paul]       1.9.15cvs45
8113
8114         * src/prefs_actions.c
8115         * src/prefs_common.c
8116         * src/prefs_common.h
8117         * src/prefs_filtering_action.c
8118         * src/prefs_matcher.c
8119         * src/prefs_template.c
8120                 remember window sizes
8121                 fix Info button size
8122
8123         Patches by wwp
8124
8125 2005-10-13 [colin]      1.9.15cvs44
8126
8127         * src/mimeview.c
8128         * src/noticeview.c
8129         * src/noticeview.h
8130                 Add a tooltip on the icon (optional) 
8131                 Get rid of the signature buttons and only
8132                 use the icon+tooltip
8133
8134 2005-10-13 [colin]      1.9.15cvs43
8135
8136         * src/noticeview.c
8137         * src/noticeview.h
8138                 Add hand cursor for hovering over icon
8139
8140 2005-10-13 [colin]      1.9.15cvs42
8141
8142         * src/summaryview.c
8143                 Fix crash when quicksearch's hidden 
8144                 at startup
8145
8146 2005-10-13 [colin]      1.9.15cvs41
8147
8148         * src/compose.c
8149                 Set subject when forwarding multiple mails
8150                 Check that other recipient than the default Cc or Bcc
8151                 have been set before sending.
8152
8153 2005-10-13 [colin]      1.9.15cvs40
8154
8155         * src/imap.c
8156                 Batch per-folder
8157                 Introduce locking, but don't use it yet
8158
8159 2005-10-13 [colin]      1.9.15cvs39
8160
8161         * src/gtk/quicksearch.c
8162                 Reset quicksearch when hiding it
8163                 Make sticky a real pref
8164
8165 2005-10-13 [colin]      1.9.15cvs38
8166
8167         * src/summaryview.c
8168                 Faster prefs apply
8169
8170 2005-10-13 [colin]      1.9.15cvs37
8171
8172         * src/mimeview.c
8173         * src/noticeview.c
8174         * src/noticeview.h
8175         * src/plugins/pgpcore/sgpgme.c
8176                 Make privacy icon clickable
8177                 Move Trust field in Full info
8178                 When trust is less than full, don't display
8179                 a warning icon
8180
8181 2005-10-13 [colin]      1.9.15cvs36
8182
8183         * src/folder.c
8184                 Batch on flags sync
8185         * src/folderview.c
8186                 Revert speed hack which is dangerous in fact
8187                 Apply prefs faster
8188
8189 2005-10-13 [colin]      1.9.15cvs35
8190
8191         * src/folder_item_prefs.c
8192                 Fix pref corruption on folder move. Patch
8193                 by wwp
8194
8195 2005-10-13 [paul]       1.9.15cvs34
8196
8197         * src/export.c
8198         * src/import.c
8199                 fix typos in g_warnings
8200         * src/prefs_account.c
8201                 add a file selector for Signature file
8202
8203         Patches by wwp
8204
8205 2005-10-12 [colin]      1.9.15cvs33
8206
8207         * src/mimeview.c
8208                 Provide a quick way to go back from a
8209                 signature's full info to the email part
8210
8211 2005-10-12 [colin]      1.9.15cvs32
8212
8213         * src/compose.c
8214                 Remove old hack of encoding signed mails with base64.
8215                 QP works equally well.
8216
8217 2005-10-12 [colin]      1.9.15cvs31
8218
8219         * src/crash.c
8220                 Replace deprecated GtkText with GtkTextView
8221         * src/imap.c
8222                 Fix a logic bug about counts in imap_select
8223                 (previously un-triggered)
8224         * src/mainwindow.c
8225         * src/summaryview.c
8226         * src/news.c
8227                 Allow local deletion of news posts
8228         * src/mimeview.c
8229                 Show GPG noticeview on the message/rfc822 part
8230                 in addition to the text/plain one
8231         * src/prefs_image_viewer.c
8232           src/plugins/pgpcore/prefs_gpg.c
8233                 Polish (set the label as part of the checkbox)
8234         * src/wizard.c
8235                 Don't sit there doing nothing after destroying
8236                 the window - return err
8237
8238 2005-10-11 [colin]      1.9.15cvs30
8239
8240         * src/folderview.c
8241                 Apply processing rules before showing folders.
8242                 Early folder show (before flags sync) will only
8243                 be done when there are no processing rules (nor
8244                 pre- or post- ones)
8245         * src/imap.c
8246                 Fix stuff related to mail subdir, creation and 
8247                 deletion of folders 
8248         * src/imap_gtk.c
8249                 Don't allow creation of folders in NoInferior
8250                 folders, as it won't work
8251
8252 2005-10-10 [colin]      1.9.15cvs29
8253
8254         * src/compose.c
8255                 Reselect "None" Privacy system when selecting an
8256                 account with no privacy system defined
8257
8258 2005-10-10 [colin]      1.9.15cvs28
8259
8260         * src/mainwindow.c
8261                 Add Windows-1252 encoding
8262         * src/prefs_common.c
8263                 Rework some defaults:
8264                 - autosave to draft by default
8265                 - don't show header pane (it's already in the textview)
8266                 - Select first new or unread mail on entry
8267                 - Assume 'Yes' to change folder when there's no more
8268                   unread message
8269         * src/prefs_matcher.c
8270                 Fix a gtk assertion failure
8271         * src/gtk/colorlabel.c
8272                 Workaround bad repainting on selection
8273         * src/main.c
8274                 Freeze/thaw (a bit faster on ssh -X)
8275         * src/msgcache.c
8276                 Get rid of StrdupConverter that just adds an
8277                 extra strdup/free 
8278         * src/etpan/imap_thread.c
8279                 memset buf to 0
8280
8281 2005-10-10 [colin]      1.9.15cvs27
8282
8283         * src/export.c
8284         * src/import.c
8285                 Fix compile on gtk 2.4. Patch by wwp
8286
8287 2005-10-09 [colin]      1.9.15cvs26
8288
8289         * src/mainwindow.c
8290         * src/messageview.c
8291         * src/summaryview.c
8292                 Clarify forward menus. Patch by wwp
8293
8294 2005-10-09 [colin]      1.9.15cvs25
8295
8296         * src/compose.c
8297         * src/compose.h
8298                 Fix bug #829 (Non-working "Encrypt message by 
8299                 default when replying to an encrypted message")
8300
8301 2005-10-08 [colin]      1.9.15cvs24
8302
8303         * src/wizard.c
8304                 Fix bug #827 ("Welcome" setup wizard after a 
8305                 permission error gives up & forgets itself.)
8306
8307 2005-10-08 [colin]      1.9.15cvs23
8308
8309         * src/procmime.c
8310                 Fix bug #828 (Ignoring headers with spaces around = sign)
8311
8312 2005-10-08 [colin]      1.9.15cvs22
8313
8314         * src/export.c
8315                 Warning fix by wwp
8316
8317 2005-10-08 [colin]      1.9.15cvs21
8318
8319         * src/folder.c
8320         * src/folder.h
8321                 Add a processing_pending indicator, set on 
8322                 folder_item_open and cleared after 
8323                 folder_item_process_open
8324         * src/folderview.c
8325         * src/summaryview.c
8326                 wrap procmsg_msginfo_*_flags, and in the
8327                 wrapper check that there's no folder processing 
8328                 pending. If there is, defer the flags change until 
8329                 processing is done to avoid stepping over each
8330                 other's toes.
8331                 Freeze during processing, but not during scanning.
8332
8333 2005-10-07 [colin]      1.9.15cvs20
8334
8335         * src/plugins/pgpcore/passphrase.c
8336                 Fix bug #826 (X-Server hangs when 
8337                 right-clicking a PGP encrypted message)
8338
8339 2005-10-07 [paul]       1.9.15cvs19
8340
8341         * src/compose.c
8342                 fix compose_entries[]
8343                 patch by Fabien Vantard
8344
8345 2005-10-06 [colin]      1.9.15cvs18
8346
8347         * src/pixmaps/address.xpm
8348         * src/pixmaps/address_book.xpm
8349         * src/pixmaps/book.xpm
8350         * src/pixmaps/check_spelling.xpm
8351         * src/pixmaps/checkbox_off.xpm
8352         * src/pixmaps/checkbox_on.xpm
8353         * src/pixmaps/close.xpm
8354         * src/pixmaps/complete.xpm
8355         * src/pixmaps/continue.xpm
8356         * src/pixmaps/deleted.xpm
8357         * src/pixmaps/down_arrow.xpm
8358         * src/pixmaps/exec.xpm
8359         * src/pixmaps/forwarded.xpm
8360         * src/pixmaps/group.xpm
8361         * src/pixmaps/ignorethread.xpm
8362         * src/pixmaps/interface.xpm
8363         * src/pixmaps/jpilot.xpm
8364         * src/pixmaps/ldap.xpm
8365         * src/pixmaps/linewrap.xpm
8366         * src/pixmaps/linewrapcurrent.xpm
8367         * src/pixmaps/mail.xpm
8368         * src/pixmaps/mail_attach.xpm
8369         * src/pixmaps/mail_compose.xpm
8370         * src/pixmaps/mail_forward.xpm
8371         * src/pixmaps/mail_receive.xpm
8372         * src/pixmaps/mail_receive_all.xpm
8373         * src/pixmaps/mail_reply.xpm
8374         * src/pixmaps/mail_reply_to_all.xpm
8375         * src/pixmaps/mail_reply_to_author.xpm
8376         * src/pixmaps/mail_send.xpm
8377         * src/pixmaps/mail_send_queue.xpm
8378         * src/pixmaps/mime_application.xpm
8379         * src/pixmaps/mime_audio.xpm
8380         * src/pixmaps/mime_image.xpm
8381         * src/pixmaps/mime_message.xpm
8382         * src/pixmaps/mime_text_enriched.xpm
8383         * src/pixmaps/mime_text_html.xpm
8384         * src/pixmaps/mime_text_plain.xpm
8385         * src/pixmaps/mime_unknown.xpm
8386         * src/pixmaps/new.xpm
8387         * src/pixmaps/news_compose.xpm
8388         * src/pixmaps/offline.xpm
8389         * src/pixmaps/online.xpm
8390         * src/pixmaps/paste.xpm
8391         * src/pixmaps/preferences.xpm
8392         * src/pixmaps/privacy_emblem_encrypted.xpm
8393         * src/pixmaps/privacy_expired.xpm
8394         * src/pixmaps/privacy_failed.xpm
8395         * src/pixmaps/privacy_passed.xpm
8396         * src/pixmaps/privacy_signed.xpm
8397         * src/pixmaps/privacy_unknown.xpm
8398         * src/pixmaps/privacy_warn.xpm
8399         * src/pixmaps/properties.xpm
8400         * src/pixmaps/replied.xpm
8401         * src/pixmaps/search.xpm
8402         * src/pixmaps/unread.xpm
8403         * src/pixmaps/up_arrow.xpm
8404         * src/pixmaps/vcard.xpm
8405                 Modernize internal theme, with icons from the 
8406                 Gnomaws theme. Keep some of the old ones where
8407                 they were better.
8408
8409 2005-10-06 [colin]      1.9.15cvs17
8410
8411         * src/summaryview.c
8412                 Little optimisations + bugfix
8413         * src/toolbar.c
8414                 Remove default useless items - useless being defined
8415                 by the default relevant prefs
8416         * src/wizard.c
8417                 include config.h to make gettext work
8418         * src/prefs_themes.c
8419                 Fix selection of current theme in prefs
8420
8421 2005-10-06 [colin]      1.9.15cvs16
8422
8423         * src/prefs_common.c
8424         * src/prefs_common.h
8425         * src/prefs_summaries.c
8426         * src/folderview.c
8427                 Add a warning dialog on Mark all read 
8428                 (with pref to get rid of it)
8429
8430 2005-10-06 [paul]       1.9.15cvs15
8431
8432         * po/nb.po
8433         * po/pt_BR.po
8434                 updated by Geir Helland and Frederico
8435                 Goncalves Guimaraes
8436
8437 2005-10-05 [colin]      1.9.15cvs14
8438
8439         * src/folder.c
8440         * src/folder.h
8441         * src/folderview.c
8442         * src/folderview.h
8443         * src/imap_gtk.c
8444         * src/mh_gtk.c
8445         * src/mainwindow.c
8446         * src/setup.c
8447                 add a way to rescan without rebuilding
8448                 make moving a bit faster (less folders changes)
8449                 don't lock the tree on Get 
8450         * src/imap.c
8451                 Don't re-delete deleted messages before expunging
8452         * src/summaryview.c
8453                 Set batch mode when deleting mails
8454
8455 2005-10-05 [paul]       1.9.15cvs13
8456
8457         * src/mainwindow.c
8458         * src/mainwindow.h
8459                 fix disabled Execute menu item
8460         * src/toolbar.c
8461                 match the change in 1.9.15cvs10: use Compose
8462                 instead of News by default
8463
8464 2005-10-04 [colin]      1.9.15cvs12
8465
8466         * src/compose.c
8467                 When replying to an ML post with Reply-To set
8468                 to the poster's email, honor it (as before),
8469                 but also honor our user's request to reply to
8470                 the mailing list: set the ML address in the To
8471                 field and the Reply-To address in the Cc: 
8472                 field.
8473
8474 2005-10-04 [colin]      1.9.15cvs11
8475
8476         * src/plugins/trayicon/trayicon.c
8477                 Finish cosmetic change - thanks to wwp
8478
8479 2005-10-04 [colin]      1.9.15cvs10
8480
8481         * src/toolbar.c
8482                 Use Compose instead of Email by default.
8483                 Spotted by wwp.
8484
8485 2005-10-04 [colin]      1.9.15cvs9
8486
8487         * src/folder.c
8488         * src/folder.h
8489         * src/folderview.c
8490         * src/imap.c
8491         * src/etpan/imap-thread.c
8492         * src/etpan/imap-thread.h
8493                 Try to make IMAP faster, by simplifying SEARCH
8494                 commands, avoiding sending two STATUS in a row,
8495                 and deferring flags sync and processing just
8496                 after displaying the folder. 
8497                 This will update the SummaryView in certain
8498                 cases (new mails not already fetched, flags
8499                 changed from another client) but in a non-
8500                 blocking manner.
8501
8502 2005-10-04 [colin]      1.9.15cvs8
8503
8504         * src/plugins/trayicon/trayicon.c
8505                 Relabel "Offline" to "Work offline"
8506
8507 2005-10-04 [colin]      1.9.15cvs7
8508
8509         * src/export.c
8510         * src/import.c
8511         * src/mbox.c
8512                 Fix mbox import/export buglets
8513                 Patch by wwp
8514         * src/plugins/trayicon/trayicon.c
8515                 Add offline swithc
8516                 Patch by wwp
8517
8518 2005-10-04 [colin]      1.9.15cvs6
8519
8520         * src/folder.c
8521         * src/folderview.c
8522         * src/summaryview.c
8523                 Better fix (don't break mark all read) for cvs2
8524
8525 2005-10-03 [colin]      1.9.15cvs5
8526
8527         * src/folder.c
8528                 Use a sane sort by default
8529
8530 2005-10-03 [colin]      1.9.15cvs4
8531
8532         * src/inc.c
8533                 Add a 'Only once' button for overriding offline mode
8534         * src/prefs_account.c
8535         * src/wizard.c
8536                 Add Local mbox to the wizard
8537                 Add IMAP subdir to the wizard (or the wizard is useless
8538                 for such accounts, or even worse than useless)
8539                 Move IMAP subdir from Advanced to Receive tab, as it's
8540                 not that uncommon
8541
8542 2005-10-03 [colin]      1.9.15cvs3
8543
8544         * src/send_message.c
8545                 Forgot this one in cvs1
8546
8547 2005-10-03 [colin]      1.9.15cvs2
8548
8549         * src/folder.c
8550                 Faster close when leaving a folder with lots
8551                 of new mails. Idea by David Relson.
8552
8553 2005-10-03 [colin]      1.9.15cvs1
8554
8555         * src/compose.c
8556         * src/imap.c
8557         * src/inc.c
8558         * src/main.c
8559         * src/messageview.c
8560         * src/news.c
8561         * src/summaryview.c
8562         * src/gtk/sslcertwindow.c
8563         * src/plugins/trayicon/trayicon.c
8564                 Add accels to every AlertPanel. Patch by Fabien 
8565                 Vantard
8566
8567 2005-10-03 [paul]       1.9.15
8568
8569         1.9.15 released
8570
8571 2005-10-03 [paul]       1.9.14cvs68
8572
8573         * po/ca.po
8574         * po/de.po
8575         * po/es.po
8576         * po/fi.po
8577         * po/fr.po
8578         * po/sk.po
8579         * po/sr.po
8580         * po/zh_CN.po
8581                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8582                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8583                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8584
8585 2005-10-03 [paul]       1.9.14cvs67
8586
8587         * src/send_message.c
8588                 prevent hang on Cancel
8589                 patch by Colin
8590
8591 2005-10-03 [paul]       1.9.14cvs66
8592
8593         * src/main.c
8594                 fix crash in IMAP caused by discrepancy
8595                 between check_at_startup and offline mode
8596                 Patch by Colin
8597
8598 2005-10-01 [paul]       1.9.14cvs65
8599
8600         * src/inc.c
8601                 fix engrish
8602
8603 2005-10-01 [paul]       1.9.14cvs64
8604         * src/export.c
8605         * src/import.c
8606                 synchronise import_mbox() and export_mbox()
8607         * src/mbox.c
8608                 proc_mbox(): add alert if file cannot be opened
8609                 export_list_to_mbox(): test if dest file exists,
8610                 prompt user to overwrite if it does. add alert
8611                 if file cannot be created
8612                                                                 
8613         Patch by wwp
8614                                                                                                                 
8615
8616 2005-09-30 [paul]       1.9.14cvs63
8617
8618         * src/addressbook.c
8619                 Fix sensitivity of a menu
8620         * src/codeconv.c
8621                 Respect hidden pref for mails with no encoding
8622         * src/common/xml.c
8623                 Fix memory corruption
8624         * src/plugins/pgpcore/sgpgme.c
8625                 Fix segfault on incomplete sigs, and display
8626                 of S/Mime UIDs
8627
8628         Patches by Colin
8629
8630 2005-09-30 [colin]      1.9.14cvs62
8631
8632         * src/partial_download.c
8633                 Little logic fix in almost-dead code
8634         * src/pop.c
8635                 Fix partial download when there's no new mail
8636
8637 2005-09-29 [paul]       1.9.14cvs61
8638
8639         * src/plugins/pgpinline/pgpinline.c
8640                 fix bug 819, 'crash accessing sign message'
8641                 Patch by Colin
8642
8643 2005-09-28 [martin]     1.9.14cvs60
8644
8645         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8646                 fix bug #790 (Crash when restarting window manager (fluxbox))
8647
8648 2005-09-28 [paul]       1.9.14cvs59
8649
8650         * src/gtk/gtkaspell.c
8651                 fix off-by-one typo
8652
8653 2005-09-27 [colin]      1.9.14cvs58
8654
8655         * src/plugins/pgpcore/sgpgme.c
8656                 Report error when there's one, instead of
8657                 "Signature unchecked" 
8658
8659 2005-09-27 [colin]      1.9.14cvs57
8660
8661         * src/prefs_quote.c
8662                 Fix bug #816 (Weird quotation with spaces)
8663
8664 2005-09-27 [colin]      1.9.14cvs56
8665
8666         * src/codeconv.c
8667         * src/compose.c
8668         * src/compose.h
8669                 Put subject in compose's title
8670                 Fix Automatic encoding so that it's really automatic:
8671                 first try default locale's charset, then charset of the replied mail, 
8672                 then utf-8
8673                 Fix encoding of headers (must be in strict mode too)
8674
8675 2005-09-26 [colin]      1.9.14cvs55
8676
8677         * src/gtk/gtkaspell.c
8678                 Fix previous patch - don't color the space,
8679                 just uncolor it :)
8680
8681 2005-09-26 [colin]      1.9.14cvs54
8682
8683         * src/gtk/gtkaspell.c
8684                 Unmark space if possible
8685
8686 2005-09-26 [colin]      1.9.14cvs53
8687
8688         * src/imap.c
8689                 log_error instead of alertpanel according to the pref
8690         * src/etpan/imap-thread.c
8691                 Print connect status, copy only necessary size to 
8692                 logger
8693         * src/plugins/pgpmime/pgpmime.c
8694                 Handle S/Mime signatures (verification only). Patch based
8695                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8696
8697 2005-09-26 [paul]       1.9.14cvs52
8698
8699         * src/common/passcrypt.c
8700                 this 'workaround' not necessary on NetBSD.
8701                 Thanks to Daniel Gustafson
8702
8703 2005-09-26 [paul]
8704
8705         1.9.15-rc4 released
8706
8707 2005-09-26 [paul]       1.9.14cvs51
8708
8709         * src/summaryview.c
8710                 Skip currently selected message when
8711                 looking for next new or unread message
8712                 in current folder. Patch by Colin
8713         * src/common/passcrypt.c
8714                 eliminate warnings on *BSD. Patch by
8715                 Daniel Gustafson
8716
8717 2005-09-26 [colin]      1.9.14cvs50
8718
8719         * src/procmsg.c
8720                 Call postfiltering hook anyway
8721
8722 2005-09-22 [colin]      1.9.14cvs49
8723
8724         * src/codeconv.c
8725         * src/codeconv.h
8726                 Add a strict mode that doesn't replace with _
8727         * src/compose.c
8728         * src/compose.h
8729                 Use strict conversion while sending
8730                 Fix race when drafting while sending (happens
8731                 on IMAP)
8732                 Fix d'n'd of messages from summaryview
8733         * src/prefs_common.c
8734         * src/prefs_common.h
8735                 add hidden utf8_instead_of_locale_for_broken_mail 
8736                 pref for people that preferred the default charset 
8737                 to be utf8 for broken mails
8738         * src/quote_fmt_parse.y
8739                 fix bug #815 (No quote insert if "From:" fied 
8740                 contained Russian letters)
8741         * src/summaryview.c
8742                 Fix d'n'd of messages to compose
8743
8744 2005-09-22 [paul]       1.9.14cvs48
8745
8746         * src/compose.c
8747                 fix bug where attachments Name entry
8748                 would display Path instead
8749
8750 2005-09-21 [paul]       1.9.14cvs47
8751
8752         * README
8753         * README.jp
8754         * configure.ac
8755         * config/config.rpath
8756         * doc/manual/en/sylpheed-20.html
8757         * doc/manual/es/sylpheed-20.html
8758         * po/bg.po
8759         * po/ca.po
8760         * po/de.po
8761         * po/es.po
8762         * po/fr.po
8763         * po/it.po
8764         * po/pt_BR.po
8765         * po/sk.po
8766         * po/zh_TW.po
8767         * src/account.c
8768         * src/account.h
8769         * src/action.c
8770         * src/action.h
8771         * src/adbookbase.h
8772         * src/addr_compl.c
8773         * src/addr_compl.h
8774         * src/addrbook.c
8775         * src/addrbook.h
8776         * src/addrcache.c
8777         * src/addrcache.h
8778         * src/addrcindex.c
8779         * src/addrcindex.h
8780         * src/addrclip.c
8781         * src/addrclip.h
8782         * src/addrdefs.h
8783         * src/addressadd.c
8784         * src/addressadd.h
8785         * src/addressbook.c
8786         * src/addressbook.h
8787         * src/addressitem.h
8788         * src/addrgather.c
8789         * src/addrgather.h
8790         * src/addrharvest.c
8791         * src/addrharvest.h
8792         * src/addrindex.c
8793         * src/addrindex.h
8794         * src/addritem.c
8795         * src/addritem.h
8796         * src/addrquery.c
8797         * src/addrquery.h
8798         * src/addrselect.c
8799         * src/addrselect.h
8800         * src/alertpanel.c
8801         * src/alertpanel.h
8802         * src/browseldap.c
8803         * src/browseldap.h
8804         * src/codeconv.c
8805         * src/codeconv.h
8806         * src/compose.c
8807         * src/compose.h
8808         * src/crash.c
8809         * src/crash.h
8810         * src/customheader.c
8811         * src/customheader.h
8812         * src/displayheader.c
8813         * src/displayheader.h
8814         * src/editaddress.c
8815         * src/editaddress.h
8816         * src/editbook.c
8817         * src/editbook.h
8818         * src/editgroup.c
8819         * src/editgroup.h
8820         * src/editjpilot.c
8821         * src/editjpilot.h
8822         * src/editldap.c
8823         * src/editldap.h
8824         * src/editldap_basedn.c
8825         * src/editldap_basedn.h
8826         * src/editvcard.c
8827         * src/editvcard.h
8828         * src/enriched.c
8829         * src/enriched.h
8830         * src/exphtmldlg.c
8831         * src/exphtmldlg.h
8832         * src/expldifdlg.c
8833         * src/expldifdlg.h
8834         * src/export.c
8835         * src/export.h
8836         * src/exporthtml.c
8837         * src/exporthtml.h
8838         * src/exportldif.c
8839         * src/exportldif.h
8840         * src/filtering.c
8841         * src/filtering.h
8842         * src/folder.c
8843         * src/folder.h
8844         * src/folder_item_prefs.c
8845         * src/folder_item_prefs.h
8846         * src/foldersel.c
8847         * src/foldersel.h
8848         * src/folderutils.c
8849         * src/folderutils.h
8850         * src/folderview.c
8851         * src/folderview.h
8852         * src/grouplistdialog.c
8853         * src/grouplistdialog.h
8854         * src/headerview.c
8855         * src/headerview.h
8856         * src/html.c
8857         * src/html.h
8858         * src/image_viewer.c
8859         * src/image_viewer.h
8860         * src/imap.c
8861         * src/imap.h
8862         * src/imap_gtk.c
8863         * src/imap_gtk.h
8864         * src/import.c
8865         * src/import.h
8866         * src/importldif.c
8867         * src/importldif.h
8868         * src/importmutt.c
8869         * src/importmutt.h
8870         * src/importpine.c
8871         * src/importpine.h
8872         * src/inc.c
8873         * src/inc.h
8874         * src/jpilot.c
8875         * src/jpilot.h
8876         * src/ldapctrl.c
8877         * src/ldapctrl.h
8878         * src/ldaplocate.c
8879         * src/ldaplocate.h
8880         * src/ldapquery.c
8881         * src/ldapquery.h
8882         * src/ldapserver.c
8883         * src/ldapserver.h
8884         * src/ldaputil.c
8885         * src/ldaputil.h
8886         * src/ldif.c
8887         * src/ldif.h
8888         * src/localfolder.c
8889         * src/localfolder.h
8890         * src/main.c
8891         * src/main.h
8892         * src/mainwindow.c
8893         * src/mainwindow.h
8894         * src/manual.c
8895         * src/manual.h
8896         * src/matcher.c
8897         * src/matcher.h
8898         * src/matcher_parser.h
8899         * src/matcher_parser_lex.l
8900         * src/matcher_parser_parse.y
8901         * src/mbox.c
8902         * src/mbox.h
8903         * src/message_search.c
8904         * src/message_search.h
8905         * src/messageview.c
8906         * src/messageview.h
8907         * src/mh.c
8908         * src/mh.h
8909         * src/mh_gtk.c
8910         * src/mh_gtk.h
8911         * src/mimeview.c
8912         * src/mimeview.h
8913         * src/msgcache.c
8914         * src/msgcache.h
8915         * src/mutt.c
8916         * src/mutt.h
8917         * src/news.c
8918         * src/news.h
8919         * src/news_gtk.c
8920         * src/news_gtk.h
8921         * src/noticeview.c
8922         * src/noticeview.h
8923         * src/partial_download.c
8924         * src/partial_download.h
8925         * src/pine.c
8926         * src/pine.h
8927         * src/pop.c
8928         * src/pop.h
8929         * src/prefs_account.c
8930         * src/prefs_account.h
8931         * src/prefs_actions.c
8932         * src/prefs_actions.h
8933         * src/prefs_common.c
8934         * src/prefs_common.h
8935         * src/prefs_compose_writing.c
8936         * src/prefs_compose_writing.h
8937         * src/prefs_customheader.c
8938         * src/prefs_customheader.h
8939         * src/prefs_display_header.c
8940         * src/prefs_display_header.h
8941         * src/prefs_ext_prog.c
8942         * src/prefs_ext_prog.h
8943         * src/prefs_filtering.c
8944         * src/prefs_filtering.h
8945         * src/prefs_filtering_action.c
8946         * src/prefs_filtering_action.h
8947         * src/prefs_folder_column.c
8948         * src/prefs_folder_column.h
8949         * src/prefs_folder_item.c
8950         * src/prefs_folder_item.h
8951         * src/prefs_fonts.c
8952         * src/prefs_fonts.h
8953         * src/prefs_gtk.c
8954         * src/prefs_gtk.h
8955         * src/prefs_image_viewer.c
8956         * src/prefs_image_viewer.h
8957         * src/prefs_matcher.c
8958         * src/prefs_matcher.h
8959         * src/prefs_message.c
8960         * src/prefs_message.h
8961         * src/prefs_msg_colors.c
8962         * src/prefs_msg_colors.h
8963         * src/prefs_other.c
8964         * src/prefs_other.h
8965         * src/prefs_quote.c
8966         * src/prefs_quote.h
8967         * src/prefs_receive.c
8968         * src/prefs_receive.h
8969         * src/prefs_send.c
8970         * src/prefs_send.h
8971         * src/prefs_spelling.c
8972         * src/prefs_spelling.h
8973         * src/prefs_summaries.c
8974         * src/prefs_summaries.h
8975         * src/prefs_summary_column.c
8976         * src/prefs_summary_column.h
8977         * src/prefs_template.c
8978         * src/prefs_template.h
8979         * src/prefs_themes.c
8980         * src/prefs_themes.h
8981         * src/prefs_toolbar.c
8982         * src/prefs_toolbar.h
8983         * src/prefs_wrapping.c
8984         * src/prefs_wrapping.h
8985         * src/privacy.c
8986         * src/privacy.h
8987         * src/procheader.c
8988         * src/procheader.h
8989         * src/procmime.c
8990         * src/procmime.h
8991         * src/procmsg.c
8992         * src/procmsg.h
8993         * src/quote_fmt.c
8994         * src/quote_fmt_parse.y
8995         * src/recv.c
8996         * src/recv.h
8997         * src/remotefolder.c
8998         * src/remotefolder.h
8999         * src/send_message.c
9000         * src/send_message.h
9001         * src/setup.c
9002         * src/setup.h
9003         * src/simple-gettext.c
9004         * src/sourcewindow.c
9005         * src/sourcewindow.h
9006         * src/ssl_manager.c
9007         * src/ssl_manager.h
9008         * src/statusbar.c
9009         * src/statusbar.h
9010         * src/stock_pixmap.c
9011         * src/stock_pixmap.h
9012         * src/summary_search.c
9013         * src/summary_search.h
9014         * src/summaryview.c
9015         * src/summaryview.h
9016         * src/syldap.c
9017         * src/syldap.h
9018         * src/textview.c
9019         * src/textview.h
9020         * src/toolbar.c
9021         * src/toolbar.h
9022         * src/undo.c
9023         * src/undo.h
9024         * src/unmime.c
9025         * src/unmime.h
9026         * src/vcard.c
9027         * src/vcard.h
9028         * src/wizard.c
9029         * src/wizard.h
9030         * src/common/base64.c
9031         * src/common/base64.h
9032         * src/common/defs.h
9033         * src/common/hooks.c
9034         * src/common/hooks.h
9035         * src/common/log.c
9036         * src/common/log.h
9037         * src/common/md5.c
9038         * src/common/md5.h
9039         * src/common/mgutils.c
9040         * src/common/mgutils.h
9041         * src/common/nntp.c
9042         * src/common/nntp.h
9043         * src/common/passcrypt.c
9044         * src/common/passcrypt.h.in
9045         * src/common/plugin.c
9046         * src/common/plugin.h
9047         * src/common/prefs.c
9048         * src/common/prefs.h
9049         * src/common/progressindicator.c
9050         * src/common/progressindicator.h
9051         * src/common/quoted-printable.c
9052         * src/common/quoted-printable.h
9053         * src/common/session.c
9054         * src/common/session.h
9055         * src/common/smtp.c
9056         * src/common/smtp.h
9057         * src/common/socket.c
9058         * src/common/socket.h
9059         * src/common/ssl.c
9060         * src/common/ssl.h
9061         * src/common/ssl_certificate.c
9062         * src/common/ssl_certificate.h
9063         * src/common/string_match.c
9064         * src/common/string_match.h
9065         * src/common/stringtable.c
9066         * src/common/sylpheed.c
9067         * src/common/sylpheed.h
9068         * src/common/template.c
9069         * src/common/template.h
9070         * src/common/timing.h
9071         * src/common/utils.c
9072         * src/common/utils.h
9073         * src/common/uuencode.c
9074         * src/common/uuencode.h
9075         * src/common/version.h.in
9076         * src/common/xml.c
9077         * src/common/xml.h
9078         * src/common/xmlprops.c
9079         * src/common/xmlprops.h
9080         * src/gtk/about.c
9081         * src/gtk/about.h
9082         * src/gtk/colorlabel.c
9083         * src/gtk/colorlabel.h
9084         * src/gtk/colorsel.c
9085         * src/gtk/colorsel.h
9086         * src/gtk/description_window.c
9087         * src/gtk/description_window.h
9088         * src/gtk/filesel.c
9089         * src/gtk/filesel.h
9090         * src/gtk/foldersort.c
9091         * src/gtk/foldersort.h
9092         * src/gtk/gtkutils.c
9093         * src/gtk/gtkutils.h
9094         * src/gtk/inputdialog.c
9095         * src/gtk/inputdialog.h
9096         * src/gtk/logwindow.c
9097         * src/gtk/logwindow.h
9098         * src/gtk/manage_window.c
9099         * src/gtk/manage_window.h
9100         * src/gtk/menu.c
9101         * src/gtk/menu.h
9102         * src/gtk/pluginwindow.c
9103         * src/gtk/pluginwindow.h
9104         * src/gtk/prefswindow.c
9105         * src/gtk/prefswindow.h
9106         * src/gtk/progressdialog.c
9107         * src/gtk/progressdialog.h
9108         * src/gtk/quicksearch.c
9109         * src/gtk/quicksearch.h
9110         * src/gtk/sslcertwindow.c
9111         * src/gtk/sslcertwindow.h
9112         * src/plugins/clamav/clamav_plugin.c
9113         * src/plugins/clamav/clamav_plugin.h
9114         * src/plugins/clamav/clamav_plugin_gtk.c
9115         * src/plugins/demo/demo.c
9116         * src/plugins/dillo_viewer/dillo_prefs.c
9117         * src/plugins/dillo_viewer/dillo_prefs.h
9118         * src/plugins/dillo_viewer/dillo_viewer.c
9119         * src/plugins/mathml_viewer/mathml_viewer.c
9120         * src/plugins/pgpcore/passphrase.c
9121         * src/plugins/pgpcore/passphrase.h
9122         * src/plugins/pgpcore/plugin.c
9123         * src/plugins/pgpcore/prefs_gpg.c
9124         * src/plugins/pgpcore/prefs_gpg.h
9125         * src/plugins/pgpcore/select-keys.c
9126         * src/plugins/pgpcore/select-keys.h
9127         * src/plugins/pgpcore/sgpgme.c
9128         * src/plugins/pgpcore/sgpgme.h
9129         * src/plugins/pgpinline/pgpinline.c
9130         * src/plugins/pgpinline/pgpinline.h
9131         * src/plugins/pgpinline/plugin.c
9132         * src/plugins/pgpmime/pgpmime.c
9133         * src/plugins/pgpmime/pgpmime.h
9134         * src/plugins/pgpmime/plugin.c
9135         * src/plugins/spamassassin/spamassassin.c
9136         * src/plugins/spamassassin/spamassassin.h
9137         * src/plugins/spamassassin/spamassassin_gtk.c
9138         * src/plugins/trayicon/trayicon.c
9139         * tools/OOo2sylpheed.pl
9140         * tools/acroread2sylpheed.pl
9141         * tools/asus_mailled.sh
9142         * tools/filter_conv.pl
9143         * tools/freshmeat_search.pl
9144         * tools/google_search.pl
9145         * tools/kmail2sylpheed.pl
9146         * tools/kmail2sylpheed_v2.pl
9147         * tools/maildir2sylpheed.pl
9148         * tools/multiwebsearch.pl
9149         * tools/newscache_clean.pl
9150         * tools/outlook2sylpheed.pl
9151         * tools/sylpheed-switcher
9152         * tools/update-po
9153         * tools/vcard2xml.py
9154         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9155                 update FSF address
9156
9157 2005-09-21 [colin]      1.9.14cvs46
9158
9159         * src/gedit-print.c
9160         * src/procmsg.c
9161         * src/procmsg.h
9162         * src/textview.c
9163         * src/summaryview.c
9164                 Remove some printing hacks (deselection/reselection),
9165                 which by the way fix printing the currently 
9166                 displayed mime part (still only text)
9167                 Plus a little optimisation of summary_show
9168
9169
9170 2005-09-20 [colin]      1.9.14cvs45
9171
9172         * src/mainwindow.c
9173         * src/messageview.c
9174                 GUI fixups: add accels, set message
9175                 view title to displayed mail's subject
9176         * src/prefs_spelling.c
9177         * src/gtk/gtkaspell.c
9178                 GUI fixups: allow underlining misspelled
9179                 words instead of coloring them (a11y!)
9180
9181 2005-09-19 [colin]
9182
9183         1.9.15rc3 released
9184
9185 2005-09-19 [colin]      1.9.14cvs44
9186
9187         * src/compose.c
9188                 Fix draft message
9189         * src/gtk/gtkaspell.c
9190                 Fix wrong test ;-)
9191
9192 2005-09-19 [colin]      1.9.14cvs43
9193
9194         * src/addressbook.c
9195                 Fix sensitivity of Delete button
9196         * src/compose.c
9197                 Warn if the requested Privacy system
9198                 is not available
9199         * src/exphtmldlg.c
9200         * src/expldifdlg.c
9201         * src/importldif.c
9202         * src/importmutt.c
9203         * src/importpine.c
9204                 Fix crappy UI
9205         * src/
9206         * src/ssl.h
9207         * src/prefs_account.h
9208         * src/prefs_account.c
9209                 Save SSL prefs even in builds that have
9210                 SSL support disable
9211         * src/imap.c
9212         * src/inc.c
9213         * src/news.c
9214         * src/send_message.c
9215                 Warn if connection should be secure, but
9216                 SSL support isn't compiled in
9217         * src/gtkaspell.c
9218                 Fix word separation on UTF-8 systems
9219                 Fixes bug #812 (Strange inline spellchecking)
9220         * src/compose.c
9221                 Warn if the requested Privacy system
9222                 is not available
9223                 Factorize offline warning
9224         * src/imap.c
9225         * src/imap_gtk.c
9226         * src/imap_gtk.h
9227         * src/inc.h
9228         * src/news_gtk.c
9229         * src/news_gtk.h
9230         * src/messageview.c
9231                 Factorize offline warning
9232
9233 2005-09-19 [paul]
9234
9235         1.9.15-rc2 released
9236
9237 2005-09-18 [colin]      1.9.14cvs42
9238
9239         * src/codeconv.c
9240         * src/codeconv.h
9241         * src/procmime.c
9242                 Add a way to get locale's charset ignoring utf-8,
9243                 and use that as default encoding for broken mails
9244
9245 2005-09-18 [colin]      1.9.14cvs41
9246
9247         * src/gtk/logwindow.c
9248                 Translate string. Patch by Fabien Vantard
9249
9250 2005-09-18 [colin]      1.9.14cvs40
9251
9252         * configure.ac
9253                 Fix bug #803 (IMAP/SSL support breaks with 
9254                 GnuTLS libetpan 0.38)
9255
9256 2005-09-18 [colin]      1.9.14cvs39
9257
9258         * src/codeconv.c
9259         * src/compose.c
9260         * src/procmime.c
9261                 More charsets fixes. Fixes bug #806 (non
9262                 ascii characters in subject line)
9263
9264 2005-09-17 [paul]       1.9.14cvs38
9265
9266         * src/folderview.c
9267         * src/mainwindow.c
9268                 fix gcc-2.95 issues
9269                 Patch by Pawel Pekala
9270
9271 2005-09-17 [colin]      1.9.14cvs37
9272
9273         * src/addrindex.c
9274                 bugfix for NO-USE LDAP compilation, patch 
9275                 by Fabien Vantard
9276
9277 2005-09-17 [colin]      1.9.14cvs36
9278
9279         * src/prefs_actions.c
9280         * src/prefs_customheader.c
9281         * src/prefs_display_header.c
9282         * src/prefs_filtering_action.c
9283         * src/prefs_matcher.c
9284         * src/prefs_toolbar.c
9285                 Fix strange casts (less elegant but
9286                 works better)
9287
9288 2005-09-16 [colin]      1.9.14cvs35
9289
9290         * src/jpilot.c
9291                 Missed that one
9292
9293 2005-09-16 [colin]      1.9.14cvs34
9294
9295         * configure.ac
9296         * src/Makefile.am
9297         * src/addr_compl.c
9298         * src/addrindex.c
9299         * src/browseldap.c
9300         * src/editldap.c
9301         * src/ldaplocate.c
9302         * src/ldapquery.c
9303         * src/ldapquery.h
9304         * src/ldapserver.c
9305         * src/ldapserver.h
9306         * src/main.c
9307         * src/matcher_parser_parse.y
9308         * src/prefs_themes.c
9309         * src/etpan/Makefile.am
9310         * src/gtk/description_window.c
9311         * src/plugins/clamav/Makefile.am
9312         * src/plugins/clamav/clamav_plugin.c
9313         * src/plugins/dillo_viewer/Makefile.am
9314         * src/plugins/pgpcore/Makefile.am
9315         * src/plugins/pgpinline/Makefile.am
9316         * src/plugins/pgpmime/Makefile.am
9317         * src/plugins/trayicon/Makefile.am
9318                 Fix 100% cpu usage in address completion list
9319                 Fix little bugs (return with no values etc)
9320                 Fix all warnings (with common CFLAGS)
9321
9322 2005-09-15 [colin]      1.9.14cvs33
9323
9324         * src/addressbook.c
9325                 Fix bug where sometimes a group's email list is empty,
9326                 force its refresh (probably fixes "Re: how to create a 
9327                 distribution list")
9328         * src/ldapquery.c
9329                 Don't return to the callback in the main thread from the
9330                 fetch thread (or face segs!)
9331
9332 2005-09-15 [paul]       1.9.14cvs32
9333
9334         * src/prefs_matcher.c
9335                 forgotten in last commit
9336
9337 2005-09-15 [paul]       1.9.14cvs31
9338
9339         * src/prefs_actions.c
9340         * src/prefs_filtering_action.c
9341         * src/prefs_quote.c
9342         * src/quote_fmt.c
9343         * src/summaryview.c
9344         * src/gtk/description_window.c
9345         * src/gtk/description_window.h
9346         * src/gtk/quicksearch.c
9347                 allow interaction with the called
9348                 description window
9349                 Patch by Anders Hammar
9350
9351 2005-09-14 [paul]       1.9.14cvs30
9352
9353         * src/compose.c
9354                 fix a little annoyance when pasting with 3rd button 
9355                 with wrap_pastes=0 and wrap_input=1
9356                 Patch by Colin
9357
9358 2005-09-14 [paul]       1.9.14cvs29
9359
9360         * src/prefs_account.c
9361                 disable 'Filter messages on receiving' for
9362                 SMTP-only accounts
9363                 Patch  by Anders Hammar
9364
9365 2005-09-14 [paul]       1.9.14cvs28
9366
9367         * po/sk.po
9368                 fix crash
9369                 updated by Andrej Kacian
9370
9371 2005-09-14 [paul]
9372
9373         1.9.15-rc1 released
9374
9375 2005-09-14 [paul]       1.9.14cvs27
9376
9377         * po/es.po
9378                 updated by Ricardo Mones Lastra
9379         * src/compose.c
9380         * src/compose.h
9381                 associate no_wrap_tags to Compose windows
9382                 instead of using a static one
9383                 Patch by Colin
9384         * src/mbox.c
9385                 fix proc_mbox()
9386                 Patch by wwp
9387         * src/textview.c
9388                 remove unneeded printf()
9389
9390 2005-09-14 [paul]       1.9.14cvs26
9391
9392         * src/addrcache.c
9393         * src/codeconv.h
9394         * src/folder.h
9395         * src/mainwindow.h
9396         * src/mh.c
9397         * src/mimeview.h
9398         * src/partial_download.c
9399         * src/pop.c
9400         * src/prefs_account.c
9401         * src/prefs_account.h
9402         * src/prefs_actions.c
9403         * src/prefs_customheader.c
9404         * src/prefs_display_header.c
9405         * src/prefs_filtering_action.c
9406         * src/prefs_matcher.c
9407         * src/prefs_toolbar.c
9408         * src/privacy.h
9409         * src/procmime.c
9410         * src/procmime.h
9411         * src/procmsg.h
9412         * src/textview.c
9413         * src/undo.h
9414         * src/common/plugin.c
9415         * src/common/session.h
9416         * src/common/socket.c
9417         * src/common/socket.h
9418         * src/common/template.c
9419         * src/gtk/gtkaspell.c
9420         * src/gtk/quicksearch.h
9421         * src/plugins/pgpcore/passphrase.c
9422         * src/plugins/pgpcore/prefs_gpg.h
9423         * src/plugins/pgpcore/select-keys.c
9424         * src/plugins/pgpcore/select-keys.h
9425         * src/plugins/pgpcore/sgpgme.c
9426         * src/plugins/pgpinline/pgpinline.c
9427         * src/plugins/pgpmime/pgpmime.c
9428         * src/plugins/trayicon/trayicon.c
9429                 fix compilation warnings
9430                 Patch by Daniel Gustafson
9431
9432 2005-09-14 [paul]       1.9.14cvs25
9433
9434         * src/addressbook.c
9435                 add missing column header, and other small
9436                 bug fixes
9437                 Patch by Anders Hammar
9438
9439 2005-09-13 [colin]      1.9.14cvs24
9440
9441         * src/gtk/gtkaspell.c
9442                 Fix non-utf8 in menu
9443                 Fix little leaks
9444                 Nullify struct members after free()s
9445
9446 2005-09-13 [colin]      1.9.14cvs23
9447
9448         * src/compose.c
9449                 Test utf8 compliance before inserting to 
9450                 buffer, and try to convert if necessary
9451         * src/procmime.c
9452                 If no charset is present, use the locale 
9453                 one instead of us-ascii
9454         * src/procmsg.c
9455                 Add Sender, List-Post and To in the checked 
9456                 headers for automatic rules creation 
9457                 (thanks to wwp)
9458         * src/prefs_themes.c
9459         * src/gtk/gtkaspell.c
9460                 Remove deprecated functions. 
9461                 patch by Daniel Gustafson
9462
9463 2005-09-12 [colin]      1.9.14cvs22
9464
9465         * src/compose.c
9466                 Fix bug #448 (Scrolling/Redraw issue with 
9467                 address-fields in Header)
9468         * src/mainwindow.c
9469         * src/summaryview.c
9470         * src/summaryview.h
9471                 Fix loss of MSG_MARKED on move/copy
9472                 Fix bug #804 (Quicksearch togglebutton doesn't 
9473                 get depressed after '/' key is pressed)
9474
9475 2005-09-12 [paul]       1.9.14cvs21
9476
9477         * AUTHORS
9478         * src/gtk/logwindow.c
9479                 add 'Clear Log' to popup menu
9480                 Patch by Anders Hammar <anders.hammar@telia.com>
9481
9482 2005-09-12 [paul]       1.9.14cvs20
9483
9484         * src/compose.c
9485                 set correct sensitivity on attachments
9486                 popup menu
9487         * src/folder.c
9488                 fix typo
9489         * src/prefs_spelling.c
9490                 fix crash when no LANG env is set
9491         * src/common/xml.c
9492                 fix crash in wizard
9493                 don't use memeory after free
9494
9495         All patches by Daniel Gustafson
9496
9497 2005-09-12 [paul]       1.9.14cvs19
9498
9499         * src/prefs_themes.c
9500                 make theme info selectable
9501         * src/gtk/description_window.c
9502                 make window non-modal
9503         * tools/README
9504                 add details of asus_mailed.sh
9505         * tools/claws.i18n.status.pl
9506                 update for new zh_TW translator
9507                 widen the output
9508                 create alternate coloured lines
9509                 improve readability
9510
9511 2005-09-10 [colin]      1.9.14cvs18
9512
9513         * src/plugins/pgpcore/select-keys.c
9514                 Better order for the buttons
9515
9516 2005-09-10 [colin]      1.9.14cvs17
9517
9518         * src/compose.c
9519         * src/plugins/pgpcore/select-keys.c
9520         * src/plugins/pgpcore/select-keys.h
9521         * src/plugins/pgpcore/sgpgme.c
9522                 Add a "Don't encrypt" button to the key
9523                 selection dialog. Fixes bug #177 (There should be a 
9524                 'Don't encrypt button in the Select Keys dialog)
9525
9526 2005-09-10 [colin]      1.9.14cvs16
9527
9528         * src/compose.c
9529                 Fix bug #572 (%X option does not work with templates)
9530
9531 2005-09-10 [colin]      1.9.14cvs15
9532
9533         * src/toolbar.c 
9534                 Remove g_print
9535
9536 2005-09-10 [colin]      1.9.14cvs14
9537
9538         * src/imap.c
9539                 Fix a possible crash
9540
9541 2005-09-09 [colin]      1.9.14cvs13
9542
9543         * src/imap.c
9544         * src/etpan/imap-thread.c
9545         * src/etpan/imap-thread.h
9546                 Fix moving from queue or drafts to normal folders
9547                 Fix bug #794 (No way to delete without expunging)
9548                 Take flags unset by other mailers into account
9549                 Take deleted flag set by other mailers into account
9550                 Fix unsetting REPLIED flag
9551                 Fix crash when capabilities can't be retrieved
9552         * src/mainwindow.c
9553         * src/mainwindow.h
9554                 Add M_DELAYED_FLAGS condition, and let the user use
9555                 Execute in order to be able to expunge deleted mails,
9556                 even if he's not in delayed execute mode
9557         * src/prefs_spelling.c
9558                 Use 'en' dictionary by default if LANG is POSIX or C
9559         * src/gtk/prefswindow.c
9560                 Fix bug #767 (Preferences windows expanding) by making
9561                 the window a bit larger when the resolution is greater
9562                 than 640x480, and by putting the prefs in a
9563                 GtkScrolledWindow.
9564
9565 2005-09-09 [paul]       1.9.14cvs12
9566
9567         * AUTHORS
9568         * configure.ac
9569         * po/zh_TW.Big5.po      ** REMOVED **
9570         * po/zh_TW.po           ** ADDED **
9571                 updated by Wei-Lun Chao
9572
9573 2005-09-09 [paul]       1.9.14cvs11
9574
9575         * src/mainwindow.c
9576                 fix asserts
9577         * src/common/xml.c
9578                 delay memory allocation until file is
9579                 opened successfully
9580                 Patch by Daniel Gustafson
9581
9582 2005-09-09 [colin]      1.9.14cvs10
9583
9584         * src/imap.c
9585                 Add guards
9586
9587 2005-09-08 [colin]      1.9.14cvs9
9588
9589         * src/compose.c
9590                 Alert when we can't save draft
9591                 Fix various wrap/color issues
9592                 Add mid-click pasting respecting wrap_paste option
9593         * src/folder.c
9594         * src/folder.h
9595         * src/folder_item_prefs.c
9596         * src/folder_item_prefs.h
9597         * src/imap.c
9598         * src/imap_gtk.c
9599         * src/imap_gtk.h
9600         * src/main.c
9601         * src/mainwindow.c
9602         * src/mainwindow.h
9603         * src/news.c
9604         * src/news_gtk.c
9605         * src/news_gtk.h
9606         * src/prefs_folder_item.c
9607                 Fix the impossibility to synchronise folders for
9608                 offline use (IMAP and NNTP are concerned)
9609
9610 2005-09-08 [colin]      1.9.14cvs8
9611
9612         * configure.ac
9613                 Build LDAP and JPilot by default if available
9614         * src/textview.c
9615                 Fix use after free
9616
9617 2005-09-08 [paul]       1.9.14cvs7
9618
9619         * doc/manual/en/sylpheed-1.html
9620         * doc/manual/en/sylpheed-18.html
9621         * doc/manual/en/sylpheed-19.html
9622         * doc/manual/en/sylpheed-4.html
9623         * doc/manual/en/sylpheed-6.html
9624         * doc/manual/en/sylpheed.html
9625                 a few minor updates, plus include some
9626                 details about plugins and their requirements
9627         * src/mainwindow.c
9628                 minor changes to English in /View/Sort
9629
9630 2005-09-07 [colin]      1.9.14cvs6
9631
9632         * doc/manual/en/sylpheed-1.html
9633         * doc/manual/en/sylpheed-10.html
9634         * doc/manual/en/sylpheed-11.html
9635         * doc/manual/en/sylpheed-12.html
9636         * doc/manual/en/sylpheed-13.html
9637         * doc/manual/en/sylpheed-14.html
9638         * doc/manual/en/sylpheed-15.html
9639         * doc/manual/en/sylpheed-16.html
9640         * doc/manual/en/sylpheed-17.html
9641         * doc/manual/en/sylpheed-18.html
9642         * doc/manual/en/sylpheed-19.html
9643         * doc/manual/en/sylpheed-2.html
9644         * doc/manual/en/sylpheed-20.html
9645         * doc/manual/en/sylpheed-21.html
9646         * doc/manual/en/sylpheed-22.html
9647         * doc/manual/en/sylpheed-3.html
9648         * doc/manual/en/sylpheed-4.html
9649         * doc/manual/en/sylpheed-5.html
9650         * doc/manual/en/sylpheed-6.html
9651         * doc/manual/en/sylpheed-7.html
9652         * doc/manual/en/sylpheed-8.html
9653         * doc/manual/en/sylpheed-9.html
9654         * doc/manual/en/sylpheed.html
9655                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9656
9657 2005-09-07 [colin]      1.9.14cvs5
9658
9659         * src/mainwindow.c
9660                 Make labels more to-the-point
9661
9662 2005-09-07 [colin]      1.9.14cvs4
9663
9664         * doc/manual/en/sylpheed-1.html
9665         * doc/manual/en/sylpheed-12.html
9666         * doc/manual/en/sylpheed-13.html
9667         * doc/manual/en/sylpheed-14.html
9668         * doc/manual/en/sylpheed-15.html
9669         * doc/manual/en/sylpheed-16.html
9670         * doc/manual/en/sylpheed-17.html
9671         * doc/manual/en/sylpheed-18.html
9672         * doc/manual/en/sylpheed-19.html
9673         * doc/manual/en/sylpheed-2.html
9674         * doc/manual/en/sylpheed-20.html
9675         * doc/manual/en/sylpheed-21.html
9676         * doc/manual/en/sylpheed-22.html
9677         * doc/manual/en/sylpheed-4.html
9678         * doc/manual/en/sylpheed-5.html
9679         * doc/manual/en/sylpheed-6.html
9680         * doc/manual/en/sylpheed-7.html
9681         * doc/manual/en/sylpheed-8.html
9682         * doc/manual/en/sylpheed-9.html
9683         * doc/manual/en/sylpheed.html
9684                 Update manual
9685
9686 2005-09-07 [colin]      1.9.14cvs3
9687
9688         * doc/faq/en/sylpheed-faq-1.html
9689         * doc/faq/en/sylpheed-faq-2.html
9690         * doc/faq/en/sylpheed-faq-3.html
9691         * doc/faq/en/sylpheed-faq.html
9692                 Update FAQ
9693
9694 2005-09-07 [colin]      1.9.14cvs2
9695
9696         * src/folderview.c
9697         * src/procmsg.c
9698         * src/summaryview.c
9699         * src/toolbar.c
9700                 Fix special subfolders:
9701                 - Inherit parent's icon
9702                 - sent contents of queues subfolders
9703                 - empty subfolders of trashes
9704         * src/mainwindow.c
9705                 Remove outdated manual and faq entries
9706         * src/common/utils.c
9707                 Add quotes around %s coming from mailcap
9708
9709 2005-09-07 [colin]      1.9.14cvs1
9710
9711         * src/compose.c
9712                 After saving draft, set modified to FALSE
9713         * src/mimeview.c
9714         * src/common/utils.c
9715         * src/common/utils.h
9716                 Try to open mime parts using what is 
9717                 indicated in ~/.mailcap or /etc/mailcap,
9718                 if possible.
9719
9720 2005-09-05 [paul]       1.9.14
9721
9722         1.9.14 released
9723
9724         * po/sk.po
9725                 updated by Andrej Kacian
9726
9727 2005-09-05 [paul]       1.9.13cvs83
9728
9729         * po/de.po
9730         * po/es.po
9731         * po/fi.po
9732         * po/fr.po
9733         * po/nb.po
9734         * po/pt_BR.po
9735         * po/sr.po
9736                 updated translations by Thomas Gilgin, Ricardo Mones
9737                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9738                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9739
9740 2005-09-04 [paul]       1.9.13cvs82
9741
9742         * src/compose.c
9743                 only warn about exceeded line length limit
9744                 on send
9745
9746 2005-09-04 [paul]       1.9.13cvs81
9747
9748         * src/compose.c
9749                 fix crash in 'line length exceeded' dialogue
9750
9751 2005-09-02 [paul]       1.9.13cvs80
9752
9753         * src/imap.c
9754                 fix bug 795, 'Connection lost IMAP'
9755                 and add statusbar prints
9756                 Patch by Colin
9757
9758 2005-09-02 [paul]       1.9.13cvs79
9759
9760         * src/compose.c
9761                 compose_wrap_paragraph() becomes
9762                 compose_beautify_paragraph()
9763                 Patch by Colin
9764
9765 2005-09-02 [colin]      1.9.13cvs78
9766
9767         * src/folderview.c
9768                 Micro-fix
9769
9770 2005-09-01 [colin]      1.9.13cvs77
9771
9772         * src/imap.c
9773                 Maybe fix bug #795 (Connection lost IMAP)
9774                 Don't try to send logout when we're disconnected.
9775         * src/summaryview.c
9776                 Include locked and marked emails in HRM
9777                 view. Fixes bug #800 (Locked messages no longer 
9778                 show up when hide read messages is used)
9779
9780 2005-09-01 [paul]       1.9.13cvs76
9781
9782         * src/prefs_common.c
9783                 fix bad cutting
9784
9785 2005-08-31 [colin]      1.9.13cvs75
9786
9787         * src/folderview.c
9788         * src/folderview.h
9789         * src/prefs_summaries.c
9790         * src/summaryview.c
9791                 Fix "go to next new", fix preference
9792                 (Open unread/next swapped)
9793
9794 2005-08-31 [paul]       1.9.13cvs74
9795
9796         * src/compose.c
9797         * src/folderview.c
9798         * src/headerview.c
9799         * src/headerview.h
9800         * src/mainwindow.c
9801         * src/prefs_common.c
9802         * src/prefs_common.h
9803         * src/prefs_fonts.c
9804         * src/summaryview.c
9805         * src/textview.c
9806         * src/common/defs.h
9807                 remove obsolete BOLD_FONT setting
9808                 fix font update in headerview and textview
9809                 headers after prefs change
9810                 Patch By Colin
9811
9812 2005-08-31 [paul]
9813
9814         1.9.14-rc4 released
9815
9816 2005-08-30 [colin]      1.9.13cvs73
9817
9818         * src/summaryview.c
9819                 When Hide read messages is selected and we
9820                 refresh the summaryview, don't remove the 
9821                 currently displayed message. Fixes bug #797
9822                 (Summary view reloads when new mail is 
9823                 downloaded in 1.9.14 rc)
9824
9825 2005-08-30 [colin]      1.9.13cvs72
9826
9827         * src/folderview.c
9828                 Fix flickering
9829         * src/mainwindow.c
9830                 Remove useless callback
9831         * src/mimeview.c
9832         * src/gtk/filesel.c
9833         * src/gtk/filesel.h
9834                 Add a filesel_select_file_save_folder() - used by Save All
9835
9836 2005-08-29 [paul]       1.9.13cvs71
9837
9838         * AUTHORS
9839         * src/matcher_parser_parse.y
9840         * src/etpan/imap-thread.c
9841                 fix building on FreeBSD
9842                 Patch by Daniel Gustafson <daniel@hobbit.se>
9843
9844 2005-08-29 [paul]       1.9.13cvs70
9845
9846         * src/plugins/pgpinline/pgpinline.c
9847                 only initialise sig result if it's been handled
9848                 Patch by Colin
9849
9850 2005-08-29 [paul]       1.9.13cvs69
9851         
9852         Patches by Colin:
9853
9854         * src/imap.c
9855         * src/common.utils.c
9856         * src/common/utils.h
9857                 optimisation
9858         * src/stock_pixmap.h
9859                 fix wrong icon reference
9860         * src/pixmaps/trash_btn.xpm
9861                 replace with nicer image
9862
9863 2005-08-28 [colin]      1.9.13cvs68
9864
9865         * src/Makefile.am
9866         * src/stock_pixmap.c
9867         * src/stock_pixmap.h
9868         * src/toolbar.c
9869         * src/pixmaps/trash_btn.xpm
9870                 Add a specific trash xpm for the button
9871
9872 2005-08-28 [colin]      1.9.13cvs67
9873
9874         * src/imap.c
9875                 Fix leak
9876
9877 2005-08-27 [colin]      1.9.13cvs66
9878
9879         * src/imap.c
9880         * src/procmime.c
9881                 Correctly fix "Problem with replies", fixes
9882                 pgpmime encryption too. 
9883
9884 2005-08-27 [colin]      1.9.13cvs65
9885
9886         * src/folder.c
9887         * src/procmsg.c
9888         * src/procmsg.h
9889         * src/summaryview.c
9890                 Fix bug #517 (messages removed from summaryview 
9891                 when moving fails)
9892
9893 2005-08-27 [colin]      1.9.13cvs64
9894
9895         * tools/Makefile.am
9896         * tools/asus_mailled.sh
9897                 Add a script to blink ASUS laptops' mail LED where there
9898                 is unread mail.
9899
9900 2005-08-27 [colin]      1.9.13cvs63
9901
9902         * src/imap.c
9903         * src/etpan/imap-thread.c
9904         * src/etpan/imap-thread.h
9905                 Implement automatic choosing of login method
9906                 Fixes bug #791
9907         * src/gtk/.cvsignore
9908                 Add sylpheed-marshal.[ch]
9909
9910 2005-08-27 [colin]      1.9.13cvs62
9911
9912         * src/common/utils.c
9913                 Fix confusing perror
9914
9915 2005-08-27 [colin]      1.9.13cvs61
9916
9917         * src/toolbar.c
9918         * src/toolbar.h
9919                 Remove A_DELETE, replace it with 
9920                 A_TRASH and A_DELETE_REAL. Automatically
9921                 rewrite config files to replace A_DELETE
9922                 with A_TRASH (no functionality change).
9923                 Fixes half of #794
9924
9925 2005-08-26 [colin]      1.9.13cvs60
9926
9927         * src/procmime.c
9928                 Previous "Problem with replies" fix brought other
9929                 problems, fixing them
9930
9931 2005-08-26 [colin]      1.9.13cvs59
9932
9933         * src/procmime.c
9934                 Fix "Problem with replies". This happened only
9935                 on IMAP...
9936         * src/procmsg.c
9937                 Factorize code a bit
9938         * src/compose.c
9939                 Speed improvement on very long messages (wrapping)
9940                 Fix signature color on Reedit and Redirect
9941                 On Reedit, don't attach pgp-signatures parts, but
9942                 set signing to On.
9943
9944 2005-08-24 [paul]       1.9.13cvs58
9945
9946         * src/compose.c
9947                 don't claim success when clicking
9948                 Cancel on the passphrase box.
9949                 Patch by Colin
9950
9951 2005-08-24 [paul]       1.9.13cvs57
9952
9953         * src/main.c
9954                 fix misplaced sylpheed.log
9955         * src/common/defs.h
9956                 define UIDL_DIR
9957
9958 2005-08-24 [paul]       1.9.13cvs56
9959
9960         * src/imap.c
9961         * src/etpan/imap-thread.c
9962         * src/etpan/imap-thread.h
9963                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9964                 Patch by Colin
9965         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9966         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9967                 remove autogenerated files
9968         * tools/kdeservicemenu/README
9969         * tools/kdeservicemenu/install.sh
9970         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9971         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9972                 use Claws icon, use 'Sylpheed-Claws' in menu,
9973                 use kdialog, and other cleanups
9974
9975 2005-08-23 [paul]       1.9.13cvs55
9976
9977         * src/compose.c
9978                 fix paste/wrap crash
9979                 Patch by Colin
9980
9981 2005-08-23 [paul]       1.9.13cvs54
9982
9983         * src/main.c
9984                 fix crash recovery
9985                 Patch by Colin
9986
9987 2005-08-23 [paul]       1.9.13cvs53
9988
9989         * src/addressbook.c
9990         * src/editaddress.c
9991                 view all data of LDAP contacts
9992                 Patch by Colin
9993
9994 2005-08-23 [paul]       1.9.13cvs52
9995
9996         * src/addressbook.c
9997                 fix issues with the Search field
9998                 Patch by Colin
9999
10000 2005-08-22 [paul]       1.9.13cvs51
10001
10002         * src/folderview.c
10003                 put name of folder in processing dialog
10004                 title
10005         * src/prefs_folder_item.c
10006                 improve english usage
10007
10008 2005-08-22 [paul]       1.9.13cvs50
10009
10010         * src/filtering.c
10011         * src/filtering.h
10012         * src/matcher.c
10013         * src/matcher_parser_lex.l
10014         * src/matcher_parser_parse.y
10015         * src/prefs_filtering.c
10016                 add Filtering/Processing rule names feature.
10017                 (the incompatible old matcherrc is saved as
10018                 matcherrc.pre_names).
10019                 Patch by Colin
10020
10021 2005-08-22 [paul]       1.9.13cvs49
10022
10023         * src/procmsg.c
10024                 fix colour labelling
10025                 Patch by Colin
10026
10027 2005-08-22 [paul]       1.9.13cvs48
10028
10029         * src/textview.c
10030                 fix open_image_cb()
10031
10032 2005-08-22 [paul]       1.9.13cvs47
10033
10034         * src/imap.c
10035                 fix bug 789, 'SC crashes with imap (CVS ver)'
10036                 Patch by Colin
10037
10038 2005-08-22 [paul]       1.9.13cvs46
10039
10040         * src/mimeview.c
10041         * src/prefs_common.c
10042         * src/common/defs.h
10043                 define reused defaults in defs.h
10044         * src/textview.c
10045                 add 'Open image' to image popup menu
10046
10047 2005-08-21 [colin]      1.9.13cvs45
10048
10049         * src/summaryview.c
10050                 Fix bug #788 (Bogus "From" address displayed)
10051
10052 2005-08-20 [colin]      1.9.13cvs44
10053
10054         * src/folder.c
10055                 Fix buf #787 (multilevel delete causes SIGSEGV)
10056
10057 2005-08-19 [colin]      1.9.13cvs43
10058
10059         * src/inc.c
10060         * src/prefs_common.c
10061         * src/prefs_common.h
10062                 Add an hidden pref to allow modifying the
10063                 update stepping in incorporation.
10064                 Patch by wwp.
10065
10066 2005-08-19 [colin]      1.9.13cvs42
10067
10068         * src/compose.c
10069         * src/procmime.c
10070                 Workaround for broken MUAs: encode 
10071                 Content-type: name: as ASCII and 
10072                 Content-Disposition: filename: as
10073                 per rfc2231
10074         * src/prefs_account.c
10075                 Fix invisible-ness of SMTP SSL prefs
10076                 in NNTP accounts
10077
10078 2005-08-19 [paul]       1.9.13cvs41
10079
10080         * src/compose.c
10081         * src/prefs_common.c
10082         * src/prefs_common.h
10083         * src/prefs_wrapping.c
10084                 paste with or without wrapping.
10085                 patch by Colin
10086
10087 2005-08-19 [paul]       1.9.13cvs40
10088
10089         * src/prefs_common.c
10090         * src/prefs_common.h
10091         * src/summaryview.c
10092                 reintroduce enable_swap_from as a
10093                 hidden pref. patch by Colin
10094         * src/quote_fmt_parse.y
10095         * src/plugins/clamav/clamav_plugin.c
10096         * src/plugins/dillo_viewer/dillo_viewer.c
10097         * src/plugins/mathml_viewer/mathml_viewer.c
10098         * src/plugins/pgpcore/sgpgme.c
10099         * src/plugins/pgpinline/pgpinline.c
10100         * src/plugins/pgpmime/pgpmime.c
10101                 tidy up. patch by Colin
10102
10103 2005-08-19 [paul]       1.9.13cvs39
10104
10105         * configure.ac
10106                 complete cvs38's sync
10107         * src/editaddress.c
10108         * src/gedit-print.c
10109         * src/mutt.c
10110         * src/etpan/etpan-log.c
10111         * src/etpan/imap-thread.c
10112         * src/gtk/gtksourceprintjob.c
10113                 fix compilation warnings
10114                 (patch by Colin)
10115
10116 2005-08-19 [paul]       1.9.13cvs38
10117
10118         sync with main:
10119
10120         * src/account.c
10121         * src/action.c
10122         * src/addrbook.c
10123         * src/addrcache.c
10124         * src/addrharvest.c
10125         * src/addrindex.c
10126         * src/codeconv.c
10127         * src/compose.c
10128         * src/crash.c
10129         * src/exporthtml.c
10130         * src/exportldif.c
10131         * src/folder.c
10132         * src/image_viewer.c
10133         * src/inc.c
10134         * src/inc.h
10135         * src/jpilot.c
10136         * src/ldif.c
10137         * src/main.c
10138         * src/matcher.c
10139         * src/mbox.c
10140         * src/messageview.c
10141         * src/mh.c
10142         * src/mimeview.c
10143         * src/msgcache.c
10144         * src/mutt.c
10145         * src/news.c
10146         * src/partial_download.c
10147         * src/pine.c
10148         * src/pop.c
10149         * src/prefs_actions.c
10150         * src/prefs_common.c
10151         * src/prefs_customheader.c
10152         * src/prefs_display_header.c
10153         * src/prefs_gtk.c
10154         * src/prefs_themes.c
10155         * src/procheader.c
10156         * src/procmime.c
10157         * src/procmsg.c
10158         * src/recv.c
10159         * src/send_message.c
10160         * src/simple-gettext.c
10161         * src/sourcewindow.c
10162         * src/textview.c
10163         * src/vcard.c
10164         * src/common/defs.h
10165         * src/common/log.c
10166         * src/common/plugin.c
10167         * src/common/prefs.c
10168         * src/common/session.c
10169         * src/common/session.h
10170         * src/common/socket.c
10171         * src/common/socket.h
10172         * src/common/ssl_certificate.c
10173         * src/common/template.c
10174         * src/common/utils.c
10175         * src/common/utils.h
10176         * src/common/xml.c
10177         * src/gtk/about.c
10178         added wrappers for C library function that
10179                 take pathname arguments.
10180                 enabled compilation with MinGW.
10181                 use GDir instead of directly using opendir().
10182                 added rename_force().
10183
10184 2005-08-19 [paul]       1.9.13cvs37
10185         
10186         patches by Colin:
10187         * src/compose.c
10188                 fix privacy settings on re-editing
10189                 a sent message
10190         * src/jpilot.c
10191                 fix encoding bug
10192         * src/folder.c
10193         * src/procmsg.c
10194         * src/procmsg.h
10195         * src/summaryview.c
10196                 flag changing optimisation
10197
10198 2005-08-18 [martin]     1.9.13cvs36
10199
10200         * commitHelper
10201             added my login
10202         * src/addrcache.c
10203         * src/addrharvest.c
10204         * src/addrindex.c
10205         * src/compose.c
10206         * src/grouplistdialog.c
10207         * src/main.c
10208         * src/mainwindow.c
10209         * src/msgcache.c
10210         * src/mutt.c
10211         * src/pine.c
10212         * src/prefs_account.c
10213         * src/prefs_themes.c
10214         * src/stock_pixmap.c
10215         * src/summaryview.c
10216         * src/gtk/about.c
10217         * src/gtk/logwindow.c
10218             removed deprecated glib and gdk stuff
10219         * src/plugins/pgpcore/select-keys.c
10220             convert attributes from locale to utf8
10221
10222 2005-08-17 [paul]       1.9.13cvs35
10223
10224         * src/account.c
10225         * src/addressbook.c
10226                 use new GTK_STOCK_ icons if available
10227         * src/summaryview.c
10228         * src/gtk/gtksctree.c
10229         * src/gtk/gtksctree.h
10230                 faster range select. patch by Colin
10231
10232 2005-08-17 [paul]       1.9.13cvs34
10233
10234         patches by colin:
10235         * src/addressbook.c
10236         * src/addressitem.h
10237                 Add an edit button for contacts, fix selections
10238                 of gtksctree items
10239         * src/editaddress.c
10240                 Change labels, let Save be always possible in the
10241                 email and user atributes tabs
10242         * src/folderview.c
10243                 fix sort issues
10244         * src/summaryview.c
10245                 select next item instead of the displayed one
10246                 after deletion
10247
10248         * src/gtk/progressdialog.c
10249                 use prefs_common.enable_rules_hint
10250
10251 2005-08-13 [hoa]        1.9.13cvs33
10252
10253         * src/etpan/imap-thread.c
10254                 fixed build on Solaris.
10255
10256 2005-08-10 [colin]      1.9.13cvs32
10257
10258         * src/procmsg.c
10259                 Fix cvs31 (missing fclose before reading
10260                 the file)
10261
10262 2005-08-10 [colin]      1.9.13cvs31
10263
10264         * src/procmsg.c
10265                 Fix procmsg_msginfo_new_from_mimeinfo() when
10266                 the MimeInfo isn't stored in memory. This fixes
10267                 replying to an attached message.
10268
10269 2005-08-10 [colin]      1.9.13cvs30
10270
10271         * src/mainwindow.c
10272                 Fix slowness in account changing
10273
10274 2005-08-10 [colin]      1.9.13cvs29
10275
10276         * src/folder.c
10277         * src/folderutils.c
10278         * src/folderview.c
10279         * src/imap_gtk.c
10280         * src/mainwindow.c
10281         * src/mh_gtk.c
10282         * src/procmsg.c
10283         * src/summaryview.c
10284                 Optimize folder_has_parent_of_type
10285                 Prevent moving special sub-folders from contextual menus
10286                 Rework message a bit ("Empty all messages" -> "Delete all
10287                 messages")
10288                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10289                 and "Deleted Items" folders)
10290
10291 2005-08-08 [colin]      1.9.13cvs28
10292
10293         * src/summaryview.c
10294         * src/prefs_summaries.c
10295                 Make "Select first unread|new" more flexible
10296                 (just prioritize new or unread)
10297
10298 2005-08-08 [colin]      1.9.13cvs27
10299
10300         * src/summaryview.c
10301                 If "select first new" is selected and there only
10302                 are unread messages, fallback to "select first
10303                 unread".
10304
10305 2005-08-08 [colin]      1.9.13cvs26
10306
10307         * src/folder.c
10308                 Fix shameful bugs (and bug #779)
10309
10310 2005-08-08 [colin]      1.9.13cvs25
10311
10312         * src/folder.c
10313         * src/folder.h
10314                 Cache parents' type to make folder_has_parent_of_type
10315                 faster
10316         * src/folderview.c
10317                 Forbid DnD of special sub-folders
10318         * src/procmsg.c
10319         * src/procmsg.h
10320                 Add MAIL_POSTFILTERING_HOOK
10321         * src/summaryview.c
10322                 Revert over-zealous deletion of the use_addr_book 
10323                 code
10324
10325 2005-08-07 [colin]      1.9.13cvs24
10326
10327         * src/folder.c
10328                 Fix big mistake (passing MsgInfo instead 
10329                 of FolderItem)
10330
10331 2005-08-07 [colin]      1.9.13cvs23
10332
10333         * src/compose.c
10334         * src/folder.c
10335         * src/folder.h
10336         * src/foldersel.c
10337         * src/folderutils.c
10338         * src/folderview.c
10339         * src/imap.c
10340         * src/mainwindow.c
10341         * src/messageview.c
10342         * src/mh.c
10343         * src/msgcache.c
10344         * src/procmime.c
10345         * src/summaryview.c
10346                 Make subfolders of Drafts, Queue, Outbox, Trash
10347                 work like their parents. 
10348                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10349
10350 2005-08-07 [colin]      1.9.13cvs22
10351
10352         * src/addressbook.c
10353                 Fix bug #771 (Dragged contacts not saved)
10354
10355 2005-08-07 [paul]       1.9.13cvs21
10356
10357         * src/summaryview.c
10358                 fix bug 32 'Search Doesn't display results
10359                 if "Hide Read Messages" is chosen'
10360                 be more literal in interpreting 'Hide read
10361                 messages'
10362
10363 2005-08-07 [colin]      1.9.13cvs20
10364
10365         * src/folderview.c
10366                 Add debug
10367         * src/summaryview.c
10368                 Faster 'unthread_for_execution'
10369
10370 2005-08-06 [paul]       1.9.13cvs19
10371
10372         * src/mainwindow.c
10373                 add mnemonics to Set displayed columns
10374                 fix bug where msgview_visible option was
10375                 overwritten as TRUE on startup
10376
10377 2005-08-06 [paul]       1.9.13cvs18
10378
10379         * src/mainwindow.c
10380                 refer to 'displayed columns in folder/message
10381                 list' not 'displayed items in summary/message view'
10382         * src/prefs_display_header.c
10383                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10384                 be consistent with similar dialogues
10385         * src/prefs_folder_column.c
10386         * src/prefs_summary_column.c
10387                 'columns' not 'items', and folder and message lists,
10388                 instead of folder and summary views;
10389                 Use 'Hidden columns' as list heading not 'Available
10390                 items';
10391                 move the 'Remove' button to the right hand side;
10392                 top-align the buttons;
10393                 remove unneeded vbox
10394         * src/prefs_summaries.c
10395                 put the 2 column prefs buttons in a frame to reduce
10396                 overall width; refer to columns not items &c.
10397
10398 2005-08-05 [colin]      1.9.13cvs17
10399
10400         * src/prefs_common.c
10401         * src/prefs_common.h
10402         * src/mainwindow.c
10403         * src/compose.c
10404         * src/messageview.c
10405                 Add an hidden toolbar_detachable pref, so
10406                 that I can get rid of these painful handles
10407                 in the toolbars. Defaults to TRUE to avoid
10408                 changing the GUI on unsuspecting people...
10409
10410 2005-08-05 [colin]      1.9.13cvs16
10411
10412         * src/Makefile.am
10413         * src/prefs_folder_column.c
10414         * src/prefs_folder_column.h
10415                 Add prefs for folder columns
10416         * src/folderview.c
10417         * src/folderview.h
10418         * src/mainwindow.c
10419         * src/mainwindow.h
10420         * src/prefs_common.c
10421         * src/prefs_common.h
10422         * src/prefs_summaries.c
10423                 Use them
10424         * src/prefs_summary_column.c
10425         * src/summaryview.c
10426         * src/summaryview.h
10427                 Add a To column
10428         * src/textview.c
10429         * src/common/utils.c
10430         * src/common/utils.h
10431                 Move uri colourisation functions
10432                 to utils
10433         * src/compose.c
10434                 Colourise URIs
10435         * src/imap.c
10436                 Fix bug with LIST where we'd try
10437                 to get Folder//////[...]/// 
10438
10439 2005-08-05 [paul]       1.9.13cvs15
10440
10441         * src/prefs_summaries.c
10442                 improve the English usage
10443         * src/summaryview.c
10444                 set font on column change
10445                 thanks to Colin
10446
10447 2005-08-05 [paul]       1.9.13cvs14
10448
10449         * src/prefs_common.c
10450         * src/prefs_common.h
10451         * src/prefs_summaries.c
10452         * src/summaryview.c
10453                 replace 'open_unread_on_enter' option with
10454                 'select_on_entry' option. opening/not opening
10455                 is now exclusively controlled by 'always_show_msg'
10456
10457 2005-08-04 [colin]      1.9.13cvs13
10458
10459         * src/compose.c
10460                 Remove dead code
10461                 Add colourisation of quotes and signatures
10462         * src/folderview.c
10463                 Fix possible crashes
10464         * src/messageview.c
10465                 Change an assert that is no problem
10466         * src/news.c
10467         * src/news_gtk.c
10468         * src/news_gtk.h
10469                 Fix offline mode
10470         * src/gtk/quicksearch.c
10471                 Fix a possible crash
10472
10473 2005-08-03 [colin]      1.9.13cvs12
10474
10475         * src/prefs_account.c
10476                 Fix bug #777 (Sylpheed crash in account configuration)
10477
10478 2005-08-03 [colin]      1.9.13cvs11
10479
10480         * src/addressbook.c
10481         * src/editaddress.c
10482         * src/editgroup.c
10483                 Fixing addressbook, round 2
10484         * src/textview.c
10485                 Fix emphasis color on rechecking 'Colorize messages'
10486
10487 2005-08-03 [paul]       1.9.13cvs10
10488
10489         sync with main
10490
10491         * src/addr_compl.c
10492         * src/compose.c
10493         * src/main.c
10494         * src/pop.c
10495         * src/prefs_account.c
10496         * src/procmime.c
10497         * src/procmsg.c
10498         * src/quote_fmt_parse.y
10499         * src/textview.c
10500         * src/common/quoted-printable.c
10501         * src/common/utils.c
10502         * src/common/utils.h
10503         * src/common/xml.c
10504                 replaced incorrect locale-independent
10505                 ctype functions with GLib's. Corrected
10506                 signedness mismatch.
10507         * src/headerview.c
10508                 headerview_create(): added spacing for vbox.
10509         * src/gtk/about.c
10510                 set focus to the OK button.
10511
10512 2005-08-03 [colin]      1.9.13cvs9
10513
10514         * src/folderview.c
10515                 Fix possible crash
10516
10517 2005-08-02 [colin]      1.9.13cvs8
10518
10519         * src/mainwindow.c
10520                 Fix cast
10521         * src/addressbook.c
10522         * src/addressitem.h
10523                 Fix a cast and more generally, try to make the
10524                 GUI more intuitive and consistent (round 1)
10525
10526 2005-08-02 [paul]       1.9.13cvs7
10527
10528         * src/folder.h
10529                 missing in 1.9.13cvs6
10530
10531 2005-08-02 [colin]      1.9.13cvs6
10532
10533         * src/folder.c
10534                 Fix one more leak
10535
10536 2005-08-02 [colin]      1.9.13cvs5
10537
10538         * src/folder.c
10539         * src/folderview.c
10540         * src/imap.c
10541         * src/main.c
10542         * src/mbox.c
10543         * src/procmsg.c
10544         * src/summaryview.c
10545                 Fix a number of folder_item_get_msg_list()-related
10546                 leaks (missing procmsg_msginfo_free()s)
10547
10548 2005-08-01 [colin]      1.9.13cvs4
10549
10550         * src/folderview.c
10551         * src/folderview.h
10552         * src/mainwindow.c
10553         * src/prefs_fonts.c
10554         * src/prefs_summaries.c
10555         * src/prefs_themes.c
10556         * src/summaryview.c
10557         * src/summaryview.h
10558         * src/textview.c
10559         * src/textview.h
10560                 Fix instant-apply of summary and folderview-related prefs
10561                 Fix erroneous g_free and alertpanels in prefs_theme
10562                 Add instant-apply for fonts
10563                 Defer applying of prefs a little bit so it's done only
10564                 once even if requested by multiples prefs pages
10565
10566 2005-08-01 [paul]       1.9.13cvs3
10567
10568         * src/main.c
10569                 fix bug 776 'S.C. crashes on close'
10570                 thanks to Colin
10571         * src/etpan/etpan-thread-manager-types.h
10572                 add missing include
10573                 thanks to Hoa
10574
10575 2005-07-25 [paul]       1.9.13cvs2
10576
10577         * src/summaryview.c
10578                 fix typos. spotted by Fabien Vantard
10579
10580 2005-07-24 [paul]       1.9.13cvs1
10581
10582         * doc/man/sylpheed.1
10583                 update man page, incorporating fix of
10584                 bug 769 'Typo in manpage'
10585         * src/etpan/imap-thread.c
10586                 fix NetBSD openssl dependencies. patch by
10587                 George Michaelson <ggm@apnic.net>
10588         * po/pt_BR.po
10589                 updated by Frederico Goncalves Guimaraes
10590
10591 2005-07-22 [paul]       1.9.13
10592
10593         1.9.13 release
10594
10595 2005-07-22 [paul]       1.9.12cvs91
10596
10597         * AUTHORS
10598         * INSTALL
10599         * README.claws
10600         * RELEASE_NOTES.claws
10601                 updated for release
10602         * configure.ac
10603         * po/nb.po
10604         * tools/claws.i18n.status.pl
10605                 add Norwegian translation. submiited by
10606                 Geir Helland <pjallabais@users.sourceforge.net>
10607         * po/ca.po
10608         * po/de.po
10609         * po/es.po
10610         * po/fi.po
10611         * po/fr.po
10612         * po/it.po
10613         * po/sk.po
10614         * po/sr.po
10615         * po/zh_CN.po
10616                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10617                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10618                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10619                 Yang Guilong
10620         * src/plugins/clamav/clamav_plugin_gtk.c
10621         * src/plugins/spamassassin/spamassassin_gtk.c
10622                 replace outdated description strings
10623
10624 2005-07-21 [colin]      1.9.12cvs90
10625
10626         * src/folder.c
10627                 Set folder to batch mode when scanning it. Makes deletion
10628                 of unread mails on IMAP much faster (due to the UNREAD 
10629                 flag unsetting)
10630
10631 2005-07-21 [darko]      1.9.12cvs89
10632
10633         * configure.ac
10634                 link against libresolv if necessary (patch by Paul)
10635         * src/msgcache.c
10636                 use glib's portable macros to determine endianness
10637
10638 2005-07-21 [paul]       1.9.12cvs88
10639
10640         * src/crash.c
10641         * src/gtk/about.c
10642                 update compiled-in features list
10643
10644 2005-07-20 [colin]      1.9.12cvs87
10645
10646         * src/folder.c
10647         * src/textview.c
10648                 Gcc 2.9x compilation fixes, thanks to Darko
10649         * src/plugins/clamav/clamav_plugin.c
10650                 Little optimisation: load virus database only once
10651         * src/plugins/spamassassin/spamassassin.c
10652                 Big optimisation: filtering one mail took at least 1 second,
10653                 now it takes at least 50ms. Doesn't speed up spamassassin 
10654                 itself, but should already be much more tolerable.
10655
10656 2005-07-20 [colin]      1.9.12cvs86
10657
10658         * src/summaryview.c
10659                 Fix performance issue
10660
10661 2005-07-19 [colin]      1.9.12cvs85
10662
10663         * src/plugins/pgpinline/plugin.c
10664                 Fix warning
10665
10666 2005-07-19 [colin]      1.9.12cvs84
10667
10668         * configure.ac
10669         * src/plugins/Makefile.am
10670         * src/plugins/pgpinline/.cvsignore
10671         * src/plugins/pgpinline/Makefile.am
10672         * src/plugins/pgpinline/pgpinline.c
10673         * src/plugins/pgpinline/pgpinline.deps
10674         * src/plugins/pgpinline/pgpinline.h
10675         * src/plugins/pgpinline/plugin.c
10676                 Put pgpinline in the main tree
10677
10678 2005-07-19 [paul]       1.9.12cvs83
10679
10680         * src/prefs_actions.c
10681                 prevent '//' in menu names, which cause a crash
10682                 thanks to Colin
10683
10684 2005-07-19 [paul]       1.9.12cvs82
10685
10686         * configure.ac
10687                 be generally more informative in configure output.
10688                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10689                 '[ --disable-openssl ...', as --enable-openssl is default
10690                 PGP/MIME: don't check for GPGME again, check for
10691                 pgpcore instead. Therefore prevent the possibility of
10692                 attempting to build pgpmime if pgpcore dependencies are
10693                 not met
10694                 ClamAV: use pkgconfig to check for lib
10695                 libgnomeprint: revert logic on inner test to match
10696                 everything else
10697         * src/plugins/pgpcore/sgpgme.c
10698                 add missing include
10699
10700 2005-07-19 [colin]      1.9.12cvs81
10701
10702         * src/summaryview.c
10703                 Fix slow thread rebuilding in particular
10704                 cases
10705
10706 2005-07-19 [paul]       1.9.12cvs80
10707
10708         * sylpheed-claws.desktop
10709                 fix typo, spotted by Stephan Sachse
10710         * src/account.c
10711                 replace GTK_STOCK_ADD with
10712                 GTK_STOCK_NEW button
10713
10714 2005-07-18 [colin]      1.9.12cvs79
10715
10716         * src/etpan/imap-thread.c
10717                 Fix return value (Thanks Hoa)
10718
10719 2005-07-18 [colin]      1.9.12cvs78
10720
10721         * src/imap.c
10722                 Allow empty passwords
10723                 Create drafts/queue/outbox if necessary
10724         * src/summaryview.c
10725                 Remove old code
10726         * src/etpan/imap-thread.c
10727                 Fix STARTTLS (Thanks to Hoa)
10728
10729 2005-07-18 [paul]       1.9.12cvs77
10730
10731         * ChangeLog-gtk2.jp
10732         * ChangeLog.jp
10733                 removed
10734         * Makefile.am
10735                 updated to reflect additions and removals
10736         * TODO
10737                 updated to be claws-specific
10738         * TODO-gtk2
10739         * TODO-gtk2.jp
10740         * TODO.jp
10741         * sylpheed-128x128.png
10742         * sylpheed-64x64.png
10743                 removed
10744         * sylpheed-claws-128x128.png
10745         * sylpheed-claws-64x64.png
10746         * sylpheed-claws.desktop
10747         * sylpheed-claws.png
10748                 added
10749         * sylpheed.desktop
10750         * sylpheed.png
10751                 removed
10752
10753 2005-07-17 [paul]       1.9.12cvs76
10754
10755         * src/account.c
10756         * src/addressbook.c
10757         * src/alertpanel.c
10758         * src/alertpanel.h
10759         * src/compose.c
10760         * src/exphtmldlg.c
10761         * src/expldifdlg.c
10762         * src/folderview.c
10763         * src/imap_gtk.c
10764         * src/inc.c
10765         * src/message_search.c
10766         * src/messageview.c
10767         * src/mh_gtk.c
10768         * src/news_gtk.c
10769         * src/prefs_actions.c
10770         * src/prefs_filtering.c
10771         * src/prefs_matcher.c
10772         * src/prefs_template.c
10773         * src/prefs_themes.c
10774         * src/ssl_manager.c
10775         * src/summary_search.c
10776         * src/textview.c
10777         * src/toolbar.c
10778         * src/gtk/sslcertwindow.c
10779         * src/plugins/pgpcore/sgpgme.c
10780                 rework alertpanels
10781
10782 2005-07-17 [colin]      1.9.12cvs75
10783
10784         * src/privacy.c
10785                 add a PrivacySystem accessor that checks that
10786                 the system cached in a MimeInfo's privacydata
10787                 is still registered. Use this accessor instead
10788                 of directly using data->system. Fixes crashes
10789                 after unloading pgp plugins.
10790
10791 2005-07-17 [colin]      1.9.12cvs74
10792
10793         * src/alertpanel.c
10794                 Change geometry hints to a simple default size.
10795                 Fixes the certs dialogs.
10796
10797 2005-07-17 [colin]      1.9.12cvs73
10798
10799         * src/gtk/sslcertwindow.c
10800                 Use a gtkExpander
10801
10802 2005-07-17 [colin]      1.9.12cvs72
10803
10804         * src/plugins/pgpcore/Makefile.am
10805         * src/plugins/pgpmime/Makefile.am
10806                 Add gpgme libs
10807
10808 2005-07-17 [paul]       1.9.12cvs71
10809
10810         * configure.ac
10811                 add --disable-gnomeprint option
10812                 modified version of patch by Marius Mauch
10813
10814 2005-07-17 [paul]       1.9.12cvs70
10815
10816         * src/common/defs.h
10817                 update urls
10818         * src/account.c
10819         * src/action.c
10820         * src/addressbook.c
10821         * src/compose.c
10822         * src/foldersel.c
10823         * src/folderview.c
10824         * src/html.c
10825         * src/imap_gtk.c
10826         * src/main.c
10827         * src/mainwindow.c
10828         * src/messageview.c
10829         * src/mh_gtk.c
10830         * src/mimeview.c
10831         * src/news_gtk.c
10832         * src/prefs_account.c
10833         * src/prefs_send.c
10834         * src/prefs_summaries.c
10835         * src/procmsg.c
10836         * src/summaryview.c
10837         * src/common/utils.c
10838         * src/common/xml.c
10839         * src/plugins/pgpcore/passphrase.c
10840         * src/plugins/pgpcore/select-keys.c
10841                 replace inappropriately used backticks
10842                 with single quotes
10843
10844 2005-07-16 [colin]      1.9.12cvs69
10845
10846         * src/image_viewer.c
10847                 Add extra paranoid checks
10848
10849 2005-07-16 [colin]      1.9.12cvs68
10850
10851         * src/plugins/pgpcore/prefs_gpg.c
10852                 Don't auto-check sigs by default, as it
10853                 can be really slow.
10854
10855 2005-07-16 [colin]      1.9.12cvs67
10856
10857         * src/plugins/pgpcore/sgpgme.c
10858                 Make messages a bit better.
10859
10860 2005-07-16 [colin]      1.9.12cvs66
10861
10862         * src/imap.c
10863                 Remove pseudo-log
10864         * src/etpan/imap-thread.c
10865                 Add real log
10866
10867 2005-07-16 [colin]      1.9.12cvs65
10868
10869         * src/main.c
10870         * src/prefs_other.c
10871                 And now, fix build with libetpan :-/
10872
10873 2005-07-15 [colin]      1.9.12cvs64
10874
10875         * src/prefs_other.c
10876                 Continue fixing build without libetpan.
10877
10878 2005-07-15 [colin]      1.9.12cvs63
10879
10880         * src/main.c
10881                 Fix build with --disable-libetpan
10882
10883 2005-07-15 [colin]      1.9.12cvs62
10884
10885         * configure.ac
10886                 Bump libetpan's version
10887
10888 2005-07-15 [colin]      1.9.12cvs61
10889
10890         * src/etpan/imap-thread.c
10891                 Actually stop logging :)
10892
10893 2005-07-15 [colin]      1.9.12cvs60
10894
10895         * src/addressbook.c
10896                 Fix dnd of multiple addresses.
10897
10898 2005-07-15 [hoa]        1.9.12cvs59
10899
10900         * src/etpan/imap-thread.c
10901             disable login of IMAP password in libetpan log file.
10902
10903 2005-07-15 [paul]       1.9.12cvs58
10904
10905         * src/account.c
10906                 don't automatically sort
10907                 do allow drag n drop
10908
10909 2005-07-15 [paul]       1.9.12cvs57
10910
10911         * src/account.c
10912         * src/ssl_manager.c
10913                 alphabetical listing
10914
10915 2005-07-15 [paul]       1.9.12cvs56
10916
10917         * src/gtk/pluginwindow.c
10918                 sort plugin list alphabetically
10919
10920 2005-07-15 [paul]       1.9.12cvs55
10921
10922         * src/prefs_spelling.c
10923         * src/prefs_wrapping.c
10924                 unify English usage
10925
10926 2005-07-15 [colin]      1.9.12cvs54
10927
10928         * src/wizard.c
10929                 Typo fix
10930
10931 2005-07-15 [paul]       1.9.12cvs53
10932
10933         * src/prefs_message.c
10934                 make 'show cursor' a hidden option
10935
10936 2005-07-14 [colin]      1.9.12cvs52
10937
10938         * src/plugins/spamassassin/Makefile.am
10939         * src/plugins/clamav/Makefile.am
10940                 Fix double EXTRA_DISTs
10941
10942 2005-07-14 [colin]      1.9.12cvs51
10943
10944         * src/plugins/clamav/Makefile.am
10945         * src/plugins/clamav/clamav_plugin_gtk.deps
10946         * src/plugins/spamassassin/Makefile.am
10947         * src/plugins/spamassassin/spamassassin_gtk.deps
10948                 Make $plugin_gtk depend on $plugin
10949
10950 2005-07-14 [hoa]        1.9.12cvs50
10951
10952         * src/etpan/imap-thread.c
10953                 enable debug log of libetpan when running with --debug
10954
10955 2005-07-14 [colin]      1.9.12cvs49
10956
10957         * configure.ac
10958         * src/common/Makefile.am
10959         * src/common/plugin.c
10960         * src/common/plugin.h
10961                 Add a little plugin dependancy system.
10962                 Plugins can ship a $plugin_name.deps file
10963                 (near them in PLUGINDIR) so that their
10964                 dependancies are loaded if possible.
10965         * src/plugins/Makefile.am
10966         * src/plugins/pgpcore/Makefile.am
10967         * src/plugins/pgpcore/passphrase.c
10968         * src/plugins/pgpcore/passphrase.h
10969         * src/plugins/pgpcore/plugin.c
10970         * src/plugins/pgpcore/prefs_gpg.c
10971         * src/plugins/pgpcore/prefs_gpg.h
10972         * src/plugins/pgpcore/select-keys.c
10973         * src/plugins/pgpcore/select-keys.h
10974         * src/plugins/pgpcore/sgpgme.c
10975         * src/plugins/pgpcore/sgpgme.h
10976                 Introduce pgpcore, used by pgpmime and
10977                 pgpinline
10978         * src/plugins/pgpmime/Makefile.am
10979         * src/plugins/pgpmime/passphrase.c
10980         * src/plugins/pgpmime/passphrase.h
10981         * src/plugins/pgpmime/pgpmime.c
10982         * src/plugins/pgpmime/pgpmime.deps
10983         * src/plugins/pgpmime/plugin.c
10984         * src/plugins/pgpmime/prefs_gpg.c
10985         * src/plugins/pgpmime/prefs_gpg.h
10986         * src/plugins/pgpmime/select-keys.c
10987         * src/plugins/pgpmime/select-keys.h
10988         * src/plugins/pgpmime/sgpgme.c
10989         * src/plugins/pgpmime/sgpgme.h
10990                 Remove the core from pgpmime and add the
10991                 dependancy to pgpcore.
10992
10993 2005-07-14 [paul]       1.9.12cvs48
10994
10995         * src/stock_pixmap.c
10996                 forgot this in last commit
10997
10998 2005-07-14 [paul]       1.9.12cvs47
10999
11000         * src/account.c
11001         * src/addressbook.c
11002                 add accelerators for the buttons (sync with main)
11003         * src/compose.c
11004         * src/compose.h
11005                 add accelerators for the buttons.
11006                 fix editing with external editor.
11007                 replace gdk_input_*() with GIOChannel;
11008                 (sync with main)
11009         * src/foldersel.c
11010                 display folder names with new/unread
11011                 representation (sync with main)
11012         * src/main.c
11013                 specify default window icon (sync with main)
11014         * src/prefs_common.c
11015                 use_addr_book default to FALSE
11016         * src/summaryview.c
11017         * src/textview.c
11018                 add accelerators for the buttons (sync with main)
11019         * src/gtk/menu.c
11020                 fix typos
11021         * src/pixmaps/sylpheed_icon.xpm
11022                 updated
11023
11024 2005-07-13 [paul]       1.9.12cvs46
11025
11026         * src/plugins/pgpmime/pgpmime.c
11027         * src/plugins/pgpmime/sgpgme.c
11028                 (temporarily) use deprecated gpgme_data_rewind()
11029                 while largefile support is not present
11030                 (as suggested by Colin)
11031
11032 2005-07-13 [paul]       1.9.12cvs45
11033
11034         * configure.ac
11035                 remove large file support (for now):
11036                 it breaks too many things
11037
11038 2005-07-13 [paul]       1.9.12cvs44
11039
11040         * configure.ac
11041                 add large file support
11042         * src/html.c
11043                 fix bug #763 where href attribute was not
11044                 the very first attribute of a link
11045                 patch by Thomas Gilgin
11046
11047 2005-07-13 [colin]      1.9.12cvs43
11048
11049         * src/gtk/pluginwindow.c
11050                 Little portability fix
11051
11052 2005-07-13 [colin]      1.9.12cvs42
11053
11054         * src/plugins/pgpmime/sgpgme.c
11055                 Fix crasher.
11056
11057 2005-07-13 [colin]      1.9.12cvs41
11058
11059         * src/plugins/pgpmime/pgpmime.c
11060         * src/plugins/pgpmime/sgpgme.c
11061                 Use gpgme_data_release_and_get_mem instead
11062                 of gpgme_data_read.
11063
11064 2005-07-13 [colin]      1.9.12cvs40
11065
11066         * configure.ac
11067         * src/plugins/pgpmime/passphrase.c
11068         * src/plugins/pgpmime/passphrase.h
11069         * src/plugins/pgpmime/pgpmime.c
11070         * src/plugins/pgpmime/plugin.c
11071         * src/plugins/pgpmime/select-keys.c
11072         * src/plugins/pgpmime/select-keys.h
11073         * src/plugins/pgpmime/sgpgme.c
11074         * src/plugins/pgpmime/sgpgme.h
11075                 Port pgpmime to gpgme-1.0.
11076
11077 2005-07-12 [paul]       1.9.12cvs39
11078
11079         * AUTHORS
11080         * src/toolbar.c
11081         * src/toolbar.h
11082                 add a 'Go to Prev' button to the toolbar.
11083                 correct tooltip text of go to buttons.
11084                 based on patch by Yang Guilong <bamanzi@gmail.com>
11085
11086 2005-07-12 [colin]      1.9.12cvs38
11087
11088         * src/statusbar.c
11089                 Fix progress bar showing stuff at startup.
11090
11091 2005-07-12 [paul]       1.9.12cvs37
11092
11093         * src/editjpilot.c
11094                 fix building with jpilot support
11095
11096 2005-07-11 [colin]      1.9.12cvs36
11097
11098         * src/inc.c
11099                 Add visual indication that filtering is running
11100         * src/textview.c
11101                 Make {}[] uri delimiters
11102         * src/summaryview.c
11103                 Remove useless (and slow) calls
11104
11105 2005-07-11 [paul]       1.9.12cvs35
11106
11107         * src/plugins/clamav/clamav_plugin_gtk.c
11108         * src/plugins/dillo_viewer/dillo_prefs.c
11109         * src/plugins/pgpmime/prefs_gpg.c
11110         * src/plugins/spamassassin/spamassassin_gtk.c
11111                 gather plugins prefs together under their
11112                 own 'Plugins' heading
11113
11114 2005-07-11 [paul]       1.9.12cvs34
11115
11116         sync with main
11117
11118         * src/account.c
11119                 account_delete(): modified alert dialog
11120         * src/editjpilot.c
11121         * src/editvcard.c
11122                 fixed a crash when cancelling file selection
11123                 dialog by Escape key. Made non-ascii filename
11124                 selectable.
11125         * src/prefs_template.c
11126                 prefs_template_window_create(): make scrolled
11127                 window policy AUTOMATIC
11128
11129 2005-07-10 [hoa]        1.9.12cvs33
11130
11131         * src/etpan/imap-thread.c
11132                 workaround for old Courier IMAP servers.
11133
11134 2005-07-10 [colin]      1.9.12cvs32
11135
11136         * src/folder.c
11137         * src/statusbar.c
11138         * src/statusbar.h
11139                 Add visual progress indicator on filtering/processing
11140                 Factorize the progress bar code
11141         * src/imap.c
11142         * src/imap.h
11143         * src/etpan/imap-thread.c
11144                 Add a reference counter to avoid destroying the Folder
11145                 while it's in use by another callback.
11146
11147 2005-07-09 [hoa]        1.9.12cvs31
11148
11149         * src/imap.c
11150         * src/etpan/imap-thread.c
11151                 fixed deadlock when removing IMAP account.
11152
11153 2005-07-08 [colin]      1.9.12cvs30
11154
11155         * src/textview.c
11156         * src/unmime.c
11157                 Fix again problems decoding broken headers
11158         * src/gtk/inputdialog.c
11159                 Fix local variable shadowing a global one
11160
11161 2005-07-08 [colin]      1.9.12cvs29
11162
11163         * src/msgcache.c
11164                 Make the cache/mark files platform-agnostic by writing
11165                 them in little-endian format. Reading them is also done
11166                 in little-endian format, of course; however, in order
11167                 to avoid trashing mark data on big-endian machines, the
11168                 files are, at first, read from the native format if the
11169                 little-endian one doesn't exist. This is easy to deter-
11170                 mine by trying to open a file with a swapped data_ver
11171                 and seeing if it's the wanted version.
11172                 Little-endian using users should see absolutely no
11173                 difference, Big-endian users may get a very little
11174                 performance drop due to byte-swapping.
11175                 Tested on i386 and ppc32. 
11176                 Fixes bug #159 (The index file, in the mailboxes, is 
11177                 hardware depending).
11178
11179                 To have the cache/mark files updated to the new little-
11180                 endian format, "Check for new messages" or even
11181                 "Rebuild folder tree" aren't enough. Files will be
11182                 updated as soon as a folder has been opened/closed.
11183                 To update everything, just select all folders by
11184                 selecting them one by one.
11185
11186 2005-07-07 [colin]      1.9.12cvs28
11187
11188         * src/imap.c
11189                 Remember the folder separator per IMAPFolder
11190                 instead of globally.
11191                 Revive the Session on noop; fixes bug #761
11192                 (mark a bunch of unread messages as read takes 
11193                 forever)
11194
11195 2005-07-07 [darko]      1.9.12cvs27
11196
11197         * src/common/template.c
11198                 Sort templates alphabetically
11199
11200 2005-07-06 [colin]      1.9.12cvs26
11201
11202         * src/imap.c
11203                 Try to use the correct separator in
11204                 most cases. Possibly fixes bug #759
11205                 (only creates the INBOX folder when 
11206                 setting up new IMAP account) and 
11207                 bug #760 (Can't retrieve messages)
11208
11209 2005-07-06 [colin]      1.9.12cvs25
11210
11211         * src/imap.c
11212                 Use real_path in status command. This will
11213                 help later, when namespaces will be used.
11214
11215 2005-07-06 [colin]      1.9.12cvs24
11216
11217         * configure.ac
11218         * src/account.c
11219         * src/folder.c
11220         * src/imap.c
11221         * src/etpan/etpan-log.c
11222         * src/etpan/etpan-thread-manager.c
11223         * src/etpan/imap-thread.c
11224                 Add a --disable-libetpan parameter. With this,
11225                 users that don't want IMAP4 support can avoid
11226                 the new dependancy (and have no IMAP support).
11227                 Users that have IMAP4 accounts and use this
11228                 parameter won't lose their configuration, their
11229                 IMAP accounts will just be invisible and not
11230                 used.
11231         * src/textview.c
11232                 Make the "Copy ..." contextual menu items 
11233                 copy to both the X clipboard and the gtk 
11234                 clipboard - as most other apps do.
11235         * src/gtk/about.c
11236                 Add a notice about OpenSSL usage, in order to
11237                 comply with OpenSSL's license (point 6):
11238                 http://www.openssl.org/source/license.html
11239
11240 2005-07-06 [colin]      1.9.12cvs23
11241
11242         * src/alertpanel.c
11243                 Fix a minimum size for alertpanels
11244         * src/compose.c
11245                 Show 'No space left on device' type errors
11246                 when queuing/sending
11247         * src/imap_gtk.c
11248         * src/mh_gtk.c
11249                 Rework folder's deletion message (remove 
11250                 extra \n)
11251
11252 2005-07-05 [colin]      1.9.12cvs22
11253
11254         * src/imap.c
11255                 Add an alertpanel on auth error
11256                 Add pseudo-log
11257                 Remove pthread-related stuff
11258
11259 2005-07-05 [colin]      1.9.12cvs21
11260
11261         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11262                 Fix crash on plugin reloading (with a hack)
11263
11264 2005-07-05 [colin]      1.9.12cvs20
11265
11266         * src/prefs_account.c
11267         * src/prefs_account.h
11268                 Fix typo
11269         * src/gtk/filesel.c
11270         * src/gtk/filesel.h
11271                 Add a way to filter the view
11272         * src/gtk/pluginwindow.c
11273                 Filter loadable stuff
11274         * src/plugins/pgpmime/prefs_gpg.c
11275                 Fix missing unregistration
11276         * .cvsignore
11277         * src/etpan/.cvsignore
11278         * src/plugins/spamassassin/.cvsignore
11279                 Add more stuff to cvs ignored files
11280
11281 2005-07-04 [colin]      1.9.12cvs19
11282
11283         * src/imap.c
11284                 Fix scan_required returning FALSE when it
11285                 shouldn't. Maybe fix #760 (Can't retrieve
11286                 messages)
11287
11288 2005-07-04 [colin]      1.9.12cvs18
11289
11290         * src/summaryview.c
11291                 Fix always_show_msg pref
11292
11293 2005-07-04 [paul]       1.9.12cvs17
11294
11295         sync with main (forgotten in last commit)
11296         
11297         * src/common/utils.c
11298         * src/common/utils.h
11299                 check_line_length(): new.
11300                 is_dir_exist()
11301                 is_file_entry_exist()
11302                 dirent_is_regular_file()
11303                 dirent_is_directory(): use g_file_test() instead of stat().
11304
11305 2005-07-04 [paul]       1.9.12cvs16
11306
11307         sync with main:
11308
11309         * src/compose.c
11310                 compose_write_to_file(): check for line
11311                 length limit and display warning if exceeds
11312         * src/jpilot.c
11313                 use get_home_dir() instead of g_get_home_dir()
11314         * src/procheader.c
11315                 removed warning about invalid date
11316         * src/vcard.c
11317                 use get_home_dir() instead of g_get_home_dir()
11318
11319 2005-07-04 [paul]       1.9.12cvs15
11320
11321         * src/stock_pixmap.c
11322                 fix new pixmap naming errors
11323                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11324
11325 2005-07-04 [colin]      1.9.12cvs14
11326
11327         * src/imap.c
11328                 Fix debugging string with a warning
11329
11330 2005-07-04 [colin]      1.9.12cvs13
11331
11332         * configure.ac
11333                 Add a check for libetpan's version (>= 0.37)
11334
11335 2005-07-04 [hoa]        1.9.12cvs12
11336
11337         * commitHelper
11338         * src/imap.c
11339         * src/etpan/imap-thread.c
11340         * src/etpan/imap-thread.h
11341                 fixed IMAP implementation of check of mails.
11342
11343 2005-07-03 [hoa]        1.9.12cvs11
11344
11345         * src/etpan/Makefile.am
11346         * src/etpan/etpan-errors.h
11347         * src/etpan/etpan-log.[ch]
11348         * src/etpan/etpan-thread-manager-types.h
11349         * src/etpan/etpan-thread-manager.[ch]
11350         * src/etpan/imap-thread.[ch]
11351         * src/Makefile.am
11352         * src/imap.c
11353         * src/main.c
11354         * src/prefs_other.c
11355         * configure.ac
11356             merged imap branch.
11357             dependency on libetpan 0.37 is now added.
11358
11359 2005-07-01 [colin]      1.9.12cvs10
11360
11361         * src/Makefile.am
11362         * src/folder.c
11363         * src/folder.h
11364         * src/folderview.c
11365         * src/stock_pixmap.c
11366         * src/stock_pixmap.h
11367         * src/plugins/trayicon/trayicon.c
11368                 Add marked symbol on folders containing
11369                 marked messages
11370         * src/procmsg.c
11371         * src/procmsg.h
11372         * src/toolbar.c
11373         * src/prefs_common.c
11374         * src/prefs_common.h
11375         * src/prefs_send.c
11376                 Add an optional confirmation dialog on queue
11377                 sending. Patch by wwp.
11378         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11379         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11380         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11381         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11382         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11383         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11384         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11385         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11386         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11387         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11388         * src/pixmaps/trash_mark.xpm            ** ADDED **
11389                 New pixmaps
11390
11391 2005-07-01 [colin]      1.9.12cvs9
11392
11393         * src/summaryview.c
11394                 Fix a little threading bug
11395         * src/addrgather.c
11396         * src/mainwindow.c
11397                 A little bit of HIG normality never hurts
11398
11399 2005-07-01 [colin]      1.9.12cvs8
11400
11401         * src/compose.c
11402         * src/msgcache.c
11403         * src/pop.c
11404         * src/procmime.c
11405         * src/recv.c
11406         * src/common/log.c
11407         * src/common/template.c
11408         * src/common/utils.c
11409         * src/common/utils.h
11410                 Reverted the fwrite_atomic stuff. In fact
11411                 it is already atomic.
11412
11413 2005-06-30 [colin]      1.9.12cvs7
11414
11415         * src/common/utils.c
11416         * src/common/utils.h
11417                 Add an fwrite_atomic() function to make
11418                 sure we write everything: fwrite can make
11419                 short writes.
11420         * src/compose.c
11421         * src/msgcache.c
11422         * src/pop.c
11423         * src/procmime.c
11424         * src/recv.c
11425         * src/common/log.c
11426         * src/common/template.c
11427                 Use that (and fix swapping of size and nmemb).
11428                 Thanks to Rich Coe for the heads up.
11429
11430 2005-06-30 [colin]      1.9.12cvs6
11431
11432         * src/addressbook.c
11433                 Optimize addressbook opening 
11434
11435 2005-06-30 [colin]      1.9.12cvs5
11436
11437         * src/summaryview.c
11438                 Remove calls to summary_step after move/copy
11439
11440 2005-06-28 [paul]       1.9.12cvs4
11441
11442         * src/alertpanel.c
11443                 wrap and make the error msg selectable
11444
11445 2005-06-28 [paul]       1.9.12cvs3
11446
11447         * src/ssl_manager.c
11448                 replace the OK button with a Close button
11449         * src/gtk/foldersort.c
11450                 use GTK_STOCK_ icons/buttons
11451
11452 2005-06-28 [colin]      1.9.12cvs2
11453
11454         * src/gedit-print.c             ** ADDED **
11455         * src/gedit-print.h             ** ADDED **
11456         * src/gtk/gtksourceprintjob.c   ** ADDED **
11457         * src/gtk/gtksourceprintjob.h   ** ADDED **
11458                 I can't believe no one had enough time to tell
11459                 me I forgot the `cvs add`
11460
11461 2005-06-27 [colin]      1.9.12cvs1
11462
11463         * src/Makefile.am
11464         * src/gtk/Makefile.am
11465         * src/messageview.c
11466         * src/procmsg.c
11467         * src/summaryview.c
11468         * configure.ac
11469                 Add optional libgnomeprint-based printing
11470         * src/mainwindow.c
11471         * src/gtk/quicksearch.c
11472                 Add an Edit/Quick search menu item to show
11473                 and focus the quicksearch
11474
11475 2005-06-27 [paul]       1.9.12
11476
11477         1.9.12 release
11478
11479         * po/ca.po
11480         * po/de.po
11481         * po/es.po
11482         * po/fr.po
11483         * po/it.po
11484         * po/ko.po
11485         * po/pt_BR.po
11486         * po/sk.po
11487         * po/zh_CN.po
11488                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11489                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11490                 SungHyun Nam, Frederico Goncalves Guimaraes,
11491                 Andrej Kacian, and Yang Guilong
11492 2005-06-26 [colin]      1.9.11cvs106
11493
11494         * src/imap_gtk.c
11495                 Forgot one file for previous fix
11496
11497 2005-06-26 [colin]      1.9.11cvs105
11498
11499         * src/folder.c
11500         * src/imap.c
11501                 Fix problems with folder operations in no_select
11502                 imap folders. it applies only to mails, and 
11503                 creation/deletion/move/renaming of folders 
11504                 should be possible
11505
11506 2005-06-26 [paul]       1.9.11cvs104
11507
11508         * src/prefs_filtering.c
11509                 replace one more GTK_STOCK_REMOVE
11510                 with GTK_STOCK_DELETE
11511
11512 2005-06-25 [colin]      1.9.11cvs103
11513
11514         * src/imap.c
11515                 Optimize get_seq_set_from_seq_list
11516                 (Patch by Ricardo) 
11517
11518 2005-06-25 [colin]      1.9.11cvs102
11519
11520         * src/mh.c
11521                 If the directory exists, but not in the
11522                 correct encoding, rename it. This should
11523                 handle old-versions-induced bugs.
11524
11525 2005-06-25 [colin]      1.9.11cvs101
11526
11527         * src/mh.c
11528                 Fix path access with extended dir names
11529                 Fixes bug #589 (SC segfaults with wrong locale
11530                 settings)
11531
11532 2005-06-25 [colin]      1.9.11cvs100
11533
11534         * src/prefs_account.c
11535         * src/prefs_account.h
11536         * src/compose.c
11537                 Add an option to encrypt replies to
11538                 encrypted messages
11539
11540 2005-06-25 [colin]      1.9.11cvs99
11541
11542         * src/compose.c
11543         * src/quote_fmt_parse.y
11544                 ... And make it work with pgpinline.
11545
11546 2005-06-25 [colin]      1.9.11cvs98
11547
11548         * src/compose.c
11549         * src/procmime.c
11550         * src/procmime.h
11551         * src/quote_fmt_parse.y
11552                 o Make reedition of encrypted messages possible
11553                   (as long as it is encrypted to self too, no
11554                    magic there)
11555                 o Make replying with quote (and without selecting
11556                   text) possible for encrypted messages.
11557                 Closes bug #550 (Not possible to "reply with quote"
11558                 to gnupg encrypted messages)
11559
11560 2005-06-24 [paul]       1.9.11cvs97
11561
11562         * src/imap.c
11563                 add missing include
11564
11565 2005-06-24 [paul]       1.9.11cvs96
11566
11567         * src/editldap.c
11568                 made bind password entry invisible
11569                 (sync with main)
11570         * src/send_message.c
11571                 send_message_local(): check exit status
11572                 to detect errors (sync with main)
11573         * src/textview.c
11574                 use main's less ambiguous popup menu
11575                 wording
11576
11577 2005-06-24 [paul]       1.9.11cvs95
11578
11579         * src/prefs_actions.c
11580         * src/prefs_customheader.c
11581         * src/prefs_display_header.c
11582         * src/prefs_filtering_action.c
11583         * src/prefs_matcher.c
11584         * src/prefs_template.c
11585         * src/prefs_toolbar.c
11586                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11587         * src/gtk/description_window.c
11588                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11589
11590 2005-06-23 [colin]      1.9.11cvs94
11591
11592         * src/summaryview.c
11593                 Fix rough edges (be sure to call status_show whenever
11594                 necessary).
11595
11596 2005-06-23 [colin]      1.9.11cvs93
11597
11598         * src/summaryview.c
11599                 Optimize Select All
11600                 Before, in a 5K mails folder: 11s
11601                 After, in the same folder: 58000µs
11602                 The joys of locking... gtk_clist_select_all() fires a 
11603                 tree-select-row event for each selected row, which in 
11604                 summaryview, callbacks summary_selected which in turn,
11605                 calls summary_status_show, which walks the selected
11606                 rows. Hence, calling gtk_clist_select_all was 
11607                 exponential. Locking the summaryview makes 
11608                 summary_selected return early.
11609
11610 2005-06-23 [colin]      1.9.11cvs92
11611
11612         * src/imap.c
11613                 Move mutex at the important place to avoid
11614                 deadlocks
11615         * src/summaryview.c
11616                 Fix Del key deleting directly instead of
11617                 moving to trash
11618
11619 2005-06-22 [colin]      1.9.11cvs91
11620
11621         * src/plugins/spamassassin/libspamc.c
11622                 As we do spagetti code with assignations in multiple
11623                 places (see _message_read_raw where out = msg = raw),
11624                 let's be sure we don't free the same pointer twice.
11625                 Should fix bug #683 (Crash in libpam at 
11626                 message_cleanup).
11627
11628 2005-06-22 [colin]      1.9.11cvs90
11629
11630         * src/compose.c
11631         * src/messageview.c
11632         * src/toolbar.c
11633                 Make toolbar's delete use the move to trash stuff;
11634                 Add gtk_widget_realize to be sure pixmaps can get
11635                 created (that may fix an old worksforme bug which
11636                 I can't find back...)
11637
11638 2005-06-22 [colin]      1.9.11cvs89
11639
11640         * src/summaryview.c
11641         * src/summaryview.h
11642         * src/mainwindow.c
11643                 Rename "Message/Delete" to "Message/Move to trash"
11644                 Add "Message/Delete..." that directly destroys the
11645                 selected messages after asking for a confirmation.
11646
11647 2005-06-22 [colin]      1.9.11cvs88
11648
11649         * src/imap.c
11650                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11651                 o Fix a deadlock (thanks Darko)
11652
11653 2005-06-22 [colin]      1.9.11cvs87
11654
11655         * src/gtk/foldersort.c
11656                 Add missing include for the i18n;
11657                 patch by Fabien Vantard
11658
11659 2005-06-21 [colin]      1.9.11cvs86
11660
11661         * src/folder.c
11662         * src/folderview.c
11663                 Respect the no_select flag
11664         * src/imap.c
11665                 Fix recursive deletion
11666         * src/imap_gtk.c
11667         * src/mh_gtk.c
11668                 Make the folder deletion's warning
11669                 more explicit
11670
11671 2005-06-21 [colin]      1.9.11cvs85
11672
11673         * src/textview.c
11674                 Prevent email addresses from spanning accross
11675                 lines - fixes bug # 646 (newline-chars in 
11676                 email addresses)
11677
11678 2005-06-20 [colin]      1.9.11cvs84
11679
11680         * src/folder.c
11681                 Be sure not to remove source if copy failed
11682
11683 2005-06-20 [colin]      1.9.11cvs83
11684
11685         * src/folderview.c
11686         * src/imap_gtk.c
11687                 remove summaryview's lock
11688         * src/imap.c
11689                 introduce threads to avoid problems when foreground tasks
11690                 interfere with background tasks
11691         * src/mh.c
11692                 prevent moving to drafts/queue
11693         * src/mimeview.c
11694                 fix leak
11695
11696 2005-06-19 [colin]      1.9.11cvs82
11697
11698         * src/imap_gtk.c
11699                 Remember that the user doesn't want to override
11700                 offline mode, for 3 seconds. It avoid presenting
11701                 him with N popups in a really short time.
11702
11703 2005-06-17 [colin]      1.9.11cvs81
11704
11705         * src/imap.c
11706                 Fix IMAP breaking on folders containing '('
11707                 (Probably won't be enough)
11708
11709 2005-06-17 [colin]      1.9.11cvs80
11710
11711         Forgotten files on 1.9.11cvs79
11712         * src/summaryview.c
11713                 Fix stepping when not immediately executing
11714         * src/imap.c
11715                 Really prevent UID FETCH 0
11716         * src/codeconv.c
11717                 Fix outgoing charset never set to utf-8
11718         * src/mh.c
11719                 Fix leak
11720
11721 2005-06-16 [colin]      1.9.11cvs79
11722
11723         * src/compose.c
11724                 Fix bug #707 (Dash splits rows)
11725                 Only wrap if we're on a line break position and
11726                 the previous one was a "white" (space) char.
11727                 Pango stuff is weird.
11728
11729 2005-06-16 [colin]      1.9.11cvs78
11730
11731         * src/imap_gtk.c
11732                 Lock summaryview while downloading messages
11733                 on user demand
11734         * src/procheader.c
11735         * src/unmime.c
11736         * src/common/utils.c
11737         * src/common/utils.h
11738                 Replace \r and \n with spaces in From and
11739                 Subject headers
11740
11741 2005-06-16 [paul]       1.9.11cvs77
11742
11743         * src/procmime.c
11744                 liberalise the mime parser
11745         * src/gtk/about.c
11746                 add text wrapping
11747
11748 2005-06-16 [paul]       1.9.11cvs76
11749
11750         * src/gtk/about.c
11751                 reworked
11752
11753 2005-06-15 [colin]      1.9.11cvs75
11754
11755         * src/compose.c
11756                 Finish header encoding fix
11757         * src/summaryview.c
11758                 Fix segfault
11759         * src/headerview.c
11760                 Fix compilation (Thanks Stephan
11761                 Sachse)
11762
11763 2005-06-15 [colin]      1.9.11cvs74
11764
11765         * Makefile.am
11766                 Install gnome2 stuff rather than gnome1, 
11767                 if both are present
11768         * src/codeconv.c
11769         * src/codeconv.h
11770         * src/compose.c
11771                 Fix headers encoding
11772         * src/folder.c
11773                 Visual progress when fetching all messages
11774         * src/folderview.c
11775         * src/summaryview.c
11776         * src/summaryview.h
11777                 Prevent changing current message while
11778                 incorporating
11779
11780 2005-06-15 [paul]       1.9.11cvs73
11781
11782         * src/gtk/gtkaspell.c
11783         * src/gtk/gtkaspell.h
11784                 fix build warnings
11785
11786 2005-06-15 [paul]       1.9.11cvs72
11787
11788         * src/prefs_filtering.c
11789                 allow reordering of filter rules by
11790                 drag n drop
11791
11792 2005-06-15 [paul]       1.9.11cvs71
11793
11794         * COPYING
11795                 updated
11796         * src/codeconv.c
11797                 replace deprecated function
11798         * src/inc.c
11799         * src/send_message.c
11800         * src/gtk/progressdialog.c
11801         * src/gtk/progressdialog.h
11802                 salvage and reuse parts of reverted sync
11803
11804 2005-06-15 [paul]       1.9.11cvs70
11805
11806         * src/inc.c
11807         * src/send_message.c
11808         * src/gtk/progressdialog.c
11809         * src/gtk/progressdialog.h
11810                 revert yesterday's sync with main
11811                 it contains deprecated functions
11812
11813 2005-06-15 [colin]      1.9.11cvs69
11814
11815         * src/headerview.c
11816                 Fix bug #670 (multi user to: will corrupt message 
11817                 headers display)
11818
11819 2005-06-15 [colin]      1.9.11cvs68
11820
11821         * src/compose.c
11822                 Fix bug #421 (Fix undo on wrapping)
11823
11824 2005-06-15 [colin]      1.9.11cvs67
11825
11826         * src/folder.c
11827                 Provide visual feedback while processing
11828                 folder's rules.
11829         * src/imap.c
11830                 Provide visual feedback while getting
11831                 short headers (for uncached messages)
11832
11833
11834 2005-06-14 [paul]       1.9.11cvs66
11835
11836         * src/account.c
11837                 change a couple stock icons
11838         * src/inc.c
11839         * src/send_message.c
11840         * src/gtk/progressdialog.c
11841         * src/gtk/progressdialog.h
11842                 sync main's GtkTreeView implementation
11843
11844 2005-06-14 [colin]      1.9.11cvs65
11845
11846         * src/imap.c
11847                 Various little fixes, mainly on error paths
11848
11849 2005-06-13 [colin]      1.9.11cvs64
11850
11851         * matcher.c
11852         * procmsg.c
11853         * procmsg.h
11854                 Add a way to fetch only headers. This speeds
11855                 up filtering on headers for IMAP. Fixes:
11856                 bug #481 extraneous imap commands slow down 
11857                         imap filtering
11858                 bug #522 Sylpheed downloads all messages 
11859                         when opening mailbox (IMAP)
11860                 bug #677 IMAP fetch is soooooooooooooo slow
11861         * src/folder.c
11862         * src/folder.h
11863                 Add a folder set_batch method so that
11864                 implementations can speed up flags changes
11865         * src/folderutils.c
11866         * src/summaryview.c
11867                 Use that in mark as (un)read and mark all read
11868                 Refix bug #679
11869         * src/imap.c
11870                 Implement set_batch - brings back deferred
11871                 flags in a less buggy manner. Fixes:
11872                 bug #729 IMAP immediate expunge of deleted messages
11873                 bug #191 remove list of messages with one command
11874                 Fix login with strange chars
11875                 Implement fetch_msg_full
11876                 Fix copy (wrong counts)
11877
11878 2005-06-12 [colin]      1.9.11cvs63
11879
11880         * src/folder.c
11881                 lock incorporation during long operations.
11882                 Avoids fucking up the IMAP socket.
11883
11884 2005-06-12 [colin]      1.9.11cvs62
11885
11886         * src/imap.c
11887                 Fix harmful typo
11888                 Factorize remove_all_msg
11889                 Thread-ize expunge
11890         * src/summaryview.c
11891                 Don't update partial-download status if unnecessary
11892         * src/folder.c
11893                 Use remove_msgs everywhere possible
11894
11895 2005-06-12 [colin]      1.9.11cvs61
11896
11897         * src/folder.c
11898         * src/folder.h
11899                 Add a remove_msgs function to remove a 
11900                 list of messages
11901         * src/imap.c
11902                 Implement that.
11903
11904 2005-06-12 [colin]      1.9.11cvs60
11905
11906         * src/imap.c
11907                 Remove flags-processing deferring... Too hard
11908                 to get it to work in all cases.
11909
11910 2005-06-11 [colin]      1.9.11cvs59
11911
11912         * src/imap.c
11913                 printf -> debug_print
11914
11915 2005-06-11 [colin]      1.9.11cvs58
11916
11917         * src/imap.c
11918                 o Fix build without USE_PTHREAD
11919                 o Factorize imap_open
11920                 o Alertpanel in case of impossible connection
11921                 o Alertpanel in case of impossible login
11922                 o Fix deferred flags processing to force a 
11923                   flush before adding some more flags to process,
11924                   but in another folder.
11925
11926 2005-06-10 [colin]      1.9.11cvs57
11927
11928         * src/imap.c
11929                 o Fix a format string error
11930                 o init ssl socket outside of the thread 
11931                   (it possibly invokes gtk calls)
11932         * src/procmime.c
11933                 o Put back the buffer to its necessary size
11934                 o Fix changing a file pointer without keeping
11935                   track of it (thanks Valgrind)
11936         * src/common/smtp.c
11937                 o Fix automatic STARTTLS if login should be done
11938                   and the server only allows it after starting TLS
11939         * src/gtk/gtkinputdialog.c
11940                 o Eat GDK_Return so that the combo popup doesn't 
11941                   appear when we press Enter to validate the combo
11942                   input dialog (as seen in the Open with... dialog)
11943
11944 2005-06-10 [colin]      1.9.11cvs56
11945
11946         * src/imap.c
11947                 o A bit less debug
11948                 o Fix a crash on deletion
11949                 o Threadize imap_select (it's called outside of 
11950                   threads)
11951                 o Defer treatment of DELETED flags
11952
11953
11954 2005-06-09 [colin]      1.9.11cvs55
11955
11956         * src/imap.c
11957                 Make sure we check imap_gtk_should_override(), which
11958                 potentially calls gtk stuff, before creating thread.
11959                 That way it should't be called via imap_get_session()
11960                 inside a thread.
11961
11962 2005-06-09 [colin]      1.9.11cvs54
11963
11964         * src/imap.c
11965                 o add a bit of status output
11966                 o remove some dead code
11967                 o threadize get_list_of_uids
11968                 o threadize imap_get_flags
11969                 o defer flag changing by 500ms so that they
11970                   can be batched
11971
11972
11973 2005-06-08 [colin]      1.9.11cvs53
11974
11975         * src/imap.c
11976                 Thread-ize imap_cmd_fetch
11977
11978 2005-06-08 [colin]      1.9.11cvs52
11979
11980         * src/main.c
11981                 Mmh, that broke POP3...
11982
11983 2005-06-08 [colin]      1.9.11cvs51
11984
11985         * src/main.c
11986                 Stabilize IMAP patch (thanks to Hoa)
11987
11988 2005-06-08 [colin]      1.9.11cvs50
11989
11990         * src/imap.c
11991                 Test patch to speed up imap. 
11992
11993 2005-06-08 [colin]      1.9.11cvs49
11994
11995         * src/imap_gtk.c
11996                 Warning fix
11997         * src/procmime.c
11998                 Apply patch from gentoo to use /usr/share/mime/globs if 
11999                 available, after un-breaking it
12000         * src/common/log.c
12001         * src/common/log.h
12002                 Use g_timeout for invoking hooks that possibly use gtk
12003                 calls. This should leave gtk calls in the main thread.
12004
12005 2005-06-08 [paul]       1.9.11cvs48
12006
12007         * src/codeconv.c
12008                 conv_get_outgoing_charset_str(): don't
12009                 use prefs_common setting
12010         * src/compose.c
12011         * src/compose.h
12012                 add /Options/Character encoding/... to
12013                 temporarily change the outgoing encoding
12014
12015         (belated sync with main)
12016
12017 2005-06-08 [paul]       1.9.11cvs47
12018
12019         * src/compose.c
12020                 correction to/completion of last
12021                 sync with main
12022
12023 2005-06-08 [paul]       1.9.11cvs46
12024
12025         sync with main:
12026         
12027         * src/codeconv.c
12028         * src/codeconv.h
12029                 always enabled Japanese auto-detection
12030                 if the first letters of locale string
12031                 is "ja"
12032         * src/compose.c
12033                 don't use "destroy" signal to destroy
12034                 Compose object (fix rare crashes on discard?)
12035         * src/mainwindow.c
12036         * src/messageview.c
12037         * src/prefs_send.c
12038                 added Hebrew encodings
12039         * src/sourcewindow.c
12040                 don't use "destroy" signal to destroy
12041                 objects
12042
12043 2005-06-07 [colin]      1.9.11cvs45
12044
12045         * src/summaryview.c
12046                 Add missing unlocks/locks
12047
12048 2005-06-07 [paul]       1.9.11cvs44
12049
12050         * src/summaryview.c
12051                 restore bug #749 fix
12052
12053 2005-06-06 [colin]      1.9.11cvs43
12054
12055         * src/summaryview.c
12056                 Fix selection bug when prefs_common.open_unread 
12057                 is FALSE
12058
12059 2005-06-06 [colin]      1.9.11cvs42
12060
12061         * src/common/md5.c
12062                 Fix a warning
12063         * src/summaryview.c
12064         * src/folderview.c
12065                 Factorize long operations beginning and end
12066                 (locking, freezing/thawing, cursor, ...)
12067                 Check selection->data member in selection-
12068                 related loops; this avoids dying an awful
12069                 death if the selection changes on us while
12070                 we're marking a whole IMAP folder unread, 
12071                 for example.
12072
12073 2005-06-06 [paul]       1.9.11cvs41
12074
12075         * src/textview.c
12076                 don't g_free() a static gchar buffer
12077
12078 2005-06-05 [colin]      1.9.11cvs40
12079
12080         * src/mainwindow.c
12081         * src/messageview.c
12082         * src/summaryview.c
12083                 Fix bug #749 (Show all headers should be
12084                 sticky as the GUI suggests)
12085
12086 2005-06-03 [paul]       1.9.11cvs39
12087
12088         * src/compose.c
12089                 don't allow editing of mail while sending.
12090                 patch by Colin
12091
12092 2005-06-03 [paul]       1.9.11cvs38
12093
12094         * src/folderview.c
12095                 add a freeze/thaw to speed up 'mark all read'
12096
12097 2005-06-03 [paul]       1.9.11cvs37
12098
12099         * src/prefs_message.c
12100                 reflect changes immediately
12101
12102 2005-06-02 [colin]      1.9.11cvs36
12103
12104         * po/POTFILES.in
12105                 Patch by Fabien Vantard.
12106
12107 2005-06-02 [colin]      1.9.11cvs35
12108
12109         * src/imap.c
12110                 Use a non-blocking imap_getline() if possible.
12111                 This should completely prevent the interface
12112                 from freezin on imap operations, although it
12113                 may do strange stuff in case of folder switching
12114                 while a big imap operation is taking place...
12115
12116                 In addition, fix a leak in the case thread
12117                 creation fails on connection.
12118
12119 2005-06-02 [colin]      1.9.11cvs34
12120
12121         * src/crash.c
12122         * src/prefs_common.h
12123                 Fix build (prefs_common_init() doesn't exist
12124                 anymore)
12125
12126 2005-06-02 [colin]      1.9.11cvs33
12127
12128         * src/prefs_account.c
12129                 Fix bug #245 (filtering rules broken when
12130                 renaming a remote account (imap4 or nntp)
12131
12132 2005-06-02 [colin]      1.9.11cvs32
12133
12134         * src/imap.c
12135                 Try to fix IMAP shortcomings: 
12136                 o Multithread imap_open()
12137                 o allow offline-mode overriding instead of
12138                   just returning NULL
12139         * src/imap_gtk.c
12140         * src/imap_gtk.h
12141                 Add a function to ask whether we want to
12142                 override offline-mode for 10 minutes (one-shot
12143                 asking was painful)
12144         * src/procheader.c
12145                 Fix segfault when imap parser isn't happy about
12146                 a missing {
12147
12148 2005-06-01 [colin]      1.9.11cvs31
12149
12150         * src/addrharvest.c
12151         * src/compose.c
12152         * src/mbox.c
12153         * src/mbox.h
12154         * src/mh.c
12155         * src/msgcache.c
12156         * src/send_message.c
12157         * src/setup.c
12158         * src/undo.c
12159         * src/common/hooks.c
12160         * src/common/prefs.c
12161         * src/common/template.c
12162         * src/common/utils.c
12163         * src/gtk/gtkutils.c
12164         * src/gtk/inputdialog.c
12165         * src/gtk/menu.c
12166         * src/gtk/pluginwindow.c
12167         * src/gtk/prefswindow.c
12168         * src/plugins/pgpmime/passphrase.c
12169         * src/plugins/pgpmime/prefs_gpg.c
12170                 More -Wall fixes
12171
12172         * src/common/Makefile.am
12173         * src/common/timing.h
12174                 Add basic timing code
12175
12176         * src/summaryview.c
12177                 Fix a bug with unread messages when 
12178                 re-sorting folders, and by the way
12179                 fix a big performance hit when 
12180                 re-sorting (10k mails: before 5s,
12181                 after .5s)
12182
12183         * src/prefs_compose_writing.c
12184         * src/prefs_compose_writing.h
12185         * src/prefs_message.c
12186         * src/prefs_message.h
12187         * src/prefs_other.c
12188         * src/prefs_other.h
12189         * src/prefs_quote.c
12190         * src/prefs_quote.h
12191         * src/prefs_receive.c
12192         * src/prefs_receive.h
12193         * src/prefs_send.c
12194         * src/prefs_send.h
12195         * src/prefs_summaries.c
12196         * src/prefs_summaries.h
12197                 Fix copyright banner
12198
12199 2005-06-01 [paul]       1.9.11cvs30
12200
12201         * po/fi.po
12202                 updated by Flammie Pirinen
12203         * src/procmime.c
12204                 fix 'Bad BASE64 content' output
12205
12206 2005-05-31 [colin]      1.9.11cvs29
12207
12208         * src/procmime.c
12209                 Oops, where did my hunk go.
12210
12211 2005-05-31 [colin]      1.9.11cvs28
12212
12213         * src/Makefile.am
12214         * src/account.c
12215         * src/action.c
12216         * src/addr_compl.c
12217         * src/addressbook.c
12218         * src/codeconv.c
12219         * src/compose.c
12220         * src/export.c
12221         * src/folder.c
12222         * src/folderview.c
12223         * src/image_viewer.c
12224         * src/main.c
12225         * src/mainwindow.c
12226         * src/messageview.c
12227         * src/mimeview.c
12228         * src/msgcache.c
12229         * src/prefs_account.c
12230         * src/prefs_actions.c
12231         * src/prefs_common.c
12232         * src/prefs_compose_writing.c
12233         * src/prefs_customheader.c
12234         * src/prefs_ext_prog.c
12235         * src/prefs_filtering.c
12236         * src/prefs_filtering_action.c
12237         * src/prefs_fonts.c
12238         * src/prefs_image_viewer.c
12239         * src/prefs_message.c
12240         * src/prefs_message.h
12241         * src/prefs_msg_colors.c
12242         * src/prefs_other.c
12243         * src/prefs_other.h
12244         * src/prefs_quote.c
12245         * src/prefs_receive.c
12246         * src/prefs_receive.h
12247         * src/prefs_send.c
12248         * src/prefs_send.h
12249         * src/prefs_spelling.c
12250         * src/prefs_summaries.c
12251         * src/prefs_summary_column.c
12252         * src/prefs_template.c
12253         * src/prefs_themes.c
12254         * src/prefs_toolbar.c
12255         * src/prefs_wrapping.c
12256         * src/procmime.c
12257         * src/procmsg.c
12258         * src/send_message.h
12259         * src/ssl_manager.c
12260         * src/summary_search.c
12261         * src/summaryview.c
12262         * src/textview.c
12263         * src/wizard.c
12264         * src/common/smtp.c
12265         * src/common/smtp.h
12266         * src/gtk/gtkutils.h
12267                 o Move the rest of Common prefs to new style
12268                 o Lots of -Wall warning fixes
12269                 o fix FIXME in cache memusage calculation
12270                 o Let return receipts be sent from any account
12271                 o Little cache optimisation (read)
12272                 o Fix bug #746 (don't treat commas as separators
12273                   when inside a quoted string)
12274
12275 2005-05-31 [paul]       1.9.11cvs27
12276
12277         * src/prefs_common.c
12278                 fix 'off-by-one' typo
12279
12280 2005-05-31 [paul]       1.9.11cvs26
12281
12282         * src/account.c
12283         * src/addr_compl.c
12284         * src/compose.c
12285         * src/foldersel.c
12286         * src/prefs_actions.c
12287         * src/prefs_common.c
12288         * src/prefs_common.h
12289         * src/prefs_customheader.c
12290         * src/prefs_display_header.c
12291         * src/prefs_filtering.c
12292         * src/prefs_filtering_action.c
12293         * src/prefs_matcher.c
12294         * src/prefs_summaries.c
12295         * src/prefs_summary_column.c
12296         * src/prefs_template.c
12297         * src/prefs_toolbar.c
12298         * src/ssl_manager.c
12299         * src/gtk/pluginwindow.c
12300         * src/gtk/prefswindow.c
12301         * src/gtk/progressdialog.c
12302                 add hidden prefs 'enable_rules_hint'
12303                 for gtk_tree_view_set_rules_hint()
12304                 (sync with main)
12305                 
12306
12307 2005-05-31 [colin]      1.9.11cvs25
12308
12309         * src/Makefile.am
12310         * src/main.c
12311         * src/prefs_common.c
12312         * src/prefs_summaries.c ** ADDED **
12313         * src/prefs_summaries.h ** ADDED **
12314                 Common/Display -> Display/Summaries
12315
12316 2005-05-31 [colin]      1.9.11cvs24
12317
12318         * src/Makefile.am
12319         * src/main.c
12320         * src/prefs_quote.c ** ADDED **
12321         * src/prefs_quote.h ** ADDED **
12322                 Move Common/Quote to Compose/Quoting
12323         * src/prefs_common.c
12324         * src/prefs_common.h
12325                 Remove old quote stuff, add
12326                 convenience functions for GtkTextView prefs
12327         * src/gtk/prefswindow.c
12328                 Set default height higher
12329
12330 2005-05-30 [colin]      1.9.11cvs23
12331
12332         * src/Makefile.am
12333         * src/main.c
12334         * src/prefs_common.c
12335         * src/prefs_compose_writing.c ** ADDED **
12336         * src/prefs_compose_writing.h ** ADDED **
12337                 Move Common/Compose prefs to Compose/Writing
12338
12339 2005-05-30 [colin]      1.9.11cvs22
12340
12341         * src/common/utils.c
12342                 Fix bug #651 (Confused Attract by Subject)
12343                 Patch by M. Benkmann <haferfrost@web.de>
12344         * AUTHORS
12345
12346 2005-05-30 [colin]      1.9.11cvs21
12347
12348         * src/compose.c
12349                 Fix concatenation of different headers of
12350                 the same type (bug #645)
12351         * src/prefs_folder_item.c
12352                 Fix bug #699 (setting color to black doesn't
12353                 work immediately)
12354         * src/procmime.c
12355                 Print out decoding error only once per
12356                 block
12357
12358 2005-05-30 [paul]       1.9.11cvs20
12359
12360         * src/common/template.c
12361                 fix Bcc
12362
12363 2005-05-30 [paul]       1.9.11cvs19
12364
12365         * doc/src/rfc2368.txt   **NEW FILE**
12366         * src/compose.c
12367                 compose_entries_set(): don't interpret Bcc
12368                 header field (conform to RFC 2368)
12369                 (sync with main)
12370
12371 2005-05-29 [colin]      1.9.11cvs18
12372
12373         * src/prefs_common.c
12374                 Let the default reply format respect
12375                 netiquette by cutting the signature.
12376
12377 2005-05-29 [colin]      1.9.11cvs17
12378
12379         * src/summaryview.c
12380                 Don't let always_show_msg override
12381                 open_unread_on_enter when opening a new
12382                 directory.
12383
12384 2005-05-27 [paul]       1.9.11cvs16
12385
12386         sync with main:
12387
12388         * src/main.c
12389                 app_will_exit(): cleanup tmp directory when exit
12390         * src/message_search.c
12391                 improved the interface and made code cleanup.
12392                 removed Clear button
12393         * src/send_message.c
12394                 send_message_local(): use GSpawn, and detect errors
12395         * src/summary_search.c
12396                 improved the interface and made code cleanup
12397         * src/textview.c
12398                 textview_write_link(): also skip non-ascii space
12399                  at the head of link strings (phishing check
12400                  didn't work at the case)
12401         * src/common/utils.c
12402                 get_command_output(): use g_spawn_command_line_sync()
12403                 instead of popen()
12404
12405 2005-05-26 [colin]      1.9.11cvs15
12406
12407         * src/folder.c
12408                 remove printf
12409
12410 2005-05-26 [colin]      1.9.11cvs14
12411
12412         * src/common/nntp.c
12413                 Fix nntp mode reader (bug #611)
12414                 Patch by Florian Mickler <florian@mickler.org>
12415
12416 2005-05-26 [colin]      1.9.11cvs13
12417
12418         * src/plugins/pgpmime/passphrase.c
12419                 Fix mouse grabbing (bug #557)
12420
12421 2005-05-26 [colin]      1.9.11cvs12
12422
12423         * src/prefs_themes.c
12424                 Fix g_warning (bug #541)
12425
12426 2005-05-26 [colin]      1.9.11cvs11
12427
12428         * src/prefs_actions.c
12429         * src/prefs_template.c
12430                 Fix bug #506 (no warning if action/template
12431                 is not saved)
12432         * src/common/template.c
12433                 Fix a possible crash
12434
12435 2005-05-26 [colin]      1.9.11cvs10
12436
12437         * src/folder.c
12438         * src/folderview.c
12439         * src/procmsg.c
12440         * src/summaryview.c
12441                 Forbid locked messages to be moved or
12442                 deleted. Locked messages in trashes 
12443                 still get deleted, for performance
12444                 reason (mh.c::mh_remove_all_msgs)
12445
12446 2005-05-25 [colin]      1.9.11cvs9
12447
12448         * src/procmime.c
12449                 Use correct encoding when sending mails
12450                 with attachments that have accentued 
12451                 chars in their name
12452
12453 2005-05-24 [colin]      1.9.11cvs8
12454
12455         * src/summaryview.c
12456                 Fix bug #688 f) read/unread marker not
12457                 changed on first click
12458                 Also, optimize summary_status_show()
12459                 calls
12460         * src/folder.c
12461         * src/inc.c
12462         * src/procmime.c
12463                 Fix bug #688 b) and c) wrt message
12464                 attachments and signature
12465         * src/stock_pixmap.c
12466         * src/stock_pixmap.h
12467         * src/stock_pixmap.c
12468         * src/stock_pixmap.h
12469         * src/Makefile.am
12470         * src/pixmaps/clip_gpg_signed.xpm
12471                 Add clip/signed icon
12472
12473 2005-05-24 [colin]      1.9.11cvs7
12474
12475         * src/folder_item_prefs.c
12476                 whitespace fix
12477
12478 2005-05-24 [colin]      1.9.11cvs6
12479
12480         * src/folderview.c
12481         * src/prefs_common.c
12482         * src/prefs_common.h
12483                 Add a confirmation to folder drag and drop
12484                 fixes bug #156
12485         * src/alertpanel.c
12486         * src/alertpanel.h
12487                 fix _with_disable parameters so that
12488                 the buttons labels are specifiable too
12489         * src/plugins/pgpmime/sgpgme.c
12490                 reflect said change
12491                 
12492
12493 2005-05-24 [colin]      1.9.11cvs5
12494
12495         * src/folderview.c
12496                 Uncollapse/collapse folders on double-click
12497                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12498                 closes bug #108
12499
12500 2005-05-23 [colin]      1.9.11cvs4
12501
12502         * src/common/socket.c
12503                 Check another special SSL_peek() error.
12504                 Should help wrt bug #728
12505
12506 2005-05-23 [colin]      1.9.11cvs3
12507
12508         * src/plugins/pgpmime/pgpmime.c
12509                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12510                 breaking menu accelerators and stuff. Users will have to
12511                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12512                 account's privacy preferences if needed.
12513
12514 2005-05-22 [paul]
12515
12516         * tools/kdeservicemenu/install.sh
12517                 use kdesu to prompt for root password if doing
12518                 global install/uninstall
12519
12520 2005-05-20 [colin]      1.9.11cvs2
12521
12522         * src/procmsg.c
12523                 Fix another compilation error with gcc-2.9x
12524                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12525         * src/send_message.c
12526                 Don't send QUIT if we aren't connected
12527
12528 2005-05-19 [colin]      1.9.11cvs1
12529
12530         * src/procmsg.c
12531                 Fix compilation with gcc 2.9x
12532
12533 2005-05-19 [paul]       1.9.11
12534
12535         1.9.11 released
12536
12537 2005-05-19 [paul]       1.9.9cvs14
12538
12539         * src/gtk/inputdialog.c
12540                 prevent gettext warning
12541
12542 2005-05-19 [paul]       1.9.9cvs13
12543
12544         * src/mainwindow.c
12545         * src/prefs_common.c
12546         * src/prefs_common.h
12547         * src/textview.c
12548         * src/textview.h
12549                 add an option to toggle cursor in message
12550                 view (sync with main)
12551
12552 2005-05-18 [colin]      1.9.9cvs12
12553
12554         * src/compose.c
12555                 Dereference freed pointer
12556         * src/gtk/gtkaspell.c
12557                 Fix duplication of dictionaries (is it an aspell issue?)
12558
12559 2005-05-18 [colin]      1.9.9cvs11
12560
12561         * src/gtk/inputdialog.c
12562         * src/gtk/gtkaspell.c
12563                 HIGuify dialogs
12564         * src/alertpanel.c
12565                 Remove a double call
12566
12567 2005-05-17 [colin]      1.9.9cvs10
12568
12569         * src/gtk/gtkaspell.c
12570                 Fix dialogs, Ctrl-Enter accel
12571
12572 2005-05-17 [colin]      1.9.9cvs9
12573
12574         * src/gtk/gtkaspell.c
12575                 Fix some accelerators, escape in replace-window
12576
12577 2005-05-16 [colin]      1.9.9cvs8
12578
12579         * src/gtk/gtkaspell.c
12580                 Revert last commit, it was a mistake.
12581
12582 2005-05-16 [colin]      1.9.9cvs7
12583
12584         * src/gtk/gtkaspell.c
12585                 Remove buggy code while we're at it. It's a 
12586                 dead code path anyway.
12587
12588 2005-05-16 [colin]      1.9.9cvs6
12589
12590         * src/gtk/gtkaspell.c
12591                 Missed some gtk_menu_popup where deactivate
12592                 signal should be handled. Should fix bug
12593                 #629 a bit more.
12594
12595 2005-05-16 [colin]      1.9.9cvs5
12596
12597         * src/gtk/gtkaspell.c
12598                 Remove debug printf()s
12599
12600 2005-05-16 [colin]      1.9.9cvs4
12601
12602         * src/gtk/gtkaspell.c
12603                 Fix a bit aspell problems
12604                 (see bug #629)
12605
12606 2005-05-13 [colin]      1.9.9cvs3
12607
12608         * src/folderview.c
12609                 Fix the + appearing even when no subfolders
12610                 have unread messages. Thanks to wwp for the
12611                 bug report.
12612
12613 2005-05-11 [paul]       1.9.9cvs2
12614
12615         * src/folderview.c
12616                 correction to 1.9.9cvs1, only colour folders that
12617                 have new msgs (not unread msgs)
12618
12619 2005-05-10 [colin]      1.9.9cvs1
12620
12621         * src/folderview.c
12622         * src/summaryview.c
12623                 Try to fix bolding bugs again.
12624
12625 2005-05-09 [paul]
12626
12627         * tools/claws.i18n.status.pl
12628                 add Ricardo Mones Lastra's script that has been providing
12629                 the i18n status page for many months
12630
12631 2005-05-09 [paul]       1.9.9
12632
12633         1.9.9 release
12634
12635 2005-05-09 [paul]       1.9.6cvs58
12636
12637         * AUTHORS
12638         * INSTALL
12639         * README.claws
12640                 updated
12641         * Makefile.am 
12642         * RELEASE_NOTES.claws
12643                 add release notes to cvs to simplify release
12644                 procedure
12645         * configure.ac
12646                 add ca and fi to ALL_LINGUAS
12647         * po/Makefile.in.in
12648                 workaround for missing Makevars
12649         * po/ca.po
12650         * po/fi.po
12651                 add new Catalan and Finnish translations
12652                 submitted by Miquel Oliete and Flammie Pirinen
12653         * po/de.po
12654         * po/es.po
12655         * po/fr.po
12656         * po/it.po
12657         * po/pl.po
12658         * po/ru.po
12659         * po/sk.po
12660         * po/sr.po
12661         * po/zh_CN.po
12662                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12663                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12664                 Urke MMI, and Hansom Young
12665         * src/main.c
12666                 Fix drafting when quitting. compose_draft() closes the
12667                 compose windows, which modifies the compose_list GSList.
12668                 We have to refresh this list after echo drafting to avoid a
12669                 segfault
12670         * src/partial_download.c
12671                 fix segfault on exit
12672
12673 2005-05-06 [paul]       1.9.6cvs57
12674
12675         * src/grouplistdialog.c
12676                 quick fix/workaround for unresizeable newsgroup
12677                 name column 
12678
12679 2005-05-06 [paul]       1.9.6cvs56
12680
12681         * src/inc.c
12682         * src/mainwindow.c
12683                 use gettext plural forms
12684         * src/imap_gtk.c
12685         * src/mh_gtk.c
12686         * src/toolbar.c
12687                 small improvement to english usage
12688
12689 2005-05-05 [thorsten]   1.9.6cvs55
12690
12691         * src/folder.c
12692                 fix possible crash
12693
12694 2005-05-05 [paul]       1.9.6cvs54
12695         
12696         sync with HEAD
12697
12698         * AUTHORS
12699         * src/compose.c
12700                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12701                 patch by Tim Mann
12702
12703 2005-05-05 [paul]       1.9.6cvs53
12704
12705         * src/mainwindow.c
12706                 fix resizing of separate message and
12707                 folder views
12708
12709 2005-05-05 [paul]       1.9.6cvs52
12710
12711         * src/account.c
12712         * src/addrgather.c
12713         * src/browseldap.c
12714         * src/exphtmldlg.c
12715         * src/expldifdlg.c
12716         * src/importmutt.c
12717         * src/importpine.c
12718         * src/main.c
12719         * src/mainwindow.c
12720         * src/noticeview.c
12721         * src/prefs_filtering.c
12722         * src/prefs_filtering_action.c
12723         * src/prefs_matcher.c
12724         * src/prefs_spelling.c
12725         * src/prefs_toolbar.c
12726         * src/toolbar.c
12727         * src/wizard.c
12728         * src/gtk/description_window.c
12729         * src/gtk/gtkvscrollbutton.c
12730         * src/gtk/progressdialog.c
12731         * src/gtk/quicksearch.c
12732         * src/plugins/pgpmime/prefs_gpg.c
12733         * src/plugins/spamassassin/spamassassin_gtk.c
12734                 replace deprecated gtk_widget_set_usize
12735
12736 2005-05-04 [colin]      1.9.6cvs51
12737
12738         * src/common/utils.c
12739                 Fix crash when subst_for_filename is called
12740                 with a NULL parameter
12741
12742 2005-05-04 [colin]      1.9.6cvs50
12743
12744         * src/partial_download.c
12745         * src/pop.c
12746                 Escape login when writing uidl file
12747                 fixes bug #736
12748
12749 2005-05-03 [colin]      1.9.6cvs49
12750
12751         * src/procmime.c
12752                 Fix possible DOS in mime parser
12753                 (see bug #634)
12754
12755 2005-05-02 [colin]      1.9.6cvs48
12756
12757         * src/compose.c
12758                 Try to fix the copy/paste mess once again.
12759
12760
12761 2005-04-30 [colin]      1.9.6cvs47
12762
12763         * src/prefs_account.h
12764         * src/procmsg.c
12765         * src/send_message.c
12766         * src/common/smtp.c
12767         * src/common/smtp.h
12768                 Try to batch sending mails (per account) instead of
12769                 reconnecting to server every time.
12770
12771 2005-04-29 [colin]      1.9.6cvs46
12772
12773         * src/messageview.c
12774                 Fix window resizing that refused to size down
12775         * src/prefs_common.c
12776         * src/prefs_common.h
12777         * src/prefs_filtering.c
12778                 Save Filtering's window size
12779
12780 2005-04-21 [paul]       1.9.6cvs45
12781
12782         * ChangeLog-gtk2.claws
12783         * src/setup.c
12784                 correction to sync
12785
12786 2005-04-21 [paul]       1.9.6cvs44
12787
12788         sync with main:
12789
12790         * src/setup.c
12791         * src/statusbar.c
12792         * src/statusbar.h
12793                 use gtkut_widget_draw_now(). Improved performance
12794                 of the update of statusbar
12795         * src/textview.c
12796                 textview_smooth_scroll_do(): redraw it after scroll
12797                 is done (fixed incorrect display when a part of the
12798                 view is hidden).
12799         * src/gtk/gtkutils.c
12800         * src/gtk/gtkutils.h
12801                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12802                 to force update of widgets.
12803                 Removed gtkut_widget_wait_for_draw() which had a big
12804                 overhead  because of waiting for all events processed 
12805
12806 2005-04-20 [paul]       1.9.6cvs43
12807
12808         * src/codeconv.c
12809                 complete 1.9.6cvs42's sync:
12810                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12811
12812 2005-04-19 [paul]       1.9.6cvs42
12813
12814         sync with main:
12815
12816         * src/action.c
12817                 catch_output(): correctly select the insert text
12818                 (fix invalid iterator warnings).
12819         * src/codeconv.c
12820         * src/codeconv.h
12821         * src/mainwindow.c
12822         * src/messageview.c
12823         * src/prefs_common.c
12824                 support GBK encoding.
12825         * src/common/session.c
12826         * src/common/session.h
12827                 use separate buffer for large data to be sent,
12828                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12829
12830 2005-04-18 [paul]       1.9.6cvs41
12831
12832         * src/jpilot.c
12833                 convert unsigned long into guint32
12834                 patch by Paul LeoNerd Evans 
12835
12836 2005-04-17 [colin]      1.9.6cvs40
12837
12838         * src/compose.c
12839                 Fix 'Request return receipt' from folder
12840                 properties (bug #708)
12841
12842 2005-04-17 [colin]      1.9.6cvs39
12843
12844         * src/mainwindow.c
12845                 Fix duplicate hotkeys in Mainwindow's menu
12846
12847 2005-04-17 [colin]      1.9.6cvs38
12848
12849         * src/folderview.c
12850                 Fix duplicate hotkeys in Folderview's contextual
12851                 menu
12852
12853 2005-04-15 [colin]      1.9.6cvs37
12854
12855         * src/summaryview.c
12856                 Fix 'Save as...' with non-ascii filenames
12857
12858 2005-04-15 [colin]      1.9.6cvs36
12859
12860         * src/plugins/pgpmime/pgpmime.c
12861                 Fix bus error on 64bit. Spotted by 
12862                 macallan1888@gmail.com
12863
12864 2005-04-15 [colin]      1.9.6cvs35
12865
12866         * src/prefs_account.c
12867                 Fix cvs34.
12868
12869 2005-04-12 [colin]      1.9.6cvs34
12870
12871         * src/prefs_account.c
12872                 Fix smtp auth type off-by-one. We forgot to
12873                 add PLAIN in the prefs-to-gui setter func and
12874                 as a result, the selected auth when opening
12875                 account prefs was not the correct one.
12876
12877 2005-04-12 [paul]       1.9.6cvs33
12878
12879         * src/inc.c
12880                 if the recv dialog is visible, Cancel only
12881                 cancels the current account
12882
12883
12884 2005-04-10 [colin]      1.9.6cvs32
12885
12886         * src/filtering.c
12887                 Copy score when copying FilteringActions
12888                 Fix bug #674
12889
12890 2005-04-10 [colin]      1.9.6cvs31
12891
12892         * src/inc.c
12893                 Make Message -> Receive -> Cancel cancel 
12894                 incorporation on all accounts. Fixes
12895                 bug #693
12896
12897 2005-04-10 [colin]      1.9.6cvs30
12898
12899         * src/prefs_account.c
12900                 Update Privacy checkbuttons status based
12901                 on the selected privacy system
12902         * src/compose.c
12903                 Always connect the "None" privacy system; the
12904                 static boolean was probably there to avoid
12905                 reconnecting twice in the same compose window,
12906                 but as the parent function is only called once
12907                 per compose, it's only a bug - as a static is
12908                 initialized once per application instance.
12909                 Also, don't uncheck Sign and Encrypt when
12910                 selecting None as privacy system; just ignore
12911                 them when sending/queuing.
12912                 Should fix bug #695
12913
12914 2005-04-08 [colin]      1.9.6cvs29
12915
12916         * src/account.c
12917         * src/prefs_account.c
12918         * src/prefs_account.h
12919                 Add account preference to queue message in a certain
12920                 folder.
12921
12922 2005-04-06 [colin]      1.9.6cvs28
12923
12924         * src/prefs_account.c
12925                 Update old inbox path syntax
12926
12927 2005-04-06 [paul]       1.9.6cvs27
12928
12929         sync with main:
12930
12931         * configure.ac
12932                 changed -traditional-cpp to -no-cpp-precomp for newer
12933                 Mac OS X support
12934         * src/foldersel.c
12935                 made column resize automatically
12936         * src/send_message.c
12937                 send_message_smtp(): consider EOF right after QUIT
12938                 successful (workaround for Gmail SMTP server)
12939         * src/common/socket.c
12940                 ssl_read(), ssl_peek(): check EOF which violates the
12941                 SSL protocol
12942         * src/gtk/colorlabel.c
12943                 removed warnings when displaying colorlabel menu
12944                 (don't use GtkAlignment)
12945
12946 2005-04-05 [paul]       1.9.6cvs26
12947
12948         * src/plugins/trayicon/trayicon.c
12949                 fix clipping of icon under KDE3 
12950
12951 2005-04-05 [paul]       1.9.6cvs25
12952
12953         * src/summaryview.c
12954                 hide display of threading
12955                 patch by Alfons
12956
12957 2005-04-04 [thorsten]   1.9.6cvs24
12958
12959         * src/mh.c
12960                 marks lost on filesystems with different stat() results on
12961                 summer-/wintertime
12962
12963 2005-04-03 [colin]      1.9.6cvs23
12964
12965         * src/summaryview.c
12966                 Don't handle up/down. Patch by Alfons
12967
12968 2005-04-02 [colin]      1.9.6cvs22
12969
12970         * src/summaryview.c
12971                 Make scrolling faster. Patch by Alfons.
12972
12973 2005-04-01 [colin]      1.9.6cvs21
12974
12975         * src/Makefile.am
12976         * src/stock_pixmap.c
12977         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12978         * src/pixmaps/dir_noselect.xpm ** ADDED **
12979                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12980
12981 2005-04-01 [colin]      1.9.6cvs20
12982
12983         * src/image_viewer.c
12984         * src/image_viewer.h
12985         * src/procmime.c
12986         * src/procmime.h
12987         * src/textview.c
12988         * src/textview.h
12989                 Implement inline image resizing and right-clicking
12990
12991 2005-04-01 [paul]       1.9.6cvs19
12992
12993         * AUTHORS
12994         * Makefile.am
12995         * configure.ac
12996                 check for gnome2
12997                 patch by Luca Cavalli <loopback<AT>slackit.org>
12998         * po/ru.po
12999                 updated by Pavlo Bohmat
13000
13001 2005-03-31 [colin]      1.9.6cvs18
13002
13003         * src/news.c
13004                 Fix parsing references
13005         * src/msgcache.c
13006                 don't put nulls in the references list
13007         * src/procheader.c
13008                 commit that forgotten file in 1.9.6cvs14
13009
13010 2005-03-31 [colin]      1.9.6cvs17
13011
13012         * src/compose.c
13013                 Fix joining of signature separator again. 
13014                 Maybe Hiro could put it in main too...
13015
13016 2005-03-31 [colin]      1.9.6cvs16
13017
13018         * src/Makefile.am
13019         * src/foldersel.c
13020         * src/stock_pixmap.c
13021         * src/stock_pixmap.h
13022         * src/pixmaps/dir-noselect.xpm
13023                 Update foldersel.c (sync from main, patch by Alfons)
13024
13025 2005-03-30 [colin]      1.9.6cvs15
13026
13027         * src/imap.c
13028                 Fix handling of imap folders containing [] in 
13029                 their name. Thanks to Nahuel Angelinetti for
13030                 the detailed bugreport.
13031
13032 2005-03-30 [colin]      1.9.6cvs14
13033
13034         * src/common/utils.h
13035         * src/common/utils.c
13036         * src/common/defs.h
13037         * src/matcher.c
13038         * src/msgcache.c
13039         * src/news.c
13040         * src/procmsg.c
13041         * src/procmsg.h
13042         * src/quote_fmt_parse.y
13043         * src/summaryview.c
13044                 Update references system. Patch by Alfons
13045
13046 2005-03-30 [colin]      1.9.6cvs13
13047
13048         * src/common/socket.c
13049                 Force the glibc to read resolv.conf again when 
13050                 it has changed. Should fix issues when changing
13051                 networks on a laptop and not restarting sylpheed. 
13052
13053 2005-03-30 [paul]       1.9.6cvs12
13054
13055         partial sync with main:
13056
13057         * src/action.c
13058                 create_io_dialog(): use user-defined text font
13059                 (thanks to Alfons), and modified its appearance.
13060         * src/addrgather.c
13061         * src/addrharvest.c
13062         * src/browseldap.c
13063                 replace old code
13064         * src/compose.c
13065                 don't join (presumably) itemized lines on line-wrapping
13066                 fixed wrapping of quote when auto-wrapping is enabled
13067                 compose_destroy(): destroy paned only if it's not
13068                 attached to window. Fixed memory leak of popup menu.
13069         * src/exphtmldlg.c
13070         * src/expldifdlg.c
13071                 replace old code
13072         * src/html.c
13073         * src/html.h
13074         * src/importmutt.c
13075         * src/importpine.c
13076                 replace old code
13077         * src/main.c
13078                 removed redundant code
13079         * src/mainwindow.c
13080                 changed 'Code set' (which is rather incorrect)
13081                 in the menu to 'Character encoding'
13082                 main_window_set_widgets(): request size first
13083                 to prevent window size becoming wrong
13084                 fixed remembering of the state of the visibility
13085                 of MessageView
13086         * src/messageview.c
13087                 changed 'Code set' (which is rather incorrect)
13088                 in the menu to 'Character encoding'
13089         * src/prefs_common.c
13090         * src/prefs_common.h
13091                 added an option whether to render HTML as text or not
13092                 added separators to outgoing encoding menu
13093         * src/procheader.c
13094                 procheader_scan_date_string(): support header
13095                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13096         * src/summaryview.c
13097         * src/summaryview.h
13098                 minor code cleanup
13099         * src/textview.c
13100                 textview_show_html(): force output of newline
13101                 added an option whether to render HTML as text or not
13102         * src/common/utils.c
13103                 strncpy2(): optimized based on Alfons' code
13104         * src/gtk/gtkutils.c
13105         * src/gtk/gtkutils.h
13106                 removed non-used code
13107         * src/plugins/pgpmime/passphrase.c
13108                 partially fixed grab input of passphrase dialog
13109                 Confine pointer to window
13110
13111 2005-03-30 [colin]      1.9.6cvs11
13112
13113         * src/msgcache.c
13114         * src/msgcache.h
13115                 Read/write 32bit ints from cache & marks
13116                 From main.
13117
13118 2005-03-29 [paul]       1.9.6cvs10
13119
13120         * AUTHORS
13121         * ChangeLog.claws
13122         * src/compose.c
13123         * src/gtk/gtkaspell.c
13124                 sync with HEAD (don't pass NULL pointers) 
13125
13126 2005-03-24 [paul]
13127
13128         * tools/Makefile.am
13129         * tools/README
13130         * tools/acroread2sylpheed.pl
13131                 sync with HEAD (add script to send pdfs as
13132                 attachments from Adobe Reader 7)
13133
13134 2005-03-21 [paul]       1.9.6cvs9
13135
13136         * configure.ac
13137         * po/POTFILES.in
13138         * src/Makefile.am
13139         * src/crash.c
13140         * src/image_viewer.c ** ADDED **
13141         * src/image_viewer.h ** ADDED **
13142         * src/main.c
13143         * src/prefs_common.c
13144         * src/prefs_common.h
13145         * src/prefs_image_viewer.c ** ADDED **
13146         * src/prefs_image_viewer.h ** ADDED **
13147         * src/textview.c
13148         * src/gtk/about.c
13149         * src/pixmaps/sylpheed_logo.xpm
13150         * src/plugins/Makefile.am
13151         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13152         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13153         * src/plugins/image_viewer/plugin.c ** REMOVED **
13154         * src/plugins/image_viewer/viewer.c ** REMOVED **
13155         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13156         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13157         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13158         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13159         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13160                 as gdk-pixbuf is now built-in
13161                 remove image_viewer plugin and put code back into
13162                 main codebase
13163                 implement inline image display (sync with main)
13164
13165                 replace logo with newer, nicer, larger version  
13166
13167 2005-03-21 [paul]       1.9.6cvs8
13168
13169         * src/gtk/about.c
13170                 cosmetic improvement
13171
13172 2005-03-21 [holger]     1.9.6cvs7
13173
13174         * src/plugins/spamassassin/spamassassin.c
13175                 Sync with HEAD
13176                 (unregister hook on failed plugin init)
13177
13178 2005-03-20 [colin]      1.9.6cvs6
13179
13180         * src/common/plugin.c
13181                 Check that plugin isn't already loaded
13182                 Patch by Alfons
13183
13184 2005-03-20 [thorsten]   1.9.6cvs5
13185
13186         * src/compose.c
13187                 use a more compatible syntax
13188
13189 2005-03-20 [thorsten]   1.9.6cvs4
13190
13191         * src/prefs_toolbar.c
13192                 fix crash when selecting toolbar item (uninitialized pointer)
13193
13194 2005-03-20 [thorsten]   1.9.6cvs3
13195
13196         * src/procmime.c
13197                 fix mimetype detection (referenced free()d string)
13198
13199 2005-03-20 [paul]       1.9.6cvs2
13200
13201         * src/compose.c
13202                 sync with HEAD (1.0.3cvs5)
13203                 neglect Reply-To header if empty
13204                 Patch by Alfons 
13205
13206 2005-03-19 [holger]     1.9.6cvs1
13207
13208         * src/summaryview.c
13209         * src/summaryview.h
13210                 Sync with HEAD
13211
13212 2005-03-18 [paul]       1.9.6
13213
13214         initial GTK2 release
13215
13216 2005-03-18 [paul]       1.0.3cvs3.1
13217
13218         * AUTHORS
13219         * ChangeLog.claws
13220         * configure.ac
13221         * src/gtk/about.c
13222         * src/pixmaps/sylpheed_logo.xpm
13223                 sync with HEAD
13224
13225 2005-03-18 [colin]      1.0.3cvs2.6
13226
13227         * src/summaryview.c
13228                 Remove call to summary_step in summary_copy_selected_to
13229                 Can't see its purpose, and this causes bug when copying
13230                 a message if the next one is unread: it reads it.
13231
13232 2005-03-18 [paul]       1.0.3cvs2.5
13233
13234         * src/foldersel.c
13235                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13236
13237 2005-03-18 [paul]       1.0.3cvs2.4
13238
13239         * src/addrharvest.c
13240         * src/codeconv.c
13241         * src/codeconv.h
13242         * src/compose.c
13243         * src/news.c
13244         * src/procheader.c
13245         * src/procmime.c
13246         * src/unmime.c
13247         * src/unmime.h
13248                 fix buffer overflow, CAN-2005-0667, see
13249                 http://secunia.com/advisories/14491/
13250                 Patch by Alfons
13251
13252 2005-03-17 [colin]      1.0.3cvs2.3
13253
13254         * src/prefs_fonts.c
13255         * src/summaryview.c
13256                 Fix font bugs (both lists now officialy share 
13257                 the same font)
13258                 
13259
13260 2005-03-17 [paul]       1.0.3cvs2.2
13261
13262         * src/gtk/pluginwindow.c
13263                 make plugin descriptions uneditable
13264
13265 2005-03-11 [paul]       1.0.3cvs2.1
13266
13267         * ChangeLog.claws
13268         * configure.ac
13269         * po/POTFILES.in
13270         * src/plugins/trayicon/trayicon.c
13271                 sync with HEAD
13272                 add src/wizard.c to POTFILES.in
13273
13274 2005-03-11 [paul]       1.0.3cvs1.1
13275
13276         * ChangeLog
13277         * ChangeLog.claws
13278         * configure.ac
13279         * po/de.po
13280         * po/es.po
13281         * po/fr.po
13282         * po/it.po
13283         * po/pt_BR.po
13284         * po/ru.po
13285         * po/sk.po
13286         * po/sr.po
13287         * po/zh_CN.po
13288                 sync with HEAD
13289
13290 2005-03-04 [colin]      1.0.1cvs22.2
13291
13292         * src/compose.c
13293                 Fix signatures with accentued chars in it
13294
13295 2005-03-04 [colin]      1.0.1cvs22.1
13296
13297         * src/common/smtp.c
13298         * src/common/smtp.h
13299                 Don't use SIZE param in MAIL FROM: if server 
13300                 doesn't support it. Patch by Eugen Freiter
13301                 <eugen_f@users.sf.net>
13302
13303 2005-02-27 [paul]       1.0.1cvs20.1
13304
13305         * ChangeLog.claws
13306         * configure.ac
13307         * src/messageview.c
13308                 sync with HEAD
13309
13310 2005-02-27 [colin]      1.0.1cvs19.4
13311
13312         * src/procheader.c
13313         * src/procheader.h
13314                 Fix prototypes. Patch by Alfons
13315
13316 2005-02-27 [colin]      1.0.1cvs19.3
13317
13318         * src/compose.c
13319                 Don't auto-join the signature separator.
13320
13321 2005-02-26 [colin]      1.0.1cvs19.2
13322
13323         * src/summaryview.c
13324                 Fix 'mark all read' with collapsed threads.
13325                 Patch by Alfons.
13326
13327 2005-02-25 [paul]       1.0.1cvs19.1
13328
13329         * ChangeLog.claws
13330         * configure.ac
13331         * src/prefs_account.c
13332         * src/prefs_folder_item.c
13333         * src/gtk/prefswindow.c
13334         * src/gtk/prefswindow.h
13335                 sync with HEAD
13336
13337 2005-02-25 [paul]       1.0.1cvs15.12
13338
13339         * src/alertpanel.c
13340         * src/codeconv.c
13341         * src/compose.c
13342         * src/textview.c
13343         * src/gtk/gtkutils.c
13344         * src/gtk/gtkutils.h
13345         * src/gtk/logwindow.c
13346         * src/gtk/progressdialog.c
13347                 sync with main (revision 127)
13348                 and fix logwindow clipping
13349
13350 2005-02-24 [colin]      1.0.1cvs15.11
13351
13352         * src/plugins/pgpmime/passphrase.c
13353                 Disable input grabbing; it doesn't work yet.
13354
13355 2005-02-24 [colin]      1.0.1cvs15.10
13356
13357         * src/messageview.c
13358                 Don't send out receipts if offline. Ask.
13359
13360 2005-02-23 [colin]      1.0.1cvs15.9
13361
13362         * src/summaryview.c     
13363                 Fix expanding
13364
13365 2005-02-23 [colin]      1.0.1cvs15.8
13366
13367         * src/summaryview.c
13368                 Really fix Bug 568 by removing useless
13369                 calls. summary_thread_init() now called
13370                 in summary_sort(). This should please
13371                 Alfons as it should be faster than 
13372                 previously.
13373
13374 2005-02-23 [colin]      1.0.1cvs15.7
13375
13376         * src/compose.c
13377                 Encode parts as QP or B64 if signing
13378
13379 2005-02-23 [colin]      1.0.1cvs15.6
13380
13381         * src/compose.c
13382                 Fix Mimeinfo leakage (including tmp files)
13383         * src/procmsg.c
13384                 Fix tmp file leakage (spotted by Ivan Rayner)
13385
13386 2005-02-22 [colin]      1.0.1cvs15.5
13387
13388         * src/expldifdlg.c
13389                 Fix keyboard input. Patch by Alfons.
13390
13391 2005-02-21 [colin]      1.0.1cvs15.4
13392
13393         * src/compose.c
13394                 Fix Sign/Encrypt when unselecting privacy
13395                 system
13396         * src/prefs_common.c
13397                 Change default message font to Monospace
13398         * src/summaryview.c
13399                 More freezing during potentially large operations
13400
13401 2005-02-21 [paul]       1.0.1cvs15.3
13402
13403         * src/main.c
13404                 fix --help output
13405
13406 2005-02-21 [paul]       1.0.1cvs15.2
13407
13408         * po/Makefile.in.in
13409         * src/compose.c
13410         * src/summaryview.c
13411         * src/textview.c
13412         * src/common/utils.c
13413         * src/common/utils.h
13414                 sync with main (revision 117)
13415
13416 2005-02-20 [colin]      1.0.1cvs15.1
13417
13418         * src/common/defs.h
13419                 Change cache file to .sylpheed_claws_cache, as
13420                 suggested by Alfons. Allows people to switch
13421                 between Sylpheed and Sylpheed-Claws. it is
13422                 a good idea to "Check for new messages" at next
13423                 startup.
13424
13425
13426 2005-02-18 [colin]      1.0.1cvs14.1
13427
13428         * src/quote_fmt_lex.l
13429         * src/quote_fmt_parse.y
13430                 Fix parser initialisation. Patch by Ivan.
13431
13432 2005-02-18 [colin]      1.0.1cvs11.6
13433
13434         * src/folderview.c
13435                 Fix scrolldown (bug 662)
13436
13437 2005-02-17 [colin]      1.0.1cvs11.5
13438
13439         * src/codeconv.c
13440                 conv_filename_to_utf8: return clean 7bit instead
13441                 of broken utf8 if needed
13442         * src/mimeview.c
13443                 Fix display of parts with unclean 8bit names
13444
13445 2005-02-17 [paul]       1.0.1cvs11.4
13446
13447         * src/compose.c
13448         * src/exportldif.c
13449         * src/matcher_parser_parse.y
13450         * src/procmime.c
13451         * src/sourcewindow.c
13452         * src/common/Makefile.am
13453         * src/common/intl.h             ** REMOVED **
13454         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13455                 sync with main (revision 109)
13456                 and clean up
13457
13458 2005-02-16 [colin]      1.0.1cvs11.3
13459
13460         * src/summaryview.c
13461                 Fix collapsed thread not highlighting when new
13462                 messages in it (Bug 568) Patch by Stephan Sachse.
13463                 Fix messed up selection when reaching bounds (Bug 632)
13464         * src/prefs_themes.c
13465                 Fix theme installing (Bug 684)
13466
13467 2005-02-16 [colin]      1.0.1cvs11.2
13468
13469         * src/messageview.c
13470                 Fix messageview_select_all
13471
13472 2005-02-16 [colin]      1.0.1cvs11.1
13473
13474         * src/mh.c
13475                 Sync with HEAD (MH scan required function)
13476
13477 2005-02-15 [colin]      1.0.1cvs8.1
13478
13479         * src/mimeview.c
13480         * src/common/utils.c
13481                 Sync with HEAD (filename chars substitution)
13482
13483 2005-02-15 [colin]      1.0.1cvs7.3
13484
13485         * src/gtk/pluginwindow.c
13486                 Fix button spacing
13487
13488 2005-02-15 [colin]      1.0.1cvs7.2
13489
13490         * src/mimeview.c
13491                 Fix mime icons not reset across message when
13492                 scrolled down
13493
13494 2005-02-15 [colin]      1.0.1cvs7.1
13495
13496         * src/compose.c
13497         * src/procmime.c
13498                 Sync with HEAD (optimisation of cvs6)
13499
13500 2005-02-14 [colin]      1.0.1cvs6.1
13501
13502         * src/compose.c
13503         * src/procmime.c
13504                 Sync with HEAD (encode "From " at line beginning)
13505
13506 2005-02-14 [colin]      1.0.1cvs5.3
13507
13508         * src/compose.c
13509                 Fix wrapping with accentued chars.
13510
13511 2005-02-13 [colin]      1.0.1cvs5.2
13512
13513         * src/textview.c
13514                 Fix email informative part parsing with
13515                 accentued chars in it. ispunct() returns
13516                 true for them in utf8...
13517
13518 2005-02-12 [colin]      1.0.1cvs5.1
13519
13520         * src/filtering.c
13521                 Sync with HEAD (remove wrong use of compose after send)
13522
13523 2005-02-12 [paul]       1.0.1cvs4.5
13524
13525         * src/textview.c
13526                 remove unnecessary code (thanks to Alfons)
13527
13528 2005-02-12 [paul]       1.0.1cvs4.4
13529
13530         * src/textview.c
13531                 add 'Copy' to contextual menu on emails
13532
13533 2005-02-11 [colin]      1.0.1cvs4.3
13534
13535         * src/compose.c
13536                 revert 1.0.0cvs28.2, it doesn't work that well.
13537
13538 2005-02-11 [paul]       1.0.1cvs4.2
13539
13540         * po/Makefile.in.in
13541                 fix 'make release'
13542
13543 2005-02-10 [paul]       1.0.1cvs4.1
13544
13545         * ChangeLog
13546         * ChangeLog.claws
13547         * ChangeLog.jp
13548         * configure.ac
13549         * src/compose.c
13550                 sync with HEAD (sync with main)
13551
13552 2005-02-10 [paul]       1.0.1cvs3.2
13553
13554         * AUTHORS
13555         * Makefile.am
13556         * autogen.sh
13557         * configure.ac
13558         * config/mkinstalldirs
13559         * intl/.cvsignore
13560         * intl/ChangeLog
13561         * intl/VERSION
13562         * intl/bindtextdom.c
13563         * intl/config.charset
13564         * intl/dcgettext.c
13565         * intl/dcigettext.c
13566         * intl/dcngettext.c
13567         * intl/dgettext.c
13568         * intl/dngettext.c
13569         * intl/eval-plural.h
13570         * intl/explodename.c
13571         * intl/finddomain.c
13572         * intl/gettext.c
13573         * intl/gettextP.h
13574         * intl/gmo.h
13575         * intl/hash-string.h
13576         * intl/intl-compat.c
13577         * intl/l10nflist.c
13578         * intl/libgnuintl.h.in
13579         * intl/loadinfo.h
13580         * intl/loadmsgcat.c
13581         * intl/localcharset.c
13582         * intl/localcharset.h
13583         * intl/locale.alias
13584         * intl/localealias.c
13585         * intl/localename.c
13586         * intl/log.c
13587         * intl/ngettext.c
13588         * intl/os2compat.c
13589         * intl/os2compat.h
13590         * intl/osdep.c
13591         * intl/plural-exp.c
13592         * intl/plural-exp.h
13593         * intl/plural.c
13594         * intl/plural.y
13595         * intl/ref-add.sin
13596         * intl/ref-del.sin
13597         * intl/relocatable.c
13598         * intl/relocatable.h
13599         * intl/textdomain.c
13600         * m4/Makefile.am
13601         * po/Makefile.in.in
13602         * src/Makefile.am
13603         * src/account.c
13604         * src/action.c
13605         * src/addr_compl.c
13606         * src/addressadd.c
13607         * src/addressbook.c
13608         * src/addrgather.c
13609         * src/addrindex.c
13610         * src/alertpanel.c
13611         * src/browseldap.c
13612         * src/codeconv.c
13613         * src/codeconv.h
13614         * src/compose.c
13615         * src/compose.h
13616         * src/crash.c
13617         * src/editaddress.c
13618         * src/editbook.c
13619         * src/editgroup.c
13620         * src/editjpilot.c
13621         * src/editldap.c
13622         * src/editldap_basedn.c
13623         * src/editvcard.c
13624         * src/exphtmldlg.c
13625         * src/expldifdlg.c
13626         * src/export.c
13627         * src/exporthtml.c
13628         * src/filtering.c
13629         * src/folder.c
13630         * src/folder_item_prefs.c
13631         * src/foldersel.c
13632         * src/folderview.c
13633         * src/grouplistdialog.c
13634         * src/headerview.c
13635         * src/imap.c
13636         * src/imap_gtk.c
13637         * src/import.c
13638         * src/importldif.c
13639         * src/importmutt.c
13640         * src/importpine.c
13641         * src/inc.c
13642         * src/ldif.c
13643         * src/main.c
13644         * src/mainwindow.c
13645         * src/matcher.c
13646         * src/mbox.c
13647         * src/message_search.c
13648         * src/messageview.c
13649         * src/mh.c
13650         * src/mh_gtk.c
13651         * src/mimeview.c
13652         * src/msgcache.c
13653         * src/news.c
13654         * src/news_gtk.c
13655         * src/noticeview.c
13656         * src/partial_download.c
13657         * src/pop.c
13658         * src/prefs_account.c
13659         * src/prefs_actions.c
13660         * src/prefs_common.c
13661         * src/prefs_customheader.c
13662         * src/prefs_display_header.c
13663         * src/prefs_ext_prog.c
13664         * src/prefs_filtering.c
13665         * src/prefs_filtering_action.c
13666         * src/prefs_folder_item.c
13667         * src/prefs_fonts.c
13668         * src/prefs_gtk.c
13669         * src/prefs_matcher.c
13670         * src/prefs_msg_colors.c
13671         * src/prefs_spelling.c
13672         * src/prefs_summary_column.c
13673         * src/prefs_template.c
13674         * src/prefs_themes.c
13675         * src/prefs_toolbar.c
13676         * src/prefs_wrapping.c
13677         * src/privacy.c
13678         * src/procheader.c
13679         * src/procmime.c
13680         * src/procmsg.c
13681         * src/quote_fmt.c
13682         * src/recv.c
13683         * src/send_message.c
13684         * src/setup.c
13685         * src/sourcewindow.c
13686         * src/ssl_manager.c
13687         * src/statusbar.c
13688         * src/summary_search.c
13689         * src/summaryview.c
13690         * src/textview.c
13691         * src/toolbar.c
13692         * src/wizard.c
13693         * src/common/nntp.c
13694         * src/common/plugin.c
13695         * src/common/smtp.c
13696         * src/common/ssl.c
13697         * src/common/ssl_certificate.c
13698         * src/common/string_match.c
13699         * src/common/sylpheed.c
13700         * src/common/template.c
13701         * src/common/utils.c
13702         * src/gtk/about.c
13703         * src/gtk/colorlabel.c
13704         * src/gtk/description_window.c
13705         * src/gtk/filesel.c
13706         * src/gtk/foldersort.c
13707         * src/gtk/gtkaspell.c
13708         * src/gtk/gtkutils.c
13709         * src/gtk/inputdialog.c
13710         * src/gtk/logwindow.c
13711         * src/gtk/menu.c
13712         * src/gtk/pluginwindow.c
13713         * src/gtk/prefswindow.c
13714         * src/gtk/progressdialog.c
13715         * src/gtk/quicksearch.c
13716         * src/gtk/sslcertwindow.c
13717         * src/plugins/clamav/clamav_plugin.c
13718         * src/plugins/clamav/clamav_plugin_gtk.c
13719         * src/plugins/demo/demo.c
13720         * src/plugins/dillo_viewer/dillo_prefs.c
13721         * src/plugins/dillo_viewer/dillo_viewer.c
13722         * src/plugins/image_viewer/plugin.c
13723         * src/plugins/image_viewer/viewer.c
13724         * src/plugins/image_viewer/viewerprefs.c
13725         * src/plugins/mathml_viewer/mathml_viewer.c
13726         * src/plugins/pgpmime/passphrase.c
13727         * src/plugins/pgpmime/plugin.c
13728         * src/plugins/pgpmime/prefs_gpg.c
13729         * src/plugins/pgpmime/select-keys.c
13730         * src/plugins/pgpmime/sgpgme.c
13731         * src/plugins/spamassassin/spamassassin.c
13732         * src/plugins/spamassassin/spamassassin_gtk.c
13733         * src/plugins/trayicon/trayicon.c
13734                 sync with main (revision 104)
13735
13736 2005-02-10 [colin]      1.0.1cvs3.1
13737
13738         * src/mainwindow.c
13739                 Sync with HEAD (fix occasional crasher)
13740
13741 2005-02-10 [colin]      1.0.1cvs2.1
13742
13743         * src/messageview.c
13744                 Synw with HEAD (don't automatically display html)
13745
13746 2005-02-09 [colin]      1.0.1cvs1.3
13747
13748         * src/textview.c
13749         * src/textview.h
13750                 Add contextual menu on emails
13751
13752 2005-02-09 [colin]      1.0.1cvs1.2
13753
13754         * src/codeconv.c
13755                 Fix converting from broken headers and 
13756                 put back the _ in missing places
13757                 (feature broke with cvs24.2 sync, main 
13758                  possibly affected?)
13759
13760 2005-02-09 [colin]      1.0.1cvs1.1
13761
13762         * src/messageview.c
13763         * src/mimeview.c
13764         * src/mimeview.h
13765                 Sync with HEAD (display non text/plain mails with plugin)
13766
13767 2005-02-08 [colin]      1.0.1.1
13768
13769         * ChangeLog.claws
13770         * po/pt_BR.po
13771                 Sync with HEAD
13772         * configure.ac
13773                 Make default configuration directory 
13774                 be .sylpheed-gtk2
13775
13776 2005-02-08 [colin]      1.0.0cvs29.1
13777
13778         * po/de.po
13779         * po/es.po
13780         * po/fr.po
13781         * po/it.po
13782         * po/sk.po
13783         * po/sr.po
13784                 Sync translations with HEAD
13785
13786 2005-02-06 [colin]      1.0.0cvs28.3
13787
13788         * src/compose.c
13789                 Make compose a bit faster - patch by Alfons.
13790
13791 2005-02-06 [colin]      1.0.0cvs28.2
13792
13793         * src/compose.c
13794                 Make pasting via middle-click more reliable
13795
13796 2005-02-05 [paul]       1.0.0cvs28.1
13797
13798         * ChangeLog
13799         * ChangeLog.claws
13800         * ChangeLog.jp
13801         * configure.ac
13802         * src/compose.c
13803                 sync with HEAD
13804                 (fix bug 682 'redirect is broken'
13805
13806 2005-02-05 [torte]      1.0.0cvs27.1
13807
13808         * ChangeLog.claws
13809         * configure.ac
13810         * src/partial_download.c
13811                 Sync with HEAD (fix buf overflow)
13812
13813 2005-02-03 [colin]      1.0.0cvs26.1
13814
13815         * src/common/plugin.c
13816                 Sync with HEAD (avoid plugin mismatches)
13817
13818 2005-02-03 [paul]       1.0.0cvs25.3
13819
13820         * src/folderview.c
13821         * src/headerview.c
13822         * src/summaryview.c
13823         * src/textview.c
13824         * src/gtk/colorlabel.c
13825                 third and final part of initial sync with main-gtk2
13826
13827 2005-02-03 [paul]       1.0.0cvs25.2
13828
13829         * src/jpilot.c
13830                 fix building with jpilot support
13831
13832 2005-02-02 [colin]      1.0.0cvs25.1
13833
13834         * src/messageview.c
13835                 Sync with HEAD (fix dangerous typo)
13836
13837 2005-02-01 [colin]      1.0.0cvs24.3
13838
13839         * src/common/xml.c
13840                 Write file as advertised (UTF-8)
13841
13842 2005-02-01 [paul]       1.0.0cvs24.2
13843
13844         * src/addrbook.c
13845         * src/addrindex.c
13846         * src/alertpanel.h
13847         * src/codeconv.c
13848         * src/codeconv.h
13849         * src/compose.c
13850         * src/export.c
13851         * src/folder_item_prefs.c
13852         * src/html.c
13853         * src/imap.c
13854         * src/import.c
13855         * src/jpilot.c
13856         * src/mainwindow.c
13857         * src/matcher_parser_lex.l
13858         * src/messageview.c
13859         * src/mh.c
13860         * src/prefs_account.c
13861         * src/prefs_actions.c
13862         * src/prefs_common.c
13863         * src/prefs_gtk.c
13864         * src/prefs_gtk.h
13865         * src/prefs_themes.c
13866         * src/procheader.c
13867         * src/procmime.c
13868         * src/sourcewindow.c
13869         * src/statusbar.c
13870         * src/summaryview.c
13871         * src/textview.c
13872         * src/toolbar.c
13873         * src/unmime.c
13874         * src/common/template.c
13875         * src/common/utils.c
13876         * src/common/xml.c
13877         * src/common/xml.h
13878         * src/gtk/gtkaspell.c
13879         * src/plugins/clamav/clamav_plugin.c
13880         * src/plugins/dillo_viewer/dillo_prefs.c
13881         * src/plugins/image_viewer/viewerprefs.c
13882         * src/plugins/pgpmime/passphrase.c
13883         * src/plugins/pgpmime/prefs_gpg.c
13884         * src/plugins/pgpmime/select-keys.c
13885         * src/plugins/spamassassin/spamassassin.c
13886                 second part of initial sync with main-gtk2
13887                 (more to follow)
13888
13889 2005-01-31 [colin]      1.0.0cvs24.1
13890
13891         * src/compose.c
13892                 Sync with HEAD
13893
13894 2005-01-29 [paul]       1.0.0cvs23.2
13895
13896         * src/account.c
13897         * src/action.c
13898         * src/addressadd.c
13899         * src/addressbook.c
13900         * src/alertpanel.c
13901         * src/compose.c
13902         * src/editaddress.c
13903         * src/editbook.c
13904         * src/editgroup.c
13905         * src/editjpilot.c
13906         * src/editldap.c
13907         * src/editldap_basedn.c
13908         * src/editvcard.c
13909         * src/export.c
13910         * src/foldersel.c
13911         * src/grouplistdialog.c
13912         * src/import.c
13913         * src/importldif.c
13914         * src/inc.c
13915         * src/main.c
13916         * src/mainwindow.c
13917         * src/message_search.c
13918         * src/messageview.c
13919         * src/mimeview.c
13920         * src/prefs_actions.c
13921         * src/prefs_common.c
13922         * src/prefs_common.h
13923         * src/prefs_customheader.c
13924         * src/prefs_display_header.c
13925         * src/prefs_filtering.c
13926         * src/prefs_filtering_action.c
13927         * src/prefs_gtk.c
13928         * src/prefs_matcher.c
13929         * src/prefs_summary_column.c
13930         * src/prefs_template.c
13931         * src/sourcewindow.c
13932         * src/summary_search.c
13933         * src/summaryview.c
13934         * src/textview.c
13935         * src/gtk/about.c
13936         * src/gtk/description_window.c
13937         * src/gtk/gtkshruler.c
13938         * src/gtk/gtkutils.c
13939         * src/gtk/gtkutils.h
13940         * src/gtk/inputdialog.c
13941         * src/gtk/logwindow.c
13942         * src/gtk/prefswindow.c
13943         * src/gtk/progressdialog.c
13944         * src/gtk/progressdialog.h
13945                 first part of initial sync with main-gtk2
13946                 (more to follow)
13947
13948 2005-01-28 [colin]      1.0.0cvs23.1
13949
13950         * src/folderview.c
13951                 Sync with HEAD
13952
13953 2005-01-27 [colin]      1.0.0cvs21.1
13954
13955         * src/folder.c
13956         * src/folderview.c
13957                 Sync with HEAD
13958
13959 2005-01-27 [colin]      1.0.0cvs19.1
13960
13961         * src/procmime.c
13962                 Sync with HEAD
13963
13964 2005-01-27 [colin]      1.0.0cvs18.1
13965
13966         * src/messageview.c
13967         * src/summaryview.c
13968         * src/mainwindow.c
13969         * src/compose.c
13970         * src/compose.h
13971         * src/procmsg.c
13972         * src/procmsg.h
13973         * src/toolbar.c
13974                 Sync with HEAD
13975
13976 2005-01-26 [paul]       1.0.0cvs15.2
13977
13978         * src/compose.c
13979                 compose_entries_set(): convert subject and body to
13980                 utf8 if necessary. patch by Felix Eckhofer
13981
13982 2005-01-26 [paul]       1.0.0cvs15.1
13983
13984         * configure.ac
13985         * src/common/template.c
13986                 sync with HEAD (fix memory leak)
13987
13988 2005-01-25 [paul]       1.0.0cvs14.1
13989
13990         * configure.ac
13991         * src/compose.c
13992                 sync with HEAD
13993
13994 2005-01-24 [colin]      1.0.0cvs13.1
13995
13996         * src/summaryview.c
13997                 Sync with HEAD
13998
13999 2005-01-24 [paul]       1.0.0cvs12.1
14000
14001         * configure.ac
14002         * src/messageview.c
14003         * src/mh.c
14004         * src/common/utils.c
14005                 sync with HEAD
14006
14007 2005-01-24 [colin]      1.0.0cvs11.1
14008
14009         * src/procheader.c
14010                 Sync with HEAD
14011
14012 2005-01-24 [colin]      1.0.0cvs10.1
14013
14014         * src/folderview.c
14015                 Sync with HEAD
14016
14017 2005-01-23 [colin]      1.0.0cvs9.1
14018
14019         * src/crash.c
14020                 Sync with HEAD
14021
14022 2005-01-22 [colin]      1.0.0cvs8.1
14023
14024         * src/summaryview.c
14025         * src/gtk/quicksearch.c
14026                 Sync with HEAD
14027
14028 2005-01-21 [colin]      1.0.0cvs7.1
14029
14030         * src/summaryview.c
14031                 Sync with HEAD
14032
14033 2005-01-21 [colin]      1.0.0cvs6.1
14034
14035         * src/summaryview.c
14036                 Sync with HEAD
14037
14038 2005-01-21 [colin]      1.0.0cvs5.1
14039
14040         * src/gtk/quicksearch.c
14041         * src/prefs_common.c
14042         * src/prefs_common.h
14043                 Sync with HEAD (recurse option)
14044
14045 2005-01-21 [colin]      1.0.0cvs4.1
14046
14047         * src/folder.h
14048         * src/folderview.c
14049         * src/folderview.h
14050         * src/summaryview.c
14051         * src/gtk/quicksearch.c
14052         * src/gtk/quicksearch.h
14053                 Sync with HEAD (recursive quicksearch)
14054
14055 2005-01-20 [colin]      1.0.0cvs3.4
14056
14057         * src/ssl_manager.c
14058                 Remove useless code
14059
14060 2005-01-20 [colin]      1.0.0cvs3.3
14061
14062         * src/ssl_manager.c
14063                 Fix leak, thanks to Alfons.
14064
14065 2005-01-20 [colin]      1.0.0cvs3.2
14066
14067         * src/ssl_manager.c
14068                 Port SSL certificate window to GTK2.
14069
14070 2005-01-20 [paul]       1.0.0cvs3.1
14071
14072         * ChangeLog.claws
14073         * configure.ac
14074         * src/addrindex.c
14075         * src/addrindex.h
14076                 sync with HEAD
14077
14078 2005-01-19 [colin]      1.0.0cvs2.2
14079
14080         * src/plugins/trayicon/trayicon.c
14081                 Fix freeze with gtk-2.6, the easy way
14082                 (signal blocking helpless there...)
14083                 Closes bug #668.
14084
14085 2005-01-19 [colin]      1.0.0cvs2.1
14086
14087         * src/mbox.c
14088         * src/mbox.h
14089         * src/mainwindow.c
14090         * src/summaryview.c
14091         * src/summaryview.h
14092                 Sync with HEAD
14093
14094 2005-01-19 [paul]       1.0.0cvs1.1
14095
14096         * configure.ac
14097         * po/de.po
14098         * po/es.po
14099         * po/fr.po
14100         * po/hr.po
14101         * po/it.po
14102         * po/ja.po
14103         * po/ko.po
14104         * po/pt_BR.po
14105         * po/ru.po
14106         * po/sk.po
14107         * po/sr.po
14108                 sync with HEAD (update translations)
14109
14110 2005-01-18 [colin]      1.0.0cvs0.1
14111
14112         * src/foldersel.c
14113                 Specify search column - patch by Alfons
14114
14115 2005-01-18 [colin]      0.9.13cvs36.3
14116
14117         * src/prefs_toolbar.c
14118                 Change Delete to Remove
14119         * src/prefs_fonts.c
14120                 GTK2 version and leak fixes
14121         * src/prefs_actions.c
14122                 Add stock buttons.
14123                 All patches by Alfons
14124
14125 2005-01-17 [colin]      0.9.13cvs36.2
14126
14127         * src/compose.c
14128                 Fix DnD inserting twice. While at it,
14129                 add DnD support for text/plain in the
14130                 body, and add support in the headers.
14131
14132 2005-01-16 [colin]      0.9.13cvs36.1
14133
14134         * ChangeLog
14135         * ChangeLog.jp
14136         * ChangeLog.claws
14137                 Sync with HEAD (nothing applicable)
14138
14139 2005-01-16 [colin]      0.9.13cvs33.2
14140
14141         * src/prefs_toolbar.c
14142                 GTK2ize prefs_toolbar, by Alfons.
14143
14144 2005-01-14 [colin]      0.9.13cvs33.1
14145
14146         * src/html.c
14147         * src/msgcache.c
14148                 Sync with HEAD
14149
14150 2005-01-14 [colin]      0.9.13cvs32.1
14151
14152         * src/html.c
14153         * src/html.h
14154         * src/msgcache.c
14155         * AUTHORS
14156         * tools/calypso_convert.pl
14157                 Sync with HEAD
14158
14159 2005-01-08 [colin]      0.9.13cvs29.2
14160
14161         * src/prefs_filtering_action.c
14162         * src/prefs_filtering.c
14163                 2 more gtk2 patches by Alfons
14164
14165 2005-01-07 [paul]       0.9.13cvs29.1
14166
14167         * ChangeLog
14168         * ChangeLog.claws
14169         * ChangeLog.jp
14170         * configure.ac
14171         * src/pop.c
14172         * src/pop.h
14173                 sync with HEAD
14174
14175 2005-01-07 [colin]      0.9.13cvs28.3
14176
14177         * src/gtk/progressdialog.c
14178         * src/gtk/progressdialog.h
14179         * src/inc.c
14180         * src/send_message.c
14181                 GTK2 for the incorporation dialog. The CList isn't dead
14182                 yet, for a more smooth migration. Patch by Alfons.
14183
14184 2005-01-06 [colin]      0.9.13cvs28.2
14185
14186         * src/prefs_display_header.c
14187                 GTK2 conversion by Alfons
14188         * src/prefs_actions.c
14189         * src/prefs_matcher.c
14190                 Fix 2 leaks - patch by Alfons
14191
14192 2005-01-06 [colin]      0.9.13cvs28.1
14193
14194         * src/prefs_matcher.c
14195                 Sync with HEAD
14196
14197 2005-01-06 [colin]      0.9.13cvs27.4
14198
14199         * src/prefs_matcher.c
14200                 Fix double-free. Patch by Alfons
14201
14202 2005-01-06 [colin]      0.9.13cvs27.3
14203
14204         * src/prefs_matcher.c
14205                 GTK2 widgets + memleak
14206                 Patch by Alfons
14207
14208 2005-01-05 [colin]      0.9.13cvs27.2
14209
14210         * src/account.c
14211         * src/addr_compl.c
14212         * src/foldersel.c
14213         * src/stock_pixmap.c
14214         * src/stock_pixmap.h
14215                 3 more GTK2 patches by Alfons.
14216
14217 2005-01-04 [colin]      0.9.13cvs27.1
14218
14219         * src/folderview.c
14220         * src/imap_gtk.c
14221         * src/news_gtk.c
14222                 Sync with HEAD
14223
14224 2005-01-04 [colin]      0.9.13cvs25.9
14225
14226         * src/compose.c
14227                 Fix Show Ruler menuitem
14228         * src/prefs_template.c
14229                 Convert to GTK2
14230         * src/common/utils.c
14231                 Make auto pointer stuff handles NULLs
14232                 Patches by Alfons.
14233
14234 2005-01-04 [colin]      0.9.13cvs25.8
14235
14236         * src/compose.c
14237                 Move the attachment list to gtk2
14238                 Patch by Alfons.
14239
14240 2005-01-04 [colin]      0.9.13cvs25.7
14241
14242         * src/textview.c
14243                 Make some keys work again
14244                 Patch by SungHyun Nam <namsh@kldp.org>
14245
14246 2005-01-04 [colin]      0.9.13cvs25.6
14247
14248         * src/gtk/gtkshruler.c
14249                 Move the ruler to GTK2
14250                 Patch by Alfons
14251
14252 2005-01-03 [colin]      0.9.13cvs25.5
14253
14254         * src/compose.c
14255                 Fix my broken patch apply 
14256
14257 2005-01-03 [colin]      0.9.13cvs25.4
14258
14259         * src/common/utils.c
14260         * src/common/utils.h
14261         * src/gtk/prefswindow.c
14262                 Move auto pointer stuff to utils.c
14263                 Patch by Alfons again :)
14264
14265 2005-01-03 [colin]      0.9.13cvs25.3
14266
14267         * src/compose.c
14268         * src/prefs_gtk.c
14269         * src/prefs_template.c
14270         * src/textview.c
14271                 Empty text widgets with empty strings, not NULL char
14272                 Patch by SungHyun Nam <namsh@kldp_org>
14273
14274 2005-01-03 [colin]      0.9.13cvs25.2
14275
14276         * src/main.c
14277         * AUTHORS
14278                 Sync with HEAD
14279
14280 2005-01-03 [colin]      0.9.13cvs25.1
14281
14282         * src/pop.c
14283         * src/pop.h
14284                 Sync with HEAD
14285
14286 2005-01-03 [colin]      0.9.13cvs24.3
14287
14288         * src/account.c
14289                 Two patches from Alfons and Alex S Moore:
14290                 fix images, fix return value.
14291
14292 2005-01-01 [colin]      0.9.13cvs24.2
14293
14294         * src/prefs_actions.c
14295                 Fix over-zealous assertion. Patch by Alfons
14296
14297 2005-01-01 [colin]      0.9.13cvs24.1
14298
14299         * src/procmime.c
14300                 Sync with HEAD (leak fix)
14301
14302 2004-12-31 [colin]      0.9.13cvs23.2
14303
14304         * src/prefs_common.c
14305                 GTK2 widgets + stock buttons - patch by Alfons
14306
14307 2004-12-31 [paul]       0.9.13cvs23.1
14308
14309         * configure.ac
14310                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14311         * src/gtk/pluginwindow.c
14312                 use GTK2 widgets and plug memory leaks,
14313                 patches by Alfons
14314
14315 2004-12-30 [colin]      0.9.13cvs22.4
14316
14317         * src/account.c
14318         * src/action.c
14319         * src/export.c
14320         * src/foldersel.c
14321         * src/import.c
14322         * src/message_search.c
14323         * src/prefs_actions.c
14324         * src/prefs_common.c
14325         * src/prefs_customheader.c
14326         * src/prefs_filtering.c
14327         * src/prefs_summary_column.c
14328         * src/summary_search.c
14329         * src/gtk/about.c
14330         * src/gtk/description_window.c
14331         * src/gtk/gtkutils.c
14332         * src/gtk/gtkutils.h
14333         * src/gtk/inputdialog.c
14334         * src/gtk/prefswindow.c
14335                 Use GTK2 stock buttons. Patches by Alfons.
14336
14337 2004-12-30 [colin]      0.9.13cvs22.3
14338
14339         * src/account.c
14340                 Sync with HEAD
14341         * src/prefs_actions.c
14342         * src/prefs_customheader.c
14343         * src/prefs_filtering.c
14344         * src/prefs_msg_colors.c
14345         * src/prefs_summary_column.c
14346         * src/gtk/prefswindow.c
14347                 Use GtkTreeView instead of deprecated 
14348                 widgets. Patches by Alfons.
14349
14350 2004-12-30 [paul]       0.9.13cvs22.2
14351
14352         * src/foldersel.c
14353                 use GTK 2 Tree View
14354                 patch by Alfons, with root folder sorting fix
14355                 by Stephan Sachse
14356
14357 2004-12-30 [paul]       0.9.13cvs22.1
14358
14359         * ChangeLog
14360         * ChangeLog.claws
14361         * ChangeLog.jp
14362         * NEWS
14363         * configure.ac
14364         * src/account.c
14365                 sync with HEAD
14366
14367 2004-12-22 [martin]     0.9.13cvs21.2
14368
14369         * src/action.c
14370                 free the command line after its use
14371
14372 2004-12-18 [paul]       0.9.13cvs21.1
14373
14374         * AUTHORS
14375         * ChangeLog
14376         * ChangeLog.claws
14377         * ChangeLog.jp
14378         * NEWS
14379         * configure.ac
14380         * src/action.c
14381         * src/compose.c
14382         * src/syldap.c
14383                 sync with HEAD
14384
14385 2004-12-17 [martin]     0.9.13cvs17.2
14386
14387         * src/action.c
14388                 convert actions input to locale
14389         * src/inc.c
14390                 convert notification command to locale
14391         * src/plugins/pgpmime/select-keys.c
14392                 convert attributes to utf8
14393
14394 2004-12-14 [colin]      0.9.13cvs17.1
14395
14396         * ChangeLog
14397         * ChangeLog.jp
14398         * ChangeLog.claws
14399         * src/action.c
14400         * src/common/utils.c
14401         * src/gtk/prefswindow.c
14402         * src/gtk/gtkutils.c
14403         * src/gtk/gtkutils.h
14404         * src/plugins/spamassassin/libspamc.c
14405                 Sync with HEAD
14406
14407 2004-12-13 [colin]      0.9.13cvs14.1
14408
14409         * src/quote_fmt_parse.y
14410                 Sync with HEAD
14411
14412 2004-12-10 [colin]      0.9.13cvs12.1
14413
14414         * src/prefs_themes.c
14415         * src/mainwindow.c
14416         * src/messageview.c
14417                 Sync with HEAD
14418
14419 2004-12-09 [colin]      0.9.13cvs10.1
14420
14421         * src/procmime.c
14422                 Sync with HEAD (fix B64 encoding from memory)
14423
14424 2004-12-08 [colin]      0.9.13cvs9.1
14425
14426         * src/gtk/colorlabel.c
14427                 Sync with HEAD
14428
14429 2004-12-08 [paul]       0.9.13cvs8.2
14430
14431         * src/gtk/pluginwindow.c
14432                 fix window resizing oddities
14433
14434 2004-12-08 [colin]      0.9.13cvs8.1
14435
14436         * src/quote_fmt_parse.y
14437                 Sync with HEAD
14438
14439 2004-12-08 [colin]      0.9.13cvs7.1
14440
14441         * src/matcher_parser_parse.y
14442         * src/msgcache.c
14443         * src/prefs_matcher.c
14444         * src/procheader.c
14445         * src/matcher.c
14446         * src/common/defs.h
14447         * po/sr.po
14448                 Sync with HEAD
14449
14450 2004-12-08 [colin]      0.9.13cvs6.1
14451
14452         * src/quote_fmt_parse.y
14453         * src/textview.c
14454                 Sync with HEAD
14455         * src/gtk/prefswindow.c
14456         * src/gtk/pluginwindow.c
14457                 Fix G_CALLBACKS protos (thanks to Alfons)
14458
14459 2004-12-07 [torte]      0.9.13cvs2.2
14460
14461         * src/procmime.c
14462                 [Bug 650] reply button causes crash
14463                 Thanks to David Relson and Christoph
14464
14465 2004-12-07 [colin]      0.9.13cvs2.1
14466
14467         * ChangeLog.claws
14468         * AUTHORS
14469         * po/sk.po
14470         * src/procmime.c
14471         * src/prefs_account.c
14472         * src/common/smtp.c
14473         * src/common/smtp.h
14474                 Sync with HEAD
14475
14476 2004-12-06 [colin]      0.9.12cvs187.1
14477
14478         * ChangeLog.claws
14479         * INSTALL
14480         * Makefile.am
14481         * README.claws
14482         * TODO.claws
14483         * configure.ac
14484         * po/bg.po
14485         * po/cs.po
14486         * po/el.po
14487         * po/en_GB.po
14488         * po/es.po
14489         * po/fr.po
14490         * po/hr.po
14491         * po/hu.po
14492         * po/it.po
14493         * po/ja.po
14494         * po/ko.po
14495         * po/nl.po
14496         * po/pl.po
14497         * po/pt_BR.po
14498         * po/ru.po
14499         * po/sk.po
14500         * po/sr.po
14501         * po/sv.po
14502         * po/zh_CN.po
14503         * po/zh_TW.Big5.po
14504         * src/compose.c
14505         * tools/Makefile.am
14506         * tools/README
14507         * tools/filter_conv.pl
14508         * tools/kdeservicemenu/README
14509         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14510         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14511                 Sync with HEAD
14512
14513 2004-12-04 [colin]      0.9.12cvs183.1
14514
14515         * src/compose.c
14516                 Sync with HEAD (compose window position saving)
14517
14518 2004-12-04 [paul]       0.9.12cvs182.3
14519
14520         * src/messageview.c
14521         * src/mimeview.c
14522         * src/prefs_customheader.c
14523         * src/gtk/quicksearch.c
14524                 replace some forgotten GTK_SIGNAL_FUNCs
14525
14526 2004-12-04 [paul]       0.9.12cvs182.2
14527
14528         * src/Makefile.am
14529                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14530                 committed in error      
14531
14532 2004-12-04 [paul]       0.9.12cvs182.1
14533
14534         * ChangeLog
14535         * ChangeLog.claws
14536         * ChangeLog.jp
14537         * INSTALL
14538         * NEWS
14539         * README
14540         * README.jp
14541         * configure.ac
14542         * doc/manual/ja/Makefile.am
14543         * doc/manual/ja/sylpheed-1.html
14544         * doc/manual/ja/sylpheed-10.html
14545         * doc/manual/ja/sylpheed-11.html
14546         * doc/manual/ja/sylpheed-12.html
14547         * doc/manual/ja/sylpheed-13.html
14548         * doc/manual/ja/sylpheed-14.html
14549         * doc/manual/ja/sylpheed-15.html
14550         * doc/manual/ja/sylpheed-16.html
14551         * doc/manual/ja/sylpheed-17.html
14552         * doc/manual/ja/sylpheed-18.html
14553         * doc/manual/ja/sylpheed-19.html
14554         * doc/manual/ja/sylpheed-2.html
14555         * doc/manual/ja/sylpheed-20.html
14556         * doc/manual/ja/sylpheed-3.html
14557         * doc/manual/ja/sylpheed-4.html
14558         * doc/manual/ja/sylpheed-5.html
14559         * doc/manual/ja/sylpheed-6.html
14560         * doc/manual/ja/sylpheed-7.html
14561         * doc/manual/ja/sylpheed-8.html
14562         * doc/manual/ja/sylpheed-9.html
14563         * doc/manual/ja/sylpheed.html
14564         * doc/manual/ja/sylpheed.sgml
14565         * po/de.po
14566         * src/Makefile.am
14567         * src/compose.c
14568         * src/procmime.c
14569         * src/pixmaps/regular.xpm **REMOVED**
14570         * src/plugins/pgpmime/pgpmime.c
14571         * src/plugins/pgpmime/plugin.c
14572         * src/plugins/pgpmime/prefs_gpg.c
14573                 sync with HEAD
14574
14575 2004-12-03 [paul]       0.9.12cvs180.1
14576
14577         * ChangeLog
14578         * ChangeLog.claws
14579         * ChangeLog.jp
14580         * configure.ac
14581         * src/Makefile.am
14582         * src/pop.c
14583         * src/common/utils.c
14584         * src/common/utils.h
14585         * src/pixmaps/continue.xpm
14586         * src/pixmaps/dir_close.xpm
14587         * src/pixmaps/dir_open.xpm
14588         * src/pixmaps/drafts_close.xpm
14589         * src/pixmaps/drafts_open.xpm
14590         * src/pixmaps/folder.xpm **REMOVED**
14591         * src/pixmaps/group.xpm
14592         * src/pixmaps/unread.xpm
14593                 sync with HEAD
14594
14595 2004-12-02 [colin]      0.9.12cvs179.1
14596
14597         * src/compose.c
14598                 Sync with HEAD (non-duplicated reedition)
14599
14600 2004-12-02 [colin]      0.9.12cvs178.1
14601
14602         * src/compose.c
14603                 Sync with HEAD (linewrap_quote fix)
14604
14605 2004-12-01 [colin]      0.9.12cvs177.3
14606
14607         * src/addrharvest.c
14608                 Replace sizeof with strlen
14609
14610 2004-12-01 [paul]       0.9.12cvs177.2
14611
14612         * src/addrharvest.c
14613                 fix 'harvest addresses'
14614
14615 2004-11-30 [colin]      0.9.12cvs177.1
14616
14617         * src/gtk/prefswindow.c
14618         * src/gtk/pluginwindow.c
14619                 Sync with HEAD
14620
14621 2004-11-29 [colin]      0.9.12cvs176.1
14622
14623         * src/folderview.c
14624                 sync with HEAD (Fix disappearing separators in folderview's popup)
14625
14626 2004-11-29 [colin]      0.9.12cvs175.1
14627
14628         * src/procmime.c
14629                 Sync with head (another format fix)
14630
14631 2004-11-29 [colin]      0.9.12cvs174.1
14632
14633         * src/pop.c
14634                 Sync with HEAD (format string fix)
14635
14636 2004-11-26 [colin]      0.9.12cvs173.1
14637
14638         * src/common/smtp.c
14639         * src/common/smtp.h
14640                 Sync with HEAD
14641
14642 2004-11-24 [colin]      0.9.12cvs172.1
14643
14644         * src/plugins/pgpmime/pgpmime.c
14645                 Sync with HEAD
14646
14647 2004-11-24 [colin]      0.9.12cvs171.1
14648
14649         * src/plugins/pgpmime/pgpmime.c
14650                 Sync with head (gpgmectx leaks)
14651
14652 2004-11-24 [colin]      0.9.12cvs169.1
14653
14654         * src/plugins/pgpmime/plugin.c
14655         * src/plugins/trayicon/Makefile.am
14656         * src/plugins/trayicon/newmarkedmail.xpm
14657         * src/plugins/trayicon/trayicon.c
14658         * src/plugins/trayicon/unreadmarkedmail.xpm
14659                 Sync with HEAD
14660
14661 2004-11-23 [colin]      0.9.12cvs168.1
14662
14663         * src/partial_download.c
14664         * src/partial_download.h
14665         * src/plugins/pgpmime/plugin.c
14666                 Sync with HEAD
14667
14668 2004-11-23 [colin]      0.9.12cvs166.1
14669
14670         * src/Makefile.am
14671         * src/codeconv.c
14672         * src/compose.c
14673         * src/folderview.c
14674         * src/main.c
14675         * src/partial_download.c
14676         * src/partial_download.h
14677         * src/prefs_account.c
14678         * src/prefs_account.h
14679         * src/privacy.c
14680         * src/privacy.h
14681         * src/procmime.c
14682         * src/common/Makefile.am
14683         * src/common/base64.h
14684         * src/common/partial_download.c
14685         * src/common/partial_download.h
14686         * src/gtk/prefswindow.c
14687         * src/gtk/prefswindow.h
14688         * src/plugins/pgpmime/pgpmime.c
14689         * src/plugins/pgpmime/prefs_gpg.c
14690         * src/plugins/pgpmime/prefs_gpg.h
14691         * src/plugins/pgpmime/sgpgme.c
14692         * src/plugins/pgpmime/sgpgme.h
14693                 Sync with HEAD
14694
14695 2004-11-23 [colin]      0.9.12cvs163.1
14696
14697         * src/main.c
14698                 Sync with HEAD (cursor optimization)
14699
14700 2004-11-23 [colin]      0.9.12cvs162.1
14701
14702         * src/prefs_common.c
14703         * src/prefs_themes.c
14704         * src/procmsg.c
14705                 Sync with HEAD
14706
14707 2004-11-23 [colin]      0.9.12cvs158.9
14708
14709         * src/compose.c
14710                 Fix double-free when forwarding
14711         * src/msgcache.c
14712                 Fix leak on error path
14713                 
14714
14715 2004-11-23 [colin]      0.9.12cvs158.8
14716
14717         * src/compose.c
14718                 Fix possible double-free
14719                 Spotted by Alfons
14720
14721 2004-11-23 [colin]      0.9.12cvs158.7
14722
14723         * src/compose.c
14724                 Fix some signal handlers' prototypes
14725                 Spotted by Alfons
14726
14727 2004-11-22 [colin]      0.9.12cvs158.6
14728
14729         * src/compose.c
14730                 Remove unneeded code and duplicated
14731                 wrapping - patch by Alfons
14732
14733 2004-11-22 [colin]      0.9.12cvs158.5
14734
14735         * src/prefs_themes.c
14736                 Fix oversized selector
14737
14738 2004-11-22 [colin]      0.9.12cvs158.4
14739
14740         * src/compose.c
14741                 fix dump_text()
14742                 patch by Alfons
14743
14744 2004-11-19 [colin]      0.9.12cvs158.3
14745
14746         * src/textview.c
14747                 Add a context menu on links (open, copy)
14748
14749 2004-11-18 [paul]       0.9.12cvs158.2
14750
14751         * src/addrgather.c
14752         * src/exphtmldlg.c
14753         * src/expldifdlg.c
14754         * src/mimeview.c
14755         * src/prefs_common.c
14756         * src/plugins/image_viewer/viewer.c
14757         * src/plugins/spamassassin/spamassassin_gtk.c
14758                 replace deprecated gtk_notebook_set_page
14759                 and gtk_notebook_current_page
14760
14761 2004-11-18 [paul]       0.9.12cvs158.1
14762
14763         * configure.ac
14764         * src/compose.c
14765         * src/mainwindow.c
14766         * src/messageview.c
14767         * src/prefs_common.c
14768         * src/common/utils.c
14769         * src/common/utils.h
14770                 sync with HEAD
14771
14772 2004-11-17 [colin]      0.9.12cvs156.1
14773
14774         * src/prefs_account.c
14775         * src/prefs_account.h
14776         * src/procmsg.c
14777                 Sync with HEAD (add pref to store encrypted mails encrypted)
14778
14779 2004-11-17 [paul]       0.9.12cvs155.1
14780
14781         * ChangeLog
14782         * ChangeLog.claws
14783         * ChangeLog.jp
14784         * NEWS
14785         * configure.ac
14786         * src/compose.c
14787         * src/jpilot.c
14788         * src/privacy.c
14789         * src/procmime.c
14790         * src/procmime.h
14791         * src/procmsg.c
14792         * src/toolbar.c
14793         * src/pixmaps/error.xpm
14794                 sync with HEAD
14795
14796 2004-11-17 [colin]      0.9.12cvs151.1
14797
14798         * src/plugins/pgpmime/pgpmime.c
14799                 Sync with HEAD (remove debug printf)
14800
14801 2004-11-17 [colin]      0.9.12cvs150.1
14802
14803         * src/plugins/pgpmime/pgpmime.c
14804                 Sync with HEAD (off-by-one fix)
14805
14806 2004-11-17 [colin]      0.9.12cvs149.1
14807
14808         * src/procmsg.c
14809                 Sync with HEAD (coding style fixes)
14810
14811 2004-11-16 [colin]      0.9.12cvs148.1
14812
14813         * src/procmsg.c
14814                 Sync with head (Fix the fix)
14815
14816 2004-11-16 [colin]      0.9.12cvs147.1
14817
14818         * src/procmsg.c
14819                 Sync with Main (leak fix)
14820
14821 2004-11-16 [colin]      0.9.12cvs146.14
14822
14823         * src/compose.c
14824                 Remove useless chunk of code
14825                 Patch by Alfons
14826
14827 2004-11-15 [colin]      0.9.12cvs146.13
14828
14829         * src/compose.c
14830                 Fix drafting after insertion
14831                 Patch by Alfons
14832
14833 2004-11-15 [colin]      0.9.12cvs146.12
14834
14835         * src/compose.c
14836         * src/prefs_filtering.c
14837         * src/prefs_filtering_action.c
14838         * src/prefs_toolbar.c
14839                 Fix some const-correctness
14840
14841 2004-11-15 [colin]      0.9.12cvs146.11
14842
14843         * src/summaryview.c
14844         * src/prefs_themes.c
14845         * src/messageview.c
14846                 Fix some leaks
14847
14848 2004-11-15 [colin]      0.9.12cvs146.10
14849
14850         * src/codeconv.c
14851                 More unreadable locale fixes
14852
14853 2004-11-14 [colin]      0.9.12cvs146.9
14854
14855         * src/textview.c
14856                 Fix uri_security_check
14857                 Patch by Alfons
14858
14859 2004-11-13 [paul]       0.9.12cvs146.8
14860
14861         * src/folder.c
14862         * src/procmime.c
14863                 fix 2 bugs introduced in last commit
14864
14865 2004-11-13 [paul]       0.9.12cvs146.7
14866
14867         * src/compose.c
14868         * src/exporthtml.c
14869         * src/exportldif.c
14870         * src/folder.c
14871         * src/imap.c
14872         * src/imap_gtk.c
14873         * src/main.c
14874         * src/mainwindow.c
14875         * src/messageview.c
14876         * src/mh_gtk.c
14877         * src/prefs_themes.c
14878         * src/procmime.c
14879         * src/setup.c
14880         * src/summaryview.c
14881                 replace deprecated g_basename
14882
14883 2004-11-13 [paul]       0.9.12cvs146.6
14884
14885         * src/compose.c
14886         * src/imap.c
14887         * src/matcher_parser.h
14888         * src/matcher_parser_parse.y
14889         * src/prefs_filtering.c
14890         * src/prefs_filtering_action.c
14891         * src/prefs_themes.c
14892         * src/prefs_toolbar.c
14893         * src/common/utils.c
14894                 various small fixes/cleanups
14895
14896 2004-11-12 [colin]      0.9.12cvs146.5
14897
14898         * src/textview.c
14899                 Validate event's origin on visibility notify
14900                 Patch by Alfons.
14901
14902 2004-11-12 [paul]       0.9.12cvs146.4
14903
14904         * src/exporthtml.c
14905         * src/exportldif.c
14906         * src/imap.c
14907         * src/mh.c
14908         * src/mimeview.c
14909         * src/prefs_spelling.c
14910         * src/prefs_themes.c
14911                 replace deprecated g_dirname    
14912
14913 2004-11-12 [colin]      0.9.12cvs146.3
14914
14915         * src/textview.c
14916                 Some coding style fixes
14917
14918 2004-11-12 [colin]      0.9.12cvs146.2
14919
14920         * src/codeconv.c
14921                 We want to replace _all_ extended chars in
14922                 conv_unreadable_*, because any string containing
14923                 extended chars not parsing as UTF8 is 
14924                 undisplayed on gtk2.
14925
14926 2004-11-12 [paul]       0.9.12cvs146.1
14927
14928         * ChangeLog
14929         * ChangeLog.claws
14930         * ChangeLog.jp
14931         * NEWS
14932         * configure.ac
14933         * src/account.c
14934         * src/folderview.c
14935         * src/folderview.h
14936         * src/imap.c
14937         * src/imap_gtk.c
14938         * src/inc.c
14939         * src/mainwindow.c
14940         * src/mh_gtk.c
14941         * src/news_gtk.c
14942         * src/pop.c
14943         * src/prefs_account.c
14944         * src/prefs_account.h
14945         * src/prefs_ext_prog.c
14946         * src/procmime.c
14947         * src/procmime.h
14948         * src/procmsg.c
14949         * src/procmsg.h
14950         * src/summary_search.c
14951         * src/summaryview.c
14952         * src/textview.c
14953         * src/common/defs.h
14954         * src/common/utils.c
14955         * src/common/utils.h
14956         * src/gtk/menu.c
14957         * src/gtk/menu.h
14958                 sync with HEAD
14959
14960 2004-11-11 [colin]      0.9.12cvs144.2
14961
14962         * src/textview.c
14963                 Fix URI range selection (patch by Alfons)
14964
14965 2004-11-09 [colin]      0.9.12cvs144.1
14966
14967         * ChangeLog.claws
14968         * src/compose.c
14969         * src/folder.c
14970         * src/folder_item_prefs.c
14971         * src/prefs_account.c
14972         * src/prefs_account.h
14973         * src/plugins/pgpmime/pgpmime.c
14974                 Sync with HEAD
14975
14976 2004-11-08 [colin]      0.9.12cvs143.1
14977
14978         * src/summaryview.c
14979                 Sync with HEAD (optimize quicksearch)
14980
14981 2004-11-08 [colin]      0.9.12cvs142.2
14982
14983         * src/compose.c
14984                 Don't wrap when Edit/Auto wrapping is disabled
14985
14986 2004-11-08 [colin]      0.9.12cvs142.1
14987
14988         * src/textview.c
14989                 Sync with HEAD
14990
14991 2004-11-08 [colin]      0.9.12cvs141.1
14992
14993         * src/textview.c
14994                 Sync with HEAD (fix some mail URIs)
14995
14996 2004-11-08 [colin]      0.9.12cvs140.3
14997
14998         * src/textview.c
14999                 o Use text cursor instead of arrow when
15000                   not on a link
15001                 o Fix handling of contiguous links (as in
15002                   "colin@colino.net" <colin@colino.net>)
15003                   This one unveils a bug in get_email_part()
15004
15005 2004-11-07 [colin]      0.9.12cvs140.2
15006
15007         * src/textview.c
15008                 Fix memleak. Patch by Alfons.
15009
15010 2004-11-06 [colin]      0.9.12cvs140.1
15011
15012         * src/compose.c
15013                 Sync with HEAD (don't ask passphrase
15014                 when drafting)
15015
15016 2004-11-06 [paul]       0.9.12cvs139.2
15017
15018         * AUTHORS
15019         * src/textview.c
15020         * src/textview.h
15021                 textview URI handling. hovering over a 
15022                 link displays it in the status bar,
15023                 and changes the mouse pointer to a hand 
15024                 cursor. a link is activated with a single 
15025                 click. (Modified from the) patch by Jean-Yves 
15026                 Lefort <jylefort@users.sourceforge.net>
15027                 
15028
15029 2004-11-05 [colin]      0.9.12cvs139.1
15030
15031         * src/compose.c
15032         * src/procmime.c
15033                 Sync with HEAD again ^^
15034
15035 2004-11-05 [colin]      0.9.12cvs139.1
15036
15037         * src/compose.c
15038         * src/procmime.c
15039                 Sync with HEAD
15040
15041 2004-11-03 [paul]       0.9.12cvs138.1
15042
15043         * ChangeLog.claws
15044         * configure.ac
15045         * po/POTFILES.in
15046         * src/prefs_ext_prog.c
15047         * src/procmime.c
15048         * tools/kdeservicemenu/README
15049         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15050         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15051                 sync with HEAD
15052
15053 2004-11-01 [christoph]  0.9.12cvs136.2
15054
15055         * src/procmime.c
15056                 convert MIME parameters to UTF-8
15057
15058 2004-10-29 [colin]      0.9.12cvs136.1
15059
15060         * src/common/utils.c
15061                 Sync with HEAD (don't use '=' in mime boundary)
15062
15063 2004-10-29 [paul]       0.9.12cvs135.1
15064
15065         * configure.ac
15066         * doc/src/rfc2231.txt
15067         * src/procmime.c
15068         * src/common/quoted-printable.c
15069         * src/common/utils.c
15070         * src/common/utils.h
15071                 sync with HEAD
15072
15073 2004-10-27 [paul]       0.9.12cvs134.1
15074
15075         * configure.ac
15076         * src/main.c
15077         * src/procmime.c
15078         * src/plugins/pgpmime/pgpmime.c
15079                 sync with HEAD
15080
15081 2004-10-26 [paul]       0.9.12cvs132.3
15082
15083         * src/account.c
15084         * src/addressbook.c
15085         * src/addrgather.c
15086         * src/addrharvest.c
15087         * src/codeconv.c
15088         * src/compose.c
15089         * src/customheader.c
15090         * src/editaddress.c
15091         * src/editgroup.c
15092         * src/enriched.c
15093         * src/expldifdlg.c
15094         * src/exporthtml.c
15095         * src/exportldif.c
15096         * src/folder.c
15097         * src/foldersel.c
15098         * src/folderview.c
15099         * src/grouplistdialog.c
15100         * src/html.c
15101         * src/imap.c
15102         * src/jpilot.c
15103         * src/ldapserver.c
15104         * src/ldif.c
15105         * src/mimeview.c
15106         * src/news.c
15107         * src/news_gtk.c
15108         * src/pop.c
15109         * src/prefs_display_header.c
15110         * src/prefs_gtk.c
15111         * src/prefs_msg_colors.c
15112         * src/prefs_toolbar.c
15113         * src/procheader.c
15114         * src/procmime.c
15115         * src/summaryview.c
15116         * src/textview.c
15117         * src/toolbar.c
15118         * src/vcard.c
15119         * src/common/mgutils.c
15120         * src/common/nntp.c
15121         * src/common/smtp.c
15122         * src/common/template.c
15123         * src/common/utils.c
15124         * src/common/xmlprops.c
15125         * src/plugins/pgpmime/pgpmime.c
15126         * src/plugins/pgpmime/select-keys.c
15127         * src/plugins/pgpmime/sgpgme.c
15128                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15129                 g_string_sprintfa(), gtk_notebook_current_page()
15130
15131 2004-10-26 [colin]      0.9.12cvs132.2
15132
15133         * src/prefs_folder_item.c
15134                 Fix default-account selection
15135
15136 2004-10-21 [colin]      0.9.12cvs133
15137
15138         * src/compose.c
15139                 Sync with HEAD (Remove extra separator in compose's Options)
15140         * src/textview.c
15141                 Set wrapping to char
15142
15143 2004-10-21 [paul]       0.9.12cvs131.2
15144
15145         * src/compose.c
15146         * src/sourcewindow.c
15147                 fix wrapping
15148                 fix window shrinking 
15149
15150 2004-10-21 [colin]      0.9.12cvs131.1
15151
15152         * ChangeLog.claws
15153         * src/compose.c
15154                 Sync with HEAD
15155
15156 2004-10-21 [paul]       0.9.12cvs130.2
15157
15158         * src/prefs_folder_item.c
15159                 sync with HEAD (Apply to subfolders)
15160
15161 2004-10-19 [colin]      0.9.12cvs130.1
15162
15163         * ChangeLog.claws
15164         * src/compose.c
15165         * src/common/utils.c
15166         * src/gtk/menu.c
15167                 Sync with HEAD
15168
15169 2004-10-19 [colin]      0.9.12cvs128.1
15170
15171         * src/addrbook.c
15172         * src/addrcache.c
15173         * src/addressbook.c
15174         * src/codeconv.c
15175         * src/compose.c
15176         * src/customheader.c
15177         * src/editaddress.c
15178         * src/editgroup.c
15179         * src/exporthtml.c
15180         * src/folder.c
15181         * src/folderview.c
15182         * src/imap.c
15183         * src/jpilot.c
15184         * src/main.c
15185         * src/matcher_parser_parse.y
15186         * src/mbox.c
15187         * src/pop.c
15188         * src/prefs_account.c
15189         * src/prefs_gtk.c
15190         * src/prefs_msg_colors.c
15191         * src/procheader.c
15192         * src/procmime.c
15193         * src/procmime.h
15194         * src/procmsg.c
15195         * src/summaryview.c
15196         * src/textview.c
15197         * src/common/base64.c
15198         * src/common/partial_download.c
15199         * src/common/socket.c
15200         * src/common/sylpheed.c
15201         * src/common/utils.c
15202         * src/common/utils.h
15203         * src/gtk/pluginwindow.c
15204         * src/gtk/quicksearch.c
15205         * src/plugins/clamav/clamav_plugin.c
15206         * src/plugins/clamav/clamav_plugin.h
15207         * src/plugins/clamav/clamav_plugin_gtk.c
15208         * src/plugins/pgpmime/passphrase.c
15209         * src/plugins/pgpmime/pgpmime.c
15210         * src/plugins/pgpmime/plugin.c
15211         * src/plugins/pgpmime/prefs_gpg.c
15212         * src/plugins/pgpmime/prefs_gpg.h
15213         * src/plugins/pgpmime/select-keys.c
15214         * src/plugins/pgpmime/sgpgme.c
15215         * src/plugins/spamassassin/libspamc.c
15216         * src/plugins/spamassassin/spamassassin.c
15217         * src/plugins/spamassassin/spamassassin.h
15218         * src/plugins/spamassassin/spamassassin_gtk.c
15219         * src/plugins/trayicon/trayicon.c
15220         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15221                 Sync with HEAD
15222
15223 2004-10-14 [colin]      0.9.12cvs126.2
15224
15225         * src/codeconv.c
15226         * src/textview.c
15227                 Fix conv_unreadable_locale
15228
15229 2004-10-13 [colin]      0.9.12cvs126.1
15230
15231         * src/compose.c
15232                 Sync with HEAD (don't convert charset for 
15233                 drafted messages, minor cleanup)
15234
15235 2004-10-13 [colin]      0.9.12cvs125.1
15236
15237         * po/POTFILES.in
15238                 Sync with HEAD (POTFILES fix)
15239
15240 2004-10-12 [colin]      0.9.12cvs124.3
15241
15242         * src/compose.c
15243                 Fix encoding bug from latest sync
15244
15245 2004-10-12 [paul]       0.9.12cvs124.2
15246
15247         * src/plugins/pgpmime/prefs_gpg.c
15248         * src/plugins/pgpmime/prefs_gpg.h
15249                 forgotten in last commit        
15250
15251 2004-10-12 [paul]       0.9.12cvs124.1
15252
15253         * ChangeLog.claws
15254         * configure.ac
15255         * m4/spamassassin.m4
15256         * src/Makefile.am
15257         * src/account.c
15258         * src/compose.c
15259         * src/compose.h
15260         * src/crash.c
15261         * src/main.c
15262         * src/mimeview.c
15263         * src/passphrase.c
15264         * src/passphrase.h
15265         * src/prefs_account.c
15266         * src/prefs_account.h
15267         * src/prefs_common.c
15268         * src/privacy.c
15269         * src/privacy.h
15270         * src/procmime.c
15271         * src/procmime.h
15272         * src/procmsg.c
15273         * src/rfc2015.c
15274         * src/rfc2015.h
15275         * src/select-keys.c
15276         * src/select-keys.h
15277         * src/textview.c
15278         * src/common/utils.c
15279         * src/common/utils.h
15280         * src/gtk/about.c
15281         * src/plugins/pgpmime/Makefile.am
15282         * src/plugins/pgpmime/passphrase.c
15283         * src/plugins/pgpmime/passphrase.h
15284         * src/plugins/pgpmime/pgpmime.c
15285         * src/plugins/pgpmime/plugin.c
15286         * src/plugins/pgpmime/select-keys.c
15287         * src/plugins/pgpmime/select-keys.h
15288         * src/plugins/pgpmime/sgpgme.c
15289         * src/plugins/pgpmime/sgpgme.h
15290                 sync with HEAD
15291
15292 2004-10-04 [colin]      0.9.12cvs122.1
15293
15294         * src/mainwindow.c
15295         * src/messageview.c
15296         * src/messageview.h
15297         * src/textview.c
15298                 Sync with HEAD
15299
15300 2004-10-04 [colin]      0.9.12cvs121.1
15301
15302         * src/summaryview.c
15303                 Sync with HEAD
15304
15305 2004-10-04 [paul]       0.9.12cvs120.1
15306
15307         * configure.ac
15308                 sync with HEAD [don't try to build 
15309                 pgpmime plugin when gpgme is disabled]
15310
15311 2004-10-03 [colin]      0.9.12cvs119.3
15312
15313         * src/gtk/gtksctree.c
15314                 Lots of side effects. Put back as before 117.2.
15315         * src/summaryview.c
15316                 Fix bug #602
15317
15318 2004-10-03 [colin]      0.9.12cvs119.2
15319
15320         * src/gtk/gtksctree.c
15321                 Revert 608 fix that doesn't work that good
15322
15323 2004-10-02 [colin]      0.9.12cvs119.1
15324
15325         * src/mainwindow.c
15326         * src/messageview.c
15327         * src/prefs_common.h
15328         * src/procmime.c
15329         * src/procmime.h
15330         * src/textview.c
15331                 Sync with HEAD
15332         * src/gtk/gtksctree.c
15333                 Close bug #608
15334
15335 2004-10-01 [colin]      0.9.12cvs118.1
15336
15337         * src/mimeview.c
15338                 Sync with HEAD (better Save All fix)
15339
15340 2004-10-01 [colin]      0.9.12cvs117.2
15341
15342         * src/gtk/gtksctree.c
15343                 Faster on selection
15344
15345 2004-10-01 [colin]      0.9.12cvs117.1
15346
15347         * src/mimeview.c
15348                 Sync with HEAD (Save All: only attachments)
15349
15350 2004-10-01 [paul]       0.9.12cvs116.1
15351
15352         * ChangeLog.claws
15353         * configure.ac
15354         * src/account.c
15355         * src/prefs_common.c
15356         * src/gtk/colorlabel.c
15357                 sync with HEAD
15358
15359 2004-09-30 [colin]      0.9.12cvs115.1
15360
15361         * src/stock_pixmap.c
15362         * src/stock_pixmap.h
15363         * src/folderview.c
15364         * src/Makefile.am
15365         * src/pixmaps/read.xpm
15366                 Sync with HEAD (new pixmap)
15367
15368 2004-09-29 [colin]      0.9.12cvs114.1
15369
15370         * src/compose.c
15371                 Sync with HEAD
15372                 Fix focus handling in headers
15373
15374 2004-09-29 [paul]       0.9.12cvs113.1
15375
15376         * src/quote_fmt_parse.y
15377                 sync with HEAD
15378  
15379
15380 2004-09-28 [colin]      0.9.12cvs112.1
15381
15382         * src/folderview.c
15383         * src/mainwindow.c
15384                 Sync with HEAD
15385
15386 2004-09-28 [colin]      0.9.12cvs110.1
15387
15388         * src/folderview.c
15389                 Sync with HEAD (Contextual Empty trash menu)
15390
15391 2004-09-28 [colin]      0.9.12cvs108.1
15392
15393         * src/addressbook.c
15394                 Sync with HEAD (addressbook edit on double-click)
15395
15396 2004-09-28 [colin]      0.9.12cvs106.1
15397
15398         * src/inc.c
15399                 Sync with HEAD (folder_item freeze on inc)
15400
15401 2004-09-27 [colin]      0.9.12cvs105.1
15402
15403         * src/folderview.c
15404                 Sync with HEAD (right-align new and unread column)
15405
15406 2004-09-27 [colin]      0.9.12cvs104.1
15407
15408         * src/main.c
15409                 Sync with HEAD (revert 0.9.12cvs101)
15410
15411 2004-09-24 [colin]      0.9.12cvs103.2
15412
15413         * src/wizard.c
15414                 Fix gtk warnings and use domain part of the email address 
15415                 when domain detection fails (no dot in domain name)
15416
15417 2004-09-23 [colin]      0.9.12cvs103.1
15418
15419         * src/plugins/spamassassin/libspamc.c
15420         * src/plugins/spamassassin/libspamc.h
15421         * src/plugins/spamassassin/utils.c
15422         * src/plugins/spamassassin/utils.h
15423                 Sync with HEAD (Update spamassassin to 3.0)
15424
15425 2004-09-21 [colin]      0.9.12cvs102.3
15426
15427         * src/action.c
15428                 Add horizontal scrollbar in action io dialog as needed
15429                 Patch by Alfons.
15430
15431 2004-09-20 [colin]      0.9.12cvs102.2
15432
15433         * src/plugins/image_viewer/viewer.c
15434                 Remove imlib stuff
15435                 use gtk_pixmap_set when clearing
15436                 (would be better to use gtkImages, but causes size-allocate 
15437                 signals storm)
15438
15439 2004-09-17 [paul]       0.9.12cvs102.1
15440
15441         * ChangeLog
15442         * ChangeLog.claws
15443         * ChangeLog.jp
15444         * configure.ac
15445         * src/inc.c
15446                 sync with HEAD
15447
15448
15449 2004-09-17 [colin]      0.9.12cvs101.1
15450
15451         * ChangeLog.claws
15452         * src/main.c
15453                 Sync with HEAD (fix segs at exit)
15454
15455 2004-09-14 [colin]      0.9.12cvs99.5
15456
15457         * src/common/socket.c
15458         * AUTHORS
15459                 Fix send error on 64bit platforms
15460                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15461
15462 2004-09-14 [colin]      0.9.12cvs99.4
15463
15464         * src/action.c
15465                 Fix action output with utf8 
15466                 Patch by Alfons.
15467
15468 2004-09-14 [colin]      0.9.12cvs99.3
15469
15470         * ChangeLog.claws
15471         * src/folder.c
15472                 Sync with HEAD
15473
15474 2004-09-09 [colin]      0.9.12cvs99.2
15475
15476         * src/action.c
15477                 Fix progress bar (displaying "Completed %v/%u")
15478                 Patch by Alfons.
15479
15480 2004-09-08 [colin]      0.9.12cvs99.1
15481
15482         * src/account.c
15483         * src/folder.c
15484         * src/procmsg.c
15485         * src/procmsg.h
15486         * src/plugins/pgpmime/pgpmime.c
15487                 Sync with HEAD
15488
15489 2004-09-08 [colin]      0.9.12cvs97.2
15490
15491         * src/summaryview.c
15492                 Don't select mails in collapsed threads 
15493                 when navigating with up/down
15494
15495 2004-09-07 [colin]      0.9.12cvs97.1
15496
15497         * src/inc.c
15498                 Sync with HEAD (meaningful error messages)
15499
15500 2004-09-06 [colin]      0.9.12cvs96.1
15501
15502         * src/toolbar.c
15503                 Sync with HEAD (fix Redirect graying out)
15504
15505 2004-09-06 [colin]      0.9.12cvs95.1
15506
15507         * src/summaryview.c
15508         * src/mimeview.c
15509                 Sync with HEAD (fix dropped URIs)
15510
15511 2004-09-06 [colin]      0.9.12cvs94.1
15512
15513         * src/addressbook.c
15514         * src/addressitem.h
15515         * src/addritem.c
15516         * src/addritem.h
15517                 Sync with HEAD (addressbook DnD)
15518
15519 2004-09-03 [colin]      0.9.12cvs93.1
15520
15521         * src/summaryview.c
15522                 Sync with HEAD (next/prev unread)
15523
15524 2004-09-03 [colin]      0.9.12cvs92.1
15525
15526         * src/prefs_common.c
15527         * src/prefs_common.h
15528         * src/summaryview.c
15529                 Sync with HEAD ('mark_as_read_delay' pref)
15530
15531 2004-09-02 [colin]      0.9.12cvs91.2
15532
15533         * src/common/xml.c
15534                 Fix leak
15535
15536 2004-09-02 [colin]      0.9.12cvs91.1
15537
15538         * src/gtk/menu.c
15539                 Sync with HEAD (menu accel don't work, but whatever)
15540
15541 2004-09-02 [colin]      0.9.12cvs90.1
15542
15543         * src/account.c
15544                 Sync with HEAD (fix bug 582)
15545
15546 2004-09-02 [colin]      0.9.12cvs89.1
15547
15548         * src/addrindex.c
15549                 Sync with HEAD (free deleted queries)
15550
15551 2004-09-02 [colin]      0.9.12cvs88.1
15552
15553         * src/ldapquery.c
15554                 Sync with HEAD (fix LDAP freezes)
15555
15556 2004-09-02 [colin]      0.9.12cvs87.1
15557
15558         * src/prefs_spelling.c
15559                 Sync with HEAD (add default dictionary)
15560
15561 2004-09-01 [colin]      0.9.12cvs86.1
15562
15563         * src/filtering.c
15564         * src/folderview.c
15565         * src/imap.c
15566         * src/prefs_matcher.c
15567         * src/stock_pixmap.c
15568         * src/summary_search.c
15569         * src/summaryview.c
15570         * src/wizard.c
15571         * src/wizard.h
15572                 Sync with HEAD (uninitialized vars fixes)
15573                 + gtk2 specific warning fixes
15574
15575 2004-08-31 [colin]      0.9.12cvs85.1
15576
15577         * src/folder.c
15578                 Sync with HEAD (Fix memory corruption due to 
15579                 uninitialized var)
15580
15581 2004-08-31 [colin]      0.9.12cvs84.4
15582
15583         * src/summary_search.c
15584                 Fix segfaults when searching in folders with broken headers
15585
15586 2004-08-31 [colin]      0.9.12cvs84.3
15587
15588         * src/compose.c
15589         * src/textview.c
15590                 Fix some more encoding/decoding issues
15591
15592 2004-08-30 [colin]      0.9.12cvs84.2
15593
15594         * src/mimeview.c
15595         * src/prefs_themes.c
15596         * src/gtk/filesel.c
15597         * src/gtk/filesel.h
15598                 Add a folder-mode selection (fixes mimeview's "Save all")
15599
15600 2004-08-29 [colin]      0.9.12cvs84.1
15601
15602         * src/mimeview.c
15603                 Sync with HEAD (don't escape saved filenames)
15604
15605 2004-08-27 [colin]      0.9.12cvs83.1
15606
15607         * ChangeLog
15608         * ChangeLog.claws
15609         * ChangeLog.jp
15610         * src/mh.c
15611         * src/procheader.c
15612         * src/procmsg.c
15613         * src/procmsg.h
15614         * src/common/utils.c
15615         * src/gtk/menu.h
15616         * po/
15617                 Sync with HEAD 0.9.12cvs83 (sync with main)
15618
15619 2004-08-26 [colin]      0.9.12cvs82.4
15620
15621         * src/codeconv.c
15622                 Fix strange stack corruption
15623                 Convert to utf8 after unmime, not before
15624
15625 2004-08-26 [colin]      0.9.12cvs82.3
15626
15627         * src/main.c
15628         * src/wizard.c
15629                 Fix account folders duplication
15630
15631 2004-08-25 [colin]      0.9.12cvs82.2
15632
15633         * src/wizard.c
15634                 Remove ports
15635                 Add SSL selection
15636                 Use login@server as account name
15637
15638 2004-08-25 [colin]      0.9.12cvs82.1
15639
15640         * src/plugins/pgpmime/pgpmime.c
15641                 Sync with HEAD (leak fix).
15642
15643 2004-08-25 [colin]      0.9.12cvs81.1
15644
15645         * src/plugins/pgpmime/pgpmime.c
15646         * src/plugins/pgpmime/sgpgme.c
15647         * src/plugins/pgpmime/sgpgme.h
15648                 Sync with HEAD (Handle combined messages).
15649
15650 2004-08-24 [colin]      0.9.12cvs80.3
15651
15652         * src/wizard.c
15653                 Fix full name, ports, and imap
15654
15655 2004-08-24 [colin]      0.9.12cvs80.2
15656
15657         * src/Makefile.am
15658         * src/main.c
15659         * src/setup.c
15660         * src/setup.h
15661         * src/stock_pixmap.c
15662         * src/stock_pixmap.h
15663         * src/wizard.c ** ADDED **
15664         * src/wizard.h ** ADDED ** 
15665         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15666                 Add a setup wizard 
15667
15668 2004-08-24 [colin]      0.9.12cvs80.1
15669
15670         * src/folder.c
15671                 Sync with HEAD (set mimeflags on all messages)
15672
15673 2004-08-24 [colin]      0.9.12cvs79.3
15674
15675         * src/matcher_parser_lex.l
15676                 Fix 8bits strings not in utf8
15677
15678 2004-08-24 [colin]      0.9.12cvs79.2
15679
15680         * src/compose.c
15681                 Check conversion result before replacing buffer
15682
15683 2004-08-23 [colin]      0.9.12cvs79.1
15684
15685         * src/compose.c
15686                 Sync with HEAD (create message header in memory)
15687
15688 2004-08-23 [colin]      0.9.12cvs78.1
15689
15690         * src/rfc2015.c
15691         * src/rfc2015.h
15692                 Sync with HEAD (fix bug 197 again)
15693
15694 2004-08-23 [colin]      0.9.12cvs77.3
15695
15696         * src/compose.c
15697                 Fix again inline gpg signing (which outputs utf8
15698                 in gtk2). Not syncing this fix to HEAD as this 
15699                 code is meant to die.
15700
15701 2004-08-23 [colin]      0.9.12cvs77.2
15702
15703         * src/prefs_account.h
15704                 Remove useless include
15705
15706 2004-08-23 [colin]      0.9.12cvs77.1
15707
15708         * src/imap.c
15709         * po/es.po
15710         * po/fr.po
15711         * po/it.po
15712         * po/pl.po
15713         * po/pt_BR.po
15714         * po/sk.po
15715         * po/sr.po
15716                 Sync with HEAD (fix bug 577)
15717
15718 2004-08-22 [colin]      0.9.12cvs76.1
15719
15720         * src/plugins/trayicon/trayicon.c
15721                 Sync with HEAD (fix formatting bug)
15722
15723 2004-08-21 [colin]      0.9.12cvs74.2
15724
15725         * src/gtk/colorsel.c
15726                 Fix bug 564 (Folder color selection window exits on any
15727                 keypress)
15728
15729 2004-08-21 [colin]      0.9.12cvs74.1
15730
15731         * ChangeLog.claws
15732         * src/compose.c
15733         * src/summaryview.c
15734         * src/toolbar.c
15735                 Sync with HEAD (fix bug 576)
15736
15737 2004-08-21 [colin]      0.9.12cvs70.1
15738
15739         * src/compose.c
15740         * src/mainwindow.c
15741                 Sync with HEAD
15742                 
15743
15744 2004-08-21 [paul]       0.9.12cvs66.4
15745
15746         * src/mainwindow.c
15747         * src/messageview.c
15748         * src/gtk/menu.c
15749         * src/plugins/spamassassin/spamassassin_gtk.c
15750                 remove some deprecated gtk1 functions
15751
15752
15753 2004-08-21 [colin]      0.9.12cvs66.3
15754
15755         * src/compose.c
15756         * src/codeconv.c
15757                 Fix warnings
15758                 Remove encoding hacks
15759                 Fix bug 575 (Strange character messes up message)
15760                 Don't display conversion error when drafting
15761
15762 2004-08-21 [paul]       0.9.12cvs66.2
15763
15764         * src/prefs_account.c
15765                 fix GnuPG mode bugs
15766
15767
15768 2004-08-20 [colin]      0.9.12cvs66.1
15769
15770         * src/codeconv.c
15771                 Sync with HEAD 0.9.12cvs66
15772
15773 2004-08-20 [paul]
15774
15775         * src/plugins/pgpmime/plugin.c
15776                 modify PGP/MIME plugin's description
15777
15778 2004-08-17 [colin]      0.9.12cvs65.1
15779
15780         * src/common/ssl.c
15781         * src/plugins/pgpmime/plugin.c
15782                 Sync with HEAD
15783
15784 2004-08-14 [colin]      0.9.12cvs60.3
15785
15786         * src/plugins/trayicon/trayicon.c
15787                 Put back resize callback, on size-request signal
15788                 rather than size-allocate to avoid infinite 
15789                 callback loop
15790
15791 2004-08-13 [colin]      0.9.12cvs60.2
15792
15793         * src/common/defs.h
15794                 Cache versions have been fixed
15795
15796 2004-08-13 [colin]      0.9.12cvs60.1
15797
15798         * src/folderutils.c
15799                 Sync with HEAD
15800
15801 2004-08-12 [colin]      0.9.12cvs59.1
15802
15803         * src/plugins/trayicon/trayicon.c
15804                 Sync with HEAD
15805
15806 2004-08-12 [colin]      0.9.12cvs57.5
15807
15808         * sylpheed.desktop
15809         * configure.ac
15810         * src/Makefile.am
15811         * src/main.c
15812                 Add support for Freedesktop.org's startup notification
15813
15814 2004-08-11 [colin]      0.9.12cvs57.4
15815
15816         * src/textview.c
15817                 Fix off-by-one
15818
15819 2004-08-11 [colin]      0.9.12cvs57.3
15820
15821         * src/message_search.c
15822         * src/summary_search.c
15823                 Make searches case insensitive by default
15824         * src/textview.c
15825                 Fix case-insensitive search in message
15826
15827 2004-08-11 [colin]      0.9.12cvs57.2
15828
15829         * src/summary_search.c
15830                 Let case-sensitive be specified
15831
15832 2004-08-10 [colin]      0.9.12cvs55.4
15833
15834         * src/common/socket.c
15835                 Fix the possible race condition
15836
15837 2004-08-09 [paul]       0.9.12cvs55.3
15838
15839         * configure.ac
15840         * src/Makefile.am
15841         * src/common/Makefile.am
15842                 sync with HEAD
15843
15844
15845 2004-08-09 [paul]       0.9.12cvs55.2
15846
15847         * autogen.sh
15848         * po/poconv.sh
15849                 remove unneeded script
15850
15851         * configure.ac
15852                 add forgotten USE_LDAP_TLS (sync with HEAD)
15853
15854
15855 2004-08-09 [colin]      0.9.12cvs55.1
15856
15857         * src/main.c
15858         * src/common/ssl.c
15859         * src/common/sylpheed.c
15860         * src/common/sylpheed.h
15861                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15862
15863 2004-08-09 [paul]       0.9.12cvs54.1
15864
15865         * ChangeLog
15866         * ChangeLog.claws
15867         * ChangeLog.jp
15868         * configure.ac
15869         * po/POTFILES.in
15870         * src/Makefile.am
15871         * src/folderutils.c
15872         * src/main.c
15873         * src/pgpmime.c
15874         * src/pgpmime.h
15875         * src/sgpgme.c
15876         * src/sgpgme.h
15877         * src/plugins/Makefile.am
15878         * src/plugins/pgpmime/.cvsignore
15879         * src/plugins/pgpmime/Makefile.am
15880         * src/plugins/pgpmime/pgpmime.c
15881         * src/plugins/pgpmime/pgpmime.h
15882         * src/plugins/pgpmime/plugin.c
15883         * src/plugins/pgpmime/sgpgme.c
15884         * src/plugins/pgpmime/sgpgme.h
15885                 sync with HEAD
15886
15887 2004-08-08 [paul]       0.9.12cvs51.1
15888
15889         * configure.ac
15890         * src/folder.c
15891                 sync with HEAD
15892
15893 2004-08-07 [colin]      0.9.12cvs50.1
15894
15895         * src/pop.c
15896         * src/common/partial_download.c
15897                 fix warnings (sync from HEAD)
15898
15899 2004-08-07 [colin]      0.9.12cvs48.1
15900
15901         * src/prefs_folder_item.c
15902                 sync with HEAD 0.9.12cvs48
15903
15904 2004-08-06 [colin]      0.9.12cvs47.1
15905
15906         * src/compose.c
15907                 Sync with HEAD
15908
15909 2004-08-06 [christoph]  0.9.12cvs46.2
15910
15911         * src/main.c
15912         * src/plugins/clamav/clamav_plugin_gtk.c
15913         * src/plugins/dillo_viewer/dillo_viewer.c
15914         * src/plugins/image_viewer/plugin.c
15915         * src/plugins/mathml_viewer/mathml_viewer.c
15916         * src/plugins/spamassassin/spamassassin_gtk.c
15917         * src/plugins/trayicon/trayicon.c
15918                 don't mix GTK1.2 plugin with GTK2 plugins
15919
15920 2004-08-06 [colin]      0.9.12cvs46.1
15921
15922         * ChangeLog
15923         * ChangeLog.claws
15924         * ChangeLog.jp
15925         * configure.ac
15926         * sylpheed-claws.pc.in
15927         * src/folder.c
15928         * src/imap.c
15929         * src/localfolder.c
15930         * src/messageview.c
15931         * src/mimeview.c
15932         * src/mimeview.h
15933         * src/msgcache.c
15934         * src/news.c
15935         * src/prefs_ext_prog.c
15936         * src/prefs_folder_item.c
15937         * src/prefs_fonts.c
15938         * src/prefs_msg_colors.c
15939         * src/prefs_spelling.c
15940         * src/prefs_themes.c
15941         * src/prefs_toolbar.c
15942         * src/prefs_wrapping.c
15943         * src/procmime.h
15944         * src/common/defs.h
15945         * src/common/nntp.c
15946         * src/common/session.c
15947         * src/common/session.h
15948         * src/common/socket.c
15949         * src/common/utils.h
15950         * src/common/xml.c
15951         * src/common/xml.h
15952         * src/gtk/prefswindow.c
15953         * src/gtk/prefswindow.h
15954         * src/plugins/clamav/clamav_plugin_gtk.c
15955         * src/plugins/dillo_viewer/dillo_prefs.c
15956         * src/plugins/image_viewer/viewerprefs.c
15957         * src/plugins/spamassassin/spamassassin_gtk.c
15958         * m4/openssl.m4 *** REMOVED ***
15959                 Sync with HEAD 0.9.12cvs46
15960
15961 2004-08-03 [paul]       0.9.12cvs40.2
15962
15963         * src/action.c
15964         * src/addressadd.c
15965         * src/addressbook.c
15966         * src/addrgather.c
15967         * src/browseldap.c
15968         * src/compose.c
15969         * src/crash.c
15970         * src/editaddress.c
15971         * src/editgroup.c
15972         * src/editldap_basedn.c
15973         * src/foldersel.c
15974         * src/importldif.c
15975         * src/mimeview.c
15976         * src/prefs_common.c
15977         * src/prefs_template.c
15978         * src/sourcewindow.c
15979         * src/summaryview.c
15980         * src/gtk/about.c
15981         * src/gtk/foldersort.c
15982         * src/gtk/logwindow.c
15983         * src/gtk/pluginwindow.c
15984         * src/gtk/prefswindow.c
15985                 change all gtk_scrolled_window_set_policy from 
15986                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15987
15988 2004-08-02 [paul]       0.9.12cvs40.1
15989
15990         * AUTHORS
15991                 update translation team section
15992         * po/pt_BR.po
15993                 updated by Frederico Goncalves Guimaraes
15994                 <fggdebian@yahoo.com.br>
15995
15996 2004-07-31 [colin]      0.9.12cvs39.9
15997
15998         * src/exphtmldlg.c
15999                 Fix compilation
16000
16001 2004-07-31 [colin]      0.9.12cvs39.8
16002
16003         * src/exphtmldlg.c
16004                 Fix an alertpanel type
16005
16006 2004-07-30 [colin]      0.9.12cvs39.7
16007
16008         * src/alertpanel.c
16009                 Fix alertpanel_error_log's icon
16010
16011 2004-07-30 [colin]      0.9.12cvs39.6
16012
16013         * src/pop.c
16014                 Two of them should still be warnings
16015
16016 2004-07-30 [colin]      0.9.12cvs39.5
16017
16018         * src/pop.c
16019                 More warning -> error
16020 2004-07-29 [colin]      0.9.12cvs39.4
16021
16022         * src/pop.c
16023                 Warning -> error
16024
16025 2004-07-29 [colin]      0.9.12cvs39.3
16026
16027         * src/prefs_matcher.c
16028                 Fix segfault
16029
16030 2004-07-29 [colin]      0.9.12cvs39.2
16031
16032         * src/alertpanel.c
16033                 More nice-looking alertpanels
16034
16035 2004-07-29 [colin]      0.9.12cvs39.1
16036
16037         * src/messageview.c
16038                 sync with head
16039                 (inform user when partial mail is deleted on server)
16040
16041 2004-07-29 [colin]      0.9.12cvs38.1
16042
16043         * src/messageview.c
16044                 sync with head
16045
16046 2004-07-28 [paul]       0.9.12cvs37.7
16047
16048         * src/mainwindow.c
16049                 complete the replacement of deprecated gtk_progress_*
16050
16051 2004-07-28 [paul]       0.9.12cvs37.6
16052
16053         * src/action.c
16054         * src/inc.c
16055         * src/mainwindow.c
16056         * src/send_message.c
16057         * src/gtk/progressdialog.c
16058         * src/gtk/progressdialog.h
16059                 replace deprecated gtk_progress_*
16060
16061 2004-07-28 [paul]       0.9.12cvs37.5
16062
16063         * src/gtk/filesel.c
16064                 remove gtk_window_set_wmclass()
16065 2004-07-28 [paul]       0.9.12cvs37.4
16066
16067         * src/addressbook.c
16068         * src/compose.c
16069         * src/foldersel.c
16070         * src/mainwindow.c
16071         * src/messageview.c
16072         * src/sourcewindow.c
16073         * src/gtk/logwindow.c
16074                 remove gtk_window_set_wmclass()
16075                 
16076         * src/prefs_filtering.c
16077         * src/prefs_filtering_action.c
16078         * src/prefs_fonts.c
16079         * src/prefs_gtk.c
16080         * src/prefs_matcher.c
16081         * src/ssl_manager.c
16082         * src/gtk/prefswindow.c
16083                 replace gtk_window_position()
16084
16085 2004-07-28 [colin]      0.9.12cvs37.3
16086
16087         * src/alertpanel.c
16088         * src/alertpanel.h
16089                 Add a way to specify panel type for specific
16090                 panels (alertpanel())
16091         * src/account.c
16092         * src/addressbook.c
16093         * src/compose.c
16094         * src/expldifdlg.c
16095         * src/main.c
16096         * src/messageview.c
16097         * src/summaryview.c
16098         * src/textview.c
16099         * src/gtk/sslcertwindow.c
16100                 Fix alertpanel()s so that their icon match
16101                 their real type
16102
16103 2004-07-28 [paul]       0.9.12cvs37.2
16104
16105         * src/addr_compl.c
16106         * src/addressbook.c
16107         * src/alertpanel.c
16108         * src/compose.c
16109         * src/export.c
16110         * src/foldersel.c
16111         * src/folderview.c
16112         * src/grouplistdialog.c
16113         * src/import.c
16114         * src/mainwindow.c
16115         * src/message_search.c
16116         * src/messageview.c
16117         * src/passphrase.c
16118         * src/prefs_actions.c
16119         * src/prefs_common.c
16120         * src/prefs_customheader.c
16121         * src/prefs_display_header.c
16122         * src/prefs_filtering.c
16123         * src/prefs_filtering_action.c
16124         * src/prefs_gtk.c
16125         * src/prefs_matcher.c
16126         * src/prefs_msg_colors.c
16127         * src/prefs_summary_column.c
16128         * src/prefs_template.c
16129         * src/sourcewindow.c
16130         * src/ssl_manager.c
16131         * src/summary_search.c
16132         * src/gtk/colorsel.c
16133         * src/gtk/description_window.c
16134         * src/gtk/gtkaspell.c
16135         * src/gtk/inputdialog.c
16136         * src/gtk/logwindow.c
16137         * src/gtk/prefswindow.c
16138         * src/gtk/progressdialog.c
16139                 replace deprecated gtk_window_set_policy
16140
16141 2004-07-27 [colin]      0.9.12cvs37.1
16142
16143         * src/msgcache.c
16144                 More fixes (synced for head again)
16145
16146 2004-07-27 [colin]      0.9.12cvs35.3
16147
16148         * src/msgcache.c
16149                 Fix wrong test
16150
16151 2004-07-27 [colin]      0.9.12cvs35.2
16152
16153         * src/mimeview.c
16154                 Fix width a bit (by Paul)
16155         * src/alertpanel.c
16156         * src/alertpanel.h
16157                 Specialize icons, make alertpanel_message()
16158                 private
16159         * src/message_search.c
16160         * src/sgpgme.c
16161         * src/summary_search.c
16162                 Suit alertpanel changes
16163
16164 2004-07-27 [colin]      0.9.12cvs35.1
16165
16166         * src/alertpanel.c
16167                 Add an icon
16168         * src/passphrase.c
16169                 Add debug output - maybe someone will
16170                 want to look at the problem with Grab
16171                 Input :)
16172         Bump version as we're synced with HEAD
16173
16174 2004-07-26 [colin]      0.9.12cvs33.26
16175
16176         * src/pop.c
16177                 Fix uidl-file parsing when not in new
16178                 format
16179
16180 2004-07-26 [colin]      0.9.12cvs33.25
16181
16182         * src/gtk/menu.c
16183                 Move popup menu up if necessary (fixes 
16184                 account selector)
16185         * src/mainwindow.c
16186                 Set account selector's button height to
16187                 minimum
16188
16189 2004-07-26 [colin]      0.9.12cvs33.24
16190
16191         * src/alertpanel.c
16192                 Maybe fix 551 (Truncated font in alert window)
16193
16194 2004-07-26 [colin]      0.9.12cvs33.23
16195
16196         * po/de.po
16197         * po/es.po
16198         * po/fr.po
16199         * po/it.po
16200         * po/ja.po
16201         * po/pl.po
16202         * po/ru.po
16203         * po/sk.po
16204         * po/sr.po
16205         * po/zh_CN.po
16206                 Sync po files with HEAD
16207
16208 2004-07-26 [paul]       0.9.12cvs33.22
16209
16210         * src/compose.c
16211                 fix Bug 556 'Organisation-header is sent even if empty'
16212
16213 2004-07-24 [colin]      0.9.12cvs33.21
16214
16215         * src/compose.c
16216         * src/gtk/gtkaspell.c
16217         * src/gtk/gtkaspell.h
16218                 Fix speller accelerators (require hack)
16219
16220 2004-07-24 [colin]      0.9.12cvs33.20
16221
16222         * src/gtk/gtkaspell.c
16223                 Fix over-eager code deletion breaking
16224                 Check while typing
16225
16226 2004-07-24 [colin]      0.9.12cvs33.19
16227
16228         * src/browseldap.c
16229         * src/ldapctrl.c
16230         * src/ldapctrl.h
16231         * src/ldapserver.h
16232                 Sync ldap with HEAD
16233         (Fixes 546 LDAP completely broken)
16234
16235 2004-07-24 [colin]      0.9.12cvs33.18
16236
16237         * src/prefs_msg_colors.c
16238                 Fix prototype mismatch
16239         (Fixes 547 void function cannot return value)
16240
16241 2004-07-24 [colin]      0.9.12cvs33.17
16242
16243         * src/mainwindow.c
16244                 Fix sort going back to previous sort key
16245                 when changing sort direction
16246
16247 2004-07-24 [colin]      0.9.12cvs33.16
16248
16249         * src/compose.c
16250                 Fix space insertion when re-wrapping at 
16251                 cursor point
16252
16253 2004-07-24 [colin]      0.9.12cvs33.15
16254
16255         * src/gtk/gtkaspell.c
16256                 Don't change cursor position in insert-text
16257                 callback
16258         (Fixes 539 Word wrapping on input transposes letters)
16259
16260 2004-07-24 [colin]      0.9.12cvs33.14
16261
16262         * src/gtk/gtkaspell.c
16263                 Reencode non-ascii chars to dictionary's
16264                 encoding
16265         (Fixes 544 Spell check broken non english locale)
16266
16267 2004-07-24 [colin]      0.9.12cvs33.13
16268
16269         * src/summaryview.c
16270                 Fix Shift+Down, add Home/End/PgUp/PgDown
16271
16272 2004-07-21 [colin]      0.9.12cvs33.12
16273
16274         * src/prefs_common.c
16275                 Fix a gtk warning (Patch by Andrej Kacian)
16276
16277 2004-07-21 [colin]      0.9.12cvs33.11
16278
16279         * src/gtk/filesel.c
16280                 More check
16281
16282 2004-07-21 [colin]      0.9.12cvs33.10
16283
16284         * src/compose.c
16285         * src/crash.c
16286         * src/export.c
16287         * src/import.c
16288         * src/messageview.c
16289         * src/mimeview.c
16290         * src/prefs_spelling.c
16291         * src/prefs_themes.c
16292         * src/summaryview.c
16293         * src/gtk/filesel.c
16294         * src/gtk/filesel.h
16295         * src/gtk/pluginwindow.c
16296                 Untwist open/save mode guessing logic, make
16297                 it explicit
16298
16299 2004-07-20 [colin]      0.9.12cvs33.9
16300
16301         * src/codeconv.c
16302                 conv_encode_header: src_charset is UTF-8 on
16303                 gtk2
16304         * src/compose.c
16305                 Remove double encoding of the headers
16306
16307 2004-07-20 [colin]      0.9.12cvs33.8
16308
16309         * src/codeconv.c
16310                 Fix typo
16311
16312 2004-07-20 [colin]      0.9.12cvs33.7
16313
16314         * src/mainwindow.c
16315                 Set the separated messageview to the saved
16316                 size of Claws' messageview (Patch by Alfons)
16317                 Fix a callback prototype (me)
16318
16319 2004-07-20 [colin]      0.9.12cvs33.6
16320
16321         * src/codeconv.h
16322                 Forgot one hunk in 0.9.12cvs33.4
16323
16324 2004-07-19 [colin]      0.9.12cvs33.5
16325
16326         * src/action.c
16327                 Action output fix
16328                 Patch by Alfons
16329
16330 2004-07-19 [colin]      0.9.12cvs33.4
16331
16332         * src/compose.c
16333                 Fix outgoing charset bug in headers
16334         * src/codeconv.c
16335                 Clean for glib2 - Patch by Alfons
16336
16337 2004-07-19 [colin]      0.9.12cvs33.3
16338
16339         * src/statusbar.c
16340                 Remove grip from the statusbar
16341                 Patch by Alfons
16342
16343 2004-07-19 [colin]      0.9.12cvs33.2
16344
16345         * src/messageview.c
16346         * src/textview.c
16347                 Fix messageview remembering the previous
16348                 scroll position when loading a new message
16349                 Patch by Alfons
16350
16351 2004-07-19 [colin]      0.9.12cvs33.1
16352
16353         * src/folder.h
16354         * src/folderview.c
16355         * src/summaryview.c
16356                 Sync with HEAD
16357
16358 2004-07-18 [colin]      0.9.12cvs32.7
16359
16360         * configure.ac
16361                 Remove useless check for XIM - noticed
16362                 by Alfons
16363
16364 2004-07-18 [colin]      0.9.12cvs32.6
16365
16366         * src/summaryview.c
16367                 Remove non-modified and shift-modified
16368                 accelerators in summaryview's popup
16369                 menu, as that doesn't get catched by
16370                 the accel-activate signal catcher...
16371
16372 2004-07-18 [colin]      0.9.12cvs32.5
16373
16374         * src/prefs_common.c
16375                 Define sensible default prefs for 
16376                 wrapping
16377
16378 2004-07-18 [colin]      0.9.12cvs32.4
16379
16380         * src/compose.c
16381         * src/prefs_common.c
16382         * src/prefs_common.h
16383         * src/prefs_wrapping.c
16384                 Remove Smart Wrapping pref, which does
16385                 nothing on gtk2 branch
16386
16387 2004-07-18 [colin]      0.9.12cvs32.3
16388
16389         * src/sourcewindow.c
16390                 Proper utf8
16391
16392 2004-07-18 [colin]      0.9.12cvs32.2
16393
16394         * src/compose.c
16395                 Save attachment status when drafting
16396
16397 2004-07-18 [colin]      0.9.12cvs32.1
16398
16399         * src/gtk/filesel.c
16400                 Fix erratic folder selection in open mode
16401
16402 2004-07-18 [colin]      0.9.12cvs31.11
16403
16404         * src/pop.c
16405                 Don't let partial messages get deleted
16406                 even with "dowload all"
16407                 (0.9.12cvs31.8 fix extension)
16408 2004-07-18 [colin]      0.9.12cvs31.10
16409
16410         * src/gtk/logwindow.c
16411                 Fix log scrolling
16412
16413 2004-07-18 [colin]      0.9.12cvs31.9
16414
16415         * src/common/utils.c
16416                 Fix non-utf8 strings coming from commands
16417                 and files
16418
16419 2004-07-18 [colin]      0.9.12cvs31.8
16420
16421         * src/pop.c
16422                 Fix partial download bug with Download all
16423                 messages option
16424
16425 2004-07-18 [colin]      0.9.12cvs31.7
16426
16427         * src/textview.c
16428                 Fix bug introduced in 0.9.12cvs31.2
16429                 (blocked in select mode after double click)
16430
16431 2004-07-18 [colin]      0.9.12cvs31.6
16432
16433         * src/compose.c
16434         * src/gtk/menu.c
16435                 More glib-warning fixes
16436
16437 2004-07-18 [colin]      0.9.12cvs31.5
16438
16439         * src/compose.c
16440                 Fix trashing the primary clipboard when moving 
16441                 around with tab
16442         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16443
16444 2004-07-18 [colin]      0.9.12cvs31.4
16445
16446         * src/codeconv.c
16447                 convert unencoded iso headers to utf8
16448         (Fix Bug 538 Unencoded local characters in subject make it 
16449          disappear)
16450
16451 2004-07-18 [colin]      0.9.12cvs31.3
16452
16453         * src/compose.c
16454                 Fix tab char handling in wrapping
16455         (Fix Bug 537 Line wrap problem - TAB character treated as 
16456          one character instead of 8)
16457
16458 2004-07-18 [colin]      0.9.12cvs31.2
16459
16460         * src/textview.c
16461                 return FALSE on GDK_MOTION_NOTIFY
16462         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16463          (unable to highlight))
16464
16465 2004-07-18 [colin]      0.9.12cvs31.1
16466
16467         * src/folderview.c
16468                 Sync with 0.9.12cvs31
16469
16470 2004-07-18 [colin]      0.9.12cvs30.4
16471
16472         * src/compose.c
16473                 Also block text_inserted when inserting a file
16474
16475 2004-07-18 [colin]      0.9.12cvs30.3
16476
16477         * src/compose.c
16478                 Fix smart wrapping (block text_inserted handler
16479                 while putting quotation to avoid wrap on input,
16480                 don't join lines if next is sig separator)
16481
16482 2004-07-17 [colin]      0.9.12cvs30.2
16483
16484         * src/folderview.c
16485         * src/mainwindow.c
16486         * src/mimeview.c
16487         * src/summaryview.c
16488         * src/gtk/quicksearch.c
16489         * src/gtk/quicksearch.h
16490                 Block key events handlers *and* accels while
16491                 quicksearch is focused
16492         (Fixes Bug 534 quick-search bar not accepting certain letters)
16493
16494 2004-07-17 [colin]      0.9.12cvs30.1
16495
16496         * src/folder.h
16497         * src/folderview.c
16498         * src/summaryview.c
16499                 Sync with 0.9.12cvs30
16500
16501 2004-07-17 [colin]      0.9.12cvs28.2
16502
16503         * src/mimeview.c
16504         * src/procmime.c
16505         * src/summaryview.c
16506         * src/gtk/menu.c
16507                 Squash some compile and glib warnings
16508
16509 2004-07-17 [paul]       0.9.12cvs28.1
16510
16511         * src/mimeview.c
16512                 sync with 0.9.12cvs28 HEAD
16513
16514 2004-07-16 [paul]       0.9.12cvs26.1
16515         
16516         * src/gtk/quicksearch.c
16517         * src/account.c
16518         * src/account.h
16519         * src/compose.c
16520         * src/customheader.c
16521         * src/folder_item_prefs.c
16522         * src/main.c
16523         * src/mainwindow.c
16524         * src/messageview.c
16525         * src/mimeview.c
16526         * src/news.c
16527         * src/pgpmime.c
16528         * src/pop.c
16529         * src/pop.h
16530         * src/prefs_account.c
16531         * src/prefs_account.h
16532         * src/prefs_common.c
16533         * src/prefs_common.h
16534         * src/prefs_display_header.c
16535         * src/prefs_gtk.c
16536         * src/prefs_gtk.h
16537         * src/procheader.c
16538         * src/procmime.c
16539                 sync with 0.9.12cvs26 HEAD      
16540
16541 2004-07-15 [colin]      0.9.12cvs18.14
16542
16543         * src/folder.c
16544                 Disable GPG signature check during
16545                 folder move and scan
16546         (Closes Bug 521 Signature checking slows down Folder-Move)
16547
16548 2004-07-14 [colin]      0.9.12cvs18.13
16549
16550         * src/common/partial_download.c
16551                 update includes
16552
16553 2004-07-14 [colin]      0.9.12cvs18.12
16554
16555         * src/common/partial_download.c
16556         * src/common/partial_download.h
16557                 Move doc at top, add correct copyright
16558
16559 2004-07-14 [colin]      0.9.12cvs18.11
16560
16561         * src/folder.c
16562         * src/messageview.c
16563         * src/pop.c
16564         * src/pop.h
16565         * src/procmsg.c
16566         * src/summaryview.c
16567         * src/common/Makefile.am
16568         * src/common/partial_download.c ** NEW FILES **
16569         * src/common/partial_download.h ** NEW FILES **
16570                 Move partial-download related stuff to its
16571                 own file
16572
16573 2004-07-14 [colin]      0.9.12cvs18.10
16574
16575         * src/send_message.c
16576                 Fix smtp auth when user is null or empty
16577
16578 2004-07-13 [colin]      0.9.12cvs18.9
16579
16580         * src/gtk/quicksearch.c
16581                 Use alphabetic order
16582
16583 2004-07-13 [colin]      0.9.12cvs18.8
16584
16585         * src/pop.c
16586                 Be paranoid on the checks
16587
16588 2004-07-13 [colin]      0.9.12cvs18.7
16589
16590         * src/gtk/quicksearch.c
16591                 Fix Engrish once again
16592
16593 2004-07-13 [colin]      0.9.12cvs18.6
16594
16595         * src/procmsg.c
16596         * src/summaryview.c
16597                 Mark messages for deletion when they are about to
16598                 be removed from trash
16599
16600 2004-07-13 [colin]      0.9.12cvs18.5
16601
16602         * src/matcher.c
16603         * src/matcher.h
16604         * src/matcher_parser_parse.y
16605         * src/prefs_matcher.c
16606         * src/gtk/quicksearch.c
16607                 Add 'partial' ('p') match string to find partially
16608                 downloaded messages
16609
16610 2004-07-13 [colin]      0.9.12cvs18.4
16611
16612         * src/pop.c
16613                 Fix misplaced block
16614
16615 2004-07-13 [colin]      0.9.12cvs18.3
16616
16617         * src/pop.c
16618         * src/pop.h
16619         * src/messageview.c
16620                 Refactor API (to avoid passing 5+ params and code
16621                 duplication)
16622         * src/folder.c
16623         * src/msgcache.c
16624         * src/procheader.c
16625         * src/common/defs.h
16626                 Add planned_download to cache
16627                 Don't mess uidl file when moving partially downloaded
16628                 mails (they change folder, we should change it in the
16629                 uidl list too or we'll remove an incorrect message)
16630                 (this also helps removing hacks when changing 
16631                 planned_download in messageview.c)
16632
16633 2004-07-12 [colin]      0.9.12cvs18.2
16634
16635         * src/gtk/quicksearch.c
16636                 Fix missing status update in quicksearch
16637
16638 2004-07-12 [paul]       0.9.12cvs18.1
16639
16640         * po/POTFILES.in
16641         * src/Makefile.am
16642         * src/account.c
16643         * src/codeconv.c
16644         * src/compose.c
16645         * src/inc.c
16646         * src/main.c
16647         * src/prefs_common.c
16648         * src/procmsg.h
16649         * src/toolbar.c
16650         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16651         * src/prefs_wrapping.[ch]       ** NEW FILES **
16652         * src/common/intl.h
16653         * src/common/utils.[ch]
16654         * src/gtk/quicksearch.[ch]
16655                 sync with 0.9.12cvs18 HEAD
16656
16657 2004-07-12 [colin]      0.9.11cvs17.25
16658
16659         * src/folder.c
16660         * src/folder.h
16661                 Remove unused function added by me in 0.9.11cvs17.10
16662
16663 2004-07-11 [colin]      0.9.11cvs17.24
16664
16665         * src/inc.c
16666         * src/messageview.c
16667         * src/pop.c
16668         * src/pop.h
16669                 Use folderitem and msgnum instead of filename to
16670                 know which mail to delete
16671                 Move old partial mail deletion to pop.c
16672
16673 2004-07-10 [colin]      0.9.11cvs17.23
16674
16675         * src/inc.c
16676                 Add debug
16677         * src/pop.c
16678         * src/pop.h
16679                 Don't re-use same enums for unrelated stuff: it's 
16680                 completely misleading !
16681                 Document a bit
16682
16683 2004-07-09 [colin]      0.9.11cvs17.22
16684
16685         * src/inc.c
16686                 Remove folder-type check and do
16687                 more tests to be sure everything's
16688                 ok
16689         * src/messageview.c
16690                 Punctuation update, remove useless
16691                 code, fix two warnings
16692         * src/noticeview.c
16693                 Layout cleaning, reset 2nd button
16694                 when specifying one
16695
16696 2004-07-09 [colin]      0.9.11cvs17.21
16697
16698         * src/messageview.c
16699         * src/pop.c
16700         * src/pop.h
16701                 Allow user to change his mind
16702                 and postpone decision (by
16703                 unmarking the mail)
16704
16705 2004-07-09 [colin]      0.9.11cvs17.20
16706
16707         * src/messageview.c
16708                 Fix bug with delete state
16709         * src/pop.c
16710         * src/pop.h
16711                 Fix buffer leak (fread doesn't 
16712                 terminate buffers with \0)
16713                 Refactoring (remove magic 
16714                 numbers)
16715
16716 2004-07-09 [colin]      0.9.11cvs17.19
16717
16718         * src/pop.c
16719                 Don't log "Skipping message" if 
16720                 we're going to TOP it two lines
16721                 later
16722
16723 2004-07-09 [colin]      0.9.11cvs17.18
16724
16725         * src/messageview.c
16726                 Fix Engrish
16727
16728 2004-07-09 [colin]      0.9.11cvs17.17
16729
16730         * src/pop.c
16731                 strlen checking...
16732         * src/messageview.c
16733                 refactoring a bit
16734
16735 2004-07-08 [colin]      0.9.11cvs17.16
16736
16737         * src/noticeview.c
16738         * src/noticeview.h
16739                 Add an optional second button
16740         * src/messageview.c
16741         * src/pop.c
16742         * src/pop.h
16743                 Don't delete partially received mails after a certain
16744                 time; rather, let the user decide.
16745
16746 2004-07-08 [colin]      0.9.11cvs17.15
16747
16748         * src/common/smtp.h
16749                 Sync with HEAD
16750
16751 2004-07-08 [colin]      0.9.11cvs17.14
16752
16753         * src/messageview.c
16754         * src/common/smtp.c
16755                 Use to_human_readable() for sizes
16756
16757 2004-07-08 [colin]      0.9.11cvs17.13
16758
16759         * src/inc.c
16760         * src/messageview.c
16761         * src/pop.c
16762         * src/pop.h
16763         * src/procmsg.c
16764                 Fix partial-downloading issues:
16765                         catch unsupported TOP
16766                         don't delete partially downloaded mails before 5 days
16767                         don't update existing with non-MH folders; that'll
16768                         make dups, but it's better than trashing the folder
16769                         free new msginfo parts
16770                 Fix indentation ;-)
16771
16772 2004-07-08 [colin]      0.9.11cvs17.12
16773
16774         * src/common/smtp.c
16775         * src/common/smtp.h
16776                 Sync smtp size verification with HEAD
16777
16778 2004-07-08 [colin]      0.9.11cvs17.11
16779
16780         * src/summaryview.c
16781         * src/prefs_common.c
16782         * src/prefs_common.h
16783         * src/gtk/quicksearch.c
16784         * src/gtk/quicksearch.h
16785                 Sync sticky pref with HEAD
16786
16787 2004-07-08 [colin]      0.9.11cvs17.10
16788
16789         * src/folder.c [1.213.2.6]
16790         * src/folder.h [1.87.2.6]
16791         * src/inc.c [1.149.2.7]
16792         * src/messageview.c [1.94.2.8]
16793         * src/procheader.c [1.47.2.6]
16794         * src/procmsg.c [1.150.2.4]
16795         * src/procmsg.h [1.60.2.5]
16796         * src/pop.c [1.56.2.4]
16797         * src/pop.h [1.17.2.3]
16798                 Let too big messages get downloaded, but truncated
16799                 Add a button to download them completely
16800                 
16801 2004-07-06 [colin]      0.9.11cvs17.9
16802
16803         * src/gtk/quicksearch.c [1.1.2.3]
16804                 Add a Clear button
16805         * commitHelper
16806         * PATCHSETS
16807                 Add a script to help with cvs
16808
16809 2004-07-03 [colin]      0.9.11cvs17.8
16810
16811         * src/plugins/imageviewer/viewer.c
16812                 fix imageviewer (which was staying on the first
16813                 displayed image)
16814
16815 2004-07-03 [colin]      0.9.11cvs17.7
16816
16817         Removed FIXME_GTK2 warnings
16818         * src/gtk/gtkutils.c
16819                 useless #warnings
16820         * src/gtk/menu.c
16821                 useless #warnings (no need to mess with menu rc)
16822         * src/gtk/menu.h
16823                 unused functions
16824         
16825
16826 2004-07-03 [colin]      0.9.11cvs17.6
16827
16828         Removed FIXME_GTK2 warnings
16829         * src/codeconv.c
16830                 useless #warnings (rewrite needed)
16831         * src/compose.c
16832                 useless #warnings (rewrite needed)
16833                 useless #warnings (gtk2 is like that)
16834                 useless #warnings (previously fixed)
16835         * src/main.c
16836                 useless #warnings (previously fixed)
16837         * src/message_search.c
16838                 useless #warnings (gtk2 is like that)
16839                 Made apparent that search is case-sensitive
16840         * src/mimeview.c
16841                 useless #warnings (rewrite needed)
16842                 useless #warnings (gtk2 is like that)
16843                 reimplemented real warnings
16844         * src/prefs_common.c
16845                 Removed block cursor option (not it gtk2)
16846         * src/prefs_gtk.c
16847                 useless #warnings (rewrite needed)
16848         * src/procheader.c
16849                 useless #warnings (rewrite needed)
16850         * src/sourcewindow.c
16851                 useless #warnings (incorrect placing)
16852         * src/summary_search.c
16853                 useless #warnings (gtk2 is like that)
16854                 Made apparent that search is case-sensitive
16855         * src/action.c
16856                 useless #warnings (gtk2 is like that)
16857         * src/textview.c
16858                 useless #warnings (rewrite needed)
16859         * src/toolbar.c
16860                 useless #warnings (rewrite needed)
16861
16862 2004-07-03 [colin]      0.9.11cvs17.5
16863
16864         * src/textview.c
16865                 Fix mismerge which broke URI opening
16866                 
16867 2004-07-01 [colin]      0.9.11cvs17.4
16868
16869         * src/gtk/filesel.c
16870                 Fill filename when saving
16871                 
16872 2004-06-27 [colin]      0.9.11cvs17.3
16873
16874         * src/gtk/filesel.[ch]
16875                 Use the new GTK file selector
16876                 Update prototype to match the reality: multiple file
16877                 selection is open-only          
16878         * src/compose.c
16879                 Match the new prototypes        
16880         * configure.ac
16881                 Match the new requirements (gtk 2.4.0)
16882                         
16883 2004-06-26 [colin]      0.9.11cvs17.2
16884
16885         * src/plugins/trayicon/trayicon.c
16886                 Remove useless signal handler on resize, which causes
16887                 an infinite "loop"
16888         
16889 2004-06-26 [colin]      0.9.11cvs17.1
16890         
16891         * tools/Makefile.am
16892                 remove launch_firebird and add nautilus2sylpheed.sh
16893         * src/quicksearch.c
16894           src/summaryview.c
16895                 Fix show/hide "Extended symbols" button problem
16896                 Fix apparition at startup
16897                 Fix const warnings
16898         * src/plugins/image_viewer/Makefile.am
16899                 Fix configure 
16900         * common/ssl.c
16901                 Re-enable certificate check, as it doesn't seem to
16902                 cause Xlib errors anymore
16903
16904 2004-06-25 [paul]       0.9.11cvs17
16905
16906         * sync with 0.9.11cvs17 HEAD
16907         
16908         NOTE: QuickSearch is broken
16909
16910 2004-06-07 [colin]      0.9.10claws67.10
16911         * src/plugins/trayicon/trayicon.c
16912           src/plugins/trayicon/libeggtrayicon/Makefile.am
16913           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16914                 Fix gettextization in trayicon plugin
16915
16916 2004-06-07 [colin]      0.9.10claws67.9
16917         
16918         * src/summaryview.c
16919           src/gtk/gtksctree.[ch]
16920                 Let Shift+{Up,Down} work in summaryview
16921                 (well, Down "works" and Up works)
16922                 Let the list scroll when using these keys
16923
16924 2004-06-06 [colin]      0.9.10claws67.8
16925
16926         * src/plugins/trayicon/trayicon.c
16927                 Fix pixmap update
16928
16929 2004-06-06 [colin]      0.9.10claws67.7
16930
16931         * src/addressbook.c
16932                 Fix signal handling causing system-wide focus grab
16933
16934 2004-05-25 [paul]       0.9.10claws67.6
16935
16936         * Makefile.am
16937           src/Makefile.am
16938                 clean up
16939
16940 2004-05-25 [paul]       0.9.10claws67.5
16941
16942         * replace deprecated gtk_signal... functions
16943
16944 2004-05-23 [colin]      0.9.10claws67.4
16945
16946         * src/compose.c
16947                 Fix wrapping
16948
16949 2004-05-22 [colin]      0.9.10claws67.3
16950
16951         * src/compose.c
16952                 Re-fix [Edited] in compose.c::compose_reedit()
16953
16954 2004-05-22 [colin]      0.9.10claws67.2
16955
16956         * src/procmime.c
16957                 Fix parsing of multiparts mails
16958
16959 2004-05-22 [colin]      0.9.10claws67.1
16960
16961         * src/summaryview.c
16962                 Fix quicksearch
16963
16964 2004-05-22 [paul]       0.9.10claws67
16965
16966         * sync with 0.9.10claws67 HEAD
16967
16968 2004-05-14 [alfons]
16969
16970         * src/procmime.h
16971                 add forgotton prototype
16972
16973 2004-05-10 [paul]       0.9.10claws57
16974
16975         * sync with 0.9.10claws57 HEAD
16976
16977 2004-05-05 [paul]       0.9.9.claws1
16978
16979         * ChangeLog-gtk2        ** REMOVED **
16980           ChangeLog-gtk2.claws  ** ADDED **
16981                 rename and adopt the normal claws format
16982                 
16983         * configure.ac
16984                 require gtkmathview >= 0.5
16985
16986         * ac/*                          ** REMOVED **
16987           ac/                           ** REMOVED **
16988           intl/Makefile.in              ** REMOVED **
16989           m4/                           ** ADDED **
16990           m4/missing                    ** ADDED **
16991           m4/missing/gdk-pixbuf.m4      ** ADDED **
16992           m4/missing/gettext.m4         ** ADDED **
16993           m4/missing/gpgme.m4           ** ADDED **
16994           m4/missing/imlib.m4           ** ADDED **
16995           m4/.cvsignore                 ** ADDED **
16996           m4/Makefile.am                ** ADDED **
16997           m4/README                     ** ADDED **
16998           m4/aclocal-include.m4         ** ADDED **
16999           m4/aspell.m4                  ** ADDED **
17000           m4/check-type.m4              ** ADDED **
17001           m4/gnupg-check-typedef.m4     ** ADDED **
17002           m4/openssl.m4                 ** ADDED **
17003           m4/spamassassin.m4            ** ADDED **
17004           po/ChangeLog                  ** REMOVED **
17005           po/Makefile.in.in             ** REMOVED **
17006           po/Rules-quot                 ** REMOVED **
17007           po/boldquot.sed               ** REMOVED **
17008           po/en@boldquot.header         ** REMOVED **
17009           po/en@quot.header             ** REMOVED **
17010           po/insert-header.sin          ** REMOVED **
17011           po/quot.sed                   ** REMOVED **
17012           po/remove-potcdate.sed        ** REMOVED **
17013           po/remove-potcdate.sin        ** REMOVED **
17014           po/stamp-po                   ** REMOVED **
17015           Makefile.am
17016           autogen.sh
17017           configure.ac
17018                 enable building with automake 1.8.x
17019                 add 'autopoint --force' to autogen.sh and remove all
17020                 auto-generated files, remove ac/ directory and use
17021                 m4/ directory instead
17022                 
17023         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17024                 fix gettextization
17025
17026 2004-02-28 Colin Leroy <colin@colino.net>
17027         * src/prefs_matcher.c
17028           src/prefs_filtering.c
17029           src/prefs_filtering_action.c
17030                 Fix non-editable GtkEntries
17031
17032 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17033         * src/prefs_themes.c
17034                 utf8 conversion for theme info
17035
17036 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17037         * sync 0.9.9claws
17038
17039 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17040         * src/grouplistdialog.c
17041                 allow multiple selections without ctrl key
17042
17043 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17044         * src/main.c
17045                 enable customizable accelerators
17046
17047 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17048         * src/prefs_common.c
17049                 re-enable different font settings for gtk1/2
17050         * src/prefs_folder_item.c
17051                 fix folder prefs displayed wrong
17052         * src/textview.c
17053                 set 'sunken' shadow type
17054
17055 2004-02-07 Colin Leroy <colin@colino.net>
17056         * src/compose.c
17057                 Fix message being always [Edited]
17058                 Encode headers correctly (utf8 buf)
17059
17060 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17061         * src/socket.c
17062                 remove double g_source_attach()
17063                 (Thanks to Colin Leroy)
17064
17065 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17066         * src/gtk/gtksctree.c
17067                 Fix SSL certificate list not shown
17068         * src/mimeview.c
17069                 Fix clicks in mime tree
17070
17071 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17072         * src/common/socket.c
17073                 Fix SSL receive
17074         * src/compose.c
17075                 Fix clipboard menu hotkeys
17076
17077 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17078         * src/gtk/gtkaspell.[ch]
17079           src/compose.c
17080                 reimplement spellchecker
17081
17082 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17083         * src/gtk/filesel.c
17084                 crash when inserting file in compose window
17085                 (TODO: keep old selection on clicks)
17086         * src/main.c
17087                 use gtkrc-2.0 instead of gtkrc
17088
17089 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17090         * src/messageview.c
17091                 remove orphaned mimeview unref()
17092
17093 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17094         * src/grouplistdialog.c
17095                 expand nodes containing subscribed groups
17096
17097 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17098         * src/textview.c
17099                 textview: hide cursor, restore old click behaviour
17100
17101 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17102         * src/textview.c
17103                 variable names messed up
17104
17105 2004-01-17 Colin Leroy <colin@colino.net>
17106         * src/addr_compl.c
17107                 Fix completion address too thin
17108         * src/compose.c
17109                 Fix tab-to-subject behaviour
17110         * src/summaryview.c
17111                 Implement key up & down in summaryview
17112
17113 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17114
17115         * sync 098claws
17116
17117 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17118         * configure.ac
17119           Makefile.am
17120           doc/.cvsignore
17121           doc/Makefile.am
17122                 faq, man, manual moved to doc/
17123         * ac/aspell.m4
17124           ac/check-type.m4
17125           ac/gnupg-check-typedef.m4
17126           ac/openssl.m4
17127           ac/spamassassin.m4
17128           ac/missing/gdk-pixbuf.m4
17129           ac/missing/gpgme.m4
17130           ac/missing/imlib.m4
17131                 fix automake warnings
17132
17133 2003-12-06 Colin Leroy <colin@colino.net>
17134         * src/summaryview.c
17135                 Fix quicksearch
17136
17137 2003-12-05 Colin Leroy <colin@colino.net>
17138         * src/summaryview.c
17139                 Fix going to next unread folder
17140
17141 2003-12-05 Colin Leroy <colin@colino.net>
17142         * src/crash.c
17143                 Fix gtk2 compilation
17144         * src/session.c
17145                 Remove iotag source handler at disconnection
17146         * src/socket.[ch] 
17147                 Remove source handler when closing socket 
17148                 (fixes another seg)
17149
17150 2003-12-04 Colin Leroy <colin@colino.net>
17151         * src/compose.c
17152           src/prefs_account.c
17153           src/prefs_common.c
17154                 Fix some dropdown menus
17155
17156 2003-12-04 Colin Leroy <colin@colino.net>
17157         * src/compose.c
17158                 Fix event handlers on header fields
17159         * src/common/socket.c
17160           src/common/session.c
17161                 Fix segfault with callback (SSL)
17162                 Fix end of session 
17163
17164 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17165
17166         * Fix compile bug in src/compose.c
17167         * removed src/gtk/gtkstext.[ch]
17168
17169 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17170
17171         * Convert character set and escape "text" attributes in toolbar setting
17172         files.
17173         * Fixed bug in button-press-event handling.
17174
17175 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17176
17177         * Fixed bug in key-press-event handling.
17178
17179 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17180
17181         * Enabled to compile tray-icon plugin (Ad-hoc).
17182         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17183
17184 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17185
17186         * Enabled to compile on sylpheed-claws.
17187         (tray-icon plugin still cannot compile yet.)
17188
17189 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17190
17191         * Updated to 0.9.5.
17192
17193 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17194
17195         * Updated to 0.9.4.
17196         * Ported monitoring SSL mechanism to GSource of GLib2
17197         (I don't confirm it)
17198         * Added _gtk2 suffix to key name of font preference to avoid
17199         ovverwriting preference of Gtk+-1.2 version.
17200
17201 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17202
17203         * Updated to 0.9.2.
17204
17205 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17206
17207         * Updated to 0.9.1.
17208         * Translate po files into UTF-8 when execute autogen.sh.
17209
17210 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17211
17212         * Updated to 0.9.0.
17213
17214 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17215
17216         * Plugged GError related memory leaks.
17217
17218 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17219
17220         * Changed default size of fonts.
17221         * Enabled to set titile font size of warning dialog.
17222
17223 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17224
17225         * Embed a sylpheed icon into executable binary on Windows.
17226
17227 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17228
17229         * I forgot to traslate character set of element string in src/xml.c.
17230
17231 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17232
17233         * Fixed detecting bind_textdomain_codeset in configure.in.
17234         * The bug in which "Example" of "Date fromat" preference isn't displayed
17235         correctly has been fixed.
17236
17237 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17238
17239         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17240           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17241           glib-gettextize
17242           Removed intl directory.
17243           Translated po files into UTF-8.
17244           (Thanks! Ryuji Abe)
17245
17246 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17247
17248         * The bug which doesn't unscape string in xml.c has been fixed.
17249
17250 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17251
17252         * The bug which is failed to translate encoding of file name thorough
17253         file dialog has been fixed.
17254
17255 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17256
17257         * Modified to translate file names which is used in inporting/expoting
17258         mbox feature and "Save as" feature into locale encoding.
17259         * Translate file names into locale encoding when "Attache file" and
17260         "Insert file".
17261         * Force set G_BROKEN_FILENAMES environment variable.
17262         * Other minor fixes.
17263
17264 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17265
17266         * Modified to treat MH folder's name as locale encoding.
17267
17268 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17269
17270         * The bug which clash on switching candidates of auto completion of
17271         addresses, cannot use auto completion in Japanesse is fixed
17272         (Thanks! Tokunaga-san)¡¥
17273
17274 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17275
17276         * The bug which cannot switch key accelerator preference has been fixed
17277         (Thanks! smbd-san)¡¥
17278
17279 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17280
17281         * version 0.8.11-gtk2-20030314
17282
17283 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17284
17285         * The bug in which character set conversion of filtering messages has
17286         been fixed.(Thanks! COCOA-san).
17287
17288 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17289
17290         * Revived "Leave space on head" preference in "Message" category.
17291         * A bug which clash when put the cursor to end of buffer and execute
17292         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17293
17294 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17295
17296         * version 0.8.11-gtk2-20030312
17297
17298 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17299
17300         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17301         * Modified to use Pango's API directly for font preference.
17302         * Integrated GtkTextView of textview to one widget.
17303         * Set fonts of header title in textview by "header_title" tag.
17304         * Removed some deprecated codes.
17305
17306 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17307
17308         * Updated to 0.8.11.
17309         * Merged cygwin patch(Thanks! Sakai-san).
17310
17311 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17312
17313         * version 0.8.10-gtk2-20030309