78266ed5f7ddcfc0a871552796c4efc8a3f60213
[claws.git] / ChangeLog
1 2006-08-13 [wwp]        2.4.0cvs44
2
3         * src/plugins/spamassassin/spamassassin.c
4                 fix capitalization of "SpamAssassin" in some debug, log and
5                 dialog messages.
6
7 2006-08-13 [paul]       2.4.0cvs43
8
9         * src/editldap.c
10                 fix overlapping widgets
11         * src/prefs_account.c
12                 fix translation of protocol_names[]
13                 fix label disappearing off the edge of the
14                 visible area
15
16 2006-08-12 [paul]       2.4.0cvs42
17
18         * manual/plugins.xml
19                 update IRC channel info before it gets forgotten
20                 about
21
22 2006-08-11 [colin]      2.4.0cvs41
23
24         * src/compose.c
25         * src/mainwindow.c
26         * src/mainwindow.h
27         * src/procmsg.c
28         * src/procmsg.h
29         * src/summaryview.c
30         * src/toolbar.c
31                 Grey out the Send button if
32                 - Queue folders are empty, or
33                 - We're sending already
34
35 2006-08-11 [wwp]        2.4.0cvs40
36
37         * src/main.c
38                 fix a logic issue when quitting while a compose window is
39                 still open, thanks to Colin.
40
41 2006-08-10 [colin]      2.4.0cvs39
42
43         * src/main.c
44                 Fix default font size setting after wizard run
45         * src/imap.c
46         * src/etpan/imap-thread.c
47         * src/etpan/imap-thread.h
48                 Fix bug #999 (Timing out on TSL cert validation 
49                 dialog makes ugly things happen). Also, STARTTLS
50                 unconditionnaly if initial capabilities contain
51                 LOGINDISABLED and STARTTLS.
52
53 2006-08-09 [colin]      2.4.0cvs38
54
55         * src/mainwindow.c
56         * src/mainwindow.h
57                 Fix Tools/Actions sensitivity when there are
58                 no actions
59
60 2006-08-09 [colin]      2.4.0cvs37
61
62         * src/prefs_filtering.c
63                 Warning fix, patch by Paul
64         * src/messageview.c
65         * src/prefs_actions.c
66         * src/prefs_filtering_action.c
67         * src/prefs_matcher.c
68                 Uniformisation of "Info ..." to "Info..." (for
69                 old gtk), patch by Fabien
70         * src/plugins/clamav/clamav_plugin_gtk.c
71                 Sensitivity fix by Fabien
72
73 2006-08-09 [colin]      2.4.0cvs36
74
75         * src/main.c
76         * src/main.h
77                 Add a function to know whether we're exiting
78         * src/plugins/trayicon/trayicon.c
79                 If exiting, don't do anything. Faster, and
80                 avoids gtk_main_iteration reentracy causing
81                 segfaults at exit
82
83 2006-08-09 [colin]      2.4.0cvs35
84
85         * src/messageview.c
86         * src/mimeview.c
87         * src/mimeview.h
88                 Fix lack of part selection when automatically 
89                 jumping to a specific part
90         * src/msgcache.c
91                 Little optimisation in cache reading
92
93 2006-08-09 [colin]      2.4.0cvs34
94
95         * src/compose.c
96                 Fix crash setting the priority on reedit
97                 (Accessing compose before creating it!)
98
99 2006-08-08 [colin]      2.4.0cvs33
100
101         * src/procmime.c
102                 Fix bug #998 (last attachment is not accessible)
103                 Bad RFC interpretation on multipart close-delimiters
104         * src/mimeview.c
105         * src/mimeview.h
106         * src/gtk/gtkvscrollbutton.c
107         * src/gtk/gtkvscrollbutton.h
108                 Make attachments list wheel-scrollable
109
110 2006-08-07 [colin]      2.4.0cvs32
111
112         * src/gtk/gtkaspell.c
113                 Fix bug #973 (Unicode punctation characters 
114                 are not recognized as separators by the
115                 spell checker); fix unsigned stuff
116
117 2006-08-07 [colin]      2.4.0cvs31
118
119         * src/compose.c
120                 Fix bug #956 (DnD text with accents in compose 
121                 text entry); fix gccc's signed/unsigned fuss
122
123 2006-08-06 [colin]      2.4.0cvs30
124
125         * src/main.c
126                 Fix bug #979 (Plugin crashes when exiting 
127                 sylpheed-claws) : handle exit request only 
128                 once
129
130 2006-08-05 [colin]      2.4.0cvs29
131
132         * src/news.c
133                 Just make sure we have a msgid.
134
135 2006-08-05 [colin]      2.4.0cvs28
136
137         * src/news.c
138         * src/summaryview.c
139                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
140                 by reimplementing it
141         * src/textview.c
142                 Fix bug when hiding quotes with level > 3 and quote
143                 colors are recycled
144
145 2006-08-04 [colin]      2.4.0cvs27
146
147         * src/compose.c
148         * src/undo.c
149         * src/undo.h
150                 Fix a bit replace-by-pasting undo
151         * src/mainwindow.c
152         * src/messageview.c
153                 Fix Fold quotes menu synchro in
154                 mainwindow when it changes in 
155                 messageview
156         * src/textview.c
157                 Fix right-click on quotes blocks
158         * src/common/utils.c
159                 Verify that the file created by
160                 my_tmpfile() is writable. Fixes
161                 bug #988 (very specific filesystem
162                 issue)
163         * src/plugins/pgpcore/sgpgme.c
164                 Fix file descriptor leak
165         * src/plugins/spamassassin/spamassassin.c
166                 Warn once if spamd isn't reachable
167
168 2006-08-04 [colin]      2.4.0cvs26
169
170         * src/toolbar.c
171                 i18n context patch by Fabien
172
173 2006-08-03 [colin]      2.4.0cvs25
174
175         * src/mainwindow.c
176         * src/messageview.c
177                 Rename "Hide quotes" to "Fold quotes"
178         * src/textview.c
179                 Don't use hand cursor on quotes. "all 
180                 the bonuses of the feature and none of 
181                 unwelcome side-effects"
182
183 2006-08-03 [colin]      2.4.0cvs24
184
185         * AUTHORS
186         * sylpheed-claws.desktop
187         * src/gtk/authors.h
188                 Bring the desktop file to XDG compliance
189                 Patch by Charles A. Edwards
190
191 2006-08-03 [colin]      2.4.0cvs23
192
193         * src/textview.c
194                 Fix links offset when they are preceded
195                 by accentued chars (g_utf8_strlen!)
196         * src/mainwindow.c
197                 Fix wrong status when starting offline
198
199
200 2006-08-03 [wwp]        2.4.0cvs22
201
202         * src/prefs_common.h
203                 ask what to do w/ filtering rules that belong to an account when
204                 applying filtering rules manually from the main window (skip,
205                 apply regardless of the account, use current account). This dialog
206                 can be skipped and the last reply used.
207                 (forgot that file)
208
209 2006-08-03 [wwp]        2.4.0cvs21
210
211         * src/filtering.c
212         * src/filtering.h
213         * src/prefs_common.c
214         * src/summaryview.c
215         * src/alertpanel.c
216         * src/alertpanel.h
217         * src/messageview.c
218                 ask what to do w/ filtering rules that belong to an account when
219                 applying filtering rules manually from the main window (skip,
220                 apply regardless of the account, use current account). This dialog
221                 can be skipped and the last reply used.
222
223
224 2006-08-03 [colin]      2.4.0cvs20
225
226         * src/textview.c
227                 Optimize previous patch
228
229 2006-08-03 [cleroy]     2.4.0cvs19
230
231         * src/textview.c
232                 Fix quotes getting toggled back when the
233                 mail has an even number of text parts
234
235 2006-08-02 [colin]      2.4.0cvs18
236
237         * src/messageview.c
238                 Add Hide quotes menu
239
240 2006-08-02 [colin]      2.4.0cvs17
241
242         * src/mainwindow.c
243         * src/prefs_common.c
244         * src/textview.c
245         * src/textview.h
246         * src/gtk/about.c
247                 Allow per-level quote hiding,
248                 Allow toggling quotes by double-clicking them
249                 Rename RemoteURI to ClickableText to reflect
250                 the fact it's used for a variety of things
251
252 2006-08-02 [wwp]        2.4.0cvs16
253
254         * src/mainwindow.c
255                 fix "View/Hide quotes" menu item status initialization.
256
257 2006-08-02 [wwp]        2.4.0cvs15
258
259         * src/matcher_parser_parse.y
260                 remove a debug trace.
261
262 2006-08-02 [paul]       2.4.0cvs14
263
264         * src/plugins/pgpcore/passphrase.c
265                 don't set initial dialog size
266                 make it resizable
267
268 2006-08-02 [paul]       2.4.0cvs13
269
270         * src/noticeview.c
271                 remove the rogue '/' character
272
273 2006-08-02 [paul]       2.4.0cvs12
274
275         * src/noticeview.c
276                 allow buttons to resize as necessary
277
278 2006-08-01 [wwp]        2.4.0cvs11
279
280         * src/mbox.c
281                 fix strict ISO C90 compliance.
282
283 2006-08-01 [wwp]        2.4.0cvs10
284
285         * tools/update-po
286                 updated update-po tool to work w/ context-dependent translations.
287                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
288
289 2006-08-01 [wwp]        2.4.0cvs9
290
291         * src/matcher.c
292         * src/prefs_filtering.c
293         * src/prefs_matcher.c
294                 allow context-dependent translations for "All",
295                 patch by Fabien Vantard <fzzzzz@gmail.com>.
296
297 2006-07-31 [colin]      2.4.0cvs8
298
299         * AUTHORS
300         * src/gtk/authors.h
301                 Add Rafal to authors
302
303 2006-07-31 [colin]      2.4.0cvs7
304
305         * src/compose.c
306         * src/mainwindow.c
307         * src/messageview.h
308         * src/prefs_common.c
309         * src/prefs_common.h
310         * src/textview.c
311                 Add 'View/Hide quotes'. Patch based on a patch
312                 by Rafal Weglarz
313
314 2006-07-31 [colin]      2.4.0cvs6
315
316         * src/action.c
317                 Fix problem with "> stuff >" actions
318
319 2006-07-31 [paul]       2.4.0cvs5
320
321         * po/nb.po
322                 updated by Geir Helland
323
324 2006-07-31 [wwp]        2.4.0cvs4
325
326         * src/mainwindow.c
327         * src/summaryview.c
328         * src/summaryview.h
329                 add "View/Go to/Parent message" and "View/Go to/Last read message",
330                 thanks to Colin.
331
332 2006-07-31 [wwp]        2.4.0cvs3
333
334         * src/Makefile.am
335         * src/addr_compl.c
336         * src/addr_compl.h
337         * src/addressbook.c
338         * src/addressbook.h
339         * src/addressbook_foldersel.c
340         * src/addressbook_foldersel.h
341         * src/addrindex.c
342         * src/addrindex.h
343         * src/matcher.c
344         * src/matcher.h
345         * src/matcher_parser_lex.l
346         * src/matcher_parser_parse.y
347         * src/prefs_common.c
348         * src/prefs_common.h
349         * src/prefs_filtering.c
350         * src/prefs_matcher.c
351         * src/prefs_matcher.h
352         * src/summaryview.c
353                 introduce filtering against the address book. It's now possible to add
354                 matched conditions to determine if any email address in a message matches
355                 or doesn't match any or all books or folders in the address book.
356
357 2006-07-31 [wwp]        2.4.0cvs2
358
359         * src/account.c
360         * src/filtering.c
361         * src/filtering.h
362         * src/folder.c
363         * src/folderview.c
364         * src/inc.c
365         * src/mainwindow.c
366         * src/matcher.c
367         * src/matcher_parser_lex.l
368         * src/matcher_parser_parse.y
369         * src/mbox.c
370         * src/prefs_filtering.c
371         * src/prefs_filtering.h
372         * src/procmsg.c
373         * src/procmsg.h
374         * src/summaryview.c
375                 introduce per-account filtering rules. Each filtering rule can now be assigned
376                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
377                 when applying filtering rules manually, as all rules will apply - even the ones
378                 assigned to an account. This issue will be addressed soon.
379  
380
381
382 2006-07-31 [wwp]        2.4.0cvs1
383
384         * src/quote_fmt.c
385                 make more strings translatable.
386
387 2006-07-31 [paul]       2.4.0
388
389         2.4.0 released
390
391 2006-07-31 [paul]       2.3.1cvs91
392
393         * po/ca.po
394                 updated by Miquel Oliete
395
396 2006-07-31 [paul]       2.3.1cvs90
397
398         * po/de.po
399         * po/el.po
400         * po/fr.po
401         * po/it.po
402         * po/pl.po
403         * po/pt_BR.po
404         * po/sr.po
405         * po/zh_CN.po
406                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
407                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
408                 Aleksandar Urosevic, and Ralgh Young
409
410 2006-07-31 [paul]       2.3.1cvs89
411
412         * src/account.c
413         * src/main.c
414         * src/mainwindow.c
415         * src/mainwindow.h
416                 Fix a race condition when, after an SC crash, rescanning
417                 folders took more than 0.5 seconds
418                 Thanks to Colin
419
420 2006-07-31 [paul]       2.3.1cvs88
421
422         * src/folderview.c
423                 don't translate separator strings
424
425 2006-07-30 [mones]      2.3.1cvs87
426
427         * doc/man/sylpheed-claws.1
428                 Fixed non-ASCII chars in Hoa's name
429         * po/es.po
430                 Updated for release
431
432 2006-07-27 [colin]      2.3.1cvs86
433
434         * src/textview.c
435                 Don't include the leading \n in links
436                 Patch by Fabien
437
438 2006-07-25 [colin]      2.3.1cvs85
439
440         * src/mainwindow.c
441         * src/common/socket.h
442         * src/etpan/imap-thread.c
443                 Refresh resolvers before connecting
444                 to IMAP servers, and after switching
445                 to online. Thanks to Paul.
446
447 2006-07-18 [colin]
448
449         * 2.4.0-rc4 released
450
451 2006-07-17 [colin]      2.3.1cvs84
452
453         * src/inc.c
454                 Show connection attempt in statusbar before
455                 connecting (previously first message was
456                 "Retrieving messages from ..." after the
457                 connection succeeded.
458
459 2006-07-16 [wwp]        2.3.1cvs83
460
461         * sylpheed-claws.ico
462                 Added .ico file (windows multi-size icon file, generated).
463
464 2006-07-12 [wwp]        2.3.1cvs82
465
466         * src/messageview.c
467                 remove Message/Re-edit menu entry from messageview window,
468                 as sent/draft/queued messages are opened in compose window when
469                 re-edited and it's not possible to re-edit other msgs.
470
471 2006-07-12 [paul]       2.3.1cvs81
472
473         * AUTHORS
474         * src/mainwindow.c
475         * src/gtk/authors.h
476                 check online state before resetting
477                 mailcheck timer. Useful if some program
478                 verifies connection state and updates
479                 Claws.
480                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
481
482 2006-07-12 [paul]       2.3.1cvs80
483
484         * sylpheed-claws-128x128.png
485         * sylpheed-claws-64x64.png
486         * sylpheed-claws.png
487         * src/Makefile.am
488         * src/main.c
489         * src/prefs_toolbar.c
490         * src/stock_pixmap.c
491         * src/stock_pixmap.h
492         * src/wizard.c
493         * src/gtk/about.c
494         * src/gtk/gtkutils.c
495         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
496         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
497         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
498         * src/pixmaps/sylpheed.xpm              ** REMOVED **
499         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
500         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
501                 updated and renamed logo/icon files and related
502                 logo by Jesper Schultz
503
504 2006-07-11 [paul]       2.3.1cvs79
505
506         * src/main.c
507                 fix the labels a smidgin
508
509 2006-07-09 [colin]      2.3.1cvs78
510
511         * src/textview.c
512                 Show errors in textviewer's command
513                 Patch by H. Merijn Brand
514
515 2006-07-09 [colin]      2.3.1cvs77
516
517         * src/compose.c
518                 Save FMID in drafts too
519
520 2006-07-08 [colin]      2.3.1cvs76
521
522         * src/compose.c
523                 Svae RMID in drafted mails too
524                 Save quote_fmt vars for whole mails,
525                 don't reset at each quote_fmt_init:
526                 allows to use the same |i{var} in
527                 various template fields
528         * src/prefs_template.c
529         * src/quote_fmt.h
530         * src/quote_fmt_parse.y
531                 Same
532
533 2006-07-08 [colin]      2.3.1cvs75
534
535         * src/textview.c
536                 Fix highlighting of attached parts URIs
537
538 2006-07-08 [colin]      2.3.1cvs74
539
540         * src/main.c
541                 Prevent bug #981 (sc 2.3.1 segfaults with 
542                 gtk+ 2.10) from being reported again:
543                 if Sylpheed-Claws has been compiled against
544                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
545                 of if Sylpheed-Claws has been compiled against
546                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
547                 error out.
548
549 2006-07-07 [colin]      2.3.1cvs73
550
551         * src/prefs_actions.c
552                 Fix label
553
554 2006-07-07 [colin]      2.3.1cvs72
555
556         * src/prefs_actions.c
557                 Fix compile on gtk < 2.8. argh :)
558
559 2006-07-07 [paul]       2.3.1cvs71
560
561         * src/common/defs.h
562                 update DONATE_URI
563
564 2006-07-07 [colin]      2.3.1cvs70
565
566         * po/POTFILES.in
567         * src/quote_fmt.c
568         * src/quote_fmt_lex.l
569         * src/quote_fmt_parse.y
570                 Add |i{var}, a way to insert user-entered
571                 text in a template
572
573 2006-07-07 [colin]
574
575         * 2.4.0-rc3 released
576
577 2006-07-07 [colin]      2.3.1cvs69
578
579         * src/folder.c
580                 Don't consider inboxes of UNKNOWN folder 
581                 classes to be useable as default inboxes
582
583 2006-07-07 [paul]       2.3.1cvs68
584
585         * src/textview.c
586                 add missing #include <errno.h>
587                 Thanks to René J. Blokland
588
589 2006-07-07 [paul]       2.3.1cvs67
590
591         * src/action.c
592                 Return now Closes dialog
593         * src/mimeview.c
594         * src/mimeview.h
595         * src/textview.c
596                 add contextual menu to mime parts listed
597                 in the textview
598                 Thanks to Colin
599         * src/common/utils.c
600                 reversal: ' is a valid character in URLs
601
602 2006-07-06 [colin]      2.3.1cvs66
603
604         * src/remotefolder.h
605                 Forgotten in previous commit
606
607 2006-07-06 [colin]      2.3.1cvs65
608
609         * src/folder.c
610                 Set summary update flag whenever
611                 totals changed
612         * src/imap.c
613         * src/prefs_account.c
614         * src/common/utils.h
615         * src/etpan/imap-thread.c
616                 Fix warnings, thanks to Fabien and
617                 Ricardo
618
619 2006-07-06 [wwp]        2.3.1cvs64
620
621         * src/gtk/gtkutils.c
622                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
623
624 2006-07-06 [wwp]        2.3.1cvs63
625
626         * src/account.c
627         * src/addressbook.c
628         * src/addressitem.h
629         * src/folderview.c
630         * src/mainwindow.c
631         * src/manual.c
632         * src/manual.h
633         * src/message_search.c
634         * src/prefs_actions.c
635         * src/prefs_filtering.c
636         * src/prefs_filtering.h
637         * src/prefs_template.c
638         * src/summary_search.c
639         * src/summaryview.c
640         * src/gtk/gtkutils.c
641         * src/gtk/gtkutils.h
642         * src/gtk/pluginwindow.c
643                 add help buttons to some dialogs. Clicking such buttons opens a
644                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
645
646 2006-07-06 [paul]       2.3.1cvs62
647
648         * src/textview.c
649                 fix attachments contextual menu
650                 Thanks to Colin
651
652 2006-07-05 [colin]      2.3.1cvs61
653
654         * src/textview.c
655         * src/compose.c
656                 Handle sftp:// links
657
658 2006-07-05 [paul]       2.3.1cvs60
659
660         * src/gtk/filesel.c
661                 grab save button by default
662                 Thanks to Colin
663
664 2006-07-05 [wwp]        2.3.1cvs59
665
666         * manual/xml2pdf
667                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
668
669 2006-07-04 [colin]      2.3.1cvs58
670
671         * src/mimeview.c
672         * src/textview.c
673                 Use left click to select, middle click to open
674                 on mimeparts links
675         * src/common/utils.c
676                 Fix segfault
677
678 2006-07-04 [colin]      2.3.1cvs57
679
680         * src/mainwindow.c
681         * src/news.c
682                 Warning fixes, thanks to Fabien
683
684 2006-07-04 [colin]      2.3.1cvs56
685
686         * src/mimeview.c
687         * src/mimeview.h
688         * src/textview.c
689                 Allow parts to be selected via their text label
690                 in textview
691
692 2006-07-04 [colin]      2.3.1cvs55
693
694         * src/folderview.c
695                 Feedback when closing (for big folders)
696         * src/prefs_actions.c
697         * src/prefs_filtering.c
698         * src/prefs_matcher.c
699         * src/prefs_template.c
700                 Fix default button when closing without
701                 having saved
702
703 2006-07-04 [colin]      2.3.1cvs54
704
705         * src/news.c
706                 Delete local file on deletion
707
708 2006-07-03 [colin]      2.3.1cvs53
709
710         * src/folderview.c
711         * src/main.c
712                 Don't freeze when rescanning after crash
713
714 2006-07-03 [wwp]        2.3.1cvs52
715
716         * src/compose.c
717         * src/privacy.c
718         * src/privacy.h
719         * src/plugins/pgpinline/pgpinline.c
720         * src/plugins/pgpmime/pgpmime.c
721                 don't report an error when the user cancels the passphrase dialog.
722
723 2006-07-02 [colin]      2.3.1cvs51
724
725         * src/folderview.c
726                 Open message when crossing folders with Space,
727                 goto next unread and friends
728
729 2006-07-01 [colin]      2.3.1cvs50
730
731         * src/prefs_account.c
732                 Typographic rules varying from language
733                 to language (in french "Protocole :"),
734                 we have to do that :)
735
736 2006-07-01 [ticho]      2.3.1cvs49
737
738         * src/prefs_account.c
739                 Only use one temporary gchar* variable in
740                 prefs_account_protocol_set_optmenu().
741
742 2006-07-01 [ticho]      2.3.1cvs48
743
744         * src/prefs_account.c
745         * src/prefs_account.h
746                 Use GtkLabel for existing account protocol name.
747                 Created an array for protocol names and populate the
748                 combobox from it in a for() cycle.
749
750 2006-06-30 [colin]      2.3.1cvs47
751
752         * src/compose.c
753                 Block undo when changing signature (by changing
754                 account)
755
756 2006-06-30 [paul]       2.3.1cvs46
757
758         * src/send_message.c
759                 when editing From in the Compose window, use that address
760                 in the Return-Path: header
761                 Thanks to Colin
762
763 2006-06-30 [colin]      2.3.1cvs45
764
765         * src/compose.c
766                 Fix signature replacement:
767                 - when no newline before separator
768                 - when reediting
769
770 2006-06-29 [colin]      2.3.1cvs44
771
772         * src/folderview.c
773         * src/folderview.h
774         * src/mainwindow.c
775         * src/summaryview.c
776                 Let 'View/Go to/Next marked' work like
777                 Next new & Next unread: across folders
778                 Change the select_on_entry pref to do
779                 what we want when changing folder
780         * src/common/utils.c
781                 Fix single-quoted links 
782
783 2006-06-29 [colin]      2.3.1cvs43
784
785         * src/gtk/gtkaspell.c
786                 "Sylpheed" and "Sylpheed-Claws" do exist !
787
788 2006-06-29 [colin]      2.3.1cvs42
789
790         * src/imap.c
791                 Forgot to remove debug
792
793 2006-06-29 [colin]      2.3.1cvs41
794
795         * src/imap.c
796         * src/imap.h
797         * src/mainwindow.c
798                 Disconnect from IMAP servers when going
799                 offline. Fixes bug #978 (going to offline-mode 
800                 won't close connections)
801
802 2006-06-29 [colin]      2.3.1cvs40
803
804         * src/main.c
805                 Fix transient setting on failing plugins
806                 Patch by Fabien
807         * src/plugins/pgpcore/sgpgme.c
808                 Only warn for OpenPGP. Most people don't
809                 have CMS available.
810
811 2006-06-29 [colin]      2.3.1cvs39
812
813         * src/compose.c
814                 Fix Spelling menu (discrepancy between context menu
815                 and top menu when folder's dictionary isn't the 
816                 default one)
817         * src/plugins/pgpcore/sgpgme.c
818                 More error reporting about why gpgme can fail
819
820 2006-06-29 [wwp]        2.3.1cvs38
821
822         * src/mainwindow.c
823                 honor the display-header-pane setting even when the message view
824                 is a separate window.
825
826 2006-06-29 [wwp]        2.3.1cvs37
827
828         * src/prefs_actions.c
829                 forgot to commit that one (use of GTK_STOCK_INFO).
830
831 2006-06-29 [colin]      2.3.1cvs36
832
833         * src/imap.c
834                 Better handling of login errors (ask the password
835                 again once), alert in case of error. Fix three
836                 signedness warnings.
837
838 2006-06-28 [wwp]        2.3.1cvs35
839
840         * src/prefs_template.c
841         * src/prefs_matcher.c
842         * src/prefs_filtering_action.c
843         * src/prefs_quote.c
844                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
845                 patch by Fabien Vantard, slightly modified.
846
847 2006-06-28 [paul]
848
849         2.4.0-rc2 released
850
851 2006-06-28 [colin]      2.3.1cvs34
852
853         * src/prefs_account.c
854                 Fix bug #977 (Can't add or edit imap accounts)
855
856 2006-06-28 [colin]      2.3.1cvs33
857
858         * src/mimeview.c
859                 Fix previous
860
861 2006-06-28 [colin]      2.3.1cvs32
862
863         * src/mimeview.c
864                 Save named inlined attachments with "Save all"
865         * src/main.c
866         * src/mbox.c
867         * src/common/plugin.c
868         * src/common/plugin.h
869         * src/common/sylpheed.c
870         * src/common/utils.c
871         * src/plugins/pgpcore/sylpheed.def
872         * src/plugins/pgpinline/sylpheed.def
873         * src/plugins/pgpmime/sylpheed.def
874                 Win32 compatibility patch, by
875                 Werner Koch
876
877 2006-06-28 [wwp]        2.3.1cvs31
878
879         * src/imap.c
880         * src/prefs_folder_item.c
881                 less compilation warnings (thanks to Fabien Vantard), less typos.
882
883 2006-06-28 [paul]       2.3.1cvs30
884
885         * src/gtk/gtkutils.c
886                 gtk_combo_box_set_focus_on_click() is only
887                 available since gtk 2.6.0
888
889 2006-06-28 [paul]       2.3.1cvs29
890
891         * src/prefs_ext_prog.c
892                 fix engrish and add a tooltip for the
893                 'command for 'Display as text' option
894
895 2006-06-28 [paul]
896
897         2.4.0-rc1 released
898
899 2006-06-28 [paul]       2.3.1cvs28
900
901         * ChangeLog
902         * tools/Makefile.am
903                 include textviewer.pl in releases
904
905 2006-06-28 [paul]       2.3.1cvs27
906
907         * src/prefs_ext_prog.c
908                 hide Print command option if libgnomeprint
909                 support is present
910
911 2006-06-27 [colin]      2.3.1cvs26
912
913         * src/compose.c
914                 Fix Esc handling in insert/attach dialog
915                 Don't show this dialog if dragging something
916                 else than text/uri-list
917                 Thanks to Fabien Vantard
918         * tools/textviewer.pl
919                 Filter script to display stuff as text
920                 by H. Merijn Brand
921
922 2006-06-27 [wwp]        2.3.1cvs25
923
924         * src/messageview.c
925                 use the exact product name (message view title), patch
926                 by Fabien Vantard.
927
928 2006-06-27 [ticho]      2.3.1cvs24
929
930         * src/prefs_account.c
931         * src/prefs_common.c
932         * src/prefs_common.h
933         * src/prefs_ext_prog.c
934         * src/textview.c
935                 Add a preference (Preferences/External programs)
936                 to allow "Display as text" to be done via a script
937                 (patch by H.Merijn Brand).
938                 Use GtkComboBox for protocol selection in account
939                 preferences.
940                 Only include current choice for existing accounts, and
941                 insensitivize the combobox.
942
943 2006-06-27 [paul]       2.3.1cvs23
944
945         * src/mbox.c
946                 fix crasher introduced in cvs21.
947                 Thanks to Colin
948
949 2006-06-26 [colin]      2.3.1cvs22
950
951         * src/mbox.c
952                 Fix double-frees when leaving folders
953                 after exporting to mbox
954
955 2006-06-26 [colin]      2.3.1cvs21
956
957         * src/mbox.c
958                 More feedback (and optimisation)
959                 on import/export
960         * src/common/utils.c
961                 Fix case when looking for mail addresses
962         * src/gtk/gtkutils.c
963                 Extra check for (X-)Face
964
965 2006-06-25 [ticho]      2.3.1cvs20
966
967         * src/compose.c
968         * src/exphtmldlg.c
969         * src/gtk/gtkutils.c
970         * src/gtk/gtkutils.h
971                 Added second argument to gtkut_sc_combobox_create() to
972                 control focus-on-click for the widget.
973                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
974
975 2006-06-25 [ticho]      2.3.1cvs19
976
977         * src/compose.c
978         * src/gtk/Makefile.am
979         * src/gtk/combobox.c
980         * src/gtk/combobox.h
981         * src/gtk/gtkutils.c
982         * src/gtk/gtkutils.h
983                 Use GtkComboBox instead of deprecated GtkOptionMenu
984                 for account selector in compose window and for encoding
985                 selector in attachment properties.
986                 Also factorise working with the new GtkComboBox somewhat.
987
988 2006-06-24 [paul]       2.3.1cvs18
989
990         * src/prefs_common.c
991                 use the correct default value
992
993 2006-06-24 [paul]       2.3.1cvs17
994
995         * src/compose.c
996         * src/prefs_common.c
997         * src/prefs_common.h
998         * src/prefs_compose_writing.c
999                 enable setting of default action when
1000                 dnd'ing files in the compose window.
1001                 (Collaborative effort with wwp)
1002
1003 2006-06-23 [wwp]        2.3.1cvs16
1004
1005         * src/compose.c
1006                 i18n fix (thanks to Fabien Vantard)
1007
1008 2006-06-22 [colin]      2.3.1cvs15
1009
1010         * src/prefs_customheader.c
1011                 Don't use filters in custom headers' file 
1012                 selector. Remember, extensions mean nothing :)
1013
1014 2006-06-22 [paul]       2.3.1cvs14
1015
1016         * configure.ac
1017                 allow setting of man directory location
1018
1019 2006-06-22 [colin]      2.3.1cvs13
1020
1021         * src/mainwindow.c
1022                 Add 'View/Go to/Next unread folder'.
1023                 I missed that :)
1024
1025 2006-06-22 [colin]      2.3.1cvs12
1026
1027         * src/common/utils.c
1028                 Add some subject prefixes
1029                 Patch by Bjorn T Johansen <btj@havleik.no>
1030
1031 2006-06-22 [colin]      2.3.1cvs11
1032
1033         * manual/advanced.xml
1034                 Forgotten hidden pref
1035
1036 2006-06-21 [paul]       2.3.1cvs10
1037
1038         * src/prefs_account.c
1039                 complete the removal of 'Add date header' option
1040
1041 2006-06-21 [paul]       2.3.1cvs9
1042
1043         * src/account.c
1044         * src/compose.c
1045         * src/prefs_account.c
1046         * src/prefs_account.h
1047                 remove option to add date header - always
1048                 add date header
1049         * src/etpan/imap-thread.c
1050                 fix warnings (Thanks to Colin)
1051
1052 2006-06-21 [wwp]        2.3.1cvs8
1053
1054         * src/folder.c
1055                 set the attachment flag when inline text part are (file)named. This is more convenient
1056                 when receiving (for instance) inline source files or patches sent using thunderbird.
1057
1058 2006-06-21 [paul]       2.3.1cvs7
1059
1060         * src/inc.c
1061                 fix off-by-one count of current msg in
1062                 statusbar filtering progressbar
1063
1064 2006-06-21 [paul]       2.3.1cvs6
1065
1066         * src/folder.c
1067                 Show attachment icon even if the part is 'inline'
1068                 if the following conditions are met:
1069                 - content-type != 'text/plain'
1070                 - content-type != '*/pgp-signature'
1071                 - either 'name' or 'filename' parameter is not NULL
1072                 
1073                 Thanks to Colin
1074
1075 2006-06-21 [paul]       2.3.1cvs5
1076
1077         * src/messageview.c
1078         * src/prefs_common.c
1079         * src/prefs_common.h
1080         * src/prefs_other.c
1081                 add an option to 'Never send Return
1082                 Receipts'
1083                 Thanks to Colin
1084
1085 2006-06-20 [mones]      2.3.1cvs4
1086
1087         * po/es.po
1088                 updated
1089         * src/compose.c
1090                 typo fixed (space after comma)
1091         * tools/make.themes.project
1092                 remove exec mode from tarball files
1093
1094 2006-06-20 [colin]      2.3.1cvs3
1095
1096         * src/news.c
1097         * src/procheader.c
1098         * src/unmime.c
1099                 Better fix for \n's in headers (don't 
1100                 break Received: and others)
1101
1102 2006-06-20 [paul]       2.3.1cvs2
1103
1104         * src/alertpanel.c
1105         * src/textview.c
1106                 improve legibility of phishing attempt
1107                 dialog
1108
1109 2006-06-20 [paul]       2.3.1cvs1
1110
1111         * NEWS
1112         * README
1113         * configure.ac
1114                 Update version number following
1115                 stable release
1116
1117 2006-06-20 [colin]      2.3.0cvs26
1118
1119         * src/compose.c
1120                 When dragging a file to the text of the compose
1121                 window, ask whether we want to insert or attach
1122                 (I know lots of people who do that to attach)
1123
1124 2006-06-20 [colin]      2.3.0cvs25
1125
1126         * src/etpan/imap-thread.c
1127                 Fix threshold (the append command is often > 32 bytes)
1128
1129 2006-06-19 [colin]      2.3.0cvs24
1130
1131         * src/imap.c
1132         * src/etpan/imap-thread.c
1133                 Workaround Rockliffe IMAP server bug: replace
1134                 "x UID SEARCH (ANSWERED UID 1:*)" with
1135                 "x UID SEARCH ANSWERED"
1136                 (Rockliffe doesn't handle the parenthesis)
1137
1138 2006-06-19 [colin]      2.3.0cvs23
1139
1140         * src/compose.c
1141         * src/imap.c
1142         * src/etpan/imap-thread.c
1143                 Probably fix bug #972 (Freezes when adding 
1144                 an attachment to the message)
1145         * src/common/defs.h
1146                 Modernize Firefox cmd
1147
1148
1149 2006-06-18 [colin]      2.3.0cvs22
1150
1151         * src/prefs_customheader.c
1152                 Only allow correct filenames for various
1153                 custom headers
1154
1155 2006-06-18 [colin]      2.3.0cvs21
1156
1157         * src/prefs_customheader.c
1158                 Add a 'From File...' button in custom headers prefs, which
1159                 try to do the right thing: 
1160                 for normal headers, use file as plaintext,
1161                 for X-Face, calls compface,
1162                 for Face, encode to b64.
1163
1164 2006-06-17 [colin]      2.3.0cvs20
1165
1166         * src/mh.c
1167                 Warning fix
1168
1169 2006-06-16 [colin]      2.3.0cvs19
1170
1171         * src/summaryview.c
1172                 Recursive quicksearch: show message list
1173                 in current folder, *then* search children
1174                 in the background.
1175
1176 2006-06-16 [colin]      2.3.0cvs18
1177
1178         * src/main.c
1179                 Instead of ignoring SIGPIPE, save caches
1180                 when getting one. Will fix the fact that
1181                 hot caches are out-of-date when logging 
1182                 out of Xorg.
1183         * src/compose.c
1184         * src/prefs_compose_writing.c
1185                 Only save text (not attachments) when 
1186                 auto-saving to drafts
1187         * src/unmime.c
1188                 Always replace \n, \r and \t with spaces
1189                 in headers
1190         * manual/dist/html/Makefile.am
1191         * manual/dist/pdf/Makefile.am
1192         * manual/dist/ps/Makefile.am
1193         * manual/dist/txt/Makefile.am
1194         * manual/fr/dist/html/Makefile.am
1195         * manual/fr/dist/pdf/Makefile.am
1196         * manual/fr/dist/ps/Makefile.am
1197         * manual/fr/dist/txt/Makefile.am
1198         * manual/pl/dist/html/Makefile.am
1199         * manual/pl/dist/pdf/Makefile.am
1200         * manual/pl/dist/ps/Makefile.am
1201         * manual/pl/dist/txt/Makefile.am
1202                 Fix make clean removing pregenerated manuals
1203
1204
1205 2006-06-16 [colin]      2.3.0cvs17
1206
1207         * src/plugins/pgpcore/sgpgme.c
1208         * src/plugins/pgpmime/pgpmime.c
1209         * src/plugins/pgpinline/pgpinline.c
1210                 Better error reporting in setup_signers.
1211                 Don't fallback to default key if specified
1212                 key isn't found.
1213                 Don't allow signing if more than one secret
1214                 key matches the one specified in prefs.
1215
1216 2006-06-15 [colin]      2.3.0cvs16
1217
1218         * src/folderview.c
1219                 Add "Send queue" in the folder's contextual
1220                 menu
1221         * src/compose.c
1222         * src/messageview.c
1223         * src/privacy.c
1224         * src/privacy.h
1225         * src/procmime.c
1226         * src/procmsg.c
1227         * src/plugins/pgpcore/passphrase.c
1228         * src/plugins/pgpcore/sgpgme.c
1229         * src/plugins/pgpinline/pgpinline.c
1230         * src/plugins/pgpmime/pgpmime.c
1231                 Better error reporting
1232         * src/mbox.c
1233                 Probably fix bug #971 (2.2.3 cannot read mail 
1234                 from local mbox)
1235
1236
1237 2006-06-15 [mones]      2.3.0cvs15
1238
1239         * tools/make.themes.project
1240                 creates the themes project from the web page
1241
1242 2006-06-15 [colin]      2.3.0cvs14
1243
1244         * src/folder.c
1245                 Better fix (avoid losing the folder if scan_tree 
1246                 fails)
1247
1248 2006-06-15 [cleroy]     2.3.0cvs13
1249
1250         * src/folder.c
1251                 Probably fix Bug #969 (crash on rebuilding 
1252                 imap folder)
1253
1254 2006-06-14 [colin]      2.3.0cvs12
1255
1256         * manual/dtd/manual.xsl
1257         * manual/sylpheed-claws-manual.xml
1258         * manual/fr/sylpheed-claws-manual.xml
1259         * manual/pl/sylpheed-claws-manual.xml
1260                 Insert pagebreaks between sections
1261
1262 2006-06-14 [paul]       2.3.0cvs11
1263
1264         * configure.ac
1265                 better fix than 2.3.0cvs10
1266
1267 2006-06-14 [paul]       2.3.0cvs10
1268
1269         * configure.ac
1270                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1271                 (backwards compatible)
1272
1273 2006-06-13 [colin]      2.3.0cvs9
1274
1275         * src/messageview.c
1276                 Fix sending of return receipt with the new queue folders
1277
1278 2006-06-13 [wwp]        2.3.0cvs8
1279
1280         * src/quote_fmt_lex.l
1281                 fix wrong tokens returned in quote_fmt lexer, query not().
1282
1283 2006-06-13 [wwp]        2.3.0cvs7
1284
1285         * src/folder.c
1286         * src/prefs_folder_item.c
1287                 allow changing folder type even when folder is not a top-level one,
1288                 thanks to Colin.
1289
1290 2006-06-12 [colin]      2.3.0cvs6
1291
1292         * src/folderview.c
1293                 Fix double-ask of "Do you want to mark all
1294                 as read"
1295
1296 2006-06-12 [colin]      2.3.0cvs5
1297
1298         * src/compose.c
1299         * src/compose.h
1300         * src/folder.c
1301         * src/folder.h
1302         * src/imap.c
1303         * src/inc.c
1304         * src/main.c
1305         * src/messageview.c
1306         * src/mh.c
1307         * src/prefs_folder_item.c
1308         * src/procheader.c
1309         * src/procmime.c
1310         * src/procmsg.c
1311         * src/procmsg.h
1312         * src/send_message.c
1313         * src/summaryview.c
1314         * src/toolbar.c
1315                 Apply bug #964's patch (Queue and drafts aren't normal)
1316                 The Drafts and Queue folder now contain RFC-822 files,
1317                 allowing to move and copy mails from and to these 
1318                 folders. Moving from Drafts to Queue will prepare the
1319                 mail for sending (PGP signature, encryption, etc).
1320                 This patch also rework sending errors handling to try
1321                 to be more helpful.
1322                 Also, allow redefining folder types via the GUI 
1323                 (Folder type in its Properties)
1324
1325 2006-06-12 [colin]      2.3.0cvs4
1326
1327         * src/summaryview.c
1328         * src/prefs_common.c
1329         * src/prefs_common.h
1330         * src/gedit-print.c
1331                 Allow to define a specific print font - patch
1332                 by Bernhard Walle <bernhard.walle@gmx.de>
1333         * src/prefs_fonts.c
1334         * manual/advanced.xml
1335         * manual/fr/advanced.xml
1336                 Add a hidden pref to allow deletion without
1337                 confirmation
1338
1339 2006-06-12 [wwp]        2.3.0cvs3
1340
1341         * .cvsignore
1342                 more files to ignore.
1343
1344 2006-06-12 [wwp]        2.3.0cvs2
1345
1346         * src/quote_fmt.c
1347         * src/quote_fmt_lex.l
1348         * src/quote_fmt_parse.y
1349                 extend the quote_fmt parser (templates and quotes):
1350                 - allow limited sub-expressions in |p{} and |f{} expressions,
1351                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1352                 - implemented/fixed missing implementation of query_references and show_references,
1353                 - completed, fixed contents and format of the symbols help dialog,
1354                 - fix some compilation warnings.
1355
1356 2006-06-12 [wwp]        2.3.0cvs1
1357
1358         * manual/advanced.xml
1359         * manual/fr/advanced.xml
1360                 updates in the "templates" section of the manual (eng/fr):
1361                  - be more precise (both versions)
1362                  - completed to match the english reference (fr version)
1363                  - touchups (both versions)
1364
1365 2006-06-12 [paul]       2.3.0
1366
1367         2.3.0 released
1368
1369 2006-06-12 [paul]       2.2.3cvs14
1370
1371         * po/ca.po
1372         * po/cs.po
1373         * po/de.po
1374         * po/el.po
1375         * po/fr.po
1376         * po/it.po
1377         * po/pt_BR.po
1378         * po/sr.po
1379         * po/zh_CN.po
1380                 updated by Miquel Oliete, Tim, Stephan Sachse,
1381                 Stavros Giannouris, Fabien Vantard, Andrea
1382                 Spadaccini, Frederico Goncalves Guimaraes,
1383                 Aleksandar Urosevic, and Ralgh Young
1384
1385 2006-06-12 [colin]      2.2.3cvs13
1386
1387         * src/mbox.c
1388                 Add missing header
1389
1390 2006-06-11 [colin]      2.2.3cvs12
1391
1392         * src/msgcache.c
1393                 Verify that g_malloc() succeeded
1394
1395 2006-06-11 [colin]      2.2.3cvs11
1396
1397         * src/wizard.c
1398                 Add Face header to welcome mail
1399
1400 2006-06-10 [colin]      2.2.3cvs10
1401
1402         * src/textview.c
1403                 Revert previous (Forgot it changes the
1404                 margin on the whole mail)
1405
1406 2006-06-10 [colin]      2.2.3cvs9
1407
1408         * src/textview.c
1409                 Don't overlap long headers under (X-)Face
1410
1411 2006-06-10 [mones]      2.2.3cvs8
1412
1413         * manual/xml2pdf
1414                 allow generation of manual on systems lacking saxon binary
1415                 but with java and the saxon library installed
1416
1417         * po/es.po
1418                 updated for release
1419
1420 2006-06-09 [colin]      2.2.3cvs7
1421
1422         * src/summaryview.c
1423                 Fix leak when using Display Sender using Addressbook
1424
1425 2006-06-09 [colin]      2.2.3cvs6
1426
1427         * src/compose.c
1428         * src/folder.c
1429         * src/folderview.c
1430         * src/mimeview.c
1431         * src/summaryview.c
1432                 More leaks fixes
1433
1434 2006-06-09 [paul]       2.2.3cvs5
1435
1436         * AUTHORS
1437         * src/gtk/authors.h
1438         * tools/claws.i18n.status.pl
1439                 updated with new info
1440
1441 2006-06-09 [paul]       2.2.3cvs4
1442
1443         * README
1444                 updated
1445         * manual/ack.xml
1446                 add wwp to authors list
1447         * src/gtk/authors.h
1448                 update mine and Colin's addresses
1449
1450 2006-06-08 [colin]      2.2.3cvs3
1451
1452         * src/etpan/imap-thread.c
1453                 Fix leak on SSL cert check
1454
1455 2006-06-08 [colin]      2.2.3cvs2
1456
1457         * src/common/utils.c
1458                 Fix leak
1459
1460 2006-06-08 [paul]       2.2.3cvs1
1461
1462         * configure.ac
1463                 Update version number following
1464                 stable release
1465
1466 2006-06-07 [colin]      2.2.2cvs3
1467
1468         * src/msgcache.c
1469                 Fix catching cache read errors (guint instead of gint)
1470                 Prevent malloc'ing more than 8MB (means cache corruption)
1471
1472 2006-06-07 [paul]       2.2.2cvs2
1473
1474         * src/exporthtml.c
1475         * src/exportldif.c
1476         * src/mh.c
1477         * src/mutt.c
1478         * src/pine.c
1479         * src/common/utils.c
1480                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1481                 obey $HOME'
1482                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1483                 Thanks to Colin
1484
1485 2006-06-06 [paul]       2.2.2cvs1
1486
1487         * configure.ac
1488                 Update version number following
1489                 stable release
1490
1491 2006-06-06 [paul]       2.2.1cvs6
1492
1493         * src/matcher.c
1494                 fix  implicit declaration of
1495                 sylpheed_do_idle()
1496                 Patch by Fabien Vantard
1497
1498 2006-06-06 [paul]       2.2.1cvs5
1499
1500         * src/matcher.c
1501                 fix age_greater and age_lower so that they
1502                 mean what say and not '...or equal to'
1503                 Thanks to Colin
1504
1505 2006-06-06 [paul]       2.2.1cvs4
1506
1507         * src/textview.c
1508         * src/common/utils.c
1509                 fix URI check
1510                 Thanks to Colin
1511
1512 2006-06-05 [wwp]        2.2.1cvs3
1513
1514         * manual/fr/account.xml
1515                 minor language fixes (thanks to Fabien Vantard).
1516
1517 2006-06-05 [colin]      2.2.1cvs2
1518
1519         * src/prefs_folder_item.c
1520         * src/folderview.c
1521                 Allow recursive setting of properties 
1522                 for whole mailboxes
1523         * src/matcher.c
1524                 Don't freeze on 'test' filtering rule
1525
1526 2006-06-05 [colin]      2.2.1cvs1
1527
1528         * configure.ac
1529                 Update version number following
1530                 stable release
1531
1532 2006-06-04 [wwp]        2.2.0cvs82
1533
1534         * manual/glossary.xml
1535         * manual/account.xml
1536         * manual/fr/glossary.xml
1537         * manual/fr/account.xml
1538                 added glossary section and references/links related to the Face custom header.
1539
1540 2006-06-04 [colin]      2.2.0cvs81
1541
1542         * src/summaryview.c
1543                 Skip to next message on move with no
1544                 immediate execution
1545
1546 2006-06-04 [wwp]        2.2.0cvs80
1547
1548         * manual/xml2pdf
1549                 added sanity checks, exit when needed.
1550
1551 2006-06-03 [paul]       2.2.0cvs79
1552
1553         * src/prefs_receive.c
1554                 page name is now 'Receiving'
1555         * src/prefs_send.c
1556                 page name is now 'Sending'
1557
1558 2006-06-03 [colin]      2.2.0cvs78
1559
1560         * src/plugins/spamassassin/spamassassin_gtk.c
1561                 Autoswitch to Localhost if transport was previously
1562                 disabled. Else people had to check [] Enable, then
1563                 *reselect* transport.
1564
1565 2006-06-03 [colin]      2.2.0cvs77
1566
1567         * src/plugins/pgpinline/pgpinline.c
1568         * src/plugins/pgpmime/pgpmime.c
1569                 Check that gpg_data_release_and_get_mem 
1570                 didn't fail (now, why this happens...)
1571
1572 2006-06-03 [colin]      2.2.0cvs76
1573
1574         * src/mbox.c
1575                 Fix bug #962 (Manual and/or UI should 
1576                 warn about incompatible locking 
1577                 causing dataloss)
1578
1579 2006-06-02 [cleroy]     2.2.0cvs75
1580
1581         * src/filtering.c
1582         * src/folder.c
1583         * src/procmsg.c
1584         * src/summaryview.c
1585                 Fix a few leaks
1586
1587 2006-06-02 [colin]      2.2.0cvs74
1588
1589         * src/main.c
1590                 On exit, free caches after writing them
1591                 Shuts up some valgrind false positives
1592         * src/procmsg.c
1593         * src/send_message.c
1594                 Fix races when reusing existing SMTP connections
1595                 Fix inexistant session timeout
1596         * src/toolbar.c
1597                 Display alertpanel after all queues have
1598                 been processed, not after each
1599
1600 2006-06-02 [wwp]        2.2.0cvs73
1601
1602         * manual/fr/glossary.xml
1603         * manual/fr/ack.xml
1604         * manual/ack.xml
1605                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1606
1607 2006-06-02 [wwp]        2.2.0cvs72
1608
1609         * manual/xml2pdf
1610         * manual/dist/pdf/Makefile.am
1611         * manual/dtd/manual.xsl
1612         * manual/fr/dist/pdf/Makefile.am
1613         * manual/pl/dist/pdf/Makefile.am
1614                 we changed the procedure to generate the .pdf version of the manual.
1615                 The procedure is more modern and the .pdf we get now has a valid index.
1616                 Here are the new pre-requisites:
1617
1618                 - JRE 1.x (1.4 here): there must be one from your distro
1619                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1620                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1621                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1622
1623                 See my posts for further info about the installation of this toolchain:
1624
1625                 Date: Fri, 19 May 2006 19:40:06 +0200
1626                 From: wwp <subscript@free.fr>
1627                 To: sylpheed-claws-devel@lists.sourceforge.net
1628                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1629
1630                 and
1631
1632                 Date: Wed, 24 May 2006 12:58:49 +0200
1633                 From: wwp <subscript@free.fr>
1634                 To: sylpheed-claws-devel@lists.sourceforge.net
1635                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1636
1637 2006-06-01 [colin]      2.2.0cvs71
1638
1639         * src/compose.c
1640                 Better guards against IMAP races
1641         * src/main.c
1642         * src/prefs_common.c
1643         * src/prefs_common.h
1644         * src/common/ssl_certificate.c
1645         * src/etpan/imap-thread.c
1646         * src/etpan/imap-thread.h
1647         * src/gtk/sslcertwindow.c
1648                 New hidden option ssl_skip_cert_check to 
1649                 avoid dups of bug #959 (libetpan linked
1650                 against gnutls and gnutls buggy on 64bit)
1651                 Present expired warning only once per
1652                 session/server.
1653         * manual/advanced.xml
1654         * manual/fr/advanced.xml
1655                 Document new option
1656
1657 2006-06-01 [wwp]        2.2.0cvs70
1658
1659         * src/messageview.c
1660                 fix for bug #961 (return receipt dialog 
1661                 complains incorrectly about return-path 
1662                 email adress being different), thanks 
1663                 to Colin.
1664
1665 2006-05-31 [cleroy]     2.2.0cvs69
1666
1667         * src/common/ssl.c
1668                 Guard against NULLs, although this
1669                 should never be an issue
1670
1671 2006-05-31 [colin]      2.2.0cvs68
1672
1673         * src/filtering.c
1674                 Use g_slist_prepend
1675         * src/imap.c
1676                 Don't remove caches when destroying folder, it
1677                 could (should) be done at exit
1678         * src/inc.c
1679                 free processing cache after incorporation
1680         * src/etpan/imap-thread.c
1681                 Maybe fix bug #959 (Crash on moving to emails 
1682                 to a imap account per ssl with a expired 
1683                 certificate.)
1684
1685 2006-05-30 [colin]      2.2.0cvs67
1686
1687         * src/summaryview.c
1688                 Put back event flush when displaying message
1689                 It avoids reading a bunch of messages just
1690                 by hitting shift-n for too long ;)
1691
1692 2006-05-29 [colin]      2.2.0cvs66
1693
1694         * src/summaryview.c
1695                 Remove useless g_warnings
1696
1697 2006-05-29 [colin]      2.2.0cvs65
1698
1699         * src/imap.c
1700                 Fix g_slist_append()s for performance
1701
1702 2006-05-29 [colin]      2.2.0cvs64
1703
1704         * src/compose.c
1705         * src/common/utils.c
1706                 Fix extraneous tab at start of addresses
1707         * src/mainwindow.c
1708                 Fix warnings (thanks to Fabien)
1709                 Fix crash at exit when composing messages 
1710                 exist
1711         * src/pop.c
1712                 Fix progress bar when deleting expired mails
1713                 Thanks to Hiro
1714         * src/summaryview.c
1715         * src/gtk/gtksctree.c
1716                 Fix re-sorting slowness
1717
1718 2006-05-29 [paul]       2.2.0cvs63
1719
1720         * src/mh.c
1721                 fetch full message when moving mails
1722                 from another mailbox, (fixed data loss
1723                 when filtering from IMAP to MH, introduced
1724                 in 2.2.0cvs57).
1725                 Thanks to Colin
1726
1727 2006-05-29 [mones]      2.2.0cvs62
1728
1729         * src/gtk/gtksctree.c
1730                 Unselect faster (patch by Colin)        
1731
1732 2006-05-26 [colin]      2.2.0cvs61
1733
1734         * src/summaryview.c
1735                 Unplug MSGINFO_UPDATE callback on delete too.
1736
1737 2006-05-26 [colin]      2.2.0cvs60
1738
1739         * src/foldersel.c
1740                 Fix bold in folder selection window with glib2.10
1741                 thanks Hiro
1742
1743 2006-05-26 [colin]      2.2.0cvs59
1744
1745         * src/procheader.c
1746                 Convert date only if necessary (and don't
1747                 try to convert from utf8 to utf8, too)
1748         * src/summaryview.c
1749                 Only set column's text if the column's 
1750                 displayed
1751
1752 2006-05-26 [colin]      2.2.0cvs58
1753
1754         * src/summaryview.c
1755         * src/gtk/gtkutils.c
1756                 Fix useless warning
1757
1758 2006-05-26 [colin]      2.2.0cvs57
1759
1760         * src/mainwindow.c
1761                 Make summaryview selectable as long as 
1762                 no message has focus
1763         * src/mh.c
1764                 Faster deletion (by implementing mh_remove_msgs)
1765                 Faster copy (avoid using mh_fetch_msg just to get
1766                 the filename)
1767                 Faster move (using move_file instead of copy_file
1768                 if MSG_IS_MOVE)
1769                 No progressbar if total number of mails to cp/mv 
1770                 is less than 100
1771         * src/summaryview.c
1772                 Fix removal from subject_table when mail gets moved
1773                 Faster deletion (g_slist_prepend instead of append)
1774         * src/gtk/gtksctree.c
1775                 Remove useless code
1776
1777 2006-05-25 [colin]      2.2.0cvs56
1778
1779         * src/common/ssl_certificate.c
1780                 Fix leak in expired cert check
1781
1782 2006-05-25 [colin]      2.2.0cvs55
1783
1784         * src/mh.c
1785                 Disable flags syncing on .mh_sequences - it
1786                 is buggy and marks mails read under unknown
1787                 conditions.
1788
1789 2006-05-25 [paul]
1790
1791         * 2.3.0-rc4 released
1792
1793 2006-05-24 [colin]      2.2.0cvs54
1794
1795         attention cvs users: if you manage to crash
1796         Sylpheed-Claws while moving, copying or deleting
1797         mails, we *are* interested in stack traces and
1798         valgrind logs. It looks stable, but one never
1799         knows...
1800
1801         * src/folder.c
1802                 Add progressbar for cache updates
1803         * src/folderutils.c
1804                 Optimize Mark all read in the current
1805                 folder
1806         * src/mh.c
1807                 Add progressbar for copy/move
1808         * src/procmsg.c
1809                 Optimize O(n^2) in copy/move
1810         * src/summaryview.c
1811         * src/gtk/gtksctree.c
1812                 Optimize O(n^2) algos
1813         * src/common/timing.h
1814                 Display ms instead of us
1815
1816 2006-05-24 [wwp]        2.2.0cvs53
1817
1818         * manual/fr/advanced.xml
1819                 updates to the French manual.
1820
1821 2006-05-24 [wwp]        2.2.0cvs52
1822
1823         * src/common/utils.c
1824                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1825
1826 2006-05-24 [wwp]        2.2.0cvs51
1827
1828         * src/folderutils.c
1829                 fixed "mark all read" in MH folders (thanks to Colin).
1830
1831 2006-05-24 [paul]       2.2.0cvs50
1832
1833         * doc/man/sylpheed-claws.1
1834                 updated the man page
1835
1836 2006-05-23 [colin]      2.2.0cvs49
1837
1838         * src/folderview.c
1839         * src/imap.c
1840         * src/inc.c
1841         * src/mbox.c
1842         * src/messageview.c
1843         * src/news.c
1844         * src/send_message.c
1845         * src/summaryview.c
1846         * src/gtk/sslcertwindow.c
1847                 alertpanel fixes, by Fabien
1848
1849 2006-05-23 [colin]      2.2.0cvs48
1850
1851         * src/folder.c
1852         * src/folderview.c
1853         * src/msgcache.c
1854         * src/summaryview.c
1855         * src/gtk/gtksctree.c
1856         * src/gtk/gtksctree.h
1857                 More timings
1858                 Fix slow loading problem, which was caused by the
1859                 use of some gtk_ctree funcs and their use of
1860                 g_list_position while gtk_ctree_(un)link'ing.
1861                 Reap more functions from gtkctree.c to be sure we
1862                 use our (fast) version instead of theirs.
1863         * src/mh.c
1864                 Fix copy of unread mails
1865
1866
1867 2006-05-22 [wwp]        2.2.0cvs47
1868
1869         * manual/fr/advanced.xml
1870                 updated.
1871
1872 2006-05-22 [colin]      2.2.0cvs46
1873
1874         * src/filtering.c
1875                 Fix possible infinite loop. 'copy' is not a 
1876                 final action, so when encountering a 'copy',
1877                 we have to check if a previous one was set
1878                 and do it. In the same way, if we encounter
1879                 a 'move' we have to perform a possibly 
1880                 pending 'copy'. This will slow down filtering
1881                 on IMAP if move+copy or multiple copy actions
1882                 are to be done, but handling it via the batch
1883                 would be really too convoluted.
1884
1885 2006-05-22 [wwp]        2.2.0cvs45
1886
1887         * manual/fr/advanced.xml
1888         * manual/fr/faq.xml
1889         * manual/fr/glossary.xml
1890         * manual/fr/handling.xml
1891         * manual/fr/intro.xml
1892         * manual/fr/plugins.xml
1893         * manual/fr/sylpheed-claws-manual.xml
1894                 sync w/ the english manual: updates URIs, documented mailing-list
1895                 support, better explanation about the enabled/disabled feature
1896                 in filtering/processing rules by Paul.
1897
1898 2006-05-21 [colin]      2.2.0cvs44
1899
1900         * src/summaryview.c
1901                 Don't expand after building threads, but during
1902
1903 2006-05-21 [colin]      2.2.0cvs43
1904
1905         * src/procmsg.c
1906         * src/summaryview.c
1907                 More timing possibilities... For next time I have 
1908                 to find out how the hell some 3GHz computer takes
1909                 one minute to open a 30k folder...
1910
1911 2006-05-21 [colin]      2.2.0cvs42
1912
1913         * manual/pl/advanced.xml
1914         * manual/pl/faq.xml
1915         * manual/pl/glossary.xml
1916         * manual/pl/handling.xml
1917         * manual/pl/intro.xml
1918         * manual/pl/plugins.xml
1919         * manual/pl/sylpheed-claws-manual.xml
1920                 Polish manual updated by Pawel
1921
1922 2006-05-20 [colin]
1923
1924         * 2.3.0-rc3 released
1925
1926 2006-05-20 [colin]      2.2.0cvs41
1927
1928         * src/imap.c
1929                 Fix -rc2 problems:
1930                 - remove cache of moved messages from original folder
1931                 - apply new flags to messages even if they aren't appliable
1932                   via IMAP.
1933
1934 2006-05-20 [colin]
1935
1936         * 2.3.0-rc2 released
1937
1938 2006-05-19 [colin]      2.2.0cvs40
1939
1940         * src/imap.c
1941                 Don't issue SELECT in imap_change_flags
1942                 before having checked that we indeed have
1943                 some flags to change. MSG_POSTFILTERED for
1944                 example can't be used on IMAP.
1945                 Fixes bug #955 (copying messages between 
1946                 imap folders is extremely slow), which was
1947                 a regression.
1948
1949 2006-05-19 [colin]      2.2.0cvs39
1950
1951         * src/folder.c
1952         * src/folder.h
1953         * src/folderview.c
1954                 Try to fix bug #830 (Some unread messages 
1955                 get marked read in IMAP inbox):
1956                 - Prevent scanning a folder if it's being 
1957                   opened via the GUI
1958                 - Postpone opening via the GUI of a folder
1959                   currently scanned.
1960
1961
1962 2006-05-19 [wwp]        2.2.0cvs38
1963
1964         * manual/advanced.xml
1965                 fix English+typo (thanks to Paul).
1966
1967 2006-05-19 [wwp]        2.2.0cvs37
1968
1969         * manual/advanced.xml
1970         * manual/fr/advanced.xml
1971         * src/gtk/logwindow.c
1972         * src/prefs_common.c
1973         * src/prefs_common.h
1974                 added hidden prefs to allow customization of colors used in
1975                 protocol log window (useful for dark gtk+ themes).
1976
1977 2006-05-19 [wwp]        2.2.0cvs36
1978
1979         * ChangeLog
1980                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1981
1982 2006-05-19 [paul]       2.2.0cvs35
1983
1984         * src/textview.c
1985                 make Reply-To fully clickable
1986         * src/gtk/logwindow.c
1987                 more colouring (SMTP ESMTP)
1988         Both patches by Pawel Pekala
1989
1990 2006-05-19 [cleroy]     2.2.0cvs34
1991
1992         * src/mh.c
1993                 Don't update flags from current folder
1994                 Probably fixes bug #935 (Read Messages 
1995                 Revert to Being Marked as Unread)
1996
1997 2006-05-18 [colin]      2.2.0cvs33
1998
1999         * src/imap.c
2000                 Warning fix
2001         * src/compose.c
2002         * src/mainwindow.c
2003         * src/summaryview.c
2004         * src/toolbar.c
2005                 Allow replying to multiple emails
2006                 in multiple windows
2007         * src/mimeview.c
2008         * src/etpan/imap-thread.c
2009                 Leak fixes
2010
2011 2006-05-18 [paul]       2.2.0cvs32
2012
2013         * src/summaryview.c
2014                 keep Mailing-List menu refreshed
2015                 Thanks to Colin
2016
2017 2006-05-18 [paul]       2.2.0cvs31
2018
2019         * manual/advanced.xml
2020         * manual/faq.xml
2021         * manual/glossary.xml
2022         * manual/handling.xml
2023         * manual/intro.xml
2024         * manual/plugins.xml
2025         * manual/sylpheed-claws-manual.xml
2026                 update URLs
2027                 add info about mailing-list support
2028                 edit filtering info
2029         * src/wizard.c
2030         * src/common/defs.h
2031         * src/gtk/about.c
2032         * src/plugins/dillo_viewer/README
2033                 update URLs
2034
2035 2006-05-17 [wwp]        2.2.0cvs30
2036
2037         * manual/handling.xml
2038         * manual/fr/handling.xml
2039                 documented the ability to enabled/disable filtering/processing rules.
2040
2041 2006-05-17 [colin]      2.2.0cvs29
2042
2043         * src/main.c
2044                 Don't initialize g_thread subsystem if it's 
2045                 already done (thanks to Hiro)
2046         * src/mimeview.c
2047                 Fix saving of parts when there name can't be
2048                 converted from UTF-8.
2049
2050 2006-05-17 [paul]       2.2.0cvs28
2051
2052         * po/Makefile.in.in
2053                 fix config.status warning with autoconf 2.60
2054
2055 2006-05-17 [paul]       2.2.0cvs27
2056
2057         * po/POTFILES.in
2058                 add src/mbox.c
2059
2060 2006-05-17 [wwp]        2.2.0cvs26
2061
2062         * src/mainwindow.c
2063                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2064
2065 2006-05-17 [wwp]        2.2.0cvs25
2066
2067         * src/plugins/demo/demo.c
2068                 updated product name in plugin demo (many plugins need to be
2069                 sync'ed w/ that change).
2070
2071 2006-05-17 [colin]      2.2.0cvs24
2072
2073         * src/mh.c
2074                 Fix leak
2075
2076 2006-05-16 [colin]      2.2.0cvs23
2077
2078         * src/mainwindow.c
2079                 Stupid me hit again. Fix cvs22.
2080
2081 2006-05-16 [colin]      2.2.0cvs22
2082
2083         * src/mainwindow.c
2084                 Fix bug #922 (sylpheed-claws crashed after 
2085                 pushing on Inbox folder)
2086
2087 2006-05-16 [colin]      2.2.0cvs21
2088
2089         * src/compose.c
2090                 Make From header be copy/paste/select-able
2091
2092 2006-05-16 [wwp]        2.2.0cvs20
2093
2094         * src/export.c
2095         * src/matcher.c
2096         * src/summaryview.c
2097         * src/etpan/imap-thread.c
2098                 fix some compiler warnings (thanks to Colin).
2099
2100 2006-05-16 [wwp]        2.2.0cvs19
2101
2102         * src/action.c
2103         * src/gedit-print.c
2104         * src/inc.c
2105         * src/mainwindow.c
2106         * src/mh.c
2107         * src/statusbar.c
2108         * src/send_message.c
2109         * src/summaryview.c
2110                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2111
2112 2006-05-15 [colin]      2.2.0cvs18
2113
2114         * src/procmsg.c
2115                 Fix automatic rule creation with List-Post
2116
2117 2006-05-15 [paul]       2.2.0cvs17
2118
2119         * tools/filter_conv_new.pl
2120                 updated for rule enabling/disabling
2121                 claws version >= 2.3.x required
2122
2123 2006-05-15 [cleroy]     2.2.0cvs16
2124
2125         * src/main.c
2126                 Revert test
2127
2128 2006-05-15 [cleroy]     2.2.0cvs15
2129
2130         * src/main.c
2131                 test
2132
2133 2006-05-15 [wwp]        2.2.0cvs14
2134
2135         * manual/pl/.cvsignore
2136                 ignore generated files.
2137
2138 2006-05-14 [wwp]        2.3.0-rc1
2139
2140         * 2.3.0-rc1 released
2141
2142 2006-05-13 [wwp]        2.2.0cvs13
2143
2144         * src/filtering.c
2145         * src/filtering.h
2146         * src/matcher.c
2147         * src/matcher_parser_lex.l
2148         * src/matcher_parser_parse.y
2149         * src/prefs_filtering.c
2150                 new feature: provide the ability to disable filtering and processing
2151                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2152                 adaptations.
2153
2154 2006-05-13 [colin]      2.2.0cvs12
2155
2156         * src/compose.c
2157                 Remove useless if (a) b; else b;
2158                 Thanks to wwp
2159
2160 2006-05-13 [wwp]        2.2.0cvs11
2161
2162         * src/export.c
2163         * src/import.c
2164         * src/mainwindow.c
2165         * src/mbox.c
2166         * src/summaryview.c
2167         * src/summaryview.h
2168                 no more silent failures (or at least less ones) when importing
2169                 or exporting from/to mbox. Also start importing/exporting if
2170                 the necessary info is set.
2171
2172 2006-05-13 [wwp]        2.2.0cvs10
2173
2174         * RELEASE_NOTES
2175                 restored up-to-date release notes.
2176
2177 2006-05-13 [paul]       2.2.0cvs9
2178
2179         * po/nl.po
2180         * po/ru.po
2181                 updated by Tim Dijkstra and Pavlo Bohmat
2182
2183 2006-05-12 [colin]      2.2.0cvs8
2184
2185         * src/gtk/quicksearch.c
2186                 Add "k" as shortcut for "colorlabel". Patch
2187                 by ath42@users.sf.net.
2188
2189 2006-05-12 [paul]       2.2.0cvs7
2190
2191         * src/prefs_common.h
2192         * src/prefs_summaries.c
2193         * src/summaryview.c
2194                 when entering a folder also allow
2195                 going directly to first Marked message
2196
2197 2006-05-12 [paul]       2.2.0cvs6
2198
2199         * src/summaryview.c
2200                 always obey 'confirm before marking all
2201                 mails read' option
2202
2203 2006-05-12 [paul]       2.2.0cvs5
2204
2205         * src/textview.c
2206                 make Sender fully clickable
2207
2208 2006-05-12 [colin]      2.2.0cvs4
2209
2210         * src/compose.c
2211         * src/compose.h
2212                 Let From be editable
2213         * src/main.c
2214         * src/mh.c
2215                 Full support of .mh_sequences' Unseen seq
2216
2217 2006-05-12 [colin]      2.2.0cvs3
2218
2219         * src/folder.c
2220         * src/mainwindow.c
2221         * src/mainwindow.h
2222         * src/messageview.c
2223         * src/prefs_spelling.c
2224         * src/procheader.c
2225         * src/procmsg.c
2226         * src/procmsg.h
2227         * src/summaryview.c
2228         * src/toolbar.c
2229         * src/toolbar.h
2230                 Add contextual menu on Compose toolbar
2231                 button. Fixes bug #944 (Automatic
2232                 addresses not applied when changing account
2233                 from compose window)
2234                 add Mailing List support
2235                 based on the old 0.6.5claws25 patch by
2236                 Melvin Hadasht, with finishing touches
2237                 by Colin
2238                 Fix "ignore thread" when mails are threaded by
2239                 subject (and weren't ignored although appearing
2240                 in the thread).
2241                 GUI rework.
2242                 Both patches by Pawel.
2243
2244 2006-05-08 [paul]       2.2.0cvs2
2245
2246         * src/mainwindow.c
2247         * src/mainwindow.h
2248         * src/messageview.c
2249         * src/procheader.c
2250         * src/procmsg.c
2251         * src/procmsg.h
2252         * src/summaryview.c
2253                 add Mailing List support
2254                 based on the old 0.6.5claws25 patch by 
2255                 Melvin Hadasht, with finishing touches
2256                 by Colin
2257
2258 2006-05-08 [colin]      2.2.0cvs1
2259
2260         * src/mainwindow.c
2261         * src/toolbar.c
2262         * src/toolbar.h
2263                 Add contextual menu on Compose toolbar 
2264                 button. Fixes bug #944 (Automatic 
2265                 addresses not applied when changing account 
2266                 from compose window)
2267
2268 2006-05-08 [paul]       2.2.0
2269
2270         2.2.0 released
2271
2272 2006-05-08 [paul]       2.1.1cvs51
2273
2274         * po/cs.po
2275         * po/de.po
2276         * po/en_GB.po
2277         * po/fi.po
2278         * po/fr.po
2279         * po/pt_BR.po
2280         * po/sr.po
2281         * po/zh_CN.po
2282                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2283                 Fabien Vantard, Frederico Goncalves Guimaraes,
2284                 Aleksandar Urosevic, and Ralgh Young
2285
2286 2006-05-12 [colin]      2.1.1cvs50
2287
2288         * po/cs.po
2289         * po/de.po
2290         * po/en_GB.po
2291         * po/es.po
2292         * po/fi.po
2293         * po/fr.po
2294         * po/pt_BR.po
2295         * po/sr.po
2296         * po/zh_CN.po
2297                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2298                 Fabien Vantard, Frederico Goncalves Guimaraes,
2299                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2300
2301 2006-05-05 [colin]      2.1.1cvs49
2302
2303         * manual/Makefile.am
2304         * manual/pl/Makefile.am
2305         * manual/pl/account.xml
2306         * manual/pl/ack.xml
2307         * manual/pl/addrbook.xml
2308         * manual/pl/advanced.xml
2309         * manual/pl/faq.xml
2310         * manual/pl/glossary.xml
2311         * manual/pl/gpl.xml
2312         * manual/pl/handling.xml
2313         * manual/pl/intro.xml
2314         * manual/pl/keyboard.xml
2315         * manual/pl/plugins.xml
2316         * manual/pl/starting.xml
2317         * manual/pl/sylpheed-claws-manual.xml
2318         * manual/pl/dist/.cvsignore
2319         * manual/pl/dist/Makefile.am
2320         * manual/pl/dist/html/.cvsignore
2321         * manual/pl/dist/html/Makefile.am
2322         * manual/pl/dist/pdf/.cvsignore
2323         * manual/pl/dist/pdf/Makefile.am
2324         * manual/pl/dist/ps/.cvsignore
2325         * manual/pl/dist/ps/Makefile.am
2326         * manual/pl/dist/txt/.cvsignore
2327         * manual/pl/dist/txt/Makefile.am
2328                 Add the polish translation of the manual,
2329                 Authored by Pawel Pekala.
2330
2331 2006-05-05 [cleroy]     2.1.1cvs48
2332
2333         * src/main.c
2334                 Re-read matcherrc after loading plugins 
2335                 if some of them add folders.
2336
2337 2006-05-03 [colin]      2.1.1cvs47
2338
2339         * src/imap.c
2340                 I'm idiot
2341
2342 2006-05-03 [colin]      2.1.1cvs46
2343
2344         * src/imap.c
2345                 Be sure to have a session when
2346                 getting separator
2347
2348 2006-05-03 [colin]      2.1.1cvs45
2349
2350         * src/imap.c
2351         * src/imap.h
2352         * src/imap_gtk.c
2353                 Fix preventing renaming with namespace 
2354                 separator.
2355
2356 2006-05-01 [colin]      2.1.1cvs44
2357
2358         * src/action.c
2359                 Don't reload messageview when result of
2360                 action is piped.
2361
2362 2006-04-29 [colin]      2.1.1cvs43
2363
2364         * src/prefs_receive.c
2365         * src/plugins/spamassassin/spamassassin_gtk.c
2366         * src/plugins/clamav/clamav_plugin_gtk.c
2367                 GUI fixes by Pawel
2368
2369 2006-04-29 [colin]      2.1.1cvs42
2370
2371         * src/prefs_compose_writing.c
2372         * src/prefs_quote.c
2373                 Cleanups. Patch by Pawel
2374
2375 2006-04-28 [paul]       2.1.1cvs41
2376
2377         * src/matcher.c
2378                 fix returned quick search results when search
2379                 term contains an underscore.
2380                 Thanks to Colin
2381
2382 2006-04-28 [paul]       2.1.1cvs40
2383
2384         * src/prefs_message.c
2385         * src/prefs_receive.c
2386                 GUI cleanups
2387                 Patches by Pawel Pekala
2388
2389 2006-04-27 [colin]      2.1.1cvs39
2390
2391         * src/wizard.c
2392                 Differentiate subject Welcome from
2393                 window's title Welcome
2394
2395 2006-04-27 [paul]
2396
2397         2.2.0-rc1 released
2398
2399 2006-04-27 [paul]       2.1.1cvs38
2400
2401         * manual/advanced.xml
2402         * manual/fr/advanced.xml
2403                 add info about compose_no_markup hidden pref
2404
2405 2006-04-27 [paul]       2.1.1cvs37
2406
2407         * src/prefs_account.c
2408                 improve privacy labels
2409         * src/prefs_msg_colors.c
2410                 change some strings for translators' convenience
2411         * src/gtk/gtkutils.c
2412                 don't underline the link button text
2413
2414 2006-04-25 [colin]      2.1.1cvs36
2415
2416         * src/folder.c
2417                 Complete 2.1.1cvs33 (once more ;)
2418
2419 2006-04-25 [colin]      2.1.1cvs35
2420
2421         * src/editldap.c
2422                 Fix tooltip
2423
2424 2006-04-25 [cleroy]     2.1.1cvs34
2425
2426         * src/compose.c
2427         * src/gtk/gtkaspell.c
2428                 Fix crash on redirect (related to the return 
2429                 of the aspell menu in compose's toolbar)
2430         * src/prefs_msg_colors.c
2431                 Fix sensitivity widgets
2432         * src/image_viewer.c
2433         * src/gtk/pluginwindow.c
2434         * src/gtk/prefswindow.c
2435                 Change released signals to clicked (Fabien)
2436         * po/POTFILES.in
2437         * src/common/socket.c
2438         * src/plugins/spamassassin/spamassassin.c
2439                 Translate strings (Fabien)
2440
2441 2006-04-25 [paul]       2.1.1cvs33
2442
2443         * src/folder.c
2444         * src/folder.h
2445         * src/folderview.c
2446                 complete the fix of bug #912
2447                 Thanks to Colin
2448
2449 2006-04-25 [colin]      2.1.1cvs32
2450
2451         * src/news.c
2452                 Better progress bar
2453         * src/mimeview.c
2454         * src/summaryview.c
2455         * src/summaryview.h
2456                 Fix focus chain
2457                 Patches by Pawel Pekala
2458
2459 2006-04-24 [colin]      2.1.1cvs31
2460
2461         * src/compose.c
2462                 Fix compilation warnings (Fabien)
2463
2464 2006-04-24 [colin]      2.1.1cvs30
2465
2466         * src/addrindex.c
2467         * src/editldap.c
2468         * src/editldap_basedn.c
2469         * src/editldap_basedn.h
2470         * src/ldapctrl.c
2471         * src/ldapctrl.h
2472         * src/ldapquery.c
2473         * src/ldaputil.c
2474         * src/ldaputil.h
2475                 Fix bug #901 (LDAPS support)
2476
2477 2006-04-24 [colin]      2.1.1cvs29
2478
2479         * src/compose.c
2480                 Fix logic on error with send dialog on
2481         * src/imap.c
2482                 Fix compilation without libetpan, thanks
2483                 to Fabien
2484         * src/summaryview.c
2485                 Fix 'context-menu' key
2486
2487 2006-04-23 [colin]      2.1.1cvs28
2488
2489         * src/folder.c
2490                 Never free current's cache to free up 
2491                 memory. Fixes bug #912 (new count 
2492                 randomly set to message count)
2493
2494 2006-04-23 [colin]      2.1.1cvs27
2495
2496         * src/gtk/quicksearch.c
2497                 And remove printf...
2498
2499 2006-04-23 [colin]      2.1.1cvs26
2500
2501         * src/gtk/quicksearch.c
2502                 Fix replacing in quicksearch, and fix inserting
2503                 in the middle of the string. (introduced at 2.1.0cvs22)
2504
2505 2006-04-23 [colin]      2.1.1cvs25
2506
2507         * src/imap.c
2508                 Make sure uidnext is initialized in get_num_list
2509                 (not for stable, related to 2.1.1cvs8 and friends)
2510
2511 2006-04-23 [colin]      2.1.1cvs24
2512
2513         * src/imap.c
2514                 Output something when login is successful
2515                 too
2516
2517 2006-04-23 [colin]      2.1.1cvs23
2518
2519         * src/etpan/imap-thread.c
2520                 Better logging (line-per-line, hide data in fetch)
2521                 Fix a const warning
2522         * src/gtk/logwindow.c
2523         * src/gtk/logwindow.h
2524                 Better logging (color for input/output)
2525
2526 2006-04-21 [colin]      2.1.1cvs22
2527
2528         * src/gtk/quicksearch.c
2529                 On gtk+-2.8, use stock buttons in quicksearch
2530                 Based on a patch by Fabien and a design by Paul
2531
2532 2006-04-21 [colin]      2.1.1cvs21
2533
2534         * src/folderview.c
2535         * src/mainwindow.c
2536                 Fix occasional flicker in folderview
2537         * src/common/utils.c
2538                 Fix bug #943 (Incorrectly parsed email address 
2539                 list in short headers on message view and in 
2540                 printouts)
2541
2542 2006-04-20 [colin]      2.1.1cvs20
2543
2544         * src/imap.c
2545         * src/imap.h
2546         * src/prefs_account.c
2547                 Add ANONYMOUS auth for IMAP
2548
2549 2006-04-20 [paul]       2.1.1cvs19
2550
2551         * src/main.c
2552                 proper fix for 2.1.1cvs18
2553                 Thanks to Colin
2554
2555 2006-04-20 [paul]       2.1.1cvs18
2556
2557         * src/main.c
2558                 fix build warnings
2559
2560 2006-04-20 [paul]       2.1.1cvs17
2561
2562         * src/gtk/quicksearch.c
2563                 fix standard, non-extended Quick search,
2564                 was broken in 2.1.1cvs15.
2565                 Thanks to Colin.
2566
2567 2006-04-20 [colin]      2.1.1cvs16
2568
2569         * src/prefs_matcher.c
2570                 Fix values when reselecting a ~test
2571                 rule
2572
2573 2006-04-19 [colin]      2.1.1cvs15
2574
2575         * src/compose.c
2576         * src/compose.h
2577         * src/gtk/gtkaspell.c
2578         * src/gtk/gtkaspell.h
2579                 Put back Options menu in Spelling/
2580         * src/gtk/quicksearch.c
2581                 Don't search, and show error, if the
2582                 advanced search has a syntax error
2583
2584 2006-04-18 [colin]      2.1.1cvs14
2585
2586         * src/textview.c
2587                 Fix gdk warnings on set_cursor when textview
2588                 isn't visible
2589
2590 2006-04-18 [colin]      2.1.1cvs13
2591
2592         * src/gtk/gtksctree.c
2593                 Remove seemingly useless refresh that causes
2594                 flicker - watch this commit in case of 
2595                 problems before planned backport to stable
2596
2597 2006-04-18 [colin]      2.1.1cvs12
2598
2599         * src/imap.c
2600                 Factorize get/set_xml code
2601         * src/compose.c
2602         * src/prefs_account.c
2603         * src/prefs_account.h
2604         * src/procmsg.c
2605                 Add Encrypt to self option
2606
2607 2006-04-17 [colin]      2.1.1cvs11
2608
2609         * configure.ac
2610                 Fix search on encrpyt function on dragonfly
2611                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2612
2613 2006-04-17 [colin]      2.1.1cvs10
2614
2615         * src/prefs_account.c
2616                 Be safe by default: remove mails from POP3
2617                 after 7 days, not immediately
2618
2619 2006-04-17 [colin]      2.1.1cvs9
2620
2621         * src/etpan/imap-thread.c
2622                 Fix build on DragonFly - patch by 
2623                 Jonathan Buschmann <jonthn@agmact.com>
2624
2625 2006-04-17 [colin]      2.1.1cvs8
2626
2627         * src/imap.c
2628                 Save uidnext between sessions
2629
2630 2006-04-17 [colin]      2.1.1cvs7
2631
2632         * src/imap.c
2633                 scan is required when uid validity changes
2634
2635 2006-04-17 [colin]      2.1.1cvs6
2636
2637         * src/folderview.c
2638                 Don't scan if not necessary, apart in current
2639                 folder and INBOX to fetch flags.
2640         * src/imap.c
2641                 Scan is necessary if unread count changes
2642
2643 2006-04-17 [colin]      2.1.1cvs5
2644
2645         * src/imap.c
2646                 ...But always fetch ANSWERED and DELETED flags for
2647                 INBOX, as filtering can happen on these flags.
2648
2649 2006-04-17 [colin]      2.1.1cvs4
2650
2651         * src/imap.c
2652                 Don't fetch REPLIED and DELETED flags when synchronising
2653                 flags with a closed folder. We only need UNSEEN and FLAGGED
2654                 to update the folderview.
2655
2656 2006-04-17 [colin]      2.1.1cvs3
2657
2658         * src/imap.c
2659                 Faster flag search when there are new mails 
2660                 in a folder. We can do a full search if the 
2661                 folder contains less messages than the new
2662                 list.
2663
2664 2006-04-17 [colin]      2.1.1cvs2
2665
2666         * po/cs.po
2667         * po/de.po
2668         * po/fr.po
2669         * po/nl.po
2670         * po/pt_BR.po
2671                 Update translations from stable branch
2672
2673 2006-04-17 [colin]      2.1.1cvs1
2674
2675         * configure.ac
2676                 Bump version to follow stable release
2677
2678 2006-04-16 [mones]      2.1.0cvs50
2679
2680         * po/es.po
2681                 Updated for release
2682
2683 2006-04-16 [colin]      2.1.0cvs49
2684
2685         * src/textview.c
2686                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2687                 with gtk < 2.8. Thanks to Fabien Vantard.
2688
2689 2006-04-15 [colin]      2.1.0cvs48
2690
2691         * src/etpan/imap-thread.c
2692                 Fix bug #919 (libetpan: SEGV when connecting 
2693                 using command)
2694
2695 2006-04-14 [colin]      2.1.0cvs47
2696
2697         * src/main.c
2698                 Fix race on --select (should be done better)
2699
2700 2006-04-14 [wwp]        2.1.0cvs46
2701
2702         * src/send_message.c
2703                 enforce a check for domain in account prefs (a sending
2704                 error could be faced if domain was checked but no value set),
2705                 thanks to Colin.
2706
2707 2006-04-14 [colin]      2.1.0cvs45
2708
2709         * src/codeconv.c
2710                 when converting from unknown to unknown, if the
2711                 string is UTF8, don't convert it to the locale
2712                 (which breaks it)
2713
2714 2006-04-14 [colin]      2.1.0cvs44
2715
2716         * src/compose.c
2717                 Don't try to use ASCII for converting headers
2718                 (as done in body)
2719
2720 2006-04-14 [paul]       2.1.0cvs43
2721
2722         * src/crash.c
2723                 add locale/charset info to crash report
2724         * src/gtk/about.c
2725                 add wwp to doc team
2726                 replace 'e-mail' with preferred 'email'
2727         * src/gtk/authors.h
2728                 ensure contributors list is in alphabetical
2729                 order
2730
2731 2006-04-13 [colin]      2.1.0cvs42
2732
2733         * src/textview.c
2734                 Prevent gdk warnings
2735
2736 2006-04-13 [colin]      2.1.0cvs41
2737
2738         * src/common/ssl_certificate.c
2739         * src/common/ssl_certificate.h
2740         * src/gtk/sslcertwindow.c
2741                 Warn on expired certs, and display the expiration date
2742
2743 2006-04-13 [colin]      2.1.0cvs40
2744
2745         * src/plugins/spamassassin/spamassassin_gtk.c
2746                 Fix missing set_text on unix socket
2747
2748 2006-04-13 [wwp]        2.1.0cvs39
2749
2750         * manual/fr/advanced.xml
2751         * manual/fr/glossary.xml
2752                 applied new spam/ham/email lexicon (pourriel, courriel)
2753
2754 2006-04-13 [paul]       2.1.0cvs38
2755
2756         * src/plugins/pgpmime/plugin.c
2757                 remove the mention of S/MIME from the
2758                 description. This is now handled by the
2759                 S/MIME plugin.
2760
2761 2006-04-13 [paul]       2.1.0cvs37
2762
2763         * src/prefs_msg_colors.c
2764                 rework dialog
2765         * src/prefs_folder_item.c
2766         * src/prefs_spelling.c
2767                 add a tooltip to the colour selector buttons
2768
2769 2006-04-13 [wwp]        2.1.0cvs36
2770
2771         * manual/advanced.xml
2772         * manual/glossary.xml
2773         * manual/handling.xml
2774         * manual/keyboard.xml
2775         * manual/plugins.xml
2776         * manual/starting.xml
2777         * manual/fr/account.xml
2778         * manual/fr/ack.xml
2779         * manual/fr/addrbook.xml
2780         * manual/fr/advanced.xml
2781         * manual/fr/faq.xml
2782         * manual/fr/glossary.xml
2783         * manual/fr/gpl.xml
2784         * manual/fr/handling.xml
2785         * manual/fr/intro.xml
2786         * manual/fr/keyboard.xml
2787         * manual/fr/plugins.xml
2788         * manual/fr/starting.xml
2789         * manual/fr/sylpheed-claws-manual.xml
2790                 fixes to the manuals:
2791                  - summaryview -> Message List (same in French)
2792                  - translate key names
2793                  - fix French punctuation, use non-breakable spaces when
2794                    necessary, don't use &thinsp; which is not portable
2795                  - tell what maildir and mbox formats we support
2796
2797 2006-04-12 [wwp]        2.1.0cvs35
2798
2799         * src/prefs_toolbar.c
2800                 unified a replace button more,
2801                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2802
2803 2006-04-12 [wwp]        2.1.0cvs34
2804
2805         * src/prefs_common.c
2806         * src/prefs_msg_colors.c
2807                 make default color labels translatable,
2808                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2809                 thanks to Tim <timbrain@post.cz> for reporting.
2810
2811 2006-04-12 [wwp]        2.1.0cvs33
2812
2813         * manual/glossary.xml
2814         * manual/intro.xml
2815         * manual/plugins.xml
2816         * manual/starting.xml
2817         * manual/sylpheed-claws-manual.xml
2818         * manual/fr/.cvsignore
2819         * manual/fr/account.xml
2820         * manual/fr/ack.xml
2821         * manual/fr/addrbook.xml
2822         * manual/fr/advanced.xml
2823         * manual/fr/faq.xml
2824         * manual/fr/glossary.xml
2825         * manual/fr/handling.xml
2826         * manual/fr/intro.xml
2827         * manual/fr/keyboard.xml
2828         * manual/fr/plugins.xml
2829         * manual/fr/starting.xml
2830         * manual/fr/sylpheed-claws-manual.xml
2831                 various fixes: typos, missing .fr translations, punctuation,
2832                 capitalization, links, accents and some bad French more.
2833
2834 2006-04-12 [wwp]        2.1.0cvs32
2835
2836         * src/prefs_gtk.c
2837                 fix for bug #935: always store prefs files in UTF-8 (thanks
2838                 to Colin).
2839
2840 2006-04-11 [colin]      2.1.0cvs31
2841
2842         * src/compose.c
2843                 Fix inserting files not in utf8 when locale is utf8
2844
2845 2006-04-11 [colin]      2.1.0cvs30
2846
2847         * src/inc.c
2848                 Don't show error dialog when cancelling connection
2849                 Patch by Pawel
2850
2851 2006-04-11 [cleroy]     2.1.0cvs29
2852
2853         * src/compose.c
2854                 Implement multiple quote levels
2855         * src/prefs_common.c
2856                 Change a little bit the quote bgcolor for 2nd level
2857
2858 2006-04-11 [colin]      2.1.0cvs28
2859
2860         * src/gtk/about.c
2861                 Add locale and charset in the label
2862
2863 2006-04-10 [colin]      2.1.0cvs27
2864
2865         * src/compose.c
2866         * src/prefs_common.c
2867         * src/prefs_common.h
2868         * src/prefs_msg_colors.c
2869         * src/textview.c
2870                 Allow optional background color in quotes
2871                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2872                 GTK+-2.8.x feature
2873
2874 2006-04-10 [colin]      2.1.0cvs26
2875
2876         * src/main.c
2877         * src/mainwindow.c
2878         * src/mainwindow.h
2879                 Implement --select
2880
2881 2006-04-10 [colin]      2.1.0cvs25
2882
2883         * manual/plugins.xml
2884         * manual/fr/plugins.xml
2885                 Document libcurl's proxy variables
2886
2887 2006-04-09 [colin]      2.1.0cvs24
2888
2889         * src/prefs_common.c
2890                 gettext() returns statically allocated stuff. We have
2891                 to strdup it in order to be able to free it.
2892
2893 2006-04-09 [colin]      2.1.0cvs23
2894
2895         * AUTHORS
2896         * src/gtk/authors.h
2897                 Add Alexei
2898
2899 2006-04-09 [colin]      2.1.0cvs22
2900
2901         * src/mainwindow.c
2902         * src/gtk/quicksearch.c
2903                 Fix bug #859 (problems with cyrilic input in 
2904                 search panel) - Patch by Alexey Illarionov 
2905                 <littlesavage@rambler.ru>
2906
2907 2006-04-09 [colin]      2.1.0cvs21
2908
2909         * src/prefs_customheader.c
2910                 I prefer removing then freeing rather than the contrary
2911                 (even if it doesn't change anything ;-)
2912         * src/prefs_account.c
2913                 Fix bug #933 (Crash re-entering the custom headers list 
2914                 dialog in accounts prefs)
2915                 The problem happened when cancelling the Account 
2916                 Preferences' dialogs - in which case we didn't do 
2917                 anything to the PrefsAccount * struct. In case of applying,
2918                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2919                 working with in this dialog. The problem is that 
2920                 prefs_customheader.c, working on this tmp_ac_prefs, always
2921                 changes the ->customhdr_list pointer, even when cancelled. 
2922                 So in case of cancelling the prefs_account dialog, we still
2923                 have to update ->customhdr_list in the real account.
2924
2925 2006-04-08 [colin]      2.1.0cvs20
2926
2927         * manual/fr/glossary.xml
2928         * manual/fr/keyboard.xml
2929                 Forgot some headers :)
2930
2931 2006-04-08 [colin]      2.1.0cvs19
2932
2933         * manual/Makefile.am
2934         * manual/fr/Makefile.am
2935         * manual/fr/account.xml
2936         * manual/fr/ack.xml
2937         * manual/fr/addrbook.xml
2938         * manual/fr/advanced.xml
2939         * manual/fr/faq.xml
2940         * manual/fr/glossary.xml
2941         * manual/fr/gpl.xml
2942         * manual/fr/handling.xml
2943         * manual/fr/intro.xml
2944         * manual/fr/keyboard.xml
2945         * manual/fr/plugins.xml
2946         * manual/fr/starting.xml
2947         * manual/fr/sylpheed-claws-manual.xml
2948         * manual/fr/dist/.cvsignore
2949         * manual/fr/dist/Makefile.am
2950         * manual/fr/dist/html/.cvsignore
2951         * manual/fr/dist/html/Makefile.am
2952         * manual/fr/dist/pdf/.cvsignore
2953         * manual/fr/dist/pdf/Makefile.am
2954         * manual/fr/dist/ps/.cvsignore
2955         * manual/fr/dist/ps/Makefile.am
2956         * manual/fr/dist/txt/.cvsignore
2957         * manual/fr/dist/txt/Makefile.am
2958                 Add the french translation of the manual. Thanks to
2959                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2960                 account.xml, ack.xml, addrbook.xml and advanced.xml
2961
2962 2006-04-08 [colin]      2.1.0cvs18
2963
2964         * manual/plugins.xml
2965         * manual/starting.xml
2966                 More fixes
2967
2968 2006-04-07 [colin]      2.1.0cvs17
2969
2970         * manual/faq.xml
2971         * manual/intro.xml
2972         * manual/keyboard.xml
2973                 Little fixes
2974
2975 2006-04-07 [colin]      2.1.0cvs16
2976
2977         * README
2978         * src/compose.c
2979         * src/prefs_common.c
2980         * src/prefs_common.h
2981                 Add hidden compose_no_markup pref
2982
2983 2006-04-07 [wwp]        2.1.0cvs15
2984
2985         * src/summary_search.c
2986         * .cvsignore
2987                 Bugfix: stop button was sticky when searching in an empty folder.
2988                 Applied curly brackets code style to the whole file (summary_search.c).
2989                 More files to ignore.
2990
2991 2006-04-07 [wwp]        2.1.0cvs14
2992
2993         * src/message_search.c
2994         * src/summary_search.c
2995                 changed default button when search bumps at file/folder
2996                 beginning or end, for convenience (thanks to Colin).
2997
2998 2006-04-07 [paul]       2.1.0cvs13
2999
3000         * src/plugins/dillo_viewer/dillo_prefs.c
3001                 avoid future potential for namespace collision
3002                 Patch by Colin
3003
3004 2006-04-06 [wwp]        2.1.0cvs12
3005
3006         * src/summary_search.c
3007                 Unify extended/advanced searches names (and thus factorize labels),
3008                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3009
3010 2006-04-06 [wwp]        2.1.0cvs11
3011
3012         * src/folderview.c
3013         * src/prefs_themes.c
3014         * src/summaryview.c
3015                 Fixed some compilation warnings.
3016
3017 2006-04-06 [colin]      2.1.0cvs10
3018
3019         * manual/advanced.xml
3020                 Document the wizard template and how to deploy
3021                 Sylpheed-Claws effectively
3022
3023 2006-04-06 [colin]      2.1.0cvs9
3024
3025         * src/folderview.c
3026                 gettext patch to tell translators about _("#"),
3027                 by Maxim Britov
3028
3029 2006-04-06 [colin]      2.1.0cvs8
3030
3031         * src/textview.c
3032                 Fix invalid GtkTextBIter after clicking "Display as text"
3033
3034 2006-04-06 [mones]      2.1.0cvs7
3035
3036         * src/addr_compl.c
3037         * src/addrindex.c
3038         * src/addritem.c
3039         * src/codeconv.c
3040         * src/compose.c
3041         * src/filtering.c
3042         * src/folder.c
3043         * src/folder_item_prefs.c
3044         * src/folderview.c
3045         * src/localfolder.c
3046         * src/matcher.c
3047         * src/mimeview.c
3048         * src/prefs_msg_colors.c
3049         * src/prefs_spelling.c
3050         * src/prefs_themes.c
3051         * src/procmime.c
3052         * src/procmsg.c
3053         * src/stock_pixmap.c
3054         * src/summaryview.c
3055         * src/textview.c
3056         * src/toolbar.c
3057         * src/common/mgutils.c
3058         * src/common/prefs.c
3059         * src/common/ssl_certificate.c
3060         * src/gtk/colorlabel.c
3061         * src/gtk/quicksearch.c
3062         * src/plugins/pgpmime/pgpmime.c
3063         * src/plugins/spamassassin/spamassassin.c
3064                 Removed redundant NULL checks for g_free() calls.
3065                 Patch by Pawel Pekala.
3066
3067 2006-04-06 [mones]      2.1.0cvs6
3068
3069         * src/prefs_actions.c
3070         * src/prefs_filtering.c
3071         * src/prefs_filtering_action.c
3072         * src/prefs_matcher.c
3073         * src/prefs_template.c
3074         * src/gtk/gtkutils.c
3075         * src/gtk/gtkutils.h
3076                 Have a nice replace button. Patch by Pawel Pekala
3077
3078 2006-04-06 [colin]      2.1.0cvs5
3079
3080         * src/addressbook.c
3081                 Fix crash with empty columns
3082
3083 2006-04-05 [colin]      2.1.0cvs4
3084
3085         * src/wizard.c
3086         * src/prefs_gtk.c
3087                 Allow wizard customization with pre-filled values
3088
3089 2006-04-05 [colin]      2.1.0cvs3
3090
3091         * src/textview.c
3092         * src/mimeview.c
3093         * src/mimeview.h
3094                 Nicer messages in mimeview
3095
3096 2006-04-05 [colin]      2.1.0cvs2
3097
3098         * src/addressbook.c
3099         * src/prefs_summaries.c
3100                 i18n fix
3101
3102 2006-04-05 [colin]      2.1.0cvs1
3103
3104         * src/plugins/pgpcore/plugin.c
3105         * src/plugins/pgpcore/select-keys.c
3106         * src/plugins/pgpcore/select-keys.h
3107         * src/plugins/pgpcore/sgpgme.c
3108         * src/plugins/pgpcore/sgpgme.h
3109         * src/plugins/pgpinline/pgpinline.c
3110         * src/plugins/pgpinline/plugin.c
3111         * src/plugins/pgpmime/pgpmime.c
3112         * src/plugins/pgpmime/plugin.c
3113                 Factorize and generalize a bit 
3114                 Drop S/MIME signature verification from PGP/MIME
3115                 (adding it as another, more complete plugin)
3116
3117 2006-04-05 [paul]       2.1.0
3118
3119         2.1.0 released
3120
3121 2006-04-05 [paul]       2.0.0cvs186
3122
3123         * manual/advanced.xml
3124                 add info on colour labels
3125
3126 2006-04-05 [paul]       2.0.0cvs185
3127
3128         * po/bg.po
3129         * po/cs.po
3130         * po/de.po
3131         * po/el.po
3132         * po/en_GB.po
3133         * po/fi.po
3134         * po/fr.po
3135         * po/it.po
3136         * po/nl.po
3137         * po/pl.po
3138         * po/pt_BR.po
3139         * po/sr.po
3140         * po/zh_CN.po
3141                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3142                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3143                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3144                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3145         * src/gtk/authors.h
3146         * tools/claws.i18n.status.pl
3147                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3148                 and new Czech translator, Tim <timbrain@post.cz>
3149
3150 2006-04-05 [mones]      2.0.0cvs184
3151
3152         * po/es.po
3153                 Updated translation
3154
3155 2006-04-05 [colin]      2.0.0cvs183
3156
3157         * src/gtk/quicksearch.c
3158                 Fix bug #929 (unnecessary reload in quick search bar)
3159
3160 2006-04-05 [colin]      2.0.0cvs182
3161
3162         * src/compose.c
3163                 Fix crash on Reply with no From:
3164                 Show signature and conversion error on queuing 
3165                 (but not sending)
3166         * src/mainwindow.c
3167         * src/summaryview.c
3168         * src/summaryview.h
3169                 Factorize threading code and make sure msginfo 
3170                 is not null when it comes from a GtkCTreeRow's 
3171                 data
3172         * src/gtk/gtkaspell.c
3173                 Check for necessary things
3174         * src/gtk/gtksctree.c
3175         * src/gtk/gtksctree.h
3176                 Reset anchor if necessary when removing node
3177
3178 2006-03-29 [colin]      2.0.0cvs181
3179
3180         * src/folderview.c
3181                 Warn for disabled IMAP accounts (due to lack of
3182                 libetpan). Breaks string-freeze - sorry - but it
3183                 is kind of important ;)
3184
3185 2006-03-28 [colin]      2.0.0cvs180
3186
3187         * src/gtk/gtkutils.c
3188         * src/gtk/gtkutils.h
3189                 Add a gtkut_get_link_btn() function that
3190                 creates a button which acts like an URI
3191         * src/prefs_themes.c
3192         * src/gtk/about.c
3193                 Use this function (factorizes codes)
3194         * src/common/defs.h
3195         * src/gtk/pluginwindow.c
3196                 Add a "Get more..." in the plugins window
3197
3198 2006-03-28 [colin]      2.0.0cvs179
3199
3200         * src/common/smtp.c
3201         * src/common/passcrypt.c
3202         * src/undo.c
3203                 Warning fixes. Patch by Pawel Pekala
3204
3205 2006-03-27 [colin]      2.0.0cvs178
3206
3207         * src/undo.c
3208                 Fix undoing by blocks with spaces
3209
3210 2006-03-27 [colin]      2.0.0cvs177
3211
3212         * src/textview.c
3213                 Set margin to 3px for headers
3214
3215 2006-03-27 [paul]
3216
3217         2.1.0-rc2 released
3218
3219 2006-03-27 [wwp]        2.0.0cvs176
3220
3221         * src/summaryview.c
3222                 don't reset quicksearch when updating the message list.
3223                 Thanks to Colin.
3224
3225 2006-03-26 [wwp]        2.0.0cvs175
3226
3227         * src/compose.c
3228                 use a unified border width ('other' tab in the compose window,
3229                 patch by Pawel Pekala).
3230
3231
3232 2006-03-26 [wwp]        2.0.0cvs174
3233
3234         * src/common/quoted-printable.c
3235         * src/addressbook.c
3236                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3237
3238 2006-03-26 [colin]      2.0.0cvs173
3239
3240         * src/quote_fmt_parse.y
3241                 Fix non-UTF8 date formats messing up the whole quote a 
3242                 little bit
3243
3244 2006-03-26 [colin]      2.0.0cvs172
3245
3246         * src/procheader.c
3247                 Make sure the date is UTF8 valid, or try to make it
3248                 so. IncrediMail is really IncrediStupid.
3249         * src/compose.c
3250                 Fix possible conversions. 
3251                 
3252
3253 2006-03-26 [colin]      2.0.0cvs171
3254
3255         * src/matcher.c
3256                 Fix corner cases in body search. This is still a
3257                 hack... It seems impossible to make it good and 
3258                 reasonably fast at the same time.
3259
3260 2006-03-26 [colin]      2.0.0cvs170
3261
3262         * src/summaryview.c
3263                 I think I killed the twilight zone bug!
3264                 summary_select_node() flushes GTK events in order
3265                 to be able to center the view. But this also 
3266                 flushes keypresses like Ctrl-Alt-U, so this can
3267                 call summary_show from summary_select_node (itself
3268                 called from summary_show, etc.). And the summaryview
3269                 has to be unlocked in this function. So just locking
3270                 while processing GTK events, and bailing if locked, 
3271                 should fix it.
3272                 Fixes bug #927 (SIGSEGV during Update Summary)
3273
3274 2006-03-25 [colin]      2.0.0cvs169
3275
3276         * src/matcher.c
3277                 Fix search in QP-encoded bodies
3278                 Fix utf-8 searches in bodies encoded in the
3279                 locale's encoding
3280         * src/common/quoted-printable.c
3281         * src/common/quoted-printable.h
3282                 Add a decode function that doesn't overwrite
3283                 the original pointer
3284                 
3285
3286 2006-03-24 [colin]      2.0.0cvs168
3287
3288         * src/action.c
3289         * src/summaryview.c
3290         * src/summaryview.h
3291                 Update message cache after action
3292                 Patch by H. Merijn Brand
3293         * src/prefs_msg_colors.c
3294                 Factorize label 
3295                 Patch by Fabien Vantard
3296         * src/plugins/spamassassin/spamassassin_gtk.c
3297                 Remove useless translation
3298                 Patch by Fabien Vantard
3299
3300 2006-03-23 [colin]      2.0.0cvs167
3301
3302         * src/common/ssl.c
3303                 Let 30 seconds to SSL_connect
3304
3305 2006-03-23 [wwp]        2.0.0cvs166
3306
3307         * src/summaryview.c
3308         * src/gtk/description_window.c
3309                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3310                 and headers are translated; adjust description windows' width to fit their
3311                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3312
3313 2006-03-23 [paul]       2.0.0cvs165
3314
3315         * src/common/utils.c
3316                 fix highlighting of URIs containing "()"
3317                 (2.0.0cvs164's reversal fixed)
3318                 Thanks to Colin.
3319
3320 2006-03-23 [paul]       2.0.0cvs164
3321
3322         * src/common/utils.c
3323                 revert patch, (postponing a fix), at 2.0.0cvs120
3324                 as it breaks more URIs than it fixes.
3325                 Allow '-' to be a terminating character in a URI
3326
3327 2006-03-22 [colin]      2.0.0cvs163
3328
3329         * configure.ac
3330                 Require libetpan 0.45
3331                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3332
3333 2006-03-22 [paul]       2.0.0cvs162
3334
3335         * src/editgroup.c
3336                 replace '<-' and '->' buttons with GTK_STOCK graphical
3337                 buttons
3338         * src/summary_search.c
3339                 don't offer '...' for translation
3340                 add a tooltip to advanced search '...' button
3341         * src/gtk/quicksearch.c
3342                 don't offer '...' for translation
3343
3344 2006-03-21 [colin]      2.0.0cvs161
3345
3346         * src/compose.c
3347                 Fix middle-click pasting (insert at click
3348                 position instead of cursor position, don't
3349                 remove existing selection and allow pasting
3350                 our own selection)
3351         * src/addressbook.c
3352                 "LDAP Server" -> "LDAP servers"
3353
3354 2006-03-21 [wwp]        2.0.0cvs160
3355
3356         * src/etpan/imap-thread.c
3357                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3358
3359 2006-03-20 [colin]      2.0.0cvs159
3360
3361         * src/summaryview.c
3362                 Don't reload summaryview after an execute with no
3363                 move action
3364
3365 2006-03-19 [colin]      2.0.0cvs158
3366
3367         * src/addressbook.c
3368                 and put groups at the top, always
3369
3370 2006-03-19 [colin]      2.0.0cvs157
3371
3372         * src/addressbook.c
3373                 Order groups before names, as previously
3374
3375 2006-03-19 [colin]      2.0.0cvs156
3376
3377         * src/addressbook.c
3378                 - Sort case-unsensitive
3379                 - Put the sort arrow at opening too
3380
3381 2006-03-19 [wwp]        2.0.0cvs155
3382
3383         * src/addressbook.c
3384                 allow sorting by name/email/remarks, ensure that right-pane's contents
3385                 matches the left-pane selection (cleared when appropriate).
3386                 Patch by Pawel Pekala <c0rn@o2.pl>.
3387
3388 2006-03-18 [colin]      2.0.0cvs154
3389
3390         * src/textview.c
3391                 Fix text cursor ;)
3392
3393 2006-03-18 [colin]      2.0.0cvs153
3394
3395         * src/gtk/filesel.c
3396                 Make sure we hide the preview if we didn't get
3397                 a filename
3398
3399 2006-03-18 [colin]      2.0.0cvs152
3400
3401         * src/summaryview.c
3402                 Set cursor to watch for execution (fixes lack
3403                 of watch-cursor when dnd'ing hundreds of mails)
3404         * src/gtk/filesel.c
3405                 Check that mime type is 'image/*' before updating
3406                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3407
3408 2006-03-18 [colin]      2.0.0cvs151
3409
3410         * src/mainwindow.c
3411         * src/textview.c
3412         * src/textview.h
3413                 Put a watch cursor in textview too when the mainwindow's
3414                 cursor in a watch
3415
3416 2006-03-18 [colin]      2.0.0cvs150
3417
3418         * src/folder.c
3419                 Change wrong asserts to simple tests
3420
3421 2006-03-17 [colin]      2.0.0cvs149
3422
3423         * src/mainwindow.c
3424         * src/mainwindow.h
3425         * src/prefs_msg_colors.c
3426         * src/summaryview.c
3427         * src/summaryview.h
3428         * src/gtk/colorlabel.c
3429         * src/gtk/colorlabel.h
3430                 Add a color label menu in the main menubar
3431                 Add (fixed) accels Ctrl-{0-7} to change the color
3432                 They have to be fixed because the menu's dynamic,
3433                 the items are complex widgets, hence we can't use
3434                 a GtkItemFactory.
3435
3436
3437 2006-03-17 [wwp]        2.0.0cvs148
3438
3439         * src/compose.c
3440                 rollback few lines from my previous commit (those lines come from
3441                 a pending patch, accidentally commited, even if neutral as they are
3442                 commented out).
3443
3444 2006-03-17 [wwp]        2.0.0cvs147
3445
3446         * src/compose.c
3447                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3448                 applied code style/indentation to the modified function.
3449
3450 2006-03-17 [wwp]        2.0.0cvs146
3451
3452         * src/procmsg.c
3453         * src/compose.c
3454                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3455
3456 2006-03-17 [paul]
3457
3458         2.1.0-rc1 released
3459
3460 2006-03-17 [paul]       2.0.0cvs145
3461
3462         * src/main.c
3463                 addressbook_read_file() was called twice
3464         * src/textview.c
3465                 X-Mailer highlighting
3466
3467 2006-03-16 [colin]      2.0.0cvs144
3468
3469         * src/sourcewindow.c
3470         * src/sourcewindow.h
3471                 And the last one, in source window.
3472
3473 2006-03-16 [colin]      2.0.0cvs143
3474
3475         * src/compose.c
3476         * src/compose.h
3477                 Fix the same stuff in compose
3478
3479 2006-03-16 [colin]      2.0.0cvs142
3480
3481         * src/messageview.c
3482                 Complete the previous messageview crash fix
3483
3484 2006-03-16 [colin]      2.0.0cvs141
3485
3486         * src/procmsg.h
3487         * src/procmsg.c
3488         * src/folder.c
3489                 Fix POSTPROCESSING hook
3490                 Patch by H. Merijn Brand
3491
3492         * src/procmime.c
3493         * src/procmime.h
3494                 Parse Content-Location
3495
3496         * src/toolbar.c
3497         * src/messageview.c
3498         * src/messageview.h
3499                 Don't crash when a top-level MessageView has
3500                 been closed on us. Same problematic than
3501                 yesterday's quicksearch issue.
3502
3503 2006-03-15 [colin]      2.0.0cvs140
3504
3505         * src/gtk/quicksearch.c
3506                 Fix a bitchy race we didn't think about when we
3507                 added quicksearch cancellation:
3508                 If the search is not on cached fields, for example
3509                 body_part matchcase "stuff"
3510                 the matcher code has to get the whole message. If
3511                 we're on IMAP, that can be slow, and in order to
3512                 be non-blocking, the IMAP code idle loop processes
3513                 gtk events too. So it is possible to cancel a
3514                 quicksearch while the matcher is getting the mail's
3515                 body. After matcher got its body, it will start to
3516                 iterate over the matcher list that the Quicksearch's
3517                 clear_search_cb() just freed via prepare_matcher().
3518                 SIGSEGV ensues.
3519                 The fix consists of guarding the matcherlist_match()
3520                 call with a boolean 'matching'. If we reset the
3521                 quicksearch while matching is TRUE, we don't free
3522                 the matcherlist anymore like we did, but we set
3523                 another new flag, deferred_free, to TRUE. Then,
3524                 in quicksearch_match(), just after returning from
3525                 matcherlist_match() and unsetting the matching flag,
3526                 we check the deferred_free flag and do the
3527                 prepare_matcher() (which does the matcherlist_free)
3528                 for real, so we free the matcherlist once it's not
3529                 used anymore.
3530                 As all of this runs via the glib main loop, we
3531                 luckily don't need a mutex.
3532         * src/summaryview.c
3533                 Also, show progress while searching.
3534
3535
3536 2006-03-14 [colin]      2.0.0cvs139
3537
3538         * src/alertpanel.c
3539                 Make alertpanel_is_open non-static
3540
3541 2006-03-14 [colin]      2.0.0cvs138
3542
3543         * src/prefs_spelling.c
3544                 Cleanups - Fabien Vantard
3545
3546 2006-03-14 [wwp]        2.0.0cvs137
3547
3548         * src/main.c
3549                 code style normalization (curly braces, indentation).
3550
3551 2006-03-14 [wwp]        2.0.0cvs137
3552
3553         * src/main.c
3554                 code style (braces, indentation)
3555
3556 2006-03-12 [paul]       2.0.0cvs136
3557
3558         * src/prefs_common.c
3559                 trans_hdr defaults to FALSE to be RFC-savvy
3560         * src/prefs_summaries.c
3561                 add a tooltip to the trans_hdr option
3562                 
3563
3564 2006-03-12 [paul]       2.0.0cvs135
3565
3566         * src/prefs_matcher.c
3567                 give a little more width to the combos
3568         * src/prefs_display_header.c
3569         * src/textview.c
3570                 translate headers if prefs_common.trans_hdr
3571                 is TRUE
3572
3573         Patches by Pawel Pekala
3574
3575 2006-03-12 [paul]       2.0.0cvs134
3576
3577         * src/plugins/clamav/clamav_plugin.c
3578         * src/plugins/dillo_viewer/dillo_viewer.c
3579         * src/plugins/pgpcore/plugin.c
3580         * src/plugins/pgpinline/plugin.c
3581         * src/plugins/pgpmime/plugin.c
3582         * src/plugins/spamassassin/spamassassin.c
3583                 update/add to descriptions
3584         * src/plugins/spamassassin/spamassassin_gtk.c
3585                 fixes to the english, remove superfluous
3586                 tooltips, clean up a little
3587
3588 2006-03-12 [paul]       2.0.0cvs133
3589
3590         * src/compose.c
3591                 fix Bug 924, 'Account combo box shows up wrong 
3592                 if & is in account name'
3593
3594 2006-03-11 [colin]      2.0.0cvs132
3595
3596         * src/summaryview.c
3597                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3598                 messed up shift-selection because is slows down
3599                 moving around summaryview. thanks -users
3600
3601 2006-03-10 [colin]      2.0.0cvs131
3602
3603         * src/plugins/spamassassin/spamassassin_gtk.c
3604                 Put back Paul's engrish fixes
3605
3606 2006-03-10 [colin]      2.0.0cvs130
3607
3608         * src/plugins/spamassassin/spamassassin.c
3609         * src/plugins/spamassassin/spamassassin.h
3610         * src/plugins/spamassassin/spamassassin_gtk.c
3611                 Cleanup SA prefs page (more)
3612                 Patch by Fabien Vantard
3613
3614 2006-03-10 [paul]       2.0.0cvs129
3615
3616         * src/prefs_msg_colors.c
3617         * src/prefs_spelling.c
3618                 widget sensitivity
3619
3620 2006-03-09 [mones]      2.0.0cvs128
3621
3622         * po/es.po
3623                 Update for next RC
3624
3625 2006-03-09 [wwp]        2.0.0cvs127
3626
3627         * configure.ac
3628                 revert accidental commit (requirement for libetpan 0.43), this time
3629                 not in HEAD.
3630
3631 2006-03-09 [wwp]        2.0.0cvs125
3632
3633         * configure.ac
3634                 revert accidental commit (requirement for libetpan 0.43)
3635
3636 2006-03-09 [paul]       2.0.0cvs126
3637
3638         * src/prefs_receive.c
3639                 remove useless frame
3640                 replace 'incorporation' with 'receiving'
3641         * src/plugins/clamav/clamav_plugin_gtk.c
3642         * src/plugins/spamassassin/spamassassin_gtk.c
3643                 improve widget sensitivity
3644                 fix a bit his engrish
3645
3646 2006-03-09 [wwp]        2.0.0cvs125
3647
3648         * src/addressadd.c
3649         * src/foldersel.c
3650         * src/prefs_common.c
3651         * src/prefs_common.h
3652                 remember some more windows' sizes (add to addressbook and
3653                 select folder).
3654
3655 2006-03-09 [paul]       2.0.0cvs124
3656
3657         * src/plugins/pgpcore/prefs_gpg.c
3658                 normalise construction of dialogue
3659
3660 2006-03-09 [paul]       2.0.0cvs123
3661
3662         * src/plugins/trayicon/Makefile.am
3663                 add missing slash
3664
3665 2006-03-08 [colin]      2.0.0cvs122
3666
3667         * src/plugins/trayicon/Makefile.am
3668                 Fix build in separate dir 
3669                 Patch by Bamanzi <bamanzi@gmail.com>
3670
3671 2006-03-08 [colin]      2.0.0cvs121
3672
3673         * src/procmsg.c
3674                 Batch move and copies from summaryview with delayed execution
3675                 too
3676
3677 2006-03-07 [paul]       2.0.0cvs120
3678
3679         * src/common/utils.c
3680                 fix highlighting of URIs containing "()"
3681                 Patch by Pawel Pekala
3682
3683 2006-03-07 [paul]       2.0.0cvs119
3684
3685         * src/folder.c
3686         * src/folder.h
3687         * src/folderview.c
3688                 immediately do alphabetical resort when
3689                 changing a folder's name
3690                 Patch by Pawel Pekala
3691
3692 2006-03-07 [paul]       2.0.0cvs118
3693
3694         * src/news.c
3695         * src/news_gtk.c
3696                 when unsubscribing a newsgroup, remove the
3697                 folder and msgs in .sylpheed-claws/newscache
3698                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3699
3700 2006-03-07 [paul]       2.0.0cvs117
3701
3702         * src/textview.c
3703                 fix wrong Fake URL Warning
3704                 Thanks to Hiro
3705
3706 2006-03-07 [colin]      2.0.0cvs116
3707
3708         * src/imap.c
3709                 Return immediately when password dialog was
3710                 cancelled
3711         * src/gtk/inputdialog.c
3712                 Allow empty strings for passwords
3713
3714
3715 2006-03-06 [colin]      2.0.0cvs115
3716
3717         * src/imap.c
3718                 Prevent double-timeouts when connection fails
3719
3720 2006-03-06 [colin]
3721
3722         2.0.1-rc1 released
3723
3724 2006-03-06 [colin]      2.0.0cvs114
3725
3726         * src/imap.c
3727                 Refresh session during potentially long
3728                 operations
3729
3730 2006-03-06 [wwp]        2.0.0cvs113
3731
3732         * src/prefs_msg_colors.h
3733                 forgot that one (custom color labels).
3734
3735 2006-03-06 [wwp]        2.0.0cvs112
3736
3737         * src/prefs_common.c
3738         * src/prefs_common.h
3739         * src/prefs_msg_colors.c
3740         * src/summaryview.c
3741         * src/summaryview.h
3742         * src/gtk/colorlabel.c
3743         * src/gtk/colorlabel.h
3744                 colors in messages list are now customizable. Color values and names can
3745                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3746                 Thanks to Paul and Colin for their help with this longstanding patch!
3747
3748 2006-03-06 [wwp]        2.0.0cvs111
3749
3750         * src/textview.c
3751                 don't crash if (x)face is bad.
3752
3753 2006-03-05 [paul]       2.0.0cvs110
3754
3755         * AUTHORS
3756         * configure.ac
3757         * src/Makefile.am
3758         * src/common/Makefile.am
3759         * src/common/utils.h
3760         * src/etpan/imap-thread.c
3761         * src/gtk/authors.h
3762         * src/plugins/clamav/Makefile.am
3763         * src/plugins/demo/Makefile.am
3764         * src/plugins/dillo_viewer/Makefile.am
3765         * src/plugins/pgpcore/Makefile.am
3766         * src/plugins/pgpcore/passphrase.c
3767         * src/plugins/pgpinline/Makefile.am
3768         * src/plugins/pgpmime/Makefile.am
3769         * src/plugins/spamassassin/Makefile.am
3770         * src/plugins/trayicon/Makefile.am
3771                 fix builiding on cygwin
3772                 Patch by Ralgh Young <bamanzi@gmail.com>
3773
3774 2006-03-04 [wwp]        2.0.0cvs109
3775
3776         * manual/keyboard.xml
3777                 fix mixed up/down keys.
3778
3779 2006-03-04 [wwp]        2.0.0cvs108
3780
3781         * README
3782         * INSTALL
3783                 updated links to SpamAssassin.
3784
3785 2006-03-04 [wwp]        2.0.0cvs107
3786
3787         * manual/plugins.xml
3788         * src/plugins/spamassassin/README
3789                 updated SpamAssassin plugin docs to reflect new functional additions
3790                 (also fix/update/documents few technical stuff more, see the README).
3791
3792 2006-03-04 [wwp]        2.0.0cvs106
3793
3794         * src/prefs_message.c
3795                 normalized capitalization of message-prefs paths.
3796
3797 2006-03-04 [wwp]        2.0.0cvs105
3798
3799         * manual/advanced.xml
3800                 typo.
3801
3802 2006-03-03 [colin]      2.0.0cvs104
3803
3804         * src/plugins/clamav/clamav_plugin_gtk.c
3805                 Rework prefs page, patch by Fabien 
3806
3807 2006-03-03 [colin]      2.0.0cvs103
3808
3809         * src/plugins/clamav/clamav_plugin.c
3810                 Set error on all errors
3811
3812 2006-03-03 [colin]      2.0.0cvs102
3813
3814         * src/common/plugin.c
3815                 Initialize error to avoid crashing when a plugin fails
3816                 without setting error
3817
3818 2006-03-02 [wwp]        2.0.0cvs101
3819
3820         * configure.ac
3821                 fixed linker flags for libetpan support on Cygwin
3822                 (thanks to H.Merijn Brand).
3823
3824 2006-03-02 [wwp]        2.0.0cvs100
3825
3826         * src/addressbook.c
3827                 fix some AB error messages: one for punctuation and
3828                 one wrongly duplicate (thanks, maxbritov).
3829
3830 2006-03-02 [wwp]        2.0.0cvs99
3831
3832         * src/plugins/spamassassin/spamassassin.c
3833                 make sync calls to sa-learn/spamc to prevent
3834                 system (whatever local or client/server) overload.
3835
3836 2006-03-02 [colin]      2.0.0cvs98
3837
3838         * src/summaryview.c
3839                 Put the spam icon in the status column instead of the
3840                 mark one
3841
3842 2006-03-01 [colin]      2.0.0cvs97
3843
3844         * src/plugins/spamassassin/spamassassin.c
3845                 Fix segfault (g_file_set_contents fails for some 
3846                 reason and err==0x2f. Can't find out why with
3847                 valgrind, using working function :-)
3848
3849 2006-03-01 [colin]      2.0.0cvs96
3850
3851         * src/inc.c
3852                 Offline overriding: let 'No' be cached only 3 seconds
3853
3854 2006-03-01 [colin]      2.0.0cvs95
3855
3856         * src/addr_compl.c
3857         * src/addrbook.c
3858         * src/addressbook.c
3859         * src/addrindex.c
3860         * src/folder_item_prefs.c
3861         * src/headerview.c
3862         * src/imap.c
3863         * src/inc.c
3864         * src/ldif.c
3865         * src/mainwindow.c
3866         * src/mh.c
3867         * src/msgcache.c
3868         * src/prefs_common.h
3869         * src/prefs_msg_colors.c
3870         * src/procheader.c
3871         * src/procheader.h
3872         * src/procmime.c
3873         * src/procmsg.c
3874         * src/procmsg.h
3875         * src/send_message.h
3876         * src/simple-gettext.c
3877         * src/summaryview.c
3878         * src/summaryview.h
3879         * src/syldap.c
3880         * src/textview.c
3881         * src/undo.c
3882         * src/common/ssl_certificate.c
3883         * src/common/utils.c
3884         * src/gtk/colorsel.c
3885         * src/gtk/gtksctree.c
3886         * src/gtk/gtkshruler.c
3887         * src/plugins/trayicon/trayicon.c
3888                 #if 0 goes to /dev/null
3889
3890 2006-03-01 [colin]      2.0.0cvs94
3891
3892         * src/compose.c
3893         * src/imap.c
3894         * src/inc.c
3895         * src/inc.h
3896         * src/messageview.c
3897         * src/news.c
3898         * src/plugins/spamassassin/spamassassin.c
3899                 Allow to add information in the "working offline"
3900                 window
3901
3902 2006-03-01 [wwp]        2.0.0cvs93
3903
3904         * src/plugins/spamassassin/spamassassin.c
3905                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3906                 'cause it seems that calling `spamc ... < inputfile` with
3907                 g_spawn_(a)sync simply.. erm doesn't work :-).
3908
3909 2006-03-01 [wwp]        2.0.0cvs92
3910
3911         * src/toolbar.c
3912         * src/toolbar.h
3913                 simplify the adding of spam/ham button to the messageview toolbar
3914                 (it gets more clear now that the same button will be "Mark as spam"
3915                 or "Mark as ham" according to the current message status,
3916                 thanks to Colin).
3917
3918 2006-03-01 [wwp]        2.0.0cvs91
3919
3920         * src/messageview.c
3921         * src/procmsg.c
3922         * src/procmsg.h
3923         * src/summaryview.c
3924         * src/plugins/spamassassin/spamassassin.c
3925         * src/plugins/spamassassin/spamassassin.h
3926                 make learner callbacks return a status (0 for ok),
3927                 handle it in main code to avoid setting flags when learning failed,
3928                 don't learn on TCP if offline in spamassassin,
3929                 thanks to Colin.
3930
3931                 
3932
3933 2006-03-01 [wwp]        2.0.0cvs90
3934
3935         * src/compose.c
3936                 some work around the compose window's account menu,
3937                 patch by Fabien Vantard.
3938
3939 2006-03-01 [wwp]        2.0.0cvs89
3940
3941         * src/plugins/spamassassin/spamassassin.c
3942                 fixed bad logics, was using spamc in local mode and sa-learn
3943                 in remote mode (thanks, Colin).
3944
3945 2006-03-01 [wwp]        2.0.0cvs88
3946
3947         * src/plugins/spamassassin/spamassassin.c
3948         * src/plugins/spamassassin/spamassassin.h
3949         * src/plugins/spamassassin/spamassassin_gtk.c
3950                 made processing of emails w/ sa-plugin an option (default is TRUE),
3951                 fixed Engrish some tooltips, capitalization of some debug messages
3952                 and warnings. The spamassassin plugin now provides two separate
3953                 services: process emails upon incorporation and spamd training.
3954                 Both services (un)register independently but use some common
3955                 plugin settings (transport settings, spam storage location).
3956
3957 2006-02-28 [wwp]        2.0.0cvs87
3958
3959         * src/plugins/spamassassin/spamassassin.c
3960                 fix async flag to spamc cmdline execution (batch exec should
3961                 be asynchronous).
3962
3963 2006-02-27 [wwp]        2.0.0cvs86
3964
3965         * src/plugins/spamassassin/spamassassin.c
3966         * src/plugins/spamassassin/spamassassin.h
3967         * src/plugins/spamassassin/spamassassin_gtk.c
3968                 - added the ability to learn a remote spamassassin server (spamd),
3969                 using spamc.
3970                 - added the spamassassin option 'username', that applies to all
3971                 spamassassin operations (filtering, learning, local or remote).
3972                 The default username is the current unix user (if left blank
3973                 from gtk prefs or config file).
3974                 - commented out some unused code (notebook widget), removed unused
3975                 layout (hbox1).
3976                 - make more widgets sensitive to the transport type.
3977
3978 2006-02-27 [colin]      2.0.0cvs85
3979
3980         * src/plugins/spamassassin/spamassassin.c
3981                 Fix sa-learn call when offline
3982
3983 2006-02-27 [colin]      2.0.0cvs84
3984
3985         * configure.ac
3986         * src/Makefile.am
3987         * src/mainwindow.c
3988         * src/mainwindow.h
3989         * src/messageview.c
3990         * src/messageview.h
3991         * src/prefs_toolbar.c
3992         * src/procmsg.c
3993         * src/stock_pixmap.c
3994         * src/stock_pixmap.h
3995         * src/summaryview.c
3996         * src/toolbar.c
3997         * src/toolbar.h
3998         * src/pixmaps/ham_btn.xpm
3999         * src/pixmaps/spam.xpm
4000         * src/pixmaps/spam_btn.xpm
4001         * src/plugins/spamassassin/spamassassin.c
4002                 Add button in toolbar for spam learning
4003                 Fix a few bugs from the last related commit
4004                 Revert 1.9.6cvs23 which messed up shift-selection
4005
4006 2006-02-24 [colin]      2.0.0cvs83
4007
4008         * src/procmsg.c
4009         * src/summaryview.c
4010         * src/summaryview.h
4011         * src/plugins/spamassassin/spamassassin.c
4012         * src/plugins/spamassassin/spamassassin.h
4013         * src/plugins/spamassassin/spamassassin_gtk.c
4014                 Unregister learner when spamassassin is either
4015                 disabled or over tcp
4016
4017 2006-02-24 [colin]      2.0.0cvs82
4018
4019         * src/Makefile.am
4020         * src/mainwindow.c
4021         * src/mainwindow.h
4022         * src/procmsg.c
4023         * src/procmsg.h
4024         * src/stock_pixmap.c
4025         * src/stock_pixmap.h
4026         * src/summaryview.c
4027         * src/summaryview.h
4028         * src/gtk/icon_legend.c
4029         * src/pixmaps/spam.xpm  ** NEW FILE **
4030         * src/plugins/spamassassin/spamassassin.c
4031         * src/plugins/spamassassin/spamassassin_gtk.c
4032                 Add spam learning interface (Mark/Mark as 
4033                 (spam|ham) menus)
4034
4035 2006-02-24 [wwp]        2.0.0cvs81
4036
4037         * src/compose.c
4038         * src/compose.h
4039         * src/filtering.c
4040                 hide compose window when sending message in batch mode
4041                 (filtering: forward and redirect). Also fixed a wrong
4042                 value returned when sending failed, neutral anyway.
4043                 (Colin, me) 
4044
4045 2006-02-24 [wwp]        2.0.0cvs80
4046
4047         * src/mainwindow.c
4048                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4049
4050 2006-02-24 [paul]       2.0.0cvs79
4051
4052         * src/news.c
4053         * src/news.h
4054         * src/news_gtk.c
4055                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4056                 Thanks to Colin
4057
4058 2006-02-23 [colin]      2.0.0cvs78
4059
4060         * src/alertpanel.c
4061                 Change OK to Close in alertpanel with View log
4062                 button; add accel to View log. Patch by Fabien
4063                 Vantard
4064
4065 2006-02-23 [wwp]        2.0.0cvs77
4066
4067         * src/compose.c
4068                 silly me, there were much more tests to perform, since toolbars can
4069                 really have down to 1 element only.
4070
4071 2006-02-23 [wwp]        2.0.0cvs76
4072
4073         * commitHelper
4074                 fixed indentation from my previous commit. Fallback to VISUAL if
4075                 EDITOR is not set (and to vi, at last resort).
4076
4077 2006-02-23 [wwp]        2.0.0cvs75
4078
4079         * commitHelper
4080                 improved error detection (Colin, me).
4081
4082 2006-02-23 [wwp]        2.0.0cvs74
4083
4084         * src/prefs_toolbar.c
4085                 simplify and fix prefs/toolbars layouting. Combos' contents can
4086                 now be really displayed.
4087
4088 2006-02-23 [wwp]        2.0.0cvs73
4089         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4090         be really displayed.
4091
4092 2006-02-22 [wwp]        2.0.0cvs72
4093
4094         * src/compose.c
4095                 fix a typo in my previous commit (sorry!).
4096
4097 2006-02-22 [wwp]        2.0.0cvs71
4098
4099         * src/prefs_toolbar.c
4100                 fix a crash when adding separators to toolbars,
4101                 also fix some separator item information.
4102
4103 2006-02-22 [wwp]        2.0.0cvs70
4104
4105         * src/compose.c
4106                 fix a crash when redirecting (for instance) when compose window's
4107                 toolbar contents has been customized (when some buttons have been
4108                 removed in fact).
4109
4110 2006-02-21 [wwp]        2.0.0cvs69
4111
4112         * src/summaryview.c
4113         * src/gtk/pluginwindow.c
4114         * src/plugins/pgpcore/prefs_gpg.c
4115                 fix some compilation warnings (feat. remains of removed code).
4116
4117 2006-02-21 [wwp]        2.0.0cvs68
4118
4119         * src/gtk/gtkutils.c
4120                 fix two compilation issues, thanks to Stephan Sachse.
4121
4122 2006-02-20 [colin]      2.0.0cvs67
4123
4124         * src/mainwindow.c
4125                 Don't reselect displayed mail on refocus
4126                 This fixes actions misbehaving 
4127
4128 2006-02-20 [wwp]        2.0.0cvs66
4129
4130         * src/summaryview.c
4131         * src/gtk/gtksctree.c
4132         * src/gtk/gtkshruler.c
4133                 changed more runtime typecast checks.
4134
4135 2006-02-20 [wwp]        2.0.0cvs65
4136
4137         * src/summary_search.c
4138                 find all - summaryview refresh issue fixed, thanks to Colin.
4139
4140 2006-02-20 [wwp]        2.0.0cvs64
4141
4142         * src/gtk/gtkutils.c
4143                 better runtime typecast checks.
4144
4145 2006-02-20 [wwp]        2.0.0cvs63
4146
4147         * src/summary_search.c
4148                 enhancements to the summary search:
4149                         - add the ability to stop the running search
4150                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4151                         - don't search if no criteria (From/To/Subject/Body) is set
4152                         - ensure that a busy mouse pointer is always shown when searching,
4153                           show it even a bit earlier
4154
4155 2006-02-19 [colin]      2.0.0cvs62
4156
4157         * src/compose.c
4158         * src/imap.c
4159         * src/etpan/imap-thread.c
4160         * src/etpan/imap-thread.h
4161                 (Future) IMAP speed improvement on sending
4162                 Will require a libetpan update
4163         * src/summaryview.c
4164         * src/gtk/quicksearch.c
4165                 Make quicksearch clearable while running.
4166
4167 2006-02-17 [colin]      2.0.0cvs61
4168
4169         * src/imap.c
4170         * src/etpan/imap-thread.c
4171         * src/etpan/imap-thread.h
4172                 Check for IMAP certificates
4173                 ** Requires libetpan-0.42-cvs4 
4174                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4175
4176 2006-02-17 [colin]      2.0.0cvs60
4177
4178         * src/messageview.c
4179         * src/prefs_common.c
4180         * src/prefs_common.h
4181         * src/prefs_message.c
4182                 Add pref to display HTML-only mails with plugin, 
4183                 if possible (defaulting to FALSE of course).
4184
4185 2006-02-16 [colin]      2.0.0cvs59
4186
4187         * src/main.c
4188         * src/common/plugin.c
4189         * src/common/plugin.h
4190         * src/gtk/pluginwindow.c
4191                 Keep track of requested (but unloaded) plugins
4192                 in some error cases.
4193
4194 2006-02-16 [wwp]        2.0.0cvs58
4195
4196         * src/gtk/gtkaspell.c
4197         * src/gtk/gtkaspell.h
4198         * src/prefs_spelling.c
4199         * src/compose.c
4200         * src/prefs_common.c
4201         * src/prefs_common.h
4202                 implemented new optional spellchecker behaviour: re-check message when
4203                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4204
4205 2006-02-16 [wwp]        2.0.0cvs57
4206
4207         * src/quote_fmt_parse.y
4208                 pclose popen'ed pipe.
4209
4210 2006-02-15 [colin]      2.0.0cvs56
4211
4212         * src/mimeview.c
4213         * src/mimeview.h
4214                 Let MimeViewers know which MimeView they
4215                 depend of.
4216         * src/summaryview.c
4217                 Swap From/To columns in Sent/Queue/Drafts
4218                 folders
4219         * src/etpan/imap-thread.c
4220                 Use mailstream_low_tls_open() for STARTTLS
4221                 instead of mailstream_low_ssl_open()
4222                 ** REQUIRES libetpan 0.42cvs3 **
4223
4224 2006-02-15 [wwp]        2.0.0cvs55
4225
4226         * src/compose.c
4227         * src/compose.h
4228         * src/message_search.c
4229         * src/message_search.h
4230         * src/textview.c
4231         * src/gtk/gtkutils.c
4232         * src/gtk/gtkutils.h
4233                 added the ability to Find text in the compose window (and a bit
4234                 of code factorization).
4235
4236 2006-02-15 [wwp]        2.0.0cvs54
4237
4238         * src/prefs_gtk.c
4239                 yet another one file was missing (fix for some widgets' sensitivity).
4240                 Thanks Colin!
4241
4242 2006-02-15 [wwp]        2.0.0cvs53
4243
4244         * src/prefs_gtk.h
4245                 oops forgot that file (fix for some widgets' sensitivity).
4246
4247 2006-02-15 [wwp]        2.0.0cvs52
4248
4249         * src/summary_search.c
4250                 implemented advanced summary search options (added the ability
4251                 to use matcher conditions in an advanced search mode).
4252
4253 2006-02-15 [wwp]        2.0.0cvs51
4254
4255         * src/plugins/pgpcore/prefs_gpg.c
4256         * src/prefs_account.c
4257                 fix some widget sensitivity, mostly around some labels in
4258                 account prefs.
4259
4260 2006-02-15 [paul]       2.0.0cvs50
4261
4262         * manual/advanced.xml
4263                 improve Templates info
4264                 written by wwp
4265
4266 2006-02-14 [colin]      2.0.0cvs49
4267
4268         * src/pixmaps/address_book.xpm
4269         * src/pixmaps/preferences.xpm
4270         * src/pixmaps/properties.xpm
4271                 Fix pixmap size - patch by Fabien Vantard
4272
4273 2006-02-13 [colin]      2.0.0cvs48
4274
4275         * src/procmime.c
4276                 Add missing fclose()s on error
4277         * src/textview.c
4278                 Remove unused code
4279         * src/common/utils.c
4280                 Fix temp files not being deleted on windows
4281         Patches by Thomas Gilgin
4282
4283 2006-02-13 [colin]      2.0.0cvs47
4284
4285         * src/mainwindow.c
4286                 Fix exit crash
4287
4288 2006-02-13 [wwp]        2.0.0cvs46
4289
4290         * src/plugins/pgpcore/prefs_gpg.c
4291                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4292
4293 2006-02-12 [colin]      2.0.0cvs45
4294
4295         * src/folderview.c
4296         * src/main.c
4297         * src/mainwindow.c
4298                 Fix "stuff" when quitting
4299
4300 2006-02-12 [wwp]        2.0.0cvs44
4301
4302         * src/prefs_themes.c
4303                 fix typos in debug messages.
4304
4305 2006-02-11 [colin]      2.0.0cvs43
4306
4307         * src/summaryview.c
4308                 don't allow drag/drop from ourself
4309
4310 2006-02-10 [wwp]        2.0.0cvs42
4311
4312         * src/exporthtml.c
4313         * src/html.c
4314         * src/html.h
4315         * src/procmime.c
4316         * src/textview.c
4317                 renamed html_ prefixed functions and data structures to avoid
4318                 namespace clashes w/ other software (gtkhtml2 for instance).
4319                 Closes bug #907.
4320
4321
4322 2006-02-09 [colin]      2.0.0cvs41
4323
4324         * src/summaryview.c
4325                 Fix shitty logic messed up. Thanks Ticho for the hint!
4326
4327 2006-02-09 [wwp]        2.0.0cvs40
4328
4329         * src/gtk/about.c
4330         * src/compose.c
4331         * src/prefs_account.c
4332         * src/prefs_gtk.h
4333         * src/editaddress.c
4334                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4335                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4336                 Browse buttons in accounts prefs.
4337
4338 2006-02-09 [colin]      2.0.0cvs39
4339
4340         * src/matcher.c
4341                 Check for pointer before using its members
4342         * src/gtk/gtksourceprintjob.c
4343                 Fix a wrong warning
4344
4345 2006-02-09 [wwp]        2.0.0cvs38
4346
4347         * src/gtk/filesel.c
4348                 fix few compiler warnings (type mismatch).
4349
4350 2006-02-09 [paul]       2.0.0cvs37
4351
4352         * po/fr.po
4353                 updated by Fabien Vantard
4354
4355 2006-02-08 [colin]      2.0.0cvs36
4356
4357         * src/prefs_common.c
4358         * src/common/defs.h
4359         * src/common/plugin.c
4360                 allow windows and linux configurations to coexist
4361                 patch by Thomas Gilgin
4362
4363 2006-02-08 [colin]      2.0.0cvs35
4364
4365         * src/filtering.c
4366         * src/matcher.c
4367         * src/matcher.h
4368         * src/matcher_parser_parse.y
4369         * src/prefs_filtering_action.c
4370         * src/prefs_matcher.c
4371                 Add the "Ignore thread" filtering
4372                 action
4373
4374 2006-02-08 [colin]      2.0.0cvs34
4375
4376         * src/compose.c
4377         * src/procmime.c
4378         * src/procmime.h
4379                 Fix bug #905 (damaged attachment)
4380                 text files with raw \0's aren't really text files
4381         FOR_STABLE
4382
4383 2006-02-08 [colin]      2.0.0cvs33
4384
4385         * src/summaryview.c
4386                 Fix crasher introduced yesterday
4387
4388 2006-02-08 [wwp]        2.0.0cvs32
4389
4390         * src/compose.c
4391         * src/compose.h
4392                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4393
4394 2006-02-08 [wwp]        2.0.0cvs31
4395
4396         * src/prefs_template.c
4397                 templates enhancement: allow address completion for Cc and Bcc fields
4398                 (it was currently possible for the To field only)
4399
4400 2006-02-08 [colin]      2.0.0cvs30
4401
4402         * src/compose.c
4403                 Don't unblock if not blocked
4404         FOR_STABLE
4405
4406 2006-02-07 [colin]      2.0.0cvs29
4407
4408         * src/action.c
4409                 Forgot to refresh summaryview
4410
4411 2006-02-07 [colin]      2.0.0cvs28
4412
4413         * src/action.c
4414                 Freeze/thaw message list and folder list while
4415                 processing %as{} actions 
4416         * src/compose.c
4417                 Fix auto-wrap disabling after a middle-click
4418                 paste - FOR_STABLE
4419
4420 2006-02-07 [paul]       2.0.0cvs27
4421
4422         * src/folder.c
4423                 fix freeing of uninitialised pointers
4424                 Thanks to Colin
4425
4426 2006-02-06 [colin]      2.0.0cvs26
4427
4428         * src/folder.c
4429                 Use g_slist_prepend in potentially big list
4430
4431 2006-02-06 [colin]      2.0.0cvs25
4432
4433         * src/folder.c
4434                 Completely skip processing if it doesn't 
4435                 exist (faster!)
4436
4437 2006-02-06 [colin]      2.0.0cvs24
4438
4439         * src/folder.c
4440         * src/summaryview.c
4441                 Batch filtering in summaryview (from Tools menu)
4442                 and pre/post//-processing too
4443
4444 2006-02-06 [colin]      2.0.0cvs23
4445
4446         * src/procmsg.h
4447         * src/filtering.c
4448                 Use a special field for batch filtering instead
4449                 of stepping on deferred execution's toes
4450
4451 2006-02-06 [colin]      2.0.0cvs22
4452
4453         * src/action.c
4454         * src/filtering.c
4455         * src/filtering.h
4456         * src/folder.c
4457         * src/summaryview.c
4458                 Fix filtering via menus and actions
4459
4460 2006-02-06 [colin]      2.0.0cvs21
4461
4462         * src/imap.c
4463                 Put the added file directly to cache if possible (will work
4464                 with next libetpan)
4465         * src/filtering.c
4466         * src/filtering.h
4467         * src/inc.c
4468         * src/folder.c
4469         * src/mbox.c
4470         * src/procmsg.h
4471                 Move and copy filtered messages by batches instead of one
4472                 by one - faster on IMAP
4473         * src/procmsg.c
4474                 Add a function that'll possibly be useful later
4475
4476 2006-02-06 [colin]      2.0.0cvs20
4477
4478         * src/addressbook.c
4479                 Use internal mime-type instead of text/plain for d'n'd
4480         * src/compose.c
4481                 Allow attaching files from mimeview's icon list via d'n'd
4482         * src/folderview.c
4483         * src/folderview.h
4484                 Use internal mime-type instead of text/plain for d'n'd
4485                 Don't try to selected opened folder if none is
4486                 Factorize d'n'd from other apps code
4487         * src/headerview.c
4488         * src/textview.c
4489         * src/gtk/gtkutils.c
4490         * src/gtk/gtkutils.h
4491                 Factorize Face/X-Face stuff
4492         * src/mimeview.c
4493                 Fix d'n'd to other apps
4494         * src/prefs_message.c
4495                 Let the XFace pref be usable without libcompface as it also
4496                 applies to Face
4497         * src/summaryview.c
4498                 Fix d'n'd to other apps
4499                 Factorize d'n'd from other apps code
4500
4501 2006-02-06 [wwp]        2.0.0cvs19
4502
4503         * po/it.po
4504                 Italian translation fixes by Andrea Spadaccini (no more confusion
4505                 between filtering and processing, and few changes in the About
4506                 dialog).
4507
4508
4509 2006-02-06 [mones]      2.0.0cvs18
4510
4511         * src/gtk/icon_legend.c
4512                 Improved descriptions allowing better translations
4513
4514 2006-02-05 [colin]      2.0.0cvs17
4515
4516         * src/imap.c
4517                 Add the f*cking missing expunge that caused imap_fetch_env
4518                 to fail after an add_msgs ! :-///
4519         * src/etpan/imap-thread.c
4520                 Add a bit of debug
4521         FOR_STABLE
4522
4523 2006-02-05 [colin]      2.0.0cvs16
4524
4525         * src/common/utils.c
4526                 Don't check for return-path (or we can't put
4527                 back non-sent mails)
4528
4529 2006-02-05 [colin]      2.0.0cvs15
4530
4531         * src/textview.c
4532                 Don't try to display Face header in textview
4533                 when teh headerview's active
4534
4535 2006-02-05 [colin]      2.0.0cvs14
4536
4537         * tools/tbird2syl.py
4538         * tools/Makefile.am
4539                 Add script to import Thunderbird mails
4540
4541 2006-02-05 [colin]      2.0.0cvs13
4542
4543         * src/headerview.c
4544         * src/procheader.c
4545         * src/procmsg.c
4546         * src/procmsg.h
4547         * src/textview.c
4548                 Show Face headers - patch partially by Klaus Flittner
4549
4550 2006-02-05 [colin]      2.0.0cvs12
4551
4552         * src/folderview.c
4553         * src/summaryview.c
4554         * src/common/utils.c
4555         * src/common/utils.h
4556                 Let dnd work from mime icons to summaryview
4557                 and to folderview too
4558                 Add a crude test to avoid trying to add files
4559                 drag'n'dropped when they're not mails
4560
4561 2006-02-04 [colin]      2.0.0cvs11
4562
4563         * src/summaryview.c
4564         * src/mimeview.c
4565                 Fix utf8 conversion
4566
4567 2006-02-04 [colin]      2.0.0cvs10
4568
4569         * src/compose.c
4570         * src/folderview.c
4571         * src/mimeview.c
4572         * src/summaryview.c
4573         * src/summaryview.h
4574                 Added various drag and drop capas:
4575                 From                    To
4576                 summaryview             other apps
4577                 mimeview icons          other apps
4578                 other apps              summaryview
4579                 other apps              folderview
4580
4581                 This shouldn't have broken the existing:
4582                 From                    To
4583                 summaryview             folderview
4584                 folderview              folderview
4585                 summaryview             compose's attachments
4586
4587         Tests welcomed.
4588
4589 2006-02-02 [paul]       2.0.0cvs9
4590
4591         * src/mainwindow.c
4592                 move global option 'Set displayed columns...' out
4593                 of folder option grouping.
4594                 fix sensitivity of 'harvest addresses'
4595         FOR_STABLE
4596
4597 2006-02-01 [colin]      2.0.0cvs8
4598
4599         * src/mimeview.c
4600                 Revert the alertpanel patch, it sucks (intrusive
4601                 and gets in the way of "open")
4602
4603 2006-02-01 [colin]      2.0.0cvs7
4604
4605         * src/compose.c
4606         * src/prefs_account.c
4607         * src/prefs_common.c
4608         * src/common/defs.h
4609         * src/common/utils.c
4610         * src/common/utils.h
4611                 Add ability to edit the signature file
4612                 from the account preferences, and use
4613                 a default for the text editor.
4614                 Patch by Fabien Vantard
4615
4616 2006-02-01 [colin]      2.0.0cvs6
4617
4618         * src/mimeview.c
4619                 Try to get mime type by extension if it is
4620                 application/octet-stream
4621                 Display a window with possible choices when
4622                 encountering unknown mime types
4623         * src/gtk/filesel.c
4624         * src/gtk/filesel.h
4625                 Add preview
4626                 Allow multiple selection in filtered filesel
4627                 (patch by Fabien Vantard)
4628         * src/gtk/pluginwindow.c
4629                 Use it (patch by Fabien Vantard)
4630
4631 2006-02-01 [paul]       2.0.0cvs5
4632
4633         * src/jpilot.c
4634                 fix crash on creating jpilot address book
4635                 Thanks to Colin - FOR_STABLE
4636         * src/prefs_summaries.c
4637         * src/prefs_wrapping.c
4638         * src/gtk/icon_legend.c
4639         * src/gtk/quicksearch.c
4640                 string fixes and additions
4641
4642 2006-02-01 [paul]       2.0.0cvs4
4643
4644         * src/compose.c
4645         * src/mainwindow.c
4646         * src/messageview.c
4647         * src/prefs_send.c
4648                 add Arabic encoding option
4649                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4650
4651 2006-01-31 [colin]      2.0.0cvs3
4652
4653         * src/plugins/pgpcore/passphrase.c
4654                 Convert passphrase to locale encoding
4655         * src/compose.c
4656                 Fix drafting on IMAP. Crappy bug sneaked in
4657                 the release :-/
4658         FOR_STABLE
4659
4660 2006-01-30 [paul]       2.0.0cvs2
4661
4662         * src/gtk/icon_legend.c
4663                 show the new entries
4664
4665 2006-01-30 [colin]      2.0.0cvs1
4666
4667         * src/manual.c
4668                 Check for the file to be present before 
4669                 enabling the menu - FOR_STABLE
4670         * src/gtk/icon_legend.c
4671                 Add folders icons (not all of them, there
4672                 are too much, but the most intriguing ones)
4673
4674 2006-01-30 [paul]       2.0.0
4675
4676         version 2.0.0 released
4677
4678 2006-01-30 [paul]       1.9.100cvs200
4679
4680         * manual/faq.xml
4681         * manual/gpl.xml
4682         * manual/intro.xml
4683         * manual/starting.xml
4684         * manual/sylpheed-claws-manual.xml
4685                 fixes, additions
4686
4687 2006-01-29 [mones]      1.9.100cvs199
4688
4689         * manual/account.xml
4690         * manual/advanced.xml
4691         * manual/glossary.xml
4692                 Some typos fixed, added LDIF term to glossary
4693         * po/es.po
4694                 Fixed leading plus symbol
4695
4696 2006-01-29 [paul]       1.9.100cvs198
4697
4698         * po/fi.po
4699         * po/sk.po
4700                 updated by Tommi Pirinen and Andrej Kacian
4701
4702 2006-01-29 [paul]       1.9.100cvs197
4703
4704         * src/gtk/authors.h
4705                 remove duplicates
4706
4707 2006-01-29 [paul]       1.9.100cvs196
4708
4709         * AUTHORS
4710         * po/nl.po
4711         * src/gtk/authors.h
4712         * tools/claws.i18n.status.pl
4713                 nl translation updated by Tim Dijkstra
4714
4715 2006-01-29 [paul]       1.9.100cvs195
4716
4717         * po/sr.po
4718         * po/sv.po
4719                 updated by Aleksandar Urosevic and Anders Troback
4720
4721 2006-01-28 [colin]      1.9.100cvs194
4722
4723         * src/gtk/gtksourceprintjob.c
4724                 Don't fiddle with PangoLayout when we
4725                 have an image
4726
4727 2006-01-28 [paul]       1.9.100cvs193
4728
4729         * AUTHORS
4730         * po/el.po
4731         * po/zh_CN.po
4732         * src/gtk/authors.h
4733         * tools/claws.i18n.status.pl
4734                 updated translations submitted by Stavros Giannouris
4735                 and Ralgh Young
4736
4737 2006-01-27 [colin]      1.9.100cvs192
4738
4739         * src/summaryview.c
4740         * src/gtk/gtksourceprintjob.c
4741                 Add image printing 
4742                 (libgnomeprint only, of course)
4743
4744 2006-01-27 [paul]       1.9.100cvs191
4745
4746         * po/fr.po
4747         * po/it.po
4748                 updated by Fabien Vantard and Andrea Spadaccini
4749
4750 2006-01-26 [colin]      1.9.100cvs190
4751
4752         * manual/Makefile.am
4753         * configure.ac
4754                 Make building the manual optional 
4755                 (--disable-manual)
4756
4757 2006-01-26 [paul]       1.9.100cvs189
4758
4759         * manual/glossary.xml
4760         * manual/plugins.xml
4761                 edited
4762         * po/en_GB.po
4763                 updated
4764
4765 2006-01-26 [paul]       1.9.100cvs188
4766
4767         * src/prefs_display_header.c
4768         * src/prefs_folder_column.c
4769         * src/prefs_msg_colors.c
4770         * src/prefs_summaries.c
4771         * src/prefs_summary_column.c
4772                 HIGify
4773
4774 2006-01-25 [colin]      1.9.100cvs187
4775
4776         * src/imap.c
4777                 Don't allow moving/copying mails between
4778                 queue/drafts and non-queue/drafts folders
4779                 Fixes bug #897 (message header is resetted 
4780                 if one is copied to Drafts)
4781
4782 2006-01-25 [colin]      1.9.100cvs186
4783
4784         * src/folder.c
4785         * src/mainwindow.c
4786                 Fix subscribed folders not found
4787         * src/compose.c
4788                 Don't try to encode as original mail's charset
4789                 if it's ascii 
4790
4791 2006-01-25 [paul]       1.9.100cvs185
4792
4793         * AUTHORS
4794         * po/Makevars
4795                 updated
4796         * po/de.po
4797         * po/pl.po
4798         * po/pt_BR.po
4799         * po/sr.po
4800                 updates submitted by Stephan Sachse, Emilian Nowak
4801                 and Quar, Frederico Goncalves Guimaraes, and
4802                 Aleksandar Urosevic
4803                 Fix Bug 896, 'PT_BR locale broken'.
4804         * src/gtk/authors.h
4805                 updated
4806
4807 2006-01-24 [mones]      1.9.100cvs184
4808
4809         * manual/glossary.xml
4810                 All current terms finished. Reviewers welcome ;-)
4811         * manual/keyboard.xml
4812                 Fixed column width for pdf output.
4813         * po/es.po
4814                 Updated
4815
4816 2006-01-24 [paul]       1.9.100cvs183
4817
4818         * manual/glossary.xml
4819                 fix id name
4820         * manual/dist/html/Makefile.am
4821         * manual/dist/pdf/Makefile.am
4822         * manual/dist/ps/Makefile.am
4823         * manual/dist/txt/Makefile.am
4824                 fix make deps
4825                 Thanks to Colin
4826
4827 2006-01-24 [mones]      1.9.100cvs182
4828
4829         * manual/glossary.xml
4830                 Nearly finished, some terms missing.
4831
4832 2006-01-23 [paul]       1.9.100cvs181
4833
4834         * manual/dist/html/Makefile.am
4835         * manual/dist/pdf/Makefile.am
4836         * manual/dist/ps/Makefile.am
4837         * manual/dist/txt/Makefile.am
4838         * src/mainwindow.c
4839                 re-enable manual
4840                 Thanks to Colin
4841
4842 2006-01-22 [colin]      1.9.100cvs180
4843
4844         * src/compose.c
4845         * src/gtk/gtkaspell.c
4846                 Don't deselect stuff before right-clicking, with aspell.
4847                 (This prevented right-click Copy, for example).
4848                 Thanks to Clo!
4849
4850 2006-01-22 [paul]       1.9.100cvs179
4851
4852         * src/summary_search.c
4853                 don't fix the widget size as it causes problems
4854                 under localisation.
4855                 Thanks to Emilian Nowak
4856
4857 2006-01-21 [paul]       1.9.100cvs178
4858
4859         * src/prefs_themes.c
4860                 fix broken underlining of label text
4861                 with some translations
4862
4863 2006-01-21 [colin]      1.9.100cvs177
4864
4865         * po/fr.po
4866                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4867
4868 2006-01-20 [colin]      1.9.100cvs176
4869
4870         * configure.ac
4871         * Makefile.am
4872         * manual/Makefile
4873         * manual/dist/html/.cvsignore
4874         * manual/dist/html/Makefile.am
4875         * manual/dist/pdf/.cvsignore
4876         * manual/dist/pdf/Makefile.am
4877         * manual/dist/ps/.cvsignore
4878         * manual/dist/ps/Makefile.am
4879         * manual/dist/txt/.cvsignore
4880         * manual/dist/txt/Makefile.am
4881                 Autotool-ize manual
4882
4883 2006-01-20 [paul]       1.9.100cvs175
4884
4885         * manual/handling.xml
4886                 make Filtering and Searching entries easier to find
4887         * manual/keyboard.xml
4888                 add the remaining default keybinds
4889         * src/prefs_summaries.c
4890                 update the default keybinds
4891
4892 2006-01-20 [paul]       1.9.100cvs174
4893
4894         * src/addressbook.c
4895         * src/addrgather.c
4896         * src/addrharvest.c
4897         * src/editaddress.c
4898         * src/editgroup.c
4899         * src/exphtmldlg.c
4900         * src/expldifdlg.c
4901         * src/exporthtml.c
4902         * src/exportldif.c
4903         * src/ldif.c
4904                 replace 'e-mail' with 'email'
4905         * src/summary_search.c
4906                 add mnemonic to "Find all" button
4907
4908 2006-01-20 [wwp]        1.9.100cvs173
4909
4910         * src/export.c
4911         * src/import.c
4912                 touched mbox import/export buttons for HIG-compliance
4913
4914 2006-01-19 [paul]       1.9.100cvs172
4915
4916         * manual/account.xml
4917         * manual/addrbook.xml
4918         * manual/advanced.xml
4919         * manual/faq.xml
4920         * manual/handling.xml
4921         * manual/intro.xml
4922         * manual/plugins.xml
4923         * manual/starting.xml
4924                 more editing
4925
4926 2006-01-19 [paul]       1.9.100cvs171
4927
4928         * src/toolbar.c
4929                 allow use of trash button while receiving
4930                 Thanks to Colin
4931
4932 2006-01-19 [wwp]        1.9.100cvs170
4933
4934         * src/gtk/quicksearch.c
4935         * src/compose.c
4936                 force text color to black when yellow background is set
4937
4938 2006-01-19 [colin]      1.9.100cvs169
4939
4940         * src/plugins/trayicon/trayicon.c
4941                 Gray out Get Mail when already getting mail
4942
4943 2006-01-18 [paul]       1.9.100cvs168
4944
4945         * src/compose.c
4946                 give widget yellow background was To is
4947                 set via folder prefs
4948         * src/gtk/quicksearch.c
4949                 give widget yellow background when quick
4950                 search is active.
4951                 Thanks to Colin
4952
4953 2006-01-18 [paul]       1.9.100cvs167
4954
4955         * doc/man/sylpheed-claws.1
4956                 add --subscribe option
4957
4958 2006-01-18 [paul]       1.9.100cvs166
4959
4960         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4961         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4962                 use %U instead of %F (%F is broken for user installed
4963                 files in kde 3.5)
4964
4965 2006-01-18 [colin]      1.9.100cvs165
4966
4967         * src/summaryview.c
4968                 Default to Yes in "No more * messages" dialogs
4969
4970 2006-01-17 [colin]      1.9.100cvs164
4971
4972         * src/compose.c
4973                 Possibly fix an invalid iterator causing
4974                 crash
4975
4976 2006-01-17 [colin]      1.9.100cvs163
4977
4978         * src/mimeview.c
4979                 Fix crash when the image disappears under the
4980                 image viewer
4981
4982 2006-01-16 [colin]      1.9.100cvs162
4983
4984         * src/compose.c
4985                 Fix reenabling autowrap
4986
4987 2006-01-16 [colin]      1.9.100cvs161
4988
4989         * src/compose.c
4990                 reset quote_len before getting quote_str
4991
4992 2006-01-16 [colin]      1.9.100cvs160
4993
4994         * src/account.c
4995         * src/account.h
4996         * src/folder.c
4997         * src/imap_gtk.c
4998         * src/mh_gtk.c
4999                 Fix bug #883 (default inbox does not track folder move)
5000
5001 2006-01-16 [colin]      1.9.100cvs159
5002
5003         * src/compose.c
5004         * src/plugins/pgpcore/passphrase.c
5005                 More buttons fixes
5006
5007 2006-01-16 [paul]       1.9.100cvs158
5008
5009         * src/prefs_actions.c
5010         * src/prefs_filtering_action.c
5011         * src/prefs_matcher.c
5012         * src/quote_fmt.c
5013         * src/gtk/description_window.c
5014         * src/gtk/description_window.h
5015         * src/gtk/quicksearch.c
5016                 description window cleanups
5017
5018 2006-01-15 [colin]      1.9.100cvs157
5019
5020         * src/addressbook.c
5021         * src/prefs_filtering.c
5022                 Same here
5023
5024 2006-01-15 [colin]      1.9.100cvs156
5025
5026         * src/folderview.c
5027         * src/mainwindow.c
5028                 Same for "Empty trash"
5029
5030 2006-01-15 [colin]      1.9.100cvs155
5031
5032         * src/inc.c
5033                 Override offline dialog had Yes by default
5034
5035 2006-01-15 [colin]      1.9.100cvs154
5036
5037         * src/summaryview.c
5038                 Delete selected messages? previously had Yes the default
5039
5040 2006-01-15 [colin]      1.9.100cvs153
5041
5042         * src/folder.c
5043         * src/folder.h
5044         * src/main.c
5045                 Check if a mailbox is loaded after all
5046                 plugins are loaded.
5047
5048 2006-01-15 [colin]      1.9.100cvs152
5049
5050         * src/folder.c
5051                 Don't start wizard when there are unloaded folders (will help
5052                 people with only mbox or maildir mailboxes)
5053
5054 2006-01-14 [colin]      1.9.100cvs151
5055
5056         * src/addressbook.c
5057         * src/expldifdlg.c
5058         * src/importldif.c
5059         * src/importmutt.c
5060         * src/importpine.c
5061         * src/mh_gtk.c
5062                 More HIG compliance and fixes
5063
5064 2006-01-14 [colin]      1.9.100cvs150
5065
5066         * src/prefs_filtering_action.c
5067         * src/foldersel.c
5068                 Two forgotten button order changes
5069
5070 2006-01-14 [colin]      1.9.100cvs149
5071
5072         * src/account.c
5073         * src/addressbook.c
5074         * src/compose.c
5075         * src/folderview.c
5076         * src/imap_gtk.c
5077         * src/mainwindow.c
5078         * src/mh_gtk.c
5079         * src/news_gtk.c
5080         * src/prefs_actions.c
5081         * src/prefs_customheader.c
5082         * src/prefs_filtering.c
5083         * src/prefs_matcher.c
5084         * src/prefs_template.c
5085         * src/ssl_manager.c
5086         * src/summaryview.c
5087         * src/textview.c
5088         * src/toolbar.c
5089                 All deletion confirmations are now "Cancel, Delete" 
5090                 instead of "No, Yes"
5091                 Clarified most of the other "No, Yes" to 
5092                 "Cancel, Descriptive_action"
5093                 Rechanged the "Entry not saved" alerts to have 
5094                 "Close, Continue editing"
5095
5096
5097 2006-01-14 [paul]
5098
5099         * 2.0.0-rc4 released
5100
5101 2006-01-14 [paul]       1.9.100cvs148
5102
5103         * src/account.c
5104         * src/addressadd.c
5105         * src/addressbook.c
5106         * src/compose.c
5107         * src/editaddress.c
5108         * src/editbook.c
5109         * src/editgroup.c
5110         * src/editjpilot.c
5111         * src/editldap.c
5112         * src/editvcard.c
5113         * src/exphtmldlg.c
5114         * src/expldifdlg.c
5115         * src/folderview.c
5116         * src/grouplistdialog.c
5117         * src/imap_gtk.c
5118         * src/importmutt.c
5119         * src/importpine.c
5120         * src/inc.c
5121         * src/main.c
5122         * src/mainwindow.c
5123         * src/message_search.c
5124         * src/messageview.c
5125         * src/mh_gtk.c
5126         * src/mimeview.c
5127         * src/news_gtk.c
5128         * src/prefs_actions.c
5129         * src/prefs_customheader.c
5130         * src/prefs_filtering.c
5131         * src/prefs_matcher.c
5132         * src/prefs_template.c
5133         * src/prefs_themes.c
5134         * src/ssl_manager.c
5135         * src/summary_search.c
5136         * src/summaryview.c
5137         * src/textview.c
5138         * src/toolbar.c
5139         * src/gtk/foldersort.c
5140         * src/gtk/gtkaspell.c
5141         * src/gtk/inputdialog.c
5142         * src/gtk/prefswindow.c
5143         * src/plugins/pgpcore/select-keys.c
5144         * src/plugins/trayicon/trayicon.c
5145                 HIG compliant button order
5146
5147 2006-01-14 [mones]      1.9.100cvs147
5148
5149         * po/es.po
5150                 Updated translation
5151
5152 2006-01-13 [paul]       1.9.100cvs146
5153
5154         * AUTHORS
5155         * ChangeLog
5156         * src/gtk/authors.h
5157                 add Joshua M. Kwan to contributors list
5158
5159 2006-01-13 [colin]      1.9.100cvs145
5160
5161         * src/gtk/quicksearch.c
5162                 Don't refocus quick search after executing (Esc or Enter)
5163                 Allows to '/'search something then move up/down in 
5164                 summaryview, and to Esc a search and be back in the 
5165                 summaryview
5166
5167 2006-01-13 [paul]       1.9.100cvs144
5168
5169         * src/plugins/pgpinline/pgpinline.c
5170                 support Content-Type 'application/pgp'
5171                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5172
5173 2006-01-13 [paul]       1.9.100cvs143
5174
5175         * manual/account.xml
5176                 make mention of partial retrieval
5177                 thanks to Colin
5178
5179 2006-01-13 [paul]       1.9.100cvs142
5180
5181         * src/account.c
5182         * src/account.h
5183         * src/action.c
5184         * src/action.h
5185         * src/adbookbase.h
5186         * src/addr_compl.c
5187         * src/addr_compl.h
5188         * src/addrbook.c
5189         * src/addrcache.c
5190         * src/addrcache.h
5191         * src/addrcindex.c
5192         * src/addrcindex.h
5193         * src/addrclip.c
5194         * src/addrclip.h
5195         * src/addrdefs.h
5196         * src/addressadd.c
5197         * src/addressadd.h
5198         * src/addressbook.c
5199         * src/addressbook.h
5200         * src/addrgather.c
5201         * src/addrgather.h
5202         * src/addrharvest.c
5203         * src/addrharvest.h
5204         * src/addrindex.c
5205         * src/addrindex.h
5206         * src/addritem.c
5207         * src/addritem.h
5208         * src/addrquery.c
5209         * src/addrquery.h
5210         * src/addrselect.c
5211         * src/addrselect.h
5212         * src/alertpanel.c
5213         * src/alertpanel.h
5214         * src/browseldap.c
5215         * src/browseldap.h
5216         * src/codeconv.c
5217         * src/codeconv.h
5218         * src/compose.c
5219         * src/compose.h
5220         * src/customheader.c
5221         * src/customheader.h
5222         * src/displayheader.c
5223         * src/displayheader.h
5224         * src/editaddress.c
5225         * src/editaddress.h
5226         * src/editbook.c
5227         * src/editbook.h
5228         * src/editgroup.c
5229         * src/editgroup.h
5230         * src/editjpilot.c
5231         * src/editjpilot.h
5232         * src/editldap.c
5233         * src/editldap.h
5234         * src/editldap_basedn.c
5235         * src/editldap_basedn.h
5236         * src/editvcard.c
5237         * src/editvcard.h
5238         * src/exphtmldlg.c
5239         * src/exphtmldlg.h
5240         * src/expldifdlg.c
5241         * src/expldifdlg.h
5242         * src/export.h
5243         * src/exporthtml.c
5244         * src/exporthtml.h
5245         * src/exportldif.c
5246         * src/exportldif.h
5247         * src/filtering.c
5248         * src/filtering.h
5249         * src/folder.c
5250         * src/folder.h
5251         * src/folder_item_prefs.c
5252         * src/folder_item_prefs.h
5253         * src/foldersel.c
5254         * src/foldersel.h
5255         * src/folderutils.c
5256         * src/folderutils.h
5257         * src/folderview.c
5258         * src/folderview.h
5259         * src/grouplistdialog.c
5260         * src/grouplistdialog.h
5261         * src/headerview.c
5262         * src/html.c
5263         * src/html.h
5264         * src/image_viewer.c
5265         * src/image_viewer.h
5266         * src/imap.c
5267         * src/imap.h
5268         * src/imap_gtk.c
5269         * src/imap_gtk.h
5270         * src/import.h
5271         * src/importldif.c
5272         * src/importldif.h
5273         * src/importmutt.c
5274         * src/importmutt.h
5275         * src/importpine.c
5276         * src/importpine.h
5277         * src/inc.c
5278         * src/inc.h
5279         * src/jpilot.c
5280         * src/jpilot.h
5281         * src/ldapctrl.c
5282         * src/ldapctrl.h
5283         * src/ldaplocate.c
5284         * src/ldaplocate.h
5285         * src/ldapquery.c
5286         * src/ldapquery.h
5287         * src/ldapserver.c
5288         * src/ldapserver.h
5289         * src/ldaputil.c
5290         * src/ldaputil.h
5291         * src/ldif.c
5292         * src/ldif.h
5293         * src/main.c
5294         * src/main.h
5295         * src/mainwindow.c
5296         * src/mainwindow.h
5297         * src/manual.c
5298         * src/manual.h
5299         * src/mbox.c
5300         * src/mbox.h
5301         * src/message_search.c
5302         * src/message_search.h
5303         * src/messageview.c
5304         * src/messageview.h
5305         * src/mh.c
5306         * src/mh.h
5307         * src/mh_gtk.c
5308         * src/mh_gtk.h
5309         * src/mimeview.c
5310         * src/mimeview.h
5311         * src/msgcache.c
5312         * src/msgcache.h
5313         * src/mutt.c
5314         * src/mutt.h
5315         * src/news.c
5316         * src/news.h
5317         * src/news_gtk.c
5318         * src/news_gtk.h
5319         * src/partial_download.c
5320         * src/partial_download.h
5321         * src/pine.c
5322         * src/pine.h
5323         * src/pop.c
5324         * src/pop.h
5325         * src/prefs_account.c
5326         * src/prefs_account.h
5327         * src/prefs_actions.c
5328         * src/prefs_actions.h
5329         * src/prefs_common.c
5330         * src/prefs_common.h
5331         * src/prefs_compose_writing.c
5332         * src/prefs_compose_writing.h
5333         * src/prefs_customheader.c
5334         * src/prefs_customheader.h
5335         * src/prefs_display_header.c
5336         * src/prefs_display_header.h
5337         * src/prefs_filtering.c
5338         * src/prefs_filtering.h
5339         * src/prefs_filtering_action.c
5340         * src/prefs_filtering_action.h
5341         * src/prefs_folder_column.c
5342         * src/prefs_folder_column.h
5343         * src/prefs_folder_item.c
5344         * src/prefs_folder_item.h
5345         * src/prefs_fonts.c
5346         * src/prefs_fonts.h
5347         * src/prefs_gtk.c
5348         * src/prefs_gtk.h
5349         * src/prefs_image_viewer.c
5350         * src/prefs_image_viewer.h
5351         * src/prefs_matcher.c
5352         * src/prefs_matcher.h
5353         * src/prefs_message.c
5354         * src/prefs_msg_colors.c
5355         * src/prefs_msg_colors.h
5356         * src/prefs_other.c
5357         * src/prefs_quote.c
5358         * src/prefs_receive.c
5359         * src/prefs_send.c
5360         * src/prefs_spelling.c
5361         * src/prefs_spelling.h
5362         * src/prefs_summaries.c
5363         * src/prefs_summaries.h
5364         * src/prefs_summary_column.c
5365         * src/prefs_summary_column.h
5366         * src/prefs_template.c
5367         * src/prefs_template.h
5368         * src/prefs_themes.c
5369         * src/prefs_themes.h
5370         * src/prefs_toolbar.c
5371         * src/prefs_toolbar.h
5372         * src/prefs_wrapping.c
5373         * src/prefs_wrapping.h
5374         * src/privacy.c
5375         * src/privacy.h
5376         * src/procheader.c
5377         * src/procheader.h
5378         * src/procmime.c
5379         * src/procmime.h
5380         * src/procmsg.c
5381         * src/procmsg.h
5382         * src/quote_fmt.c
5383         * src/quote_fmt_parse.y
5384         * src/recv.c
5385         * src/recv.h
5386         * src/remotefolder.c
5387         * src/remotefolder.h
5388         * src/send_message.c
5389         * src/send_message.h
5390         * src/setup.c
5391         * src/setup.h
5392         * src/sourcewindow.c
5393         * src/sourcewindow.h
5394         * src/ssl_manager.c
5395         * src/ssl_manager.h
5396         * src/statusbar.c
5397         * src/statusbar.h
5398         * src/stock_pixmap.c
5399         * src/stock_pixmap.h
5400         * src/summary_search.c
5401         * src/summary_search.h
5402         * src/summaryview.c
5403         * src/summaryview.h
5404         * src/syldap.c
5405         * src/syldap.h
5406         * src/textview.c
5407         * src/textview.h
5408         * src/toolbar.c
5409         * src/toolbar.h
5410         * src/undo.c
5411         * src/undo.h
5412         * src/unmime.c
5413         * src/unmime.h
5414         * src/vcard.c
5415         * src/vcard.h
5416         * src/wizard.c
5417         * src/wizard.h
5418         * src/common/base64.c
5419         * src/common/base64.h
5420         * src/common/defs.h
5421         * src/common/hooks.c
5422         * src/common/hooks.h
5423         * src/common/log.c
5424         * src/common/log.h
5425         * src/common/mgutils.c
5426         * src/common/mgutils.h
5427         * src/common/nntp.c
5428         * src/common/nntp.h
5429         * src/common/passcrypt.c
5430         * src/common/passcrypt.h.in
5431         * src/common/plugin.c
5432         * src/common/plugin.h
5433         * src/common/prefs.c
5434         * src/common/prefs.h
5435         * src/common/progressindicator.c
5436         * src/common/progressindicator.h
5437         * src/common/quoted-printable.c
5438         * src/common/quoted-printable.h
5439         * src/common/session.c
5440         * src/common/session.h
5441         * src/common/smtp.c
5442         * src/common/smtp.h
5443         * src/common/socket.c
5444         * src/common/socket.h
5445         * src/common/ssl.c
5446         * src/common/ssl.h
5447         * src/common/ssl_certificate.c
5448         * src/common/ssl_certificate.h
5449         * src/common/stringtable.c
5450         * src/common/stringtable.h
5451         * src/common/sylpheed.c
5452         * src/common/sylpheed.h
5453         * src/common/template.c
5454         * src/common/template.h
5455         * src/common/timing.h
5456         * src/common/utils.c
5457         * src/common/utils.h
5458         * src/common/version.h.in
5459         * src/common/xml.c
5460         * src/common/xml.h
5461         * src/common/xmlprops.c
5462         * src/common/xmlprops.h
5463         * src/gtk/colorlabel.c
5464         * src/gtk/colorsel.c
5465         * src/gtk/colorsel.h
5466         * src/gtk/description_window.c
5467         * src/gtk/description_window.h
5468         * src/gtk/filesel.c
5469         * src/gtk/filesel.h
5470         * src/gtk/foldersort.c
5471         * src/gtk/foldersort.h
5472         * src/gtk/gtkutils.c
5473         * src/gtk/gtkutils.h
5474         * src/gtk/inputdialog.c
5475         * src/gtk/inputdialog.h
5476         * src/gtk/logwindow.c
5477         * src/gtk/logwindow.h
5478         * src/gtk/manage_window.c
5479         * src/gtk/manage_window.h
5480         * src/gtk/menu.c
5481         * src/gtk/menu.h
5482         * src/gtk/pluginwindow.c
5483         * src/gtk/pluginwindow.h
5484         * src/gtk/prefswindow.c
5485         * src/gtk/prefswindow.h
5486         * src/gtk/progressdialog.c
5487         * src/gtk/progressdialog.h
5488         * src/gtk/sslcertwindow.c
5489         * src/gtk/sslcertwindow.h
5490         * src/plugins/clamav/clamav_plugin.c
5491         * src/plugins/clamav/clamav_plugin.h
5492         * src/plugins/clamav/clamav_plugin_gtk.c
5493         * src/plugins/demo/demo.c
5494         * src/plugins/dillo_viewer/dillo_prefs.c
5495         * src/plugins/dillo_viewer/dillo_prefs.h
5496         * src/plugins/dillo_viewer/dillo_viewer.c
5497         * src/plugins/pgpcore/passphrase.c
5498         * src/plugins/pgpcore/passphrase.h
5499         * src/plugins/pgpcore/plugin.c
5500         * src/plugins/pgpcore/select-keys.c
5501         * src/plugins/pgpcore/select-keys.h
5502         * src/plugins/pgpcore/sgpgme.c
5503         * src/plugins/pgpcore/sgpgme.h
5504         * src/plugins/pgpinline/pgpinline.c
5505         * src/plugins/pgpinline/pgpinline.h
5506         * src/plugins/pgpinline/plugin.c
5507         * src/plugins/pgpmime/pgpmime.c
5508         * src/plugins/pgpmime/pgpmime.h
5509         * src/plugins/pgpmime/plugin.c
5510         * src/plugins/spamassassin/spamassassin.c
5511         * src/plugins/spamassassin/spamassassin.h
5512         * src/plugins/spamassassin/spamassassin_gtk.c
5513         * src/plugins/trayicon/trayicon.c
5514                 update copyright header
5515
5516 2006-01-13 [paul]       1.9.100cvs141
5517
5518         * src/account.c
5519         * src/export.c
5520         * src/import.c
5521         * src/mainwindow.c
5522         * src/prefs_account.c
5523         * src/prefs_display_header.c
5524         * src/prefs_receive.c
5525         * src/prefs_send.c
5526         * src/prefs_summaries.c
5527         * src/prefs_themes.c
5528         * src/prefs_toolbar.c
5529         * src/gtk/about.c
5530                 various cleanups
5531
5532 2006-01-12 [colin]      1.9.100cvs140
5533
5534         * src/folder.c
5535         * src/folder.h
5536         * src/main.c
5537                 Add --subscribe option
5538                 Let sylpheed-claws email@domain.com equivalent to --compose
5539                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5540
5541 2006-01-12 [paul]       1.9.100cvs139
5542
5543         * src/mainwindow.c
5544                 append 'Change folder order' label with '...'
5545         * src/prefs_actions.c
5546                 allow reordering of actions list by dnd
5547         * src/gtk/foldersort.c
5548                 make the dialog nicer
5549
5550 2006-01-11 [colin]      1.9.100cvs138
5551
5552         * src/compose.c
5553                 Allow templates without text
5554
5555 2006-01-11 [paul]       1.9.100cvs137
5556
5557         * tools/README
5558         * tools/filter_conv_new.pl
5559                 add info to README
5560                 also check .sylpheed for filter.xml
5561                 be a bit informative to the user
5562
5563 2006-01-11 [colin]      1.9.100cvs136
5564
5565         * src/textview.c
5566                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5567
5568 2006-01-10 [paul]       1.9.100cvs135
5569
5570         * tools/Makefile.am
5571         * tools/filter_conv_new.pl
5572                 add script to convert new style Sylpheed
5573                 filter rules (Sylpheed >= 0.9.99) to
5574                 Claws filtering rules
5575
5576 2006-01-10 [colin]      1.9.100cvs134
5577
5578         * src/compose.c
5579                 Fix broken line joins in certain conditions
5580                 (between two quoted lines: <enter><enter><up>
5581                  <type a wrapped sentence><go in the first line>
5582                  <insert more text><watch as line joining failed>)
5583
5584 2006-01-10 [paul]       1.9.100cvs133
5585
5586         * src/compose.c
5587                 don't report success in error dialog
5588                 thanks to Colin
5589         * src/common/utils.c
5590                 include some trailing punctuations as URI
5591                 thanks to Hiro
5592
5593 2006-01-10 [paul]       1.9.100cvs132
5594
5595         * src/mimeview.c
5596                 fix incompatible pointer type
5597                 warning
5598
5599 2006-01-10 [paul]       1.9.100cvs131
5600
5601         * src/compose.c
5602                 change Subject in window title
5603                 instantaneously
5604
5605 2006-01-09 [colin]      1.9.100cvs130
5606
5607         * src/addressbook.c
5608         * src/headerview.c
5609         * src/mainwindow.c
5610         * src/messageview.c
5611         * src/mimeview.c
5612         * src/noticeview.c
5613         * src/summaryview.c
5614                 Fix possible crashes on exit and in addressbook
5615
5616 2006-01-09 [paul]       1.9.100cvs129
5617
5618         * src/prefs_msg_colors.c
5619                 some cleanups that I forgot last time
5620
5621 2006-01-09 [paul]       1.9.100cvs128
5622
5623         * README
5624         * src/folderview.c
5625         * src/prefs_msg_colors.c
5626                 add previously hidden option, color_new, to
5627                 the gui
5628                 move the page to Display/
5629                 rework the gui
5630
5631 2006-01-09 [wwp]        1.9.100cvs127
5632
5633         * src/prefs_themes.c
5634                 made the prefs/display/themes layouts spacing less condensed
5635                 (and so they match other prefs/pages' look).
5636
5637 2006-01-09 [paul]       1.9.100cvs126
5638
5639         * src/compose.c
5640         * src/prefs_common.c
5641         * src/prefs_common.h
5642         * src/prefs_wrapping.c
5643                 remove 'wrap at send' option
5644
5645 2006-01-06 [colin]      1.9.100cvs125
5646
5647         * src/compose.c
5648                 Just make completely sure we don't insert "manual line breaks" 
5649                 when wrapping... 
5650
5651 2006-01-04 [paul]
5652
5653         * 2.0.0-rc3 released
5654
5655 2006-01-04 [paul]       1.9.100cvs124
5656
5657         * src/folderview.c
5658                 fix bug 882, 'quick scroll in folder list
5659                 displays wrong folder contents'
5660
5661 2006-01-04 [paul]       1.9.100cvs123
5662
5663         * src/plugins/pgpmime/pgpmime.c
5664                 better debug information when signing
5665                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5666
5667 2006-01-03 [colin]      1.9.100cvs122
5668
5669         * configure.ac
5670                 We need to recheck for gpgme 1.0.0 after checking
5671                 for 1.1.1, because if 1.1.1 isn't available, 
5672                 GPGME_LIBS and friends are blanked out by the 
5673                 second check.
5674
5675 2006-01-03 [colin]      1.9.100cvs121
5676
5677         * src/common/prefs.c
5678                 Windows unlink-before rename fix
5679         * src/plugins/pgpcore/sgpgme.c
5680                 Add support for PKA info if available
5681                 Both patches by Werner Koch
5682
5683 2006-01-03 [paul]       1.9.100cvs120
5684
5685         * src/messageview.c
5686                 fix bug 884, 'Send receipt' button visible in queue
5687                 Thanks to Colin
5688
5689 2006-01-02 [colin]      1.9.100cvs119
5690
5691         * src/compose.c
5692         * src/imap.c
5693                 Fix autosave on IMAP and more generally try to
5694                 return the correct ID on a newly added IMAP message
5695
5696 2006-01-02 [paul]       1.9.100cvs118
5697
5698         * manual/keyboard.xml
5699                 edited
5700
5701 2006-01-01 [paul]       1.9.100cvs117
5702
5703         * src/gtk/authors.h
5704                 alphabetical order
5705
5706 2005-12-30 [colin]      1.9.100cvs116
5707
5708         * manual/advanced.xml
5709                 Explain Pre/Post-processing differences.
5710
5711 2005-12-30 [colin]      1.9.100cvs115
5712
5713         * src/mh.c
5714                 Implement copy_msgs for a little optimization
5715         * src/imap.c
5716                 Finish yesterday's fix
5717
5718 2005-12-29 [colin]      1.9.100cvs114
5719
5720         * src/imap.c
5721                 Fix occasional failure in fetching a mail over
5722                 IMAP
5723
5724 2005-12-29 [colin]      1.9.100cvs113
5725
5726         * src/compose.c
5727                 Don't remove a draft when sending it, if it is 
5728                 locked.
5729
5730 2005-12-28 [colin]      1.9.100cvs112
5731
5732         * src/summaryview.c
5733                 Fix leak for real
5734
5735 2005-12-28 [wwp]        1.9.100cvs111
5736
5737         * doc/faq/.cvsignore
5738         * doc/faq/de/.cvsignore
5739         * doc/faq/en/.cvsignore
5740         * doc/faq/es/.cvsignore
5741         * doc/faq/fr/.cvsignore
5742         * doc/faq/it/.cvsignore
5743         * doc/manual/.cvsignore
5744         * doc/manual/de/.cvsignore
5745         * doc/manual/en/.cvsignore
5746         * doc/manual/es/.cvsignore
5747         * doc/manual/fr/.cvsignore
5748         * doc/manual/ja/.cvsignore
5749         * src/plugins/mathml_viewer/.cvsignore
5750                 rollback revival of those files (my bad, sorry for the noise).
5751
5752 2005-12-28 [wwp]        1.9.100cvs110
5753
5754         * src/compose.c
5755                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5756
5757 2005-12-28 [wwp]        1.9.100cvs109
5758
5759         * doc/faq/.cvsignore
5760         * doc/faq/de/.cvsignore
5761         * doc/faq/en/.cvsignore
5762         * doc/faq/es/.cvsignore
5763         * doc/faq/fr/.cvsignore
5764         * doc/faq/it/.cvsignore
5765         * doc/manual/.cvsignore
5766         * doc/manual/de/.cvsignore
5767         * doc/manual/en/.cvsignore
5768         * doc/manual/es/.cvsignore
5769         * doc/manual/fr/.cvsignore
5770         * doc/manual/ja/.cvsignore
5771         * src/plugins/mathml_viewer/.cvsignore
5772         * po/.cvsignore
5773                 more files to ignore.
5774
5775 2005-12-24 [colin]      1.9.100cvs108
5776
5777         * AUTHORS
5778         * src/gtk/authors.h
5779                 Update for Werner
5780
5781 2005-12-24 [colin]      1.9.100cvs107
5782
5783         * src/procmsg.c
5784                 Allow NULL src_msginfo in 
5785                 procmsg_msginfo_new_from_mimeinfo
5786
5787 2005-12-23 [paul]       1.9.100cvs106
5788
5789         * src/plugins/pgpinline/mypgpcore.def
5790                 add this forgotten file
5791
5792 2005-12-23 [colin]      1.9.100cvs105
5793
5794         * src/mainwindow.c
5795                 Fix missing break
5796
5797 2005-12-23 [colin]      1.9.100cvs104
5798
5799         * autogen.sh
5800         * src/folder.c
5801         * src/mh.c
5802         * src/common/plugin.c
5803         * src/common/socket.c
5804         * src/common/socket.h
5805         * src/common/utils.c
5806         * src/common/utils.h
5807         * src/gtk/pluginwindow.c
5808         * src/plugins/pgpcore/plugin.def
5809         * src/plugins/pgpcore/sylpheed.def
5810         * src/plugins/pgpinline/Makefile.am
5811         * src/plugins/pgpinline/plugin.def
5812         * src/plugins/pgpinline/sylpheed.def
5813         * src/plugins/pgpmime/plugin.def
5814         * src/plugins/pgpmime/sylpheed.def
5815                 Various w32 fixes by Werner Koch
5816
5817 2005-12-22 [paul]       1.9.100cvs103
5818
5819         * src/wizard.c
5820                 don't offer IMAP as 'server type' if
5821                 libetpan isn't built in
5822
5823 2005-12-22 [paul]       1.9.100cvs102
5824
5825         * AUTHORS
5826         * src/mainwindow.c
5827         * src/mainwindow.h
5828         * src/toolbar.c
5829         * src/gtk/authors.h
5830                 support GTK_TOOLBAR_BOTH_HORIZ (text
5831                 next to icon) Patch by Marien Zwart
5832                 marienz@users.sf.net
5833                 Also reword the text
5834
5835 2005-12-21 [colin]      1.9.100cvs101
5836
5837         * configure.ac
5838                 Fix DATADIRNAME
5839         * COPYING
5840                 Fix missing section and explicit the exception better
5841         * src/compose.c
5842                 Prevent mail from being lost without notice when an
5843                 SMTP error happens on trying to send an unmodified
5844                 drafted mail.
5845         * src/send_message.c
5846         * src/common/smtp.c
5847                 Fix password remembering when wrong, and add return
5848                 value checks where they should have been
5849         * src/plugins/pgpcore/sylpheed.def
5850         * src/plugins/pgpinline/sylpheed.def
5851         * src/plugins/pgpmime/sylpheed.def
5852                 Add a few symbols needed
5853
5854 2005-12-21 [paul]       1.9.100cvs100
5855
5856         * m4/codeset.m4
5857         * m4/glibc21.m4
5858         * m4/intdiv0.m4
5859         * m4/inttypes-pri.m4
5860         * m4/inttypes.m4
5861         * m4/inttypes_h.m4
5862         * m4/isc-posix.m4
5863         * m4/lcmessage.m4
5864         * m4/stdint_h.m4
5865         * m4/uintmax_t.m4
5866                 gettextization
5867                 thanks to Colin
5868
5869 2005-12-21 [paul]       1.9.100cvs99
5870
5871         * po/sv.po
5872                 fixed by Colin
5873
5874 2005-12-20 [paul]       1.9.100cvs98
5875
5876         * po/sv.po
5877                 updated by Anders Trobäck
5878
5879 2005-12-20 [colin]      1.9.100cvs97
5880
5881         * ABOUT-NLS
5882         * Makefile.am
5883         * autogen.sh
5884         * configure.ac
5885         * config/config.rpath
5886         * config/mkinstalldirs
5887         * m4/Makefile.am
5888         * m4/glibc2.m4
5889         * m4/gnupg.m4
5890         * m4/gpgme.m4
5891         * m4/intmax.m4
5892         * m4/longdouble.m4
5893         * m4/longlong.m4
5894         * m4/printf-posix.m4
5895         * m4/signed.m4
5896         * m4/size_max.m4
5897         * m4/ulonglong.m4
5898         * m4/wchar_t.m4
5899         * m4/wint_t.m4
5900         * m4/xsize.m4
5901         * po/Makefile.in.in
5902         * po/Makevars
5903         * po/bg.po
5904         * po/ca.po
5905         * po/cs.po
5906         * po/de.po
5907         * po/el.po
5908         * po/en_GB.po
5909         * po/es.po
5910         * po/fi.po
5911         * po/fr.po
5912         * po/hr.po
5913         * po/hu.po
5914         * po/it.po
5915         * po/ja.po
5916         * po/ko.po
5917         * po/nb.po
5918         * po/nl.po
5919         * po/pl.po
5920         * po/pt_BR.po
5921         * po/ru.po
5922         * po/sk.po
5923         * po/sr.po
5924         * po/stamp-po
5925         * po/sv.po
5926         * po/zh_CN.po
5927         * po/zh_TW.po
5928         * src/Makefile.am
5929         * src/codeconv.c
5930         * src/compose.c
5931         * src/exporthtml.c
5932         * src/exportldif.c
5933         * src/folder.c
5934         * src/main.c
5935         * src/manual.c
5936         * src/mh.c
5937         * src/mimeview.c
5938         * src/send_message.c
5939         * src/common/Makefile.am
5940         * src/common/fnmatch.c
5941         * src/common/fnmatch.h
5942         * src/common/fnmatch_loop.c
5943         * src/common/nntp.c
5944         * src/common/plugin.c
5945         * src/common/smtp.c
5946         * src/common/socket.c
5947         * src/common/string_match.c
5948         * src/common/sylpheed.c
5949         * src/common/utils.c
5950         * src/common/utils.h
5951         * src/common/w32_dirent.c
5952         * src/common/w32_reg.c
5953         * src/common/w32_signal.c
5954         * src/common/w32_stat.c
5955         * src/common/w32_stdio.c
5956         * src/common/w32_stdlib.c
5957         * src/common/w32_string.c
5958         * src/common/w32_time.c
5959         * src/common/w32_unistd.c
5960         * src/common/w32_wait.c
5961         * src/common/w32lib.h
5962         * src/etpan/Makefile.am
5963         * src/gtk/Makefile.am
5964         * src/plugins/clamav/Makefile.am
5965         * src/plugins/demo/Makefile.am
5966         * src/plugins/dillo_viewer/Makefile.am
5967         * src/plugins/pgpcore/Makefile.am
5968         * src/plugins/pgpcore/passphrase.c
5969         * src/plugins/pgpcore/plugin.def
5970         * src/plugins/pgpcore/sgpgme.c
5971         * src/plugins/pgpcore/sylpheed.def
5972         * src/plugins/pgpcore/version.rc
5973         * src/plugins/pgpinline/Makefile.am
5974         * src/plugins/pgpinline/plugin.def
5975         * src/plugins/pgpinline/sylpheed.def
5976         * src/plugins/pgpinline/version.rc
5977         * src/plugins/pgpmime/Makefile.am
5978         * src/plugins/pgpmime/mypgpcore.def
5979         * src/plugins/pgpmime/plugin.def
5980         * src/plugins/pgpmime/sylpheed.def
5981         * src/plugins/pgpmime/version.rc
5982         * src/plugins/spamassassin/Makefile.am
5983                 Very little ;-) patch from Werner Koch, providing
5984                 infrastructure for cross-compiling to Win32
5985
5986 2005-12-20 [paul]       1.9.100cvs96
5987
5988         * src/account.c
5989         * src/account.h
5990         * src/mainwindow.c
5991         * src/mainwindow.h
5992         * src/toolbar.c
5993         * src/toolbar.h
5994                 add a combo to the Get All button, allowing
5995                 quick retrieval from any account
5996                 Patch by Fabien Vantard, slightly modified
5997                 by Colin
5998         * src/gtk/about.c
5999                 i18n fix. Patch by Fabien Vantard
6000
6001 2005-12-19 [colin]      1.9.100cvs95
6002
6003         * src/compose.c
6004         * src/compose.h
6005                 Don't automatically join lines when they've 
6006                 been separated by the user and not automatically
6007
6008 2005-12-19 [paul]       1.9.100cvs94
6009
6010         * src/gtk/pluginwindow.c
6011                 i18n fix.
6012                 Patch by Fabien Vantard
6013
6014 2005-12-15 [paul]       1.9.100cvs93
6015
6016         * src/common/plugin.c
6017         * src/common/plugin.h
6018         * src/gtk/pluginwindow.c
6019         * src/plugins/clamav/clamav_plugin.c
6020         * src/plugins/demo/demo.c
6021         * src/plugins/dillo_viewer/dillo_viewer.c
6022         * src/plugins/pgpcore/plugin.c
6023         * src/plugins/pgpinline/plugin.c
6024         * src/plugins/pgpmime/plugin.c
6025         * src/plugins/spamassassin/spamassassin.c
6026         * src/plugins/trayicon/trayicon.c
6027                 add plugin_version()
6028
6029 2005-12-15 [colin]      1.9.100cvs92
6030
6031         * src/compose.c
6032                 Further fix bug #875
6033
6034 2005-12-15 [paul]       1.9.100cvs91
6035
6036         * src/gtk/filesel.c
6037                 fix attach_load_dir getting set to
6038                 PLUGINDIR on plugin load
6039
6040 2005-12-14 [mones]      1.9.100cvs90
6041
6042         * manual/ack.xml
6043         * manual/keyboard.xml
6044                 Initial draft and some shortcuts added
6045                 
6046         * po/es.po
6047                 Updated translation
6048
6049 2005-12-14 [colin]      1.9.100cvs89
6050
6051         * src/compose.c
6052         * src/imap.c
6053         * src/summaryview.c
6054         * src/gtk/gtkaspell.c
6055                 More leaks fixed
6056         * src/prefs_folder_item.c
6057                 Fix recursive prefs apply
6058
6059
6060 2005-12-14 [colin]      1.9.100cvs88
6061
6062         * src/compose.c
6063                 Fix bug #875 (Freeze On Inline Forward of 
6064                 Large Message)
6065
6066 2005-12-13 [colin]      1.9.100cvs87
6067
6068         * src/compose.c
6069                 Uniq-ify and sort the mimetypes list
6070                 Patch by Fabien Vantard
6071
6072 2005-12-13 [colin]      1.9.100cvs86
6073
6074         * src/imap.c
6075         * src/etpan/imap-thread.c
6076                 Fix leaks (patch by Hoa)
6077         * src/news.c
6078         * src/common/plugin.c
6079                 Fix leaks
6080
6081 2005-12-12 [colin]
6082
6083         * 2.0.0-rc2 released
6084
6085 2005-12-12 [colin]      1.9.100cvs85
6086
6087         * src/matcher.c
6088                 Fix a leak
6089
6090 2005-12-12 [wwp]        1.9.100cvs84
6091
6092         * src/gtk/icon_legend.c
6093                 fix misbehaviour and crash when closing the legend window
6094         using the Esc key (patch by Fabien Vantard).
6095
6096 2005-12-12 [paul]       1.9.100cvs83
6097
6098         * src/browseldap.c
6099         * src/foldersel.c
6100         * src/prefs_actions.c
6101         * src/prefs_filtering.c
6102         * src/prefs_matcher.c
6103         * src/prefs_spelling.glade      ** REMOVED **
6104         * src/prefs_template.c
6105         * src/gtk/foldersort.glade      ** REMOVED **
6106         * src/gtk/pluginwindow.c
6107         * src/gtk/pluginwindow.glade    ** REMOVED **
6108         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6109                 cleanups
6110
6111 2005-12-11 [paul]       1.9.100cvs82
6112
6113         * src/gtk/filesel.c
6114                 fix attach_load_dir crasher (double free)
6115
6116 2005-12-09 [paul]       1.9.100cvs81
6117
6118         * po/POTFILES.in
6119         * src/mainwindow.c
6120         * src/gtk/Makefile.am
6121         * src/gtk/icon_legend.c
6122         * src/gtk/icon_legend.h
6123                 add icon legend
6124         * src/manual.c
6125                 cleanup
6126
6127 2005-12-09 [paul]       1.9.100cvs80
6128
6129         * src/plugins/pgpcore/passphrase.c
6130                 wrap the label in the dialog
6131
6132 2005-12-09 [colin]      1.9.100cvs79
6133
6134         * src/plugins/pgpcore/sgpgme.c
6135                 Display (untrusted) on not trusted signatures
6136                 Patch by Michal Èihaø <michal@cihar.com>
6137                 Closes bug #867 (Report also key trust)
6138
6139 2005-12-09 [colin]      1.9.100cvs78
6140
6141         * src/common/plugin.c
6142                 Update licence check, following Eben Moglen's advice
6143
6144 2005-12-08 [colin]      1.9.100cvs77
6145
6146         * src/folder.c
6147                 Fix the occasionnal item->cache != NULL 
6148                 assertion failure. 
6149
6150 2005-12-08 [colin]      1.9.100cvs76
6151
6152         * src/mimeview.c
6153         * src/plugins/pgpcore/sgpgme.c
6154                 Print key id when unable to check it
6155                 Closes bug #866 (Show key id when missing)
6156
6157 2005-12-08 [paul]       1.9.100cvs75
6158
6159         * src/prefs_common.c
6160         * src/prefs_common.h
6161         * src/gtk/filesel.c
6162                 remember load attachment dir
6163
6164 2005-12-07 [colin]      1.9.100cvs74
6165
6166         * src/prefs_toolbar.c
6167                 Gtk fixes, patch by Fabien Vantard
6168
6169 2005-12-07 [colin]      1.9.100cvs73
6170
6171         * src/action.c
6172         * src/compose.c
6173         * src/compose.h
6174                 Fix bug #839 (Quoted text isn't colored after 
6175                 executing an action)
6176         * src/common/plugin.c
6177                 Require plugins to declare their licence in plugin_licence()
6178                 Refuse to load non-GPL plugins as they'd be illegal (as 
6179                 derived works of Sylpheed-Claws, they must be GPL).
6180         * src/plugins/clamav/clamav_plugin.c
6181         * src/plugins/demo/demo.c
6182         * src/plugins/dillo_viewer/dillo_viewer.c
6183         * src/plugins/pgpcore/plugin.c
6184         * src/plugins/pgpinline/plugin.c
6185         * src/plugins/pgpmime/plugin.c
6186         * src/plugins/spamassassin/spamassassin.c
6187         * src/plugins/trayicon/trayicon.c
6188                 Add plugin_licence()
6189
6190 2005-12-07 [paul]       1.9.100cvs72
6191
6192         * configure.ac
6193         * src/mainwindow.c
6194         * src/manual.c
6195         * src/manual.h
6196         * src/common/defs.h
6197                 clean up after local FAQ removal and
6198                 temporary manual removal
6199
6200 2005-12-06 [colin]      1.9.100cvs71
6201
6202         * configure.ac
6203         * doc/Makefile.am
6204         * doc/faq/.cvsignore
6205         * doc/faq/Makefile.am
6206         * doc/faq/de/.cvsignore
6207         * doc/faq/de/Makefile.am
6208         * doc/faq/de/sylpheed-faq-1.html
6209         * doc/faq/de/sylpheed-faq-2.html
6210         * doc/faq/de/sylpheed-faq-3.html
6211         * doc/faq/de/sylpheed-faq.html
6212         * doc/faq/en/.cvsignore
6213         * doc/faq/en/Makefile.am
6214         * doc/faq/en/sylpheed-faq-1.html
6215         * doc/faq/en/sylpheed-faq-2.html
6216         * doc/faq/en/sylpheed-faq-3.html
6217         * doc/faq/en/sylpheed-faq-4.html
6218         * doc/faq/en/sylpheed-faq.html
6219         * doc/faq/es/.cvsignore
6220         * doc/faq/es/Makefile.am
6221         * doc/faq/es/sylpheed-faq-1.html
6222         * doc/faq/es/sylpheed-faq-2.html
6223         * doc/faq/es/sylpheed-faq-3.html
6224         * doc/faq/es/sylpheed-faq-4.html
6225         * doc/faq/es/sylpheed-faq.html
6226         * doc/faq/fr/.cvsignore
6227         * doc/faq/fr/Makefile.am
6228         * doc/faq/fr/sylpheed-faq-1.html
6229         * doc/faq/fr/sylpheed-faq-2.html
6230         * doc/faq/fr/sylpheed-faq-3.html
6231         * doc/faq/fr/sylpheed-faq.html
6232         * doc/faq/it/.cvsignore
6233         * doc/faq/it/Makefile.am
6234         * doc/faq/it/sylpheed-faq-1.html
6235         * doc/faq/it/sylpheed-faq-2.html
6236         * doc/faq/it/sylpheed-faq-3.html
6237         * doc/faq/it/sylpheed-faq.html
6238         * doc/manual/.cvsignore
6239         * doc/manual/Makefile.am
6240         * doc/manual/de/.cvsignore
6241         * doc/manual/de/Makefile.am
6242         * doc/manual/de/sylpheed-1.html
6243         * doc/manual/de/sylpheed-10.html
6244         * doc/manual/de/sylpheed-11.html
6245         * doc/manual/de/sylpheed-12.html
6246         * doc/manual/de/sylpheed-13.html
6247         * doc/manual/de/sylpheed-14.html
6248         * doc/manual/de/sylpheed-15.html
6249         * doc/manual/de/sylpheed-16.html
6250         * doc/manual/de/sylpheed-17.html
6251         * doc/manual/de/sylpheed-18.html
6252         * doc/manual/de/sylpheed-19.html
6253         * doc/manual/de/sylpheed-2.html
6254         * doc/manual/de/sylpheed-20.html
6255         * doc/manual/de/sylpheed-3.html
6256         * doc/manual/de/sylpheed-4.html
6257         * doc/manual/de/sylpheed-5.html
6258         * doc/manual/de/sylpheed-6.html
6259         * doc/manual/de/sylpheed-7.html
6260         * doc/manual/de/sylpheed-8.html
6261         * doc/manual/de/sylpheed-9.html
6262         * doc/manual/de/sylpheed.html
6263         * doc/manual/en/.cvsignore
6264         * doc/manual/en/Makefile.am
6265         * doc/manual/en/sylpheed-1.html
6266         * doc/manual/en/sylpheed-10.html
6267         * doc/manual/en/sylpheed-11.html
6268         * doc/manual/en/sylpheed-12.html
6269         * doc/manual/en/sylpheed-13.html
6270         * doc/manual/en/sylpheed-14.html
6271         * doc/manual/en/sylpheed-15.html
6272         * doc/manual/en/sylpheed-16.html
6273         * doc/manual/en/sylpheed-17.html
6274         * doc/manual/en/sylpheed-18.html
6275         * doc/manual/en/sylpheed-19.html
6276         * doc/manual/en/sylpheed-2.html
6277         * doc/manual/en/sylpheed-20.html
6278         * doc/manual/en/sylpheed-21.html
6279         * doc/manual/en/sylpheed-22.html
6280         * doc/manual/en/sylpheed-3.html
6281         * doc/manual/en/sylpheed-4.html
6282         * doc/manual/en/sylpheed-5.html
6283         * doc/manual/en/sylpheed-6.html
6284         * doc/manual/en/sylpheed-7.html
6285         * doc/manual/en/sylpheed-8.html
6286         * doc/manual/en/sylpheed-9.html
6287         * doc/manual/en/sylpheed.html
6288         * doc/manual/es/.cvsignore
6289         * doc/manual/es/Makefile.am
6290         * doc/manual/es/sylpheed-1.html
6291         * doc/manual/es/sylpheed-10.html
6292         * doc/manual/es/sylpheed-11.html
6293         * doc/manual/es/sylpheed-12.html
6294         * doc/manual/es/sylpheed-13.html
6295         * doc/manual/es/sylpheed-14.html
6296         * doc/manual/es/sylpheed-15.html
6297         * doc/manual/es/sylpheed-16.html
6298         * doc/manual/es/sylpheed-17.html
6299         * doc/manual/es/sylpheed-18.html
6300         * doc/manual/es/sylpheed-19.html
6301         * doc/manual/es/sylpheed-2.html
6302         * doc/manual/es/sylpheed-20.html
6303         * doc/manual/es/sylpheed-3.html
6304         * doc/manual/es/sylpheed-4.html
6305         * doc/manual/es/sylpheed-5.html
6306         * doc/manual/es/sylpheed-6.html
6307         * doc/manual/es/sylpheed-7.html
6308         * doc/manual/es/sylpheed-8.html
6309         * doc/manual/es/sylpheed-9.html
6310         * doc/manual/es/sylpheed.html
6311         * doc/manual/fr/.cvsignore
6312         * doc/manual/fr/Makefile.am
6313         * doc/manual/fr/sylpheed-1.html
6314         * doc/manual/fr/sylpheed-10.html
6315         * doc/manual/fr/sylpheed-11.html
6316         * doc/manual/fr/sylpheed-12.html
6317         * doc/manual/fr/sylpheed-13.html
6318         * doc/manual/fr/sylpheed-14.html
6319         * doc/manual/fr/sylpheed-15.html
6320         * doc/manual/fr/sylpheed-16.html
6321         * doc/manual/fr/sylpheed-17.html
6322         * doc/manual/fr/sylpheed-18.html
6323         * doc/manual/fr/sylpheed-19.html
6324         * doc/manual/fr/sylpheed-2.html
6325         * doc/manual/fr/sylpheed-20.html
6326         * doc/manual/fr/sylpheed-3.html
6327         * doc/manual/fr/sylpheed-4.html
6328         * doc/manual/fr/sylpheed-5.html
6329         * doc/manual/fr/sylpheed-6.html
6330         * doc/manual/fr/sylpheed-7.html
6331         * doc/manual/fr/sylpheed-8.html
6332         * doc/manual/fr/sylpheed-9.html
6333         * doc/manual/fr/sylpheed.html
6334         * doc/manual/ja/.cvsignore
6335         * doc/manual/ja/Makefile.am
6336         * doc/manual/ja/sylpheed-1.html
6337         * doc/manual/ja/sylpheed-10.html
6338         * doc/manual/ja/sylpheed-11.html
6339         * doc/manual/ja/sylpheed-12.html
6340         * doc/manual/ja/sylpheed-13.html
6341         * doc/manual/ja/sylpheed-14.html
6342         * doc/manual/ja/sylpheed-15.html
6343         * doc/manual/ja/sylpheed-16.html
6344         * doc/manual/ja/sylpheed-17.html
6345         * doc/manual/ja/sylpheed-18.html
6346         * doc/manual/ja/sylpheed-19.html
6347         * doc/manual/ja/sylpheed-2.html
6348         * doc/manual/ja/sylpheed-20.html
6349         * doc/manual/ja/sylpheed-3.html
6350         * doc/manual/ja/sylpheed-4.html
6351         * doc/manual/ja/sylpheed-5.html
6352         * doc/manual/ja/sylpheed-6.html
6353         * doc/manual/ja/sylpheed-7.html
6354         * doc/manual/ja/sylpheed-8.html
6355         * doc/manual/ja/sylpheed-9.html
6356         * doc/manual/ja/sylpheed.html
6357         * doc/manual/ja/sylpheed.sgml
6358         * src/mainwindow.c
6359                 Remove outdated manual and faq. Noisy, eh?
6360
6361 2005-12-06 [colin]      1.9.100cvs70
6362
6363         * src/compose.c
6364         * src/quote_fmt_parse.y
6365         * src/undo.c
6366         * src/undo.h
6367                 Allow %X to position cursor at 0 
6368                 (no %X = before signature)
6369                 Fix paste as quotation putting the cursor at 0
6370                 Fix undo offsets when pasting
6371                 Insert the quote_fmt at once instead of line 
6372                 by line
6373                 Fix [Edited] when starting to reply/forward
6374
6375 2005-12-06 [paul]       1.9.100cvs69
6376
6377         * src/plugins/clamav/clamav_plugin_gtk.c
6378                 add another tooltip
6379         * src/plugins/spamassassin/spamassassin_gtk.c
6380                 rework spamassassin_create_widget_func()
6381
6382 2005-12-05 [colin]      1.9.100cvs68
6383
6384         * po/POTFILES.in
6385                 Fix make release ;-)
6386
6387 2005-12-05 [colin]      1.9.100cvs67
6388
6389         * src/compose.c
6390         * src/compose.h
6391                 Fix cursor positioning (not obeying %X)
6392
6393 2005-12-05 [paul]       1.9.100cvs66
6394
6395         * src/plugins/dillo_viewer/dillo_prefs.c
6396                 fix compilation warning
6397
6398 2005-12-05 [paul]       1.9.100cvs65
6399
6400         * src/prefs_spelling.c
6401         * src/plugins/trayicon/trayicon.c
6402                 cleanups - remove unused stuff
6403
6404 2005-12-05 [paul]       1.9.100cvs64
6405
6406         * README
6407         * manual/plugins.xml
6408                 remove info about removed mathml_viewer plugin
6409
6410 2005-12-05 [paul]       1.9.100cvs63
6411
6412         * configure.ac
6413         * src/plugins/Makefile.am
6414         * src/plugins/mathml_viewer/.cvsignore
6415         * src/plugins/mathml_viewer/Makefile.am
6416         * src/plugins/mathml_viewer/mathml_viewer.c
6417                 remove unmaintained mathml_viewer plugin
6418
6419 2005-12-05 [paul]       1.9.100cvs62
6420
6421         * src/summaryview.c
6422                 obey prefs_common.always_show_msg when
6423                 moving a msg
6424                 Thanks to Colin
6425
6426 2005-12-05 [paul]       1.9.100cvs61
6427
6428         * src/compose.c
6429         * src/prefs_account.c
6430         * src/prefs_filtering.c
6431         * src/prefs_quote.c
6432         * src/prefs_spelling.c
6433         * src/prefs_toolbar.c
6434         * src/summaryview.c
6435         * src/gtk/gtkutils.c
6436         * src/gtk/quicksearch.c
6437         * src/plugins/dillo_viewer/dillo_prefs.c
6438                 dialog cleanups
6439
6440 2005-12-04 [paul]       1.9.100cvs60
6441
6442         * src/inc.c
6443         * src/prefs_account.c
6444         * src/prefs_account.h
6445                 allow a Local account to specify a
6446                 default inbox
6447                 (closes bug 843 'Inbox cannot be changed for local
6448                  mailboxes')
6449
6450 2005-12-04 [colin]      1.9.100cvs59
6451
6452         * src/plugins/trayicon/trayicon.c
6453                 Remove Get, rename Get All to Get Mail in order to
6454                 be consistent with the default main toolbar
6455
6456 2005-12-03 [colin]      1.9.100cvs58
6457
6458         * manual/gpl.xml
6459         * manual/sylpheed-claws-manual.xml
6460                 Add GPL appendix
6461
6462 2005-12-03 [paul]       1.9.100cvs57
6463
6464         * AUTHORS
6465         * po/sv.po
6466         * src/gtk/authors.h
6467                 new (partially complete) Swedish translation
6468                 by Anders Troback <sylpheed@troback.com>
6469
6470 2005-12-02 [paul]       1.9.100cvs56
6471
6472         * configure.ac
6473                 libetpan 0.41 required
6474
6475 2005-12-02 [paul]       1.9.100cvs55
6476
6477         * src/plugins/clamav/clamav_plugin.c
6478         * src/plugins/clamav/clamav_plugin.h
6479         * src/plugins/clamav/clamav_plugin_gtk.c
6480         * src/plugins/spamassassin/spamassassin.c
6481         * src/plugins/spamassassin/spamassassin.h
6482         * src/plugins/spamassassin/spamassassin_gtk.c
6483                 unregister prefs pages on unloading, thus
6484                 preventing a crash
6485                 (thanks to Colin for the hint)
6486
6487 2005-12-02 [wwp]        1.9.100cvs54
6488
6489         * src/quote_fmt.h
6490         * src/quote_fmt_parse.y
6491                 fix misuse of gboolean*, use gboolean instead
6492                 (thanks to Paul, Colin, for pointing out that scaring one)
6493
6494 2005-12-02 [paul]       1.9.100cvs53
6495
6496         * src/plugins/clamav/clamav_plugin.c
6497                 int no --> unsigned int no
6498         * src/plugins/clamav/clamav_plugin_gtk.c
6499                 rework config page
6500
6501 2005-12-02 [wwp]        1.9.100cvs52
6502
6503         * src/compose.c
6504         * src/prefs_template.c
6505         * src/quote_fmt.h
6506         * src/quote_fmt_parse.y
6507                 prevent from executing |f and |p templates commands when
6508                 adding or replacing templates in prefs (avoids annoying and
6509                 potentially dangerous behaviours)
6510
6511 2005-12-02 [paul]       1.9.100cvs51
6512
6513         * src/prefs_common.c
6514                 allow translation of some default values
6515                 Patch by Fabien Vantard
6516
6517 2005-12-02 [paul]       1.9.100cvs50
6518
6519         * src/codeconv.c
6520         * src/codeconv.h
6521         * src/prefs_common.c
6522         * src/prefs_common.h
6523         * src/prefs_message.c
6524         * src/textview.c
6525                 remove obsolete 'convert_mb_alnum' option
6526                 and related stuff
6527         * src/gtk/about.c
6528                 remove unused 'about_textview_visibility_notify'
6529
6530 2005-12-02 [paul]       1.9.100cvs49
6531
6532         * src/prefs_account.c
6533         * src/prefs_compose_writing.c
6534         * src/prefs_fonts.c
6535         * src/prefs_gtk.h
6536         * src/prefs_image_viewer.c
6537         * src/prefs_message.c
6538         * src/prefs_other.c
6539         * src/prefs_receive.c
6540         * src/prefs_send.c
6541         * src/prefs_spelling.c
6542         * src/prefs_summaries.c
6543         * src/prefs_wrapping.c
6544         * src/plugins/dillo_viewer/dillo_prefs.c
6545         * src/plugins/pgpcore/prefs_gpg.c
6546                 several cleanups to the prefs dialogs
6547                 (slightly modified) patch by Fabien Vantard
6548
6549 2005-12-02 [paul]       1.9.100cvs48
6550
6551         * src/main.c
6552                 --exit means exit
6553         * src/send_message.c
6554                 fix crash on send when connection fails
6555
6556         Thanks to Colin
6557
6558 2005-12-01 [colin]      1.9.100cvs47
6559
6560         * src/html.c
6561                 Translate &hellip; to "..."
6562
6563 2005-11-30 [colin]      1.9.100cvs46
6564
6565         * src/matcher.c
6566         * src/matcher.h
6567                 Optimize back yesterday's fix.
6568
6569 2005-11-30 [paul]       1.9.100cvs45
6570
6571         * manual/faq.xml
6572                 standardised
6573         * manual/intro.xml
6574                 written by Colin, edited by me
6575
6576 2005-11-29 [colin]      1.9.100cvs44
6577
6578         * src/matcher.c
6579                 Skip headers unconditionnaly in match_body if the
6580                 rule is not message or ~message
6581
6582 2005-11-29 [colin]      1.9.100cvs43
6583
6584         * src/matcher.c
6585                 Fix body_part and such, not skipping headers 
6586                 if the matchcriteria wasn't the first in the rule
6587
6588 2005-11-29 [colin]      1.9.100cvs42
6589
6590         * src/compose.c
6591                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6592                 option missing from message view window)
6593                 Fix double text D'n'D with gtk-2.8
6594         * src/matcher.c
6595                 Fix ~message, ~headers_part, ~body_part rules
6596         * src/messageview.c
6597                 Add Windows-1252 (Closes bug #863)
6598                 Fix accels
6599         * src/gtk/gtkaspell.c
6600                 Properly destroy accels in all menus
6601
6602 2005-11-29 [mones]      1.9.100cvs41
6603
6604         * po/es.po
6605                 Updated.
6606
6607 2005-11-27 [colin]      1.9.100cvs40
6608
6609         * src/mh_gtk.c
6610                 "/Remove mailbox" -> "/Remove mailbox..."
6611
6612 2005-11-27 [paul]       1.9.100cvs39
6613
6614         * AUTHORS
6615         * po/de.po
6616         * src/gtk/authors.h
6617                 updated by new maintainer, Stephan Sachse
6618
6619 2005-11-27 [paul]       1.9.100cvs38
6620
6621         * manual/faq.xml
6622                 written by Colin, edited by me
6623
6624 2005-11-27 [paul]       1.9.100cvs37
6625
6626         * src/prefs_common.c
6627         * src/prefs_common.h
6628         * src/prefs_receive.c
6629         * src/prefs_summaries.c
6630                 move 'go to inbox after receiving new mail'
6631                 option from display/sumamaries to mail
6632                 handling/receive, and rework prefs_summaries
6633                 dialog a little
6634
6635 2005-11-25 [martin]     1.9.100cvs36
6636
6637         * po/de.po
6638             fixed windows-1252 translation;
6639             translated some new and fuzzy strings
6640
6641 2005-11-25 [paul]       1.9.100cvs35
6642
6643         * src/plugins/clamav/clamav_plugin.c
6644                 complete the update done in cvs34
6645
6646 2005-11-25 [paul]       1.9.100cvs34
6647
6648         * src/plugins/clamav/clamav_plugin.c
6649                 reflect upstream changes
6650
6651 2005-11-25 [paul]       1.9.100cvs33
6652
6653         * manual/ack.xml
6654         * manual/plugins.xml
6655         * manual/sylpheed-claws-manual.xml
6656                 written/updated by Colin, edited by me
6657         * tools/acroread2sylpheed.pl
6658                 update binary name
6659
6660 2005-11-24 [colin]      1.9.100cvs32
6661
6662         * src/compose.c
6663                 Fix bug #856 (reediting messages forgets Request
6664                 Return Receipt)
6665
6666 2005-11-24 [paul]       1.9.100cvs31
6667
6668         * manual/addrbook.xml
6669         * manual/starting.xml
6670                 written by Colin, proofread, edited, adapted by me
6671         * manual/advanced.xml
6672                 add some Actions examples
6673         * src/importldif.c
6674                 use a Save button instead of a Close button
6675         * src/wizard.c
6676                 indicate mandatory fields
6677                 fix page display
6678                 Thanks to Colin
6679
6680 2005-11-23 [colin]      1.9.100cvs30
6681
6682         * src/addressbook.c
6683                 Rename menu item, fix possible crash after
6684                 deletion of books
6685         * src/addrindex.c
6686                 Allow searching for '*' in ldap
6687         * src/browseldap.c
6688                 Fix "Browse Entry" (did anyone use it?)
6689         * src/wizard.c
6690                 Add guards for mandatory information
6691
6692 2005-11-23 [paul]       1.9.100cvs29
6693
6694         * manual/advanced.xml
6695                 corrections to the English
6696
6697 2005-11-23 [colin]      1.9.100cvs28
6698
6699         * src/mimeview.c
6700                 Fix possible crash at exit. After the call to
6701                 gtk_container_remove(), the Viewer's widget has no
6702                 more parent so gtk+ automatically frees it and its
6703                 sons. If destroy_viewer() then try to access it,
6704                 problems ensue.
6705
6706 2005-11-22 [colin]      1.9.100cvs27
6707
6708         * src/compose.c
6709         * src/gtk/gtkaspell.c
6710                 Fix right-clicking on a misspelled word
6711                 Fix More... in suggestions menu
6712
6713 2005-11-22 [wwp]        1.9.100cvs26
6714
6715         * src/prefs_template.c
6716                 templates works: re-sort templates list when adding or replacing,
6717                 prevent from adding or replacing when the template name is empty
6718
6719 2005-11-21 [colin]      1.9.100cvs25
6720
6721         * src/addressbook.c
6722                 Fix some addressbook suckage (dnd, select all)
6723         * src/compose.c
6724         * src/gtk/gtkaspell.c
6725         * src/gtk/gtkaspell.h
6726                 Make the spellchecker menu work with the 
6727                 GtkTextView one instead of overriding it
6728
6729 2005-11-20 [paul]       1.9.100cvs24
6730
6731         * manual/handling.xml
6732                 proofread and corrected
6733
6734 2005-11-20 [paul]       1.9.100cvs23
6735
6736         * manual/Makefile
6737                 generate html as one file
6738         * manual/advanced.xml
6739                 fix output generation
6740                 reformat hidden options list
6741         * manual/manual.xml     ** REMOVED **
6742         * manual/sylpheed-claws-manual.xml      ** ADDED **
6743                 renamed
6744
6745 2005-11-18 [colin]      1.9.100cvs22
6746
6747         * src/prefs_account.c
6748                 Fix layout in news and mbox accounts
6749         * manual/account.xml
6750         * manual/advanced.xml
6751                 New contents for Paul to check :)
6752
6753 2005-11-18 [wwp]        1.9.100cvs21
6754
6755         * src/gtk/quicksearch.c
6756                 don't update extended quicksearch buttons twice
6757
6758 2005-11-18 [paul]       1.9.100cvs20
6759
6760         * src/textview.c
6761                 complete 1.9.100cvs19
6762
6763 2005-11-18 [paul]       1.9.100cvs19
6764
6765         * src/compose.c
6766                 cosmetic improvements
6767         * src/textview.c
6768                 also list text/* attachments
6769
6770 2005-11-18 [colin]      1.9.100cvs18
6771
6772         * src/summaryview.c
6773                 Use column 0 instead of -1 in 
6774                 gtk_ctree_node_moveto, in a naive
6775                 hope it'll fix the gtk-related crashes
6776
6777 2005-11-18 [colin]      1.9.100cvs17
6778
6779         * src/gtk/inputdialog.c
6780                 Fix icon staying the first one
6781
6782 2005-11-17 [wwp]        1.9.100cvs16
6783                 fix possible problem showing some quicksearch buttons, and a bad
6784                 call to g_return_if_fail in a function that returns a value (both
6785                 fixes by Fabien Vantard)
6786
6787 2005-11-15 [wwp]        1.9.100cvs15
6788
6789         * src/gtk/quicksearch.c
6790                 added a tooltip to that obscure ... quicksearch button
6791
6792 2005-11-15 [wwp]        1.9.100cvs14
6793
6794         * src/gtk/quicksearch.c
6795                 add a quicksearch helper to filtering expression users: the ... button
6796                 raises the condition expr window. condition expressions set up w/ this
6797                 window are used by the quicksearch if the user closes it pressing OK.
6798
6799 2005-11-14 [paul]       1.9.100cvs13
6800
6801         * src/plugins/clamav/clamav_plugin.c
6802         * src/plugins/spamassassin/spamassassin.c
6803                 change plugin type following recent merging
6804
6805 2005-11-14 [wwp]        1.9.100cvs12
6806
6807         * src/folder.c
6808                 prevent from crashing when copying/moving message(s) from and
6809                 to the same folder
6810
6811 2005-11-14 [paul]       1.9.100cvs11
6812
6813         * src/plugins/clamav/Makefile.am
6814         * src/plugins/clamav/clamav_plugin.c
6815         * src/plugins/clamav/clamav_plugin.h
6816         * src/plugins/clamav/clamav_plugin_gtk.c
6817                 also merge clamav and clamav_gtk plugins
6818
6819 2005-11-13 [colin]      1.9.100cvs10
6820
6821         * configure.ac
6822         * src/plugins/spamassassin/Makefile.am
6823         * src/plugins/spamassassin/spamassassin.c
6824         * src/plugins/spamassassin/spamassassin.h
6825         * src/plugins/spamassassin/spamassassin_gtk.c
6826                 Merge spamassassin and spamassassin_gtk plugins,
6827                 and build it by default.
6828
6829 2005-11-12 [colin]      1.9.100cvs9
6830
6831         * src/etpan/imap-thread.c
6832                 Fix gcc warning
6833
6834 2005-11-12 [colin]      1.9.100cvs8
6835
6836         * src/procmime.c
6837                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6838
6839 2005-11-10 [colin]      1.9.100cvs7
6840
6841         * src/main.c
6842                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6843                 minimised state)
6844
6845 2005-11-10 [wwp]        1.9.100cvs6
6846
6847         * src/gtk/description_window.c
6848                 fix a crash when closing description windows using the WM's [X] button
6849
6850 2005-11-09 [colin]      1.9.100cvs5
6851
6852         * src/common/ssl.c
6853                 Update libetpan call to follow upstream
6854                 (yes, this requires libetpan-0.40cvs3)
6855
6856 2005-11-08 [colin]      1.9.100cvs4
6857
6858         * src/compose.c
6859         * src/textview.c
6860         * src/common/utils.c
6861         * src/common/utils.h
6862                 Enhance the email parser
6863
6864 2005-11-08 [colin]      1.9.100cvs3
6865
6866         * src/procmime.c
6867                 Fix what looks like an off-by-one (fixes 
6868                 attachments from the Bat)
6869
6870 2005-11-08 [wwp]        1.9.100cvs2
6871
6872         * src/main.c
6873                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6874
6875 2005-11-08 [wwp]        1.9.100cvs1
6876
6877         * src/main.c
6878                 allow exiting Sylpheed-Claws from command-line
6879
6880 2005-11-08 [paul]       1.9.100
6881
6882         1.9.100 released
6883
6884 2005-11-07 [colin]      1.9.99cvs17
6885
6886         * src/addritem.c
6887         * src/ldif.c
6888                 Fix import of base-64 encoded items
6889
6890 2005-11-07 [colin]      1.9.99cvs16
6891
6892         * src/send_message.c
6893                 Fix bug #314 (Queue does not empty under certain 
6894                 circumstances)
6895
6896 2005-11-07 [paul]       1.9.99cvs15
6897
6898         * src/mutt.c
6899         * src/pine.c
6900                 fix buffer overflows
6901                 Thanks to Colin
6902
6903 2005-11-07 [paul]       1.9.99cvs14
6904
6905         * doc/man/Makefile.am
6906         * doc/man/sylpheed-claws.1      ** ADDED **
6907         * doc/man/sylpheed.1            ** DELETED **
6908                 rename and update the man file
6909
6910 2005-11-06 [colin]      1.9.99cvs13
6911
6912         * src/ldif.c
6913                 Fix ldif_get_line() that returned empty strings
6914                 (Didn't understand why). Also fix a possible
6915                 buffer overflow.
6916
6917 2005-11-06 [wwp]        1.9.99cvs12
6918
6919         * src/textview.c
6920         * src/gtk/about.c
6921         * src/gtk/gtkutils.c
6922         * src/gtk/gtkutils.h
6923                 fix a compilation warning,
6924                 make links sensitive in the about dialog
6925
6926 2005-11-04 [wwp]        1.9.99cvs11
6927
6928         * src/gtk/about.c
6929                 don't wrap or translate URIs, and a bit text format cleanup
6930
6931 2005-11-04 [wwp]        1.9.99cvs10
6932
6933         * src/gtk/about.c
6934                 better textview tagging implementation (no more use of marks for
6935                 postponed tagging)
6936
6937 2005-11-02 [colin]      1.9.99cvs9
6938
6939         * src/common/ssl.c
6940                 Forgot an ifdef
6941
6942 2005-11-02 [colin]      1.9.99cvs8
6943
6944         * configure.ac
6945                 Require libetpan-0.40 due to upstream fix
6946         * src/common/ssl.c
6947                 Tell libetpan not to call SSL_Library_Init,
6948                 as we do it ourselves.
6949
6950 2005-11-02 [colin]      1.9.99cvs7
6951
6952         * po/POTFILES.in
6953                 Add missing files (thanks to Fabien Vantard)
6954
6955 2005-11-02 [colin]      1.9.99cvs6
6956
6957         * src/summaryview.c
6958                 Fix totals when read messages are hidden or quicksearch
6959                 is on
6960         * src/ssl_manager.c
6961         * src/ssl_manager.h
6962         * src/common/ssl_certificate.c
6963         * src/common/ssl_certificate.h
6964         * src/gtk/sslcertwindow.c
6965         * src/gtk/sslcertwindow.h
6966                 Fix copyright on my stuff
6967
6968 2005-11-02 [wwp]        1.9.99cvs5
6969
6970         * src/prefs_themes.c
6971                 fix directory name checking (theme installation/removal),
6972                 made related error a bit more verbose
6973
6974 2005-11-02 [colin]      1.9.99cvs4
6975
6976         * src/summaryview.c
6977                 Fix typo (probably fixes bug #841 (Sort by the From 
6978                 field doesn't work)
6979
6980 2005-11-02 [paul]       1.9.99cvs3
6981
6982         * po/ko.po
6983         * po/nb.po
6984                 updated by SungHyun Nam, Geir Helland
6985         * src/wizard.c
6986                 fix typo in welcome message. spotted by
6987                 Andrea Spadaccini
6988
6989 2005-11-01 [colin]      1.9.99cvs2
6990
6991         * src/compose.c
6992                 Fix replying to ml wen confirming subscription
6993         * src/messageview.c
6994         * src/mimeview.c
6995         * src/mimeview.h
6996         * src/privacy.h
6997         * src/summaryview.c
6998                 Make key check non blocking
6999
7000 2005-10-31 [paul]       1.9.99cvs1
7001
7002         * tools/claws.i18n.status.pl
7003                 updated for ChangeLog
7004
7005 2005-10-31 [paul]       1.9.99
7006
7007         1.9.99 released
7008
7009 2005-10-31 [paul]       1.9.15cvs131
7010
7011         * .cvsignore
7012         * ChangeLog
7013         * ChangeLog.claws       ** REMOVED **
7014         * ChangeLog-gtk2.claws  ** REMOVED **
7015         * ChangeLog.gtk1        ** ADDED **
7016         * INSTALL
7017         * Makefile.am
7018         * NEWS
7019         * README
7020         * README.claws          ** REMOVED **
7021         * README.jp             ** REMOVED **
7022         * RELEASE_NOTES         ** ADDED **
7023         * RELEASE_NOTES.claws   ** REMOVED **
7024         * commitHelper
7025         * configure.ac
7026         * sylpheed.spec.in      ** REMOVED **
7027                 tidy up and update the default docs:
7028                 ChangeLog.claws is renamed ChangeLog.gtk1
7029                 ChangeLog-gtk2.claws is renamed ChangeLog
7030                 README.claws is renamed README
7031                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7032
7033 2005-10-31 [paul]       1.9.15cvs130
7034
7035         * po/it.po
7036                 fix errors
7037
7038 2005-10-31 [paul]       1.9.15cvs129
7039
7040         * po/ca.po
7041         * po/de.po
7042         * po/en_GB.po
7043         * po/fr.po
7044         * po/it.po
7045         * po/pt_BR.po
7046         * po/sk.po
7047         * po/sr.po
7048         * po/zh_CN.po
7049                 updated by Miquel Oliete, Stephan Sachse and
7050                 Thomas Gilgin, me, Fabien Vantard, Andrea
7051                 Spadaccini, Frederico Goncalves Guimaraes,
7052                 Andrej Kacian, Aleksandar Urosevic, and
7053                 Ralgh Young.
7054
7055 2005-10-31 [mones]      1.9.15cvs128
7056
7057         * manual/faq.xml
7058                 More questions.
7059         
7060         * po/es.po
7061                 Updated for release.
7062
7063 2005-10-30 [colin]      1.9.15cvs127
7064
7065         * src/compose.c
7066                 Place cursor before rewrapping (fixes cursor
7067                 pos if quotation gets rewrapped)
7068
7069 2005-10-29 [paul]       1.9.15cvs126
7070
7071         * src/crash.c
7072         * src/foldersel.c
7073         * src/main.c
7074         * src/messageview.c
7075         * src/toolbar.c
7076         * src/gtk/authors.h
7077                 corrections to text items
7078
7079 2005-10-28 [colin]      1.9.15cvs125
7080
7081         * src/messageview.c
7082                 Make "hit 'C' to check sig" work from extern 
7083                 messageviews
7084
7085 2005-10-27 [colin]      1.9.15cvs124
7086
7087         * src/summaryview.c
7088                 Add a hack to avoid segfaulting when hammering 
7089                 on gtk's events
7090
7091 2005-10-27 [wwp]        1.9.15cvs123
7092
7093         * src/prefs_themes.c
7094                 sort list of themes names in themes prefs
7095
7096 2005-10-27 [paul]       1.9.15cvs122
7097
7098         * src/folder.c
7099         * src/prefs_account.c
7100                 fix building on Solaris
7101                 Patch by Alex Moore
7102
7103 2005-10-27 [wwp]        1.9.15cvs121
7104
7105         * src/summaryview.c
7106         * src/gtk/gtksctree.c
7107                 speed up unselecting messages in summary view (thanks to Colin)
7108
7109 2005-10-27 [paul]       1.9.15cvs120
7110
7111         * src/mainwindow.c
7112                 fix a compilation warning
7113         * src/summaryview.c
7114                 fix updating of 'n items selected' count
7115                 when deselecting
7116
7117 2005-10-27 [martin]     1.9.15cvs119
7118
7119         * src/action.c
7120                 ignore actions with a leading '/' in the action menu name
7121                 fixes a crash on menu creation
7122         * src/prefs_actions.c
7123                 do not allow a leading '/' in the action menu name
7124
7125 2005-10-27 [paul]       1.9.15cvs118
7126
7127         * src/main.c
7128                 fix compilation warning
7129
7130 2005-10-27 [paul]       1.9.15cvs117
7131
7132         * src/procmime.c
7133                 add #if HAVE_LOCALE_H
7134
7135 2005-10-27 [paul]       1.9.15cvs116
7136
7137         * src/plugins/clamav/clamav_plugin.c
7138         * src/plugins/dillo_viewer/dillo_viewer.c
7139         * src/plugins/mathml_viewer/mathml_viewer.c
7140         * src/plugins/pgpcore/plugin.c
7141         * src/plugins/pgpinline/plugin.c
7142         * src/plugins/pgpmime/plugin.c
7143         * src/plugins/spamassassin/spamassassin.c
7144         * src/plugins/trayicon/trayicon.c
7145                 plugin_init() : make error messages more
7146                 informative
7147
7148 2005-10-26 [wwp]        1.9.15cvs115
7149
7150         * src/prefs_matcher.c
7151                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7152
7153 2005-10-26 [wwp]        1.9.15cvs114
7154
7155         * src/procmime.c
7156         * src/gtk/gtksctree.c
7157         * src/plugins/spamassassin/libspamc.c
7158         * src/plugins/spamassassin/spamassassin.c
7159                 fix some compilation warnings more
7160
7161 2005-10-26 [mones]      1.9.15cvs113
7162
7163         * po/es.po
7164                 Updated translation
7165
7166 2005-10-26 [paul]       1.9.15cvs112
7167
7168         * src/prefs_message.c
7169                 give all display_xface stuff the
7170                 #if HAVE_LIBCOMPFACE treatment, thus
7171                 preventing a crash
7172                 (Thanks to Wolfgang Enderlein)
7173
7174 2005-10-26 [colin]      1.9.15cvs111
7175
7176         * src/gedit-print.c
7177                 Fix date format
7178         * src/imap_gtk.c
7179         * src/news_gtk.c
7180                 Remove context menu items that should not be there
7181         * src/jpilot.c
7182                 Fix encoding
7183         * src/main.c
7184         * src/mainwindow.c
7185                 Don't show the mainwindow too soon
7186
7187 2005-10-26 [wwp]        1.9.15cvs110
7188
7189         * src/folder.c
7190         * src/manual.c
7191         * src/summaryview.c
7192                 fix uninitialized pointers in the folder updating hook
7193                 (thanks to Colin)
7194
7195 2005-10-25 [mones]      1.9.15cvs109
7196
7197         * manual/faq.xml
7198                 General information subsection completed. 
7199                 Removed archaic references.
7200                 
7201         * manual/Makefile
7202         * manual/dtd/manual.dsl
7203                 Added customization stylesheet for getting paragraphs
7204                 fully justified in PDF output (as suggested by Colin).
7205
7206 2005-10-25 [colin]      1.9.15cvs108
7207
7208         * src/compose.c
7209                 Fix a second leak
7210
7211 2005-10-25 [colin]      1.9.15cvs107
7212
7213         * src/addrbook.c
7214         * src/addrindex.c
7215                 Fix leak (xml_get_element() allocates memory)
7216         * src/compose.c
7217                 Fix leak + dead code (shame!)
7218         * src/procmime.c
7219                 Fix leak
7220
7221 2005-10-25 [colin]      1.9.15cvs106
7222
7223         * src/mimeview.c
7224                 Fix encoding issue in Save all and in 
7225                 overwrite-confirmation alertpanel
7226
7227 2005-10-25 [colin]      1.9.15cvs105
7228
7229         * src/common/socket.c
7230                 Fix a leak - Thanks to Christopher Aillon
7231                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7232
7233 2005-10-25 [paul]       1.9.15cvs104
7234
7235         * src/wizard.c
7236                 Always guess servers from the right-hand
7237                 email part and guess username from the
7238                 left-hand part. (Thanks to Colin)
7239                 add an X-Face to the welcome message
7240
7241 2005-10-25 [paul]       1.9.15cvs103
7242
7243         * manual/handling.xml
7244                 written by Colin, edited by me
7245
7246 2005-10-25 [wwp]        1.9.15cvs102
7247
7248         * src/folderview.c
7249         * src/grouplistdialog.c
7250         * src/imap.c
7251         * src/noticeview.c
7252                 fix some compilation warnings
7253
7254 2005-10-24 [paul]
7255
7256         1.9.99-rc3 released
7257
7258 2005-10-24 [paul]       1.9.15cvs101
7259
7260         * src/gtk/about.c
7261                 fix window sizing
7262
7263 2005-10-24 [paul]       1.9.15cvs100
7264
7265         * src/pixmaps/offline.xpm
7266         * src/pixmaps/online.xpm
7267                 replace with last default versions
7268
7269 2005-10-24 [colin]      1.9.15cvs99
7270
7271         * src/imap.c
7272                 Fix bug when moving a folder
7273         * src/imap_gtk.c
7274         * src/mh_gtk.c
7275                 "Delete folder" pops up a window, so it 
7276                 should be suffixed with "..."
7277         * src/plugins/pgpcore/sgpgme.c
7278                 Include locale.h
7279
7280 2005-10-24 [mones]      1.9.15cvs98
7281
7282         * manual/Makefile
7283         * manual/account.xml
7284         * manual/ack.xml
7285         * manual/addrbook.xml
7286         * manual/advanced.xml
7287         * manual/faq.xml
7288         * manual/glossary.xml
7289         * manual/gpl.xml
7290         * manual/handling.xml
7291         * manual/intro.xml
7292         * manual/keyboard.xml
7293         * manual/manual.xml
7294         * manual/plugins.xml
7295         * manual/starting.xml
7296         * manual/dtd/sdocbook.dtd
7297                 Initial manual structure and some content.
7298
7299 2005-10-23 [wwp]        1.9.15cvs97
7300
7301         * src/gtk/about.c
7302                 fix a typo
7303
7304 2005-10-23 [wwp]        1.9.15cvs96
7305
7306         * src/gtk/about.c
7307         * src/gtk/authors.h
7308                 rework of the about window (main work by Paul), also featuring a few
7309                 fixes for typos and duplicate names
7310
7311 2005-10-23 [wwp]        1.9.15cvs95
7312
7313         * src/.cvsignore
7314                 Ignore the right binary name (sylpheed-claws now)
7315
7316 2005-10-23 [paul]       1.9.15cvs94
7317
7318         * src/compose.c
7319                 when using Folder Pref 'Default To for
7320                 replies' make the entry in the Compose
7321                 window bold
7322                 Patch by Fabien Vantard
7323
7324 2005-10-22 [colin]      1.9.15cvs93
7325
7326         * src/codeconv.c
7327                 Fix leak
7328
7329 2005-10-22 [colin]      1.9.15cvs92
7330
7331         * src/codeconv.c
7332                 try to convert using locale (apart utf8) if necessary
7333
7334 2005-10-22 [colin]      1.9.15cvs91
7335
7336         * src/pixmaps/new.xpm
7337         * src/pixmaps/unread.xpm
7338                 Make the unread envelope blue again and
7339                 saturate the new one a bit more.
7340
7341 2005-10-22 [colin]      1.9.15cvs90
7342
7343         * src/compose.c
7344                 When replying to a mail sent by one of our accounts,
7345                 use the original list of recipients. Let 'Reply All'
7346                 and 'Reply to sender' work like previously.
7347
7348 2005-10-21 [colin]      1.9.15cvs89
7349
7350         * src/prefs_filtering.c
7351                 Clear fields after add and replace
7352         * src/textview.c
7353                 Display xface differently (better)
7354         * src/plugins/pgpinline/pgpinline.c
7355                 Fix crappy encodings/recodings
7356
7357 2005-10-21 [paul]       1.9.15cvs88
7358
7359         * src/compose.c
7360         * src/prefs_folder_item.c
7361         * src/toolbar.c
7362                 fix news folder Folder Properties
7363                 (thanks to Colin)
7364         * src/folderview.c
7365                 update folderview after Themes change
7366                 keep selected folder selected
7367                 (thanks to Colin)
7368
7369 2005-10-21 [paul]       1.9.15cvs87
7370
7371         * tools/Makefile.am
7372         * tools/OOo2sylpheed.pl
7373         * tools/README
7374         * tools/README.sylprint
7375         * tools/asus_mailled.sh         ** REMOVED **
7376         * tools/filter_conv.pl
7377         * tools/freshmeat_search.pl
7378         * tools/google_search.pl
7379         * tools/gpg-sign-syl            ** REMOVED **
7380         * tools/kmail2sylpheed.pl
7381         * tools/kmail2sylpheed_v2.pl
7382         * tools/multiwebsearch.pl
7383         * tools/nautilus2sylpheed.sh
7384         * tools/newscache_clean.pl
7385         * tools/outlook2sylpheed.pl
7386         * tools/sylpheed-switcher       ** REMOVED **
7387         * tools/sylprint.pl
7388         * tools/sylprint.rc
7389         * tools/tb2sylpheed
7390         * tools/vcard2xml.py
7391         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7392                 update default config dir
7393                 update binary name (thanks to Fabien Vantard)
7394                 remove obsolete scripts
7395
7396 2005-10-21 [colin]      1.9.15cvs86
7397
7398         * src/inc.c
7399                 Fix possible leak and units. Based on a patch by
7400                 Fabien Vantard.
7401
7402 2005-10-20 [colin]      1.9.15cvs85
7403
7404         * src/textview.c
7405                 Clear xface when clearing textview
7406
7407 2005-10-20 [colin]      1.9.15cvs84
7408
7409         * configure.ac
7410         * src/folderview.c
7411         * src/headerview.c
7412         * src/main.c
7413         * src/prefs_common.c
7414         * src/prefs_common.h
7415         * src/prefs_message.c
7416         * src/textview.c
7417         * src/textview.h
7418         * src/common/defs.h
7419         * src/common/utils.c
7420         * src/common/utils.h
7421         * src/gtk/gtkutils.c
7422         * src/gtk/gtkutils.h
7423                 Migrate config to .sylpheed-claws (Automatically)
7424                 Add a way to get the Xface in the TextView
7425
7426 2005-10-20 [colin]      1.9.15cvs83
7427
7428         * src/gtk/Makefile.am
7429         * src/gtk/about.c
7430         * src/gtk/authors.h
7431                 Make the about dialog *grooovy*
7432
7433 2005-10-20 [colin]      1.9.15cvs82
7434
7435         * src/mimeview.c
7436                 Use "Open with" on double click if no command
7437                 was found
7438
7439 2005-10-20 [colin]      1.9.15cvs81
7440
7441         * src/imap.c
7442         * src/etpan/imap-thread.c
7443                 Fix possible crash.
7444
7445 2005-10-20 [paul]       1.9.15cvs80
7446
7447         * src/folder.c
7448                 don't show clipkey icon if the only
7449                 attachment is the signature
7450                 Patch by Colin
7451
7452 2005-10-20 [paul]       1.9.15cvs79
7453
7454         * AUTHORS
7455         * src/plugins/pgpmime/pgpmime.c
7456                 name the PGP/MIME signature 'signature.asc'
7457                 Patch by Andrew Nelson <freeandy@gmail.com>
7458
7459 2005-10-19 [colin]      1.9.15cvs78
7460
7461         * src/plugins/pgpmime/pgpmime.c
7462                 Oops, no need to double-check though
7463
7464 2005-10-19 [colin]      1.9.15cvs77
7465
7466         * src/plugins/pgpinline/pgpinline.c
7467         * src/plugins/pgpmime/pgpmime.c
7468                 Check that my_tmpfile() doesn't 
7469                 return NULL
7470
7471 2005-10-19 [colin]      1.9.15cvs76
7472
7473         * src/common/utils.c
7474                 Use shorter mime boundaries to avoid having
7475                 MTAs rewrapping our headers, breaking the
7476                 PGP signature in the process 
7477         * src/compose.c
7478         * src/plugins/pgpmime/pgpmime.c
7479                 Check for boundary uniqueness to be sure
7480                 it won't happen, instead of hoping for the
7481                 best
7482
7483 2005-10-19 [colin]      1.9.15cvs75
7484
7485         * sylpheed-claws.desktop
7486         * src/Makefile.am
7487         * src/main.c
7488                 Ship a sylpheed-claws binary instead
7489                 of a sylpheed one. Change the socket
7490                 name, too
7491         * src/folderview.c
7492                 Update folder only if it changed
7493         * src/wizard.c
7494                 Fix i18n in welcome mail, patch by
7495                 Fabien Vantard
7496
7497 2005-10-19 [paul]
7498
7499         1.9.99-rc2 released
7500
7501 2005-10-19 [paul]       1.9.15cvs74
7502
7503         * src/folder.c
7504         * src/folderview.c
7505                 fix summaryview update
7506                 Patch by Colin
7507
7508 2005-10-18 [colin]      1.9.15cvs73
7509
7510         * src/plugins/pgpcore/passphrase.c
7511                 Don't XGrabServer, and try a bit more to 
7512                 sync everything before grabbing mouse/keyboard
7513
7514 2005-10-18 [colin]      1.9.15cvs72
7515
7516         * src/Makefile.am
7517         * src/addressadd.c
7518         * src/addressbook.c
7519         * src/folderview.c
7520         * src/grouplistdialog.c
7521         * src/mimeview.c
7522         * src/stock_pixmap.c
7523         * src/stock_pixmap.h
7524         * src/summaryview.c
7525         * src/gtk/gtksctree.c
7526         * src/gtk/gtksctree.h
7527         * src/pixmaps/empty.xpm
7528                 Implement a wrapper call for gtk_ctree_set_node_info
7529                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7530                 pixmap instead of a NULL one. This works around some
7531                 memory problems deep inside gtk, revealed by valgrind,
7532                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7533                 as locked crashes sylpheed.), as well as, probably, 
7534                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7535
7536 2005-10-17 [colin]      1.9.15cvs71
7537
7538         * src/mimeview.c
7539                 Provide visual feedback when checking
7540                 signature
7541
7542 2005-10-17 [colin]      1.9.15cvs70
7543
7544         * src/main.c
7545                 Keep the folder list frozen while checking caches...
7546
7547 2005-10-17 [colin]      1.9.15cvs69
7548
7549         * src/addr_compl.c
7550                 Fi bug #833 (Autocompleting from addressbook 
7551                 fails with extended chars)
7552         * src/imap.c
7553                 Fix 'adding messages' staying in statusbar
7554                 after an error
7555
7556 2005-10-17 [wwp]        1.9.15cvs68
7557
7558         * src/ssl_manager.c
7559                 Fix buttons' layout resizing when window size changes
7560
7561 2005-10-17 [wwp]        1.9.15cvs67
7562
7563         * src/account.c
7564         * src/prefs_account.c
7565         * src/prefs_common.c
7566         * src/prefs_common.h
7567         * src/prefs_folder_item.c
7568         * src/prefs_gtk.c
7569         * src/gtk/logwindow.c
7570         * src/gtk/pluginwindow.c
7571         * src/gtk/prefswindow.c
7572         * src/gtk/prefswindow.h
7573                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7574
7575 2005-10-17 [paul]       1.9.15cvs66
7576
7577         * configure.ac
7578                 fix missing libetpan message
7579         * po/en_GB.po
7580                 updated
7581         * src/crash.c
7582         * src/manual.c
7583         * src/prefs_themes.c
7584         * src/common/defs.h
7585                 add some new URI defines, change some
7586                 others
7587         * src/wizard.c
7588                 make welcome message translatable
7589                 small improvements to english
7590                 other tweaks
7591         * src/gtk/menu.c
7592                 fix warnings
7593
7594 2005-10-17 [paul]       1.9.15cvs65
7595
7596         * src/summaryview.c
7597                 fix column titles
7598
7599 2005-10-16 [mones]      1.9.15cvs64
7600
7601         * po/es.po
7602                 Updated translation
7603
7604 2005-10-16 [colin]
7605
7606         1.9.99-rc1 released
7607
7608 2005-10-16 [colin]      1.9.15cvs63
7609
7610         * src/wizard.c
7611                 Fix whitespace
7612
7613 2005-10-16 [colin]      1.9.15cvs62
7614
7615         * src/toolbar.c
7616                 s/Get All/Get Mail/
7617         * src/wizard.c
7618                 Real welcome mail text, thanks Paul
7619
7620 2005-10-16 [colin]      1.9.15cvs61
7621
7622         * src/editldap.c
7623         * src/exporthtml.c
7624         * src/main.c
7625         * src/mainwindow.c
7626         * src/prefs_themes.c
7627         * src/prefs_toolbar.c
7628         * src/plugins/demo/demo.c
7629         * src/plugins/trayicon/trayicon.c
7630                 s/Sylpheed/Sylpheed-Claws/
7631
7632 2005-10-16 [colin]      1.9.15cvs60
7633
7634         * src/wizard.c
7635                 Add a welcome email in the first empty mailbox
7636         * src/prefs_common.c
7637                 Change one more default
7638
7639 2005-10-16 [colin]      1.9.15cvs59
7640
7641         * src/wizard.c
7642                 Remove printf
7643
7644 2005-10-16 [colin]      1.9.15cvs58
7645
7646         * src/toolbar.c
7647         * src/prefs_common.c
7648                 Change some defaults
7649
7650 2005-10-16 [colin]      1.9.15cvs57
7651
7652         * src/toolbar.c
7653         * src/prefs_common.c
7654                 Change some defaults
7655
7656 2005-10-16 [colin]      1.9.15cvs56
7657
7658         * src/wizard.c
7659                 By default, initialize fonts to have
7660                 the same size as normal GtkWidgets
7661
7662 2005-10-16 [colin]      1.9.15cvs55
7663
7664         * src/mimeview.c
7665                 Fix message a bit more
7666
7667 2005-10-16 [colin]      1.9.15cvs54
7668
7669         * src/addressbook.c
7670                 Second attempt at flicker fixing
7671
7672 2005-10-16 [colin]      1.9.15cvs53
7673
7674         * src/addressbook.c
7675                 Fix flicker
7676
7677 2005-10-16 [wwp]        1.9.15cvs52
7678
7679         * src/addressbook.c
7680         * src/editaddress.c
7681         * src/prefs_common.c
7682         * src/prefs_common.h
7683                 Remember window sizes (address book)
7684
7685 2005-10-16 [wwp]        1.9.15cvs51
7686
7687         * src/plugins/clamav/clamav_plugin_gtk.c
7688         * src/plugins/spamassassin/spamassassin_gtk.c
7689                 Fix compilation warnings (missing #include).
7690
7691 2005-10-16 [colin]      1.9.15cvs50
7692
7693         * src/mimeview.c
7694         * src/summaryview.c
7695         * src/textview.c
7696                 Make 'c' check signature, and forward
7697                 c, l, y, t from summaryview to mimeview
7698
7699 2005-10-16 [colin]      1.9.15cvs49
7700
7701         * src/addressbook.c
7702                 Put border around buttons
7703         * src/mainwindow.c
7704         * src/summaryview.c
7705                 Rework menus (Patch based on a patch
7706                 by Paul)
7707
7708 2005-10-15 [wwp]        1.9.15cvs48
7709
7710         * src/editjpilot.c
7711         * src/editldap.c
7712         * src/editvcard.c
7713         * src/exphtmldlg.c
7714         * src/expldifdlg.c
7715         * src/export.c
7716         * src/import.c
7717         * src/importldif.c
7718         * src/importmutt.c
7719         * src/importpine.c
7720         * src/prefs_account.c
7721         * src/prefs_spelling.c
7722         * src/gtk/gtkutils.c
7723         * src/gtk/gtkutils.h
7724         * src/plugins/clamav/clamav_plugin_gtk.c
7725         * src/plugins/spamassassin/spamassassin_gtk.c
7726                 use nicer browse-for-file/dir buttons than the "..." ones,
7727                 code factorizing more.
7728
7729 2005-10-14 [colin]      1.9.15cvs47
7730
7731         * src/mainwindow.c
7732                 set relief on the account switcher so that people see it
7733                 grey out Create processing rules when no message is selected
7734         * src/prefs_filtering.c
7735                 ask before closing if the rule has not been modified, even if
7736                 it's not valid
7737         * src/prefs_matcher.c
7738                 fix sensitivity when entering the dialog
7739         * src/gtk/inputdialog.c
7740                 display a better icon on password ask
7741         * src/plugins/pgpcore/passphrase.c
7742                 make the dialog look better
7743
7744 2005-10-14 [paul]       1.9.15cvs46
7745
7746         * src/folderview.c
7747                 indicate presense of marked msgs in
7748                 unexpanded subfolders
7749
7750 2005-10-14 [paul]       1.9.15cvs45
7751
7752         * src/prefs_actions.c
7753         * src/prefs_common.c
7754         * src/prefs_common.h
7755         * src/prefs_filtering_action.c
7756         * src/prefs_matcher.c
7757         * src/prefs_template.c
7758                 remember window sizes
7759                 fix Info button size
7760
7761         Patches by wwp
7762
7763 2005-10-13 [colin]      1.9.15cvs44
7764
7765         * src/mimeview.c
7766         * src/noticeview.c
7767         * src/noticeview.h
7768                 Add a tooltip on the icon (optional) 
7769                 Get rid of the signature buttons and only
7770                 use the icon+tooltip
7771
7772 2005-10-13 [colin]      1.9.15cvs43
7773
7774         * src/noticeview.c
7775         * src/noticeview.h
7776                 Add hand cursor for hovering over icon
7777
7778 2005-10-13 [colin]      1.9.15cvs42
7779
7780         * src/summaryview.c
7781                 Fix crash when quicksearch's hidden 
7782                 at startup
7783
7784 2005-10-13 [colin]      1.9.15cvs41
7785
7786         * src/compose.c
7787                 Set subject when forwarding multiple mails
7788                 Check that other recipient than the default Cc or Bcc
7789                 have been set before sending.
7790
7791 2005-10-13 [colin]      1.9.15cvs40
7792
7793         * src/imap.c
7794                 Batch per-folder
7795                 Introduce locking, but don't use it yet
7796
7797 2005-10-13 [colin]      1.9.15cvs39
7798
7799         * src/gtk/quicksearch.c
7800                 Reset quicksearch when hiding it
7801                 Make sticky a real pref
7802
7803 2005-10-13 [colin]      1.9.15cvs38
7804
7805         * src/summaryview.c
7806                 Faster prefs apply
7807
7808 2005-10-13 [colin]      1.9.15cvs37
7809
7810         * src/mimeview.c
7811         * src/noticeview.c
7812         * src/noticeview.h
7813         * src/plugins/pgpcore/sgpgme.c
7814                 Make privacy icon clickable
7815                 Move Trust field in Full info
7816                 When trust is less than full, don't display
7817                 a warning icon
7818
7819 2005-10-13 [colin]      1.9.15cvs36
7820
7821         * src/folder.c
7822                 Batch on flags sync
7823         * src/folderview.c
7824                 Revert speed hack which is dangerous in fact
7825                 Apply prefs faster
7826
7827 2005-10-13 [colin]      1.9.15cvs35
7828
7829         * src/folder_item_prefs.c
7830                 Fix pref corruption on folder move. Patch
7831                 by wwp
7832
7833 2005-10-13 [paul]       1.9.15cvs34
7834
7835         * src/export.c
7836         * src/import.c
7837                 fix typos in g_warnings
7838         * src/prefs_account.c
7839                 add a file selector for Signature file
7840
7841         Patches by wwp
7842
7843 2005-10-12 [colin]      1.9.15cvs33
7844
7845         * src/mimeview.c
7846                 Provide a quick way to go back from a
7847                 signature's full info to the email part
7848
7849 2005-10-12 [colin]      1.9.15cvs32
7850
7851         * src/compose.c
7852                 Remove old hack of encoding signed mails with base64.
7853                 QP works equally well.
7854
7855 2005-10-12 [colin]      1.9.15cvs31
7856
7857         * src/crash.c
7858                 Replace deprecated GtkText with GtkTextView
7859         * src/imap.c
7860                 Fix a logic bug about counts in imap_select
7861                 (previously un-triggered)
7862         * src/mainwindow.c
7863         * src/summaryview.c
7864         * src/news.c
7865                 Allow local deletion of news posts
7866         * src/mimeview.c
7867                 Show GPG noticeview on the message/rfc822 part
7868                 in addition to the text/plain one
7869         * src/prefs_image_viewer.c
7870           src/plugins/pgpcore/prefs_gpg.c
7871                 Polish (set the label as part of the checkbox)
7872         * src/wizard.c
7873                 Don't sit there doing nothing after destroying
7874                 the window - return err
7875
7876 2005-10-11 [colin]      1.9.15cvs30
7877
7878         * src/folderview.c
7879                 Apply processing rules before showing folders.
7880                 Early folder show (before flags sync) will only
7881                 be done when there are no processing rules (nor
7882                 pre- or post- ones)
7883         * src/imap.c
7884                 Fix stuff related to mail subdir, creation and 
7885                 deletion of folders 
7886         * src/imap_gtk.c
7887                 Don't allow creation of folders in NoInferior
7888                 folders, as it won't work
7889
7890 2005-10-10 [colin]      1.9.15cvs29
7891
7892         * src/compose.c
7893                 Reselect "None" Privacy system when selecting an
7894                 account with no privacy system defined
7895
7896 2005-10-10 [colin]      1.9.15cvs28
7897
7898         * src/mainwindow.c
7899                 Add Windows-1252 encoding
7900         * src/prefs_common.c
7901                 Rework some defaults:
7902                 - autosave to draft by default
7903                 - don't show header pane (it's already in the textview)
7904                 - Select first new or unread mail on entry
7905                 - Assume 'Yes' to change folder when there's no more
7906                   unread message
7907         * src/prefs_matcher.c
7908                 Fix a gtk assertion failure
7909         * src/gtk/colorlabel.c
7910                 Workaround bad repainting on selection
7911         * src/main.c
7912                 Freeze/thaw (a bit faster on ssh -X)
7913         * src/msgcache.c
7914                 Get rid of StrdupConverter that just adds an
7915                 extra strdup/free 
7916         * src/etpan/imap_thread.c
7917                 memset buf to 0
7918
7919 2005-10-10 [colin]      1.9.15cvs27
7920
7921         * src/export.c
7922         * src/import.c
7923                 Fix compile on gtk 2.4. Patch by wwp
7924
7925 2005-10-09 [colin]      1.9.15cvs26
7926
7927         * src/mainwindow.c
7928         * src/messageview.c
7929         * src/summaryview.c
7930                 Clarify forward menus. Patch by wwp
7931
7932 2005-10-09 [colin]      1.9.15cvs25
7933
7934         * src/compose.c
7935         * src/compose.h
7936                 Fix bug #829 (Non-working "Encrypt message by 
7937                 default when replying to an encrypted message")
7938
7939 2005-10-08 [colin]      1.9.15cvs24
7940
7941         * src/wizard.c
7942                 Fix bug #827 ("Welcome" setup wizard after a 
7943                 permission error gives up & forgets itself.)
7944
7945 2005-10-08 [colin]      1.9.15cvs23
7946
7947         * src/procmime.c
7948                 Fix bug #828 (Ignoring headers with spaces around = sign)
7949
7950 2005-10-08 [colin]      1.9.15cvs22
7951
7952         * src/export.c
7953                 Warning fix by wwp
7954
7955 2005-10-08 [colin]      1.9.15cvs21
7956
7957         * src/folder.c
7958         * src/folder.h
7959                 Add a processing_pending indicator, set on 
7960                 folder_item_open and cleared after 
7961                 folder_item_process_open
7962         * src/folderview.c
7963         * src/summaryview.c
7964                 wrap procmsg_msginfo_*_flags, and in the
7965                 wrapper check that there's no folder processing 
7966                 pending. If there is, defer the flags change until 
7967                 processing is done to avoid stepping over each
7968                 other's toes.
7969                 Freeze during processing, but not during scanning.
7970
7971 2005-10-07 [colin]      1.9.15cvs20
7972
7973         * src/plugins/pgpcore/passphrase.c
7974                 Fix bug #826 (X-Server hangs when 
7975                 right-clicking a PGP encrypted message)
7976
7977 2005-10-07 [paul]       1.9.15cvs19
7978
7979         * src/compose.c
7980                 fix compose_entries[]
7981                 patch by Fabien Vantard
7982
7983 2005-10-06 [colin]      1.9.15cvs18
7984
7985         * src/pixmaps/address.xpm
7986         * src/pixmaps/address_book.xpm
7987         * src/pixmaps/book.xpm
7988         * src/pixmaps/check_spelling.xpm
7989         * src/pixmaps/checkbox_off.xpm
7990         * src/pixmaps/checkbox_on.xpm
7991         * src/pixmaps/close.xpm
7992         * src/pixmaps/complete.xpm
7993         * src/pixmaps/continue.xpm
7994         * src/pixmaps/deleted.xpm
7995         * src/pixmaps/down_arrow.xpm
7996         * src/pixmaps/exec.xpm
7997         * src/pixmaps/forwarded.xpm
7998         * src/pixmaps/group.xpm
7999         * src/pixmaps/ignorethread.xpm
8000         * src/pixmaps/interface.xpm
8001         * src/pixmaps/jpilot.xpm
8002         * src/pixmaps/ldap.xpm
8003         * src/pixmaps/linewrap.xpm
8004         * src/pixmaps/linewrapcurrent.xpm
8005         * src/pixmaps/mail.xpm
8006         * src/pixmaps/mail_attach.xpm
8007         * src/pixmaps/mail_compose.xpm
8008         * src/pixmaps/mail_forward.xpm
8009         * src/pixmaps/mail_receive.xpm
8010         * src/pixmaps/mail_receive_all.xpm
8011         * src/pixmaps/mail_reply.xpm
8012         * src/pixmaps/mail_reply_to_all.xpm
8013         * src/pixmaps/mail_reply_to_author.xpm
8014         * src/pixmaps/mail_send.xpm
8015         * src/pixmaps/mail_send_queue.xpm
8016         * src/pixmaps/mime_application.xpm
8017         * src/pixmaps/mime_audio.xpm
8018         * src/pixmaps/mime_image.xpm
8019         * src/pixmaps/mime_message.xpm
8020         * src/pixmaps/mime_text_enriched.xpm
8021         * src/pixmaps/mime_text_html.xpm
8022         * src/pixmaps/mime_text_plain.xpm
8023         * src/pixmaps/mime_unknown.xpm
8024         * src/pixmaps/new.xpm
8025         * src/pixmaps/news_compose.xpm
8026         * src/pixmaps/offline.xpm
8027         * src/pixmaps/online.xpm
8028         * src/pixmaps/paste.xpm
8029         * src/pixmaps/preferences.xpm
8030         * src/pixmaps/privacy_emblem_encrypted.xpm
8031         * src/pixmaps/privacy_expired.xpm
8032         * src/pixmaps/privacy_failed.xpm
8033         * src/pixmaps/privacy_passed.xpm
8034         * src/pixmaps/privacy_signed.xpm
8035         * src/pixmaps/privacy_unknown.xpm
8036         * src/pixmaps/privacy_warn.xpm
8037         * src/pixmaps/properties.xpm
8038         * src/pixmaps/replied.xpm
8039         * src/pixmaps/search.xpm
8040         * src/pixmaps/unread.xpm
8041         * src/pixmaps/up_arrow.xpm
8042         * src/pixmaps/vcard.xpm
8043                 Modernize internal theme, with icons from the 
8044                 Gnomaws theme. Keep some of the old ones where
8045                 they were better.
8046
8047 2005-10-06 [colin]      1.9.15cvs17
8048
8049         * src/summaryview.c
8050                 Little optimisations + bugfix
8051         * src/toolbar.c
8052                 Remove default useless items - useless being defined
8053                 by the default relevant prefs
8054         * src/wizard.c
8055                 include config.h to make gettext work
8056         * src/prefs_themes.c
8057                 Fix selection of current theme in prefs
8058
8059 2005-10-06 [colin]      1.9.15cvs16
8060
8061         * src/prefs_common.c
8062         * src/prefs_common.h
8063         * src/prefs_summaries.c
8064         * src/folderview.c
8065                 Add a warning dialog on Mark all read 
8066                 (with pref to get rid of it)
8067
8068 2005-10-06 [paul]       1.9.15cvs15
8069
8070         * po/nb.po
8071         * po/pt_BR.po
8072                 updated by Geir Helland and Frederico
8073                 Goncalves Guimaraes
8074
8075 2005-10-05 [colin]      1.9.15cvs14
8076
8077         * src/folder.c
8078         * src/folder.h
8079         * src/folderview.c
8080         * src/folderview.h
8081         * src/imap_gtk.c
8082         * src/mh_gtk.c
8083         * src/mainwindow.c
8084         * src/setup.c
8085                 add a way to rescan without rebuilding
8086                 make moving a bit faster (less folders changes)
8087                 don't lock the tree on Get 
8088         * src/imap.c
8089                 Don't re-delete deleted messages before expunging
8090         * src/summaryview.c
8091                 Set batch mode when deleting mails
8092
8093 2005-10-05 [paul]       1.9.15cvs13
8094
8095         * src/mainwindow.c
8096         * src/mainwindow.h
8097                 fix disabled Execute menu item
8098         * src/toolbar.c
8099                 match the change in 1.9.15cvs10: use Compose
8100                 instead of News by default
8101
8102 2005-10-04 [colin]      1.9.15cvs12
8103
8104         * src/compose.c
8105                 When replying to an ML post with Reply-To set
8106                 to the poster's email, honor it (as before),
8107                 but also honor our user's request to reply to
8108                 the mailing list: set the ML address in the To
8109                 field and the Reply-To address in the Cc: 
8110                 field.
8111
8112 2005-10-04 [colin]      1.9.15cvs11
8113
8114         * src/plugins/trayicon/trayicon.c
8115                 Finish cosmetic change - thanks to wwp
8116
8117 2005-10-04 [colin]      1.9.15cvs10
8118
8119         * src/toolbar.c
8120                 Use Compose instead of Email by default.
8121                 Spotted by wwp.
8122
8123 2005-10-04 [colin]      1.9.15cvs9
8124
8125         * src/folder.c
8126         * src/folder.h
8127         * src/folderview.c
8128         * src/imap.c
8129         * src/etpan/imap-thread.c
8130         * src/etpan/imap-thread.h
8131                 Try to make IMAP faster, by simplifying SEARCH
8132                 commands, avoiding sending two STATUS in a row,
8133                 and deferring flags sync and processing just
8134                 after displaying the folder. 
8135                 This will update the SummaryView in certain
8136                 cases (new mails not already fetched, flags
8137                 changed from another client) but in a non-
8138                 blocking manner.
8139
8140 2005-10-04 [colin]      1.9.15cvs8
8141
8142         * src/plugins/trayicon/trayicon.c
8143                 Relabel "Offline" to "Work offline"
8144
8145 2005-10-04 [colin]      1.9.15cvs7
8146
8147         * src/export.c
8148         * src/import.c
8149         * src/mbox.c
8150                 Fix mbox import/export buglets
8151                 Patch by wwp
8152         * src/plugins/trayicon/trayicon.c
8153                 Add offline swithc
8154                 Patch by wwp
8155
8156 2005-10-04 [colin]      1.9.15cvs6
8157
8158         * src/folder.c
8159         * src/folderview.c
8160         * src/summaryview.c
8161                 Better fix (don't break mark all read) for cvs2
8162
8163 2005-10-03 [colin]      1.9.15cvs5
8164
8165         * src/folder.c
8166                 Use a sane sort by default
8167
8168 2005-10-03 [colin]      1.9.15cvs4
8169
8170         * src/inc.c
8171                 Add a 'Only once' button for overriding offline mode
8172         * src/prefs_account.c
8173         * src/wizard.c
8174                 Add Local mbox to the wizard
8175                 Add IMAP subdir to the wizard (or the wizard is useless
8176                 for such accounts, or even worse than useless)
8177                 Move IMAP subdir from Advanced to Receive tab, as it's
8178                 not that uncommon
8179
8180 2005-10-03 [colin]      1.9.15cvs3
8181
8182         * src/send_message.c
8183                 Forgot this one in cvs1
8184
8185 2005-10-03 [colin]      1.9.15cvs2
8186
8187         * src/folder.c
8188                 Faster close when leaving a folder with lots
8189                 of new mails. Idea by David Relson.
8190
8191 2005-10-03 [colin]      1.9.15cvs1
8192
8193         * src/compose.c
8194         * src/imap.c
8195         * src/inc.c
8196         * src/main.c
8197         * src/messageview.c
8198         * src/news.c
8199         * src/summaryview.c
8200         * src/gtk/sslcertwindow.c
8201         * src/plugins/trayicon/trayicon.c
8202                 Add accels to every AlertPanel. Patch by Fabien 
8203                 Vantard
8204
8205 2005-10-03 [paul]       1.9.15
8206
8207         1.9.15 released
8208
8209 2005-10-03 [paul]       1.9.14cvs68
8210
8211         * po/ca.po
8212         * po/de.po
8213         * po/es.po
8214         * po/fi.po
8215         * po/fr.po
8216         * po/sk.po
8217         * po/sr.po
8218         * po/zh_CN.po
8219                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8220                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8221                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8222
8223 2005-10-03 [paul]       1.9.14cvs67
8224
8225         * src/send_message.c
8226                 prevent hang on Cancel
8227                 patch by Colin
8228
8229 2005-10-03 [paul]       1.9.14cvs66
8230
8231         * src/main.c
8232                 fix crash in IMAP caused by discrepancy
8233                 between check_at_startup and offline mode
8234                 Patch by Colin
8235
8236 2005-10-01 [paul]       1.9.14cvs65
8237
8238         * src/inc.c
8239                 fix engrish
8240
8241 2005-10-01 [paul]       1.9.14cvs64
8242         * src/export.c
8243         * src/import.c
8244                 synchronise import_mbox() and export_mbox()
8245         * src/mbox.c
8246                 proc_mbox(): add alert if file cannot be opened
8247                 export_list_to_mbox(): test if dest file exists,
8248                 prompt user to overwrite if it does. add alert
8249                 if file cannot be created
8250                                                                 
8251         Patch by wwp
8252                                                                                                                 
8253
8254 2005-09-30 [paul]       1.9.14cvs63
8255
8256         * src/addressbook.c
8257                 Fix sensitivity of a menu
8258         * src/codeconv.c
8259                 Respect hidden pref for mails with no encoding
8260         * src/common/xml.c
8261                 Fix memory corruption
8262         * src/plugins/pgpcore/sgpgme.c
8263                 Fix segfault on incomplete sigs, and display
8264                 of S/Mime UIDs
8265
8266         Patches by Colin
8267
8268 2005-09-30 [colin]      1.9.14cvs62
8269
8270         * src/partial_download.c
8271                 Little logic fix in almost-dead code
8272         * src/pop.c
8273                 Fix partial download when there's no new mail
8274
8275 2005-09-29 [paul]       1.9.14cvs61
8276
8277         * src/plugins/pgpinline/pgpinline.c
8278                 fix bug 819, 'crash accessing sign message'
8279                 Patch by Colin
8280
8281 2005-09-28 [martin]     1.9.14cvs60
8282
8283         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8284                 fix bug #790 (Crash when restarting window manager (fluxbox))
8285
8286 2005-09-28 [paul]       1.9.14cvs59
8287
8288         * src/gtk/gtkaspell.c
8289                 fix off-by-one typo
8290
8291 2005-09-27 [colin]      1.9.14cvs58
8292
8293         * src/plugins/pgpcore/sgpgme.c
8294                 Report error when there's one, instead of
8295                 "Signature unchecked" 
8296
8297 2005-09-27 [colin]      1.9.14cvs57
8298
8299         * src/prefs_quote.c
8300                 Fix bug #816 (Weird quotation with spaces)
8301
8302 2005-09-27 [colin]      1.9.14cvs56
8303
8304         * src/codeconv.c
8305         * src/compose.c
8306         * src/compose.h
8307                 Put subject in compose's title
8308                 Fix Automatic encoding so that it's really automatic:
8309                 first try default locale's charset, then charset of the replied mail, 
8310                 then utf-8
8311                 Fix encoding of headers (must be in strict mode too)
8312
8313 2005-09-26 [colin]      1.9.14cvs55
8314
8315         * src/gtk/gtkaspell.c
8316                 Fix previous patch - don't color the space,
8317                 just uncolor it :)
8318
8319 2005-09-26 [colin]      1.9.14cvs54
8320
8321         * src/gtk/gtkaspell.c
8322                 Unmark space if possible
8323
8324 2005-09-26 [colin]      1.9.14cvs53
8325
8326         * src/imap.c
8327                 log_error instead of alertpanel according to the pref
8328         * src/etpan/imap-thread.c
8329                 Print connect status, copy only necessary size to 
8330                 logger
8331         * src/plugins/pgpmime/pgpmime.c
8332                 Handle S/Mime signatures (verification only). Patch based
8333                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8334
8335 2005-09-26 [paul]       1.9.14cvs52
8336
8337         * src/common/passcrypt.c
8338                 this 'workaround' not necessary on NetBSD.
8339                 Thanks to Daniel Gustafson
8340
8341 2005-09-26 [paul]
8342
8343         1.9.15-rc4 released
8344
8345 2005-09-26 [paul]       1.9.14cvs51
8346
8347         * src/summaryview.c
8348                 Skip currently selected message when
8349                 looking for next new or unread message
8350                 in current folder. Patch by Colin
8351         * src/common/passcrypt.c
8352                 eliminate warnings on *BSD. Patch by
8353                 Daniel Gustafson
8354
8355 2005-09-26 [colin]      1.9.14cvs50
8356
8357         * src/procmsg.c
8358                 Call postfiltering hook anyway
8359
8360 2005-09-22 [colin]      1.9.14cvs49
8361
8362         * src/codeconv.c
8363         * src/codeconv.h
8364                 Add a strict mode that doesn't replace with _
8365         * src/compose.c
8366         * src/compose.h
8367                 Use strict conversion while sending
8368                 Fix race when drafting while sending (happens
8369                 on IMAP)
8370                 Fix d'n'd of messages from summaryview
8371         * src/prefs_common.c
8372         * src/prefs_common.h
8373                 add hidden utf8_instead_of_locale_for_broken_mail 
8374                 pref for people that preferred the default charset 
8375                 to be utf8 for broken mails
8376         * src/quote_fmt_parse.y
8377                 fix bug #815 (No quote insert if "From:" fied 
8378                 contained Russian letters)
8379         * src/summaryview.c
8380                 Fix d'n'd of messages to compose
8381
8382 2005-09-22 [paul]       1.9.14cvs48
8383
8384         * src/compose.c
8385                 fix bug where attachments Name entry
8386                 would display Path instead
8387
8388 2005-09-21 [paul]       1.9.14cvs47
8389
8390         * README
8391         * README.jp
8392         * configure.ac
8393         * config/config.rpath
8394         * doc/manual/en/sylpheed-20.html
8395         * doc/manual/es/sylpheed-20.html
8396         * po/bg.po
8397         * po/ca.po
8398         * po/de.po
8399         * po/es.po
8400         * po/fr.po
8401         * po/it.po
8402         * po/pt_BR.po
8403         * po/sk.po
8404         * po/zh_TW.po
8405         * src/account.c
8406         * src/account.h
8407         * src/action.c
8408         * src/action.h
8409         * src/adbookbase.h
8410         * src/addr_compl.c
8411         * src/addr_compl.h
8412         * src/addrbook.c
8413         * src/addrbook.h
8414         * src/addrcache.c
8415         * src/addrcache.h
8416         * src/addrcindex.c
8417         * src/addrcindex.h
8418         * src/addrclip.c
8419         * src/addrclip.h
8420         * src/addrdefs.h
8421         * src/addressadd.c
8422         * src/addressadd.h
8423         * src/addressbook.c
8424         * src/addressbook.h
8425         * src/addressitem.h
8426         * src/addrgather.c
8427         * src/addrgather.h
8428         * src/addrharvest.c
8429         * src/addrharvest.h
8430         * src/addrindex.c
8431         * src/addrindex.h
8432         * src/addritem.c
8433         * src/addritem.h
8434         * src/addrquery.c
8435         * src/addrquery.h
8436         * src/addrselect.c
8437         * src/addrselect.h
8438         * src/alertpanel.c
8439         * src/alertpanel.h
8440         * src/browseldap.c
8441         * src/browseldap.h
8442         * src/codeconv.c
8443         * src/codeconv.h
8444         * src/compose.c
8445         * src/compose.h
8446         * src/crash.c
8447         * src/crash.h
8448         * src/customheader.c
8449         * src/customheader.h
8450         * src/displayheader.c
8451         * src/displayheader.h
8452         * src/editaddress.c
8453         * src/editaddress.h
8454         * src/editbook.c
8455         * src/editbook.h
8456         * src/editgroup.c
8457         * src/editgroup.h
8458         * src/editjpilot.c
8459         * src/editjpilot.h
8460         * src/editldap.c
8461         * src/editldap.h
8462         * src/editldap_basedn.c
8463         * src/editldap_basedn.h
8464         * src/editvcard.c
8465         * src/editvcard.h
8466         * src/enriched.c
8467         * src/enriched.h
8468         * src/exphtmldlg.c
8469         * src/exphtmldlg.h
8470         * src/expldifdlg.c
8471         * src/expldifdlg.h
8472         * src/export.c
8473         * src/export.h
8474         * src/exporthtml.c
8475         * src/exporthtml.h
8476         * src/exportldif.c
8477         * src/exportldif.h
8478         * src/filtering.c
8479         * src/filtering.h
8480         * src/folder.c
8481         * src/folder.h
8482         * src/folder_item_prefs.c
8483         * src/folder_item_prefs.h
8484         * src/foldersel.c
8485         * src/foldersel.h
8486         * src/folderutils.c
8487         * src/folderutils.h
8488         * src/folderview.c
8489         * src/folderview.h
8490         * src/grouplistdialog.c
8491         * src/grouplistdialog.h
8492         * src/headerview.c
8493         * src/headerview.h
8494         * src/html.c
8495         * src/html.h
8496         * src/image_viewer.c
8497         * src/image_viewer.h
8498         * src/imap.c
8499         * src/imap.h
8500         * src/imap_gtk.c
8501         * src/imap_gtk.h
8502         * src/import.c
8503         * src/import.h
8504         * src/importldif.c
8505         * src/importldif.h
8506         * src/importmutt.c
8507         * src/importmutt.h
8508         * src/importpine.c
8509         * src/importpine.h
8510         * src/inc.c
8511         * src/inc.h
8512         * src/jpilot.c
8513         * src/jpilot.h
8514         * src/ldapctrl.c
8515         * src/ldapctrl.h
8516         * src/ldaplocate.c
8517         * src/ldaplocate.h
8518         * src/ldapquery.c
8519         * src/ldapquery.h
8520         * src/ldapserver.c
8521         * src/ldapserver.h
8522         * src/ldaputil.c
8523         * src/ldaputil.h
8524         * src/ldif.c
8525         * src/ldif.h
8526         * src/localfolder.c
8527         * src/localfolder.h
8528         * src/main.c
8529         * src/main.h
8530         * src/mainwindow.c
8531         * src/mainwindow.h
8532         * src/manual.c
8533         * src/manual.h
8534         * src/matcher.c
8535         * src/matcher.h
8536         * src/matcher_parser.h
8537         * src/matcher_parser_lex.l
8538         * src/matcher_parser_parse.y
8539         * src/mbox.c
8540         * src/mbox.h
8541         * src/message_search.c
8542         * src/message_search.h
8543         * src/messageview.c
8544         * src/messageview.h
8545         * src/mh.c
8546         * src/mh.h
8547         * src/mh_gtk.c
8548         * src/mh_gtk.h
8549         * src/mimeview.c
8550         * src/mimeview.h
8551         * src/msgcache.c
8552         * src/msgcache.h
8553         * src/mutt.c
8554         * src/mutt.h
8555         * src/news.c
8556         * src/news.h
8557         * src/news_gtk.c
8558         * src/news_gtk.h
8559         * src/noticeview.c
8560         * src/noticeview.h
8561         * src/partial_download.c
8562         * src/partial_download.h
8563         * src/pine.c
8564         * src/pine.h
8565         * src/pop.c
8566         * src/pop.h
8567         * src/prefs_account.c
8568         * src/prefs_account.h
8569         * src/prefs_actions.c
8570         * src/prefs_actions.h
8571         * src/prefs_common.c
8572         * src/prefs_common.h
8573         * src/prefs_compose_writing.c
8574         * src/prefs_compose_writing.h
8575         * src/prefs_customheader.c
8576         * src/prefs_customheader.h
8577         * src/prefs_display_header.c
8578         * src/prefs_display_header.h
8579         * src/prefs_ext_prog.c
8580         * src/prefs_ext_prog.h
8581         * src/prefs_filtering.c
8582         * src/prefs_filtering.h
8583         * src/prefs_filtering_action.c
8584         * src/prefs_filtering_action.h
8585         * src/prefs_folder_column.c
8586         * src/prefs_folder_column.h
8587         * src/prefs_folder_item.c
8588         * src/prefs_folder_item.h
8589         * src/prefs_fonts.c
8590         * src/prefs_fonts.h
8591         * src/prefs_gtk.c
8592         * src/prefs_gtk.h
8593         * src/prefs_image_viewer.c
8594         * src/prefs_image_viewer.h
8595         * src/prefs_matcher.c
8596         * src/prefs_matcher.h
8597         * src/prefs_message.c
8598         * src/prefs_message.h
8599         * src/prefs_msg_colors.c
8600         * src/prefs_msg_colors.h
8601         * src/prefs_other.c
8602         * src/prefs_other.h
8603         * src/prefs_quote.c
8604         * src/prefs_quote.h
8605         * src/prefs_receive.c
8606         * src/prefs_receive.h
8607         * src/prefs_send.c
8608         * src/prefs_send.h
8609         * src/prefs_spelling.c
8610         * src/prefs_spelling.h
8611         * src/prefs_summaries.c
8612         * src/prefs_summaries.h
8613         * src/prefs_summary_column.c
8614         * src/prefs_summary_column.h
8615         * src/prefs_template.c
8616         * src/prefs_template.h
8617         * src/prefs_themes.c
8618         * src/prefs_themes.h
8619         * src/prefs_toolbar.c
8620         * src/prefs_toolbar.h
8621         * src/prefs_wrapping.c
8622         * src/prefs_wrapping.h
8623         * src/privacy.c
8624         * src/privacy.h
8625         * src/procheader.c
8626         * src/procheader.h
8627         * src/procmime.c
8628         * src/procmime.h
8629         * src/procmsg.c
8630         * src/procmsg.h
8631         * src/quote_fmt.c
8632         * src/quote_fmt_parse.y
8633         * src/recv.c
8634         * src/recv.h
8635         * src/remotefolder.c
8636         * src/remotefolder.h
8637         * src/send_message.c
8638         * src/send_message.h
8639         * src/setup.c
8640         * src/setup.h
8641         * src/simple-gettext.c
8642         * src/sourcewindow.c
8643         * src/sourcewindow.h
8644         * src/ssl_manager.c
8645         * src/ssl_manager.h
8646         * src/statusbar.c
8647         * src/statusbar.h
8648         * src/stock_pixmap.c
8649         * src/stock_pixmap.h
8650         * src/summary_search.c
8651         * src/summary_search.h
8652         * src/summaryview.c
8653         * src/summaryview.h
8654         * src/syldap.c
8655         * src/syldap.h
8656         * src/textview.c
8657         * src/textview.h
8658         * src/toolbar.c
8659         * src/toolbar.h
8660         * src/undo.c
8661         * src/undo.h
8662         * src/unmime.c
8663         * src/unmime.h
8664         * src/vcard.c
8665         * src/vcard.h
8666         * src/wizard.c
8667         * src/wizard.h
8668         * src/common/base64.c
8669         * src/common/base64.h
8670         * src/common/defs.h
8671         * src/common/hooks.c
8672         * src/common/hooks.h
8673         * src/common/log.c
8674         * src/common/log.h
8675         * src/common/md5.c
8676         * src/common/md5.h
8677         * src/common/mgutils.c
8678         * src/common/mgutils.h
8679         * src/common/nntp.c
8680         * src/common/nntp.h
8681         * src/common/passcrypt.c
8682         * src/common/passcrypt.h.in
8683         * src/common/plugin.c
8684         * src/common/plugin.h
8685         * src/common/prefs.c
8686         * src/common/prefs.h
8687         * src/common/progressindicator.c
8688         * src/common/progressindicator.h
8689         * src/common/quoted-printable.c
8690         * src/common/quoted-printable.h
8691         * src/common/session.c
8692         * src/common/session.h
8693         * src/common/smtp.c
8694         * src/common/smtp.h
8695         * src/common/socket.c
8696         * src/common/socket.h
8697         * src/common/ssl.c
8698         * src/common/ssl.h
8699         * src/common/ssl_certificate.c
8700         * src/common/ssl_certificate.h
8701         * src/common/string_match.c
8702         * src/common/string_match.h
8703         * src/common/stringtable.c
8704         * src/common/sylpheed.c
8705         * src/common/sylpheed.h
8706         * src/common/template.c
8707         * src/common/template.h
8708         * src/common/timing.h
8709         * src/common/utils.c
8710         * src/common/utils.h
8711         * src/common/uuencode.c
8712         * src/common/uuencode.h
8713         * src/common/version.h.in
8714         * src/common/xml.c
8715         * src/common/xml.h
8716         * src/common/xmlprops.c
8717         * src/common/xmlprops.h
8718         * src/gtk/about.c
8719         * src/gtk/about.h
8720         * src/gtk/colorlabel.c
8721         * src/gtk/colorlabel.h
8722         * src/gtk/colorsel.c
8723         * src/gtk/colorsel.h
8724         * src/gtk/description_window.c
8725         * src/gtk/description_window.h
8726         * src/gtk/filesel.c
8727         * src/gtk/filesel.h
8728         * src/gtk/foldersort.c
8729         * src/gtk/foldersort.h
8730         * src/gtk/gtkutils.c
8731         * src/gtk/gtkutils.h
8732         * src/gtk/inputdialog.c
8733         * src/gtk/inputdialog.h
8734         * src/gtk/logwindow.c
8735         * src/gtk/logwindow.h
8736         * src/gtk/manage_window.c
8737         * src/gtk/manage_window.h
8738         * src/gtk/menu.c
8739         * src/gtk/menu.h
8740         * src/gtk/pluginwindow.c
8741         * src/gtk/pluginwindow.h
8742         * src/gtk/prefswindow.c
8743         * src/gtk/prefswindow.h
8744         * src/gtk/progressdialog.c
8745         * src/gtk/progressdialog.h
8746         * src/gtk/quicksearch.c
8747         * src/gtk/quicksearch.h
8748         * src/gtk/sslcertwindow.c
8749         * src/gtk/sslcertwindow.h
8750         * src/plugins/clamav/clamav_plugin.c
8751         * src/plugins/clamav/clamav_plugin.h
8752         * src/plugins/clamav/clamav_plugin_gtk.c
8753         * src/plugins/demo/demo.c
8754         * src/plugins/dillo_viewer/dillo_prefs.c
8755         * src/plugins/dillo_viewer/dillo_prefs.h
8756         * src/plugins/dillo_viewer/dillo_viewer.c
8757         * src/plugins/mathml_viewer/mathml_viewer.c
8758         * src/plugins/pgpcore/passphrase.c
8759         * src/plugins/pgpcore/passphrase.h
8760         * src/plugins/pgpcore/plugin.c
8761         * src/plugins/pgpcore/prefs_gpg.c
8762         * src/plugins/pgpcore/prefs_gpg.h
8763         * src/plugins/pgpcore/select-keys.c
8764         * src/plugins/pgpcore/select-keys.h
8765         * src/plugins/pgpcore/sgpgme.c
8766         * src/plugins/pgpcore/sgpgme.h
8767         * src/plugins/pgpinline/pgpinline.c
8768         * src/plugins/pgpinline/pgpinline.h
8769         * src/plugins/pgpinline/plugin.c
8770         * src/plugins/pgpmime/pgpmime.c
8771         * src/plugins/pgpmime/pgpmime.h
8772         * src/plugins/pgpmime/plugin.c
8773         * src/plugins/spamassassin/spamassassin.c
8774         * src/plugins/spamassassin/spamassassin.h
8775         * src/plugins/spamassassin/spamassassin_gtk.c
8776         * src/plugins/trayicon/trayicon.c
8777         * tools/OOo2sylpheed.pl
8778         * tools/acroread2sylpheed.pl
8779         * tools/asus_mailled.sh
8780         * tools/filter_conv.pl
8781         * tools/freshmeat_search.pl
8782         * tools/google_search.pl
8783         * tools/kmail2sylpheed.pl
8784         * tools/kmail2sylpheed_v2.pl
8785         * tools/maildir2sylpheed.pl
8786         * tools/multiwebsearch.pl
8787         * tools/newscache_clean.pl
8788         * tools/outlook2sylpheed.pl
8789         * tools/sylpheed-switcher
8790         * tools/update-po
8791         * tools/vcard2xml.py
8792         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8793                 update FSF address
8794
8795 2005-09-21 [colin]      1.9.14cvs46
8796
8797         * src/gedit-print.c
8798         * src/procmsg.c
8799         * src/procmsg.h
8800         * src/textview.c
8801         * src/summaryview.c
8802                 Remove some printing hacks (deselection/reselection),
8803                 which by the way fix printing the currently 
8804                 displayed mime part (still only text)
8805                 Plus a little optimisation of summary_show
8806
8807
8808 2005-09-20 [colin]      1.9.14cvs45
8809
8810         * src/mainwindow.c
8811         * src/messageview.c
8812                 GUI fixups: add accels, set message
8813                 view title to displayed mail's subject
8814         * src/prefs_spelling.c
8815         * src/gtk/gtkaspell.c
8816                 GUI fixups: allow underlining misspelled
8817                 words instead of coloring them (a11y!)
8818
8819 2005-09-19 [colin]
8820
8821         1.9.15rc3 released
8822
8823 2005-09-19 [colin]      1.9.14cvs44
8824
8825         * src/compose.c
8826                 Fix draft message
8827         * src/gtk/gtkaspell.c
8828                 Fix wrong test ;-)
8829
8830 2005-09-19 [colin]      1.9.14cvs43
8831
8832         * src/addressbook.c
8833                 Fix sensitivity of Delete button
8834         * src/compose.c
8835                 Warn if the requested Privacy system
8836                 is not available
8837         * src/exphtmldlg.c
8838         * src/expldifdlg.c
8839         * src/importldif.c
8840         * src/importmutt.c
8841         * src/importpine.c
8842                 Fix crappy UI
8843         * src/
8844         * src/ssl.h
8845         * src/prefs_account.h
8846         * src/prefs_account.c
8847                 Save SSL prefs even in builds that have
8848                 SSL support disable
8849         * src/imap.c
8850         * src/inc.c
8851         * src/news.c
8852         * src/send_message.c
8853                 Warn if connection should be secure, but
8854                 SSL support isn't compiled in
8855         * src/gtkaspell.c
8856                 Fix word separation on UTF-8 systems
8857                 Fixes bug #812 (Strange inline spellchecking)
8858         * src/compose.c
8859                 Warn if the requested Privacy system
8860                 is not available
8861                 Factorize offline warning
8862         * src/imap.c
8863         * src/imap_gtk.c
8864         * src/imap_gtk.h
8865         * src/inc.h
8866         * src/news_gtk.c
8867         * src/news_gtk.h
8868         * src/messageview.c
8869                 Factorize offline warning
8870
8871 2005-09-19 [paul]
8872
8873         1.9.15-rc2 released
8874
8875 2005-09-18 [colin]      1.9.14cvs42
8876
8877         * src/codeconv.c
8878         * src/codeconv.h
8879         * src/procmime.c
8880                 Add a way to get locale's charset ignoring utf-8,
8881                 and use that as default encoding for broken mails
8882
8883 2005-09-18 [colin]      1.9.14cvs41
8884
8885         * src/gtk/logwindow.c
8886                 Translate string. Patch by Fabien Vantard
8887
8888 2005-09-18 [colin]      1.9.14cvs40
8889
8890         * configure.ac
8891                 Fix bug #803 (IMAP/SSL support breaks with 
8892                 GnuTLS libetpan 0.38)
8893
8894 2005-09-18 [colin]      1.9.14cvs39
8895
8896         * src/codeconv.c
8897         * src/compose.c
8898         * src/procmime.c
8899                 More charsets fixes. Fixes bug #806 (non
8900                 ascii characters in subject line)
8901
8902 2005-09-17 [paul]       1.9.14cvs38
8903
8904         * src/folderview.c
8905         * src/mainwindow.c
8906                 fix gcc-2.95 issues
8907                 Patch by Pawel Pekala
8908
8909 2005-09-17 [colin]      1.9.14cvs37
8910
8911         * src/addrindex.c
8912                 bugfix for NO-USE LDAP compilation, patch 
8913                 by Fabien Vantard
8914
8915 2005-09-17 [colin]      1.9.14cvs36
8916
8917         * src/prefs_actions.c
8918         * src/prefs_customheader.c
8919         * src/prefs_display_header.c
8920         * src/prefs_filtering_action.c
8921         * src/prefs_matcher.c
8922         * src/prefs_toolbar.c
8923                 Fix strange casts (less elegant but
8924                 works better)
8925
8926 2005-09-16 [colin]      1.9.14cvs35
8927
8928         * src/jpilot.c
8929                 Missed that one
8930
8931 2005-09-16 [colin]      1.9.14cvs34
8932
8933         * configure.ac
8934         * src/Makefile.am
8935         * src/addr_compl.c
8936         * src/addrindex.c
8937         * src/browseldap.c
8938         * src/editldap.c
8939         * src/ldaplocate.c
8940         * src/ldapquery.c
8941         * src/ldapquery.h
8942         * src/ldapserver.c
8943         * src/ldapserver.h
8944         * src/main.c
8945         * src/matcher_parser_parse.y
8946         * src/prefs_themes.c
8947         * src/etpan/Makefile.am
8948         * src/gtk/description_window.c
8949         * src/plugins/clamav/Makefile.am
8950         * src/plugins/clamav/clamav_plugin.c
8951         * src/plugins/dillo_viewer/Makefile.am
8952         * src/plugins/pgpcore/Makefile.am
8953         * src/plugins/pgpinline/Makefile.am
8954         * src/plugins/pgpmime/Makefile.am
8955         * src/plugins/trayicon/Makefile.am
8956                 Fix 100% cpu usage in address completion list
8957                 Fix little bugs (return with no values etc)
8958                 Fix all warnings (with common CFLAGS)
8959
8960 2005-09-15 [colin]      1.9.14cvs33
8961
8962         * src/addressbook.c
8963                 Fix bug where sometimes a group's email list is empty,
8964                 force its refresh (probably fixes "Re: how to create a 
8965                 distribution list")
8966         * src/ldapquery.c
8967                 Don't return to the callback in the main thread from the
8968                 fetch thread (or face segs!)
8969
8970 2005-09-15 [paul]       1.9.14cvs32
8971
8972         * src/prefs_matcher.c
8973                 forgotten in last commit
8974
8975 2005-09-15 [paul]       1.9.14cvs31
8976
8977         * src/prefs_actions.c
8978         * src/prefs_filtering_action.c
8979         * src/prefs_quote.c
8980         * src/quote_fmt.c
8981         * src/summaryview.c
8982         * src/gtk/description_window.c
8983         * src/gtk/description_window.h
8984         * src/gtk/quicksearch.c
8985                 allow interaction with the called
8986                 description window
8987                 Patch by Anders Hammar
8988
8989 2005-09-14 [paul]       1.9.14cvs30
8990
8991         * src/compose.c
8992                 fix a little annoyance when pasting with 3rd button 
8993                 with wrap_pastes=0 and wrap_input=1
8994                 Patch by Colin
8995
8996 2005-09-14 [paul]       1.9.14cvs29
8997
8998         * src/prefs_account.c
8999                 disable 'Filter messages on receiving' for
9000                 SMTP-only accounts
9001                 Patch  by Anders Hammar
9002
9003 2005-09-14 [paul]       1.9.14cvs28
9004
9005         * po/sk.po
9006                 fix crash
9007                 updated by Andrej Kacian
9008
9009 2005-09-14 [paul]
9010
9011         1.9.15-rc1 released
9012
9013 2005-09-14 [paul]       1.9.14cvs27
9014
9015         * po/es.po
9016                 updated by Ricardo Mones Lastra
9017         * src/compose.c
9018         * src/compose.h
9019                 associate no_wrap_tags to Compose windows
9020                 instead of using a static one
9021                 Patch by Colin
9022         * src/mbox.c
9023                 fix proc_mbox()
9024                 Patch by wwp
9025         * src/textview.c
9026                 remove unneeded printf()
9027
9028 2005-09-14 [paul]       1.9.14cvs26
9029
9030         * src/addrcache.c
9031         * src/codeconv.h
9032         * src/folder.h
9033         * src/mainwindow.h
9034         * src/mh.c
9035         * src/mimeview.h
9036         * src/partial_download.c
9037         * src/pop.c
9038         * src/prefs_account.c
9039         * src/prefs_account.h
9040         * src/prefs_actions.c
9041         * src/prefs_customheader.c
9042         * src/prefs_display_header.c
9043         * src/prefs_filtering_action.c
9044         * src/prefs_matcher.c
9045         * src/prefs_toolbar.c
9046         * src/privacy.h
9047         * src/procmime.c
9048         * src/procmime.h
9049         * src/procmsg.h
9050         * src/textview.c
9051         * src/undo.h
9052         * src/common/plugin.c
9053         * src/common/session.h
9054         * src/common/socket.c
9055         * src/common/socket.h
9056         * src/common/template.c
9057         * src/gtk/gtkaspell.c
9058         * src/gtk/quicksearch.h
9059         * src/plugins/pgpcore/passphrase.c
9060         * src/plugins/pgpcore/prefs_gpg.h
9061         * src/plugins/pgpcore/select-keys.c
9062         * src/plugins/pgpcore/select-keys.h
9063         * src/plugins/pgpcore/sgpgme.c
9064         * src/plugins/pgpinline/pgpinline.c
9065         * src/plugins/pgpmime/pgpmime.c
9066         * src/plugins/trayicon/trayicon.c
9067                 fix compilation warnings
9068                 Patch by Daniel Gustafson
9069
9070 2005-09-14 [paul]       1.9.14cvs25
9071
9072         * src/addressbook.c
9073                 add missing column header, and other small
9074                 bug fixes
9075                 Patch by Anders Hammar
9076
9077 2005-09-13 [colin]      1.9.14cvs24
9078
9079         * src/gtk/gtkaspell.c
9080                 Fix non-utf8 in menu
9081                 Fix little leaks
9082                 Nullify struct members after free()s
9083
9084 2005-09-13 [colin]      1.9.14cvs23
9085
9086         * src/compose.c
9087                 Test utf8 compliance before inserting to 
9088                 buffer, and try to convert if necessary
9089         * src/procmime.c
9090                 If no charset is present, use the locale 
9091                 one instead of us-ascii
9092         * src/procmsg.c
9093                 Add Sender, List-Post and To in the checked 
9094                 headers for automatic rules creation 
9095                 (thanks to wwp)
9096         * src/prefs_themes.c
9097         * src/gtk/gtkaspell.c
9098                 Remove deprecated functions. 
9099                 patch by Daniel Gustafson
9100
9101 2005-09-12 [colin]      1.9.14cvs22
9102
9103         * src/compose.c
9104                 Fix bug #448 (Scrolling/Redraw issue with 
9105                 address-fields in Header)
9106         * src/mainwindow.c
9107         * src/summaryview.c
9108         * src/summaryview.h
9109                 Fix loss of MSG_MARKED on move/copy
9110                 Fix bug #804 (Quicksearch togglebutton doesn't 
9111                 get depressed after '/' key is pressed)
9112
9113 2005-09-12 [paul]       1.9.14cvs21
9114
9115         * AUTHORS
9116         * src/gtk/logwindow.c
9117                 add 'Clear Log' to popup menu
9118                 Patch by Anders Hammar <anders.hammar@telia.com>
9119
9120 2005-09-12 [paul]       1.9.14cvs20
9121
9122         * src/compose.c
9123                 set correct sensitivity on attachments
9124                 popup menu
9125         * src/folder.c
9126                 fix typo
9127         * src/prefs_spelling.c
9128                 fix crash when no LANG env is set
9129         * src/common/xml.c
9130                 fix crash in wizard
9131                 don't use memeory after free
9132
9133         All patches by Daniel Gustafson
9134
9135 2005-09-12 [paul]       1.9.14cvs19
9136
9137         * src/prefs_themes.c
9138                 make theme info selectable
9139         * src/gtk/description_window.c
9140                 make window non-modal
9141         * tools/README
9142                 add details of asus_mailed.sh
9143         * tools/claws.i18n.status.pl
9144                 update for new zh_TW translator
9145                 widen the output
9146                 create alternate coloured lines
9147                 improve readability
9148
9149 2005-09-10 [colin]      1.9.14cvs18
9150
9151         * src/plugins/pgpcore/select-keys.c
9152                 Better order for the buttons
9153
9154 2005-09-10 [colin]      1.9.14cvs17
9155
9156         * src/compose.c
9157         * src/plugins/pgpcore/select-keys.c
9158         * src/plugins/pgpcore/select-keys.h
9159         * src/plugins/pgpcore/sgpgme.c
9160                 Add a "Don't encrypt" button to the key
9161                 selection dialog. Fixes bug #177 (There should be a 
9162                 'Don't encrypt button in the Select Keys dialog)
9163
9164 2005-09-10 [colin]      1.9.14cvs16
9165
9166         * src/compose.c
9167                 Fix bug #572 (%X option does not work with templates)
9168
9169 2005-09-10 [colin]      1.9.14cvs15
9170
9171         * src/toolbar.c 
9172                 Remove g_print
9173
9174 2005-09-10 [colin]      1.9.14cvs14
9175
9176         * src/imap.c
9177                 Fix a possible crash
9178
9179 2005-09-09 [colin]      1.9.14cvs13
9180
9181         * src/imap.c
9182         * src/etpan/imap-thread.c
9183         * src/etpan/imap-thread.h
9184                 Fix moving from queue or drafts to normal folders
9185                 Fix bug #794 (No way to delete without expunging)
9186                 Take flags unset by other mailers into account
9187                 Take deleted flag set by other mailers into account
9188                 Fix unsetting REPLIED flag
9189                 Fix crash when capabilities can't be retrieved
9190         * src/mainwindow.c
9191         * src/mainwindow.h
9192                 Add M_DELAYED_FLAGS condition, and let the user use
9193                 Execute in order to be able to expunge deleted mails,
9194                 even if he's not in delayed execute mode
9195         * src/prefs_spelling.c
9196                 Use 'en' dictionary by default if LANG is POSIX or C
9197         * src/gtk/prefswindow.c
9198                 Fix bug #767 (Preferences windows expanding) by making
9199                 the window a bit larger when the resolution is greater
9200                 than 640x480, and by putting the prefs in a
9201                 GtkScrolledWindow.
9202
9203 2005-09-09 [paul]       1.9.14cvs12
9204
9205         * AUTHORS
9206         * configure.ac
9207         * po/zh_TW.Big5.po      ** REMOVED **
9208         * po/zh_TW.po           ** ADDED **
9209                 updated by Wei-Lun Chao
9210
9211 2005-09-09 [paul]       1.9.14cvs11
9212
9213         * src/mainwindow.c
9214                 fix asserts
9215         * src/common/xml.c
9216                 delay memory allocation until file is
9217                 opened successfully
9218                 Patch by Daniel Gustafson
9219
9220 2005-09-09 [colin]      1.9.14cvs10
9221
9222         * src/imap.c
9223                 Add guards
9224
9225 2005-09-08 [colin]      1.9.14cvs9
9226
9227         * src/compose.c
9228                 Alert when we can't save draft
9229                 Fix various wrap/color issues
9230                 Add mid-click pasting respecting wrap_paste option
9231         * src/folder.c
9232         * src/folder.h
9233         * src/folder_item_prefs.c
9234         * src/folder_item_prefs.h
9235         * src/imap.c
9236         * src/imap_gtk.c
9237         * src/imap_gtk.h
9238         * src/main.c
9239         * src/mainwindow.c
9240         * src/mainwindow.h
9241         * src/news.c
9242         * src/news_gtk.c
9243         * src/news_gtk.h
9244         * src/prefs_folder_item.c
9245                 Fix the impossibility to synchronise folders for
9246                 offline use (IMAP and NNTP are concerned)
9247
9248 2005-09-08 [colin]      1.9.14cvs8
9249
9250         * configure.ac
9251                 Build LDAP and JPilot by default if available
9252         * src/textview.c
9253                 Fix use after free
9254
9255 2005-09-08 [paul]       1.9.14cvs7
9256
9257         * doc/manual/en/sylpheed-1.html
9258         * doc/manual/en/sylpheed-18.html
9259         * doc/manual/en/sylpheed-19.html
9260         * doc/manual/en/sylpheed-4.html
9261         * doc/manual/en/sylpheed-6.html
9262         * doc/manual/en/sylpheed.html
9263                 a few minor updates, plus include some
9264                 details about plugins and their requirements
9265         * src/mainwindow.c
9266                 minor changes to English in /View/Sort
9267
9268 2005-09-07 [colin]      1.9.14cvs6
9269
9270         * doc/manual/en/sylpheed-1.html
9271         * doc/manual/en/sylpheed-10.html
9272         * doc/manual/en/sylpheed-11.html
9273         * doc/manual/en/sylpheed-12.html
9274         * doc/manual/en/sylpheed-13.html
9275         * doc/manual/en/sylpheed-14.html
9276         * doc/manual/en/sylpheed-15.html
9277         * doc/manual/en/sylpheed-16.html
9278         * doc/manual/en/sylpheed-17.html
9279         * doc/manual/en/sylpheed-18.html
9280         * doc/manual/en/sylpheed-19.html
9281         * doc/manual/en/sylpheed-2.html
9282         * doc/manual/en/sylpheed-20.html
9283         * doc/manual/en/sylpheed-21.html
9284         * doc/manual/en/sylpheed-22.html
9285         * doc/manual/en/sylpheed-3.html
9286         * doc/manual/en/sylpheed-4.html
9287         * doc/manual/en/sylpheed-5.html
9288         * doc/manual/en/sylpheed-6.html
9289         * doc/manual/en/sylpheed-7.html
9290         * doc/manual/en/sylpheed-8.html
9291         * doc/manual/en/sylpheed-9.html
9292         * doc/manual/en/sylpheed.html
9293                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9294
9295 2005-09-07 [colin]      1.9.14cvs5
9296
9297         * src/mainwindow.c
9298                 Make labels more to-the-point
9299
9300 2005-09-07 [colin]      1.9.14cvs4
9301
9302         * doc/manual/en/sylpheed-1.html
9303         * doc/manual/en/sylpheed-12.html
9304         * doc/manual/en/sylpheed-13.html
9305         * doc/manual/en/sylpheed-14.html
9306         * doc/manual/en/sylpheed-15.html
9307         * doc/manual/en/sylpheed-16.html
9308         * doc/manual/en/sylpheed-17.html
9309         * doc/manual/en/sylpheed-18.html
9310         * doc/manual/en/sylpheed-19.html
9311         * doc/manual/en/sylpheed-2.html
9312         * doc/manual/en/sylpheed-20.html
9313         * doc/manual/en/sylpheed-21.html
9314         * doc/manual/en/sylpheed-22.html
9315         * doc/manual/en/sylpheed-4.html
9316         * doc/manual/en/sylpheed-5.html
9317         * doc/manual/en/sylpheed-6.html
9318         * doc/manual/en/sylpheed-7.html
9319         * doc/manual/en/sylpheed-8.html
9320         * doc/manual/en/sylpheed-9.html
9321         * doc/manual/en/sylpheed.html
9322                 Update manual
9323
9324 2005-09-07 [colin]      1.9.14cvs3
9325
9326         * doc/faq/en/sylpheed-faq-1.html
9327         * doc/faq/en/sylpheed-faq-2.html
9328         * doc/faq/en/sylpheed-faq-3.html
9329         * doc/faq/en/sylpheed-faq.html
9330                 Update FAQ
9331
9332 2005-09-07 [colin]      1.9.14cvs2
9333
9334         * src/folderview.c
9335         * src/procmsg.c
9336         * src/summaryview.c
9337         * src/toolbar.c
9338                 Fix special subfolders:
9339                 - Inherit parent's icon
9340                 - sent contents of queues subfolders
9341                 - empty subfolders of trashes
9342         * src/mainwindow.c
9343                 Remove outdated manual and faq entries
9344         * src/common/utils.c
9345                 Add quotes around %s coming from mailcap
9346
9347 2005-09-07 [colin]      1.9.14cvs1
9348
9349         * src/compose.c
9350                 After saving draft, set modified to FALSE
9351         * src/mimeview.c
9352         * src/common/utils.c
9353         * src/common/utils.h
9354                 Try to open mime parts using what is 
9355                 indicated in ~/.mailcap or /etc/mailcap,
9356                 if possible.
9357
9358 2005-09-05 [paul]       1.9.14
9359
9360         1.9.14 released
9361
9362         * po/sk.po
9363                 updated by Andrej Kacian
9364
9365 2005-09-05 [paul]       1.9.13cvs83
9366
9367         * po/de.po
9368         * po/es.po
9369         * po/fi.po
9370         * po/fr.po
9371         * po/nb.po
9372         * po/pt_BR.po
9373         * po/sr.po
9374                 updated translations by Thomas Gilgin, Ricardo Mones
9375                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9376                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9377
9378 2005-09-04 [paul]       1.9.13cvs82
9379
9380         * src/compose.c
9381                 only warn about exceeded line length limit
9382                 on send
9383
9384 2005-09-04 [paul]       1.9.13cvs81
9385
9386         * src/compose.c
9387                 fix crash in 'line length exceeded' dialogue
9388
9389 2005-09-02 [paul]       1.9.13cvs80
9390
9391         * src/imap.c
9392                 fix bug 795, 'Connection lost IMAP'
9393                 and add statusbar prints
9394                 Patch by Colin
9395
9396 2005-09-02 [paul]       1.9.13cvs79
9397
9398         * src/compose.c
9399                 compose_wrap_paragraph() becomes
9400                 compose_beautify_paragraph()
9401                 Patch by Colin
9402
9403 2005-09-02 [colin]      1.9.13cvs78
9404
9405         * src/folderview.c
9406                 Micro-fix
9407
9408 2005-09-01 [colin]      1.9.13cvs77
9409
9410         * src/imap.c
9411                 Maybe fix bug #795 (Connection lost IMAP)
9412                 Don't try to send logout when we're disconnected.
9413         * src/summaryview.c
9414                 Include locked and marked emails in HRM
9415                 view. Fixes bug #800 (Locked messages no longer 
9416                 show up when hide read messages is used)
9417
9418 2005-09-01 [paul]       1.9.13cvs76
9419
9420         * src/prefs_common.c
9421                 fix bad cutting
9422
9423 2005-08-31 [colin]      1.9.13cvs75
9424
9425         * src/folderview.c
9426         * src/folderview.h
9427         * src/prefs_summaries.c
9428         * src/summaryview.c
9429                 Fix "go to next new", fix preference
9430                 (Open unread/next swapped)
9431
9432 2005-08-31 [paul]       1.9.13cvs74
9433
9434         * src/compose.c
9435         * src/folderview.c
9436         * src/headerview.c
9437         * src/headerview.h
9438         * src/mainwindow.c
9439         * src/prefs_common.c
9440         * src/prefs_common.h
9441         * src/prefs_fonts.c
9442         * src/summaryview.c
9443         * src/textview.c
9444         * src/common/defs.h
9445                 remove obsolete BOLD_FONT setting
9446                 fix font update in headerview and textview
9447                 headers after prefs change
9448                 Patch By Colin
9449
9450 2005-08-31 [paul]
9451
9452         1.9.14-rc4 released
9453
9454 2005-08-30 [colin]      1.9.13cvs73
9455
9456         * src/summaryview.c
9457                 When Hide read messages is selected and we
9458                 refresh the summaryview, don't remove the 
9459                 currently displayed message. Fixes bug #797
9460                 (Summary view reloads when new mail is 
9461                 downloaded in 1.9.14 rc)
9462
9463 2005-08-30 [colin]      1.9.13cvs72
9464
9465         * src/folderview.c
9466                 Fix flickering
9467         * src/mainwindow.c
9468                 Remove useless callback
9469         * src/mimeview.c
9470         * src/gtk/filesel.c
9471         * src/gtk/filesel.h
9472                 Add a filesel_select_file_save_folder() - used by Save All
9473
9474 2005-08-29 [paul]       1.9.13cvs71
9475
9476         * AUTHORS
9477         * src/matcher_parser_parse.y
9478         * src/etpan/imap-thread.c
9479                 fix building on FreeBSD
9480                 Patch by Daniel Gustafson <daniel@hobbit.se>
9481
9482 2005-08-29 [paul]       1.9.13cvs70
9483
9484         * src/plugins/pgpinline/pgpinline.c
9485                 only initialise sig result if it's been handled
9486                 Patch by Colin
9487
9488 2005-08-29 [paul]       1.9.13cvs69
9489         
9490         Patches by Colin:
9491
9492         * src/imap.c
9493         * src/common.utils.c
9494         * src/common/utils.h
9495                 optimisation
9496         * src/stock_pixmap.h
9497                 fix wrong icon reference
9498         * src/pixmaps/trash_btn.xpm
9499                 replace with nicer image
9500
9501 2005-08-28 [colin]      1.9.13cvs68
9502
9503         * src/Makefile.am
9504         * src/stock_pixmap.c
9505         * src/stock_pixmap.h
9506         * src/toolbar.c
9507         * src/pixmaps/trash_btn.xpm
9508                 Add a specific trash xpm for the button
9509
9510 2005-08-28 [colin]      1.9.13cvs67
9511
9512         * src/imap.c
9513                 Fix leak
9514
9515 2005-08-27 [colin]      1.9.13cvs66
9516
9517         * src/imap.c
9518         * src/procmime.c
9519                 Correctly fix "Problem with replies", fixes
9520                 pgpmime encryption too. 
9521
9522 2005-08-27 [colin]      1.9.13cvs65
9523
9524         * src/folder.c
9525         * src/procmsg.c
9526         * src/procmsg.h
9527         * src/summaryview.c
9528                 Fix bug #517 (messages removed from summaryview 
9529                 when moving fails)
9530
9531 2005-08-27 [colin]      1.9.13cvs64
9532
9533         * tools/Makefile.am
9534         * tools/asus_mailled.sh
9535                 Add a script to blink ASUS laptops' mail LED where there
9536                 is unread mail.
9537
9538 2005-08-27 [colin]      1.9.13cvs63
9539
9540         * src/imap.c
9541         * src/etpan/imap-thread.c
9542         * src/etpan/imap-thread.h
9543                 Implement automatic choosing of login method
9544                 Fixes bug #791
9545         * src/gtk/.cvsignore
9546                 Add sylpheed-marshal.[ch]
9547
9548 2005-08-27 [colin]      1.9.13cvs62
9549
9550         * src/common/utils.c
9551                 Fix confusing perror
9552
9553 2005-08-27 [colin]      1.9.13cvs61
9554
9555         * src/toolbar.c
9556         * src/toolbar.h
9557                 Remove A_DELETE, replace it with 
9558                 A_TRASH and A_DELETE_REAL. Automatically
9559                 rewrite config files to replace A_DELETE
9560                 with A_TRASH (no functionality change).
9561                 Fixes half of #794
9562
9563 2005-08-26 [colin]      1.9.13cvs60
9564
9565         * src/procmime.c
9566                 Previous "Problem with replies" fix brought other
9567                 problems, fixing them
9568
9569 2005-08-26 [colin]      1.9.13cvs59
9570
9571         * src/procmime.c
9572                 Fix "Problem with replies". This happened only
9573                 on IMAP...
9574         * src/procmsg.c
9575                 Factorize code a bit
9576         * src/compose.c
9577                 Speed improvement on very long messages (wrapping)
9578                 Fix signature color on Reedit and Redirect
9579                 On Reedit, don't attach pgp-signatures parts, but
9580                 set signing to On.
9581
9582 2005-08-24 [paul]       1.9.13cvs58
9583
9584         * src/compose.c
9585                 don't claim success when clicking
9586                 Cancel on the passphrase box.
9587                 Patch by Colin
9588
9589 2005-08-24 [paul]       1.9.13cvs57
9590
9591         * src/main.c
9592                 fix misplaced sylpheed.log
9593         * src/common/defs.h
9594                 define UIDL_DIR
9595
9596 2005-08-24 [paul]       1.9.13cvs56
9597
9598         * src/imap.c
9599         * src/etpan/imap-thread.c
9600         * src/etpan/imap-thread.h
9601                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9602                 Patch by Colin
9603         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9604         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9605                 remove autogenerated files
9606         * tools/kdeservicemenu/README
9607         * tools/kdeservicemenu/install.sh
9608         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9609         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9610                 use Claws icon, use 'Sylpheed-Claws' in menu,
9611                 use kdialog, and other cleanups
9612
9613 2005-08-23 [paul]       1.9.13cvs55
9614
9615         * src/compose.c
9616                 fix paste/wrap crash
9617                 Patch by Colin
9618
9619 2005-08-23 [paul]       1.9.13cvs54
9620
9621         * src/main.c
9622                 fix crash recovery
9623                 Patch by Colin
9624
9625 2005-08-23 [paul]       1.9.13cvs53
9626
9627         * src/addressbook.c
9628         * src/editaddress.c
9629                 view all data of LDAP contacts
9630                 Patch by Colin
9631
9632 2005-08-23 [paul]       1.9.13cvs52
9633
9634         * src/addressbook.c
9635                 fix issues with the Search field
9636                 Patch by Colin
9637
9638 2005-08-22 [paul]       1.9.13cvs51
9639
9640         * src/folderview.c
9641                 put name of folder in processing dialog
9642                 title
9643         * src/prefs_folder_item.c
9644                 improve english usage
9645
9646 2005-08-22 [paul]       1.9.13cvs50
9647
9648         * src/filtering.c
9649         * src/filtering.h
9650         * src/matcher.c
9651         * src/matcher_parser_lex.l
9652         * src/matcher_parser_parse.y
9653         * src/prefs_filtering.c
9654                 add Filtering/Processing rule names feature.
9655                 (the incompatible old matcherrc is saved as
9656                 matcherrc.pre_names).
9657                 Patch by Colin
9658
9659 2005-08-22 [paul]       1.9.13cvs49
9660
9661         * src/procmsg.c
9662                 fix colour labelling
9663                 Patch by Colin
9664
9665 2005-08-22 [paul]       1.9.13cvs48
9666
9667         * src/textview.c
9668                 fix open_image_cb()
9669
9670 2005-08-22 [paul]       1.9.13cvs47
9671
9672         * src/imap.c
9673                 fix bug 789, 'SC crashes with imap (CVS ver)'
9674                 Patch by Colin
9675
9676 2005-08-22 [paul]       1.9.13cvs46
9677
9678         * src/mimeview.c
9679         * src/prefs_common.c
9680         * src/common/defs.h
9681                 define reused defaults in defs.h
9682         * src/textview.c
9683                 add 'Open image' to image popup menu
9684
9685 2005-08-21 [colin]      1.9.13cvs45
9686
9687         * src/summaryview.c
9688                 Fix bug #788 (Bogus "From" address displayed)
9689
9690 2005-08-20 [colin]      1.9.13cvs44
9691
9692         * src/folder.c
9693                 Fix buf #787 (multilevel delete causes SIGSEGV)
9694
9695 2005-08-19 [colin]      1.9.13cvs43
9696
9697         * src/inc.c
9698         * src/prefs_common.c
9699         * src/prefs_common.h
9700                 Add an hidden pref to allow modifying the
9701                 update stepping in incorporation.
9702                 Patch by wwp.
9703
9704 2005-08-19 [colin]      1.9.13cvs42
9705
9706         * src/compose.c
9707         * src/procmime.c
9708                 Workaround for broken MUAs: encode 
9709                 Content-type: name: as ASCII and 
9710                 Content-Disposition: filename: as
9711                 per rfc2231
9712         * src/prefs_account.c
9713                 Fix invisible-ness of SMTP SSL prefs
9714                 in NNTP accounts
9715
9716 2005-08-19 [paul]       1.9.13cvs41
9717
9718         * src/compose.c
9719         * src/prefs_common.c
9720         * src/prefs_common.h
9721         * src/prefs_wrapping.c
9722                 paste with or without wrapping.
9723                 patch by Colin
9724
9725 2005-08-19 [paul]       1.9.13cvs40
9726
9727         * src/prefs_common.c
9728         * src/prefs_common.h
9729         * src/summaryview.c
9730                 reintroduce enable_swap_from as a
9731                 hidden pref. patch by Colin
9732         * src/quote_fmt_parse.y
9733         * src/plugins/clamav/clamav_plugin.c
9734         * src/plugins/dillo_viewer/dillo_viewer.c
9735         * src/plugins/mathml_viewer/mathml_viewer.c
9736         * src/plugins/pgpcore/sgpgme.c
9737         * src/plugins/pgpinline/pgpinline.c
9738         * src/plugins/pgpmime/pgpmime.c
9739                 tidy up. patch by Colin
9740
9741 2005-08-19 [paul]       1.9.13cvs39
9742
9743         * configure.ac
9744                 complete cvs38's sync
9745         * src/editaddress.c
9746         * src/gedit-print.c
9747         * src/mutt.c
9748         * src/etpan/etpan-log.c
9749         * src/etpan/imap-thread.c
9750         * src/gtk/gtksourceprintjob.c
9751                 fix compilation warnings
9752                 (patch by Colin)
9753
9754 2005-08-19 [paul]       1.9.13cvs38
9755
9756         sync with main:
9757
9758         * src/account.c
9759         * src/action.c
9760         * src/addrbook.c
9761         * src/addrcache.c
9762         * src/addrharvest.c
9763         * src/addrindex.c
9764         * src/codeconv.c
9765         * src/compose.c
9766         * src/crash.c
9767         * src/exporthtml.c
9768         * src/exportldif.c
9769         * src/folder.c
9770         * src/image_viewer.c
9771         * src/inc.c
9772         * src/inc.h
9773         * src/jpilot.c
9774         * src/ldif.c
9775         * src/main.c
9776         * src/matcher.c
9777         * src/mbox.c
9778         * src/messageview.c
9779         * src/mh.c
9780         * src/mimeview.c
9781         * src/msgcache.c
9782         * src/mutt.c
9783         * src/news.c
9784         * src/partial_download.c
9785         * src/pine.c
9786         * src/pop.c
9787         * src/prefs_actions.c
9788         * src/prefs_common.c
9789         * src/prefs_customheader.c
9790         * src/prefs_display_header.c
9791         * src/prefs_gtk.c
9792         * src/prefs_themes.c
9793         * src/procheader.c
9794         * src/procmime.c
9795         * src/procmsg.c
9796         * src/recv.c
9797         * src/send_message.c
9798         * src/simple-gettext.c
9799         * src/sourcewindow.c
9800         * src/textview.c
9801         * src/vcard.c
9802         * src/common/defs.h
9803         * src/common/log.c
9804         * src/common/plugin.c
9805         * src/common/prefs.c
9806         * src/common/session.c
9807         * src/common/session.h
9808         * src/common/socket.c
9809         * src/common/socket.h
9810         * src/common/ssl_certificate.c
9811         * src/common/template.c
9812         * src/common/utils.c
9813         * src/common/utils.h
9814         * src/common/xml.c
9815         * src/gtk/about.c
9816         added wrappers for C library function that
9817                 take pathname arguments.
9818                 enabled compilation with MinGW.
9819                 use GDir instead of directly using opendir().
9820                 added rename_force().
9821
9822 2005-08-19 [paul]       1.9.13cvs37
9823         
9824         patches by Colin:
9825         * src/compose.c
9826                 fix privacy settings on re-editing
9827                 a sent message
9828         * src/jpilot.c
9829                 fix encoding bug
9830         * src/folder.c
9831         * src/procmsg.c
9832         * src/procmsg.h
9833         * src/summaryview.c
9834                 flag changing optimisation
9835
9836 2005-08-18 [martin]     1.9.13cvs36
9837
9838         * commitHelper
9839             added my login
9840         * src/addrcache.c
9841         * src/addrharvest.c
9842         * src/addrindex.c
9843         * src/compose.c
9844         * src/grouplistdialog.c
9845         * src/main.c
9846         * src/mainwindow.c
9847         * src/msgcache.c
9848         * src/mutt.c
9849         * src/pine.c
9850         * src/prefs_account.c
9851         * src/prefs_themes.c
9852         * src/stock_pixmap.c
9853         * src/summaryview.c
9854         * src/gtk/about.c
9855         * src/gtk/logwindow.c
9856             removed deprecated glib and gdk stuff
9857         * src/plugins/pgpcore/select-keys.c
9858             convert attributes from locale to utf8
9859
9860 2005-08-17 [paul]       1.9.13cvs35
9861
9862         * src/account.c
9863         * src/addressbook.c
9864                 use new GTK_STOCK_ icons if available
9865         * src/summaryview.c
9866         * src/gtk/gtksctree.c
9867         * src/gtk/gtksctree.h
9868                 faster range select. patch by Colin
9869
9870 2005-08-17 [paul]       1.9.13cvs34
9871
9872         patches by colin:
9873         * src/addressbook.c
9874         * src/addressitem.h
9875                 Add an edit button for contacts, fix selections
9876                 of gtksctree items
9877         * src/editaddress.c
9878                 Change labels, let Save be always possible in the
9879                 email and user atributes tabs
9880         * src/folderview.c
9881                 fix sort issues
9882         * src/summaryview.c
9883                 select next item instead of the displayed one
9884                 after deletion
9885
9886         * src/gtk/progressdialog.c
9887                 use prefs_common.enable_rules_hint
9888
9889 2005-08-13 [hoa]        1.9.13cvs33
9890
9891         * src/etpan/imap-thread.c
9892                 fixed build on Solaris.
9893
9894 2005-08-10 [colin]      1.9.13cvs32
9895
9896         * src/procmsg.c
9897                 Fix cvs31 (missing fclose before reading
9898                 the file)
9899
9900 2005-08-10 [colin]      1.9.13cvs31
9901
9902         * src/procmsg.c
9903                 Fix procmsg_msginfo_new_from_mimeinfo() when
9904                 the MimeInfo isn't stored in memory. This fixes
9905                 replying to an attached message.
9906
9907 2005-08-10 [colin]      1.9.13cvs30
9908
9909         * src/mainwindow.c
9910                 Fix slowness in account changing
9911
9912 2005-08-10 [colin]      1.9.13cvs29
9913
9914         * src/folder.c
9915         * src/folderutils.c
9916         * src/folderview.c
9917         * src/imap_gtk.c
9918         * src/mainwindow.c
9919         * src/mh_gtk.c
9920         * src/procmsg.c
9921         * src/summaryview.c
9922                 Optimize folder_has_parent_of_type
9923                 Prevent moving special sub-folders from contextual menus
9924                 Rework message a bit ("Empty all messages" -> "Delete all
9925                 messages")
9926                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9927                 and "Deleted Items" folders)
9928
9929 2005-08-08 [colin]      1.9.13cvs28
9930
9931         * src/summaryview.c
9932         * src/prefs_summaries.c
9933                 Make "Select first unread|new" more flexible
9934                 (just prioritize new or unread)
9935
9936 2005-08-08 [colin]      1.9.13cvs27
9937
9938         * src/summaryview.c
9939                 If "select first new" is selected and there only
9940                 are unread messages, fallback to "select first
9941                 unread".
9942
9943 2005-08-08 [colin]      1.9.13cvs26
9944
9945         * src/folder.c
9946                 Fix shameful bugs (and bug #779)
9947
9948 2005-08-08 [colin]      1.9.13cvs25
9949
9950         * src/folder.c
9951         * src/folder.h
9952                 Cache parents' type to make folder_has_parent_of_type
9953                 faster
9954         * src/folderview.c
9955                 Forbid DnD of special sub-folders
9956         * src/procmsg.c
9957         * src/procmsg.h
9958                 Add MAIL_POSTFILTERING_HOOK
9959         * src/summaryview.c
9960                 Revert over-zealous deletion of the use_addr_book 
9961                 code
9962
9963 2005-08-07 [colin]      1.9.13cvs24
9964
9965         * src/folder.c
9966                 Fix big mistake (passing MsgInfo instead 
9967                 of FolderItem)
9968
9969 2005-08-07 [colin]      1.9.13cvs23
9970
9971         * src/compose.c
9972         * src/folder.c
9973         * src/folder.h
9974         * src/foldersel.c
9975         * src/folderutils.c
9976         * src/folderview.c
9977         * src/imap.c
9978         * src/mainwindow.c
9979         * src/messageview.c
9980         * src/mh.c
9981         * src/msgcache.c
9982         * src/procmime.c
9983         * src/summaryview.c
9984                 Make subfolders of Drafts, Queue, Outbox, Trash
9985                 work like their parents. 
9986                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9987
9988 2005-08-07 [colin]      1.9.13cvs22
9989
9990         * src/addressbook.c
9991                 Fix bug #771 (Dragged contacts not saved)
9992
9993 2005-08-07 [paul]       1.9.13cvs21
9994
9995         * src/summaryview.c
9996                 fix bug 32 'Search Doesn't display results
9997                 if "Hide Read Messages" is chosen'
9998                 be more literal in interpreting 'Hide read
9999                 messages'
10000
10001 2005-08-07 [colin]      1.9.13cvs20
10002
10003         * src/folderview.c
10004                 Add debug
10005         * src/summaryview.c
10006                 Faster 'unthread_for_execution'
10007
10008 2005-08-06 [paul]       1.9.13cvs19
10009
10010         * src/mainwindow.c
10011                 add mnemonics to Set displayed columns
10012                 fix bug where msgview_visible option was
10013                 overwritten as TRUE on startup
10014
10015 2005-08-06 [paul]       1.9.13cvs18
10016
10017         * src/mainwindow.c
10018                 refer to 'displayed columns in folder/message
10019                 list' not 'displayed items in summary/message view'
10020         * src/prefs_display_header.c
10021                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10022                 be consistent with similar dialogues
10023         * src/prefs_folder_column.c
10024         * src/prefs_summary_column.c
10025                 'columns' not 'items', and folder and message lists,
10026                 instead of folder and summary views;
10027                 Use 'Hidden columns' as list heading not 'Available
10028                 items';
10029                 move the 'Remove' button to the right hand side;
10030                 top-align the buttons;
10031                 remove unneeded vbox
10032         * src/prefs_summaries.c
10033                 put the 2 column prefs buttons in a frame to reduce
10034                 overall width; refer to columns not items &c.
10035
10036 2005-08-05 [colin]      1.9.13cvs17
10037
10038         * src/prefs_common.c
10039         * src/prefs_common.h
10040         * src/mainwindow.c
10041         * src/compose.c
10042         * src/messageview.c
10043                 Add an hidden toolbar_detachable pref, so
10044                 that I can get rid of these painful handles
10045                 in the toolbars. Defaults to TRUE to avoid
10046                 changing the GUI on unsuspecting people...
10047
10048 2005-08-05 [colin]      1.9.13cvs16
10049
10050         * src/Makefile.am
10051         * src/prefs_folder_column.c
10052         * src/prefs_folder_column.h
10053                 Add prefs for folder columns
10054         * src/folderview.c
10055         * src/folderview.h
10056         * src/mainwindow.c
10057         * src/mainwindow.h
10058         * src/prefs_common.c
10059         * src/prefs_common.h
10060         * src/prefs_summaries.c
10061                 Use them
10062         * src/prefs_summary_column.c
10063         * src/summaryview.c
10064         * src/summaryview.h
10065                 Add a To column
10066         * src/textview.c
10067         * src/common/utils.c
10068         * src/common/utils.h
10069                 Move uri colourisation functions
10070                 to utils
10071         * src/compose.c
10072                 Colourise URIs
10073         * src/imap.c
10074                 Fix bug with LIST where we'd try
10075                 to get Folder//////[...]/// 
10076
10077 2005-08-05 [paul]       1.9.13cvs15
10078
10079         * src/prefs_summaries.c
10080                 improve the English usage
10081         * src/summaryview.c
10082                 set font on column change
10083                 thanks to Colin
10084
10085 2005-08-05 [paul]       1.9.13cvs14
10086
10087         * src/prefs_common.c
10088         * src/prefs_common.h
10089         * src/prefs_summaries.c
10090         * src/summaryview.c
10091                 replace 'open_unread_on_enter' option with
10092                 'select_on_entry' option. opening/not opening
10093                 is now exclusively controlled by 'always_show_msg'
10094
10095 2005-08-04 [colin]      1.9.13cvs13
10096
10097         * src/compose.c
10098                 Remove dead code
10099                 Add colourisation of quotes and signatures
10100         * src/folderview.c
10101                 Fix possible crashes
10102         * src/messageview.c
10103                 Change an assert that is no problem
10104         * src/news.c
10105         * src/news_gtk.c
10106         * src/news_gtk.h
10107                 Fix offline mode
10108         * src/gtk/quicksearch.c
10109                 Fix a possible crash
10110
10111 2005-08-03 [colin]      1.9.13cvs12
10112
10113         * src/prefs_account.c
10114                 Fix bug #777 (Sylpheed crash in account configuration)
10115
10116 2005-08-03 [colin]      1.9.13cvs11
10117
10118         * src/addressbook.c
10119         * src/editaddress.c
10120         * src/editgroup.c
10121                 Fixing addressbook, round 2
10122         * src/textview.c
10123                 Fix emphasis color on rechecking 'Colorize messages'
10124
10125 2005-08-03 [paul]       1.9.13cvs10
10126
10127         sync with main
10128
10129         * src/addr_compl.c
10130         * src/compose.c
10131         * src/main.c
10132         * src/pop.c
10133         * src/prefs_account.c
10134         * src/procmime.c
10135         * src/procmsg.c
10136         * src/quote_fmt_parse.y
10137         * src/textview.c
10138         * src/common/quoted-printable.c
10139         * src/common/utils.c
10140         * src/common/utils.h
10141         * src/common/xml.c
10142                 replaced incorrect locale-independent
10143                 ctype functions with GLib's. Corrected
10144                 signedness mismatch.
10145         * src/headerview.c
10146                 headerview_create(): added spacing for vbox.
10147         * src/gtk/about.c
10148                 set focus to the OK button.
10149
10150 2005-08-03 [colin]      1.9.13cvs9
10151
10152         * src/folderview.c
10153                 Fix possible crash
10154
10155 2005-08-02 [colin]      1.9.13cvs8
10156
10157         * src/mainwindow.c
10158                 Fix cast
10159         * src/addressbook.c
10160         * src/addressitem.h
10161                 Fix a cast and more generally, try to make the
10162                 GUI more intuitive and consistent (round 1)
10163
10164 2005-08-02 [paul]       1.9.13cvs7
10165
10166         * src/folder.h
10167                 missing in 1.9.13cvs6
10168
10169 2005-08-02 [colin]      1.9.13cvs6
10170
10171         * src/folder.c
10172                 Fix one more leak
10173
10174 2005-08-02 [colin]      1.9.13cvs5
10175
10176         * src/folder.c
10177         * src/folderview.c
10178         * src/imap.c
10179         * src/main.c
10180         * src/mbox.c
10181         * src/procmsg.c
10182         * src/summaryview.c
10183                 Fix a number of folder_item_get_msg_list()-related
10184                 leaks (missing procmsg_msginfo_free()s)
10185
10186 2005-08-01 [colin]      1.9.13cvs4
10187
10188         * src/folderview.c
10189         * src/folderview.h
10190         * src/mainwindow.c
10191         * src/prefs_fonts.c
10192         * src/prefs_summaries.c
10193         * src/prefs_themes.c
10194         * src/summaryview.c
10195         * src/summaryview.h
10196         * src/textview.c
10197         * src/textview.h
10198                 Fix instant-apply of summary and folderview-related prefs
10199                 Fix erroneous g_free and alertpanels in prefs_theme
10200                 Add instant-apply for fonts
10201                 Defer applying of prefs a little bit so it's done only
10202                 once even if requested by multiples prefs pages
10203
10204 2005-08-01 [paul]       1.9.13cvs3
10205
10206         * src/main.c
10207                 fix bug 776 'S.C. crashes on close'
10208                 thanks to Colin
10209         * src/etpan/etpan-thread-manager-types.h
10210                 add missing include
10211                 thanks to Hoa
10212
10213 2005-07-25 [paul]       1.9.13cvs2
10214
10215         * src/summaryview.c
10216                 fix typos. spotted by Fabien Vantard
10217
10218 2005-07-24 [paul]       1.9.13cvs1
10219
10220         * doc/man/sylpheed.1
10221                 update man page, incorporating fix of
10222                 bug 769 'Typo in manpage'
10223         * src/etpan/imap-thread.c
10224                 fix NetBSD openssl dependencies. patch by
10225                 George Michaelson <ggm@apnic.net>
10226         * po/pt_BR.po
10227                 updated by Frederico Goncalves Guimaraes
10228
10229 2005-07-22 [paul]       1.9.13
10230
10231         1.9.13 release
10232
10233 2005-07-22 [paul]       1.9.12cvs91
10234
10235         * AUTHORS
10236         * INSTALL
10237         * README.claws
10238         * RELEASE_NOTES.claws
10239                 updated for release
10240         * configure.ac
10241         * po/nb.po
10242         * tools/claws.i18n.status.pl
10243                 add Norwegian translation. submiited by
10244                 Geir Helland <pjallabais@users.sourceforge.net>
10245         * po/ca.po
10246         * po/de.po
10247         * po/es.po
10248         * po/fi.po
10249         * po/fr.po
10250         * po/it.po
10251         * po/sk.po
10252         * po/sr.po
10253         * po/zh_CN.po
10254                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10255                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10256                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10257                 Yang Guilong
10258         * src/plugins/clamav/clamav_plugin_gtk.c
10259         * src/plugins/spamassassin/spamassassin_gtk.c
10260                 replace outdated description strings
10261
10262 2005-07-21 [colin]      1.9.12cvs90
10263
10264         * src/folder.c
10265                 Set folder to batch mode when scanning it. Makes deletion
10266                 of unread mails on IMAP much faster (due to the UNREAD 
10267                 flag unsetting)
10268
10269 2005-07-21 [darko]      1.9.12cvs89
10270
10271         * configure.ac
10272                 link against libresolv if necessary (patch by Paul)
10273         * src/msgcache.c
10274                 use glib's portable macros to determine endianness
10275
10276 2005-07-21 [paul]       1.9.12cvs88
10277
10278         * src/crash.c
10279         * src/gtk/about.c
10280                 update compiled-in features list
10281
10282 2005-07-20 [colin]      1.9.12cvs87
10283
10284         * src/folder.c
10285         * src/textview.c
10286                 Gcc 2.9x compilation fixes, thanks to Darko
10287         * src/plugins/clamav/clamav_plugin.c
10288                 Little optimisation: load virus database only once
10289         * src/plugins/spamassassin/spamassassin.c
10290                 Big optimisation: filtering one mail took at least 1 second,
10291                 now it takes at least 50ms. Doesn't speed up spamassassin 
10292                 itself, but should already be much more tolerable.
10293
10294 2005-07-20 [colin]      1.9.12cvs86
10295
10296         * src/summaryview.c
10297                 Fix performance issue
10298
10299 2005-07-19 [colin]      1.9.12cvs85
10300
10301         * src/plugins/pgpinline/plugin.c
10302                 Fix warning
10303
10304 2005-07-19 [colin]      1.9.12cvs84
10305
10306         * configure.ac
10307         * src/plugins/Makefile.am
10308         * src/plugins/pgpinline/.cvsignore
10309         * src/plugins/pgpinline/Makefile.am
10310         * src/plugins/pgpinline/pgpinline.c
10311         * src/plugins/pgpinline/pgpinline.deps
10312         * src/plugins/pgpinline/pgpinline.h
10313         * src/plugins/pgpinline/plugin.c
10314                 Put pgpinline in the main tree
10315
10316 2005-07-19 [paul]       1.9.12cvs83
10317
10318         * src/prefs_actions.c
10319                 prevent '//' in menu names, which cause a crash
10320                 thanks to Colin
10321
10322 2005-07-19 [paul]       1.9.12cvs82
10323
10324         * configure.ac
10325                 be generally more informative in configure output.
10326                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10327                 '[ --disable-openssl ...', as --enable-openssl is default
10328                 PGP/MIME: don't check for GPGME again, check for
10329                 pgpcore instead. Therefore prevent the possibility of
10330                 attempting to build pgpmime if pgpcore dependencies are
10331                 not met
10332                 ClamAV: use pkgconfig to check for lib
10333                 libgnomeprint: revert logic on inner test to match
10334                 everything else
10335         * src/plugins/pgpcore/sgpgme.c
10336                 add missing include
10337
10338 2005-07-19 [colin]      1.9.12cvs81
10339
10340         * src/summaryview.c
10341                 Fix slow thread rebuilding in particular
10342                 cases
10343
10344 2005-07-19 [paul]       1.9.12cvs80
10345
10346         * sylpheed-claws.desktop
10347                 fix typo, spotted by Stephan Sachse
10348         * src/account.c
10349                 replace GTK_STOCK_ADD with
10350                 GTK_STOCK_NEW button
10351
10352 2005-07-18 [colin]      1.9.12cvs79
10353
10354         * src/etpan/imap-thread.c
10355                 Fix return value (Thanks Hoa)
10356
10357 2005-07-18 [colin]      1.9.12cvs78
10358
10359         * src/imap.c
10360                 Allow empty passwords
10361                 Create drafts/queue/outbox if necessary
10362         * src/summaryview.c
10363                 Remove old code
10364         * src/etpan/imap-thread.c
10365                 Fix STARTTLS (Thanks to Hoa)
10366
10367 2005-07-18 [paul]       1.9.12cvs77
10368
10369         * ChangeLog-gtk2.jp
10370         * ChangeLog.jp
10371                 removed
10372         * Makefile.am
10373                 updated to reflect additions and removals
10374         * TODO
10375                 updated to be claws-specific
10376         * TODO-gtk2
10377         * TODO-gtk2.jp
10378         * TODO.jp
10379         * sylpheed-128x128.png
10380         * sylpheed-64x64.png
10381                 removed
10382         * sylpheed-claws-128x128.png
10383         * sylpheed-claws-64x64.png
10384         * sylpheed-claws.desktop
10385         * sylpheed-claws.png
10386                 added
10387         * sylpheed.desktop
10388         * sylpheed.png
10389                 removed
10390
10391 2005-07-17 [paul]       1.9.12cvs76
10392
10393         * src/account.c
10394         * src/addressbook.c
10395         * src/alertpanel.c
10396         * src/alertpanel.h
10397         * src/compose.c
10398         * src/exphtmldlg.c
10399         * src/expldifdlg.c
10400         * src/folderview.c
10401         * src/imap_gtk.c
10402         * src/inc.c
10403         * src/message_search.c
10404         * src/messageview.c
10405         * src/mh_gtk.c
10406         * src/news_gtk.c
10407         * src/prefs_actions.c
10408         * src/prefs_filtering.c
10409         * src/prefs_matcher.c
10410         * src/prefs_template.c
10411         * src/prefs_themes.c
10412         * src/ssl_manager.c
10413         * src/summary_search.c
10414         * src/textview.c
10415         * src/toolbar.c
10416         * src/gtk/sslcertwindow.c
10417         * src/plugins/pgpcore/sgpgme.c
10418                 rework alertpanels
10419
10420 2005-07-17 [colin]      1.9.12cvs75
10421
10422         * src/privacy.c
10423                 add a PrivacySystem accessor that checks that
10424                 the system cached in a MimeInfo's privacydata
10425                 is still registered. Use this accessor instead
10426                 of directly using data->system. Fixes crashes
10427                 after unloading pgp plugins.
10428
10429 2005-07-17 [colin]      1.9.12cvs74
10430
10431         * src/alertpanel.c
10432                 Change geometry hints to a simple default size.
10433                 Fixes the certs dialogs.
10434
10435 2005-07-17 [colin]      1.9.12cvs73
10436
10437         * src/gtk/sslcertwindow.c
10438                 Use a gtkExpander
10439
10440 2005-07-17 [colin]      1.9.12cvs72
10441
10442         * src/plugins/pgpcore/Makefile.am
10443         * src/plugins/pgpmime/Makefile.am
10444                 Add gpgme libs
10445
10446 2005-07-17 [paul]       1.9.12cvs71
10447
10448         * configure.ac
10449                 add --disable-gnomeprint option
10450                 modified version of patch by Marius Mauch
10451
10452 2005-07-17 [paul]       1.9.12cvs70
10453
10454         * src/common/defs.h
10455                 update urls
10456         * src/account.c
10457         * src/action.c
10458         * src/addressbook.c
10459         * src/compose.c
10460         * src/foldersel.c
10461         * src/folderview.c
10462         * src/html.c
10463         * src/imap_gtk.c
10464         * src/main.c
10465         * src/mainwindow.c
10466         * src/messageview.c
10467         * src/mh_gtk.c
10468         * src/mimeview.c
10469         * src/news_gtk.c
10470         * src/prefs_account.c
10471         * src/prefs_send.c
10472         * src/prefs_summaries.c
10473         * src/procmsg.c
10474         * src/summaryview.c
10475         * src/common/utils.c
10476         * src/common/xml.c
10477         * src/plugins/pgpcore/passphrase.c
10478         * src/plugins/pgpcore/select-keys.c
10479                 replace inappropriately used backticks
10480                 with single quotes
10481
10482 2005-07-16 [colin]      1.9.12cvs69
10483
10484         * src/image_viewer.c
10485                 Add extra paranoid checks
10486
10487 2005-07-16 [colin]      1.9.12cvs68
10488
10489         * src/plugins/pgpcore/prefs_gpg.c
10490                 Don't auto-check sigs by default, as it
10491                 can be really slow.
10492
10493 2005-07-16 [colin]      1.9.12cvs67
10494
10495         * src/plugins/pgpcore/sgpgme.c
10496                 Make messages a bit better.
10497
10498 2005-07-16 [colin]      1.9.12cvs66
10499
10500         * src/imap.c
10501                 Remove pseudo-log
10502         * src/etpan/imap-thread.c
10503                 Add real log
10504
10505 2005-07-16 [colin]      1.9.12cvs65
10506
10507         * src/main.c
10508         * src/prefs_other.c
10509                 And now, fix build with libetpan :-/
10510
10511 2005-07-15 [colin]      1.9.12cvs64
10512
10513         * src/prefs_other.c
10514                 Continue fixing build without libetpan.
10515
10516 2005-07-15 [colin]      1.9.12cvs63
10517
10518         * src/main.c
10519                 Fix build with --disable-libetpan
10520
10521 2005-07-15 [colin]      1.9.12cvs62
10522
10523         * configure.ac
10524                 Bump libetpan's version
10525
10526 2005-07-15 [colin]      1.9.12cvs61
10527
10528         * src/etpan/imap-thread.c
10529                 Actually stop logging :)
10530
10531 2005-07-15 [colin]      1.9.12cvs60
10532
10533         * src/addressbook.c
10534                 Fix dnd of multiple addresses.
10535
10536 2005-07-15 [hoa]        1.9.12cvs59
10537
10538         * src/etpan/imap-thread.c
10539             disable login of IMAP password in libetpan log file.
10540
10541 2005-07-15 [paul]       1.9.12cvs58
10542
10543         * src/account.c
10544                 don't automatically sort
10545                 do allow drag n drop
10546
10547 2005-07-15 [paul]       1.9.12cvs57
10548
10549         * src/account.c
10550         * src/ssl_manager.c
10551                 alphabetical listing
10552
10553 2005-07-15 [paul]       1.9.12cvs56
10554
10555         * src/gtk/pluginwindow.c
10556                 sort plugin list alphabetically
10557
10558 2005-07-15 [paul]       1.9.12cvs55
10559
10560         * src/prefs_spelling.c
10561         * src/prefs_wrapping.c
10562                 unify English usage
10563
10564 2005-07-15 [colin]      1.9.12cvs54
10565
10566         * src/wizard.c
10567                 Typo fix
10568
10569 2005-07-15 [paul]       1.9.12cvs53
10570
10571         * src/prefs_message.c
10572                 make 'show cursor' a hidden option
10573
10574 2005-07-14 [colin]      1.9.12cvs52
10575
10576         * src/plugins/spamassassin/Makefile.am
10577         * src/plugins/clamav/Makefile.am
10578                 Fix double EXTRA_DISTs
10579
10580 2005-07-14 [colin]      1.9.12cvs51
10581
10582         * src/plugins/clamav/Makefile.am
10583         * src/plugins/clamav/clamav_plugin_gtk.deps
10584         * src/plugins/spamassassin/Makefile.am
10585         * src/plugins/spamassassin/spamassassin_gtk.deps
10586                 Make $plugin_gtk depend on $plugin
10587
10588 2005-07-14 [hoa]        1.9.12cvs50
10589
10590         * src/etpan/imap-thread.c
10591                 enable debug log of libetpan when running with --debug
10592
10593 2005-07-14 [colin]      1.9.12cvs49
10594
10595         * configure.ac
10596         * src/common/Makefile.am
10597         * src/common/plugin.c
10598         * src/common/plugin.h
10599                 Add a little plugin dependancy system.
10600                 Plugins can ship a $plugin_name.deps file
10601                 (near them in PLUGINDIR) so that their
10602                 dependancies are loaded if possible.
10603         * src/plugins/Makefile.am
10604         * src/plugins/pgpcore/Makefile.am
10605         * src/plugins/pgpcore/passphrase.c
10606         * src/plugins/pgpcore/passphrase.h
10607         * src/plugins/pgpcore/plugin.c
10608         * src/plugins/pgpcore/prefs_gpg.c
10609         * src/plugins/pgpcore/prefs_gpg.h
10610         * src/plugins/pgpcore/select-keys.c
10611         * src/plugins/pgpcore/select-keys.h
10612         * src/plugins/pgpcore/sgpgme.c
10613         * src/plugins/pgpcore/sgpgme.h
10614                 Introduce pgpcore, used by pgpmime and
10615                 pgpinline
10616         * src/plugins/pgpmime/Makefile.am
10617         * src/plugins/pgpmime/passphrase.c
10618         * src/plugins/pgpmime/passphrase.h
10619         * src/plugins/pgpmime/pgpmime.c
10620         * src/plugins/pgpmime/pgpmime.deps
10621         * src/plugins/pgpmime/plugin.c
10622         * src/plugins/pgpmime/prefs_gpg.c
10623         * src/plugins/pgpmime/prefs_gpg.h
10624         * src/plugins/pgpmime/select-keys.c
10625         * src/plugins/pgpmime/select-keys.h
10626         * src/plugins/pgpmime/sgpgme.c
10627         * src/plugins/pgpmime/sgpgme.h
10628                 Remove the core from pgpmime and add the
10629                 dependancy to pgpcore.
10630
10631 2005-07-14 [paul]       1.9.12cvs48
10632
10633         * src/stock_pixmap.c
10634                 forgot this in last commit
10635
10636 2005-07-14 [paul]       1.9.12cvs47
10637
10638         * src/account.c
10639         * src/addressbook.c
10640                 add accelerators for the buttons (sync with main)
10641         * src/compose.c
10642         * src/compose.h
10643                 add accelerators for the buttons.
10644                 fix editing with external editor.
10645                 replace gdk_input_*() with GIOChannel;
10646                 (sync with main)
10647         * src/foldersel.c
10648                 display folder names with new/unread
10649                 representation (sync with main)
10650         * src/main.c
10651                 specify default window icon (sync with main)
10652         * src/prefs_common.c
10653                 use_addr_book default to FALSE
10654         * src/summaryview.c
10655         * src/textview.c
10656                 add accelerators for the buttons (sync with main)
10657         * src/gtk/menu.c
10658                 fix typos
10659         * src/pixmaps/sylpheed_icon.xpm
10660                 updated
10661
10662 2005-07-13 [paul]       1.9.12cvs46
10663
10664         * src/plugins/pgpmime/pgpmime.c
10665         * src/plugins/pgpmime/sgpgme.c
10666                 (temporarily) use deprecated gpgme_data_rewind()
10667                 while largefile support is not present
10668                 (as suggested by Colin)
10669
10670 2005-07-13 [paul]       1.9.12cvs45
10671
10672         * configure.ac
10673                 remove large file support (for now):
10674                 it breaks too many things
10675
10676 2005-07-13 [paul]       1.9.12cvs44
10677
10678         * configure.ac
10679                 add large file support
10680         * src/html.c
10681                 fix bug #763 where href attribute was not
10682                 the very first attribute of a link
10683                 patch by Thomas Gilgin
10684
10685 2005-07-13 [colin]      1.9.12cvs43
10686
10687         * src/gtk/pluginwindow.c
10688                 Little portability fix
10689
10690 2005-07-13 [colin]      1.9.12cvs42
10691
10692         * src/plugins/pgpmime/sgpgme.c
10693                 Fix crasher.
10694
10695 2005-07-13 [colin]      1.9.12cvs41
10696
10697         * src/plugins/pgpmime/pgpmime.c
10698         * src/plugins/pgpmime/sgpgme.c
10699                 Use gpgme_data_release_and_get_mem instead
10700                 of gpgme_data_read.
10701
10702 2005-07-13 [colin]      1.9.12cvs40
10703
10704         * configure.ac
10705         * src/plugins/pgpmime/passphrase.c
10706         * src/plugins/pgpmime/passphrase.h
10707         * src/plugins/pgpmime/pgpmime.c
10708         * src/plugins/pgpmime/plugin.c
10709         * src/plugins/pgpmime/select-keys.c
10710         * src/plugins/pgpmime/select-keys.h
10711         * src/plugins/pgpmime/sgpgme.c
10712         * src/plugins/pgpmime/sgpgme.h
10713                 Port pgpmime to gpgme-1.0.
10714
10715 2005-07-12 [paul]       1.9.12cvs39
10716
10717         * AUTHORS
10718         * src/toolbar.c
10719         * src/toolbar.h
10720                 add a 'Go to Prev' button to the toolbar.
10721                 correct tooltip text of go to buttons.
10722                 based on patch by Yang Guilong <bamanzi@gmail.com>
10723
10724 2005-07-12 [colin]      1.9.12cvs38
10725
10726         * src/statusbar.c
10727                 Fix progress bar showing stuff at startup.
10728
10729 2005-07-12 [paul]       1.9.12cvs37
10730
10731         * src/editjpilot.c
10732                 fix building with jpilot support
10733
10734 2005-07-11 [colin]      1.9.12cvs36
10735
10736         * src/inc.c
10737                 Add visual indication that filtering is running
10738         * src/textview.c
10739                 Make {}[] uri delimiters
10740         * src/summaryview.c
10741                 Remove useless (and slow) calls
10742
10743 2005-07-11 [paul]       1.9.12cvs35
10744
10745         * src/plugins/clamav/clamav_plugin_gtk.c
10746         * src/plugins/dillo_viewer/dillo_prefs.c
10747         * src/plugins/pgpmime/prefs_gpg.c
10748         * src/plugins/spamassassin/spamassassin_gtk.c
10749                 gather plugins prefs together under their
10750                 own 'Plugins' heading
10751
10752 2005-07-11 [paul]       1.9.12cvs34
10753
10754         sync with main
10755
10756         * src/account.c
10757                 account_delete(): modified alert dialog
10758         * src/editjpilot.c
10759         * src/editvcard.c
10760                 fixed a crash when cancelling file selection
10761                 dialog by Escape key. Made non-ascii filename
10762                 selectable.
10763         * src/prefs_template.c
10764                 prefs_template_window_create(): make scrolled
10765                 window policy AUTOMATIC
10766
10767 2005-07-10 [hoa]        1.9.12cvs33
10768
10769         * src/etpan/imap-thread.c
10770                 workaround for old Courier IMAP servers.
10771
10772 2005-07-10 [colin]      1.9.12cvs32
10773
10774         * src/folder.c
10775         * src/statusbar.c
10776         * src/statusbar.h
10777                 Add visual progress indicator on filtering/processing
10778                 Factorize the progress bar code
10779         * src/imap.c
10780         * src/imap.h
10781         * src/etpan/imap-thread.c
10782                 Add a reference counter to avoid destroying the Folder
10783                 while it's in use by another callback.
10784
10785 2005-07-09 [hoa]        1.9.12cvs31
10786
10787         * src/imap.c
10788         * src/etpan/imap-thread.c
10789                 fixed deadlock when removing IMAP account.
10790
10791 2005-07-08 [colin]      1.9.12cvs30
10792
10793         * src/textview.c
10794         * src/unmime.c
10795                 Fix again problems decoding broken headers
10796         * src/gtk/inputdialog.c
10797                 Fix local variable shadowing a global one
10798
10799 2005-07-08 [colin]      1.9.12cvs29
10800
10801         * src/msgcache.c
10802                 Make the cache/mark files platform-agnostic by writing
10803                 them in little-endian format. Reading them is also done
10804                 in little-endian format, of course; however, in order
10805                 to avoid trashing mark data on big-endian machines, the
10806                 files are, at first, read from the native format if the
10807                 little-endian one doesn't exist. This is easy to deter-
10808                 mine by trying to open a file with a swapped data_ver
10809                 and seeing if it's the wanted version.
10810                 Little-endian using users should see absolutely no
10811                 difference, Big-endian users may get a very little
10812                 performance drop due to byte-swapping.
10813                 Tested on i386 and ppc32. 
10814                 Fixes bug #159 (The index file, in the mailboxes, is 
10815                 hardware depending).
10816
10817                 To have the cache/mark files updated to the new little-
10818                 endian format, "Check for new messages" or even
10819                 "Rebuild folder tree" aren't enough. Files will be
10820                 updated as soon as a folder has been opened/closed.
10821                 To update everything, just select all folders by
10822                 selecting them one by one.
10823
10824 2005-07-07 [colin]      1.9.12cvs28
10825
10826         * src/imap.c
10827                 Remember the folder separator per IMAPFolder
10828                 instead of globally.
10829                 Revive the Session on noop; fixes bug #761
10830                 (mark a bunch of unread messages as read takes 
10831                 forever)
10832
10833 2005-07-07 [darko]      1.9.12cvs27
10834
10835         * src/common/template.c
10836                 Sort templates alphabetically
10837
10838 2005-07-06 [colin]      1.9.12cvs26
10839
10840         * src/imap.c
10841                 Try to use the correct separator in
10842                 most cases. Possibly fixes bug #759
10843                 (only creates the INBOX folder when 
10844                 setting up new IMAP account) and 
10845                 bug #760 (Can't retrieve messages)
10846
10847 2005-07-06 [colin]      1.9.12cvs25
10848
10849         * src/imap.c
10850                 Use real_path in status command. This will
10851                 help later, when namespaces will be used.
10852
10853 2005-07-06 [colin]      1.9.12cvs24
10854
10855         * configure.ac
10856         * src/account.c
10857         * src/folder.c
10858         * src/imap.c
10859         * src/etpan/etpan-log.c
10860         * src/etpan/etpan-thread-manager.c
10861         * src/etpan/imap-thread.c
10862                 Add a --disable-libetpan parameter. With this,
10863                 users that don't want IMAP4 support can avoid
10864                 the new dependancy (and have no IMAP support).
10865                 Users that have IMAP4 accounts and use this
10866                 parameter won't lose their configuration, their
10867                 IMAP accounts will just be invisible and not
10868                 used.
10869         * src/textview.c
10870                 Make the "Copy ..." contextual menu items 
10871                 copy to both the X clipboard and the gtk 
10872                 clipboard - as most other apps do.
10873         * src/gtk/about.c
10874                 Add a notice about OpenSSL usage, in order to
10875                 comply with OpenSSL's license (point 6):
10876                 http://www.openssl.org/source/license.html
10877
10878 2005-07-06 [colin]      1.9.12cvs23
10879
10880         * src/alertpanel.c
10881                 Fix a minimum size for alertpanels
10882         * src/compose.c
10883                 Show 'No space left on device' type errors
10884                 when queuing/sending
10885         * src/imap_gtk.c
10886         * src/mh_gtk.c
10887                 Rework folder's deletion message (remove 
10888                 extra \n)
10889
10890 2005-07-05 [colin]      1.9.12cvs22
10891
10892         * src/imap.c
10893                 Add an alertpanel on auth error
10894                 Add pseudo-log
10895                 Remove pthread-related stuff
10896
10897 2005-07-05 [colin]      1.9.12cvs21
10898
10899         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10900                 Fix crash on plugin reloading (with a hack)
10901
10902 2005-07-05 [colin]      1.9.12cvs20
10903
10904         * src/prefs_account.c
10905         * src/prefs_account.h
10906                 Fix typo
10907         * src/gtk/filesel.c
10908         * src/gtk/filesel.h
10909                 Add a way to filter the view
10910         * src/gtk/pluginwindow.c
10911                 Filter loadable stuff
10912         * src/plugins/pgpmime/prefs_gpg.c
10913                 Fix missing unregistration
10914         * .cvsignore
10915         * src/etpan/.cvsignore
10916         * src/plugins/spamassassin/.cvsignore
10917                 Add more stuff to cvs ignored files
10918
10919 2005-07-04 [colin]      1.9.12cvs19
10920
10921         * src/imap.c
10922                 Fix scan_required returning FALSE when it
10923                 shouldn't. Maybe fix #760 (Can't retrieve
10924                 messages)
10925
10926 2005-07-04 [colin]      1.9.12cvs18
10927
10928         * src/summaryview.c
10929                 Fix always_show_msg pref
10930
10931 2005-07-04 [paul]       1.9.12cvs17
10932
10933         sync with main (forgotten in last commit)
10934         
10935         * src/common/utils.c
10936         * src/common/utils.h
10937                 check_line_length(): new.
10938                 is_dir_exist()
10939                 is_file_entry_exist()
10940                 dirent_is_regular_file()
10941                 dirent_is_directory(): use g_file_test() instead of stat().
10942
10943 2005-07-04 [paul]       1.9.12cvs16
10944
10945         sync with main:
10946
10947         * src/compose.c
10948                 compose_write_to_file(): check for line
10949                 length limit and display warning if exceeds
10950         * src/jpilot.c
10951                 use get_home_dir() instead of g_get_home_dir()
10952         * src/procheader.c
10953                 removed warning about invalid date
10954         * src/vcard.c
10955                 use get_home_dir() instead of g_get_home_dir()
10956
10957 2005-07-04 [paul]       1.9.12cvs15
10958
10959         * src/stock_pixmap.c
10960                 fix new pixmap naming errors
10961                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10962
10963 2005-07-04 [colin]      1.9.12cvs14
10964
10965         * src/imap.c
10966                 Fix debugging string with a warning
10967
10968 2005-07-04 [colin]      1.9.12cvs13
10969
10970         * configure.ac
10971                 Add a check for libetpan's version (>= 0.37)
10972
10973 2005-07-04 [hoa]        1.9.12cvs12
10974
10975         * commitHelper
10976         * src/imap.c
10977         * src/etpan/imap-thread.c
10978         * src/etpan/imap-thread.h
10979                 fixed IMAP implementation of check of mails.
10980
10981 2005-07-03 [hoa]        1.9.12cvs11
10982
10983         * src/etpan/Makefile.am
10984         * src/etpan/etpan-errors.h
10985         * src/etpan/etpan-log.[ch]
10986         * src/etpan/etpan-thread-manager-types.h
10987         * src/etpan/etpan-thread-manager.[ch]
10988         * src/etpan/imap-thread.[ch]
10989         * src/Makefile.am
10990         * src/imap.c
10991         * src/main.c
10992         * src/prefs_other.c
10993         * configure.ac
10994             merged imap branch.
10995             dependency on libetpan 0.37 is now added.
10996
10997 2005-07-01 [colin]      1.9.12cvs10
10998
10999         * src/Makefile.am
11000         * src/folder.c
11001         * src/folder.h
11002         * src/folderview.c
11003         * src/stock_pixmap.c
11004         * src/stock_pixmap.h
11005         * src/plugins/trayicon/trayicon.c
11006                 Add marked symbol on folders containing
11007                 marked messages
11008         * src/procmsg.c
11009         * src/procmsg.h
11010         * src/toolbar.c
11011         * src/prefs_common.c
11012         * src/prefs_common.h
11013         * src/prefs_send.c
11014                 Add an optional confirmation dialog on queue
11015                 sending. Patch by wwp.
11016         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11017         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11018         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11019         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11020         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11021         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11022         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11023         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11024         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11025         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11026         * src/pixmaps/trash_mark.xpm            ** ADDED **
11027                 New pixmaps
11028
11029 2005-07-01 [colin]      1.9.12cvs9
11030
11031         * src/summaryview.c
11032                 Fix a little threading bug
11033         * src/addrgather.c
11034         * src/mainwindow.c
11035                 A little bit of HIG normality never hurts
11036
11037 2005-07-01 [colin]      1.9.12cvs8
11038
11039         * src/compose.c
11040         * src/msgcache.c
11041         * src/pop.c
11042         * src/procmime.c
11043         * src/recv.c
11044         * src/common/log.c
11045         * src/common/template.c
11046         * src/common/utils.c
11047         * src/common/utils.h
11048                 Reverted the fwrite_atomic stuff. In fact
11049                 it is already atomic.
11050
11051 2005-06-30 [colin]      1.9.12cvs7
11052
11053         * src/common/utils.c
11054         * src/common/utils.h
11055                 Add an fwrite_atomic() function to make
11056                 sure we write everything: fwrite can make
11057                 short writes.
11058         * src/compose.c
11059         * src/msgcache.c
11060         * src/pop.c
11061         * src/procmime.c
11062         * src/recv.c
11063         * src/common/log.c
11064         * src/common/template.c
11065                 Use that (and fix swapping of size and nmemb).
11066                 Thanks to Rich Coe for the heads up.
11067
11068 2005-06-30 [colin]      1.9.12cvs6
11069
11070         * src/addressbook.c
11071                 Optimize addressbook opening 
11072
11073 2005-06-30 [colin]      1.9.12cvs5
11074
11075         * src/summaryview.c
11076                 Remove calls to summary_step after move/copy
11077
11078 2005-06-28 [paul]       1.9.12cvs4
11079
11080         * src/alertpanel.c
11081                 wrap and make the error msg selectable
11082
11083 2005-06-28 [paul]       1.9.12cvs3
11084
11085         * src/ssl_manager.c
11086                 replace the OK button with a Close button
11087         * src/gtk/foldersort.c
11088                 use GTK_STOCK_ icons/buttons
11089
11090 2005-06-28 [colin]      1.9.12cvs2
11091
11092         * src/gedit-print.c             ** ADDED **
11093         * src/gedit-print.h             ** ADDED **
11094         * src/gtk/gtksourceprintjob.c   ** ADDED **
11095         * src/gtk/gtksourceprintjob.h   ** ADDED **
11096                 I can't believe no one had enough time to tell
11097                 me I forgot the `cvs add`
11098
11099 2005-06-27 [colin]      1.9.12cvs1
11100
11101         * src/Makefile.am
11102         * src/gtk/Makefile.am
11103         * src/messageview.c
11104         * src/procmsg.c
11105         * src/summaryview.c
11106         * configure.ac
11107                 Add optional libgnomeprint-based printing
11108         * src/mainwindow.c
11109         * src/gtk/quicksearch.c
11110                 Add an Edit/Quick search menu item to show
11111                 and focus the quicksearch
11112
11113 2005-06-27 [paul]       1.9.12
11114
11115         1.9.12 release
11116
11117         * po/ca.po
11118         * po/de.po
11119         * po/es.po
11120         * po/fr.po
11121         * po/it.po
11122         * po/ko.po
11123         * po/pt_BR.po
11124         * po/sk.po
11125         * po/zh_CN.po
11126                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11127                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11128                 SungHyun Nam, Frederico Goncalves Guimaraes,
11129                 Andrej Kacian, and Yang Guilong
11130 2005-06-26 [colin]      1.9.11cvs106
11131
11132         * src/imap_gtk.c
11133                 Forgot one file for previous fix
11134
11135 2005-06-26 [colin]      1.9.11cvs105
11136
11137         * src/folder.c
11138         * src/imap.c
11139                 Fix problems with folder operations in no_select
11140                 imap folders. it applies only to mails, and 
11141                 creation/deletion/move/renaming of folders 
11142                 should be possible
11143
11144 2005-06-26 [paul]       1.9.11cvs104
11145
11146         * src/prefs_filtering.c
11147                 replace one more GTK_STOCK_REMOVE
11148                 with GTK_STOCK_DELETE
11149
11150 2005-06-25 [colin]      1.9.11cvs103
11151
11152         * src/imap.c
11153                 Optimize get_seq_set_from_seq_list
11154                 (Patch by Ricardo) 
11155
11156 2005-06-25 [colin]      1.9.11cvs102
11157
11158         * src/mh.c
11159                 If the directory exists, but not in the
11160                 correct encoding, rename it. This should
11161                 handle old-versions-induced bugs.
11162
11163 2005-06-25 [colin]      1.9.11cvs101
11164
11165         * src/mh.c
11166                 Fix path access with extended dir names
11167                 Fixes bug #589 (SC segfaults with wrong locale
11168                 settings)
11169
11170 2005-06-25 [colin]      1.9.11cvs100
11171
11172         * src/prefs_account.c
11173         * src/prefs_account.h
11174         * src/compose.c
11175                 Add an option to encrypt replies to
11176                 encrypted messages
11177
11178 2005-06-25 [colin]      1.9.11cvs99
11179
11180         * src/compose.c
11181         * src/quote_fmt_parse.y
11182                 ... And make it work with pgpinline.
11183
11184 2005-06-25 [colin]      1.9.11cvs98
11185
11186         * src/compose.c
11187         * src/procmime.c
11188         * src/procmime.h
11189         * src/quote_fmt_parse.y
11190                 o Make reedition of encrypted messages possible
11191                   (as long as it is encrypted to self too, no
11192                    magic there)
11193                 o Make replying with quote (and without selecting
11194                   text) possible for encrypted messages.
11195                 Closes bug #550 (Not possible to "reply with quote"
11196                 to gnupg encrypted messages)
11197
11198 2005-06-24 [paul]       1.9.11cvs97
11199
11200         * src/imap.c
11201                 add missing include
11202
11203 2005-06-24 [paul]       1.9.11cvs96
11204
11205         * src/editldap.c
11206                 made bind password entry invisible
11207                 (sync with main)
11208         * src/send_message.c
11209                 send_message_local(): check exit status
11210                 to detect errors (sync with main)
11211         * src/textview.c
11212                 use main's less ambiguous popup menu
11213                 wording
11214
11215 2005-06-24 [paul]       1.9.11cvs95
11216
11217         * src/prefs_actions.c
11218         * src/prefs_customheader.c
11219         * src/prefs_display_header.c
11220         * src/prefs_filtering_action.c
11221         * src/prefs_matcher.c
11222         * src/prefs_template.c
11223         * src/prefs_toolbar.c
11224                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11225         * src/gtk/description_window.c
11226                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11227
11228 2005-06-23 [colin]      1.9.11cvs94
11229
11230         * src/summaryview.c
11231                 Fix rough edges (be sure to call status_show whenever
11232                 necessary).
11233
11234 2005-06-23 [colin]      1.9.11cvs93
11235
11236         * src/summaryview.c
11237                 Optimize Select All
11238                 Before, in a 5K mails folder: 11s
11239                 After, in the same folder: 58000µs
11240                 The joys of locking... gtk_clist_select_all() fires a 
11241                 tree-select-row event for each selected row, which in 
11242                 summaryview, callbacks summary_selected which in turn,
11243                 calls summary_status_show, which walks the selected
11244                 rows. Hence, calling gtk_clist_select_all was 
11245                 exponential. Locking the summaryview makes 
11246                 summary_selected return early.
11247
11248 2005-06-23 [colin]      1.9.11cvs92
11249
11250         * src/imap.c
11251                 Move mutex at the important place to avoid
11252                 deadlocks
11253         * src/summaryview.c
11254                 Fix Del key deleting directly instead of
11255                 moving to trash
11256
11257 2005-06-22 [colin]      1.9.11cvs91
11258
11259         * src/plugins/spamassassin/libspamc.c
11260                 As we do spagetti code with assignations in multiple
11261                 places (see _message_read_raw where out = msg = raw),
11262                 let's be sure we don't free the same pointer twice.
11263                 Should fix bug #683 (Crash in libpam at 
11264                 message_cleanup).
11265
11266 2005-06-22 [colin]      1.9.11cvs90
11267
11268         * src/compose.c
11269         * src/messageview.c
11270         * src/toolbar.c
11271                 Make toolbar's delete use the move to trash stuff;
11272                 Add gtk_widget_realize to be sure pixmaps can get
11273                 created (that may fix an old worksforme bug which
11274                 I can't find back...)
11275
11276 2005-06-22 [colin]      1.9.11cvs89
11277
11278         * src/summaryview.c
11279         * src/summaryview.h
11280         * src/mainwindow.c
11281                 Rename "Message/Delete" to "Message/Move to trash"
11282                 Add "Message/Delete..." that directly destroys the
11283                 selected messages after asking for a confirmation.
11284
11285 2005-06-22 [colin]      1.9.11cvs88
11286
11287         * src/imap.c
11288                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11289                 o Fix a deadlock (thanks Darko)
11290
11291 2005-06-22 [colin]      1.9.11cvs87
11292
11293         * src/gtk/foldersort.c
11294                 Add missing include for the i18n;
11295                 patch by Fabien Vantard
11296
11297 2005-06-21 [colin]      1.9.11cvs86
11298
11299         * src/folder.c
11300         * src/folderview.c
11301                 Respect the no_select flag
11302         * src/imap.c
11303                 Fix recursive deletion
11304         * src/imap_gtk.c
11305         * src/mh_gtk.c
11306                 Make the folder deletion's warning
11307                 more explicit
11308
11309 2005-06-21 [colin]      1.9.11cvs85
11310
11311         * src/textview.c
11312                 Prevent email addresses from spanning accross
11313                 lines - fixes bug # 646 (newline-chars in 
11314                 email addresses)
11315
11316 2005-06-20 [colin]      1.9.11cvs84
11317
11318         * src/folder.c
11319                 Be sure not to remove source if copy failed
11320
11321 2005-06-20 [colin]      1.9.11cvs83
11322
11323         * src/folderview.c
11324         * src/imap_gtk.c
11325                 remove summaryview's lock
11326         * src/imap.c
11327                 introduce threads to avoid problems when foreground tasks
11328                 interfere with background tasks
11329         * src/mh.c
11330                 prevent moving to drafts/queue
11331         * src/mimeview.c
11332                 fix leak
11333
11334 2005-06-19 [colin]      1.9.11cvs82
11335
11336         * src/imap_gtk.c
11337                 Remember that the user doesn't want to override
11338                 offline mode, for 3 seconds. It avoid presenting
11339                 him with N popups in a really short time.
11340
11341 2005-06-17 [colin]      1.9.11cvs81
11342
11343         * src/imap.c
11344                 Fix IMAP breaking on folders containing '('
11345                 (Probably won't be enough)
11346
11347 2005-06-17 [colin]      1.9.11cvs80
11348
11349         Forgotten files on 1.9.11cvs79
11350         * src/summaryview.c
11351                 Fix stepping when not immediately executing
11352         * src/imap.c
11353                 Really prevent UID FETCH 0
11354         * src/codeconv.c
11355                 Fix outgoing charset never set to utf-8
11356         * src/mh.c
11357                 Fix leak
11358
11359 2005-06-16 [colin]      1.9.11cvs79
11360
11361         * src/compose.c
11362                 Fix bug #707 (Dash splits rows)
11363                 Only wrap if we're on a line break position and
11364                 the previous one was a "white" (space) char.
11365                 Pango stuff is weird.
11366
11367 2005-06-16 [colin]      1.9.11cvs78
11368
11369         * src/imap_gtk.c
11370                 Lock summaryview while downloading messages
11371                 on user demand
11372         * src/procheader.c
11373         * src/unmime.c
11374         * src/common/utils.c
11375         * src/common/utils.h
11376                 Replace \r and \n with spaces in From and
11377                 Subject headers
11378
11379 2005-06-16 [paul]       1.9.11cvs77
11380
11381         * src/procmime.c
11382                 liberalise the mime parser
11383         * src/gtk/about.c
11384                 add text wrapping
11385
11386 2005-06-16 [paul]       1.9.11cvs76
11387
11388         * src/gtk/about.c
11389                 reworked
11390
11391 2005-06-15 [colin]      1.9.11cvs75
11392
11393         * src/compose.c
11394                 Finish header encoding fix
11395         * src/summaryview.c
11396                 Fix segfault
11397         * src/headerview.c
11398                 Fix compilation (Thanks Stephan
11399                 Sachse)
11400
11401 2005-06-15 [colin]      1.9.11cvs74
11402
11403         * Makefile.am
11404                 Install gnome2 stuff rather than gnome1, 
11405                 if both are present
11406         * src/codeconv.c
11407         * src/codeconv.h
11408         * src/compose.c
11409                 Fix headers encoding
11410         * src/folder.c
11411                 Visual progress when fetching all messages
11412         * src/folderview.c
11413         * src/summaryview.c
11414         * src/summaryview.h
11415                 Prevent changing current message while
11416                 incorporating
11417
11418 2005-06-15 [paul]       1.9.11cvs73
11419
11420         * src/gtk/gtkaspell.c
11421         * src/gtk/gtkaspell.h
11422                 fix build warnings
11423
11424 2005-06-15 [paul]       1.9.11cvs72
11425
11426         * src/prefs_filtering.c
11427                 allow reordering of filter rules by
11428                 drag n drop
11429
11430 2005-06-15 [paul]       1.9.11cvs71
11431
11432         * COPYING
11433                 updated
11434         * src/codeconv.c
11435                 replace deprecated function
11436         * src/inc.c
11437         * src/send_message.c
11438         * src/gtk/progressdialog.c
11439         * src/gtk/progressdialog.h
11440                 salvage and reuse parts of reverted sync
11441
11442 2005-06-15 [paul]       1.9.11cvs70
11443
11444         * src/inc.c
11445         * src/send_message.c
11446         * src/gtk/progressdialog.c
11447         * src/gtk/progressdialog.h
11448                 revert yesterday's sync with main
11449                 it contains deprecated functions
11450
11451 2005-06-15 [colin]      1.9.11cvs69
11452
11453         * src/headerview.c
11454                 Fix bug #670 (multi user to: will corrupt message 
11455                 headers display)
11456
11457 2005-06-15 [colin]      1.9.11cvs68
11458
11459         * src/compose.c
11460                 Fix bug #421 (Fix undo on wrapping)
11461
11462 2005-06-15 [colin]      1.9.11cvs67
11463
11464         * src/folder.c
11465                 Provide visual feedback while processing
11466                 folder's rules.
11467         * src/imap.c
11468                 Provide visual feedback while getting
11469                 short headers (for uncached messages)
11470
11471
11472 2005-06-14 [paul]       1.9.11cvs66
11473
11474         * src/account.c
11475                 change a couple stock icons
11476         * src/inc.c
11477         * src/send_message.c
11478         * src/gtk/progressdialog.c
11479         * src/gtk/progressdialog.h
11480                 sync main's GtkTreeView implementation
11481
11482 2005-06-14 [colin]      1.9.11cvs65
11483
11484         * src/imap.c
11485                 Various little fixes, mainly on error paths
11486
11487 2005-06-13 [colin]      1.9.11cvs64
11488
11489         * matcher.c
11490         * procmsg.c
11491         * procmsg.h
11492                 Add a way to fetch only headers. This speeds
11493                 up filtering on headers for IMAP. Fixes:
11494                 bug #481 extraneous imap commands slow down 
11495                         imap filtering
11496                 bug #522 Sylpheed downloads all messages 
11497                         when opening mailbox (IMAP)
11498                 bug #677 IMAP fetch is soooooooooooooo slow
11499         * src/folder.c
11500         * src/folder.h
11501                 Add a folder set_batch method so that
11502                 implementations can speed up flags changes
11503         * src/folderutils.c
11504         * src/summaryview.c
11505                 Use that in mark as (un)read and mark all read
11506                 Refix bug #679
11507         * src/imap.c
11508                 Implement set_batch - brings back deferred
11509                 flags in a less buggy manner. Fixes:
11510                 bug #729 IMAP immediate expunge of deleted messages
11511                 bug #191 remove list of messages with one command
11512                 Fix login with strange chars
11513                 Implement fetch_msg_full
11514                 Fix copy (wrong counts)
11515
11516 2005-06-12 [colin]      1.9.11cvs63
11517
11518         * src/folder.c
11519                 lock incorporation during long operations.
11520                 Avoids fucking up the IMAP socket.
11521
11522 2005-06-12 [colin]      1.9.11cvs62
11523
11524         * src/imap.c
11525                 Fix harmful typo
11526                 Factorize remove_all_msg
11527                 Thread-ize expunge
11528         * src/summaryview.c
11529                 Don't update partial-download status if unnecessary
11530         * src/folder.c
11531                 Use remove_msgs everywhere possible
11532
11533 2005-06-12 [colin]      1.9.11cvs61
11534
11535         * src/folder.c
11536         * src/folder.h
11537                 Add a remove_msgs function to remove a 
11538                 list of messages
11539         * src/imap.c
11540                 Implement that.
11541
11542 2005-06-12 [colin]      1.9.11cvs60
11543
11544         * src/imap.c
11545                 Remove flags-processing deferring... Too hard
11546                 to get it to work in all cases.
11547
11548 2005-06-11 [colin]      1.9.11cvs59
11549
11550         * src/imap.c
11551                 printf -> debug_print
11552
11553 2005-06-11 [colin]      1.9.11cvs58
11554
11555         * src/imap.c
11556                 o Fix build without USE_PTHREAD
11557                 o Factorize imap_open
11558                 o Alertpanel in case of impossible connection
11559                 o Alertpanel in case of impossible login
11560                 o Fix deferred flags processing to force a 
11561                   flush before adding some more flags to process,
11562                   but in another folder.
11563
11564 2005-06-10 [colin]      1.9.11cvs57
11565
11566         * src/imap.c
11567                 o Fix a format string error
11568                 o init ssl socket outside of the thread 
11569                   (it possibly invokes gtk calls)
11570         * src/procmime.c
11571                 o Put back the buffer to its necessary size
11572                 o Fix changing a file pointer without keeping
11573                   track of it (thanks Valgrind)
11574         * src/common/smtp.c
11575                 o Fix automatic STARTTLS if login should be done
11576                   and the server only allows it after starting TLS
11577         * src/gtk/gtkinputdialog.c
11578                 o Eat GDK_Return so that the combo popup doesn't 
11579                   appear when we press Enter to validate the combo
11580                   input dialog (as seen in the Open with... dialog)
11581
11582 2005-06-10 [colin]      1.9.11cvs56
11583
11584         * src/imap.c
11585                 o A bit less debug
11586                 o Fix a crash on deletion
11587                 o Threadize imap_select (it's called outside of 
11588                   threads)
11589                 o Defer treatment of DELETED flags
11590
11591
11592 2005-06-09 [colin]      1.9.11cvs55
11593
11594         * src/imap.c
11595                 Make sure we check imap_gtk_should_override(), which
11596                 potentially calls gtk stuff, before creating thread.
11597                 That way it should't be called via imap_get_session()
11598                 inside a thread.
11599
11600 2005-06-09 [colin]      1.9.11cvs54
11601
11602         * src/imap.c
11603                 o add a bit of status output
11604                 o remove some dead code
11605                 o threadize get_list_of_uids
11606                 o threadize imap_get_flags
11607                 o defer flag changing by 500ms so that they
11608                   can be batched
11609
11610
11611 2005-06-08 [colin]      1.9.11cvs53
11612
11613         * src/imap.c
11614                 Thread-ize imap_cmd_fetch
11615
11616 2005-06-08 [colin]      1.9.11cvs52
11617
11618         * src/main.c
11619                 Mmh, that broke POP3...
11620
11621 2005-06-08 [colin]      1.9.11cvs51
11622
11623         * src/main.c
11624                 Stabilize IMAP patch (thanks to Hoa)
11625
11626 2005-06-08 [colin]      1.9.11cvs50
11627
11628         * src/imap.c
11629                 Test patch to speed up imap. 
11630
11631 2005-06-08 [colin]      1.9.11cvs49
11632
11633         * src/imap_gtk.c
11634                 Warning fix
11635         * src/procmime.c
11636                 Apply patch from gentoo to use /usr/share/mime/globs if 
11637                 available, after un-breaking it
11638         * src/common/log.c
11639         * src/common/log.h
11640                 Use g_timeout for invoking hooks that possibly use gtk
11641                 calls. This should leave gtk calls in the main thread.
11642
11643 2005-06-08 [paul]       1.9.11cvs48
11644
11645         * src/codeconv.c
11646                 conv_get_outgoing_charset_str(): don't
11647                 use prefs_common setting
11648         * src/compose.c
11649         * src/compose.h
11650                 add /Options/Character encoding/... to
11651                 temporarily change the outgoing encoding
11652
11653         (belated sync with main)
11654
11655 2005-06-08 [paul]       1.9.11cvs47
11656
11657         * src/compose.c
11658                 correction to/completion of last
11659                 sync with main
11660
11661 2005-06-08 [paul]       1.9.11cvs46
11662
11663         sync with main:
11664         
11665         * src/codeconv.c
11666         * src/codeconv.h
11667                 always enabled Japanese auto-detection
11668                 if the first letters of locale string
11669                 is "ja"
11670         * src/compose.c
11671                 don't use "destroy" signal to destroy
11672                 Compose object (fix rare crashes on discard?)
11673         * src/mainwindow.c
11674         * src/messageview.c
11675         * src/prefs_send.c
11676                 added Hebrew encodings
11677         * src/sourcewindow.c
11678                 don't use "destroy" signal to destroy
11679                 objects
11680
11681 2005-06-07 [colin]      1.9.11cvs45
11682
11683         * src/summaryview.c
11684                 Add missing unlocks/locks
11685
11686 2005-06-07 [paul]       1.9.11cvs44
11687
11688         * src/summaryview.c
11689                 restore bug #749 fix
11690
11691 2005-06-06 [colin]      1.9.11cvs43
11692
11693         * src/summaryview.c
11694                 Fix selection bug when prefs_common.open_unread 
11695                 is FALSE
11696
11697 2005-06-06 [colin]      1.9.11cvs42
11698
11699         * src/common/md5.c
11700                 Fix a warning
11701         * src/summaryview.c
11702         * src/folderview.c
11703                 Factorize long operations beginning and end
11704                 (locking, freezing/thawing, cursor, ...)
11705                 Check selection->data member in selection-
11706                 related loops; this avoids dying an awful
11707                 death if the selection changes on us while
11708                 we're marking a whole IMAP folder unread, 
11709                 for example.
11710
11711 2005-06-06 [paul]       1.9.11cvs41
11712
11713         * src/textview.c
11714                 don't g_free() a static gchar buffer
11715
11716 2005-06-05 [colin]      1.9.11cvs40
11717
11718         * src/mainwindow.c
11719         * src/messageview.c
11720         * src/summaryview.c
11721                 Fix bug #749 (Show all headers should be
11722                 sticky as the GUI suggests)
11723
11724 2005-06-03 [paul]       1.9.11cvs39
11725
11726         * src/compose.c
11727                 don't allow editing of mail while sending.
11728                 patch by Colin
11729
11730 2005-06-03 [paul]       1.9.11cvs38
11731
11732         * src/folderview.c
11733                 add a freeze/thaw to speed up 'mark all read'
11734
11735 2005-06-03 [paul]       1.9.11cvs37
11736
11737         * src/prefs_message.c
11738                 reflect changes immediately
11739
11740 2005-06-02 [colin]      1.9.11cvs36
11741
11742         * po/POTFILES.in
11743                 Patch by Fabien Vantard.
11744
11745 2005-06-02 [colin]      1.9.11cvs35
11746
11747         * src/imap.c
11748                 Use a non-blocking imap_getline() if possible.
11749                 This should completely prevent the interface
11750                 from freezin on imap operations, although it
11751                 may do strange stuff in case of folder switching
11752                 while a big imap operation is taking place...
11753
11754                 In addition, fix a leak in the case thread
11755                 creation fails on connection.
11756
11757 2005-06-02 [colin]      1.9.11cvs34
11758
11759         * src/crash.c
11760         * src/prefs_common.h
11761                 Fix build (prefs_common_init() doesn't exist
11762                 anymore)
11763
11764 2005-06-02 [colin]      1.9.11cvs33
11765
11766         * src/prefs_account.c
11767                 Fix bug #245 (filtering rules broken when
11768                 renaming a remote account (imap4 or nntp)
11769
11770 2005-06-02 [colin]      1.9.11cvs32
11771
11772         * src/imap.c
11773                 Try to fix IMAP shortcomings: 
11774                 o Multithread imap_open()
11775                 o allow offline-mode overriding instead of
11776                   just returning NULL
11777         * src/imap_gtk.c
11778         * src/imap_gtk.h
11779                 Add a function to ask whether we want to
11780                 override offline-mode for 10 minutes (one-shot
11781                 asking was painful)
11782         * src/procheader.c
11783                 Fix segfault when imap parser isn't happy about
11784                 a missing {
11785
11786 2005-06-01 [colin]      1.9.11cvs31
11787
11788         * src/addrharvest.c
11789         * src/compose.c
11790         * src/mbox.c
11791         * src/mbox.h
11792         * src/mh.c
11793         * src/msgcache.c
11794         * src/send_message.c
11795         * src/setup.c
11796         * src/undo.c
11797         * src/common/hooks.c
11798         * src/common/prefs.c
11799         * src/common/template.c
11800         * src/common/utils.c
11801         * src/gtk/gtkutils.c
11802         * src/gtk/inputdialog.c
11803         * src/gtk/menu.c
11804         * src/gtk/pluginwindow.c
11805         * src/gtk/prefswindow.c
11806         * src/plugins/pgpmime/passphrase.c
11807         * src/plugins/pgpmime/prefs_gpg.c
11808                 More -Wall fixes
11809
11810         * src/common/Makefile.am
11811         * src/common/timing.h
11812                 Add basic timing code
11813
11814         * src/summaryview.c
11815                 Fix a bug with unread messages when 
11816                 re-sorting folders, and by the way
11817                 fix a big performance hit when 
11818                 re-sorting (10k mails: before 5s,
11819                 after .5s)
11820
11821         * src/prefs_compose_writing.c
11822         * src/prefs_compose_writing.h
11823         * src/prefs_message.c
11824         * src/prefs_message.h
11825         * src/prefs_other.c
11826         * src/prefs_other.h
11827         * src/prefs_quote.c
11828         * src/prefs_quote.h
11829         * src/prefs_receive.c
11830         * src/prefs_receive.h
11831         * src/prefs_send.c
11832         * src/prefs_send.h
11833         * src/prefs_summaries.c
11834         * src/prefs_summaries.h
11835                 Fix copyright banner
11836
11837 2005-06-01 [paul]       1.9.11cvs30
11838
11839         * po/fi.po
11840                 updated by Flammie Pirinen
11841         * src/procmime.c
11842                 fix 'Bad BASE64 content' output
11843
11844 2005-05-31 [colin]      1.9.11cvs29
11845
11846         * src/procmime.c
11847                 Oops, where did my hunk go.
11848
11849 2005-05-31 [colin]      1.9.11cvs28
11850
11851         * src/Makefile.am
11852         * src/account.c
11853         * src/action.c
11854         * src/addr_compl.c
11855         * src/addressbook.c
11856         * src/codeconv.c
11857         * src/compose.c
11858         * src/export.c
11859         * src/folder.c
11860         * src/folderview.c
11861         * src/image_viewer.c
11862         * src/main.c
11863         * src/mainwindow.c
11864         * src/messageview.c
11865         * src/mimeview.c
11866         * src/msgcache.c
11867         * src/prefs_account.c
11868         * src/prefs_actions.c
11869         * src/prefs_common.c
11870         * src/prefs_compose_writing.c
11871         * src/prefs_customheader.c
11872         * src/prefs_ext_prog.c
11873         * src/prefs_filtering.c
11874         * src/prefs_filtering_action.c
11875         * src/prefs_fonts.c
11876         * src/prefs_image_viewer.c
11877         * src/prefs_message.c
11878         * src/prefs_message.h
11879         * src/prefs_msg_colors.c
11880         * src/prefs_other.c
11881         * src/prefs_other.h
11882         * src/prefs_quote.c
11883         * src/prefs_receive.c
11884         * src/prefs_receive.h
11885         * src/prefs_send.c
11886         * src/prefs_send.h
11887         * src/prefs_spelling.c
11888         * src/prefs_summaries.c
11889         * src/prefs_summary_column.c
11890         * src/prefs_template.c
11891         * src/prefs_themes.c
11892         * src/prefs_toolbar.c
11893         * src/prefs_wrapping.c
11894         * src/procmime.c
11895         * src/procmsg.c
11896         * src/send_message.h
11897         * src/ssl_manager.c
11898         * src/summary_search.c
11899         * src/summaryview.c
11900         * src/textview.c
11901         * src/wizard.c
11902         * src/common/smtp.c
11903         * src/common/smtp.h
11904         * src/gtk/gtkutils.h
11905                 o Move the rest of Common prefs to new style
11906                 o Lots of -Wall warning fixes
11907                 o fix FIXME in cache memusage calculation
11908                 o Let return receipts be sent from any account
11909                 o Little cache optimisation (read)
11910                 o Fix bug #746 (don't treat commas as separators
11911                   when inside a quoted string)
11912
11913 2005-05-31 [paul]       1.9.11cvs27
11914
11915         * src/prefs_common.c
11916                 fix 'off-by-one' typo
11917
11918 2005-05-31 [paul]       1.9.11cvs26
11919
11920         * src/account.c
11921         * src/addr_compl.c
11922         * src/compose.c
11923         * src/foldersel.c
11924         * src/prefs_actions.c
11925         * src/prefs_common.c
11926         * src/prefs_common.h
11927         * src/prefs_customheader.c
11928         * src/prefs_display_header.c
11929         * src/prefs_filtering.c
11930         * src/prefs_filtering_action.c
11931         * src/prefs_matcher.c
11932         * src/prefs_summaries.c
11933         * src/prefs_summary_column.c
11934         * src/prefs_template.c
11935         * src/prefs_toolbar.c
11936         * src/ssl_manager.c
11937         * src/gtk/pluginwindow.c
11938         * src/gtk/prefswindow.c
11939         * src/gtk/progressdialog.c
11940                 add hidden prefs 'enable_rules_hint'
11941                 for gtk_tree_view_set_rules_hint()
11942                 (sync with main)
11943                 
11944
11945 2005-05-31 [colin]      1.9.11cvs25
11946
11947         * src/Makefile.am
11948         * src/main.c
11949         * src/prefs_common.c
11950         * src/prefs_summaries.c ** ADDED **
11951         * src/prefs_summaries.h ** ADDED **
11952                 Common/Display -> Display/Summaries
11953
11954 2005-05-31 [colin]      1.9.11cvs24
11955
11956         * src/Makefile.am
11957         * src/main.c
11958         * src/prefs_quote.c ** ADDED **
11959         * src/prefs_quote.h ** ADDED **
11960                 Move Common/Quote to Compose/Quoting
11961         * src/prefs_common.c
11962         * src/prefs_common.h
11963                 Remove old quote stuff, add
11964                 convenience functions for GtkTextView prefs
11965         * src/gtk/prefswindow.c
11966                 Set default height higher
11967
11968 2005-05-30 [colin]      1.9.11cvs23
11969
11970         * src/Makefile.am
11971         * src/main.c
11972         * src/prefs_common.c
11973         * src/prefs_compose_writing.c ** ADDED **
11974         * src/prefs_compose_writing.h ** ADDED **
11975                 Move Common/Compose prefs to Compose/Writing
11976
11977 2005-05-30 [colin]      1.9.11cvs22
11978
11979         * src/common/utils.c
11980                 Fix bug #651 (Confused Attract by Subject)
11981                 Patch by M. Benkmann <haferfrost@web.de>
11982         * AUTHORS
11983
11984 2005-05-30 [colin]      1.9.11cvs21
11985
11986         * src/compose.c
11987                 Fix concatenation of different headers of
11988                 the same type (bug #645)
11989         * src/prefs_folder_item.c
11990                 Fix bug #699 (setting color to black doesn't
11991                 work immediately)
11992         * src/procmime.c
11993                 Print out decoding error only once per
11994                 block
11995
11996 2005-05-30 [paul]       1.9.11cvs20
11997
11998         * src/common/template.c
11999                 fix Bcc
12000
12001 2005-05-30 [paul]       1.9.11cvs19
12002
12003         * doc/src/rfc2368.txt   **NEW FILE**
12004         * src/compose.c
12005                 compose_entries_set(): don't interpret Bcc
12006                 header field (conform to RFC 2368)
12007                 (sync with main)
12008
12009 2005-05-29 [colin]      1.9.11cvs18
12010
12011         * src/prefs_common.c
12012                 Let the default reply format respect
12013                 netiquette by cutting the signature.
12014
12015 2005-05-29 [colin]      1.9.11cvs17
12016
12017         * src/summaryview.c
12018                 Don't let always_show_msg override
12019                 open_unread_on_enter when opening a new
12020                 directory.
12021
12022 2005-05-27 [paul]       1.9.11cvs16
12023
12024         sync with main:
12025
12026         * src/main.c
12027                 app_will_exit(): cleanup tmp directory when exit
12028         * src/message_search.c
12029                 improved the interface and made code cleanup.
12030                 removed Clear button
12031         * src/send_message.c
12032                 send_message_local(): use GSpawn, and detect errors
12033         * src/summary_search.c
12034                 improved the interface and made code cleanup
12035         * src/textview.c
12036                 textview_write_link(): also skip non-ascii space
12037                  at the head of link strings (phishing check
12038                  didn't work at the case)
12039         * src/common/utils.c
12040                 get_command_output(): use g_spawn_command_line_sync()
12041                 instead of popen()
12042
12043 2005-05-26 [colin]      1.9.11cvs15
12044
12045         * src/folder.c
12046                 remove printf
12047
12048 2005-05-26 [colin]      1.9.11cvs14
12049
12050         * src/common/nntp.c
12051                 Fix nntp mode reader (bug #611)
12052                 Patch by Florian Mickler <florian@mickler.org>
12053
12054 2005-05-26 [colin]      1.9.11cvs13
12055
12056         * src/plugins/pgpmime/passphrase.c
12057                 Fix mouse grabbing (bug #557)
12058
12059 2005-05-26 [colin]      1.9.11cvs12
12060
12061         * src/prefs_themes.c
12062                 Fix g_warning (bug #541)
12063
12064 2005-05-26 [colin]      1.9.11cvs11
12065
12066         * src/prefs_actions.c
12067         * src/prefs_template.c
12068                 Fix bug #506 (no warning if action/template
12069                 is not saved)
12070         * src/common/template.c
12071                 Fix a possible crash
12072
12073 2005-05-26 [colin]      1.9.11cvs10
12074
12075         * src/folder.c
12076         * src/folderview.c
12077         * src/procmsg.c
12078         * src/summaryview.c
12079                 Forbid locked messages to be moved or
12080                 deleted. Locked messages in trashes 
12081                 still get deleted, for performance
12082                 reason (mh.c::mh_remove_all_msgs)
12083
12084 2005-05-25 [colin]      1.9.11cvs9
12085
12086         * src/procmime.c
12087                 Use correct encoding when sending mails
12088                 with attachments that have accentued 
12089                 chars in their name
12090
12091 2005-05-24 [colin]      1.9.11cvs8
12092
12093         * src/summaryview.c
12094                 Fix bug #688 f) read/unread marker not
12095                 changed on first click
12096                 Also, optimize summary_status_show()
12097                 calls
12098         * src/folder.c
12099         * src/inc.c
12100         * src/procmime.c
12101                 Fix bug #688 b) and c) wrt message
12102                 attachments and signature
12103         * src/stock_pixmap.c
12104         * src/stock_pixmap.h
12105         * src/stock_pixmap.c
12106         * src/stock_pixmap.h
12107         * src/Makefile.am
12108         * src/pixmaps/clip_gpg_signed.xpm
12109                 Add clip/signed icon
12110
12111 2005-05-24 [colin]      1.9.11cvs7
12112
12113         * src/folder_item_prefs.c
12114                 whitespace fix
12115
12116 2005-05-24 [colin]      1.9.11cvs6
12117
12118         * src/folderview.c
12119         * src/prefs_common.c
12120         * src/prefs_common.h
12121                 Add a confirmation to folder drag and drop
12122                 fixes bug #156
12123         * src/alertpanel.c
12124         * src/alertpanel.h
12125                 fix _with_disable parameters so that
12126                 the buttons labels are specifiable too
12127         * src/plugins/pgpmime/sgpgme.c
12128                 reflect said change
12129                 
12130
12131 2005-05-24 [colin]      1.9.11cvs5
12132
12133         * src/folderview.c
12134                 Uncollapse/collapse folders on double-click
12135                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12136                 closes bug #108
12137
12138 2005-05-23 [colin]      1.9.11cvs4
12139
12140         * src/common/socket.c
12141                 Check another special SSL_peek() error.
12142                 Should help wrt bug #728
12143
12144 2005-05-23 [colin]      1.9.11cvs3
12145
12146         * src/plugins/pgpmime/pgpmime.c
12147                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12148                 breaking menu accelerators and stuff. Users will have to
12149                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12150                 account's privacy preferences if needed.
12151
12152 2005-05-22 [paul]
12153
12154         * tools/kdeservicemenu/install.sh
12155                 use kdesu to prompt for root password if doing
12156                 global install/uninstall
12157
12158 2005-05-20 [colin]      1.9.11cvs2
12159
12160         * src/procmsg.c
12161                 Fix another compilation error with gcc-2.9x
12162                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12163         * src/send_message.c
12164                 Don't send QUIT if we aren't connected
12165
12166 2005-05-19 [colin]      1.9.11cvs1
12167
12168         * src/procmsg.c
12169                 Fix compilation with gcc 2.9x
12170
12171 2005-05-19 [paul]       1.9.11
12172
12173         1.9.11 released
12174
12175 2005-05-19 [paul]       1.9.9cvs14
12176
12177         * src/gtk/inputdialog.c
12178                 prevent gettext warning
12179
12180 2005-05-19 [paul]       1.9.9cvs13
12181
12182         * src/mainwindow.c
12183         * src/prefs_common.c
12184         * src/prefs_common.h
12185         * src/textview.c
12186         * src/textview.h
12187                 add an option to toggle cursor in message
12188                 view (sync with main)
12189
12190 2005-05-18 [colin]      1.9.9cvs12
12191
12192         * src/compose.c
12193                 Dereference freed pointer
12194         * src/gtk/gtkaspell.c
12195                 Fix duplication of dictionaries (is it an aspell issue?)
12196
12197 2005-05-18 [colin]      1.9.9cvs11
12198
12199         * src/gtk/inputdialog.c
12200         * src/gtk/gtkaspell.c
12201                 HIGuify dialogs
12202         * src/alertpanel.c
12203                 Remove a double call
12204
12205 2005-05-17 [colin]      1.9.9cvs10
12206
12207         * src/gtk/gtkaspell.c
12208                 Fix dialogs, Ctrl-Enter accel
12209
12210 2005-05-17 [colin]      1.9.9cvs9
12211
12212         * src/gtk/gtkaspell.c
12213                 Fix some accelerators, escape in replace-window
12214
12215 2005-05-16 [colin]      1.9.9cvs8
12216
12217         * src/gtk/gtkaspell.c
12218                 Revert last commit, it was a mistake.
12219
12220 2005-05-16 [colin]      1.9.9cvs7
12221
12222         * src/gtk/gtkaspell.c
12223                 Remove buggy code while we're at it. It's a 
12224                 dead code path anyway.
12225
12226 2005-05-16 [colin]      1.9.9cvs6
12227
12228         * src/gtk/gtkaspell.c
12229                 Missed some gtk_menu_popup where deactivate
12230                 signal should be handled. Should fix bug
12231                 #629 a bit more.
12232
12233 2005-05-16 [colin]      1.9.9cvs5
12234
12235         * src/gtk/gtkaspell.c
12236                 Remove debug printf()s
12237
12238 2005-05-16 [colin]      1.9.9cvs4
12239
12240         * src/gtk/gtkaspell.c
12241                 Fix a bit aspell problems
12242                 (see bug #629)
12243
12244 2005-05-13 [colin]      1.9.9cvs3
12245
12246         * src/folderview.c
12247                 Fix the + appearing even when no subfolders
12248                 have unread messages. Thanks to wwp for the
12249                 bug report.
12250
12251 2005-05-11 [paul]       1.9.9cvs2
12252
12253         * src/folderview.c
12254                 correction to 1.9.9cvs1, only colour folders that
12255                 have new msgs (not unread msgs)
12256
12257 2005-05-10 [colin]      1.9.9cvs1
12258
12259         * src/folderview.c
12260         * src/summaryview.c
12261                 Try to fix bolding bugs again.
12262
12263 2005-05-09 [paul]
12264
12265         * tools/claws.i18n.status.pl
12266                 add Ricardo Mones Lastra's script that has been providing
12267                 the i18n status page for many months
12268
12269 2005-05-09 [paul]       1.9.9
12270
12271         1.9.9 release
12272
12273 2005-05-09 [paul]       1.9.6cvs58
12274
12275         * AUTHORS
12276         * INSTALL
12277         * README.claws
12278                 updated
12279         * Makefile.am 
12280         * RELEASE_NOTES.claws
12281                 add release notes to cvs to simplify release
12282                 procedure
12283         * configure.ac
12284                 add ca and fi to ALL_LINGUAS
12285         * po/Makefile.in.in
12286                 workaround for missing Makevars
12287         * po/ca.po
12288         * po/fi.po
12289                 add new Catalan and Finnish translations
12290                 submitted by Miquel Oliete and Flammie Pirinen
12291         * po/de.po
12292         * po/es.po
12293         * po/fr.po
12294         * po/it.po
12295         * po/pl.po
12296         * po/ru.po
12297         * po/sk.po
12298         * po/sr.po
12299         * po/zh_CN.po
12300                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12301                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12302                 Urke MMI, and Hansom Young
12303         * src/main.c
12304                 Fix drafting when quitting. compose_draft() closes the
12305                 compose windows, which modifies the compose_list GSList.
12306                 We have to refresh this list after echo drafting to avoid a
12307                 segfault
12308         * src/partial_download.c
12309                 fix segfault on exit
12310
12311 2005-05-06 [paul]       1.9.6cvs57
12312
12313         * src/grouplistdialog.c
12314                 quick fix/workaround for unresizeable newsgroup
12315                 name column 
12316
12317 2005-05-06 [paul]       1.9.6cvs56
12318
12319         * src/inc.c
12320         * src/mainwindow.c
12321                 use gettext plural forms
12322         * src/imap_gtk.c
12323         * src/mh_gtk.c
12324         * src/toolbar.c
12325                 small improvement to english usage
12326
12327 2005-05-05 [thorsten]   1.9.6cvs55
12328
12329         * src/folder.c
12330                 fix possible crash
12331
12332 2005-05-05 [paul]       1.9.6cvs54
12333         
12334         sync with HEAD
12335
12336         * AUTHORS
12337         * src/compose.c
12338                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12339                 patch by Tim Mann
12340
12341 2005-05-05 [paul]       1.9.6cvs53
12342
12343         * src/mainwindow.c
12344                 fix resizing of separate message and
12345                 folder views
12346
12347 2005-05-05 [paul]       1.9.6cvs52
12348
12349         * src/account.c
12350         * src/addrgather.c
12351         * src/browseldap.c
12352         * src/exphtmldlg.c
12353         * src/expldifdlg.c
12354         * src/importmutt.c
12355         * src/importpine.c
12356         * src/main.c
12357         * src/mainwindow.c
12358         * src/noticeview.c
12359         * src/prefs_filtering.c
12360         * src/prefs_filtering_action.c
12361         * src/prefs_matcher.c
12362         * src/prefs_spelling.c
12363         * src/prefs_toolbar.c
12364         * src/toolbar.c
12365         * src/wizard.c
12366         * src/gtk/description_window.c
12367         * src/gtk/gtkvscrollbutton.c
12368         * src/gtk/progressdialog.c
12369         * src/gtk/quicksearch.c
12370         * src/plugins/pgpmime/prefs_gpg.c
12371         * src/plugins/spamassassin/spamassassin_gtk.c
12372                 replace deprecated gtk_widget_set_usize
12373
12374 2005-05-04 [colin]      1.9.6cvs51
12375
12376         * src/common/utils.c
12377                 Fix crash when subst_for_filename is called
12378                 with a NULL parameter
12379
12380 2005-05-04 [colin]      1.9.6cvs50
12381
12382         * src/partial_download.c
12383         * src/pop.c
12384                 Escape login when writing uidl file
12385                 fixes bug #736
12386
12387 2005-05-03 [colin]      1.9.6cvs49
12388
12389         * src/procmime.c
12390                 Fix possible DOS in mime parser
12391                 (see bug #634)
12392
12393 2005-05-02 [colin]      1.9.6cvs48
12394
12395         * src/compose.c
12396                 Try to fix the copy/paste mess once again.
12397
12398
12399 2005-04-30 [colin]      1.9.6cvs47
12400
12401         * src/prefs_account.h
12402         * src/procmsg.c
12403         * src/send_message.c
12404         * src/common/smtp.c
12405         * src/common/smtp.h
12406                 Try to batch sending mails (per account) instead of
12407                 reconnecting to server every time.
12408
12409 2005-04-29 [colin]      1.9.6cvs46
12410
12411         * src/messageview.c
12412                 Fix window resizing that refused to size down
12413         * src/prefs_common.c
12414         * src/prefs_common.h
12415         * src/prefs_filtering.c
12416                 Save Filtering's window size
12417
12418 2005-04-21 [paul]       1.9.6cvs45
12419
12420         * ChangeLog-gtk2.claws
12421         * src/setup.c
12422                 correction to sync
12423
12424 2005-04-21 [paul]       1.9.6cvs44
12425
12426         sync with main:
12427
12428         * src/setup.c
12429         * src/statusbar.c
12430         * src/statusbar.h
12431                 use gtkut_widget_draw_now(). Improved performance
12432                 of the update of statusbar
12433         * src/textview.c
12434                 textview_smooth_scroll_do(): redraw it after scroll
12435                 is done (fixed incorrect display when a part of the
12436                 view is hidden).
12437         * src/gtk/gtkutils.c
12438         * src/gtk/gtkutils.h
12439                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12440                 to force update of widgets.
12441                 Removed gtkut_widget_wait_for_draw() which had a big
12442                 overhead  because of waiting for all events processed 
12443
12444 2005-04-20 [paul]       1.9.6cvs43
12445
12446         * src/codeconv.c
12447                 complete 1.9.6cvs42's sync:
12448                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12449
12450 2005-04-19 [paul]       1.9.6cvs42
12451
12452         sync with main:
12453
12454         * src/action.c
12455                 catch_output(): correctly select the insert text
12456                 (fix invalid iterator warnings).
12457         * src/codeconv.c
12458         * src/codeconv.h
12459         * src/mainwindow.c
12460         * src/messageview.c
12461         * src/prefs_common.c
12462                 support GBK encoding.
12463         * src/common/session.c
12464         * src/common/session.h
12465                 use separate buffer for large data to be sent,
12466                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12467
12468 2005-04-18 [paul]       1.9.6cvs41
12469
12470         * src/jpilot.c
12471                 convert unsigned long into guint32
12472                 patch by Paul LeoNerd Evans 
12473
12474 2005-04-17 [colin]      1.9.6cvs40
12475
12476         * src/compose.c
12477                 Fix 'Request return receipt' from folder
12478                 properties (bug #708)
12479
12480 2005-04-17 [colin]      1.9.6cvs39
12481
12482         * src/mainwindow.c
12483                 Fix duplicate hotkeys in Mainwindow's menu
12484
12485 2005-04-17 [colin]      1.9.6cvs38
12486
12487         * src/folderview.c
12488                 Fix duplicate hotkeys in Folderview's contextual
12489                 menu
12490
12491 2005-04-15 [colin]      1.9.6cvs37
12492
12493         * src/summaryview.c
12494                 Fix 'Save as...' with non-ascii filenames
12495
12496 2005-04-15 [colin]      1.9.6cvs36
12497
12498         * src/plugins/pgpmime/pgpmime.c
12499                 Fix bus error on 64bit. Spotted by 
12500                 macallan1888@gmail.com
12501
12502 2005-04-15 [colin]      1.9.6cvs35
12503
12504         * src/prefs_account.c
12505                 Fix cvs34.
12506
12507 2005-04-12 [colin]      1.9.6cvs34
12508
12509         * src/prefs_account.c
12510                 Fix smtp auth type off-by-one. We forgot to
12511                 add PLAIN in the prefs-to-gui setter func and
12512                 as a result, the selected auth when opening
12513                 account prefs was not the correct one.
12514
12515 2005-04-12 [paul]       1.9.6cvs33
12516
12517         * src/inc.c
12518                 if the recv dialog is visible, Cancel only
12519                 cancels the current account
12520
12521
12522 2005-04-10 [colin]      1.9.6cvs32
12523
12524         * src/filtering.c
12525                 Copy score when copying FilteringActions
12526                 Fix bug #674
12527
12528 2005-04-10 [colin]      1.9.6cvs31
12529
12530         * src/inc.c
12531                 Make Message -> Receive -> Cancel cancel 
12532                 incorporation on all accounts. Fixes
12533                 bug #693
12534
12535 2005-04-10 [colin]      1.9.6cvs30
12536
12537         * src/prefs_account.c
12538                 Update Privacy checkbuttons status based
12539                 on the selected privacy system
12540         * src/compose.c
12541                 Always connect the "None" privacy system; the
12542                 static boolean was probably there to avoid
12543                 reconnecting twice in the same compose window,
12544                 but as the parent function is only called once
12545                 per compose, it's only a bug - as a static is
12546                 initialized once per application instance.
12547                 Also, don't uncheck Sign and Encrypt when
12548                 selecting None as privacy system; just ignore
12549                 them when sending/queuing.
12550                 Should fix bug #695
12551
12552 2005-04-08 [colin]      1.9.6cvs29
12553
12554         * src/account.c
12555         * src/prefs_account.c
12556         * src/prefs_account.h
12557                 Add account preference to queue message in a certain
12558                 folder.
12559
12560 2005-04-06 [colin]      1.9.6cvs28
12561
12562         * src/prefs_account.c
12563                 Update old inbox path syntax
12564
12565 2005-04-06 [paul]       1.9.6cvs27
12566
12567         sync with main:
12568
12569         * configure.ac
12570                 changed -traditional-cpp to -no-cpp-precomp for newer
12571                 Mac OS X support
12572         * src/foldersel.c
12573                 made column resize automatically
12574         * src/send_message.c
12575                 send_message_smtp(): consider EOF right after QUIT
12576                 successful (workaround for Gmail SMTP server)
12577         * src/common/socket.c
12578                 ssl_read(), ssl_peek(): check EOF which violates the
12579                 SSL protocol
12580         * src/gtk/colorlabel.c
12581                 removed warnings when displaying colorlabel menu
12582                 (don't use GtkAlignment)
12583
12584 2005-04-05 [paul]       1.9.6cvs26
12585
12586         * src/plugins/trayicon/trayicon.c
12587                 fix clipping of icon under KDE3 
12588
12589 2005-04-05 [paul]       1.9.6cvs25
12590
12591         * src/summaryview.c
12592                 hide display of threading
12593                 patch by Alfons
12594
12595 2005-04-04 [thorsten]   1.9.6cvs24
12596
12597         * src/mh.c
12598                 marks lost on filesystems with different stat() results on
12599                 summer-/wintertime
12600
12601 2005-04-03 [colin]      1.9.6cvs23
12602
12603         * src/summaryview.c
12604                 Don't handle up/down. Patch by Alfons
12605
12606 2005-04-02 [colin]      1.9.6cvs22
12607
12608         * src/summaryview.c
12609                 Make scrolling faster. Patch by Alfons.
12610
12611 2005-04-01 [colin]      1.9.6cvs21
12612
12613         * src/Makefile.am
12614         * src/stock_pixmap.c
12615         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12616         * src/pixmaps/dir_noselect.xpm ** ADDED **
12617                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12618
12619 2005-04-01 [colin]      1.9.6cvs20
12620
12621         * src/image_viewer.c
12622         * src/image_viewer.h
12623         * src/procmime.c
12624         * src/procmime.h
12625         * src/textview.c
12626         * src/textview.h
12627                 Implement inline image resizing and right-clicking
12628
12629 2005-04-01 [paul]       1.9.6cvs19
12630
12631         * AUTHORS
12632         * Makefile.am
12633         * configure.ac
12634                 check for gnome2
12635                 patch by Luca Cavalli <loopback<AT>slackit.org>
12636         * po/ru.po
12637                 updated by Pavlo Bohmat
12638
12639 2005-03-31 [colin]      1.9.6cvs18
12640
12641         * src/news.c
12642                 Fix parsing references
12643         * src/msgcache.c
12644                 don't put nulls in the references list
12645         * src/procheader.c
12646                 commit that forgotten file in 1.9.6cvs14
12647
12648 2005-03-31 [colin]      1.9.6cvs17
12649
12650         * src/compose.c
12651                 Fix joining of signature separator again. 
12652                 Maybe Hiro could put it in main too...
12653
12654 2005-03-31 [colin]      1.9.6cvs16
12655
12656         * src/Makefile.am
12657         * src/foldersel.c
12658         * src/stock_pixmap.c
12659         * src/stock_pixmap.h
12660         * src/pixmaps/dir-noselect.xpm
12661                 Update foldersel.c (sync from main, patch by Alfons)
12662
12663 2005-03-30 [colin]      1.9.6cvs15
12664
12665         * src/imap.c
12666                 Fix handling of imap folders containing [] in 
12667                 their name. Thanks to Nahuel Angelinetti for
12668                 the detailed bugreport.
12669
12670 2005-03-30 [colin]      1.9.6cvs14
12671
12672         * src/common/utils.h
12673         * src/common/utils.c
12674         * src/common/defs.h
12675         * src/matcher.c
12676         * src/msgcache.c
12677         * src/news.c
12678         * src/procmsg.c
12679         * src/procmsg.h
12680         * src/quote_fmt_parse.y
12681         * src/summaryview.c
12682                 Update references system. Patch by Alfons
12683
12684 2005-03-30 [colin]      1.9.6cvs13
12685
12686         * src/common/socket.c
12687                 Force the glibc to read resolv.conf again when 
12688                 it has changed. Should fix issues when changing
12689                 networks on a laptop and not restarting sylpheed. 
12690
12691 2005-03-30 [paul]       1.9.6cvs12
12692
12693         partial sync with main:
12694
12695         * src/action.c
12696                 create_io_dialog(): use user-defined text font
12697                 (thanks to Alfons), and modified its appearance.
12698         * src/addrgather.c
12699         * src/addrharvest.c
12700         * src/browseldap.c
12701                 replace old code
12702         * src/compose.c
12703                 don't join (presumably) itemized lines on line-wrapping
12704                 fixed wrapping of quote when auto-wrapping is enabled
12705                 compose_destroy(): destroy paned only if it's not
12706                 attached to window. Fixed memory leak of popup menu.
12707         * src/exphtmldlg.c
12708         * src/expldifdlg.c
12709                 replace old code
12710         * src/html.c
12711         * src/html.h
12712         * src/importmutt.c
12713         * src/importpine.c
12714                 replace old code
12715         * src/main.c
12716                 removed redundant code
12717         * src/mainwindow.c
12718                 changed 'Code set' (which is rather incorrect)
12719                 in the menu to 'Character encoding'
12720                 main_window_set_widgets(): request size first
12721                 to prevent window size becoming wrong
12722                 fixed remembering of the state of the visibility
12723                 of MessageView
12724         * src/messageview.c
12725                 changed 'Code set' (which is rather incorrect)
12726                 in the menu to 'Character encoding'
12727         * src/prefs_common.c
12728         * src/prefs_common.h
12729                 added an option whether to render HTML as text or not
12730                 added separators to outgoing encoding menu
12731         * src/procheader.c
12732                 procheader_scan_date_string(): support header
12733                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12734         * src/summaryview.c
12735         * src/summaryview.h
12736                 minor code cleanup
12737         * src/textview.c
12738                 textview_show_html(): force output of newline
12739                 added an option whether to render HTML as text or not
12740         * src/common/utils.c
12741                 strncpy2(): optimized based on Alfons' code
12742         * src/gtk/gtkutils.c
12743         * src/gtk/gtkutils.h
12744                 removed non-used code
12745         * src/plugins/pgpmime/passphrase.c
12746                 partially fixed grab input of passphrase dialog
12747                 Confine pointer to window
12748
12749 2005-03-30 [colin]      1.9.6cvs11
12750
12751         * src/msgcache.c
12752         * src/msgcache.h
12753                 Read/write 32bit ints from cache & marks
12754                 From main.
12755
12756 2005-03-29 [paul]       1.9.6cvs10
12757
12758         * AUTHORS
12759         * ChangeLog.claws
12760         * src/compose.c
12761         * src/gtk/gtkaspell.c
12762                 sync with HEAD (don't pass NULL pointers) 
12763
12764 2005-03-24 [paul]
12765
12766         * tools/Makefile.am
12767         * tools/README
12768         * tools/acroread2sylpheed.pl
12769                 sync with HEAD (add script to send pdfs as
12770                 attachments from Adobe Reader 7)
12771
12772 2005-03-21 [paul]       1.9.6cvs9
12773
12774         * configure.ac
12775         * po/POTFILES.in
12776         * src/Makefile.am
12777         * src/crash.c
12778         * src/image_viewer.c ** ADDED **
12779         * src/image_viewer.h ** ADDED **
12780         * src/main.c
12781         * src/prefs_common.c
12782         * src/prefs_common.h
12783         * src/prefs_image_viewer.c ** ADDED **
12784         * src/prefs_image_viewer.h ** ADDED **
12785         * src/textview.c
12786         * src/gtk/about.c
12787         * src/pixmaps/sylpheed_logo.xpm
12788         * src/plugins/Makefile.am
12789         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12790         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12791         * src/plugins/image_viewer/plugin.c ** REMOVED **
12792         * src/plugins/image_viewer/viewer.c ** REMOVED **
12793         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12794         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12795         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12796         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12797         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12798                 as gdk-pixbuf is now built-in
12799                 remove image_viewer plugin and put code back into
12800                 main codebase
12801                 implement inline image display (sync with main)
12802
12803                 replace logo with newer, nicer, larger version  
12804
12805 2005-03-21 [paul]       1.9.6cvs8
12806
12807         * src/gtk/about.c
12808                 cosmetic improvement
12809
12810 2005-03-21 [holger]     1.9.6cvs7
12811
12812         * src/plugins/spamassassin/spamassassin.c
12813                 Sync with HEAD
12814                 (unregister hook on failed plugin init)
12815
12816 2005-03-20 [colin]      1.9.6cvs6
12817
12818         * src/common/plugin.c
12819                 Check that plugin isn't already loaded
12820                 Patch by Alfons
12821
12822 2005-03-20 [thorsten]   1.9.6cvs5
12823
12824         * src/compose.c
12825                 use a more compatible syntax
12826
12827 2005-03-20 [thorsten]   1.9.6cvs4
12828
12829         * src/prefs_toolbar.c
12830                 fix crash when selecting toolbar item (uninitialized pointer)
12831
12832 2005-03-20 [thorsten]   1.9.6cvs3
12833
12834         * src/procmime.c
12835                 fix mimetype detection (referenced free()d string)
12836
12837 2005-03-20 [paul]       1.9.6cvs2
12838
12839         * src/compose.c
12840                 sync with HEAD (1.0.3cvs5)
12841                 neglect Reply-To header if empty
12842                 Patch by Alfons 
12843
12844 2005-03-19 [holger]     1.9.6cvs1
12845
12846         * src/summaryview.c
12847         * src/summaryview.h
12848                 Sync with HEAD
12849
12850 2005-03-18 [paul]       1.9.6
12851
12852         initial GTK2 release
12853
12854 2005-03-18 [paul]       1.0.3cvs3.1
12855
12856         * AUTHORS
12857         * ChangeLog.claws
12858         * configure.ac
12859         * src/gtk/about.c
12860         * src/pixmaps/sylpheed_logo.xpm
12861                 sync with HEAD
12862
12863 2005-03-18 [colin]      1.0.3cvs2.6
12864
12865         * src/summaryview.c
12866                 Remove call to summary_step in summary_copy_selected_to
12867                 Can't see its purpose, and this causes bug when copying
12868                 a message if the next one is unread: it reads it.
12869
12870 2005-03-18 [paul]       1.0.3cvs2.5
12871
12872         * src/foldersel.c
12873                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12874
12875 2005-03-18 [paul]       1.0.3cvs2.4
12876
12877         * src/addrharvest.c
12878         * src/codeconv.c
12879         * src/codeconv.h
12880         * src/compose.c
12881         * src/news.c
12882         * src/procheader.c
12883         * src/procmime.c
12884         * src/unmime.c
12885         * src/unmime.h
12886                 fix buffer overflow, CAN-2005-0667, see
12887                 http://secunia.com/advisories/14491/
12888                 Patch by Alfons
12889
12890 2005-03-17 [colin]      1.0.3cvs2.3
12891
12892         * src/prefs_fonts.c
12893         * src/summaryview.c
12894                 Fix font bugs (both lists now officialy share 
12895                 the same font)
12896                 
12897
12898 2005-03-17 [paul]       1.0.3cvs2.2
12899
12900         * src/gtk/pluginwindow.c
12901                 make plugin descriptions uneditable
12902
12903 2005-03-11 [paul]       1.0.3cvs2.1
12904
12905         * ChangeLog.claws
12906         * configure.ac
12907         * po/POTFILES.in
12908         * src/plugins/trayicon/trayicon.c
12909                 sync with HEAD
12910                 add src/wizard.c to POTFILES.in
12911
12912 2005-03-11 [paul]       1.0.3cvs1.1
12913
12914         * ChangeLog
12915         * ChangeLog.claws
12916         * configure.ac
12917         * po/de.po
12918         * po/es.po
12919         * po/fr.po
12920         * po/it.po
12921         * po/pt_BR.po
12922         * po/ru.po
12923         * po/sk.po
12924         * po/sr.po
12925         * po/zh_CN.po
12926                 sync with HEAD
12927
12928 2005-03-04 [colin]      1.0.1cvs22.2
12929
12930         * src/compose.c
12931                 Fix signatures with accentued chars in it
12932
12933 2005-03-04 [colin]      1.0.1cvs22.1
12934
12935         * src/common/smtp.c
12936         * src/common/smtp.h
12937                 Don't use SIZE param in MAIL FROM: if server 
12938                 doesn't support it. Patch by Eugen Freiter
12939                 <eugen_f@users.sf.net>
12940
12941 2005-02-27 [paul]       1.0.1cvs20.1
12942
12943         * ChangeLog.claws
12944         * configure.ac
12945         * src/messageview.c
12946                 sync with HEAD
12947
12948 2005-02-27 [colin]      1.0.1cvs19.4
12949
12950         * src/procheader.c
12951         * src/procheader.h
12952                 Fix prototypes. Patch by Alfons
12953
12954 2005-02-27 [colin]      1.0.1cvs19.3
12955
12956         * src/compose.c
12957                 Don't auto-join the signature separator.
12958
12959 2005-02-26 [colin]      1.0.1cvs19.2
12960
12961         * src/summaryview.c
12962                 Fix 'mark all read' with collapsed threads.
12963                 Patch by Alfons.
12964
12965 2005-02-25 [paul]       1.0.1cvs19.1
12966
12967         * ChangeLog.claws
12968         * configure.ac
12969         * src/prefs_account.c
12970         * src/prefs_folder_item.c
12971         * src/gtk/prefswindow.c
12972         * src/gtk/prefswindow.h
12973                 sync with HEAD
12974
12975 2005-02-25 [paul]       1.0.1cvs15.12
12976
12977         * src/alertpanel.c
12978         * src/codeconv.c
12979         * src/compose.c
12980         * src/textview.c
12981         * src/gtk/gtkutils.c
12982         * src/gtk/gtkutils.h
12983         * src/gtk/logwindow.c
12984         * src/gtk/progressdialog.c
12985                 sync with main (revision 127)
12986                 and fix logwindow clipping
12987
12988 2005-02-24 [colin]      1.0.1cvs15.11
12989
12990         * src/plugins/pgpmime/passphrase.c
12991                 Disable input grabbing; it doesn't work yet.
12992
12993 2005-02-24 [colin]      1.0.1cvs15.10
12994
12995         * src/messageview.c
12996                 Don't send out receipts if offline. Ask.
12997
12998 2005-02-23 [colin]      1.0.1cvs15.9
12999
13000         * src/summaryview.c     
13001                 Fix expanding
13002
13003 2005-02-23 [colin]      1.0.1cvs15.8
13004
13005         * src/summaryview.c
13006                 Really fix Bug 568 by removing useless
13007                 calls. summary_thread_init() now called
13008                 in summary_sort(). This should please
13009                 Alfons as it should be faster than 
13010                 previously.
13011
13012 2005-02-23 [colin]      1.0.1cvs15.7
13013
13014         * src/compose.c
13015                 Encode parts as QP or B64 if signing
13016
13017 2005-02-23 [colin]      1.0.1cvs15.6
13018
13019         * src/compose.c
13020                 Fix Mimeinfo leakage (including tmp files)
13021         * src/procmsg.c
13022                 Fix tmp file leakage (spotted by Ivan Rayner)
13023
13024 2005-02-22 [colin]      1.0.1cvs15.5
13025
13026         * src/expldifdlg.c
13027                 Fix keyboard input. Patch by Alfons.
13028
13029 2005-02-21 [colin]      1.0.1cvs15.4
13030
13031         * src/compose.c
13032                 Fix Sign/Encrypt when unselecting privacy
13033                 system
13034         * src/prefs_common.c
13035                 Change default message font to Monospace
13036         * src/summaryview.c
13037                 More freezing during potentially large operations
13038
13039 2005-02-21 [paul]       1.0.1cvs15.3
13040
13041         * src/main.c
13042                 fix --help output
13043
13044 2005-02-21 [paul]       1.0.1cvs15.2
13045
13046         * po/Makefile.in.in
13047         * src/compose.c
13048         * src/summaryview.c
13049         * src/textview.c
13050         * src/common/utils.c
13051         * src/common/utils.h
13052                 sync with main (revision 117)
13053
13054 2005-02-20 [colin]      1.0.1cvs15.1
13055
13056         * src/common/defs.h
13057                 Change cache file to .sylpheed_claws_cache, as
13058                 suggested by Alfons. Allows people to switch
13059                 between Sylpheed and Sylpheed-Claws. it is
13060                 a good idea to "Check for new messages" at next
13061                 startup.
13062
13063
13064 2005-02-18 [colin]      1.0.1cvs14.1
13065
13066         * src/quote_fmt_lex.l
13067         * src/quote_fmt_parse.y
13068                 Fix parser initialisation. Patch by Ivan.
13069
13070 2005-02-18 [colin]      1.0.1cvs11.6
13071
13072         * src/folderview.c
13073                 Fix scrolldown (bug 662)
13074
13075 2005-02-17 [colin]      1.0.1cvs11.5
13076
13077         * src/codeconv.c
13078                 conv_filename_to_utf8: return clean 7bit instead
13079                 of broken utf8 if needed
13080         * src/mimeview.c
13081                 Fix display of parts with unclean 8bit names
13082
13083 2005-02-17 [paul]       1.0.1cvs11.4
13084
13085         * src/compose.c
13086         * src/exportldif.c
13087         * src/matcher_parser_parse.y
13088         * src/procmime.c
13089         * src/sourcewindow.c
13090         * src/common/Makefile.am
13091         * src/common/intl.h             ** REMOVED **
13092         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13093                 sync with main (revision 109)
13094                 and clean up
13095
13096 2005-02-16 [colin]      1.0.1cvs11.3
13097
13098         * src/summaryview.c
13099                 Fix collapsed thread not highlighting when new
13100                 messages in it (Bug 568) Patch by Stephan Sachse.
13101                 Fix messed up selection when reaching bounds (Bug 632)
13102         * src/prefs_themes.c
13103                 Fix theme installing (Bug 684)
13104
13105 2005-02-16 [colin]      1.0.1cvs11.2
13106
13107         * src/messageview.c
13108                 Fix messageview_select_all
13109
13110 2005-02-16 [colin]      1.0.1cvs11.1
13111
13112         * src/mh.c
13113                 Sync with HEAD (MH scan required function)
13114
13115 2005-02-15 [colin]      1.0.1cvs8.1
13116
13117         * src/mimeview.c
13118         * src/common/utils.c
13119                 Sync with HEAD (filename chars substitution)
13120
13121 2005-02-15 [colin]      1.0.1cvs7.3
13122
13123         * src/gtk/pluginwindow.c
13124                 Fix button spacing
13125
13126 2005-02-15 [colin]      1.0.1cvs7.2
13127
13128         * src/mimeview.c
13129                 Fix mime icons not reset across message when
13130                 scrolled down
13131
13132 2005-02-15 [colin]      1.0.1cvs7.1
13133
13134         * src/compose.c
13135         * src/procmime.c
13136                 Sync with HEAD (optimisation of cvs6)
13137
13138 2005-02-14 [colin]      1.0.1cvs6.1
13139
13140         * src/compose.c
13141         * src/procmime.c
13142                 Sync with HEAD (encode "From " at line beginning)
13143
13144 2005-02-14 [colin]      1.0.1cvs5.3
13145
13146         * src/compose.c
13147                 Fix wrapping with accentued chars.
13148
13149 2005-02-13 [colin]      1.0.1cvs5.2
13150
13151         * src/textview.c
13152                 Fix email informative part parsing with
13153                 accentued chars in it. ispunct() returns
13154                 true for them in utf8...
13155
13156 2005-02-12 [colin]      1.0.1cvs5.1
13157
13158         * src/filtering.c
13159                 Sync with HEAD (remove wrong use of compose after send)
13160
13161 2005-02-12 [paul]       1.0.1cvs4.5
13162
13163         * src/textview.c
13164                 remove unnecessary code (thanks to Alfons)
13165
13166 2005-02-12 [paul]       1.0.1cvs4.4
13167
13168         * src/textview.c
13169                 add 'Copy' to contextual menu on emails
13170
13171 2005-02-11 [colin]      1.0.1cvs4.3
13172
13173         * src/compose.c
13174                 revert 1.0.0cvs28.2, it doesn't work that well.
13175
13176 2005-02-11 [paul]       1.0.1cvs4.2
13177
13178         * po/Makefile.in.in
13179                 fix 'make release'
13180
13181 2005-02-10 [paul]       1.0.1cvs4.1
13182
13183         * ChangeLog
13184         * ChangeLog.claws
13185         * ChangeLog.jp
13186         * configure.ac
13187         * src/compose.c
13188                 sync with HEAD (sync with main)
13189
13190 2005-02-10 [paul]       1.0.1cvs3.2
13191
13192         * AUTHORS
13193         * Makefile.am
13194         * autogen.sh
13195         * configure.ac
13196         * config/mkinstalldirs
13197         * intl/.cvsignore
13198         * intl/ChangeLog
13199         * intl/VERSION
13200         * intl/bindtextdom.c
13201         * intl/config.charset
13202         * intl/dcgettext.c
13203         * intl/dcigettext.c
13204         * intl/dcngettext.c
13205         * intl/dgettext.c
13206         * intl/dngettext.c
13207         * intl/eval-plural.h
13208         * intl/explodename.c
13209         * intl/finddomain.c
13210         * intl/gettext.c
13211         * intl/gettextP.h
13212         * intl/gmo.h
13213         * intl/hash-string.h
13214         * intl/intl-compat.c
13215         * intl/l10nflist.c
13216         * intl/libgnuintl.h.in
13217         * intl/loadinfo.h
13218         * intl/loadmsgcat.c
13219         * intl/localcharset.c
13220         * intl/localcharset.h
13221         * intl/locale.alias
13222         * intl/localealias.c
13223         * intl/localename.c
13224         * intl/log.c
13225         * intl/ngettext.c
13226         * intl/os2compat.c
13227         * intl/os2compat.h
13228         * intl/osdep.c
13229         * intl/plural-exp.c
13230         * intl/plural-exp.h
13231         * intl/plural.c
13232         * intl/plural.y
13233         * intl/ref-add.sin
13234         * intl/ref-del.sin
13235         * intl/relocatable.c
13236         * intl/relocatable.h
13237         * intl/textdomain.c
13238         * m4/Makefile.am
13239         * po/Makefile.in.in
13240         * src/Makefile.am
13241         * src/account.c
13242         * src/action.c
13243         * src/addr_compl.c
13244         * src/addressadd.c
13245         * src/addressbook.c
13246         * src/addrgather.c
13247         * src/addrindex.c
13248         * src/alertpanel.c
13249         * src/browseldap.c
13250         * src/codeconv.c
13251         * src/codeconv.h
13252         * src/compose.c
13253         * src/compose.h
13254         * src/crash.c
13255         * src/editaddress.c
13256         * src/editbook.c
13257         * src/editgroup.c
13258         * src/editjpilot.c
13259         * src/editldap.c
13260         * src/editldap_basedn.c
13261         * src/editvcard.c
13262         * src/exphtmldlg.c
13263         * src/expldifdlg.c
13264         * src/export.c
13265         * src/exporthtml.c
13266         * src/filtering.c
13267         * src/folder.c
13268         * src/folder_item_prefs.c
13269         * src/foldersel.c
13270         * src/folderview.c
13271         * src/grouplistdialog.c
13272         * src/headerview.c
13273         * src/imap.c
13274         * src/imap_gtk.c
13275         * src/import.c
13276         * src/importldif.c
13277         * src/importmutt.c
13278         * src/importpine.c
13279         * src/inc.c
13280         * src/ldif.c
13281         * src/main.c
13282         * src/mainwindow.c
13283         * src/matcher.c
13284         * src/mbox.c
13285         * src/message_search.c
13286         * src/messageview.c
13287         * src/mh.c
13288         * src/mh_gtk.c
13289         * src/mimeview.c
13290         * src/msgcache.c
13291         * src/news.c
13292         * src/news_gtk.c
13293         * src/noticeview.c
13294         * src/partial_download.c
13295         * src/pop.c
13296         * src/prefs_account.c
13297         * src/prefs_actions.c
13298         * src/prefs_common.c
13299         * src/prefs_customheader.c
13300         * src/prefs_display_header.c
13301         * src/prefs_ext_prog.c
13302         * src/prefs_filtering.c
13303         * src/prefs_filtering_action.c
13304         * src/prefs_folder_item.c
13305         * src/prefs_fonts.c
13306         * src/prefs_gtk.c
13307         * src/prefs_matcher.c
13308         * src/prefs_msg_colors.c
13309         * src/prefs_spelling.c
13310         * src/prefs_summary_column.c
13311         * src/prefs_template.c
13312         * src/prefs_themes.c
13313         * src/prefs_toolbar.c
13314         * src/prefs_wrapping.c
13315         * src/privacy.c
13316         * src/procheader.c
13317         * src/procmime.c
13318         * src/procmsg.c
13319         * src/quote_fmt.c
13320         * src/recv.c
13321         * src/send_message.c
13322         * src/setup.c
13323         * src/sourcewindow.c
13324         * src/ssl_manager.c
13325         * src/statusbar.c
13326         * src/summary_search.c
13327         * src/summaryview.c
13328         * src/textview.c
13329         * src/toolbar.c
13330         * src/wizard.c
13331         * src/common/nntp.c
13332         * src/common/plugin.c
13333         * src/common/smtp.c
13334         * src/common/ssl.c
13335         * src/common/ssl_certificate.c
13336         * src/common/string_match.c
13337         * src/common/sylpheed.c
13338         * src/common/template.c
13339         * src/common/utils.c
13340         * src/gtk/about.c
13341         * src/gtk/colorlabel.c
13342         * src/gtk/description_window.c
13343         * src/gtk/filesel.c
13344         * src/gtk/foldersort.c
13345         * src/gtk/gtkaspell.c
13346         * src/gtk/gtkutils.c
13347         * src/gtk/inputdialog.c
13348         * src/gtk/logwindow.c
13349         * src/gtk/menu.c
13350         * src/gtk/pluginwindow.c
13351         * src/gtk/prefswindow.c
13352         * src/gtk/progressdialog.c
13353         * src/gtk/quicksearch.c
13354         * src/gtk/sslcertwindow.c
13355         * src/plugins/clamav/clamav_plugin.c
13356         * src/plugins/clamav/clamav_plugin_gtk.c
13357         * src/plugins/demo/demo.c
13358         * src/plugins/dillo_viewer/dillo_prefs.c
13359         * src/plugins/dillo_viewer/dillo_viewer.c
13360         * src/plugins/image_viewer/plugin.c
13361         * src/plugins/image_viewer/viewer.c
13362         * src/plugins/image_viewer/viewerprefs.c
13363         * src/plugins/mathml_viewer/mathml_viewer.c
13364         * src/plugins/pgpmime/passphrase.c
13365         * src/plugins/pgpmime/plugin.c
13366         * src/plugins/pgpmime/prefs_gpg.c
13367         * src/plugins/pgpmime/select-keys.c
13368         * src/plugins/pgpmime/sgpgme.c
13369         * src/plugins/spamassassin/spamassassin.c
13370         * src/plugins/spamassassin/spamassassin_gtk.c
13371         * src/plugins/trayicon/trayicon.c
13372                 sync with main (revision 104)
13373
13374 2005-02-10 [colin]      1.0.1cvs3.1
13375
13376         * src/mainwindow.c
13377                 Sync with HEAD (fix occasional crasher)
13378
13379 2005-02-10 [colin]      1.0.1cvs2.1
13380
13381         * src/messageview.c
13382                 Synw with HEAD (don't automatically display html)
13383
13384 2005-02-09 [colin]      1.0.1cvs1.3
13385
13386         * src/textview.c
13387         * src/textview.h
13388                 Add contextual menu on emails
13389
13390 2005-02-09 [colin]      1.0.1cvs1.2
13391
13392         * src/codeconv.c
13393                 Fix converting from broken headers and 
13394                 put back the _ in missing places
13395                 (feature broke with cvs24.2 sync, main 
13396                  possibly affected?)
13397
13398 2005-02-09 [colin]      1.0.1cvs1.1
13399
13400         * src/messageview.c
13401         * src/mimeview.c
13402         * src/mimeview.h
13403                 Sync with HEAD (display non text/plain mails with plugin)
13404
13405 2005-02-08 [colin]      1.0.1.1
13406
13407         * ChangeLog.claws
13408         * po/pt_BR.po
13409                 Sync with HEAD
13410         * configure.ac
13411                 Make default configuration directory 
13412                 be .sylpheed-gtk2
13413
13414 2005-02-08 [colin]      1.0.0cvs29.1
13415
13416         * po/de.po
13417         * po/es.po
13418         * po/fr.po
13419         * po/it.po
13420         * po/sk.po
13421         * po/sr.po
13422                 Sync translations with HEAD
13423
13424 2005-02-06 [colin]      1.0.0cvs28.3
13425
13426         * src/compose.c
13427                 Make compose a bit faster - patch by Alfons.
13428
13429 2005-02-06 [colin]      1.0.0cvs28.2
13430
13431         * src/compose.c
13432                 Make pasting via middle-click more reliable
13433
13434 2005-02-05 [paul]       1.0.0cvs28.1
13435
13436         * ChangeLog
13437         * ChangeLog.claws
13438         * ChangeLog.jp
13439         * configure.ac
13440         * src/compose.c
13441                 sync with HEAD
13442                 (fix bug 682 'redirect is broken'
13443
13444 2005-02-05 [torte]      1.0.0cvs27.1
13445
13446         * ChangeLog.claws
13447         * configure.ac
13448         * src/partial_download.c
13449                 Sync with HEAD (fix buf overflow)
13450
13451 2005-02-03 [colin]      1.0.0cvs26.1
13452
13453         * src/common/plugin.c
13454                 Sync with HEAD (avoid plugin mismatches)
13455
13456 2005-02-03 [paul]       1.0.0cvs25.3
13457
13458         * src/folderview.c
13459         * src/headerview.c
13460         * src/summaryview.c
13461         * src/textview.c
13462         * src/gtk/colorlabel.c
13463                 third and final part of initial sync with main-gtk2
13464
13465 2005-02-03 [paul]       1.0.0cvs25.2
13466
13467         * src/jpilot.c
13468                 fix building with jpilot support
13469
13470 2005-02-02 [colin]      1.0.0cvs25.1
13471
13472         * src/messageview.c
13473                 Sync with HEAD (fix dangerous typo)
13474
13475 2005-02-01 [colin]      1.0.0cvs24.3
13476
13477         * src/common/xml.c
13478                 Write file as advertised (UTF-8)
13479
13480 2005-02-01 [paul]       1.0.0cvs24.2
13481
13482         * src/addrbook.c
13483         * src/addrindex.c
13484         * src/alertpanel.h
13485         * src/codeconv.c
13486         * src/codeconv.h
13487         * src/compose.c
13488         * src/export.c
13489         * src/folder_item_prefs.c
13490         * src/html.c
13491         * src/imap.c
13492         * src/import.c
13493         * src/jpilot.c
13494         * src/mainwindow.c
13495         * src/matcher_parser_lex.l
13496         * src/messageview.c
13497         * src/mh.c
13498         * src/prefs_account.c
13499         * src/prefs_actions.c
13500         * src/prefs_common.c
13501         * src/prefs_gtk.c
13502         * src/prefs_gtk.h
13503         * src/prefs_themes.c
13504         * src/procheader.c
13505         * src/procmime.c
13506         * src/sourcewindow.c
13507         * src/statusbar.c
13508         * src/summaryview.c
13509         * src/textview.c
13510         * src/toolbar.c
13511         * src/unmime.c
13512         * src/common/template.c
13513         * src/common/utils.c
13514         * src/common/xml.c
13515         * src/common/xml.h
13516         * src/gtk/gtkaspell.c
13517         * src/plugins/clamav/clamav_plugin.c
13518         * src/plugins/dillo_viewer/dillo_prefs.c
13519         * src/plugins/image_viewer/viewerprefs.c
13520         * src/plugins/pgpmime/passphrase.c
13521         * src/plugins/pgpmime/prefs_gpg.c
13522         * src/plugins/pgpmime/select-keys.c
13523         * src/plugins/spamassassin/spamassassin.c
13524                 second part of initial sync with main-gtk2
13525                 (more to follow)
13526
13527 2005-01-31 [colin]      1.0.0cvs24.1
13528
13529         * src/compose.c
13530                 Sync with HEAD
13531
13532 2005-01-29 [paul]       1.0.0cvs23.2
13533
13534         * src/account.c
13535         * src/action.c
13536         * src/addressadd.c
13537         * src/addressbook.c
13538         * src/alertpanel.c
13539         * src/compose.c
13540         * src/editaddress.c
13541         * src/editbook.c
13542         * src/editgroup.c
13543         * src/editjpilot.c
13544         * src/editldap.c
13545         * src/editldap_basedn.c
13546         * src/editvcard.c
13547         * src/export.c
13548         * src/foldersel.c
13549         * src/grouplistdialog.c
13550         * src/import.c
13551         * src/importldif.c
13552         * src/inc.c
13553         * src/main.c
13554         * src/mainwindow.c
13555         * src/message_search.c
13556         * src/messageview.c
13557         * src/mimeview.c
13558         * src/prefs_actions.c
13559         * src/prefs_common.c
13560         * src/prefs_common.h
13561         * src/prefs_customheader.c
13562         * src/prefs_display_header.c
13563         * src/prefs_filtering.c
13564         * src/prefs_filtering_action.c
13565         * src/prefs_gtk.c
13566         * src/prefs_matcher.c
13567         * src/prefs_summary_column.c
13568         * src/prefs_template.c
13569         * src/sourcewindow.c
13570         * src/summary_search.c
13571         * src/summaryview.c
13572         * src/textview.c
13573         * src/gtk/about.c
13574         * src/gtk/description_window.c
13575         * src/gtk/gtkshruler.c
13576         * src/gtk/gtkutils.c
13577         * src/gtk/gtkutils.h
13578         * src/gtk/inputdialog.c
13579         * src/gtk/logwindow.c
13580         * src/gtk/prefswindow.c
13581         * src/gtk/progressdialog.c
13582         * src/gtk/progressdialog.h
13583                 first part of initial sync with main-gtk2
13584                 (more to follow)
13585
13586 2005-01-28 [colin]      1.0.0cvs23.1
13587
13588         * src/folderview.c
13589                 Sync with HEAD
13590
13591 2005-01-27 [colin]      1.0.0cvs21.1
13592
13593         * src/folder.c
13594         * src/folderview.c
13595                 Sync with HEAD
13596
13597 2005-01-27 [colin]      1.0.0cvs19.1
13598
13599         * src/procmime.c
13600                 Sync with HEAD
13601
13602 2005-01-27 [colin]      1.0.0cvs18.1
13603
13604         * src/messageview.c
13605         * src/summaryview.c
13606         * src/mainwindow.c
13607         * src/compose.c
13608         * src/compose.h
13609         * src/procmsg.c
13610         * src/procmsg.h
13611         * src/toolbar.c
13612                 Sync with HEAD
13613
13614 2005-01-26 [paul]       1.0.0cvs15.2
13615
13616         * src/compose.c
13617                 compose_entries_set(): convert subject and body to
13618                 utf8 if necessary. patch by Felix Eckhofer
13619
13620 2005-01-26 [paul]       1.0.0cvs15.1
13621
13622         * configure.ac
13623         * src/common/template.c
13624                 sync with HEAD (fix memory leak)
13625
13626 2005-01-25 [paul]       1.0.0cvs14.1
13627
13628         * configure.ac
13629         * src/compose.c
13630                 sync with HEAD
13631
13632 2005-01-24 [colin]      1.0.0cvs13.1
13633
13634         * src/summaryview.c
13635                 Sync with HEAD
13636
13637 2005-01-24 [paul]       1.0.0cvs12.1
13638
13639         * configure.ac
13640         * src/messageview.c
13641         * src/mh.c
13642         * src/common/utils.c
13643                 sync with HEAD
13644
13645 2005-01-24 [colin]      1.0.0cvs11.1
13646
13647         * src/procheader.c
13648                 Sync with HEAD
13649
13650 2005-01-24 [colin]      1.0.0cvs10.1
13651
13652         * src/folderview.c
13653                 Sync with HEAD
13654
13655 2005-01-23 [colin]      1.0.0cvs9.1
13656
13657         * src/crash.c
13658                 Sync with HEAD
13659
13660 2005-01-22 [colin]      1.0.0cvs8.1
13661
13662         * src/summaryview.c
13663         * src/gtk/quicksearch.c
13664                 Sync with HEAD
13665
13666 2005-01-21 [colin]      1.0.0cvs7.1
13667
13668         * src/summaryview.c
13669                 Sync with HEAD
13670
13671 2005-01-21 [colin]      1.0.0cvs6.1
13672
13673         * src/summaryview.c
13674                 Sync with HEAD
13675
13676 2005-01-21 [colin]      1.0.0cvs5.1
13677
13678         * src/gtk/quicksearch.c
13679         * src/prefs_common.c
13680         * src/prefs_common.h
13681                 Sync with HEAD (recurse option)
13682
13683 2005-01-21 [colin]      1.0.0cvs4.1
13684
13685         * src/folder.h
13686         * src/folderview.c
13687         * src/folderview.h
13688         * src/summaryview.c
13689         * src/gtk/quicksearch.c
13690         * src/gtk/quicksearch.h
13691                 Sync with HEAD (recursive quicksearch)
13692
13693 2005-01-20 [colin]      1.0.0cvs3.4
13694
13695         * src/ssl_manager.c
13696                 Remove useless code
13697
13698 2005-01-20 [colin]      1.0.0cvs3.3
13699
13700         * src/ssl_manager.c
13701                 Fix leak, thanks to Alfons.
13702
13703 2005-01-20 [colin]      1.0.0cvs3.2
13704
13705         * src/ssl_manager.c
13706                 Port SSL certificate window to GTK2.
13707
13708 2005-01-20 [paul]       1.0.0cvs3.1
13709
13710         * ChangeLog.claws
13711         * configure.ac
13712         * src/addrindex.c
13713         * src/addrindex.h
13714                 sync with HEAD
13715
13716 2005-01-19 [colin]      1.0.0cvs2.2
13717
13718         * src/plugins/trayicon/trayicon.c
13719                 Fix freeze with gtk-2.6, the easy way
13720                 (signal blocking helpless there...)
13721                 Closes bug #668.
13722
13723 2005-01-19 [colin]      1.0.0cvs2.1
13724
13725         * src/mbox.c
13726         * src/mbox.h
13727         * src/mainwindow.c
13728         * src/summaryview.c
13729         * src/summaryview.h
13730                 Sync with HEAD
13731
13732 2005-01-19 [paul]       1.0.0cvs1.1
13733
13734         * configure.ac
13735         * po/de.po
13736         * po/es.po
13737         * po/fr.po
13738         * po/hr.po
13739         * po/it.po
13740         * po/ja.po
13741         * po/ko.po
13742         * po/pt_BR.po
13743         * po/ru.po
13744         * po/sk.po
13745         * po/sr.po
13746                 sync with HEAD (update translations)
13747
13748 2005-01-18 [colin]      1.0.0cvs0.1
13749
13750         * src/foldersel.c
13751                 Specify search column - patch by Alfons
13752
13753 2005-01-18 [colin]      0.9.13cvs36.3
13754
13755         * src/prefs_toolbar.c
13756                 Change Delete to Remove
13757         * src/prefs_fonts.c
13758                 GTK2 version and leak fixes
13759         * src/prefs_actions.c
13760                 Add stock buttons.
13761                 All patches by Alfons
13762
13763 2005-01-17 [colin]      0.9.13cvs36.2
13764
13765         * src/compose.c
13766                 Fix DnD inserting twice. While at it,
13767                 add DnD support for text/plain in the
13768                 body, and add support in the headers.
13769
13770 2005-01-16 [colin]      0.9.13cvs36.1
13771
13772         * ChangeLog
13773         * ChangeLog.jp
13774         * ChangeLog.claws
13775                 Sync with HEAD (nothing applicable)
13776
13777 2005-01-16 [colin]      0.9.13cvs33.2
13778
13779         * src/prefs_toolbar.c
13780                 GTK2ize prefs_toolbar, by Alfons.
13781
13782 2005-01-14 [colin]      0.9.13cvs33.1
13783
13784         * src/html.c
13785         * src/msgcache.c
13786                 Sync with HEAD
13787
13788 2005-01-14 [colin]      0.9.13cvs32.1
13789
13790         * src/html.c
13791         * src/html.h
13792         * src/msgcache.c
13793         * AUTHORS
13794         * tools/calypso_convert.pl
13795                 Sync with HEAD
13796
13797 2005-01-08 [colin]      0.9.13cvs29.2
13798
13799         * src/prefs_filtering_action.c
13800         * src/prefs_filtering.c
13801                 2 more gtk2 patches by Alfons
13802
13803 2005-01-07 [paul]       0.9.13cvs29.1
13804
13805         * ChangeLog
13806         * ChangeLog.claws
13807         * ChangeLog.jp
13808         * configure.ac
13809         * src/pop.c
13810         * src/pop.h
13811                 sync with HEAD
13812
13813 2005-01-07 [colin]      0.9.13cvs28.3
13814
13815         * src/gtk/progressdialog.c
13816         * src/gtk/progressdialog.h
13817         * src/inc.c
13818         * src/send_message.c
13819                 GTK2 for the incorporation dialog. The CList isn't dead
13820                 yet, for a more smooth migration. Patch by Alfons.
13821
13822 2005-01-06 [colin]      0.9.13cvs28.2
13823
13824         * src/prefs_display_header.c
13825                 GTK2 conversion by Alfons
13826         * src/prefs_actions.c
13827         * src/prefs_matcher.c
13828                 Fix 2 leaks - patch by Alfons
13829
13830 2005-01-06 [colin]      0.9.13cvs28.1
13831
13832         * src/prefs_matcher.c
13833                 Sync with HEAD
13834
13835 2005-01-06 [colin]      0.9.13cvs27.4
13836
13837         * src/prefs_matcher.c
13838                 Fix double-free. Patch by Alfons
13839
13840 2005-01-06 [colin]      0.9.13cvs27.3
13841
13842         * src/prefs_matcher.c
13843                 GTK2 widgets + memleak
13844                 Patch by Alfons
13845
13846 2005-01-05 [colin]      0.9.13cvs27.2
13847
13848         * src/account.c
13849         * src/addr_compl.c
13850         * src/foldersel.c
13851         * src/stock_pixmap.c
13852         * src/stock_pixmap.h
13853                 3 more GTK2 patches by Alfons.
13854
13855 2005-01-04 [colin]      0.9.13cvs27.1
13856
13857         * src/folderview.c
13858         * src/imap_gtk.c
13859         * src/news_gtk.c
13860                 Sync with HEAD
13861
13862 2005-01-04 [colin]      0.9.13cvs25.9
13863
13864         * src/compose.c
13865                 Fix Show Ruler menuitem
13866         * src/prefs_template.c
13867                 Convert to GTK2
13868         * src/common/utils.c
13869                 Make auto pointer stuff handles NULLs
13870                 Patches by Alfons.
13871
13872 2005-01-04 [colin]      0.9.13cvs25.8
13873
13874         * src/compose.c
13875                 Move the attachment list to gtk2
13876                 Patch by Alfons.
13877
13878 2005-01-04 [colin]      0.9.13cvs25.7
13879
13880         * src/textview.c
13881                 Make some keys work again
13882                 Patch by SungHyun Nam <namsh@kldp.org>
13883
13884 2005-01-04 [colin]      0.9.13cvs25.6
13885
13886         * src/gtk/gtkshruler.c
13887                 Move the ruler to GTK2
13888                 Patch by Alfons
13889
13890 2005-01-03 [colin]      0.9.13cvs25.5
13891
13892         * src/compose.c
13893                 Fix my broken patch apply 
13894
13895 2005-01-03 [colin]      0.9.13cvs25.4
13896
13897         * src/common/utils.c
13898         * src/common/utils.h
13899         * src/gtk/prefswindow.c
13900                 Move auto pointer stuff to utils.c
13901                 Patch by Alfons again :)
13902
13903 2005-01-03 [colin]      0.9.13cvs25.3
13904
13905         * src/compose.c
13906         * src/prefs_gtk.c
13907         * src/prefs_template.c
13908         * src/textview.c
13909                 Empty text widgets with empty strings, not NULL char
13910                 Patch by SungHyun Nam <namsh@kldp_org>
13911
13912 2005-01-03 [colin]      0.9.13cvs25.2
13913
13914         * src/main.c
13915         * AUTHORS
13916                 Sync with HEAD
13917
13918 2005-01-03 [colin]      0.9.13cvs25.1
13919
13920         * src/pop.c
13921         * src/pop.h
13922                 Sync with HEAD
13923
13924 2005-01-03 [colin]      0.9.13cvs24.3
13925
13926         * src/account.c
13927                 Two patches from Alfons and Alex S Moore:
13928                 fix images, fix return value.
13929
13930 2005-01-01 [colin]      0.9.13cvs24.2
13931
13932         * src/prefs_actions.c
13933                 Fix over-zealous assertion. Patch by Alfons
13934
13935 2005-01-01 [colin]      0.9.13cvs24.1
13936
13937         * src/procmime.c
13938                 Sync with HEAD (leak fix)
13939
13940 2004-12-31 [colin]      0.9.13cvs23.2
13941
13942         * src/prefs_common.c
13943                 GTK2 widgets + stock buttons - patch by Alfons
13944
13945 2004-12-31 [paul]       0.9.13cvs23.1
13946
13947         * configure.ac
13948                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13949         * src/gtk/pluginwindow.c
13950                 use GTK2 widgets and plug memory leaks,
13951                 patches by Alfons
13952
13953 2004-12-30 [colin]      0.9.13cvs22.4
13954
13955         * src/account.c
13956         * src/action.c
13957         * src/export.c
13958         * src/foldersel.c
13959         * src/import.c
13960         * src/message_search.c
13961         * src/prefs_actions.c
13962         * src/prefs_common.c
13963         * src/prefs_customheader.c
13964         * src/prefs_filtering.c
13965         * src/prefs_summary_column.c
13966         * src/summary_search.c
13967         * src/gtk/about.c
13968         * src/gtk/description_window.c
13969         * src/gtk/gtkutils.c
13970         * src/gtk/gtkutils.h
13971         * src/gtk/inputdialog.c
13972         * src/gtk/prefswindow.c
13973                 Use GTK2 stock buttons. Patches by Alfons.
13974
13975 2004-12-30 [colin]      0.9.13cvs22.3
13976
13977         * src/account.c
13978                 Sync with HEAD
13979         * src/prefs_actions.c
13980         * src/prefs_customheader.c
13981         * src/prefs_filtering.c
13982         * src/prefs_msg_colors.c
13983         * src/prefs_summary_column.c
13984         * src/gtk/prefswindow.c
13985                 Use GtkTreeView instead of deprecated 
13986                 widgets. Patches by Alfons.
13987
13988 2004-12-30 [paul]       0.9.13cvs22.2
13989
13990         * src/foldersel.c
13991                 use GTK 2 Tree View
13992                 patch by Alfons, with root folder sorting fix
13993                 by Stephan Sachse
13994
13995 2004-12-30 [paul]       0.9.13cvs22.1
13996
13997         * ChangeLog
13998         * ChangeLog.claws
13999         * ChangeLog.jp
14000         * NEWS
14001         * configure.ac
14002         * src/account.c
14003                 sync with HEAD
14004
14005 2004-12-22 [martin]     0.9.13cvs21.2
14006
14007         * src/action.c
14008                 free the command line after its use
14009
14010 2004-12-18 [paul]       0.9.13cvs21.1
14011
14012         * AUTHORS
14013         * ChangeLog
14014         * ChangeLog.claws
14015         * ChangeLog.jp
14016         * NEWS
14017         * configure.ac
14018         * src/action.c
14019         * src/compose.c
14020         * src/syldap.c
14021                 sync with HEAD
14022
14023 2004-12-17 [martin]     0.9.13cvs17.2
14024
14025         * src/action.c
14026                 convert actions input to locale
14027         * src/inc.c
14028                 convert notification command to locale
14029         * src/plugins/pgpmime/select-keys.c
14030                 convert attributes to utf8
14031
14032 2004-12-14 [colin]      0.9.13cvs17.1
14033
14034         * ChangeLog
14035         * ChangeLog.jp
14036         * ChangeLog.claws
14037         * src/action.c
14038         * src/common/utils.c
14039         * src/gtk/prefswindow.c
14040         * src/gtk/gtkutils.c
14041         * src/gtk/gtkutils.h
14042         * src/plugins/spamassassin/libspamc.c
14043                 Sync with HEAD
14044
14045 2004-12-13 [colin]      0.9.13cvs14.1
14046
14047         * src/quote_fmt_parse.y
14048                 Sync with HEAD
14049
14050 2004-12-10 [colin]      0.9.13cvs12.1
14051
14052         * src/prefs_themes.c
14053         * src/mainwindow.c
14054         * src/messageview.c
14055                 Sync with HEAD
14056
14057 2004-12-09 [colin]      0.9.13cvs10.1
14058
14059         * src/procmime.c
14060                 Sync with HEAD (fix B64 encoding from memory)
14061
14062 2004-12-08 [colin]      0.9.13cvs9.1
14063
14064         * src/gtk/colorlabel.c
14065                 Sync with HEAD
14066
14067 2004-12-08 [paul]       0.9.13cvs8.2
14068
14069         * src/gtk/pluginwindow.c
14070                 fix window resizing oddities
14071
14072 2004-12-08 [colin]      0.9.13cvs8.1
14073
14074         * src/quote_fmt_parse.y
14075                 Sync with HEAD
14076
14077 2004-12-08 [colin]      0.9.13cvs7.1
14078
14079         * src/matcher_parser_parse.y
14080         * src/msgcache.c
14081         * src/prefs_matcher.c
14082         * src/procheader.c
14083         * src/matcher.c
14084         * src/common/defs.h
14085         * po/sr.po
14086                 Sync with HEAD
14087
14088 2004-12-08 [colin]      0.9.13cvs6.1
14089
14090         * src/quote_fmt_parse.y
14091         * src/textview.c
14092                 Sync with HEAD
14093         * src/gtk/prefswindow.c
14094         * src/gtk/pluginwindow.c
14095                 Fix G_CALLBACKS protos (thanks to Alfons)
14096
14097 2004-12-07 [torte]      0.9.13cvs2.2
14098
14099         * src/procmime.c
14100                 [Bug 650] reply button causes crash
14101                 Thanks to David Relson and Christoph
14102
14103 2004-12-07 [colin]      0.9.13cvs2.1
14104
14105         * ChangeLog.claws
14106         * AUTHORS
14107         * po/sk.po
14108         * src/procmime.c
14109         * src/prefs_account.c
14110         * src/common/smtp.c
14111         * src/common/smtp.h
14112                 Sync with HEAD
14113
14114 2004-12-06 [colin]      0.9.12cvs187.1
14115
14116         * ChangeLog.claws
14117         * INSTALL
14118         * Makefile.am
14119         * README.claws
14120         * TODO.claws
14121         * configure.ac
14122         * po/bg.po
14123         * po/cs.po
14124         * po/el.po
14125         * po/en_GB.po
14126         * po/es.po
14127         * po/fr.po
14128         * po/hr.po
14129         * po/hu.po
14130         * po/it.po
14131         * po/ja.po
14132         * po/ko.po
14133         * po/nl.po
14134         * po/pl.po
14135         * po/pt_BR.po
14136         * po/ru.po
14137         * po/sk.po
14138         * po/sr.po
14139         * po/sv.po
14140         * po/zh_CN.po
14141         * po/zh_TW.Big5.po
14142         * src/compose.c
14143         * tools/Makefile.am
14144         * tools/README
14145         * tools/filter_conv.pl
14146         * tools/kdeservicemenu/README
14147         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14148         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14149                 Sync with HEAD
14150
14151 2004-12-04 [colin]      0.9.12cvs183.1
14152
14153         * src/compose.c
14154                 Sync with HEAD (compose window position saving)
14155
14156 2004-12-04 [paul]       0.9.12cvs182.3
14157
14158         * src/messageview.c
14159         * src/mimeview.c
14160         * src/prefs_customheader.c
14161         * src/gtk/quicksearch.c
14162                 replace some forgotten GTK_SIGNAL_FUNCs
14163
14164 2004-12-04 [paul]       0.9.12cvs182.2
14165
14166         * src/Makefile.am
14167                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14168                 committed in error      
14169
14170 2004-12-04 [paul]       0.9.12cvs182.1
14171
14172         * ChangeLog
14173         * ChangeLog.claws
14174         * ChangeLog.jp
14175         * INSTALL
14176         * NEWS
14177         * README
14178         * README.jp
14179         * configure.ac
14180         * doc/manual/ja/Makefile.am
14181         * doc/manual/ja/sylpheed-1.html
14182         * doc/manual/ja/sylpheed-10.html
14183         * doc/manual/ja/sylpheed-11.html
14184         * doc/manual/ja/sylpheed-12.html
14185         * doc/manual/ja/sylpheed-13.html
14186         * doc/manual/ja/sylpheed-14.html
14187         * doc/manual/ja/sylpheed-15.html
14188         * doc/manual/ja/sylpheed-16.html
14189         * doc/manual/ja/sylpheed-17.html
14190         * doc/manual/ja/sylpheed-18.html
14191         * doc/manual/ja/sylpheed-19.html
14192         * doc/manual/ja/sylpheed-2.html
14193         * doc/manual/ja/sylpheed-20.html
14194         * doc/manual/ja/sylpheed-3.html
14195         * doc/manual/ja/sylpheed-4.html
14196         * doc/manual/ja/sylpheed-5.html
14197         * doc/manual/ja/sylpheed-6.html
14198         * doc/manual/ja/sylpheed-7.html
14199         * doc/manual/ja/sylpheed-8.html
14200         * doc/manual/ja/sylpheed-9.html
14201         * doc/manual/ja/sylpheed.html
14202         * doc/manual/ja/sylpheed.sgml
14203         * po/de.po
14204         * src/Makefile.am
14205         * src/compose.c
14206         * src/procmime.c
14207         * src/pixmaps/regular.xpm **REMOVED**
14208         * src/plugins/pgpmime/pgpmime.c
14209         * src/plugins/pgpmime/plugin.c
14210         * src/plugins/pgpmime/prefs_gpg.c
14211                 sync with HEAD
14212
14213 2004-12-03 [paul]       0.9.12cvs180.1
14214
14215         * ChangeLog
14216         * ChangeLog.claws
14217         * ChangeLog.jp
14218         * configure.ac
14219         * src/Makefile.am
14220         * src/pop.c
14221         * src/common/utils.c
14222         * src/common/utils.h
14223         * src/pixmaps/continue.xpm
14224         * src/pixmaps/dir_close.xpm
14225         * src/pixmaps/dir_open.xpm
14226         * src/pixmaps/drafts_close.xpm
14227         * src/pixmaps/drafts_open.xpm
14228         * src/pixmaps/folder.xpm **REMOVED**
14229         * src/pixmaps/group.xpm
14230         * src/pixmaps/unread.xpm
14231                 sync with HEAD
14232
14233 2004-12-02 [colin]      0.9.12cvs179.1
14234
14235         * src/compose.c
14236                 Sync with HEAD (non-duplicated reedition)
14237
14238 2004-12-02 [colin]      0.9.12cvs178.1
14239
14240         * src/compose.c
14241                 Sync with HEAD (linewrap_quote fix)
14242
14243 2004-12-01 [colin]      0.9.12cvs177.3
14244
14245         * src/addrharvest.c
14246                 Replace sizeof with strlen
14247
14248 2004-12-01 [paul]       0.9.12cvs177.2
14249
14250         * src/addrharvest.c
14251                 fix 'harvest addresses'
14252
14253 2004-11-30 [colin]      0.9.12cvs177.1
14254
14255         * src/gtk/prefswindow.c
14256         * src/gtk/pluginwindow.c
14257                 Sync with HEAD
14258
14259 2004-11-29 [colin]      0.9.12cvs176.1
14260
14261         * src/folderview.c
14262                 sync with HEAD (Fix disappearing separators in folderview's popup)
14263
14264 2004-11-29 [colin]      0.9.12cvs175.1
14265
14266         * src/procmime.c
14267                 Sync with head (another format fix)
14268
14269 2004-11-29 [colin]      0.9.12cvs174.1
14270
14271         * src/pop.c
14272                 Sync with HEAD (format string fix)
14273
14274 2004-11-26 [colin]      0.9.12cvs173.1
14275
14276         * src/common/smtp.c
14277         * src/common/smtp.h
14278                 Sync with HEAD
14279
14280 2004-11-24 [colin]      0.9.12cvs172.1
14281
14282         * src/plugins/pgpmime/pgpmime.c
14283                 Sync with HEAD
14284
14285 2004-11-24 [colin]      0.9.12cvs171.1
14286
14287         * src/plugins/pgpmime/pgpmime.c
14288                 Sync with head (gpgmectx leaks)
14289
14290 2004-11-24 [colin]      0.9.12cvs169.1
14291
14292         * src/plugins/pgpmime/plugin.c
14293         * src/plugins/trayicon/Makefile.am
14294         * src/plugins/trayicon/newmarkedmail.xpm
14295         * src/plugins/trayicon/trayicon.c
14296         * src/plugins/trayicon/unreadmarkedmail.xpm
14297                 Sync with HEAD
14298
14299 2004-11-23 [colin]      0.9.12cvs168.1
14300
14301         * src/partial_download.c
14302         * src/partial_download.h
14303         * src/plugins/pgpmime/plugin.c
14304                 Sync with HEAD
14305
14306 2004-11-23 [colin]      0.9.12cvs166.1
14307
14308         * src/Makefile.am
14309         * src/codeconv.c
14310         * src/compose.c
14311         * src/folderview.c
14312         * src/main.c
14313         * src/partial_download.c
14314         * src/partial_download.h
14315         * src/prefs_account.c
14316         * src/prefs_account.h
14317         * src/privacy.c
14318         * src/privacy.h
14319         * src/procmime.c
14320         * src/common/Makefile.am
14321         * src/common/base64.h
14322         * src/common/partial_download.c
14323         * src/common/partial_download.h
14324         * src/gtk/prefswindow.c
14325         * src/gtk/prefswindow.h
14326         * src/plugins/pgpmime/pgpmime.c
14327         * src/plugins/pgpmime/prefs_gpg.c
14328         * src/plugins/pgpmime/prefs_gpg.h
14329         * src/plugins/pgpmime/sgpgme.c
14330         * src/plugins/pgpmime/sgpgme.h
14331                 Sync with HEAD
14332
14333 2004-11-23 [colin]      0.9.12cvs163.1
14334
14335         * src/main.c
14336                 Sync with HEAD (cursor optimization)
14337
14338 2004-11-23 [colin]      0.9.12cvs162.1
14339
14340         * src/prefs_common.c
14341         * src/prefs_themes.c
14342         * src/procmsg.c
14343                 Sync with HEAD
14344
14345 2004-11-23 [colin]      0.9.12cvs158.9
14346
14347         * src/compose.c
14348                 Fix double-free when forwarding
14349         * src/msgcache.c
14350                 Fix leak on error path
14351                 
14352
14353 2004-11-23 [colin]      0.9.12cvs158.8
14354
14355         * src/compose.c
14356                 Fix possible double-free
14357                 Spotted by Alfons
14358
14359 2004-11-23 [colin]      0.9.12cvs158.7
14360
14361         * src/compose.c
14362                 Fix some signal handlers' prototypes
14363                 Spotted by Alfons
14364
14365 2004-11-22 [colin]      0.9.12cvs158.6
14366
14367         * src/compose.c
14368                 Remove unneeded code and duplicated
14369                 wrapping - patch by Alfons
14370
14371 2004-11-22 [colin]      0.9.12cvs158.5
14372
14373         * src/prefs_themes.c
14374                 Fix oversized selector
14375
14376 2004-11-22 [colin]      0.9.12cvs158.4
14377
14378         * src/compose.c
14379                 fix dump_text()
14380                 patch by Alfons
14381
14382 2004-11-19 [colin]      0.9.12cvs158.3
14383
14384         * src/textview.c
14385                 Add a context menu on links (open, copy)
14386
14387 2004-11-18 [paul]       0.9.12cvs158.2
14388
14389         * src/addrgather.c
14390         * src/exphtmldlg.c
14391         * src/expldifdlg.c
14392         * src/mimeview.c
14393         * src/prefs_common.c
14394         * src/plugins/image_viewer/viewer.c
14395         * src/plugins/spamassassin/spamassassin_gtk.c
14396                 replace deprecated gtk_notebook_set_page
14397                 and gtk_notebook_current_page
14398
14399 2004-11-18 [paul]       0.9.12cvs158.1
14400
14401         * configure.ac
14402         * src/compose.c
14403         * src/mainwindow.c
14404         * src/messageview.c
14405         * src/prefs_common.c
14406         * src/common/utils.c
14407         * src/common/utils.h
14408                 sync with HEAD
14409
14410 2004-11-17 [colin]      0.9.12cvs156.1
14411
14412         * src/prefs_account.c
14413         * src/prefs_account.h
14414         * src/procmsg.c
14415                 Sync with HEAD (add pref to store encrypted mails encrypted)
14416
14417 2004-11-17 [paul]       0.9.12cvs155.1
14418
14419         * ChangeLog
14420         * ChangeLog.claws
14421         * ChangeLog.jp
14422         * NEWS
14423         * configure.ac
14424         * src/compose.c
14425         * src/jpilot.c
14426         * src/privacy.c
14427         * src/procmime.c
14428         * src/procmime.h
14429         * src/procmsg.c
14430         * src/toolbar.c
14431         * src/pixmaps/error.xpm
14432                 sync with HEAD
14433
14434 2004-11-17 [colin]      0.9.12cvs151.1
14435
14436         * src/plugins/pgpmime/pgpmime.c
14437                 Sync with HEAD (remove debug printf)
14438
14439 2004-11-17 [colin]      0.9.12cvs150.1
14440
14441         * src/plugins/pgpmime/pgpmime.c
14442                 Sync with HEAD (off-by-one fix)
14443
14444 2004-11-17 [colin]      0.9.12cvs149.1
14445
14446         * src/procmsg.c
14447                 Sync with HEAD (coding style fixes)
14448
14449 2004-11-16 [colin]      0.9.12cvs148.1
14450
14451         * src/procmsg.c
14452                 Sync with head (Fix the fix)
14453
14454 2004-11-16 [colin]      0.9.12cvs147.1
14455
14456         * src/procmsg.c
14457                 Sync with Main (leak fix)
14458
14459 2004-11-16 [colin]      0.9.12cvs146.14
14460
14461         * src/compose.c
14462                 Remove useless chunk of code
14463                 Patch by Alfons
14464
14465 2004-11-15 [colin]      0.9.12cvs146.13
14466
14467         * src/compose.c
14468                 Fix drafting after insertion
14469                 Patch by Alfons
14470
14471 2004-11-15 [colin]      0.9.12cvs146.12
14472
14473         * src/compose.c
14474         * src/prefs_filtering.c
14475         * src/prefs_filtering_action.c
14476         * src/prefs_toolbar.c
14477                 Fix some const-correctness
14478
14479 2004-11-15 [colin]      0.9.12cvs146.11
14480
14481         * src/summaryview.c
14482         * src/prefs_themes.c
14483         * src/messageview.c
14484                 Fix some leaks
14485
14486 2004-11-15 [colin]      0.9.12cvs146.10
14487
14488         * src/codeconv.c
14489                 More unreadable locale fixes
14490
14491 2004-11-14 [colin]      0.9.12cvs146.9
14492
14493         * src/textview.c
14494                 Fix uri_security_check
14495                 Patch by Alfons
14496
14497 2004-11-13 [paul]       0.9.12cvs146.8
14498
14499         * src/folder.c
14500         * src/procmime.c
14501                 fix 2 bugs introduced in last commit
14502
14503 2004-11-13 [paul]       0.9.12cvs146.7
14504
14505         * src/compose.c
14506         * src/exporthtml.c
14507         * src/exportldif.c
14508         * src/folder.c
14509         * src/imap.c
14510         * src/imap_gtk.c
14511         * src/main.c
14512         * src/mainwindow.c
14513         * src/messageview.c
14514         * src/mh_gtk.c
14515         * src/prefs_themes.c
14516         * src/procmime.c
14517         * src/setup.c
14518         * src/summaryview.c
14519                 replace deprecated g_basename
14520
14521 2004-11-13 [paul]       0.9.12cvs146.6
14522
14523         * src/compose.c
14524         * src/imap.c
14525         * src/matcher_parser.h
14526         * src/matcher_parser_parse.y
14527         * src/prefs_filtering.c
14528         * src/prefs_filtering_action.c
14529         * src/prefs_themes.c
14530         * src/prefs_toolbar.c
14531         * src/common/utils.c
14532                 various small fixes/cleanups
14533
14534 2004-11-12 [colin]      0.9.12cvs146.5
14535
14536         * src/textview.c
14537                 Validate event's origin on visibility notify
14538                 Patch by Alfons.
14539
14540 2004-11-12 [paul]       0.9.12cvs146.4
14541
14542         * src/exporthtml.c
14543         * src/exportldif.c
14544         * src/imap.c
14545         * src/mh.c
14546         * src/mimeview.c
14547         * src/prefs_spelling.c
14548         * src/prefs_themes.c
14549                 replace deprecated g_dirname    
14550
14551 2004-11-12 [colin]      0.9.12cvs146.3
14552
14553         * src/textview.c
14554                 Some coding style fixes
14555
14556 2004-11-12 [colin]      0.9.12cvs146.2
14557
14558         * src/codeconv.c
14559                 We want to replace _all_ extended chars in
14560                 conv_unreadable_*, because any string containing
14561                 extended chars not parsing as UTF8 is 
14562                 undisplayed on gtk2.
14563
14564 2004-11-12 [paul]       0.9.12cvs146.1
14565
14566         * ChangeLog
14567         * ChangeLog.claws
14568         * ChangeLog.jp
14569         * NEWS
14570         * configure.ac
14571         * src/account.c
14572         * src/folderview.c
14573         * src/folderview.h
14574         * src/imap.c
14575         * src/imap_gtk.c
14576         * src/inc.c
14577         * src/mainwindow.c
14578         * src/mh_gtk.c
14579         * src/news_gtk.c
14580         * src/pop.c
14581         * src/prefs_account.c
14582         * src/prefs_account.h
14583         * src/prefs_ext_prog.c
14584         * src/procmime.c
14585         * src/procmime.h
14586         * src/procmsg.c
14587         * src/procmsg.h
14588         * src/summary_search.c
14589         * src/summaryview.c
14590         * src/textview.c
14591         * src/common/defs.h
14592         * src/common/utils.c
14593         * src/common/utils.h
14594         * src/gtk/menu.c
14595         * src/gtk/menu.h
14596                 sync with HEAD
14597
14598 2004-11-11 [colin]      0.9.12cvs144.2
14599
14600         * src/textview.c
14601                 Fix URI range selection (patch by Alfons)
14602
14603 2004-11-09 [colin]      0.9.12cvs144.1
14604
14605         * ChangeLog.claws
14606         * src/compose.c
14607         * src/folder.c
14608         * src/folder_item_prefs.c
14609         * src/prefs_account.c
14610         * src/prefs_account.h
14611         * src/plugins/pgpmime/pgpmime.c
14612                 Sync with HEAD
14613
14614 2004-11-08 [colin]      0.9.12cvs143.1
14615
14616         * src/summaryview.c
14617                 Sync with HEAD (optimize quicksearch)
14618
14619 2004-11-08 [colin]      0.9.12cvs142.2
14620
14621         * src/compose.c
14622                 Don't wrap when Edit/Auto wrapping is disabled
14623
14624 2004-11-08 [colin]      0.9.12cvs142.1
14625
14626         * src/textview.c
14627                 Sync with HEAD
14628
14629 2004-11-08 [colin]      0.9.12cvs141.1
14630
14631         * src/textview.c
14632                 Sync with HEAD (fix some mail URIs)
14633
14634 2004-11-08 [colin]      0.9.12cvs140.3
14635
14636         * src/textview.c
14637                 o Use text cursor instead of arrow when
14638                   not on a link
14639                 o Fix handling of contiguous links (as in
14640                   "colin@colino.net" <colin@colino.net>)
14641                   This one unveils a bug in get_email_part()
14642
14643 2004-11-07 [colin]      0.9.12cvs140.2
14644
14645         * src/textview.c
14646                 Fix memleak. Patch by Alfons.
14647
14648 2004-11-06 [colin]      0.9.12cvs140.1
14649
14650         * src/compose.c
14651                 Sync with HEAD (don't ask passphrase
14652                 when drafting)
14653
14654 2004-11-06 [paul]       0.9.12cvs139.2
14655
14656         * AUTHORS
14657         * src/textview.c
14658         * src/textview.h
14659                 textview URI handling. hovering over a 
14660                 link displays it in the status bar,
14661                 and changes the mouse pointer to a hand 
14662                 cursor. a link is activated with a single 
14663                 click. (Modified from the) patch by Jean-Yves 
14664                 Lefort <jylefort@users.sourceforge.net>
14665                 
14666
14667 2004-11-05 [colin]      0.9.12cvs139.1
14668
14669         * src/compose.c
14670         * src/procmime.c
14671                 Sync with HEAD again ^^
14672
14673 2004-11-05 [colin]      0.9.12cvs139.1
14674
14675         * src/compose.c
14676         * src/procmime.c
14677                 Sync with HEAD
14678
14679 2004-11-03 [paul]       0.9.12cvs138.1
14680
14681         * ChangeLog.claws
14682         * configure.ac
14683         * po/POTFILES.in
14684         * src/prefs_ext_prog.c
14685         * src/procmime.c
14686         * tools/kdeservicemenu/README
14687         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14688         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14689                 sync with HEAD
14690
14691 2004-11-01 [christoph]  0.9.12cvs136.2
14692
14693         * src/procmime.c
14694                 convert MIME parameters to UTF-8
14695
14696 2004-10-29 [colin]      0.9.12cvs136.1
14697
14698         * src/common/utils.c
14699                 Sync with HEAD (don't use '=' in mime boundary)
14700
14701 2004-10-29 [paul]       0.9.12cvs135.1
14702
14703         * configure.ac
14704         * doc/src/rfc2231.txt
14705         * src/procmime.c
14706         * src/common/quoted-printable.c
14707         * src/common/utils.c
14708         * src/common/utils.h
14709                 sync with HEAD
14710
14711 2004-10-27 [paul]       0.9.12cvs134.1
14712
14713         * configure.ac
14714         * src/main.c
14715         * src/procmime.c
14716         * src/plugins/pgpmime/pgpmime.c
14717                 sync with HEAD
14718
14719 2004-10-26 [paul]       0.9.12cvs132.3
14720
14721         * src/account.c
14722         * src/addressbook.c
14723         * src/addrgather.c
14724         * src/addrharvest.c
14725         * src/codeconv.c
14726         * src/compose.c
14727         * src/customheader.c
14728         * src/editaddress.c
14729         * src/editgroup.c
14730         * src/enriched.c
14731         * src/expldifdlg.c
14732         * src/exporthtml.c
14733         * src/exportldif.c
14734         * src/folder.c
14735         * src/foldersel.c
14736         * src/folderview.c
14737         * src/grouplistdialog.c
14738         * src/html.c
14739         * src/imap.c
14740         * src/jpilot.c
14741         * src/ldapserver.c
14742         * src/ldif.c
14743         * src/mimeview.c
14744         * src/news.c
14745         * src/news_gtk.c
14746         * src/pop.c
14747         * src/prefs_display_header.c
14748         * src/prefs_gtk.c
14749         * src/prefs_msg_colors.c
14750         * src/prefs_toolbar.c
14751         * src/procheader.c
14752         * src/procmime.c
14753         * src/summaryview.c
14754         * src/textview.c
14755         * src/toolbar.c
14756         * src/vcard.c
14757         * src/common/mgutils.c
14758         * src/common/nntp.c
14759         * src/common/smtp.c
14760         * src/common/template.c
14761         * src/common/utils.c
14762         * src/common/xmlprops.c
14763         * src/plugins/pgpmime/pgpmime.c
14764         * src/plugins/pgpmime/select-keys.c
14765         * src/plugins/pgpmime/sgpgme.c
14766                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14767                 g_string_sprintfa(), gtk_notebook_current_page()
14768
14769 2004-10-26 [colin]      0.9.12cvs132.2
14770
14771         * src/prefs_folder_item.c
14772                 Fix default-account selection
14773
14774 2004-10-21 [colin]      0.9.12cvs133
14775
14776         * src/compose.c
14777                 Sync with HEAD (Remove extra separator in compose's Options)
14778         * src/textview.c
14779                 Set wrapping to char
14780
14781 2004-10-21 [paul]       0.9.12cvs131.2
14782
14783         * src/compose.c
14784         * src/sourcewindow.c
14785                 fix wrapping
14786                 fix window shrinking 
14787
14788 2004-10-21 [colin]      0.9.12cvs131.1
14789
14790         * ChangeLog.claws
14791         * src/compose.c
14792                 Sync with HEAD
14793
14794 2004-10-21 [paul]       0.9.12cvs130.2
14795
14796         * src/prefs_folder_item.c
14797                 sync with HEAD (Apply to subfolders)
14798
14799 2004-10-19 [colin]      0.9.12cvs130.1
14800
14801         * ChangeLog.claws
14802         * src/compose.c
14803         * src/common/utils.c
14804         * src/gtk/menu.c
14805                 Sync with HEAD
14806
14807 2004-10-19 [colin]      0.9.12cvs128.1
14808
14809         * src/addrbook.c
14810         * src/addrcache.c
14811         * src/addressbook.c
14812         * src/codeconv.c
14813         * src/compose.c
14814         * src/customheader.c
14815         * src/editaddress.c
14816         * src/editgroup.c
14817         * src/exporthtml.c
14818         * src/folder.c
14819         * src/folderview.c
14820         * src/imap.c
14821         * src/jpilot.c
14822         * src/main.c
14823         * src/matcher_parser_parse.y
14824         * src/mbox.c
14825         * src/pop.c
14826         * src/prefs_account.c
14827         * src/prefs_gtk.c
14828         * src/prefs_msg_colors.c
14829         * src/procheader.c
14830         * src/procmime.c
14831         * src/procmime.h
14832         * src/procmsg.c
14833         * src/summaryview.c
14834         * src/textview.c
14835         * src/common/base64.c
14836         * src/common/partial_download.c
14837         * src/common/socket.c
14838         * src/common/sylpheed.c
14839         * src/common/utils.c
14840         * src/common/utils.h
14841         * src/gtk/pluginwindow.c
14842         * src/gtk/quicksearch.c
14843         * src/plugins/clamav/clamav_plugin.c
14844         * src/plugins/clamav/clamav_plugin.h
14845         * src/plugins/clamav/clamav_plugin_gtk.c
14846         * src/plugins/pgpmime/passphrase.c
14847         * src/plugins/pgpmime/pgpmime.c
14848         * src/plugins/pgpmime/plugin.c
14849         * src/plugins/pgpmime/prefs_gpg.c
14850         * src/plugins/pgpmime/prefs_gpg.h
14851         * src/plugins/pgpmime/select-keys.c
14852         * src/plugins/pgpmime/sgpgme.c
14853         * src/plugins/spamassassin/libspamc.c
14854         * src/plugins/spamassassin/spamassassin.c
14855         * src/plugins/spamassassin/spamassassin.h
14856         * src/plugins/spamassassin/spamassassin_gtk.c
14857         * src/plugins/trayicon/trayicon.c
14858         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14859                 Sync with HEAD
14860
14861 2004-10-14 [colin]      0.9.12cvs126.2
14862
14863         * src/codeconv.c
14864         * src/textview.c
14865                 Fix conv_unreadable_locale
14866
14867 2004-10-13 [colin]      0.9.12cvs126.1
14868
14869         * src/compose.c
14870                 Sync with HEAD (don't convert charset for 
14871                 drafted messages, minor cleanup)
14872
14873 2004-10-13 [colin]      0.9.12cvs125.1
14874
14875         * po/POTFILES.in
14876                 Sync with HEAD (POTFILES fix)
14877
14878 2004-10-12 [colin]      0.9.12cvs124.3
14879
14880         * src/compose.c
14881                 Fix encoding bug from latest sync
14882
14883 2004-10-12 [paul]       0.9.12cvs124.2
14884
14885         * src/plugins/pgpmime/prefs_gpg.c
14886         * src/plugins/pgpmime/prefs_gpg.h
14887                 forgotten in last commit        
14888
14889 2004-10-12 [paul]       0.9.12cvs124.1
14890
14891         * ChangeLog.claws
14892         * configure.ac
14893         * m4/spamassassin.m4
14894         * src/Makefile.am
14895         * src/account.c
14896         * src/compose.c
14897         * src/compose.h
14898         * src/crash.c
14899         * src/main.c
14900         * src/mimeview.c
14901         * src/passphrase.c
14902         * src/passphrase.h
14903         * src/prefs_account.c
14904         * src/prefs_account.h
14905         * src/prefs_common.c
14906         * src/privacy.c
14907         * src/privacy.h
14908         * src/procmime.c
14909         * src/procmime.h
14910         * src/procmsg.c
14911         * src/rfc2015.c
14912         * src/rfc2015.h
14913         * src/select-keys.c
14914         * src/select-keys.h
14915         * src/textview.c
14916         * src/common/utils.c
14917         * src/common/utils.h
14918         * src/gtk/about.c
14919         * src/plugins/pgpmime/Makefile.am
14920         * src/plugins/pgpmime/passphrase.c
14921         * src/plugins/pgpmime/passphrase.h
14922         * src/plugins/pgpmime/pgpmime.c
14923         * src/plugins/pgpmime/plugin.c
14924         * src/plugins/pgpmime/select-keys.c
14925         * src/plugins/pgpmime/select-keys.h
14926         * src/plugins/pgpmime/sgpgme.c
14927         * src/plugins/pgpmime/sgpgme.h
14928                 sync with HEAD
14929
14930 2004-10-04 [colin]      0.9.12cvs122.1
14931
14932         * src/mainwindow.c
14933         * src/messageview.c
14934         * src/messageview.h
14935         * src/textview.c
14936                 Sync with HEAD
14937
14938 2004-10-04 [colin]      0.9.12cvs121.1
14939
14940         * src/summaryview.c
14941                 Sync with HEAD
14942
14943 2004-10-04 [paul]       0.9.12cvs120.1
14944
14945         * configure.ac
14946                 sync with HEAD [don't try to build 
14947                 pgpmime plugin when gpgme is disabled]
14948
14949 2004-10-03 [colin]      0.9.12cvs119.3
14950
14951         * src/gtk/gtksctree.c
14952                 Lots of side effects. Put back as before 117.2.
14953         * src/summaryview.c
14954                 Fix bug #602
14955
14956 2004-10-03 [colin]      0.9.12cvs119.2
14957
14958         * src/gtk/gtksctree.c
14959                 Revert 608 fix that doesn't work that good
14960
14961 2004-10-02 [colin]      0.9.12cvs119.1
14962
14963         * src/mainwindow.c
14964         * src/messageview.c
14965         * src/prefs_common.h
14966         * src/procmime.c
14967         * src/procmime.h
14968         * src/textview.c
14969                 Sync with HEAD
14970         * src/gtk/gtksctree.c
14971                 Close bug #608
14972
14973 2004-10-01 [colin]      0.9.12cvs118.1
14974
14975         * src/mimeview.c
14976                 Sync with HEAD (better Save All fix)
14977
14978 2004-10-01 [colin]      0.9.12cvs117.2
14979
14980         * src/gtk/gtksctree.c
14981                 Faster on selection
14982
14983 2004-10-01 [colin]      0.9.12cvs117.1
14984
14985         * src/mimeview.c
14986                 Sync with HEAD (Save All: only attachments)
14987
14988 2004-10-01 [paul]       0.9.12cvs116.1
14989
14990         * ChangeLog.claws
14991         * configure.ac
14992         * src/account.c
14993         * src/prefs_common.c
14994         * src/gtk/colorlabel.c
14995                 sync with HEAD
14996
14997 2004-09-30 [colin]      0.9.12cvs115.1
14998
14999         * src/stock_pixmap.c
15000         * src/stock_pixmap.h
15001         * src/folderview.c
15002         * src/Makefile.am
15003         * src/pixmaps/read.xpm
15004                 Sync with HEAD (new pixmap)
15005
15006 2004-09-29 [colin]      0.9.12cvs114.1
15007
15008         * src/compose.c
15009                 Sync with HEAD
15010                 Fix focus handling in headers
15011
15012 2004-09-29 [paul]       0.9.12cvs113.1
15013
15014         * src/quote_fmt_parse.y
15015                 sync with HEAD
15016  
15017
15018 2004-09-28 [colin]      0.9.12cvs112.1
15019
15020         * src/folderview.c
15021         * src/mainwindow.c
15022                 Sync with HEAD
15023
15024 2004-09-28 [colin]      0.9.12cvs110.1
15025
15026         * src/folderview.c
15027                 Sync with HEAD (Contextual Empty trash menu)
15028
15029 2004-09-28 [colin]      0.9.12cvs108.1
15030
15031         * src/addressbook.c
15032                 Sync with HEAD (addressbook edit on double-click)
15033
15034 2004-09-28 [colin]      0.9.12cvs106.1
15035
15036         * src/inc.c
15037                 Sync with HEAD (folder_item freeze on inc)
15038
15039 2004-09-27 [colin]      0.9.12cvs105.1
15040
15041         * src/folderview.c
15042                 Sync with HEAD (right-align new and unread column)
15043
15044 2004-09-27 [colin]      0.9.12cvs104.1
15045
15046         * src/main.c
15047                 Sync with HEAD (revert 0.9.12cvs101)
15048
15049 2004-09-24 [colin]      0.9.12cvs103.2
15050
15051         * src/wizard.c
15052                 Fix gtk warnings and use domain part of the email address 
15053                 when domain detection fails (no dot in domain name)
15054
15055 2004-09-23 [colin]      0.9.12cvs103.1
15056
15057         * src/plugins/spamassassin/libspamc.c
15058         * src/plugins/spamassassin/libspamc.h
15059         * src/plugins/spamassassin/utils.c
15060         * src/plugins/spamassassin/utils.h
15061                 Sync with HEAD (Update spamassassin to 3.0)
15062
15063 2004-09-21 [colin]      0.9.12cvs102.3
15064
15065         * src/action.c
15066                 Add horizontal scrollbar in action io dialog as needed
15067                 Patch by Alfons.
15068
15069 2004-09-20 [colin]      0.9.12cvs102.2
15070
15071         * src/plugins/image_viewer/viewer.c
15072                 Remove imlib stuff
15073                 use gtk_pixmap_set when clearing
15074                 (would be better to use gtkImages, but causes size-allocate 
15075                 signals storm)
15076
15077 2004-09-17 [paul]       0.9.12cvs102.1
15078
15079         * ChangeLog
15080         * ChangeLog.claws
15081         * ChangeLog.jp
15082         * configure.ac
15083         * src/inc.c
15084                 sync with HEAD
15085
15086
15087 2004-09-17 [colin]      0.9.12cvs101.1
15088
15089         * ChangeLog.claws
15090         * src/main.c
15091                 Sync with HEAD (fix segs at exit)
15092
15093 2004-09-14 [colin]      0.9.12cvs99.5
15094
15095         * src/common/socket.c
15096         * AUTHORS
15097                 Fix send error on 64bit platforms
15098                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15099
15100 2004-09-14 [colin]      0.9.12cvs99.4
15101
15102         * src/action.c
15103                 Fix action output with utf8 
15104                 Patch by Alfons.
15105
15106 2004-09-14 [colin]      0.9.12cvs99.3
15107
15108         * ChangeLog.claws
15109         * src/folder.c
15110                 Sync with HEAD
15111
15112 2004-09-09 [colin]      0.9.12cvs99.2
15113
15114         * src/action.c
15115                 Fix progress bar (displaying "Completed %v/%u")
15116                 Patch by Alfons.
15117
15118 2004-09-08 [colin]      0.9.12cvs99.1
15119
15120         * src/account.c
15121         * src/folder.c
15122         * src/procmsg.c
15123         * src/procmsg.h
15124         * src/plugins/pgpmime/pgpmime.c
15125                 Sync with HEAD
15126
15127 2004-09-08 [colin]      0.9.12cvs97.2
15128
15129         * src/summaryview.c
15130                 Don't select mails in collapsed threads 
15131                 when navigating with up/down
15132
15133 2004-09-07 [colin]      0.9.12cvs97.1
15134
15135         * src/inc.c
15136                 Sync with HEAD (meaningful error messages)
15137
15138 2004-09-06 [colin]      0.9.12cvs96.1
15139
15140         * src/toolbar.c
15141                 Sync with HEAD (fix Redirect graying out)
15142
15143 2004-09-06 [colin]      0.9.12cvs95.1
15144
15145         * src/summaryview.c
15146         * src/mimeview.c
15147                 Sync with HEAD (fix dropped URIs)
15148
15149 2004-09-06 [colin]      0.9.12cvs94.1
15150
15151         * src/addressbook.c
15152         * src/addressitem.h
15153         * src/addritem.c
15154         * src/addritem.h
15155                 Sync with HEAD (addressbook DnD)
15156
15157 2004-09-03 [colin]      0.9.12cvs93.1
15158
15159         * src/summaryview.c
15160                 Sync with HEAD (next/prev unread)
15161
15162 2004-09-03 [colin]      0.9.12cvs92.1
15163
15164         * src/prefs_common.c
15165         * src/prefs_common.h
15166         * src/summaryview.c
15167                 Sync with HEAD ('mark_as_read_delay' pref)
15168
15169 2004-09-02 [colin]      0.9.12cvs91.2
15170
15171         * src/common/xml.c
15172                 Fix leak
15173
15174 2004-09-02 [colin]      0.9.12cvs91.1
15175
15176         * src/gtk/menu.c
15177                 Sync with HEAD (menu accel don't work, but whatever)
15178
15179 2004-09-02 [colin]      0.9.12cvs90.1
15180
15181         * src/account.c
15182                 Sync with HEAD (fix bug 582)
15183
15184 2004-09-02 [colin]      0.9.12cvs89.1
15185
15186         * src/addrindex.c
15187                 Sync with HEAD (free deleted queries)
15188
15189 2004-09-02 [colin]      0.9.12cvs88.1
15190
15191         * src/ldapquery.c
15192                 Sync with HEAD (fix LDAP freezes)
15193
15194 2004-09-02 [colin]      0.9.12cvs87.1
15195
15196         * src/prefs_spelling.c
15197                 Sync with HEAD (add default dictionary)
15198
15199 2004-09-01 [colin]      0.9.12cvs86.1
15200
15201         * src/filtering.c
15202         * src/folderview.c
15203         * src/imap.c
15204         * src/prefs_matcher.c
15205         * src/stock_pixmap.c
15206         * src/summary_search.c
15207         * src/summaryview.c
15208         * src/wizard.c
15209         * src/wizard.h
15210                 Sync with HEAD (uninitialized vars fixes)
15211                 + gtk2 specific warning fixes
15212
15213 2004-08-31 [colin]      0.9.12cvs85.1
15214
15215         * src/folder.c
15216                 Sync with HEAD (Fix memory corruption due to 
15217                 uninitialized var)
15218
15219 2004-08-31 [colin]      0.9.12cvs84.4
15220
15221         * src/summary_search.c
15222                 Fix segfaults when searching in folders with broken headers
15223
15224 2004-08-31 [colin]      0.9.12cvs84.3
15225
15226         * src/compose.c
15227         * src/textview.c
15228                 Fix some more encoding/decoding issues
15229
15230 2004-08-30 [colin]      0.9.12cvs84.2
15231
15232         * src/mimeview.c
15233         * src/prefs_themes.c
15234         * src/gtk/filesel.c
15235         * src/gtk/filesel.h
15236                 Add a folder-mode selection (fixes mimeview's "Save all")
15237
15238 2004-08-29 [colin]      0.9.12cvs84.1
15239
15240         * src/mimeview.c
15241                 Sync with HEAD (don't escape saved filenames)
15242
15243 2004-08-27 [colin]      0.9.12cvs83.1
15244
15245         * ChangeLog
15246         * ChangeLog.claws
15247         * ChangeLog.jp
15248         * src/mh.c
15249         * src/procheader.c
15250         * src/procmsg.c
15251         * src/procmsg.h
15252         * src/common/utils.c
15253         * src/gtk/menu.h
15254         * po/
15255                 Sync with HEAD 0.9.12cvs83 (sync with main)
15256
15257 2004-08-26 [colin]      0.9.12cvs82.4
15258
15259         * src/codeconv.c
15260                 Fix strange stack corruption
15261                 Convert to utf8 after unmime, not before
15262
15263 2004-08-26 [colin]      0.9.12cvs82.3
15264
15265         * src/main.c
15266         * src/wizard.c
15267                 Fix account folders duplication
15268
15269 2004-08-25 [colin]      0.9.12cvs82.2
15270
15271         * src/wizard.c
15272                 Remove ports
15273                 Add SSL selection
15274                 Use login@server as account name
15275
15276 2004-08-25 [colin]      0.9.12cvs82.1
15277
15278         * src/plugins/pgpmime/pgpmime.c
15279                 Sync with HEAD (leak fix).
15280
15281 2004-08-25 [colin]      0.9.12cvs81.1
15282
15283         * src/plugins/pgpmime/pgpmime.c
15284         * src/plugins/pgpmime/sgpgme.c
15285         * src/plugins/pgpmime/sgpgme.h
15286                 Sync with HEAD (Handle combined messages).
15287
15288 2004-08-24 [colin]      0.9.12cvs80.3
15289
15290         * src/wizard.c
15291                 Fix full name, ports, and imap
15292
15293 2004-08-24 [colin]      0.9.12cvs80.2
15294
15295         * src/Makefile.am
15296         * src/main.c
15297         * src/setup.c
15298         * src/setup.h
15299         * src/stock_pixmap.c
15300         * src/stock_pixmap.h
15301         * src/wizard.c ** ADDED **
15302         * src/wizard.h ** ADDED ** 
15303         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15304                 Add a setup wizard 
15305
15306 2004-08-24 [colin]      0.9.12cvs80.1
15307
15308         * src/folder.c
15309                 Sync with HEAD (set mimeflags on all messages)
15310
15311 2004-08-24 [colin]      0.9.12cvs79.3
15312
15313         * src/matcher_parser_lex.l
15314                 Fix 8bits strings not in utf8
15315
15316 2004-08-24 [colin]      0.9.12cvs79.2
15317
15318         * src/compose.c
15319                 Check conversion result before replacing buffer
15320
15321 2004-08-23 [colin]      0.9.12cvs79.1
15322
15323         * src/compose.c
15324                 Sync with HEAD (create message header in memory)
15325
15326 2004-08-23 [colin]      0.9.12cvs78.1
15327
15328         * src/rfc2015.c
15329         * src/rfc2015.h
15330                 Sync with HEAD (fix bug 197 again)
15331
15332 2004-08-23 [colin]      0.9.12cvs77.3
15333
15334         * src/compose.c
15335                 Fix again inline gpg signing (which outputs utf8
15336                 in gtk2). Not syncing this fix to HEAD as this 
15337                 code is meant to die.
15338
15339 2004-08-23 [colin]      0.9.12cvs77.2
15340
15341         * src/prefs_account.h
15342                 Remove useless include
15343
15344 2004-08-23 [colin]      0.9.12cvs77.1
15345
15346         * src/imap.c
15347         * po/es.po
15348         * po/fr.po
15349         * po/it.po
15350         * po/pl.po
15351         * po/pt_BR.po
15352         * po/sk.po
15353         * po/sr.po
15354                 Sync with HEAD (fix bug 577)
15355
15356 2004-08-22 [colin]      0.9.12cvs76.1
15357
15358         * src/plugins/trayicon/trayicon.c
15359                 Sync with HEAD (fix formatting bug)
15360
15361 2004-08-21 [colin]      0.9.12cvs74.2
15362
15363         * src/gtk/colorsel.c
15364                 Fix bug 564 (Folder color selection window exits on any
15365                 keypress)
15366
15367 2004-08-21 [colin]      0.9.12cvs74.1
15368
15369         * ChangeLog.claws
15370         * src/compose.c
15371         * src/summaryview.c
15372         * src/toolbar.c
15373                 Sync with HEAD (fix bug 576)
15374
15375 2004-08-21 [colin]      0.9.12cvs70.1
15376
15377         * src/compose.c
15378         * src/mainwindow.c
15379                 Sync with HEAD
15380                 
15381
15382 2004-08-21 [paul]       0.9.12cvs66.4
15383
15384         * src/mainwindow.c
15385         * src/messageview.c
15386         * src/gtk/menu.c
15387         * src/plugins/spamassassin/spamassassin_gtk.c
15388                 remove some deprecated gtk1 functions
15389
15390
15391 2004-08-21 [colin]      0.9.12cvs66.3
15392
15393         * src/compose.c
15394         * src/codeconv.c
15395                 Fix warnings
15396                 Remove encoding hacks
15397                 Fix bug 575 (Strange character messes up message)
15398                 Don't display conversion error when drafting
15399
15400 2004-08-21 [paul]       0.9.12cvs66.2
15401
15402         * src/prefs_account.c
15403                 fix GnuPG mode bugs
15404
15405
15406 2004-08-20 [colin]      0.9.12cvs66.1
15407
15408         * src/codeconv.c
15409                 Sync with HEAD 0.9.12cvs66
15410
15411 2004-08-20 [paul]
15412
15413         * src/plugins/pgpmime/plugin.c
15414                 modify PGP/MIME plugin's description
15415
15416 2004-08-17 [colin]      0.9.12cvs65.1
15417
15418         * src/common/ssl.c
15419         * src/plugins/pgpmime/plugin.c
15420                 Sync with HEAD
15421
15422 2004-08-14 [colin]      0.9.12cvs60.3
15423
15424         * src/plugins/trayicon/trayicon.c
15425                 Put back resize callback, on size-request signal
15426                 rather than size-allocate to avoid infinite 
15427                 callback loop
15428
15429 2004-08-13 [colin]      0.9.12cvs60.2
15430
15431         * src/common/defs.h
15432                 Cache versions have been fixed
15433
15434 2004-08-13 [colin]      0.9.12cvs60.1
15435
15436         * src/folderutils.c
15437                 Sync with HEAD
15438
15439 2004-08-12 [colin]      0.9.12cvs59.1
15440
15441         * src/plugins/trayicon/trayicon.c
15442                 Sync with HEAD
15443
15444 2004-08-12 [colin]      0.9.12cvs57.5
15445
15446         * sylpheed.desktop
15447         * configure.ac
15448         * src/Makefile.am
15449         * src/main.c
15450                 Add support for Freedesktop.org's startup notification
15451
15452 2004-08-11 [colin]      0.9.12cvs57.4
15453
15454         * src/textview.c
15455                 Fix off-by-one
15456
15457 2004-08-11 [colin]      0.9.12cvs57.3
15458
15459         * src/message_search.c
15460         * src/summary_search.c
15461                 Make searches case insensitive by default
15462         * src/textview.c
15463                 Fix case-insensitive search in message
15464
15465 2004-08-11 [colin]      0.9.12cvs57.2
15466
15467         * src/summary_search.c
15468                 Let case-sensitive be specified
15469
15470 2004-08-10 [colin]      0.9.12cvs55.4
15471
15472         * src/common/socket.c
15473                 Fix the possible race condition
15474
15475 2004-08-09 [paul]       0.9.12cvs55.3
15476
15477         * configure.ac
15478         * src/Makefile.am
15479         * src/common/Makefile.am
15480                 sync with HEAD
15481
15482
15483 2004-08-09 [paul]       0.9.12cvs55.2
15484
15485         * autogen.sh
15486         * po/poconv.sh
15487                 remove unneeded script
15488
15489         * configure.ac
15490                 add forgotten USE_LDAP_TLS (sync with HEAD)
15491
15492
15493 2004-08-09 [colin]      0.9.12cvs55.1
15494
15495         * src/main.c
15496         * src/common/ssl.c
15497         * src/common/sylpheed.c
15498         * src/common/sylpheed.h
15499                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15500
15501 2004-08-09 [paul]       0.9.12cvs54.1
15502
15503         * ChangeLog
15504         * ChangeLog.claws
15505         * ChangeLog.jp
15506         * configure.ac
15507         * po/POTFILES.in
15508         * src/Makefile.am
15509         * src/folderutils.c
15510         * src/main.c
15511         * src/pgpmime.c
15512         * src/pgpmime.h
15513         * src/sgpgme.c
15514         * src/sgpgme.h
15515         * src/plugins/Makefile.am
15516         * src/plugins/pgpmime/.cvsignore
15517         * src/plugins/pgpmime/Makefile.am
15518         * src/plugins/pgpmime/pgpmime.c
15519         * src/plugins/pgpmime/pgpmime.h
15520         * src/plugins/pgpmime/plugin.c
15521         * src/plugins/pgpmime/sgpgme.c
15522         * src/plugins/pgpmime/sgpgme.h
15523                 sync with HEAD
15524
15525 2004-08-08 [paul]       0.9.12cvs51.1
15526
15527         * configure.ac
15528         * src/folder.c
15529                 sync with HEAD
15530
15531 2004-08-07 [colin]      0.9.12cvs50.1
15532
15533         * src/pop.c
15534         * src/common/partial_download.c
15535                 fix warnings (sync from HEAD)
15536
15537 2004-08-07 [colin]      0.9.12cvs48.1
15538
15539         * src/prefs_folder_item.c
15540                 sync with HEAD 0.9.12cvs48
15541
15542 2004-08-06 [colin]      0.9.12cvs47.1
15543
15544         * src/compose.c
15545                 Sync with HEAD
15546
15547 2004-08-06 [christoph]  0.9.12cvs46.2
15548
15549         * src/main.c
15550         * src/plugins/clamav/clamav_plugin_gtk.c
15551         * src/plugins/dillo_viewer/dillo_viewer.c
15552         * src/plugins/image_viewer/plugin.c
15553         * src/plugins/mathml_viewer/mathml_viewer.c
15554         * src/plugins/spamassassin/spamassassin_gtk.c
15555         * src/plugins/trayicon/trayicon.c
15556                 don't mix GTK1.2 plugin with GTK2 plugins
15557
15558 2004-08-06 [colin]      0.9.12cvs46.1
15559
15560         * ChangeLog
15561         * ChangeLog.claws
15562         * ChangeLog.jp
15563         * configure.ac
15564         * sylpheed-claws.pc.in
15565         * src/folder.c
15566         * src/imap.c
15567         * src/localfolder.c
15568         * src/messageview.c
15569         * src/mimeview.c
15570         * src/mimeview.h
15571         * src/msgcache.c
15572         * src/news.c
15573         * src/prefs_ext_prog.c
15574         * src/prefs_folder_item.c
15575         * src/prefs_fonts.c
15576         * src/prefs_msg_colors.c
15577         * src/prefs_spelling.c
15578         * src/prefs_themes.c
15579         * src/prefs_toolbar.c
15580         * src/prefs_wrapping.c
15581         * src/procmime.h
15582         * src/common/defs.h
15583         * src/common/nntp.c
15584         * src/common/session.c
15585         * src/common/session.h
15586         * src/common/socket.c
15587         * src/common/utils.h
15588         * src/common/xml.c
15589         * src/common/xml.h
15590         * src/gtk/prefswindow.c
15591         * src/gtk/prefswindow.h
15592         * src/plugins/clamav/clamav_plugin_gtk.c
15593         * src/plugins/dillo_viewer/dillo_prefs.c
15594         * src/plugins/image_viewer/viewerprefs.c
15595         * src/plugins/spamassassin/spamassassin_gtk.c
15596         * m4/openssl.m4 *** REMOVED ***
15597                 Sync with HEAD 0.9.12cvs46
15598
15599 2004-08-03 [paul]       0.9.12cvs40.2
15600
15601         * src/action.c
15602         * src/addressadd.c
15603         * src/addressbook.c
15604         * src/addrgather.c
15605         * src/browseldap.c
15606         * src/compose.c
15607         * src/crash.c
15608         * src/editaddress.c
15609         * src/editgroup.c
15610         * src/editldap_basedn.c
15611         * src/foldersel.c
15612         * src/importldif.c
15613         * src/mimeview.c
15614         * src/prefs_common.c
15615         * src/prefs_template.c
15616         * src/sourcewindow.c
15617         * src/summaryview.c
15618         * src/gtk/about.c
15619         * src/gtk/foldersort.c
15620         * src/gtk/logwindow.c
15621         * src/gtk/pluginwindow.c
15622         * src/gtk/prefswindow.c
15623                 change all gtk_scrolled_window_set_policy from 
15624                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15625
15626 2004-08-02 [paul]       0.9.12cvs40.1
15627
15628         * AUTHORS
15629                 update translation team section
15630         * po/pt_BR.po
15631                 updated by Frederico Goncalves Guimaraes
15632                 <fggdebian@yahoo.com.br>
15633
15634 2004-07-31 [colin]      0.9.12cvs39.9
15635
15636         * src/exphtmldlg.c
15637                 Fix compilation
15638
15639 2004-07-31 [colin]      0.9.12cvs39.8
15640
15641         * src/exphtmldlg.c
15642                 Fix an alertpanel type
15643
15644 2004-07-30 [colin]      0.9.12cvs39.7
15645
15646         * src/alertpanel.c
15647                 Fix alertpanel_error_log's icon
15648
15649 2004-07-30 [colin]      0.9.12cvs39.6
15650
15651         * src/pop.c
15652                 Two of them should still be warnings
15653
15654 2004-07-30 [colin]      0.9.12cvs39.5
15655
15656         * src/pop.c
15657                 More warning -> error
15658 2004-07-29 [colin]      0.9.12cvs39.4
15659
15660         * src/pop.c
15661                 Warning -> error
15662
15663 2004-07-29 [colin]      0.9.12cvs39.3
15664
15665         * src/prefs_matcher.c
15666                 Fix segfault
15667
15668 2004-07-29 [colin]      0.9.12cvs39.2
15669
15670         * src/alertpanel.c
15671                 More nice-looking alertpanels
15672
15673 2004-07-29 [colin]      0.9.12cvs39.1
15674
15675         * src/messageview.c
15676                 sync with head
15677                 (inform user when partial mail is deleted on server)
15678
15679 2004-07-29 [colin]      0.9.12cvs38.1
15680
15681         * src/messageview.c
15682                 sync with head
15683
15684 2004-07-28 [paul]       0.9.12cvs37.7
15685
15686         * src/mainwindow.c
15687                 complete the replacement of deprecated gtk_progress_*
15688
15689 2004-07-28 [paul]       0.9.12cvs37.6
15690
15691         * src/action.c
15692         * src/inc.c
15693         * src/mainwindow.c
15694         * src/send_message.c
15695         * src/gtk/progressdialog.c
15696         * src/gtk/progressdialog.h
15697                 replace deprecated gtk_progress_*
15698
15699 2004-07-28 [paul]       0.9.12cvs37.5
15700
15701         * src/gtk/filesel.c
15702                 remove gtk_window_set_wmclass()
15703 2004-07-28 [paul]       0.9.12cvs37.4
15704
15705         * src/addressbook.c
15706         * src/compose.c
15707         * src/foldersel.c
15708         * src/mainwindow.c
15709         * src/messageview.c
15710         * src/sourcewindow.c
15711         * src/gtk/logwindow.c
15712                 remove gtk_window_set_wmclass()
15713                 
15714         * src/prefs_filtering.c
15715         * src/prefs_filtering_action.c
15716         * src/prefs_fonts.c
15717         * src/prefs_gtk.c
15718         * src/prefs_matcher.c
15719         * src/ssl_manager.c
15720         * src/gtk/prefswindow.c
15721                 replace gtk_window_position()
15722
15723 2004-07-28 [colin]      0.9.12cvs37.3
15724
15725         * src/alertpanel.c
15726         * src/alertpanel.h
15727                 Add a way to specify panel type for specific
15728                 panels (alertpanel())
15729         * src/account.c
15730         * src/addressbook.c
15731         * src/compose.c
15732         * src/expldifdlg.c
15733         * src/main.c
15734         * src/messageview.c
15735         * src/summaryview.c
15736         * src/textview.c
15737         * src/gtk/sslcertwindow.c
15738                 Fix alertpanel()s so that their icon match
15739                 their real type
15740
15741 2004-07-28 [paul]       0.9.12cvs37.2
15742
15743         * src/addr_compl.c
15744         * src/addressbook.c
15745         * src/alertpanel.c
15746         * src/compose.c
15747         * src/export.c
15748         * src/foldersel.c
15749         * src/folderview.c
15750         * src/grouplistdialog.c
15751         * src/import.c
15752         * src/mainwindow.c
15753         * src/message_search.c
15754         * src/messageview.c
15755         * src/passphrase.c
15756         * src/prefs_actions.c
15757         * src/prefs_common.c
15758         * src/prefs_customheader.c
15759         * src/prefs_display_header.c
15760         * src/prefs_filtering.c
15761         * src/prefs_filtering_action.c
15762         * src/prefs_gtk.c
15763         * src/prefs_matcher.c
15764         * src/prefs_msg_colors.c
15765         * src/prefs_summary_column.c
15766         * src/prefs_template.c
15767         * src/sourcewindow.c
15768         * src/ssl_manager.c
15769         * src/summary_search.c
15770         * src/gtk/colorsel.c
15771         * src/gtk/description_window.c
15772         * src/gtk/gtkaspell.c
15773         * src/gtk/inputdialog.c
15774         * src/gtk/logwindow.c
15775         * src/gtk/prefswindow.c
15776         * src/gtk/progressdialog.c
15777                 replace deprecated gtk_window_set_policy
15778
15779 2004-07-27 [colin]      0.9.12cvs37.1
15780
15781         * src/msgcache.c
15782                 More fixes (synced for head again)
15783
15784 2004-07-27 [colin]      0.9.12cvs35.3
15785
15786         * src/msgcache.c
15787                 Fix wrong test
15788
15789 2004-07-27 [colin]      0.9.12cvs35.2
15790
15791         * src/mimeview.c
15792                 Fix width a bit (by Paul)
15793         * src/alertpanel.c
15794         * src/alertpanel.h
15795                 Specialize icons, make alertpanel_message()
15796                 private
15797         * src/message_search.c
15798         * src/sgpgme.c
15799         * src/summary_search.c
15800                 Suit alertpanel changes
15801
15802 2004-07-27 [colin]      0.9.12cvs35.1
15803
15804         * src/alertpanel.c
15805                 Add an icon
15806         * src/passphrase.c
15807                 Add debug output - maybe someone will
15808                 want to look at the problem with Grab
15809                 Input :)
15810         Bump version as we're synced with HEAD
15811
15812 2004-07-26 [colin]      0.9.12cvs33.26
15813
15814         * src/pop.c
15815                 Fix uidl-file parsing when not in new
15816                 format
15817
15818 2004-07-26 [colin]      0.9.12cvs33.25
15819
15820         * src/gtk/menu.c
15821                 Move popup menu up if necessary (fixes 
15822                 account selector)
15823         * src/mainwindow.c
15824                 Set account selector's button height to
15825                 minimum
15826
15827 2004-07-26 [colin]      0.9.12cvs33.24
15828
15829         * src/alertpanel.c
15830                 Maybe fix 551 (Truncated font in alert window)
15831
15832 2004-07-26 [colin]      0.9.12cvs33.23
15833
15834         * po/de.po
15835         * po/es.po
15836         * po/fr.po
15837         * po/it.po
15838         * po/ja.po
15839         * po/pl.po
15840         * po/ru.po
15841         * po/sk.po
15842         * po/sr.po
15843         * po/zh_CN.po
15844                 Sync po files with HEAD
15845
15846 2004-07-26 [paul]       0.9.12cvs33.22
15847
15848         * src/compose.c
15849                 fix Bug 556 'Organisation-header is sent even if empty'
15850
15851 2004-07-24 [colin]      0.9.12cvs33.21
15852
15853         * src/compose.c
15854         * src/gtk/gtkaspell.c
15855         * src/gtk/gtkaspell.h
15856                 Fix speller accelerators (require hack)
15857
15858 2004-07-24 [colin]      0.9.12cvs33.20
15859
15860         * src/gtk/gtkaspell.c
15861                 Fix over-eager code deletion breaking
15862                 Check while typing
15863
15864 2004-07-24 [colin]      0.9.12cvs33.19
15865
15866         * src/browseldap.c
15867         * src/ldapctrl.c
15868         * src/ldapctrl.h
15869         * src/ldapserver.h
15870                 Sync ldap with HEAD
15871         (Fixes 546 LDAP completely broken)
15872
15873 2004-07-24 [colin]      0.9.12cvs33.18
15874
15875         * src/prefs_msg_colors.c
15876                 Fix prototype mismatch
15877         (Fixes 547 void function cannot return value)
15878
15879 2004-07-24 [colin]      0.9.12cvs33.17
15880
15881         * src/mainwindow.c
15882                 Fix sort going back to previous sort key
15883                 when changing sort direction
15884
15885 2004-07-24 [colin]      0.9.12cvs33.16
15886
15887         * src/compose.c
15888                 Fix space insertion when re-wrapping at 
15889                 cursor point
15890
15891 2004-07-24 [colin]      0.9.12cvs33.15
15892
15893         * src/gtk/gtkaspell.c
15894                 Don't change cursor position in insert-text
15895                 callback
15896         (Fixes 539 Word wrapping on input transposes letters)
15897
15898 2004-07-24 [colin]      0.9.12cvs33.14
15899
15900         * src/gtk/gtkaspell.c
15901                 Reencode non-ascii chars to dictionary's
15902                 encoding
15903         (Fixes 544 Spell check broken non english locale)
15904
15905 2004-07-24 [colin]      0.9.12cvs33.13
15906
15907         * src/summaryview.c
15908                 Fix Shift+Down, add Home/End/PgUp/PgDown
15909
15910 2004-07-21 [colin]      0.9.12cvs33.12
15911
15912         * src/prefs_common.c
15913                 Fix a gtk warning (Patch by Andrej Kacian)
15914
15915 2004-07-21 [colin]      0.9.12cvs33.11
15916
15917         * src/gtk/filesel.c
15918                 More check
15919
15920 2004-07-21 [colin]      0.9.12cvs33.10
15921
15922         * src/compose.c
15923         * src/crash.c
15924         * src/export.c
15925         * src/import.c
15926         * src/messageview.c
15927         * src/mimeview.c
15928         * src/prefs_spelling.c
15929         * src/prefs_themes.c
15930         * src/summaryview.c
15931         * src/gtk/filesel.c
15932         * src/gtk/filesel.h
15933         * src/gtk/pluginwindow.c
15934                 Untwist open/save mode guessing logic, make
15935                 it explicit
15936
15937 2004-07-20 [colin]      0.9.12cvs33.9
15938
15939         * src/codeconv.c
15940                 conv_encode_header: src_charset is UTF-8 on
15941                 gtk2
15942         * src/compose.c
15943                 Remove double encoding of the headers
15944
15945 2004-07-20 [colin]      0.9.12cvs33.8
15946
15947         * src/codeconv.c
15948                 Fix typo
15949
15950 2004-07-20 [colin]      0.9.12cvs33.7
15951
15952         * src/mainwindow.c
15953                 Set the separated messageview to the saved
15954                 size of Claws' messageview (Patch by Alfons)
15955                 Fix a callback prototype (me)
15956
15957 2004-07-20 [colin]      0.9.12cvs33.6
15958
15959         * src/codeconv.h
15960                 Forgot one hunk in 0.9.12cvs33.4
15961
15962 2004-07-19 [colin]      0.9.12cvs33.5
15963
15964         * src/action.c
15965                 Action output fix
15966                 Patch by Alfons
15967
15968 2004-07-19 [colin]      0.9.12cvs33.4
15969
15970         * src/compose.c
15971                 Fix outgoing charset bug in headers
15972         * src/codeconv.c
15973                 Clean for glib2 - Patch by Alfons
15974
15975 2004-07-19 [colin]      0.9.12cvs33.3
15976
15977         * src/statusbar.c
15978                 Remove grip from the statusbar
15979                 Patch by Alfons
15980
15981 2004-07-19 [colin]      0.9.12cvs33.2
15982
15983         * src/messageview.c
15984         * src/textview.c
15985                 Fix messageview remembering the previous
15986                 scroll position when loading a new message
15987                 Patch by Alfons
15988
15989 2004-07-19 [colin]      0.9.12cvs33.1
15990
15991         * src/folder.h
15992         * src/folderview.c
15993         * src/summaryview.c
15994                 Sync with HEAD
15995
15996 2004-07-18 [colin]      0.9.12cvs32.7
15997
15998         * configure.ac
15999                 Remove useless check for XIM - noticed
16000                 by Alfons
16001
16002 2004-07-18 [colin]      0.9.12cvs32.6
16003
16004         * src/summaryview.c
16005                 Remove non-modified and shift-modified
16006                 accelerators in summaryview's popup
16007                 menu, as that doesn't get catched by
16008                 the accel-activate signal catcher...
16009
16010 2004-07-18 [colin]      0.9.12cvs32.5
16011
16012         * src/prefs_common.c
16013                 Define sensible default prefs for 
16014                 wrapping
16015
16016 2004-07-18 [colin]      0.9.12cvs32.4
16017
16018         * src/compose.c
16019         * src/prefs_common.c
16020         * src/prefs_common.h
16021         * src/prefs_wrapping.c
16022                 Remove Smart Wrapping pref, which does
16023                 nothing on gtk2 branch
16024
16025 2004-07-18 [colin]      0.9.12cvs32.3
16026
16027         * src/sourcewindow.c
16028                 Proper utf8
16029
16030 2004-07-18 [colin]      0.9.12cvs32.2
16031
16032         * src/compose.c
16033                 Save attachment status when drafting
16034
16035 2004-07-18 [colin]      0.9.12cvs32.1
16036
16037         * src/gtk/filesel.c
16038                 Fix erratic folder selection in open mode
16039
16040 2004-07-18 [colin]      0.9.12cvs31.11
16041
16042         * src/pop.c
16043                 Don't let partial messages get deleted
16044                 even with "dowload all"
16045                 (0.9.12cvs31.8 fix extension)
16046 2004-07-18 [colin]      0.9.12cvs31.10
16047
16048         * src/gtk/logwindow.c
16049                 Fix log scrolling
16050
16051 2004-07-18 [colin]      0.9.12cvs31.9
16052
16053         * src/common/utils.c
16054                 Fix non-utf8 strings coming from commands
16055                 and files
16056
16057 2004-07-18 [colin]      0.9.12cvs31.8
16058
16059         * src/pop.c
16060                 Fix partial download bug with Download all
16061                 messages option
16062
16063 2004-07-18 [colin]      0.9.12cvs31.7
16064
16065         * src/textview.c
16066                 Fix bug introduced in 0.9.12cvs31.2
16067                 (blocked in select mode after double click)
16068
16069 2004-07-18 [colin]      0.9.12cvs31.6
16070
16071         * src/compose.c
16072         * src/gtk/menu.c
16073                 More glib-warning fixes
16074
16075 2004-07-18 [colin]      0.9.12cvs31.5
16076
16077         * src/compose.c
16078                 Fix trashing the primary clipboard when moving 
16079                 around with tab
16080         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16081
16082 2004-07-18 [colin]      0.9.12cvs31.4
16083
16084         * src/codeconv.c
16085                 convert unencoded iso headers to utf8
16086         (Fix Bug 538 Unencoded local characters in subject make it 
16087          disappear)
16088
16089 2004-07-18 [colin]      0.9.12cvs31.3
16090
16091         * src/compose.c
16092                 Fix tab char handling in wrapping
16093         (Fix Bug 537 Line wrap problem - TAB character treated as 
16094          one character instead of 8)
16095
16096 2004-07-18 [colin]      0.9.12cvs31.2
16097
16098         * src/textview.c
16099                 return FALSE on GDK_MOTION_NOTIFY
16100         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16101          (unable to highlight))
16102
16103 2004-07-18 [colin]      0.9.12cvs31.1
16104
16105         * src/folderview.c
16106                 Sync with 0.9.12cvs31
16107
16108 2004-07-18 [colin]      0.9.12cvs30.4
16109
16110         * src/compose.c
16111                 Also block text_inserted when inserting a file
16112
16113 2004-07-18 [colin]      0.9.12cvs30.3
16114
16115         * src/compose.c
16116                 Fix smart wrapping (block text_inserted handler
16117                 while putting quotation to avoid wrap on input,
16118                 don't join lines if next is sig separator)
16119
16120 2004-07-17 [colin]      0.9.12cvs30.2
16121
16122         * src/folderview.c
16123         * src/mainwindow.c
16124         * src/mimeview.c
16125         * src/summaryview.c
16126         * src/gtk/quicksearch.c
16127         * src/gtk/quicksearch.h
16128                 Block key events handlers *and* accels while
16129                 quicksearch is focused
16130         (Fixes Bug 534 quick-search bar not accepting certain letters)
16131
16132 2004-07-17 [colin]      0.9.12cvs30.1
16133
16134         * src/folder.h
16135         * src/folderview.c
16136         * src/summaryview.c
16137                 Sync with 0.9.12cvs30
16138
16139 2004-07-17 [colin]      0.9.12cvs28.2
16140
16141         * src/mimeview.c
16142         * src/procmime.c
16143         * src/summaryview.c
16144         * src/gtk/menu.c
16145                 Squash some compile and glib warnings
16146
16147 2004-07-17 [paul]       0.9.12cvs28.1
16148
16149         * src/mimeview.c
16150                 sync with 0.9.12cvs28 HEAD
16151
16152 2004-07-16 [paul]       0.9.12cvs26.1
16153         
16154         * src/gtk/quicksearch.c
16155         * src/account.c
16156         * src/account.h
16157         * src/compose.c
16158         * src/customheader.c
16159         * src/folder_item_prefs.c
16160         * src/main.c
16161         * src/mainwindow.c
16162         * src/messageview.c
16163         * src/mimeview.c
16164         * src/news.c
16165         * src/pgpmime.c
16166         * src/pop.c
16167         * src/pop.h
16168         * src/prefs_account.c
16169         * src/prefs_account.h
16170         * src/prefs_common.c
16171         * src/prefs_common.h
16172         * src/prefs_display_header.c
16173         * src/prefs_gtk.c
16174         * src/prefs_gtk.h
16175         * src/procheader.c
16176         * src/procmime.c
16177                 sync with 0.9.12cvs26 HEAD      
16178
16179 2004-07-15 [colin]      0.9.12cvs18.14
16180
16181         * src/folder.c
16182                 Disable GPG signature check during
16183                 folder move and scan
16184         (Closes Bug 521 Signature checking slows down Folder-Move)
16185
16186 2004-07-14 [colin]      0.9.12cvs18.13
16187
16188         * src/common/partial_download.c
16189                 update includes
16190
16191 2004-07-14 [colin]      0.9.12cvs18.12
16192
16193         * src/common/partial_download.c
16194         * src/common/partial_download.h
16195                 Move doc at top, add correct copyright
16196
16197 2004-07-14 [colin]      0.9.12cvs18.11
16198
16199         * src/folder.c
16200         * src/messageview.c
16201         * src/pop.c
16202         * src/pop.h
16203         * src/procmsg.c
16204         * src/summaryview.c
16205         * src/common/Makefile.am
16206         * src/common/partial_download.c ** NEW FILES **
16207         * src/common/partial_download.h ** NEW FILES **
16208                 Move partial-download related stuff to its
16209                 own file
16210
16211 2004-07-14 [colin]      0.9.12cvs18.10
16212
16213         * src/send_message.c
16214                 Fix smtp auth when user is null or empty
16215
16216 2004-07-13 [colin]      0.9.12cvs18.9
16217
16218         * src/gtk/quicksearch.c
16219                 Use alphabetic order
16220
16221 2004-07-13 [colin]      0.9.12cvs18.8
16222
16223         * src/pop.c
16224                 Be paranoid on the checks
16225
16226 2004-07-13 [colin]      0.9.12cvs18.7
16227
16228         * src/gtk/quicksearch.c
16229                 Fix Engrish once again
16230
16231 2004-07-13 [colin]      0.9.12cvs18.6
16232
16233         * src/procmsg.c
16234         * src/summaryview.c
16235                 Mark messages for deletion when they are about to
16236                 be removed from trash
16237
16238 2004-07-13 [colin]      0.9.12cvs18.5
16239
16240         * src/matcher.c
16241         * src/matcher.h
16242         * src/matcher_parser_parse.y
16243         * src/prefs_matcher.c
16244         * src/gtk/quicksearch.c
16245                 Add 'partial' ('p') match string to find partially
16246                 downloaded messages
16247
16248 2004-07-13 [colin]      0.9.12cvs18.4
16249
16250         * src/pop.c
16251                 Fix misplaced block
16252
16253 2004-07-13 [colin]      0.9.12cvs18.3
16254
16255         * src/pop.c
16256         * src/pop.h
16257         * src/messageview.c
16258                 Refactor API (to avoid passing 5+ params and code
16259                 duplication)
16260         * src/folder.c
16261         * src/msgcache.c
16262         * src/procheader.c
16263         * src/common/defs.h
16264                 Add planned_download to cache
16265                 Don't mess uidl file when moving partially downloaded
16266                 mails (they change folder, we should change it in the
16267                 uidl list too or we'll remove an incorrect message)
16268                 (this also helps removing hacks when changing 
16269                 planned_download in messageview.c)
16270
16271 2004-07-12 [colin]      0.9.12cvs18.2
16272
16273         * src/gtk/quicksearch.c
16274                 Fix missing status update in quicksearch
16275
16276 2004-07-12 [paul]       0.9.12cvs18.1
16277
16278         * po/POTFILES.in
16279         * src/Makefile.am
16280         * src/account.c
16281         * src/codeconv.c
16282         * src/compose.c
16283         * src/inc.c
16284         * src/main.c
16285         * src/prefs_common.c
16286         * src/procmsg.h
16287         * src/toolbar.c
16288         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16289         * src/prefs_wrapping.[ch]       ** NEW FILES **
16290         * src/common/intl.h
16291         * src/common/utils.[ch]
16292         * src/gtk/quicksearch.[ch]
16293                 sync with 0.9.12cvs18 HEAD
16294
16295 2004-07-12 [colin]      0.9.11cvs17.25
16296
16297         * src/folder.c
16298         * src/folder.h
16299                 Remove unused function added by me in 0.9.11cvs17.10
16300
16301 2004-07-11 [colin]      0.9.11cvs17.24
16302
16303         * src/inc.c
16304         * src/messageview.c
16305         * src/pop.c
16306         * src/pop.h
16307                 Use folderitem and msgnum instead of filename to
16308                 know which mail to delete
16309                 Move old partial mail deletion to pop.c
16310
16311 2004-07-10 [colin]      0.9.11cvs17.23
16312
16313         * src/inc.c
16314                 Add debug
16315         * src/pop.c
16316         * src/pop.h
16317                 Don't re-use same enums for unrelated stuff: it's 
16318                 completely misleading !
16319                 Document a bit
16320
16321 2004-07-09 [colin]      0.9.11cvs17.22
16322
16323         * src/inc.c
16324                 Remove folder-type check and do
16325                 more tests to be sure everything's
16326                 ok
16327         * src/messageview.c
16328                 Punctuation update, remove useless
16329                 code, fix two warnings
16330         * src/noticeview.c
16331                 Layout cleaning, reset 2nd button
16332                 when specifying one
16333
16334 2004-07-09 [colin]      0.9.11cvs17.21
16335
16336         * src/messageview.c
16337         * src/pop.c
16338         * src/pop.h
16339                 Allow user to change his mind
16340                 and postpone decision (by
16341                 unmarking the mail)
16342
16343 2004-07-09 [colin]      0.9.11cvs17.20
16344
16345         * src/messageview.c
16346                 Fix bug with delete state
16347         * src/pop.c
16348         * src/pop.h
16349                 Fix buffer leak (fread doesn't 
16350                 terminate buffers with \0)
16351                 Refactoring (remove magic 
16352                 numbers)
16353
16354 2004-07-09 [colin]      0.9.11cvs17.19
16355
16356         * src/pop.c
16357                 Don't log "Skipping message" if 
16358                 we're going to TOP it two lines
16359                 later
16360
16361 2004-07-09 [colin]      0.9.11cvs17.18
16362
16363         * src/messageview.c
16364                 Fix Engrish
16365
16366 2004-07-09 [colin]      0.9.11cvs17.17
16367
16368         * src/pop.c
16369                 strlen checking...
16370         * src/messageview.c
16371                 refactoring a bit
16372
16373 2004-07-08 [colin]      0.9.11cvs17.16
16374
16375         * src/noticeview.c
16376         * src/noticeview.h
16377                 Add an optional second button
16378         * src/messageview.c
16379         * src/pop.c
16380         * src/pop.h
16381                 Don't delete partially received mails after a certain
16382                 time; rather, let the user decide.
16383
16384 2004-07-08 [colin]      0.9.11cvs17.15
16385
16386         * src/common/smtp.h
16387                 Sync with HEAD
16388
16389 2004-07-08 [colin]      0.9.11cvs17.14
16390
16391         * src/messageview.c
16392         * src/common/smtp.c
16393                 Use to_human_readable() for sizes
16394
16395 2004-07-08 [colin]      0.9.11cvs17.13
16396
16397         * src/inc.c
16398         * src/messageview.c
16399         * src/pop.c
16400         * src/pop.h
16401         * src/procmsg.c
16402                 Fix partial-downloading issues:
16403                         catch unsupported TOP
16404                         don't delete partially downloaded mails before 5 days
16405                         don't update existing with non-MH folders; that'll
16406                         make dups, but it's better than trashing the folder
16407                         free new msginfo parts
16408                 Fix indentation ;-)
16409
16410 2004-07-08 [colin]      0.9.11cvs17.12
16411
16412         * src/common/smtp.c
16413         * src/common/smtp.h
16414                 Sync smtp size verification with HEAD
16415
16416 2004-07-08 [colin]      0.9.11cvs17.11
16417
16418         * src/summaryview.c
16419         * src/prefs_common.c
16420         * src/prefs_common.h
16421         * src/gtk/quicksearch.c
16422         * src/gtk/quicksearch.h
16423                 Sync sticky pref with HEAD
16424
16425 2004-07-08 [colin]      0.9.11cvs17.10
16426
16427         * src/folder.c [1.213.2.6]
16428         * src/folder.h [1.87.2.6]
16429         * src/inc.c [1.149.2.7]
16430         * src/messageview.c [1.94.2.8]
16431         * src/procheader.c [1.47.2.6]
16432         * src/procmsg.c [1.150.2.4]
16433         * src/procmsg.h [1.60.2.5]
16434         * src/pop.c [1.56.2.4]
16435         * src/pop.h [1.17.2.3]
16436                 Let too big messages get downloaded, but truncated
16437                 Add a button to download them completely
16438                 
16439 2004-07-06 [colin]      0.9.11cvs17.9
16440
16441         * src/gtk/quicksearch.c [1.1.2.3]
16442                 Add a Clear button
16443         * commitHelper
16444         * PATCHSETS
16445                 Add a script to help with cvs
16446
16447 2004-07-03 [colin]      0.9.11cvs17.8
16448
16449         * src/plugins/imageviewer/viewer.c
16450                 fix imageviewer (which was staying on the first
16451                 displayed image)
16452
16453 2004-07-03 [colin]      0.9.11cvs17.7
16454
16455         Removed FIXME_GTK2 warnings
16456         * src/gtk/gtkutils.c
16457                 useless #warnings
16458         * src/gtk/menu.c
16459                 useless #warnings (no need to mess with menu rc)
16460         * src/gtk/menu.h
16461                 unused functions
16462         
16463
16464 2004-07-03 [colin]      0.9.11cvs17.6
16465
16466         Removed FIXME_GTK2 warnings
16467         * src/codeconv.c
16468                 useless #warnings (rewrite needed)
16469         * src/compose.c
16470                 useless #warnings (rewrite needed)
16471                 useless #warnings (gtk2 is like that)
16472                 useless #warnings (previously fixed)
16473         * src/main.c
16474                 useless #warnings (previously fixed)
16475         * src/message_search.c
16476                 useless #warnings (gtk2 is like that)
16477                 Made apparent that search is case-sensitive
16478         * src/mimeview.c
16479                 useless #warnings (rewrite needed)
16480                 useless #warnings (gtk2 is like that)
16481                 reimplemented real warnings
16482         * src/prefs_common.c
16483                 Removed block cursor option (not it gtk2)
16484         * src/prefs_gtk.c
16485                 useless #warnings (rewrite needed)
16486         * src/procheader.c
16487                 useless #warnings (rewrite needed)
16488         * src/sourcewindow.c
16489                 useless #warnings (incorrect placing)
16490         * src/summary_search.c
16491                 useless #warnings (gtk2 is like that)
16492                 Made apparent that search is case-sensitive
16493         * src/action.c
16494                 useless #warnings (gtk2 is like that)
16495         * src/textview.c
16496                 useless #warnings (rewrite needed)
16497         * src/toolbar.c
16498                 useless #warnings (rewrite needed)
16499
16500 2004-07-03 [colin]      0.9.11cvs17.5
16501
16502         * src/textview.c
16503                 Fix mismerge which broke URI opening
16504                 
16505 2004-07-01 [colin]      0.9.11cvs17.4
16506
16507         * src/gtk/filesel.c
16508                 Fill filename when saving
16509                 
16510 2004-06-27 [colin]      0.9.11cvs17.3
16511
16512         * src/gtk/filesel.[ch]
16513                 Use the new GTK file selector
16514                 Update prototype to match the reality: multiple file
16515                 selection is open-only          
16516         * src/compose.c
16517                 Match the new prototypes        
16518         * configure.ac
16519                 Match the new requirements (gtk 2.4.0)
16520                         
16521 2004-06-26 [colin]      0.9.11cvs17.2
16522
16523         * src/plugins/trayicon/trayicon.c
16524                 Remove useless signal handler on resize, which causes
16525                 an infinite "loop"
16526         
16527 2004-06-26 [colin]      0.9.11cvs17.1
16528         
16529         * tools/Makefile.am
16530                 remove launch_firebird and add nautilus2sylpheed.sh
16531         * src/quicksearch.c
16532           src/summaryview.c
16533                 Fix show/hide "Extended symbols" button problem
16534                 Fix apparition at startup
16535                 Fix const warnings
16536         * src/plugins/image_viewer/Makefile.am
16537                 Fix configure 
16538         * common/ssl.c
16539                 Re-enable certificate check, as it doesn't seem to
16540                 cause Xlib errors anymore
16541
16542 2004-06-25 [paul]       0.9.11cvs17
16543
16544         * sync with 0.9.11cvs17 HEAD
16545         
16546         NOTE: QuickSearch is broken
16547
16548 2004-06-07 [colin]      0.9.10claws67.10
16549         * src/plugins/trayicon/trayicon.c
16550           src/plugins/trayicon/libeggtrayicon/Makefile.am
16551           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16552                 Fix gettextization in trayicon plugin
16553
16554 2004-06-07 [colin]      0.9.10claws67.9
16555         
16556         * src/summaryview.c
16557           src/gtk/gtksctree.[ch]
16558                 Let Shift+{Up,Down} work in summaryview
16559                 (well, Down "works" and Up works)
16560                 Let the list scroll when using these keys
16561
16562 2004-06-06 [colin]      0.9.10claws67.8
16563
16564         * src/plugins/trayicon/trayicon.c
16565                 Fix pixmap update
16566
16567 2004-06-06 [colin]      0.9.10claws67.7
16568
16569         * src/addressbook.c
16570                 Fix signal handling causing system-wide focus grab
16571
16572 2004-05-25 [paul]       0.9.10claws67.6
16573
16574         * Makefile.am
16575           src/Makefile.am
16576                 clean up
16577
16578 2004-05-25 [paul]       0.9.10claws67.5
16579
16580         * replace deprecated gtk_signal... functions
16581
16582 2004-05-23 [colin]      0.9.10claws67.4
16583
16584         * src/compose.c
16585                 Fix wrapping
16586
16587 2004-05-22 [colin]      0.9.10claws67.3
16588
16589         * src/compose.c
16590                 Re-fix [Edited] in compose.c::compose_reedit()
16591
16592 2004-05-22 [colin]      0.9.10claws67.2
16593
16594         * src/procmime.c
16595                 Fix parsing of multiparts mails
16596
16597 2004-05-22 [colin]      0.9.10claws67.1
16598
16599         * src/summaryview.c
16600                 Fix quicksearch
16601
16602 2004-05-22 [paul]       0.9.10claws67
16603
16604         * sync with 0.9.10claws67 HEAD
16605
16606 2004-05-14 [alfons]
16607
16608         * src/procmime.h
16609                 add forgotton prototype
16610
16611 2004-05-10 [paul]       0.9.10claws57
16612
16613         * sync with 0.9.10claws57 HEAD
16614
16615 2004-05-05 [paul]       0.9.9.claws1
16616
16617         * ChangeLog-gtk2        ** REMOVED **
16618           ChangeLog-gtk2.claws  ** ADDED **
16619                 rename and adopt the normal claws format
16620                 
16621         * configure.ac
16622                 require gtkmathview >= 0.5
16623
16624         * ac/*                          ** REMOVED **
16625           ac/                           ** REMOVED **
16626           intl/Makefile.in              ** REMOVED **
16627           m4/                           ** ADDED **
16628           m4/missing                    ** ADDED **
16629           m4/missing/gdk-pixbuf.m4      ** ADDED **
16630           m4/missing/gettext.m4         ** ADDED **
16631           m4/missing/gpgme.m4           ** ADDED **
16632           m4/missing/imlib.m4           ** ADDED **
16633           m4/.cvsignore                 ** ADDED **
16634           m4/Makefile.am                ** ADDED **
16635           m4/README                     ** ADDED **
16636           m4/aclocal-include.m4         ** ADDED **
16637           m4/aspell.m4                  ** ADDED **
16638           m4/check-type.m4              ** ADDED **
16639           m4/gnupg-check-typedef.m4     ** ADDED **
16640           m4/openssl.m4                 ** ADDED **
16641           m4/spamassassin.m4            ** ADDED **
16642           po/ChangeLog                  ** REMOVED **
16643           po/Makefile.in.in             ** REMOVED **
16644           po/Rules-quot                 ** REMOVED **
16645           po/boldquot.sed               ** REMOVED **
16646           po/en@boldquot.header         ** REMOVED **
16647           po/en@quot.header             ** REMOVED **
16648           po/insert-header.sin          ** REMOVED **
16649           po/quot.sed                   ** REMOVED **
16650           po/remove-potcdate.sed        ** REMOVED **
16651           po/remove-potcdate.sin        ** REMOVED **
16652           po/stamp-po                   ** REMOVED **
16653           Makefile.am
16654           autogen.sh
16655           configure.ac
16656                 enable building with automake 1.8.x
16657                 add 'autopoint --force' to autogen.sh and remove all
16658                 auto-generated files, remove ac/ directory and use
16659                 m4/ directory instead
16660                 
16661         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16662                 fix gettextization
16663
16664 2004-02-28 Colin Leroy <colin@colino.net>
16665         * src/prefs_matcher.c
16666           src/prefs_filtering.c
16667           src/prefs_filtering_action.c
16668                 Fix non-editable GtkEntries
16669
16670 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16671         * src/prefs_themes.c
16672                 utf8 conversion for theme info
16673
16674 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16675         * sync 0.9.9claws
16676
16677 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16678         * src/grouplistdialog.c
16679                 allow multiple selections without ctrl key
16680
16681 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16682         * src/main.c
16683                 enable customizable accelerators
16684
16685 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16686         * src/prefs_common.c
16687                 re-enable different font settings for gtk1/2
16688         * src/prefs_folder_item.c
16689                 fix folder prefs displayed wrong
16690         * src/textview.c
16691                 set 'sunken' shadow type
16692
16693 2004-02-07 Colin Leroy <colin@colino.net>
16694         * src/compose.c
16695                 Fix message being always [Edited]
16696                 Encode headers correctly (utf8 buf)
16697
16698 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16699         * src/socket.c
16700                 remove double g_source_attach()
16701                 (Thanks to Colin Leroy)
16702
16703 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16704         * src/gtk/gtksctree.c
16705                 Fix SSL certificate list not shown
16706         * src/mimeview.c
16707                 Fix clicks in mime tree
16708
16709 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16710         * src/common/socket.c
16711                 Fix SSL receive
16712         * src/compose.c
16713                 Fix clipboard menu hotkeys
16714
16715 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16716         * src/gtk/gtkaspell.[ch]
16717           src/compose.c
16718                 reimplement spellchecker
16719
16720 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16721         * src/gtk/filesel.c
16722                 crash when inserting file in compose window
16723                 (TODO: keep old selection on clicks)
16724         * src/main.c
16725                 use gtkrc-2.0 instead of gtkrc
16726
16727 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16728         * src/messageview.c
16729                 remove orphaned mimeview unref()
16730
16731 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16732         * src/grouplistdialog.c
16733                 expand nodes containing subscribed groups
16734
16735 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16736         * src/textview.c
16737                 textview: hide cursor, restore old click behaviour
16738
16739 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16740         * src/textview.c
16741                 variable names messed up
16742
16743 2004-01-17 Colin Leroy <colin@colino.net>
16744         * src/addr_compl.c
16745                 Fix completion address too thin
16746         * src/compose.c
16747                 Fix tab-to-subject behaviour
16748         * src/summaryview.c
16749                 Implement key up & down in summaryview
16750
16751 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16752
16753         * sync 098claws
16754
16755 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16756         * configure.ac
16757           Makefile.am
16758           doc/.cvsignore
16759           doc/Makefile.am
16760                 faq, man, manual moved to doc/
16761         * ac/aspell.m4
16762           ac/check-type.m4
16763           ac/gnupg-check-typedef.m4
16764           ac/openssl.m4
16765           ac/spamassassin.m4
16766           ac/missing/gdk-pixbuf.m4
16767           ac/missing/gpgme.m4
16768           ac/missing/imlib.m4
16769                 fix automake warnings
16770
16771 2003-12-06 Colin Leroy <colin@colino.net>
16772         * src/summaryview.c
16773                 Fix quicksearch
16774
16775 2003-12-05 Colin Leroy <colin@colino.net>
16776         * src/summaryview.c
16777                 Fix going to next unread folder
16778
16779 2003-12-05 Colin Leroy <colin@colino.net>
16780         * src/crash.c
16781                 Fix gtk2 compilation
16782         * src/session.c
16783                 Remove iotag source handler at disconnection
16784         * src/socket.[ch] 
16785                 Remove source handler when closing socket 
16786                 (fixes another seg)
16787
16788 2003-12-04 Colin Leroy <colin@colino.net>
16789         * src/compose.c
16790           src/prefs_account.c
16791           src/prefs_common.c
16792                 Fix some dropdown menus
16793
16794 2003-12-04 Colin Leroy <colin@colino.net>
16795         * src/compose.c
16796                 Fix event handlers on header fields
16797         * src/common/socket.c
16798           src/common/session.c
16799                 Fix segfault with callback (SSL)
16800                 Fix end of session 
16801
16802 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16803
16804         * Fix compile bug in src/compose.c
16805         * removed src/gtk/gtkstext.[ch]
16806
16807 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16808
16809         * Convert character set and escape "text" attributes in toolbar setting
16810         files.
16811         * Fixed bug in button-press-event handling.
16812
16813 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16814
16815         * Fixed bug in key-press-event handling.
16816
16817 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16818
16819         * Enabled to compile tray-icon plugin (Ad-hoc).
16820         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16821
16822 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16823
16824         * Enabled to compile on sylpheed-claws.
16825         (tray-icon plugin still cannot compile yet.)
16826
16827 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16828
16829         * Updated to 0.9.5.
16830
16831 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16832
16833         * Updated to 0.9.4.
16834         * Ported monitoring SSL mechanism to GSource of GLib2
16835         (I don't confirm it)
16836         * Added _gtk2 suffix to key name of font preference to avoid
16837         ovverwriting preference of Gtk+-1.2 version.
16838
16839 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16840
16841         * Updated to 0.9.2.
16842
16843 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16844
16845         * Updated to 0.9.1.
16846         * Translate po files into UTF-8 when execute autogen.sh.
16847
16848 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16849
16850         * Updated to 0.9.0.
16851
16852 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16853
16854         * Plugged GError related memory leaks.
16855
16856 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16857
16858         * Changed default size of fonts.
16859         * Enabled to set titile font size of warning dialog.
16860
16861 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16862
16863         * Embed a sylpheed icon into executable binary on Windows.
16864
16865 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16866
16867         * I forgot to traslate character set of element string in src/xml.c.
16868
16869 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16870
16871         * Fixed detecting bind_textdomain_codeset in configure.in.
16872         * The bug in which "Example" of "Date fromat" preference isn't displayed
16873         correctly has been fixed.
16874
16875 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16876
16877         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16878           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16879           glib-gettextize
16880           Removed intl directory.
16881           Translated po files into UTF-8.
16882           (Thanks! Ryuji Abe)
16883
16884 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16885
16886         * The bug which doesn't unscape string in xml.c has been fixed.
16887
16888 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16889
16890         * The bug which is failed to translate encoding of file name thorough
16891         file dialog has been fixed.
16892
16893 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16894
16895         * Modified to translate file names which is used in inporting/expoting
16896         mbox feature and "Save as" feature into locale encoding.
16897         * Translate file names into locale encoding when "Attache file" and
16898         "Insert file".
16899         * Force set G_BROKEN_FILENAMES environment variable.
16900         * Other minor fixes.
16901
16902 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16903
16904         * Modified to treat MH folder's name as locale encoding.
16905
16906 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16907
16908         * The bug which clash on switching candidates of auto completion of
16909         addresses, cannot use auto completion in Japanesse is fixed
16910         (Thanks! Tokunaga-san)¡¥
16911
16912 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16913
16914         * The bug which cannot switch key accelerator preference has been fixed
16915         (Thanks! smbd-san)¡¥
16916
16917 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16918
16919         * version 0.8.11-gtk2-20030314
16920
16921 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16922
16923         * The bug in which character set conversion of filtering messages has
16924         been fixed.(Thanks! COCOA-san).
16925
16926 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16927
16928         * Revived "Leave space on head" preference in "Message" category.
16929         * A bug which clash when put the cursor to end of buffer and execute
16930         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16931
16932 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16933
16934         * version 0.8.11-gtk2-20030312
16935
16936 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16937
16938         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16939         * Modified to use Pango's API directly for font preference.
16940         * Integrated GtkTextView of textview to one widget.
16941         * Set fonts of header title in textview by "header_title" tag.
16942         * Removed some deprecated codes.
16943
16944 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16945
16946         * Updated to 0.8.11.
16947         * Merged cygwin patch(Thanks! Sakai-san).
16948
16949 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16950
16951         * version 0.8.10-gtk2-20030309