2006-08-16 [paul] 2.4.0cvs53
[claws.git] / ChangeLog
1 2006-08-16 [paul]       2.4.0cvs53
2
3         * configure.ac
4         * src/account.c
5         * src/addressbook.c
6         * src/headerview.c
7         * src/prefs_account.c
8         * src/prefs_message.c
9         * src/gtk/gtkutils.c
10                 bump up minimum required versions of GTK+ and
11                 GLIB to 2.6.0
12
13 2006-08-16 [paul]       2.4.0cvs52
14
15         * src/toolbar.c
16                 workaround GTK+ Bug 351600 - 'Can't re-click
17                 on button after sensitivity update'
18                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
19                 Thanks to Colin
20
21 2006-08-15 [colin]      2.4.0cvs51
22
23         * src/plugins/pgpcore/prefs_gpg.c
24                 Set options sensitivity according to
25                 key existence
26         * src/plugins/pgpcore/sgpgme.c
27                 Allow to create key with no passphrase
28
29 2006-08-14 [cleroy]     2.4.0cvs50
30
31         * src/gtk/pluginwindow.c
32                 New layout (maybe to be changed?)
33         * src/gtk/gtkutils.c
34                 Fix a bit label_window
35         * src/plugins/pgpcore/passphrase.c
36         * src/plugins/pgpcore/passphrase.h
37         * src/plugins/pgpcore/plugin.c
38         * src/plugins/pgpcore/prefs_gpg.c
39         * src/plugins/pgpcore/prefs_gpg.h
40         * src/plugins/pgpcore/sgpgme.c
41         * src/plugins/pgpcore/sgpgme.h
42                 Allow to create a PGP private key via the GUI
43
44 2006-08-14 [wwp]        2.4.0cvs49
45
46         * src/addressbook_foldersel.c
47                 fix strict ISO C90 compliance.
48
49 2006-08-14 [paul]       2.4.0cvs48
50
51         * src/gtk/prefswindow.c
52                 re-set scrolled window on opening
53                 Patch by Ticho
54
55 2006-08-14 [paul]
56
57         2.5.0-rc1 released
58
59 2006-08-14 [paul]       2.4.0cvs47
60
61         * src/prefs_display_header.c
62                 re-enable user-defined Displayed Headers
63
64 2006-08-14 [paul]       2.4.0cvs46
65
66         * src/prefs_account.c
67                 use GTK_STOCK_EDIT
68
69 2006-08-13 [colin]      2.4.0cvs45
70
71         * src/common/utils.c
72                 Fix "a" in quote when the original message is empty,
73                 by using \0 instead of 'a' to test writability of
74                 temp files.
75
76 2006-08-13 [wwp]        2.4.0cvs44
77
78         * src/plugins/spamassassin/spamassassin.c
79                 fix capitalization of "SpamAssassin" in some debug, log and
80                 dialog messages.
81
82 2006-08-13 [paul]       2.4.0cvs43
83
84         * src/editldap.c
85                 fix overlapping widgets
86         * src/prefs_account.c
87                 fix translation of protocol_names[]
88                 fix label disappearing off the edge of the
89                 visible area
90
91 2006-08-12 [paul]       2.4.0cvs42
92
93         * manual/plugins.xml
94                 update IRC channel info before it gets forgotten
95                 about
96
97 2006-08-11 [colin]      2.4.0cvs41
98
99         * src/compose.c
100         * src/mainwindow.c
101         * src/mainwindow.h
102         * src/procmsg.c
103         * src/procmsg.h
104         * src/summaryview.c
105         * src/toolbar.c
106                 Grey out the Send button if
107                 - Queue folders are empty, or
108                 - We're sending already
109
110 2006-08-11 [wwp]        2.4.0cvs40
111
112         * src/main.c
113                 fix a logic issue when quitting while a compose window is
114                 still open, thanks to Colin.
115
116 2006-08-10 [colin]      2.4.0cvs39
117
118         * src/main.c
119                 Fix default font size setting after wizard run
120         * src/imap.c
121         * src/etpan/imap-thread.c
122         * src/etpan/imap-thread.h
123                 Fix bug #999 (Timing out on TSL cert validation 
124                 dialog makes ugly things happen). Also, STARTTLS
125                 unconditionnaly if initial capabilities contain
126                 LOGINDISABLED and STARTTLS.
127
128 2006-08-09 [colin]      2.4.0cvs38
129
130         * src/mainwindow.c
131         * src/mainwindow.h
132                 Fix Tools/Actions sensitivity when there are
133                 no actions
134
135 2006-08-09 [colin]      2.4.0cvs37
136
137         * src/prefs_filtering.c
138                 Warning fix, patch by Paul
139         * src/messageview.c
140         * src/prefs_actions.c
141         * src/prefs_filtering_action.c
142         * src/prefs_matcher.c
143                 Uniformisation of "Info ..." to "Info..." (for
144                 old gtk), patch by Fabien
145         * src/plugins/clamav/clamav_plugin_gtk.c
146                 Sensitivity fix by Fabien
147
148 2006-08-09 [colin]      2.4.0cvs36
149
150         * src/main.c
151         * src/main.h
152                 Add a function to know whether we're exiting
153         * src/plugins/trayicon/trayicon.c
154                 If exiting, don't do anything. Faster, and
155                 avoids gtk_main_iteration reentracy causing
156                 segfaults at exit
157
158 2006-08-09 [colin]      2.4.0cvs35
159
160         * src/messageview.c
161         * src/mimeview.c
162         * src/mimeview.h
163                 Fix lack of part selection when automatically 
164                 jumping to a specific part
165         * src/msgcache.c
166                 Little optimisation in cache reading
167
168 2006-08-09 [colin]      2.4.0cvs34
169
170         * src/compose.c
171                 Fix crash setting the priority on reedit
172                 (Accessing compose before creating it!)
173
174 2006-08-08 [colin]      2.4.0cvs33
175
176         * src/procmime.c
177                 Fix bug #998 (last attachment is not accessible)
178                 Bad RFC interpretation on multipart close-delimiters
179         * src/mimeview.c
180         * src/mimeview.h
181         * src/gtk/gtkvscrollbutton.c
182         * src/gtk/gtkvscrollbutton.h
183                 Make attachments list wheel-scrollable
184
185 2006-08-07 [colin]      2.4.0cvs32
186
187         * src/gtk/gtkaspell.c
188                 Fix bug #973 (Unicode punctation characters 
189                 are not recognized as separators by the
190                 spell checker); fix unsigned stuff
191
192 2006-08-07 [colin]      2.4.0cvs31
193
194         * src/compose.c
195                 Fix bug #956 (DnD text with accents in compose 
196                 text entry); fix gccc's signed/unsigned fuss
197
198 2006-08-06 [colin]      2.4.0cvs30
199
200         * src/main.c
201                 Fix bug #979 (Plugin crashes when exiting 
202                 sylpheed-claws) : handle exit request only 
203                 once
204
205 2006-08-05 [colin]      2.4.0cvs29
206
207         * src/news.c
208                 Just make sure we have a msgid.
209
210 2006-08-05 [colin]      2.4.0cvs28
211
212         * src/news.c
213         * src/summaryview.c
214                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
215                 by reimplementing it
216         * src/textview.c
217                 Fix bug when hiding quotes with level > 3 and quote
218                 colors are recycled
219
220 2006-08-04 [colin]      2.4.0cvs27
221
222         * src/compose.c
223         * src/undo.c
224         * src/undo.h
225                 Fix a bit replace-by-pasting undo
226         * src/mainwindow.c
227         * src/messageview.c
228                 Fix Fold quotes menu synchro in
229                 mainwindow when it changes in 
230                 messageview
231         * src/textview.c
232                 Fix right-click on quotes blocks
233         * src/common/utils.c
234                 Verify that the file created by
235                 my_tmpfile() is writable. Fixes
236                 bug #988 (very specific filesystem
237                 issue)
238         * src/plugins/pgpcore/sgpgme.c
239                 Fix file descriptor leak
240         * src/plugins/spamassassin/spamassassin.c
241                 Warn once if spamd isn't reachable
242
243 2006-08-04 [colin]      2.4.0cvs26
244
245         * src/toolbar.c
246                 i18n context patch by Fabien
247
248 2006-08-03 [colin]      2.4.0cvs25
249
250         * src/mainwindow.c
251         * src/messageview.c
252                 Rename "Hide quotes" to "Fold quotes"
253         * src/textview.c
254                 Don't use hand cursor on quotes. "all 
255                 the bonuses of the feature and none of 
256                 unwelcome side-effects"
257
258 2006-08-03 [colin]      2.4.0cvs24
259
260         * AUTHORS
261         * sylpheed-claws.desktop
262         * src/gtk/authors.h
263                 Bring the desktop file to XDG compliance
264                 Patch by Charles A. Edwards
265
266 2006-08-03 [colin]      2.4.0cvs23
267
268         * src/textview.c
269                 Fix links offset when they are preceded
270                 by accentued chars (g_utf8_strlen!)
271         * src/mainwindow.c
272                 Fix wrong status when starting offline
273
274
275 2006-08-03 [wwp]        2.4.0cvs22
276
277         * src/prefs_common.h
278                 ask what to do w/ filtering rules that belong to an account when
279                 applying filtering rules manually from the main window (skip,
280                 apply regardless of the account, use current account). This dialog
281                 can be skipped and the last reply used.
282                 (forgot that file)
283
284 2006-08-03 [wwp]        2.4.0cvs21
285
286         * src/filtering.c
287         * src/filtering.h
288         * src/prefs_common.c
289         * src/summaryview.c
290         * src/alertpanel.c
291         * src/alertpanel.h
292         * src/messageview.c
293                 ask what to do w/ filtering rules that belong to an account when
294                 applying filtering rules manually from the main window (skip,
295                 apply regardless of the account, use current account). This dialog
296                 can be skipped and the last reply used.
297
298
299 2006-08-03 [colin]      2.4.0cvs20
300
301         * src/textview.c
302                 Optimize previous patch
303
304 2006-08-03 [cleroy]     2.4.0cvs19
305
306         * src/textview.c
307                 Fix quotes getting toggled back when the
308                 mail has an even number of text parts
309
310 2006-08-02 [colin]      2.4.0cvs18
311
312         * src/messageview.c
313                 Add Hide quotes menu
314
315 2006-08-02 [colin]      2.4.0cvs17
316
317         * src/mainwindow.c
318         * src/prefs_common.c
319         * src/textview.c
320         * src/textview.h
321         * src/gtk/about.c
322                 Allow per-level quote hiding,
323                 Allow toggling quotes by double-clicking them
324                 Rename RemoteURI to ClickableText to reflect
325                 the fact it's used for a variety of things
326
327 2006-08-02 [wwp]        2.4.0cvs16
328
329         * src/mainwindow.c
330                 fix "View/Hide quotes" menu item status initialization.
331
332 2006-08-02 [wwp]        2.4.0cvs15
333
334         * src/matcher_parser_parse.y
335                 remove a debug trace.
336
337 2006-08-02 [paul]       2.4.0cvs14
338
339         * src/plugins/pgpcore/passphrase.c
340                 don't set initial dialog size
341                 make it resizable
342
343 2006-08-02 [paul]       2.4.0cvs13
344
345         * src/noticeview.c
346                 remove the rogue '/' character
347
348 2006-08-02 [paul]       2.4.0cvs12
349
350         * src/noticeview.c
351                 allow buttons to resize as necessary
352
353 2006-08-01 [wwp]        2.4.0cvs11
354
355         * src/mbox.c
356                 fix strict ISO C90 compliance.
357
358 2006-08-01 [wwp]        2.4.0cvs10
359
360         * tools/update-po
361                 updated update-po tool to work w/ context-dependent translations.
362                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
363
364 2006-08-01 [wwp]        2.4.0cvs9
365
366         * src/matcher.c
367         * src/prefs_filtering.c
368         * src/prefs_matcher.c
369                 allow context-dependent translations for "All",
370                 patch by Fabien Vantard <fzzzzz@gmail.com>.
371
372 2006-07-31 [colin]      2.4.0cvs8
373
374         * AUTHORS
375         * src/gtk/authors.h
376                 Add Rafal to authors
377
378 2006-07-31 [colin]      2.4.0cvs7
379
380         * src/compose.c
381         * src/mainwindow.c
382         * src/messageview.h
383         * src/prefs_common.c
384         * src/prefs_common.h
385         * src/textview.c
386                 Add 'View/Hide quotes'. Patch based on a patch
387                 by Rafal Weglarz
388
389 2006-07-31 [colin]      2.4.0cvs6
390
391         * src/action.c
392                 Fix problem with "> stuff >" actions
393
394 2006-07-31 [paul]       2.4.0cvs5
395
396         * po/nb.po
397                 updated by Geir Helland
398
399 2006-07-31 [wwp]        2.4.0cvs4
400
401         * src/mainwindow.c
402         * src/summaryview.c
403         * src/summaryview.h
404                 add "View/Go to/Parent message" and "View/Go to/Last read message",
405                 thanks to Colin.
406
407 2006-07-31 [wwp]        2.4.0cvs3
408
409         * src/Makefile.am
410         * src/addr_compl.c
411         * src/addr_compl.h
412         * src/addressbook.c
413         * src/addressbook.h
414         * src/addressbook_foldersel.c
415         * src/addressbook_foldersel.h
416         * src/addrindex.c
417         * src/addrindex.h
418         * src/matcher.c
419         * src/matcher.h
420         * src/matcher_parser_lex.l
421         * src/matcher_parser_parse.y
422         * src/prefs_common.c
423         * src/prefs_common.h
424         * src/prefs_filtering.c
425         * src/prefs_matcher.c
426         * src/prefs_matcher.h
427         * src/summaryview.c
428                 introduce filtering against the address book. It's now possible to add
429                 matched conditions to determine if any email address in a message matches
430                 or doesn't match any or all books or folders in the address book.
431
432 2006-07-31 [wwp]        2.4.0cvs2
433
434         * src/account.c
435         * src/filtering.c
436         * src/filtering.h
437         * src/folder.c
438         * src/folderview.c
439         * src/inc.c
440         * src/mainwindow.c
441         * src/matcher.c
442         * src/matcher_parser_lex.l
443         * src/matcher_parser_parse.y
444         * src/mbox.c
445         * src/prefs_filtering.c
446         * src/prefs_filtering.h
447         * src/procmsg.c
448         * src/procmsg.h
449         * src/summaryview.c
450                 introduce per-account filtering rules. Each filtering rule can now be assigned
451                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
452                 when applying filtering rules manually, as all rules will apply - even the ones
453                 assigned to an account. This issue will be addressed soon.
454  
455
456
457 2006-07-31 [wwp]        2.4.0cvs1
458
459         * src/quote_fmt.c
460                 make more strings translatable.
461
462 2006-07-31 [paul]       2.4.0
463
464         2.4.0 released
465
466 2006-07-31 [paul]       2.3.1cvs91
467
468         * po/ca.po
469                 updated by Miquel Oliete
470
471 2006-07-31 [paul]       2.3.1cvs90
472
473         * po/de.po
474         * po/el.po
475         * po/fr.po
476         * po/it.po
477         * po/pl.po
478         * po/pt_BR.po
479         * po/sr.po
480         * po/zh_CN.po
481                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
482                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
483                 Aleksandar Urosevic, and Ralgh Young
484
485 2006-07-31 [paul]       2.3.1cvs89
486
487         * src/account.c
488         * src/main.c
489         * src/mainwindow.c
490         * src/mainwindow.h
491                 Fix a race condition when, after an SC crash, rescanning
492                 folders took more than 0.5 seconds
493                 Thanks to Colin
494
495 2006-07-31 [paul]       2.3.1cvs88
496
497         * src/folderview.c
498                 don't translate separator strings
499
500 2006-07-30 [mones]      2.3.1cvs87
501
502         * doc/man/sylpheed-claws.1
503                 Fixed non-ASCII chars in Hoa's name
504         * po/es.po
505                 Updated for release
506
507 2006-07-27 [colin]      2.3.1cvs86
508
509         * src/textview.c
510                 Don't include the leading \n in links
511                 Patch by Fabien
512
513 2006-07-25 [colin]      2.3.1cvs85
514
515         * src/mainwindow.c
516         * src/common/socket.h
517         * src/etpan/imap-thread.c
518                 Refresh resolvers before connecting
519                 to IMAP servers, and after switching
520                 to online. Thanks to Paul.
521
522 2006-07-18 [colin]
523
524         * 2.4.0-rc4 released
525
526 2006-07-17 [colin]      2.3.1cvs84
527
528         * src/inc.c
529                 Show connection attempt in statusbar before
530                 connecting (previously first message was
531                 "Retrieving messages from ..." after the
532                 connection succeeded.
533
534 2006-07-16 [wwp]        2.3.1cvs83
535
536         * sylpheed-claws.ico
537                 Added .ico file (windows multi-size icon file, generated).
538
539 2006-07-12 [wwp]        2.3.1cvs82
540
541         * src/messageview.c
542                 remove Message/Re-edit menu entry from messageview window,
543                 as sent/draft/queued messages are opened in compose window when
544                 re-edited and it's not possible to re-edit other msgs.
545
546 2006-07-12 [paul]       2.3.1cvs81
547
548         * AUTHORS
549         * src/mainwindow.c
550         * src/gtk/authors.h
551                 check online state before resetting
552                 mailcheck timer. Useful if some program
553                 verifies connection state and updates
554                 Claws.
555                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
556
557 2006-07-12 [paul]       2.3.1cvs80
558
559         * sylpheed-claws-128x128.png
560         * sylpheed-claws-64x64.png
561         * sylpheed-claws.png
562         * src/Makefile.am
563         * src/main.c
564         * src/prefs_toolbar.c
565         * src/stock_pixmap.c
566         * src/stock_pixmap.h
567         * src/wizard.c
568         * src/gtk/about.c
569         * src/gtk/gtkutils.c
570         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
571         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
572         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
573         * src/pixmaps/sylpheed.xpm              ** REMOVED **
574         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
575         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
576                 updated and renamed logo/icon files and related
577                 logo by Jesper Schultz
578
579 2006-07-11 [paul]       2.3.1cvs79
580
581         * src/main.c
582                 fix the labels a smidgin
583
584 2006-07-09 [colin]      2.3.1cvs78
585
586         * src/textview.c
587                 Show errors in textviewer's command
588                 Patch by H. Merijn Brand
589
590 2006-07-09 [colin]      2.3.1cvs77
591
592         * src/compose.c
593                 Save FMID in drafts too
594
595 2006-07-08 [colin]      2.3.1cvs76
596
597         * src/compose.c
598                 Svae RMID in drafted mails too
599                 Save quote_fmt vars for whole mails,
600                 don't reset at each quote_fmt_init:
601                 allows to use the same |i{var} in
602                 various template fields
603         * src/prefs_template.c
604         * src/quote_fmt.h
605         * src/quote_fmt_parse.y
606                 Same
607
608 2006-07-08 [colin]      2.3.1cvs75
609
610         * src/textview.c
611                 Fix highlighting of attached parts URIs
612
613 2006-07-08 [colin]      2.3.1cvs74
614
615         * src/main.c
616                 Prevent bug #981 (sc 2.3.1 segfaults with 
617                 gtk+ 2.10) from being reported again:
618                 if Sylpheed-Claws has been compiled against
619                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
620                 of if Sylpheed-Claws has been compiled against
621                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
622                 error out.
623
624 2006-07-07 [colin]      2.3.1cvs73
625
626         * src/prefs_actions.c
627                 Fix label
628
629 2006-07-07 [colin]      2.3.1cvs72
630
631         * src/prefs_actions.c
632                 Fix compile on gtk < 2.8. argh :)
633
634 2006-07-07 [paul]       2.3.1cvs71
635
636         * src/common/defs.h
637                 update DONATE_URI
638
639 2006-07-07 [colin]      2.3.1cvs70
640
641         * po/POTFILES.in
642         * src/quote_fmt.c
643         * src/quote_fmt_lex.l
644         * src/quote_fmt_parse.y
645                 Add |i{var}, a way to insert user-entered
646                 text in a template
647
648 2006-07-07 [colin]
649
650         * 2.4.0-rc3 released
651
652 2006-07-07 [colin]      2.3.1cvs69
653
654         * src/folder.c
655                 Don't consider inboxes of UNKNOWN folder 
656                 classes to be useable as default inboxes
657
658 2006-07-07 [paul]       2.3.1cvs68
659
660         * src/textview.c
661                 add missing #include <errno.h>
662                 Thanks to René J. Blokland
663
664 2006-07-07 [paul]       2.3.1cvs67
665
666         * src/action.c
667                 Return now Closes dialog
668         * src/mimeview.c
669         * src/mimeview.h
670         * src/textview.c
671                 add contextual menu to mime parts listed
672                 in the textview
673                 Thanks to Colin
674         * src/common/utils.c
675                 reversal: ' is a valid character in URLs
676
677 2006-07-06 [colin]      2.3.1cvs66
678
679         * src/remotefolder.h
680                 Forgotten in previous commit
681
682 2006-07-06 [colin]      2.3.1cvs65
683
684         * src/folder.c
685                 Set summary update flag whenever
686                 totals changed
687         * src/imap.c
688         * src/prefs_account.c
689         * src/common/utils.h
690         * src/etpan/imap-thread.c
691                 Fix warnings, thanks to Fabien and
692                 Ricardo
693
694 2006-07-06 [wwp]        2.3.1cvs64
695
696         * src/gtk/gtkutils.c
697                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
698
699 2006-07-06 [wwp]        2.3.1cvs63
700
701         * src/account.c
702         * src/addressbook.c
703         * src/addressitem.h
704         * src/folderview.c
705         * src/mainwindow.c
706         * src/manual.c
707         * src/manual.h
708         * src/message_search.c
709         * src/prefs_actions.c
710         * src/prefs_filtering.c
711         * src/prefs_filtering.h
712         * src/prefs_template.c
713         * src/summary_search.c
714         * src/summaryview.c
715         * src/gtk/gtkutils.c
716         * src/gtk/gtkutils.h
717         * src/gtk/pluginwindow.c
718                 add help buttons to some dialogs. Clicking such buttons opens a
719                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
720
721 2006-07-06 [paul]       2.3.1cvs62
722
723         * src/textview.c
724                 fix attachments contextual menu
725                 Thanks to Colin
726
727 2006-07-05 [colin]      2.3.1cvs61
728
729         * src/textview.c
730         * src/compose.c
731                 Handle sftp:// links
732
733 2006-07-05 [paul]       2.3.1cvs60
734
735         * src/gtk/filesel.c
736                 grab save button by default
737                 Thanks to Colin
738
739 2006-07-05 [wwp]        2.3.1cvs59
740
741         * manual/xml2pdf
742                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
743
744 2006-07-04 [colin]      2.3.1cvs58
745
746         * src/mimeview.c
747         * src/textview.c
748                 Use left click to select, middle click to open
749                 on mimeparts links
750         * src/common/utils.c
751                 Fix segfault
752
753 2006-07-04 [colin]      2.3.1cvs57
754
755         * src/mainwindow.c
756         * src/news.c
757                 Warning fixes, thanks to Fabien
758
759 2006-07-04 [colin]      2.3.1cvs56
760
761         * src/mimeview.c
762         * src/mimeview.h
763         * src/textview.c
764                 Allow parts to be selected via their text label
765                 in textview
766
767 2006-07-04 [colin]      2.3.1cvs55
768
769         * src/folderview.c
770                 Feedback when closing (for big folders)
771         * src/prefs_actions.c
772         * src/prefs_filtering.c
773         * src/prefs_matcher.c
774         * src/prefs_template.c
775                 Fix default button when closing without
776                 having saved
777
778 2006-07-04 [colin]      2.3.1cvs54
779
780         * src/news.c
781                 Delete local file on deletion
782
783 2006-07-03 [colin]      2.3.1cvs53
784
785         * src/folderview.c
786         * src/main.c
787                 Don't freeze when rescanning after crash
788
789 2006-07-03 [wwp]        2.3.1cvs52
790
791         * src/compose.c
792         * src/privacy.c
793         * src/privacy.h
794         * src/plugins/pgpinline/pgpinline.c
795         * src/plugins/pgpmime/pgpmime.c
796                 don't report an error when the user cancels the passphrase dialog.
797
798 2006-07-02 [colin]      2.3.1cvs51
799
800         * src/folderview.c
801                 Open message when crossing folders with Space,
802                 goto next unread and friends
803
804 2006-07-01 [colin]      2.3.1cvs50
805
806         * src/prefs_account.c
807                 Typographic rules varying from language
808                 to language (in french "Protocole :"),
809                 we have to do that :)
810
811 2006-07-01 [ticho]      2.3.1cvs49
812
813         * src/prefs_account.c
814                 Only use one temporary gchar* variable in
815                 prefs_account_protocol_set_optmenu().
816
817 2006-07-01 [ticho]      2.3.1cvs48
818
819         * src/prefs_account.c
820         * src/prefs_account.h
821                 Use GtkLabel for existing account protocol name.
822                 Created an array for protocol names and populate the
823                 combobox from it in a for() cycle.
824
825 2006-06-30 [colin]      2.3.1cvs47
826
827         * src/compose.c
828                 Block undo when changing signature (by changing
829                 account)
830
831 2006-06-30 [paul]       2.3.1cvs46
832
833         * src/send_message.c
834                 when editing From in the Compose window, use that address
835                 in the Return-Path: header
836                 Thanks to Colin
837
838 2006-06-30 [colin]      2.3.1cvs45
839
840         * src/compose.c
841                 Fix signature replacement:
842                 - when no newline before separator
843                 - when reediting
844
845 2006-06-29 [colin]      2.3.1cvs44
846
847         * src/folderview.c
848         * src/folderview.h
849         * src/mainwindow.c
850         * src/summaryview.c
851                 Let 'View/Go to/Next marked' work like
852                 Next new & Next unread: across folders
853                 Change the select_on_entry pref to do
854                 what we want when changing folder
855         * src/common/utils.c
856                 Fix single-quoted links 
857
858 2006-06-29 [colin]      2.3.1cvs43
859
860         * src/gtk/gtkaspell.c
861                 "Sylpheed" and "Sylpheed-Claws" do exist !
862
863 2006-06-29 [colin]      2.3.1cvs42
864
865         * src/imap.c
866                 Forgot to remove debug
867
868 2006-06-29 [colin]      2.3.1cvs41
869
870         * src/imap.c
871         * src/imap.h
872         * src/mainwindow.c
873                 Disconnect from IMAP servers when going
874                 offline. Fixes bug #978 (going to offline-mode 
875                 won't close connections)
876
877 2006-06-29 [colin]      2.3.1cvs40
878
879         * src/main.c
880                 Fix transient setting on failing plugins
881                 Patch by Fabien
882         * src/plugins/pgpcore/sgpgme.c
883                 Only warn for OpenPGP. Most people don't
884                 have CMS available.
885
886 2006-06-29 [colin]      2.3.1cvs39
887
888         * src/compose.c
889                 Fix Spelling menu (discrepancy between context menu
890                 and top menu when folder's dictionary isn't the 
891                 default one)
892         * src/plugins/pgpcore/sgpgme.c
893                 More error reporting about why gpgme can fail
894
895 2006-06-29 [wwp]        2.3.1cvs38
896
897         * src/mainwindow.c
898                 honor the display-header-pane setting even when the message view
899                 is a separate window.
900
901 2006-06-29 [wwp]        2.3.1cvs37
902
903         * src/prefs_actions.c
904                 forgot to commit that one (use of GTK_STOCK_INFO).
905
906 2006-06-29 [colin]      2.3.1cvs36
907
908         * src/imap.c
909                 Better handling of login errors (ask the password
910                 again once), alert in case of error. Fix three
911                 signedness warnings.
912
913 2006-06-28 [wwp]        2.3.1cvs35
914
915         * src/prefs_template.c
916         * src/prefs_matcher.c
917         * src/prefs_filtering_action.c
918         * src/prefs_quote.c
919                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
920                 patch by Fabien Vantard, slightly modified.
921
922 2006-06-28 [paul]
923
924         2.4.0-rc2 released
925
926 2006-06-28 [colin]      2.3.1cvs34
927
928         * src/prefs_account.c
929                 Fix bug #977 (Can't add or edit imap accounts)
930
931 2006-06-28 [colin]      2.3.1cvs33
932
933         * src/mimeview.c
934                 Fix previous
935
936 2006-06-28 [colin]      2.3.1cvs32
937
938         * src/mimeview.c
939                 Save named inlined attachments with "Save all"
940         * src/main.c
941         * src/mbox.c
942         * src/common/plugin.c
943         * src/common/plugin.h
944         * src/common/sylpheed.c
945         * src/common/utils.c
946         * src/plugins/pgpcore/sylpheed.def
947         * src/plugins/pgpinline/sylpheed.def
948         * src/plugins/pgpmime/sylpheed.def
949                 Win32 compatibility patch, by
950                 Werner Koch
951
952 2006-06-28 [wwp]        2.3.1cvs31
953
954         * src/imap.c
955         * src/prefs_folder_item.c
956                 less compilation warnings (thanks to Fabien Vantard), less typos.
957
958 2006-06-28 [paul]       2.3.1cvs30
959
960         * src/gtk/gtkutils.c
961                 gtk_combo_box_set_focus_on_click() is only
962                 available since gtk 2.6.0
963
964 2006-06-28 [paul]       2.3.1cvs29
965
966         * src/prefs_ext_prog.c
967                 fix engrish and add a tooltip for the
968                 'command for 'Display as text' option
969
970 2006-06-28 [paul]
971
972         2.4.0-rc1 released
973
974 2006-06-28 [paul]       2.3.1cvs28
975
976         * ChangeLog
977         * tools/Makefile.am
978                 include textviewer.pl in releases
979
980 2006-06-28 [paul]       2.3.1cvs27
981
982         * src/prefs_ext_prog.c
983                 hide Print command option if libgnomeprint
984                 support is present
985
986 2006-06-27 [colin]      2.3.1cvs26
987
988         * src/compose.c
989                 Fix Esc handling in insert/attach dialog
990                 Don't show this dialog if dragging something
991                 else than text/uri-list
992                 Thanks to Fabien Vantard
993         * tools/textviewer.pl
994                 Filter script to display stuff as text
995                 by H. Merijn Brand
996
997 2006-06-27 [wwp]        2.3.1cvs25
998
999         * src/messageview.c
1000                 use the exact product name (message view title), patch
1001                 by Fabien Vantard.
1002
1003 2006-06-27 [ticho]      2.3.1cvs24
1004
1005         * src/prefs_account.c
1006         * src/prefs_common.c
1007         * src/prefs_common.h
1008         * src/prefs_ext_prog.c
1009         * src/textview.c
1010                 Add a preference (Preferences/External programs)
1011                 to allow "Display as text" to be done via a script
1012                 (patch by H.Merijn Brand).
1013                 Use GtkComboBox for protocol selection in account
1014                 preferences.
1015                 Only include current choice for existing accounts, and
1016                 insensitivize the combobox.
1017
1018 2006-06-27 [paul]       2.3.1cvs23
1019
1020         * src/mbox.c
1021                 fix crasher introduced in cvs21.
1022                 Thanks to Colin
1023
1024 2006-06-26 [colin]      2.3.1cvs22
1025
1026         * src/mbox.c
1027                 Fix double-frees when leaving folders
1028                 after exporting to mbox
1029
1030 2006-06-26 [colin]      2.3.1cvs21
1031
1032         * src/mbox.c
1033                 More feedback (and optimisation)
1034                 on import/export
1035         * src/common/utils.c
1036                 Fix case when looking for mail addresses
1037         * src/gtk/gtkutils.c
1038                 Extra check for (X-)Face
1039
1040 2006-06-25 [ticho]      2.3.1cvs20
1041
1042         * src/compose.c
1043         * src/exphtmldlg.c
1044         * src/gtk/gtkutils.c
1045         * src/gtk/gtkutils.h
1046                 Added second argument to gtkut_sc_combobox_create() to
1047                 control focus-on-click for the widget.
1048                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1049
1050 2006-06-25 [ticho]      2.3.1cvs19
1051
1052         * src/compose.c
1053         * src/gtk/Makefile.am
1054         * src/gtk/combobox.c
1055         * src/gtk/combobox.h
1056         * src/gtk/gtkutils.c
1057         * src/gtk/gtkutils.h
1058                 Use GtkComboBox instead of deprecated GtkOptionMenu
1059                 for account selector in compose window and for encoding
1060                 selector in attachment properties.
1061                 Also factorise working with the new GtkComboBox somewhat.
1062
1063 2006-06-24 [paul]       2.3.1cvs18
1064
1065         * src/prefs_common.c
1066                 use the correct default value
1067
1068 2006-06-24 [paul]       2.3.1cvs17
1069
1070         * src/compose.c
1071         * src/prefs_common.c
1072         * src/prefs_common.h
1073         * src/prefs_compose_writing.c
1074                 enable setting of default action when
1075                 dnd'ing files in the compose window.
1076                 (Collaborative effort with wwp)
1077
1078 2006-06-23 [wwp]        2.3.1cvs16
1079
1080         * src/compose.c
1081                 i18n fix (thanks to Fabien Vantard)
1082
1083 2006-06-22 [colin]      2.3.1cvs15
1084
1085         * src/prefs_customheader.c
1086                 Don't use filters in custom headers' file 
1087                 selector. Remember, extensions mean nothing :)
1088
1089 2006-06-22 [paul]       2.3.1cvs14
1090
1091         * configure.ac
1092                 allow setting of man directory location
1093
1094 2006-06-22 [colin]      2.3.1cvs13
1095
1096         * src/mainwindow.c
1097                 Add 'View/Go to/Next unread folder'.
1098                 I missed that :)
1099
1100 2006-06-22 [colin]      2.3.1cvs12
1101
1102         * src/common/utils.c
1103                 Add some subject prefixes
1104                 Patch by Bjorn T Johansen <btj@havleik.no>
1105
1106 2006-06-22 [colin]      2.3.1cvs11
1107
1108         * manual/advanced.xml
1109                 Forgotten hidden pref
1110
1111 2006-06-21 [paul]       2.3.1cvs10
1112
1113         * src/prefs_account.c
1114                 complete the removal of 'Add date header' option
1115
1116 2006-06-21 [paul]       2.3.1cvs9
1117
1118         * src/account.c
1119         * src/compose.c
1120         * src/prefs_account.c
1121         * src/prefs_account.h
1122                 remove option to add date header - always
1123                 add date header
1124         * src/etpan/imap-thread.c
1125                 fix warnings (Thanks to Colin)
1126
1127 2006-06-21 [wwp]        2.3.1cvs8
1128
1129         * src/folder.c
1130                 set the attachment flag when inline text part are (file)named. This is more convenient
1131                 when receiving (for instance) inline source files or patches sent using thunderbird.
1132
1133 2006-06-21 [paul]       2.3.1cvs7
1134
1135         * src/inc.c
1136                 fix off-by-one count of current msg in
1137                 statusbar filtering progressbar
1138
1139 2006-06-21 [paul]       2.3.1cvs6
1140
1141         * src/folder.c
1142                 Show attachment icon even if the part is 'inline'
1143                 if the following conditions are met:
1144                 - content-type != 'text/plain'
1145                 - content-type != '*/pgp-signature'
1146                 - either 'name' or 'filename' parameter is not NULL
1147                 
1148                 Thanks to Colin
1149
1150 2006-06-21 [paul]       2.3.1cvs5
1151
1152         * src/messageview.c
1153         * src/prefs_common.c
1154         * src/prefs_common.h
1155         * src/prefs_other.c
1156                 add an option to 'Never send Return
1157                 Receipts'
1158                 Thanks to Colin
1159
1160 2006-06-20 [mones]      2.3.1cvs4
1161
1162         * po/es.po
1163                 updated
1164         * src/compose.c
1165                 typo fixed (space after comma)
1166         * tools/make.themes.project
1167                 remove exec mode from tarball files
1168
1169 2006-06-20 [colin]      2.3.1cvs3
1170
1171         * src/news.c
1172         * src/procheader.c
1173         * src/unmime.c
1174                 Better fix for \n's in headers (don't 
1175                 break Received: and others)
1176
1177 2006-06-20 [paul]       2.3.1cvs2
1178
1179         * src/alertpanel.c
1180         * src/textview.c
1181                 improve legibility of phishing attempt
1182                 dialog
1183
1184 2006-06-20 [paul]       2.3.1cvs1
1185
1186         * NEWS
1187         * README
1188         * configure.ac
1189                 Update version number following
1190                 stable release
1191
1192 2006-06-20 [colin]      2.3.0cvs26
1193
1194         * src/compose.c
1195                 When dragging a file to the text of the compose
1196                 window, ask whether we want to insert or attach
1197                 (I know lots of people who do that to attach)
1198
1199 2006-06-20 [colin]      2.3.0cvs25
1200
1201         * src/etpan/imap-thread.c
1202                 Fix threshold (the append command is often > 32 bytes)
1203
1204 2006-06-19 [colin]      2.3.0cvs24
1205
1206         * src/imap.c
1207         * src/etpan/imap-thread.c
1208                 Workaround Rockliffe IMAP server bug: replace
1209                 "x UID SEARCH (ANSWERED UID 1:*)" with
1210                 "x UID SEARCH ANSWERED"
1211                 (Rockliffe doesn't handle the parenthesis)
1212
1213 2006-06-19 [colin]      2.3.0cvs23
1214
1215         * src/compose.c
1216         * src/imap.c
1217         * src/etpan/imap-thread.c
1218                 Probably fix bug #972 (Freezes when adding 
1219                 an attachment to the message)
1220         * src/common/defs.h
1221                 Modernize Firefox cmd
1222
1223
1224 2006-06-18 [colin]      2.3.0cvs22
1225
1226         * src/prefs_customheader.c
1227                 Only allow correct filenames for various
1228                 custom headers
1229
1230 2006-06-18 [colin]      2.3.0cvs21
1231
1232         * src/prefs_customheader.c
1233                 Add a 'From File...' button in custom headers prefs, which
1234                 try to do the right thing: 
1235                 for normal headers, use file as plaintext,
1236                 for X-Face, calls compface,
1237                 for Face, encode to b64.
1238
1239 2006-06-17 [colin]      2.3.0cvs20
1240
1241         * src/mh.c
1242                 Warning fix
1243
1244 2006-06-16 [colin]      2.3.0cvs19
1245
1246         * src/summaryview.c
1247                 Recursive quicksearch: show message list
1248                 in current folder, *then* search children
1249                 in the background.
1250
1251 2006-06-16 [colin]      2.3.0cvs18
1252
1253         * src/main.c
1254                 Instead of ignoring SIGPIPE, save caches
1255                 when getting one. Will fix the fact that
1256                 hot caches are out-of-date when logging 
1257                 out of Xorg.
1258         * src/compose.c
1259         * src/prefs_compose_writing.c
1260                 Only save text (not attachments) when 
1261                 auto-saving to drafts
1262         * src/unmime.c
1263                 Always replace \n, \r and \t with spaces
1264                 in headers
1265         * manual/dist/html/Makefile.am
1266         * manual/dist/pdf/Makefile.am
1267         * manual/dist/ps/Makefile.am
1268         * manual/dist/txt/Makefile.am
1269         * manual/fr/dist/html/Makefile.am
1270         * manual/fr/dist/pdf/Makefile.am
1271         * manual/fr/dist/ps/Makefile.am
1272         * manual/fr/dist/txt/Makefile.am
1273         * manual/pl/dist/html/Makefile.am
1274         * manual/pl/dist/pdf/Makefile.am
1275         * manual/pl/dist/ps/Makefile.am
1276         * manual/pl/dist/txt/Makefile.am
1277                 Fix make clean removing pregenerated manuals
1278
1279
1280 2006-06-16 [colin]      2.3.0cvs17
1281
1282         * src/plugins/pgpcore/sgpgme.c
1283         * src/plugins/pgpmime/pgpmime.c
1284         * src/plugins/pgpinline/pgpinline.c
1285                 Better error reporting in setup_signers.
1286                 Don't fallback to default key if specified
1287                 key isn't found.
1288                 Don't allow signing if more than one secret
1289                 key matches the one specified in prefs.
1290
1291 2006-06-15 [colin]      2.3.0cvs16
1292
1293         * src/folderview.c
1294                 Add "Send queue" in the folder's contextual
1295                 menu
1296         * src/compose.c
1297         * src/messageview.c
1298         * src/privacy.c
1299         * src/privacy.h
1300         * src/procmime.c
1301         * src/procmsg.c
1302         * src/plugins/pgpcore/passphrase.c
1303         * src/plugins/pgpcore/sgpgme.c
1304         * src/plugins/pgpinline/pgpinline.c
1305         * src/plugins/pgpmime/pgpmime.c
1306                 Better error reporting
1307         * src/mbox.c
1308                 Probably fix bug #971 (2.2.3 cannot read mail 
1309                 from local mbox)
1310
1311
1312 2006-06-15 [mones]      2.3.0cvs15
1313
1314         * tools/make.themes.project
1315                 creates the themes project from the web page
1316
1317 2006-06-15 [colin]      2.3.0cvs14
1318
1319         * src/folder.c
1320                 Better fix (avoid losing the folder if scan_tree 
1321                 fails)
1322
1323 2006-06-15 [cleroy]     2.3.0cvs13
1324
1325         * src/folder.c
1326                 Probably fix Bug #969 (crash on rebuilding 
1327                 imap folder)
1328
1329 2006-06-14 [colin]      2.3.0cvs12
1330
1331         * manual/dtd/manual.xsl
1332         * manual/sylpheed-claws-manual.xml
1333         * manual/fr/sylpheed-claws-manual.xml
1334         * manual/pl/sylpheed-claws-manual.xml
1335                 Insert pagebreaks between sections
1336
1337 2006-06-14 [paul]       2.3.0cvs11
1338
1339         * configure.ac
1340                 better fix than 2.3.0cvs10
1341
1342 2006-06-14 [paul]       2.3.0cvs10
1343
1344         * configure.ac
1345                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1346                 (backwards compatible)
1347
1348 2006-06-13 [colin]      2.3.0cvs9
1349
1350         * src/messageview.c
1351                 Fix sending of return receipt with the new queue folders
1352
1353 2006-06-13 [wwp]        2.3.0cvs8
1354
1355         * src/quote_fmt_lex.l
1356                 fix wrong tokens returned in quote_fmt lexer, query not().
1357
1358 2006-06-13 [wwp]        2.3.0cvs7
1359
1360         * src/folder.c
1361         * src/prefs_folder_item.c
1362                 allow changing folder type even when folder is not a top-level one,
1363                 thanks to Colin.
1364
1365 2006-06-12 [colin]      2.3.0cvs6
1366
1367         * src/folderview.c
1368                 Fix double-ask of "Do you want to mark all
1369                 as read"
1370
1371 2006-06-12 [colin]      2.3.0cvs5
1372
1373         * src/compose.c
1374         * src/compose.h
1375         * src/folder.c
1376         * src/folder.h
1377         * src/imap.c
1378         * src/inc.c
1379         * src/main.c
1380         * src/messageview.c
1381         * src/mh.c
1382         * src/prefs_folder_item.c
1383         * src/procheader.c
1384         * src/procmime.c
1385         * src/procmsg.c
1386         * src/procmsg.h
1387         * src/send_message.c
1388         * src/summaryview.c
1389         * src/toolbar.c
1390                 Apply bug #964's patch (Queue and drafts aren't normal)
1391                 The Drafts and Queue folder now contain RFC-822 files,
1392                 allowing to move and copy mails from and to these 
1393                 folders. Moving from Drafts to Queue will prepare the
1394                 mail for sending (PGP signature, encryption, etc).
1395                 This patch also rework sending errors handling to try
1396                 to be more helpful.
1397                 Also, allow redefining folder types via the GUI 
1398                 (Folder type in its Properties)
1399
1400 2006-06-12 [colin]      2.3.0cvs4
1401
1402         * src/summaryview.c
1403         * src/prefs_common.c
1404         * src/prefs_common.h
1405         * src/gedit-print.c
1406                 Allow to define a specific print font - patch
1407                 by Bernhard Walle <bernhard.walle@gmx.de>
1408         * src/prefs_fonts.c
1409         * manual/advanced.xml
1410         * manual/fr/advanced.xml
1411                 Add a hidden pref to allow deletion without
1412                 confirmation
1413
1414 2006-06-12 [wwp]        2.3.0cvs3
1415
1416         * .cvsignore
1417                 more files to ignore.
1418
1419 2006-06-12 [wwp]        2.3.0cvs2
1420
1421         * src/quote_fmt.c
1422         * src/quote_fmt_lex.l
1423         * src/quote_fmt_parse.y
1424                 extend the quote_fmt parser (templates and quotes):
1425                 - allow limited sub-expressions in |p{} and |f{} expressions,
1426                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1427                 - implemented/fixed missing implementation of query_references and show_references,
1428                 - completed, fixed contents and format of the symbols help dialog,
1429                 - fix some compilation warnings.
1430
1431 2006-06-12 [wwp]        2.3.0cvs1
1432
1433         * manual/advanced.xml
1434         * manual/fr/advanced.xml
1435                 updates in the "templates" section of the manual (eng/fr):
1436                  - be more precise (both versions)
1437                  - completed to match the english reference (fr version)
1438                  - touchups (both versions)
1439
1440 2006-06-12 [paul]       2.3.0
1441
1442         2.3.0 released
1443
1444 2006-06-12 [paul]       2.2.3cvs14
1445
1446         * po/ca.po
1447         * po/cs.po
1448         * po/de.po
1449         * po/el.po
1450         * po/fr.po
1451         * po/it.po
1452         * po/pt_BR.po
1453         * po/sr.po
1454         * po/zh_CN.po
1455                 updated by Miquel Oliete, Tim, Stephan Sachse,
1456                 Stavros Giannouris, Fabien Vantard, Andrea
1457                 Spadaccini, Frederico Goncalves Guimaraes,
1458                 Aleksandar Urosevic, and Ralgh Young
1459
1460 2006-06-12 [colin]      2.2.3cvs13
1461
1462         * src/mbox.c
1463                 Add missing header
1464
1465 2006-06-11 [colin]      2.2.3cvs12
1466
1467         * src/msgcache.c
1468                 Verify that g_malloc() succeeded
1469
1470 2006-06-11 [colin]      2.2.3cvs11
1471
1472         * src/wizard.c
1473                 Add Face header to welcome mail
1474
1475 2006-06-10 [colin]      2.2.3cvs10
1476
1477         * src/textview.c
1478                 Revert previous (Forgot it changes the
1479                 margin on the whole mail)
1480
1481 2006-06-10 [colin]      2.2.3cvs9
1482
1483         * src/textview.c
1484                 Don't overlap long headers under (X-)Face
1485
1486 2006-06-10 [mones]      2.2.3cvs8
1487
1488         * manual/xml2pdf
1489                 allow generation of manual on systems lacking saxon binary
1490                 but with java and the saxon library installed
1491
1492         * po/es.po
1493                 updated for release
1494
1495 2006-06-09 [colin]      2.2.3cvs7
1496
1497         * src/summaryview.c
1498                 Fix leak when using Display Sender using Addressbook
1499
1500 2006-06-09 [colin]      2.2.3cvs6
1501
1502         * src/compose.c
1503         * src/folder.c
1504         * src/folderview.c
1505         * src/mimeview.c
1506         * src/summaryview.c
1507                 More leaks fixes
1508
1509 2006-06-09 [paul]       2.2.3cvs5
1510
1511         * AUTHORS
1512         * src/gtk/authors.h
1513         * tools/claws.i18n.status.pl
1514                 updated with new info
1515
1516 2006-06-09 [paul]       2.2.3cvs4
1517
1518         * README
1519                 updated
1520         * manual/ack.xml
1521                 add wwp to authors list
1522         * src/gtk/authors.h
1523                 update mine and Colin's addresses
1524
1525 2006-06-08 [colin]      2.2.3cvs3
1526
1527         * src/etpan/imap-thread.c
1528                 Fix leak on SSL cert check
1529
1530 2006-06-08 [colin]      2.2.3cvs2
1531
1532         * src/common/utils.c
1533                 Fix leak
1534
1535 2006-06-08 [paul]       2.2.3cvs1
1536
1537         * configure.ac
1538                 Update version number following
1539                 stable release
1540
1541 2006-06-07 [colin]      2.2.2cvs3
1542
1543         * src/msgcache.c
1544                 Fix catching cache read errors (guint instead of gint)
1545                 Prevent malloc'ing more than 8MB (means cache corruption)
1546
1547 2006-06-07 [paul]       2.2.2cvs2
1548
1549         * src/exporthtml.c
1550         * src/exportldif.c
1551         * src/mh.c
1552         * src/mutt.c
1553         * src/pine.c
1554         * src/common/utils.c
1555                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1556                 obey $HOME'
1557                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1558                 Thanks to Colin
1559
1560 2006-06-06 [paul]       2.2.2cvs1
1561
1562         * configure.ac
1563                 Update version number following
1564                 stable release
1565
1566 2006-06-06 [paul]       2.2.1cvs6
1567
1568         * src/matcher.c
1569                 fix  implicit declaration of
1570                 sylpheed_do_idle()
1571                 Patch by Fabien Vantard
1572
1573 2006-06-06 [paul]       2.2.1cvs5
1574
1575         * src/matcher.c
1576                 fix age_greater and age_lower so that they
1577                 mean what say and not '...or equal to'
1578                 Thanks to Colin
1579
1580 2006-06-06 [paul]       2.2.1cvs4
1581
1582         * src/textview.c
1583         * src/common/utils.c
1584                 fix URI check
1585                 Thanks to Colin
1586
1587 2006-06-05 [wwp]        2.2.1cvs3
1588
1589         * manual/fr/account.xml
1590                 minor language fixes (thanks to Fabien Vantard).
1591
1592 2006-06-05 [colin]      2.2.1cvs2
1593
1594         * src/prefs_folder_item.c
1595         * src/folderview.c
1596                 Allow recursive setting of properties 
1597                 for whole mailboxes
1598         * src/matcher.c
1599                 Don't freeze on 'test' filtering rule
1600
1601 2006-06-05 [colin]      2.2.1cvs1
1602
1603         * configure.ac
1604                 Update version number following
1605                 stable release
1606
1607 2006-06-04 [wwp]        2.2.0cvs82
1608
1609         * manual/glossary.xml
1610         * manual/account.xml
1611         * manual/fr/glossary.xml
1612         * manual/fr/account.xml
1613                 added glossary section and references/links related to the Face custom header.
1614
1615 2006-06-04 [colin]      2.2.0cvs81
1616
1617         * src/summaryview.c
1618                 Skip to next message on move with no
1619                 immediate execution
1620
1621 2006-06-04 [wwp]        2.2.0cvs80
1622
1623         * manual/xml2pdf
1624                 added sanity checks, exit when needed.
1625
1626 2006-06-03 [paul]       2.2.0cvs79
1627
1628         * src/prefs_receive.c
1629                 page name is now 'Receiving'
1630         * src/prefs_send.c
1631                 page name is now 'Sending'
1632
1633 2006-06-03 [colin]      2.2.0cvs78
1634
1635         * src/plugins/spamassassin/spamassassin_gtk.c
1636                 Autoswitch to Localhost if transport was previously
1637                 disabled. Else people had to check [] Enable, then
1638                 *reselect* transport.
1639
1640 2006-06-03 [colin]      2.2.0cvs77
1641
1642         * src/plugins/pgpinline/pgpinline.c
1643         * src/plugins/pgpmime/pgpmime.c
1644                 Check that gpg_data_release_and_get_mem 
1645                 didn't fail (now, why this happens...)
1646
1647 2006-06-03 [colin]      2.2.0cvs76
1648
1649         * src/mbox.c
1650                 Fix bug #962 (Manual and/or UI should 
1651                 warn about incompatible locking 
1652                 causing dataloss)
1653
1654 2006-06-02 [cleroy]     2.2.0cvs75
1655
1656         * src/filtering.c
1657         * src/folder.c
1658         * src/procmsg.c
1659         * src/summaryview.c
1660                 Fix a few leaks
1661
1662 2006-06-02 [colin]      2.2.0cvs74
1663
1664         * src/main.c
1665                 On exit, free caches after writing them
1666                 Shuts up some valgrind false positives
1667         * src/procmsg.c
1668         * src/send_message.c
1669                 Fix races when reusing existing SMTP connections
1670                 Fix inexistant session timeout
1671         * src/toolbar.c
1672                 Display alertpanel after all queues have
1673                 been processed, not after each
1674
1675 2006-06-02 [wwp]        2.2.0cvs73
1676
1677         * manual/fr/glossary.xml
1678         * manual/fr/ack.xml
1679         * manual/ack.xml
1680                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1681
1682 2006-06-02 [wwp]        2.2.0cvs72
1683
1684         * manual/xml2pdf
1685         * manual/dist/pdf/Makefile.am
1686         * manual/dtd/manual.xsl
1687         * manual/fr/dist/pdf/Makefile.am
1688         * manual/pl/dist/pdf/Makefile.am
1689                 we changed the procedure to generate the .pdf version of the manual.
1690                 The procedure is more modern and the .pdf we get now has a valid index.
1691                 Here are the new pre-requisites:
1692
1693                 - JRE 1.x (1.4 here): there must be one from your distro
1694                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1695                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1696                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1697
1698                 See my posts for further info about the installation of this toolchain:
1699
1700                 Date: Fri, 19 May 2006 19:40:06 +0200
1701                 From: wwp <subscript@free.fr>
1702                 To: sylpheed-claws-devel@lists.sourceforge.net
1703                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1704
1705                 and
1706
1707                 Date: Wed, 24 May 2006 12:58:49 +0200
1708                 From: wwp <subscript@free.fr>
1709                 To: sylpheed-claws-devel@lists.sourceforge.net
1710                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1711
1712 2006-06-01 [colin]      2.2.0cvs71
1713
1714         * src/compose.c
1715                 Better guards against IMAP races
1716         * src/main.c
1717         * src/prefs_common.c
1718         * src/prefs_common.h
1719         * src/common/ssl_certificate.c
1720         * src/etpan/imap-thread.c
1721         * src/etpan/imap-thread.h
1722         * src/gtk/sslcertwindow.c
1723                 New hidden option ssl_skip_cert_check to 
1724                 avoid dups of bug #959 (libetpan linked
1725                 against gnutls and gnutls buggy on 64bit)
1726                 Present expired warning only once per
1727                 session/server.
1728         * manual/advanced.xml
1729         * manual/fr/advanced.xml
1730                 Document new option
1731
1732 2006-06-01 [wwp]        2.2.0cvs70
1733
1734         * src/messageview.c
1735                 fix for bug #961 (return receipt dialog 
1736                 complains incorrectly about return-path 
1737                 email adress being different), thanks 
1738                 to Colin.
1739
1740 2006-05-31 [cleroy]     2.2.0cvs69
1741
1742         * src/common/ssl.c
1743                 Guard against NULLs, although this
1744                 should never be an issue
1745
1746 2006-05-31 [colin]      2.2.0cvs68
1747
1748         * src/filtering.c
1749                 Use g_slist_prepend
1750         * src/imap.c
1751                 Don't remove caches when destroying folder, it
1752                 could (should) be done at exit
1753         * src/inc.c
1754                 free processing cache after incorporation
1755         * src/etpan/imap-thread.c
1756                 Maybe fix bug #959 (Crash on moving to emails 
1757                 to a imap account per ssl with a expired 
1758                 certificate.)
1759
1760 2006-05-30 [colin]      2.2.0cvs67
1761
1762         * src/summaryview.c
1763                 Put back event flush when displaying message
1764                 It avoids reading a bunch of messages just
1765                 by hitting shift-n for too long ;)
1766
1767 2006-05-29 [colin]      2.2.0cvs66
1768
1769         * src/summaryview.c
1770                 Remove useless g_warnings
1771
1772 2006-05-29 [colin]      2.2.0cvs65
1773
1774         * src/imap.c
1775                 Fix g_slist_append()s for performance
1776
1777 2006-05-29 [colin]      2.2.0cvs64
1778
1779         * src/compose.c
1780         * src/common/utils.c
1781                 Fix extraneous tab at start of addresses
1782         * src/mainwindow.c
1783                 Fix warnings (thanks to Fabien)
1784                 Fix crash at exit when composing messages 
1785                 exist
1786         * src/pop.c
1787                 Fix progress bar when deleting expired mails
1788                 Thanks to Hiro
1789         * src/summaryview.c
1790         * src/gtk/gtksctree.c
1791                 Fix re-sorting slowness
1792
1793 2006-05-29 [paul]       2.2.0cvs63
1794
1795         * src/mh.c
1796                 fetch full message when moving mails
1797                 from another mailbox, (fixed data loss
1798                 when filtering from IMAP to MH, introduced
1799                 in 2.2.0cvs57).
1800                 Thanks to Colin
1801
1802 2006-05-29 [mones]      2.2.0cvs62
1803
1804         * src/gtk/gtksctree.c
1805                 Unselect faster (patch by Colin)        
1806
1807 2006-05-26 [colin]      2.2.0cvs61
1808
1809         * src/summaryview.c
1810                 Unplug MSGINFO_UPDATE callback on delete too.
1811
1812 2006-05-26 [colin]      2.2.0cvs60
1813
1814         * src/foldersel.c
1815                 Fix bold in folder selection window with glib2.10
1816                 thanks Hiro
1817
1818 2006-05-26 [colin]      2.2.0cvs59
1819
1820         * src/procheader.c
1821                 Convert date only if necessary (and don't
1822                 try to convert from utf8 to utf8, too)
1823         * src/summaryview.c
1824                 Only set column's text if the column's 
1825                 displayed
1826
1827 2006-05-26 [colin]      2.2.0cvs58
1828
1829         * src/summaryview.c
1830         * src/gtk/gtkutils.c
1831                 Fix useless warning
1832
1833 2006-05-26 [colin]      2.2.0cvs57
1834
1835         * src/mainwindow.c
1836                 Make summaryview selectable as long as 
1837                 no message has focus
1838         * src/mh.c
1839                 Faster deletion (by implementing mh_remove_msgs)
1840                 Faster copy (avoid using mh_fetch_msg just to get
1841                 the filename)
1842                 Faster move (using move_file instead of copy_file
1843                 if MSG_IS_MOVE)
1844                 No progressbar if total number of mails to cp/mv 
1845                 is less than 100
1846         * src/summaryview.c
1847                 Fix removal from subject_table when mail gets moved
1848                 Faster deletion (g_slist_prepend instead of append)
1849         * src/gtk/gtksctree.c
1850                 Remove useless code
1851
1852 2006-05-25 [colin]      2.2.0cvs56
1853
1854         * src/common/ssl_certificate.c
1855                 Fix leak in expired cert check
1856
1857 2006-05-25 [colin]      2.2.0cvs55
1858
1859         * src/mh.c
1860                 Disable flags syncing on .mh_sequences - it
1861                 is buggy and marks mails read under unknown
1862                 conditions.
1863
1864 2006-05-25 [paul]
1865
1866         * 2.3.0-rc4 released
1867
1868 2006-05-24 [colin]      2.2.0cvs54
1869
1870         attention cvs users: if you manage to crash
1871         Sylpheed-Claws while moving, copying or deleting
1872         mails, we *are* interested in stack traces and
1873         valgrind logs. It looks stable, but one never
1874         knows...
1875
1876         * src/folder.c
1877                 Add progressbar for cache updates
1878         * src/folderutils.c
1879                 Optimize Mark all read in the current
1880                 folder
1881         * src/mh.c
1882                 Add progressbar for copy/move
1883         * src/procmsg.c
1884                 Optimize O(n^2) in copy/move
1885         * src/summaryview.c
1886         * src/gtk/gtksctree.c
1887                 Optimize O(n^2) algos
1888         * src/common/timing.h
1889                 Display ms instead of us
1890
1891 2006-05-24 [wwp]        2.2.0cvs53
1892
1893         * manual/fr/advanced.xml
1894                 updates to the French manual.
1895
1896 2006-05-24 [wwp]        2.2.0cvs52
1897
1898         * src/common/utils.c
1899                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1900
1901 2006-05-24 [wwp]        2.2.0cvs51
1902
1903         * src/folderutils.c
1904                 fixed "mark all read" in MH folders (thanks to Colin).
1905
1906 2006-05-24 [paul]       2.2.0cvs50
1907
1908         * doc/man/sylpheed-claws.1
1909                 updated the man page
1910
1911 2006-05-23 [colin]      2.2.0cvs49
1912
1913         * src/folderview.c
1914         * src/imap.c
1915         * src/inc.c
1916         * src/mbox.c
1917         * src/messageview.c
1918         * src/news.c
1919         * src/send_message.c
1920         * src/summaryview.c
1921         * src/gtk/sslcertwindow.c
1922                 alertpanel fixes, by Fabien
1923
1924 2006-05-23 [colin]      2.2.0cvs48
1925
1926         * src/folder.c
1927         * src/folderview.c
1928         * src/msgcache.c
1929         * src/summaryview.c
1930         * src/gtk/gtksctree.c
1931         * src/gtk/gtksctree.h
1932                 More timings
1933                 Fix slow loading problem, which was caused by the
1934                 use of some gtk_ctree funcs and their use of
1935                 g_list_position while gtk_ctree_(un)link'ing.
1936                 Reap more functions from gtkctree.c to be sure we
1937                 use our (fast) version instead of theirs.
1938         * src/mh.c
1939                 Fix copy of unread mails
1940
1941
1942 2006-05-22 [wwp]        2.2.0cvs47
1943
1944         * manual/fr/advanced.xml
1945                 updated.
1946
1947 2006-05-22 [colin]      2.2.0cvs46
1948
1949         * src/filtering.c
1950                 Fix possible infinite loop. 'copy' is not a 
1951                 final action, so when encountering a 'copy',
1952                 we have to check if a previous one was set
1953                 and do it. In the same way, if we encounter
1954                 a 'move' we have to perform a possibly 
1955                 pending 'copy'. This will slow down filtering
1956                 on IMAP if move+copy or multiple copy actions
1957                 are to be done, but handling it via the batch
1958                 would be really too convoluted.
1959
1960 2006-05-22 [wwp]        2.2.0cvs45
1961
1962         * manual/fr/advanced.xml
1963         * manual/fr/faq.xml
1964         * manual/fr/glossary.xml
1965         * manual/fr/handling.xml
1966         * manual/fr/intro.xml
1967         * manual/fr/plugins.xml
1968         * manual/fr/sylpheed-claws-manual.xml
1969                 sync w/ the english manual: updates URIs, documented mailing-list
1970                 support, better explanation about the enabled/disabled feature
1971                 in filtering/processing rules by Paul.
1972
1973 2006-05-21 [colin]      2.2.0cvs44
1974
1975         * src/summaryview.c
1976                 Don't expand after building threads, but during
1977
1978 2006-05-21 [colin]      2.2.0cvs43
1979
1980         * src/procmsg.c
1981         * src/summaryview.c
1982                 More timing possibilities... For next time I have 
1983                 to find out how the hell some 3GHz computer takes
1984                 one minute to open a 30k folder...
1985
1986 2006-05-21 [colin]      2.2.0cvs42
1987
1988         * manual/pl/advanced.xml
1989         * manual/pl/faq.xml
1990         * manual/pl/glossary.xml
1991         * manual/pl/handling.xml
1992         * manual/pl/intro.xml
1993         * manual/pl/plugins.xml
1994         * manual/pl/sylpheed-claws-manual.xml
1995                 Polish manual updated by Pawel
1996
1997 2006-05-20 [colin]
1998
1999         * 2.3.0-rc3 released
2000
2001 2006-05-20 [colin]      2.2.0cvs41
2002
2003         * src/imap.c
2004                 Fix -rc2 problems:
2005                 - remove cache of moved messages from original folder
2006                 - apply new flags to messages even if they aren't appliable
2007                   via IMAP.
2008
2009 2006-05-20 [colin]
2010
2011         * 2.3.0-rc2 released
2012
2013 2006-05-19 [colin]      2.2.0cvs40
2014
2015         * src/imap.c
2016                 Don't issue SELECT in imap_change_flags
2017                 before having checked that we indeed have
2018                 some flags to change. MSG_POSTFILTERED for
2019                 example can't be used on IMAP.
2020                 Fixes bug #955 (copying messages between 
2021                 imap folders is extremely slow), which was
2022                 a regression.
2023
2024 2006-05-19 [colin]      2.2.0cvs39
2025
2026         * src/folder.c
2027         * src/folder.h
2028         * src/folderview.c
2029                 Try to fix bug #830 (Some unread messages 
2030                 get marked read in IMAP inbox):
2031                 - Prevent scanning a folder if it's being 
2032                   opened via the GUI
2033                 - Postpone opening via the GUI of a folder
2034                   currently scanned.
2035
2036
2037 2006-05-19 [wwp]        2.2.0cvs38
2038
2039         * manual/advanced.xml
2040                 fix English+typo (thanks to Paul).
2041
2042 2006-05-19 [wwp]        2.2.0cvs37
2043
2044         * manual/advanced.xml
2045         * manual/fr/advanced.xml
2046         * src/gtk/logwindow.c
2047         * src/prefs_common.c
2048         * src/prefs_common.h
2049                 added hidden prefs to allow customization of colors used in
2050                 protocol log window (useful for dark gtk+ themes).
2051
2052 2006-05-19 [wwp]        2.2.0cvs36
2053
2054         * ChangeLog
2055                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2056
2057 2006-05-19 [paul]       2.2.0cvs35
2058
2059         * src/textview.c
2060                 make Reply-To fully clickable
2061         * src/gtk/logwindow.c
2062                 more colouring (SMTP ESMTP)
2063         Both patches by Pawel Pekala
2064
2065 2006-05-19 [cleroy]     2.2.0cvs34
2066
2067         * src/mh.c
2068                 Don't update flags from current folder
2069                 Probably fixes bug #935 (Read Messages 
2070                 Revert to Being Marked as Unread)
2071
2072 2006-05-18 [colin]      2.2.0cvs33
2073
2074         * src/imap.c
2075                 Warning fix
2076         * src/compose.c
2077         * src/mainwindow.c
2078         * src/summaryview.c
2079         * src/toolbar.c
2080                 Allow replying to multiple emails
2081                 in multiple windows
2082         * src/mimeview.c
2083         * src/etpan/imap-thread.c
2084                 Leak fixes
2085
2086 2006-05-18 [paul]       2.2.0cvs32
2087
2088         * src/summaryview.c
2089                 keep Mailing-List menu refreshed
2090                 Thanks to Colin
2091
2092 2006-05-18 [paul]       2.2.0cvs31
2093
2094         * manual/advanced.xml
2095         * manual/faq.xml
2096         * manual/glossary.xml
2097         * manual/handling.xml
2098         * manual/intro.xml
2099         * manual/plugins.xml
2100         * manual/sylpheed-claws-manual.xml
2101                 update URLs
2102                 add info about mailing-list support
2103                 edit filtering info
2104         * src/wizard.c
2105         * src/common/defs.h
2106         * src/gtk/about.c
2107         * src/plugins/dillo_viewer/README
2108                 update URLs
2109
2110 2006-05-17 [wwp]        2.2.0cvs30
2111
2112         * manual/handling.xml
2113         * manual/fr/handling.xml
2114                 documented the ability to enabled/disable filtering/processing rules.
2115
2116 2006-05-17 [colin]      2.2.0cvs29
2117
2118         * src/main.c
2119                 Don't initialize g_thread subsystem if it's 
2120                 already done (thanks to Hiro)
2121         * src/mimeview.c
2122                 Fix saving of parts when there name can't be
2123                 converted from UTF-8.
2124
2125 2006-05-17 [paul]       2.2.0cvs28
2126
2127         * po/Makefile.in.in
2128                 fix config.status warning with autoconf 2.60
2129
2130 2006-05-17 [paul]       2.2.0cvs27
2131
2132         * po/POTFILES.in
2133                 add src/mbox.c
2134
2135 2006-05-17 [wwp]        2.2.0cvs26
2136
2137         * src/mainwindow.c
2138                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2139
2140 2006-05-17 [wwp]        2.2.0cvs25
2141
2142         * src/plugins/demo/demo.c
2143                 updated product name in plugin demo (many plugins need to be
2144                 sync'ed w/ that change).
2145
2146 2006-05-17 [colin]      2.2.0cvs24
2147
2148         * src/mh.c
2149                 Fix leak
2150
2151 2006-05-16 [colin]      2.2.0cvs23
2152
2153         * src/mainwindow.c
2154                 Stupid me hit again. Fix cvs22.
2155
2156 2006-05-16 [colin]      2.2.0cvs22
2157
2158         * src/mainwindow.c
2159                 Fix bug #922 (sylpheed-claws crashed after 
2160                 pushing on Inbox folder)
2161
2162 2006-05-16 [colin]      2.2.0cvs21
2163
2164         * src/compose.c
2165                 Make From header be copy/paste/select-able
2166
2167 2006-05-16 [wwp]        2.2.0cvs20
2168
2169         * src/export.c
2170         * src/matcher.c
2171         * src/summaryview.c
2172         * src/etpan/imap-thread.c
2173                 fix some compiler warnings (thanks to Colin).
2174
2175 2006-05-16 [wwp]        2.2.0cvs19
2176
2177         * src/action.c
2178         * src/gedit-print.c
2179         * src/inc.c
2180         * src/mainwindow.c
2181         * src/mh.c
2182         * src/statusbar.c
2183         * src/send_message.c
2184         * src/summaryview.c
2185                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2186
2187 2006-05-15 [colin]      2.2.0cvs18
2188
2189         * src/procmsg.c
2190                 Fix automatic rule creation with List-Post
2191
2192 2006-05-15 [paul]       2.2.0cvs17
2193
2194         * tools/filter_conv_new.pl
2195                 updated for rule enabling/disabling
2196                 claws version >= 2.3.x required
2197
2198 2006-05-15 [cleroy]     2.2.0cvs16
2199
2200         * src/main.c
2201                 Revert test
2202
2203 2006-05-15 [cleroy]     2.2.0cvs15
2204
2205         * src/main.c
2206                 test
2207
2208 2006-05-15 [wwp]        2.2.0cvs14
2209
2210         * manual/pl/.cvsignore
2211                 ignore generated files.
2212
2213 2006-05-14 [wwp]        2.3.0-rc1
2214
2215         * 2.3.0-rc1 released
2216
2217 2006-05-13 [wwp]        2.2.0cvs13
2218
2219         * src/filtering.c
2220         * src/filtering.h
2221         * src/matcher.c
2222         * src/matcher_parser_lex.l
2223         * src/matcher_parser_parse.y
2224         * src/prefs_filtering.c
2225                 new feature: provide the ability to disable filtering and processing
2226                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2227                 adaptations.
2228
2229 2006-05-13 [colin]      2.2.0cvs12
2230
2231         * src/compose.c
2232                 Remove useless if (a) b; else b;
2233                 Thanks to wwp
2234
2235 2006-05-13 [wwp]        2.2.0cvs11
2236
2237         * src/export.c
2238         * src/import.c
2239         * src/mainwindow.c
2240         * src/mbox.c
2241         * src/summaryview.c
2242         * src/summaryview.h
2243                 no more silent failures (or at least less ones) when importing
2244                 or exporting from/to mbox. Also start importing/exporting if
2245                 the necessary info is set.
2246
2247 2006-05-13 [wwp]        2.2.0cvs10
2248
2249         * RELEASE_NOTES
2250                 restored up-to-date release notes.
2251
2252 2006-05-13 [paul]       2.2.0cvs9
2253
2254         * po/nl.po
2255         * po/ru.po
2256                 updated by Tim Dijkstra and Pavlo Bohmat
2257
2258 2006-05-12 [colin]      2.2.0cvs8
2259
2260         * src/gtk/quicksearch.c
2261                 Add "k" as shortcut for "colorlabel". Patch
2262                 by ath42@users.sf.net.
2263
2264 2006-05-12 [paul]       2.2.0cvs7
2265
2266         * src/prefs_common.h
2267         * src/prefs_summaries.c
2268         * src/summaryview.c
2269                 when entering a folder also allow
2270                 going directly to first Marked message
2271
2272 2006-05-12 [paul]       2.2.0cvs6
2273
2274         * src/summaryview.c
2275                 always obey 'confirm before marking all
2276                 mails read' option
2277
2278 2006-05-12 [paul]       2.2.0cvs5
2279
2280         * src/textview.c
2281                 make Sender fully clickable
2282
2283 2006-05-12 [colin]      2.2.0cvs4
2284
2285         * src/compose.c
2286         * src/compose.h
2287                 Let From be editable
2288         * src/main.c
2289         * src/mh.c
2290                 Full support of .mh_sequences' Unseen seq
2291
2292 2006-05-12 [colin]      2.2.0cvs3
2293
2294         * src/folder.c
2295         * src/mainwindow.c
2296         * src/mainwindow.h
2297         * src/messageview.c
2298         * src/prefs_spelling.c
2299         * src/procheader.c
2300         * src/procmsg.c
2301         * src/procmsg.h
2302         * src/summaryview.c
2303         * src/toolbar.c
2304         * src/toolbar.h
2305                 Add contextual menu on Compose toolbar
2306                 button. Fixes bug #944 (Automatic
2307                 addresses not applied when changing account
2308                 from compose window)
2309                 add Mailing List support
2310                 based on the old 0.6.5claws25 patch by
2311                 Melvin Hadasht, with finishing touches
2312                 by Colin
2313                 Fix "ignore thread" when mails are threaded by
2314                 subject (and weren't ignored although appearing
2315                 in the thread).
2316                 GUI rework.
2317                 Both patches by Pawel.
2318
2319 2006-05-08 [paul]       2.2.0cvs2
2320
2321         * src/mainwindow.c
2322         * src/mainwindow.h
2323         * src/messageview.c
2324         * src/procheader.c
2325         * src/procmsg.c
2326         * src/procmsg.h
2327         * src/summaryview.c
2328                 add Mailing List support
2329                 based on the old 0.6.5claws25 patch by 
2330                 Melvin Hadasht, with finishing touches
2331                 by Colin
2332
2333 2006-05-08 [colin]      2.2.0cvs1
2334
2335         * src/mainwindow.c
2336         * src/toolbar.c
2337         * src/toolbar.h
2338                 Add contextual menu on Compose toolbar 
2339                 button. Fixes bug #944 (Automatic 
2340                 addresses not applied when changing account 
2341                 from compose window)
2342
2343 2006-05-08 [paul]       2.2.0
2344
2345         2.2.0 released
2346
2347 2006-05-08 [paul]       2.1.1cvs51
2348
2349         * po/cs.po
2350         * po/de.po
2351         * po/en_GB.po
2352         * po/fi.po
2353         * po/fr.po
2354         * po/pt_BR.po
2355         * po/sr.po
2356         * po/zh_CN.po
2357                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2358                 Fabien Vantard, Frederico Goncalves Guimaraes,
2359                 Aleksandar Urosevic, and Ralgh Young
2360
2361 2006-05-12 [colin]      2.1.1cvs50
2362
2363         * po/cs.po
2364         * po/de.po
2365         * po/en_GB.po
2366         * po/es.po
2367         * po/fi.po
2368         * po/fr.po
2369         * po/pt_BR.po
2370         * po/sr.po
2371         * po/zh_CN.po
2372                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2373                 Fabien Vantard, Frederico Goncalves Guimaraes,
2374                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2375
2376 2006-05-05 [colin]      2.1.1cvs49
2377
2378         * manual/Makefile.am
2379         * manual/pl/Makefile.am
2380         * manual/pl/account.xml
2381         * manual/pl/ack.xml
2382         * manual/pl/addrbook.xml
2383         * manual/pl/advanced.xml
2384         * manual/pl/faq.xml
2385         * manual/pl/glossary.xml
2386         * manual/pl/gpl.xml
2387         * manual/pl/handling.xml
2388         * manual/pl/intro.xml
2389         * manual/pl/keyboard.xml
2390         * manual/pl/plugins.xml
2391         * manual/pl/starting.xml
2392         * manual/pl/sylpheed-claws-manual.xml
2393         * manual/pl/dist/.cvsignore
2394         * manual/pl/dist/Makefile.am
2395         * manual/pl/dist/html/.cvsignore
2396         * manual/pl/dist/html/Makefile.am
2397         * manual/pl/dist/pdf/.cvsignore
2398         * manual/pl/dist/pdf/Makefile.am
2399         * manual/pl/dist/ps/.cvsignore
2400         * manual/pl/dist/ps/Makefile.am
2401         * manual/pl/dist/txt/.cvsignore
2402         * manual/pl/dist/txt/Makefile.am
2403                 Add the polish translation of the manual,
2404                 Authored by Pawel Pekala.
2405
2406 2006-05-05 [cleroy]     2.1.1cvs48
2407
2408         * src/main.c
2409                 Re-read matcherrc after loading plugins 
2410                 if some of them add folders.
2411
2412 2006-05-03 [colin]      2.1.1cvs47
2413
2414         * src/imap.c
2415                 I'm idiot
2416
2417 2006-05-03 [colin]      2.1.1cvs46
2418
2419         * src/imap.c
2420                 Be sure to have a session when
2421                 getting separator
2422
2423 2006-05-03 [colin]      2.1.1cvs45
2424
2425         * src/imap.c
2426         * src/imap.h
2427         * src/imap_gtk.c
2428                 Fix preventing renaming with namespace 
2429                 separator.
2430
2431 2006-05-01 [colin]      2.1.1cvs44
2432
2433         * src/action.c
2434                 Don't reload messageview when result of
2435                 action is piped.
2436
2437 2006-04-29 [colin]      2.1.1cvs43
2438
2439         * src/prefs_receive.c
2440         * src/plugins/spamassassin/spamassassin_gtk.c
2441         * src/plugins/clamav/clamav_plugin_gtk.c
2442                 GUI fixes by Pawel
2443
2444 2006-04-29 [colin]      2.1.1cvs42
2445
2446         * src/prefs_compose_writing.c
2447         * src/prefs_quote.c
2448                 Cleanups. Patch by Pawel
2449
2450 2006-04-28 [paul]       2.1.1cvs41
2451
2452         * src/matcher.c
2453                 fix returned quick search results when search
2454                 term contains an underscore.
2455                 Thanks to Colin
2456
2457 2006-04-28 [paul]       2.1.1cvs40
2458
2459         * src/prefs_message.c
2460         * src/prefs_receive.c
2461                 GUI cleanups
2462                 Patches by Pawel Pekala
2463
2464 2006-04-27 [colin]      2.1.1cvs39
2465
2466         * src/wizard.c
2467                 Differentiate subject Welcome from
2468                 window's title Welcome
2469
2470 2006-04-27 [paul]
2471
2472         2.2.0-rc1 released
2473
2474 2006-04-27 [paul]       2.1.1cvs38
2475
2476         * manual/advanced.xml
2477         * manual/fr/advanced.xml
2478                 add info about compose_no_markup hidden pref
2479
2480 2006-04-27 [paul]       2.1.1cvs37
2481
2482         * src/prefs_account.c
2483                 improve privacy labels
2484         * src/prefs_msg_colors.c
2485                 change some strings for translators' convenience
2486         * src/gtk/gtkutils.c
2487                 don't underline the link button text
2488
2489 2006-04-25 [colin]      2.1.1cvs36
2490
2491         * src/folder.c
2492                 Complete 2.1.1cvs33 (once more ;)
2493
2494 2006-04-25 [colin]      2.1.1cvs35
2495
2496         * src/editldap.c
2497                 Fix tooltip
2498
2499 2006-04-25 [cleroy]     2.1.1cvs34
2500
2501         * src/compose.c
2502         * src/gtk/gtkaspell.c
2503                 Fix crash on redirect (related to the return 
2504                 of the aspell menu in compose's toolbar)
2505         * src/prefs_msg_colors.c
2506                 Fix sensitivity widgets
2507         * src/image_viewer.c
2508         * src/gtk/pluginwindow.c
2509         * src/gtk/prefswindow.c
2510                 Change released signals to clicked (Fabien)
2511         * po/POTFILES.in
2512         * src/common/socket.c
2513         * src/plugins/spamassassin/spamassassin.c
2514                 Translate strings (Fabien)
2515
2516 2006-04-25 [paul]       2.1.1cvs33
2517
2518         * src/folder.c
2519         * src/folder.h
2520         * src/folderview.c
2521                 complete the fix of bug #912
2522                 Thanks to Colin
2523
2524 2006-04-25 [colin]      2.1.1cvs32
2525
2526         * src/news.c
2527                 Better progress bar
2528         * src/mimeview.c
2529         * src/summaryview.c
2530         * src/summaryview.h
2531                 Fix focus chain
2532                 Patches by Pawel Pekala
2533
2534 2006-04-24 [colin]      2.1.1cvs31
2535
2536         * src/compose.c
2537                 Fix compilation warnings (Fabien)
2538
2539 2006-04-24 [colin]      2.1.1cvs30
2540
2541         * src/addrindex.c
2542         * src/editldap.c
2543         * src/editldap_basedn.c
2544         * src/editldap_basedn.h
2545         * src/ldapctrl.c
2546         * src/ldapctrl.h
2547         * src/ldapquery.c
2548         * src/ldaputil.c
2549         * src/ldaputil.h
2550                 Fix bug #901 (LDAPS support)
2551
2552 2006-04-24 [colin]      2.1.1cvs29
2553
2554         * src/compose.c
2555                 Fix logic on error with send dialog on
2556         * src/imap.c
2557                 Fix compilation without libetpan, thanks
2558                 to Fabien
2559         * src/summaryview.c
2560                 Fix 'context-menu' key
2561
2562 2006-04-23 [colin]      2.1.1cvs28
2563
2564         * src/folder.c
2565                 Never free current's cache to free up 
2566                 memory. Fixes bug #912 (new count 
2567                 randomly set to message count)
2568
2569 2006-04-23 [colin]      2.1.1cvs27
2570
2571         * src/gtk/quicksearch.c
2572                 And remove printf...
2573
2574 2006-04-23 [colin]      2.1.1cvs26
2575
2576         * src/gtk/quicksearch.c
2577                 Fix replacing in quicksearch, and fix inserting
2578                 in the middle of the string. (introduced at 2.1.0cvs22)
2579
2580 2006-04-23 [colin]      2.1.1cvs25
2581
2582         * src/imap.c
2583                 Make sure uidnext is initialized in get_num_list
2584                 (not for stable, related to 2.1.1cvs8 and friends)
2585
2586 2006-04-23 [colin]      2.1.1cvs24
2587
2588         * src/imap.c
2589                 Output something when login is successful
2590                 too
2591
2592 2006-04-23 [colin]      2.1.1cvs23
2593
2594         * src/etpan/imap-thread.c
2595                 Better logging (line-per-line, hide data in fetch)
2596                 Fix a const warning
2597         * src/gtk/logwindow.c
2598         * src/gtk/logwindow.h
2599                 Better logging (color for input/output)
2600
2601 2006-04-21 [colin]      2.1.1cvs22
2602
2603         * src/gtk/quicksearch.c
2604                 On gtk+-2.8, use stock buttons in quicksearch
2605                 Based on a patch by Fabien and a design by Paul
2606
2607 2006-04-21 [colin]      2.1.1cvs21
2608
2609         * src/folderview.c
2610         * src/mainwindow.c
2611                 Fix occasional flicker in folderview
2612         * src/common/utils.c
2613                 Fix bug #943 (Incorrectly parsed email address 
2614                 list in short headers on message view and in 
2615                 printouts)
2616
2617 2006-04-20 [colin]      2.1.1cvs20
2618
2619         * src/imap.c
2620         * src/imap.h
2621         * src/prefs_account.c
2622                 Add ANONYMOUS auth for IMAP
2623
2624 2006-04-20 [paul]       2.1.1cvs19
2625
2626         * src/main.c
2627                 proper fix for 2.1.1cvs18
2628                 Thanks to Colin
2629
2630 2006-04-20 [paul]       2.1.1cvs18
2631
2632         * src/main.c
2633                 fix build warnings
2634
2635 2006-04-20 [paul]       2.1.1cvs17
2636
2637         * src/gtk/quicksearch.c
2638                 fix standard, non-extended Quick search,
2639                 was broken in 2.1.1cvs15.
2640                 Thanks to Colin.
2641
2642 2006-04-20 [colin]      2.1.1cvs16
2643
2644         * src/prefs_matcher.c
2645                 Fix values when reselecting a ~test
2646                 rule
2647
2648 2006-04-19 [colin]      2.1.1cvs15
2649
2650         * src/compose.c
2651         * src/compose.h
2652         * src/gtk/gtkaspell.c
2653         * src/gtk/gtkaspell.h
2654                 Put back Options menu in Spelling/
2655         * src/gtk/quicksearch.c
2656                 Don't search, and show error, if the
2657                 advanced search has a syntax error
2658
2659 2006-04-18 [colin]      2.1.1cvs14
2660
2661         * src/textview.c
2662                 Fix gdk warnings on set_cursor when textview
2663                 isn't visible
2664
2665 2006-04-18 [colin]      2.1.1cvs13
2666
2667         * src/gtk/gtksctree.c
2668                 Remove seemingly useless refresh that causes
2669                 flicker - watch this commit in case of 
2670                 problems before planned backport to stable
2671
2672 2006-04-18 [colin]      2.1.1cvs12
2673
2674         * src/imap.c
2675                 Factorize get/set_xml code
2676         * src/compose.c
2677         * src/prefs_account.c
2678         * src/prefs_account.h
2679         * src/procmsg.c
2680                 Add Encrypt to self option
2681
2682 2006-04-17 [colin]      2.1.1cvs11
2683
2684         * configure.ac
2685                 Fix search on encrpyt function on dragonfly
2686                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2687
2688 2006-04-17 [colin]      2.1.1cvs10
2689
2690         * src/prefs_account.c
2691                 Be safe by default: remove mails from POP3
2692                 after 7 days, not immediately
2693
2694 2006-04-17 [colin]      2.1.1cvs9
2695
2696         * src/etpan/imap-thread.c
2697                 Fix build on DragonFly - patch by 
2698                 Jonathan Buschmann <jonthn@agmact.com>
2699
2700 2006-04-17 [colin]      2.1.1cvs8
2701
2702         * src/imap.c
2703                 Save uidnext between sessions
2704
2705 2006-04-17 [colin]      2.1.1cvs7
2706
2707         * src/imap.c
2708                 scan is required when uid validity changes
2709
2710 2006-04-17 [colin]      2.1.1cvs6
2711
2712         * src/folderview.c
2713                 Don't scan if not necessary, apart in current
2714                 folder and INBOX to fetch flags.
2715         * src/imap.c
2716                 Scan is necessary if unread count changes
2717
2718 2006-04-17 [colin]      2.1.1cvs5
2719
2720         * src/imap.c
2721                 ...But always fetch ANSWERED and DELETED flags for
2722                 INBOX, as filtering can happen on these flags.
2723
2724 2006-04-17 [colin]      2.1.1cvs4
2725
2726         * src/imap.c
2727                 Don't fetch REPLIED and DELETED flags when synchronising
2728                 flags with a closed folder. We only need UNSEEN and FLAGGED
2729                 to update the folderview.
2730
2731 2006-04-17 [colin]      2.1.1cvs3
2732
2733         * src/imap.c
2734                 Faster flag search when there are new mails 
2735                 in a folder. We can do a full search if the 
2736                 folder contains less messages than the new
2737                 list.
2738
2739 2006-04-17 [colin]      2.1.1cvs2
2740
2741         * po/cs.po
2742         * po/de.po
2743         * po/fr.po
2744         * po/nl.po
2745         * po/pt_BR.po
2746                 Update translations from stable branch
2747
2748 2006-04-17 [colin]      2.1.1cvs1
2749
2750         * configure.ac
2751                 Bump version to follow stable release
2752
2753 2006-04-16 [mones]      2.1.0cvs50
2754
2755         * po/es.po
2756                 Updated for release
2757
2758 2006-04-16 [colin]      2.1.0cvs49
2759
2760         * src/textview.c
2761                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2762                 with gtk < 2.8. Thanks to Fabien Vantard.
2763
2764 2006-04-15 [colin]      2.1.0cvs48
2765
2766         * src/etpan/imap-thread.c
2767                 Fix bug #919 (libetpan: SEGV when connecting 
2768                 using command)
2769
2770 2006-04-14 [colin]      2.1.0cvs47
2771
2772         * src/main.c
2773                 Fix race on --select (should be done better)
2774
2775 2006-04-14 [wwp]        2.1.0cvs46
2776
2777         * src/send_message.c
2778                 enforce a check for domain in account prefs (a sending
2779                 error could be faced if domain was checked but no value set),
2780                 thanks to Colin.
2781
2782 2006-04-14 [colin]      2.1.0cvs45
2783
2784         * src/codeconv.c
2785                 when converting from unknown to unknown, if the
2786                 string is UTF8, don't convert it to the locale
2787                 (which breaks it)
2788
2789 2006-04-14 [colin]      2.1.0cvs44
2790
2791         * src/compose.c
2792                 Don't try to use ASCII for converting headers
2793                 (as done in body)
2794
2795 2006-04-14 [paul]       2.1.0cvs43
2796
2797         * src/crash.c
2798                 add locale/charset info to crash report
2799         * src/gtk/about.c
2800                 add wwp to doc team
2801                 replace 'e-mail' with preferred 'email'
2802         * src/gtk/authors.h
2803                 ensure contributors list is in alphabetical
2804                 order
2805
2806 2006-04-13 [colin]      2.1.0cvs42
2807
2808         * src/textview.c
2809                 Prevent gdk warnings
2810
2811 2006-04-13 [colin]      2.1.0cvs41
2812
2813         * src/common/ssl_certificate.c
2814         * src/common/ssl_certificate.h
2815         * src/gtk/sslcertwindow.c
2816                 Warn on expired certs, and display the expiration date
2817
2818 2006-04-13 [colin]      2.1.0cvs40
2819
2820         * src/plugins/spamassassin/spamassassin_gtk.c
2821                 Fix missing set_text on unix socket
2822
2823 2006-04-13 [wwp]        2.1.0cvs39
2824
2825         * manual/fr/advanced.xml
2826         * manual/fr/glossary.xml
2827                 applied new spam/ham/email lexicon (pourriel, courriel)
2828
2829 2006-04-13 [paul]       2.1.0cvs38
2830
2831         * src/plugins/pgpmime/plugin.c
2832                 remove the mention of S/MIME from the
2833                 description. This is now handled by the
2834                 S/MIME plugin.
2835
2836 2006-04-13 [paul]       2.1.0cvs37
2837
2838         * src/prefs_msg_colors.c
2839                 rework dialog
2840         * src/prefs_folder_item.c
2841         * src/prefs_spelling.c
2842                 add a tooltip to the colour selector buttons
2843
2844 2006-04-13 [wwp]        2.1.0cvs36
2845
2846         * manual/advanced.xml
2847         * manual/glossary.xml
2848         * manual/handling.xml
2849         * manual/keyboard.xml
2850         * manual/plugins.xml
2851         * manual/starting.xml
2852         * manual/fr/account.xml
2853         * manual/fr/ack.xml
2854         * manual/fr/addrbook.xml
2855         * manual/fr/advanced.xml
2856         * manual/fr/faq.xml
2857         * manual/fr/glossary.xml
2858         * manual/fr/gpl.xml
2859         * manual/fr/handling.xml
2860         * manual/fr/intro.xml
2861         * manual/fr/keyboard.xml
2862         * manual/fr/plugins.xml
2863         * manual/fr/starting.xml
2864         * manual/fr/sylpheed-claws-manual.xml
2865                 fixes to the manuals:
2866                  - summaryview -> Message List (same in French)
2867                  - translate key names
2868                  - fix French punctuation, use non-breakable spaces when
2869                    necessary, don't use &thinsp; which is not portable
2870                  - tell what maildir and mbox formats we support
2871
2872 2006-04-12 [wwp]        2.1.0cvs35
2873
2874         * src/prefs_toolbar.c
2875                 unified a replace button more,
2876                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2877
2878 2006-04-12 [wwp]        2.1.0cvs34
2879
2880         * src/prefs_common.c
2881         * src/prefs_msg_colors.c
2882                 make default color labels translatable,
2883                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2884                 thanks to Tim <timbrain@post.cz> for reporting.
2885
2886 2006-04-12 [wwp]        2.1.0cvs33
2887
2888         * manual/glossary.xml
2889         * manual/intro.xml
2890         * manual/plugins.xml
2891         * manual/starting.xml
2892         * manual/sylpheed-claws-manual.xml
2893         * manual/fr/.cvsignore
2894         * manual/fr/account.xml
2895         * manual/fr/ack.xml
2896         * manual/fr/addrbook.xml
2897         * manual/fr/advanced.xml
2898         * manual/fr/faq.xml
2899         * manual/fr/glossary.xml
2900         * manual/fr/handling.xml
2901         * manual/fr/intro.xml
2902         * manual/fr/keyboard.xml
2903         * manual/fr/plugins.xml
2904         * manual/fr/starting.xml
2905         * manual/fr/sylpheed-claws-manual.xml
2906                 various fixes: typos, missing .fr translations, punctuation,
2907                 capitalization, links, accents and some bad French more.
2908
2909 2006-04-12 [wwp]        2.1.0cvs32
2910
2911         * src/prefs_gtk.c
2912                 fix for bug #935: always store prefs files in UTF-8 (thanks
2913                 to Colin).
2914
2915 2006-04-11 [colin]      2.1.0cvs31
2916
2917         * src/compose.c
2918                 Fix inserting files not in utf8 when locale is utf8
2919
2920 2006-04-11 [colin]      2.1.0cvs30
2921
2922         * src/inc.c
2923                 Don't show error dialog when cancelling connection
2924                 Patch by Pawel
2925
2926 2006-04-11 [cleroy]     2.1.0cvs29
2927
2928         * src/compose.c
2929                 Implement multiple quote levels
2930         * src/prefs_common.c
2931                 Change a little bit the quote bgcolor for 2nd level
2932
2933 2006-04-11 [colin]      2.1.0cvs28
2934
2935         * src/gtk/about.c
2936                 Add locale and charset in the label
2937
2938 2006-04-10 [colin]      2.1.0cvs27
2939
2940         * src/compose.c
2941         * src/prefs_common.c
2942         * src/prefs_common.h
2943         * src/prefs_msg_colors.c
2944         * src/textview.c
2945                 Allow optional background color in quotes
2946                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2947                 GTK+-2.8.x feature
2948
2949 2006-04-10 [colin]      2.1.0cvs26
2950
2951         * src/main.c
2952         * src/mainwindow.c
2953         * src/mainwindow.h
2954                 Implement --select
2955
2956 2006-04-10 [colin]      2.1.0cvs25
2957
2958         * manual/plugins.xml
2959         * manual/fr/plugins.xml
2960                 Document libcurl's proxy variables
2961
2962 2006-04-09 [colin]      2.1.0cvs24
2963
2964         * src/prefs_common.c
2965                 gettext() returns statically allocated stuff. We have
2966                 to strdup it in order to be able to free it.
2967
2968 2006-04-09 [colin]      2.1.0cvs23
2969
2970         * AUTHORS
2971         * src/gtk/authors.h
2972                 Add Alexei
2973
2974 2006-04-09 [colin]      2.1.0cvs22
2975
2976         * src/mainwindow.c
2977         * src/gtk/quicksearch.c
2978                 Fix bug #859 (problems with cyrilic input in 
2979                 search panel) - Patch by Alexey Illarionov 
2980                 <littlesavage@rambler.ru>
2981
2982 2006-04-09 [colin]      2.1.0cvs21
2983
2984         * src/prefs_customheader.c
2985                 I prefer removing then freeing rather than the contrary
2986                 (even if it doesn't change anything ;-)
2987         * src/prefs_account.c
2988                 Fix bug #933 (Crash re-entering the custom headers list 
2989                 dialog in accounts prefs)
2990                 The problem happened when cancelling the Account 
2991                 Preferences' dialogs - in which case we didn't do 
2992                 anything to the PrefsAccount * struct. In case of applying,
2993                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2994                 working with in this dialog. The problem is that 
2995                 prefs_customheader.c, working on this tmp_ac_prefs, always
2996                 changes the ->customhdr_list pointer, even when cancelled. 
2997                 So in case of cancelling the prefs_account dialog, we still
2998                 have to update ->customhdr_list in the real account.
2999
3000 2006-04-08 [colin]      2.1.0cvs20
3001
3002         * manual/fr/glossary.xml
3003         * manual/fr/keyboard.xml
3004                 Forgot some headers :)
3005
3006 2006-04-08 [colin]      2.1.0cvs19
3007
3008         * manual/Makefile.am
3009         * manual/fr/Makefile.am
3010         * manual/fr/account.xml
3011         * manual/fr/ack.xml
3012         * manual/fr/addrbook.xml
3013         * manual/fr/advanced.xml
3014         * manual/fr/faq.xml
3015         * manual/fr/glossary.xml
3016         * manual/fr/gpl.xml
3017         * manual/fr/handling.xml
3018         * manual/fr/intro.xml
3019         * manual/fr/keyboard.xml
3020         * manual/fr/plugins.xml
3021         * manual/fr/starting.xml
3022         * manual/fr/sylpheed-claws-manual.xml
3023         * manual/fr/dist/.cvsignore
3024         * manual/fr/dist/Makefile.am
3025         * manual/fr/dist/html/.cvsignore
3026         * manual/fr/dist/html/Makefile.am
3027         * manual/fr/dist/pdf/.cvsignore
3028         * manual/fr/dist/pdf/Makefile.am
3029         * manual/fr/dist/ps/.cvsignore
3030         * manual/fr/dist/ps/Makefile.am
3031         * manual/fr/dist/txt/.cvsignore
3032         * manual/fr/dist/txt/Makefile.am
3033                 Add the french translation of the manual. Thanks to
3034                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3035                 account.xml, ack.xml, addrbook.xml and advanced.xml
3036
3037 2006-04-08 [colin]      2.1.0cvs18
3038
3039         * manual/plugins.xml
3040         * manual/starting.xml
3041                 More fixes
3042
3043 2006-04-07 [colin]      2.1.0cvs17
3044
3045         * manual/faq.xml
3046         * manual/intro.xml
3047         * manual/keyboard.xml
3048                 Little fixes
3049
3050 2006-04-07 [colin]      2.1.0cvs16
3051
3052         * README
3053         * src/compose.c
3054         * src/prefs_common.c
3055         * src/prefs_common.h
3056                 Add hidden compose_no_markup pref
3057
3058 2006-04-07 [wwp]        2.1.0cvs15
3059
3060         * src/summary_search.c
3061         * .cvsignore
3062                 Bugfix: stop button was sticky when searching in an empty folder.
3063                 Applied curly brackets code style to the whole file (summary_search.c).
3064                 More files to ignore.
3065
3066 2006-04-07 [wwp]        2.1.0cvs14
3067
3068         * src/message_search.c
3069         * src/summary_search.c
3070                 changed default button when search bumps at file/folder
3071                 beginning or end, for convenience (thanks to Colin).
3072
3073 2006-04-07 [paul]       2.1.0cvs13
3074
3075         * src/plugins/dillo_viewer/dillo_prefs.c
3076                 avoid future potential for namespace collision
3077                 Patch by Colin
3078
3079 2006-04-06 [wwp]        2.1.0cvs12
3080
3081         * src/summary_search.c
3082                 Unify extended/advanced searches names (and thus factorize labels),
3083                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3084
3085 2006-04-06 [wwp]        2.1.0cvs11
3086
3087         * src/folderview.c
3088         * src/prefs_themes.c
3089         * src/summaryview.c
3090                 Fixed some compilation warnings.
3091
3092 2006-04-06 [colin]      2.1.0cvs10
3093
3094         * manual/advanced.xml
3095                 Document the wizard template and how to deploy
3096                 Sylpheed-Claws effectively
3097
3098 2006-04-06 [colin]      2.1.0cvs9
3099
3100         * src/folderview.c
3101                 gettext patch to tell translators about _("#"),
3102                 by Maxim Britov
3103
3104 2006-04-06 [colin]      2.1.0cvs8
3105
3106         * src/textview.c
3107                 Fix invalid GtkTextBIter after clicking "Display as text"
3108
3109 2006-04-06 [mones]      2.1.0cvs7
3110
3111         * src/addr_compl.c
3112         * src/addrindex.c
3113         * src/addritem.c
3114         * src/codeconv.c
3115         * src/compose.c
3116         * src/filtering.c
3117         * src/folder.c
3118         * src/folder_item_prefs.c
3119         * src/folderview.c
3120         * src/localfolder.c
3121         * src/matcher.c
3122         * src/mimeview.c
3123         * src/prefs_msg_colors.c
3124         * src/prefs_spelling.c
3125         * src/prefs_themes.c
3126         * src/procmime.c
3127         * src/procmsg.c
3128         * src/stock_pixmap.c
3129         * src/summaryview.c
3130         * src/textview.c
3131         * src/toolbar.c
3132         * src/common/mgutils.c
3133         * src/common/prefs.c
3134         * src/common/ssl_certificate.c
3135         * src/gtk/colorlabel.c
3136         * src/gtk/quicksearch.c
3137         * src/plugins/pgpmime/pgpmime.c
3138         * src/plugins/spamassassin/spamassassin.c
3139                 Removed redundant NULL checks for g_free() calls.
3140                 Patch by Pawel Pekala.
3141
3142 2006-04-06 [mones]      2.1.0cvs6
3143
3144         * src/prefs_actions.c
3145         * src/prefs_filtering.c
3146         * src/prefs_filtering_action.c
3147         * src/prefs_matcher.c
3148         * src/prefs_template.c
3149         * src/gtk/gtkutils.c
3150         * src/gtk/gtkutils.h
3151                 Have a nice replace button. Patch by Pawel Pekala
3152
3153 2006-04-06 [colin]      2.1.0cvs5
3154
3155         * src/addressbook.c
3156                 Fix crash with empty columns
3157
3158 2006-04-05 [colin]      2.1.0cvs4
3159
3160         * src/wizard.c
3161         * src/prefs_gtk.c
3162                 Allow wizard customization with pre-filled values
3163
3164 2006-04-05 [colin]      2.1.0cvs3
3165
3166         * src/textview.c
3167         * src/mimeview.c
3168         * src/mimeview.h
3169                 Nicer messages in mimeview
3170
3171 2006-04-05 [colin]      2.1.0cvs2
3172
3173         * src/addressbook.c
3174         * src/prefs_summaries.c
3175                 i18n fix
3176
3177 2006-04-05 [colin]      2.1.0cvs1
3178
3179         * src/plugins/pgpcore/plugin.c
3180         * src/plugins/pgpcore/select-keys.c
3181         * src/plugins/pgpcore/select-keys.h
3182         * src/plugins/pgpcore/sgpgme.c
3183         * src/plugins/pgpcore/sgpgme.h
3184         * src/plugins/pgpinline/pgpinline.c
3185         * src/plugins/pgpinline/plugin.c
3186         * src/plugins/pgpmime/pgpmime.c
3187         * src/plugins/pgpmime/plugin.c
3188                 Factorize and generalize a bit 
3189                 Drop S/MIME signature verification from PGP/MIME
3190                 (adding it as another, more complete plugin)
3191
3192 2006-04-05 [paul]       2.1.0
3193
3194         2.1.0 released
3195
3196 2006-04-05 [paul]       2.0.0cvs186
3197
3198         * manual/advanced.xml
3199                 add info on colour labels
3200
3201 2006-04-05 [paul]       2.0.0cvs185
3202
3203         * po/bg.po
3204         * po/cs.po
3205         * po/de.po
3206         * po/el.po
3207         * po/en_GB.po
3208         * po/fi.po
3209         * po/fr.po
3210         * po/it.po
3211         * po/nl.po
3212         * po/pl.po
3213         * po/pt_BR.po
3214         * po/sr.po
3215         * po/zh_CN.po
3216                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3217                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3218                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3219                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3220         * src/gtk/authors.h
3221         * tools/claws.i18n.status.pl
3222                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3223                 and new Czech translator, Tim <timbrain@post.cz>
3224
3225 2006-04-05 [mones]      2.0.0cvs184
3226
3227         * po/es.po
3228                 Updated translation
3229
3230 2006-04-05 [colin]      2.0.0cvs183
3231
3232         * src/gtk/quicksearch.c
3233                 Fix bug #929 (unnecessary reload in quick search bar)
3234
3235 2006-04-05 [colin]      2.0.0cvs182
3236
3237         * src/compose.c
3238                 Fix crash on Reply with no From:
3239                 Show signature and conversion error on queuing 
3240                 (but not sending)
3241         * src/mainwindow.c
3242         * src/summaryview.c
3243         * src/summaryview.h
3244                 Factorize threading code and make sure msginfo 
3245                 is not null when it comes from a GtkCTreeRow's 
3246                 data
3247         * src/gtk/gtkaspell.c
3248                 Check for necessary things
3249         * src/gtk/gtksctree.c
3250         * src/gtk/gtksctree.h
3251                 Reset anchor if necessary when removing node
3252
3253 2006-03-29 [colin]      2.0.0cvs181
3254
3255         * src/folderview.c
3256                 Warn for disabled IMAP accounts (due to lack of
3257                 libetpan). Breaks string-freeze - sorry - but it
3258                 is kind of important ;)
3259
3260 2006-03-28 [colin]      2.0.0cvs180
3261
3262         * src/gtk/gtkutils.c
3263         * src/gtk/gtkutils.h
3264                 Add a gtkut_get_link_btn() function that
3265                 creates a button which acts like an URI
3266         * src/prefs_themes.c
3267         * src/gtk/about.c
3268                 Use this function (factorizes codes)
3269         * src/common/defs.h
3270         * src/gtk/pluginwindow.c
3271                 Add a "Get more..." in the plugins window
3272
3273 2006-03-28 [colin]      2.0.0cvs179
3274
3275         * src/common/smtp.c
3276         * src/common/passcrypt.c
3277         * src/undo.c
3278                 Warning fixes. Patch by Pawel Pekala
3279
3280 2006-03-27 [colin]      2.0.0cvs178
3281
3282         * src/undo.c
3283                 Fix undoing by blocks with spaces
3284
3285 2006-03-27 [colin]      2.0.0cvs177
3286
3287         * src/textview.c
3288                 Set margin to 3px for headers
3289
3290 2006-03-27 [paul]
3291
3292         2.1.0-rc2 released
3293
3294 2006-03-27 [wwp]        2.0.0cvs176
3295
3296         * src/summaryview.c
3297                 don't reset quicksearch when updating the message list.
3298                 Thanks to Colin.
3299
3300 2006-03-26 [wwp]        2.0.0cvs175
3301
3302         * src/compose.c
3303                 use a unified border width ('other' tab in the compose window,
3304                 patch by Pawel Pekala).
3305
3306
3307 2006-03-26 [wwp]        2.0.0cvs174
3308
3309         * src/common/quoted-printable.c
3310         * src/addressbook.c
3311                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3312
3313 2006-03-26 [colin]      2.0.0cvs173
3314
3315         * src/quote_fmt_parse.y
3316                 Fix non-UTF8 date formats messing up the whole quote a 
3317                 little bit
3318
3319 2006-03-26 [colin]      2.0.0cvs172
3320
3321         * src/procheader.c
3322                 Make sure the date is UTF8 valid, or try to make it
3323                 so. IncrediMail is really IncrediStupid.
3324         * src/compose.c
3325                 Fix possible conversions. 
3326                 
3327
3328 2006-03-26 [colin]      2.0.0cvs171
3329
3330         * src/matcher.c
3331                 Fix corner cases in body search. This is still a
3332                 hack... It seems impossible to make it good and 
3333                 reasonably fast at the same time.
3334
3335 2006-03-26 [colin]      2.0.0cvs170
3336
3337         * src/summaryview.c
3338                 I think I killed the twilight zone bug!
3339                 summary_select_node() flushes GTK events in order
3340                 to be able to center the view. But this also 
3341                 flushes keypresses like Ctrl-Alt-U, so this can
3342                 call summary_show from summary_select_node (itself
3343                 called from summary_show, etc.). And the summaryview
3344                 has to be unlocked in this function. So just locking
3345                 while processing GTK events, and bailing if locked, 
3346                 should fix it.
3347                 Fixes bug #927 (SIGSEGV during Update Summary)
3348
3349 2006-03-25 [colin]      2.0.0cvs169
3350
3351         * src/matcher.c
3352                 Fix search in QP-encoded bodies
3353                 Fix utf-8 searches in bodies encoded in the
3354                 locale's encoding
3355         * src/common/quoted-printable.c
3356         * src/common/quoted-printable.h
3357                 Add a decode function that doesn't overwrite
3358                 the original pointer
3359                 
3360
3361 2006-03-24 [colin]      2.0.0cvs168
3362
3363         * src/action.c
3364         * src/summaryview.c
3365         * src/summaryview.h
3366                 Update message cache after action
3367                 Patch by H. Merijn Brand
3368         * src/prefs_msg_colors.c
3369                 Factorize label 
3370                 Patch by Fabien Vantard
3371         * src/plugins/spamassassin/spamassassin_gtk.c
3372                 Remove useless translation
3373                 Patch by Fabien Vantard
3374
3375 2006-03-23 [colin]      2.0.0cvs167
3376
3377         * src/common/ssl.c
3378                 Let 30 seconds to SSL_connect
3379
3380 2006-03-23 [wwp]        2.0.0cvs166
3381
3382         * src/summaryview.c
3383         * src/gtk/description_window.c
3384                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3385                 and headers are translated; adjust description windows' width to fit their
3386                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3387
3388 2006-03-23 [paul]       2.0.0cvs165
3389
3390         * src/common/utils.c
3391                 fix highlighting of URIs containing "()"
3392                 (2.0.0cvs164's reversal fixed)
3393                 Thanks to Colin.
3394
3395 2006-03-23 [paul]       2.0.0cvs164
3396
3397         * src/common/utils.c
3398                 revert patch, (postponing a fix), at 2.0.0cvs120
3399                 as it breaks more URIs than it fixes.
3400                 Allow '-' to be a terminating character in a URI
3401
3402 2006-03-22 [colin]      2.0.0cvs163
3403
3404         * configure.ac
3405                 Require libetpan 0.45
3406                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3407
3408 2006-03-22 [paul]       2.0.0cvs162
3409
3410         * src/editgroup.c
3411                 replace '<-' and '->' buttons with GTK_STOCK graphical
3412                 buttons
3413         * src/summary_search.c
3414                 don't offer '...' for translation
3415                 add a tooltip to advanced search '...' button
3416         * src/gtk/quicksearch.c
3417                 don't offer '...' for translation
3418
3419 2006-03-21 [colin]      2.0.0cvs161
3420
3421         * src/compose.c
3422                 Fix middle-click pasting (insert at click
3423                 position instead of cursor position, don't
3424                 remove existing selection and allow pasting
3425                 our own selection)
3426         * src/addressbook.c
3427                 "LDAP Server" -> "LDAP servers"
3428
3429 2006-03-21 [wwp]        2.0.0cvs160
3430
3431         * src/etpan/imap-thread.c
3432                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3433
3434 2006-03-20 [colin]      2.0.0cvs159
3435
3436         * src/summaryview.c
3437                 Don't reload summaryview after an execute with no
3438                 move action
3439
3440 2006-03-19 [colin]      2.0.0cvs158
3441
3442         * src/addressbook.c
3443                 and put groups at the top, always
3444
3445 2006-03-19 [colin]      2.0.0cvs157
3446
3447         * src/addressbook.c
3448                 Order groups before names, as previously
3449
3450 2006-03-19 [colin]      2.0.0cvs156
3451
3452         * src/addressbook.c
3453                 - Sort case-unsensitive
3454                 - Put the sort arrow at opening too
3455
3456 2006-03-19 [wwp]        2.0.0cvs155
3457
3458         * src/addressbook.c
3459                 allow sorting by name/email/remarks, ensure that right-pane's contents
3460                 matches the left-pane selection (cleared when appropriate).
3461                 Patch by Pawel Pekala <c0rn@o2.pl>.
3462
3463 2006-03-18 [colin]      2.0.0cvs154
3464
3465         * src/textview.c
3466                 Fix text cursor ;)
3467
3468 2006-03-18 [colin]      2.0.0cvs153
3469
3470         * src/gtk/filesel.c
3471                 Make sure we hide the preview if we didn't get
3472                 a filename
3473
3474 2006-03-18 [colin]      2.0.0cvs152
3475
3476         * src/summaryview.c
3477                 Set cursor to watch for execution (fixes lack
3478                 of watch-cursor when dnd'ing hundreds of mails)
3479         * src/gtk/filesel.c
3480                 Check that mime type is 'image/*' before updating
3481                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3482
3483 2006-03-18 [colin]      2.0.0cvs151
3484
3485         * src/mainwindow.c
3486         * src/textview.c
3487         * src/textview.h
3488                 Put a watch cursor in textview too when the mainwindow's
3489                 cursor in a watch
3490
3491 2006-03-18 [colin]      2.0.0cvs150
3492
3493         * src/folder.c
3494                 Change wrong asserts to simple tests
3495
3496 2006-03-17 [colin]      2.0.0cvs149
3497
3498         * src/mainwindow.c
3499         * src/mainwindow.h
3500         * src/prefs_msg_colors.c
3501         * src/summaryview.c
3502         * src/summaryview.h
3503         * src/gtk/colorlabel.c
3504         * src/gtk/colorlabel.h
3505                 Add a color label menu in the main menubar
3506                 Add (fixed) accels Ctrl-{0-7} to change the color
3507                 They have to be fixed because the menu's dynamic,
3508                 the items are complex widgets, hence we can't use
3509                 a GtkItemFactory.
3510
3511
3512 2006-03-17 [wwp]        2.0.0cvs148
3513
3514         * src/compose.c
3515                 rollback few lines from my previous commit (those lines come from
3516                 a pending patch, accidentally commited, even if neutral as they are
3517                 commented out).
3518
3519 2006-03-17 [wwp]        2.0.0cvs147
3520
3521         * src/compose.c
3522                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3523                 applied code style/indentation to the modified function.
3524
3525 2006-03-17 [wwp]        2.0.0cvs146
3526
3527         * src/procmsg.c
3528         * src/compose.c
3529                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3530
3531 2006-03-17 [paul]
3532
3533         2.1.0-rc1 released
3534
3535 2006-03-17 [paul]       2.0.0cvs145
3536
3537         * src/main.c
3538                 addressbook_read_file() was called twice
3539         * src/textview.c
3540                 X-Mailer highlighting
3541
3542 2006-03-16 [colin]      2.0.0cvs144
3543
3544         * src/sourcewindow.c
3545         * src/sourcewindow.h
3546                 And the last one, in source window.
3547
3548 2006-03-16 [colin]      2.0.0cvs143
3549
3550         * src/compose.c
3551         * src/compose.h
3552                 Fix the same stuff in compose
3553
3554 2006-03-16 [colin]      2.0.0cvs142
3555
3556         * src/messageview.c
3557                 Complete the previous messageview crash fix
3558
3559 2006-03-16 [colin]      2.0.0cvs141
3560
3561         * src/procmsg.h
3562         * src/procmsg.c
3563         * src/folder.c
3564                 Fix POSTPROCESSING hook
3565                 Patch by H. Merijn Brand
3566
3567         * src/procmime.c
3568         * src/procmime.h
3569                 Parse Content-Location
3570
3571         * src/toolbar.c
3572         * src/messageview.c
3573         * src/messageview.h
3574                 Don't crash when a top-level MessageView has
3575                 been closed on us. Same problematic than
3576                 yesterday's quicksearch issue.
3577
3578 2006-03-15 [colin]      2.0.0cvs140
3579
3580         * src/gtk/quicksearch.c
3581                 Fix a bitchy race we didn't think about when we
3582                 added quicksearch cancellation:
3583                 If the search is not on cached fields, for example
3584                 body_part matchcase "stuff"
3585                 the matcher code has to get the whole message. If
3586                 we're on IMAP, that can be slow, and in order to
3587                 be non-blocking, the IMAP code idle loop processes
3588                 gtk events too. So it is possible to cancel a
3589                 quicksearch while the matcher is getting the mail's
3590                 body. After matcher got its body, it will start to
3591                 iterate over the matcher list that the Quicksearch's
3592                 clear_search_cb() just freed via prepare_matcher().
3593                 SIGSEGV ensues.
3594                 The fix consists of guarding the matcherlist_match()
3595                 call with a boolean 'matching'. If we reset the
3596                 quicksearch while matching is TRUE, we don't free
3597                 the matcherlist anymore like we did, but we set
3598                 another new flag, deferred_free, to TRUE. Then,
3599                 in quicksearch_match(), just after returning from
3600                 matcherlist_match() and unsetting the matching flag,
3601                 we check the deferred_free flag and do the
3602                 prepare_matcher() (which does the matcherlist_free)
3603                 for real, so we free the matcherlist once it's not
3604                 used anymore.
3605                 As all of this runs via the glib main loop, we
3606                 luckily don't need a mutex.
3607         * src/summaryview.c
3608                 Also, show progress while searching.
3609
3610
3611 2006-03-14 [colin]      2.0.0cvs139
3612
3613         * src/alertpanel.c
3614                 Make alertpanel_is_open non-static
3615
3616 2006-03-14 [colin]      2.0.0cvs138
3617
3618         * src/prefs_spelling.c
3619                 Cleanups - Fabien Vantard
3620
3621 2006-03-14 [wwp]        2.0.0cvs137
3622
3623         * src/main.c
3624                 code style normalization (curly braces, indentation).
3625
3626 2006-03-14 [wwp]        2.0.0cvs137
3627
3628         * src/main.c
3629                 code style (braces, indentation)
3630
3631 2006-03-12 [paul]       2.0.0cvs136
3632
3633         * src/prefs_common.c
3634                 trans_hdr defaults to FALSE to be RFC-savvy
3635         * src/prefs_summaries.c
3636                 add a tooltip to the trans_hdr option
3637                 
3638
3639 2006-03-12 [paul]       2.0.0cvs135
3640
3641         * src/prefs_matcher.c
3642                 give a little more width to the combos
3643         * src/prefs_display_header.c
3644         * src/textview.c
3645                 translate headers if prefs_common.trans_hdr
3646                 is TRUE
3647
3648         Patches by Pawel Pekala
3649
3650 2006-03-12 [paul]       2.0.0cvs134
3651
3652         * src/plugins/clamav/clamav_plugin.c
3653         * src/plugins/dillo_viewer/dillo_viewer.c
3654         * src/plugins/pgpcore/plugin.c
3655         * src/plugins/pgpinline/plugin.c
3656         * src/plugins/pgpmime/plugin.c
3657         * src/plugins/spamassassin/spamassassin.c
3658                 update/add to descriptions
3659         * src/plugins/spamassassin/spamassassin_gtk.c
3660                 fixes to the english, remove superfluous
3661                 tooltips, clean up a little
3662
3663 2006-03-12 [paul]       2.0.0cvs133
3664
3665         * src/compose.c
3666                 fix Bug 924, 'Account combo box shows up wrong 
3667                 if & is in account name'
3668
3669 2006-03-11 [colin]      2.0.0cvs132
3670
3671         * src/summaryview.c
3672                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3673                 messed up shift-selection because is slows down
3674                 moving around summaryview. thanks -users
3675
3676 2006-03-10 [colin]      2.0.0cvs131
3677
3678         * src/plugins/spamassassin/spamassassin_gtk.c
3679                 Put back Paul's engrish fixes
3680
3681 2006-03-10 [colin]      2.0.0cvs130
3682
3683         * src/plugins/spamassassin/spamassassin.c
3684         * src/plugins/spamassassin/spamassassin.h
3685         * src/plugins/spamassassin/spamassassin_gtk.c
3686                 Cleanup SA prefs page (more)
3687                 Patch by Fabien Vantard
3688
3689 2006-03-10 [paul]       2.0.0cvs129
3690
3691         * src/prefs_msg_colors.c
3692         * src/prefs_spelling.c
3693                 widget sensitivity
3694
3695 2006-03-09 [mones]      2.0.0cvs128
3696
3697         * po/es.po
3698                 Update for next RC
3699
3700 2006-03-09 [wwp]        2.0.0cvs127
3701
3702         * configure.ac
3703                 revert accidental commit (requirement for libetpan 0.43), this time
3704                 not in HEAD.
3705
3706 2006-03-09 [wwp]        2.0.0cvs125
3707
3708         * configure.ac
3709                 revert accidental commit (requirement for libetpan 0.43)
3710
3711 2006-03-09 [paul]       2.0.0cvs126
3712
3713         * src/prefs_receive.c
3714                 remove useless frame
3715                 replace 'incorporation' with 'receiving'
3716         * src/plugins/clamav/clamav_plugin_gtk.c
3717         * src/plugins/spamassassin/spamassassin_gtk.c
3718                 improve widget sensitivity
3719                 fix a bit his engrish
3720
3721 2006-03-09 [wwp]        2.0.0cvs125
3722
3723         * src/addressadd.c
3724         * src/foldersel.c
3725         * src/prefs_common.c
3726         * src/prefs_common.h
3727                 remember some more windows' sizes (add to addressbook and
3728                 select folder).
3729
3730 2006-03-09 [paul]       2.0.0cvs124
3731
3732         * src/plugins/pgpcore/prefs_gpg.c
3733                 normalise construction of dialogue
3734
3735 2006-03-09 [paul]       2.0.0cvs123
3736
3737         * src/plugins/trayicon/Makefile.am
3738                 add missing slash
3739
3740 2006-03-08 [colin]      2.0.0cvs122
3741
3742         * src/plugins/trayicon/Makefile.am
3743                 Fix build in separate dir 
3744                 Patch by Bamanzi <bamanzi@gmail.com>
3745
3746 2006-03-08 [colin]      2.0.0cvs121
3747
3748         * src/procmsg.c
3749                 Batch move and copies from summaryview with delayed execution
3750                 too
3751
3752 2006-03-07 [paul]       2.0.0cvs120
3753
3754         * src/common/utils.c
3755                 fix highlighting of URIs containing "()"
3756                 Patch by Pawel Pekala
3757
3758 2006-03-07 [paul]       2.0.0cvs119
3759
3760         * src/folder.c
3761         * src/folder.h
3762         * src/folderview.c
3763                 immediately do alphabetical resort when
3764                 changing a folder's name
3765                 Patch by Pawel Pekala
3766
3767 2006-03-07 [paul]       2.0.0cvs118
3768
3769         * src/news.c
3770         * src/news_gtk.c
3771                 when unsubscribing a newsgroup, remove the
3772                 folder and msgs in .sylpheed-claws/newscache
3773                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3774
3775 2006-03-07 [paul]       2.0.0cvs117
3776
3777         * src/textview.c
3778                 fix wrong Fake URL Warning
3779                 Thanks to Hiro
3780
3781 2006-03-07 [colin]      2.0.0cvs116
3782
3783         * src/imap.c
3784                 Return immediately when password dialog was
3785                 cancelled
3786         * src/gtk/inputdialog.c
3787                 Allow empty strings for passwords
3788
3789
3790 2006-03-06 [colin]      2.0.0cvs115
3791
3792         * src/imap.c
3793                 Prevent double-timeouts when connection fails
3794
3795 2006-03-06 [colin]
3796
3797         2.0.1-rc1 released
3798
3799 2006-03-06 [colin]      2.0.0cvs114
3800
3801         * src/imap.c
3802                 Refresh session during potentially long
3803                 operations
3804
3805 2006-03-06 [wwp]        2.0.0cvs113
3806
3807         * src/prefs_msg_colors.h
3808                 forgot that one (custom color labels).
3809
3810 2006-03-06 [wwp]        2.0.0cvs112
3811
3812         * src/prefs_common.c
3813         * src/prefs_common.h
3814         * src/prefs_msg_colors.c
3815         * src/summaryview.c
3816         * src/summaryview.h
3817         * src/gtk/colorlabel.c
3818         * src/gtk/colorlabel.h
3819                 colors in messages list are now customizable. Color values and names can
3820                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3821                 Thanks to Paul and Colin for their help with this longstanding patch!
3822
3823 2006-03-06 [wwp]        2.0.0cvs111
3824
3825         * src/textview.c
3826                 don't crash if (x)face is bad.
3827
3828 2006-03-05 [paul]       2.0.0cvs110
3829
3830         * AUTHORS
3831         * configure.ac
3832         * src/Makefile.am
3833         * src/common/Makefile.am
3834         * src/common/utils.h
3835         * src/etpan/imap-thread.c
3836         * src/gtk/authors.h
3837         * src/plugins/clamav/Makefile.am
3838         * src/plugins/demo/Makefile.am
3839         * src/plugins/dillo_viewer/Makefile.am
3840         * src/plugins/pgpcore/Makefile.am
3841         * src/plugins/pgpcore/passphrase.c
3842         * src/plugins/pgpinline/Makefile.am
3843         * src/plugins/pgpmime/Makefile.am
3844         * src/plugins/spamassassin/Makefile.am
3845         * src/plugins/trayicon/Makefile.am
3846                 fix builiding on cygwin
3847                 Patch by Ralgh Young <bamanzi@gmail.com>
3848
3849 2006-03-04 [wwp]        2.0.0cvs109
3850
3851         * manual/keyboard.xml
3852                 fix mixed up/down keys.
3853
3854 2006-03-04 [wwp]        2.0.0cvs108
3855
3856         * README
3857         * INSTALL
3858                 updated links to SpamAssassin.
3859
3860 2006-03-04 [wwp]        2.0.0cvs107
3861
3862         * manual/plugins.xml
3863         * src/plugins/spamassassin/README
3864                 updated SpamAssassin plugin docs to reflect new functional additions
3865                 (also fix/update/documents few technical stuff more, see the README).
3866
3867 2006-03-04 [wwp]        2.0.0cvs106
3868
3869         * src/prefs_message.c
3870                 normalized capitalization of message-prefs paths.
3871
3872 2006-03-04 [wwp]        2.0.0cvs105
3873
3874         * manual/advanced.xml
3875                 typo.
3876
3877 2006-03-03 [colin]      2.0.0cvs104
3878
3879         * src/plugins/clamav/clamav_plugin_gtk.c
3880                 Rework prefs page, patch by Fabien 
3881
3882 2006-03-03 [colin]      2.0.0cvs103
3883
3884         * src/plugins/clamav/clamav_plugin.c
3885                 Set error on all errors
3886
3887 2006-03-03 [colin]      2.0.0cvs102
3888
3889         * src/common/plugin.c
3890                 Initialize error to avoid crashing when a plugin fails
3891                 without setting error
3892
3893 2006-03-02 [wwp]        2.0.0cvs101
3894
3895         * configure.ac
3896                 fixed linker flags for libetpan support on Cygwin
3897                 (thanks to H.Merijn Brand).
3898
3899 2006-03-02 [wwp]        2.0.0cvs100
3900
3901         * src/addressbook.c
3902                 fix some AB error messages: one for punctuation and
3903                 one wrongly duplicate (thanks, maxbritov).
3904
3905 2006-03-02 [wwp]        2.0.0cvs99
3906
3907         * src/plugins/spamassassin/spamassassin.c
3908                 make sync calls to sa-learn/spamc to prevent
3909                 system (whatever local or client/server) overload.
3910
3911 2006-03-02 [colin]      2.0.0cvs98
3912
3913         * src/summaryview.c
3914                 Put the spam icon in the status column instead of the
3915                 mark one
3916
3917 2006-03-01 [colin]      2.0.0cvs97
3918
3919         * src/plugins/spamassassin/spamassassin.c
3920                 Fix segfault (g_file_set_contents fails for some 
3921                 reason and err==0x2f. Can't find out why with
3922                 valgrind, using working function :-)
3923
3924 2006-03-01 [colin]      2.0.0cvs96
3925
3926         * src/inc.c
3927                 Offline overriding: let 'No' be cached only 3 seconds
3928
3929 2006-03-01 [colin]      2.0.0cvs95
3930
3931         * src/addr_compl.c
3932         * src/addrbook.c
3933         * src/addressbook.c
3934         * src/addrindex.c
3935         * src/folder_item_prefs.c
3936         * src/headerview.c
3937         * src/imap.c
3938         * src/inc.c
3939         * src/ldif.c
3940         * src/mainwindow.c
3941         * src/mh.c
3942         * src/msgcache.c
3943         * src/prefs_common.h
3944         * src/prefs_msg_colors.c
3945         * src/procheader.c
3946         * src/procheader.h
3947         * src/procmime.c
3948         * src/procmsg.c
3949         * src/procmsg.h
3950         * src/send_message.h
3951         * src/simple-gettext.c
3952         * src/summaryview.c
3953         * src/summaryview.h
3954         * src/syldap.c
3955         * src/textview.c
3956         * src/undo.c
3957         * src/common/ssl_certificate.c
3958         * src/common/utils.c
3959         * src/gtk/colorsel.c
3960         * src/gtk/gtksctree.c
3961         * src/gtk/gtkshruler.c
3962         * src/plugins/trayicon/trayicon.c
3963                 #if 0 goes to /dev/null
3964
3965 2006-03-01 [colin]      2.0.0cvs94
3966
3967         * src/compose.c
3968         * src/imap.c
3969         * src/inc.c
3970         * src/inc.h
3971         * src/messageview.c
3972         * src/news.c
3973         * src/plugins/spamassassin/spamassassin.c
3974                 Allow to add information in the "working offline"
3975                 window
3976
3977 2006-03-01 [wwp]        2.0.0cvs93
3978
3979         * src/plugins/spamassassin/spamassassin.c
3980                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3981                 'cause it seems that calling `spamc ... < inputfile` with
3982                 g_spawn_(a)sync simply.. erm doesn't work :-).
3983
3984 2006-03-01 [wwp]        2.0.0cvs92
3985
3986         * src/toolbar.c
3987         * src/toolbar.h
3988                 simplify the adding of spam/ham button to the messageview toolbar
3989                 (it gets more clear now that the same button will be "Mark as spam"
3990                 or "Mark as ham" according to the current message status,
3991                 thanks to Colin).
3992
3993 2006-03-01 [wwp]        2.0.0cvs91
3994
3995         * src/messageview.c
3996         * src/procmsg.c
3997         * src/procmsg.h
3998         * src/summaryview.c
3999         * src/plugins/spamassassin/spamassassin.c
4000         * src/plugins/spamassassin/spamassassin.h
4001                 make learner callbacks return a status (0 for ok),
4002                 handle it in main code to avoid setting flags when learning failed,
4003                 don't learn on TCP if offline in spamassassin,
4004                 thanks to Colin.
4005
4006                 
4007
4008 2006-03-01 [wwp]        2.0.0cvs90
4009
4010         * src/compose.c
4011                 some work around the compose window's account menu,
4012                 patch by Fabien Vantard.
4013
4014 2006-03-01 [wwp]        2.0.0cvs89
4015
4016         * src/plugins/spamassassin/spamassassin.c
4017                 fixed bad logics, was using spamc in local mode and sa-learn
4018                 in remote mode (thanks, Colin).
4019
4020 2006-03-01 [wwp]        2.0.0cvs88
4021
4022         * src/plugins/spamassassin/spamassassin.c
4023         * src/plugins/spamassassin/spamassassin.h
4024         * src/plugins/spamassassin/spamassassin_gtk.c
4025                 made processing of emails w/ sa-plugin an option (default is TRUE),
4026                 fixed Engrish some tooltips, capitalization of some debug messages
4027                 and warnings. The spamassassin plugin now provides two separate
4028                 services: process emails upon incorporation and spamd training.
4029                 Both services (un)register independently but use some common
4030                 plugin settings (transport settings, spam storage location).
4031
4032 2006-02-28 [wwp]        2.0.0cvs87
4033
4034         * src/plugins/spamassassin/spamassassin.c
4035                 fix async flag to spamc cmdline execution (batch exec should
4036                 be asynchronous).
4037
4038 2006-02-27 [wwp]        2.0.0cvs86
4039
4040         * src/plugins/spamassassin/spamassassin.c
4041         * src/plugins/spamassassin/spamassassin.h
4042         * src/plugins/spamassassin/spamassassin_gtk.c
4043                 - added the ability to learn a remote spamassassin server (spamd),
4044                 using spamc.
4045                 - added the spamassassin option 'username', that applies to all
4046                 spamassassin operations (filtering, learning, local or remote).
4047                 The default username is the current unix user (if left blank
4048                 from gtk prefs or config file).
4049                 - commented out some unused code (notebook widget), removed unused
4050                 layout (hbox1).
4051                 - make more widgets sensitive to the transport type.
4052
4053 2006-02-27 [colin]      2.0.0cvs85
4054
4055         * src/plugins/spamassassin/spamassassin.c
4056                 Fix sa-learn call when offline
4057
4058 2006-02-27 [colin]      2.0.0cvs84
4059
4060         * configure.ac
4061         * src/Makefile.am
4062         * src/mainwindow.c
4063         * src/mainwindow.h
4064         * src/messageview.c
4065         * src/messageview.h
4066         * src/prefs_toolbar.c
4067         * src/procmsg.c
4068         * src/stock_pixmap.c
4069         * src/stock_pixmap.h
4070         * src/summaryview.c
4071         * src/toolbar.c
4072         * src/toolbar.h
4073         * src/pixmaps/ham_btn.xpm
4074         * src/pixmaps/spam.xpm
4075         * src/pixmaps/spam_btn.xpm
4076         * src/plugins/spamassassin/spamassassin.c
4077                 Add button in toolbar for spam learning
4078                 Fix a few bugs from the last related commit
4079                 Revert 1.9.6cvs23 which messed up shift-selection
4080
4081 2006-02-24 [colin]      2.0.0cvs83
4082
4083         * src/procmsg.c
4084         * src/summaryview.c
4085         * src/summaryview.h
4086         * src/plugins/spamassassin/spamassassin.c
4087         * src/plugins/spamassassin/spamassassin.h
4088         * src/plugins/spamassassin/spamassassin_gtk.c
4089                 Unregister learner when spamassassin is either
4090                 disabled or over tcp
4091
4092 2006-02-24 [colin]      2.0.0cvs82
4093
4094         * src/Makefile.am
4095         * src/mainwindow.c
4096         * src/mainwindow.h
4097         * src/procmsg.c
4098         * src/procmsg.h
4099         * src/stock_pixmap.c
4100         * src/stock_pixmap.h
4101         * src/summaryview.c
4102         * src/summaryview.h
4103         * src/gtk/icon_legend.c
4104         * src/pixmaps/spam.xpm  ** NEW FILE **
4105         * src/plugins/spamassassin/spamassassin.c
4106         * src/plugins/spamassassin/spamassassin_gtk.c
4107                 Add spam learning interface (Mark/Mark as 
4108                 (spam|ham) menus)
4109
4110 2006-02-24 [wwp]        2.0.0cvs81
4111
4112         * src/compose.c
4113         * src/compose.h
4114         * src/filtering.c
4115                 hide compose window when sending message in batch mode
4116                 (filtering: forward and redirect). Also fixed a wrong
4117                 value returned when sending failed, neutral anyway.
4118                 (Colin, me) 
4119
4120 2006-02-24 [wwp]        2.0.0cvs80
4121
4122         * src/mainwindow.c
4123                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4124
4125 2006-02-24 [paul]       2.0.0cvs79
4126
4127         * src/news.c
4128         * src/news.h
4129         * src/news_gtk.c
4130                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4131                 Thanks to Colin
4132
4133 2006-02-23 [colin]      2.0.0cvs78
4134
4135         * src/alertpanel.c
4136                 Change OK to Close in alertpanel with View log
4137                 button; add accel to View log. Patch by Fabien
4138                 Vantard
4139
4140 2006-02-23 [wwp]        2.0.0cvs77
4141
4142         * src/compose.c
4143                 silly me, there were much more tests to perform, since toolbars can
4144                 really have down to 1 element only.
4145
4146 2006-02-23 [wwp]        2.0.0cvs76
4147
4148         * commitHelper
4149                 fixed indentation from my previous commit. Fallback to VISUAL if
4150                 EDITOR is not set (and to vi, at last resort).
4151
4152 2006-02-23 [wwp]        2.0.0cvs75
4153
4154         * commitHelper
4155                 improved error detection (Colin, me).
4156
4157 2006-02-23 [wwp]        2.0.0cvs74
4158
4159         * src/prefs_toolbar.c
4160                 simplify and fix prefs/toolbars layouting. Combos' contents can
4161                 now be really displayed.
4162
4163 2006-02-23 [wwp]        2.0.0cvs73
4164         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4165         be really displayed.
4166
4167 2006-02-22 [wwp]        2.0.0cvs72
4168
4169         * src/compose.c
4170                 fix a typo in my previous commit (sorry!).
4171
4172 2006-02-22 [wwp]        2.0.0cvs71
4173
4174         * src/prefs_toolbar.c
4175                 fix a crash when adding separators to toolbars,
4176                 also fix some separator item information.
4177
4178 2006-02-22 [wwp]        2.0.0cvs70
4179
4180         * src/compose.c
4181                 fix a crash when redirecting (for instance) when compose window's
4182                 toolbar contents has been customized (when some buttons have been
4183                 removed in fact).
4184
4185 2006-02-21 [wwp]        2.0.0cvs69
4186
4187         * src/summaryview.c
4188         * src/gtk/pluginwindow.c
4189         * src/plugins/pgpcore/prefs_gpg.c
4190                 fix some compilation warnings (feat. remains of removed code).
4191
4192 2006-02-21 [wwp]        2.0.0cvs68
4193
4194         * src/gtk/gtkutils.c
4195                 fix two compilation issues, thanks to Stephan Sachse.
4196
4197 2006-02-20 [colin]      2.0.0cvs67
4198
4199         * src/mainwindow.c
4200                 Don't reselect displayed mail on refocus
4201                 This fixes actions misbehaving 
4202
4203 2006-02-20 [wwp]        2.0.0cvs66
4204
4205         * src/summaryview.c
4206         * src/gtk/gtksctree.c
4207         * src/gtk/gtkshruler.c
4208                 changed more runtime typecast checks.
4209
4210 2006-02-20 [wwp]        2.0.0cvs65
4211
4212         * src/summary_search.c
4213                 find all - summaryview refresh issue fixed, thanks to Colin.
4214
4215 2006-02-20 [wwp]        2.0.0cvs64
4216
4217         * src/gtk/gtkutils.c
4218                 better runtime typecast checks.
4219
4220 2006-02-20 [wwp]        2.0.0cvs63
4221
4222         * src/summary_search.c
4223                 enhancements to the summary search:
4224                         - add the ability to stop the running search
4225                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4226                         - don't search if no criteria (From/To/Subject/Body) is set
4227                         - ensure that a busy mouse pointer is always shown when searching,
4228                           show it even a bit earlier
4229
4230 2006-02-19 [colin]      2.0.0cvs62
4231
4232         * src/compose.c
4233         * src/imap.c
4234         * src/etpan/imap-thread.c
4235         * src/etpan/imap-thread.h
4236                 (Future) IMAP speed improvement on sending
4237                 Will require a libetpan update
4238         * src/summaryview.c
4239         * src/gtk/quicksearch.c
4240                 Make quicksearch clearable while running.
4241
4242 2006-02-17 [colin]      2.0.0cvs61
4243
4244         * src/imap.c
4245         * src/etpan/imap-thread.c
4246         * src/etpan/imap-thread.h
4247                 Check for IMAP certificates
4248                 ** Requires libetpan-0.42-cvs4 
4249                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4250
4251 2006-02-17 [colin]      2.0.0cvs60
4252
4253         * src/messageview.c
4254         * src/prefs_common.c
4255         * src/prefs_common.h
4256         * src/prefs_message.c
4257                 Add pref to display HTML-only mails with plugin, 
4258                 if possible (defaulting to FALSE of course).
4259
4260 2006-02-16 [colin]      2.0.0cvs59
4261
4262         * src/main.c
4263         * src/common/plugin.c
4264         * src/common/plugin.h
4265         * src/gtk/pluginwindow.c
4266                 Keep track of requested (but unloaded) plugins
4267                 in some error cases.
4268
4269 2006-02-16 [wwp]        2.0.0cvs58
4270
4271         * src/gtk/gtkaspell.c
4272         * src/gtk/gtkaspell.h
4273         * src/prefs_spelling.c
4274         * src/compose.c
4275         * src/prefs_common.c
4276         * src/prefs_common.h
4277                 implemented new optional spellchecker behaviour: re-check message when
4278                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4279
4280 2006-02-16 [wwp]        2.0.0cvs57
4281
4282         * src/quote_fmt_parse.y
4283                 pclose popen'ed pipe.
4284
4285 2006-02-15 [colin]      2.0.0cvs56
4286
4287         * src/mimeview.c
4288         * src/mimeview.h
4289                 Let MimeViewers know which MimeView they
4290                 depend of.
4291         * src/summaryview.c
4292                 Swap From/To columns in Sent/Queue/Drafts
4293                 folders
4294         * src/etpan/imap-thread.c
4295                 Use mailstream_low_tls_open() for STARTTLS
4296                 instead of mailstream_low_ssl_open()
4297                 ** REQUIRES libetpan 0.42cvs3 **
4298
4299 2006-02-15 [wwp]        2.0.0cvs55
4300
4301         * src/compose.c
4302         * src/compose.h
4303         * src/message_search.c
4304         * src/message_search.h
4305         * src/textview.c
4306         * src/gtk/gtkutils.c
4307         * src/gtk/gtkutils.h
4308                 added the ability to Find text in the compose window (and a bit
4309                 of code factorization).
4310
4311 2006-02-15 [wwp]        2.0.0cvs54
4312
4313         * src/prefs_gtk.c
4314                 yet another one file was missing (fix for some widgets' sensitivity).
4315                 Thanks Colin!
4316
4317 2006-02-15 [wwp]        2.0.0cvs53
4318
4319         * src/prefs_gtk.h
4320                 oops forgot that file (fix for some widgets' sensitivity).
4321
4322 2006-02-15 [wwp]        2.0.0cvs52
4323
4324         * src/summary_search.c
4325                 implemented advanced summary search options (added the ability
4326                 to use matcher conditions in an advanced search mode).
4327
4328 2006-02-15 [wwp]        2.0.0cvs51
4329
4330         * src/plugins/pgpcore/prefs_gpg.c
4331         * src/prefs_account.c
4332                 fix some widget sensitivity, mostly around some labels in
4333                 account prefs.
4334
4335 2006-02-15 [paul]       2.0.0cvs50
4336
4337         * manual/advanced.xml
4338                 improve Templates info
4339                 written by wwp
4340
4341 2006-02-14 [colin]      2.0.0cvs49
4342
4343         * src/pixmaps/address_book.xpm
4344         * src/pixmaps/preferences.xpm
4345         * src/pixmaps/properties.xpm
4346                 Fix pixmap size - patch by Fabien Vantard
4347
4348 2006-02-13 [colin]      2.0.0cvs48
4349
4350         * src/procmime.c
4351                 Add missing fclose()s on error
4352         * src/textview.c
4353                 Remove unused code
4354         * src/common/utils.c
4355                 Fix temp files not being deleted on windows
4356         Patches by Thomas Gilgin
4357
4358 2006-02-13 [colin]      2.0.0cvs47
4359
4360         * src/mainwindow.c
4361                 Fix exit crash
4362
4363 2006-02-13 [wwp]        2.0.0cvs46
4364
4365         * src/plugins/pgpcore/prefs_gpg.c
4366                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4367
4368 2006-02-12 [colin]      2.0.0cvs45
4369
4370         * src/folderview.c
4371         * src/main.c
4372         * src/mainwindow.c
4373                 Fix "stuff" when quitting
4374
4375 2006-02-12 [wwp]        2.0.0cvs44
4376
4377         * src/prefs_themes.c
4378                 fix typos in debug messages.
4379
4380 2006-02-11 [colin]      2.0.0cvs43
4381
4382         * src/summaryview.c
4383                 don't allow drag/drop from ourself
4384
4385 2006-02-10 [wwp]        2.0.0cvs42
4386
4387         * src/exporthtml.c
4388         * src/html.c
4389         * src/html.h
4390         * src/procmime.c
4391         * src/textview.c
4392                 renamed html_ prefixed functions and data structures to avoid
4393                 namespace clashes w/ other software (gtkhtml2 for instance).
4394                 Closes bug #907.
4395
4396
4397 2006-02-09 [colin]      2.0.0cvs41
4398
4399         * src/summaryview.c
4400                 Fix shitty logic messed up. Thanks Ticho for the hint!
4401
4402 2006-02-09 [wwp]        2.0.0cvs40
4403
4404         * src/gtk/about.c
4405         * src/compose.c
4406         * src/prefs_account.c
4407         * src/prefs_gtk.h
4408         * src/editaddress.c
4409                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4410                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4411                 Browse buttons in accounts prefs.
4412
4413 2006-02-09 [colin]      2.0.0cvs39
4414
4415         * src/matcher.c
4416                 Check for pointer before using its members
4417         * src/gtk/gtksourceprintjob.c
4418                 Fix a wrong warning
4419
4420 2006-02-09 [wwp]        2.0.0cvs38
4421
4422         * src/gtk/filesel.c
4423                 fix few compiler warnings (type mismatch).
4424
4425 2006-02-09 [paul]       2.0.0cvs37
4426
4427         * po/fr.po
4428                 updated by Fabien Vantard
4429
4430 2006-02-08 [colin]      2.0.0cvs36
4431
4432         * src/prefs_common.c
4433         * src/common/defs.h
4434         * src/common/plugin.c
4435                 allow windows and linux configurations to coexist
4436                 patch by Thomas Gilgin
4437
4438 2006-02-08 [colin]      2.0.0cvs35
4439
4440         * src/filtering.c
4441         * src/matcher.c
4442         * src/matcher.h
4443         * src/matcher_parser_parse.y
4444         * src/prefs_filtering_action.c
4445         * src/prefs_matcher.c
4446                 Add the "Ignore thread" filtering
4447                 action
4448
4449 2006-02-08 [colin]      2.0.0cvs34
4450
4451         * src/compose.c
4452         * src/procmime.c
4453         * src/procmime.h
4454                 Fix bug #905 (damaged attachment)
4455                 text files with raw \0's aren't really text files
4456         FOR_STABLE
4457
4458 2006-02-08 [colin]      2.0.0cvs33
4459
4460         * src/summaryview.c
4461                 Fix crasher introduced yesterday
4462
4463 2006-02-08 [wwp]        2.0.0cvs32
4464
4465         * src/compose.c
4466         * src/compose.h
4467                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4468
4469 2006-02-08 [wwp]        2.0.0cvs31
4470
4471         * src/prefs_template.c
4472                 templates enhancement: allow address completion for Cc and Bcc fields
4473                 (it was currently possible for the To field only)
4474
4475 2006-02-08 [colin]      2.0.0cvs30
4476
4477         * src/compose.c
4478                 Don't unblock if not blocked
4479         FOR_STABLE
4480
4481 2006-02-07 [colin]      2.0.0cvs29
4482
4483         * src/action.c
4484                 Forgot to refresh summaryview
4485
4486 2006-02-07 [colin]      2.0.0cvs28
4487
4488         * src/action.c
4489                 Freeze/thaw message list and folder list while
4490                 processing %as{} actions 
4491         * src/compose.c
4492                 Fix auto-wrap disabling after a middle-click
4493                 paste - FOR_STABLE
4494
4495 2006-02-07 [paul]       2.0.0cvs27
4496
4497         * src/folder.c
4498                 fix freeing of uninitialised pointers
4499                 Thanks to Colin
4500
4501 2006-02-06 [colin]      2.0.0cvs26
4502
4503         * src/folder.c
4504                 Use g_slist_prepend in potentially big list
4505
4506 2006-02-06 [colin]      2.0.0cvs25
4507
4508         * src/folder.c
4509                 Completely skip processing if it doesn't 
4510                 exist (faster!)
4511
4512 2006-02-06 [colin]      2.0.0cvs24
4513
4514         * src/folder.c
4515         * src/summaryview.c
4516                 Batch filtering in summaryview (from Tools menu)
4517                 and pre/post//-processing too
4518
4519 2006-02-06 [colin]      2.0.0cvs23
4520
4521         * src/procmsg.h
4522         * src/filtering.c
4523                 Use a special field for batch filtering instead
4524                 of stepping on deferred execution's toes
4525
4526 2006-02-06 [colin]      2.0.0cvs22
4527
4528         * src/action.c
4529         * src/filtering.c
4530         * src/filtering.h
4531         * src/folder.c
4532         * src/summaryview.c
4533                 Fix filtering via menus and actions
4534
4535 2006-02-06 [colin]      2.0.0cvs21
4536
4537         * src/imap.c
4538                 Put the added file directly to cache if possible (will work
4539                 with next libetpan)
4540         * src/filtering.c
4541         * src/filtering.h
4542         * src/inc.c
4543         * src/folder.c
4544         * src/mbox.c
4545         * src/procmsg.h
4546                 Move and copy filtered messages by batches instead of one
4547                 by one - faster on IMAP
4548         * src/procmsg.c
4549                 Add a function that'll possibly be useful later
4550
4551 2006-02-06 [colin]      2.0.0cvs20
4552
4553         * src/addressbook.c
4554                 Use internal mime-type instead of text/plain for d'n'd
4555         * src/compose.c
4556                 Allow attaching files from mimeview's icon list via d'n'd
4557         * src/folderview.c
4558         * src/folderview.h
4559                 Use internal mime-type instead of text/plain for d'n'd
4560                 Don't try to selected opened folder if none is
4561                 Factorize d'n'd from other apps code
4562         * src/headerview.c
4563         * src/textview.c
4564         * src/gtk/gtkutils.c
4565         * src/gtk/gtkutils.h
4566                 Factorize Face/X-Face stuff
4567         * src/mimeview.c
4568                 Fix d'n'd to other apps
4569         * src/prefs_message.c
4570                 Let the XFace pref be usable without libcompface as it also
4571                 applies to Face
4572         * src/summaryview.c
4573                 Fix d'n'd to other apps
4574                 Factorize d'n'd from other apps code
4575
4576 2006-02-06 [wwp]        2.0.0cvs19
4577
4578         * po/it.po
4579                 Italian translation fixes by Andrea Spadaccini (no more confusion
4580                 between filtering and processing, and few changes in the About
4581                 dialog).
4582
4583
4584 2006-02-06 [mones]      2.0.0cvs18
4585
4586         * src/gtk/icon_legend.c
4587                 Improved descriptions allowing better translations
4588
4589 2006-02-05 [colin]      2.0.0cvs17
4590
4591         * src/imap.c
4592                 Add the f*cking missing expunge that caused imap_fetch_env
4593                 to fail after an add_msgs ! :-///
4594         * src/etpan/imap-thread.c
4595                 Add a bit of debug
4596         FOR_STABLE
4597
4598 2006-02-05 [colin]      2.0.0cvs16
4599
4600         * src/common/utils.c
4601                 Don't check for return-path (or we can't put
4602                 back non-sent mails)
4603
4604 2006-02-05 [colin]      2.0.0cvs15
4605
4606         * src/textview.c
4607                 Don't try to display Face header in textview
4608                 when teh headerview's active
4609
4610 2006-02-05 [colin]      2.0.0cvs14
4611
4612         * tools/tbird2syl.py
4613         * tools/Makefile.am
4614                 Add script to import Thunderbird mails
4615
4616 2006-02-05 [colin]      2.0.0cvs13
4617
4618         * src/headerview.c
4619         * src/procheader.c
4620         * src/procmsg.c
4621         * src/procmsg.h
4622         * src/textview.c
4623                 Show Face headers - patch partially by Klaus Flittner
4624
4625 2006-02-05 [colin]      2.0.0cvs12
4626
4627         * src/folderview.c
4628         * src/summaryview.c
4629         * src/common/utils.c
4630         * src/common/utils.h
4631                 Let dnd work from mime icons to summaryview
4632                 and to folderview too
4633                 Add a crude test to avoid trying to add files
4634                 drag'n'dropped when they're not mails
4635
4636 2006-02-04 [colin]      2.0.0cvs11
4637
4638         * src/summaryview.c
4639         * src/mimeview.c
4640                 Fix utf8 conversion
4641
4642 2006-02-04 [colin]      2.0.0cvs10
4643
4644         * src/compose.c
4645         * src/folderview.c
4646         * src/mimeview.c
4647         * src/summaryview.c
4648         * src/summaryview.h
4649                 Added various drag and drop capas:
4650                 From                    To
4651                 summaryview             other apps
4652                 mimeview icons          other apps
4653                 other apps              summaryview
4654                 other apps              folderview
4655
4656                 This shouldn't have broken the existing:
4657                 From                    To
4658                 summaryview             folderview
4659                 folderview              folderview
4660                 summaryview             compose's attachments
4661
4662         Tests welcomed.
4663
4664 2006-02-02 [paul]       2.0.0cvs9
4665
4666         * src/mainwindow.c
4667                 move global option 'Set displayed columns...' out
4668                 of folder option grouping.
4669                 fix sensitivity of 'harvest addresses'
4670         FOR_STABLE
4671
4672 2006-02-01 [colin]      2.0.0cvs8
4673
4674         * src/mimeview.c
4675                 Revert the alertpanel patch, it sucks (intrusive
4676                 and gets in the way of "open")
4677
4678 2006-02-01 [colin]      2.0.0cvs7
4679
4680         * src/compose.c
4681         * src/prefs_account.c
4682         * src/prefs_common.c
4683         * src/common/defs.h
4684         * src/common/utils.c
4685         * src/common/utils.h
4686                 Add ability to edit the signature file
4687                 from the account preferences, and use
4688                 a default for the text editor.
4689                 Patch by Fabien Vantard
4690
4691 2006-02-01 [colin]      2.0.0cvs6
4692
4693         * src/mimeview.c
4694                 Try to get mime type by extension if it is
4695                 application/octet-stream
4696                 Display a window with possible choices when
4697                 encountering unknown mime types
4698         * src/gtk/filesel.c
4699         * src/gtk/filesel.h
4700                 Add preview
4701                 Allow multiple selection in filtered filesel
4702                 (patch by Fabien Vantard)
4703         * src/gtk/pluginwindow.c
4704                 Use it (patch by Fabien Vantard)
4705
4706 2006-02-01 [paul]       2.0.0cvs5
4707
4708         * src/jpilot.c
4709                 fix crash on creating jpilot address book
4710                 Thanks to Colin - FOR_STABLE
4711         * src/prefs_summaries.c
4712         * src/prefs_wrapping.c
4713         * src/gtk/icon_legend.c
4714         * src/gtk/quicksearch.c
4715                 string fixes and additions
4716
4717 2006-02-01 [paul]       2.0.0cvs4
4718
4719         * src/compose.c
4720         * src/mainwindow.c
4721         * src/messageview.c
4722         * src/prefs_send.c
4723                 add Arabic encoding option
4724                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4725
4726 2006-01-31 [colin]      2.0.0cvs3
4727
4728         * src/plugins/pgpcore/passphrase.c
4729                 Convert passphrase to locale encoding
4730         * src/compose.c
4731                 Fix drafting on IMAP. Crappy bug sneaked in
4732                 the release :-/
4733         FOR_STABLE
4734
4735 2006-01-30 [paul]       2.0.0cvs2
4736
4737         * src/gtk/icon_legend.c
4738                 show the new entries
4739
4740 2006-01-30 [colin]      2.0.0cvs1
4741
4742         * src/manual.c
4743                 Check for the file to be present before 
4744                 enabling the menu - FOR_STABLE
4745         * src/gtk/icon_legend.c
4746                 Add folders icons (not all of them, there
4747                 are too much, but the most intriguing ones)
4748
4749 2006-01-30 [paul]       2.0.0
4750
4751         version 2.0.0 released
4752
4753 2006-01-30 [paul]       1.9.100cvs200
4754
4755         * manual/faq.xml
4756         * manual/gpl.xml
4757         * manual/intro.xml
4758         * manual/starting.xml
4759         * manual/sylpheed-claws-manual.xml
4760                 fixes, additions
4761
4762 2006-01-29 [mones]      1.9.100cvs199
4763
4764         * manual/account.xml
4765         * manual/advanced.xml
4766         * manual/glossary.xml
4767                 Some typos fixed, added LDIF term to glossary
4768         * po/es.po
4769                 Fixed leading plus symbol
4770
4771 2006-01-29 [paul]       1.9.100cvs198
4772
4773         * po/fi.po
4774         * po/sk.po
4775                 updated by Tommi Pirinen and Andrej Kacian
4776
4777 2006-01-29 [paul]       1.9.100cvs197
4778
4779         * src/gtk/authors.h
4780                 remove duplicates
4781
4782 2006-01-29 [paul]       1.9.100cvs196
4783
4784         * AUTHORS
4785         * po/nl.po
4786         * src/gtk/authors.h
4787         * tools/claws.i18n.status.pl
4788                 nl translation updated by Tim Dijkstra
4789
4790 2006-01-29 [paul]       1.9.100cvs195
4791
4792         * po/sr.po
4793         * po/sv.po
4794                 updated by Aleksandar Urosevic and Anders Troback
4795
4796 2006-01-28 [colin]      1.9.100cvs194
4797
4798         * src/gtk/gtksourceprintjob.c
4799                 Don't fiddle with PangoLayout when we
4800                 have an image
4801
4802 2006-01-28 [paul]       1.9.100cvs193
4803
4804         * AUTHORS
4805         * po/el.po
4806         * po/zh_CN.po
4807         * src/gtk/authors.h
4808         * tools/claws.i18n.status.pl
4809                 updated translations submitted by Stavros Giannouris
4810                 and Ralgh Young
4811
4812 2006-01-27 [colin]      1.9.100cvs192
4813
4814         * src/summaryview.c
4815         * src/gtk/gtksourceprintjob.c
4816                 Add image printing 
4817                 (libgnomeprint only, of course)
4818
4819 2006-01-27 [paul]       1.9.100cvs191
4820
4821         * po/fr.po
4822         * po/it.po
4823                 updated by Fabien Vantard and Andrea Spadaccini
4824
4825 2006-01-26 [colin]      1.9.100cvs190
4826
4827         * manual/Makefile.am
4828         * configure.ac
4829                 Make building the manual optional 
4830                 (--disable-manual)
4831
4832 2006-01-26 [paul]       1.9.100cvs189
4833
4834         * manual/glossary.xml
4835         * manual/plugins.xml
4836                 edited
4837         * po/en_GB.po
4838                 updated
4839
4840 2006-01-26 [paul]       1.9.100cvs188
4841
4842         * src/prefs_display_header.c
4843         * src/prefs_folder_column.c
4844         * src/prefs_msg_colors.c
4845         * src/prefs_summaries.c
4846         * src/prefs_summary_column.c
4847                 HIGify
4848
4849 2006-01-25 [colin]      1.9.100cvs187
4850
4851         * src/imap.c
4852                 Don't allow moving/copying mails between
4853                 queue/drafts and non-queue/drafts folders
4854                 Fixes bug #897 (message header is resetted 
4855                 if one is copied to Drafts)
4856
4857 2006-01-25 [colin]      1.9.100cvs186
4858
4859         * src/folder.c
4860         * src/mainwindow.c
4861                 Fix subscribed folders not found
4862         * src/compose.c
4863                 Don't try to encode as original mail's charset
4864                 if it's ascii 
4865
4866 2006-01-25 [paul]       1.9.100cvs185
4867
4868         * AUTHORS
4869         * po/Makevars
4870                 updated
4871         * po/de.po
4872         * po/pl.po
4873         * po/pt_BR.po
4874         * po/sr.po
4875                 updates submitted by Stephan Sachse, Emilian Nowak
4876                 and Quar, Frederico Goncalves Guimaraes, and
4877                 Aleksandar Urosevic
4878                 Fix Bug 896, 'PT_BR locale broken'.
4879         * src/gtk/authors.h
4880                 updated
4881
4882 2006-01-24 [mones]      1.9.100cvs184
4883
4884         * manual/glossary.xml
4885                 All current terms finished. Reviewers welcome ;-)
4886         * manual/keyboard.xml
4887                 Fixed column width for pdf output.
4888         * po/es.po
4889                 Updated
4890
4891 2006-01-24 [paul]       1.9.100cvs183
4892
4893         * manual/glossary.xml
4894                 fix id name
4895         * manual/dist/html/Makefile.am
4896         * manual/dist/pdf/Makefile.am
4897         * manual/dist/ps/Makefile.am
4898         * manual/dist/txt/Makefile.am
4899                 fix make deps
4900                 Thanks to Colin
4901
4902 2006-01-24 [mones]      1.9.100cvs182
4903
4904         * manual/glossary.xml
4905                 Nearly finished, some terms missing.
4906
4907 2006-01-23 [paul]       1.9.100cvs181
4908
4909         * manual/dist/html/Makefile.am
4910         * manual/dist/pdf/Makefile.am
4911         * manual/dist/ps/Makefile.am
4912         * manual/dist/txt/Makefile.am
4913         * src/mainwindow.c
4914                 re-enable manual
4915                 Thanks to Colin
4916
4917 2006-01-22 [colin]      1.9.100cvs180
4918
4919         * src/compose.c
4920         * src/gtk/gtkaspell.c
4921                 Don't deselect stuff before right-clicking, with aspell.
4922                 (This prevented right-click Copy, for example).
4923                 Thanks to Clo!
4924
4925 2006-01-22 [paul]       1.9.100cvs179
4926
4927         * src/summary_search.c
4928                 don't fix the widget size as it causes problems
4929                 under localisation.
4930                 Thanks to Emilian Nowak
4931
4932 2006-01-21 [paul]       1.9.100cvs178
4933
4934         * src/prefs_themes.c
4935                 fix broken underlining of label text
4936                 with some translations
4937
4938 2006-01-21 [colin]      1.9.100cvs177
4939
4940         * po/fr.po
4941                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4942
4943 2006-01-20 [colin]      1.9.100cvs176
4944
4945         * configure.ac
4946         * Makefile.am
4947         * manual/Makefile
4948         * manual/dist/html/.cvsignore
4949         * manual/dist/html/Makefile.am
4950         * manual/dist/pdf/.cvsignore
4951         * manual/dist/pdf/Makefile.am
4952         * manual/dist/ps/.cvsignore
4953         * manual/dist/ps/Makefile.am
4954         * manual/dist/txt/.cvsignore
4955         * manual/dist/txt/Makefile.am
4956                 Autotool-ize manual
4957
4958 2006-01-20 [paul]       1.9.100cvs175
4959
4960         * manual/handling.xml
4961                 make Filtering and Searching entries easier to find
4962         * manual/keyboard.xml
4963                 add the remaining default keybinds
4964         * src/prefs_summaries.c
4965                 update the default keybinds
4966
4967 2006-01-20 [paul]       1.9.100cvs174
4968
4969         * src/addressbook.c
4970         * src/addrgather.c
4971         * src/addrharvest.c
4972         * src/editaddress.c
4973         * src/editgroup.c
4974         * src/exphtmldlg.c
4975         * src/expldifdlg.c
4976         * src/exporthtml.c
4977         * src/exportldif.c
4978         * src/ldif.c
4979                 replace 'e-mail' with 'email'
4980         * src/summary_search.c
4981                 add mnemonic to "Find all" button
4982
4983 2006-01-20 [wwp]        1.9.100cvs173
4984
4985         * src/export.c
4986         * src/import.c
4987                 touched mbox import/export buttons for HIG-compliance
4988
4989 2006-01-19 [paul]       1.9.100cvs172
4990
4991         * manual/account.xml
4992         * manual/addrbook.xml
4993         * manual/advanced.xml
4994         * manual/faq.xml
4995         * manual/handling.xml
4996         * manual/intro.xml
4997         * manual/plugins.xml
4998         * manual/starting.xml
4999                 more editing
5000
5001 2006-01-19 [paul]       1.9.100cvs171
5002
5003         * src/toolbar.c
5004                 allow use of trash button while receiving
5005                 Thanks to Colin
5006
5007 2006-01-19 [wwp]        1.9.100cvs170
5008
5009         * src/gtk/quicksearch.c
5010         * src/compose.c
5011                 force text color to black when yellow background is set
5012
5013 2006-01-19 [colin]      1.9.100cvs169
5014
5015         * src/plugins/trayicon/trayicon.c
5016                 Gray out Get Mail when already getting mail
5017
5018 2006-01-18 [paul]       1.9.100cvs168
5019
5020         * src/compose.c
5021                 give widget yellow background was To is
5022                 set via folder prefs
5023         * src/gtk/quicksearch.c
5024                 give widget yellow background when quick
5025                 search is active.
5026                 Thanks to Colin
5027
5028 2006-01-18 [paul]       1.9.100cvs167
5029
5030         * doc/man/sylpheed-claws.1
5031                 add --subscribe option
5032
5033 2006-01-18 [paul]       1.9.100cvs166
5034
5035         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5036         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5037                 use %U instead of %F (%F is broken for user installed
5038                 files in kde 3.5)
5039
5040 2006-01-18 [colin]      1.9.100cvs165
5041
5042         * src/summaryview.c
5043                 Default to Yes in "No more * messages" dialogs
5044
5045 2006-01-17 [colin]      1.9.100cvs164
5046
5047         * src/compose.c
5048                 Possibly fix an invalid iterator causing
5049                 crash
5050
5051 2006-01-17 [colin]      1.9.100cvs163
5052
5053         * src/mimeview.c
5054                 Fix crash when the image disappears under the
5055                 image viewer
5056
5057 2006-01-16 [colin]      1.9.100cvs162
5058
5059         * src/compose.c
5060                 Fix reenabling autowrap
5061
5062 2006-01-16 [colin]      1.9.100cvs161
5063
5064         * src/compose.c
5065                 reset quote_len before getting quote_str
5066
5067 2006-01-16 [colin]      1.9.100cvs160
5068
5069         * src/account.c
5070         * src/account.h
5071         * src/folder.c
5072         * src/imap_gtk.c
5073         * src/mh_gtk.c
5074                 Fix bug #883 (default inbox does not track folder move)
5075
5076 2006-01-16 [colin]      1.9.100cvs159
5077
5078         * src/compose.c
5079         * src/plugins/pgpcore/passphrase.c
5080                 More buttons fixes
5081
5082 2006-01-16 [paul]       1.9.100cvs158
5083
5084         * src/prefs_actions.c
5085         * src/prefs_filtering_action.c
5086         * src/prefs_matcher.c
5087         * src/quote_fmt.c
5088         * src/gtk/description_window.c
5089         * src/gtk/description_window.h
5090         * src/gtk/quicksearch.c
5091                 description window cleanups
5092
5093 2006-01-15 [colin]      1.9.100cvs157
5094
5095         * src/addressbook.c
5096         * src/prefs_filtering.c
5097                 Same here
5098
5099 2006-01-15 [colin]      1.9.100cvs156
5100
5101         * src/folderview.c
5102         * src/mainwindow.c
5103                 Same for "Empty trash"
5104
5105 2006-01-15 [colin]      1.9.100cvs155
5106
5107         * src/inc.c
5108                 Override offline dialog had Yes by default
5109
5110 2006-01-15 [colin]      1.9.100cvs154
5111
5112         * src/summaryview.c
5113                 Delete selected messages? previously had Yes the default
5114
5115 2006-01-15 [colin]      1.9.100cvs153
5116
5117         * src/folder.c
5118         * src/folder.h
5119         * src/main.c
5120                 Check if a mailbox is loaded after all
5121                 plugins are loaded.
5122
5123 2006-01-15 [colin]      1.9.100cvs152
5124
5125         * src/folder.c
5126                 Don't start wizard when there are unloaded folders (will help
5127                 people with only mbox or maildir mailboxes)
5128
5129 2006-01-14 [colin]      1.9.100cvs151
5130
5131         * src/addressbook.c
5132         * src/expldifdlg.c
5133         * src/importldif.c
5134         * src/importmutt.c
5135         * src/importpine.c
5136         * src/mh_gtk.c
5137                 More HIG compliance and fixes
5138
5139 2006-01-14 [colin]      1.9.100cvs150
5140
5141         * src/prefs_filtering_action.c
5142         * src/foldersel.c
5143                 Two forgotten button order changes
5144
5145 2006-01-14 [colin]      1.9.100cvs149
5146
5147         * src/account.c
5148         * src/addressbook.c
5149         * src/compose.c
5150         * src/folderview.c
5151         * src/imap_gtk.c
5152         * src/mainwindow.c
5153         * src/mh_gtk.c
5154         * src/news_gtk.c
5155         * src/prefs_actions.c
5156         * src/prefs_customheader.c
5157         * src/prefs_filtering.c
5158         * src/prefs_matcher.c
5159         * src/prefs_template.c
5160         * src/ssl_manager.c
5161         * src/summaryview.c
5162         * src/textview.c
5163         * src/toolbar.c
5164                 All deletion confirmations are now "Cancel, Delete" 
5165                 instead of "No, Yes"
5166                 Clarified most of the other "No, Yes" to 
5167                 "Cancel, Descriptive_action"
5168                 Rechanged the "Entry not saved" alerts to have 
5169                 "Close, Continue editing"
5170
5171
5172 2006-01-14 [paul]
5173
5174         * 2.0.0-rc4 released
5175
5176 2006-01-14 [paul]       1.9.100cvs148
5177
5178         * src/account.c
5179         * src/addressadd.c
5180         * src/addressbook.c
5181         * src/compose.c
5182         * src/editaddress.c
5183         * src/editbook.c
5184         * src/editgroup.c
5185         * src/editjpilot.c
5186         * src/editldap.c
5187         * src/editvcard.c
5188         * src/exphtmldlg.c
5189         * src/expldifdlg.c
5190         * src/folderview.c
5191         * src/grouplistdialog.c
5192         * src/imap_gtk.c
5193         * src/importmutt.c
5194         * src/importpine.c
5195         * src/inc.c
5196         * src/main.c
5197         * src/mainwindow.c
5198         * src/message_search.c
5199         * src/messageview.c
5200         * src/mh_gtk.c
5201         * src/mimeview.c
5202         * src/news_gtk.c
5203         * src/prefs_actions.c
5204         * src/prefs_customheader.c
5205         * src/prefs_filtering.c
5206         * src/prefs_matcher.c
5207         * src/prefs_template.c
5208         * src/prefs_themes.c
5209         * src/ssl_manager.c
5210         * src/summary_search.c
5211         * src/summaryview.c
5212         * src/textview.c
5213         * src/toolbar.c
5214         * src/gtk/foldersort.c
5215         * src/gtk/gtkaspell.c
5216         * src/gtk/inputdialog.c
5217         * src/gtk/prefswindow.c
5218         * src/plugins/pgpcore/select-keys.c
5219         * src/plugins/trayicon/trayicon.c
5220                 HIG compliant button order
5221
5222 2006-01-14 [mones]      1.9.100cvs147
5223
5224         * po/es.po
5225                 Updated translation
5226
5227 2006-01-13 [paul]       1.9.100cvs146
5228
5229         * AUTHORS
5230         * ChangeLog
5231         * src/gtk/authors.h
5232                 add Joshua M. Kwan to contributors list
5233
5234 2006-01-13 [colin]      1.9.100cvs145
5235
5236         * src/gtk/quicksearch.c
5237                 Don't refocus quick search after executing (Esc or Enter)
5238                 Allows to '/'search something then move up/down in 
5239                 summaryview, and to Esc a search and be back in the 
5240                 summaryview
5241
5242 2006-01-13 [paul]       1.9.100cvs144
5243
5244         * src/plugins/pgpinline/pgpinline.c
5245                 support Content-Type 'application/pgp'
5246                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5247
5248 2006-01-13 [paul]       1.9.100cvs143
5249
5250         * manual/account.xml
5251                 make mention of partial retrieval
5252                 thanks to Colin
5253
5254 2006-01-13 [paul]       1.9.100cvs142
5255
5256         * src/account.c
5257         * src/account.h
5258         * src/action.c
5259         * src/action.h
5260         * src/adbookbase.h
5261         * src/addr_compl.c
5262         * src/addr_compl.h
5263         * src/addrbook.c
5264         * src/addrcache.c
5265         * src/addrcache.h
5266         * src/addrcindex.c
5267         * src/addrcindex.h
5268         * src/addrclip.c
5269         * src/addrclip.h
5270         * src/addrdefs.h
5271         * src/addressadd.c
5272         * src/addressadd.h
5273         * src/addressbook.c
5274         * src/addressbook.h
5275         * src/addrgather.c
5276         * src/addrgather.h
5277         * src/addrharvest.c
5278         * src/addrharvest.h
5279         * src/addrindex.c
5280         * src/addrindex.h
5281         * src/addritem.c
5282         * src/addritem.h
5283         * src/addrquery.c
5284         * src/addrquery.h
5285         * src/addrselect.c
5286         * src/addrselect.h
5287         * src/alertpanel.c
5288         * src/alertpanel.h
5289         * src/browseldap.c
5290         * src/browseldap.h
5291         * src/codeconv.c
5292         * src/codeconv.h
5293         * src/compose.c
5294         * src/compose.h
5295         * src/customheader.c
5296         * src/customheader.h
5297         * src/displayheader.c
5298         * src/displayheader.h
5299         * src/editaddress.c
5300         * src/editaddress.h
5301         * src/editbook.c
5302         * src/editbook.h
5303         * src/editgroup.c
5304         * src/editgroup.h
5305         * src/editjpilot.c
5306         * src/editjpilot.h
5307         * src/editldap.c
5308         * src/editldap.h
5309         * src/editldap_basedn.c
5310         * src/editldap_basedn.h
5311         * src/editvcard.c
5312         * src/editvcard.h
5313         * src/exphtmldlg.c
5314         * src/exphtmldlg.h
5315         * src/expldifdlg.c
5316         * src/expldifdlg.h
5317         * src/export.h
5318         * src/exporthtml.c
5319         * src/exporthtml.h
5320         * src/exportldif.c
5321         * src/exportldif.h
5322         * src/filtering.c
5323         * src/filtering.h
5324         * src/folder.c
5325         * src/folder.h
5326         * src/folder_item_prefs.c
5327         * src/folder_item_prefs.h
5328         * src/foldersel.c
5329         * src/foldersel.h
5330         * src/folderutils.c
5331         * src/folderutils.h
5332         * src/folderview.c
5333         * src/folderview.h
5334         * src/grouplistdialog.c
5335         * src/grouplistdialog.h
5336         * src/headerview.c
5337         * src/html.c
5338         * src/html.h
5339         * src/image_viewer.c
5340         * src/image_viewer.h
5341         * src/imap.c
5342         * src/imap.h
5343         * src/imap_gtk.c
5344         * src/imap_gtk.h
5345         * src/import.h
5346         * src/importldif.c
5347         * src/importldif.h
5348         * src/importmutt.c
5349         * src/importmutt.h
5350         * src/importpine.c
5351         * src/importpine.h
5352         * src/inc.c
5353         * src/inc.h
5354         * src/jpilot.c
5355         * src/jpilot.h
5356         * src/ldapctrl.c
5357         * src/ldapctrl.h
5358         * src/ldaplocate.c
5359         * src/ldaplocate.h
5360         * src/ldapquery.c
5361         * src/ldapquery.h
5362         * src/ldapserver.c
5363         * src/ldapserver.h
5364         * src/ldaputil.c
5365         * src/ldaputil.h
5366         * src/ldif.c
5367         * src/ldif.h
5368         * src/main.c
5369         * src/main.h
5370         * src/mainwindow.c
5371         * src/mainwindow.h
5372         * src/manual.c
5373         * src/manual.h
5374         * src/mbox.c
5375         * src/mbox.h
5376         * src/message_search.c
5377         * src/message_search.h
5378         * src/messageview.c
5379         * src/messageview.h
5380         * src/mh.c
5381         * src/mh.h
5382         * src/mh_gtk.c
5383         * src/mh_gtk.h
5384         * src/mimeview.c
5385         * src/mimeview.h
5386         * src/msgcache.c
5387         * src/msgcache.h
5388         * src/mutt.c
5389         * src/mutt.h
5390         * src/news.c
5391         * src/news.h
5392         * src/news_gtk.c
5393         * src/news_gtk.h
5394         * src/partial_download.c
5395         * src/partial_download.h
5396         * src/pine.c
5397         * src/pine.h
5398         * src/pop.c
5399         * src/pop.h
5400         * src/prefs_account.c
5401         * src/prefs_account.h
5402         * src/prefs_actions.c
5403         * src/prefs_actions.h
5404         * src/prefs_common.c
5405         * src/prefs_common.h
5406         * src/prefs_compose_writing.c
5407         * src/prefs_compose_writing.h
5408         * src/prefs_customheader.c
5409         * src/prefs_customheader.h
5410         * src/prefs_display_header.c
5411         * src/prefs_display_header.h
5412         * src/prefs_filtering.c
5413         * src/prefs_filtering.h
5414         * src/prefs_filtering_action.c
5415         * src/prefs_filtering_action.h
5416         * src/prefs_folder_column.c
5417         * src/prefs_folder_column.h
5418         * src/prefs_folder_item.c
5419         * src/prefs_folder_item.h
5420         * src/prefs_fonts.c
5421         * src/prefs_fonts.h
5422         * src/prefs_gtk.c
5423         * src/prefs_gtk.h
5424         * src/prefs_image_viewer.c
5425         * src/prefs_image_viewer.h
5426         * src/prefs_matcher.c
5427         * src/prefs_matcher.h
5428         * src/prefs_message.c
5429         * src/prefs_msg_colors.c
5430         * src/prefs_msg_colors.h
5431         * src/prefs_other.c
5432         * src/prefs_quote.c
5433         * src/prefs_receive.c
5434         * src/prefs_send.c
5435         * src/prefs_spelling.c
5436         * src/prefs_spelling.h
5437         * src/prefs_summaries.c
5438         * src/prefs_summaries.h
5439         * src/prefs_summary_column.c
5440         * src/prefs_summary_column.h
5441         * src/prefs_template.c
5442         * src/prefs_template.h
5443         * src/prefs_themes.c
5444         * src/prefs_themes.h
5445         * src/prefs_toolbar.c
5446         * src/prefs_toolbar.h
5447         * src/prefs_wrapping.c
5448         * src/prefs_wrapping.h
5449         * src/privacy.c
5450         * src/privacy.h
5451         * src/procheader.c
5452         * src/procheader.h
5453         * src/procmime.c
5454         * src/procmime.h
5455         * src/procmsg.c
5456         * src/procmsg.h
5457         * src/quote_fmt.c
5458         * src/quote_fmt_parse.y
5459         * src/recv.c
5460         * src/recv.h
5461         * src/remotefolder.c
5462         * src/remotefolder.h
5463         * src/send_message.c
5464         * src/send_message.h
5465         * src/setup.c
5466         * src/setup.h
5467         * src/sourcewindow.c
5468         * src/sourcewindow.h
5469         * src/ssl_manager.c
5470         * src/ssl_manager.h
5471         * src/statusbar.c
5472         * src/statusbar.h
5473         * src/stock_pixmap.c
5474         * src/stock_pixmap.h
5475         * src/summary_search.c
5476         * src/summary_search.h
5477         * src/summaryview.c
5478         * src/summaryview.h
5479         * src/syldap.c
5480         * src/syldap.h
5481         * src/textview.c
5482         * src/textview.h
5483         * src/toolbar.c
5484         * src/toolbar.h
5485         * src/undo.c
5486         * src/undo.h
5487         * src/unmime.c
5488         * src/unmime.h
5489         * src/vcard.c
5490         * src/vcard.h
5491         * src/wizard.c
5492         * src/wizard.h
5493         * src/common/base64.c
5494         * src/common/base64.h
5495         * src/common/defs.h
5496         * src/common/hooks.c
5497         * src/common/hooks.h
5498         * src/common/log.c
5499         * src/common/log.h
5500         * src/common/mgutils.c
5501         * src/common/mgutils.h
5502         * src/common/nntp.c
5503         * src/common/nntp.h
5504         * src/common/passcrypt.c
5505         * src/common/passcrypt.h.in
5506         * src/common/plugin.c
5507         * src/common/plugin.h
5508         * src/common/prefs.c
5509         * src/common/prefs.h
5510         * src/common/progressindicator.c
5511         * src/common/progressindicator.h
5512         * src/common/quoted-printable.c
5513         * src/common/quoted-printable.h
5514         * src/common/session.c
5515         * src/common/session.h
5516         * src/common/smtp.c
5517         * src/common/smtp.h
5518         * src/common/socket.c
5519         * src/common/socket.h
5520         * src/common/ssl.c
5521         * src/common/ssl.h
5522         * src/common/ssl_certificate.c
5523         * src/common/ssl_certificate.h
5524         * src/common/stringtable.c
5525         * src/common/stringtable.h
5526         * src/common/sylpheed.c
5527         * src/common/sylpheed.h
5528         * src/common/template.c
5529         * src/common/template.h
5530         * src/common/timing.h
5531         * src/common/utils.c
5532         * src/common/utils.h
5533         * src/common/version.h.in
5534         * src/common/xml.c
5535         * src/common/xml.h
5536         * src/common/xmlprops.c
5537         * src/common/xmlprops.h
5538         * src/gtk/colorlabel.c
5539         * src/gtk/colorsel.c
5540         * src/gtk/colorsel.h
5541         * src/gtk/description_window.c
5542         * src/gtk/description_window.h
5543         * src/gtk/filesel.c
5544         * src/gtk/filesel.h
5545         * src/gtk/foldersort.c
5546         * src/gtk/foldersort.h
5547         * src/gtk/gtkutils.c
5548         * src/gtk/gtkutils.h
5549         * src/gtk/inputdialog.c
5550         * src/gtk/inputdialog.h
5551         * src/gtk/logwindow.c
5552         * src/gtk/logwindow.h
5553         * src/gtk/manage_window.c
5554         * src/gtk/manage_window.h
5555         * src/gtk/menu.c
5556         * src/gtk/menu.h
5557         * src/gtk/pluginwindow.c
5558         * src/gtk/pluginwindow.h
5559         * src/gtk/prefswindow.c
5560         * src/gtk/prefswindow.h
5561         * src/gtk/progressdialog.c
5562         * src/gtk/progressdialog.h
5563         * src/gtk/sslcertwindow.c
5564         * src/gtk/sslcertwindow.h
5565         * src/plugins/clamav/clamav_plugin.c
5566         * src/plugins/clamav/clamav_plugin.h
5567         * src/plugins/clamav/clamav_plugin_gtk.c
5568         * src/plugins/demo/demo.c
5569         * src/plugins/dillo_viewer/dillo_prefs.c
5570         * src/plugins/dillo_viewer/dillo_prefs.h
5571         * src/plugins/dillo_viewer/dillo_viewer.c
5572         * src/plugins/pgpcore/passphrase.c
5573         * src/plugins/pgpcore/passphrase.h
5574         * src/plugins/pgpcore/plugin.c
5575         * src/plugins/pgpcore/select-keys.c
5576         * src/plugins/pgpcore/select-keys.h
5577         * src/plugins/pgpcore/sgpgme.c
5578         * src/plugins/pgpcore/sgpgme.h
5579         * src/plugins/pgpinline/pgpinline.c
5580         * src/plugins/pgpinline/pgpinline.h
5581         * src/plugins/pgpinline/plugin.c
5582         * src/plugins/pgpmime/pgpmime.c
5583         * src/plugins/pgpmime/pgpmime.h
5584         * src/plugins/pgpmime/plugin.c
5585         * src/plugins/spamassassin/spamassassin.c
5586         * src/plugins/spamassassin/spamassassin.h
5587         * src/plugins/spamassassin/spamassassin_gtk.c
5588         * src/plugins/trayicon/trayicon.c
5589                 update copyright header
5590
5591 2006-01-13 [paul]       1.9.100cvs141
5592
5593         * src/account.c
5594         * src/export.c
5595         * src/import.c
5596         * src/mainwindow.c
5597         * src/prefs_account.c
5598         * src/prefs_display_header.c
5599         * src/prefs_receive.c
5600         * src/prefs_send.c
5601         * src/prefs_summaries.c
5602         * src/prefs_themes.c
5603         * src/prefs_toolbar.c
5604         * src/gtk/about.c
5605                 various cleanups
5606
5607 2006-01-12 [colin]      1.9.100cvs140
5608
5609         * src/folder.c
5610         * src/folder.h
5611         * src/main.c
5612                 Add --subscribe option
5613                 Let sylpheed-claws email@domain.com equivalent to --compose
5614                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5615
5616 2006-01-12 [paul]       1.9.100cvs139
5617
5618         * src/mainwindow.c
5619                 append 'Change folder order' label with '...'
5620         * src/prefs_actions.c
5621                 allow reordering of actions list by dnd
5622         * src/gtk/foldersort.c
5623                 make the dialog nicer
5624
5625 2006-01-11 [colin]      1.9.100cvs138
5626
5627         * src/compose.c
5628                 Allow templates without text
5629
5630 2006-01-11 [paul]       1.9.100cvs137
5631
5632         * tools/README
5633         * tools/filter_conv_new.pl
5634                 add info to README
5635                 also check .sylpheed for filter.xml
5636                 be a bit informative to the user
5637
5638 2006-01-11 [colin]      1.9.100cvs136
5639
5640         * src/textview.c
5641                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5642
5643 2006-01-10 [paul]       1.9.100cvs135
5644
5645         * tools/Makefile.am
5646         * tools/filter_conv_new.pl
5647                 add script to convert new style Sylpheed
5648                 filter rules (Sylpheed >= 0.9.99) to
5649                 Claws filtering rules
5650
5651 2006-01-10 [colin]      1.9.100cvs134
5652
5653         * src/compose.c
5654                 Fix broken line joins in certain conditions
5655                 (between two quoted lines: <enter><enter><up>
5656                  <type a wrapped sentence><go in the first line>
5657                  <insert more text><watch as line joining failed>)
5658
5659 2006-01-10 [paul]       1.9.100cvs133
5660
5661         * src/compose.c
5662                 don't report success in error dialog
5663                 thanks to Colin
5664         * src/common/utils.c
5665                 include some trailing punctuations as URI
5666                 thanks to Hiro
5667
5668 2006-01-10 [paul]       1.9.100cvs132
5669
5670         * src/mimeview.c
5671                 fix incompatible pointer type
5672                 warning
5673
5674 2006-01-10 [paul]       1.9.100cvs131
5675
5676         * src/compose.c
5677                 change Subject in window title
5678                 instantaneously
5679
5680 2006-01-09 [colin]      1.9.100cvs130
5681
5682         * src/addressbook.c
5683         * src/headerview.c
5684         * src/mainwindow.c
5685         * src/messageview.c
5686         * src/mimeview.c
5687         * src/noticeview.c
5688         * src/summaryview.c
5689                 Fix possible crashes on exit and in addressbook
5690
5691 2006-01-09 [paul]       1.9.100cvs129
5692
5693         * src/prefs_msg_colors.c
5694                 some cleanups that I forgot last time
5695
5696 2006-01-09 [paul]       1.9.100cvs128
5697
5698         * README
5699         * src/folderview.c
5700         * src/prefs_msg_colors.c
5701                 add previously hidden option, color_new, to
5702                 the gui
5703                 move the page to Display/
5704                 rework the gui
5705
5706 2006-01-09 [wwp]        1.9.100cvs127
5707
5708         * src/prefs_themes.c
5709                 made the prefs/display/themes layouts spacing less condensed
5710                 (and so they match other prefs/pages' look).
5711
5712 2006-01-09 [paul]       1.9.100cvs126
5713
5714         * src/compose.c
5715         * src/prefs_common.c
5716         * src/prefs_common.h
5717         * src/prefs_wrapping.c
5718                 remove 'wrap at send' option
5719
5720 2006-01-06 [colin]      1.9.100cvs125
5721
5722         * src/compose.c
5723                 Just make completely sure we don't insert "manual line breaks" 
5724                 when wrapping... 
5725
5726 2006-01-04 [paul]
5727
5728         * 2.0.0-rc3 released
5729
5730 2006-01-04 [paul]       1.9.100cvs124
5731
5732         * src/folderview.c
5733                 fix bug 882, 'quick scroll in folder list
5734                 displays wrong folder contents'
5735
5736 2006-01-04 [paul]       1.9.100cvs123
5737
5738         * src/plugins/pgpmime/pgpmime.c
5739                 better debug information when signing
5740                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5741
5742 2006-01-03 [colin]      1.9.100cvs122
5743
5744         * configure.ac
5745                 We need to recheck for gpgme 1.0.0 after checking
5746                 for 1.1.1, because if 1.1.1 isn't available, 
5747                 GPGME_LIBS and friends are blanked out by the 
5748                 second check.
5749
5750 2006-01-03 [colin]      1.9.100cvs121
5751
5752         * src/common/prefs.c
5753                 Windows unlink-before rename fix
5754         * src/plugins/pgpcore/sgpgme.c
5755                 Add support for PKA info if available
5756                 Both patches by Werner Koch
5757
5758 2006-01-03 [paul]       1.9.100cvs120
5759
5760         * src/messageview.c
5761                 fix bug 884, 'Send receipt' button visible in queue
5762                 Thanks to Colin
5763
5764 2006-01-02 [colin]      1.9.100cvs119
5765
5766         * src/compose.c
5767         * src/imap.c
5768                 Fix autosave on IMAP and more generally try to
5769                 return the correct ID on a newly added IMAP message
5770
5771 2006-01-02 [paul]       1.9.100cvs118
5772
5773         * manual/keyboard.xml
5774                 edited
5775
5776 2006-01-01 [paul]       1.9.100cvs117
5777
5778         * src/gtk/authors.h
5779                 alphabetical order
5780
5781 2005-12-30 [colin]      1.9.100cvs116
5782
5783         * manual/advanced.xml
5784                 Explain Pre/Post-processing differences.
5785
5786 2005-12-30 [colin]      1.9.100cvs115
5787
5788         * src/mh.c
5789                 Implement copy_msgs for a little optimization
5790         * src/imap.c
5791                 Finish yesterday's fix
5792
5793 2005-12-29 [colin]      1.9.100cvs114
5794
5795         * src/imap.c
5796                 Fix occasional failure in fetching a mail over
5797                 IMAP
5798
5799 2005-12-29 [colin]      1.9.100cvs113
5800
5801         * src/compose.c
5802                 Don't remove a draft when sending it, if it is 
5803                 locked.
5804
5805 2005-12-28 [colin]      1.9.100cvs112
5806
5807         * src/summaryview.c
5808                 Fix leak for real
5809
5810 2005-12-28 [wwp]        1.9.100cvs111
5811
5812         * doc/faq/.cvsignore
5813         * doc/faq/de/.cvsignore
5814         * doc/faq/en/.cvsignore
5815         * doc/faq/es/.cvsignore
5816         * doc/faq/fr/.cvsignore
5817         * doc/faq/it/.cvsignore
5818         * doc/manual/.cvsignore
5819         * doc/manual/de/.cvsignore
5820         * doc/manual/en/.cvsignore
5821         * doc/manual/es/.cvsignore
5822         * doc/manual/fr/.cvsignore
5823         * doc/manual/ja/.cvsignore
5824         * src/plugins/mathml_viewer/.cvsignore
5825                 rollback revival of those files (my bad, sorry for the noise).
5826
5827 2005-12-28 [wwp]        1.9.100cvs110
5828
5829         * src/compose.c
5830                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5831
5832 2005-12-28 [wwp]        1.9.100cvs109
5833
5834         * doc/faq/.cvsignore
5835         * doc/faq/de/.cvsignore
5836         * doc/faq/en/.cvsignore
5837         * doc/faq/es/.cvsignore
5838         * doc/faq/fr/.cvsignore
5839         * doc/faq/it/.cvsignore
5840         * doc/manual/.cvsignore
5841         * doc/manual/de/.cvsignore
5842         * doc/manual/en/.cvsignore
5843         * doc/manual/es/.cvsignore
5844         * doc/manual/fr/.cvsignore
5845         * doc/manual/ja/.cvsignore
5846         * src/plugins/mathml_viewer/.cvsignore
5847         * po/.cvsignore
5848                 more files to ignore.
5849
5850 2005-12-24 [colin]      1.9.100cvs108
5851
5852         * AUTHORS
5853         * src/gtk/authors.h
5854                 Update for Werner
5855
5856 2005-12-24 [colin]      1.9.100cvs107
5857
5858         * src/procmsg.c
5859                 Allow NULL src_msginfo in 
5860                 procmsg_msginfo_new_from_mimeinfo
5861
5862 2005-12-23 [paul]       1.9.100cvs106
5863
5864         * src/plugins/pgpinline/mypgpcore.def
5865                 add this forgotten file
5866
5867 2005-12-23 [colin]      1.9.100cvs105
5868
5869         * src/mainwindow.c
5870                 Fix missing break
5871
5872 2005-12-23 [colin]      1.9.100cvs104
5873
5874         * autogen.sh
5875         * src/folder.c
5876         * src/mh.c
5877         * src/common/plugin.c
5878         * src/common/socket.c
5879         * src/common/socket.h
5880         * src/common/utils.c
5881         * src/common/utils.h
5882         * src/gtk/pluginwindow.c
5883         * src/plugins/pgpcore/plugin.def
5884         * src/plugins/pgpcore/sylpheed.def
5885         * src/plugins/pgpinline/Makefile.am
5886         * src/plugins/pgpinline/plugin.def
5887         * src/plugins/pgpinline/sylpheed.def
5888         * src/plugins/pgpmime/plugin.def
5889         * src/plugins/pgpmime/sylpheed.def
5890                 Various w32 fixes by Werner Koch
5891
5892 2005-12-22 [paul]       1.9.100cvs103
5893
5894         * src/wizard.c
5895                 don't offer IMAP as 'server type' if
5896                 libetpan isn't built in
5897
5898 2005-12-22 [paul]       1.9.100cvs102
5899
5900         * AUTHORS
5901         * src/mainwindow.c
5902         * src/mainwindow.h
5903         * src/toolbar.c
5904         * src/gtk/authors.h
5905                 support GTK_TOOLBAR_BOTH_HORIZ (text
5906                 next to icon) Patch by Marien Zwart
5907                 marienz@users.sf.net
5908                 Also reword the text
5909
5910 2005-12-21 [colin]      1.9.100cvs101
5911
5912         * configure.ac
5913                 Fix DATADIRNAME
5914         * COPYING
5915                 Fix missing section and explicit the exception better
5916         * src/compose.c
5917                 Prevent mail from being lost without notice when an
5918                 SMTP error happens on trying to send an unmodified
5919                 drafted mail.
5920         * src/send_message.c
5921         * src/common/smtp.c
5922                 Fix password remembering when wrong, and add return
5923                 value checks where they should have been
5924         * src/plugins/pgpcore/sylpheed.def
5925         * src/plugins/pgpinline/sylpheed.def
5926         * src/plugins/pgpmime/sylpheed.def
5927                 Add a few symbols needed
5928
5929 2005-12-21 [paul]       1.9.100cvs100
5930
5931         * m4/codeset.m4
5932         * m4/glibc21.m4
5933         * m4/intdiv0.m4
5934         * m4/inttypes-pri.m4
5935         * m4/inttypes.m4
5936         * m4/inttypes_h.m4
5937         * m4/isc-posix.m4
5938         * m4/lcmessage.m4
5939         * m4/stdint_h.m4
5940         * m4/uintmax_t.m4
5941                 gettextization
5942                 thanks to Colin
5943
5944 2005-12-21 [paul]       1.9.100cvs99
5945
5946         * po/sv.po
5947                 fixed by Colin
5948
5949 2005-12-20 [paul]       1.9.100cvs98
5950
5951         * po/sv.po
5952                 updated by Anders Trobäck
5953
5954 2005-12-20 [colin]      1.9.100cvs97
5955
5956         * ABOUT-NLS
5957         * Makefile.am
5958         * autogen.sh
5959         * configure.ac
5960         * config/config.rpath
5961         * config/mkinstalldirs
5962         * m4/Makefile.am
5963         * m4/glibc2.m4
5964         * m4/gnupg.m4
5965         * m4/gpgme.m4
5966         * m4/intmax.m4
5967         * m4/longdouble.m4
5968         * m4/longlong.m4
5969         * m4/printf-posix.m4
5970         * m4/signed.m4
5971         * m4/size_max.m4
5972         * m4/ulonglong.m4
5973         * m4/wchar_t.m4
5974         * m4/wint_t.m4
5975         * m4/xsize.m4
5976         * po/Makefile.in.in
5977         * po/Makevars
5978         * po/bg.po
5979         * po/ca.po
5980         * po/cs.po
5981         * po/de.po
5982         * po/el.po
5983         * po/en_GB.po
5984         * po/es.po
5985         * po/fi.po
5986         * po/fr.po
5987         * po/hr.po
5988         * po/hu.po
5989         * po/it.po
5990         * po/ja.po
5991         * po/ko.po
5992         * po/nb.po
5993         * po/nl.po
5994         * po/pl.po
5995         * po/pt_BR.po
5996         * po/ru.po
5997         * po/sk.po
5998         * po/sr.po
5999         * po/stamp-po
6000         * po/sv.po
6001         * po/zh_CN.po
6002         * po/zh_TW.po
6003         * src/Makefile.am
6004         * src/codeconv.c
6005         * src/compose.c
6006         * src/exporthtml.c
6007         * src/exportldif.c
6008         * src/folder.c
6009         * src/main.c
6010         * src/manual.c
6011         * src/mh.c
6012         * src/mimeview.c
6013         * src/send_message.c
6014         * src/common/Makefile.am
6015         * src/common/fnmatch.c
6016         * src/common/fnmatch.h
6017         * src/common/fnmatch_loop.c
6018         * src/common/nntp.c
6019         * src/common/plugin.c
6020         * src/common/smtp.c
6021         * src/common/socket.c
6022         * src/common/string_match.c
6023         * src/common/sylpheed.c
6024         * src/common/utils.c
6025         * src/common/utils.h
6026         * src/common/w32_dirent.c
6027         * src/common/w32_reg.c
6028         * src/common/w32_signal.c
6029         * src/common/w32_stat.c
6030         * src/common/w32_stdio.c
6031         * src/common/w32_stdlib.c
6032         * src/common/w32_string.c
6033         * src/common/w32_time.c
6034         * src/common/w32_unistd.c
6035         * src/common/w32_wait.c
6036         * src/common/w32lib.h
6037         * src/etpan/Makefile.am
6038         * src/gtk/Makefile.am
6039         * src/plugins/clamav/Makefile.am
6040         * src/plugins/demo/Makefile.am
6041         * src/plugins/dillo_viewer/Makefile.am
6042         * src/plugins/pgpcore/Makefile.am
6043         * src/plugins/pgpcore/passphrase.c
6044         * src/plugins/pgpcore/plugin.def
6045         * src/plugins/pgpcore/sgpgme.c
6046         * src/plugins/pgpcore/sylpheed.def
6047         * src/plugins/pgpcore/version.rc
6048         * src/plugins/pgpinline/Makefile.am
6049         * src/plugins/pgpinline/plugin.def
6050         * src/plugins/pgpinline/sylpheed.def
6051         * src/plugins/pgpinline/version.rc
6052         * src/plugins/pgpmime/Makefile.am
6053         * src/plugins/pgpmime/mypgpcore.def
6054         * src/plugins/pgpmime/plugin.def
6055         * src/plugins/pgpmime/sylpheed.def
6056         * src/plugins/pgpmime/version.rc
6057         * src/plugins/spamassassin/Makefile.am
6058                 Very little ;-) patch from Werner Koch, providing
6059                 infrastructure for cross-compiling to Win32
6060
6061 2005-12-20 [paul]       1.9.100cvs96
6062
6063         * src/account.c
6064         * src/account.h
6065         * src/mainwindow.c
6066         * src/mainwindow.h
6067         * src/toolbar.c
6068         * src/toolbar.h
6069                 add a combo to the Get All button, allowing
6070                 quick retrieval from any account
6071                 Patch by Fabien Vantard, slightly modified
6072                 by Colin
6073         * src/gtk/about.c
6074                 i18n fix. Patch by Fabien Vantard
6075
6076 2005-12-19 [colin]      1.9.100cvs95
6077
6078         * src/compose.c
6079         * src/compose.h
6080                 Don't automatically join lines when they've 
6081                 been separated by the user and not automatically
6082
6083 2005-12-19 [paul]       1.9.100cvs94
6084
6085         * src/gtk/pluginwindow.c
6086                 i18n fix.
6087                 Patch by Fabien Vantard
6088
6089 2005-12-15 [paul]       1.9.100cvs93
6090
6091         * src/common/plugin.c
6092         * src/common/plugin.h
6093         * src/gtk/pluginwindow.c
6094         * src/plugins/clamav/clamav_plugin.c
6095         * src/plugins/demo/demo.c
6096         * src/plugins/dillo_viewer/dillo_viewer.c
6097         * src/plugins/pgpcore/plugin.c
6098         * src/plugins/pgpinline/plugin.c
6099         * src/plugins/pgpmime/plugin.c
6100         * src/plugins/spamassassin/spamassassin.c
6101         * src/plugins/trayicon/trayicon.c
6102                 add plugin_version()
6103
6104 2005-12-15 [colin]      1.9.100cvs92
6105
6106         * src/compose.c
6107                 Further fix bug #875
6108
6109 2005-12-15 [paul]       1.9.100cvs91
6110
6111         * src/gtk/filesel.c
6112                 fix attach_load_dir getting set to
6113                 PLUGINDIR on plugin load
6114
6115 2005-12-14 [mones]      1.9.100cvs90
6116
6117         * manual/ack.xml
6118         * manual/keyboard.xml
6119                 Initial draft and some shortcuts added
6120                 
6121         * po/es.po
6122                 Updated translation
6123
6124 2005-12-14 [colin]      1.9.100cvs89
6125
6126         * src/compose.c
6127         * src/imap.c
6128         * src/summaryview.c
6129         * src/gtk/gtkaspell.c
6130                 More leaks fixed
6131         * src/prefs_folder_item.c
6132                 Fix recursive prefs apply
6133
6134
6135 2005-12-14 [colin]      1.9.100cvs88
6136
6137         * src/compose.c
6138                 Fix bug #875 (Freeze On Inline Forward of 
6139                 Large Message)
6140
6141 2005-12-13 [colin]      1.9.100cvs87
6142
6143         * src/compose.c
6144                 Uniq-ify and sort the mimetypes list
6145                 Patch by Fabien Vantard
6146
6147 2005-12-13 [colin]      1.9.100cvs86
6148
6149         * src/imap.c
6150         * src/etpan/imap-thread.c
6151                 Fix leaks (patch by Hoa)
6152         * src/news.c
6153         * src/common/plugin.c
6154                 Fix leaks
6155
6156 2005-12-12 [colin]
6157
6158         * 2.0.0-rc2 released
6159
6160 2005-12-12 [colin]      1.9.100cvs85
6161
6162         * src/matcher.c
6163                 Fix a leak
6164
6165 2005-12-12 [wwp]        1.9.100cvs84
6166
6167         * src/gtk/icon_legend.c
6168                 fix misbehaviour and crash when closing the legend window
6169         using the Esc key (patch by Fabien Vantard).
6170
6171 2005-12-12 [paul]       1.9.100cvs83
6172
6173         * src/browseldap.c
6174         * src/foldersel.c
6175         * src/prefs_actions.c
6176         * src/prefs_filtering.c
6177         * src/prefs_matcher.c
6178         * src/prefs_spelling.glade      ** REMOVED **
6179         * src/prefs_template.c
6180         * src/gtk/foldersort.glade      ** REMOVED **
6181         * src/gtk/pluginwindow.c
6182         * src/gtk/pluginwindow.glade    ** REMOVED **
6183         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6184                 cleanups
6185
6186 2005-12-11 [paul]       1.9.100cvs82
6187
6188         * src/gtk/filesel.c
6189                 fix attach_load_dir crasher (double free)
6190
6191 2005-12-09 [paul]       1.9.100cvs81
6192
6193         * po/POTFILES.in
6194         * src/mainwindow.c
6195         * src/gtk/Makefile.am
6196         * src/gtk/icon_legend.c
6197         * src/gtk/icon_legend.h
6198                 add icon legend
6199         * src/manual.c
6200                 cleanup
6201
6202 2005-12-09 [paul]       1.9.100cvs80
6203
6204         * src/plugins/pgpcore/passphrase.c
6205                 wrap the label in the dialog
6206
6207 2005-12-09 [colin]      1.9.100cvs79
6208
6209         * src/plugins/pgpcore/sgpgme.c
6210                 Display (untrusted) on not trusted signatures
6211                 Patch by Michal Èihaø <michal@cihar.com>
6212                 Closes bug #867 (Report also key trust)
6213
6214 2005-12-09 [colin]      1.9.100cvs78
6215
6216         * src/common/plugin.c
6217                 Update licence check, following Eben Moglen's advice
6218
6219 2005-12-08 [colin]      1.9.100cvs77
6220
6221         * src/folder.c
6222                 Fix the occasionnal item->cache != NULL 
6223                 assertion failure. 
6224
6225 2005-12-08 [colin]      1.9.100cvs76
6226
6227         * src/mimeview.c
6228         * src/plugins/pgpcore/sgpgme.c
6229                 Print key id when unable to check it
6230                 Closes bug #866 (Show key id when missing)
6231
6232 2005-12-08 [paul]       1.9.100cvs75
6233
6234         * src/prefs_common.c
6235         * src/prefs_common.h
6236         * src/gtk/filesel.c
6237                 remember load attachment dir
6238
6239 2005-12-07 [colin]      1.9.100cvs74
6240
6241         * src/prefs_toolbar.c
6242                 Gtk fixes, patch by Fabien Vantard
6243
6244 2005-12-07 [colin]      1.9.100cvs73
6245
6246         * src/action.c
6247         * src/compose.c
6248         * src/compose.h
6249                 Fix bug #839 (Quoted text isn't colored after 
6250                 executing an action)
6251         * src/common/plugin.c
6252                 Require plugins to declare their licence in plugin_licence()
6253                 Refuse to load non-GPL plugins as they'd be illegal (as 
6254                 derived works of Sylpheed-Claws, they must be GPL).
6255         * src/plugins/clamav/clamav_plugin.c
6256         * src/plugins/demo/demo.c
6257         * src/plugins/dillo_viewer/dillo_viewer.c
6258         * src/plugins/pgpcore/plugin.c
6259         * src/plugins/pgpinline/plugin.c
6260         * src/plugins/pgpmime/plugin.c
6261         * src/plugins/spamassassin/spamassassin.c
6262         * src/plugins/trayicon/trayicon.c
6263                 Add plugin_licence()
6264
6265 2005-12-07 [paul]       1.9.100cvs72
6266
6267         * configure.ac
6268         * src/mainwindow.c
6269         * src/manual.c
6270         * src/manual.h
6271         * src/common/defs.h
6272                 clean up after local FAQ removal and
6273                 temporary manual removal
6274
6275 2005-12-06 [colin]      1.9.100cvs71
6276
6277         * configure.ac
6278         * doc/Makefile.am
6279         * doc/faq/.cvsignore
6280         * doc/faq/Makefile.am
6281         * doc/faq/de/.cvsignore
6282         * doc/faq/de/Makefile.am
6283         * doc/faq/de/sylpheed-faq-1.html
6284         * doc/faq/de/sylpheed-faq-2.html
6285         * doc/faq/de/sylpheed-faq-3.html
6286         * doc/faq/de/sylpheed-faq.html
6287         * doc/faq/en/.cvsignore
6288         * doc/faq/en/Makefile.am
6289         * doc/faq/en/sylpheed-faq-1.html
6290         * doc/faq/en/sylpheed-faq-2.html
6291         * doc/faq/en/sylpheed-faq-3.html
6292         * doc/faq/en/sylpheed-faq-4.html
6293         * doc/faq/en/sylpheed-faq.html
6294         * doc/faq/es/.cvsignore
6295         * doc/faq/es/Makefile.am
6296         * doc/faq/es/sylpheed-faq-1.html
6297         * doc/faq/es/sylpheed-faq-2.html
6298         * doc/faq/es/sylpheed-faq-3.html
6299         * doc/faq/es/sylpheed-faq-4.html
6300         * doc/faq/es/sylpheed-faq.html
6301         * doc/faq/fr/.cvsignore
6302         * doc/faq/fr/Makefile.am
6303         * doc/faq/fr/sylpheed-faq-1.html
6304         * doc/faq/fr/sylpheed-faq-2.html
6305         * doc/faq/fr/sylpheed-faq-3.html
6306         * doc/faq/fr/sylpheed-faq.html
6307         * doc/faq/it/.cvsignore
6308         * doc/faq/it/Makefile.am
6309         * doc/faq/it/sylpheed-faq-1.html
6310         * doc/faq/it/sylpheed-faq-2.html
6311         * doc/faq/it/sylpheed-faq-3.html
6312         * doc/faq/it/sylpheed-faq.html
6313         * doc/manual/.cvsignore
6314         * doc/manual/Makefile.am
6315         * doc/manual/de/.cvsignore
6316         * doc/manual/de/Makefile.am
6317         * doc/manual/de/sylpheed-1.html
6318         * doc/manual/de/sylpheed-10.html
6319         * doc/manual/de/sylpheed-11.html
6320         * doc/manual/de/sylpheed-12.html
6321         * doc/manual/de/sylpheed-13.html
6322         * doc/manual/de/sylpheed-14.html
6323         * doc/manual/de/sylpheed-15.html
6324         * doc/manual/de/sylpheed-16.html
6325         * doc/manual/de/sylpheed-17.html
6326         * doc/manual/de/sylpheed-18.html
6327         * doc/manual/de/sylpheed-19.html
6328         * doc/manual/de/sylpheed-2.html
6329         * doc/manual/de/sylpheed-20.html
6330         * doc/manual/de/sylpheed-3.html
6331         * doc/manual/de/sylpheed-4.html
6332         * doc/manual/de/sylpheed-5.html
6333         * doc/manual/de/sylpheed-6.html
6334         * doc/manual/de/sylpheed-7.html
6335         * doc/manual/de/sylpheed-8.html
6336         * doc/manual/de/sylpheed-9.html
6337         * doc/manual/de/sylpheed.html
6338         * doc/manual/en/.cvsignore
6339         * doc/manual/en/Makefile.am
6340         * doc/manual/en/sylpheed-1.html
6341         * doc/manual/en/sylpheed-10.html
6342         * doc/manual/en/sylpheed-11.html
6343         * doc/manual/en/sylpheed-12.html
6344         * doc/manual/en/sylpheed-13.html
6345         * doc/manual/en/sylpheed-14.html
6346         * doc/manual/en/sylpheed-15.html
6347         * doc/manual/en/sylpheed-16.html
6348         * doc/manual/en/sylpheed-17.html
6349         * doc/manual/en/sylpheed-18.html
6350         * doc/manual/en/sylpheed-19.html
6351         * doc/manual/en/sylpheed-2.html
6352         * doc/manual/en/sylpheed-20.html
6353         * doc/manual/en/sylpheed-21.html
6354         * doc/manual/en/sylpheed-22.html
6355         * doc/manual/en/sylpheed-3.html
6356         * doc/manual/en/sylpheed-4.html
6357         * doc/manual/en/sylpheed-5.html
6358         * doc/manual/en/sylpheed-6.html
6359         * doc/manual/en/sylpheed-7.html
6360         * doc/manual/en/sylpheed-8.html
6361         * doc/manual/en/sylpheed-9.html
6362         * doc/manual/en/sylpheed.html
6363         * doc/manual/es/.cvsignore
6364         * doc/manual/es/Makefile.am
6365         * doc/manual/es/sylpheed-1.html
6366         * doc/manual/es/sylpheed-10.html
6367         * doc/manual/es/sylpheed-11.html
6368         * doc/manual/es/sylpheed-12.html
6369         * doc/manual/es/sylpheed-13.html
6370         * doc/manual/es/sylpheed-14.html
6371         * doc/manual/es/sylpheed-15.html
6372         * doc/manual/es/sylpheed-16.html
6373         * doc/manual/es/sylpheed-17.html
6374         * doc/manual/es/sylpheed-18.html
6375         * doc/manual/es/sylpheed-19.html
6376         * doc/manual/es/sylpheed-2.html
6377         * doc/manual/es/sylpheed-20.html
6378         * doc/manual/es/sylpheed-3.html
6379         * doc/manual/es/sylpheed-4.html
6380         * doc/manual/es/sylpheed-5.html
6381         * doc/manual/es/sylpheed-6.html
6382         * doc/manual/es/sylpheed-7.html
6383         * doc/manual/es/sylpheed-8.html
6384         * doc/manual/es/sylpheed-9.html
6385         * doc/manual/es/sylpheed.html
6386         * doc/manual/fr/.cvsignore
6387         * doc/manual/fr/Makefile.am
6388         * doc/manual/fr/sylpheed-1.html
6389         * doc/manual/fr/sylpheed-10.html
6390         * doc/manual/fr/sylpheed-11.html
6391         * doc/manual/fr/sylpheed-12.html
6392         * doc/manual/fr/sylpheed-13.html
6393         * doc/manual/fr/sylpheed-14.html
6394         * doc/manual/fr/sylpheed-15.html
6395         * doc/manual/fr/sylpheed-16.html
6396         * doc/manual/fr/sylpheed-17.html
6397         * doc/manual/fr/sylpheed-18.html
6398         * doc/manual/fr/sylpheed-19.html
6399         * doc/manual/fr/sylpheed-2.html
6400         * doc/manual/fr/sylpheed-20.html
6401         * doc/manual/fr/sylpheed-3.html
6402         * doc/manual/fr/sylpheed-4.html
6403         * doc/manual/fr/sylpheed-5.html
6404         * doc/manual/fr/sylpheed-6.html
6405         * doc/manual/fr/sylpheed-7.html
6406         * doc/manual/fr/sylpheed-8.html
6407         * doc/manual/fr/sylpheed-9.html
6408         * doc/manual/fr/sylpheed.html
6409         * doc/manual/ja/.cvsignore
6410         * doc/manual/ja/Makefile.am
6411         * doc/manual/ja/sylpheed-1.html
6412         * doc/manual/ja/sylpheed-10.html
6413         * doc/manual/ja/sylpheed-11.html
6414         * doc/manual/ja/sylpheed-12.html
6415         * doc/manual/ja/sylpheed-13.html
6416         * doc/manual/ja/sylpheed-14.html
6417         * doc/manual/ja/sylpheed-15.html
6418         * doc/manual/ja/sylpheed-16.html
6419         * doc/manual/ja/sylpheed-17.html
6420         * doc/manual/ja/sylpheed-18.html
6421         * doc/manual/ja/sylpheed-19.html
6422         * doc/manual/ja/sylpheed-2.html
6423         * doc/manual/ja/sylpheed-20.html
6424         * doc/manual/ja/sylpheed-3.html
6425         * doc/manual/ja/sylpheed-4.html
6426         * doc/manual/ja/sylpheed-5.html
6427         * doc/manual/ja/sylpheed-6.html
6428         * doc/manual/ja/sylpheed-7.html
6429         * doc/manual/ja/sylpheed-8.html
6430         * doc/manual/ja/sylpheed-9.html
6431         * doc/manual/ja/sylpheed.html
6432         * doc/manual/ja/sylpheed.sgml
6433         * src/mainwindow.c
6434                 Remove outdated manual and faq. Noisy, eh?
6435
6436 2005-12-06 [colin]      1.9.100cvs70
6437
6438         * src/compose.c
6439         * src/quote_fmt_parse.y
6440         * src/undo.c
6441         * src/undo.h
6442                 Allow %X to position cursor at 0 
6443                 (no %X = before signature)
6444                 Fix paste as quotation putting the cursor at 0
6445                 Fix undo offsets when pasting
6446                 Insert the quote_fmt at once instead of line 
6447                 by line
6448                 Fix [Edited] when starting to reply/forward
6449
6450 2005-12-06 [paul]       1.9.100cvs69
6451
6452         * src/plugins/clamav/clamav_plugin_gtk.c
6453                 add another tooltip
6454         * src/plugins/spamassassin/spamassassin_gtk.c
6455                 rework spamassassin_create_widget_func()
6456
6457 2005-12-05 [colin]      1.9.100cvs68
6458
6459         * po/POTFILES.in
6460                 Fix make release ;-)
6461
6462 2005-12-05 [colin]      1.9.100cvs67
6463
6464         * src/compose.c
6465         * src/compose.h
6466                 Fix cursor positioning (not obeying %X)
6467
6468 2005-12-05 [paul]       1.9.100cvs66
6469
6470         * src/plugins/dillo_viewer/dillo_prefs.c
6471                 fix compilation warning
6472
6473 2005-12-05 [paul]       1.9.100cvs65
6474
6475         * src/prefs_spelling.c
6476         * src/plugins/trayicon/trayicon.c
6477                 cleanups - remove unused stuff
6478
6479 2005-12-05 [paul]       1.9.100cvs64
6480
6481         * README
6482         * manual/plugins.xml
6483                 remove info about removed mathml_viewer plugin
6484
6485 2005-12-05 [paul]       1.9.100cvs63
6486
6487         * configure.ac
6488         * src/plugins/Makefile.am
6489         * src/plugins/mathml_viewer/.cvsignore
6490         * src/plugins/mathml_viewer/Makefile.am
6491         * src/plugins/mathml_viewer/mathml_viewer.c
6492                 remove unmaintained mathml_viewer plugin
6493
6494 2005-12-05 [paul]       1.9.100cvs62
6495
6496         * src/summaryview.c
6497                 obey prefs_common.always_show_msg when
6498                 moving a msg
6499                 Thanks to Colin
6500
6501 2005-12-05 [paul]       1.9.100cvs61
6502
6503         * src/compose.c
6504         * src/prefs_account.c
6505         * src/prefs_filtering.c
6506         * src/prefs_quote.c
6507         * src/prefs_spelling.c
6508         * src/prefs_toolbar.c
6509         * src/summaryview.c
6510         * src/gtk/gtkutils.c
6511         * src/gtk/quicksearch.c
6512         * src/plugins/dillo_viewer/dillo_prefs.c
6513                 dialog cleanups
6514
6515 2005-12-04 [paul]       1.9.100cvs60
6516
6517         * src/inc.c
6518         * src/prefs_account.c
6519         * src/prefs_account.h
6520                 allow a Local account to specify a
6521                 default inbox
6522                 (closes bug 843 'Inbox cannot be changed for local
6523                  mailboxes')
6524
6525 2005-12-04 [colin]      1.9.100cvs59
6526
6527         * src/plugins/trayicon/trayicon.c
6528                 Remove Get, rename Get All to Get Mail in order to
6529                 be consistent with the default main toolbar
6530
6531 2005-12-03 [colin]      1.9.100cvs58
6532
6533         * manual/gpl.xml
6534         * manual/sylpheed-claws-manual.xml
6535                 Add GPL appendix
6536
6537 2005-12-03 [paul]       1.9.100cvs57
6538
6539         * AUTHORS
6540         * po/sv.po
6541         * src/gtk/authors.h
6542                 new (partially complete) Swedish translation
6543                 by Anders Troback <sylpheed@troback.com>
6544
6545 2005-12-02 [paul]       1.9.100cvs56
6546
6547         * configure.ac
6548                 libetpan 0.41 required
6549
6550 2005-12-02 [paul]       1.9.100cvs55
6551
6552         * src/plugins/clamav/clamav_plugin.c
6553         * src/plugins/clamav/clamav_plugin.h
6554         * src/plugins/clamav/clamav_plugin_gtk.c
6555         * src/plugins/spamassassin/spamassassin.c
6556         * src/plugins/spamassassin/spamassassin.h
6557         * src/plugins/spamassassin/spamassassin_gtk.c
6558                 unregister prefs pages on unloading, thus
6559                 preventing a crash
6560                 (thanks to Colin for the hint)
6561
6562 2005-12-02 [wwp]        1.9.100cvs54
6563
6564         * src/quote_fmt.h
6565         * src/quote_fmt_parse.y
6566                 fix misuse of gboolean*, use gboolean instead
6567                 (thanks to Paul, Colin, for pointing out that scaring one)
6568
6569 2005-12-02 [paul]       1.9.100cvs53
6570
6571         * src/plugins/clamav/clamav_plugin.c
6572                 int no --> unsigned int no
6573         * src/plugins/clamav/clamav_plugin_gtk.c
6574                 rework config page
6575
6576 2005-12-02 [wwp]        1.9.100cvs52
6577
6578         * src/compose.c
6579         * src/prefs_template.c
6580         * src/quote_fmt.h
6581         * src/quote_fmt_parse.y
6582                 prevent from executing |f and |p templates commands when
6583                 adding or replacing templates in prefs (avoids annoying and
6584                 potentially dangerous behaviours)
6585
6586 2005-12-02 [paul]       1.9.100cvs51
6587
6588         * src/prefs_common.c
6589                 allow translation of some default values
6590                 Patch by Fabien Vantard
6591
6592 2005-12-02 [paul]       1.9.100cvs50
6593
6594         * src/codeconv.c
6595         * src/codeconv.h
6596         * src/prefs_common.c
6597         * src/prefs_common.h
6598         * src/prefs_message.c
6599         * src/textview.c
6600                 remove obsolete 'convert_mb_alnum' option
6601                 and related stuff
6602         * src/gtk/about.c
6603                 remove unused 'about_textview_visibility_notify'
6604
6605 2005-12-02 [paul]       1.9.100cvs49
6606
6607         * src/prefs_account.c
6608         * src/prefs_compose_writing.c
6609         * src/prefs_fonts.c
6610         * src/prefs_gtk.h
6611         * src/prefs_image_viewer.c
6612         * src/prefs_message.c
6613         * src/prefs_other.c
6614         * src/prefs_receive.c
6615         * src/prefs_send.c
6616         * src/prefs_spelling.c
6617         * src/prefs_summaries.c
6618         * src/prefs_wrapping.c
6619         * src/plugins/dillo_viewer/dillo_prefs.c
6620         * src/plugins/pgpcore/prefs_gpg.c
6621                 several cleanups to the prefs dialogs
6622                 (slightly modified) patch by Fabien Vantard
6623
6624 2005-12-02 [paul]       1.9.100cvs48
6625
6626         * src/main.c
6627                 --exit means exit
6628         * src/send_message.c
6629                 fix crash on send when connection fails
6630
6631         Thanks to Colin
6632
6633 2005-12-01 [colin]      1.9.100cvs47
6634
6635         * src/html.c
6636                 Translate &hellip; to "..."
6637
6638 2005-11-30 [colin]      1.9.100cvs46
6639
6640         * src/matcher.c
6641         * src/matcher.h
6642                 Optimize back yesterday's fix.
6643
6644 2005-11-30 [paul]       1.9.100cvs45
6645
6646         * manual/faq.xml
6647                 standardised
6648         * manual/intro.xml
6649                 written by Colin, edited by me
6650
6651 2005-11-29 [colin]      1.9.100cvs44
6652
6653         * src/matcher.c
6654                 Skip headers unconditionnaly in match_body if the
6655                 rule is not message or ~message
6656
6657 2005-11-29 [colin]      1.9.100cvs43
6658
6659         * src/matcher.c
6660                 Fix body_part and such, not skipping headers 
6661                 if the matchcriteria wasn't the first in the rule
6662
6663 2005-11-29 [colin]      1.9.100cvs42
6664
6665         * src/compose.c
6666                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6667                 option missing from message view window)
6668                 Fix double text D'n'D with gtk-2.8
6669         * src/matcher.c
6670                 Fix ~message, ~headers_part, ~body_part rules
6671         * src/messageview.c
6672                 Add Windows-1252 (Closes bug #863)
6673                 Fix accels
6674         * src/gtk/gtkaspell.c
6675                 Properly destroy accels in all menus
6676
6677 2005-11-29 [mones]      1.9.100cvs41
6678
6679         * po/es.po
6680                 Updated.
6681
6682 2005-11-27 [colin]      1.9.100cvs40
6683
6684         * src/mh_gtk.c
6685                 "/Remove mailbox" -> "/Remove mailbox..."
6686
6687 2005-11-27 [paul]       1.9.100cvs39
6688
6689         * AUTHORS
6690         * po/de.po
6691         * src/gtk/authors.h
6692                 updated by new maintainer, Stephan Sachse
6693
6694 2005-11-27 [paul]       1.9.100cvs38
6695
6696         * manual/faq.xml
6697                 written by Colin, edited by me
6698
6699 2005-11-27 [paul]       1.9.100cvs37
6700
6701         * src/prefs_common.c
6702         * src/prefs_common.h
6703         * src/prefs_receive.c
6704         * src/prefs_summaries.c
6705                 move 'go to inbox after receiving new mail'
6706                 option from display/sumamaries to mail
6707                 handling/receive, and rework prefs_summaries
6708                 dialog a little
6709
6710 2005-11-25 [martin]     1.9.100cvs36
6711
6712         * po/de.po
6713             fixed windows-1252 translation;
6714             translated some new and fuzzy strings
6715
6716 2005-11-25 [paul]       1.9.100cvs35
6717
6718         * src/plugins/clamav/clamav_plugin.c
6719                 complete the update done in cvs34
6720
6721 2005-11-25 [paul]       1.9.100cvs34
6722
6723         * src/plugins/clamav/clamav_plugin.c
6724                 reflect upstream changes
6725
6726 2005-11-25 [paul]       1.9.100cvs33
6727
6728         * manual/ack.xml
6729         * manual/plugins.xml
6730         * manual/sylpheed-claws-manual.xml
6731                 written/updated by Colin, edited by me
6732         * tools/acroread2sylpheed.pl
6733                 update binary name
6734
6735 2005-11-24 [colin]      1.9.100cvs32
6736
6737         * src/compose.c
6738                 Fix bug #856 (reediting messages forgets Request
6739                 Return Receipt)
6740
6741 2005-11-24 [paul]       1.9.100cvs31
6742
6743         * manual/addrbook.xml
6744         * manual/starting.xml
6745                 written by Colin, proofread, edited, adapted by me
6746         * manual/advanced.xml
6747                 add some Actions examples
6748         * src/importldif.c
6749                 use a Save button instead of a Close button
6750         * src/wizard.c
6751                 indicate mandatory fields
6752                 fix page display
6753                 Thanks to Colin
6754
6755 2005-11-23 [colin]      1.9.100cvs30
6756
6757         * src/addressbook.c
6758                 Rename menu item, fix possible crash after
6759                 deletion of books
6760         * src/addrindex.c
6761                 Allow searching for '*' in ldap
6762         * src/browseldap.c
6763                 Fix "Browse Entry" (did anyone use it?)
6764         * src/wizard.c
6765                 Add guards for mandatory information
6766
6767 2005-11-23 [paul]       1.9.100cvs29
6768
6769         * manual/advanced.xml
6770                 corrections to the English
6771
6772 2005-11-23 [colin]      1.9.100cvs28
6773
6774         * src/mimeview.c
6775                 Fix possible crash at exit. After the call to
6776                 gtk_container_remove(), the Viewer's widget has no
6777                 more parent so gtk+ automatically frees it and its
6778                 sons. If destroy_viewer() then try to access it,
6779                 problems ensue.
6780
6781 2005-11-22 [colin]      1.9.100cvs27
6782
6783         * src/compose.c
6784         * src/gtk/gtkaspell.c
6785                 Fix right-clicking on a misspelled word
6786                 Fix More... in suggestions menu
6787
6788 2005-11-22 [wwp]        1.9.100cvs26
6789
6790         * src/prefs_template.c
6791                 templates works: re-sort templates list when adding or replacing,
6792                 prevent from adding or replacing when the template name is empty
6793
6794 2005-11-21 [colin]      1.9.100cvs25
6795
6796         * src/addressbook.c
6797                 Fix some addressbook suckage (dnd, select all)
6798         * src/compose.c
6799         * src/gtk/gtkaspell.c
6800         * src/gtk/gtkaspell.h
6801                 Make the spellchecker menu work with the 
6802                 GtkTextView one instead of overriding it
6803
6804 2005-11-20 [paul]       1.9.100cvs24
6805
6806         * manual/handling.xml
6807                 proofread and corrected
6808
6809 2005-11-20 [paul]       1.9.100cvs23
6810
6811         * manual/Makefile
6812                 generate html as one file
6813         * manual/advanced.xml
6814                 fix output generation
6815                 reformat hidden options list
6816         * manual/manual.xml     ** REMOVED **
6817         * manual/sylpheed-claws-manual.xml      ** ADDED **
6818                 renamed
6819
6820 2005-11-18 [colin]      1.9.100cvs22
6821
6822         * src/prefs_account.c
6823                 Fix layout in news and mbox accounts
6824         * manual/account.xml
6825         * manual/advanced.xml
6826                 New contents for Paul to check :)
6827
6828 2005-11-18 [wwp]        1.9.100cvs21
6829
6830         * src/gtk/quicksearch.c
6831                 don't update extended quicksearch buttons twice
6832
6833 2005-11-18 [paul]       1.9.100cvs20
6834
6835         * src/textview.c
6836                 complete 1.9.100cvs19
6837
6838 2005-11-18 [paul]       1.9.100cvs19
6839
6840         * src/compose.c
6841                 cosmetic improvements
6842         * src/textview.c
6843                 also list text/* attachments
6844
6845 2005-11-18 [colin]      1.9.100cvs18
6846
6847         * src/summaryview.c
6848                 Use column 0 instead of -1 in 
6849                 gtk_ctree_node_moveto, in a naive
6850                 hope it'll fix the gtk-related crashes
6851
6852 2005-11-18 [colin]      1.9.100cvs17
6853
6854         * src/gtk/inputdialog.c
6855                 Fix icon staying the first one
6856
6857 2005-11-17 [wwp]        1.9.100cvs16
6858                 fix possible problem showing some quicksearch buttons, and a bad
6859                 call to g_return_if_fail in a function that returns a value (both
6860                 fixes by Fabien Vantard)
6861
6862 2005-11-15 [wwp]        1.9.100cvs15
6863
6864         * src/gtk/quicksearch.c
6865                 added a tooltip to that obscure ... quicksearch button
6866
6867 2005-11-15 [wwp]        1.9.100cvs14
6868
6869         * src/gtk/quicksearch.c
6870                 add a quicksearch helper to filtering expression users: the ... button
6871                 raises the condition expr window. condition expressions set up w/ this
6872                 window are used by the quicksearch if the user closes it pressing OK.
6873
6874 2005-11-14 [paul]       1.9.100cvs13
6875
6876         * src/plugins/clamav/clamav_plugin.c
6877         * src/plugins/spamassassin/spamassassin.c
6878                 change plugin type following recent merging
6879
6880 2005-11-14 [wwp]        1.9.100cvs12
6881
6882         * src/folder.c
6883                 prevent from crashing when copying/moving message(s) from and
6884                 to the same folder
6885
6886 2005-11-14 [paul]       1.9.100cvs11
6887
6888         * src/plugins/clamav/Makefile.am
6889         * src/plugins/clamav/clamav_plugin.c
6890         * src/plugins/clamav/clamav_plugin.h
6891         * src/plugins/clamav/clamav_plugin_gtk.c
6892                 also merge clamav and clamav_gtk plugins
6893
6894 2005-11-13 [colin]      1.9.100cvs10
6895
6896         * configure.ac
6897         * src/plugins/spamassassin/Makefile.am
6898         * src/plugins/spamassassin/spamassassin.c
6899         * src/plugins/spamassassin/spamassassin.h
6900         * src/plugins/spamassassin/spamassassin_gtk.c
6901                 Merge spamassassin and spamassassin_gtk plugins,
6902                 and build it by default.
6903
6904 2005-11-12 [colin]      1.9.100cvs9
6905
6906         * src/etpan/imap-thread.c
6907                 Fix gcc warning
6908
6909 2005-11-12 [colin]      1.9.100cvs8
6910
6911         * src/procmime.c
6912                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6913
6914 2005-11-10 [colin]      1.9.100cvs7
6915
6916         * src/main.c
6917                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6918                 minimised state)
6919
6920 2005-11-10 [wwp]        1.9.100cvs6
6921
6922         * src/gtk/description_window.c
6923                 fix a crash when closing description windows using the WM's [X] button
6924
6925 2005-11-09 [colin]      1.9.100cvs5
6926
6927         * src/common/ssl.c
6928                 Update libetpan call to follow upstream
6929                 (yes, this requires libetpan-0.40cvs3)
6930
6931 2005-11-08 [colin]      1.9.100cvs4
6932
6933         * src/compose.c
6934         * src/textview.c
6935         * src/common/utils.c
6936         * src/common/utils.h
6937                 Enhance the email parser
6938
6939 2005-11-08 [colin]      1.9.100cvs3
6940
6941         * src/procmime.c
6942                 Fix what looks like an off-by-one (fixes 
6943                 attachments from the Bat)
6944
6945 2005-11-08 [wwp]        1.9.100cvs2
6946
6947         * src/main.c
6948                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6949
6950 2005-11-08 [wwp]        1.9.100cvs1
6951
6952         * src/main.c
6953                 allow exiting Sylpheed-Claws from command-line
6954
6955 2005-11-08 [paul]       1.9.100
6956
6957         1.9.100 released
6958
6959 2005-11-07 [colin]      1.9.99cvs17
6960
6961         * src/addritem.c
6962         * src/ldif.c
6963                 Fix import of base-64 encoded items
6964
6965 2005-11-07 [colin]      1.9.99cvs16
6966
6967         * src/send_message.c
6968                 Fix bug #314 (Queue does not empty under certain 
6969                 circumstances)
6970
6971 2005-11-07 [paul]       1.9.99cvs15
6972
6973         * src/mutt.c
6974         * src/pine.c
6975                 fix buffer overflows
6976                 Thanks to Colin
6977
6978 2005-11-07 [paul]       1.9.99cvs14
6979
6980         * doc/man/Makefile.am
6981         * doc/man/sylpheed-claws.1      ** ADDED **
6982         * doc/man/sylpheed.1            ** DELETED **
6983                 rename and update the man file
6984
6985 2005-11-06 [colin]      1.9.99cvs13
6986
6987         * src/ldif.c
6988                 Fix ldif_get_line() that returned empty strings
6989                 (Didn't understand why). Also fix a possible
6990                 buffer overflow.
6991
6992 2005-11-06 [wwp]        1.9.99cvs12
6993
6994         * src/textview.c
6995         * src/gtk/about.c
6996         * src/gtk/gtkutils.c
6997         * src/gtk/gtkutils.h
6998                 fix a compilation warning,
6999                 make links sensitive in the about dialog
7000
7001 2005-11-04 [wwp]        1.9.99cvs11
7002
7003         * src/gtk/about.c
7004                 don't wrap or translate URIs, and a bit text format cleanup
7005
7006 2005-11-04 [wwp]        1.9.99cvs10
7007
7008         * src/gtk/about.c
7009                 better textview tagging implementation (no more use of marks for
7010                 postponed tagging)
7011
7012 2005-11-02 [colin]      1.9.99cvs9
7013
7014         * src/common/ssl.c
7015                 Forgot an ifdef
7016
7017 2005-11-02 [colin]      1.9.99cvs8
7018
7019         * configure.ac
7020                 Require libetpan-0.40 due to upstream fix
7021         * src/common/ssl.c
7022                 Tell libetpan not to call SSL_Library_Init,
7023                 as we do it ourselves.
7024
7025 2005-11-02 [colin]      1.9.99cvs7
7026
7027         * po/POTFILES.in
7028                 Add missing files (thanks to Fabien Vantard)
7029
7030 2005-11-02 [colin]      1.9.99cvs6
7031
7032         * src/summaryview.c
7033                 Fix totals when read messages are hidden or quicksearch
7034                 is on
7035         * src/ssl_manager.c
7036         * src/ssl_manager.h
7037         * src/common/ssl_certificate.c
7038         * src/common/ssl_certificate.h
7039         * src/gtk/sslcertwindow.c
7040         * src/gtk/sslcertwindow.h
7041                 Fix copyright on my stuff
7042
7043 2005-11-02 [wwp]        1.9.99cvs5
7044
7045         * src/prefs_themes.c
7046                 fix directory name checking (theme installation/removal),
7047                 made related error a bit more verbose
7048
7049 2005-11-02 [colin]      1.9.99cvs4
7050
7051         * src/summaryview.c
7052                 Fix typo (probably fixes bug #841 (Sort by the From 
7053                 field doesn't work)
7054
7055 2005-11-02 [paul]       1.9.99cvs3
7056
7057         * po/ko.po
7058         * po/nb.po
7059                 updated by SungHyun Nam, Geir Helland
7060         * src/wizard.c
7061                 fix typo in welcome message. spotted by
7062                 Andrea Spadaccini
7063
7064 2005-11-01 [colin]      1.9.99cvs2
7065
7066         * src/compose.c
7067                 Fix replying to ml wen confirming subscription
7068         * src/messageview.c
7069         * src/mimeview.c
7070         * src/mimeview.h
7071         * src/privacy.h
7072         * src/summaryview.c
7073                 Make key check non blocking
7074
7075 2005-10-31 [paul]       1.9.99cvs1
7076
7077         * tools/claws.i18n.status.pl
7078                 updated for ChangeLog
7079
7080 2005-10-31 [paul]       1.9.99
7081
7082         1.9.99 released
7083
7084 2005-10-31 [paul]       1.9.15cvs131
7085
7086         * .cvsignore
7087         * ChangeLog
7088         * ChangeLog.claws       ** REMOVED **
7089         * ChangeLog-gtk2.claws  ** REMOVED **
7090         * ChangeLog.gtk1        ** ADDED **
7091         * INSTALL
7092         * Makefile.am
7093         * NEWS
7094         * README
7095         * README.claws          ** REMOVED **
7096         * README.jp             ** REMOVED **
7097         * RELEASE_NOTES         ** ADDED **
7098         * RELEASE_NOTES.claws   ** REMOVED **
7099         * commitHelper
7100         * configure.ac
7101         * sylpheed.spec.in      ** REMOVED **
7102                 tidy up and update the default docs:
7103                 ChangeLog.claws is renamed ChangeLog.gtk1
7104                 ChangeLog-gtk2.claws is renamed ChangeLog
7105                 README.claws is renamed README
7106                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7107
7108 2005-10-31 [paul]       1.9.15cvs130
7109
7110         * po/it.po
7111                 fix errors
7112
7113 2005-10-31 [paul]       1.9.15cvs129
7114
7115         * po/ca.po
7116         * po/de.po
7117         * po/en_GB.po
7118         * po/fr.po
7119         * po/it.po
7120         * po/pt_BR.po
7121         * po/sk.po
7122         * po/sr.po
7123         * po/zh_CN.po
7124                 updated by Miquel Oliete, Stephan Sachse and
7125                 Thomas Gilgin, me, Fabien Vantard, Andrea
7126                 Spadaccini, Frederico Goncalves Guimaraes,
7127                 Andrej Kacian, Aleksandar Urosevic, and
7128                 Ralgh Young.
7129
7130 2005-10-31 [mones]      1.9.15cvs128
7131
7132         * manual/faq.xml
7133                 More questions.
7134         
7135         * po/es.po
7136                 Updated for release.
7137
7138 2005-10-30 [colin]      1.9.15cvs127
7139
7140         * src/compose.c
7141                 Place cursor before rewrapping (fixes cursor
7142                 pos if quotation gets rewrapped)
7143
7144 2005-10-29 [paul]       1.9.15cvs126
7145
7146         * src/crash.c
7147         * src/foldersel.c
7148         * src/main.c
7149         * src/messageview.c
7150         * src/toolbar.c
7151         * src/gtk/authors.h
7152                 corrections to text items
7153
7154 2005-10-28 [colin]      1.9.15cvs125
7155
7156         * src/messageview.c
7157                 Make "hit 'C' to check sig" work from extern 
7158                 messageviews
7159
7160 2005-10-27 [colin]      1.9.15cvs124
7161
7162         * src/summaryview.c
7163                 Add a hack to avoid segfaulting when hammering 
7164                 on gtk's events
7165
7166 2005-10-27 [wwp]        1.9.15cvs123
7167
7168         * src/prefs_themes.c
7169                 sort list of themes names in themes prefs
7170
7171 2005-10-27 [paul]       1.9.15cvs122
7172
7173         * src/folder.c
7174         * src/prefs_account.c
7175                 fix building on Solaris
7176                 Patch by Alex Moore
7177
7178 2005-10-27 [wwp]        1.9.15cvs121
7179
7180         * src/summaryview.c
7181         * src/gtk/gtksctree.c
7182                 speed up unselecting messages in summary view (thanks to Colin)
7183
7184 2005-10-27 [paul]       1.9.15cvs120
7185
7186         * src/mainwindow.c
7187                 fix a compilation warning
7188         * src/summaryview.c
7189                 fix updating of 'n items selected' count
7190                 when deselecting
7191
7192 2005-10-27 [martin]     1.9.15cvs119
7193
7194         * src/action.c
7195                 ignore actions with a leading '/' in the action menu name
7196                 fixes a crash on menu creation
7197         * src/prefs_actions.c
7198                 do not allow a leading '/' in the action menu name
7199
7200 2005-10-27 [paul]       1.9.15cvs118
7201
7202         * src/main.c
7203                 fix compilation warning
7204
7205 2005-10-27 [paul]       1.9.15cvs117
7206
7207         * src/procmime.c
7208                 add #if HAVE_LOCALE_H
7209
7210 2005-10-27 [paul]       1.9.15cvs116
7211
7212         * src/plugins/clamav/clamav_plugin.c
7213         * src/plugins/dillo_viewer/dillo_viewer.c
7214         * src/plugins/mathml_viewer/mathml_viewer.c
7215         * src/plugins/pgpcore/plugin.c
7216         * src/plugins/pgpinline/plugin.c
7217         * src/plugins/pgpmime/plugin.c
7218         * src/plugins/spamassassin/spamassassin.c
7219         * src/plugins/trayicon/trayicon.c
7220                 plugin_init() : make error messages more
7221                 informative
7222
7223 2005-10-26 [wwp]        1.9.15cvs115
7224
7225         * src/prefs_matcher.c
7226                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7227
7228 2005-10-26 [wwp]        1.9.15cvs114
7229
7230         * src/procmime.c
7231         * src/gtk/gtksctree.c
7232         * src/plugins/spamassassin/libspamc.c
7233         * src/plugins/spamassassin/spamassassin.c
7234                 fix some compilation warnings more
7235
7236 2005-10-26 [mones]      1.9.15cvs113
7237
7238         * po/es.po
7239                 Updated translation
7240
7241 2005-10-26 [paul]       1.9.15cvs112
7242
7243         * src/prefs_message.c
7244                 give all display_xface stuff the
7245                 #if HAVE_LIBCOMPFACE treatment, thus
7246                 preventing a crash
7247                 (Thanks to Wolfgang Enderlein)
7248
7249 2005-10-26 [colin]      1.9.15cvs111
7250
7251         * src/gedit-print.c
7252                 Fix date format
7253         * src/imap_gtk.c
7254         * src/news_gtk.c
7255                 Remove context menu items that should not be there
7256         * src/jpilot.c
7257                 Fix encoding
7258         * src/main.c
7259         * src/mainwindow.c
7260                 Don't show the mainwindow too soon
7261
7262 2005-10-26 [wwp]        1.9.15cvs110
7263
7264         * src/folder.c
7265         * src/manual.c
7266         * src/summaryview.c
7267                 fix uninitialized pointers in the folder updating hook
7268                 (thanks to Colin)
7269
7270 2005-10-25 [mones]      1.9.15cvs109
7271
7272         * manual/faq.xml
7273                 General information subsection completed. 
7274                 Removed archaic references.
7275                 
7276         * manual/Makefile
7277         * manual/dtd/manual.dsl
7278                 Added customization stylesheet for getting paragraphs
7279                 fully justified in PDF output (as suggested by Colin).
7280
7281 2005-10-25 [colin]      1.9.15cvs108
7282
7283         * src/compose.c
7284                 Fix a second leak
7285
7286 2005-10-25 [colin]      1.9.15cvs107
7287
7288         * src/addrbook.c
7289         * src/addrindex.c
7290                 Fix leak (xml_get_element() allocates memory)
7291         * src/compose.c
7292                 Fix leak + dead code (shame!)
7293         * src/procmime.c
7294                 Fix leak
7295
7296 2005-10-25 [colin]      1.9.15cvs106
7297
7298         * src/mimeview.c
7299                 Fix encoding issue in Save all and in 
7300                 overwrite-confirmation alertpanel
7301
7302 2005-10-25 [colin]      1.9.15cvs105
7303
7304         * src/common/socket.c
7305                 Fix a leak - Thanks to Christopher Aillon
7306                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7307
7308 2005-10-25 [paul]       1.9.15cvs104
7309
7310         * src/wizard.c
7311                 Always guess servers from the right-hand
7312                 email part and guess username from the
7313                 left-hand part. (Thanks to Colin)
7314                 add an X-Face to the welcome message
7315
7316 2005-10-25 [paul]       1.9.15cvs103
7317
7318         * manual/handling.xml
7319                 written by Colin, edited by me
7320
7321 2005-10-25 [wwp]        1.9.15cvs102
7322
7323         * src/folderview.c
7324         * src/grouplistdialog.c
7325         * src/imap.c
7326         * src/noticeview.c
7327                 fix some compilation warnings
7328
7329 2005-10-24 [paul]
7330
7331         1.9.99-rc3 released
7332
7333 2005-10-24 [paul]       1.9.15cvs101
7334
7335         * src/gtk/about.c
7336                 fix window sizing
7337
7338 2005-10-24 [paul]       1.9.15cvs100
7339
7340         * src/pixmaps/offline.xpm
7341         * src/pixmaps/online.xpm
7342                 replace with last default versions
7343
7344 2005-10-24 [colin]      1.9.15cvs99
7345
7346         * src/imap.c
7347                 Fix bug when moving a folder
7348         * src/imap_gtk.c
7349         * src/mh_gtk.c
7350                 "Delete folder" pops up a window, so it 
7351                 should be suffixed with "..."
7352         * src/plugins/pgpcore/sgpgme.c
7353                 Include locale.h
7354
7355 2005-10-24 [mones]      1.9.15cvs98
7356
7357         * manual/Makefile
7358         * manual/account.xml
7359         * manual/ack.xml
7360         * manual/addrbook.xml
7361         * manual/advanced.xml
7362         * manual/faq.xml
7363         * manual/glossary.xml
7364         * manual/gpl.xml
7365         * manual/handling.xml
7366         * manual/intro.xml
7367         * manual/keyboard.xml
7368         * manual/manual.xml
7369         * manual/plugins.xml
7370         * manual/starting.xml
7371         * manual/dtd/sdocbook.dtd
7372                 Initial manual structure and some content.
7373
7374 2005-10-23 [wwp]        1.9.15cvs97
7375
7376         * src/gtk/about.c
7377                 fix a typo
7378
7379 2005-10-23 [wwp]        1.9.15cvs96
7380
7381         * src/gtk/about.c
7382         * src/gtk/authors.h
7383                 rework of the about window (main work by Paul), also featuring a few
7384                 fixes for typos and duplicate names
7385
7386 2005-10-23 [wwp]        1.9.15cvs95
7387
7388         * src/.cvsignore
7389                 Ignore the right binary name (sylpheed-claws now)
7390
7391 2005-10-23 [paul]       1.9.15cvs94
7392
7393         * src/compose.c
7394                 when using Folder Pref 'Default To for
7395                 replies' make the entry in the Compose
7396                 window bold
7397                 Patch by Fabien Vantard
7398
7399 2005-10-22 [colin]      1.9.15cvs93
7400
7401         * src/codeconv.c
7402                 Fix leak
7403
7404 2005-10-22 [colin]      1.9.15cvs92
7405
7406         * src/codeconv.c
7407                 try to convert using locale (apart utf8) if necessary
7408
7409 2005-10-22 [colin]      1.9.15cvs91
7410
7411         * src/pixmaps/new.xpm
7412         * src/pixmaps/unread.xpm
7413                 Make the unread envelope blue again and
7414                 saturate the new one a bit more.
7415
7416 2005-10-22 [colin]      1.9.15cvs90
7417
7418         * src/compose.c
7419                 When replying to a mail sent by one of our accounts,
7420                 use the original list of recipients. Let 'Reply All'
7421                 and 'Reply to sender' work like previously.
7422
7423 2005-10-21 [colin]      1.9.15cvs89
7424
7425         * src/prefs_filtering.c
7426                 Clear fields after add and replace
7427         * src/textview.c
7428                 Display xface differently (better)
7429         * src/plugins/pgpinline/pgpinline.c
7430                 Fix crappy encodings/recodings
7431
7432 2005-10-21 [paul]       1.9.15cvs88
7433
7434         * src/compose.c
7435         * src/prefs_folder_item.c
7436         * src/toolbar.c
7437                 fix news folder Folder Properties
7438                 (thanks to Colin)
7439         * src/folderview.c
7440                 update folderview after Themes change
7441                 keep selected folder selected
7442                 (thanks to Colin)
7443
7444 2005-10-21 [paul]       1.9.15cvs87
7445
7446         * tools/Makefile.am
7447         * tools/OOo2sylpheed.pl
7448         * tools/README
7449         * tools/README.sylprint
7450         * tools/asus_mailled.sh         ** REMOVED **
7451         * tools/filter_conv.pl
7452         * tools/freshmeat_search.pl
7453         * tools/google_search.pl
7454         * tools/gpg-sign-syl            ** REMOVED **
7455         * tools/kmail2sylpheed.pl
7456         * tools/kmail2sylpheed_v2.pl
7457         * tools/multiwebsearch.pl
7458         * tools/nautilus2sylpheed.sh
7459         * tools/newscache_clean.pl
7460         * tools/outlook2sylpheed.pl
7461         * tools/sylpheed-switcher       ** REMOVED **
7462         * tools/sylprint.pl
7463         * tools/sylprint.rc
7464         * tools/tb2sylpheed
7465         * tools/vcard2xml.py
7466         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7467                 update default config dir
7468                 update binary name (thanks to Fabien Vantard)
7469                 remove obsolete scripts
7470
7471 2005-10-21 [colin]      1.9.15cvs86
7472
7473         * src/inc.c
7474                 Fix possible leak and units. Based on a patch by
7475                 Fabien Vantard.
7476
7477 2005-10-20 [colin]      1.9.15cvs85
7478
7479         * src/textview.c
7480                 Clear xface when clearing textview
7481
7482 2005-10-20 [colin]      1.9.15cvs84
7483
7484         * configure.ac
7485         * src/folderview.c
7486         * src/headerview.c
7487         * src/main.c
7488         * src/prefs_common.c
7489         * src/prefs_common.h
7490         * src/prefs_message.c
7491         * src/textview.c
7492         * src/textview.h
7493         * src/common/defs.h
7494         * src/common/utils.c
7495         * src/common/utils.h
7496         * src/gtk/gtkutils.c
7497         * src/gtk/gtkutils.h
7498                 Migrate config to .sylpheed-claws (Automatically)
7499                 Add a way to get the Xface in the TextView
7500
7501 2005-10-20 [colin]      1.9.15cvs83
7502
7503         * src/gtk/Makefile.am
7504         * src/gtk/about.c
7505         * src/gtk/authors.h
7506                 Make the about dialog *grooovy*
7507
7508 2005-10-20 [colin]      1.9.15cvs82
7509
7510         * src/mimeview.c
7511                 Use "Open with" on double click if no command
7512                 was found
7513
7514 2005-10-20 [colin]      1.9.15cvs81
7515
7516         * src/imap.c
7517         * src/etpan/imap-thread.c
7518                 Fix possible crash.
7519
7520 2005-10-20 [paul]       1.9.15cvs80
7521
7522         * src/folder.c
7523                 don't show clipkey icon if the only
7524                 attachment is the signature
7525                 Patch by Colin
7526
7527 2005-10-20 [paul]       1.9.15cvs79
7528
7529         * AUTHORS
7530         * src/plugins/pgpmime/pgpmime.c
7531                 name the PGP/MIME signature 'signature.asc'
7532                 Patch by Andrew Nelson <freeandy@gmail.com>
7533
7534 2005-10-19 [colin]      1.9.15cvs78
7535
7536         * src/plugins/pgpmime/pgpmime.c
7537                 Oops, no need to double-check though
7538
7539 2005-10-19 [colin]      1.9.15cvs77
7540
7541         * src/plugins/pgpinline/pgpinline.c
7542         * src/plugins/pgpmime/pgpmime.c
7543                 Check that my_tmpfile() doesn't 
7544                 return NULL
7545
7546 2005-10-19 [colin]      1.9.15cvs76
7547
7548         * src/common/utils.c
7549                 Use shorter mime boundaries to avoid having
7550                 MTAs rewrapping our headers, breaking the
7551                 PGP signature in the process 
7552         * src/compose.c
7553         * src/plugins/pgpmime/pgpmime.c
7554                 Check for boundary uniqueness to be sure
7555                 it won't happen, instead of hoping for the
7556                 best
7557
7558 2005-10-19 [colin]      1.9.15cvs75
7559
7560         * sylpheed-claws.desktop
7561         * src/Makefile.am
7562         * src/main.c
7563                 Ship a sylpheed-claws binary instead
7564                 of a sylpheed one. Change the socket
7565                 name, too
7566         * src/folderview.c
7567                 Update folder only if it changed
7568         * src/wizard.c
7569                 Fix i18n in welcome mail, patch by
7570                 Fabien Vantard
7571
7572 2005-10-19 [paul]
7573
7574         1.9.99-rc2 released
7575
7576 2005-10-19 [paul]       1.9.15cvs74
7577
7578         * src/folder.c
7579         * src/folderview.c
7580                 fix summaryview update
7581                 Patch by Colin
7582
7583 2005-10-18 [colin]      1.9.15cvs73
7584
7585         * src/plugins/pgpcore/passphrase.c
7586                 Don't XGrabServer, and try a bit more to 
7587                 sync everything before grabbing mouse/keyboard
7588
7589 2005-10-18 [colin]      1.9.15cvs72
7590
7591         * src/Makefile.am
7592         * src/addressadd.c
7593         * src/addressbook.c
7594         * src/folderview.c
7595         * src/grouplistdialog.c
7596         * src/mimeview.c
7597         * src/stock_pixmap.c
7598         * src/stock_pixmap.h
7599         * src/summaryview.c
7600         * src/gtk/gtksctree.c
7601         * src/gtk/gtksctree.h
7602         * src/pixmaps/empty.xpm
7603                 Implement a wrapper call for gtk_ctree_set_node_info
7604                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7605                 pixmap instead of a NULL one. This works around some
7606                 memory problems deep inside gtk, revealed by valgrind,
7607                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7608                 as locked crashes sylpheed.), as well as, probably, 
7609                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7610
7611 2005-10-17 [colin]      1.9.15cvs71
7612
7613         * src/mimeview.c
7614                 Provide visual feedback when checking
7615                 signature
7616
7617 2005-10-17 [colin]      1.9.15cvs70
7618
7619         * src/main.c
7620                 Keep the folder list frozen while checking caches...
7621
7622 2005-10-17 [colin]      1.9.15cvs69
7623
7624         * src/addr_compl.c
7625                 Fi bug #833 (Autocompleting from addressbook 
7626                 fails with extended chars)
7627         * src/imap.c
7628                 Fix 'adding messages' staying in statusbar
7629                 after an error
7630
7631 2005-10-17 [wwp]        1.9.15cvs68
7632
7633         * src/ssl_manager.c
7634                 Fix buttons' layout resizing when window size changes
7635
7636 2005-10-17 [wwp]        1.9.15cvs67
7637
7638         * src/account.c
7639         * src/prefs_account.c
7640         * src/prefs_common.c
7641         * src/prefs_common.h
7642         * src/prefs_folder_item.c
7643         * src/prefs_gtk.c
7644         * src/gtk/logwindow.c
7645         * src/gtk/pluginwindow.c
7646         * src/gtk/prefswindow.c
7647         * src/gtk/prefswindow.h
7648                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7649
7650 2005-10-17 [paul]       1.9.15cvs66
7651
7652         * configure.ac
7653                 fix missing libetpan message
7654         * po/en_GB.po
7655                 updated
7656         * src/crash.c
7657         * src/manual.c
7658         * src/prefs_themes.c
7659         * src/common/defs.h
7660                 add some new URI defines, change some
7661                 others
7662         * src/wizard.c
7663                 make welcome message translatable
7664                 small improvements to english
7665                 other tweaks
7666         * src/gtk/menu.c
7667                 fix warnings
7668
7669 2005-10-17 [paul]       1.9.15cvs65
7670
7671         * src/summaryview.c
7672                 fix column titles
7673
7674 2005-10-16 [mones]      1.9.15cvs64
7675
7676         * po/es.po
7677                 Updated translation
7678
7679 2005-10-16 [colin]
7680
7681         1.9.99-rc1 released
7682
7683 2005-10-16 [colin]      1.9.15cvs63
7684
7685         * src/wizard.c
7686                 Fix whitespace
7687
7688 2005-10-16 [colin]      1.9.15cvs62
7689
7690         * src/toolbar.c
7691                 s/Get All/Get Mail/
7692         * src/wizard.c
7693                 Real welcome mail text, thanks Paul
7694
7695 2005-10-16 [colin]      1.9.15cvs61
7696
7697         * src/editldap.c
7698         * src/exporthtml.c
7699         * src/main.c
7700         * src/mainwindow.c
7701         * src/prefs_themes.c
7702         * src/prefs_toolbar.c
7703         * src/plugins/demo/demo.c
7704         * src/plugins/trayicon/trayicon.c
7705                 s/Sylpheed/Sylpheed-Claws/
7706
7707 2005-10-16 [colin]      1.9.15cvs60
7708
7709         * src/wizard.c
7710                 Add a welcome email in the first empty mailbox
7711         * src/prefs_common.c
7712                 Change one more default
7713
7714 2005-10-16 [colin]      1.9.15cvs59
7715
7716         * src/wizard.c
7717                 Remove printf
7718
7719 2005-10-16 [colin]      1.9.15cvs58
7720
7721         * src/toolbar.c
7722         * src/prefs_common.c
7723                 Change some defaults
7724
7725 2005-10-16 [colin]      1.9.15cvs57
7726
7727         * src/toolbar.c
7728         * src/prefs_common.c
7729                 Change some defaults
7730
7731 2005-10-16 [colin]      1.9.15cvs56
7732
7733         * src/wizard.c
7734                 By default, initialize fonts to have
7735                 the same size as normal GtkWidgets
7736
7737 2005-10-16 [colin]      1.9.15cvs55
7738
7739         * src/mimeview.c
7740                 Fix message a bit more
7741
7742 2005-10-16 [colin]      1.9.15cvs54
7743
7744         * src/addressbook.c
7745                 Second attempt at flicker fixing
7746
7747 2005-10-16 [colin]      1.9.15cvs53
7748
7749         * src/addressbook.c
7750                 Fix flicker
7751
7752 2005-10-16 [wwp]        1.9.15cvs52
7753
7754         * src/addressbook.c
7755         * src/editaddress.c
7756         * src/prefs_common.c
7757         * src/prefs_common.h
7758                 Remember window sizes (address book)
7759
7760 2005-10-16 [wwp]        1.9.15cvs51
7761
7762         * src/plugins/clamav/clamav_plugin_gtk.c
7763         * src/plugins/spamassassin/spamassassin_gtk.c
7764                 Fix compilation warnings (missing #include).
7765
7766 2005-10-16 [colin]      1.9.15cvs50
7767
7768         * src/mimeview.c
7769         * src/summaryview.c
7770         * src/textview.c
7771                 Make 'c' check signature, and forward
7772                 c, l, y, t from summaryview to mimeview
7773
7774 2005-10-16 [colin]      1.9.15cvs49
7775
7776         * src/addressbook.c
7777                 Put border around buttons
7778         * src/mainwindow.c
7779         * src/summaryview.c
7780                 Rework menus (Patch based on a patch
7781                 by Paul)
7782
7783 2005-10-15 [wwp]        1.9.15cvs48
7784
7785         * src/editjpilot.c
7786         * src/editldap.c
7787         * src/editvcard.c
7788         * src/exphtmldlg.c
7789         * src/expldifdlg.c
7790         * src/export.c
7791         * src/import.c
7792         * src/importldif.c
7793         * src/importmutt.c
7794         * src/importpine.c
7795         * src/prefs_account.c
7796         * src/prefs_spelling.c
7797         * src/gtk/gtkutils.c
7798         * src/gtk/gtkutils.h
7799         * src/plugins/clamav/clamav_plugin_gtk.c
7800         * src/plugins/spamassassin/spamassassin_gtk.c
7801                 use nicer browse-for-file/dir buttons than the "..." ones,
7802                 code factorizing more.
7803
7804 2005-10-14 [colin]      1.9.15cvs47
7805
7806         * src/mainwindow.c
7807                 set relief on the account switcher so that people see it
7808                 grey out Create processing rules when no message is selected
7809         * src/prefs_filtering.c
7810                 ask before closing if the rule has not been modified, even if
7811                 it's not valid
7812         * src/prefs_matcher.c
7813                 fix sensitivity when entering the dialog
7814         * src/gtk/inputdialog.c
7815                 display a better icon on password ask
7816         * src/plugins/pgpcore/passphrase.c
7817                 make the dialog look better
7818
7819 2005-10-14 [paul]       1.9.15cvs46
7820
7821         * src/folderview.c
7822                 indicate presense of marked msgs in
7823                 unexpanded subfolders
7824
7825 2005-10-14 [paul]       1.9.15cvs45
7826
7827         * src/prefs_actions.c
7828         * src/prefs_common.c
7829         * src/prefs_common.h
7830         * src/prefs_filtering_action.c
7831         * src/prefs_matcher.c
7832         * src/prefs_template.c
7833                 remember window sizes
7834                 fix Info button size
7835
7836         Patches by wwp
7837
7838 2005-10-13 [colin]      1.9.15cvs44
7839
7840         * src/mimeview.c
7841         * src/noticeview.c
7842         * src/noticeview.h
7843                 Add a tooltip on the icon (optional) 
7844                 Get rid of the signature buttons and only
7845                 use the icon+tooltip
7846
7847 2005-10-13 [colin]      1.9.15cvs43
7848
7849         * src/noticeview.c
7850         * src/noticeview.h
7851                 Add hand cursor for hovering over icon
7852
7853 2005-10-13 [colin]      1.9.15cvs42
7854
7855         * src/summaryview.c
7856                 Fix crash when quicksearch's hidden 
7857                 at startup
7858
7859 2005-10-13 [colin]      1.9.15cvs41
7860
7861         * src/compose.c
7862                 Set subject when forwarding multiple mails
7863                 Check that other recipient than the default Cc or Bcc
7864                 have been set before sending.
7865
7866 2005-10-13 [colin]      1.9.15cvs40
7867
7868         * src/imap.c
7869                 Batch per-folder
7870                 Introduce locking, but don't use it yet
7871
7872 2005-10-13 [colin]      1.9.15cvs39
7873
7874         * src/gtk/quicksearch.c
7875                 Reset quicksearch when hiding it
7876                 Make sticky a real pref
7877
7878 2005-10-13 [colin]      1.9.15cvs38
7879
7880         * src/summaryview.c
7881                 Faster prefs apply
7882
7883 2005-10-13 [colin]      1.9.15cvs37
7884
7885         * src/mimeview.c
7886         * src/noticeview.c
7887         * src/noticeview.h
7888         * src/plugins/pgpcore/sgpgme.c
7889                 Make privacy icon clickable
7890                 Move Trust field in Full info
7891                 When trust is less than full, don't display
7892                 a warning icon
7893
7894 2005-10-13 [colin]      1.9.15cvs36
7895
7896         * src/folder.c
7897                 Batch on flags sync
7898         * src/folderview.c
7899                 Revert speed hack which is dangerous in fact
7900                 Apply prefs faster
7901
7902 2005-10-13 [colin]      1.9.15cvs35
7903
7904         * src/folder_item_prefs.c
7905                 Fix pref corruption on folder move. Patch
7906                 by wwp
7907
7908 2005-10-13 [paul]       1.9.15cvs34
7909
7910         * src/export.c
7911         * src/import.c
7912                 fix typos in g_warnings
7913         * src/prefs_account.c
7914                 add a file selector for Signature file
7915
7916         Patches by wwp
7917
7918 2005-10-12 [colin]      1.9.15cvs33
7919
7920         * src/mimeview.c
7921                 Provide a quick way to go back from a
7922                 signature's full info to the email part
7923
7924 2005-10-12 [colin]      1.9.15cvs32
7925
7926         * src/compose.c
7927                 Remove old hack of encoding signed mails with base64.
7928                 QP works equally well.
7929
7930 2005-10-12 [colin]      1.9.15cvs31
7931
7932         * src/crash.c
7933                 Replace deprecated GtkText with GtkTextView
7934         * src/imap.c
7935                 Fix a logic bug about counts in imap_select
7936                 (previously un-triggered)
7937         * src/mainwindow.c
7938         * src/summaryview.c
7939         * src/news.c
7940                 Allow local deletion of news posts
7941         * src/mimeview.c
7942                 Show GPG noticeview on the message/rfc822 part
7943                 in addition to the text/plain one
7944         * src/prefs_image_viewer.c
7945           src/plugins/pgpcore/prefs_gpg.c
7946                 Polish (set the label as part of the checkbox)
7947         * src/wizard.c
7948                 Don't sit there doing nothing after destroying
7949                 the window - return err
7950
7951 2005-10-11 [colin]      1.9.15cvs30
7952
7953         * src/folderview.c
7954                 Apply processing rules before showing folders.
7955                 Early folder show (before flags sync) will only
7956                 be done when there are no processing rules (nor
7957                 pre- or post- ones)
7958         * src/imap.c
7959                 Fix stuff related to mail subdir, creation and 
7960                 deletion of folders 
7961         * src/imap_gtk.c
7962                 Don't allow creation of folders in NoInferior
7963                 folders, as it won't work
7964
7965 2005-10-10 [colin]      1.9.15cvs29
7966
7967         * src/compose.c
7968                 Reselect "None" Privacy system when selecting an
7969                 account with no privacy system defined
7970
7971 2005-10-10 [colin]      1.9.15cvs28
7972
7973         * src/mainwindow.c
7974                 Add Windows-1252 encoding
7975         * src/prefs_common.c
7976                 Rework some defaults:
7977                 - autosave to draft by default
7978                 - don't show header pane (it's already in the textview)
7979                 - Select first new or unread mail on entry
7980                 - Assume 'Yes' to change folder when there's no more
7981                   unread message
7982         * src/prefs_matcher.c
7983                 Fix a gtk assertion failure
7984         * src/gtk/colorlabel.c
7985                 Workaround bad repainting on selection
7986         * src/main.c
7987                 Freeze/thaw (a bit faster on ssh -X)
7988         * src/msgcache.c
7989                 Get rid of StrdupConverter that just adds an
7990                 extra strdup/free 
7991         * src/etpan/imap_thread.c
7992                 memset buf to 0
7993
7994 2005-10-10 [colin]      1.9.15cvs27
7995
7996         * src/export.c
7997         * src/import.c
7998                 Fix compile on gtk 2.4. Patch by wwp
7999
8000 2005-10-09 [colin]      1.9.15cvs26
8001
8002         * src/mainwindow.c
8003         * src/messageview.c
8004         * src/summaryview.c
8005                 Clarify forward menus. Patch by wwp
8006
8007 2005-10-09 [colin]      1.9.15cvs25
8008
8009         * src/compose.c
8010         * src/compose.h
8011                 Fix bug #829 (Non-working "Encrypt message by 
8012                 default when replying to an encrypted message")
8013
8014 2005-10-08 [colin]      1.9.15cvs24
8015
8016         * src/wizard.c
8017                 Fix bug #827 ("Welcome" setup wizard after a 
8018                 permission error gives up & forgets itself.)
8019
8020 2005-10-08 [colin]      1.9.15cvs23
8021
8022         * src/procmime.c
8023                 Fix bug #828 (Ignoring headers with spaces around = sign)
8024
8025 2005-10-08 [colin]      1.9.15cvs22
8026
8027         * src/export.c
8028                 Warning fix by wwp
8029
8030 2005-10-08 [colin]      1.9.15cvs21
8031
8032         * src/folder.c
8033         * src/folder.h
8034                 Add a processing_pending indicator, set on 
8035                 folder_item_open and cleared after 
8036                 folder_item_process_open
8037         * src/folderview.c
8038         * src/summaryview.c
8039                 wrap procmsg_msginfo_*_flags, and in the
8040                 wrapper check that there's no folder processing 
8041                 pending. If there is, defer the flags change until 
8042                 processing is done to avoid stepping over each
8043                 other's toes.
8044                 Freeze during processing, but not during scanning.
8045
8046 2005-10-07 [colin]      1.9.15cvs20
8047
8048         * src/plugins/pgpcore/passphrase.c
8049                 Fix bug #826 (X-Server hangs when 
8050                 right-clicking a PGP encrypted message)
8051
8052 2005-10-07 [paul]       1.9.15cvs19
8053
8054         * src/compose.c
8055                 fix compose_entries[]
8056                 patch by Fabien Vantard
8057
8058 2005-10-06 [colin]      1.9.15cvs18
8059
8060         * src/pixmaps/address.xpm
8061         * src/pixmaps/address_book.xpm
8062         * src/pixmaps/book.xpm
8063         * src/pixmaps/check_spelling.xpm
8064         * src/pixmaps/checkbox_off.xpm
8065         * src/pixmaps/checkbox_on.xpm
8066         * src/pixmaps/close.xpm
8067         * src/pixmaps/complete.xpm
8068         * src/pixmaps/continue.xpm
8069         * src/pixmaps/deleted.xpm
8070         * src/pixmaps/down_arrow.xpm
8071         * src/pixmaps/exec.xpm
8072         * src/pixmaps/forwarded.xpm
8073         * src/pixmaps/group.xpm
8074         * src/pixmaps/ignorethread.xpm
8075         * src/pixmaps/interface.xpm
8076         * src/pixmaps/jpilot.xpm
8077         * src/pixmaps/ldap.xpm
8078         * src/pixmaps/linewrap.xpm
8079         * src/pixmaps/linewrapcurrent.xpm
8080         * src/pixmaps/mail.xpm
8081         * src/pixmaps/mail_attach.xpm
8082         * src/pixmaps/mail_compose.xpm
8083         * src/pixmaps/mail_forward.xpm
8084         * src/pixmaps/mail_receive.xpm
8085         * src/pixmaps/mail_receive_all.xpm
8086         * src/pixmaps/mail_reply.xpm
8087         * src/pixmaps/mail_reply_to_all.xpm
8088         * src/pixmaps/mail_reply_to_author.xpm
8089         * src/pixmaps/mail_send.xpm
8090         * src/pixmaps/mail_send_queue.xpm
8091         * src/pixmaps/mime_application.xpm
8092         * src/pixmaps/mime_audio.xpm
8093         * src/pixmaps/mime_image.xpm
8094         * src/pixmaps/mime_message.xpm
8095         * src/pixmaps/mime_text_enriched.xpm
8096         * src/pixmaps/mime_text_html.xpm
8097         * src/pixmaps/mime_text_plain.xpm
8098         * src/pixmaps/mime_unknown.xpm
8099         * src/pixmaps/new.xpm
8100         * src/pixmaps/news_compose.xpm
8101         * src/pixmaps/offline.xpm
8102         * src/pixmaps/online.xpm
8103         * src/pixmaps/paste.xpm
8104         * src/pixmaps/preferences.xpm
8105         * src/pixmaps/privacy_emblem_encrypted.xpm
8106         * src/pixmaps/privacy_expired.xpm
8107         * src/pixmaps/privacy_failed.xpm
8108         * src/pixmaps/privacy_passed.xpm
8109         * src/pixmaps/privacy_signed.xpm
8110         * src/pixmaps/privacy_unknown.xpm
8111         * src/pixmaps/privacy_warn.xpm
8112         * src/pixmaps/properties.xpm
8113         * src/pixmaps/replied.xpm
8114         * src/pixmaps/search.xpm
8115         * src/pixmaps/unread.xpm
8116         * src/pixmaps/up_arrow.xpm
8117         * src/pixmaps/vcard.xpm
8118                 Modernize internal theme, with icons from the 
8119                 Gnomaws theme. Keep some of the old ones where
8120                 they were better.
8121
8122 2005-10-06 [colin]      1.9.15cvs17
8123
8124         * src/summaryview.c
8125                 Little optimisations + bugfix
8126         * src/toolbar.c
8127                 Remove default useless items - useless being defined
8128                 by the default relevant prefs
8129         * src/wizard.c
8130                 include config.h to make gettext work
8131         * src/prefs_themes.c
8132                 Fix selection of current theme in prefs
8133
8134 2005-10-06 [colin]      1.9.15cvs16
8135
8136         * src/prefs_common.c
8137         * src/prefs_common.h
8138         * src/prefs_summaries.c
8139         * src/folderview.c
8140                 Add a warning dialog on Mark all read 
8141                 (with pref to get rid of it)
8142
8143 2005-10-06 [paul]       1.9.15cvs15
8144
8145         * po/nb.po
8146         * po/pt_BR.po
8147                 updated by Geir Helland and Frederico
8148                 Goncalves Guimaraes
8149
8150 2005-10-05 [colin]      1.9.15cvs14
8151
8152         * src/folder.c
8153         * src/folder.h
8154         * src/folderview.c
8155         * src/folderview.h
8156         * src/imap_gtk.c
8157         * src/mh_gtk.c
8158         * src/mainwindow.c
8159         * src/setup.c
8160                 add a way to rescan without rebuilding
8161                 make moving a bit faster (less folders changes)
8162                 don't lock the tree on Get 
8163         * src/imap.c
8164                 Don't re-delete deleted messages before expunging
8165         * src/summaryview.c
8166                 Set batch mode when deleting mails
8167
8168 2005-10-05 [paul]       1.9.15cvs13
8169
8170         * src/mainwindow.c
8171         * src/mainwindow.h
8172                 fix disabled Execute menu item
8173         * src/toolbar.c
8174                 match the change in 1.9.15cvs10: use Compose
8175                 instead of News by default
8176
8177 2005-10-04 [colin]      1.9.15cvs12
8178
8179         * src/compose.c
8180                 When replying to an ML post with Reply-To set
8181                 to the poster's email, honor it (as before),
8182                 but also honor our user's request to reply to
8183                 the mailing list: set the ML address in the To
8184                 field and the Reply-To address in the Cc: 
8185                 field.
8186
8187 2005-10-04 [colin]      1.9.15cvs11
8188
8189         * src/plugins/trayicon/trayicon.c
8190                 Finish cosmetic change - thanks to wwp
8191
8192 2005-10-04 [colin]      1.9.15cvs10
8193
8194         * src/toolbar.c
8195                 Use Compose instead of Email by default.
8196                 Spotted by wwp.
8197
8198 2005-10-04 [colin]      1.9.15cvs9
8199
8200         * src/folder.c
8201         * src/folder.h
8202         * src/folderview.c
8203         * src/imap.c
8204         * src/etpan/imap-thread.c
8205         * src/etpan/imap-thread.h
8206                 Try to make IMAP faster, by simplifying SEARCH
8207                 commands, avoiding sending two STATUS in a row,
8208                 and deferring flags sync and processing just
8209                 after displaying the folder. 
8210                 This will update the SummaryView in certain
8211                 cases (new mails not already fetched, flags
8212                 changed from another client) but in a non-
8213                 blocking manner.
8214
8215 2005-10-04 [colin]      1.9.15cvs8
8216
8217         * src/plugins/trayicon/trayicon.c
8218                 Relabel "Offline" to "Work offline"
8219
8220 2005-10-04 [colin]      1.9.15cvs7
8221
8222         * src/export.c
8223         * src/import.c
8224         * src/mbox.c
8225                 Fix mbox import/export buglets
8226                 Patch by wwp
8227         * src/plugins/trayicon/trayicon.c
8228                 Add offline swithc
8229                 Patch by wwp
8230
8231 2005-10-04 [colin]      1.9.15cvs6
8232
8233         * src/folder.c
8234         * src/folderview.c
8235         * src/summaryview.c
8236                 Better fix (don't break mark all read) for cvs2
8237
8238 2005-10-03 [colin]      1.9.15cvs5
8239
8240         * src/folder.c
8241                 Use a sane sort by default
8242
8243 2005-10-03 [colin]      1.9.15cvs4
8244
8245         * src/inc.c
8246                 Add a 'Only once' button for overriding offline mode
8247         * src/prefs_account.c
8248         * src/wizard.c
8249                 Add Local mbox to the wizard
8250                 Add IMAP subdir to the wizard (or the wizard is useless
8251                 for such accounts, or even worse than useless)
8252                 Move IMAP subdir from Advanced to Receive tab, as it's
8253                 not that uncommon
8254
8255 2005-10-03 [colin]      1.9.15cvs3
8256
8257         * src/send_message.c
8258                 Forgot this one in cvs1
8259
8260 2005-10-03 [colin]      1.9.15cvs2
8261
8262         * src/folder.c
8263                 Faster close when leaving a folder with lots
8264                 of new mails. Idea by David Relson.
8265
8266 2005-10-03 [colin]      1.9.15cvs1
8267
8268         * src/compose.c
8269         * src/imap.c
8270         * src/inc.c
8271         * src/main.c
8272         * src/messageview.c
8273         * src/news.c
8274         * src/summaryview.c
8275         * src/gtk/sslcertwindow.c
8276         * src/plugins/trayicon/trayicon.c
8277                 Add accels to every AlertPanel. Patch by Fabien 
8278                 Vantard
8279
8280 2005-10-03 [paul]       1.9.15
8281
8282         1.9.15 released
8283
8284 2005-10-03 [paul]       1.9.14cvs68
8285
8286         * po/ca.po
8287         * po/de.po
8288         * po/es.po
8289         * po/fi.po
8290         * po/fr.po
8291         * po/sk.po
8292         * po/sr.po
8293         * po/zh_CN.po
8294                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8295                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8296                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8297
8298 2005-10-03 [paul]       1.9.14cvs67
8299
8300         * src/send_message.c
8301                 prevent hang on Cancel
8302                 patch by Colin
8303
8304 2005-10-03 [paul]       1.9.14cvs66
8305
8306         * src/main.c
8307                 fix crash in IMAP caused by discrepancy
8308                 between check_at_startup and offline mode
8309                 Patch by Colin
8310
8311 2005-10-01 [paul]       1.9.14cvs65
8312
8313         * src/inc.c
8314                 fix engrish
8315
8316 2005-10-01 [paul]       1.9.14cvs64
8317         * src/export.c
8318         * src/import.c
8319                 synchronise import_mbox() and export_mbox()
8320         * src/mbox.c
8321                 proc_mbox(): add alert if file cannot be opened
8322                 export_list_to_mbox(): test if dest file exists,
8323                 prompt user to overwrite if it does. add alert
8324                 if file cannot be created
8325                                                                 
8326         Patch by wwp
8327                                                                                                                 
8328
8329 2005-09-30 [paul]       1.9.14cvs63
8330
8331         * src/addressbook.c
8332                 Fix sensitivity of a menu
8333         * src/codeconv.c
8334                 Respect hidden pref for mails with no encoding
8335         * src/common/xml.c
8336                 Fix memory corruption
8337         * src/plugins/pgpcore/sgpgme.c
8338                 Fix segfault on incomplete sigs, and display
8339                 of S/Mime UIDs
8340
8341         Patches by Colin
8342
8343 2005-09-30 [colin]      1.9.14cvs62
8344
8345         * src/partial_download.c
8346                 Little logic fix in almost-dead code
8347         * src/pop.c
8348                 Fix partial download when there's no new mail
8349
8350 2005-09-29 [paul]       1.9.14cvs61
8351
8352         * src/plugins/pgpinline/pgpinline.c
8353                 fix bug 819, 'crash accessing sign message'
8354                 Patch by Colin
8355
8356 2005-09-28 [martin]     1.9.14cvs60
8357
8358         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8359                 fix bug #790 (Crash when restarting window manager (fluxbox))
8360
8361 2005-09-28 [paul]       1.9.14cvs59
8362
8363         * src/gtk/gtkaspell.c
8364                 fix off-by-one typo
8365
8366 2005-09-27 [colin]      1.9.14cvs58
8367
8368         * src/plugins/pgpcore/sgpgme.c
8369                 Report error when there's one, instead of
8370                 "Signature unchecked" 
8371
8372 2005-09-27 [colin]      1.9.14cvs57
8373
8374         * src/prefs_quote.c
8375                 Fix bug #816 (Weird quotation with spaces)
8376
8377 2005-09-27 [colin]      1.9.14cvs56
8378
8379         * src/codeconv.c
8380         * src/compose.c
8381         * src/compose.h
8382                 Put subject in compose's title
8383                 Fix Automatic encoding so that it's really automatic:
8384                 first try default locale's charset, then charset of the replied mail, 
8385                 then utf-8
8386                 Fix encoding of headers (must be in strict mode too)
8387
8388 2005-09-26 [colin]      1.9.14cvs55
8389
8390         * src/gtk/gtkaspell.c
8391                 Fix previous patch - don't color the space,
8392                 just uncolor it :)
8393
8394 2005-09-26 [colin]      1.9.14cvs54
8395
8396         * src/gtk/gtkaspell.c
8397                 Unmark space if possible
8398
8399 2005-09-26 [colin]      1.9.14cvs53
8400
8401         * src/imap.c
8402                 log_error instead of alertpanel according to the pref
8403         * src/etpan/imap-thread.c
8404                 Print connect status, copy only necessary size to 
8405                 logger
8406         * src/plugins/pgpmime/pgpmime.c
8407                 Handle S/Mime signatures (verification only). Patch based
8408                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8409
8410 2005-09-26 [paul]       1.9.14cvs52
8411
8412         * src/common/passcrypt.c
8413                 this 'workaround' not necessary on NetBSD.
8414                 Thanks to Daniel Gustafson
8415
8416 2005-09-26 [paul]
8417
8418         1.9.15-rc4 released
8419
8420 2005-09-26 [paul]       1.9.14cvs51
8421
8422         * src/summaryview.c
8423                 Skip currently selected message when
8424                 looking for next new or unread message
8425                 in current folder. Patch by Colin
8426         * src/common/passcrypt.c
8427                 eliminate warnings on *BSD. Patch by
8428                 Daniel Gustafson
8429
8430 2005-09-26 [colin]      1.9.14cvs50
8431
8432         * src/procmsg.c
8433                 Call postfiltering hook anyway
8434
8435 2005-09-22 [colin]      1.9.14cvs49
8436
8437         * src/codeconv.c
8438         * src/codeconv.h
8439                 Add a strict mode that doesn't replace with _
8440         * src/compose.c
8441         * src/compose.h
8442                 Use strict conversion while sending
8443                 Fix race when drafting while sending (happens
8444                 on IMAP)
8445                 Fix d'n'd of messages from summaryview
8446         * src/prefs_common.c
8447         * src/prefs_common.h
8448                 add hidden utf8_instead_of_locale_for_broken_mail 
8449                 pref for people that preferred the default charset 
8450                 to be utf8 for broken mails
8451         * src/quote_fmt_parse.y
8452                 fix bug #815 (No quote insert if "From:" fied 
8453                 contained Russian letters)
8454         * src/summaryview.c
8455                 Fix d'n'd of messages to compose
8456
8457 2005-09-22 [paul]       1.9.14cvs48
8458
8459         * src/compose.c
8460                 fix bug where attachments Name entry
8461                 would display Path instead
8462
8463 2005-09-21 [paul]       1.9.14cvs47
8464
8465         * README
8466         * README.jp
8467         * configure.ac
8468         * config/config.rpath
8469         * doc/manual/en/sylpheed-20.html
8470         * doc/manual/es/sylpheed-20.html
8471         * po/bg.po
8472         * po/ca.po
8473         * po/de.po
8474         * po/es.po
8475         * po/fr.po
8476         * po/it.po
8477         * po/pt_BR.po
8478         * po/sk.po
8479         * po/zh_TW.po
8480         * src/account.c
8481         * src/account.h
8482         * src/action.c
8483         * src/action.h
8484         * src/adbookbase.h
8485         * src/addr_compl.c
8486         * src/addr_compl.h
8487         * src/addrbook.c
8488         * src/addrbook.h
8489         * src/addrcache.c
8490         * src/addrcache.h
8491         * src/addrcindex.c
8492         * src/addrcindex.h
8493         * src/addrclip.c
8494         * src/addrclip.h
8495         * src/addrdefs.h
8496         * src/addressadd.c
8497         * src/addressadd.h
8498         * src/addressbook.c
8499         * src/addressbook.h
8500         * src/addressitem.h
8501         * src/addrgather.c
8502         * src/addrgather.h
8503         * src/addrharvest.c
8504         * src/addrharvest.h
8505         * src/addrindex.c
8506         * src/addrindex.h
8507         * src/addritem.c
8508         * src/addritem.h
8509         * src/addrquery.c
8510         * src/addrquery.h
8511         * src/addrselect.c
8512         * src/addrselect.h
8513         * src/alertpanel.c
8514         * src/alertpanel.h
8515         * src/browseldap.c
8516         * src/browseldap.h
8517         * src/codeconv.c
8518         * src/codeconv.h
8519         * src/compose.c
8520         * src/compose.h
8521         * src/crash.c
8522         * src/crash.h
8523         * src/customheader.c
8524         * src/customheader.h
8525         * src/displayheader.c
8526         * src/displayheader.h
8527         * src/editaddress.c
8528         * src/editaddress.h
8529         * src/editbook.c
8530         * src/editbook.h
8531         * src/editgroup.c
8532         * src/editgroup.h
8533         * src/editjpilot.c
8534         * src/editjpilot.h
8535         * src/editldap.c
8536         * src/editldap.h
8537         * src/editldap_basedn.c
8538         * src/editldap_basedn.h
8539         * src/editvcard.c
8540         * src/editvcard.h
8541         * src/enriched.c
8542         * src/enriched.h
8543         * src/exphtmldlg.c
8544         * src/exphtmldlg.h
8545         * src/expldifdlg.c
8546         * src/expldifdlg.h
8547         * src/export.c
8548         * src/export.h
8549         * src/exporthtml.c
8550         * src/exporthtml.h
8551         * src/exportldif.c
8552         * src/exportldif.h
8553         * src/filtering.c
8554         * src/filtering.h
8555         * src/folder.c
8556         * src/folder.h
8557         * src/folder_item_prefs.c
8558         * src/folder_item_prefs.h
8559         * src/foldersel.c
8560         * src/foldersel.h
8561         * src/folderutils.c
8562         * src/folderutils.h
8563         * src/folderview.c
8564         * src/folderview.h
8565         * src/grouplistdialog.c
8566         * src/grouplistdialog.h
8567         * src/headerview.c
8568         * src/headerview.h
8569         * src/html.c
8570         * src/html.h
8571         * src/image_viewer.c
8572         * src/image_viewer.h
8573         * src/imap.c
8574         * src/imap.h
8575         * src/imap_gtk.c
8576         * src/imap_gtk.h
8577         * src/import.c
8578         * src/import.h
8579         * src/importldif.c
8580         * src/importldif.h
8581         * src/importmutt.c
8582         * src/importmutt.h
8583         * src/importpine.c
8584         * src/importpine.h
8585         * src/inc.c
8586         * src/inc.h
8587         * src/jpilot.c
8588         * src/jpilot.h
8589         * src/ldapctrl.c
8590         * src/ldapctrl.h
8591         * src/ldaplocate.c
8592         * src/ldaplocate.h
8593         * src/ldapquery.c
8594         * src/ldapquery.h
8595         * src/ldapserver.c
8596         * src/ldapserver.h
8597         * src/ldaputil.c
8598         * src/ldaputil.h
8599         * src/ldif.c
8600         * src/ldif.h
8601         * src/localfolder.c
8602         * src/localfolder.h
8603         * src/main.c
8604         * src/main.h
8605         * src/mainwindow.c
8606         * src/mainwindow.h
8607         * src/manual.c
8608         * src/manual.h
8609         * src/matcher.c
8610         * src/matcher.h
8611         * src/matcher_parser.h
8612         * src/matcher_parser_lex.l
8613         * src/matcher_parser_parse.y
8614         * src/mbox.c
8615         * src/mbox.h
8616         * src/message_search.c
8617         * src/message_search.h
8618         * src/messageview.c
8619         * src/messageview.h
8620         * src/mh.c
8621         * src/mh.h
8622         * src/mh_gtk.c
8623         * src/mh_gtk.h
8624         * src/mimeview.c
8625         * src/mimeview.h
8626         * src/msgcache.c
8627         * src/msgcache.h
8628         * src/mutt.c
8629         * src/mutt.h
8630         * src/news.c
8631         * src/news.h
8632         * src/news_gtk.c
8633         * src/news_gtk.h
8634         * src/noticeview.c
8635         * src/noticeview.h
8636         * src/partial_download.c
8637         * src/partial_download.h
8638         * src/pine.c
8639         * src/pine.h
8640         * src/pop.c
8641         * src/pop.h
8642         * src/prefs_account.c
8643         * src/prefs_account.h
8644         * src/prefs_actions.c
8645         * src/prefs_actions.h
8646         * src/prefs_common.c
8647         * src/prefs_common.h
8648         * src/prefs_compose_writing.c
8649         * src/prefs_compose_writing.h
8650         * src/prefs_customheader.c
8651         * src/prefs_customheader.h
8652         * src/prefs_display_header.c
8653         * src/prefs_display_header.h
8654         * src/prefs_ext_prog.c
8655         * src/prefs_ext_prog.h
8656         * src/prefs_filtering.c
8657         * src/prefs_filtering.h
8658         * src/prefs_filtering_action.c
8659         * src/prefs_filtering_action.h
8660         * src/prefs_folder_column.c
8661         * src/prefs_folder_column.h
8662         * src/prefs_folder_item.c
8663         * src/prefs_folder_item.h
8664         * src/prefs_fonts.c
8665         * src/prefs_fonts.h
8666         * src/prefs_gtk.c
8667         * src/prefs_gtk.h
8668         * src/prefs_image_viewer.c
8669         * src/prefs_image_viewer.h
8670         * src/prefs_matcher.c
8671         * src/prefs_matcher.h
8672         * src/prefs_message.c
8673         * src/prefs_message.h
8674         * src/prefs_msg_colors.c
8675         * src/prefs_msg_colors.h
8676         * src/prefs_other.c
8677         * src/prefs_other.h
8678         * src/prefs_quote.c
8679         * src/prefs_quote.h
8680         * src/prefs_receive.c
8681         * src/prefs_receive.h
8682         * src/prefs_send.c
8683         * src/prefs_send.h
8684         * src/prefs_spelling.c
8685         * src/prefs_spelling.h
8686         * src/prefs_summaries.c
8687         * src/prefs_summaries.h
8688         * src/prefs_summary_column.c
8689         * src/prefs_summary_column.h
8690         * src/prefs_template.c
8691         * src/prefs_template.h
8692         * src/prefs_themes.c
8693         * src/prefs_themes.h
8694         * src/prefs_toolbar.c
8695         * src/prefs_toolbar.h
8696         * src/prefs_wrapping.c
8697         * src/prefs_wrapping.h
8698         * src/privacy.c
8699         * src/privacy.h
8700         * src/procheader.c
8701         * src/procheader.h
8702         * src/procmime.c
8703         * src/procmime.h
8704         * src/procmsg.c
8705         * src/procmsg.h
8706         * src/quote_fmt.c
8707         * src/quote_fmt_parse.y
8708         * src/recv.c
8709         * src/recv.h
8710         * src/remotefolder.c
8711         * src/remotefolder.h
8712         * src/send_message.c
8713         * src/send_message.h
8714         * src/setup.c
8715         * src/setup.h
8716         * src/simple-gettext.c
8717         * src/sourcewindow.c
8718         * src/sourcewindow.h
8719         * src/ssl_manager.c
8720         * src/ssl_manager.h
8721         * src/statusbar.c
8722         * src/statusbar.h
8723         * src/stock_pixmap.c
8724         * src/stock_pixmap.h
8725         * src/summary_search.c
8726         * src/summary_search.h
8727         * src/summaryview.c
8728         * src/summaryview.h
8729         * src/syldap.c
8730         * src/syldap.h
8731         * src/textview.c
8732         * src/textview.h
8733         * src/toolbar.c
8734         * src/toolbar.h
8735         * src/undo.c
8736         * src/undo.h
8737         * src/unmime.c
8738         * src/unmime.h
8739         * src/vcard.c
8740         * src/vcard.h
8741         * src/wizard.c
8742         * src/wizard.h
8743         * src/common/base64.c
8744         * src/common/base64.h
8745         * src/common/defs.h
8746         * src/common/hooks.c
8747         * src/common/hooks.h
8748         * src/common/log.c
8749         * src/common/log.h
8750         * src/common/md5.c
8751         * src/common/md5.h
8752         * src/common/mgutils.c
8753         * src/common/mgutils.h
8754         * src/common/nntp.c
8755         * src/common/nntp.h
8756         * src/common/passcrypt.c
8757         * src/common/passcrypt.h.in
8758         * src/common/plugin.c
8759         * src/common/plugin.h
8760         * src/common/prefs.c
8761         * src/common/prefs.h
8762         * src/common/progressindicator.c
8763         * src/common/progressindicator.h
8764         * src/common/quoted-printable.c
8765         * src/common/quoted-printable.h
8766         * src/common/session.c
8767         * src/common/session.h
8768         * src/common/smtp.c
8769         * src/common/smtp.h
8770         * src/common/socket.c
8771         * src/common/socket.h
8772         * src/common/ssl.c
8773         * src/common/ssl.h
8774         * src/common/ssl_certificate.c
8775         * src/common/ssl_certificate.h
8776         * src/common/string_match.c
8777         * src/common/string_match.h
8778         * src/common/stringtable.c
8779         * src/common/sylpheed.c
8780         * src/common/sylpheed.h
8781         * src/common/template.c
8782         * src/common/template.h
8783         * src/common/timing.h
8784         * src/common/utils.c
8785         * src/common/utils.h
8786         * src/common/uuencode.c
8787         * src/common/uuencode.h
8788         * src/common/version.h.in
8789         * src/common/xml.c
8790         * src/common/xml.h
8791         * src/common/xmlprops.c
8792         * src/common/xmlprops.h
8793         * src/gtk/about.c
8794         * src/gtk/about.h
8795         * src/gtk/colorlabel.c
8796         * src/gtk/colorlabel.h
8797         * src/gtk/colorsel.c
8798         * src/gtk/colorsel.h
8799         * src/gtk/description_window.c
8800         * src/gtk/description_window.h
8801         * src/gtk/filesel.c
8802         * src/gtk/filesel.h
8803         * src/gtk/foldersort.c
8804         * src/gtk/foldersort.h
8805         * src/gtk/gtkutils.c
8806         * src/gtk/gtkutils.h
8807         * src/gtk/inputdialog.c
8808         * src/gtk/inputdialog.h
8809         * src/gtk/logwindow.c
8810         * src/gtk/logwindow.h
8811         * src/gtk/manage_window.c
8812         * src/gtk/manage_window.h
8813         * src/gtk/menu.c
8814         * src/gtk/menu.h
8815         * src/gtk/pluginwindow.c
8816         * src/gtk/pluginwindow.h
8817         * src/gtk/prefswindow.c
8818         * src/gtk/prefswindow.h
8819         * src/gtk/progressdialog.c
8820         * src/gtk/progressdialog.h
8821         * src/gtk/quicksearch.c
8822         * src/gtk/quicksearch.h
8823         * src/gtk/sslcertwindow.c
8824         * src/gtk/sslcertwindow.h
8825         * src/plugins/clamav/clamav_plugin.c
8826         * src/plugins/clamav/clamav_plugin.h
8827         * src/plugins/clamav/clamav_plugin_gtk.c
8828         * src/plugins/demo/demo.c
8829         * src/plugins/dillo_viewer/dillo_prefs.c
8830         * src/plugins/dillo_viewer/dillo_prefs.h
8831         * src/plugins/dillo_viewer/dillo_viewer.c
8832         * src/plugins/mathml_viewer/mathml_viewer.c
8833         * src/plugins/pgpcore/passphrase.c
8834         * src/plugins/pgpcore/passphrase.h
8835         * src/plugins/pgpcore/plugin.c
8836         * src/plugins/pgpcore/prefs_gpg.c
8837         * src/plugins/pgpcore/prefs_gpg.h
8838         * src/plugins/pgpcore/select-keys.c
8839         * src/plugins/pgpcore/select-keys.h
8840         * src/plugins/pgpcore/sgpgme.c
8841         * src/plugins/pgpcore/sgpgme.h
8842         * src/plugins/pgpinline/pgpinline.c
8843         * src/plugins/pgpinline/pgpinline.h
8844         * src/plugins/pgpinline/plugin.c
8845         * src/plugins/pgpmime/pgpmime.c
8846         * src/plugins/pgpmime/pgpmime.h
8847         * src/plugins/pgpmime/plugin.c
8848         * src/plugins/spamassassin/spamassassin.c
8849         * src/plugins/spamassassin/spamassassin.h
8850         * src/plugins/spamassassin/spamassassin_gtk.c
8851         * src/plugins/trayicon/trayicon.c
8852         * tools/OOo2sylpheed.pl
8853         * tools/acroread2sylpheed.pl
8854         * tools/asus_mailled.sh
8855         * tools/filter_conv.pl
8856         * tools/freshmeat_search.pl
8857         * tools/google_search.pl
8858         * tools/kmail2sylpheed.pl
8859         * tools/kmail2sylpheed_v2.pl
8860         * tools/maildir2sylpheed.pl
8861         * tools/multiwebsearch.pl
8862         * tools/newscache_clean.pl
8863         * tools/outlook2sylpheed.pl
8864         * tools/sylpheed-switcher
8865         * tools/update-po
8866         * tools/vcard2xml.py
8867         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8868                 update FSF address
8869
8870 2005-09-21 [colin]      1.9.14cvs46
8871
8872         * src/gedit-print.c
8873         * src/procmsg.c
8874         * src/procmsg.h
8875         * src/textview.c
8876         * src/summaryview.c
8877                 Remove some printing hacks (deselection/reselection),
8878                 which by the way fix printing the currently 
8879                 displayed mime part (still only text)
8880                 Plus a little optimisation of summary_show
8881
8882
8883 2005-09-20 [colin]      1.9.14cvs45
8884
8885         * src/mainwindow.c
8886         * src/messageview.c
8887                 GUI fixups: add accels, set message
8888                 view title to displayed mail's subject
8889         * src/prefs_spelling.c
8890         * src/gtk/gtkaspell.c
8891                 GUI fixups: allow underlining misspelled
8892                 words instead of coloring them (a11y!)
8893
8894 2005-09-19 [colin]
8895
8896         1.9.15rc3 released
8897
8898 2005-09-19 [colin]      1.9.14cvs44
8899
8900         * src/compose.c
8901                 Fix draft message
8902         * src/gtk/gtkaspell.c
8903                 Fix wrong test ;-)
8904
8905 2005-09-19 [colin]      1.9.14cvs43
8906
8907         * src/addressbook.c
8908                 Fix sensitivity of Delete button
8909         * src/compose.c
8910                 Warn if the requested Privacy system
8911                 is not available
8912         * src/exphtmldlg.c
8913         * src/expldifdlg.c
8914         * src/importldif.c
8915         * src/importmutt.c
8916         * src/importpine.c
8917                 Fix crappy UI
8918         * src/
8919         * src/ssl.h
8920         * src/prefs_account.h
8921         * src/prefs_account.c
8922                 Save SSL prefs even in builds that have
8923                 SSL support disable
8924         * src/imap.c
8925         * src/inc.c
8926         * src/news.c
8927         * src/send_message.c
8928                 Warn if connection should be secure, but
8929                 SSL support isn't compiled in
8930         * src/gtkaspell.c
8931                 Fix word separation on UTF-8 systems
8932                 Fixes bug #812 (Strange inline spellchecking)
8933         * src/compose.c
8934                 Warn if the requested Privacy system
8935                 is not available
8936                 Factorize offline warning
8937         * src/imap.c
8938         * src/imap_gtk.c
8939         * src/imap_gtk.h
8940         * src/inc.h
8941         * src/news_gtk.c
8942         * src/news_gtk.h
8943         * src/messageview.c
8944                 Factorize offline warning
8945
8946 2005-09-19 [paul]
8947
8948         1.9.15-rc2 released
8949
8950 2005-09-18 [colin]      1.9.14cvs42
8951
8952         * src/codeconv.c
8953         * src/codeconv.h
8954         * src/procmime.c
8955                 Add a way to get locale's charset ignoring utf-8,
8956                 and use that as default encoding for broken mails
8957
8958 2005-09-18 [colin]      1.9.14cvs41
8959
8960         * src/gtk/logwindow.c
8961                 Translate string. Patch by Fabien Vantard
8962
8963 2005-09-18 [colin]      1.9.14cvs40
8964
8965         * configure.ac
8966                 Fix bug #803 (IMAP/SSL support breaks with 
8967                 GnuTLS libetpan 0.38)
8968
8969 2005-09-18 [colin]      1.9.14cvs39
8970
8971         * src/codeconv.c
8972         * src/compose.c
8973         * src/procmime.c
8974                 More charsets fixes. Fixes bug #806 (non
8975                 ascii characters in subject line)
8976
8977 2005-09-17 [paul]       1.9.14cvs38
8978
8979         * src/folderview.c
8980         * src/mainwindow.c
8981                 fix gcc-2.95 issues
8982                 Patch by Pawel Pekala
8983
8984 2005-09-17 [colin]      1.9.14cvs37
8985
8986         * src/addrindex.c
8987                 bugfix for NO-USE LDAP compilation, patch 
8988                 by Fabien Vantard
8989
8990 2005-09-17 [colin]      1.9.14cvs36
8991
8992         * src/prefs_actions.c
8993         * src/prefs_customheader.c
8994         * src/prefs_display_header.c
8995         * src/prefs_filtering_action.c
8996         * src/prefs_matcher.c
8997         * src/prefs_toolbar.c
8998                 Fix strange casts (less elegant but
8999                 works better)
9000
9001 2005-09-16 [colin]      1.9.14cvs35
9002
9003         * src/jpilot.c
9004                 Missed that one
9005
9006 2005-09-16 [colin]      1.9.14cvs34
9007
9008         * configure.ac
9009         * src/Makefile.am
9010         * src/addr_compl.c
9011         * src/addrindex.c
9012         * src/browseldap.c
9013         * src/editldap.c
9014         * src/ldaplocate.c
9015         * src/ldapquery.c
9016         * src/ldapquery.h
9017         * src/ldapserver.c
9018         * src/ldapserver.h
9019         * src/main.c
9020         * src/matcher_parser_parse.y
9021         * src/prefs_themes.c
9022         * src/etpan/Makefile.am
9023         * src/gtk/description_window.c
9024         * src/plugins/clamav/Makefile.am
9025         * src/plugins/clamav/clamav_plugin.c
9026         * src/plugins/dillo_viewer/Makefile.am
9027         * src/plugins/pgpcore/Makefile.am
9028         * src/plugins/pgpinline/Makefile.am
9029         * src/plugins/pgpmime/Makefile.am
9030         * src/plugins/trayicon/Makefile.am
9031                 Fix 100% cpu usage in address completion list
9032                 Fix little bugs (return with no values etc)
9033                 Fix all warnings (with common CFLAGS)
9034
9035 2005-09-15 [colin]      1.9.14cvs33
9036
9037         * src/addressbook.c
9038                 Fix bug where sometimes a group's email list is empty,
9039                 force its refresh (probably fixes "Re: how to create a 
9040                 distribution list")
9041         * src/ldapquery.c
9042                 Don't return to the callback in the main thread from the
9043                 fetch thread (or face segs!)
9044
9045 2005-09-15 [paul]       1.9.14cvs32
9046
9047         * src/prefs_matcher.c
9048                 forgotten in last commit
9049
9050 2005-09-15 [paul]       1.9.14cvs31
9051
9052         * src/prefs_actions.c
9053         * src/prefs_filtering_action.c
9054         * src/prefs_quote.c
9055         * src/quote_fmt.c
9056         * src/summaryview.c
9057         * src/gtk/description_window.c
9058         * src/gtk/description_window.h
9059         * src/gtk/quicksearch.c
9060                 allow interaction with the called
9061                 description window
9062                 Patch by Anders Hammar
9063
9064 2005-09-14 [paul]       1.9.14cvs30
9065
9066         * src/compose.c
9067                 fix a little annoyance when pasting with 3rd button 
9068                 with wrap_pastes=0 and wrap_input=1
9069                 Patch by Colin
9070
9071 2005-09-14 [paul]       1.9.14cvs29
9072
9073         * src/prefs_account.c
9074                 disable 'Filter messages on receiving' for
9075                 SMTP-only accounts
9076                 Patch  by Anders Hammar
9077
9078 2005-09-14 [paul]       1.9.14cvs28
9079
9080         * po/sk.po
9081                 fix crash
9082                 updated by Andrej Kacian
9083
9084 2005-09-14 [paul]
9085
9086         1.9.15-rc1 released
9087
9088 2005-09-14 [paul]       1.9.14cvs27
9089
9090         * po/es.po
9091                 updated by Ricardo Mones Lastra
9092         * src/compose.c
9093         * src/compose.h
9094                 associate no_wrap_tags to Compose windows
9095                 instead of using a static one
9096                 Patch by Colin
9097         * src/mbox.c
9098                 fix proc_mbox()
9099                 Patch by wwp
9100         * src/textview.c
9101                 remove unneeded printf()
9102
9103 2005-09-14 [paul]       1.9.14cvs26
9104
9105         * src/addrcache.c
9106         * src/codeconv.h
9107         * src/folder.h
9108         * src/mainwindow.h
9109         * src/mh.c
9110         * src/mimeview.h
9111         * src/partial_download.c
9112         * src/pop.c
9113         * src/prefs_account.c
9114         * src/prefs_account.h
9115         * src/prefs_actions.c
9116         * src/prefs_customheader.c
9117         * src/prefs_display_header.c
9118         * src/prefs_filtering_action.c
9119         * src/prefs_matcher.c
9120         * src/prefs_toolbar.c
9121         * src/privacy.h
9122         * src/procmime.c
9123         * src/procmime.h
9124         * src/procmsg.h
9125         * src/textview.c
9126         * src/undo.h
9127         * src/common/plugin.c
9128         * src/common/session.h
9129         * src/common/socket.c
9130         * src/common/socket.h
9131         * src/common/template.c
9132         * src/gtk/gtkaspell.c
9133         * src/gtk/quicksearch.h
9134         * src/plugins/pgpcore/passphrase.c
9135         * src/plugins/pgpcore/prefs_gpg.h
9136         * src/plugins/pgpcore/select-keys.c
9137         * src/plugins/pgpcore/select-keys.h
9138         * src/plugins/pgpcore/sgpgme.c
9139         * src/plugins/pgpinline/pgpinline.c
9140         * src/plugins/pgpmime/pgpmime.c
9141         * src/plugins/trayicon/trayicon.c
9142                 fix compilation warnings
9143                 Patch by Daniel Gustafson
9144
9145 2005-09-14 [paul]       1.9.14cvs25
9146
9147         * src/addressbook.c
9148                 add missing column header, and other small
9149                 bug fixes
9150                 Patch by Anders Hammar
9151
9152 2005-09-13 [colin]      1.9.14cvs24
9153
9154         * src/gtk/gtkaspell.c
9155                 Fix non-utf8 in menu
9156                 Fix little leaks
9157                 Nullify struct members after free()s
9158
9159 2005-09-13 [colin]      1.9.14cvs23
9160
9161         * src/compose.c
9162                 Test utf8 compliance before inserting to 
9163                 buffer, and try to convert if necessary
9164         * src/procmime.c
9165                 If no charset is present, use the locale 
9166                 one instead of us-ascii
9167         * src/procmsg.c
9168                 Add Sender, List-Post and To in the checked 
9169                 headers for automatic rules creation 
9170                 (thanks to wwp)
9171         * src/prefs_themes.c
9172         * src/gtk/gtkaspell.c
9173                 Remove deprecated functions. 
9174                 patch by Daniel Gustafson
9175
9176 2005-09-12 [colin]      1.9.14cvs22
9177
9178         * src/compose.c
9179                 Fix bug #448 (Scrolling/Redraw issue with 
9180                 address-fields in Header)
9181         * src/mainwindow.c
9182         * src/summaryview.c
9183         * src/summaryview.h
9184                 Fix loss of MSG_MARKED on move/copy
9185                 Fix bug #804 (Quicksearch togglebutton doesn't 
9186                 get depressed after '/' key is pressed)
9187
9188 2005-09-12 [paul]       1.9.14cvs21
9189
9190         * AUTHORS
9191         * src/gtk/logwindow.c
9192                 add 'Clear Log' to popup menu
9193                 Patch by Anders Hammar <anders.hammar@telia.com>
9194
9195 2005-09-12 [paul]       1.9.14cvs20
9196
9197         * src/compose.c
9198                 set correct sensitivity on attachments
9199                 popup menu
9200         * src/folder.c
9201                 fix typo
9202         * src/prefs_spelling.c
9203                 fix crash when no LANG env is set
9204         * src/common/xml.c
9205                 fix crash in wizard
9206                 don't use memeory after free
9207
9208         All patches by Daniel Gustafson
9209
9210 2005-09-12 [paul]       1.9.14cvs19
9211
9212         * src/prefs_themes.c
9213                 make theme info selectable
9214         * src/gtk/description_window.c
9215                 make window non-modal
9216         * tools/README
9217                 add details of asus_mailed.sh
9218         * tools/claws.i18n.status.pl
9219                 update for new zh_TW translator
9220                 widen the output
9221                 create alternate coloured lines
9222                 improve readability
9223
9224 2005-09-10 [colin]      1.9.14cvs18
9225
9226         * src/plugins/pgpcore/select-keys.c
9227                 Better order for the buttons
9228
9229 2005-09-10 [colin]      1.9.14cvs17
9230
9231         * src/compose.c
9232         * src/plugins/pgpcore/select-keys.c
9233         * src/plugins/pgpcore/select-keys.h
9234         * src/plugins/pgpcore/sgpgme.c
9235                 Add a "Don't encrypt" button to the key
9236                 selection dialog. Fixes bug #177 (There should be a 
9237                 'Don't encrypt button in the Select Keys dialog)
9238
9239 2005-09-10 [colin]      1.9.14cvs16
9240
9241         * src/compose.c
9242                 Fix bug #572 (%X option does not work with templates)
9243
9244 2005-09-10 [colin]      1.9.14cvs15
9245
9246         * src/toolbar.c 
9247                 Remove g_print
9248
9249 2005-09-10 [colin]      1.9.14cvs14
9250
9251         * src/imap.c
9252                 Fix a possible crash
9253
9254 2005-09-09 [colin]      1.9.14cvs13
9255
9256         * src/imap.c
9257         * src/etpan/imap-thread.c
9258         * src/etpan/imap-thread.h
9259                 Fix moving from queue or drafts to normal folders
9260                 Fix bug #794 (No way to delete without expunging)
9261                 Take flags unset by other mailers into account
9262                 Take deleted flag set by other mailers into account
9263                 Fix unsetting REPLIED flag
9264                 Fix crash when capabilities can't be retrieved
9265         * src/mainwindow.c
9266         * src/mainwindow.h
9267                 Add M_DELAYED_FLAGS condition, and let the user use
9268                 Execute in order to be able to expunge deleted mails,
9269                 even if he's not in delayed execute mode
9270         * src/prefs_spelling.c
9271                 Use 'en' dictionary by default if LANG is POSIX or C
9272         * src/gtk/prefswindow.c
9273                 Fix bug #767 (Preferences windows expanding) by making
9274                 the window a bit larger when the resolution is greater
9275                 than 640x480, and by putting the prefs in a
9276                 GtkScrolledWindow.
9277
9278 2005-09-09 [paul]       1.9.14cvs12
9279
9280         * AUTHORS
9281         * configure.ac
9282         * po/zh_TW.Big5.po      ** REMOVED **
9283         * po/zh_TW.po           ** ADDED **
9284                 updated by Wei-Lun Chao
9285
9286 2005-09-09 [paul]       1.9.14cvs11
9287
9288         * src/mainwindow.c
9289                 fix asserts
9290         * src/common/xml.c
9291                 delay memory allocation until file is
9292                 opened successfully
9293                 Patch by Daniel Gustafson
9294
9295 2005-09-09 [colin]      1.9.14cvs10
9296
9297         * src/imap.c
9298                 Add guards
9299
9300 2005-09-08 [colin]      1.9.14cvs9
9301
9302         * src/compose.c
9303                 Alert when we can't save draft
9304                 Fix various wrap/color issues
9305                 Add mid-click pasting respecting wrap_paste option
9306         * src/folder.c
9307         * src/folder.h
9308         * src/folder_item_prefs.c
9309         * src/folder_item_prefs.h
9310         * src/imap.c
9311         * src/imap_gtk.c
9312         * src/imap_gtk.h
9313         * src/main.c
9314         * src/mainwindow.c
9315         * src/mainwindow.h
9316         * src/news.c
9317         * src/news_gtk.c
9318         * src/news_gtk.h
9319         * src/prefs_folder_item.c
9320                 Fix the impossibility to synchronise folders for
9321                 offline use (IMAP and NNTP are concerned)
9322
9323 2005-09-08 [colin]      1.9.14cvs8
9324
9325         * configure.ac
9326                 Build LDAP and JPilot by default if available
9327         * src/textview.c
9328                 Fix use after free
9329
9330 2005-09-08 [paul]       1.9.14cvs7
9331
9332         * doc/manual/en/sylpheed-1.html
9333         * doc/manual/en/sylpheed-18.html
9334         * doc/manual/en/sylpheed-19.html
9335         * doc/manual/en/sylpheed-4.html
9336         * doc/manual/en/sylpheed-6.html
9337         * doc/manual/en/sylpheed.html
9338                 a few minor updates, plus include some
9339                 details about plugins and their requirements
9340         * src/mainwindow.c
9341                 minor changes to English in /View/Sort
9342
9343 2005-09-07 [colin]      1.9.14cvs6
9344
9345         * doc/manual/en/sylpheed-1.html
9346         * doc/manual/en/sylpheed-10.html
9347         * doc/manual/en/sylpheed-11.html
9348         * doc/manual/en/sylpheed-12.html
9349         * doc/manual/en/sylpheed-13.html
9350         * doc/manual/en/sylpheed-14.html
9351         * doc/manual/en/sylpheed-15.html
9352         * doc/manual/en/sylpheed-16.html
9353         * doc/manual/en/sylpheed-17.html
9354         * doc/manual/en/sylpheed-18.html
9355         * doc/manual/en/sylpheed-19.html
9356         * doc/manual/en/sylpheed-2.html
9357         * doc/manual/en/sylpheed-20.html
9358         * doc/manual/en/sylpheed-21.html
9359         * doc/manual/en/sylpheed-22.html
9360         * doc/manual/en/sylpheed-3.html
9361         * doc/manual/en/sylpheed-4.html
9362         * doc/manual/en/sylpheed-5.html
9363         * doc/manual/en/sylpheed-6.html
9364         * doc/manual/en/sylpheed-7.html
9365         * doc/manual/en/sylpheed-8.html
9366         * doc/manual/en/sylpheed-9.html
9367         * doc/manual/en/sylpheed.html
9368                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9369
9370 2005-09-07 [colin]      1.9.14cvs5
9371
9372         * src/mainwindow.c
9373                 Make labels more to-the-point
9374
9375 2005-09-07 [colin]      1.9.14cvs4
9376
9377         * doc/manual/en/sylpheed-1.html
9378         * doc/manual/en/sylpheed-12.html
9379         * doc/manual/en/sylpheed-13.html
9380         * doc/manual/en/sylpheed-14.html
9381         * doc/manual/en/sylpheed-15.html
9382         * doc/manual/en/sylpheed-16.html
9383         * doc/manual/en/sylpheed-17.html
9384         * doc/manual/en/sylpheed-18.html
9385         * doc/manual/en/sylpheed-19.html
9386         * doc/manual/en/sylpheed-2.html
9387         * doc/manual/en/sylpheed-20.html
9388         * doc/manual/en/sylpheed-21.html
9389         * doc/manual/en/sylpheed-22.html
9390         * doc/manual/en/sylpheed-4.html
9391         * doc/manual/en/sylpheed-5.html
9392         * doc/manual/en/sylpheed-6.html
9393         * doc/manual/en/sylpheed-7.html
9394         * doc/manual/en/sylpheed-8.html
9395         * doc/manual/en/sylpheed-9.html
9396         * doc/manual/en/sylpheed.html
9397                 Update manual
9398
9399 2005-09-07 [colin]      1.9.14cvs3
9400
9401         * doc/faq/en/sylpheed-faq-1.html
9402         * doc/faq/en/sylpheed-faq-2.html
9403         * doc/faq/en/sylpheed-faq-3.html
9404         * doc/faq/en/sylpheed-faq.html
9405                 Update FAQ
9406
9407 2005-09-07 [colin]      1.9.14cvs2
9408
9409         * src/folderview.c
9410         * src/procmsg.c
9411         * src/summaryview.c
9412         * src/toolbar.c
9413                 Fix special subfolders:
9414                 - Inherit parent's icon
9415                 - sent contents of queues subfolders
9416                 - empty subfolders of trashes
9417         * src/mainwindow.c
9418                 Remove outdated manual and faq entries
9419         * src/common/utils.c
9420                 Add quotes around %s coming from mailcap
9421
9422 2005-09-07 [colin]      1.9.14cvs1
9423
9424         * src/compose.c
9425                 After saving draft, set modified to FALSE
9426         * src/mimeview.c
9427         * src/common/utils.c
9428         * src/common/utils.h
9429                 Try to open mime parts using what is 
9430                 indicated in ~/.mailcap or /etc/mailcap,
9431                 if possible.
9432
9433 2005-09-05 [paul]       1.9.14
9434
9435         1.9.14 released
9436
9437         * po/sk.po
9438                 updated by Andrej Kacian
9439
9440 2005-09-05 [paul]       1.9.13cvs83
9441
9442         * po/de.po
9443         * po/es.po
9444         * po/fi.po
9445         * po/fr.po
9446         * po/nb.po
9447         * po/pt_BR.po
9448         * po/sr.po
9449                 updated translations by Thomas Gilgin, Ricardo Mones
9450                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9451                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9452
9453 2005-09-04 [paul]       1.9.13cvs82
9454
9455         * src/compose.c
9456                 only warn about exceeded line length limit
9457                 on send
9458
9459 2005-09-04 [paul]       1.9.13cvs81
9460
9461         * src/compose.c
9462                 fix crash in 'line length exceeded' dialogue
9463
9464 2005-09-02 [paul]       1.9.13cvs80
9465
9466         * src/imap.c
9467                 fix bug 795, 'Connection lost IMAP'
9468                 and add statusbar prints
9469                 Patch by Colin
9470
9471 2005-09-02 [paul]       1.9.13cvs79
9472
9473         * src/compose.c
9474                 compose_wrap_paragraph() becomes
9475                 compose_beautify_paragraph()
9476                 Patch by Colin
9477
9478 2005-09-02 [colin]      1.9.13cvs78
9479
9480         * src/folderview.c
9481                 Micro-fix
9482
9483 2005-09-01 [colin]      1.9.13cvs77
9484
9485         * src/imap.c
9486                 Maybe fix bug #795 (Connection lost IMAP)
9487                 Don't try to send logout when we're disconnected.
9488         * src/summaryview.c
9489                 Include locked and marked emails in HRM
9490                 view. Fixes bug #800 (Locked messages no longer 
9491                 show up when hide read messages is used)
9492
9493 2005-09-01 [paul]       1.9.13cvs76
9494
9495         * src/prefs_common.c
9496                 fix bad cutting
9497
9498 2005-08-31 [colin]      1.9.13cvs75
9499
9500         * src/folderview.c
9501         * src/folderview.h
9502         * src/prefs_summaries.c
9503         * src/summaryview.c
9504                 Fix "go to next new", fix preference
9505                 (Open unread/next swapped)
9506
9507 2005-08-31 [paul]       1.9.13cvs74
9508
9509         * src/compose.c
9510         * src/folderview.c
9511         * src/headerview.c
9512         * src/headerview.h
9513         * src/mainwindow.c
9514         * src/prefs_common.c
9515         * src/prefs_common.h
9516         * src/prefs_fonts.c
9517         * src/summaryview.c
9518         * src/textview.c
9519         * src/common/defs.h
9520                 remove obsolete BOLD_FONT setting
9521                 fix font update in headerview and textview
9522                 headers after prefs change
9523                 Patch By Colin
9524
9525 2005-08-31 [paul]
9526
9527         1.9.14-rc4 released
9528
9529 2005-08-30 [colin]      1.9.13cvs73
9530
9531         * src/summaryview.c
9532                 When Hide read messages is selected and we
9533                 refresh the summaryview, don't remove the 
9534                 currently displayed message. Fixes bug #797
9535                 (Summary view reloads when new mail is 
9536                 downloaded in 1.9.14 rc)
9537
9538 2005-08-30 [colin]      1.9.13cvs72
9539
9540         * src/folderview.c
9541                 Fix flickering
9542         * src/mainwindow.c
9543                 Remove useless callback
9544         * src/mimeview.c
9545         * src/gtk/filesel.c
9546         * src/gtk/filesel.h
9547                 Add a filesel_select_file_save_folder() - used by Save All
9548
9549 2005-08-29 [paul]       1.9.13cvs71
9550
9551         * AUTHORS
9552         * src/matcher_parser_parse.y
9553         * src/etpan/imap-thread.c
9554                 fix building on FreeBSD
9555                 Patch by Daniel Gustafson <daniel@hobbit.se>
9556
9557 2005-08-29 [paul]       1.9.13cvs70
9558
9559         * src/plugins/pgpinline/pgpinline.c
9560                 only initialise sig result if it's been handled
9561                 Patch by Colin
9562
9563 2005-08-29 [paul]       1.9.13cvs69
9564         
9565         Patches by Colin:
9566
9567         * src/imap.c
9568         * src/common.utils.c
9569         * src/common/utils.h
9570                 optimisation
9571         * src/stock_pixmap.h
9572                 fix wrong icon reference
9573         * src/pixmaps/trash_btn.xpm
9574                 replace with nicer image
9575
9576 2005-08-28 [colin]      1.9.13cvs68
9577
9578         * src/Makefile.am
9579         * src/stock_pixmap.c
9580         * src/stock_pixmap.h
9581         * src/toolbar.c
9582         * src/pixmaps/trash_btn.xpm
9583                 Add a specific trash xpm for the button
9584
9585 2005-08-28 [colin]      1.9.13cvs67
9586
9587         * src/imap.c
9588                 Fix leak
9589
9590 2005-08-27 [colin]      1.9.13cvs66
9591
9592         * src/imap.c
9593         * src/procmime.c
9594                 Correctly fix "Problem with replies", fixes
9595                 pgpmime encryption too. 
9596
9597 2005-08-27 [colin]      1.9.13cvs65
9598
9599         * src/folder.c
9600         * src/procmsg.c
9601         * src/procmsg.h
9602         * src/summaryview.c
9603                 Fix bug #517 (messages removed from summaryview 
9604                 when moving fails)
9605
9606 2005-08-27 [colin]      1.9.13cvs64
9607
9608         * tools/Makefile.am
9609         * tools/asus_mailled.sh
9610                 Add a script to blink ASUS laptops' mail LED where there
9611                 is unread mail.
9612
9613 2005-08-27 [colin]      1.9.13cvs63
9614
9615         * src/imap.c
9616         * src/etpan/imap-thread.c
9617         * src/etpan/imap-thread.h
9618                 Implement automatic choosing of login method
9619                 Fixes bug #791
9620         * src/gtk/.cvsignore
9621                 Add sylpheed-marshal.[ch]
9622
9623 2005-08-27 [colin]      1.9.13cvs62
9624
9625         * src/common/utils.c
9626                 Fix confusing perror
9627
9628 2005-08-27 [colin]      1.9.13cvs61
9629
9630         * src/toolbar.c
9631         * src/toolbar.h
9632                 Remove A_DELETE, replace it with 
9633                 A_TRASH and A_DELETE_REAL. Automatically
9634                 rewrite config files to replace A_DELETE
9635                 with A_TRASH (no functionality change).
9636                 Fixes half of #794
9637
9638 2005-08-26 [colin]      1.9.13cvs60
9639
9640         * src/procmime.c
9641                 Previous "Problem with replies" fix brought other
9642                 problems, fixing them
9643
9644 2005-08-26 [colin]      1.9.13cvs59
9645
9646         * src/procmime.c
9647                 Fix "Problem with replies". This happened only
9648                 on IMAP...
9649         * src/procmsg.c
9650                 Factorize code a bit
9651         * src/compose.c
9652                 Speed improvement on very long messages (wrapping)
9653                 Fix signature color on Reedit and Redirect
9654                 On Reedit, don't attach pgp-signatures parts, but
9655                 set signing to On.
9656
9657 2005-08-24 [paul]       1.9.13cvs58
9658
9659         * src/compose.c
9660                 don't claim success when clicking
9661                 Cancel on the passphrase box.
9662                 Patch by Colin
9663
9664 2005-08-24 [paul]       1.9.13cvs57
9665
9666         * src/main.c
9667                 fix misplaced sylpheed.log
9668         * src/common/defs.h
9669                 define UIDL_DIR
9670
9671 2005-08-24 [paul]       1.9.13cvs56
9672
9673         * src/imap.c
9674         * src/etpan/imap-thread.c
9675         * src/etpan/imap-thread.h
9676                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9677                 Patch by Colin
9678         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9679         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9680                 remove autogenerated files
9681         * tools/kdeservicemenu/README
9682         * tools/kdeservicemenu/install.sh
9683         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9684         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9685                 use Claws icon, use 'Sylpheed-Claws' in menu,
9686                 use kdialog, and other cleanups
9687
9688 2005-08-23 [paul]       1.9.13cvs55
9689
9690         * src/compose.c
9691                 fix paste/wrap crash
9692                 Patch by Colin
9693
9694 2005-08-23 [paul]       1.9.13cvs54
9695
9696         * src/main.c
9697                 fix crash recovery
9698                 Patch by Colin
9699
9700 2005-08-23 [paul]       1.9.13cvs53
9701
9702         * src/addressbook.c
9703         * src/editaddress.c
9704                 view all data of LDAP contacts
9705                 Patch by Colin
9706
9707 2005-08-23 [paul]       1.9.13cvs52
9708
9709         * src/addressbook.c
9710                 fix issues with the Search field
9711                 Patch by Colin
9712
9713 2005-08-22 [paul]       1.9.13cvs51
9714
9715         * src/folderview.c
9716                 put name of folder in processing dialog
9717                 title
9718         * src/prefs_folder_item.c
9719                 improve english usage
9720
9721 2005-08-22 [paul]       1.9.13cvs50
9722
9723         * src/filtering.c
9724         * src/filtering.h
9725         * src/matcher.c
9726         * src/matcher_parser_lex.l
9727         * src/matcher_parser_parse.y
9728         * src/prefs_filtering.c
9729                 add Filtering/Processing rule names feature.
9730                 (the incompatible old matcherrc is saved as
9731                 matcherrc.pre_names).
9732                 Patch by Colin
9733
9734 2005-08-22 [paul]       1.9.13cvs49
9735
9736         * src/procmsg.c
9737                 fix colour labelling
9738                 Patch by Colin
9739
9740 2005-08-22 [paul]       1.9.13cvs48
9741
9742         * src/textview.c
9743                 fix open_image_cb()
9744
9745 2005-08-22 [paul]       1.9.13cvs47
9746
9747         * src/imap.c
9748                 fix bug 789, 'SC crashes with imap (CVS ver)'
9749                 Patch by Colin
9750
9751 2005-08-22 [paul]       1.9.13cvs46
9752
9753         * src/mimeview.c
9754         * src/prefs_common.c
9755         * src/common/defs.h
9756                 define reused defaults in defs.h
9757         * src/textview.c
9758                 add 'Open image' to image popup menu
9759
9760 2005-08-21 [colin]      1.9.13cvs45
9761
9762         * src/summaryview.c
9763                 Fix bug #788 (Bogus "From" address displayed)
9764
9765 2005-08-20 [colin]      1.9.13cvs44
9766
9767         * src/folder.c
9768                 Fix buf #787 (multilevel delete causes SIGSEGV)
9769
9770 2005-08-19 [colin]      1.9.13cvs43
9771
9772         * src/inc.c
9773         * src/prefs_common.c
9774         * src/prefs_common.h
9775                 Add an hidden pref to allow modifying the
9776                 update stepping in incorporation.
9777                 Patch by wwp.
9778
9779 2005-08-19 [colin]      1.9.13cvs42
9780
9781         * src/compose.c
9782         * src/procmime.c
9783                 Workaround for broken MUAs: encode 
9784                 Content-type: name: as ASCII and 
9785                 Content-Disposition: filename: as
9786                 per rfc2231
9787         * src/prefs_account.c
9788                 Fix invisible-ness of SMTP SSL prefs
9789                 in NNTP accounts
9790
9791 2005-08-19 [paul]       1.9.13cvs41
9792
9793         * src/compose.c
9794         * src/prefs_common.c
9795         * src/prefs_common.h
9796         * src/prefs_wrapping.c
9797                 paste with or without wrapping.
9798                 patch by Colin
9799
9800 2005-08-19 [paul]       1.9.13cvs40
9801
9802         * src/prefs_common.c
9803         * src/prefs_common.h
9804         * src/summaryview.c
9805                 reintroduce enable_swap_from as a
9806                 hidden pref. patch by Colin
9807         * src/quote_fmt_parse.y
9808         * src/plugins/clamav/clamav_plugin.c
9809         * src/plugins/dillo_viewer/dillo_viewer.c
9810         * src/plugins/mathml_viewer/mathml_viewer.c
9811         * src/plugins/pgpcore/sgpgme.c
9812         * src/plugins/pgpinline/pgpinline.c
9813         * src/plugins/pgpmime/pgpmime.c
9814                 tidy up. patch by Colin
9815
9816 2005-08-19 [paul]       1.9.13cvs39
9817
9818         * configure.ac
9819                 complete cvs38's sync
9820         * src/editaddress.c
9821         * src/gedit-print.c
9822         * src/mutt.c
9823         * src/etpan/etpan-log.c
9824         * src/etpan/imap-thread.c
9825         * src/gtk/gtksourceprintjob.c
9826                 fix compilation warnings
9827                 (patch by Colin)
9828
9829 2005-08-19 [paul]       1.9.13cvs38
9830
9831         sync with main:
9832
9833         * src/account.c
9834         * src/action.c
9835         * src/addrbook.c
9836         * src/addrcache.c
9837         * src/addrharvest.c
9838         * src/addrindex.c
9839         * src/codeconv.c
9840         * src/compose.c
9841         * src/crash.c
9842         * src/exporthtml.c
9843         * src/exportldif.c
9844         * src/folder.c
9845         * src/image_viewer.c
9846         * src/inc.c
9847         * src/inc.h
9848         * src/jpilot.c
9849         * src/ldif.c
9850         * src/main.c
9851         * src/matcher.c
9852         * src/mbox.c
9853         * src/messageview.c
9854         * src/mh.c
9855         * src/mimeview.c
9856         * src/msgcache.c
9857         * src/mutt.c
9858         * src/news.c
9859         * src/partial_download.c
9860         * src/pine.c
9861         * src/pop.c
9862         * src/prefs_actions.c
9863         * src/prefs_common.c
9864         * src/prefs_customheader.c
9865         * src/prefs_display_header.c
9866         * src/prefs_gtk.c
9867         * src/prefs_themes.c
9868         * src/procheader.c
9869         * src/procmime.c
9870         * src/procmsg.c
9871         * src/recv.c
9872         * src/send_message.c
9873         * src/simple-gettext.c
9874         * src/sourcewindow.c
9875         * src/textview.c
9876         * src/vcard.c
9877         * src/common/defs.h
9878         * src/common/log.c
9879         * src/common/plugin.c
9880         * src/common/prefs.c
9881         * src/common/session.c
9882         * src/common/session.h
9883         * src/common/socket.c
9884         * src/common/socket.h
9885         * src/common/ssl_certificate.c
9886         * src/common/template.c
9887         * src/common/utils.c
9888         * src/common/utils.h
9889         * src/common/xml.c
9890         * src/gtk/about.c
9891         added wrappers for C library function that
9892                 take pathname arguments.
9893                 enabled compilation with MinGW.
9894                 use GDir instead of directly using opendir().
9895                 added rename_force().
9896
9897 2005-08-19 [paul]       1.9.13cvs37
9898         
9899         patches by Colin:
9900         * src/compose.c
9901                 fix privacy settings on re-editing
9902                 a sent message
9903         * src/jpilot.c
9904                 fix encoding bug
9905         * src/folder.c
9906         * src/procmsg.c
9907         * src/procmsg.h
9908         * src/summaryview.c
9909                 flag changing optimisation
9910
9911 2005-08-18 [martin]     1.9.13cvs36
9912
9913         * commitHelper
9914             added my login
9915         * src/addrcache.c
9916         * src/addrharvest.c
9917         * src/addrindex.c
9918         * src/compose.c
9919         * src/grouplistdialog.c
9920         * src/main.c
9921         * src/mainwindow.c
9922         * src/msgcache.c
9923         * src/mutt.c
9924         * src/pine.c
9925         * src/prefs_account.c
9926         * src/prefs_themes.c
9927         * src/stock_pixmap.c
9928         * src/summaryview.c
9929         * src/gtk/about.c
9930         * src/gtk/logwindow.c
9931             removed deprecated glib and gdk stuff
9932         * src/plugins/pgpcore/select-keys.c
9933             convert attributes from locale to utf8
9934
9935 2005-08-17 [paul]       1.9.13cvs35
9936
9937         * src/account.c
9938         * src/addressbook.c
9939                 use new GTK_STOCK_ icons if available
9940         * src/summaryview.c
9941         * src/gtk/gtksctree.c
9942         * src/gtk/gtksctree.h
9943                 faster range select. patch by Colin
9944
9945 2005-08-17 [paul]       1.9.13cvs34
9946
9947         patches by colin:
9948         * src/addressbook.c
9949         * src/addressitem.h
9950                 Add an edit button for contacts, fix selections
9951                 of gtksctree items
9952         * src/editaddress.c
9953                 Change labels, let Save be always possible in the
9954                 email and user atributes tabs
9955         * src/folderview.c
9956                 fix sort issues
9957         * src/summaryview.c
9958                 select next item instead of the displayed one
9959                 after deletion
9960
9961         * src/gtk/progressdialog.c
9962                 use prefs_common.enable_rules_hint
9963
9964 2005-08-13 [hoa]        1.9.13cvs33
9965
9966         * src/etpan/imap-thread.c
9967                 fixed build on Solaris.
9968
9969 2005-08-10 [colin]      1.9.13cvs32
9970
9971         * src/procmsg.c
9972                 Fix cvs31 (missing fclose before reading
9973                 the file)
9974
9975 2005-08-10 [colin]      1.9.13cvs31
9976
9977         * src/procmsg.c
9978                 Fix procmsg_msginfo_new_from_mimeinfo() when
9979                 the MimeInfo isn't stored in memory. This fixes
9980                 replying to an attached message.
9981
9982 2005-08-10 [colin]      1.9.13cvs30
9983
9984         * src/mainwindow.c
9985                 Fix slowness in account changing
9986
9987 2005-08-10 [colin]      1.9.13cvs29
9988
9989         * src/folder.c
9990         * src/folderutils.c
9991         * src/folderview.c
9992         * src/imap_gtk.c
9993         * src/mainwindow.c
9994         * src/mh_gtk.c
9995         * src/procmsg.c
9996         * src/summaryview.c
9997                 Optimize folder_has_parent_of_type
9998                 Prevent moving special sub-folders from contextual menus
9999                 Rework message a bit ("Empty all messages" -> "Delete all
10000                 messages")
10001                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10002                 and "Deleted Items" folders)
10003
10004 2005-08-08 [colin]      1.9.13cvs28
10005
10006         * src/summaryview.c
10007         * src/prefs_summaries.c
10008                 Make "Select first unread|new" more flexible
10009                 (just prioritize new or unread)
10010
10011 2005-08-08 [colin]      1.9.13cvs27
10012
10013         * src/summaryview.c
10014                 If "select first new" is selected and there only
10015                 are unread messages, fallback to "select first
10016                 unread".
10017
10018 2005-08-08 [colin]      1.9.13cvs26
10019
10020         * src/folder.c
10021                 Fix shameful bugs (and bug #779)
10022
10023 2005-08-08 [colin]      1.9.13cvs25
10024
10025         * src/folder.c
10026         * src/folder.h
10027                 Cache parents' type to make folder_has_parent_of_type
10028                 faster
10029         * src/folderview.c
10030                 Forbid DnD of special sub-folders
10031         * src/procmsg.c
10032         * src/procmsg.h
10033                 Add MAIL_POSTFILTERING_HOOK
10034         * src/summaryview.c
10035                 Revert over-zealous deletion of the use_addr_book 
10036                 code
10037
10038 2005-08-07 [colin]      1.9.13cvs24
10039
10040         * src/folder.c
10041                 Fix big mistake (passing MsgInfo instead 
10042                 of FolderItem)
10043
10044 2005-08-07 [colin]      1.9.13cvs23
10045
10046         * src/compose.c
10047         * src/folder.c
10048         * src/folder.h
10049         * src/foldersel.c
10050         * src/folderutils.c
10051         * src/folderview.c
10052         * src/imap.c
10053         * src/mainwindow.c
10054         * src/messageview.c
10055         * src/mh.c
10056         * src/msgcache.c
10057         * src/procmime.c
10058         * src/summaryview.c
10059                 Make subfolders of Drafts, Queue, Outbox, Trash
10060                 work like their parents. 
10061                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10062
10063 2005-08-07 [colin]      1.9.13cvs22
10064
10065         * src/addressbook.c
10066                 Fix bug #771 (Dragged contacts not saved)
10067
10068 2005-08-07 [paul]       1.9.13cvs21
10069
10070         * src/summaryview.c
10071                 fix bug 32 'Search Doesn't display results
10072                 if "Hide Read Messages" is chosen'
10073                 be more literal in interpreting 'Hide read
10074                 messages'
10075
10076 2005-08-07 [colin]      1.9.13cvs20
10077
10078         * src/folderview.c
10079                 Add debug
10080         * src/summaryview.c
10081                 Faster 'unthread_for_execution'
10082
10083 2005-08-06 [paul]       1.9.13cvs19
10084
10085         * src/mainwindow.c
10086                 add mnemonics to Set displayed columns
10087                 fix bug where msgview_visible option was
10088                 overwritten as TRUE on startup
10089
10090 2005-08-06 [paul]       1.9.13cvs18
10091
10092         * src/mainwindow.c
10093                 refer to 'displayed columns in folder/message
10094                 list' not 'displayed items in summary/message view'
10095         * src/prefs_display_header.c
10096                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10097                 be consistent with similar dialogues
10098         * src/prefs_folder_column.c
10099         * src/prefs_summary_column.c
10100                 'columns' not 'items', and folder and message lists,
10101                 instead of folder and summary views;
10102                 Use 'Hidden columns' as list heading not 'Available
10103                 items';
10104                 move the 'Remove' button to the right hand side;
10105                 top-align the buttons;
10106                 remove unneeded vbox
10107         * src/prefs_summaries.c
10108                 put the 2 column prefs buttons in a frame to reduce
10109                 overall width; refer to columns not items &c.
10110
10111 2005-08-05 [colin]      1.9.13cvs17
10112
10113         * src/prefs_common.c
10114         * src/prefs_common.h
10115         * src/mainwindow.c
10116         * src/compose.c
10117         * src/messageview.c
10118                 Add an hidden toolbar_detachable pref, so
10119                 that I can get rid of these painful handles
10120                 in the toolbars. Defaults to TRUE to avoid
10121                 changing the GUI on unsuspecting people...
10122
10123 2005-08-05 [colin]      1.9.13cvs16
10124
10125         * src/Makefile.am
10126         * src/prefs_folder_column.c
10127         * src/prefs_folder_column.h
10128                 Add prefs for folder columns
10129         * src/folderview.c
10130         * src/folderview.h
10131         * src/mainwindow.c
10132         * src/mainwindow.h
10133         * src/prefs_common.c
10134         * src/prefs_common.h
10135         * src/prefs_summaries.c
10136                 Use them
10137         * src/prefs_summary_column.c
10138         * src/summaryview.c
10139         * src/summaryview.h
10140                 Add a To column
10141         * src/textview.c
10142         * src/common/utils.c
10143         * src/common/utils.h
10144                 Move uri colourisation functions
10145                 to utils
10146         * src/compose.c
10147                 Colourise URIs
10148         * src/imap.c
10149                 Fix bug with LIST where we'd try
10150                 to get Folder//////[...]/// 
10151
10152 2005-08-05 [paul]       1.9.13cvs15
10153
10154         * src/prefs_summaries.c
10155                 improve the English usage
10156         * src/summaryview.c
10157                 set font on column change
10158                 thanks to Colin
10159
10160 2005-08-05 [paul]       1.9.13cvs14
10161
10162         * src/prefs_common.c
10163         * src/prefs_common.h
10164         * src/prefs_summaries.c
10165         * src/summaryview.c
10166                 replace 'open_unread_on_enter' option with
10167                 'select_on_entry' option. opening/not opening
10168                 is now exclusively controlled by 'always_show_msg'
10169
10170 2005-08-04 [colin]      1.9.13cvs13
10171
10172         * src/compose.c
10173                 Remove dead code
10174                 Add colourisation of quotes and signatures
10175         * src/folderview.c
10176                 Fix possible crashes
10177         * src/messageview.c
10178                 Change an assert that is no problem
10179         * src/news.c
10180         * src/news_gtk.c
10181         * src/news_gtk.h
10182                 Fix offline mode
10183         * src/gtk/quicksearch.c
10184                 Fix a possible crash
10185
10186 2005-08-03 [colin]      1.9.13cvs12
10187
10188         * src/prefs_account.c
10189                 Fix bug #777 (Sylpheed crash in account configuration)
10190
10191 2005-08-03 [colin]      1.9.13cvs11
10192
10193         * src/addressbook.c
10194         * src/editaddress.c
10195         * src/editgroup.c
10196                 Fixing addressbook, round 2
10197         * src/textview.c
10198                 Fix emphasis color on rechecking 'Colorize messages'
10199
10200 2005-08-03 [paul]       1.9.13cvs10
10201
10202         sync with main
10203
10204         * src/addr_compl.c
10205         * src/compose.c
10206         * src/main.c
10207         * src/pop.c
10208         * src/prefs_account.c
10209         * src/procmime.c
10210         * src/procmsg.c
10211         * src/quote_fmt_parse.y
10212         * src/textview.c
10213         * src/common/quoted-printable.c
10214         * src/common/utils.c
10215         * src/common/utils.h
10216         * src/common/xml.c
10217                 replaced incorrect locale-independent
10218                 ctype functions with GLib's. Corrected
10219                 signedness mismatch.
10220         * src/headerview.c
10221                 headerview_create(): added spacing for vbox.
10222         * src/gtk/about.c
10223                 set focus to the OK button.
10224
10225 2005-08-03 [colin]      1.9.13cvs9
10226
10227         * src/folderview.c
10228                 Fix possible crash
10229
10230 2005-08-02 [colin]      1.9.13cvs8
10231
10232         * src/mainwindow.c
10233                 Fix cast
10234         * src/addressbook.c
10235         * src/addressitem.h
10236                 Fix a cast and more generally, try to make the
10237                 GUI more intuitive and consistent (round 1)
10238
10239 2005-08-02 [paul]       1.9.13cvs7
10240
10241         * src/folder.h
10242                 missing in 1.9.13cvs6
10243
10244 2005-08-02 [colin]      1.9.13cvs6
10245
10246         * src/folder.c
10247                 Fix one more leak
10248
10249 2005-08-02 [colin]      1.9.13cvs5
10250
10251         * src/folder.c
10252         * src/folderview.c
10253         * src/imap.c
10254         * src/main.c
10255         * src/mbox.c
10256         * src/procmsg.c
10257         * src/summaryview.c
10258                 Fix a number of folder_item_get_msg_list()-related
10259                 leaks (missing procmsg_msginfo_free()s)
10260
10261 2005-08-01 [colin]      1.9.13cvs4
10262
10263         * src/folderview.c
10264         * src/folderview.h
10265         * src/mainwindow.c
10266         * src/prefs_fonts.c
10267         * src/prefs_summaries.c
10268         * src/prefs_themes.c
10269         * src/summaryview.c
10270         * src/summaryview.h
10271         * src/textview.c
10272         * src/textview.h
10273                 Fix instant-apply of summary and folderview-related prefs
10274                 Fix erroneous g_free and alertpanels in prefs_theme
10275                 Add instant-apply for fonts
10276                 Defer applying of prefs a little bit so it's done only
10277                 once even if requested by multiples prefs pages
10278
10279 2005-08-01 [paul]       1.9.13cvs3
10280
10281         * src/main.c
10282                 fix bug 776 'S.C. crashes on close'
10283                 thanks to Colin
10284         * src/etpan/etpan-thread-manager-types.h
10285                 add missing include
10286                 thanks to Hoa
10287
10288 2005-07-25 [paul]       1.9.13cvs2
10289
10290         * src/summaryview.c
10291                 fix typos. spotted by Fabien Vantard
10292
10293 2005-07-24 [paul]       1.9.13cvs1
10294
10295         * doc/man/sylpheed.1
10296                 update man page, incorporating fix of
10297                 bug 769 'Typo in manpage'
10298         * src/etpan/imap-thread.c
10299                 fix NetBSD openssl dependencies. patch by
10300                 George Michaelson <ggm@apnic.net>
10301         * po/pt_BR.po
10302                 updated by Frederico Goncalves Guimaraes
10303
10304 2005-07-22 [paul]       1.9.13
10305
10306         1.9.13 release
10307
10308 2005-07-22 [paul]       1.9.12cvs91
10309
10310         * AUTHORS
10311         * INSTALL
10312         * README.claws
10313         * RELEASE_NOTES.claws
10314                 updated for release
10315         * configure.ac
10316         * po/nb.po
10317         * tools/claws.i18n.status.pl
10318                 add Norwegian translation. submiited by
10319                 Geir Helland <pjallabais@users.sourceforge.net>
10320         * po/ca.po
10321         * po/de.po
10322         * po/es.po
10323         * po/fi.po
10324         * po/fr.po
10325         * po/it.po
10326         * po/sk.po
10327         * po/sr.po
10328         * po/zh_CN.po
10329                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10330                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10331                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10332                 Yang Guilong
10333         * src/plugins/clamav/clamav_plugin_gtk.c
10334         * src/plugins/spamassassin/spamassassin_gtk.c
10335                 replace outdated description strings
10336
10337 2005-07-21 [colin]      1.9.12cvs90
10338
10339         * src/folder.c
10340                 Set folder to batch mode when scanning it. Makes deletion
10341                 of unread mails on IMAP much faster (due to the UNREAD 
10342                 flag unsetting)
10343
10344 2005-07-21 [darko]      1.9.12cvs89
10345
10346         * configure.ac
10347                 link against libresolv if necessary (patch by Paul)
10348         * src/msgcache.c
10349                 use glib's portable macros to determine endianness
10350
10351 2005-07-21 [paul]       1.9.12cvs88
10352
10353         * src/crash.c
10354         * src/gtk/about.c
10355                 update compiled-in features list
10356
10357 2005-07-20 [colin]      1.9.12cvs87
10358
10359         * src/folder.c
10360         * src/textview.c
10361                 Gcc 2.9x compilation fixes, thanks to Darko
10362         * src/plugins/clamav/clamav_plugin.c
10363                 Little optimisation: load virus database only once
10364         * src/plugins/spamassassin/spamassassin.c
10365                 Big optimisation: filtering one mail took at least 1 second,
10366                 now it takes at least 50ms. Doesn't speed up spamassassin 
10367                 itself, but should already be much more tolerable.
10368
10369 2005-07-20 [colin]      1.9.12cvs86
10370
10371         * src/summaryview.c
10372                 Fix performance issue
10373
10374 2005-07-19 [colin]      1.9.12cvs85
10375
10376         * src/plugins/pgpinline/plugin.c
10377                 Fix warning
10378
10379 2005-07-19 [colin]      1.9.12cvs84
10380
10381         * configure.ac
10382         * src/plugins/Makefile.am
10383         * src/plugins/pgpinline/.cvsignore
10384         * src/plugins/pgpinline/Makefile.am
10385         * src/plugins/pgpinline/pgpinline.c
10386         * src/plugins/pgpinline/pgpinline.deps
10387         * src/plugins/pgpinline/pgpinline.h
10388         * src/plugins/pgpinline/plugin.c
10389                 Put pgpinline in the main tree
10390
10391 2005-07-19 [paul]       1.9.12cvs83
10392
10393         * src/prefs_actions.c
10394                 prevent '//' in menu names, which cause a crash
10395                 thanks to Colin
10396
10397 2005-07-19 [paul]       1.9.12cvs82
10398
10399         * configure.ac
10400                 be generally more informative in configure output.
10401                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10402                 '[ --disable-openssl ...', as --enable-openssl is default
10403                 PGP/MIME: don't check for GPGME again, check for
10404                 pgpcore instead. Therefore prevent the possibility of
10405                 attempting to build pgpmime if pgpcore dependencies are
10406                 not met
10407                 ClamAV: use pkgconfig to check for lib
10408                 libgnomeprint: revert logic on inner test to match
10409                 everything else
10410         * src/plugins/pgpcore/sgpgme.c
10411                 add missing include
10412
10413 2005-07-19 [colin]      1.9.12cvs81
10414
10415         * src/summaryview.c
10416                 Fix slow thread rebuilding in particular
10417                 cases
10418
10419 2005-07-19 [paul]       1.9.12cvs80
10420
10421         * sylpheed-claws.desktop
10422                 fix typo, spotted by Stephan Sachse
10423         * src/account.c
10424                 replace GTK_STOCK_ADD with
10425                 GTK_STOCK_NEW button
10426
10427 2005-07-18 [colin]      1.9.12cvs79
10428
10429         * src/etpan/imap-thread.c
10430                 Fix return value (Thanks Hoa)
10431
10432 2005-07-18 [colin]      1.9.12cvs78
10433
10434         * src/imap.c
10435                 Allow empty passwords
10436                 Create drafts/queue/outbox if necessary
10437         * src/summaryview.c
10438                 Remove old code
10439         * src/etpan/imap-thread.c
10440                 Fix STARTTLS (Thanks to Hoa)
10441
10442 2005-07-18 [paul]       1.9.12cvs77
10443
10444         * ChangeLog-gtk2.jp
10445         * ChangeLog.jp
10446                 removed
10447         * Makefile.am
10448                 updated to reflect additions and removals
10449         * TODO
10450                 updated to be claws-specific
10451         * TODO-gtk2
10452         * TODO-gtk2.jp
10453         * TODO.jp
10454         * sylpheed-128x128.png
10455         * sylpheed-64x64.png
10456                 removed
10457         * sylpheed-claws-128x128.png
10458         * sylpheed-claws-64x64.png
10459         * sylpheed-claws.desktop
10460         * sylpheed-claws.png
10461                 added
10462         * sylpheed.desktop
10463         * sylpheed.png
10464                 removed
10465
10466 2005-07-17 [paul]       1.9.12cvs76
10467
10468         * src/account.c
10469         * src/addressbook.c
10470         * src/alertpanel.c
10471         * src/alertpanel.h
10472         * src/compose.c
10473         * src/exphtmldlg.c
10474         * src/expldifdlg.c
10475         * src/folderview.c
10476         * src/imap_gtk.c
10477         * src/inc.c
10478         * src/message_search.c
10479         * src/messageview.c
10480         * src/mh_gtk.c
10481         * src/news_gtk.c
10482         * src/prefs_actions.c
10483         * src/prefs_filtering.c
10484         * src/prefs_matcher.c
10485         * src/prefs_template.c
10486         * src/prefs_themes.c
10487         * src/ssl_manager.c
10488         * src/summary_search.c
10489         * src/textview.c
10490         * src/toolbar.c
10491         * src/gtk/sslcertwindow.c
10492         * src/plugins/pgpcore/sgpgme.c
10493                 rework alertpanels
10494
10495 2005-07-17 [colin]      1.9.12cvs75
10496
10497         * src/privacy.c
10498                 add a PrivacySystem accessor that checks that
10499                 the system cached in a MimeInfo's privacydata
10500                 is still registered. Use this accessor instead
10501                 of directly using data->system. Fixes crashes
10502                 after unloading pgp plugins.
10503
10504 2005-07-17 [colin]      1.9.12cvs74
10505
10506         * src/alertpanel.c
10507                 Change geometry hints to a simple default size.
10508                 Fixes the certs dialogs.
10509
10510 2005-07-17 [colin]      1.9.12cvs73
10511
10512         * src/gtk/sslcertwindow.c
10513                 Use a gtkExpander
10514
10515 2005-07-17 [colin]      1.9.12cvs72
10516
10517         * src/plugins/pgpcore/Makefile.am
10518         * src/plugins/pgpmime/Makefile.am
10519                 Add gpgme libs
10520
10521 2005-07-17 [paul]       1.9.12cvs71
10522
10523         * configure.ac
10524                 add --disable-gnomeprint option
10525                 modified version of patch by Marius Mauch
10526
10527 2005-07-17 [paul]       1.9.12cvs70
10528
10529         * src/common/defs.h
10530                 update urls
10531         * src/account.c
10532         * src/action.c
10533         * src/addressbook.c
10534         * src/compose.c
10535         * src/foldersel.c
10536         * src/folderview.c
10537         * src/html.c
10538         * src/imap_gtk.c
10539         * src/main.c
10540         * src/mainwindow.c
10541         * src/messageview.c
10542         * src/mh_gtk.c
10543         * src/mimeview.c
10544         * src/news_gtk.c
10545         * src/prefs_account.c
10546         * src/prefs_send.c
10547         * src/prefs_summaries.c
10548         * src/procmsg.c
10549         * src/summaryview.c
10550         * src/common/utils.c
10551         * src/common/xml.c
10552         * src/plugins/pgpcore/passphrase.c
10553         * src/plugins/pgpcore/select-keys.c
10554                 replace inappropriately used backticks
10555                 with single quotes
10556
10557 2005-07-16 [colin]      1.9.12cvs69
10558
10559         * src/image_viewer.c
10560                 Add extra paranoid checks
10561
10562 2005-07-16 [colin]      1.9.12cvs68
10563
10564         * src/plugins/pgpcore/prefs_gpg.c
10565                 Don't auto-check sigs by default, as it
10566                 can be really slow.
10567
10568 2005-07-16 [colin]      1.9.12cvs67
10569
10570         * src/plugins/pgpcore/sgpgme.c
10571                 Make messages a bit better.
10572
10573 2005-07-16 [colin]      1.9.12cvs66
10574
10575         * src/imap.c
10576                 Remove pseudo-log
10577         * src/etpan/imap-thread.c
10578                 Add real log
10579
10580 2005-07-16 [colin]      1.9.12cvs65
10581
10582         * src/main.c
10583         * src/prefs_other.c
10584                 And now, fix build with libetpan :-/
10585
10586 2005-07-15 [colin]      1.9.12cvs64
10587
10588         * src/prefs_other.c
10589                 Continue fixing build without libetpan.
10590
10591 2005-07-15 [colin]      1.9.12cvs63
10592
10593         * src/main.c
10594                 Fix build with --disable-libetpan
10595
10596 2005-07-15 [colin]      1.9.12cvs62
10597
10598         * configure.ac
10599                 Bump libetpan's version
10600
10601 2005-07-15 [colin]      1.9.12cvs61
10602
10603         * src/etpan/imap-thread.c
10604                 Actually stop logging :)
10605
10606 2005-07-15 [colin]      1.9.12cvs60
10607
10608         * src/addressbook.c
10609                 Fix dnd of multiple addresses.
10610
10611 2005-07-15 [hoa]        1.9.12cvs59
10612
10613         * src/etpan/imap-thread.c
10614             disable login of IMAP password in libetpan log file.
10615
10616 2005-07-15 [paul]       1.9.12cvs58
10617
10618         * src/account.c
10619                 don't automatically sort
10620                 do allow drag n drop
10621
10622 2005-07-15 [paul]       1.9.12cvs57
10623
10624         * src/account.c
10625         * src/ssl_manager.c
10626                 alphabetical listing
10627
10628 2005-07-15 [paul]       1.9.12cvs56
10629
10630         * src/gtk/pluginwindow.c
10631                 sort plugin list alphabetically
10632
10633 2005-07-15 [paul]       1.9.12cvs55
10634
10635         * src/prefs_spelling.c
10636         * src/prefs_wrapping.c
10637                 unify English usage
10638
10639 2005-07-15 [colin]      1.9.12cvs54
10640
10641         * src/wizard.c
10642                 Typo fix
10643
10644 2005-07-15 [paul]       1.9.12cvs53
10645
10646         * src/prefs_message.c
10647                 make 'show cursor' a hidden option
10648
10649 2005-07-14 [colin]      1.9.12cvs52
10650
10651         * src/plugins/spamassassin/Makefile.am
10652         * src/plugins/clamav/Makefile.am
10653                 Fix double EXTRA_DISTs
10654
10655 2005-07-14 [colin]      1.9.12cvs51
10656
10657         * src/plugins/clamav/Makefile.am
10658         * src/plugins/clamav/clamav_plugin_gtk.deps
10659         * src/plugins/spamassassin/Makefile.am
10660         * src/plugins/spamassassin/spamassassin_gtk.deps
10661                 Make $plugin_gtk depend on $plugin
10662
10663 2005-07-14 [hoa]        1.9.12cvs50
10664
10665         * src/etpan/imap-thread.c
10666                 enable debug log of libetpan when running with --debug
10667
10668 2005-07-14 [colin]      1.9.12cvs49
10669
10670         * configure.ac
10671         * src/common/Makefile.am
10672         * src/common/plugin.c
10673         * src/common/plugin.h
10674                 Add a little plugin dependancy system.
10675                 Plugins can ship a $plugin_name.deps file
10676                 (near them in PLUGINDIR) so that their
10677                 dependancies are loaded if possible.
10678         * src/plugins/Makefile.am
10679         * src/plugins/pgpcore/Makefile.am
10680         * src/plugins/pgpcore/passphrase.c
10681         * src/plugins/pgpcore/passphrase.h
10682         * src/plugins/pgpcore/plugin.c
10683         * src/plugins/pgpcore/prefs_gpg.c
10684         * src/plugins/pgpcore/prefs_gpg.h
10685         * src/plugins/pgpcore/select-keys.c
10686         * src/plugins/pgpcore/select-keys.h
10687         * src/plugins/pgpcore/sgpgme.c
10688         * src/plugins/pgpcore/sgpgme.h
10689                 Introduce pgpcore, used by pgpmime and
10690                 pgpinline
10691         * src/plugins/pgpmime/Makefile.am
10692         * src/plugins/pgpmime/passphrase.c
10693         * src/plugins/pgpmime/passphrase.h
10694         * src/plugins/pgpmime/pgpmime.c
10695         * src/plugins/pgpmime/pgpmime.deps
10696         * src/plugins/pgpmime/plugin.c
10697         * src/plugins/pgpmime/prefs_gpg.c
10698         * src/plugins/pgpmime/prefs_gpg.h
10699         * src/plugins/pgpmime/select-keys.c
10700         * src/plugins/pgpmime/select-keys.h
10701         * src/plugins/pgpmime/sgpgme.c
10702         * src/plugins/pgpmime/sgpgme.h
10703                 Remove the core from pgpmime and add the
10704                 dependancy to pgpcore.
10705
10706 2005-07-14 [paul]       1.9.12cvs48
10707
10708         * src/stock_pixmap.c
10709                 forgot this in last commit
10710
10711 2005-07-14 [paul]       1.9.12cvs47
10712
10713         * src/account.c
10714         * src/addressbook.c
10715                 add accelerators for the buttons (sync with main)
10716         * src/compose.c
10717         * src/compose.h
10718                 add accelerators for the buttons.
10719                 fix editing with external editor.
10720                 replace gdk_input_*() with GIOChannel;
10721                 (sync with main)
10722         * src/foldersel.c
10723                 display folder names with new/unread
10724                 representation (sync with main)
10725         * src/main.c
10726                 specify default window icon (sync with main)
10727         * src/prefs_common.c
10728                 use_addr_book default to FALSE
10729         * src/summaryview.c
10730         * src/textview.c
10731                 add accelerators for the buttons (sync with main)
10732         * src/gtk/menu.c
10733                 fix typos
10734         * src/pixmaps/sylpheed_icon.xpm
10735                 updated
10736
10737 2005-07-13 [paul]       1.9.12cvs46
10738
10739         * src/plugins/pgpmime/pgpmime.c
10740         * src/plugins/pgpmime/sgpgme.c
10741                 (temporarily) use deprecated gpgme_data_rewind()
10742                 while largefile support is not present
10743                 (as suggested by Colin)
10744
10745 2005-07-13 [paul]       1.9.12cvs45
10746
10747         * configure.ac
10748                 remove large file support (for now):
10749                 it breaks too many things
10750
10751 2005-07-13 [paul]       1.9.12cvs44
10752
10753         * configure.ac
10754                 add large file support
10755         * src/html.c
10756                 fix bug #763 where href attribute was not
10757                 the very first attribute of a link
10758                 patch by Thomas Gilgin
10759
10760 2005-07-13 [colin]      1.9.12cvs43
10761
10762         * src/gtk/pluginwindow.c
10763                 Little portability fix
10764
10765 2005-07-13 [colin]      1.9.12cvs42
10766
10767         * src/plugins/pgpmime/sgpgme.c
10768                 Fix crasher.
10769
10770 2005-07-13 [colin]      1.9.12cvs41
10771
10772         * src/plugins/pgpmime/pgpmime.c
10773         * src/plugins/pgpmime/sgpgme.c
10774                 Use gpgme_data_release_and_get_mem instead
10775                 of gpgme_data_read.
10776
10777 2005-07-13 [colin]      1.9.12cvs40
10778
10779         * configure.ac
10780         * src/plugins/pgpmime/passphrase.c
10781         * src/plugins/pgpmime/passphrase.h
10782         * src/plugins/pgpmime/pgpmime.c
10783         * src/plugins/pgpmime/plugin.c
10784         * src/plugins/pgpmime/select-keys.c
10785         * src/plugins/pgpmime/select-keys.h
10786         * src/plugins/pgpmime/sgpgme.c
10787         * src/plugins/pgpmime/sgpgme.h
10788                 Port pgpmime to gpgme-1.0.
10789
10790 2005-07-12 [paul]       1.9.12cvs39
10791
10792         * AUTHORS
10793         * src/toolbar.c
10794         * src/toolbar.h
10795                 add a 'Go to Prev' button to the toolbar.
10796                 correct tooltip text of go to buttons.
10797                 based on patch by Yang Guilong <bamanzi@gmail.com>
10798
10799 2005-07-12 [colin]      1.9.12cvs38
10800
10801         * src/statusbar.c
10802                 Fix progress bar showing stuff at startup.
10803
10804 2005-07-12 [paul]       1.9.12cvs37
10805
10806         * src/editjpilot.c
10807                 fix building with jpilot support
10808
10809 2005-07-11 [colin]      1.9.12cvs36
10810
10811         * src/inc.c
10812                 Add visual indication that filtering is running
10813         * src/textview.c
10814                 Make {}[] uri delimiters
10815         * src/summaryview.c
10816                 Remove useless (and slow) calls
10817
10818 2005-07-11 [paul]       1.9.12cvs35
10819
10820         * src/plugins/clamav/clamav_plugin_gtk.c
10821         * src/plugins/dillo_viewer/dillo_prefs.c
10822         * src/plugins/pgpmime/prefs_gpg.c
10823         * src/plugins/spamassassin/spamassassin_gtk.c
10824                 gather plugins prefs together under their
10825                 own 'Plugins' heading
10826
10827 2005-07-11 [paul]       1.9.12cvs34
10828
10829         sync with main
10830
10831         * src/account.c
10832                 account_delete(): modified alert dialog
10833         * src/editjpilot.c
10834         * src/editvcard.c
10835                 fixed a crash when cancelling file selection
10836                 dialog by Escape key. Made non-ascii filename
10837                 selectable.
10838         * src/prefs_template.c
10839                 prefs_template_window_create(): make scrolled
10840                 window policy AUTOMATIC
10841
10842 2005-07-10 [hoa]        1.9.12cvs33
10843
10844         * src/etpan/imap-thread.c
10845                 workaround for old Courier IMAP servers.
10846
10847 2005-07-10 [colin]      1.9.12cvs32
10848
10849         * src/folder.c
10850         * src/statusbar.c
10851         * src/statusbar.h
10852                 Add visual progress indicator on filtering/processing
10853                 Factorize the progress bar code
10854         * src/imap.c
10855         * src/imap.h
10856         * src/etpan/imap-thread.c
10857                 Add a reference counter to avoid destroying the Folder
10858                 while it's in use by another callback.
10859
10860 2005-07-09 [hoa]        1.9.12cvs31
10861
10862         * src/imap.c
10863         * src/etpan/imap-thread.c
10864                 fixed deadlock when removing IMAP account.
10865
10866 2005-07-08 [colin]      1.9.12cvs30
10867
10868         * src/textview.c
10869         * src/unmime.c
10870                 Fix again problems decoding broken headers
10871         * src/gtk/inputdialog.c
10872                 Fix local variable shadowing a global one
10873
10874 2005-07-08 [colin]      1.9.12cvs29
10875
10876         * src/msgcache.c
10877                 Make the cache/mark files platform-agnostic by writing
10878                 them in little-endian format. Reading them is also done
10879                 in little-endian format, of course; however, in order
10880                 to avoid trashing mark data on big-endian machines, the
10881                 files are, at first, read from the native format if the
10882                 little-endian one doesn't exist. This is easy to deter-
10883                 mine by trying to open a file with a swapped data_ver
10884                 and seeing if it's the wanted version.
10885                 Little-endian using users should see absolutely no
10886                 difference, Big-endian users may get a very little
10887                 performance drop due to byte-swapping.
10888                 Tested on i386 and ppc32. 
10889                 Fixes bug #159 (The index file, in the mailboxes, is 
10890                 hardware depending).
10891
10892                 To have the cache/mark files updated to the new little-
10893                 endian format, "Check for new messages" or even
10894                 "Rebuild folder tree" aren't enough. Files will be
10895                 updated as soon as a folder has been opened/closed.
10896                 To update everything, just select all folders by
10897                 selecting them one by one.
10898
10899 2005-07-07 [colin]      1.9.12cvs28
10900
10901         * src/imap.c
10902                 Remember the folder separator per IMAPFolder
10903                 instead of globally.
10904                 Revive the Session on noop; fixes bug #761
10905                 (mark a bunch of unread messages as read takes 
10906                 forever)
10907
10908 2005-07-07 [darko]      1.9.12cvs27
10909
10910         * src/common/template.c
10911                 Sort templates alphabetically
10912
10913 2005-07-06 [colin]      1.9.12cvs26
10914
10915         * src/imap.c
10916                 Try to use the correct separator in
10917                 most cases. Possibly fixes bug #759
10918                 (only creates the INBOX folder when 
10919                 setting up new IMAP account) and 
10920                 bug #760 (Can't retrieve messages)
10921
10922 2005-07-06 [colin]      1.9.12cvs25
10923
10924         * src/imap.c
10925                 Use real_path in status command. This will
10926                 help later, when namespaces will be used.
10927
10928 2005-07-06 [colin]      1.9.12cvs24
10929
10930         * configure.ac
10931         * src/account.c
10932         * src/folder.c
10933         * src/imap.c
10934         * src/etpan/etpan-log.c
10935         * src/etpan/etpan-thread-manager.c
10936         * src/etpan/imap-thread.c
10937                 Add a --disable-libetpan parameter. With this,
10938                 users that don't want IMAP4 support can avoid
10939                 the new dependancy (and have no IMAP support).
10940                 Users that have IMAP4 accounts and use this
10941                 parameter won't lose their configuration, their
10942                 IMAP accounts will just be invisible and not
10943                 used.
10944         * src/textview.c
10945                 Make the "Copy ..." contextual menu items 
10946                 copy to both the X clipboard and the gtk 
10947                 clipboard - as most other apps do.
10948         * src/gtk/about.c
10949                 Add a notice about OpenSSL usage, in order to
10950                 comply with OpenSSL's license (point 6):
10951                 http://www.openssl.org/source/license.html
10952
10953 2005-07-06 [colin]      1.9.12cvs23
10954
10955         * src/alertpanel.c
10956                 Fix a minimum size for alertpanels
10957         * src/compose.c
10958                 Show 'No space left on device' type errors
10959                 when queuing/sending
10960         * src/imap_gtk.c
10961         * src/mh_gtk.c
10962                 Rework folder's deletion message (remove 
10963                 extra \n)
10964
10965 2005-07-05 [colin]      1.9.12cvs22
10966
10967         * src/imap.c
10968                 Add an alertpanel on auth error
10969                 Add pseudo-log
10970                 Remove pthread-related stuff
10971
10972 2005-07-05 [colin]      1.9.12cvs21
10973
10974         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10975                 Fix crash on plugin reloading (with a hack)
10976
10977 2005-07-05 [colin]      1.9.12cvs20
10978
10979         * src/prefs_account.c
10980         * src/prefs_account.h
10981                 Fix typo
10982         * src/gtk/filesel.c
10983         * src/gtk/filesel.h
10984                 Add a way to filter the view
10985         * src/gtk/pluginwindow.c
10986                 Filter loadable stuff
10987         * src/plugins/pgpmime/prefs_gpg.c
10988                 Fix missing unregistration
10989         * .cvsignore
10990         * src/etpan/.cvsignore
10991         * src/plugins/spamassassin/.cvsignore
10992                 Add more stuff to cvs ignored files
10993
10994 2005-07-04 [colin]      1.9.12cvs19
10995
10996         * src/imap.c
10997                 Fix scan_required returning FALSE when it
10998                 shouldn't. Maybe fix #760 (Can't retrieve
10999                 messages)
11000
11001 2005-07-04 [colin]      1.9.12cvs18
11002
11003         * src/summaryview.c
11004                 Fix always_show_msg pref
11005
11006 2005-07-04 [paul]       1.9.12cvs17
11007
11008         sync with main (forgotten in last commit)
11009         
11010         * src/common/utils.c
11011         * src/common/utils.h
11012                 check_line_length(): new.
11013                 is_dir_exist()
11014                 is_file_entry_exist()
11015                 dirent_is_regular_file()
11016                 dirent_is_directory(): use g_file_test() instead of stat().
11017
11018 2005-07-04 [paul]       1.9.12cvs16
11019
11020         sync with main:
11021
11022         * src/compose.c
11023                 compose_write_to_file(): check for line
11024                 length limit and display warning if exceeds
11025         * src/jpilot.c
11026                 use get_home_dir() instead of g_get_home_dir()
11027         * src/procheader.c
11028                 removed warning about invalid date
11029         * src/vcard.c
11030                 use get_home_dir() instead of g_get_home_dir()
11031
11032 2005-07-04 [paul]       1.9.12cvs15
11033
11034         * src/stock_pixmap.c
11035                 fix new pixmap naming errors
11036                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11037
11038 2005-07-04 [colin]      1.9.12cvs14
11039
11040         * src/imap.c
11041                 Fix debugging string with a warning
11042
11043 2005-07-04 [colin]      1.9.12cvs13
11044
11045         * configure.ac
11046                 Add a check for libetpan's version (>= 0.37)
11047
11048 2005-07-04 [hoa]        1.9.12cvs12
11049
11050         * commitHelper
11051         * src/imap.c
11052         * src/etpan/imap-thread.c
11053         * src/etpan/imap-thread.h
11054                 fixed IMAP implementation of check of mails.
11055
11056 2005-07-03 [hoa]        1.9.12cvs11
11057
11058         * src/etpan/Makefile.am
11059         * src/etpan/etpan-errors.h
11060         * src/etpan/etpan-log.[ch]
11061         * src/etpan/etpan-thread-manager-types.h
11062         * src/etpan/etpan-thread-manager.[ch]
11063         * src/etpan/imap-thread.[ch]
11064         * src/Makefile.am
11065         * src/imap.c
11066         * src/main.c
11067         * src/prefs_other.c
11068         * configure.ac
11069             merged imap branch.
11070             dependency on libetpan 0.37 is now added.
11071
11072 2005-07-01 [colin]      1.9.12cvs10
11073
11074         * src/Makefile.am
11075         * src/folder.c
11076         * src/folder.h
11077         * src/folderview.c
11078         * src/stock_pixmap.c
11079         * src/stock_pixmap.h
11080         * src/plugins/trayicon/trayicon.c
11081                 Add marked symbol on folders containing
11082                 marked messages
11083         * src/procmsg.c
11084         * src/procmsg.h
11085         * src/toolbar.c
11086         * src/prefs_common.c
11087         * src/prefs_common.h
11088         * src/prefs_send.c
11089                 Add an optional confirmation dialog on queue
11090                 sending. Patch by wwp.
11091         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11092         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11093         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11094         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11095         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11096         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11097         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11098         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11099         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11100         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11101         * src/pixmaps/trash_mark.xpm            ** ADDED **
11102                 New pixmaps
11103
11104 2005-07-01 [colin]      1.9.12cvs9
11105
11106         * src/summaryview.c
11107                 Fix a little threading bug
11108         * src/addrgather.c
11109         * src/mainwindow.c
11110                 A little bit of HIG normality never hurts
11111
11112 2005-07-01 [colin]      1.9.12cvs8
11113
11114         * src/compose.c
11115         * src/msgcache.c
11116         * src/pop.c
11117         * src/procmime.c
11118         * src/recv.c
11119         * src/common/log.c
11120         * src/common/template.c
11121         * src/common/utils.c
11122         * src/common/utils.h
11123                 Reverted the fwrite_atomic stuff. In fact
11124                 it is already atomic.
11125
11126 2005-06-30 [colin]      1.9.12cvs7
11127
11128         * src/common/utils.c
11129         * src/common/utils.h
11130                 Add an fwrite_atomic() function to make
11131                 sure we write everything: fwrite can make
11132                 short writes.
11133         * src/compose.c
11134         * src/msgcache.c
11135         * src/pop.c
11136         * src/procmime.c
11137         * src/recv.c
11138         * src/common/log.c
11139         * src/common/template.c
11140                 Use that (and fix swapping of size and nmemb).
11141                 Thanks to Rich Coe for the heads up.
11142
11143 2005-06-30 [colin]      1.9.12cvs6
11144
11145         * src/addressbook.c
11146                 Optimize addressbook opening 
11147
11148 2005-06-30 [colin]      1.9.12cvs5
11149
11150         * src/summaryview.c
11151                 Remove calls to summary_step after move/copy
11152
11153 2005-06-28 [paul]       1.9.12cvs4
11154
11155         * src/alertpanel.c
11156                 wrap and make the error msg selectable
11157
11158 2005-06-28 [paul]       1.9.12cvs3
11159
11160         * src/ssl_manager.c
11161                 replace the OK button with a Close button
11162         * src/gtk/foldersort.c
11163                 use GTK_STOCK_ icons/buttons
11164
11165 2005-06-28 [colin]      1.9.12cvs2
11166
11167         * src/gedit-print.c             ** ADDED **
11168         * src/gedit-print.h             ** ADDED **
11169         * src/gtk/gtksourceprintjob.c   ** ADDED **
11170         * src/gtk/gtksourceprintjob.h   ** ADDED **
11171                 I can't believe no one had enough time to tell
11172                 me I forgot the `cvs add`
11173
11174 2005-06-27 [colin]      1.9.12cvs1
11175
11176         * src/Makefile.am
11177         * src/gtk/Makefile.am
11178         * src/messageview.c
11179         * src/procmsg.c
11180         * src/summaryview.c
11181         * configure.ac
11182                 Add optional libgnomeprint-based printing
11183         * src/mainwindow.c
11184         * src/gtk/quicksearch.c
11185                 Add an Edit/Quick search menu item to show
11186                 and focus the quicksearch
11187
11188 2005-06-27 [paul]       1.9.12
11189
11190         1.9.12 release
11191
11192         * po/ca.po
11193         * po/de.po
11194         * po/es.po
11195         * po/fr.po
11196         * po/it.po
11197         * po/ko.po
11198         * po/pt_BR.po
11199         * po/sk.po
11200         * po/zh_CN.po
11201                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11202                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11203                 SungHyun Nam, Frederico Goncalves Guimaraes,
11204                 Andrej Kacian, and Yang Guilong
11205 2005-06-26 [colin]      1.9.11cvs106
11206
11207         * src/imap_gtk.c
11208                 Forgot one file for previous fix
11209
11210 2005-06-26 [colin]      1.9.11cvs105
11211
11212         * src/folder.c
11213         * src/imap.c
11214                 Fix problems with folder operations in no_select
11215                 imap folders. it applies only to mails, and 
11216                 creation/deletion/move/renaming of folders 
11217                 should be possible
11218
11219 2005-06-26 [paul]       1.9.11cvs104
11220
11221         * src/prefs_filtering.c
11222                 replace one more GTK_STOCK_REMOVE
11223                 with GTK_STOCK_DELETE
11224
11225 2005-06-25 [colin]      1.9.11cvs103
11226
11227         * src/imap.c
11228                 Optimize get_seq_set_from_seq_list
11229                 (Patch by Ricardo) 
11230
11231 2005-06-25 [colin]      1.9.11cvs102
11232
11233         * src/mh.c
11234                 If the directory exists, but not in the
11235                 correct encoding, rename it. This should
11236                 handle old-versions-induced bugs.
11237
11238 2005-06-25 [colin]      1.9.11cvs101
11239
11240         * src/mh.c
11241                 Fix path access with extended dir names
11242                 Fixes bug #589 (SC segfaults with wrong locale
11243                 settings)
11244
11245 2005-06-25 [colin]      1.9.11cvs100
11246
11247         * src/prefs_account.c
11248         * src/prefs_account.h
11249         * src/compose.c
11250                 Add an option to encrypt replies to
11251                 encrypted messages
11252
11253 2005-06-25 [colin]      1.9.11cvs99
11254
11255         * src/compose.c
11256         * src/quote_fmt_parse.y
11257                 ... And make it work with pgpinline.
11258
11259 2005-06-25 [colin]      1.9.11cvs98
11260
11261         * src/compose.c
11262         * src/procmime.c
11263         * src/procmime.h
11264         * src/quote_fmt_parse.y
11265                 o Make reedition of encrypted messages possible
11266                   (as long as it is encrypted to self too, no
11267                    magic there)
11268                 o Make replying with quote (and without selecting
11269                   text) possible for encrypted messages.
11270                 Closes bug #550 (Not possible to "reply with quote"
11271                 to gnupg encrypted messages)
11272
11273 2005-06-24 [paul]       1.9.11cvs97
11274
11275         * src/imap.c
11276                 add missing include
11277
11278 2005-06-24 [paul]       1.9.11cvs96
11279
11280         * src/editldap.c
11281                 made bind password entry invisible
11282                 (sync with main)
11283         * src/send_message.c
11284                 send_message_local(): check exit status
11285                 to detect errors (sync with main)
11286         * src/textview.c
11287                 use main's less ambiguous popup menu
11288                 wording
11289
11290 2005-06-24 [paul]       1.9.11cvs95
11291
11292         * src/prefs_actions.c
11293         * src/prefs_customheader.c
11294         * src/prefs_display_header.c
11295         * src/prefs_filtering_action.c
11296         * src/prefs_matcher.c
11297         * src/prefs_template.c
11298         * src/prefs_toolbar.c
11299                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11300         * src/gtk/description_window.c
11301                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11302
11303 2005-06-23 [colin]      1.9.11cvs94
11304
11305         * src/summaryview.c
11306                 Fix rough edges (be sure to call status_show whenever
11307                 necessary).
11308
11309 2005-06-23 [colin]      1.9.11cvs93
11310
11311         * src/summaryview.c
11312                 Optimize Select All
11313                 Before, in a 5K mails folder: 11s
11314                 After, in the same folder: 58000µs
11315                 The joys of locking... gtk_clist_select_all() fires a 
11316                 tree-select-row event for each selected row, which in 
11317                 summaryview, callbacks summary_selected which in turn,
11318                 calls summary_status_show, which walks the selected
11319                 rows. Hence, calling gtk_clist_select_all was 
11320                 exponential. Locking the summaryview makes 
11321                 summary_selected return early.
11322
11323 2005-06-23 [colin]      1.9.11cvs92
11324
11325         * src/imap.c
11326                 Move mutex at the important place to avoid
11327                 deadlocks
11328         * src/summaryview.c
11329                 Fix Del key deleting directly instead of
11330                 moving to trash
11331
11332 2005-06-22 [colin]      1.9.11cvs91
11333
11334         * src/plugins/spamassassin/libspamc.c
11335                 As we do spagetti code with assignations in multiple
11336                 places (see _message_read_raw where out = msg = raw),
11337                 let's be sure we don't free the same pointer twice.
11338                 Should fix bug #683 (Crash in libpam at 
11339                 message_cleanup).
11340
11341 2005-06-22 [colin]      1.9.11cvs90
11342
11343         * src/compose.c
11344         * src/messageview.c
11345         * src/toolbar.c
11346                 Make toolbar's delete use the move to trash stuff;
11347                 Add gtk_widget_realize to be sure pixmaps can get
11348                 created (that may fix an old worksforme bug which
11349                 I can't find back...)
11350
11351 2005-06-22 [colin]      1.9.11cvs89
11352
11353         * src/summaryview.c
11354         * src/summaryview.h
11355         * src/mainwindow.c
11356                 Rename "Message/Delete" to "Message/Move to trash"
11357                 Add "Message/Delete..." that directly destroys the
11358                 selected messages after asking for a confirmation.
11359
11360 2005-06-22 [colin]      1.9.11cvs88
11361
11362         * src/imap.c
11363                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11364                 o Fix a deadlock (thanks Darko)
11365
11366 2005-06-22 [colin]      1.9.11cvs87
11367
11368         * src/gtk/foldersort.c
11369                 Add missing include for the i18n;
11370                 patch by Fabien Vantard
11371
11372 2005-06-21 [colin]      1.9.11cvs86
11373
11374         * src/folder.c
11375         * src/folderview.c
11376                 Respect the no_select flag
11377         * src/imap.c
11378                 Fix recursive deletion
11379         * src/imap_gtk.c
11380         * src/mh_gtk.c
11381                 Make the folder deletion's warning
11382                 more explicit
11383
11384 2005-06-21 [colin]      1.9.11cvs85
11385
11386         * src/textview.c
11387                 Prevent email addresses from spanning accross
11388                 lines - fixes bug # 646 (newline-chars in 
11389                 email addresses)
11390
11391 2005-06-20 [colin]      1.9.11cvs84
11392
11393         * src/folder.c
11394                 Be sure not to remove source if copy failed
11395
11396 2005-06-20 [colin]      1.9.11cvs83
11397
11398         * src/folderview.c
11399         * src/imap_gtk.c
11400                 remove summaryview's lock
11401         * src/imap.c
11402                 introduce threads to avoid problems when foreground tasks
11403                 interfere with background tasks
11404         * src/mh.c
11405                 prevent moving to drafts/queue
11406         * src/mimeview.c
11407                 fix leak
11408
11409 2005-06-19 [colin]      1.9.11cvs82
11410
11411         * src/imap_gtk.c
11412                 Remember that the user doesn't want to override
11413                 offline mode, for 3 seconds. It avoid presenting
11414                 him with N popups in a really short time.
11415
11416 2005-06-17 [colin]      1.9.11cvs81
11417
11418         * src/imap.c
11419                 Fix IMAP breaking on folders containing '('
11420                 (Probably won't be enough)
11421
11422 2005-06-17 [colin]      1.9.11cvs80
11423
11424         Forgotten files on 1.9.11cvs79
11425         * src/summaryview.c
11426                 Fix stepping when not immediately executing
11427         * src/imap.c
11428                 Really prevent UID FETCH 0
11429         * src/codeconv.c
11430                 Fix outgoing charset never set to utf-8
11431         * src/mh.c
11432                 Fix leak
11433
11434 2005-06-16 [colin]      1.9.11cvs79
11435
11436         * src/compose.c
11437                 Fix bug #707 (Dash splits rows)
11438                 Only wrap if we're on a line break position and
11439                 the previous one was a "white" (space) char.
11440                 Pango stuff is weird.
11441
11442 2005-06-16 [colin]      1.9.11cvs78
11443
11444         * src/imap_gtk.c
11445                 Lock summaryview while downloading messages
11446                 on user demand
11447         * src/procheader.c
11448         * src/unmime.c
11449         * src/common/utils.c
11450         * src/common/utils.h
11451                 Replace \r and \n with spaces in From and
11452                 Subject headers
11453
11454 2005-06-16 [paul]       1.9.11cvs77
11455
11456         * src/procmime.c
11457                 liberalise the mime parser
11458         * src/gtk/about.c
11459                 add text wrapping
11460
11461 2005-06-16 [paul]       1.9.11cvs76
11462
11463         * src/gtk/about.c
11464                 reworked
11465
11466 2005-06-15 [colin]      1.9.11cvs75
11467
11468         * src/compose.c
11469                 Finish header encoding fix
11470         * src/summaryview.c
11471                 Fix segfault
11472         * src/headerview.c
11473                 Fix compilation (Thanks Stephan
11474                 Sachse)
11475
11476 2005-06-15 [colin]      1.9.11cvs74
11477
11478         * Makefile.am
11479                 Install gnome2 stuff rather than gnome1, 
11480                 if both are present
11481         * src/codeconv.c
11482         * src/codeconv.h
11483         * src/compose.c
11484                 Fix headers encoding
11485         * src/folder.c
11486                 Visual progress when fetching all messages
11487         * src/folderview.c
11488         * src/summaryview.c
11489         * src/summaryview.h
11490                 Prevent changing current message while
11491                 incorporating
11492
11493 2005-06-15 [paul]       1.9.11cvs73
11494
11495         * src/gtk/gtkaspell.c
11496         * src/gtk/gtkaspell.h
11497                 fix build warnings
11498
11499 2005-06-15 [paul]       1.9.11cvs72
11500
11501         * src/prefs_filtering.c
11502                 allow reordering of filter rules by
11503                 drag n drop
11504
11505 2005-06-15 [paul]       1.9.11cvs71
11506
11507         * COPYING
11508                 updated
11509         * src/codeconv.c
11510                 replace deprecated function
11511         * src/inc.c
11512         * src/send_message.c
11513         * src/gtk/progressdialog.c
11514         * src/gtk/progressdialog.h
11515                 salvage and reuse parts of reverted sync
11516
11517 2005-06-15 [paul]       1.9.11cvs70
11518
11519         * src/inc.c
11520         * src/send_message.c
11521         * src/gtk/progressdialog.c
11522         * src/gtk/progressdialog.h
11523                 revert yesterday's sync with main
11524                 it contains deprecated functions
11525
11526 2005-06-15 [colin]      1.9.11cvs69
11527
11528         * src/headerview.c
11529                 Fix bug #670 (multi user to: will corrupt message 
11530                 headers display)
11531
11532 2005-06-15 [colin]      1.9.11cvs68
11533
11534         * src/compose.c
11535                 Fix bug #421 (Fix undo on wrapping)
11536
11537 2005-06-15 [colin]      1.9.11cvs67
11538
11539         * src/folder.c
11540                 Provide visual feedback while processing
11541                 folder's rules.
11542         * src/imap.c
11543                 Provide visual feedback while getting
11544                 short headers (for uncached messages)
11545
11546
11547 2005-06-14 [paul]       1.9.11cvs66
11548
11549         * src/account.c
11550                 change a couple stock icons
11551         * src/inc.c
11552         * src/send_message.c
11553         * src/gtk/progressdialog.c
11554         * src/gtk/progressdialog.h
11555                 sync main's GtkTreeView implementation
11556
11557 2005-06-14 [colin]      1.9.11cvs65
11558
11559         * src/imap.c
11560                 Various little fixes, mainly on error paths
11561
11562 2005-06-13 [colin]      1.9.11cvs64
11563
11564         * matcher.c
11565         * procmsg.c
11566         * procmsg.h
11567                 Add a way to fetch only headers. This speeds
11568                 up filtering on headers for IMAP. Fixes:
11569                 bug #481 extraneous imap commands slow down 
11570                         imap filtering
11571                 bug #522 Sylpheed downloads all messages 
11572                         when opening mailbox (IMAP)
11573                 bug #677 IMAP fetch is soooooooooooooo slow
11574         * src/folder.c
11575         * src/folder.h
11576                 Add a folder set_batch method so that
11577                 implementations can speed up flags changes
11578         * src/folderutils.c
11579         * src/summaryview.c
11580                 Use that in mark as (un)read and mark all read
11581                 Refix bug #679
11582         * src/imap.c
11583                 Implement set_batch - brings back deferred
11584                 flags in a less buggy manner. Fixes:
11585                 bug #729 IMAP immediate expunge of deleted messages
11586                 bug #191 remove list of messages with one command
11587                 Fix login with strange chars
11588                 Implement fetch_msg_full
11589                 Fix copy (wrong counts)
11590
11591 2005-06-12 [colin]      1.9.11cvs63
11592
11593         * src/folder.c
11594                 lock incorporation during long operations.
11595                 Avoids fucking up the IMAP socket.
11596
11597 2005-06-12 [colin]      1.9.11cvs62
11598
11599         * src/imap.c
11600                 Fix harmful typo
11601                 Factorize remove_all_msg
11602                 Thread-ize expunge
11603         * src/summaryview.c
11604                 Don't update partial-download status if unnecessary
11605         * src/folder.c
11606                 Use remove_msgs everywhere possible
11607
11608 2005-06-12 [colin]      1.9.11cvs61
11609
11610         * src/folder.c
11611         * src/folder.h
11612                 Add a remove_msgs function to remove a 
11613                 list of messages
11614         * src/imap.c
11615                 Implement that.
11616
11617 2005-06-12 [colin]      1.9.11cvs60
11618
11619         * src/imap.c
11620                 Remove flags-processing deferring... Too hard
11621                 to get it to work in all cases.
11622
11623 2005-06-11 [colin]      1.9.11cvs59
11624
11625         * src/imap.c
11626                 printf -> debug_print
11627
11628 2005-06-11 [colin]      1.9.11cvs58
11629
11630         * src/imap.c
11631                 o Fix build without USE_PTHREAD
11632                 o Factorize imap_open
11633                 o Alertpanel in case of impossible connection
11634                 o Alertpanel in case of impossible login
11635                 o Fix deferred flags processing to force a 
11636                   flush before adding some more flags to process,
11637                   but in another folder.
11638
11639 2005-06-10 [colin]      1.9.11cvs57
11640
11641         * src/imap.c
11642                 o Fix a format string error
11643                 o init ssl socket outside of the thread 
11644                   (it possibly invokes gtk calls)
11645         * src/procmime.c
11646                 o Put back the buffer to its necessary size
11647                 o Fix changing a file pointer without keeping
11648                   track of it (thanks Valgrind)
11649         * src/common/smtp.c
11650                 o Fix automatic STARTTLS if login should be done
11651                   and the server only allows it after starting TLS
11652         * src/gtk/gtkinputdialog.c
11653                 o Eat GDK_Return so that the combo popup doesn't 
11654                   appear when we press Enter to validate the combo
11655                   input dialog (as seen in the Open with... dialog)
11656
11657 2005-06-10 [colin]      1.9.11cvs56
11658
11659         * src/imap.c
11660                 o A bit less debug
11661                 o Fix a crash on deletion
11662                 o Threadize imap_select (it's called outside of 
11663                   threads)
11664                 o Defer treatment of DELETED flags
11665
11666
11667 2005-06-09 [colin]      1.9.11cvs55
11668
11669         * src/imap.c
11670                 Make sure we check imap_gtk_should_override(), which
11671                 potentially calls gtk stuff, before creating thread.
11672                 That way it should't be called via imap_get_session()
11673                 inside a thread.
11674
11675 2005-06-09 [colin]      1.9.11cvs54
11676
11677         * src/imap.c
11678                 o add a bit of status output
11679                 o remove some dead code
11680                 o threadize get_list_of_uids
11681                 o threadize imap_get_flags
11682                 o defer flag changing by 500ms so that they
11683                   can be batched
11684
11685
11686 2005-06-08 [colin]      1.9.11cvs53
11687
11688         * src/imap.c
11689                 Thread-ize imap_cmd_fetch
11690
11691 2005-06-08 [colin]      1.9.11cvs52
11692
11693         * src/main.c
11694                 Mmh, that broke POP3...
11695
11696 2005-06-08 [colin]      1.9.11cvs51
11697
11698         * src/main.c
11699                 Stabilize IMAP patch (thanks to Hoa)
11700
11701 2005-06-08 [colin]      1.9.11cvs50
11702
11703         * src/imap.c
11704                 Test patch to speed up imap. 
11705
11706 2005-06-08 [colin]      1.9.11cvs49
11707
11708         * src/imap_gtk.c
11709                 Warning fix
11710         * src/procmime.c
11711                 Apply patch from gentoo to use /usr/share/mime/globs if 
11712                 available, after un-breaking it
11713         * src/common/log.c
11714         * src/common/log.h
11715                 Use g_timeout for invoking hooks that possibly use gtk
11716                 calls. This should leave gtk calls in the main thread.
11717
11718 2005-06-08 [paul]       1.9.11cvs48
11719
11720         * src/codeconv.c
11721                 conv_get_outgoing_charset_str(): don't
11722                 use prefs_common setting
11723         * src/compose.c
11724         * src/compose.h
11725                 add /Options/Character encoding/... to
11726                 temporarily change the outgoing encoding
11727
11728         (belated sync with main)
11729
11730 2005-06-08 [paul]       1.9.11cvs47
11731
11732         * src/compose.c
11733                 correction to/completion of last
11734                 sync with main
11735
11736 2005-06-08 [paul]       1.9.11cvs46
11737
11738         sync with main:
11739         
11740         * src/codeconv.c
11741         * src/codeconv.h
11742                 always enabled Japanese auto-detection
11743                 if the first letters of locale string
11744                 is "ja"
11745         * src/compose.c
11746                 don't use "destroy" signal to destroy
11747                 Compose object (fix rare crashes on discard?)
11748         * src/mainwindow.c
11749         * src/messageview.c
11750         * src/prefs_send.c
11751                 added Hebrew encodings
11752         * src/sourcewindow.c
11753                 don't use "destroy" signal to destroy
11754                 objects
11755
11756 2005-06-07 [colin]      1.9.11cvs45
11757
11758         * src/summaryview.c
11759                 Add missing unlocks/locks
11760
11761 2005-06-07 [paul]       1.9.11cvs44
11762
11763         * src/summaryview.c
11764                 restore bug #749 fix
11765
11766 2005-06-06 [colin]      1.9.11cvs43
11767
11768         * src/summaryview.c
11769                 Fix selection bug when prefs_common.open_unread 
11770                 is FALSE
11771
11772 2005-06-06 [colin]      1.9.11cvs42
11773
11774         * src/common/md5.c
11775                 Fix a warning
11776         * src/summaryview.c
11777         * src/folderview.c
11778                 Factorize long operations beginning and end
11779                 (locking, freezing/thawing, cursor, ...)
11780                 Check selection->data member in selection-
11781                 related loops; this avoids dying an awful
11782                 death if the selection changes on us while
11783                 we're marking a whole IMAP folder unread, 
11784                 for example.
11785
11786 2005-06-06 [paul]       1.9.11cvs41
11787
11788         * src/textview.c
11789                 don't g_free() a static gchar buffer
11790
11791 2005-06-05 [colin]      1.9.11cvs40
11792
11793         * src/mainwindow.c
11794         * src/messageview.c
11795         * src/summaryview.c
11796                 Fix bug #749 (Show all headers should be
11797                 sticky as the GUI suggests)
11798
11799 2005-06-03 [paul]       1.9.11cvs39
11800
11801         * src/compose.c
11802                 don't allow editing of mail while sending.
11803                 patch by Colin
11804
11805 2005-06-03 [paul]       1.9.11cvs38
11806
11807         * src/folderview.c
11808                 add a freeze/thaw to speed up 'mark all read'
11809
11810 2005-06-03 [paul]       1.9.11cvs37
11811
11812         * src/prefs_message.c
11813                 reflect changes immediately
11814
11815 2005-06-02 [colin]      1.9.11cvs36
11816
11817         * po/POTFILES.in
11818                 Patch by Fabien Vantard.
11819
11820 2005-06-02 [colin]      1.9.11cvs35
11821
11822         * src/imap.c
11823                 Use a non-blocking imap_getline() if possible.
11824                 This should completely prevent the interface
11825                 from freezin on imap operations, although it
11826                 may do strange stuff in case of folder switching
11827                 while a big imap operation is taking place...
11828
11829                 In addition, fix a leak in the case thread
11830                 creation fails on connection.
11831
11832 2005-06-02 [colin]      1.9.11cvs34
11833
11834         * src/crash.c
11835         * src/prefs_common.h
11836                 Fix build (prefs_common_init() doesn't exist
11837                 anymore)
11838
11839 2005-06-02 [colin]      1.9.11cvs33
11840
11841         * src/prefs_account.c
11842                 Fix bug #245 (filtering rules broken when
11843                 renaming a remote account (imap4 or nntp)
11844
11845 2005-06-02 [colin]      1.9.11cvs32
11846
11847         * src/imap.c
11848                 Try to fix IMAP shortcomings: 
11849                 o Multithread imap_open()
11850                 o allow offline-mode overriding instead of
11851                   just returning NULL
11852         * src/imap_gtk.c
11853         * src/imap_gtk.h
11854                 Add a function to ask whether we want to
11855                 override offline-mode for 10 minutes (one-shot
11856                 asking was painful)
11857         * src/procheader.c
11858                 Fix segfault when imap parser isn't happy about
11859                 a missing {
11860
11861 2005-06-01 [colin]      1.9.11cvs31
11862
11863         * src/addrharvest.c
11864         * src/compose.c
11865         * src/mbox.c
11866         * src/mbox.h
11867         * src/mh.c
11868         * src/msgcache.c
11869         * src/send_message.c
11870         * src/setup.c
11871         * src/undo.c
11872         * src/common/hooks.c
11873         * src/common/prefs.c
11874         * src/common/template.c
11875         * src/common/utils.c
11876         * src/gtk/gtkutils.c
11877         * src/gtk/inputdialog.c
11878         * src/gtk/menu.c
11879         * src/gtk/pluginwindow.c
11880         * src/gtk/prefswindow.c
11881         * src/plugins/pgpmime/passphrase.c
11882         * src/plugins/pgpmime/prefs_gpg.c
11883                 More -Wall fixes
11884
11885         * src/common/Makefile.am
11886         * src/common/timing.h
11887                 Add basic timing code
11888
11889         * src/summaryview.c
11890                 Fix a bug with unread messages when 
11891                 re-sorting folders, and by the way
11892                 fix a big performance hit when 
11893                 re-sorting (10k mails: before 5s,
11894                 after .5s)
11895
11896         * src/prefs_compose_writing.c
11897         * src/prefs_compose_writing.h
11898         * src/prefs_message.c
11899         * src/prefs_message.h
11900         * src/prefs_other.c
11901         * src/prefs_other.h
11902         * src/prefs_quote.c
11903         * src/prefs_quote.h
11904         * src/prefs_receive.c
11905         * src/prefs_receive.h
11906         * src/prefs_send.c
11907         * src/prefs_send.h
11908         * src/prefs_summaries.c
11909         * src/prefs_summaries.h
11910                 Fix copyright banner
11911
11912 2005-06-01 [paul]       1.9.11cvs30
11913
11914         * po/fi.po
11915                 updated by Flammie Pirinen
11916         * src/procmime.c
11917                 fix 'Bad BASE64 content' output
11918
11919 2005-05-31 [colin]      1.9.11cvs29
11920
11921         * src/procmime.c
11922                 Oops, where did my hunk go.
11923
11924 2005-05-31 [colin]      1.9.11cvs28
11925
11926         * src/Makefile.am
11927         * src/account.c
11928         * src/action.c
11929         * src/addr_compl.c
11930         * src/addressbook.c
11931         * src/codeconv.c
11932         * src/compose.c
11933         * src/export.c
11934         * src/folder.c
11935         * src/folderview.c
11936         * src/image_viewer.c
11937         * src/main.c
11938         * src/mainwindow.c
11939         * src/messageview.c
11940         * src/mimeview.c
11941         * src/msgcache.c
11942         * src/prefs_account.c
11943         * src/prefs_actions.c
11944         * src/prefs_common.c
11945         * src/prefs_compose_writing.c
11946         * src/prefs_customheader.c
11947         * src/prefs_ext_prog.c
11948         * src/prefs_filtering.c
11949         * src/prefs_filtering_action.c
11950         * src/prefs_fonts.c
11951         * src/prefs_image_viewer.c
11952         * src/prefs_message.c
11953         * src/prefs_message.h
11954         * src/prefs_msg_colors.c
11955         * src/prefs_other.c
11956         * src/prefs_other.h
11957         * src/prefs_quote.c
11958         * src/prefs_receive.c
11959         * src/prefs_receive.h
11960         * src/prefs_send.c
11961         * src/prefs_send.h
11962         * src/prefs_spelling.c
11963         * src/prefs_summaries.c
11964         * src/prefs_summary_column.c
11965         * src/prefs_template.c
11966         * src/prefs_themes.c
11967         * src/prefs_toolbar.c
11968         * src/prefs_wrapping.c
11969         * src/procmime.c
11970         * src/procmsg.c
11971         * src/send_message.h
11972         * src/ssl_manager.c
11973         * src/summary_search.c
11974         * src/summaryview.c
11975         * src/textview.c
11976         * src/wizard.c
11977         * src/common/smtp.c
11978         * src/common/smtp.h
11979         * src/gtk/gtkutils.h
11980                 o Move the rest of Common prefs to new style
11981                 o Lots of -Wall warning fixes
11982                 o fix FIXME in cache memusage calculation
11983                 o Let return receipts be sent from any account
11984                 o Little cache optimisation (read)
11985                 o Fix bug #746 (don't treat commas as separators
11986                   when inside a quoted string)
11987
11988 2005-05-31 [paul]       1.9.11cvs27
11989
11990         * src/prefs_common.c
11991                 fix 'off-by-one' typo
11992
11993 2005-05-31 [paul]       1.9.11cvs26
11994
11995         * src/account.c
11996         * src/addr_compl.c
11997         * src/compose.c
11998         * src/foldersel.c
11999         * src/prefs_actions.c
12000         * src/prefs_common.c
12001         * src/prefs_common.h
12002         * src/prefs_customheader.c
12003         * src/prefs_display_header.c
12004         * src/prefs_filtering.c
12005         * src/prefs_filtering_action.c
12006         * src/prefs_matcher.c
12007         * src/prefs_summaries.c
12008         * src/prefs_summary_column.c
12009         * src/prefs_template.c
12010         * src/prefs_toolbar.c
12011         * src/ssl_manager.c
12012         * src/gtk/pluginwindow.c
12013         * src/gtk/prefswindow.c
12014         * src/gtk/progressdialog.c
12015                 add hidden prefs 'enable_rules_hint'
12016                 for gtk_tree_view_set_rules_hint()
12017                 (sync with main)
12018                 
12019
12020 2005-05-31 [colin]      1.9.11cvs25
12021
12022         * src/Makefile.am
12023         * src/main.c
12024         * src/prefs_common.c
12025         * src/prefs_summaries.c ** ADDED **
12026         * src/prefs_summaries.h ** ADDED **
12027                 Common/Display -> Display/Summaries
12028
12029 2005-05-31 [colin]      1.9.11cvs24
12030
12031         * src/Makefile.am
12032         * src/main.c
12033         * src/prefs_quote.c ** ADDED **
12034         * src/prefs_quote.h ** ADDED **
12035                 Move Common/Quote to Compose/Quoting
12036         * src/prefs_common.c
12037         * src/prefs_common.h
12038                 Remove old quote stuff, add
12039                 convenience functions for GtkTextView prefs
12040         * src/gtk/prefswindow.c
12041                 Set default height higher
12042
12043 2005-05-30 [colin]      1.9.11cvs23
12044
12045         * src/Makefile.am
12046         * src/main.c
12047         * src/prefs_common.c
12048         * src/prefs_compose_writing.c ** ADDED **
12049         * src/prefs_compose_writing.h ** ADDED **
12050                 Move Common/Compose prefs to Compose/Writing
12051
12052 2005-05-30 [colin]      1.9.11cvs22
12053
12054         * src/common/utils.c
12055                 Fix bug #651 (Confused Attract by Subject)
12056                 Patch by M. Benkmann <haferfrost@web.de>
12057         * AUTHORS
12058
12059 2005-05-30 [colin]      1.9.11cvs21
12060
12061         * src/compose.c
12062                 Fix concatenation of different headers of
12063                 the same type (bug #645)
12064         * src/prefs_folder_item.c
12065                 Fix bug #699 (setting color to black doesn't
12066                 work immediately)
12067         * src/procmime.c
12068                 Print out decoding error only once per
12069                 block
12070
12071 2005-05-30 [paul]       1.9.11cvs20
12072
12073         * src/common/template.c
12074                 fix Bcc
12075
12076 2005-05-30 [paul]       1.9.11cvs19
12077
12078         * doc/src/rfc2368.txt   **NEW FILE**
12079         * src/compose.c
12080                 compose_entries_set(): don't interpret Bcc
12081                 header field (conform to RFC 2368)
12082                 (sync with main)
12083
12084 2005-05-29 [colin]      1.9.11cvs18
12085
12086         * src/prefs_common.c
12087                 Let the default reply format respect
12088                 netiquette by cutting the signature.
12089
12090 2005-05-29 [colin]      1.9.11cvs17
12091
12092         * src/summaryview.c
12093                 Don't let always_show_msg override
12094                 open_unread_on_enter when opening a new
12095                 directory.
12096
12097 2005-05-27 [paul]       1.9.11cvs16
12098
12099         sync with main:
12100
12101         * src/main.c
12102                 app_will_exit(): cleanup tmp directory when exit
12103         * src/message_search.c
12104                 improved the interface and made code cleanup.
12105                 removed Clear button
12106         * src/send_message.c
12107                 send_message_local(): use GSpawn, and detect errors
12108         * src/summary_search.c
12109                 improved the interface and made code cleanup
12110         * src/textview.c
12111                 textview_write_link(): also skip non-ascii space
12112                  at the head of link strings (phishing check
12113                  didn't work at the case)
12114         * src/common/utils.c
12115                 get_command_output(): use g_spawn_command_line_sync()
12116                 instead of popen()
12117
12118 2005-05-26 [colin]      1.9.11cvs15
12119
12120         * src/folder.c
12121                 remove printf
12122
12123 2005-05-26 [colin]      1.9.11cvs14
12124
12125         * src/common/nntp.c
12126                 Fix nntp mode reader (bug #611)
12127                 Patch by Florian Mickler <florian@mickler.org>
12128
12129 2005-05-26 [colin]      1.9.11cvs13
12130
12131         * src/plugins/pgpmime/passphrase.c
12132                 Fix mouse grabbing (bug #557)
12133
12134 2005-05-26 [colin]      1.9.11cvs12
12135
12136         * src/prefs_themes.c
12137                 Fix g_warning (bug #541)
12138
12139 2005-05-26 [colin]      1.9.11cvs11
12140
12141         * src/prefs_actions.c
12142         * src/prefs_template.c
12143                 Fix bug #506 (no warning if action/template
12144                 is not saved)
12145         * src/common/template.c
12146                 Fix a possible crash
12147
12148 2005-05-26 [colin]      1.9.11cvs10
12149
12150         * src/folder.c
12151         * src/folderview.c
12152         * src/procmsg.c
12153         * src/summaryview.c
12154                 Forbid locked messages to be moved or
12155                 deleted. Locked messages in trashes 
12156                 still get deleted, for performance
12157                 reason (mh.c::mh_remove_all_msgs)
12158
12159 2005-05-25 [colin]      1.9.11cvs9
12160
12161         * src/procmime.c
12162                 Use correct encoding when sending mails
12163                 with attachments that have accentued 
12164                 chars in their name
12165
12166 2005-05-24 [colin]      1.9.11cvs8
12167
12168         * src/summaryview.c
12169                 Fix bug #688 f) read/unread marker not
12170                 changed on first click
12171                 Also, optimize summary_status_show()
12172                 calls
12173         * src/folder.c
12174         * src/inc.c
12175         * src/procmime.c
12176                 Fix bug #688 b) and c) wrt message
12177                 attachments and signature
12178         * src/stock_pixmap.c
12179         * src/stock_pixmap.h
12180         * src/stock_pixmap.c
12181         * src/stock_pixmap.h
12182         * src/Makefile.am
12183         * src/pixmaps/clip_gpg_signed.xpm
12184                 Add clip/signed icon
12185
12186 2005-05-24 [colin]      1.9.11cvs7
12187
12188         * src/folder_item_prefs.c
12189                 whitespace fix
12190
12191 2005-05-24 [colin]      1.9.11cvs6
12192
12193         * src/folderview.c
12194         * src/prefs_common.c
12195         * src/prefs_common.h
12196                 Add a confirmation to folder drag and drop
12197                 fixes bug #156
12198         * src/alertpanel.c
12199         * src/alertpanel.h
12200                 fix _with_disable parameters so that
12201                 the buttons labels are specifiable too
12202         * src/plugins/pgpmime/sgpgme.c
12203                 reflect said change
12204                 
12205
12206 2005-05-24 [colin]      1.9.11cvs5
12207
12208         * src/folderview.c
12209                 Uncollapse/collapse folders on double-click
12210                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12211                 closes bug #108
12212
12213 2005-05-23 [colin]      1.9.11cvs4
12214
12215         * src/common/socket.c
12216                 Check another special SSL_peek() error.
12217                 Should help wrt bug #728
12218
12219 2005-05-23 [colin]      1.9.11cvs3
12220
12221         * src/plugins/pgpmime/pgpmime.c
12222                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12223                 breaking menu accelerators and stuff. Users will have to
12224                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12225                 account's privacy preferences if needed.
12226
12227 2005-05-22 [paul]
12228
12229         * tools/kdeservicemenu/install.sh
12230                 use kdesu to prompt for root password if doing
12231                 global install/uninstall
12232
12233 2005-05-20 [colin]      1.9.11cvs2
12234
12235         * src/procmsg.c
12236                 Fix another compilation error with gcc-2.9x
12237                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12238         * src/send_message.c
12239                 Don't send QUIT if we aren't connected
12240
12241 2005-05-19 [colin]      1.9.11cvs1
12242
12243         * src/procmsg.c
12244                 Fix compilation with gcc 2.9x
12245
12246 2005-05-19 [paul]       1.9.11
12247
12248         1.9.11 released
12249
12250 2005-05-19 [paul]       1.9.9cvs14
12251
12252         * src/gtk/inputdialog.c
12253                 prevent gettext warning
12254
12255 2005-05-19 [paul]       1.9.9cvs13
12256
12257         * src/mainwindow.c
12258         * src/prefs_common.c
12259         * src/prefs_common.h
12260         * src/textview.c
12261         * src/textview.h
12262                 add an option to toggle cursor in message
12263                 view (sync with main)
12264
12265 2005-05-18 [colin]      1.9.9cvs12
12266
12267         * src/compose.c
12268                 Dereference freed pointer
12269         * src/gtk/gtkaspell.c
12270                 Fix duplication of dictionaries (is it an aspell issue?)
12271
12272 2005-05-18 [colin]      1.9.9cvs11
12273
12274         * src/gtk/inputdialog.c
12275         * src/gtk/gtkaspell.c
12276                 HIGuify dialogs
12277         * src/alertpanel.c
12278                 Remove a double call
12279
12280 2005-05-17 [colin]      1.9.9cvs10
12281
12282         * src/gtk/gtkaspell.c
12283                 Fix dialogs, Ctrl-Enter accel
12284
12285 2005-05-17 [colin]      1.9.9cvs9
12286
12287         * src/gtk/gtkaspell.c
12288                 Fix some accelerators, escape in replace-window
12289
12290 2005-05-16 [colin]      1.9.9cvs8
12291
12292         * src/gtk/gtkaspell.c
12293                 Revert last commit, it was a mistake.
12294
12295 2005-05-16 [colin]      1.9.9cvs7
12296
12297         * src/gtk/gtkaspell.c
12298                 Remove buggy code while we're at it. It's a 
12299                 dead code path anyway.
12300
12301 2005-05-16 [colin]      1.9.9cvs6
12302
12303         * src/gtk/gtkaspell.c
12304                 Missed some gtk_menu_popup where deactivate
12305                 signal should be handled. Should fix bug
12306                 #629 a bit more.
12307
12308 2005-05-16 [colin]      1.9.9cvs5
12309
12310         * src/gtk/gtkaspell.c
12311                 Remove debug printf()s
12312
12313 2005-05-16 [colin]      1.9.9cvs4
12314
12315         * src/gtk/gtkaspell.c
12316                 Fix a bit aspell problems
12317                 (see bug #629)
12318
12319 2005-05-13 [colin]      1.9.9cvs3
12320
12321         * src/folderview.c
12322                 Fix the + appearing even when no subfolders
12323                 have unread messages. Thanks to wwp for the
12324                 bug report.
12325
12326 2005-05-11 [paul]       1.9.9cvs2
12327
12328         * src/folderview.c
12329                 correction to 1.9.9cvs1, only colour folders that
12330                 have new msgs (not unread msgs)
12331
12332 2005-05-10 [colin]      1.9.9cvs1
12333
12334         * src/folderview.c
12335         * src/summaryview.c
12336                 Try to fix bolding bugs again.
12337
12338 2005-05-09 [paul]
12339
12340         * tools/claws.i18n.status.pl
12341                 add Ricardo Mones Lastra's script that has been providing
12342                 the i18n status page for many months
12343
12344 2005-05-09 [paul]       1.9.9
12345
12346         1.9.9 release
12347
12348 2005-05-09 [paul]       1.9.6cvs58
12349
12350         * AUTHORS
12351         * INSTALL
12352         * README.claws
12353                 updated
12354         * Makefile.am 
12355         * RELEASE_NOTES.claws
12356                 add release notes to cvs to simplify release
12357                 procedure
12358         * configure.ac
12359                 add ca and fi to ALL_LINGUAS
12360         * po/Makefile.in.in
12361                 workaround for missing Makevars
12362         * po/ca.po
12363         * po/fi.po
12364                 add new Catalan and Finnish translations
12365                 submitted by Miquel Oliete and Flammie Pirinen
12366         * po/de.po
12367         * po/es.po
12368         * po/fr.po
12369         * po/it.po
12370         * po/pl.po
12371         * po/ru.po
12372         * po/sk.po
12373         * po/sr.po
12374         * po/zh_CN.po
12375                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12376                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12377                 Urke MMI, and Hansom Young
12378         * src/main.c
12379                 Fix drafting when quitting. compose_draft() closes the
12380                 compose windows, which modifies the compose_list GSList.
12381                 We have to refresh this list after echo drafting to avoid a
12382                 segfault
12383         * src/partial_download.c
12384                 fix segfault on exit
12385
12386 2005-05-06 [paul]       1.9.6cvs57
12387
12388         * src/grouplistdialog.c
12389                 quick fix/workaround for unresizeable newsgroup
12390                 name column 
12391
12392 2005-05-06 [paul]       1.9.6cvs56
12393
12394         * src/inc.c
12395         * src/mainwindow.c
12396                 use gettext plural forms
12397         * src/imap_gtk.c
12398         * src/mh_gtk.c
12399         * src/toolbar.c
12400                 small improvement to english usage
12401
12402 2005-05-05 [thorsten]   1.9.6cvs55
12403
12404         * src/folder.c
12405                 fix possible crash
12406
12407 2005-05-05 [paul]       1.9.6cvs54
12408         
12409         sync with HEAD
12410
12411         * AUTHORS
12412         * src/compose.c
12413                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12414                 patch by Tim Mann
12415
12416 2005-05-05 [paul]       1.9.6cvs53
12417
12418         * src/mainwindow.c
12419                 fix resizing of separate message and
12420                 folder views
12421
12422 2005-05-05 [paul]       1.9.6cvs52
12423
12424         * src/account.c
12425         * src/addrgather.c
12426         * src/browseldap.c
12427         * src/exphtmldlg.c
12428         * src/expldifdlg.c
12429         * src/importmutt.c
12430         * src/importpine.c
12431         * src/main.c
12432         * src/mainwindow.c
12433         * src/noticeview.c
12434         * src/prefs_filtering.c
12435         * src/prefs_filtering_action.c
12436         * src/prefs_matcher.c
12437         * src/prefs_spelling.c
12438         * src/prefs_toolbar.c
12439         * src/toolbar.c
12440         * src/wizard.c
12441         * src/gtk/description_window.c
12442         * src/gtk/gtkvscrollbutton.c
12443         * src/gtk/progressdialog.c
12444         * src/gtk/quicksearch.c
12445         * src/plugins/pgpmime/prefs_gpg.c
12446         * src/plugins/spamassassin/spamassassin_gtk.c
12447                 replace deprecated gtk_widget_set_usize
12448
12449 2005-05-04 [colin]      1.9.6cvs51
12450
12451         * src/common/utils.c
12452                 Fix crash when subst_for_filename is called
12453                 with a NULL parameter
12454
12455 2005-05-04 [colin]      1.9.6cvs50
12456
12457         * src/partial_download.c
12458         * src/pop.c
12459                 Escape login when writing uidl file
12460                 fixes bug #736
12461
12462 2005-05-03 [colin]      1.9.6cvs49
12463
12464         * src/procmime.c
12465                 Fix possible DOS in mime parser
12466                 (see bug #634)
12467
12468 2005-05-02 [colin]      1.9.6cvs48
12469
12470         * src/compose.c
12471                 Try to fix the copy/paste mess once again.
12472
12473
12474 2005-04-30 [colin]      1.9.6cvs47
12475
12476         * src/prefs_account.h
12477         * src/procmsg.c
12478         * src/send_message.c
12479         * src/common/smtp.c
12480         * src/common/smtp.h
12481                 Try to batch sending mails (per account) instead of
12482                 reconnecting to server every time.
12483
12484 2005-04-29 [colin]      1.9.6cvs46
12485
12486         * src/messageview.c
12487                 Fix window resizing that refused to size down
12488         * src/prefs_common.c
12489         * src/prefs_common.h
12490         * src/prefs_filtering.c
12491                 Save Filtering's window size
12492
12493 2005-04-21 [paul]       1.9.6cvs45
12494
12495         * ChangeLog-gtk2.claws
12496         * src/setup.c
12497                 correction to sync
12498
12499 2005-04-21 [paul]       1.9.6cvs44
12500
12501         sync with main:
12502
12503         * src/setup.c
12504         * src/statusbar.c
12505         * src/statusbar.h
12506                 use gtkut_widget_draw_now(). Improved performance
12507                 of the update of statusbar
12508         * src/textview.c
12509                 textview_smooth_scroll_do(): redraw it after scroll
12510                 is done (fixed incorrect display when a part of the
12511                 view is hidden).
12512         * src/gtk/gtkutils.c
12513         * src/gtk/gtkutils.h
12514                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12515                 to force update of widgets.
12516                 Removed gtkut_widget_wait_for_draw() which had a big
12517                 overhead  because of waiting for all events processed 
12518
12519 2005-04-20 [paul]       1.9.6cvs43
12520
12521         * src/codeconv.c
12522                 complete 1.9.6cvs42's sync:
12523                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12524
12525 2005-04-19 [paul]       1.9.6cvs42
12526
12527         sync with main:
12528
12529         * src/action.c
12530                 catch_output(): correctly select the insert text
12531                 (fix invalid iterator warnings).
12532         * src/codeconv.c
12533         * src/codeconv.h
12534         * src/mainwindow.c
12535         * src/messageview.c
12536         * src/prefs_common.c
12537                 support GBK encoding.
12538         * src/common/session.c
12539         * src/common/session.h
12540                 use separate buffer for large data to be sent,
12541                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12542
12543 2005-04-18 [paul]       1.9.6cvs41
12544
12545         * src/jpilot.c
12546                 convert unsigned long into guint32
12547                 patch by Paul LeoNerd Evans 
12548
12549 2005-04-17 [colin]      1.9.6cvs40
12550
12551         * src/compose.c
12552                 Fix 'Request return receipt' from folder
12553                 properties (bug #708)
12554
12555 2005-04-17 [colin]      1.9.6cvs39
12556
12557         * src/mainwindow.c
12558                 Fix duplicate hotkeys in Mainwindow's menu
12559
12560 2005-04-17 [colin]      1.9.6cvs38
12561
12562         * src/folderview.c
12563                 Fix duplicate hotkeys in Folderview's contextual
12564                 menu
12565
12566 2005-04-15 [colin]      1.9.6cvs37
12567
12568         * src/summaryview.c
12569                 Fix 'Save as...' with non-ascii filenames
12570
12571 2005-04-15 [colin]      1.9.6cvs36
12572
12573         * src/plugins/pgpmime/pgpmime.c
12574                 Fix bus error on 64bit. Spotted by 
12575                 macallan1888@gmail.com
12576
12577 2005-04-15 [colin]      1.9.6cvs35
12578
12579         * src/prefs_account.c
12580                 Fix cvs34.
12581
12582 2005-04-12 [colin]      1.9.6cvs34
12583
12584         * src/prefs_account.c
12585                 Fix smtp auth type off-by-one. We forgot to
12586                 add PLAIN in the prefs-to-gui setter func and
12587                 as a result, the selected auth when opening
12588                 account prefs was not the correct one.
12589
12590 2005-04-12 [paul]       1.9.6cvs33
12591
12592         * src/inc.c
12593                 if the recv dialog is visible, Cancel only
12594                 cancels the current account
12595
12596
12597 2005-04-10 [colin]      1.9.6cvs32
12598
12599         * src/filtering.c
12600                 Copy score when copying FilteringActions
12601                 Fix bug #674
12602
12603 2005-04-10 [colin]      1.9.6cvs31
12604
12605         * src/inc.c
12606                 Make Message -> Receive -> Cancel cancel 
12607                 incorporation on all accounts. Fixes
12608                 bug #693
12609
12610 2005-04-10 [colin]      1.9.6cvs30
12611
12612         * src/prefs_account.c
12613                 Update Privacy checkbuttons status based
12614                 on the selected privacy system
12615         * src/compose.c
12616                 Always connect the "None" privacy system; the
12617                 static boolean was probably there to avoid
12618                 reconnecting twice in the same compose window,
12619                 but as the parent function is only called once
12620                 per compose, it's only a bug - as a static is
12621                 initialized once per application instance.
12622                 Also, don't uncheck Sign and Encrypt when
12623                 selecting None as privacy system; just ignore
12624                 them when sending/queuing.
12625                 Should fix bug #695
12626
12627 2005-04-08 [colin]      1.9.6cvs29
12628
12629         * src/account.c
12630         * src/prefs_account.c
12631         * src/prefs_account.h
12632                 Add account preference to queue message in a certain
12633                 folder.
12634
12635 2005-04-06 [colin]      1.9.6cvs28
12636
12637         * src/prefs_account.c
12638                 Update old inbox path syntax
12639
12640 2005-04-06 [paul]       1.9.6cvs27
12641
12642         sync with main:
12643
12644         * configure.ac
12645                 changed -traditional-cpp to -no-cpp-precomp for newer
12646                 Mac OS X support
12647         * src/foldersel.c
12648                 made column resize automatically
12649         * src/send_message.c
12650                 send_message_smtp(): consider EOF right after QUIT
12651                 successful (workaround for Gmail SMTP server)
12652         * src/common/socket.c
12653                 ssl_read(), ssl_peek(): check EOF which violates the
12654                 SSL protocol
12655         * src/gtk/colorlabel.c
12656                 removed warnings when displaying colorlabel menu
12657                 (don't use GtkAlignment)
12658
12659 2005-04-05 [paul]       1.9.6cvs26
12660
12661         * src/plugins/trayicon/trayicon.c
12662                 fix clipping of icon under KDE3 
12663
12664 2005-04-05 [paul]       1.9.6cvs25
12665
12666         * src/summaryview.c
12667                 hide display of threading
12668                 patch by Alfons
12669
12670 2005-04-04 [thorsten]   1.9.6cvs24
12671
12672         * src/mh.c
12673                 marks lost on filesystems with different stat() results on
12674                 summer-/wintertime
12675
12676 2005-04-03 [colin]      1.9.6cvs23
12677
12678         * src/summaryview.c
12679                 Don't handle up/down. Patch by Alfons
12680
12681 2005-04-02 [colin]      1.9.6cvs22
12682
12683         * src/summaryview.c
12684                 Make scrolling faster. Patch by Alfons.
12685
12686 2005-04-01 [colin]      1.9.6cvs21
12687
12688         * src/Makefile.am
12689         * src/stock_pixmap.c
12690         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12691         * src/pixmaps/dir_noselect.xpm ** ADDED **
12692                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12693
12694 2005-04-01 [colin]      1.9.6cvs20
12695
12696         * src/image_viewer.c
12697         * src/image_viewer.h
12698         * src/procmime.c
12699         * src/procmime.h
12700         * src/textview.c
12701         * src/textview.h
12702                 Implement inline image resizing and right-clicking
12703
12704 2005-04-01 [paul]       1.9.6cvs19
12705
12706         * AUTHORS
12707         * Makefile.am
12708         * configure.ac
12709                 check for gnome2
12710                 patch by Luca Cavalli <loopback<AT>slackit.org>
12711         * po/ru.po
12712                 updated by Pavlo Bohmat
12713
12714 2005-03-31 [colin]      1.9.6cvs18
12715
12716         * src/news.c
12717                 Fix parsing references
12718         * src/msgcache.c
12719                 don't put nulls in the references list
12720         * src/procheader.c
12721                 commit that forgotten file in 1.9.6cvs14
12722
12723 2005-03-31 [colin]      1.9.6cvs17
12724
12725         * src/compose.c
12726                 Fix joining of signature separator again. 
12727                 Maybe Hiro could put it in main too...
12728
12729 2005-03-31 [colin]      1.9.6cvs16
12730
12731         * src/Makefile.am
12732         * src/foldersel.c
12733         * src/stock_pixmap.c
12734         * src/stock_pixmap.h
12735         * src/pixmaps/dir-noselect.xpm
12736                 Update foldersel.c (sync from main, patch by Alfons)
12737
12738 2005-03-30 [colin]      1.9.6cvs15
12739
12740         * src/imap.c
12741                 Fix handling of imap folders containing [] in 
12742                 their name. Thanks to Nahuel Angelinetti for
12743                 the detailed bugreport.
12744
12745 2005-03-30 [colin]      1.9.6cvs14
12746
12747         * src/common/utils.h
12748         * src/common/utils.c
12749         * src/common/defs.h
12750         * src/matcher.c
12751         * src/msgcache.c
12752         * src/news.c
12753         * src/procmsg.c
12754         * src/procmsg.h
12755         * src/quote_fmt_parse.y
12756         * src/summaryview.c
12757                 Update references system. Patch by Alfons
12758
12759 2005-03-30 [colin]      1.9.6cvs13
12760
12761         * src/common/socket.c
12762                 Force the glibc to read resolv.conf again when 
12763                 it has changed. Should fix issues when changing
12764                 networks on a laptop and not restarting sylpheed. 
12765
12766 2005-03-30 [paul]       1.9.6cvs12
12767
12768         partial sync with main:
12769
12770         * src/action.c
12771                 create_io_dialog(): use user-defined text font
12772                 (thanks to Alfons), and modified its appearance.
12773         * src/addrgather.c
12774         * src/addrharvest.c
12775         * src/browseldap.c
12776                 replace old code
12777         * src/compose.c
12778                 don't join (presumably) itemized lines on line-wrapping
12779                 fixed wrapping of quote when auto-wrapping is enabled
12780                 compose_destroy(): destroy paned only if it's not
12781                 attached to window. Fixed memory leak of popup menu.
12782         * src/exphtmldlg.c
12783         * src/expldifdlg.c
12784                 replace old code
12785         * src/html.c
12786         * src/html.h
12787         * src/importmutt.c
12788         * src/importpine.c
12789                 replace old code
12790         * src/main.c
12791                 removed redundant code
12792         * src/mainwindow.c
12793                 changed 'Code set' (which is rather incorrect)
12794                 in the menu to 'Character encoding'
12795                 main_window_set_widgets(): request size first
12796                 to prevent window size becoming wrong
12797                 fixed remembering of the state of the visibility
12798                 of MessageView
12799         * src/messageview.c
12800                 changed 'Code set' (which is rather incorrect)
12801                 in the menu to 'Character encoding'
12802         * src/prefs_common.c
12803         * src/prefs_common.h
12804                 added an option whether to render HTML as text or not
12805                 added separators to outgoing encoding menu
12806         * src/procheader.c
12807                 procheader_scan_date_string(): support header
12808                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12809         * src/summaryview.c
12810         * src/summaryview.h
12811                 minor code cleanup
12812         * src/textview.c
12813                 textview_show_html(): force output of newline
12814                 added an option whether to render HTML as text or not
12815         * src/common/utils.c
12816                 strncpy2(): optimized based on Alfons' code
12817         * src/gtk/gtkutils.c
12818         * src/gtk/gtkutils.h
12819                 removed non-used code
12820         * src/plugins/pgpmime/passphrase.c
12821                 partially fixed grab input of passphrase dialog
12822                 Confine pointer to window
12823
12824 2005-03-30 [colin]      1.9.6cvs11
12825
12826         * src/msgcache.c
12827         * src/msgcache.h
12828                 Read/write 32bit ints from cache & marks
12829                 From main.
12830
12831 2005-03-29 [paul]       1.9.6cvs10
12832
12833         * AUTHORS
12834         * ChangeLog.claws
12835         * src/compose.c
12836         * src/gtk/gtkaspell.c
12837                 sync with HEAD (don't pass NULL pointers) 
12838
12839 2005-03-24 [paul]
12840
12841         * tools/Makefile.am
12842         * tools/README
12843         * tools/acroread2sylpheed.pl
12844                 sync with HEAD (add script to send pdfs as
12845                 attachments from Adobe Reader 7)
12846
12847 2005-03-21 [paul]       1.9.6cvs9
12848
12849         * configure.ac
12850         * po/POTFILES.in
12851         * src/Makefile.am
12852         * src/crash.c
12853         * src/image_viewer.c ** ADDED **
12854         * src/image_viewer.h ** ADDED **
12855         * src/main.c
12856         * src/prefs_common.c
12857         * src/prefs_common.h
12858         * src/prefs_image_viewer.c ** ADDED **
12859         * src/prefs_image_viewer.h ** ADDED **
12860         * src/textview.c
12861         * src/gtk/about.c
12862         * src/pixmaps/sylpheed_logo.xpm
12863         * src/plugins/Makefile.am
12864         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12865         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12866         * src/plugins/image_viewer/plugin.c ** REMOVED **
12867         * src/plugins/image_viewer/viewer.c ** REMOVED **
12868         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12869         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12870         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12871         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12872         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12873                 as gdk-pixbuf is now built-in
12874                 remove image_viewer plugin and put code back into
12875                 main codebase
12876                 implement inline image display (sync with main)
12877
12878                 replace logo with newer, nicer, larger version  
12879
12880 2005-03-21 [paul]       1.9.6cvs8
12881
12882         * src/gtk/about.c
12883                 cosmetic improvement
12884
12885 2005-03-21 [holger]     1.9.6cvs7
12886
12887         * src/plugins/spamassassin/spamassassin.c
12888                 Sync with HEAD
12889                 (unregister hook on failed plugin init)
12890
12891 2005-03-20 [colin]      1.9.6cvs6
12892
12893         * src/common/plugin.c
12894                 Check that plugin isn't already loaded
12895                 Patch by Alfons
12896
12897 2005-03-20 [thorsten]   1.9.6cvs5
12898
12899         * src/compose.c
12900                 use a more compatible syntax
12901
12902 2005-03-20 [thorsten]   1.9.6cvs4
12903
12904         * src/prefs_toolbar.c
12905                 fix crash when selecting toolbar item (uninitialized pointer)
12906
12907 2005-03-20 [thorsten]   1.9.6cvs3
12908
12909         * src/procmime.c
12910                 fix mimetype detection (referenced free()d string)
12911
12912 2005-03-20 [paul]       1.9.6cvs2
12913
12914         * src/compose.c
12915                 sync with HEAD (1.0.3cvs5)
12916                 neglect Reply-To header if empty
12917                 Patch by Alfons 
12918
12919 2005-03-19 [holger]     1.9.6cvs1
12920
12921         * src/summaryview.c
12922         * src/summaryview.h
12923                 Sync with HEAD
12924
12925 2005-03-18 [paul]       1.9.6
12926
12927         initial GTK2 release
12928
12929 2005-03-18 [paul]       1.0.3cvs3.1
12930
12931         * AUTHORS
12932         * ChangeLog.claws
12933         * configure.ac
12934         * src/gtk/about.c
12935         * src/pixmaps/sylpheed_logo.xpm
12936                 sync with HEAD
12937
12938 2005-03-18 [colin]      1.0.3cvs2.6
12939
12940         * src/summaryview.c
12941                 Remove call to summary_step in summary_copy_selected_to
12942                 Can't see its purpose, and this causes bug when copying
12943                 a message if the next one is unread: it reads it.
12944
12945 2005-03-18 [paul]       1.0.3cvs2.5
12946
12947         * src/foldersel.c
12948                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12949
12950 2005-03-18 [paul]       1.0.3cvs2.4
12951
12952         * src/addrharvest.c
12953         * src/codeconv.c
12954         * src/codeconv.h
12955         * src/compose.c
12956         * src/news.c
12957         * src/procheader.c
12958         * src/procmime.c
12959         * src/unmime.c
12960         * src/unmime.h
12961                 fix buffer overflow, CAN-2005-0667, see
12962                 http://secunia.com/advisories/14491/
12963                 Patch by Alfons
12964
12965 2005-03-17 [colin]      1.0.3cvs2.3
12966
12967         * src/prefs_fonts.c
12968         * src/summaryview.c
12969                 Fix font bugs (both lists now officialy share 
12970                 the same font)
12971                 
12972
12973 2005-03-17 [paul]       1.0.3cvs2.2
12974
12975         * src/gtk/pluginwindow.c
12976                 make plugin descriptions uneditable
12977
12978 2005-03-11 [paul]       1.0.3cvs2.1
12979
12980         * ChangeLog.claws
12981         * configure.ac
12982         * po/POTFILES.in
12983         * src/plugins/trayicon/trayicon.c
12984                 sync with HEAD
12985                 add src/wizard.c to POTFILES.in
12986
12987 2005-03-11 [paul]       1.0.3cvs1.1
12988
12989         * ChangeLog
12990         * ChangeLog.claws
12991         * configure.ac
12992         * po/de.po
12993         * po/es.po
12994         * po/fr.po
12995         * po/it.po
12996         * po/pt_BR.po
12997         * po/ru.po
12998         * po/sk.po
12999         * po/sr.po
13000         * po/zh_CN.po
13001                 sync with HEAD
13002
13003 2005-03-04 [colin]      1.0.1cvs22.2
13004
13005         * src/compose.c
13006                 Fix signatures with accentued chars in it
13007
13008 2005-03-04 [colin]      1.0.1cvs22.1
13009
13010         * src/common/smtp.c
13011         * src/common/smtp.h
13012                 Don't use SIZE param in MAIL FROM: if server 
13013                 doesn't support it. Patch by Eugen Freiter
13014                 <eugen_f@users.sf.net>
13015
13016 2005-02-27 [paul]       1.0.1cvs20.1
13017
13018         * ChangeLog.claws
13019         * configure.ac
13020         * src/messageview.c
13021                 sync with HEAD
13022
13023 2005-02-27 [colin]      1.0.1cvs19.4
13024
13025         * src/procheader.c
13026         * src/procheader.h
13027                 Fix prototypes. Patch by Alfons
13028
13029 2005-02-27 [colin]      1.0.1cvs19.3
13030
13031         * src/compose.c
13032                 Don't auto-join the signature separator.
13033
13034 2005-02-26 [colin]      1.0.1cvs19.2
13035
13036         * src/summaryview.c
13037                 Fix 'mark all read' with collapsed threads.
13038                 Patch by Alfons.
13039
13040 2005-02-25 [paul]       1.0.1cvs19.1
13041
13042         * ChangeLog.claws
13043         * configure.ac
13044         * src/prefs_account.c
13045         * src/prefs_folder_item.c
13046         * src/gtk/prefswindow.c
13047         * src/gtk/prefswindow.h
13048                 sync with HEAD
13049
13050 2005-02-25 [paul]       1.0.1cvs15.12
13051
13052         * src/alertpanel.c
13053         * src/codeconv.c
13054         * src/compose.c
13055         * src/textview.c
13056         * src/gtk/gtkutils.c
13057         * src/gtk/gtkutils.h
13058         * src/gtk/logwindow.c
13059         * src/gtk/progressdialog.c
13060                 sync with main (revision 127)
13061                 and fix logwindow clipping
13062
13063 2005-02-24 [colin]      1.0.1cvs15.11
13064
13065         * src/plugins/pgpmime/passphrase.c
13066                 Disable input grabbing; it doesn't work yet.
13067
13068 2005-02-24 [colin]      1.0.1cvs15.10
13069
13070         * src/messageview.c
13071                 Don't send out receipts if offline. Ask.
13072
13073 2005-02-23 [colin]      1.0.1cvs15.9
13074
13075         * src/summaryview.c     
13076                 Fix expanding
13077
13078 2005-02-23 [colin]      1.0.1cvs15.8
13079
13080         * src/summaryview.c
13081                 Really fix Bug 568 by removing useless
13082                 calls. summary_thread_init() now called
13083                 in summary_sort(). This should please
13084                 Alfons as it should be faster than 
13085                 previously.
13086
13087 2005-02-23 [colin]      1.0.1cvs15.7
13088
13089         * src/compose.c
13090                 Encode parts as QP or B64 if signing
13091
13092 2005-02-23 [colin]      1.0.1cvs15.6
13093
13094         * src/compose.c
13095                 Fix Mimeinfo leakage (including tmp files)
13096         * src/procmsg.c
13097                 Fix tmp file leakage (spotted by Ivan Rayner)
13098
13099 2005-02-22 [colin]      1.0.1cvs15.5
13100
13101         * src/expldifdlg.c
13102                 Fix keyboard input. Patch by Alfons.
13103
13104 2005-02-21 [colin]      1.0.1cvs15.4
13105
13106         * src/compose.c
13107                 Fix Sign/Encrypt when unselecting privacy
13108                 system
13109         * src/prefs_common.c
13110                 Change default message font to Monospace
13111         * src/summaryview.c
13112                 More freezing during potentially large operations
13113
13114 2005-02-21 [paul]       1.0.1cvs15.3
13115
13116         * src/main.c
13117                 fix --help output
13118
13119 2005-02-21 [paul]       1.0.1cvs15.2
13120
13121         * po/Makefile.in.in
13122         * src/compose.c
13123         * src/summaryview.c
13124         * src/textview.c
13125         * src/common/utils.c
13126         * src/common/utils.h
13127                 sync with main (revision 117)
13128
13129 2005-02-20 [colin]      1.0.1cvs15.1
13130
13131         * src/common/defs.h
13132                 Change cache file to .sylpheed_claws_cache, as
13133                 suggested by Alfons. Allows people to switch
13134                 between Sylpheed and Sylpheed-Claws. it is
13135                 a good idea to "Check for new messages" at next
13136                 startup.
13137
13138
13139 2005-02-18 [colin]      1.0.1cvs14.1
13140
13141         * src/quote_fmt_lex.l
13142         * src/quote_fmt_parse.y
13143                 Fix parser initialisation. Patch by Ivan.
13144
13145 2005-02-18 [colin]      1.0.1cvs11.6
13146
13147         * src/folderview.c
13148                 Fix scrolldown (bug 662)
13149
13150 2005-02-17 [colin]      1.0.1cvs11.5
13151
13152         * src/codeconv.c
13153                 conv_filename_to_utf8: return clean 7bit instead
13154                 of broken utf8 if needed
13155         * src/mimeview.c
13156                 Fix display of parts with unclean 8bit names
13157
13158 2005-02-17 [paul]       1.0.1cvs11.4
13159
13160         * src/compose.c
13161         * src/exportldif.c
13162         * src/matcher_parser_parse.y
13163         * src/procmime.c
13164         * src/sourcewindow.c
13165         * src/common/Makefile.am
13166         * src/common/intl.h             ** REMOVED **
13167         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13168                 sync with main (revision 109)
13169                 and clean up
13170
13171 2005-02-16 [colin]      1.0.1cvs11.3
13172
13173         * src/summaryview.c
13174                 Fix collapsed thread not highlighting when new
13175                 messages in it (Bug 568) Patch by Stephan Sachse.
13176                 Fix messed up selection when reaching bounds (Bug 632)
13177         * src/prefs_themes.c
13178                 Fix theme installing (Bug 684)
13179
13180 2005-02-16 [colin]      1.0.1cvs11.2
13181
13182         * src/messageview.c
13183                 Fix messageview_select_all
13184
13185 2005-02-16 [colin]      1.0.1cvs11.1
13186
13187         * src/mh.c
13188                 Sync with HEAD (MH scan required function)
13189
13190 2005-02-15 [colin]      1.0.1cvs8.1
13191
13192         * src/mimeview.c
13193         * src/common/utils.c
13194                 Sync with HEAD (filename chars substitution)
13195
13196 2005-02-15 [colin]      1.0.1cvs7.3
13197
13198         * src/gtk/pluginwindow.c
13199                 Fix button spacing
13200
13201 2005-02-15 [colin]      1.0.1cvs7.2
13202
13203         * src/mimeview.c
13204                 Fix mime icons not reset across message when
13205                 scrolled down
13206
13207 2005-02-15 [colin]      1.0.1cvs7.1
13208
13209         * src/compose.c
13210         * src/procmime.c
13211                 Sync with HEAD (optimisation of cvs6)
13212
13213 2005-02-14 [colin]      1.0.1cvs6.1
13214
13215         * src/compose.c
13216         * src/procmime.c
13217                 Sync with HEAD (encode "From " at line beginning)
13218
13219 2005-02-14 [colin]      1.0.1cvs5.3
13220
13221         * src/compose.c
13222                 Fix wrapping with accentued chars.
13223
13224 2005-02-13 [colin]      1.0.1cvs5.2
13225
13226         * src/textview.c
13227                 Fix email informative part parsing with
13228                 accentued chars in it. ispunct() returns
13229                 true for them in utf8...
13230
13231 2005-02-12 [colin]      1.0.1cvs5.1
13232
13233         * src/filtering.c
13234                 Sync with HEAD (remove wrong use of compose after send)
13235
13236 2005-02-12 [paul]       1.0.1cvs4.5
13237
13238         * src/textview.c
13239                 remove unnecessary code (thanks to Alfons)
13240
13241 2005-02-12 [paul]       1.0.1cvs4.4
13242
13243         * src/textview.c
13244                 add 'Copy' to contextual menu on emails
13245
13246 2005-02-11 [colin]      1.0.1cvs4.3
13247
13248         * src/compose.c
13249                 revert 1.0.0cvs28.2, it doesn't work that well.
13250
13251 2005-02-11 [paul]       1.0.1cvs4.2
13252
13253         * po/Makefile.in.in
13254                 fix 'make release'
13255
13256 2005-02-10 [paul]       1.0.1cvs4.1
13257
13258         * ChangeLog
13259         * ChangeLog.claws
13260         * ChangeLog.jp
13261         * configure.ac
13262         * src/compose.c
13263                 sync with HEAD (sync with main)
13264
13265 2005-02-10 [paul]       1.0.1cvs3.2
13266
13267         * AUTHORS
13268         * Makefile.am
13269         * autogen.sh
13270         * configure.ac
13271         * config/mkinstalldirs
13272         * intl/.cvsignore
13273         * intl/ChangeLog
13274         * intl/VERSION
13275         * intl/bindtextdom.c
13276         * intl/config.charset
13277         * intl/dcgettext.c
13278         * intl/dcigettext.c
13279         * intl/dcngettext.c
13280         * intl/dgettext.c
13281         * intl/dngettext.c
13282         * intl/eval-plural.h
13283         * intl/explodename.c
13284         * intl/finddomain.c
13285         * intl/gettext.c
13286         * intl/gettextP.h
13287         * intl/gmo.h
13288         * intl/hash-string.h
13289         * intl/intl-compat.c
13290         * intl/l10nflist.c
13291         * intl/libgnuintl.h.in
13292         * intl/loadinfo.h
13293         * intl/loadmsgcat.c
13294         * intl/localcharset.c
13295         * intl/localcharset.h
13296         * intl/locale.alias
13297         * intl/localealias.c
13298         * intl/localename.c
13299         * intl/log.c
13300         * intl/ngettext.c
13301         * intl/os2compat.c
13302         * intl/os2compat.h
13303         * intl/osdep.c
13304         * intl/plural-exp.c
13305         * intl/plural-exp.h
13306         * intl/plural.c
13307         * intl/plural.y
13308         * intl/ref-add.sin
13309         * intl/ref-del.sin
13310         * intl/relocatable.c
13311         * intl/relocatable.h
13312         * intl/textdomain.c
13313         * m4/Makefile.am
13314         * po/Makefile.in.in
13315         * src/Makefile.am
13316         * src/account.c
13317         * src/action.c
13318         * src/addr_compl.c
13319         * src/addressadd.c
13320         * src/addressbook.c
13321         * src/addrgather.c
13322         * src/addrindex.c
13323         * src/alertpanel.c
13324         * src/browseldap.c
13325         * src/codeconv.c
13326         * src/codeconv.h
13327         * src/compose.c
13328         * src/compose.h
13329         * src/crash.c
13330         * src/editaddress.c
13331         * src/editbook.c
13332         * src/editgroup.c
13333         * src/editjpilot.c
13334         * src/editldap.c
13335         * src/editldap_basedn.c
13336         * src/editvcard.c
13337         * src/exphtmldlg.c
13338         * src/expldifdlg.c
13339         * src/export.c
13340         * src/exporthtml.c
13341         * src/filtering.c
13342         * src/folder.c
13343         * src/folder_item_prefs.c
13344         * src/foldersel.c
13345         * src/folderview.c
13346         * src/grouplistdialog.c
13347         * src/headerview.c
13348         * src/imap.c
13349         * src/imap_gtk.c
13350         * src/import.c
13351         * src/importldif.c
13352         * src/importmutt.c
13353         * src/importpine.c
13354         * src/inc.c
13355         * src/ldif.c
13356         * src/main.c
13357         * src/mainwindow.c
13358         * src/matcher.c
13359         * src/mbox.c
13360         * src/message_search.c
13361         * src/messageview.c
13362         * src/mh.c
13363         * src/mh_gtk.c
13364         * src/mimeview.c
13365         * src/msgcache.c
13366         * src/news.c
13367         * src/news_gtk.c
13368         * src/noticeview.c
13369         * src/partial_download.c
13370         * src/pop.c
13371         * src/prefs_account.c
13372         * src/prefs_actions.c
13373         * src/prefs_common.c
13374         * src/prefs_customheader.c
13375         * src/prefs_display_header.c
13376         * src/prefs_ext_prog.c
13377         * src/prefs_filtering.c
13378         * src/prefs_filtering_action.c
13379         * src/prefs_folder_item.c
13380         * src/prefs_fonts.c
13381         * src/prefs_gtk.c
13382         * src/prefs_matcher.c
13383         * src/prefs_msg_colors.c
13384         * src/prefs_spelling.c
13385         * src/prefs_summary_column.c
13386         * src/prefs_template.c
13387         * src/prefs_themes.c
13388         * src/prefs_toolbar.c
13389         * src/prefs_wrapping.c
13390         * src/privacy.c
13391         * src/procheader.c
13392         * src/procmime.c
13393         * src/procmsg.c
13394         * src/quote_fmt.c
13395         * src/recv.c
13396         * src/send_message.c
13397         * src/setup.c
13398         * src/sourcewindow.c
13399         * src/ssl_manager.c
13400         * src/statusbar.c
13401         * src/summary_search.c
13402         * src/summaryview.c
13403         * src/textview.c
13404         * src/toolbar.c
13405         * src/wizard.c
13406         * src/common/nntp.c
13407         * src/common/plugin.c
13408         * src/common/smtp.c
13409         * src/common/ssl.c
13410         * src/common/ssl_certificate.c
13411         * src/common/string_match.c
13412         * src/common/sylpheed.c
13413         * src/common/template.c
13414         * src/common/utils.c
13415         * src/gtk/about.c
13416         * src/gtk/colorlabel.c
13417         * src/gtk/description_window.c
13418         * src/gtk/filesel.c
13419         * src/gtk/foldersort.c
13420         * src/gtk/gtkaspell.c
13421         * src/gtk/gtkutils.c
13422         * src/gtk/inputdialog.c
13423         * src/gtk/logwindow.c
13424         * src/gtk/menu.c
13425         * src/gtk/pluginwindow.c
13426         * src/gtk/prefswindow.c
13427         * src/gtk/progressdialog.c
13428         * src/gtk/quicksearch.c
13429         * src/gtk/sslcertwindow.c
13430         * src/plugins/clamav/clamav_plugin.c
13431         * src/plugins/clamav/clamav_plugin_gtk.c
13432         * src/plugins/demo/demo.c
13433         * src/plugins/dillo_viewer/dillo_prefs.c
13434         * src/plugins/dillo_viewer/dillo_viewer.c
13435         * src/plugins/image_viewer/plugin.c
13436         * src/plugins/image_viewer/viewer.c
13437         * src/plugins/image_viewer/viewerprefs.c
13438         * src/plugins/mathml_viewer/mathml_viewer.c
13439         * src/plugins/pgpmime/passphrase.c
13440         * src/plugins/pgpmime/plugin.c
13441         * src/plugins/pgpmime/prefs_gpg.c
13442         * src/plugins/pgpmime/select-keys.c
13443         * src/plugins/pgpmime/sgpgme.c
13444         * src/plugins/spamassassin/spamassassin.c
13445         * src/plugins/spamassassin/spamassassin_gtk.c
13446         * src/plugins/trayicon/trayicon.c
13447                 sync with main (revision 104)
13448
13449 2005-02-10 [colin]      1.0.1cvs3.1
13450
13451         * src/mainwindow.c
13452                 Sync with HEAD (fix occasional crasher)
13453
13454 2005-02-10 [colin]      1.0.1cvs2.1
13455
13456         * src/messageview.c
13457                 Synw with HEAD (don't automatically display html)
13458
13459 2005-02-09 [colin]      1.0.1cvs1.3
13460
13461         * src/textview.c
13462         * src/textview.h
13463                 Add contextual menu on emails
13464
13465 2005-02-09 [colin]      1.0.1cvs1.2
13466
13467         * src/codeconv.c
13468                 Fix converting from broken headers and 
13469                 put back the _ in missing places
13470                 (feature broke with cvs24.2 sync, main 
13471                  possibly affected?)
13472
13473 2005-02-09 [colin]      1.0.1cvs1.1
13474
13475         * src/messageview.c
13476         * src/mimeview.c
13477         * src/mimeview.h
13478                 Sync with HEAD (display non text/plain mails with plugin)
13479
13480 2005-02-08 [colin]      1.0.1.1
13481
13482         * ChangeLog.claws
13483         * po/pt_BR.po
13484                 Sync with HEAD
13485         * configure.ac
13486                 Make default configuration directory 
13487                 be .sylpheed-gtk2
13488
13489 2005-02-08 [colin]      1.0.0cvs29.1
13490
13491         * po/de.po
13492         * po/es.po
13493         * po/fr.po
13494         * po/it.po
13495         * po/sk.po
13496         * po/sr.po
13497                 Sync translations with HEAD
13498
13499 2005-02-06 [colin]      1.0.0cvs28.3
13500
13501         * src/compose.c
13502                 Make compose a bit faster - patch by Alfons.
13503
13504 2005-02-06 [colin]      1.0.0cvs28.2
13505
13506         * src/compose.c
13507                 Make pasting via middle-click more reliable
13508
13509 2005-02-05 [paul]       1.0.0cvs28.1
13510
13511         * ChangeLog
13512         * ChangeLog.claws
13513         * ChangeLog.jp
13514         * configure.ac
13515         * src/compose.c
13516                 sync with HEAD
13517                 (fix bug 682 'redirect is broken'
13518
13519 2005-02-05 [torte]      1.0.0cvs27.1
13520
13521         * ChangeLog.claws
13522         * configure.ac
13523         * src/partial_download.c
13524                 Sync with HEAD (fix buf overflow)
13525
13526 2005-02-03 [colin]      1.0.0cvs26.1
13527
13528         * src/common/plugin.c
13529                 Sync with HEAD (avoid plugin mismatches)
13530
13531 2005-02-03 [paul]       1.0.0cvs25.3
13532
13533         * src/folderview.c
13534         * src/headerview.c
13535         * src/summaryview.c
13536         * src/textview.c
13537         * src/gtk/colorlabel.c
13538                 third and final part of initial sync with main-gtk2
13539
13540 2005-02-03 [paul]       1.0.0cvs25.2
13541
13542         * src/jpilot.c
13543                 fix building with jpilot support
13544
13545 2005-02-02 [colin]      1.0.0cvs25.1
13546
13547         * src/messageview.c
13548                 Sync with HEAD (fix dangerous typo)
13549
13550 2005-02-01 [colin]      1.0.0cvs24.3
13551
13552         * src/common/xml.c
13553                 Write file as advertised (UTF-8)
13554
13555 2005-02-01 [paul]       1.0.0cvs24.2
13556
13557         * src/addrbook.c
13558         * src/addrindex.c
13559         * src/alertpanel.h
13560         * src/codeconv.c
13561         * src/codeconv.h
13562         * src/compose.c
13563         * src/export.c
13564         * src/folder_item_prefs.c
13565         * src/html.c
13566         * src/imap.c
13567         * src/import.c
13568         * src/jpilot.c
13569         * src/mainwindow.c
13570         * src/matcher_parser_lex.l
13571         * src/messageview.c
13572         * src/mh.c
13573         * src/prefs_account.c
13574         * src/prefs_actions.c
13575         * src/prefs_common.c
13576         * src/prefs_gtk.c
13577         * src/prefs_gtk.h
13578         * src/prefs_themes.c
13579         * src/procheader.c
13580         * src/procmime.c
13581         * src/sourcewindow.c
13582         * src/statusbar.c
13583         * src/summaryview.c
13584         * src/textview.c
13585         * src/toolbar.c
13586         * src/unmime.c
13587         * src/common/template.c
13588         * src/common/utils.c
13589         * src/common/xml.c
13590         * src/common/xml.h
13591         * src/gtk/gtkaspell.c
13592         * src/plugins/clamav/clamav_plugin.c
13593         * src/plugins/dillo_viewer/dillo_prefs.c
13594         * src/plugins/image_viewer/viewerprefs.c
13595         * src/plugins/pgpmime/passphrase.c
13596         * src/plugins/pgpmime/prefs_gpg.c
13597         * src/plugins/pgpmime/select-keys.c
13598         * src/plugins/spamassassin/spamassassin.c
13599                 second part of initial sync with main-gtk2
13600                 (more to follow)
13601
13602 2005-01-31 [colin]      1.0.0cvs24.1
13603
13604         * src/compose.c
13605                 Sync with HEAD
13606
13607 2005-01-29 [paul]       1.0.0cvs23.2
13608
13609         * src/account.c
13610         * src/action.c
13611         * src/addressadd.c
13612         * src/addressbook.c
13613         * src/alertpanel.c
13614         * src/compose.c
13615         * src/editaddress.c
13616         * src/editbook.c
13617         * src/editgroup.c
13618         * src/editjpilot.c
13619         * src/editldap.c
13620         * src/editldap_basedn.c
13621         * src/editvcard.c
13622         * src/export.c
13623         * src/foldersel.c
13624         * src/grouplistdialog.c
13625         * src/import.c
13626         * src/importldif.c
13627         * src/inc.c
13628         * src/main.c
13629         * src/mainwindow.c
13630         * src/message_search.c
13631         * src/messageview.c
13632         * src/mimeview.c
13633         * src/prefs_actions.c
13634         * src/prefs_common.c
13635         * src/prefs_common.h
13636         * src/prefs_customheader.c
13637         * src/prefs_display_header.c
13638         * src/prefs_filtering.c
13639         * src/prefs_filtering_action.c
13640         * src/prefs_gtk.c
13641         * src/prefs_matcher.c
13642         * src/prefs_summary_column.c
13643         * src/prefs_template.c
13644         * src/sourcewindow.c
13645         * src/summary_search.c
13646         * src/summaryview.c
13647         * src/textview.c
13648         * src/gtk/about.c
13649         * src/gtk/description_window.c
13650         * src/gtk/gtkshruler.c
13651         * src/gtk/gtkutils.c
13652         * src/gtk/gtkutils.h
13653         * src/gtk/inputdialog.c
13654         * src/gtk/logwindow.c
13655         * src/gtk/prefswindow.c
13656         * src/gtk/progressdialog.c
13657         * src/gtk/progressdialog.h
13658                 first part of initial sync with main-gtk2
13659                 (more to follow)
13660
13661 2005-01-28 [colin]      1.0.0cvs23.1
13662
13663         * src/folderview.c
13664                 Sync with HEAD
13665
13666 2005-01-27 [colin]      1.0.0cvs21.1
13667
13668         * src/folder.c
13669         * src/folderview.c
13670                 Sync with HEAD
13671
13672 2005-01-27 [colin]      1.0.0cvs19.1
13673
13674         * src/procmime.c
13675                 Sync with HEAD
13676
13677 2005-01-27 [colin]      1.0.0cvs18.1
13678
13679         * src/messageview.c
13680         * src/summaryview.c
13681         * src/mainwindow.c
13682         * src/compose.c
13683         * src/compose.h
13684         * src/procmsg.c
13685         * src/procmsg.h
13686         * src/toolbar.c
13687                 Sync with HEAD
13688
13689 2005-01-26 [paul]       1.0.0cvs15.2
13690
13691         * src/compose.c
13692                 compose_entries_set(): convert subject and body to
13693                 utf8 if necessary. patch by Felix Eckhofer
13694
13695 2005-01-26 [paul]       1.0.0cvs15.1
13696
13697         * configure.ac
13698         * src/common/template.c
13699                 sync with HEAD (fix memory leak)
13700
13701 2005-01-25 [paul]       1.0.0cvs14.1
13702
13703         * configure.ac
13704         * src/compose.c
13705                 sync with HEAD
13706
13707 2005-01-24 [colin]      1.0.0cvs13.1
13708
13709         * src/summaryview.c
13710                 Sync with HEAD
13711
13712 2005-01-24 [paul]       1.0.0cvs12.1
13713
13714         * configure.ac
13715         * src/messageview.c
13716         * src/mh.c
13717         * src/common/utils.c
13718                 sync with HEAD
13719
13720 2005-01-24 [colin]      1.0.0cvs11.1
13721
13722         * src/procheader.c
13723                 Sync with HEAD
13724
13725 2005-01-24 [colin]      1.0.0cvs10.1
13726
13727         * src/folderview.c
13728                 Sync with HEAD
13729
13730 2005-01-23 [colin]      1.0.0cvs9.1
13731
13732         * src/crash.c
13733                 Sync with HEAD
13734
13735 2005-01-22 [colin]      1.0.0cvs8.1
13736
13737         * src/summaryview.c
13738         * src/gtk/quicksearch.c
13739                 Sync with HEAD
13740
13741 2005-01-21 [colin]      1.0.0cvs7.1
13742
13743         * src/summaryview.c
13744                 Sync with HEAD
13745
13746 2005-01-21 [colin]      1.0.0cvs6.1
13747
13748         * src/summaryview.c
13749                 Sync with HEAD
13750
13751 2005-01-21 [colin]      1.0.0cvs5.1
13752
13753         * src/gtk/quicksearch.c
13754         * src/prefs_common.c
13755         * src/prefs_common.h
13756                 Sync with HEAD (recurse option)
13757
13758 2005-01-21 [colin]      1.0.0cvs4.1
13759
13760         * src/folder.h
13761         * src/folderview.c
13762         * src/folderview.h
13763         * src/summaryview.c
13764         * src/gtk/quicksearch.c
13765         * src/gtk/quicksearch.h
13766                 Sync with HEAD (recursive quicksearch)
13767
13768 2005-01-20 [colin]      1.0.0cvs3.4
13769
13770         * src/ssl_manager.c
13771                 Remove useless code
13772
13773 2005-01-20 [colin]      1.0.0cvs3.3
13774
13775         * src/ssl_manager.c
13776                 Fix leak, thanks to Alfons.
13777
13778 2005-01-20 [colin]      1.0.0cvs3.2
13779
13780         * src/ssl_manager.c
13781                 Port SSL certificate window to GTK2.
13782
13783 2005-01-20 [paul]       1.0.0cvs3.1
13784
13785         * ChangeLog.claws
13786         * configure.ac
13787         * src/addrindex.c
13788         * src/addrindex.h
13789                 sync with HEAD
13790
13791 2005-01-19 [colin]      1.0.0cvs2.2
13792
13793         * src/plugins/trayicon/trayicon.c
13794                 Fix freeze with gtk-2.6, the easy way
13795                 (signal blocking helpless there...)
13796                 Closes bug #668.
13797
13798 2005-01-19 [colin]      1.0.0cvs2.1
13799
13800         * src/mbox.c
13801         * src/mbox.h
13802         * src/mainwindow.c
13803         * src/summaryview.c
13804         * src/summaryview.h
13805                 Sync with HEAD
13806
13807 2005-01-19 [paul]       1.0.0cvs1.1
13808
13809         * configure.ac
13810         * po/de.po
13811         * po/es.po
13812         * po/fr.po
13813         * po/hr.po
13814         * po/it.po
13815         * po/ja.po
13816         * po/ko.po
13817         * po/pt_BR.po
13818         * po/ru.po
13819         * po/sk.po
13820         * po/sr.po
13821                 sync with HEAD (update translations)
13822
13823 2005-01-18 [colin]      1.0.0cvs0.1
13824
13825         * src/foldersel.c
13826                 Specify search column - patch by Alfons
13827
13828 2005-01-18 [colin]      0.9.13cvs36.3
13829
13830         * src/prefs_toolbar.c
13831                 Change Delete to Remove
13832         * src/prefs_fonts.c
13833                 GTK2 version and leak fixes
13834         * src/prefs_actions.c
13835                 Add stock buttons.
13836                 All patches by Alfons
13837
13838 2005-01-17 [colin]      0.9.13cvs36.2
13839
13840         * src/compose.c
13841                 Fix DnD inserting twice. While at it,
13842                 add DnD support for text/plain in the
13843                 body, and add support in the headers.
13844
13845 2005-01-16 [colin]      0.9.13cvs36.1
13846
13847         * ChangeLog
13848         * ChangeLog.jp
13849         * ChangeLog.claws
13850                 Sync with HEAD (nothing applicable)
13851
13852 2005-01-16 [colin]      0.9.13cvs33.2
13853
13854         * src/prefs_toolbar.c
13855                 GTK2ize prefs_toolbar, by Alfons.
13856
13857 2005-01-14 [colin]      0.9.13cvs33.1
13858
13859         * src/html.c
13860         * src/msgcache.c
13861                 Sync with HEAD
13862
13863 2005-01-14 [colin]      0.9.13cvs32.1
13864
13865         * src/html.c
13866         * src/html.h
13867         * src/msgcache.c
13868         * AUTHORS
13869         * tools/calypso_convert.pl
13870                 Sync with HEAD
13871
13872 2005-01-08 [colin]      0.9.13cvs29.2
13873
13874         * src/prefs_filtering_action.c
13875         * src/prefs_filtering.c
13876                 2 more gtk2 patches by Alfons
13877
13878 2005-01-07 [paul]       0.9.13cvs29.1
13879
13880         * ChangeLog
13881         * ChangeLog.claws
13882         * ChangeLog.jp
13883         * configure.ac
13884         * src/pop.c
13885         * src/pop.h
13886                 sync with HEAD
13887
13888 2005-01-07 [colin]      0.9.13cvs28.3
13889
13890         * src/gtk/progressdialog.c
13891         * src/gtk/progressdialog.h
13892         * src/inc.c
13893         * src/send_message.c
13894                 GTK2 for the incorporation dialog. The CList isn't dead
13895                 yet, for a more smooth migration. Patch by Alfons.
13896
13897 2005-01-06 [colin]      0.9.13cvs28.2
13898
13899         * src/prefs_display_header.c
13900                 GTK2 conversion by Alfons
13901         * src/prefs_actions.c
13902         * src/prefs_matcher.c
13903                 Fix 2 leaks - patch by Alfons
13904
13905 2005-01-06 [colin]      0.9.13cvs28.1
13906
13907         * src/prefs_matcher.c
13908                 Sync with HEAD
13909
13910 2005-01-06 [colin]      0.9.13cvs27.4
13911
13912         * src/prefs_matcher.c
13913                 Fix double-free. Patch by Alfons
13914
13915 2005-01-06 [colin]      0.9.13cvs27.3
13916
13917         * src/prefs_matcher.c
13918                 GTK2 widgets + memleak
13919                 Patch by Alfons
13920
13921 2005-01-05 [colin]      0.9.13cvs27.2
13922
13923         * src/account.c
13924         * src/addr_compl.c
13925         * src/foldersel.c
13926         * src/stock_pixmap.c
13927         * src/stock_pixmap.h
13928                 3 more GTK2 patches by Alfons.
13929
13930 2005-01-04 [colin]      0.9.13cvs27.1
13931
13932         * src/folderview.c
13933         * src/imap_gtk.c
13934         * src/news_gtk.c
13935                 Sync with HEAD
13936
13937 2005-01-04 [colin]      0.9.13cvs25.9
13938
13939         * src/compose.c
13940                 Fix Show Ruler menuitem
13941         * src/prefs_template.c
13942                 Convert to GTK2
13943         * src/common/utils.c
13944                 Make auto pointer stuff handles NULLs
13945                 Patches by Alfons.
13946
13947 2005-01-04 [colin]      0.9.13cvs25.8
13948
13949         * src/compose.c
13950                 Move the attachment list to gtk2
13951                 Patch by Alfons.
13952
13953 2005-01-04 [colin]      0.9.13cvs25.7
13954
13955         * src/textview.c
13956                 Make some keys work again
13957                 Patch by SungHyun Nam <namsh@kldp.org>
13958
13959 2005-01-04 [colin]      0.9.13cvs25.6
13960
13961         * src/gtk/gtkshruler.c
13962                 Move the ruler to GTK2
13963                 Patch by Alfons
13964
13965 2005-01-03 [colin]      0.9.13cvs25.5
13966
13967         * src/compose.c
13968                 Fix my broken patch apply 
13969
13970 2005-01-03 [colin]      0.9.13cvs25.4
13971
13972         * src/common/utils.c
13973         * src/common/utils.h
13974         * src/gtk/prefswindow.c
13975                 Move auto pointer stuff to utils.c
13976                 Patch by Alfons again :)
13977
13978 2005-01-03 [colin]      0.9.13cvs25.3
13979
13980         * src/compose.c
13981         * src/prefs_gtk.c
13982         * src/prefs_template.c
13983         * src/textview.c
13984                 Empty text widgets with empty strings, not NULL char
13985                 Patch by SungHyun Nam <namsh@kldp_org>
13986
13987 2005-01-03 [colin]      0.9.13cvs25.2
13988
13989         * src/main.c
13990         * AUTHORS
13991                 Sync with HEAD
13992
13993 2005-01-03 [colin]      0.9.13cvs25.1
13994
13995         * src/pop.c
13996         * src/pop.h
13997                 Sync with HEAD
13998
13999 2005-01-03 [colin]      0.9.13cvs24.3
14000
14001         * src/account.c
14002                 Two patches from Alfons and Alex S Moore:
14003                 fix images, fix return value.
14004
14005 2005-01-01 [colin]      0.9.13cvs24.2
14006
14007         * src/prefs_actions.c
14008                 Fix over-zealous assertion. Patch by Alfons
14009
14010 2005-01-01 [colin]      0.9.13cvs24.1
14011
14012         * src/procmime.c
14013                 Sync with HEAD (leak fix)
14014
14015 2004-12-31 [colin]      0.9.13cvs23.2
14016
14017         * src/prefs_common.c
14018                 GTK2 widgets + stock buttons - patch by Alfons
14019
14020 2004-12-31 [paul]       0.9.13cvs23.1
14021
14022         * configure.ac
14023                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14024         * src/gtk/pluginwindow.c
14025                 use GTK2 widgets and plug memory leaks,
14026                 patches by Alfons
14027
14028 2004-12-30 [colin]      0.9.13cvs22.4
14029
14030         * src/account.c
14031         * src/action.c
14032         * src/export.c
14033         * src/foldersel.c
14034         * src/import.c
14035         * src/message_search.c
14036         * src/prefs_actions.c
14037         * src/prefs_common.c
14038         * src/prefs_customheader.c
14039         * src/prefs_filtering.c
14040         * src/prefs_summary_column.c
14041         * src/summary_search.c
14042         * src/gtk/about.c
14043         * src/gtk/description_window.c
14044         * src/gtk/gtkutils.c
14045         * src/gtk/gtkutils.h
14046         * src/gtk/inputdialog.c
14047         * src/gtk/prefswindow.c
14048                 Use GTK2 stock buttons. Patches by Alfons.
14049
14050 2004-12-30 [colin]      0.9.13cvs22.3
14051
14052         * src/account.c
14053                 Sync with HEAD
14054         * src/prefs_actions.c
14055         * src/prefs_customheader.c
14056         * src/prefs_filtering.c
14057         * src/prefs_msg_colors.c
14058         * src/prefs_summary_column.c
14059         * src/gtk/prefswindow.c
14060                 Use GtkTreeView instead of deprecated 
14061                 widgets. Patches by Alfons.
14062
14063 2004-12-30 [paul]       0.9.13cvs22.2
14064
14065         * src/foldersel.c
14066                 use GTK 2 Tree View
14067                 patch by Alfons, with root folder sorting fix
14068                 by Stephan Sachse
14069
14070 2004-12-30 [paul]       0.9.13cvs22.1
14071
14072         * ChangeLog
14073         * ChangeLog.claws
14074         * ChangeLog.jp
14075         * NEWS
14076         * configure.ac
14077         * src/account.c
14078                 sync with HEAD
14079
14080 2004-12-22 [martin]     0.9.13cvs21.2
14081
14082         * src/action.c
14083                 free the command line after its use
14084
14085 2004-12-18 [paul]       0.9.13cvs21.1
14086
14087         * AUTHORS
14088         * ChangeLog
14089         * ChangeLog.claws
14090         * ChangeLog.jp
14091         * NEWS
14092         * configure.ac
14093         * src/action.c
14094         * src/compose.c
14095         * src/syldap.c
14096                 sync with HEAD
14097
14098 2004-12-17 [martin]     0.9.13cvs17.2
14099
14100         * src/action.c
14101                 convert actions input to locale
14102         * src/inc.c
14103                 convert notification command to locale
14104         * src/plugins/pgpmime/select-keys.c
14105                 convert attributes to utf8
14106
14107 2004-12-14 [colin]      0.9.13cvs17.1
14108
14109         * ChangeLog
14110         * ChangeLog.jp
14111         * ChangeLog.claws
14112         * src/action.c
14113         * src/common/utils.c
14114         * src/gtk/prefswindow.c
14115         * src/gtk/gtkutils.c
14116         * src/gtk/gtkutils.h
14117         * src/plugins/spamassassin/libspamc.c
14118                 Sync with HEAD
14119
14120 2004-12-13 [colin]      0.9.13cvs14.1
14121
14122         * src/quote_fmt_parse.y
14123                 Sync with HEAD
14124
14125 2004-12-10 [colin]      0.9.13cvs12.1
14126
14127         * src/prefs_themes.c
14128         * src/mainwindow.c
14129         * src/messageview.c
14130                 Sync with HEAD
14131
14132 2004-12-09 [colin]      0.9.13cvs10.1
14133
14134         * src/procmime.c
14135                 Sync with HEAD (fix B64 encoding from memory)
14136
14137 2004-12-08 [colin]      0.9.13cvs9.1
14138
14139         * src/gtk/colorlabel.c
14140                 Sync with HEAD
14141
14142 2004-12-08 [paul]       0.9.13cvs8.2
14143
14144         * src/gtk/pluginwindow.c
14145                 fix window resizing oddities
14146
14147 2004-12-08 [colin]      0.9.13cvs8.1
14148
14149         * src/quote_fmt_parse.y
14150                 Sync with HEAD
14151
14152 2004-12-08 [colin]      0.9.13cvs7.1
14153
14154         * src/matcher_parser_parse.y
14155         * src/msgcache.c
14156         * src/prefs_matcher.c
14157         * src/procheader.c
14158         * src/matcher.c
14159         * src/common/defs.h
14160         * po/sr.po
14161                 Sync with HEAD
14162
14163 2004-12-08 [colin]      0.9.13cvs6.1
14164
14165         * src/quote_fmt_parse.y
14166         * src/textview.c
14167                 Sync with HEAD
14168         * src/gtk/prefswindow.c
14169         * src/gtk/pluginwindow.c
14170                 Fix G_CALLBACKS protos (thanks to Alfons)
14171
14172 2004-12-07 [torte]      0.9.13cvs2.2
14173
14174         * src/procmime.c
14175                 [Bug 650] reply button causes crash
14176                 Thanks to David Relson and Christoph
14177
14178 2004-12-07 [colin]      0.9.13cvs2.1
14179
14180         * ChangeLog.claws
14181         * AUTHORS
14182         * po/sk.po
14183         * src/procmime.c
14184         * src/prefs_account.c
14185         * src/common/smtp.c
14186         * src/common/smtp.h
14187                 Sync with HEAD
14188
14189 2004-12-06 [colin]      0.9.12cvs187.1
14190
14191         * ChangeLog.claws
14192         * INSTALL
14193         * Makefile.am
14194         * README.claws
14195         * TODO.claws
14196         * configure.ac
14197         * po/bg.po
14198         * po/cs.po
14199         * po/el.po
14200         * po/en_GB.po
14201         * po/es.po
14202         * po/fr.po
14203         * po/hr.po
14204         * po/hu.po
14205         * po/it.po
14206         * po/ja.po
14207         * po/ko.po
14208         * po/nl.po
14209         * po/pl.po
14210         * po/pt_BR.po
14211         * po/ru.po
14212         * po/sk.po
14213         * po/sr.po
14214         * po/sv.po
14215         * po/zh_CN.po
14216         * po/zh_TW.Big5.po
14217         * src/compose.c
14218         * tools/Makefile.am
14219         * tools/README
14220         * tools/filter_conv.pl
14221         * tools/kdeservicemenu/README
14222         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14223         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14224                 Sync with HEAD
14225
14226 2004-12-04 [colin]      0.9.12cvs183.1
14227
14228         * src/compose.c
14229                 Sync with HEAD (compose window position saving)
14230
14231 2004-12-04 [paul]       0.9.12cvs182.3
14232
14233         * src/messageview.c
14234         * src/mimeview.c
14235         * src/prefs_customheader.c
14236         * src/gtk/quicksearch.c
14237                 replace some forgotten GTK_SIGNAL_FUNCs
14238
14239 2004-12-04 [paul]       0.9.12cvs182.2
14240
14241         * src/Makefile.am
14242                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14243                 committed in error      
14244
14245 2004-12-04 [paul]       0.9.12cvs182.1
14246
14247         * ChangeLog
14248         * ChangeLog.claws
14249         * ChangeLog.jp
14250         * INSTALL
14251         * NEWS
14252         * README
14253         * README.jp
14254         * configure.ac
14255         * doc/manual/ja/Makefile.am
14256         * doc/manual/ja/sylpheed-1.html
14257         * doc/manual/ja/sylpheed-10.html
14258         * doc/manual/ja/sylpheed-11.html
14259         * doc/manual/ja/sylpheed-12.html
14260         * doc/manual/ja/sylpheed-13.html
14261         * doc/manual/ja/sylpheed-14.html
14262         * doc/manual/ja/sylpheed-15.html
14263         * doc/manual/ja/sylpheed-16.html
14264         * doc/manual/ja/sylpheed-17.html
14265         * doc/manual/ja/sylpheed-18.html
14266         * doc/manual/ja/sylpheed-19.html
14267         * doc/manual/ja/sylpheed-2.html
14268         * doc/manual/ja/sylpheed-20.html
14269         * doc/manual/ja/sylpheed-3.html
14270         * doc/manual/ja/sylpheed-4.html
14271         * doc/manual/ja/sylpheed-5.html
14272         * doc/manual/ja/sylpheed-6.html
14273         * doc/manual/ja/sylpheed-7.html
14274         * doc/manual/ja/sylpheed-8.html
14275         * doc/manual/ja/sylpheed-9.html
14276         * doc/manual/ja/sylpheed.html
14277         * doc/manual/ja/sylpheed.sgml
14278         * po/de.po
14279         * src/Makefile.am
14280         * src/compose.c
14281         * src/procmime.c
14282         * src/pixmaps/regular.xpm **REMOVED**
14283         * src/plugins/pgpmime/pgpmime.c
14284         * src/plugins/pgpmime/plugin.c
14285         * src/plugins/pgpmime/prefs_gpg.c
14286                 sync with HEAD
14287
14288 2004-12-03 [paul]       0.9.12cvs180.1
14289
14290         * ChangeLog
14291         * ChangeLog.claws
14292         * ChangeLog.jp
14293         * configure.ac
14294         * src/Makefile.am
14295         * src/pop.c
14296         * src/common/utils.c
14297         * src/common/utils.h
14298         * src/pixmaps/continue.xpm
14299         * src/pixmaps/dir_close.xpm
14300         * src/pixmaps/dir_open.xpm
14301         * src/pixmaps/drafts_close.xpm
14302         * src/pixmaps/drafts_open.xpm
14303         * src/pixmaps/folder.xpm **REMOVED**
14304         * src/pixmaps/group.xpm
14305         * src/pixmaps/unread.xpm
14306                 sync with HEAD
14307
14308 2004-12-02 [colin]      0.9.12cvs179.1
14309
14310         * src/compose.c
14311                 Sync with HEAD (non-duplicated reedition)
14312
14313 2004-12-02 [colin]      0.9.12cvs178.1
14314
14315         * src/compose.c
14316                 Sync with HEAD (linewrap_quote fix)
14317
14318 2004-12-01 [colin]      0.9.12cvs177.3
14319
14320         * src/addrharvest.c
14321                 Replace sizeof with strlen
14322
14323 2004-12-01 [paul]       0.9.12cvs177.2
14324
14325         * src/addrharvest.c
14326                 fix 'harvest addresses'
14327
14328 2004-11-30 [colin]      0.9.12cvs177.1
14329
14330         * src/gtk/prefswindow.c
14331         * src/gtk/pluginwindow.c
14332                 Sync with HEAD
14333
14334 2004-11-29 [colin]      0.9.12cvs176.1
14335
14336         * src/folderview.c
14337                 sync with HEAD (Fix disappearing separators in folderview's popup)
14338
14339 2004-11-29 [colin]      0.9.12cvs175.1
14340
14341         * src/procmime.c
14342                 Sync with head (another format fix)
14343
14344 2004-11-29 [colin]      0.9.12cvs174.1
14345
14346         * src/pop.c
14347                 Sync with HEAD (format string fix)
14348
14349 2004-11-26 [colin]      0.9.12cvs173.1
14350
14351         * src/common/smtp.c
14352         * src/common/smtp.h
14353                 Sync with HEAD
14354
14355 2004-11-24 [colin]      0.9.12cvs172.1
14356
14357         * src/plugins/pgpmime/pgpmime.c
14358                 Sync with HEAD
14359
14360 2004-11-24 [colin]      0.9.12cvs171.1
14361
14362         * src/plugins/pgpmime/pgpmime.c
14363                 Sync with head (gpgmectx leaks)
14364
14365 2004-11-24 [colin]      0.9.12cvs169.1
14366
14367         * src/plugins/pgpmime/plugin.c
14368         * src/plugins/trayicon/Makefile.am
14369         * src/plugins/trayicon/newmarkedmail.xpm
14370         * src/plugins/trayicon/trayicon.c
14371         * src/plugins/trayicon/unreadmarkedmail.xpm
14372                 Sync with HEAD
14373
14374 2004-11-23 [colin]      0.9.12cvs168.1
14375
14376         * src/partial_download.c
14377         * src/partial_download.h
14378         * src/plugins/pgpmime/plugin.c
14379                 Sync with HEAD
14380
14381 2004-11-23 [colin]      0.9.12cvs166.1
14382
14383         * src/Makefile.am
14384         * src/codeconv.c
14385         * src/compose.c
14386         * src/folderview.c
14387         * src/main.c
14388         * src/partial_download.c
14389         * src/partial_download.h
14390         * src/prefs_account.c
14391         * src/prefs_account.h
14392         * src/privacy.c
14393         * src/privacy.h
14394         * src/procmime.c
14395         * src/common/Makefile.am
14396         * src/common/base64.h
14397         * src/common/partial_download.c
14398         * src/common/partial_download.h
14399         * src/gtk/prefswindow.c
14400         * src/gtk/prefswindow.h
14401         * src/plugins/pgpmime/pgpmime.c
14402         * src/plugins/pgpmime/prefs_gpg.c
14403         * src/plugins/pgpmime/prefs_gpg.h
14404         * src/plugins/pgpmime/sgpgme.c
14405         * src/plugins/pgpmime/sgpgme.h
14406                 Sync with HEAD
14407
14408 2004-11-23 [colin]      0.9.12cvs163.1
14409
14410         * src/main.c
14411                 Sync with HEAD (cursor optimization)
14412
14413 2004-11-23 [colin]      0.9.12cvs162.1
14414
14415         * src/prefs_common.c
14416         * src/prefs_themes.c
14417         * src/procmsg.c
14418                 Sync with HEAD
14419
14420 2004-11-23 [colin]      0.9.12cvs158.9
14421
14422         * src/compose.c
14423                 Fix double-free when forwarding
14424         * src/msgcache.c
14425                 Fix leak on error path
14426                 
14427
14428 2004-11-23 [colin]      0.9.12cvs158.8
14429
14430         * src/compose.c
14431                 Fix possible double-free
14432                 Spotted by Alfons
14433
14434 2004-11-23 [colin]      0.9.12cvs158.7
14435
14436         * src/compose.c
14437                 Fix some signal handlers' prototypes
14438                 Spotted by Alfons
14439
14440 2004-11-22 [colin]      0.9.12cvs158.6
14441
14442         * src/compose.c
14443                 Remove unneeded code and duplicated
14444                 wrapping - patch by Alfons
14445
14446 2004-11-22 [colin]      0.9.12cvs158.5
14447
14448         * src/prefs_themes.c
14449                 Fix oversized selector
14450
14451 2004-11-22 [colin]      0.9.12cvs158.4
14452
14453         * src/compose.c
14454                 fix dump_text()
14455                 patch by Alfons
14456
14457 2004-11-19 [colin]      0.9.12cvs158.3
14458
14459         * src/textview.c
14460                 Add a context menu on links (open, copy)
14461
14462 2004-11-18 [paul]       0.9.12cvs158.2
14463
14464         * src/addrgather.c
14465         * src/exphtmldlg.c
14466         * src/expldifdlg.c
14467         * src/mimeview.c
14468         * src/prefs_common.c
14469         * src/plugins/image_viewer/viewer.c
14470         * src/plugins/spamassassin/spamassassin_gtk.c
14471                 replace deprecated gtk_notebook_set_page
14472                 and gtk_notebook_current_page
14473
14474 2004-11-18 [paul]       0.9.12cvs158.1
14475
14476         * configure.ac
14477         * src/compose.c
14478         * src/mainwindow.c
14479         * src/messageview.c
14480         * src/prefs_common.c
14481         * src/common/utils.c
14482         * src/common/utils.h
14483                 sync with HEAD
14484
14485 2004-11-17 [colin]      0.9.12cvs156.1
14486
14487         * src/prefs_account.c
14488         * src/prefs_account.h
14489         * src/procmsg.c
14490                 Sync with HEAD (add pref to store encrypted mails encrypted)
14491
14492 2004-11-17 [paul]       0.9.12cvs155.1
14493
14494         * ChangeLog
14495         * ChangeLog.claws
14496         * ChangeLog.jp
14497         * NEWS
14498         * configure.ac
14499         * src/compose.c
14500         * src/jpilot.c
14501         * src/privacy.c
14502         * src/procmime.c
14503         * src/procmime.h
14504         * src/procmsg.c
14505         * src/toolbar.c
14506         * src/pixmaps/error.xpm
14507                 sync with HEAD
14508
14509 2004-11-17 [colin]      0.9.12cvs151.1
14510
14511         * src/plugins/pgpmime/pgpmime.c
14512                 Sync with HEAD (remove debug printf)
14513
14514 2004-11-17 [colin]      0.9.12cvs150.1
14515
14516         * src/plugins/pgpmime/pgpmime.c
14517                 Sync with HEAD (off-by-one fix)
14518
14519 2004-11-17 [colin]      0.9.12cvs149.1
14520
14521         * src/procmsg.c
14522                 Sync with HEAD (coding style fixes)
14523
14524 2004-11-16 [colin]      0.9.12cvs148.1
14525
14526         * src/procmsg.c
14527                 Sync with head (Fix the fix)
14528
14529 2004-11-16 [colin]      0.9.12cvs147.1
14530
14531         * src/procmsg.c
14532                 Sync with Main (leak fix)
14533
14534 2004-11-16 [colin]      0.9.12cvs146.14
14535
14536         * src/compose.c
14537                 Remove useless chunk of code
14538                 Patch by Alfons
14539
14540 2004-11-15 [colin]      0.9.12cvs146.13
14541
14542         * src/compose.c
14543                 Fix drafting after insertion
14544                 Patch by Alfons
14545
14546 2004-11-15 [colin]      0.9.12cvs146.12
14547
14548         * src/compose.c
14549         * src/prefs_filtering.c
14550         * src/prefs_filtering_action.c
14551         * src/prefs_toolbar.c
14552                 Fix some const-correctness
14553
14554 2004-11-15 [colin]      0.9.12cvs146.11
14555
14556         * src/summaryview.c
14557         * src/prefs_themes.c
14558         * src/messageview.c
14559                 Fix some leaks
14560
14561 2004-11-15 [colin]      0.9.12cvs146.10
14562
14563         * src/codeconv.c
14564                 More unreadable locale fixes
14565
14566 2004-11-14 [colin]      0.9.12cvs146.9
14567
14568         * src/textview.c
14569                 Fix uri_security_check
14570                 Patch by Alfons
14571
14572 2004-11-13 [paul]       0.9.12cvs146.8
14573
14574         * src/folder.c
14575         * src/procmime.c
14576                 fix 2 bugs introduced in last commit
14577
14578 2004-11-13 [paul]       0.9.12cvs146.7
14579
14580         * src/compose.c
14581         * src/exporthtml.c
14582         * src/exportldif.c
14583         * src/folder.c
14584         * src/imap.c
14585         * src/imap_gtk.c
14586         * src/main.c
14587         * src/mainwindow.c
14588         * src/messageview.c
14589         * src/mh_gtk.c
14590         * src/prefs_themes.c
14591         * src/procmime.c
14592         * src/setup.c
14593         * src/summaryview.c
14594                 replace deprecated g_basename
14595
14596 2004-11-13 [paul]       0.9.12cvs146.6
14597
14598         * src/compose.c
14599         * src/imap.c
14600         * src/matcher_parser.h
14601         * src/matcher_parser_parse.y
14602         * src/prefs_filtering.c
14603         * src/prefs_filtering_action.c
14604         * src/prefs_themes.c
14605         * src/prefs_toolbar.c
14606         * src/common/utils.c
14607                 various small fixes/cleanups
14608
14609 2004-11-12 [colin]      0.9.12cvs146.5
14610
14611         * src/textview.c
14612                 Validate event's origin on visibility notify
14613                 Patch by Alfons.
14614
14615 2004-11-12 [paul]       0.9.12cvs146.4
14616
14617         * src/exporthtml.c
14618         * src/exportldif.c
14619         * src/imap.c
14620         * src/mh.c
14621         * src/mimeview.c
14622         * src/prefs_spelling.c
14623         * src/prefs_themes.c
14624                 replace deprecated g_dirname    
14625
14626 2004-11-12 [colin]      0.9.12cvs146.3
14627
14628         * src/textview.c
14629                 Some coding style fixes
14630
14631 2004-11-12 [colin]      0.9.12cvs146.2
14632
14633         * src/codeconv.c
14634                 We want to replace _all_ extended chars in
14635                 conv_unreadable_*, because any string containing
14636                 extended chars not parsing as UTF8 is 
14637                 undisplayed on gtk2.
14638
14639 2004-11-12 [paul]       0.9.12cvs146.1
14640
14641         * ChangeLog
14642         * ChangeLog.claws
14643         * ChangeLog.jp
14644         * NEWS
14645         * configure.ac
14646         * src/account.c
14647         * src/folderview.c
14648         * src/folderview.h
14649         * src/imap.c
14650         * src/imap_gtk.c
14651         * src/inc.c
14652         * src/mainwindow.c
14653         * src/mh_gtk.c
14654         * src/news_gtk.c
14655         * src/pop.c
14656         * src/prefs_account.c
14657         * src/prefs_account.h
14658         * src/prefs_ext_prog.c
14659         * src/procmime.c
14660         * src/procmime.h
14661         * src/procmsg.c
14662         * src/procmsg.h
14663         * src/summary_search.c
14664         * src/summaryview.c
14665         * src/textview.c
14666         * src/common/defs.h
14667         * src/common/utils.c
14668         * src/common/utils.h
14669         * src/gtk/menu.c
14670         * src/gtk/menu.h
14671                 sync with HEAD
14672
14673 2004-11-11 [colin]      0.9.12cvs144.2
14674
14675         * src/textview.c
14676                 Fix URI range selection (patch by Alfons)
14677
14678 2004-11-09 [colin]      0.9.12cvs144.1
14679
14680         * ChangeLog.claws
14681         * src/compose.c
14682         * src/folder.c
14683         * src/folder_item_prefs.c
14684         * src/prefs_account.c
14685         * src/prefs_account.h
14686         * src/plugins/pgpmime/pgpmime.c
14687                 Sync with HEAD
14688
14689 2004-11-08 [colin]      0.9.12cvs143.1
14690
14691         * src/summaryview.c
14692                 Sync with HEAD (optimize quicksearch)
14693
14694 2004-11-08 [colin]      0.9.12cvs142.2
14695
14696         * src/compose.c
14697                 Don't wrap when Edit/Auto wrapping is disabled
14698
14699 2004-11-08 [colin]      0.9.12cvs142.1
14700
14701         * src/textview.c
14702                 Sync with HEAD
14703
14704 2004-11-08 [colin]      0.9.12cvs141.1
14705
14706         * src/textview.c
14707                 Sync with HEAD (fix some mail URIs)
14708
14709 2004-11-08 [colin]      0.9.12cvs140.3
14710
14711         * src/textview.c
14712                 o Use text cursor instead of arrow when
14713                   not on a link
14714                 o Fix handling of contiguous links (as in
14715                   "colin@colino.net" <colin@colino.net>)
14716                   This one unveils a bug in get_email_part()
14717
14718 2004-11-07 [colin]      0.9.12cvs140.2
14719
14720         * src/textview.c
14721                 Fix memleak. Patch by Alfons.
14722
14723 2004-11-06 [colin]      0.9.12cvs140.1
14724
14725         * src/compose.c
14726                 Sync with HEAD (don't ask passphrase
14727                 when drafting)
14728
14729 2004-11-06 [paul]       0.9.12cvs139.2
14730
14731         * AUTHORS
14732         * src/textview.c
14733         * src/textview.h
14734                 textview URI handling. hovering over a 
14735                 link displays it in the status bar,
14736                 and changes the mouse pointer to a hand 
14737                 cursor. a link is activated with a single 
14738                 click. (Modified from the) patch by Jean-Yves 
14739                 Lefort <jylefort@users.sourceforge.net>
14740                 
14741
14742 2004-11-05 [colin]      0.9.12cvs139.1
14743
14744         * src/compose.c
14745         * src/procmime.c
14746                 Sync with HEAD again ^^
14747
14748 2004-11-05 [colin]      0.9.12cvs139.1
14749
14750         * src/compose.c
14751         * src/procmime.c
14752                 Sync with HEAD
14753
14754 2004-11-03 [paul]       0.9.12cvs138.1
14755
14756         * ChangeLog.claws
14757         * configure.ac
14758         * po/POTFILES.in
14759         * src/prefs_ext_prog.c
14760         * src/procmime.c
14761         * tools/kdeservicemenu/README
14762         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14763         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14764                 sync with HEAD
14765
14766 2004-11-01 [christoph]  0.9.12cvs136.2
14767
14768         * src/procmime.c
14769                 convert MIME parameters to UTF-8
14770
14771 2004-10-29 [colin]      0.9.12cvs136.1
14772
14773         * src/common/utils.c
14774                 Sync with HEAD (don't use '=' in mime boundary)
14775
14776 2004-10-29 [paul]       0.9.12cvs135.1
14777
14778         * configure.ac
14779         * doc/src/rfc2231.txt
14780         * src/procmime.c
14781         * src/common/quoted-printable.c
14782         * src/common/utils.c
14783         * src/common/utils.h
14784                 sync with HEAD
14785
14786 2004-10-27 [paul]       0.9.12cvs134.1
14787
14788         * configure.ac
14789         * src/main.c
14790         * src/procmime.c
14791         * src/plugins/pgpmime/pgpmime.c
14792                 sync with HEAD
14793
14794 2004-10-26 [paul]       0.9.12cvs132.3
14795
14796         * src/account.c
14797         * src/addressbook.c
14798         * src/addrgather.c
14799         * src/addrharvest.c
14800         * src/codeconv.c
14801         * src/compose.c
14802         * src/customheader.c
14803         * src/editaddress.c
14804         * src/editgroup.c
14805         * src/enriched.c
14806         * src/expldifdlg.c
14807         * src/exporthtml.c
14808         * src/exportldif.c
14809         * src/folder.c
14810         * src/foldersel.c
14811         * src/folderview.c
14812         * src/grouplistdialog.c
14813         * src/html.c
14814         * src/imap.c
14815         * src/jpilot.c
14816         * src/ldapserver.c
14817         * src/ldif.c
14818         * src/mimeview.c
14819         * src/news.c
14820         * src/news_gtk.c
14821         * src/pop.c
14822         * src/prefs_display_header.c
14823         * src/prefs_gtk.c
14824         * src/prefs_msg_colors.c
14825         * src/prefs_toolbar.c
14826         * src/procheader.c
14827         * src/procmime.c
14828         * src/summaryview.c
14829         * src/textview.c
14830         * src/toolbar.c
14831         * src/vcard.c
14832         * src/common/mgutils.c
14833         * src/common/nntp.c
14834         * src/common/smtp.c
14835         * src/common/template.c
14836         * src/common/utils.c
14837         * src/common/xmlprops.c
14838         * src/plugins/pgpmime/pgpmime.c
14839         * src/plugins/pgpmime/select-keys.c
14840         * src/plugins/pgpmime/sgpgme.c
14841                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14842                 g_string_sprintfa(), gtk_notebook_current_page()
14843
14844 2004-10-26 [colin]      0.9.12cvs132.2
14845
14846         * src/prefs_folder_item.c
14847                 Fix default-account selection
14848
14849 2004-10-21 [colin]      0.9.12cvs133
14850
14851         * src/compose.c
14852                 Sync with HEAD (Remove extra separator in compose's Options)
14853         * src/textview.c
14854                 Set wrapping to char
14855
14856 2004-10-21 [paul]       0.9.12cvs131.2
14857
14858         * src/compose.c
14859         * src/sourcewindow.c
14860                 fix wrapping
14861                 fix window shrinking 
14862
14863 2004-10-21 [colin]      0.9.12cvs131.1
14864
14865         * ChangeLog.claws
14866         * src/compose.c
14867                 Sync with HEAD
14868
14869 2004-10-21 [paul]       0.9.12cvs130.2
14870
14871         * src/prefs_folder_item.c
14872                 sync with HEAD (Apply to subfolders)
14873
14874 2004-10-19 [colin]      0.9.12cvs130.1
14875
14876         * ChangeLog.claws
14877         * src/compose.c
14878         * src/common/utils.c
14879         * src/gtk/menu.c
14880                 Sync with HEAD
14881
14882 2004-10-19 [colin]      0.9.12cvs128.1
14883
14884         * src/addrbook.c
14885         * src/addrcache.c
14886         * src/addressbook.c
14887         * src/codeconv.c
14888         * src/compose.c
14889         * src/customheader.c
14890         * src/editaddress.c
14891         * src/editgroup.c
14892         * src/exporthtml.c
14893         * src/folder.c
14894         * src/folderview.c
14895         * src/imap.c
14896         * src/jpilot.c
14897         * src/main.c
14898         * src/matcher_parser_parse.y
14899         * src/mbox.c
14900         * src/pop.c
14901         * src/prefs_account.c
14902         * src/prefs_gtk.c
14903         * src/prefs_msg_colors.c
14904         * src/procheader.c
14905         * src/procmime.c
14906         * src/procmime.h
14907         * src/procmsg.c
14908         * src/summaryview.c
14909         * src/textview.c
14910         * src/common/base64.c
14911         * src/common/partial_download.c
14912         * src/common/socket.c
14913         * src/common/sylpheed.c
14914         * src/common/utils.c
14915         * src/common/utils.h
14916         * src/gtk/pluginwindow.c
14917         * src/gtk/quicksearch.c
14918         * src/plugins/clamav/clamav_plugin.c
14919         * src/plugins/clamav/clamav_plugin.h
14920         * src/plugins/clamav/clamav_plugin_gtk.c
14921         * src/plugins/pgpmime/passphrase.c
14922         * src/plugins/pgpmime/pgpmime.c
14923         * src/plugins/pgpmime/plugin.c
14924         * src/plugins/pgpmime/prefs_gpg.c
14925         * src/plugins/pgpmime/prefs_gpg.h
14926         * src/plugins/pgpmime/select-keys.c
14927         * src/plugins/pgpmime/sgpgme.c
14928         * src/plugins/spamassassin/libspamc.c
14929         * src/plugins/spamassassin/spamassassin.c
14930         * src/plugins/spamassassin/spamassassin.h
14931         * src/plugins/spamassassin/spamassassin_gtk.c
14932         * src/plugins/trayicon/trayicon.c
14933         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14934                 Sync with HEAD
14935
14936 2004-10-14 [colin]      0.9.12cvs126.2
14937
14938         * src/codeconv.c
14939         * src/textview.c
14940                 Fix conv_unreadable_locale
14941
14942 2004-10-13 [colin]      0.9.12cvs126.1
14943
14944         * src/compose.c
14945                 Sync with HEAD (don't convert charset for 
14946                 drafted messages, minor cleanup)
14947
14948 2004-10-13 [colin]      0.9.12cvs125.1
14949
14950         * po/POTFILES.in
14951                 Sync with HEAD (POTFILES fix)
14952
14953 2004-10-12 [colin]      0.9.12cvs124.3
14954
14955         * src/compose.c
14956                 Fix encoding bug from latest sync
14957
14958 2004-10-12 [paul]       0.9.12cvs124.2
14959
14960         * src/plugins/pgpmime/prefs_gpg.c
14961         * src/plugins/pgpmime/prefs_gpg.h
14962                 forgotten in last commit        
14963
14964 2004-10-12 [paul]       0.9.12cvs124.1
14965
14966         * ChangeLog.claws
14967         * configure.ac
14968         * m4/spamassassin.m4
14969         * src/Makefile.am
14970         * src/account.c
14971         * src/compose.c
14972         * src/compose.h
14973         * src/crash.c
14974         * src/main.c
14975         * src/mimeview.c
14976         * src/passphrase.c
14977         * src/passphrase.h
14978         * src/prefs_account.c
14979         * src/prefs_account.h
14980         * src/prefs_common.c
14981         * src/privacy.c
14982         * src/privacy.h
14983         * src/procmime.c
14984         * src/procmime.h
14985         * src/procmsg.c
14986         * src/rfc2015.c
14987         * src/rfc2015.h
14988         * src/select-keys.c
14989         * src/select-keys.h
14990         * src/textview.c
14991         * src/common/utils.c
14992         * src/common/utils.h
14993         * src/gtk/about.c
14994         * src/plugins/pgpmime/Makefile.am
14995         * src/plugins/pgpmime/passphrase.c
14996         * src/plugins/pgpmime/passphrase.h
14997         * src/plugins/pgpmime/pgpmime.c
14998         * src/plugins/pgpmime/plugin.c
14999         * src/plugins/pgpmime/select-keys.c
15000         * src/plugins/pgpmime/select-keys.h
15001         * src/plugins/pgpmime/sgpgme.c
15002         * src/plugins/pgpmime/sgpgme.h
15003                 sync with HEAD
15004
15005 2004-10-04 [colin]      0.9.12cvs122.1
15006
15007         * src/mainwindow.c
15008         * src/messageview.c
15009         * src/messageview.h
15010         * src/textview.c
15011                 Sync with HEAD
15012
15013 2004-10-04 [colin]      0.9.12cvs121.1
15014
15015         * src/summaryview.c
15016                 Sync with HEAD
15017
15018 2004-10-04 [paul]       0.9.12cvs120.1
15019
15020         * configure.ac
15021                 sync with HEAD [don't try to build 
15022                 pgpmime plugin when gpgme is disabled]
15023
15024 2004-10-03 [colin]      0.9.12cvs119.3
15025
15026         * src/gtk/gtksctree.c
15027                 Lots of side effects. Put back as before 117.2.
15028         * src/summaryview.c
15029                 Fix bug #602
15030
15031 2004-10-03 [colin]      0.9.12cvs119.2
15032
15033         * src/gtk/gtksctree.c
15034                 Revert 608 fix that doesn't work that good
15035
15036 2004-10-02 [colin]      0.9.12cvs119.1
15037
15038         * src/mainwindow.c
15039         * src/messageview.c
15040         * src/prefs_common.h
15041         * src/procmime.c
15042         * src/procmime.h
15043         * src/textview.c
15044                 Sync with HEAD
15045         * src/gtk/gtksctree.c
15046                 Close bug #608
15047
15048 2004-10-01 [colin]      0.9.12cvs118.1
15049
15050         * src/mimeview.c
15051                 Sync with HEAD (better Save All fix)
15052
15053 2004-10-01 [colin]      0.9.12cvs117.2
15054
15055         * src/gtk/gtksctree.c
15056                 Faster on selection
15057
15058 2004-10-01 [colin]      0.9.12cvs117.1
15059
15060         * src/mimeview.c
15061                 Sync with HEAD (Save All: only attachments)
15062
15063 2004-10-01 [paul]       0.9.12cvs116.1
15064
15065         * ChangeLog.claws
15066         * configure.ac
15067         * src/account.c
15068         * src/prefs_common.c
15069         * src/gtk/colorlabel.c
15070                 sync with HEAD
15071
15072 2004-09-30 [colin]      0.9.12cvs115.1
15073
15074         * src/stock_pixmap.c
15075         * src/stock_pixmap.h
15076         * src/folderview.c
15077         * src/Makefile.am
15078         * src/pixmaps/read.xpm
15079                 Sync with HEAD (new pixmap)
15080
15081 2004-09-29 [colin]      0.9.12cvs114.1
15082
15083         * src/compose.c
15084                 Sync with HEAD
15085                 Fix focus handling in headers
15086
15087 2004-09-29 [paul]       0.9.12cvs113.1
15088
15089         * src/quote_fmt_parse.y
15090                 sync with HEAD
15091  
15092
15093 2004-09-28 [colin]      0.9.12cvs112.1
15094
15095         * src/folderview.c
15096         * src/mainwindow.c
15097                 Sync with HEAD
15098
15099 2004-09-28 [colin]      0.9.12cvs110.1
15100
15101         * src/folderview.c
15102                 Sync with HEAD (Contextual Empty trash menu)
15103
15104 2004-09-28 [colin]      0.9.12cvs108.1
15105
15106         * src/addressbook.c
15107                 Sync with HEAD (addressbook edit on double-click)
15108
15109 2004-09-28 [colin]      0.9.12cvs106.1
15110
15111         * src/inc.c
15112                 Sync with HEAD (folder_item freeze on inc)
15113
15114 2004-09-27 [colin]      0.9.12cvs105.1
15115
15116         * src/folderview.c
15117                 Sync with HEAD (right-align new and unread column)
15118
15119 2004-09-27 [colin]      0.9.12cvs104.1
15120
15121         * src/main.c
15122                 Sync with HEAD (revert 0.9.12cvs101)
15123
15124 2004-09-24 [colin]      0.9.12cvs103.2
15125
15126         * src/wizard.c
15127                 Fix gtk warnings and use domain part of the email address 
15128                 when domain detection fails (no dot in domain name)
15129
15130 2004-09-23 [colin]      0.9.12cvs103.1
15131
15132         * src/plugins/spamassassin/libspamc.c
15133         * src/plugins/spamassassin/libspamc.h
15134         * src/plugins/spamassassin/utils.c
15135         * src/plugins/spamassassin/utils.h
15136                 Sync with HEAD (Update spamassassin to 3.0)
15137
15138 2004-09-21 [colin]      0.9.12cvs102.3
15139
15140         * src/action.c
15141                 Add horizontal scrollbar in action io dialog as needed
15142                 Patch by Alfons.
15143
15144 2004-09-20 [colin]      0.9.12cvs102.2
15145
15146         * src/plugins/image_viewer/viewer.c
15147                 Remove imlib stuff
15148                 use gtk_pixmap_set when clearing
15149                 (would be better to use gtkImages, but causes size-allocate 
15150                 signals storm)
15151
15152 2004-09-17 [paul]       0.9.12cvs102.1
15153
15154         * ChangeLog
15155         * ChangeLog.claws
15156         * ChangeLog.jp
15157         * configure.ac
15158         * src/inc.c
15159                 sync with HEAD
15160
15161
15162 2004-09-17 [colin]      0.9.12cvs101.1
15163
15164         * ChangeLog.claws
15165         * src/main.c
15166                 Sync with HEAD (fix segs at exit)
15167
15168 2004-09-14 [colin]      0.9.12cvs99.5
15169
15170         * src/common/socket.c
15171         * AUTHORS
15172                 Fix send error on 64bit platforms
15173                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15174
15175 2004-09-14 [colin]      0.9.12cvs99.4
15176
15177         * src/action.c
15178                 Fix action output with utf8 
15179                 Patch by Alfons.
15180
15181 2004-09-14 [colin]      0.9.12cvs99.3
15182
15183         * ChangeLog.claws
15184         * src/folder.c
15185                 Sync with HEAD
15186
15187 2004-09-09 [colin]      0.9.12cvs99.2
15188
15189         * src/action.c
15190                 Fix progress bar (displaying "Completed %v/%u")
15191                 Patch by Alfons.
15192
15193 2004-09-08 [colin]      0.9.12cvs99.1
15194
15195         * src/account.c
15196         * src/folder.c
15197         * src/procmsg.c
15198         * src/procmsg.h
15199         * src/plugins/pgpmime/pgpmime.c
15200                 Sync with HEAD
15201
15202 2004-09-08 [colin]      0.9.12cvs97.2
15203
15204         * src/summaryview.c
15205                 Don't select mails in collapsed threads 
15206                 when navigating with up/down
15207
15208 2004-09-07 [colin]      0.9.12cvs97.1
15209
15210         * src/inc.c
15211                 Sync with HEAD (meaningful error messages)
15212
15213 2004-09-06 [colin]      0.9.12cvs96.1
15214
15215         * src/toolbar.c
15216                 Sync with HEAD (fix Redirect graying out)
15217
15218 2004-09-06 [colin]      0.9.12cvs95.1
15219
15220         * src/summaryview.c
15221         * src/mimeview.c
15222                 Sync with HEAD (fix dropped URIs)
15223
15224 2004-09-06 [colin]      0.9.12cvs94.1
15225
15226         * src/addressbook.c
15227         * src/addressitem.h
15228         * src/addritem.c
15229         * src/addritem.h
15230                 Sync with HEAD (addressbook DnD)
15231
15232 2004-09-03 [colin]      0.9.12cvs93.1
15233
15234         * src/summaryview.c
15235                 Sync with HEAD (next/prev unread)
15236
15237 2004-09-03 [colin]      0.9.12cvs92.1
15238
15239         * src/prefs_common.c
15240         * src/prefs_common.h
15241         * src/summaryview.c
15242                 Sync with HEAD ('mark_as_read_delay' pref)
15243
15244 2004-09-02 [colin]      0.9.12cvs91.2
15245
15246         * src/common/xml.c
15247                 Fix leak
15248
15249 2004-09-02 [colin]      0.9.12cvs91.1
15250
15251         * src/gtk/menu.c
15252                 Sync with HEAD (menu accel don't work, but whatever)
15253
15254 2004-09-02 [colin]      0.9.12cvs90.1
15255
15256         * src/account.c
15257                 Sync with HEAD (fix bug 582)
15258
15259 2004-09-02 [colin]      0.9.12cvs89.1
15260
15261         * src/addrindex.c
15262                 Sync with HEAD (free deleted queries)
15263
15264 2004-09-02 [colin]      0.9.12cvs88.1
15265
15266         * src/ldapquery.c
15267                 Sync with HEAD (fix LDAP freezes)
15268
15269 2004-09-02 [colin]      0.9.12cvs87.1
15270
15271         * src/prefs_spelling.c
15272                 Sync with HEAD (add default dictionary)
15273
15274 2004-09-01 [colin]      0.9.12cvs86.1
15275
15276         * src/filtering.c
15277         * src/folderview.c
15278         * src/imap.c
15279         * src/prefs_matcher.c
15280         * src/stock_pixmap.c
15281         * src/summary_search.c
15282         * src/summaryview.c
15283         * src/wizard.c
15284         * src/wizard.h
15285                 Sync with HEAD (uninitialized vars fixes)
15286                 + gtk2 specific warning fixes
15287
15288 2004-08-31 [colin]      0.9.12cvs85.1
15289
15290         * src/folder.c
15291                 Sync with HEAD (Fix memory corruption due to 
15292                 uninitialized var)
15293
15294 2004-08-31 [colin]      0.9.12cvs84.4
15295
15296         * src/summary_search.c
15297                 Fix segfaults when searching in folders with broken headers
15298
15299 2004-08-31 [colin]      0.9.12cvs84.3
15300
15301         * src/compose.c
15302         * src/textview.c
15303                 Fix some more encoding/decoding issues
15304
15305 2004-08-30 [colin]      0.9.12cvs84.2
15306
15307         * src/mimeview.c
15308         * src/prefs_themes.c
15309         * src/gtk/filesel.c
15310         * src/gtk/filesel.h
15311                 Add a folder-mode selection (fixes mimeview's "Save all")
15312
15313 2004-08-29 [colin]      0.9.12cvs84.1
15314
15315         * src/mimeview.c
15316                 Sync with HEAD (don't escape saved filenames)
15317
15318 2004-08-27 [colin]      0.9.12cvs83.1
15319
15320         * ChangeLog
15321         * ChangeLog.claws
15322         * ChangeLog.jp
15323         * src/mh.c
15324         * src/procheader.c
15325         * src/procmsg.c
15326         * src/procmsg.h
15327         * src/common/utils.c
15328         * src/gtk/menu.h
15329         * po/
15330                 Sync with HEAD 0.9.12cvs83 (sync with main)
15331
15332 2004-08-26 [colin]      0.9.12cvs82.4
15333
15334         * src/codeconv.c
15335                 Fix strange stack corruption
15336                 Convert to utf8 after unmime, not before
15337
15338 2004-08-26 [colin]      0.9.12cvs82.3
15339
15340         * src/main.c
15341         * src/wizard.c
15342                 Fix account folders duplication
15343
15344 2004-08-25 [colin]      0.9.12cvs82.2
15345
15346         * src/wizard.c
15347                 Remove ports
15348                 Add SSL selection
15349                 Use login@server as account name
15350
15351 2004-08-25 [colin]      0.9.12cvs82.1
15352
15353         * src/plugins/pgpmime/pgpmime.c
15354                 Sync with HEAD (leak fix).
15355
15356 2004-08-25 [colin]      0.9.12cvs81.1
15357
15358         * src/plugins/pgpmime/pgpmime.c
15359         * src/plugins/pgpmime/sgpgme.c
15360         * src/plugins/pgpmime/sgpgme.h
15361                 Sync with HEAD (Handle combined messages).
15362
15363 2004-08-24 [colin]      0.9.12cvs80.3
15364
15365         * src/wizard.c
15366                 Fix full name, ports, and imap
15367
15368 2004-08-24 [colin]      0.9.12cvs80.2
15369
15370         * src/Makefile.am
15371         * src/main.c
15372         * src/setup.c
15373         * src/setup.h
15374         * src/stock_pixmap.c
15375         * src/stock_pixmap.h
15376         * src/wizard.c ** ADDED **
15377         * src/wizard.h ** ADDED ** 
15378         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15379                 Add a setup wizard 
15380
15381 2004-08-24 [colin]      0.9.12cvs80.1
15382
15383         * src/folder.c
15384                 Sync with HEAD (set mimeflags on all messages)
15385
15386 2004-08-24 [colin]      0.9.12cvs79.3
15387
15388         * src/matcher_parser_lex.l
15389                 Fix 8bits strings not in utf8
15390
15391 2004-08-24 [colin]      0.9.12cvs79.2
15392
15393         * src/compose.c
15394                 Check conversion result before replacing buffer
15395
15396 2004-08-23 [colin]      0.9.12cvs79.1
15397
15398         * src/compose.c
15399                 Sync with HEAD (create message header in memory)
15400
15401 2004-08-23 [colin]      0.9.12cvs78.1
15402
15403         * src/rfc2015.c
15404         * src/rfc2015.h
15405                 Sync with HEAD (fix bug 197 again)
15406
15407 2004-08-23 [colin]      0.9.12cvs77.3
15408
15409         * src/compose.c
15410                 Fix again inline gpg signing (which outputs utf8
15411                 in gtk2). Not syncing this fix to HEAD as this 
15412                 code is meant to die.
15413
15414 2004-08-23 [colin]      0.9.12cvs77.2
15415
15416         * src/prefs_account.h
15417                 Remove useless include
15418
15419 2004-08-23 [colin]      0.9.12cvs77.1
15420
15421         * src/imap.c
15422         * po/es.po
15423         * po/fr.po
15424         * po/it.po
15425         * po/pl.po
15426         * po/pt_BR.po
15427         * po/sk.po
15428         * po/sr.po
15429                 Sync with HEAD (fix bug 577)
15430
15431 2004-08-22 [colin]      0.9.12cvs76.1
15432
15433         * src/plugins/trayicon/trayicon.c
15434                 Sync with HEAD (fix formatting bug)
15435
15436 2004-08-21 [colin]      0.9.12cvs74.2
15437
15438         * src/gtk/colorsel.c
15439                 Fix bug 564 (Folder color selection window exits on any
15440                 keypress)
15441
15442 2004-08-21 [colin]      0.9.12cvs74.1
15443
15444         * ChangeLog.claws
15445         * src/compose.c
15446         * src/summaryview.c
15447         * src/toolbar.c
15448                 Sync with HEAD (fix bug 576)
15449
15450 2004-08-21 [colin]      0.9.12cvs70.1
15451
15452         * src/compose.c
15453         * src/mainwindow.c
15454                 Sync with HEAD
15455                 
15456
15457 2004-08-21 [paul]       0.9.12cvs66.4
15458
15459         * src/mainwindow.c
15460         * src/messageview.c
15461         * src/gtk/menu.c
15462         * src/plugins/spamassassin/spamassassin_gtk.c
15463                 remove some deprecated gtk1 functions
15464
15465
15466 2004-08-21 [colin]      0.9.12cvs66.3
15467
15468         * src/compose.c
15469         * src/codeconv.c
15470                 Fix warnings
15471                 Remove encoding hacks
15472                 Fix bug 575 (Strange character messes up message)
15473                 Don't display conversion error when drafting
15474
15475 2004-08-21 [paul]       0.9.12cvs66.2
15476
15477         * src/prefs_account.c
15478                 fix GnuPG mode bugs
15479
15480
15481 2004-08-20 [colin]      0.9.12cvs66.1
15482
15483         * src/codeconv.c
15484                 Sync with HEAD 0.9.12cvs66
15485
15486 2004-08-20 [paul]
15487
15488         * src/plugins/pgpmime/plugin.c
15489                 modify PGP/MIME plugin's description
15490
15491 2004-08-17 [colin]      0.9.12cvs65.1
15492
15493         * src/common/ssl.c
15494         * src/plugins/pgpmime/plugin.c
15495                 Sync with HEAD
15496
15497 2004-08-14 [colin]      0.9.12cvs60.3
15498
15499         * src/plugins/trayicon/trayicon.c
15500                 Put back resize callback, on size-request signal
15501                 rather than size-allocate to avoid infinite 
15502                 callback loop
15503
15504 2004-08-13 [colin]      0.9.12cvs60.2
15505
15506         * src/common/defs.h
15507                 Cache versions have been fixed
15508
15509 2004-08-13 [colin]      0.9.12cvs60.1
15510
15511         * src/folderutils.c
15512                 Sync with HEAD
15513
15514 2004-08-12 [colin]      0.9.12cvs59.1
15515
15516         * src/plugins/trayicon/trayicon.c
15517                 Sync with HEAD
15518
15519 2004-08-12 [colin]      0.9.12cvs57.5
15520
15521         * sylpheed.desktop
15522         * configure.ac
15523         * src/Makefile.am
15524         * src/main.c
15525                 Add support for Freedesktop.org's startup notification
15526
15527 2004-08-11 [colin]      0.9.12cvs57.4
15528
15529         * src/textview.c
15530                 Fix off-by-one
15531
15532 2004-08-11 [colin]      0.9.12cvs57.3
15533
15534         * src/message_search.c
15535         * src/summary_search.c
15536                 Make searches case insensitive by default
15537         * src/textview.c
15538                 Fix case-insensitive search in message
15539
15540 2004-08-11 [colin]      0.9.12cvs57.2
15541
15542         * src/summary_search.c
15543                 Let case-sensitive be specified
15544
15545 2004-08-10 [colin]      0.9.12cvs55.4
15546
15547         * src/common/socket.c
15548                 Fix the possible race condition
15549
15550 2004-08-09 [paul]       0.9.12cvs55.3
15551
15552         * configure.ac
15553         * src/Makefile.am
15554         * src/common/Makefile.am
15555                 sync with HEAD
15556
15557
15558 2004-08-09 [paul]       0.9.12cvs55.2
15559
15560         * autogen.sh
15561         * po/poconv.sh
15562                 remove unneeded script
15563
15564         * configure.ac
15565                 add forgotten USE_LDAP_TLS (sync with HEAD)
15566
15567
15568 2004-08-09 [colin]      0.9.12cvs55.1
15569
15570         * src/main.c
15571         * src/common/ssl.c
15572         * src/common/sylpheed.c
15573         * src/common/sylpheed.h
15574                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15575
15576 2004-08-09 [paul]       0.9.12cvs54.1
15577
15578         * ChangeLog
15579         * ChangeLog.claws
15580         * ChangeLog.jp
15581         * configure.ac
15582         * po/POTFILES.in
15583         * src/Makefile.am
15584         * src/folderutils.c
15585         * src/main.c
15586         * src/pgpmime.c
15587         * src/pgpmime.h
15588         * src/sgpgme.c
15589         * src/sgpgme.h
15590         * src/plugins/Makefile.am
15591         * src/plugins/pgpmime/.cvsignore
15592         * src/plugins/pgpmime/Makefile.am
15593         * src/plugins/pgpmime/pgpmime.c
15594         * src/plugins/pgpmime/pgpmime.h
15595         * src/plugins/pgpmime/plugin.c
15596         * src/plugins/pgpmime/sgpgme.c
15597         * src/plugins/pgpmime/sgpgme.h
15598                 sync with HEAD
15599
15600 2004-08-08 [paul]       0.9.12cvs51.1
15601
15602         * configure.ac
15603         * src/folder.c
15604                 sync with HEAD
15605
15606 2004-08-07 [colin]      0.9.12cvs50.1
15607
15608         * src/pop.c
15609         * src/common/partial_download.c
15610                 fix warnings (sync from HEAD)
15611
15612 2004-08-07 [colin]      0.9.12cvs48.1
15613
15614         * src/prefs_folder_item.c
15615                 sync with HEAD 0.9.12cvs48
15616
15617 2004-08-06 [colin]      0.9.12cvs47.1
15618
15619         * src/compose.c
15620                 Sync with HEAD
15621
15622 2004-08-06 [christoph]  0.9.12cvs46.2
15623
15624         * src/main.c
15625         * src/plugins/clamav/clamav_plugin_gtk.c
15626         * src/plugins/dillo_viewer/dillo_viewer.c
15627         * src/plugins/image_viewer/plugin.c
15628         * src/plugins/mathml_viewer/mathml_viewer.c
15629         * src/plugins/spamassassin/spamassassin_gtk.c
15630         * src/plugins/trayicon/trayicon.c
15631                 don't mix GTK1.2 plugin with GTK2 plugins
15632
15633 2004-08-06 [colin]      0.9.12cvs46.1
15634
15635         * ChangeLog
15636         * ChangeLog.claws
15637         * ChangeLog.jp
15638         * configure.ac
15639         * sylpheed-claws.pc.in
15640         * src/folder.c
15641         * src/imap.c
15642         * src/localfolder.c
15643         * src/messageview.c
15644         * src/mimeview.c
15645         * src/mimeview.h
15646         * src/msgcache.c
15647         * src/news.c
15648         * src/prefs_ext_prog.c
15649         * src/prefs_folder_item.c
15650         * src/prefs_fonts.c
15651         * src/prefs_msg_colors.c
15652         * src/prefs_spelling.c
15653         * src/prefs_themes.c
15654         * src/prefs_toolbar.c
15655         * src/prefs_wrapping.c
15656         * src/procmime.h
15657         * src/common/defs.h
15658         * src/common/nntp.c
15659         * src/common/session.c
15660         * src/common/session.h
15661         * src/common/socket.c
15662         * src/common/utils.h
15663         * src/common/xml.c
15664         * src/common/xml.h
15665         * src/gtk/prefswindow.c
15666         * src/gtk/prefswindow.h
15667         * src/plugins/clamav/clamav_plugin_gtk.c
15668         * src/plugins/dillo_viewer/dillo_prefs.c
15669         * src/plugins/image_viewer/viewerprefs.c
15670         * src/plugins/spamassassin/spamassassin_gtk.c
15671         * m4/openssl.m4 *** REMOVED ***
15672                 Sync with HEAD 0.9.12cvs46
15673
15674 2004-08-03 [paul]       0.9.12cvs40.2
15675
15676         * src/action.c
15677         * src/addressadd.c
15678         * src/addressbook.c
15679         * src/addrgather.c
15680         * src/browseldap.c
15681         * src/compose.c
15682         * src/crash.c
15683         * src/editaddress.c
15684         * src/editgroup.c
15685         * src/editldap_basedn.c
15686         * src/foldersel.c
15687         * src/importldif.c
15688         * src/mimeview.c
15689         * src/prefs_common.c
15690         * src/prefs_template.c
15691         * src/sourcewindow.c
15692         * src/summaryview.c
15693         * src/gtk/about.c
15694         * src/gtk/foldersort.c
15695         * src/gtk/logwindow.c
15696         * src/gtk/pluginwindow.c
15697         * src/gtk/prefswindow.c
15698                 change all gtk_scrolled_window_set_policy from 
15699                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15700
15701 2004-08-02 [paul]       0.9.12cvs40.1
15702
15703         * AUTHORS
15704                 update translation team section
15705         * po/pt_BR.po
15706                 updated by Frederico Goncalves Guimaraes
15707                 <fggdebian@yahoo.com.br>
15708
15709 2004-07-31 [colin]      0.9.12cvs39.9
15710
15711         * src/exphtmldlg.c
15712                 Fix compilation
15713
15714 2004-07-31 [colin]      0.9.12cvs39.8
15715
15716         * src/exphtmldlg.c
15717                 Fix an alertpanel type
15718
15719 2004-07-30 [colin]      0.9.12cvs39.7
15720
15721         * src/alertpanel.c
15722                 Fix alertpanel_error_log's icon
15723
15724 2004-07-30 [colin]      0.9.12cvs39.6
15725
15726         * src/pop.c
15727                 Two of them should still be warnings
15728
15729 2004-07-30 [colin]      0.9.12cvs39.5
15730
15731         * src/pop.c
15732                 More warning -> error
15733 2004-07-29 [colin]      0.9.12cvs39.4
15734
15735         * src/pop.c
15736                 Warning -> error
15737
15738 2004-07-29 [colin]      0.9.12cvs39.3
15739
15740         * src/prefs_matcher.c
15741                 Fix segfault
15742
15743 2004-07-29 [colin]      0.9.12cvs39.2
15744
15745         * src/alertpanel.c
15746                 More nice-looking alertpanels
15747
15748 2004-07-29 [colin]      0.9.12cvs39.1
15749
15750         * src/messageview.c
15751                 sync with head
15752                 (inform user when partial mail is deleted on server)
15753
15754 2004-07-29 [colin]      0.9.12cvs38.1
15755
15756         * src/messageview.c
15757                 sync with head
15758
15759 2004-07-28 [paul]       0.9.12cvs37.7
15760
15761         * src/mainwindow.c
15762                 complete the replacement of deprecated gtk_progress_*
15763
15764 2004-07-28 [paul]       0.9.12cvs37.6
15765
15766         * src/action.c
15767         * src/inc.c
15768         * src/mainwindow.c
15769         * src/send_message.c
15770         * src/gtk/progressdialog.c
15771         * src/gtk/progressdialog.h
15772                 replace deprecated gtk_progress_*
15773
15774 2004-07-28 [paul]       0.9.12cvs37.5
15775
15776         * src/gtk/filesel.c
15777                 remove gtk_window_set_wmclass()
15778 2004-07-28 [paul]       0.9.12cvs37.4
15779
15780         * src/addressbook.c
15781         * src/compose.c
15782         * src/foldersel.c
15783         * src/mainwindow.c
15784         * src/messageview.c
15785         * src/sourcewindow.c
15786         * src/gtk/logwindow.c
15787                 remove gtk_window_set_wmclass()
15788                 
15789         * src/prefs_filtering.c
15790         * src/prefs_filtering_action.c
15791         * src/prefs_fonts.c
15792         * src/prefs_gtk.c
15793         * src/prefs_matcher.c
15794         * src/ssl_manager.c
15795         * src/gtk/prefswindow.c
15796                 replace gtk_window_position()
15797
15798 2004-07-28 [colin]      0.9.12cvs37.3
15799
15800         * src/alertpanel.c
15801         * src/alertpanel.h
15802                 Add a way to specify panel type for specific
15803                 panels (alertpanel())
15804         * src/account.c
15805         * src/addressbook.c
15806         * src/compose.c
15807         * src/expldifdlg.c
15808         * src/main.c
15809         * src/messageview.c
15810         * src/summaryview.c
15811         * src/textview.c
15812         * src/gtk/sslcertwindow.c
15813                 Fix alertpanel()s so that their icon match
15814                 their real type
15815
15816 2004-07-28 [paul]       0.9.12cvs37.2
15817
15818         * src/addr_compl.c
15819         * src/addressbook.c
15820         * src/alertpanel.c
15821         * src/compose.c
15822         * src/export.c
15823         * src/foldersel.c
15824         * src/folderview.c
15825         * src/grouplistdialog.c
15826         * src/import.c
15827         * src/mainwindow.c
15828         * src/message_search.c
15829         * src/messageview.c
15830         * src/passphrase.c
15831         * src/prefs_actions.c
15832         * src/prefs_common.c
15833         * src/prefs_customheader.c
15834         * src/prefs_display_header.c
15835         * src/prefs_filtering.c
15836         * src/prefs_filtering_action.c
15837         * src/prefs_gtk.c
15838         * src/prefs_matcher.c
15839         * src/prefs_msg_colors.c
15840         * src/prefs_summary_column.c
15841         * src/prefs_template.c
15842         * src/sourcewindow.c
15843         * src/ssl_manager.c
15844         * src/summary_search.c
15845         * src/gtk/colorsel.c
15846         * src/gtk/description_window.c
15847         * src/gtk/gtkaspell.c
15848         * src/gtk/inputdialog.c
15849         * src/gtk/logwindow.c
15850         * src/gtk/prefswindow.c
15851         * src/gtk/progressdialog.c
15852                 replace deprecated gtk_window_set_policy
15853
15854 2004-07-27 [colin]      0.9.12cvs37.1
15855
15856         * src/msgcache.c
15857                 More fixes (synced for head again)
15858
15859 2004-07-27 [colin]      0.9.12cvs35.3
15860
15861         * src/msgcache.c
15862                 Fix wrong test
15863
15864 2004-07-27 [colin]      0.9.12cvs35.2
15865
15866         * src/mimeview.c
15867                 Fix width a bit (by Paul)
15868         * src/alertpanel.c
15869         * src/alertpanel.h
15870                 Specialize icons, make alertpanel_message()
15871                 private
15872         * src/message_search.c
15873         * src/sgpgme.c
15874         * src/summary_search.c
15875                 Suit alertpanel changes
15876
15877 2004-07-27 [colin]      0.9.12cvs35.1
15878
15879         * src/alertpanel.c
15880                 Add an icon
15881         * src/passphrase.c
15882                 Add debug output - maybe someone will
15883                 want to look at the problem with Grab
15884                 Input :)
15885         Bump version as we're synced with HEAD
15886
15887 2004-07-26 [colin]      0.9.12cvs33.26
15888
15889         * src/pop.c
15890                 Fix uidl-file parsing when not in new
15891                 format
15892
15893 2004-07-26 [colin]      0.9.12cvs33.25
15894
15895         * src/gtk/menu.c
15896                 Move popup menu up if necessary (fixes 
15897                 account selector)
15898         * src/mainwindow.c
15899                 Set account selector's button height to
15900                 minimum
15901
15902 2004-07-26 [colin]      0.9.12cvs33.24
15903
15904         * src/alertpanel.c
15905                 Maybe fix 551 (Truncated font in alert window)
15906
15907 2004-07-26 [colin]      0.9.12cvs33.23
15908
15909         * po/de.po
15910         * po/es.po
15911         * po/fr.po
15912         * po/it.po
15913         * po/ja.po
15914         * po/pl.po
15915         * po/ru.po
15916         * po/sk.po
15917         * po/sr.po
15918         * po/zh_CN.po
15919                 Sync po files with HEAD
15920
15921 2004-07-26 [paul]       0.9.12cvs33.22
15922
15923         * src/compose.c
15924                 fix Bug 556 'Organisation-header is sent even if empty'
15925
15926 2004-07-24 [colin]      0.9.12cvs33.21
15927
15928         * src/compose.c
15929         * src/gtk/gtkaspell.c
15930         * src/gtk/gtkaspell.h
15931                 Fix speller accelerators (require hack)
15932
15933 2004-07-24 [colin]      0.9.12cvs33.20
15934
15935         * src/gtk/gtkaspell.c
15936                 Fix over-eager code deletion breaking
15937                 Check while typing
15938
15939 2004-07-24 [colin]      0.9.12cvs33.19
15940
15941         * src/browseldap.c
15942         * src/ldapctrl.c
15943         * src/ldapctrl.h
15944         * src/ldapserver.h
15945                 Sync ldap with HEAD
15946         (Fixes 546 LDAP completely broken)
15947
15948 2004-07-24 [colin]      0.9.12cvs33.18
15949
15950         * src/prefs_msg_colors.c
15951                 Fix prototype mismatch
15952         (Fixes 547 void function cannot return value)
15953
15954 2004-07-24 [colin]      0.9.12cvs33.17
15955
15956         * src/mainwindow.c
15957                 Fix sort going back to previous sort key
15958                 when changing sort direction
15959
15960 2004-07-24 [colin]      0.9.12cvs33.16
15961
15962         * src/compose.c
15963                 Fix space insertion when re-wrapping at 
15964                 cursor point
15965
15966 2004-07-24 [colin]      0.9.12cvs33.15
15967
15968         * src/gtk/gtkaspell.c
15969                 Don't change cursor position in insert-text
15970                 callback
15971         (Fixes 539 Word wrapping on input transposes letters)
15972
15973 2004-07-24 [colin]      0.9.12cvs33.14
15974
15975         * src/gtk/gtkaspell.c
15976                 Reencode non-ascii chars to dictionary's
15977                 encoding
15978         (Fixes 544 Spell check broken non english locale)
15979
15980 2004-07-24 [colin]      0.9.12cvs33.13
15981
15982         * src/summaryview.c
15983                 Fix Shift+Down, add Home/End/PgUp/PgDown
15984
15985 2004-07-21 [colin]      0.9.12cvs33.12
15986
15987         * src/prefs_common.c
15988                 Fix a gtk warning (Patch by Andrej Kacian)
15989
15990 2004-07-21 [colin]      0.9.12cvs33.11
15991
15992         * src/gtk/filesel.c
15993                 More check
15994
15995 2004-07-21 [colin]      0.9.12cvs33.10
15996
15997         * src/compose.c
15998         * src/crash.c
15999         * src/export.c
16000         * src/import.c
16001         * src/messageview.c
16002         * src/mimeview.c
16003         * src/prefs_spelling.c
16004         * src/prefs_themes.c
16005         * src/summaryview.c
16006         * src/gtk/filesel.c
16007         * src/gtk/filesel.h
16008         * src/gtk/pluginwindow.c
16009                 Untwist open/save mode guessing logic, make
16010                 it explicit
16011
16012 2004-07-20 [colin]      0.9.12cvs33.9
16013
16014         * src/codeconv.c
16015                 conv_encode_header: src_charset is UTF-8 on
16016                 gtk2
16017         * src/compose.c
16018                 Remove double encoding of the headers
16019
16020 2004-07-20 [colin]      0.9.12cvs33.8
16021
16022         * src/codeconv.c
16023                 Fix typo
16024
16025 2004-07-20 [colin]      0.9.12cvs33.7
16026
16027         * src/mainwindow.c
16028                 Set the separated messageview to the saved
16029                 size of Claws' messageview (Patch by Alfons)
16030                 Fix a callback prototype (me)
16031
16032 2004-07-20 [colin]      0.9.12cvs33.6
16033
16034         * src/codeconv.h
16035                 Forgot one hunk in 0.9.12cvs33.4
16036
16037 2004-07-19 [colin]      0.9.12cvs33.5
16038
16039         * src/action.c
16040                 Action output fix
16041                 Patch by Alfons
16042
16043 2004-07-19 [colin]      0.9.12cvs33.4
16044
16045         * src/compose.c
16046                 Fix outgoing charset bug in headers
16047         * src/codeconv.c
16048                 Clean for glib2 - Patch by Alfons
16049
16050 2004-07-19 [colin]      0.9.12cvs33.3
16051
16052         * src/statusbar.c
16053                 Remove grip from the statusbar
16054                 Patch by Alfons
16055
16056 2004-07-19 [colin]      0.9.12cvs33.2
16057
16058         * src/messageview.c
16059         * src/textview.c
16060                 Fix messageview remembering the previous
16061                 scroll position when loading a new message
16062                 Patch by Alfons
16063
16064 2004-07-19 [colin]      0.9.12cvs33.1
16065
16066         * src/folder.h
16067         * src/folderview.c
16068         * src/summaryview.c
16069                 Sync with HEAD
16070
16071 2004-07-18 [colin]      0.9.12cvs32.7
16072
16073         * configure.ac
16074                 Remove useless check for XIM - noticed
16075                 by Alfons
16076
16077 2004-07-18 [colin]      0.9.12cvs32.6
16078
16079         * src/summaryview.c
16080                 Remove non-modified and shift-modified
16081                 accelerators in summaryview's popup
16082                 menu, as that doesn't get catched by
16083                 the accel-activate signal catcher...
16084
16085 2004-07-18 [colin]      0.9.12cvs32.5
16086
16087         * src/prefs_common.c
16088                 Define sensible default prefs for 
16089                 wrapping
16090
16091 2004-07-18 [colin]      0.9.12cvs32.4
16092
16093         * src/compose.c
16094         * src/prefs_common.c
16095         * src/prefs_common.h
16096         * src/prefs_wrapping.c
16097                 Remove Smart Wrapping pref, which does
16098                 nothing on gtk2 branch
16099
16100 2004-07-18 [colin]      0.9.12cvs32.3
16101
16102         * src/sourcewindow.c
16103                 Proper utf8
16104
16105 2004-07-18 [colin]      0.9.12cvs32.2
16106
16107         * src/compose.c
16108                 Save attachment status when drafting
16109
16110 2004-07-18 [colin]      0.9.12cvs32.1
16111
16112         * src/gtk/filesel.c
16113                 Fix erratic folder selection in open mode
16114
16115 2004-07-18 [colin]      0.9.12cvs31.11
16116
16117         * src/pop.c
16118                 Don't let partial messages get deleted
16119                 even with "dowload all"
16120                 (0.9.12cvs31.8 fix extension)
16121 2004-07-18 [colin]      0.9.12cvs31.10
16122
16123         * src/gtk/logwindow.c
16124                 Fix log scrolling
16125
16126 2004-07-18 [colin]      0.9.12cvs31.9
16127
16128         * src/common/utils.c
16129                 Fix non-utf8 strings coming from commands
16130                 and files
16131
16132 2004-07-18 [colin]      0.9.12cvs31.8
16133
16134         * src/pop.c
16135                 Fix partial download bug with Download all
16136                 messages option
16137
16138 2004-07-18 [colin]      0.9.12cvs31.7
16139
16140         * src/textview.c
16141                 Fix bug introduced in 0.9.12cvs31.2
16142                 (blocked in select mode after double click)
16143
16144 2004-07-18 [colin]      0.9.12cvs31.6
16145
16146         * src/compose.c
16147         * src/gtk/menu.c
16148                 More glib-warning fixes
16149
16150 2004-07-18 [colin]      0.9.12cvs31.5
16151
16152         * src/compose.c
16153                 Fix trashing the primary clipboard when moving 
16154                 around with tab
16155         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16156
16157 2004-07-18 [colin]      0.9.12cvs31.4
16158
16159         * src/codeconv.c
16160                 convert unencoded iso headers to utf8
16161         (Fix Bug 538 Unencoded local characters in subject make it 
16162          disappear)
16163
16164 2004-07-18 [colin]      0.9.12cvs31.3
16165
16166         * src/compose.c
16167                 Fix tab char handling in wrapping
16168         (Fix Bug 537 Line wrap problem - TAB character treated as 
16169          one character instead of 8)
16170
16171 2004-07-18 [colin]      0.9.12cvs31.2
16172
16173         * src/textview.c
16174                 return FALSE on GDK_MOTION_NOTIFY
16175         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16176          (unable to highlight))
16177
16178 2004-07-18 [colin]      0.9.12cvs31.1
16179
16180         * src/folderview.c
16181                 Sync with 0.9.12cvs31
16182
16183 2004-07-18 [colin]      0.9.12cvs30.4
16184
16185         * src/compose.c
16186                 Also block text_inserted when inserting a file
16187
16188 2004-07-18 [colin]      0.9.12cvs30.3
16189
16190         * src/compose.c
16191                 Fix smart wrapping (block text_inserted handler
16192                 while putting quotation to avoid wrap on input,
16193                 don't join lines if next is sig separator)
16194
16195 2004-07-17 [colin]      0.9.12cvs30.2
16196
16197         * src/folderview.c
16198         * src/mainwindow.c
16199         * src/mimeview.c
16200         * src/summaryview.c
16201         * src/gtk/quicksearch.c
16202         * src/gtk/quicksearch.h
16203                 Block key events handlers *and* accels while
16204                 quicksearch is focused
16205         (Fixes Bug 534 quick-search bar not accepting certain letters)
16206
16207 2004-07-17 [colin]      0.9.12cvs30.1
16208
16209         * src/folder.h
16210         * src/folderview.c
16211         * src/summaryview.c
16212                 Sync with 0.9.12cvs30
16213
16214 2004-07-17 [colin]      0.9.12cvs28.2
16215
16216         * src/mimeview.c
16217         * src/procmime.c
16218         * src/summaryview.c
16219         * src/gtk/menu.c
16220                 Squash some compile and glib warnings
16221
16222 2004-07-17 [paul]       0.9.12cvs28.1
16223
16224         * src/mimeview.c
16225                 sync with 0.9.12cvs28 HEAD
16226
16227 2004-07-16 [paul]       0.9.12cvs26.1
16228         
16229         * src/gtk/quicksearch.c
16230         * src/account.c
16231         * src/account.h
16232         * src/compose.c
16233         * src/customheader.c
16234         * src/folder_item_prefs.c
16235         * src/main.c
16236         * src/mainwindow.c
16237         * src/messageview.c
16238         * src/mimeview.c
16239         * src/news.c
16240         * src/pgpmime.c
16241         * src/pop.c
16242         * src/pop.h
16243         * src/prefs_account.c
16244         * src/prefs_account.h
16245         * src/prefs_common.c
16246         * src/prefs_common.h
16247         * src/prefs_display_header.c
16248         * src/prefs_gtk.c
16249         * src/prefs_gtk.h
16250         * src/procheader.c
16251         * src/procmime.c
16252                 sync with 0.9.12cvs26 HEAD      
16253
16254 2004-07-15 [colin]      0.9.12cvs18.14
16255
16256         * src/folder.c
16257                 Disable GPG signature check during
16258                 folder move and scan
16259         (Closes Bug 521 Signature checking slows down Folder-Move)
16260
16261 2004-07-14 [colin]      0.9.12cvs18.13
16262
16263         * src/common/partial_download.c
16264                 update includes
16265
16266 2004-07-14 [colin]      0.9.12cvs18.12
16267
16268         * src/common/partial_download.c
16269         * src/common/partial_download.h
16270                 Move doc at top, add correct copyright
16271
16272 2004-07-14 [colin]      0.9.12cvs18.11
16273
16274         * src/folder.c
16275         * src/messageview.c
16276         * src/pop.c
16277         * src/pop.h
16278         * src/procmsg.c
16279         * src/summaryview.c
16280         * src/common/Makefile.am
16281         * src/common/partial_download.c ** NEW FILES **
16282         * src/common/partial_download.h ** NEW FILES **
16283                 Move partial-download related stuff to its
16284                 own file
16285
16286 2004-07-14 [colin]      0.9.12cvs18.10
16287
16288         * src/send_message.c
16289                 Fix smtp auth when user is null or empty
16290
16291 2004-07-13 [colin]      0.9.12cvs18.9
16292
16293         * src/gtk/quicksearch.c
16294                 Use alphabetic order
16295
16296 2004-07-13 [colin]      0.9.12cvs18.8
16297
16298         * src/pop.c
16299                 Be paranoid on the checks
16300
16301 2004-07-13 [colin]      0.9.12cvs18.7
16302
16303         * src/gtk/quicksearch.c
16304                 Fix Engrish once again
16305
16306 2004-07-13 [colin]      0.9.12cvs18.6
16307
16308         * src/procmsg.c
16309         * src/summaryview.c
16310                 Mark messages for deletion when they are about to
16311                 be removed from trash
16312
16313 2004-07-13 [colin]      0.9.12cvs18.5
16314
16315         * src/matcher.c
16316         * src/matcher.h
16317         * src/matcher_parser_parse.y
16318         * src/prefs_matcher.c
16319         * src/gtk/quicksearch.c
16320                 Add 'partial' ('p') match string to find partially
16321                 downloaded messages
16322
16323 2004-07-13 [colin]      0.9.12cvs18.4
16324
16325         * src/pop.c
16326                 Fix misplaced block
16327
16328 2004-07-13 [colin]      0.9.12cvs18.3
16329
16330         * src/pop.c
16331         * src/pop.h
16332         * src/messageview.c
16333                 Refactor API (to avoid passing 5+ params and code
16334                 duplication)
16335         * src/folder.c
16336         * src/msgcache.c
16337         * src/procheader.c
16338         * src/common/defs.h
16339                 Add planned_download to cache
16340                 Don't mess uidl file when moving partially downloaded
16341                 mails (they change folder, we should change it in the
16342                 uidl list too or we'll remove an incorrect message)
16343                 (this also helps removing hacks when changing 
16344                 planned_download in messageview.c)
16345
16346 2004-07-12 [colin]      0.9.12cvs18.2
16347
16348         * src/gtk/quicksearch.c
16349                 Fix missing status update in quicksearch
16350
16351 2004-07-12 [paul]       0.9.12cvs18.1
16352
16353         * po/POTFILES.in
16354         * src/Makefile.am
16355         * src/account.c
16356         * src/codeconv.c
16357         * src/compose.c
16358         * src/inc.c
16359         * src/main.c
16360         * src/prefs_common.c
16361         * src/procmsg.h
16362         * src/toolbar.c
16363         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16364         * src/prefs_wrapping.[ch]       ** NEW FILES **
16365         * src/common/intl.h
16366         * src/common/utils.[ch]
16367         * src/gtk/quicksearch.[ch]
16368                 sync with 0.9.12cvs18 HEAD
16369
16370 2004-07-12 [colin]      0.9.11cvs17.25
16371
16372         * src/folder.c
16373         * src/folder.h
16374                 Remove unused function added by me in 0.9.11cvs17.10
16375
16376 2004-07-11 [colin]      0.9.11cvs17.24
16377
16378         * src/inc.c
16379         * src/messageview.c
16380         * src/pop.c
16381         * src/pop.h
16382                 Use folderitem and msgnum instead of filename to
16383                 know which mail to delete
16384                 Move old partial mail deletion to pop.c
16385
16386 2004-07-10 [colin]      0.9.11cvs17.23
16387
16388         * src/inc.c
16389                 Add debug
16390         * src/pop.c
16391         * src/pop.h
16392                 Don't re-use same enums for unrelated stuff: it's 
16393                 completely misleading !
16394                 Document a bit
16395
16396 2004-07-09 [colin]      0.9.11cvs17.22
16397
16398         * src/inc.c
16399                 Remove folder-type check and do
16400                 more tests to be sure everything's
16401                 ok
16402         * src/messageview.c
16403                 Punctuation update, remove useless
16404                 code, fix two warnings
16405         * src/noticeview.c
16406                 Layout cleaning, reset 2nd button
16407                 when specifying one
16408
16409 2004-07-09 [colin]      0.9.11cvs17.21
16410
16411         * src/messageview.c
16412         * src/pop.c
16413         * src/pop.h
16414                 Allow user to change his mind
16415                 and postpone decision (by
16416                 unmarking the mail)
16417
16418 2004-07-09 [colin]      0.9.11cvs17.20
16419
16420         * src/messageview.c
16421                 Fix bug with delete state
16422         * src/pop.c
16423         * src/pop.h
16424                 Fix buffer leak (fread doesn't 
16425                 terminate buffers with \0)
16426                 Refactoring (remove magic 
16427                 numbers)
16428
16429 2004-07-09 [colin]      0.9.11cvs17.19
16430
16431         * src/pop.c
16432                 Don't log "Skipping message" if 
16433                 we're going to TOP it two lines
16434                 later
16435
16436 2004-07-09 [colin]      0.9.11cvs17.18
16437
16438         * src/messageview.c
16439                 Fix Engrish
16440
16441 2004-07-09 [colin]      0.9.11cvs17.17
16442
16443         * src/pop.c
16444                 strlen checking...
16445         * src/messageview.c
16446                 refactoring a bit
16447
16448 2004-07-08 [colin]      0.9.11cvs17.16
16449
16450         * src/noticeview.c
16451         * src/noticeview.h
16452                 Add an optional second button
16453         * src/messageview.c
16454         * src/pop.c
16455         * src/pop.h
16456                 Don't delete partially received mails after a certain
16457                 time; rather, let the user decide.
16458
16459 2004-07-08 [colin]      0.9.11cvs17.15
16460
16461         * src/common/smtp.h
16462                 Sync with HEAD
16463
16464 2004-07-08 [colin]      0.9.11cvs17.14
16465
16466         * src/messageview.c
16467         * src/common/smtp.c
16468                 Use to_human_readable() for sizes
16469
16470 2004-07-08 [colin]      0.9.11cvs17.13
16471
16472         * src/inc.c
16473         * src/messageview.c
16474         * src/pop.c
16475         * src/pop.h
16476         * src/procmsg.c
16477                 Fix partial-downloading issues:
16478                         catch unsupported TOP
16479                         don't delete partially downloaded mails before 5 days
16480                         don't update existing with non-MH folders; that'll
16481                         make dups, but it's better than trashing the folder
16482                         free new msginfo parts
16483                 Fix indentation ;-)
16484
16485 2004-07-08 [colin]      0.9.11cvs17.12
16486
16487         * src/common/smtp.c
16488         * src/common/smtp.h
16489                 Sync smtp size verification with HEAD
16490
16491 2004-07-08 [colin]      0.9.11cvs17.11
16492
16493         * src/summaryview.c
16494         * src/prefs_common.c
16495         * src/prefs_common.h
16496         * src/gtk/quicksearch.c
16497         * src/gtk/quicksearch.h
16498                 Sync sticky pref with HEAD
16499
16500 2004-07-08 [colin]      0.9.11cvs17.10
16501
16502         * src/folder.c [1.213.2.6]
16503         * src/folder.h [1.87.2.6]
16504         * src/inc.c [1.149.2.7]
16505         * src/messageview.c [1.94.2.8]
16506         * src/procheader.c [1.47.2.6]
16507         * src/procmsg.c [1.150.2.4]
16508         * src/procmsg.h [1.60.2.5]
16509         * src/pop.c [1.56.2.4]
16510         * src/pop.h [1.17.2.3]
16511                 Let too big messages get downloaded, but truncated
16512                 Add a button to download them completely
16513                 
16514 2004-07-06 [colin]      0.9.11cvs17.9
16515
16516         * src/gtk/quicksearch.c [1.1.2.3]
16517                 Add a Clear button
16518         * commitHelper
16519         * PATCHSETS
16520                 Add a script to help with cvs
16521
16522 2004-07-03 [colin]      0.9.11cvs17.8
16523
16524         * src/plugins/imageviewer/viewer.c
16525                 fix imageviewer (which was staying on the first
16526                 displayed image)
16527
16528 2004-07-03 [colin]      0.9.11cvs17.7
16529
16530         Removed FIXME_GTK2 warnings
16531         * src/gtk/gtkutils.c
16532                 useless #warnings
16533         * src/gtk/menu.c
16534                 useless #warnings (no need to mess with menu rc)
16535         * src/gtk/menu.h
16536                 unused functions
16537         
16538
16539 2004-07-03 [colin]      0.9.11cvs17.6
16540
16541         Removed FIXME_GTK2 warnings
16542         * src/codeconv.c
16543                 useless #warnings (rewrite needed)
16544         * src/compose.c
16545                 useless #warnings (rewrite needed)
16546                 useless #warnings (gtk2 is like that)
16547                 useless #warnings (previously fixed)
16548         * src/main.c
16549                 useless #warnings (previously fixed)
16550         * src/message_search.c
16551                 useless #warnings (gtk2 is like that)
16552                 Made apparent that search is case-sensitive
16553         * src/mimeview.c
16554                 useless #warnings (rewrite needed)
16555                 useless #warnings (gtk2 is like that)
16556                 reimplemented real warnings
16557         * src/prefs_common.c
16558                 Removed block cursor option (not it gtk2)
16559         * src/prefs_gtk.c
16560                 useless #warnings (rewrite needed)
16561         * src/procheader.c
16562                 useless #warnings (rewrite needed)
16563         * src/sourcewindow.c
16564                 useless #warnings (incorrect placing)
16565         * src/summary_search.c
16566                 useless #warnings (gtk2 is like that)
16567                 Made apparent that search is case-sensitive
16568         * src/action.c
16569                 useless #warnings (gtk2 is like that)
16570         * src/textview.c
16571                 useless #warnings (rewrite needed)
16572         * src/toolbar.c
16573                 useless #warnings (rewrite needed)
16574
16575 2004-07-03 [colin]      0.9.11cvs17.5
16576
16577         * src/textview.c
16578                 Fix mismerge which broke URI opening
16579                 
16580 2004-07-01 [colin]      0.9.11cvs17.4
16581
16582         * src/gtk/filesel.c
16583                 Fill filename when saving
16584                 
16585 2004-06-27 [colin]      0.9.11cvs17.3
16586
16587         * src/gtk/filesel.[ch]
16588                 Use the new GTK file selector
16589                 Update prototype to match the reality: multiple file
16590                 selection is open-only          
16591         * src/compose.c
16592                 Match the new prototypes        
16593         * configure.ac
16594                 Match the new requirements (gtk 2.4.0)
16595                         
16596 2004-06-26 [colin]      0.9.11cvs17.2
16597
16598         * src/plugins/trayicon/trayicon.c
16599                 Remove useless signal handler on resize, which causes
16600                 an infinite "loop"
16601         
16602 2004-06-26 [colin]      0.9.11cvs17.1
16603         
16604         * tools/Makefile.am
16605                 remove launch_firebird and add nautilus2sylpheed.sh
16606         * src/quicksearch.c
16607           src/summaryview.c
16608                 Fix show/hide "Extended symbols" button problem
16609                 Fix apparition at startup
16610                 Fix const warnings
16611         * src/plugins/image_viewer/Makefile.am
16612                 Fix configure 
16613         * common/ssl.c
16614                 Re-enable certificate check, as it doesn't seem to
16615                 cause Xlib errors anymore
16616
16617 2004-06-25 [paul]       0.9.11cvs17
16618
16619         * sync with 0.9.11cvs17 HEAD
16620         
16621         NOTE: QuickSearch is broken
16622
16623 2004-06-07 [colin]      0.9.10claws67.10
16624         * src/plugins/trayicon/trayicon.c
16625           src/plugins/trayicon/libeggtrayicon/Makefile.am
16626           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16627                 Fix gettextization in trayicon plugin
16628
16629 2004-06-07 [colin]      0.9.10claws67.9
16630         
16631         * src/summaryview.c
16632           src/gtk/gtksctree.[ch]
16633                 Let Shift+{Up,Down} work in summaryview
16634                 (well, Down "works" and Up works)
16635                 Let the list scroll when using these keys
16636
16637 2004-06-06 [colin]      0.9.10claws67.8
16638
16639         * src/plugins/trayicon/trayicon.c
16640                 Fix pixmap update
16641
16642 2004-06-06 [colin]      0.9.10claws67.7
16643
16644         * src/addressbook.c
16645                 Fix signal handling causing system-wide focus grab
16646
16647 2004-05-25 [paul]       0.9.10claws67.6
16648
16649         * Makefile.am
16650           src/Makefile.am
16651                 clean up
16652
16653 2004-05-25 [paul]       0.9.10claws67.5
16654
16655         * replace deprecated gtk_signal... functions
16656
16657 2004-05-23 [colin]      0.9.10claws67.4
16658
16659         * src/compose.c
16660                 Fix wrapping
16661
16662 2004-05-22 [colin]      0.9.10claws67.3
16663
16664         * src/compose.c
16665                 Re-fix [Edited] in compose.c::compose_reedit()
16666
16667 2004-05-22 [colin]      0.9.10claws67.2
16668
16669         * src/procmime.c
16670                 Fix parsing of multiparts mails
16671
16672 2004-05-22 [colin]      0.9.10claws67.1
16673
16674         * src/summaryview.c
16675                 Fix quicksearch
16676
16677 2004-05-22 [paul]       0.9.10claws67
16678
16679         * sync with 0.9.10claws67 HEAD
16680
16681 2004-05-14 [alfons]
16682
16683         * src/procmime.h
16684                 add forgotton prototype
16685
16686 2004-05-10 [paul]       0.9.10claws57
16687
16688         * sync with 0.9.10claws57 HEAD
16689
16690 2004-05-05 [paul]       0.9.9.claws1
16691
16692         * ChangeLog-gtk2        ** REMOVED **
16693           ChangeLog-gtk2.claws  ** ADDED **
16694                 rename and adopt the normal claws format
16695                 
16696         * configure.ac
16697                 require gtkmathview >= 0.5
16698
16699         * ac/*                          ** REMOVED **
16700           ac/                           ** REMOVED **
16701           intl/Makefile.in              ** REMOVED **
16702           m4/                           ** ADDED **
16703           m4/missing                    ** ADDED **
16704           m4/missing/gdk-pixbuf.m4      ** ADDED **
16705           m4/missing/gettext.m4         ** ADDED **
16706           m4/missing/gpgme.m4           ** ADDED **
16707           m4/missing/imlib.m4           ** ADDED **
16708           m4/.cvsignore                 ** ADDED **
16709           m4/Makefile.am                ** ADDED **
16710           m4/README                     ** ADDED **
16711           m4/aclocal-include.m4         ** ADDED **
16712           m4/aspell.m4                  ** ADDED **
16713           m4/check-type.m4              ** ADDED **
16714           m4/gnupg-check-typedef.m4     ** ADDED **
16715           m4/openssl.m4                 ** ADDED **
16716           m4/spamassassin.m4            ** ADDED **
16717           po/ChangeLog                  ** REMOVED **
16718           po/Makefile.in.in             ** REMOVED **
16719           po/Rules-quot                 ** REMOVED **
16720           po/boldquot.sed               ** REMOVED **
16721           po/en@boldquot.header         ** REMOVED **
16722           po/en@quot.header             ** REMOVED **
16723           po/insert-header.sin          ** REMOVED **
16724           po/quot.sed                   ** REMOVED **
16725           po/remove-potcdate.sed        ** REMOVED **
16726           po/remove-potcdate.sin        ** REMOVED **
16727           po/stamp-po                   ** REMOVED **
16728           Makefile.am
16729           autogen.sh
16730           configure.ac
16731                 enable building with automake 1.8.x
16732                 add 'autopoint --force' to autogen.sh and remove all
16733                 auto-generated files, remove ac/ directory and use
16734                 m4/ directory instead
16735                 
16736         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16737                 fix gettextization
16738
16739 2004-02-28 Colin Leroy <colin@colino.net>
16740         * src/prefs_matcher.c
16741           src/prefs_filtering.c
16742           src/prefs_filtering_action.c
16743                 Fix non-editable GtkEntries
16744
16745 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16746         * src/prefs_themes.c
16747                 utf8 conversion for theme info
16748
16749 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16750         * sync 0.9.9claws
16751
16752 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16753         * src/grouplistdialog.c
16754                 allow multiple selections without ctrl key
16755
16756 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16757         * src/main.c
16758                 enable customizable accelerators
16759
16760 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16761         * src/prefs_common.c
16762                 re-enable different font settings for gtk1/2
16763         * src/prefs_folder_item.c
16764                 fix folder prefs displayed wrong
16765         * src/textview.c
16766                 set 'sunken' shadow type
16767
16768 2004-02-07 Colin Leroy <colin@colino.net>
16769         * src/compose.c
16770                 Fix message being always [Edited]
16771                 Encode headers correctly (utf8 buf)
16772
16773 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16774         * src/socket.c
16775                 remove double g_source_attach()
16776                 (Thanks to Colin Leroy)
16777
16778 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16779         * src/gtk/gtksctree.c
16780                 Fix SSL certificate list not shown
16781         * src/mimeview.c
16782                 Fix clicks in mime tree
16783
16784 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16785         * src/common/socket.c
16786                 Fix SSL receive
16787         * src/compose.c
16788                 Fix clipboard menu hotkeys
16789
16790 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16791         * src/gtk/gtkaspell.[ch]
16792           src/compose.c
16793                 reimplement spellchecker
16794
16795 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16796         * src/gtk/filesel.c
16797                 crash when inserting file in compose window
16798                 (TODO: keep old selection on clicks)
16799         * src/main.c
16800                 use gtkrc-2.0 instead of gtkrc
16801
16802 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16803         * src/messageview.c
16804                 remove orphaned mimeview unref()
16805
16806 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16807         * src/grouplistdialog.c
16808                 expand nodes containing subscribed groups
16809
16810 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16811         * src/textview.c
16812                 textview: hide cursor, restore old click behaviour
16813
16814 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16815         * src/textview.c
16816                 variable names messed up
16817
16818 2004-01-17 Colin Leroy <colin@colino.net>
16819         * src/addr_compl.c
16820                 Fix completion address too thin
16821         * src/compose.c
16822                 Fix tab-to-subject behaviour
16823         * src/summaryview.c
16824                 Implement key up & down in summaryview
16825
16826 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16827
16828         * sync 098claws
16829
16830 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16831         * configure.ac
16832           Makefile.am
16833           doc/.cvsignore
16834           doc/Makefile.am
16835                 faq, man, manual moved to doc/
16836         * ac/aspell.m4
16837           ac/check-type.m4
16838           ac/gnupg-check-typedef.m4
16839           ac/openssl.m4
16840           ac/spamassassin.m4
16841           ac/missing/gdk-pixbuf.m4
16842           ac/missing/gpgme.m4
16843           ac/missing/imlib.m4
16844                 fix automake warnings
16845
16846 2003-12-06 Colin Leroy <colin@colino.net>
16847         * src/summaryview.c
16848                 Fix quicksearch
16849
16850 2003-12-05 Colin Leroy <colin@colino.net>
16851         * src/summaryview.c
16852                 Fix going to next unread folder
16853
16854 2003-12-05 Colin Leroy <colin@colino.net>
16855         * src/crash.c
16856                 Fix gtk2 compilation
16857         * src/session.c
16858                 Remove iotag source handler at disconnection
16859         * src/socket.[ch] 
16860                 Remove source handler when closing socket 
16861                 (fixes another seg)
16862
16863 2003-12-04 Colin Leroy <colin@colino.net>
16864         * src/compose.c
16865           src/prefs_account.c
16866           src/prefs_common.c
16867                 Fix some dropdown menus
16868
16869 2003-12-04 Colin Leroy <colin@colino.net>
16870         * src/compose.c
16871                 Fix event handlers on header fields
16872         * src/common/socket.c
16873           src/common/session.c
16874                 Fix segfault with callback (SSL)
16875                 Fix end of session 
16876
16877 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16878
16879         * Fix compile bug in src/compose.c
16880         * removed src/gtk/gtkstext.[ch]
16881
16882 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16883
16884         * Convert character set and escape "text" attributes in toolbar setting
16885         files.
16886         * Fixed bug in button-press-event handling.
16887
16888 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16889
16890         * Fixed bug in key-press-event handling.
16891
16892 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16893
16894         * Enabled to compile tray-icon plugin (Ad-hoc).
16895         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16896
16897 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16898
16899         * Enabled to compile on sylpheed-claws.
16900         (tray-icon plugin still cannot compile yet.)
16901
16902 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16903
16904         * Updated to 0.9.5.
16905
16906 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16907
16908         * Updated to 0.9.4.
16909         * Ported monitoring SSL mechanism to GSource of GLib2
16910         (I don't confirm it)
16911         * Added _gtk2 suffix to key name of font preference to avoid
16912         ovverwriting preference of Gtk+-1.2 version.
16913
16914 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16915
16916         * Updated to 0.9.2.
16917
16918 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16919
16920         * Updated to 0.9.1.
16921         * Translate po files into UTF-8 when execute autogen.sh.
16922
16923 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16924
16925         * Updated to 0.9.0.
16926
16927 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16928
16929         * Plugged GError related memory leaks.
16930
16931 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16932
16933         * Changed default size of fonts.
16934         * Enabled to set titile font size of warning dialog.
16935
16936 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16937
16938         * Embed a sylpheed icon into executable binary on Windows.
16939
16940 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16941
16942         * I forgot to traslate character set of element string in src/xml.c.
16943
16944 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16945
16946         * Fixed detecting bind_textdomain_codeset in configure.in.
16947         * The bug in which "Example" of "Date fromat" preference isn't displayed
16948         correctly has been fixed.
16949
16950 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16951
16952         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16953           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16954           glib-gettextize
16955           Removed intl directory.
16956           Translated po files into UTF-8.
16957           (Thanks! Ryuji Abe)
16958
16959 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16960
16961         * The bug which doesn't unscape string in xml.c has been fixed.
16962
16963 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16964
16965         * The bug which is failed to translate encoding of file name thorough
16966         file dialog has been fixed.
16967
16968 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16969
16970         * Modified to translate file names which is used in inporting/expoting
16971         mbox feature and "Save as" feature into locale encoding.
16972         * Translate file names into locale encoding when "Attache file" and
16973         "Insert file".
16974         * Force set G_BROKEN_FILENAMES environment variable.
16975         * Other minor fixes.
16976
16977 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16978
16979         * Modified to treat MH folder's name as locale encoding.
16980
16981 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16982
16983         * The bug which clash on switching candidates of auto completion of
16984         addresses, cannot use auto completion in Japanesse is fixed
16985         (Thanks! Tokunaga-san)¡¥
16986
16987 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16988
16989         * The bug which cannot switch key accelerator preference has been fixed
16990         (Thanks! smbd-san)¡¥
16991
16992 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16993
16994         * version 0.8.11-gtk2-20030314
16995
16996 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16997
16998         * The bug in which character set conversion of filtering messages has
16999         been fixed.(Thanks! COCOA-san).
17000
17001 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17002
17003         * Revived "Leave space on head" preference in "Message" category.
17004         * A bug which clash when put the cursor to end of buffer and execute
17005         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17006
17007 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17008
17009         * version 0.8.11-gtk2-20030312
17010
17011 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17012
17013         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17014         * Modified to use Pango's API directly for font preference.
17015         * Integrated GtkTextView of textview to one widget.
17016         * Set fonts of header title in textview by "header_title" tag.
17017         * Removed some deprecated codes.
17018
17019 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17020
17021         * Updated to 0.8.11.
17022         * Merged cygwin patch(Thanks! Sakai-san).
17023
17024 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17025
17026         * version 0.8.10-gtk2-20030309